@charset "UTF-8";

/*---チェックボックス---*/
#list_box+.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: 90%;
    max-width: 700px;
    padding: 2rem;
    background: #fff;
}

#list_box+.width_fixed>.content_wrapper {
    max-width: 800px !important;
    background: var(--i_sub2_color);
    padding: 4rem 2rem;
}
.check_box{
    padding: 2rem;
}
.check_box li{
    list-style: none!important;
    padding: 1rem 0 1rem 2rem;
    position: relative;
    border-bottom: 2px dotted var(--i_txt_color);
}
.check_box li:before{
    position: absolute;
    content:"";
    top: 50%;
    left: 0;
    width:1.6rem;
    height:1.6rem;
    background:url(/common/upload_data/himeji-tsunagucom/image/20231215143924.png) no-repeat  center center / contain;
    transform: translateY(-50%);
}
#list_box+.contents_box01 .heading.block_header_1 p, 
#list_box+.contents_box01 .heading.block_header_6 .h {
    font-size: min(7vw,2.8rem)!important;
}
@media screen and (max-width: 900px){
#list_box+.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: 95%;
}
.check_box li:before {
    top: 1.6rem;
    transform: none;
}
#list_box+.contents_box01 .heading.block_header_1 p, 
#list_box+.contents_box01 .heading.block_header_6 .h {
    font-weight: 600;
}
}
/*---SNSアイコン---*/
#sns_icons+.composite_box01 .wrapper_item {
    justify-content: center;
}

#sns_icons+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3), 
#sns_icons+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2), 
#sns_icons+.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    margin-left: 0 !important;
}

#sns_icons+.composite_box01 .inner_item{
    width: fit-content!important;
    height: fit-content;
}

#sns_icons+.composite_box01 .inner_item a{
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
#sns_icons+.composite_box01 .inner_item_img img{
    height: 100%;
}
/*TikTok
#sns_icons+.composite_box01 .inner_item:nth-child(3){
    position: relative;
}
#sns_icons+.composite_box01 .inner_item:nth-child(3) .inner_item_txt{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    margin: 0;
    z-index: -1;
}
#sns_icons+.composite_box01 .inner_item:nth-child(3) a{
    width: 60px;
    margin: 0 10px;
}*/
