
@charset "UTF-8";

#concept_img + .contents_box01 .inner_item_img img {
    width:200px !important;
}
@media screen and (max-width: 800px){
#concept_img + .contents_box01 .inner_item_img img {
        width: clamp(100px,15vw,150px)!important;
}
}
#concept_title + section .heading.block_header_1 p:before,
#concept_title + section .heading.block_header_1 p:after{
    content: none;
}
@media screen and (max-width: 800px){
#concept_title + section .heading.block_header_1 p{
    padding: 0px; 
}
}