@media only screen and (max-width: 767px){
    .wrapperSp {
        width: 92%;
        margin: 0 auto;
    }
}
.secContact {
    padding-top: 130px;
}
.secContact .titBox {
    text-align: center;
}
.secContact .titBox .titTop {
    font-size: 80px;
    letter-spacing: 6px;
}
.secContact .titTopSm {
    font-size: 45px;
    letter-spacing: 1.6px;
    margin-top: 10px;
	color: #ee4e56;
}
.secContact .txtTop {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 35px;
}
.secContact .box {
    margin: 35px auto 0;
    width: 720px;
    height: 80px;
    background-color: #ffff00;
    font-size: 19px;
    line-height: 80px;
    vertical-align: middle;
    letter-spacing: 0.8px;
    border-radius: 50px;
    position: relative;
}
.secContact .box::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 25px;
    width: 80px;
    height: 59px;
    background: url(../img/common/iconGiftcard.png);
    background-size: cover;
}
.secContact .Meshbox {
    position: absolute;
    z-index: -10;
    bottom: -5px;
    left: 3px;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient( -45deg, #f1d516, #f1d516 2px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 4px);
    border-radius: 50px;
}
.secContact .titBox .txtSm {
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 0px;
}
.secContact .steps {
    width: 330px;
    margin: 55px auto 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.secContact .steps::before {
    position: absolute;
    z-index: -10;
    content: "";
    top: 50%;
    left: 50%;
    height: 1px;
    width: 300px;
    background: #c9c9c9;
    transform: translateX(-50%);
}
.secContact .step {
    text-align: center;
}
.secContact .steps .label01,
.secContact .steps .label02 {
    font-size: 15px;
    letter-spacing: 0.8px;
}
.secContact .steps .label01 {
    margin-bottom: 50px;
}
.secContact .steps .circle {
    margin: 10px auto;
    height: 21px;
    width: 21px;
    border-radius: 30px;
    border: 1px solid #c9c9c9;
    background: #ffffff;
}
.secContact .step.on .label01,
.secContact .step.on .label02 {
	color: #ee4e56;
}
.secContact .step.on .circle {
	border: none;
	background: #ee4e56;
}
.secForm .boxForm {
    margin: 50px auto 0;
    width: 1000px;
    border-top: 1px solid #dcdcdc;
}
.secForm .dlBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}
.secForm .dtBox {
    width: 235px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secForm .dtBox02 {
    width: 235px;
    padding-top: 40px;
}
.secForm .dtWrap {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.secForm .dtWrap .txtInner {
    font-size: 16px;
    letter-spacing: 2.4px;
    line-height: 1.6;
}
.secForm .dtWrap .txtMust {
    display: inline-block;
    width: 46px;
    height: 29px;
    background-color: #ff003c;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    padding: 8px 0; 
}
.secForm .ddBox {
    width: 700px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 0;
}
.secForm .ddBox02 {
    width: 700px;
    padding: 25px 0;
}
.secForm .ddBox01 {
    padding: 45px 0;
}
.secForm .txtInner {
    font-size: 16px;
}
.secForm .ddWrap {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}
.secForm .ddBox02 .ddWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secForm .ddWrap02 {
    margin-top: 10px;
}
.secForm .ddbox01 {
    padding: 40px auto;
}
.secForm input[type="text"], .secForm select,
.secForm input[type="tel"], .secForm input[type="email"] {
    padding-left: 15px;
    border: 1px solid #dcdcdc;
    background: #ffffe5;
    font-size: 16px;
    height: 55px;
}
.secForm input[type="checkbox"] {
    display: none;
}
.secForm input[type="checkbox"]+.txtCheak {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 50px;
    padding-right: 0px;
}
.secForm input[type="checkbox"]+.txtCheak::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    left: 0;
    top: 50%;
    border: none;
    border-radius: 3px;
    background-color: #eeeeee;
}
.secForm input[type="checkbox"]:checked+.txtCheak::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 10px;
    margin-top: -9px;
    top: 50%;
    left: 8px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753;
}
.secForm input.agree+.txtCheak {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 0px;
}
.secForm input.agree+.txtCheak::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    left: 0;
    top: 50%;
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #ffffff;
}
.secForm input.agree:checked+.txtCheak::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 10px;
    margin-top: -9px;
    top: 50%;
    left: 8px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753;
}
.secForm select {
    width: 150px;
    margin-right: 10px;
}
.secForm .w150 {
    width: 150px;
}
.secForm .w380 {
    width: 380px;
}
.secForm .w700 {
    width: 700px;
}
.secForm .h130 {
    height: 130px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    border: 1px solid #dcdcdc;
}
.secForm .white {
    background-color: #ffffff !important;
}
.secForm .mark {
    font-size: 16px;
    margin-right: 10px;
}
.secForm .serch {
    padding: 10px 0;
    display: inline-block;
    height: 40px;
    width: 110px;
    background: #010217;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 2.4px;
    text-decoration: none;
    border-radius: 20px;
    margin-left: 20px;
}
.secForm .check {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.secForm .check:last-child{
    margin-bottom: 10px;
}
.secForm .mt10 {
    margin-top: 5px;
}
.secForm .txtCheak {
    color: #292929;
    font-size: 16px;
}
.secForm .txtBox {
    text-align: center;
    margin-top: 55px;
}
.secForm .txt01 {
    font-size: 14px;
    letter-spacing: 0.8px;
}
.secForm .txt02 {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 2.28;
}
.secForm .agreeBox {
    width: 500px;
    height: 90px;
    background: #f9f8f7;
    border-radius: 90px;
    margin: 50px auto 0;
    text-align: center;
    padding: 36px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secForm .txtAgree {
    font-size: 16px;
    color: #292929;
}
.secForm .agreeBox .agree {
    display: block !important;
    height: 32px;
    width: 32px;
    border: 1px solid #d2d2d2;
    margin-right: 10px;
}
.secForm .agreeBox label {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secForm .btnSubmit {
    display: block;
    height: 90px;
    width: 500px;
    background: #9cc948;
    border-radius: 90px;
    margin: 0 auto;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 36px 0;
    letter-spacing: 0.8px;
    margin-top: 30px;
    text-decoration: none;
}
.secContact .bar {
    width: 1000px;
    height: 1px;
    background: #000000;
    margin: 100px auto 0;
}
.secPhone {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*.secPhone .txtBig {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1.2px;
}
.secPhone .btnPhone {
    color: #000000;
    display: block;
    margin-top: 15px;
    font-size: 80px;
    letter-spacing: 5px;
    text-decoration: none;
}
.secPhone .txtSm {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1.2px;
}*/
.secForm .txtError {
    color: #f00;
    font-size: 14px;
    background: url(../img/common/iconError.png) left top no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 14px;
    line-height: 14px;
    font-weight: 500;
}
.secForm .agreeLink {
    color: #1e88e5;
}
@media only screen and (max-width: 767px){
    .secContact .titBox .titTop {
        font-size: 40px;
        letter-spacing: 2px;
    }
    .secContact .titBox .titTopSm {
        font-size: 32px;
    }
    .secContact .txtTop {
        font-size: 14px;
        line-height: 1.7;
    }
    .secContact .box {
        margin-top: 50px;
        width: 100%;
        height: auto;
        padding: 20px 0;
        font-size: 13px;
        line-height: 1.8;
    }
    .secContact .bar {
        width: 100%;
    }
    .secContact .titBox .txtSm {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .secContact .steps {
        width: 300px;   
    }
    .secContact .steps::before {
        width: 250px;
    }
    .secForm .boxForm {
        margin: 30px auto;
        width: 100%;
    }
    .secForm .dlBox {
        display: block;
        padding: 20px 3%;
    }
    .secForm .dtBox,.secForm .dtBox02 {
        width: 100%;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .secForm .ddBox,.secForm .ddBox02 {
        width: 100%;
        padding: 0;
    }
    .secForm .dtWrap {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .secForm .dtWrap .txtInner {
        letter-spacing: 0;
        margin-right: 10px;
    }
    .secForm .mark {
        margin-right: 5px;
    }
    .secForm .ddWrap {
        width: 100%;
    }
    .secForm .serch {
        margin-left: 5px;
        min-width: 110px;
    }
    .secForm select {
        padding: 5px;
        margin-bottom: 10px;
        height: 40px;
    }
    .secForm .ws100p {
        width: 100%;
    }
    .secForm input[type="text"],
    .secForm input[type="tel"] {
        width: 100%;
        height: 40px;
        font-size: 13px;
    }
    .secForm .txtBox {
        padding: 0 3%;
        margin-top: 30px;
        text-align: left;
    }
    .secForm .txt01 {
        text-align: left;
        font-size: 12px;
    }
    .secForm .txt02 {
        line-height: 1.3;
        font-size: 12px;
    }
    .secForm .agreeBox, .secForm .btnSubmit {
        width: 90%;
        margin: 10px auto;
        height: auto;
        padding: 22px 0;
    }
    .secForm input.agree+label::before {
        width: 24px;
        height: 24px;
        margin-top: -9px;
    }
    .secContact .bar {
        margin: 30px 0 0;
    }
    .secPhone {
        padding: 30px 0;
    }
    /*.secPhone .imgBox {
        width: 10%;
        margin: 0 auto;
    }
    .secPhone .txtBig {
        font-size: 20px;
    }
    .secPhone .btnPhone {
        font-size: 40px;
        letter-spacing: 2px;
    }
    .secPhone .txtSm {
        font-size: 13px;
        line-height: 1.4;
    }*/
    .secForm input[type="checkbox"]+label {
        padding-left: 30px;
    }
    .secForm input[type="checkbox"]+label::before {
        width: 24px;
        height: 24px;
        margin-top: -10px;
    }
    .secForm input[type="checkbox"]:checked+label::after{
        width: 15px;
        height: 8px;
        margin-top: -9px;
        top: 75%;
        left: 5px;
    }
    .secForm .hs100 {
        height: 100px;
    }
    .secForm .txtInner {
        font-size: 13px;
    }
    .secForm .ddWrap {
        font-size: 14px;
        line-height: 1.4;
    }
}
/* co.html */
.secCo .txtCo {
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.4;
}
.secCo .dtBox02 {
    padding-top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secForm .txtError02 {
    width: 160px;
    margin: 14px auto;
}
.secCo .btnCoBack {
    border: #000 solid 1px;
    display: block;
    color: #000;
    width: 240px;
    padding: 24px 0;
    font-size: 18px;
    margin: 30px auto 0;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
}
@media only screen and (max-width: 767px){
    .secCo .btnCoBack {
        width: 180px;
        padding: 20px 0;
        font-size: 16px;
        margin: 20px auto 0;
    }
}
.secOk .txtOkTop {
    text-align: center;
    font-size: 20px;
    margin: 50px 0 30px;
}
.secOk .txtOkSub {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
}
.secOk .backTop {
    border: #000 solid 1px;
    display: block;
    color: #000;
    width: 240px;
    padding: 24px 0;
    font-size: 18px;
    margin: 30px auto 0;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
}
@media only screen and (max-width: 767px){
    .secOk .txtOkSub {
        margin: 20px;
        font-size: 13px;
        line-height: 1.4;
    }
    .secOk .backTop {
        width: 180px;
        padding: 20px 0;
        font-size: 16px;
        margin: 20px auto 0;
    }
}
