@charset "UTF-8";
html {
    font-size: 62.5%;
}

body {
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0px 0 0;
    background: #fff;
    color: #333;
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    position: relative;
    line-height: 1.8;
}
@media screen and (min-width: 769px) {
    body {
        font-size: 2rem;
    }
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer {
    width: 100%;
    clear: both;
    margin: 80px 0px 8px;
}
footer p {
    text-align: center;
    font-size: 1.3rem;
}

.privacy {
    padding: 10px;
}
.privacy a {
    text-decoration: underline;
}

.contents {
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .contents {
        width: 940px;
    }
}

.logo {
    width: 100%;
    margin: 25px auto;
    text-align: center;
}
.logo img {
    width: 50%;
}
@media screen and (min-width: 769px) {
    .logo {
        width: 940px;
    }
    .logo img {
        width: 300px;
    }
}

.inqpage {
    padding: 48px 20px 12px;
    border: none;
    margin-top: 0px;
    background: #fff;
}

.phase_check {
    padding: 60px 20px 12px;
    text-align: center;
    border-top: 1px #cdd6dd solid;
    margin-top: 60px;
}
.phase_check p {
    font-weight: bold;
    padding-bottom: 12px;
    font-size: 2rem;
}
.phase_check.inqpage {
    padding: 10px 20px 10px;
    border: none;
    margin-top: 10px;
}
@media screen and (min-width: 769px) {
    .phase_check.inqpage {
        margin-top: 40px;
    }
}
.phase_check ul {
    width: 232px;
    display: flex;
    justify-content: space-between;
    margin: 4px auto 24px;
    position: relative;
}
.phase_check ul:before {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #bfbfbf;
    position: absolute;
    top: 24px;
    left: 48%;
    margin-left: -40%;
}
.phase_check ul li {
    width: 20%;
    padding-top: 24px;
    position: relative;
    margin: 20px 8px 8px 0;
    font-size: 1.5rem;
}
.phase_check ul li.active:before {
    background-color: #ff5a5f;
}
.phase_check ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-radius: 5px;
}
.phase_check .to_mail {
    font-weight: normal;
    font-size: 1.6rem;
    padding-bottom: 12px;
}
.phase_check .to_mail b {
    font-size: 2.3rem;
    font-weight: bold;
    display: block;
}
.phase_check .to_mail a {
    color: #3484d1;
}
@media screen and (min-width: 769px) {
    .phase_check .to_mail {
        font-size: 1.8rem;
    }
}
.phase_check span {
    font-size: 1.5rem;
    display: inline-block;
    text-align: left;
}

.in_form_tel .in_form_tel_h {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 0px;
}
@media screen and (min-width: 769px) {
    .in_form_tel .in_form_tel_h {
        font-size: 2rem;
    }
}
.in_form_tel .in_form_tel_n a {
    color: #ff5a5f;
    text-decoration: underline;
    font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
    .in_form_tel .in_form_tel_n a {
        font-size: 2.5rem;
    }
}

.form_caution {
    background-color: #feffc9;
    border: 1px solid #dfdfdf;
    margin: 0px 10px 32px;
    padding: 10px 8px;
}
.form_caution h1 {
    font-weight: bold;
    color: #f00;
    text-align: center;
    padding-bottom: 8px;
}
.form_caution p {
    text-align: left;
    font-size: 1.5rem;
}
.form_caution p span {
    color: #f00;
}

.form-text {
    width: 100%;
    font-weight: bold;
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
}

.required {
    background: #ff5a5f;
    color: #fff;
    padding: 0px 6px;
    display: inline-block;
    margin-left: 8px;
    font-size: 1.5rem;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 2px;
    vertical-align: middle;
    line-height: 1.5;
}

.not-required {
    background: #bfbfbf;
    color: #fff;
    padding: 4px 6px;
    line-height: 1;
    display: inline-block;
    margin-left: 4px;
    font-size: 1.4rem;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 2px;
    vertical-align: middle;
}

.example {
    padding: 4px 2px 0;
    color: #636363;
    font-size: 1.5rem;
}

.erre_name {
    color: #ff0000;
}

.notice {
    background-color: #f4f4f4;
    padding: 12px;
    margin-top: 10px;
    width: 100%;
    font-size: 1.5rem;
}

.example_area {
    background: rgb(237, 237, 237);
    margin-top: 8px;
    font-size: 1.5rem;
    padding: 12px;
    margin-bottom: 12px;
}

.time {
    display: flex;
    flex-wrap: wrap;
}

.form_box {
    padding: 24px;
    border-top: 1px solid #dfdfdf;
    text-align: left;
}
.form_box label {
    font-weight: bold;
}
.form_box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content: space-between;
}
.form_box ul li {
    width: 47%;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 2px solid #ccc;
    padding: 0px;
    margin-top: 4px;
    background-color: #f7f7f7;
    position: relative;
}
.form_box ul li input {
    display: none;
}
.form_box ul li input + label {
    padding: 0;
    padding: 10px 0;
    text-align: center;
    display: block;
    position: relative;
}
.form_box ul li:not(:first-child) input + label {
    padding-left: 41%;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .form_box ul li:not(:first-child) input + label {
        padding-left: 34%;
    }
}
.form_box ul li label {
    font-weight: normal;
}
.form_box ul li input:checked + label {
    color: white;
    font-weight: bold;
}
.form_box ul li:has(input:checked) {
    background: linear-gradient(180deg, #ffa3a6 0%, #d74b4f 100%);
}
.form_box ul li img.time_icon {
    position: absolute;
    left: 27%;
    top: 16%;
    width: 39px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .form_box ul li img.time_icon {
        left: 11%;
        top: 21%;
        width: 29px;
        height: auto;
    }
}
.form_box.reply ul {
    border-radius: 4px;
    border: 2px solid #ccc;
    width: 100%;
    padding: 0px;
    margin-top: 4px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
.form_box.reply ul li {
    margin: 0;
    border: none;
    width: 34%;
    border-radius: unset;
}
.form_box.reply ul li input + label {
    text-align: center;
    padding-left: 0;
}
.form_box.reply ul li:not(:first-child) {
    width: 33%;
    border-left: 2px solid #ccc;
}
.form_box.reply ul li input + label:before,
.form_box.reply ul li input + label:after {
    content: none;
}

.submit_btn {
    text-align: center;
    padding: 8px 24px 32px;
}

.soushin_btnt:hover {
    cursor: pointer;
    opacity: 0.8;
}

.soushin_btn {
    padding: 12px;
    color: #fff;
    border-style: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%;
    background: #fd9403;
    box-shadow: 0px 4px #b56900;
    padding-top: 18px;
    height: 80px;
    font-size: 2rem;
}
.soushin_btn small {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 3px;
}

.modoru_btn {
    background: none;
    margin-top: 20px;
    width: auto;
    padding: 0;
    color: #333;
    box-shadow: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    font-size: 1.8rem;
}

.info {
    display: flex;
    margin-top: 40px;
    text-align: center;
    background: #fff;
    padding: 20px;
    justify-content: center;
    width: 72%;
    margin: 50px auto;
}
.info p {
    background: #fff;
    padding: 20px;
}
.info p span {
    padding-top: 0px;
    font-weight: bold;
    color: #c00;
}

input[type='text'],
input[type='tel'],
input[type='email'] {
    border-radius: 4px;
    border: 2px solid #ccc;
    width: 100%;
    padding: 10px;
    margin-top: 4px;
}

.btn_area {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    text-align: center;
}

/* /pp/ */
.scrollbox {
    border: 1px solid #d8d8d8;
    overflow-y: scroll;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 100% !important;
    float: none;
    padding: 4px;
}

.word_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 1.2rem;
}

.word_header_title {
    font-size: 26px;
    font-weight: bold;
    font-size: 26px;
    font-weight: bold;
}

.word_header_titleh2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
}

.word_header span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border-radius: 3px;
    background: #dcab6e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.word {
    padding: 8px;
}
.word p {
    font-size: 1.2rem;
}
.word a {
    display: inline;
    color: #49bbfd;
}

.title {
    color: #484848;
    font-size: 1.3rem;
}

ol {
    position: relative;
    margin-top: 10px;
    padding: 0;
    font-size: 1.2rem;
}
ol li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
    font-size: 1.4rem;
}
ol li span {
    position: absolute;
    left: 0;
    margin: 0;
}

/*office*/
.office_subtable_flex {
    display: flex;
    flex-wrap: wrap;
}

.chizu_box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 4px 4px 14px 4px;
    width: 280px;
}

.chizu_title {
    font-weight: bold;
    font-size: 1rem;
}

.chizu_text {
    font-size: 0.9rem;
}

.jusyo {
    display: none;
}

.chizu_btn {
    text-align: center;
    font-size: 0.9rem;
}

.email-input-wrapper {
    position: relative;
}

.domain-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.domain-suggestions div {
    padding: 5px 10px;
    cursor: pointer;
}
.domain-suggestions div:hover {
    background-color: #f0f0f0;
}

.comp_part h1 {
    margin-bottom: 15px;
}
.comp_part .send_attention {
    background-color: #ffe5cb;
    padding: 10px;
}
.comp_part .send_attention p {
    font-size: unset;
}
.comp_part .send_attention small {
    margin-top: 16px;
    text-align: left;
    font-weight: unset;
    display: block;
}

.select_place {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.select_place::before {
    position: absolute;
    top: 21px;
    right: 16px;
    width: 0;
    height: 0;
    border-width: 10px 6px 0 6px;
    border-style: solid;
    border-color: #6b6b6b transparent transparent transparent;
    content: '';
    pointer-events: none;
}

.select_place select {
    border-radius: 4px;
    border: 2px solid #ccc;
    margin-top: 5px;
    padding: 10px 0px 10px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    width: 100%;
    outline: 0;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer;
}

.office {
    margin-top: 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
}
.office input {
    display: none;
}
.office label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    padding: 28px 18px;
    text-align: left;
    font-weight: normal;
    border-radius: 4px;
    border: 2px solid #ccc;
    padding: 10px 0 10px 36px;
}
.office label:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 9px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #dddddd;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .office {
        display: block;
        margin-top: 4px;
    }
    .office label {
        width: 47%;
    }
}
.office input[type='radio']:checked + label:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 13px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffa3a6 0%, #d74b4f 100%);
}

/* チェックボックス用 */
.form_box ul li input[type='checkbox'] {
    display: none;
    /* 実際のチェックボックスを非表示にする */
}
.form_box ul li input[type='checkbox'] + label {
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}
.form_box ul li input[type='checkbox'] + label:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 20px;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .form_box ul li input[type='checkbox'] + label:before {
        top: 15px;
        left: 20px;
    }
}
.form_box ul li input[type='checkbox']:checked + label:before {
    background-color: #ffffff;
    border-color: #ffffff;
}
.form_box ul li input[type='checkbox']:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 26px;
    width: 5px;
    height: 10px;
    border: solid #ff5a5f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
    .form_box ul li input[type='checkbox']:checked + label:after {
        top: 17px;
        left: 26px;
    }
}

.form_box ul li:first-child input[type='checkbox'] + label {
    padding-left: 0;
}
.form_box ul li:first-child input[type='checkbox'] + label:before {
    content: none;
}
.form_box ul li:first-child input[type='checkbox']:checked + label:after {
    content: none;
}

.form_textbox label {
    font-size: 1.5rem;
}

.inquiry-item {
    margin-top: 20px;
} /*# sourceMappingURL=form.css.map */

.main_inner_sm_from img {
    width: 100%;
}

.main_inner_pc_from img {
    width: 940px;
    display: block;
    margin: 0 auto;
}

.sm_only {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }

    .sm_only {
        display: unset !important;
    }
}
