@charset "UTF-8";
#contain{
    width: 1220px;
    background-image: url(../img/shadw_l.jpg),url(../img/shadw_r.jpg);
    background-repeat: repeat-y,repeat-y;
    background-position: left 0%,right 0%;
    margin: auto;
    padding: 30px 0;
    padding-bottom: 0;
}
#contain #contInner{
    width: 1200px;
    margin: auto;
}
.logo{
    margin:0 auto;
    width: 25%;
}

.contents{
    width: 100%;
    margin: 5% 0;
}

.mgContents{
    width: 85%;
    margin: 5% auto;
}

.contents#mainVis{
    margin-top: 1%;
}

.mgContents.catch{
    width: 65%;
}

.bigCatch{
    font-weight: bold;
    font-size:57px;
    text-align: center;
    color: #004d9f;
    margin-bottom: 3%;
}
.midCatch{
    font-weight: bold;
    font-size:40px;
    text-align: center;
    color: #004d9f;
    margin: 2% 0;
}
.body{
    font-weight: bold;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    margin: auto;
    color: #004d9f;
}
.mg0{
    margin: 0;
}
.mgb0{
    margin-bottom: 0;
}
.mgt0{
    margin-top: 0;
}


/*アピール１*/
.contents.appeal{
    background-color: #ffef00;
    padding: 3% 0;
}

.contents.appeal #cnCat{
    display: table;
    margin: 3% auto;
    width: 87%;
}
.contents.appeal #cnCat .ill{
    display: table-cell;
    width: 17%;
}
.contents.appeal #cnCat .cat{
    display: table-cell;
    width: 66%;
    padding: 0;
}




/*アピール2*/
#appeal2{
    margin-top: 7%;
}


#appeal2 .upper{
    width: 100%;
    border: 4px solid #004d9f;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
}
#appeal2 .upper .title{
    text-align: center;
    width: 85%;
    background-color: #004d9f;
    color: #fff;
    font-size: 40px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#appeal2 .upper .midashi{
    font-size: 35px;
    padding: 0 7%;
    padding-top: 1%;
    background-color: #ffef00;
    color: #004d9f;
    line-height: 60px;
    text-align: left;
}
#appeal2 .upper .midashi:nth-child(2){
    margin-top: 3.5%;
}
#appeal2 .upper .midashi strong{
    font-size: 60px;
    padding-right: 1%;
}
#appeal2 .upper .body{
    padding: 2% 7%;
    font-size: 32px;
    font-weight: bold;
    color: #004d9f;
    line-height: 40px;
    text-align: left;
}

#appeal2 .upper2{
    width: 100%;
    background-color: #004d9f;
    margin: 0 auto;
    padding: 4%;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#appeal2 .upper2 .right{
    width: 29%;
}
#appeal2 .upper2 .left{
    width: 70%;
}
#appeal2 .upper2 .left .title{
    color: #ffef00;
    font-weight: bold;
    font-size: 40px;
}
#appeal2 .upper2 .left .name{
    color: #fff;
    text-align: left;
    font-size: 28px;
    margin-bottom: 20px;
}
#appeal2 .upper2 .left .body{
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
}




#appeal2 .middle{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}


#appeal2 .under{
    width: 100%;
    margin: 0 auto;
    background-color: #ffef00;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}
#appeal2 .under .hedTit{
    width: 100%;
    background-color:  #004d9f;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#appeal2 .under .hedTit strong{
    font-size: 60px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
#appeal2 .under .listWrap{
    display: flex;
    flex-wrap: wrap;
    padding: 1%;
}
#appeal2 .under .listWrapSP{
    display: none;
}
#appeal2 .under .sclList{
    width: 20%;
    padding: 0 1%;
    border-right: 1px solid #FFF;
}
#appeal2 .under .sclList:last-child{
    border: none;
}
#appeal2 .under .sclList dl{
    width: 100%;
}
#appeal2 .under .sclList dt{
    font-size: 16px;
    font-weight: bold;
    float: left;
}
#appeal2 .under .sclList dd{
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    float: right;
    color: #e95513;
}


#appeal2 .under .sclList dl:before,
#appeal2 .under .sclList dl:after {
    content: " ";
    display: table;
}

#appeal2 .under .sclList dl:after {
    clear: both;
}

#appeal2 .under .sclList dl.category{
    
}
#appeal2 .under .sclList dl.category dt{
    background-color: #004d9f;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding: 3% 0;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 5%;
}
#appeal2 .under .cap{
    background-color: #ffef00;
    position: absolute;
    left:61%;
    bottom: 0;
    font-size: 14px;
    padding: 0.5% 0;
    font-weight: bold;
}


/*不安訴求*/
#anxietyWrap{
    width: 100%;
    position: relative;
}
#anxietyWrap .ill{
    width: 80%;
    margin: auto;
    top: 20px;
    position: relative;
    z-index: 100;
}
#anxietyWrap .ansewr{
    width: 100%;
    background-color: #e85513;
    position: relative;
    border-radius: 15px;
}
#anxietyWrap .ansewr .ill{
    width: 15%;
    position: absolute;
    top:10%;
    left: 4%;
}
#anxietyWrap .ansewr p{
    color: #FFF;
    font-size: 40px;
    padding: 3% 0;
    padding-left: 17%;
    line-height: 65px;
    text-indent: 1em;
}
#anxietyWrap .ansewr p strong{
    font-size: 63px;
}


/*夏特訓訴求*/
#sptrWrap{
    margin-top: 3%;
}
#sptrWrap .bigCatch .smlTx{
    font-size: 40px;
}

#sptrWrap .bigCatch .bigTx{
    font-size: 50px;
    color: #e85513;
}
/*コンバージョンセット*/
.resWrap{
    margin-top: 0;
    margin-bottom: 0;
}
.resWrap .basicWrap.tel{
    width: 50%;
    margin: auto;
}

.course{
    width: 100%;
    background-color: #004d9f;
    margin-top: 60px;
    border-radius: 15px;
}
.course .titWrap{
    width: 100%;
    position: relative;
    padding: 3% 2%;
    border-bottom: 2px dotted #fff;
}
.course .titWrap .ill,.course .titWrap .ill2{
    position: absolute;
    width: 17%;
    bottom: 10%;
}
.course .titWrap .ill{
    left: 2%;
}
.course .titWrap .ill2{
    right: 2%;
}
.course .titWrap p.bigTx{
    text-align: center;
    font-weight: bold;
    font-size: 43px;
    color: #ffef00;
    line-height: 55px;
}
.course .titWrap p.minTx{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.course .clm2{
    width: 100%;
    padding: 2% 6%;
}
.course .clm2 li{
    float: left;
    width: 48.5%;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 3%;
}
.course .clm2 li:nth-child(2n){
    margin-right: 0;
}
.course .clm2 li .clmTit{
    background-color: #ffef00;
    padding: 3% 32%;
}
.course .clm2 li .body{
    padding: 4%;
    font-size: 22px;
    line-height: 34px;
    font-weight:normal;
    text-align: left;
    border-bottom: 2px dotted #004d9f;
}
.course .clm2 li .body.equal{
    height: 520px;
}
.course .clm2 li .body.noBd{
    border-bottom: none;
}
.course .clm2 li .body .ytx{
    background-color: #ffef00;
}
.course .clm2 li .ansWrap{
    padding: 5% 1%;
}
.course .clm2 li .ansWrap .smlTx{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #004d9f;
    line-height: 35px;
}
.course .clm2 li .ansWrap .bigTx{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #e85513;
    line-height: 39px;
}
.course .clm2 li .ansWrap.cate1{
    background-color: #fff;
}
.course .clm2 li .ansWrap.cate2{
    background-color: #d8fbfa
}


.course .clm3{
    width: 100%;
    padding: 2% 6%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course .clm3 li{
    float: left;
    width: 32%;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 2%;
}
.course .clm3 li:nth-child(3){
    margin-right: 0;
}
.course .clm3 li .clmTit{
    background-color: #ffef00;
    padding: 3% 25%;
}
.course .clm3 li .body{
    padding: 7%;
    height: 800px;
    font-size: 22px;
    line-height: 34px;
    font-weight:normal;
    text-align: left;
    border-bottom: 2px dotted #004d9f;
}
.course .clm3 li .body .ytx{
    background-color: #ffef00;
}
.course .clm3 li .ansWrap{
    padding: 6% 0;
    height: 170px;
}
.course .clm3 li .ansWrap.cate1{
    background-color: #fff;
}
.course .clm3 li .ansWrap.cate2{
    background-color: #d8fbfa
}
.course .clm3 li .ansWrap.cate3{
    background-color: #7afbf4
}
.course .clm3 li .ansWrap.cate4{
    background-color: #29aae1;
}
.course .clm3 li .ansWrap.cate4 .bigTx{
    color: #fff;
}
.course .clm3 li .ansWrap .smlTx{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #004d9f;
    line-height: 25px;
    margin-bottom: 5px;
}
.course .clm3 li .ansWrap .bigTx{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #e85513;
    line-height: 39px;
}

/*京葉学院が選ばれる理由*/
#cath2 .bigCatch{
   color: #00a072; 
}
#cath2 .body{
    color: #00a072;
    text-align: left;
    font-weight: normal;
}


.clm4{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.clm4 li{
    background-color: #8cc11f;
    width: 49%;
    margin-top: 15px;
}
.clm4 li .title{
    text-align: center;
    background-color: #00a072;
    color: #fff;
    font-size: 37px;
    padding: 5px;
}
.clm4 li .body{
    padding: 7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.clm4 li .body p{
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    font-weight: normal;
}

.clm4 li.typ1 .body p{
    width: 67%;
}
.clm4 li.typ1 .icon{
    width: 30%;
}
.clm4 li.typ2 .body p{
    width: 80%;
}
.clm4 li.typ2 .icon{
    width: 17%;
}

.contents#lastApp{
}
.contents#lastApp{
    background-color: #e85513;
    padding: 20px 15%;
    margin: 20px 0;
}
.contents.appeal .tel#endApp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    margin: 30px auto;
    margin-bottom: 0;
}
.contents.appeal .tel#endApp a{
    width: 60%;
}
.contents.appeal .tel#endApp .logo{
    width: 33%;
}

.foot{
    text-align: center;
    background-color: #004d9f;
    color: #fff;
    font-size: 16px;
    padding: 3%;
    background-image: url(../img/footLine.jpg);
    background-position: 0% top;
    background-repeat: no-repeat;
}
.foot .fNav{
    font-size: 17px;
    
}
.foot .fNav a{
    color: #FFF;
    text-decoration: none;
    border-right: 2px solid #fff;
    padding: 0 1%;
}
.foot .fNav a:nth-child(3){
    border-right: none;
    padding-right: 0;
}
.foot .text{
    font-size: 17px;
    margin: 10px 0;
}
.foot .copyR{
    font-size: 12px;
}
#graph{
    position: relative;
    top: -20px;
}
#gotoTop{
	position: fixed;
    width: 70px;
    height: 70px;
	right: 10px;
    bottom: 20px;
	background-color: #004d9f;
	z-index: 201;
    padding: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
}

@media (max-width: 640px) {
    #contain{
        width: 100%;
        background-image: none;
        padding: 0;
    }
    #contain #contInner{
        width: 100%;
    }
    .logo{
        width: 40%;
        margin-top: 2vw;
    }
    .mgContents{
        width: 90%;
        margin: 5% auto;
    }
    .mgContents.catch{
        width: 90%;
    }
    .contents{
        margin: 10% auto;
    }
    /*アピール１*/
    .contents.appeal{
        padding: 3% 0;
    }

    .contents.appeal #cnCat{
        margin: 5% auto;
        width: 90%;
    }
    .contents.appeal #cnCat .ill{
        width: 20%;
    }
    .contents.appeal #cnCat .ill{
        vertical-align: top;
    }
    .contents.appeal #cnCat .cat{
        width: 60%;
        padding: 0
    }
    .resWrap .basicWrap.tel{
        width: 80%;
        margin: 3% auto;
    }
    .bigCatch{
        font-size:8vw;
        margin-bottom: 4vw;
        line-height: 10vw;
    }
    .midCatch{
        font-size:5.5vw;
        margin: 2% 0;
    }
    .body{
        font-size: 4vw;
        line-height: 7vw;
    }
    
    
    /*アピール2*/
    #appeal2{
        margin-top: 10%;
    }


    #appeal2 .upper{
        border-radius: 3vw;
    }
    #appeal2 .upper .title{
        text-align: center;
        width: 90%;
        font-size: 5vw;
        line-height: 7vw;
        border-radius: 10vw;
        padding: 2vw 0;
    }
    #appeal2 .upper .midashi{
        font-size: 3.3vw;
        padding: 0 5%;
        padding-top: 2vw;
        line-height: 7vw;
    }
    #appeal2 .upper .midashi:nth-child(2){
        margin-top: 10vw;
    }
    #appeal2 .upper .midashi strong{
        font-size: 6vw;
        padding-right: 1%;
    }

    #appeal2 .upper .body{
        font-size: 4vw;;
        line-height: 6vw;
    }
    
    
    #appeal2 .upper2{
        border-radius: 3vw;
        padding: 4vw;
    }
    #appeal2 .upper2 .right{
        width: 80%;
        height: 80vw;
        overflow-y: hidden;
        margin: auto;
        margin-top: 2vw;
    }
    #appeal2 .upper2 .left{
        width: 100%;
    }
    #appeal2 .upper2 .left .title{
        font-size: 5vw;
        text-align: center;
    }
    #appeal2 .upper2 .left .name{
        font-size: 4.5vw;
        margin-bottom: 2vw;
        text-align: left;
    }
    #appeal2 .upper2 .left .body{
        font-size: 3.3vw;
        line-height: 6vw;
        text-align: left;
    }




    #appeal2 .middle{
        width: 80%;
        padding: 0;
    }

    #appeal2 .under{
        border-top-right-radius: 4vw;
        border-top-left-radius: 4vw;
    }
    #appeal2 .under .hedTit{
        font-size: 5vw;
        border-top-right-radius: 4vw;
        border-top-left-radius: 4vw;
    }
    #appeal2 .under .hedTit strong{
        font-size: 7vw;
    }
    #appeal2 .under .listWrap{
        display: none;
    }
    
    #appeal2 .under .listWrapSP{
        display: block;
        padding: 3vw;
    }
    #appeal2 .under .listWrapSP .category{
        background-color: #004d9f;
        color: #fff;
        width: 100%;
        text-align: center;
        font-weight: normal;
        padding: 1vw 0;
        font-size: 4vw;
        border-radius: 1.5vw;
        margin-bottom: 1vw;
    }
    #appeal2 .under .listWrapSP ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 5vw;
    }
    #appeal2 .under .listWrapSP ul:last-child{
        margin-bottom: 0;
    }
    #appeal2 .under .listWrapSP li{
        width: 47%;
    }
    #appeal2 .under .listWrapSP li .sclNam{
        float: left;
        font-size: 3.7vw;
        font-weight: bold;
    }
    #appeal2 .under .listWrapSP li .cntPpl{
        float: right;
        font-size: 4vw;
        font-weight: bold;
        color: #e95513;
    }
    #appeal2 .under .listWrapSP li:before,
    #appeal2 .under .listWrapSP li:after {
        content: " ";
        display: table;
    }
    #appeal2 .under .cap{
        position: relative;
        left:0;
        font-size: 3vw;;
        padding: 3vw;
        padding-top: 0;
    }
    /*不安訴求*/
    #anxietyWrap{
        position: relative;
        margin-bottom: 10vw;
    }
    #anxietyWrap .ill{
        width: 100%;
        top: 2vw;
    }
    #anxietyWrap .ansewr{
        border-radius: 3vw;
    }
    #anxietyWrap .ansewr .ill{
        width: 20%;
        position: absolute;
        top:10%;
        left: 4%;
    }
    #anxietyWrap .ansewr p{
        font-size: 3.5vw;
        padding: 1vw 0;
        line-height: 8vw;
        padding-left: 19vw;
        text-indent: 1em;
    }
    #anxietyWrap .ansewr p strong{
        font-size: 6vw;
    }
    
    /*夏特訓訴求*/
    #sptrWrap{
        margin-top: 1vw;
    }
    #sptrWrap .bigCatch .smlTx{
        font-size: 5vw;
        line-height: 7vw;
    }

    #sptrWrap .bigCatch .bigTx{
        font-size: 7vw;
        line-height: 9vw;
    }
    
    
    
    .course{
        margin-top: 2vw;
        border-radius: 3vw;
    }
    .course .titWrap{
        padding: 2vw;
        border-bottom: 2px dotted #fff;
    }
    .course .titWrap .ill,.course .titWrap .ill2{
        position: absolute;
        width: 17%;
        bottom: auto;
        top: 2vw;
    }
    .course .titWrap .ill{
        left: 2%;
    }
    .course .titWrap .ill2{
        right: 2%;
    }
    .course .titWrap p.bigTx{
        font-size: 7vw;
        line-height: 9vw;
    }
    .course .titWrap p.minTx{
        font-size: 4vw;
        line-height: 6vw;
    }

    .course .clm2{
        padding: 4vw;
        display: block;
    }
    .course .clm2 li{
        width: 100%;
        margin-bottom: 5vw;
        float: none;
    }
    
    .course .clm2 li .body{
        padding: 2vw;
        font-size: 4vw;
        line-height: 6vw;
    }
    .course .clm2 li .body.equal{
        height: auto;
    }
    .course .clm2 li .ansWrap{
        padding: 2vw;
    }
    .course .clm2 li .ansWrap .smlTx{
        font-size: 5vw;
        line-height: 7vw;
    }
    .course .clm2 li .ansWrap .bigTx{
        font-size: 7vw;
    }


    .course .clm3{
        padding: 4vw;
    }
    .course .clm3 li{
        float: none;
        width: 100%;
        margin-bottom: 5vw;
        margin-right: 0;
    }
    .course .clm3 li .clmTit{
        padding: 3% 32%;
    }
    .course .clm3 li .body{
        padding: 2vw;
        height: auto;
        font-size: 4vw;
        line-height: 6vw;
    }
    
    .course .clm3 li .ansWrap{
        padding: 2vw;
        height: auto;
    }
    
    .course .clm3 li .ansWrap .smlTx{
        font-size: 5vw;
        line-height: 7vw;
    }
    .course .clm3 li .ansWrap .bigTx{
        font-size: 7vw;
        line-height: 8vw;
    }
    
    .clm4{
        display: block;
    }
    .clm4 li{
        width: 100%;
        margin-top: 3vw;
    }
    .clm4 li .title{
        font-size: 6vw;
        padding: 1vw;
    }
    .clm4 li .body{
        padding: 2vw;
    }
    .clm4 li .body p{
        font-size: 4vw;
        line-height: 6vw;
    }

    .clm4 li.typ1 .body p{
        width: 67%;
    }
    .clm4 li.typ1 .icon{
        width: 25%;
    }
    .clm4 li.typ2 .body p{
        width: 80%;
    }
    .clm4 li.typ2 .icon{
        width: 14%;
    }
    .contents#lastApp{
        padding: 4vw;
        margin: 3vw 0;
    }
    .contents.appeal .tel#endApp{
        width: 100%;
        margin: 5vw auto;
        display: block;
    }
    .contents.appeal .tel#endApp a{
        display: block;
        width: 100%;
        margin: auto;
    }
    .contents.appeal .tel#endApp .logo{
        width: 50%;
        margin-bottom: 3vw;
    }
    
    .foot{
        font-size: 4vw;
        padding: 6vw 0;
    }
    .foot .fNav{
        font-size: 4vw;

    }
    .foot .fNav a{
        display: block;
        color: #FFF;
        text-decoration: none;
        border-right:none;
        margin: 3vw 0;
        text-decoration: underline;
    }
    .foot .text{
        font-size: 3.5vw;
        margin: 5vw 0;
    }
    .foot .copyR{
        font-size: 2.7vw;
    }
    .mgb0{
        margin: 0;
    }
    #graph{
        position: relative;
        top: 0;
        margin-bottom: 3vw;
    }
    #gotoTop{
        width: 15vw;
        height: 15vw;
        right: 3vw;
        bottom: 10vw;
        padding: 2vw;
    }
}