@charset "UTF-8";

main{
    padding-top: 75px;
}


em{
    color: #D80000;
}

#assessment .bg-head {
	background: transparent url(../img/bg_assessment.jpg) no-repeat center top;
}

#assessment .inner{
    padding-top: 100px;
    background: url(../img/bg_head.jpg) no-repeat center top;
}
#assessment .lead{
    font-size: 2.6rem;
    font-weight: 400;
}
#assessment .inner h2{
    font-size: 4rem; 
}
#assessment ul{
    margin: 370px auto 40px;
    width: 790px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#assessment ul:before{
    content: '';
    background: url(../img/parts_head.png) no-repeat center top;
    background-size: 100% auto;
    width: 130px;
    height: 138px;
    position: absolute;
    left: -90px;
    bottom: 0;
}
#assessment ul li{
    margin: 0 10px;
    padding: .15em.5em;
    background: #000;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .15em;
    width: 250px
}


#satei h2{
    margin-bottom: .25em;
    font-size: 4rem;
}
#satei{
	background: #EEEEEE;
}

#satei p{
    color: #D80000;
    font-size: 2.4rem;
    font-weight: 400;
}

#satei ul{
    margin: 30px -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#satei li{
    margin: 15px;
}

#flow h2,
#contact .inner h2{
    margin: 0;
    padding: 0;
    border: none;
    font-size: 3rem;
    text-align: center;
    background: none;
}
#flow .en,
#contact .inner .en{
    color: #D80000;
    font-size: 2rem;
    text-align: center;
}

.flow-head{
    margin: 50px auto;
    position: relative;
}
.flow-head h3{
    font-size: 2.8rem;
    font-weight: 400;
}
.flow-lead{
    font-size: 1.8rem;
}

.flow-nav{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.flow-nav li{
    width: 480px;
    border: solid 1px #CCC;
    font-size: 2rem;
}
.flow-nav li a{
    padding: .5em 0 1.5em;
    display: block;
    color: #000;
    background: url(../img/arw_red.png) no-repeat center bottom .75em;
}

.kaitori-intro{
    margin: 0 0 30px;
    padding-left: 290px;
    min-height: 163px;
    background: url(../img/img_kaitori00.jpg) no-repeat left top;
    text-align: left;
}
.baikyaku-intro{
    margin: -30px 0 0;
    padding-right: 345px;
    padding-top: 50px;
    min-height: 250px;
    background: url(../img/img_baikyaku00.jpg) no-repeat right top;
    text-align: left;
}

.step-item{
    margin-bottom: 80px;
    display: flex;
    position: relative;
    text-align: left;
}
.step-item:after{
    content: url(../img/arw_black.png);
    position: absolute;
    left: calc(50% - 13px);
    bottom: -40px;
}
.step-item.last{
    margin-bottom: 0;
}
.step-item.last:after{
    display: none;
}

.step-item figure{
    width: 200px;
}
.step-item dl{
    width: 800px;
}
.step-item dt{
    padding: .15em 1.5em;
    color: #fff;
    background: #000;
    font-size: 1.8rem;
    font-weight: bold;
}

.step-item dt span{
    margin-right: 2em;
    display: inline-block;
    font-size: 2rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    letter-spacing: .1em;
}
.step-item dd{
    margin: 1em 0 0 2em;
}

.btn-satei {
    margin: 30px auto 0;
    width: 300px;
}
.btn-satei a{
    padding: .35em;
    background: #444 url(../img/arw_white.png) no-repeat right 1em center;
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .1em;
}

#contact{
    background: #eee;
}
#contact ul{
    text-align: left;
}
#contact ul.cat li{
    margin: .5em 0;
    display: block;
}
#contact ul.year{
    display: inline-block;
}

th span{
    color: #D80000;
}
td{
    text-align: left;
}

input.mlong{
    width: 65%;
}
input.half{
    width: 50%;
}
input.short{
    width: 25%;
}
input.vshort,
input.zip{
    width: 15%;
}

@media only screen and (max-width: 640px) {
        
    main{
        padding-top: 60px;
    }


    em{
        color: #D80000;
    }


    #assessment .inner{
        padding-top: 50vw;
        background: url(../img/bg_head.jpg) no-repeat center top;
        background-size: 100% auto;
    }
    #assessment .lead{
        font-size: 4vw;
    }
    #assessment .inner h2{
        font-size: 5.8vw; 
    }
    #assessment ul{
        margin: 6vw auto 40px;
        width: 100%;
        display: block;
        justify-content: space-between;
        position: relative;
    }
    #assessment ul:before{
        content: '';
        background: url(../img/parts_head.png) no-repeat center bottom;
        background-size: 100% auto;
        width: 110px;
        height: 120px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #assessment ul li{
        margin: 3vw 0 3vw auto;
        padding: .15em.5em;
        background: #000;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        letter-spacing: .15em;
        width: 80%
    }


    #satei h2{
        margin-bottom: .25em;
        font-size: 6vw;
    }
    #satei{
        background: #EEEEEE;
    }

    #satei p{
        color: #D80000;
        font-size: 3.6vw;
        font-weight: 400;
    }

    #satei ul{
        margin: 4vw 0;
        padding: 0 1vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #satei li{
        margin: 0;
        padding: 0 1vw 1vw;
        width: 50%;
        font-size: 0;
        line-height: 0;
    }
    #satei li img{
        width: 100%;
        height: auto;
    }

    #flow h2,
    #contact .inner h2{
        margin: 0;
        padding: 0;
        border: none;
        font-size: 6vw;
        text-align: center;
        background: none;
    }
    #flow .en,
    #contact .inner .en{
        color: #D80000;
        font-size: 4vw;
        text-align: center;
    }

    .flow-head{
        margin: 50px auto;
        position: relative;
    }
    .flow-head h3{
        font-size: 6vw;
        font-weight: 400;
    }

    .flow-lead{
        font-size: 3.8vw;
    }
    .flow-nav{
        margin-top: 6vw;
        display: block;
    }
    .flow-nav li{
        margin: .5em 0;
        width: 100%;
        border: solid 1px #CCC;
        font-size: 4vw;
    }
    .flow-nav li a{
        padding: .5em 0 1.5em;
        display: block;
        color: #000;
        background: url(../img/arw_red.png) no-repeat center bottom .75em;
    }

    .kaitori-intro{
        margin: 0 0 6vw;
        padding-left: 0;
        padding-bottom: 163px;
        min-height: 163px;
        background: url(../img/img_kaitori00.jpg) no-repeat right bottom;
    }
    .baikyaku-intro{
        margin: -10vw 0 0;
        padding-right: 0;
        padding-bottom: 145px;
        padding-top: 50px;
        min-height: 250px;
        background: url(../img/img_baikyaku00.jpg) no-repeat right bottom;
        background-size: 150% auto;
    }

    .step-item{
        margin-bottom: 10vw;
        display: flex;
        position: relative;
        text-align: left;
    }
    .step-item:after{
        content: url(../img/arw_black.png);
        position: absolute;
        left: calc(50% - 13px);
        bottom: -7vw;
    }
    .step-item.last{
        margin-bottom: 0;
    }
    .step-item.last:after{
        display: none;
    }

    .step-item figure{
        margin-top: 16vw;
        width: 30%;
    }
    .step-item figure img{
        width: 100%;
        height: auto;
    }
    .step-item dl{
        width: 70%;
    }
    .step-item dt{
        margin-left: -42.5%;
        padding: .5em 1.5em;
        color: #fff;
        background: #000;
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 1.2;
    }

    .step-item dt span{
        margin-right: 0;
        display: block;
        font-size: 3.4vw;
    }
    .step-item dd{
        margin: 1em 0 0 2em;
    }

    .btn-satei {
        margin: 30px auto 0;
        width: 300px;
    }
    .btn-satei a{
        display: block;
        color: #fff;
        font-size: 4vw;
    }

    #contact{
        background: #eee;
    }
    #contact ul{
        text-align: left;
    }
    #contact ul.cat li{
        margin: .5em 0;
        display: block;
    }
    #contact ul.year{
        display: inline-block;
    }

    th span{
        color: #D80000;
    }
    td{
        text-align: left;
    }

    input.mlong{
        width: 100%;
    }
    input.half{
        width: 100%;
    }
    input.short{
        width: 25%;
    }
    input.vshort,
    input.zip{
        width: 25%;
    }

}
