@charset "utf-8";

html,
body {
    font-size: 2.5445vw;
    font-family: "Noto Sans JP", sans-serif;
    color: #514327;
    background-color: rgba(248, 248, 248, 0.9137254902);
}

body {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    background-color: #fff;
    position: relative;
}


html,
body {
    font-size: 20px;
}


header,
main,
footer {
    max-width: 786px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}



#section02 abbr,
#section02 address,
#section02 article,
#section02 aside,
#section02 audio,
#section02 b,
#section02 blockquote,
#section02 body,
#section02 canvas,
#section02 caption,
#section02 cite,
#section02 code,
#section02 dd,
#section02 del,
#section02 details,
#section02 dfn,
#section02 div,
#section02 dl,
#section02 dt,
#section02 em,
#section02 fieldset,
#section02 figcaption,
#section02 figure,
#section02 footer,
#section02 form,
#section02 h1,
#section02 h2,
#section02 h3,
#section02 h4,
#section02 h5,
#section02 h6,
#section02 header,
#section02 hgroup,
#section02 html,
#section02 i,
#section02 iframe,
#section02 img,
#section02 ins,
#section02 kbd,
#section02 label,
#section02 legend,
#section02 li,
#section02 mark,
#section02 menu,
#section02 nav,
#section02 object,
#section02 ol,
#section02 p,
#section02 pre,
#section02 q,
#section02 samp,
#section02 section,
#section02 small,
#section02 span,
#section02 strong,
#section02 sub,
#section02 summary,
#section02 sup,
#section02 table,
#section02 tbody,
#section02 td,
#section02 tfoot,
#section02 th,
#section02 thead,
#section02 time,
#section02 tr,
#section02 ul,
#section02 var,
#section02 video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}


#section02 {
    padding-bottom: 8%;
    /* font-size: 1.27225vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #514327; */
    font-size: 0.7rem;
    background: #fff;
}

@media screen and (min-width:390px) {
    #section02 .pc_inner {
        max-width: 540px;
        margin: auto;
        padding: 0 2.5%;
    }
}

#section02 .sp_inner {
    padding: 0 4%;
}

@media screen and (max-width: 680px) {}

/* section_inner
---------------------------- */
@media screen and (min-width:390px) {
    #section02 .section_inner {
        max-width: 540px;
        margin: auto;
        padding: 0 2.5%;
    }
}

#section02 .section_inner {
    padding: 0 4%;
}


#section02 .box {
    font-size: 0.6rem;
    margin-top: 50px;
}

#section02 .box p a {
    text-decoration: underline;
}

#section02 .box p a:hover {
    text-decoration: none;
}


#section02 .s_title {
    background-color: #f5f5f5;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 1em;
    margin-top: 50px;
}

#section02 .inq_box {
    padding-top: 2rem;
}

#section02 .inq_box ul li.inq_box_m {
    border: 1px solid #dadada;
    border-radius: 2.5px;
    margin-top: 15px;
}

#section02 .inq_box .inq_box_m_title {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 1em 1.5em;
    position: relative;
    cursor: pointer;
}

#section02 .inq_box .inq_box_m_title span {
    font-size: 0.7rem;
    font-weight: bold;
}

#section02 .inq_box .inq_box_m_title::before,
#section02 .inq_box .inq_box_m_title::after {
    content: "";
    display: block;
    width: 8.5px;
    height: 1px;
    background: #333;
    position: absolute;
    right: 2%;
    top: 100%;
    transform: translateY(-50%);
}

#section02 .inq_box .inq_box_m_title::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

#section02 .inq_box .inq_box_m_title.active::before {
    display: none;
}

#section02 .inq_box .inq_box_m_title.active::after {
    transform: rotate(0);
    transition: 0.5s;
}

#section02 .inq_box .inq_box_m_cont {
    display: none;
    padding: 0 1.5em 2em;
}

#section02 .inq_box .inq_box_m_cont .radio label span {
    font-weight: bold;
}

#section02 .inq_box .inq_box_m_cont .inq_box_m_cont_in {
    border-top: 1px dashed #a8a8a8;
    padding-top: 1em;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_title {
    border-top: 1px dashed #a8a8a8;
    font-size: 0.7rem;
    padding: 1.5em 0;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_title span {
    border-left: 1.5px solid #333;
    padding-left: 0.5em;
    line-height: 1.6;
    display: block;
    font-weight: bold;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_title_ac {
    cursor: pointer;
    position: relative;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_title_ac::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1%;
    margin: auto;
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_title_ac.active::after {
    border-bottom: none;
    border-right: none;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_cont {
    padding-bottom: 2em;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_cont:last-child {
    padding-bottom: 0;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_cont_ac {
    display: none;
}

#section02 .inq_box .inq_box_m_cont .inq_box_ss_title {
    font-size: 0.7rem;
    padding: 0.3em 1em;
    font-weight: bold;
    background-color: #f5f5f5;
    margin: 3em 0 1em;
}


#section02 .inq_box .inq_box_m_cont .inq_box_ss_title:first-child {
    margin: 1em 0;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_cont a {
    color: #00aadd;
    text-decoration: underline;
}

#section02 .inq_box .inq_box_m_cont .inq_box_s_cont a:hover {
    text-decoration: none;
}

#section02 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

#section02 dl dt {
    padding: 3rem 2rem 2.5rem 0;
    width: 17.5%;
    font-weight: bold;
    line-height: 1.4;
}

#section02 .req {
    font-weight: normal;
    font-size: 0.6rem;
    line-height: 1.5;
    color: #d50000;
    background-color: #f9d1d1;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: text-top;
}

#section02 dl dt .chara {
    font-size: 0.6rem;
    padding-left: 1em;
    vertical-align: text-top;
}

#section02 dl dd {
    padding: 2.5rem 0;
    width: 65%;
}

#section02 dl dd .notice {
    font-size: 0.6rem;
    line-height: 1.4;
    padding-top: 1em;
}

#section02 .notice_card {
    font-size: 0.6rem;
}

#section02 .notice_card img {
    height: 15px;
    margin-top: 10px;
}

#section02 dl dd .bar {
    padding-right: 2%;
}

#section02 dl dd .link {
    font-size: 0.7rem;
    text-decoration: underline;
    cursor: pointer;
}

#section02 dl dd .link:hover {
    text-decoration: none;
}

#section02 dl dd .text {
    font-size: 0.7rem;
}

#section02 .radio {
    padding-top: 10px;
}

#section02 .radio .text_s {
    font-size: 0.6rem;
    line-height: 1.4;
    display: block;
    padding-top: 2.5px;
}

#section02 .radio .text_s a {
    color: #00aadd;
    text-decoration: underline;
}

#section02 .radio .text_s a:hover {
    text-decoration: none;
}

#section02 .radio label {
    min-height: 13px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    overflow: hidden;
    cursor: pointer;
}

#section02 .radio label:before {
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: #dadada 1px solid;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#section02 .radio label:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #00aadd;
    border-radius: 100%;
    left: 3px;
    top: 3px;
    z-index: 2;
}

#section02 .radio label .input_radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: -8.5px;
    top: 3px;
    margin: 0;
    -webkit-box-shadow: 11px -1px #fff;
    box-shadow: 11px -1px #fff;
    border-collapse: separate;
    border: none;
}

#section02 .radio label .input_radio:checked {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#section02 .radio .notice {
    font-size: 0.6rem;
    line-height: 1.4;
    padding-left: 25px;
}

#section02 .radio .notice a {
    color: #00aadd;
    text-decoration: underline;
}

#section02 .radio .notice a:hover {
    text-decoration: none;
}

#section02 dl dd .input {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333;
    font-size: 0.7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    border: solid 1px #dadada;
    margin-right: 2%;
    width: 15%;
}

#section02 dl dd .input_s {
    width: 40%;
    margin-right: 0;
}

#section02 dl dd .input_s:first-child {
    margin-right: 2%;
}

#section02 dl dd .input_m {
    width: 70%;
}

#section02 dl dd .input_l {
    width: 100% !important;
}

#section02 dl dd .textArea {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333;
    font-size: 0.7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    border: solid 1px #dadada;
    width: 100%;
    height: 90px;
}

#section02 dl dd .textArea02 {
    height: 50px;
}

#section02 dl dd select {
    color: #333;
    font-size: 0.7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 30px 10px 10px;
    border: solid 1px #dadada;
    background: url(../img/common/icon_arrow_down.png) right 2.5px bottom 50% no-repeat;
    background-size: auto;
    background-size: 6px auto;
}

#section02 .check {
    position: relative;
}

#section02 .check .check_s {
    position: relative;
    display: block;
    padding-left: 30px;
    overflow: hidden;
    font-size: 0.8rem;
    margin-top: 10px;
}

#section02 .check .check_s:before {
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: #dadada 1px solid;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
}

#section02 .check .check_s:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('../img/icon_checked.png') no-repeat;
    background-position: left top;
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 2;
}


#section02 .check .check_s .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    width: 23px;
    height: 23px;
    left: 1px;
    top: 1px;
    margin: 0;
    border-collapse: separate;
    background: #fff;
}

#section02 .check .check_s .input:checked {
    background: unset;
}

#section02 .check .check_s .text {
    line-height: 1.6;
    display: inline-block;
    font-size: 0.6rem !important;
}

#section02 .check .check_s a {
    color: #00aadd;
    text-decoration: underline;
}

#section02 .check .check_s a:hover {
    text-decoration: none;
}

#section02 .check.addresses_copy {
    margin: 40px 0 20px;
}

#section02 .check.addresses_copy .addresses_copy_text {
    display: inline-block;
    font-size: 0.8rem;
}

#section02 .check.addresses_copy .check_s {
    display: inline-block;
    color: #fff;
    margin-top: 0;
    margin-bottom: -10px;
}

#section02 .check.addresses_copy {
    margin: 10% 4% 5%;
}


#section02 .form_consultBottom {
    margin-top: 50px;
    text-align: center;
}

#section02 .form_consultBottom .text {
    font-size: 0.7rem;
}

#section02 .form_consultBottom .link a {
    text-decoration: underline;
    display: block;
}

#section02 .form_consultBottom .link a:hover {
    text-decoration: none;
}

#section02 .form_consultBottom .check {
    display: inline-block;
    padding-top: 10px;
}

#section02 .form_consultBottom .check .check_s .text {
    font-size: 0.7rem;
}

#section02 .form_consultBottom .submit {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px;
}

#section02 .form_consultBottom .submit input,
#section02 .form_consultBottom .submit a {
    width: 100%;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 70px;
    background-color: #454545;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    display: inline-block;
}

#section02 .form_consultBottom .small {
    font-size: 0.55rem;
    display: block;
    padding-top: 1em;
}

#section02 .form_consultBottom input,
#section02 .form_consultBottom a {
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

#section02 .form_consultBottom input:hover,
#section02 .form_consultBottom a:hover {
    opacity: .5;
}

#section02 .top5 {
    margin-top: 5px;
}

#section02 .top10 {
    margin-top: 10px;
}

#section02 .top15 {
    margin-top: 15px;
}

#section02 .top20 {
    margin-top: 20px;
}

#section02 .top40 {
    margin-top: 40px;
}

#section02 .right10 {
    margin-right: 10px;
}

#section02 .right20 {
    margin-right: 20px;
}

#section02 .bottom10 {
    margin-bottom: 10px;
}

#section02 .bottom15 {
    margin-bottom: 15px;
}

#section02 .bottom50 {
    margin-bottom: 50px;
}

#section02 .bottom50 {
    margin-bottom: 4%;
}


#section02 .bottom100 {
    margin-bottom: 100px;
}

#section02 .bottom100 {
    margin-bottom: 10%;
}


#section02 .p_bottom20 {
    padding-bottom: 20px;
}

#section02 .border_t {
    border-top: 1px solid #dadada;
}

#section02 .border_b {
    border-bottom: 1px solid #dadada;
}

#section02 .font16 {
    font-size: 0.8rem;
}

#section02 .font16 {
    font-size: 0.7rem;
}


#section02 .link_blue {
    color: #00aadd;
    text-decoration: underline;
}

#section02 .link_blue:hover {
    text-decoration: none;
}

#section02 .bold {
    font-weight: bold;
}

#section02 .center {
    text-align: center;
}

#section02 .width40 {
    width: 40%;
}

#section02 .width55 {
    width: 56%;
}

#section02 .box {
    font-size: 0.6rem;
    line-height: 1.6;
    margin-top: 10%;
}

#section02 .s_title {
    margin-top: 10%;
    font-size: 0.85rem;
}

#section02 .inq_box {
    padding: 2rem 4% 0;
}

#section02 .inq_box .inq_box_m_title {
    padding: 1em;
}

#section02 .inq_box .inq_box_m_title::before,
#section02 .inq_box .inq_box_m_title::after {
    right: 4%;
}

#section02 dl {
    font-size: 0.7rem;
    margin: 0 4%;
}

#section02 dl dt {
    padding: 1rem 0 0 0;
    width: 100%;
    font-size: 0.8rem;
}

#section02 dl dt .req {
    font-size: 0.55rem;
    border-radius: 3px;
}

#section02 dl dd .chara {
    font-size: 0.6rem;
}

#section02 dl dd {
    padding: 0.25rem 0 0.75rem 0;
    width: 100%;
}

#section02 dl dd .notice {
    font-size: 0.6rem;
}

#section02 dl dd .link {
    font-size: 0.6rem;
}

#section02 dl dd .input {
    font-size: 0.7rem;
    width: 28%;
}

#section02 dl dd .input_2 {
    margin-top: 2%;
}

#section02 dl dd .input_s {
    width: 48%;
}

#section02 dl dd .input_m {
    width: 100%;
}

#section02 dl dd .textArea {
    font-size: 0.7rem;
}

#section02 dl dd select {
    font-size: 0.7rem;
}

#section02 .check .check_s {
    font-size: 0.7rem;
}

#section02 .form_consultBottom {
    margin: 5% 4% 0;
}

#section02 .form_consultBottom .text {
    font-size: 0.6rem;
}

#section02 .form_consultBottom .submit {
    width: 75%;
}

#section02 .form_consultBottom .submit input,
#section02 .form_consultBottom .submit a {
    font-size: 0.7rem;
    line-height: 70px;
}

/* errorText
    ---------------------------- */
#section02 .errorText span {
    color: #fd0000;
    font-weight: bold;
    display: inline-block;
    line-height: 1.4;
    margin: 10px 0 15px;
    font-size: 0.8rem;
}

#section02 .errorText span.errorText_second {
    margin: 25px 0 0;
}

#section02 .errorText span.errorText_kiyaku {
    margin: 20px 130px 0 0;
}

#section02 .errorText span.errorText_addresses {
    margin: 30px 0 0;
}

#section02.form h2 {
    height: 8.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.54455vw;
    background-color: #F8F8E9;
}

#section02.form h2 {
    font-size: 20px;
}

#section02.form>p {
    width: 100%;
}

#section02.form>p img {
    width: 100%;
    height: auto;
}

#section02.form>p .inner-text {
    display: inline-block;
    padding: 0 4%;
}

#section02 .shipping_info {
    display: none;
}

#section02 .shipping_info_btn {
    cursor: pointer;
    width: 250px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 8px;
    line-height: 3em;
    margin: 1em auto 5em;
}

#section02 .shipping_info_btn {
    width: 220px;
    line-height: 3em;
    font-size: 0.6rem;
    margin: 1.5em auto 3em;
}


#section02 .check .check_s {
    padding-bottom: 1px;
    line-height: 0.5;
    margin-top: 20px;
}


#section02 .check .check_s {
    padding-bottom: 6px;
    margin-top: 10px;
}

#section02 .check.addresses_copy .check_s {
    line-height: 1.6;
}


/* @media screen and (max-width: 100vw) {
    #section02 .check.addresses_copy {
        margin: 10% 4% 5%;
    }

    #section02 .check.addresses_copy .check_s {
        margin-bottom: -7px;
    }
}

@media screen and (max-width: 100vw) {
    #section02 .bottom50 {
        margin-bottom: 8%;
    }
}

@media screen and (max-width: 100vw) {
    #section02 .bottom100 {
        margin-bottom: 8%;
    }
}

@media screen and (max-width: 100vw) {
    #section02 .font16 {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 100vw) {
    #section02 .box {
        font-size: 0.6rem;
        line-height: 1.6;
        margin-top: 10%;
    }

    #section02 .s_title {
        margin-top: 10%;
        font-size: 0.85rem;
    }

    #section02 .inq_box {
        padding: 2rem 4% 0;
    }

    #section02 .inq_box .inq_box_m_title {
        padding: 1em;
    }

    #section02 .inq_box .inq_box_m_title::before,
    #section02 .inq_box .inq_box_m_title::after {
        right: 4%;
    }

    #section02 dl {
        font-size: 0.7rem;
        margin: 0 4%;
    }

    #section02 dl dt {
        padding: 1rem 0 0 0;
        width: 100%;
        font-size: 0.8rem;
    }

    #section02 dl dt .req {
        font-size: 0.55rem;
        border-radius: 3px;
    }

    #section02 dl dd .chara {
        font-size: 0.6rem;
    }

    #section02 dl dd {
        padding: 0.25rem 0 0.75rem 0;
        width: 100%;
    }

    #section02 dl dd .notice {
        font-size: 0.6rem;
    }

    #section02 dl dd .link {
        font-size: 0.6rem;
    }

    #section02 dl dd .input {
        font-size: 0.7rem;
        width: 28%;
    }

    #section02 dl dd .input_2 {
        margin-top: 2%;
    }

    #section02 dl dd .input_s {
        width: 48%;
    }

    #section02 dl dd .input_m {
        width: 100%;
    }

    #section02 dl dd .textArea {
        font-size: 0.7rem;
    }

    #section02 dl dd select {
        font-size: 0.7rem;
    }

    #section02 .check .check_s {
        font-size: 0.7rem;
    }

    #section02 .form_consultBottom {
        margin: 5% 4% 0;
    }

    #section02 .form_consultBottom .text {
        font-size: 0.6rem;
    }

    #section02 .form_consultBottom .submit {
        width: 75%;
    }

    #section02 .form_consultBottom .submit input,
    #section02 .form_consultBottom .submit a {
        font-size: 0.7rem;
        line-height: 30px;
    }
} */