/* CF7 リセット */
input[type="text"],
input[type="date"],
input[type="submit"],
input[type="button"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
outline-offset: -2px;
}

input::-webkit-datetime-edit {
display: inline-block;
overflow-x: visible;
overflow-y: visible;
padding-top: 1px;
text-align: left;
margin-right: auto;
margin-left: 0;
}

 /** breadcrumbs **/

.breadcrumbs{
    font-size: 14px;
    margin-bottom: 60px;
    line-height: 3.5em;
    height: 3.5em;
    background: inherit;
    /* ヘッダーの高さ */
/*     margin-top: 97px; */
}

.breadcrumbs span{
    position: relative;
    top: 0.5px;
    margin-right: 2px;
}

.breadcrumbs span span{
    margin-left: 2px;
}

/* Contact page */
#contact {
    padding-top: 00px;
    /* margin-top: -60px; */
}

.c-lead-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .c-lead-ttl {
        font-size: 18px;
    }
}

.c-lead-txt {
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 35px;
    width: 58.3%;
    text-align: justify;
}
@media screen and (max-width: 767px) {
    .c-lead-txt {
        font-size: 13px;
        width: 90%;
        margin: 0 auto 20px;
    }
}

/* Contactform7 */

input[type="date"] {
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #161719;
    background-color: #fff;
    text-align: left!important;
    justify-content: flex-start!important;
    min-height: 50px;
    width: 100%;
}

input[type="date" i] {
    text-align: left!important;
    justify-content: left!important;
}

input[type="date"]::placeholder {
    font-size: 15px;
    color: rgba(0,0,0,0.5);
}

select {
    background-color: #fff;
}

span.wpcf7-form-control-wrap.select-drop::after {
    content: "▼";
    font-size: 13px;
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 0;
}

span.wpcf7-form-control-wrap.select-todouhuken::after {
    content: "▼";
    font-size: 13px;
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 0;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

.cf7-wrapper {
    width: 75.2%;
    margin: 0 auto 40px;
    padding: 4.054%;
    background-color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .cf7-wrapper {
        width: 90%;
        margin: 50px auto 0;
        padding: 5% 5% 40px;
        background-color: #fff;
        border-radius: 5px;
    }
}

.cf7-ttl {
    font-size: 6rem;
    line-height: 1;
    color: #9c9c9c;
}

.cf7-ttl span {
    display: block;
    font-size: 2rem;
    color: #2e3234;
}

.cf7 {
    margin-bottom: 100px;
}

.cf7-mail {
    color: #9c9c9c;
}

.cf7-container {
    max-width: 1000px;
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: 0.18rem;
    line-height: 2.5;
    min-height: 100%;
    z-index: 10;
    padding: 75px 20px 40px;
    background-color: #fff;
    -webkit-box-shadow: -1px -1px 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: -1px -1px 10px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

@media screen and (max-width: 768px) {
    .cf7-container {
        padding: 37.5px 20px 20px;
    }
}

.contact-info {
    max-width: 740px;
    width: 100%;
    margin: 0 auto 55px;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    line-height: 1.94;
}

@media screen and (max-width: 768px) {
    .contact-info {
        margin-bottom: 27.5px;
        font-size: 1.5rem;
    }
}

.cf7-ttl {
    font-size: 1.7rem;
    letter-spacing: 0.16rem;
    text-align: justify;
    color: #fff;
    background-color: #9c9c9c;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .cf7-ttl {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }
}

.cf7-sub {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: justify;
    padding: 5px 5px 5px 15px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #9b9b9b;
}

@media screen and (max-width: 768px) {
    .cf7-sub {
        padding: 5px 5px 5px 10px;
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.wpcf7-form-control-wrap {
    position: relative;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
}

span.wpcf7-form-control-wrap.your-date {
    text-align: left!important;
}

.wpcf7-form-control {
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 15px;
    color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
    span.wpcf7-form-control-wrap.select-check {
        margin-left: 20px;
    }
    span.wpcf7-form-control.wpcf7-checkbox.contact-check {
        padding: 0;
    }    
}

.wpcf7-form-control.wpcf7-radio {
    padding: 15px 15px 15px 0;
}

.wpcf7-list-item {
    margin: 0 20px 0 0 !important;
}

@media screen and (max-width: 768px) {
    .wpcf7-list-item {
        margin: 0;
    }
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 45px 0 0 !important;
}

.wpcf7-list-item:last-of-type {
    margin: 0 !important;
}

/* .wpcf7-not-valid-tip {
    font-size: 0.7em!important;
    margin-top: 5px;
} */

@media screen and (max-width: 768px) {
    span.wpcf7-list-item-label {
        padding: 0;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 15px;
}

@media screen and (max-width: 768px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    font-size: 16px;
    padding: 12px;
    margin-top: 0;
    }
}

input.wpcf7-form-control.wpcf7-text {
    padding: 15px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    input.wpcf7-form-control.wpcf7-text {
        width: 100%;
        padding: 12px;
        margin-top: 0;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 0 !important;
    box-sizing: border-box;
}


textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 20px;
    font-size: 16px;
    resize: none;
    border-radius: 0 !important;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        padding: 8px;
    }
}

@media screen and (max-width: 768px) {
    span.wpcf7-list-item-label {
        font-size: 15px;
    }
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.cf7-label {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    letter-spacing: 0.22em;
    /* font-family: "Noto Sans Japanese", serif; */
}

@media screen and (max-width: 767px) {
    .cf7-label {
        font-size: 13px;
        -ms-flex-preferred-size: 50%;
        flex-basis: auto;
        margin-right: 10px;
    }
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.cf7-wrapper input[type=radio] {
    position: absolute;
    opacity: 0;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.wpcf7-list-item-label {
    font-size: 15px;
}

.cf7-wrapper select, .cf7-wrapper input[type=text], .cf7-wrapper input[type=tel], .cf7-wrapper input[type=email], .cf7-wrapper textarea {
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #161719;
}

.cf7-wrapper select::placeholder, .cf7-wrapper input[type=text]::placeholder, .cf7-wrapper input[type=tel]::placeholder, .cf7-wrapper input[type=email]::placeholder, .cf7-wrapper textarea::placeholder {
    color: rgba(0,0,0,0.5);
    font-size: 15px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}

select, input[type=text], input[type=tel], input[type=email] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
        appearance: none;
}

.cf7-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 54px;
    max-width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .cf7-block {
        flex-wrap: wrap;
        padding: 12px 0 12px;
    }
}

.cf7-block.-textarea {
    margin-bottom: 30px;
    border-bottom: 1px solid #cecece;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .cf7-block.-textarea {
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }
}

/* 必須・任意ボタン */
.cf7-requiredLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 24px;
    padding: 0 8px 0 12px;
    margin-right: 48px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 6px;
    white-space: nowrap;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .cf7-requiredLabel {
        margin-right: 5px;
        padding:0 3px 0 7px;
    }
}

.cf7-requiredLabel.-option {
    background-color: #9c9c9c;
    color: #fff;
}

/* 確認用メール欄 */

.cf7-doubleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}
    
@media screen and (max-width: 767px) {
    .cf7-doubleRow {
        flex-wrap: wrap;
    }
}

.cf7-block.-doubleRow {
    display: block;
}

.cf7-mailInput {
    width: 65.5%;
}

@media screen and (max-width: 767px) {
    .cf7-mailInput {
        width: 100%;
        margin-top: 10px;
    }
}

/* 同意ボタン */
.cf7-acceptance .wpcf7-list-item-label {
    font-size: 16.5px;
}

@media screen and (max-width: 767px) {
    .cf7-acceptance .wpcf7-list-item-label {
        font-size: 15px;
    }
}
/* 送信ボタン */

.cf7-submitArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
    .cf7-submitArea {
        margin: 0 auto 0px;
    }
}

.cf7-acceptance {
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}  

@media screen and (max-width: 767px) {
    .cf7-acceptance {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.wpcf7-submit {
    width: 280px;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background-color: #1f2635;
    border: 1px solid #1f2635;
    border-radius: 33px !important;
    box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.25);
    display: block;
    max-width: 320px;
    padding: 23px 0;
    margin: 32px auto 0;
}

@media screen and (max-width: 767px) {
    .wpcf7-submit {
        width: 300px;
        padding: 19px 0;
        margin: 20px auto 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 350px) {
    .wpcf7-submit {
        width: 250px;
    }
}

.wpcf7-submit:hover {
    opacity: 0.7;
    transition: .5s;
}

@media screen and (max-width: 767px) {
    .wpcf7-form-control-wrap {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    span.wpcf7-form-control-wrap.select-item {
        margin-left: 9px;
    }
}

.cf7-submitButtonWrapper.btn-1 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.28em;
    background-color: #fff;
    }

/* button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
} */
/* 
button, input {
overflow: visible;
} */

/* .wpcf7 .ajax-loader {
display: none !important;
} */

/* チェックボックス */
input[type=checkbox] + span.wpcf7-list-item-label {
    padding: 0 0 0 7px;
    letter-spacing: 0.04em;
    color: #161719;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 10px;
    position: relative;
    width: auto;
    }
    
    
    input[type=checkbox] + span.wpcf7-list-item-label::before {
        content: '';
        background: #fff;
        border: 1px solid #333;
        display: block;
        height: 16px;
        left: -15px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 16px;
    }
    
    input[type=checkbox] + span.wpcf7-list-item-label::after {
        content: '';
        display: block;
        height: 12px;
        left: -9px;
        margin-top: -7px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 5px;
        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
    }
    
    input[type=checkbox]:checked + .wpcf7-list-item-label::after {
        opacity: 1;
    }

/* ラジオボタン */
input[type=radio]{
    display: none;
}
input[type=radio] + span{
    padding-left: 22px;
    position:relative;
    margin-right: 10px;
    color: #000;
}
input[type=radio] + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -4px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

input[type=radio]:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    input[type=radio] + span {
        padding-left: 30px;
    }
}

/* コンタクトページ内 プライバシーポリシー */
.cf7-privacy {
    width: 100%;
    max-width: 600px;
    height: 250px;
    margin: 0 auto;
    font-weight: normal;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding: 25px;
    border: solid 1px #9c9c9c;
}

@media screen and (max-width: 767px) {
    .cf7-privacy {
        height: 165px;
        padding: 20px;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
}  

.cf7-privacy__inner {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}
    
@media screen and (max-width: 767px) {
    .cf7-privacy__inner {
        max-width: 810px;
        width: 100%;
        margin: 0 auto;
    } 
}

.cf7-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
    
@media screen and (max-width: 767px) {
    .cf7-ttl {
        font-size: 18px;
    }
}
    
.cf7-txt {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 2;
    text-align: center;
    margin: 0 auto 20px;
    text-align: justify;
}
    
@media screen and (max-width: 767px) {
    .cf7-txt {
        font-size: 13px;
        width: 95%;
        margin: 0 auto;
    }
}

.cf7-p-ttl {
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .cf7-p-ttl {
        text-align: center;
        font-weight: normal;
        font-size: 13px;
        margin: 10px 15px 15px 15px;
    }
}


@media screen and (max-width: 768px) {
    .cf7-txt {
    font-size: 12px;
    margin-bottom: 15px;
    }
}

.cf7-txt span {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
}

.cf7-txt:last-of-type {
    margin-bottom: 0!important;
    border-bottom: none;
}

.cf7-privacy::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.cf7-privacy::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}


/* ==========================================================================
PRIVACY
========================================================================== */
