/*Contact page*/

.sec-contact-page {
    padding: 40px 0 48px;
}

.sec-contact-page .section-title {
    /*font-family: HiraKakuPro-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 5px;
    text-align: center;
    color: #2c2e31;
}

.sec-contact-page .section-sub-title {
    margin: 15px 0 40px 0;
    color: #8f9aa0;
    padding-right: 8px;
    padding-left: 8px;
}

.sec-contact-page .section-sub-title span {
    display: block;
}

.sec-contact-page .contact-wrap {
    width: 744px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.sec-contact-page input[type="text"],
.sec-contact-page input[type="email"] {
    height: 48px;
    display: block;
}

.sec-contact-page .term {
    border-radius: 4px;
    background-color: #f0f2f5;
    text-align: center;
    margin: 24px 0 32px 0;
    padding: 20px 0;
}

.sec-contact-page .term h4 {
    margin: 0;
    /*font-family: HiraKakuPro-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2e31;
}

.sec-contact-page .term h6 {
    margin: 0px 0 20px 0;
    /*font-family: HiraKakuPro-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2e31;
}

.sec-contact-page .term h6 a {
    color: #0092d4;
}

.sec-contact-page .term .chk {}

.sec-contact-page .term .chk label {}

.sec-contact-page .term .chk input {}

.sec-contact-page .term .chk span {}

.sec-contact-page .submit {
    text-align: center;
}

.sec-contact-page .submit p {
    margin: unset;
}

.sec-contact-page .submit button {
    border: none;
}

.sec-contact-page .term .chk span {
    margin: 0;
}

.sec-contact-page .term .chk span.wpcf7-list-item-label {
    margin-left: 10px;
}

.sec-contact-page span.wpcf7-list-item {
    display: block;
    width: 200px;
    padding-top: 2px;
}
.sec-contact-page .submit .ajax-loader {
    display: none;
}
.sec-contact-page .submit .ajax-loader.is-active {
    display: block !important;
    text-align: center;
    margin: 10px auto 0 auto;
}

.sec-contact-page .wpcf7-response-output {
    /*margin: 0 !important;*/
}

.sec-contact-page .ai-checkbox input[type="checkbox"]:before {
    top: -5px;
    left: -2px;
}

.sec-contact-page .ai-checkbox input[type="checkbox"]:after {
    top: 0;
}