@charset "UTF-8";

@media screen and (min-width: 781px) {
    
}
@media screen and (max-width: 780px) {
    
}

.p-material_ttl{
    font-weight: 600;
    line-height: 1.4;
}
@media screen and (min-width: 781px) {
    .p-material_ttl{
        padding-top: 80px;
        font-size: 28px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 780px) {
     .p-material_ttl{
        padding-top: 40px;
        font-size: 23px;
        line-height: 1.6;
    }   
}

.p-material_text{
}
@media screen and (min-width: 781px) {
    .p-material_text{
        margin-top: 40px;
        padding-bottom: 80px;
        font-size: 18px;
        line-height: 1.77;
    }
}
@media screen and (max-width: 780px) {
    .p-material_text{
        margin-top: 30px;
        padding-bottom: 30px;
        font-size: 16px;
        line-height: 1.6;
    }
}

.p-material_content{
    background-color: #F2F3F5;
}
@media screen and (min-width: 781px) {
    .p-material_content{
        padding: 80px 0 120px;
    }
}
@media screen and (max-width: 780px) {
    .p-material_content{
        padding: 40px 0 60px;
    }
}

.p-material_content > div{
    display: grid;
}
@media screen and (min-width: 781px) {
   .p-material_content > div{
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    } 
}
@media screen and (max-width: 1280px) {
     .p-material_content > div{
        grid-template-columns: 1fr;
    }   
}
@media screen and (max-width: 780px) {
    .p-material_content > div{
        gap: 20px;
    } 
}

.p-material_detail{
    background-color: #fff;
    border-radius: 20px;   
}
@media screen and (min-width: 781px) {
    .p-material_detail{
        padding: 40px;
    }
}
@media screen and (max-width: 780px) {
    .p-material_detail{
        padding: 20px 20px 30px;
    }
}

.p-material_detail_img{
    border-radius: 10px;
}

.p-material_detail_ttl{
    font-weight: bold;
}
@media screen and (min-width: 781px) {
    .p-material_detail_ttl{
        margin-top: 30px;
        font-size: 24px;
    } 
}
@media screen and (max-width: 780px) {
    .p-material_detail_ttl{
        margin-top: 25px;
        font-size: 20px;
    }  
}

.p-material_detail_text{
    margin-top: 20px;
} 
@media screen and (min-width: 781px) {
    .p-material_detail_text{
        font-size: 18px;
        line-height: 1.77;
    } 
}
@media screen and (max-width: 780px) {
    .p-material_detail_text{
        font-size: 16px;
        line-height: 1.6;
    }  
}

.p-material_detail_subttl{
    position: relative;
    font-weight: 600;
}
@media screen and (min-width: 781px) {
    .p-material_detail_subttl{
        margin-top: 30px;
        padding-top: 30px;
        font-size: 20px;
    } 
}
@media screen and (max-width: 780px) {
    .p-material_detail_subttl{
        margin-top: 25px;
        padding-top: 25px;
        font-size: 19px;
    } 
}

.p-material_detail_subttl::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-position: left bottom;
    background-image: linear-gradient(to right, #4f6adc 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    content: "";

}

.p-material_detail_list{
    padding-left: 1.5em;
    
}
@media screen and (min-width: 781px) {
    .p-material_detail_list{
        margin-top: 20px;
    } 
}
@media screen and (max-width: 780px) {
    .p-material_detail_list{
        margin-top: 15px;
    } 
}


.p-material_detail_list_item{
    line-height: 1.8;
    list-style-type: disc;
}
@media screen and (min-width: 781px) {
    .p-material_detail_list_item{
        font-size: 18px;
    } 
}
@media screen and (max-width: 780px) {
    .p-material_detail_list_item{
        font-size: 16px;
    }  
}

.p-material_form{
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 20px;   
}
@media screen and (min-width: 781px) {
    .p-material_form{
        padding: 10px 40px;
    }
}
@media screen and (max-width: 780px) {
    .p-material_form{
        padding: 0 20px;
    }
}

.p-material_form_iframe{
    position: relative;
}

.p-material_form_iframe::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    content: "";
    z-index: 1;
}
.p-material_form_iframe::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    content: "";
    z-index: 1;
}


.p-material_form_iframe iframe{
    position: relative;
}
@media screen and (min-width: 781px) {
    .p-material_form_iframe iframe{
        height: 1160px;
    }
}
@media screen and (max-width: 780px) {
    .p-material_form_iframe iframe{
        height: 1080px;
    }  
}


