#reform{
    
}
.reform-wrap{
	max-width: 1000px;
	margin: auto;
    position: relative;
}
.reform-wrap h2{
    margin: 0 calc(49% - 49vw);
    background: url(/m/cmn_files/img_rwd/akiya-img/title-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 2rem;
}
.reform-wrap h2>img{
    max-width: 500px;
    vertical-align: middle;
    min-height: 150px;
}
.reform-wrap>p{
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 3px;
    line-height: 45px;
    margin: 50px auto 0;
}
.reform-wrap h3{
    color: #3cb4b0;
    font-size: 2rem;
    letter-spacing: 3px;
    background-color: #e9f2f2;
    padding: 10px 45px;
    border-left: 5px solid #3e3a39;
    margin-bottom: 30px;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.reform-wrap .flex-wrap{
    display: flex;
    max-width: 900px;
    margin: 20px auto 30px;
    justify-content: space-between;
}
.reform-wrap .text-wrap{
    max-width: 900px;
    margin: 20px auto 30px;
}
#reform .reform-wrap .flex-wrap .left-wrap{
    width: 50%!important;
}
#reform .reform-wrap .flex-wrap .right-wrap{
    width: 45%!important;
}
.reform-wrap .left-wrap span,
.reform-wrap .text-wrap span{
    font-size: 1.6rem;
    letter-spacing: 3px;
    border-bottom: solid 2px #b7868c;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    line-height: 35px;
    font-weight: bold;
}
#reform .reform-wrap .left-wrap p,
#reform .reform-wrap .text-wrap p{
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 35px;
    width: 100%!important;
}
.contact-link img{
    width: 60%;
    margin: auto;
    display: block;
}
.kaitai-wrap{
    margin: 100px auto 30px;
    position: relative;
}
.kaitai-wrap p{
    font-size: 1.3rem;
    line-height: 35px;
    letter-spacing: 0;
    width: 65%;
    margin: auto;
    padding-left: 180px;
    box-sizing: border-box;
}
.kaitai-wrap:before{
    position: absolute;
    content: url(/m/cmn_files/img_rwd/akiya-img/menu06.svg);
    width: 120px;
    left: 20%;
    top: -25px;
}

@media screen and (max-width:767px) {

    .reform-wrap h2 {
        background-size: cover;
        background-position: 65%;
        height: 30vw;
        line-height: 30vw;
    }
    .reform-wrap h2>img{
        width: 65%;
        min-height: auto;
    }
    .reform-wrap>p{
        width: 90%;
        font-size: .7rem;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .reform-wrap h3{
        font-size: 1.3rem;
        padding: 10px 10px 10px 30px;
        width: 85%;
        margin: 50px auto 30px;
        display: block;
        letter-spacing: 0;
    }
    .reform-wrap .flex-wrap{
        display: block;
        width: 80%;
    }
    #reform .reform-wrap .flex-wrap .left-wrap{
        width: 100%!important;
        margin: auto;
    }
    .reform-wrap .left-wrap span, .reform-wrap .text-wrap span {
        font-size: 1.1rem;
    }
    .reform-wrap .left-wrap span {
        width: 100%;
        margin: auto;
    }
    #reform .reform-wrap .left-wrap p, #reform .reform-wrap .text-wrap p {
        font-size: .7rem;
        letter-spacing: 1px;
        line-height: 20px;
    }
    #reform .reform-wrap .flex-wrap .right-wrap{
        width: 50%;
        margin: 0px auto 30px;
        margin-right: 10px;
    }
    .reform-wrap .text-wrap{
        width: 80%;
    }
    .contact-link img {
        width: 95%;
        margin: 0 auto 50px;
    }

    .kaitai-wrap{
        margin: 50px auto 30px;
    }

    .kaitai-wrap:before {
        width: 75px;
        left: 5%;
        top: -10px;
    }
    .kaitai-wrap p{
        padding-left: 28vw;
        font-size: .7rem;
        line-height: 25px;
        letter-spacing: 0;
        width: 100%;
    }
    #kaitai{
        display: block;
        padding-top: 70px;
        margin-top: -70px;
    }


}