@charset "utf-8";
.sub{
   
    height: 546px;
    background-position: 50% 50% !important;
    background-size: cover !important;
    position: relative;

}
.sub.a{
    background: url(../images/sub_bga.jpg) no-repeat;
}
.sub.b{
    background: url(../images/sub_bgb.jpg) no-repeat;
}
.sub.c{
    background: url(../images/sub_bgc.jpg) no-repeat;
}
.sub.d{
    background: url(../images/sub_bgd.jpg) no-repeat;
}
.sub.e{
    background: url(../images/sub_bge.jpg) no-repeat;
}
.sub.f{
    background: url(../images/sub_bgf.jpg) no-repeat;
}

.sub .wrap-1068{
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

.sub h1{
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}
.sub h1 sup{
    font-weight: 400;
    color: #fff;
    margin-left: -10px;
    letter-spacing: -2px;
}

.sub h2{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 0.6;
}
.sub p{
    padding-top: 32px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

/* sub--main */
.sub--main{
    background-color: #efefef;

}
.sub--main .wrap-1068{
    background-color: #fff;
    padding: 0 75px;
    padding-bottom: 140px;
    padding-top: 15px;
    position: relative;
}

.flow{
    background-color: #fff;
   position: absolute;
   top: -82px;
   left: 0;
   width: 100%;
   padding:30px 60px;
 
}
.flow li{
    font-size: 15px;
    color: #727272;
    position: relative;
    padding: 0 25px;
}
.flow li:first-child{
    padding: 0;
    padding-right: 20px;
}
.flow li:first-child a,.flow li:first-child a img{
    display: block;
}
.flow li::after{
    content: "";
    width: 13px;
    height: 20px;
    background: url(../images/flow_arrow.png) no-repeat;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.flow li:first-child::after{
    display: none;
}
/* contents */
.contents .img-box{
    /* margin-bottom: 50px; */
}
.contents .img-box img{
    display: block;
    margin: 0 auto;
}
.contents__title{
    border-bottom: 1px solid #acacac;
    padding-bottom: 52px;
}
.contents__title h1{
    text-align: center;
    font-size: 54px;
    color: #690a8c;
    font-weight: 500;
}

.contents__title h2{
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #575757;
    padding-top: 52px;
}


.contents__txt .writer{
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #5b5151;
    padding-top: 32px;
    padding-bottom: 70px;
    line-height: 1.1;
}
.contents__txt .writer span{
    font-weight: 400;
    font-size: 17px;
    color: #5b5151;
}
.contents__txt ul li{
    padding-bottom: 40px;
}
.contents__txt ul li p{
    font-size:18px;
    color: #404040;
    text-align: justify;
    line-height: 1.7;
    word-break: keep-all;
}
.contents__txt ul li.d-flex>*{
    width: 50%;
}
.contents__txt .box{

    background:linear-gradient(-135deg, transparent 27px, #690a8c 0);
    position: relative;
    padding:40px 20px;
    padding-bottom: 70px;
    
    margin-left: 40px;
}

.contents__txt .box.c{
    
    background:linear-gradient(-135deg, transparent 27px, #041b77 0);
}
.contents__txt .box.c.no-pd{
    padding-bottom: 15px;
}
.contents__txt .box::after{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/tryangle.png) no-repeat;
    top: 0;
    right: 0;
}
.contents__txt .box p{
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 1.9;
    word-break: keep-all;
}
.contents__txt .box .line{
    text-indent: -9999px;
    width: 50px;
    height: 2px;
    background-color: #fff;
   
    margin-bottom: 30px;
}

/*************************** b ***************************/
.sub p span{
    color: #fff;
}
.contents.b .contents__title{
    border-bottom: none;
    padding-bottom: 72px;
}
.contents.b .contents__title h1{
    text-align: center;
    font-size: 43px;
    color: #3c3c3c;
    font-weight: 500;
}
.contents.b .contents__title h2{
    font-size: 20px;
}

.contents.b .contents__txt ul li.d-flex>*{
    width: auto;
}
.contents.b .contents__txt ul li.d-flex .txt__title{
    border: 1px solid #000000;
    font-size: 20px;
    font-weight: 500;
    color: #3c3c3c;
    text-align: center;
    width: 100%;
    max-width: 215px;
    padding: 5px 0;
    margin-right: 30px;

}
.contents.b .contents__txt .b--writer{
    position: relative;
    margin-bottom: 40px;
}
.contents.b .contents__txt .b--writer p::after{
    content: "";
    width: 100%;
    max-width: 200px;
    height: 100%;
    background-color: #d7d7d7;
    position: absolute;
    bottom: 0;
    left: -50%;
    transform: translateX(41%);
    z-index: 1;
}
.contents.b .contents__txt .b--writer img{
    display: block;
    position: relative;
    z-index: 29;
    transform: translateY(20px);

}
.contents.b .contents__txt .b--writer p{
    padding: 45px 0;
    font-size: 15px;
    position: relative;
    z-index: 9;
    padding-left: 20px;
    background-color: #d7d7d7;
    font-weight: 500;
    width: 100%;
}
.contents.b .contents__txt .b--writer p a{
    display: block;
    color: #337ab7;
}
.contents.b .b--list p.qna--q{
    font-size: 20px;
    font-weight: 700;
}
.contents.b .b--list p.qna--a{
    line-height: 1.8;
    letter-spacing: -0.1px;
    word-break: keep-all;
}

.contents.b .b--list p.talk1{
    color: #DE7456;
   
}
.contents.b .b--list p.talk2{
    color: #009ca6;
   
}
.contents.b .b--list p.talk3{
    color: #195e93;
   
}


/*************************** c ***************************/
.contents.c{
    padding-top: 20px;
}
.contents.c .contents__title h1{
    text-align: center;
    font-size: 53px;
    color: #041b77;
    font-weight: 500;
    letter-spacing: -0.1px;
}
.contents.c .contents__title h1 sup{
    color: #041b77;
}
/* .explanation */

.explanation{
    background-color: #f0e6f3;
    padding:30px 35px
}
.explanation.b{
    background-color: #e5f5f6;
}
.explanation.c{
    background-color: #e9ecfb;
}
.explanation li{
    text-indent: -17px;
    padding-left: 17px;
    word-break: keep-all;
}
/*************************** f ***************************/
.tab--list li{
    cursor: pointer;
    width: 33.3333%;
    text-align: center;
    font-size: 28px;
    color: #999999;
    border: 1px solid #999999;
    padding: 20px 0px;
    margin-right:30px;
}
.tab--list li:last-child{
    margin-right: 0;
}
.tab--list li.on{
    color: #fff;
    background-color: #a666d6;
}
.tab{display: none;}
.tab.on{display: block;}



.contents.f .contents__title{
    text-align: left;
    font-size: 42px;
    color: #a666d6;
    font-weight: 500;
}
.contents.f .contents__title{
    padding-bottom: 10px;
    margin-bottom: 75px;
}
.contents.f .contents__txt{
    padding-top: 50px;
}
.contents.f .tryangle{
    display: inline-block;
    height: 0;
    border-right: 25px solid transparent;
    border-bottom: 44px solid #6f6f6f;
    width: 100%;
    max-width: 245px;
}
.contents.f .tryangle h4{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 8px;
    font-weight: 400;
}
.contents.f .notice li>ul{
    background-color: #efefef;
    padding: 25px 30px;
    border-top: 2px solid #fff;
}

.contents.f .notice li>ul li h6{
    font-size: 18px;
    font-weight: 400;
    color: #424444;
    position: relative;
    margin-bottom: 10px;
    text-indent: -14px;
    padding-left: 14px;
    
}
.contents.f .notice li>ul li h5{
    padding-bottom: 10px;
}
.contents.f .notice li>ul li h6 span{
    color: #a666d6;
    font-size: 32px;
    vertical-align: sub;
}
.contents.f .notice li>ul li a{
    display: block;
    word-break: break-word;
}
/* .contents.f .notice li>ul li h6::after{
    content: "·";
    color: #a666d6;
    position: absolute;
    left: -15px;
    font-size: 32px;
    top: 50%;
    transform: translateY(-50%);
} */
.contents.f .notice li>ul li .notice__list{
    padding: 0;
    border-top: none;
}
.contents.f .notice li>ul li .notice__list li{
    padding-bottom: 10px;
    text-indent: -10px;
    padding-left: 10px;
    line-height: 2;
    word-break: keep-all;
}

.contents.f .notice li>ul li .notice__list li.down{
    padding-left:8px;
    text-indent: 0;
    margin-top: 10px;
}
.contents.f .notice li>ul li .notice__list li img{
    display: block;
}
@media(max-width:1210px){
    .contents__title h1{
        font-size: 43px;
    }
    .sub .wrap-1068{
        padding-left: 40px;
    }
    .sub--main .wrap-1068 {
        max-width: 940px;
        padding: 0 40px;
        padding-bottom: 140px;

    }
    .flow {
        
        padding: 30px 40px;
    }
    .contents__txt ul li.d-flex>*{
        width: 100%;
    }
    .contents__txt ul li.d-flex{
        display: block !important;
    }
    .contents__txt .box {
      
        margin-left: 0;
        margin-top: 20px;
        padding-bottom:60px
    }
  
    /*************************** b ***************************/
    .contents.b .contents__txt ul li.d-flex .txt__title{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contents.b .contents__txt .b--writer p::after{
        transform: translateX(26%);
    }
    .contents.b .contents__txt .b--writer img{
        margin: 0 auto;
    }
}
@media(max-width:942px){
    .contents.b .contents__txt .b--writer{
        display: block !important;
    }
    .contents.b .contents__txt .b--writer p::after{
        display: none;
    }
    .contents.b .contents__txt .b--writer p{
        padding: 45px 20px;
        text-align: center;
        word-break: keep-all;
    }
}
@media(max-width:767px){

    .sub{
        margin-top: 61px;
        height: 215px;
        position: relative;
    }
    .sub::after{
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0 0 0 /0.5);
        position: absolute;
        top: 0;
        left: 0;
    }
    .sub .wrap-1068{
        padding-left: 20px;
        z-index: 2;
        top: 50%;
    }
    .sub h1{
        font-size: 28px;
        font-weight: 600;
    }
    .sub h1 sup{
        margin-left: -5px;
    }
    .sub p{
        font-size: 17px;
        word-break: keep-all;
    }
    .flow {
        background-color: #fff;
        position: relative;
        top: 0;
        left: 0;
        padding: 30px 0;
    }
    .flow li{
        font-size: 14px;
        padding: 0 12px;
    }
    .flow li::after{
        left: -6px;
    }
    .sub--main .wrap-1068{
        padding: 0 20px;
        padding-bottom: 140px;
    }
    .contents__title{
        padding-bottom: 32px;
    }
    .contents__title h1{
        font-size: 20px;
    }
    .contents__title h2{
        font-size: 16px;
        padding-top:32px
    }
    .contents__txt .writer{
        font-size: 19px;
        padding-bottom: 40px;
    }
    .contents__txt .writer span{
        font-size: 14px;
    }
    .contents__txt ul li p{
        text-align: left;
        line-height: 1.5;
        word-break: keep-all;
    }
    

    /*************************** b ***************************/
    .sub h2{
        font-size: 20px;
        line-height: 1.5;
    }
    .contents.b .contents__title h1,.contents.c .contents__title h1{
        font-size: 23px;
        word-break: keep-all;
    }
    .contents.b .contents__title h2{
        font-size: 17px;
    }
    /*************************** f ***************************/
    .contents.f .contents__title h1{
        font-size: 40px;
    }
    .tab--list li{
        margin-right:10px;
        padding: 10px 0;
        font-size: 14px;
    }
    .contents.f .contents__title{
        font-size: 38px
    }
    .contents.f .contents__title span{
        font-size: 38px
    }
    

    .contents.f .notice li>ul li h6 {
        font-size: 15px;
    }
}