.material_catch_wrapper h2{
    letter-spacing: 0.1em;
}
.material_exp_wrapper .cmn_inner{
    padding-bottom: 8rem;
}
.material_exp_wrapper_bg_gray{
    background-color: #F2F2F2;
}
.material_exp_h4{
    font-size: 2.1rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
}
.material_exp_h5 {
    font-size: 2.1rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: -2rem;
    padding-bottom: 3em;
}
.material_exp_h4::after {
    content: '';
    position: absolute;
    width: 15em;
    border-bottom: solid 1px #aaa;
    transform: translateX(-50%);
    left: 50%;
    top: 69%;
}
.material_exp_p{
    font-size: 1.54rem;
    line-height: 1.8;
    display: block;
    width: calc(800% / 9);
    margin: 0 auto;
    padding-bottom: 2.8em;
}
.material_logo_img {
    display: block;
    width: 16rem;
    margin: 0 auto;
    margin-bottom: -2rem;
}
.material_img800{
    display: block;
    margin: 0 auto;
    width: calc(800% / 9);
    padding-bottom: 1rem;
}
.material_exp_img_flex{
    display: flex;
    justify-content: space-between;
    width: calc(800% / 9);
    margin: 0 auto;
    padding-bottom: 1rem;
}
.material_exp_img_flex img{
    width: 39.5rem;
}
.material_buy_btn_wrapper{
    background-color: #F2F2F2;
}
.material_buy_btn_area{
    width: calc(800% / 9);
    margin: 0 auto;
    text-align: right;
    padding-bottom: 8rem;
}
.material_buy_btn{
    font-size: 1.65rem;
    line-height: 2;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: black;
    display: inline-block;
}




.sp_only{
    display: none !important;
}
@media screen and (max-width:767px) {
    .material_exp_h4{
        font-size: 1.5rem;
    }
    .material_exp_h5{
        font-size: 1.5rem;
    }
    .material_exp_p, .material_gray_inner p, .material_gray_inner table th, .material_gray_inner table td{
        font-size: 1.44rem;
    }
    .material_exp_img_flex{
        flex-direction: column;
    }
    .material_exp_img_flex img:nth-of-type(1){
        padding-bottom: 2vw;
    }
    .material_gray_inner h5{
        font-size: 1.5rem;
    }
    .sp_only{
        display: block !important;
    }
    .pc_only{
        display: none !important;
    }
}