@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secHero */
.secHero{
    width: 1200px;
    height: 440px;
    background: url(../img/online/bgHero.jpg) center top no-repeat;
    margin: 20px auto 0;
    padding-left: 80px;
}
.secHero .tit01{
    font-weight: bold;
    font-size: 26px;
    padding-top: 103px;
}
.secHero .tit02{
    font-size: 64px;
    font-weight: bold;
    color: #EB6652;
    margin-top: 18px;
    letter-spacing: 10px;
}
.secHero .txt01{
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-top: 31px;
    letter-spacing: 1.5px;
    background: linear-gradient(transparent 70%, #ff0 70%);
}
.secHero .txt02{
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    margin-top: 22px;
    letter-spacing: 2px;
}
@media only screen and (max-width:767px){
    .secHero{
        width: 100%;
        height: auto;
        background: url(../img/online/bgHero_sp.jpg) center top / 100% auto no-repeat;
        margin: 0;
        padding: 53.867vw 0 0;
    }
    .secHero .wrapper{
        background: #fff;
        width: 92%;
        margin: 0 auto;
        text-align: center;
        padding-top: 28px;
    }
    .secHero .tit01{
        font-size: 15px;
        padding-top: 0;
        position: relative;
    }
    .secHero .tit01::before{
        content: "";
        width: 18px;
        height: 15px;
        background: url(../img/online/imgHead.gif) center top / cover no-repeat;
        position: absolute;
        top: -20px;
        left: calc(50% - 150px);
    }
    .secHero .tit02{
        font-size: 26px;
        margin-top: 10px;
        letter-spacing: 1.5px;
    }
    .secHero .txt01{
        font-size: 16px;
        margin-top: 15px;
        letter-spacing: 0.5px;
    }
    .secHero .txt02{
        font-size: 14px;
        line-height: 1.7;
        margin-top: 18px;
        letter-spacing: 1px;
    }
}

/* secFlow */
.secFlow{
    width: 980px;
    margin: 0 auto;
}
.secFlow .titHead{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    letter-spacing: 2px;
}
.secFlow .txtHead{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
    margin-top: 30px;
    letter-spacing: 1px;
}
.secFlow .boxList{
    margin-top: 50px;
    position: relative;
}
.secFlow .boxList::before{
    content: "";
    width: 10px;
    height: 740px;
    background: #EEE;
    position: absolute;
    top: 0;
    left: 45px;
    z-index: -1;
}
.secFlow li{
    display: flex;
    display: -webkit-flex;
}
.secFlow li:nth-child(n+2){
    margin-top: 20px;
}
.secFlow .boxStep{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #EB6652;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.secFlow .txtStep01{
    font-weight: bold;
    font-size: 18px;
}
.secFlow .txtStep02{
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
}
.secFlow .img{
    margin-left: 30px;
}
.secFlow .boxTxt{
    width: 480px;
    margin-left: 40px;
    padding-bottom: 56px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
.secFlow li:last-child .boxTxt{
    padding-bottom: 0;
}
.secFlow .tit{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.secFlow .txt01{
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
    letter-spacing: 1px;
    line-height: 2;
}
.secFlow .txt02{
    margin-top: 20px;
}
@media only screen and (max-width:767px){
	.secFlow{
		width: 92%;
        margin: 36px auto 0;
        padding-top: 40px;
        border-top: 1px solid #DADADA;
    }
    .secFlow .titHead{
        font-size: 18px;
        margin-top: 0;
        letter-spacing: 1px;
    }
    .secFlow .txtHead{
        font-size: 13.5px;
        line-height: 1.83;
        margin: 17px -2% 0;
        letter-spacing: 0;
    }
    .secFlow .boxList{
        margin-top: 35px;
    }
    .secFlow .boxList::before{
        display: none;
    }
    .secFlow li{
        display: block;
        position: relative;
    }
    .secFlow li:nth-child(n+2){
        margin-top: 50px;
    }
    .secFlow .boxStep{
        width: 60px;
        height: 60px;
        border-radius: 30px;
        position: absolute;
        top: -20px;
        left: 0;
    }
    .secFlow .txtStep01{
        font-size: 11px;
    }
    .secFlow .txtStep02{
        font-size: 16px;
        margin-top: 2px;
    }
    .secFlow .img{
        margin-left: 0;
    }
    .secFlow .boxTxt{
        width: 100%;
        margin-left: 0;
        padding-bottom: 0;
    }
    .secFlow .tit{
        font-size: 18px;
        letter-spacing: 0.5px;
        margin-top: 14px;
    }
    .secFlow .txt01{
        font-size: 13.5px;
        line-height: 1.8;
        margin-top: 8px;
        letter-spacing: 0;
    }
    .secFlow .txt02{
        width: 251px;
        margin: 17px auto 0;
    }
}
@media only screen and (max-width:374px){
    .secFlow .txtHead,
    .secFlow .txt01{
        font-size: 13px;
    }
}

/* secContact */
.secContact{
    width: 1000px;
    text-align: center;
    border-top: 1px solid #DADADA;
    padding-top: 80px;
    margin: 80px auto 125px;
}
.secContact .tit{
    font-weight: bold;
    font-size: 26px;
    color: #000;
    letter-spacing: 1px;
}
.secContact .btn{
    margin-top: 45px;
}
.secContact .txt{
    font-size: 14px;
    text-align: center;
    margin-top: 42px;
}
@media only screen and (max-width:767px){
    .secContact{
        width: 92%;
        padding-top: 34px;
        margin: 35px auto 60px;
    }
    .secContact .tit{
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }
    .secContact .btn{
        width: 97.102%;
        margin: 20px auto 0;
    }
    .secContact .txt{
        font-size: 13px;
        line-height: 1.8;
        margin-top: 18px;
    }
}