
.text-center{
    text-align: center
}

.text-left{
    text-align: left;
}
body{
    word-break: keep-all;
    font-family: 'Spoqa Han Sans', sans-serif;
    font-weight: 400;
    line-height: 1.15em;
}

.rel{
    position:relative;
}
.body-wrap section {
    padding-top:130px;
    padding-bottom:130px;
    box-sizing: border-box;
}

section > .contents {
    max-width: 1178px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}

h2{
    font-size:30px;
}

h3 {
    color : #4e33c2;
    text-align: center;
    font-size : 16px;
    font-weight: 600;
}
h3:after {
    margin : 0 auto;
    margin-top:30px;
    margin-bottom:50px;
    content: '';
    display:block;
    width : 50px;
    height : 3px;
    background : #4e33c2;
}

h4 {
    font-size:29px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}
h4 strong{
    font-weight: 700;
}

h5 {
    font-size:25px;
    line-height:36px;
    font-weight: 400;
    text-align: center;
    margin-bottom:100px;
}

h6 {
    margin-bottom:15px;    
}

ul.tab-nav {
 width:100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

 ul.tab-nav li a{
    font-weight: 800;
    color : #828282;
    width:100%;
    text-decoration: none;
    padding-top:15px;
    padding-bottom:15px;
    display: block;
    border-bottom: 5px solid #ccc;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
 }
ul.tab-nav li{
    text-align: center;
    flex:1;
    align-self: stretch;
}
ul.tab-nav li.active a{
    border-bottom:5px solid #4e33c2;
}
ul.tab-nav li:hover a{
    color : #4e33c2;
}
ul.tab-nav li:hover a{
    border-bottom:5px solid #4e33c2;
}
ul.tab-nav li.active a{
    color : #4e33c2;
}

        

@media(max-width : 960px) {
    ul.tab-nav li a{
        font-size: 15px;
    }
}

@media(max-width: 450px){
    ul.tab-nav{
        display: block;
        margin-top:-10px;
        margin-bottom: 10px;
    }
    
    ul.tab-nav:after{
        content:'';
        display: block;
        clear: both;
    }

    ul.tab-nav li{
        text-align: left;
        align-self: center;
        text-align: left;
        width: 48%;
        float: left;
        margin-top:10px;
    }
    ul.tab-nav li:nth-of-type(odd){
        margin-right:4%;
    }
    
    ul.tab-nav li a {
             background:#fff;

        line-height: 14px;
        display: flex;
        height:40px;
        box-sizing: border-box;
        padding:0px;
        font-size: 13px;
        width:100%;
        align-self: center;
        justify-content: center;
        border:1px solid #009ad0;
        color : #666666;
        text-align: center;
        padding:0px 10px;
        border-radius: 5px;
    }
    ul.tab-nav li.active a{
        border:0;
        color:#fff;
        background: rgb(8,112,255);
background: linear-gradient(90deg, rgba(8,112,255,1) 0%, rgba(42,73,255,1) 42%, rgba(97,13,255,1) 96%);
    }
    
    ul.tab-nav li:hover a{
        border-bottom:1px solid transparent;
    }
}


div.sub{
    color:#8d8d8d;
    text-align: center;
    font-size: 12px;
}

section.contact{
    padding-top:30px;
    padding-bottom:30px;
    background: rgb(38,46,94);
    background: linear-gradient(90deg, rgba(38,46,94,1) 0%, rgba(46,34,106,1) 100%);
    color : #fff;
    font-weight: 800;
    font-size:24px;
    line-height: 30px;
}

section.contact button {
    border-radius: 5px;
    border:1px solid #85bdf9;
    color: #85bdf9;
    padding:5px;
    background: transparent;
    font-weight: 800;
    margin-top:20px;
    font-size:18px;
    line-height: 25px;
}

section.contact div:nth-child(even) button{
    color:#c595f8;
    border:1px solid #aa64f7;
}
section.contact div.button{
    min-height: 150px;
    padding: 41px 0px;
}


section.contact div.button {
margin:10px 0px;
}


.mobileimg {
    display: none;
}

.valign{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width : 720px) {
    .body-wrap section.no-padding-bottom {
        padding-bottom: 0px;
    }
    .body-wrap section.no-padding-bottom div[class^="col"] {
        padding-bottom: 0px;
    }

    p, h4, h5 {
        white-space: pre-line;
    }
}

@media(max-width : 1178px) {
    .body-wrap section {
        padding-top:50px;
        padding-bottom:50px;
    }
    .body-wrap section.no-padding{
        padding-top:0px;
        padding-bottom:0px;
    }
    
    section{
        padding-left: 40px;
        padding-right:40px;
    }
    
    
}


@media(max-width: 720px){
    .mobileimg {
        display: block;
    }
    
    .pcimg{
        display: none;
    }

}
