body {
    font-family: Hiragino Kaku Gothic ProN, Arial, Helvetica, sans-serif;
}
form {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin: 0;
}

.err {
    margin: 15px 15px 15px 0 !important;
    color: #ff0000;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    width: 100%;
}

.err--change {
    margin-left: 15px !important;
}

.red {
    color: #ff0000;
}

@media only screen and (min-width: 1671px) {
    .ct-header-img img.img-header {
        object-fit: cover;
        width: 100%;
        min-height: 350px;
        overflow: hidden;
    }
}

.ct-header-img {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.ct-header-img img {
    width: 100%;
}

.header-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto;
    max-width: 300px;
    text-align: center;
}

.header-title .big-size,
.header-title .normal-size,
.header-title .small-size {
    color: white;
    font-size: 60px;
    text-shadow: 2px 2px 15px rgb(3, 76, 145);
}

.header-title .normal-size {
    font-size: 45px;
}

.header-title .small-size {
    font-size: 35px;
}

.ruler--primary {
    width: 100%;
    height: 20px;
    background-color: #e95513;
}

.form-title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.ruler--title-under {
    max-width: 1080px;
    height: 2px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}
.ruler--title-under:before {
    content: "";
    background-image: linear-gradient(to right, #ccc, #ccc 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.attention--pr,
.attention--sc {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.attention--sc {
    font-size: 40px;
}

.show-in-pc {
    display: block;
}

.show-in-pc-ib {
    display: inline-block;
}

.show-in-sp {
    display: none;
}

.attention-af {
    font-size: 24px;
    text-align: center;
}
.ct-form {
    margin: 100px auto 50px;
    max-width: 1200px;
}

.label-pr {
    background-color: #e95513;
    padding: 10px 50px;
    font-size: 32px;
    border-radius: 60px;
    display: table;
    color: white;
    font-weight: bold;
    margin: 40px auto 20px;
}

.note-pr {
    max-width: 620px;
    font-size: 14px;
    display: table;
    margin: 0 auto;
}
.note-pr__list {
    text-indent: -14px;
    line-height: 30px;
}
.note-pr__list:before {
    content: "※";
    font-family: "Noto Serif JP", serif;
}

.ruler--secondary {
    max-width: 1200px;
    height: 2px;
    background-color: #e95513;
    margin: 20px 0 80px;
}

.label-sc {
    background-color: #c30d23;
    padding: 10px 0px;
    font-weight: bold;
    color: white;
    font-size: 18px;
    text-align: center;
}

.ct-input-form {
    max-width: 1030px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.form-primary {
    padding-top: 40px;
    margin-bottom: 40px;
}

.form-primary--change {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
}

.notice {
    font-size: 17px;
    color: #e26c60;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.red-rice,
.ct-information {
    color: #e26c60;
}

.rice,
.red-rice {
    font-family: "Noto Serif JP", serif;
}

.red-rice {
    font-size: 17px;
}

.ct-information {
    font-weight: bold;
    display: inline-block;
}

.label-tt {
    background-color: #e6e6e6;
    width: 100%;
    padding: 15px 20px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 0;
    display: block;
}
.input-h {
    font-weight: bold;
    display: inline-block;
    border-left: 2px solid #e95513;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
    min-width: 130px;
}
.input-pr {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100%);
    border: 2px solid #dedede;
    height: 40px;
}

.radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}

.radio-label::before,
.radio-label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.radio-label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}

.radio-label::after {
    background-color: #e95f4a;
    border-radius: 50%;
    opacity: 0;
    width: 12px;
    height: 12px;
    left: 9px;
}

.radio:checked + .radio-label::after {
    opacity: 1;
}

.radio {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

.ct-input-pr {
    margin: 10px;
}
.ct-input-pr.--radio {
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
}
.ct-input-pr.--radio label {
    margin-right: 16px;
    margin-bottom: 0;
}
.ct-input-pr.--radio .input-pr {
    width: auto;
    height: inherit;
    padding-left: 0;
    padding-right: 0;
    display: inline;
    margin-right: 8px;
}
.input-pr-box {
    padding: 10px 0;
    min-width: 180px;
}
.input-pr-box.--yoko .radio-list {
    margin-right: 40px;
}
.--radio .radio-list {
    display: block;
}
.radio-list {
    display: inline-block;
    margin-bottom: 26px;
}
.radio-list:last-child {
    margin-bottom: 20px;
}

.select-pr {
    width: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
    border: #dedede solid 1px;
    background-color: #f5f5f5;
    appearance: none;
}
.select-pr-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 200px;
}
.select-pr-box {
    position: relative;
    width: 100px;
    display: inline-block;
    margin-bottom: 20px;
}
.select-pr-box::after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    display: block;
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #000000 transparent;
    pointer-events: none;
}
.confirm-data {
    color: #4d4d4d;
    font-size: 20px;
    margin: 20px 30px;
}

.icon-dash {
    color: #dedede;
    line-height: 40px;
    font-weight: bold;
    vertical-align: top;
}

.icon-dash--sc {
    max-height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: gray;
}

.input-pr--change,
.input-pr--zip {
    margin: 0;
    max-height: 40px;
}

.input-pr--change {
    /* width: calc(100% - 261px); */
    width: calc(100% - 246px);
    /* margin-left: 10px; */
}

.input-pr--second-change {
    width: calc(100% - 218px);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px !important;
}

.input-pr--zip {
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.input-pr--tel {
    width: 120px;
    margin-top: 0;
    margin-bottom: 0;
}

.input-pr--age {
    width: 100px;
    margin-right: 10px;
}

.input-row {
    margin: 20px 15px 20px 0px;
    width: 100%;
}

.span-label {
    line-height: 40px;
    max-height: 40px;
    vertical-align: top;
    /* padding-right: 10px; */
}

.text-area {
    text-align: left;
    padding: 20px 30px;
    color: #59576c;
    font-size: 14px;
}

.cycle-checkbox {
    border-radius: 50px;
    font-size: 16px;
}

.ct-information {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 15px;
}

.ruler--tertiary {
    border-top: 3px dotted silver;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-image-repeat: none;
}

.submit-btn {
    background-color: #39b54a;
    padding: 20px 50px;
    font-size: 20px;
    border-radius: 60px;
    margin-top: 30px;
    color: white;
}

.submit-btn--change {
    background-color: #d6092a;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    padding-left: 120px;
    padding-right: 120px;
}

.submit-btn:hover {
    opacity: 0.8;
    color: white;
}

.ct-submit {
    text-align: center;
}

.ct-submit--change {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ct-footer {
    background-color: #e95513;
}

.ct-data-footer {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 15px 0;
    color: white;
}

.ct-contact {
    background-color: white;
    position: relative;
    top: -5px;
}

.ct-data-footer .ct-contact {
    color: #000;
    font-weight: bold;
    font-size: 600;
    font-size: 20px;
    padding: 20px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.ct-contact-infor {
    display: inline-block;
    padding-left: 20px;
    line-height: 25px;
    height: 50px;
    position: relative;
    top: 5px;
}

.ct-contact-infor div:first-child {
    padding-top: 10px;
    line-height: 6px;
    font-size: 16px;
}

.ct-contact-infor div:last-child {
    padding-top: 10px;
    font-size: 14px;
    line-height: 28px;
}

.copyright {
    text-align: right;
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: white;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

.img-logo {
    width: 500px;
    position: absolute;
    top: 20px;
    left: calc(50% - 250px);
}

.input-pr--tel:first-child {
    margin-left: 0;
}

.confirm-data--change {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    .ct-input-pr--change {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ct-ok {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ct-form {
        margin-top: 30px;
    }
    .attention--pr {
        font-size: 18px;
    }
    .attention--sc div {
        font-size: 28px;
    }
    .attention-af {
        font-size: 16px;
    }
    .label-pr {
        font-size: 25px;
    }
    .label-pr {
        padding: 5px 30px;
        border-radius: 40px;
        line-height: 30px;
    }
    .img-logo {
        width: 80%;
        left: calc(50% - 125px);
        bottom: 25%;
        left: 0 !important;
        right: 0;
        margin: auto;
        top: 80px;
    }
    .ruler--primary {
        height: 15px;
    }
    .ruler--title-under {
        width: calc(100% - 60px);
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .ct-header-img img.img-header {
        min-height: unset;
        width: 100%;
    }
    .show-in-pc,
    .show-in-pc-ib {
        display: none;
    }
    .show-in-sp {
        display: block;
    }
    .label-pr {
        text-align: center;
    }
    .note-pr {
        padding: 10px 40px 30px;
    }
    .ruler--secondary {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .label-sc {
        margin-left: 30px;
        margin-right: 30px;
    }
    .notice {
        /* padding-left: 40px; */
    }
    .label-tt,
    .input-pr {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .input-pr--zip {
        width: 80px;
        margin-bottom: 20px;
    }
    .span-label {
        padding-left: 5px;
    }
    .input-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .input-h {
        margin-right: 0;
    }
    .input-pr--change,
    .input-pr--second-change {
        margin: 0;
        width: 100%;
    }
    /* .input-pr--change {
        width: 50%;
    } */
    .icon-dash--sc {
        padding-left: 5px;
        padding-right: 5px;
    }
    .input-pr--tel {
        width: calc(30% - 12px);
        margin-left: 0;
        margin-right: 0;
    }
    .input-pr--age {
        width: 100px;
    }
    .text-area {
        padding: 20px 15px 30px;
    }
    .ct-information {
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .cycle-checkbox {
        margin-left: 20px;
    }
    .ruler--tertiary {
        border: 1px dotted silver;
        width: calc(100% - 40px);
        margin: 20px 20px 0;
    }
    .ct-contact {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    .ct-contact-infor div:first-child {
        line-height: 25px;
    }
    .ct-contact-infor {
        font-size: 14px;
    }
    .copyright {
        width: calc(100% - 40px);
        font-size: 12px;
        text-align: center;
        line-height: 2;
        padding: 0;
        padding-bottom: 10px;
    }
    .form-primary {
        padding-top: 20px;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }
    .ct-data-footer,
    .ct-input-form {
        padding-left: 0;
        padding-right: 0;
    }
    .form-primary--change,
    .ct-form--change {
        padding-top: 50px;
    }
    .err {
        margin-left: 20px !important;
        width: calc(100% - 20px);
    }
    .input-row {
        width: calc(100%);
    }
    .input-row--change {
        width: calc(100%);
    }
    .input-pr--second-change {
        margin-left: 0 !important;
    }
    .err--change-sc {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .err--change {
        padding-left: 15px !important;
    }
}
.label-undertext {
    color: #e95f4a;
    display: block;
    margin-top: 10px;
}
