@charset "UTF-8";

#sns_link + .composite_box01 .inner_item {
    justify-content: space-between;
}
#sns_link + .composite_box01 .inner_item:nth-of-type(1) .inner_item_txt h3 {
    background: #8F3357;
    color: #fff;
    font-weight: 700;
    padding: 5px;
}
#sns_link + .composite_box01 .inner_item:nth-of-type(2) .inner_item_txt h3 {
    background: #06C755;
    color: #fff;
    font-weight: 700;
    padding: 5px;
}
#sns_link + .composite_box01 .inner_item_img img {
    height: auto!important;
    max-height: 180px;
    object-fit: contain;
}
#sns_link + .composite_box01 .inner_item>a:hover * {
    opacity: 1;
}
@media screen and (max-width: 1000px) {
#sns_link + .composite_box01 .inner_item_img img {
    max-height: 130px;
}
}
@media screen and (max-width: 800px) {
#sns_link + .composite_box01 .wrapper_item {
    display: block;
}
#sns_link + .composite_box01 .inner_item {
    margin: 0 0 30px 0!important;
    width: 100%!important;
}
}