@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/

/* secCmnIndexTop */
.secCmnIndexTop{
    background: url(../img/contact/bgCmnIndexTop.jpg) center top / cover;
}
.secCmnIndexTop .titBox{
    padding-left: 35px;
}
.secCmnIndexTop .titBox::after{
    width: 191px;
    height: 161px;
    left: 5px;
    top: -70px;
    background: url(../img/common/iconCmnIndexTop.png) center top / cover;
}
.secCmnIndexTop .titJpn{
    font-size: 35px;
    letter-spacing: 5px;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
    .secCmnIndexTop{
        background: url(../img/contact/bgCmnIndexTop_sp.jpg) center top / cover;
    }
    .secCmnIndexTop .titBox{
        padding-left: 15px;
    }
    .secCmnIndexTop .titBox::after{
        width: 156px;
        height: 101px;
        left: 5px;
        top: -45px;
        background: url(../img/common/iconCmnIndexTop02_sp.png) center top / cover;
    }
    .secCmnIndexTop .titEng{
        width: 81px;
    }
    .secCmnIndexTop .titJpn{
        font-size: 25px;
        letter-spacing: 3px;
        margin-top: 13px;
    }
}
@media only screen and (max-width:359px){
    .secCmnIndexTop .titJpn{
        letter-spacing: 1px;
    }
}
/* secContact */
.secContact{
    width: 1000px;
    margin: 45px auto 0;
}
.secContact .topTit{
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: center;
}
.secContact .telBox{
    margin-top: 35px;
}
.secContact .telInner{
    background: #f2efe4;
    padding: 23px 30px 33px;
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: center;
}
.secContact .telTit{
    font-size: 15px;
    line-height: 2;
}
.secContact .telNumber{
    font-size: 50px;
    margin-top: 11px;
}
.secContact .telSub{
    font-size: 35px;
    margin-right: 5px;
}
.secContact .telTxt{
    font-size: 15px;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
    .secContact{
        width: 92%;
        margin: 10px auto 0;
    }
    .secContact .topTit{
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.83;
    }
    .secContact .telBox{
        margin-top: 15px;
    }
    .secContact .telInner{
        padding: 15px 15px 20px;
    }
    .secContact .telTit{
        font-size: 11px;
        line-height: 1.63;
    }
    .secContact .telNumber{
        font-size: 26px;
        margin-top: 8px;
    }
    .secContact .telSub{
        font-size: 25px;
        margin-right: 5px;
    }
    .secContact .telTxt{
        font-size: 11px;
        margin-top: 10px;
    }
}
/* secCmnForm */
.secCmnForm{
    margin: 80px auto 150px;
    padding-bottom: 100px;
}
@media only screen and (max-width:767px){
    .secCmnForm{
        margin: 50px auto 60px;
        padding-bottom: 0;
    }
    .secFormTit .formTxtBox {
        margin: 55px auto 0;
    }
    .secFormTit .formTxtBox::after {
        top: -32px;
    }
}