
@charset "UTF-8";

/*-------------プロフィールSNS--------------*/
#profile_sns+.contents_btn01 .content_wrapper .inner_item_img{
  margin: 0;
}
#profile_sns+.contents_btn01 .content_wrapper .inner_item_img a{
    background: #fff;
    width: 32px!important;
    height: 32px;
    padding: 16px 16px 16px 0;
}
#profile_sns+.contents_btn01 .content_wrapper {
    display: flex;
}

@media screen and (max-width: 900px){
#profile_sns+.contents_btn01 .content_wrapper .inner_item_img a{
    width: 40px!important;
    height: 40px;
    padding: 20px 20px 20px 0;
}
}

/*-------------画像クリック調整--------------*/
#profile+.contents_box01 .inner_item_img a,
#beside+section .inner_item_img a,
#square+section .inner_item_img a,
#vertical+section .inner_item_img a,
#square_l+section .inner_item_img a{
    pointer-events: none;
}


/*-------------画像サイズ調整--------------*/
#beside+section .inner_item_img a img {
    max-width: 600px!important;
}

#vertical+section .inner_item_img a img {
    max-width: 400px!important;
}

#square+section .inner_item_img a img {
    max-width: 425px!important;
}

#square_l+section .inner_item_img a img {
    max-width: 300px!important;
}