@charset "UTF-8";

.sp {
    display: none;
}

@media screen and (max-width: 700px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
}

#link + .contents_box01 .inner_item_txt a {
    display: inline-block;
    background-color: #F77200;
    padding: 4px 25px;
    border-radius: 10px;
    color: #fff;
}

#link + .contents_box01 .inner_item_txt a:hover {
    background-color: #29a9f2;
}

#link2 + .contents_box01 .inner_item_txt a {
    display: inline-block;
    background-color: #29a9f2;
    padding: 4px 25px;
    border-radius: 10px;
    color: #fff;
}

#link2 + .contents_box01 .inner_item_txt a:hover {
    background-color: #F77200;
}

#link3 + .contents_box01 .inner_item_txt a{
    display: inline-block;
    background-color: #F77200;
    padding: 4px 25px;
    border-radius: 10px;
    color: #fff;
}

#link3 + .contents_box01 .inner_item_txt a:hover {
    background-color: #29a9f2;
}

#voice + .composite_box01 .inner_item_img img {
    width: 20% !important;
    height: 130px !important;
}


#btn + .composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
    object-fit: contain !important;
}