@charset "utf-8";
*:first-child + html body {
    /* for IF7 */
    font-family: 'メイリオ', 'Meiryo';
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0; /*font-size:100%;*/
}
ol,
ul,
dl,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul {
    display: inline-block;
}
*/
/* for macIE \*/
* html ul {
    height: 1%;
}
ul {
    display: block;
}
dt,
dd {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
input,
button,
textarea,
select {
    border-radius: 0;
}
header,
footer,
nav,
article,
section {
    display: block;
}
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    vertical-align: middle;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

a {
    color: #3484d1;
    text-decoration: none;
}
a:hover,
a:active {
    color: #5897d7;
}
a:visited {
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
img {
    vertical-align: bottom;
}
html {
    font-size: 62.5%; /* font-size 1em = 10px */
}
body {
    -webkit-text-size-adjust: none;
}
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;
    /* padding-bottom: 120px; */
    min-height: 100vh;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
}

.contents {
    width: 100%;
    margin: 0 auto;
}

.logo {
    width: 100%;
    margin: 25px auto;
    text-align: center;
}
.logo img {
    width: 50%;
}

form label {
    font-weight: bold;
}
.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;
    font-size: 1.8rem;
    padding-bottom: 12px;
}
.phase_check.inqpage {
    padding: 24px 20px 12px;
    border: none;
    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.6rem;
}
.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;
    text-align: left;
}
.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.6rem;
    padding-bottom: 0px;
}
.in_form_tel .in_form_tel_n a {
    color: #ff5a5f;
}
.form_caution {
    background-color: #feffc9;
    border: 1px solid #dfdfdf;
    margin: 0px 20px 32px;
    padding: 16px;
}
.form_caution p {
    font-weight: bold;
    color: #f00;
    text-align: center;
    padding-bottom: 8px;
}
.form_caution span span {
    color: #f00;
}

.form_box {
    padding: 24px;
    border-top: 1px solid #dfdfdf;
    text-align: left;
}
/* .form_box p {
font-size: 1.8rem;
} */
.form-text {
    width: 100%;
    font-weight: bold;
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
}
label {
    font-weight: bold;
}
.required {
    background: #ff5a5f;
    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.4rem;
}
.erre_name {
    color: #ff0000;
}
.notice {
    background-color: #f4f4f4;
    padding: 12px;
    margin-top: 10px;
    width: 100%;
    font-size: 1.4rem;
}
.example_area {
    background: rgb(237, 237, 237);
    margin-top: 8px;
    font-size: 1.4rem;
    padding: 12px;
    margin-bottom: 12px;
}

.time {
    display: flex;
    flex-wrap: wrap;
}
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;
}

.form_box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.form_box ul li {
    width: 47%;
    margin-bottom: 12px;
}

.form_box ul li input {
    display: none;
}
.form_box ul li input:checked + label {
    color: #ff5a5f;
}
.form_box ul li input + label {
    padding-left: 24px;
    position: relative;
}
.form_box ul li label {
    font-weight: normal;
}
.form_box ul li input + label:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
}
.form_box ul li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #ff5a5f;
    border-radius: 50%;
}

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

.soushin_btnt:hover {
    cursor: pointer;
    opacity: 0.8;
}
.soushin_btn {
    padding: 12px 24px;
    font-size: 1.8rem;
    color: #fff;
    border-style: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    height: 80px;
    margin-bottom: 20px;
    width: 100%;
    background: #fd9403;
    box-shadow: 0px 4px #b56900;
    padding-top: 18px;
}
.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;
    line-height: 2;
    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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    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;
    line-height: 1.5;
}

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

.word_header_titleh2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
}
.word_header span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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 p {
    font-size: 1.2rem;
    line-height: 1.5;
}

.word a {
    display: inline;
    color: #49bbfd;
}

.word {
    padding: 8px;
}

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

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;
}

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

    .logo {
        width: 940px;
        margin: 25px auto;
    }

    .logo img {
        width: 300px;
    }

    .to_mail {
        font-weight: normal;
        font-size: 1.8rem;
        padding-bottom: 12px;
        text-align: left;
    }

    .phase_check {
        padding: 60px 20px 12px;
        text-align: center;
        border-top: 1px #cdd6dd solid;
        margin-top: 60px;
    }
    .phase_check p {
        font-weight: bold;
        font-size: 2.8rem;
        padding-bottom: 12px;
    }
    .phase_check.inqpage {
        padding: 24px 20px 12px;
        border: none;
        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.6rem;
    }
    .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.8rem;
        padding-bottom: 12px;
        text-align: center;
    }
    .phase_check span {
        font-size: 1.6rem;
        display: inline-block;
    }
    .in_form_tel .in_form_tel_h {
        font-weight: bold;
        font-size: 1.6rem;
        padding-bottom: 0px;
    }
    .in_form_tel .in_form_tel_n {
        color: #ff5a5f;
    }
    .form_caution {
        background-color: #feffc9;
        border: 1px solid #dfdfdf;
        margin: 0px 20px 32px;
        padding: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .reply ul li {
        width: 30%;
    }
    .form_caution p {
        font-weight: bold;
        color: #f00;
        text-align: center;
        padding-bottom: 8px;
        font-size: 1.9rem;
    }
    .form_caution span span {
        color: #f00;
    }

    .form_box {
        padding: 24px;
        border-top: 1px solid #dfdfdf;
        text-align: left;
    }
    .form_box p {
        font-size: 1.8rem;
    }
    .form-text {
        width: 100%;
        font-weight: bold;
        border: 1px solid #6b6b6b;
        border-radius: 5px;
        padding: 8px;
        background: #fff;
        font-size: 1.8rem;
    }
    label {
        font-size: 1.8rem;
        font-weight: bold;
    }
    .required {
        background: #ff5a5f;
        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.6rem;
    }
    .erre_name {
        color: #ff0000;
        font-size: 1.6rem;
    }
    .notice {
        background-color: #f4f4f4;
        font-size: 1.6rem;
        line-height: 1.6;
        padding: 12px;
        margin-top: 10px;
        width: 100%;
    }
    .example_area {
        font-size: 1.6rem;
        line-height: 1.6;
        background-color: rgb(237, 237, 237);
        padding: 12px;
        margin-bottom: 12px;
        margin-top: 8px;
    }

    .example_area .gray_back {
        background-color: rgb(237, 237, 237);
        padding: 12px;
        margin-bottom: 12px;
    }

    .time {
        display: flex;
        flex-wrap: wrap;
    }
    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;
    }

    .time label {
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-left: 8px;
        padding: 28px 18px;
        text-align: left;
        width: 23.77%;
        font-weight: normal;
    }

    .time label:before {
        position: absolute;
        content: '';
        top: 50%;
        left: -10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #bdc3c7;
        border-radius: 50%;
    }

    .time input[type='radio']:checked + label:after {
        position: absolute;
        content: '';
        top: 50%;
        left: -6px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        border-radius: 50%;
        background: #f3800a;
    }

    .submit_btn {
        text-align: center;
        padding: 8px 24px 48px;
        margin-top: 30px;
    }

    .soushin_btnt:hover {
        cursor: pointer;
        opacity: 0.8;
    }
    .soushin_btn {
        color: #fff;
        font-weight: bold;
        border-radius: 8px;
        font-size: 1.8rem;
        padding: 18px 0;
        margin: 0 auto;
        display: block;
        width: 50%;
        text-align: center;
        border-style: none;
        background: #f3800a;
        box-shadow: 0px 8px #bb6207;
    }
    .soushin_btn span {
        font-size: 1.8rem;
        font-weight: normal;
    }
    .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;
        line-height: 2;
        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;
    }

    footer {
        text-align: center;
        padding: 14px;
        /* position: absolute; */
        bottom: 0;
    }
    footer .footer_inner {
        width: 1000px;
        margin: auto;
    }

    footer p {
        padding-top: 10px;
        line-height: 1.5;
        font-size: 13px;
    }
    footer p.copy {
        font-size: 1.1rem;
    }
    footer .logo {
        width: 100%;
        margin: 0px;
        text-align: left;
    }

    footer .logo img {
        width: 300px;
        margin: 0px;
        text-align: center;
    }

    .privacy_box {
        padding: 14px;
        /* font-size: 13px; */
        border: 1px solid #ccc;
        /* margin: 27px 0px 0px; */
        background: #f1f1f1;
        width: 893px;
        margin: auto;
        margin-top: 80px;
    }

    .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: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        font-size: 1.4rem;
    }

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

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

    .word_header_titleh2 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 30px;
    }
    .word_header span {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: 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 p {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .word a {
        display: inline;
        color: #49bbfd;
    }

    .word {
        padding: 8px;
    }

    .title {
        color: #484848;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    ol {
        position: relative;
        margin-top: 10px;
        padding: 0;
        font-size: 1.4rem;
    }
    ol li {
        list-style: none;
        list-style-position: outside;
        margin: 0;
        padding-left: 1.25em;
    }
    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;
}
