﻿@charset "UTF-8";
.form-inner {
    padding: 0 6px;
}
.pageIntro {
    text-align: center;
    margin: 50px 0;
}
@media screen and (max-width: 737px) {
    .pageIntro {
        margin: 25px 0;
        text-align: justify;
    }
}
.pageIntro p + p {
    margin-top: 1em;
}
.pageIntro a {
    color: #ea181c;
    text-decoration: underline;
}
.pageIntro a:hover {
    text-decoration: none;
}
.confirm-form {
    padding: 0 10px;
}
.contactTable {
    border: 1px solid #bbb;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 70px;
    transition: opacity .3s;
    border-collapse: separate;
}
@media screen and (max-width: 737px) {
    .contactTable {
        margin-bottom: 22px;
    }
}
.contactTable.confirm {
    margin-top: 50px;
}
.contactTable.changing {
    opacity: .5;
}
.contactTable thead th {
    background-color: #e15e61;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width: 737px) {
    .contactTable thead th {
        font-size: 14px;
    }
}
.contactTable thead td {
    font-size: 14px;
}
.contactTable tbody th {
    background-color: #f1f1f1;
    font-size: 16px;
    padding-left: 90px;
    border-top: 1px solid #ccc;
}
@media screen and (max-width: 737px) {
    .contactTable tbody th {
        font-size: 12px;
    }
}
.contactTable tbody td {
    border-top: 1px solid #ccc;
    font-size: 16px;
}
@media screen and (max-width: 737px) {
    .contactTable tbody td {
        font-size: 12px;
        text-align: center;
    }
}
.contactTable tr {
    height: 81px;
}
.contactTable th {
    box-sizing: border-box;
    width: 294px;
    font-weight: bold;
    padding: 28px 0;
    position: relative;
}
@media screen and (max-width: 737px) {
    .contactTable th {
        display: block;
        width: auto;
        padding: 14px 0;
    }
}
.contactTable th.any::before, .contactTable th.required::before {
    position: absolute;
    left: 31px;
    color: #fff;
    padding: 2px 4px;
}
.contactTable th.required::before {
    content: "必須";
    background-color: #ea181c;
}
.contactTable th.any::before {
    content: "任意";
    background-color: #858585;
}
.contactTable .communication-column {
    height: 360px;
}
.contactTable td {
    box-sizing: border-box;
    width: 704px;
    padding: 21px 45px;
}
@media screen and (max-width: 737px) {
    .contactTable td {
        display: block;
        width: auto;
        padding: 10px 22px;
        text-align: center;
    }
}
.contactTable label.select {
    display: inline-block;
    position: relative;
}
@media all and (-ms-high-contrast: none) {
    .contactTable label.select {
        width: 350px;
        overflow: hidden;
        border: 1px solid #d2d2d2;
    }
}
.contactTable label.select::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 26px;
    right: 38px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #e5e5e5;
}
.contactTable label.select::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #5e5e5e;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contactTable select {
    height: 40px;
    padding: 0 57px 0 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media all and (-ms-high-contrast: none) {
    .contactTable select {
        width: 430px;
        border: none !important;
        outline: none;
    }
}
@media all and (-ms-high-contrast: none) and (max-width: 737px) {
    .contactTable select {
        height: 25px;
    }
}
.contactTable select, .contactTable input[type="text"], .contactTable textarea {
    height: 40px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
@media screen and (max-width: 737px) {
    .contactTable select, .contactTable input[type="text"], .contactTable textarea {
        height: 25px;
        font-size: 12px;
        width: 292px;
    }
}
.contactTable input[type="text"] {
    padding: 0 4px;
    width: 517px;
}
@media screen and (max-width: 737px) {
    .contactTable input[type="text"] {
        width: 292px;
        margin: 0 auto;
    }
}
.contactTable textarea {
    display: block;
    height: 120px;
    width: 517px;
    padding: 4px;
}
@media screen and (max-width: 737px) {
    .contactTable textarea {
        width: 292px;
        margin: 0 auto;
    }
}
.contactTable .buttons td {
    height: 145px;
    position: relative;
}
.contactTable .buttons td .btn.red, .contactTable .buttons td .btn.reset {
    position: absolute;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
}
.contactTable .buttons td .btn.red:hover, .contactTable .buttons td .btn.reset:hover {
    margin-top: 5px;
}
.contactTable .buttons td .btn.red {
    top: 32px;
    left: 0;
    right: 0;
    width: 261px;
    height: 80px;
    margin: 0 auto;
}
@media screen and (max-width: 737px) {
    .contactTable .buttons td .btn.red {
        height: 33px;
    }
}
.contactTable .buttons td .btn.reset {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 241px;
    height: 50px;
    left: 108px;
    top: 32px;
}
@media screen and (max-width: 737px) {
    .contactTable .buttons td .btn.reset {
        top: 85px;
        left: 0;
        right: 0;
        width: 261px;
        height: 33px;
        margin: 0 auto;
    }
}
.contactTable label.error {
    display: block;
    color: #f00;
    margin-top: 10px;
}
.contactTable textarea.error, .contactTable input[type="text"].error {
    background-color: #ffe5e5;
    border-color: #f24848;
}
.inputGroupName .nameWrap {
    margin-right: 30px;
}
@media screen and (max-width: 737px) {
    .inputGroupName .nameWrap {
        margin-right: 0;
        display: block;
        text-align: start;
    }
}
.inputGroupName .nameWrap input[type="text"] {
    width: 240px;
}
@media screen and (max-width: 737px) {
    .inputGroupName .nameWrap input[type="text"] {
        margin-bottom: 6px;
        width: 292px;
        display: block;
        margin: 0 auto;
    }
}
.inputGroupName .nameWrap .separate {
    width: 76px;
    display: inline-block;
}
.inputGroupName .oldNameWrap input[type="text"] {
    width: 150px;
    margin-right: 0;
}
@media screen and (max-width: 737px) {
    .inputGroupName .oldNameWrap input[type="text"] {
        width: 292px;
        display: block;
        margin: 0 auto;
    }
}
.inputGroupName .oldNameWrap .separate {
    width: 90px;
    display: inline-block;
}
@media screen and (max-width: 737px) {
    .inputGroupName .oldNameWrap .separate {
        width: 76px;
        display: block;
        text-align: start;
    }
}
.inputGroupGender label.radio + label.radio {
    margin-left: 100px;
}
.inputGroupYear input[type="text"] {
    margin: 0 20px;
    width: 100px;
}
.inputGroupYear input[type="text"]:first-of-type {
    margin-left: 0;
}
.inputGroupYear .col {
    display: inline-block;
}
@media screen and (max-width: 737px) {
    .inputGroupYear .col {
        margin-bottom: 5px;
    }
}
.inputGroupYear .col:last-child {
    margin-left: 20px;
}
.inputGroupChanges {
    line-height: 2.5;
}
.inputGroupChanges label.checkbox {
    width: 104px;
}
.inputGroupChanges .notes {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1;
    color: #868686;
}
.inputGroupAddress .separate {
    margin: 0 20px;
}
.inputGroupAddress .separate:first-child {
    margin-left: 0;
}
.inputGroupAddress input.postal_3 {
    width: 80px;
}
.inputGroupAddress input.postal_4 {
    width: 110px;
}
.inputGroupAddress textarea {
    margin-top: 20px;
}
@media screen and (max-width: 737px) {
    .inputGroupAddress textarea {
        width: 292px;
        margin: 0 auto;
        margin-top: 10px;
    }
}
.inputGroupAddress .zipBtn {
    display: inline-block;
    margin-left: 36px;
    padding: 6px 10px 5px;
    background-color: #b7b7b7;
    color: #fff;
    border-radius: 4px;
}
@media screen and (max-width: 737px) {
    .inputGroupAddress .zipBtn {
        margin-top: 5px;
        margin-left: 0;
    }
}
.inputGroupAddress .zipBtn:hover {
    opacity: 0.7;
}
label.radio, label.checkbox {
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
label.radio input[type="checkbox"], label.radio input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
label.checkbox {
    padding-left: 32px;
    padding-bottom: 6px;
}
label.checkbox::before, label.checkbox::after {
    content: "";
}
label.checkbox::before {
    width: 22px;
    height: 22px;
    background-color: #eee;
    border-radius: 4px;
    position: absolute;
    left: 0;
}
label.checkbox.checked::after {
    position: absolute;
    left: 3px;
    margin-top: -2px;
    width: 12px;
    height: 6px;
    border-bottom: 4px solid #ea181c;
    border-left: 4px solid #ea181c;
    transform: rotate(-45deg);
}
label.radio {
    padding-left: 32px;
}
@media screen and (max-width: 737px) {
    label.radio {
        padding-left: 30px;
    }
}
label.radio::before, label.radio::after {
    content: "";
    border-radius: 50%;
}
label.radio::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #eee;
}
@media screen and (max-width: 737px) {
    label.radio::before {
        width: 15px;
        height: 15px;
    }
}
label.radio.checked::after {
    position: absolute;
    left: 6px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #c6595b;
}
@media screen and (max-width: 737px) {
    label.radio.checked::after {
        left: 3px;
        top: 6px;
    }
}
.contactThanks > p {
    text-align: center;
    margin: 50px 0;
}
@media screen and (max-width: 737px) {
    .contactThanks > p {
        margin: 29px auto;
    }
}
.contactThanks > .btn {
    width: 260px;
    height: 80px;
    line-height: 80px;
    display: block;
    margin: 0 auto 80px;
}
@media screen and (max-width: 737px) {
    .contactThanks > .btn {
        height: 40px;
        line-height: 40px;
        margin: 0 auto 40px;
    }
}
.contactFoot {
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 737px) {
    .contactFoot {
        margin-bottom: 25px;
    }
}
.contactFoot img {
    width: 40%;
}
.contactFoot img:nth-child(n+2) {
    margin-left: 30px;
}
.pubWrap {
    margin-bottom: 15px;
}
.pubWrap .txt {
    font-size: 12px;
    margin-bottom: 4px;
}
.pubWrap label + label {
    margin-left: 2em;
}
@media screen and (max-width: 737px) {
    .pubWrap label + label {
        margin-left: .5em;
    }
}
