@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/
#main {
    background: repeating-conic-gradient(transparent, transparent 0.8deg, rgba(255, 255, 255, 0.2) 0.85deg 0.95deg, transparent 1deg), linear-gradient(#007BCE 0%, #00A2E9 30%);
}

.title_area {
    padding: 70px 0 30px;
}

.title_area img {
    width: 100%;
    height: auto;
}

section {
    background: #ffffff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title {
    background: #DB0707;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: 150%;
}

.block_title {
    background: #393939;
    padding: 5px 10px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: 120%;
}

.block_title.block02 {
    margin-top: 80px;
}

.inner_title {
    margin-bottom: 10px;
}

.date_title {
    padding: 10px 0 0;
}

.inner {
    width: 920px;
    max-width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.comment {
    color: #393939;
    font-size: 80%;
    margin-left: 10px;
}

.font_red {
    color: #DB0707;
}

#main_form {
    margin-bottom: 40px;
    padding-bottom: 50px;
}

#main_form .read {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}

#main_form .read>span {
    font-size: 13px;
    font-weight: normal;
}

#main_form .read>span:before {
    content: "必須";
    border: 0 solid #ffffff;
    padding: 3px 10px;
    margin-right: 5px;
    background: #DB0707;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

table.info {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    font-size: 16px;
    overflow: hidden;
}

table.info th,
table.info td {
    border-bottom: 1px solid #393939;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    vertical-align: top;
    overflow: hidden;
}

table.info tr:last-child th,
table.info tr:last-child td {
    border-bottom: 3px solid #393939;
}

table.info th {
    width: 25.5%;
    position: relative;
    vertical-align: middle;
    padding: 30px 0;
    font-weight: bold;
}

table.info td {
    padding: 30px 0 30px 20px;
    vertical-align: middle;
}

table.info td.list {
    padding: 25px 0 25px 20px;
}

table.info td.date_td {
    padding: 20px 0 30px 20px;
}

table.info th .require {
    display: block;
    position: relative;
}

table.info th .require:after {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    width: 46px;
    height: 24px;
    content: "必須";
    background: #DB0707;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
}

table.info th.no:after {
    display: none;
}

table.info th.top,
table.info td.top {
    vertical-align: top;
}

table.info th .font_normal {
    font-weight: normal;
}

table.info th .kome {
    font-size: 16px;
    font-weight: normal;
}

table.info td .kome {
    font-size: 12px;
    color: #df0024;
}

table.info td input+.kome {
    margin-top: 10px;
}

table.info td .check_list li {
    display: inline-block;
    padding: 5px 1em 5px 0;
}

table.info td .check_list.block_list li {
    display: block;
    padding: 5px 0;
}

table.info td .check_list.inline_list li {
    width: 120px;
}

table.info td .check_list.name_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

table.info td .check_list.name_list li {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    width: 49%;
    max-width: 49%;
    padding-right: 0;
}

table.info td .name_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

table.info td .inner_title .name_flex {
    max-width: 49%;
}

table.info td .name_flex .name_wrap {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

table.info td .name_flex .age_wrap {
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-left: 10px;
}

table.info td .check_list li label {
    border-radius: 5px;
    cursor: pointer;
}

table.info td input,
table.info td textarea {
    height: auto;
    background: #FFF;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

table.info td input::placeholder,
table.info td textarea::placeholder {
    color: #999;
}

table.info td input.input_mini {
    width: 40px;
    padding: 5px;
}

table.info td input.input_mini.year {
    width: 80px;
}

table.info td input.w01 {
    width: 100%;
}

table.info td input.w02 {
    width: 44%;
    margin: 0 10px 0 0;
}

table.info td input.w03 {
    width: 23%;
}

table.info td textarea {
    width: 100%;
}

table.info td div p:first-child {
    margin-bottom: 10px;
}

.postal_code {
    margin-bottom: 20px;
}

.postal_code li {
    display: inline-block;
    margin-right: 5px;
}

/* チェックボックス */
input[type=checkbox] {
    display: none;
}

.checklist_parts,
.radio_parts {
    display: block;
}

.checkbox_parts {
    margin-right: 5px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 15px 40px 15px 67px;
    background-color: #FFFAE3;
    position: relative;
    font-weight: 900;
}

.checklist_parts {
    display: block;
    padding-left: 27px;
    position: relative;
}

.checkbox_parts::before,
.checklist_parts::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #CCCCCC;
    vertical-align: middle;
    background-color: #ffffff;
    position: absolute;
}

.checkbox_parts::before {
    top: 22px;
    left: 40px;
}

.checklist_parts::before {
    top: 6px;
    left: 0;
}

.checklist_parts .red {
    color: #DB0000;
}

input[type=checkbox]:checked+.checkbox_parts {
    border: 1px solid #057CD6;
}

input[type=checkbox]:checked+.checkbox_parts::after,
input[type=checkbox]:checked+.checklist_parts::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

input[type=checkbox]:checked+.checkbox_parts::after {
    top: 25px;
    left: 46px;
}

input[type=checkbox]:checked+.checklist_parts::after {
    top: 9px;
    left: 6px;
}

input[type=checkbox]:checked+.checkbox_parts::before,
input[type=checkbox]:checked+.checklist_parts::before {
    border: none;
    background: #057CD6;
    border: 1px solid #057CD6;
}

/* ラジオボタンカスタム */
input[type=radio] {
    display: none;
    vertical-align: middle;
}

.radio_parts {
    padding-left: 25px;
    position: relative;
    vertical-align: middle;
}

.radio_parts::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    border: 2px solid #CCCCCC;
    vertical-align: middle;
    background-color: #ffffff;
    position: absolute;
}

.radio_parts.circle::before {
    border-radius: 50%;
}

input[type=radio]:checked+.radio_parts {
    color: inherit;
}

input[type=radio]:checked+.radio_parts::before {
    border: 2px solid #057CD6;
}

input[type=radio]:checked+.radio_parts.circle::before {
    background-color: #057CD6;
}

input[type=radio]:checked+.radio_parts::after {
    content: "";
    display: block;
    background: #057CD6;
    position: absolute;
    top: 11px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

input[type=radio]:checked+.radio_parts.circle::after {
    background: #fff;
}

.list>ul.check_list.event>li {
    display: block;
}

hr.event_line {
    margin: 30px 0;
}

hr.event_line:last-child {
    display: none;
}

#agreement {
    margin-bottom: 40px;
}

#agreement .read {
    margin-bottom: 30px;
}

/* ▼ プライバシー */
.privacy_around {
    height: 50vh;
    padding: 20px 60px;
    overflow-y: scroll;
}

.privacy_block:not(:last-child),
#privacy p:not(:last-child) {
    margin-bottom: 20px;
}

.btn_box {
    overflow: hidden;
    position: relative;
    padding: 50px 0 0px;
}

.btn_box.btn_box_mid {
    padding-top: 30px;
}

.btn_box .agree {
    text-align: center;
    font-size: 16px;
}

.btn_box ul.btn {
    text-align: center;
    position: relative;
}

.btn_box ul.btn li {
    display: inline-block;
    width: 49%;
    background: #DB0707;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    font-size: 18px;
}

.btn_box ul.btn li.back {
    background: #999;
}

.btn_box ul.btn li:last-child {
    margin-right: 0;
}

.btn_box ul.btn li a {
    display: block;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

.btn_box ul.btn li a:hover {
    opacity: 0.6;
}

.btn_box ul.btn li a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: #FFF 1px solid;
    border-right: #FFF 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
}

.btn_read {
    margin-bottom: 15px;
    font-size: 21px;
    text-align: center;
}

.btn_attention {
    margin-top: 35px;
    padding: 20px 6px;
    border: #DB0000 2px solid;
    background: #FFFBD6;
    color: #DB0000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.conf_attention {
    display: block;
    margin: 50px auto;
    color: #DB0707;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

footer {
    text-align: center;
}

#copyright {
    text-align: center;
    color: #393939;
}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

    #main {
        background: repeating-conic-gradient(transparent, transparent 0.16deg, rgba(255, 255, 255, 0.2) 0.17deg 0.19deg, transparent 0.2deg), linear-gradient(#007BCE 0%, #00A2E9 30%);
    }

    .title_area {
        padding: 20px 0 20px;
    }

    .title {
        font-size: 16px;
    }

    .block_title {
        background: #393939;
        padding: 5px 10px;
        color: #fff;
        overflow: hidden;
        text-align: center;
        font-size: 120%;
    }

    .block_title.block02 {
        margin-top: 30px;
    }

    .inner_title {
        margin-bottom: 10px;
    }

    .date_title {
        padding: 10px 0;
    }

    #main_form .read {
        padding-top: 0;
        margin-bottom: 55px;
        font-size: 19px;
        line-height: 1.5;
    }

    .privacy_around {
        height: 30vh;
        padding: 20px 20px;
    }

    .btn_box {
        padding: 50px 0 35px;
    }

    table.info {
        max-width: 100%;
    }

    table.info th,
    table.info td {
        display: block;
        padding: 20px 0;
    }

    table.info th,
    table.info tr:last-child th {
        width: 100%;
        border: none;
    }

    table.info th[colspan="2"] {
        border-bottom: 1px solid #393939;
    }

    table.info td {
        padding: 0 0 20px;
    }

    table.info td.list {
        padding: 0 0 15px;
    }

    table.info td.date_td {
        padding: 0 0 20px;
    }

    table.info th:after {
        position: static;
        margin-left: 10px;
    }

    table.info th .kome {
        font-size: 15px;
        font-weight: normal;
    }

    table.info td .kome {
        padding-top: 5px;
        display: block;
    }

    table.info td .check_list li {
        display: block;
        margin: 0 0 10px 0;
        float: none;
        cursor: pointer;
    }

    table.info td .check_list.inline_list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    table.info td .check_list.inline_list li {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }

    table.info td .check_list.name_list {
        display: block;
    }

    table.info td .check_list.name_list li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    table.info td .check_list li label {
        padding: 0;
    }

    table.info td .inner_title .name_flex {
        max-width: 100%;
    }

    table.info td span {
        margin-right: 0;
    }

    table.info td input,
    table.info td textarea {
        padding: 15px 10px;
    }

    table.info td input.w01 {
        width: 100%;
    }

    table.info td input.w02 {
        width: 100%;
        margin: 0 0 0 0;
    }

    table.info td input.w03 {
        width: 100%;
    }

    table.info td input.w04 {
        width: 100%;
    }

    .btn_box ul.btn li {
        width: 100%;
        margin-bottom: 10px;
    }

    hr.event_line {
        margin: 25px 0;
    }

    footer {
        padding: 0;
    }
}

.read_box {
    background: #FFFBD6;
    padding: 10px;
    color: #DB0000;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    border: solid 2px #DB0000;
    margin-bottom: 30px;
    font-weight: 900;
}

.indent {
    padding-left: 1rem;
}

.indent li {
    text-indent: -1rem;
    padding-left: 1rem;
}
