/*コンタクトフォーム系*/
.resp-table {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.resp-table dd {
    word-wrap: break-word;
}

.resp-table dl {
    clear: both;
    word-wrap: break-word;
}

.resp-table dl dt {
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 0;
}

.resp-table dl dt dtf.text-check {
    display: block;
}

.resp-table dl dt dtf.text-check img {
    width: 130px;
    display: inline-block;
    margin: 10px 0;
}

.bl_form_entry [type='text'],
.bl_form_entry [type='password'],
.bl_form_entry [type='date'],
.bl_form_entry [type='datetime'],
.bl_form_entry [type='datetime-local'],
.bl_form_entry [type='month'],
.bl_form_entry [type='week'],
.bl_form_entry [type='email'],
.bl_form_entry [type='number'],
.bl_form_entry [type='search'],
.bl_form_entry [type='tel'],
.bl_form_entry [type='time'],
.bl_form_entry [type='url'],
.bl_form_entry [type='color'],
.bl_form_entry textarea {
    height: 30px;
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #fefefe;
    font-size: 13px;
    line-height: 13px;
    box-shadow: none;
    border-radius: 0px;
}

.bl_form_entry textarea {
    height: 100px;
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #fefefe;
    font-size: 13px;
    line-height: 13px;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
    min-width: 100%;
    min-height: 100px;
}

.resp-table select,
.bl_form_entry select {
    height: 30px;
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px!important;
    font-weight: normal;
    line-height: 13px;
}

span.wpcf7-list-item {
    margin: 15px 20px 0 0;
}

span.wpcf7-list-item label {
    color: #414346;
    font-size: 13px;
    line-height: 13px;
}

span.wpcf7-list-item label [type='checkbox'] {
    margin: 0 5px 0 0;
}

.wpcf7 span.must {
    margin-left: 15px;
    text-align: center;
    background-color: #ff4d5d;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
}

[type='submit'] {
    display: inline-block;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #0090bc;
    border: none;
    border-radius: 0;
    margin-top: 15px;
    font-size: 16px;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #9fd6e7;
    cursor: not-allowed;
}

.resp-table dl dd,
.bl_form {
    padding: 10px 0 35px;
    border-bottom: solid 1px #e0e0e0;
}

@media screen and (min-width: 736px) {
    .resp-table {
        display: table;
    }

    .resp-table dl {
        display: table-row;
    }

    .resp-table dl dt,
    .resp-table dl dd,
    .bl_form {
        display: table-cell;
        padding: 26px 0;
        border-bottom: solid 1px #e0e0e0;
    }

    .resp-table dl dt {
        width: 40%;
        text-align: left;
        font-size: 14px;
    }

    [type='submit'] {
        width: 50%;
        margin: 50px 25% 0;
    }
}

@media screen and (min-width: 1069px) {
    .resp-table dl dt {
        width: 35%;
        font-size: 16px;
    }

    .wpcf7 span.must {
        margin-left: 20px;
        font-size: 12px;
        line-height: 16px;
    }

    [type='submit'] {
        width: 40%;
        margin: 50px 30% 0;
    }
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0em;
    padding: 0.2em 1em;
    border: 2px solid #ff4d5d;
    border: none;
}

div.wpcf7-mail-sent-ok {
    color: #0B3146;
    background-color: #AEE0FC;
    padding: 40px 20px;
    border: none;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    color: #440A18;
    background-color: #F4AFC0;
    padding: 40px 20px;
    border: none;
}

div.wpcf7-spam-blocked {
    color: #312A06;
    background-color: #F4E388;
    padding: 40px 20px;
    border: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #312A06;
    background-color: #F4E388;
    padding: 40px 20px;
    border: none;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #ff4d5d;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff4d5d;
    background: #fff;
    padding: .2em .8em;
}


span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}




/*条件分岐用フォーム*/

@media screen and (min-width: 768px) {
    div#primary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}


body {
    color: #666;
    font-family: sans-serif;
    line-height: 1.5;
    overflow-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 100vh;
}


main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.bl_flexUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bl_flexUnit.bl_flexUnitWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bl_flexUnit.bl_flexUnitNowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bl_flexUnit.bl_flexUnitShrink0 > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bl_flexUnit.bl_flexUnitCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl_flexUnit.bl_flexUnitLeft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bl_flexUnit.bl_flexUnit_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 735px) {
    .bl_flexUnit.bl_flexUnit_column_medium {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1069px) {
    .bl_flexUnit.bl_flexUnit_column_large {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.bl_flexUnit.bl_flexUnit_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bl_flexUnit.bl_flexUnit_row > * {
    margin-right: 2rem
}

.bl_flexUnit.bl_flexUnit_row > *:last-child {
    margin-right: 0;
}

@media screen and (min-width: 735px) {
    .bl_flexUnit.bl_flexUnit_row_medium {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .bl_flexUnit.bl_flexUnit_row_medium > * {
        margin-right: 6rem;
    }

    .bl_flexUnit.bl_flexUnit_row_medium > *:last-child {
        margin-right: 0;
    }

    .bl_flexUnit.bl_flexUnit_row_medium.bl_flexUnit_form > *:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }
}

@media screen and (min-width: 1069px) {
    .bl_flexUnit.bl_flexUnit_row_large {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .bl_flexUnit.bl_flexUnit_row_large.bl_flexUnit_form > *:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }
}


.ly_cont {
    padding: 70px 1.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
}

@media screen and (min-height: 751px) and (min-width: 1069px) and (orientation: landscape) {
    .ly_cont {
        padding: 100px 2rem;
    }
}

.ly_cont_slider {
    padding: 70px 1.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 0 70px 1.5rem;
    position: relative;
    max-width: 1330px;
}

@media screen and (min-height: 751px) and (min-width: 1069px) and (orientation: landscape) {
    .ly_cont_slider {
        padding: 100px 2rem;
    }
}


.wpcf7-not-valid-tip {
    color: #EF7070 !important
}


.wpcf7 .ajax-loader {
    display: block !important;
}

form.sent > .inputfield {
    display: none;
}


.bl_form_subject {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

@media screen and (min-width: 735px) {
    .bl_form_subject {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}

.bl_form_entry {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

input.bl_form_entryField::-webkit-input-placeholder,
textarea.bl_form_entryField::-webkit-input-placeholder {
    color: #BDBDBD;
}

input.bl_form_entryField:-ms-input-placeholder,
textarea.bl_form_entryField:-ms-input-placeholder {
    color: #BDBDBD;
}

input.bl_form_entryField::-ms-input-placeholder,
textarea.bl_form_entryField::-ms-input-placeholder {
    color: #BDBDBD;
}

input.bl_form_entryField::placeholder,
textarea.bl_form_entryField::placeholder {
    color: #BDBDBD;
}

.bl_form_entryField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BDBDBD;
    padding: 1em;
}

textarea.bl_form_entryField {
    padding: 1rem;
}

.bl_form_entryField.large {
    height: 100px;
}

.bl_form_subject {
    font-weight: 700!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
}

.double {
    display: flex;
    align-items: center;
}
.mini_ti {
    padding: 9px 10px 0 0;
    font-weight: 700;
    width: 80px;
    text-align: center;
}

.text_sub {
    font-size: 0.8em;
    margin-top: 1em;
}

#main h4 {
    font-size: 18px;
}

.radio_newline .wpcf7-list-item {
    display: block;
}