@charset "UTF-8";

section > .inner {
    max-width: 838px;
}

#contact .btn.request {
    padding: 1em 2em;
    background: #08A6FC;
    border-color: #08A6FC;
    color: #fff;
}
#contact .btn.request::before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    background: url(../img/icon_download.svg) center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
    display: block;
}
.form_wrap table {
    width: 100%;
}
.form_wrap table th,
.form_wrap table td {
    padding: 0.5em;
}
.form_wrap table .inquiry span {
    padding: 0.25em 1.2em;
    background: #08A6FC;
    border-radius: 10px;
    color: #fff;
    font-size: 75%;
    display: inline-block;
}
.form_wrap table th {
    font-weight: 500;
}
.form_wrap table .inquiry,
.form_wrap table th {
    padding-top: 1em;
    vertical-align: top;
}
.form_wrap input[type="text"],
.form_wrap input[type="email"],
.form_wrap input[type="tel"],
.form_wrap input[type="checkbox"] ,
.form_wrap textarea {
    width: 100%;
    padding: 0.25em 0.5em;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    color: #1D1D1D;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_wrap .policy .wpcf7-list-item {
    margin: 0;
}
.form_wrap input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
}
.form_wrap a {
    text-decoration: underline;
}
.form_wrap .btn {
    width: 100%;
    max-width: 260px;
    padding: 0.5em 2em;
    margin: 1.5em auto 0 auto;
    background: var(--main);
    border-radius: 0.25em;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.form_wrap .btn::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
}
.form_wrap .btn input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px){
    .form_wrap td {
        display: list-item;
        list-style-type: none;
    }
    .form_wrap td.inquiry {
        width: 4.5em;
        display: inline-block;
    }
    .form_wrap th {
        width: calc(100% - 5em);
        display: inline-block;
    }
}