@charset "UTF-8";
/* CSS Document */

#s-reason h2 {
	font-weight: bold;
}

.rc-content .d-flex{
        margin-bottom: 30px;
    }
.rc-content .d-flex{
    justify-content: space-between;
}
.rc-content .d-flex .txt{
    width: 70%;
    max-width: 470px;
}
body.sub #main .rc-content .d-flex .txt p{
    margin-bottom: 0;
}
.rc-content .d-flex figure{
    width: 200px;
}
.rc-content .d-flex img{
    width: 100%;
}
#s-merit .d-flex{
    justify-content: space-between;
}

@media screen and (max-width:960px){
    
    .rc-content .d-flex .txt{
        width: 65%;
        max-width: none;
        padding-right: 20px;
    }
    #s-reason .d-flex .txt{
        padding-right: 0;
        padding-left: 20px;
    }
    #s-reason .d-flex.flex-sp-revarse .txt{
        padding-right: 20px;
        padding-left: 0;
    }
    .rc-content .d-flex figure{
        width: 35%;
        max-width: 640px;
    }
    .rc-content .txt h2{
        font-size: 14px;
    }
    #s-merit figure img{
        width: 100%;
        max-width: 640px;
    }
}
@media screen and (max-width:575px){
    .rc-content .d-flex{
        flex-direction: column;
    }
    .rc-content .flex-sp-revarse{
        flex-direction: column-reverse;
    }
    .rc-content .d-flex figure,
    .rc-content .d-flex .txt{
        width: 100%;
    }
    .rc-content .d-flex figure{
        margin-bottom: 10px;
    }
    #s-reason .d-flex .txt,
    #s-reason .d-flex.flex-sp-revarse .txt{
        padding: 0;
    }
    
}