@charset "UTF-8";
.sp-s {
    display: none;
}

body > .container {
    width: 100%;
    max-width: none;
    padding: 100px 0 0;
}

.page_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    width: 92.5%;
    max-width: 1280px;
    padding: 0;
}
.page_list li {
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 80px;
    opacity: 0.6;
    border-bottom: 4px solid #f4f4f4;
}
.page_list li.on {
    border-bottom: 4px solid #BE9E73;
    opacity: 1;
}
.page_list li a:hover {
    border-bottom: 4px solid #BE9E73;
    transition: none;
}

.main-cotents {
    display: flex;
    padding: 90px 0 0 0;
    margin-bottom: 85px;
}

label {
    margin-bottom: 0;
}

label.area {
    display: block;
    margin-bottom: 5px;
}

label.area:hover {
    cursor: pointer;
}

label.multiple {
    margin-top: 4em;
    padding: 4em 0 0 0;
    border-top: 1px solid #95989a;
}

.check {
    /* カスタムスタイル */
}
.check .check-box {
    cursor: pointer;
}
.check .check-text {
    /* チェックボックスとテキストの上下を中央に */
    align-items: center;
    display: flex;
    cursor: pointer;
}
.check .check-box input {
    display: none;
    /* デフォルトのチェックボックスを非表示 */
}
.check .check-box input + .check-text::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    position: relative;
    width: 20px;
}
.check .check-box input:checked + .check-text::before {
}

.check {
    /* カスタムスタイル */
}
.check .redio-box {
    position: relative;
    cursor: pointer;
    top: 5px;
}
.check .radio-text {
    /* チェックボックスとテキストの上下を中央に */
    align-items: center;
    display: flex;
    margin-top: 8px;
    display: block;
}
.check .radio-box input {
    transform: scale(4);
    display: block;
//    margin-top: 8px;
    cursor: pointer;
    -webkit-appearance: none;  /* フォーム要素のスタイルを初期化 */
    width: 9px;
    height: 9px;
    border: 1px solid rgb(141, 134, 125);
    border-radius: 50%;
    background: rgb(255, 255, 255, 0);
    float: right;
}
.check .radio-box input:checked {
    background: rgb(141, 134, 125);
}
.check .radio-box input:checked:before {
    position: absolute;
    top: 0;
    left: 2px;
    transform: rotate(50deg);
    width: 3px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
}
.check .radio-box input.step2,
.check .radio-box input.step3,
.check .radio-box input.step4 {
    margin-top: 3px;
    cursor: pointer;
}
.check .radio-box input.step-2-2,
.check .radio-box input.step-3-2,
.check .radio-box input.step-3-3,
.check .radio-box input.step-4-1,
.check .radio-box input.step-4-2,
.check .radio-box input.step-4-3,
.check .radio-box input.step-4-4 {
    margin-top: 3px;
    transform: scale(1.5);
    cursor: pointer;
}
.check .radio-box input.step-4 {
    margin-top: 3px;
    transform: scale(1.5);
    cursor: pointer;
}
.check .radio-box input.op {
    margin-top: 6px;
}
.check .radio-box input.main-op {
    margin-top: 3px;
}

.show_pop{
    width:17px;
    height:17px;
    cursor: pointer;
}
.show_pop_text{
    font-size: 1.1rem;
}
.modal_pop{
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    left:0;
    z-index: 9997 !important;
}
.bg{
    background-color: #1119;
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left:0;
    z-index: 9998 !important;
}
.modal_pop img {
    width:50vh;
    height:50vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999 !important;
}
.modal_pop img.outer_wall {
    width:89vh;
    height:50vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999 !important;
}

/* マイページと保存のアイコン
---------------------------- */
.mypage_box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.mypage_box img {
    width: 48px;
    margin-left: 20px;
}
.mypage_box #openModal_keep:hover {
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
}

.contract_box {
    position: absolute;
    width: 345px;
    right: 0;
    top: 10px;
}
.contract_box .btn_contract_box {
    width: 160px;
    float: right;
}
.contract_box .btn_contract_box .btn_contract {
    position: relative;
    width: 100%;
    padding: 0.25em 0;
    margin-bottom: 2px;
    color: #fff;
    background-color: #c04e2c;
    text-decoration: none;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.contract_box .btn_contract_box .btn_contract span {
    position: absolute;
    left: 20px;
    top: 2px;
}
.contract_box .btn_contract_box .btn_contract span img {
    width: 18px;
    margin-bottom: 2px;
}
.contract_box .btn_contract_box .contract_text {
    color: #c04e2c;
    width: 180px;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    margin-left: -3px;
}

/* ステップ（STEP1～）
---------------------------- */
.flow_box {
    padding: 80px 0 50px;
    width: 90%;
    max-width: 900px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.flow_box .step {
    width: 80px;
    opacity: 0.3;
}
.flow_box .icon_flow {
    width: 10px;
    display: table-cell;
    vertical-align: middle;
    opacity: 0.3;
}
.flow_box .on {
    opacity: 1;
}

/* タイトル部分
---------------------------- */
.title_box {
    margin-bottom: 25px;
}
.title_box h1 {
    font-size: 1.8rem;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 10px;
}
.title_box h2 {
    font-size: 2.2rem;
    font-weight: 600;
}

.back_link {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0.75em;
}
.door_shape {
    margin-bottom: 40px;
}
.door_shape img {
    width: auto;
    text-align: center;
}
.door_shape_sub {
    max-width: 180px;
}
h3 {
    position: relative;
    width: 100%;
//    color: #fff;
    margin: 0 auto 10px;
//    background-color: #8d867d;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0.75em 0;
}
h3 .select_btn_form {
    position: absolute;
    right: 15px;
}
h3 .select_btn_form img {
    width: 20px;
    margin-left: 10px;
    margin-top: -4px;
}
h3 .select_btn_form .arrow_btn {
    transform: rotate(0deg);
}
h3 .select_btn_form .arrow_btn.open {
    transform: rotate(180deg);
    margin-top: -5px;
}
h3 .select_title.close_form {
    opacity: 1;
}
h3.select_title:hover {
    cursor: pointer;
}
h3.login {
    font-size: 1.9rem;
    font-weight: 400;
    margin: 3px auto;
}

.auto_scroll {
    scroll-margin-top: 200px;
}

/* 入力フォーム内設定
========================================================= */
.custom-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 40px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.custom-alert-text {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.custom-alert-button {
    padding: 10px 0;
    background-color: #214890;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.custom-alert-button:hover {
    background-color: #214890;
    cursor: pointer;
}

.plan_set .selected_spec {
    position: absolute;
    top: -10px;
    right: -6px;
    padding: 2px 10px;
    border-radius: 10px;
    background: rgb(141, 134, 125);
    color: #fff;
    font-size: 1.2rem;
}

/* ▼step01（外壁を検索）
---------------------------- */
.step01 .select_box {
    /* 建築予定地情報の入力
    ---------------------------- */
    /* プランを条件から探す
    ---------------------------- */
    /* ナビ部分
    ---------------------------- */
}
.step01 .select_box .select01 {
    padding-left: 245px;
    width: 100%;
}
.step01 .select_box .select01 dl {
    display: flex;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}
.step01 .select_box .select01 dl.gray_out {
    opacity: 0.5;
    /* 透明度を下げることでグレーアウト効果を実現 */
    pointer-events: none;
    /* イベントを無効化する */
}
.step01 .select_box .select01 dt {
    width: 10em;
    color: #8d867d;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: middle;
}
.step01 .select_box .select01 dt span.label_name {
    padding-top: 0.25em;
}
.step01 .select_box .select01 dt span.required {
    color: #a61918;
    font-weight: 500;
    font-size: 0.9em;
}
.step01 .select_box .select01 dd {
    font-size: 1.5rem;
    text-align: left;
}
.step01 .select_box .select01 dd select {
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトの矢印を無効 */
    padding: 0.5em 16px;
    width: 100%;
    color: #000;
    background: #fff;
    border-radius: 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.step01 .select_box .select01 dd select::-ms-expand {
    display: none;
    /* デフォルトの矢印を無効(IE用) */
}
.step01 .select_box .select01 .input-wrap {
    text-align: left;
}
.step01 .select_box .select01 .input-wrap .select_lists {
    display: flex;
}
.step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
}
.step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label input {
    display: none;
}
.step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label input[type=checkbox] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label span.checkbox {
    padding: 1em 1em 1em 35px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 20px;
}
.step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label span.checkbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    cursor: pointer;
    border-radius: 100%;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-left: 0.5em;
    border: 1px solid #757575;
}
.step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label input:checked + span.checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    left: 7px;
    border-radius: 100%;
    background-color: #214890;
    transform: translate(50%, -50%);
}
.step01 .select_box .select01 .input-wrap .select_lists .input_text {
    width: 30%;
}
.step01 .select_box .select01 .input-wrap .select_lists .input_text input {
    width: 32em;
    margin-top: -0.65em;
    text-align: left;
    padding: 0.5em;
    border-radius: 4px;
    border: 1px solid #707070;
}
.step01 .select_box .select01 .input-wrap .select_lists .disabled {
    background-color: #f0f0f0;
    /* グレーアウトの背景色 */
    color: #eee7e7;
    opacity: 0.5;
    /* グレーアウトのテキスト色 */
}

.step01 .select_box .contents-box .plan_set .spec_box .price_detail_area {
    position: absolute;
    bottom: 2px;
    padding: 0 !important;
}

main .kitchen_series {
    width: 80%;
    margin: 0 0 10px 25px;
}
main table.kitchen {
    width: 450px;
    padding: 10px;
}
main table.kitchen tr {
    border: solid 2px #7d766d;
}
main table.kitchen td {
    font-size: 13px;
    text-align: left;
    padding: 10px 10px 10px 20px;
}
main table.kitchen td.kitchen_left {
    background-color: #8d867d;
    color: #fff;

//border: solid 1px #f00;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .step01 .select_box .select01 .input-wrap .select_lists {
        display: block;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label {
        font-size: 1.4rem;
        line-height: 1;
        font-weight: 400;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label input {
        display: none;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label input[type=checkbox] {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label span.checkbox {
        padding: 1em 1em 1em 35px;
        position: relative;
        background-color: #fff;
        border-radius: 10px;
        margin-right: 20px;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label span.checkbox:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2px;
        cursor: pointer;
        border-radius: 100%;
        background: #fff;
        width: 20px;
        height: 20px;
        margin-left: 0.5em;
        border: 1px solid #757575;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label input:checked + span.checkbox:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 12px;
        height: 12px;
        left: 7px;
        border-radius: 100%;
        background-color: #214890;
        transform: translate(50%, -50%);
    }
    .step01 .select_box .select01 .input-wrap .select_lists .input_text {
        width: 100%;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .input_text input {
        margin-top: 20px;
        text-align: left;
        padding: 0.5em;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #707070;
    }
}
.step01 .select_box .select01.select_open_box {
    display: none;
}
.step01 .select_box .select02 {
    position: relative;
}
.step01 .select_box .select02 .required_box {
    background-color: #fff;
    border-radius: 10px;
    width: 98%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}
.step01 .select_box .select02 .required_box .required {
    display: flex;
    width: 64%;
    max-width: 800px;
    border-bottom: 1px solid #c7c7c7;
    padding: 16px;
    margin: 0 auto;
}
.step01 .select_box .select02 .required_box .required dt {
    position: relative;
    width: 140px;
    min-width: 140px;
    text-align: left;
    margin-top: -2px;
}
.step01 .select_box .select02 .required_box .required dt .tooltip {
    display: none;
    position: absolute;
    background-color: #F3F3F3;
    color: #323232;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    top: 30px;
    /* 調整してください */
    left: 50px;
    /* 調整してください */
    z-index: 1;
    opacity: 1;
    font-size: 1.4rem;
}
.step01 .select_box .select02 .required_box .required dt .info_icon {
    width: 20px;
    cursor: pointer;
}
.step01 .select_box .select02 .required_box .required .label_name {
    width: 10em;
    color: #8d867d;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: middle;
}
.step01 .select_box .select02 .required_box .required dd {
    font-size: 1.5rem;
    text-align: left;
    padding-right: 10px;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap label {
    margin: 0 2em 0 0;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap label input[type=checkbox],
.step01 .select_box .select02 .required_box .required dd .select-wrap label input[type=radio] {
    accent-color: #214890;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior {
    display: flex;
    width: 100%;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box {
    text-align: left;
    padding: 0 0 5% 0;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label {
    margin: 0 2em 0 0;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label input[type=checkbox],
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label input[type=radio] {
    accent-color: #214890;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .btn {
    text-align: center;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    font-size: 1.5rem;
    width: 6em;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .modern {
    background: #4184a1;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .woody {
    background: #6ba54e;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .elegant {
    background: #B973FF;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box .photo {
    width: 100%;
    padding-top: 10px;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box .photo:hover {
    cursor: pointer;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-number {
    display: flex;
    width: 100%;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box {
    text-align: left;
    display: flex;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box label {
    margin: 0 1.5em 0 0;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box label input {
    width: 300px;
    text-align: left;
    padding: 3px;
    float: left;
}
.step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box label .btn {
    text-align: center;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 10em;
    background-color: #214890;
    margin: 0 0 0 20px;
    padding: 0.45em 0;
    float: left;
}
.step01 .select_box .select02 .required_box .required dd.photo {
    padding-right: 0;
}
.step01 .select_box .select02 .required_box .required.end {
    border: none;
}
.step01 .select_box .select02 #number_box {
    position: absolute;
    bottom: 30px;
    right: 60px;
    background-color: #fff;
    padding: 10px;
    animation-name: fadein;
    animation-duration: 2s;
}
.step01 .select_box .select02 #number_box .number {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.step01 .select_box .select02 #number_box .number span {
    color: #a61918;
    font-size: 1.2em;
}
.step01 .select_box .select02 #number_box .reset_text {
    font-size: 1.2rem;
}
.step01 .select_box .select02 #number_box .reset_text a {
    text-decoration: underline;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.step01 .select_box .select02 #number_box.displaynone {
    display: none;
}
.step01 .select_box .select02 .select_open_box {
    display: none;
}
.step01 .select_box .select03 .contents-box .spec_box .spec .name img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}
.step01 .select_box .select03 .contents-box .spec_box .spec .name img.pattern {
    width: 80%;
    height: 80%;
    margin: 23px 0 0 23px;
}
.step01 .select_box #plan {
    padding-top: 20px;
    margin-top: -20px;
}
.step01 .select_box .electric_lock,
.step01 .select_box .handle_shape {
    width: 96%;
    display: block;
    margin: 30px auto 25px;
    overflow: hidden;
    clear: both;
}
.step01 .select_box .electric_lock img,
.step01 .select_box .handle_shape img {
    width: 30%;
    margin-bottom: 20px;
}
.step01 .select_box .total_amount {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 40px 20px;
}
.step01 .select_box .plan_nav {
    width: 96%;
    display: block;
    margin: 30px auto 25px;
    overflow: hidden;
    clear: both;
}
.step01 .select_box .plan_nav .sort_box {
    display: inline;
    text-align: left;
}
.step01 .select_box .plan_nav .sort_box dt {
    float: left;
    text-align: left;
    font-size: 1.6rem;
    padding-right: 15px;
    padding-top: 3px;
}
.step01 .select_box .plan_nav .sort_box dd {
    float: left;
    font-size: 1.6rem;
}
.step01 .select_box .plan_nav .sort_box dd select {
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトの矢印を無効 */
    padding: 0.25em 1.75em 0.25em 1em;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.step01 .select_box .plan_nav .pagination {
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}
.step01 .select_box .plan_nav .pagination .text {
    padding-top: 0.25em;
    font-size: 1.5rem;
    height: 35px;
    vertical-align: middle;
    margin-right: 1.5em;
}
.step01 .select_box .plan_nav .pagination .text span {
    margin-left: 1em;
}
.step01 .select_box .plan_nav .pagination .page {
    line-height: 33px;
    margin-right: 10px;
    vertical-align: baseline;
}
.step01 .select_box .plan_nav .pagination .page a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
}
.step01 .select_box .plan_nav .pagination .next {
    line-height: 35px;
    margin-right: 0;
    background-color: #214890;
    color: #ddd;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    vertical-align: baseline;
}
.step01 .select_box .plan_nav .pagination .next a {
    display: inline-block;
    width: 45px;
    height: 35px;
}
.step01 .select_box .plan_nav .pagination .next img {
    width: 9px;
    vertical-align: baseline;
}
.step01 .select_box .plan_nav .pagination .next:hover {
    opacity: 0.8;
}
.step01 .select_box .plan_nav .pagination .page_nation {
    justify-content: flex-start;
}
.step01 .select_box .plan_nav .page.current {
    background-color: #008040;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
}
.step01 .select_box .plan_nav .page.current a {
    color: #fff;
}
.step01 .select_box .plan_nav .page.current:hover {
    opacity: 0.8;
}
.step01 .select_box .contents-box {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.step01 .select_box .contents-box .plan_set {
    width: 50%;
}
.step01 .select_box .contents-box .plan_set_narrow {
    width: 25%;
    padding-right: 30px;
}
.step01 .select_box .contents-box .cursor_default {
    cursor: default !important;
}
.step01 .select_box .contents-box .hiding {
    display: none;
}
.step01 .select_box .contents-box .current_set {
    width: 100%;
}
.step01 .select_box .contents-box .plan_set .spec_box {
    position: relative;
    margin-bottom: 3rem;
//    padding: 1.8rem;
    width: 96%;
    color: #333;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 10px;
    text-align: left;
    min-height: 450px;
}
.step01 .select_box .contents-box .plan_set .spec_box_short {
    min-height: 120px !important;
}
.step01 .select_box .contents-box .plan_set .spec_box_long {
    min-height: 500px !important;
}
.step01 .select_box .contents-box .plan_set .spec_box .spec {
    display: block;
    width: 100%;
//    margin-bottom: 25px;
    padding: 1.8rem;
}
.step01 .select_box .contents-box .plan_set .spec_box .spec li {
    float: left;
}
.step01 .select_box .contents-box .plan_set .spec_box .spec .check {
    width: 30px;
    margin-right: 0;
}
.step01 .select_box .contents-box .plan_set .spec_box .spec .name {
    padding: 0.25em 1em;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 600;
    margin-right: 10px;
}
.step01 .select_box .contents-box .plan_set .spec_box .spec .name .current_img {
    width: 50%;
}
.step01 .select_box .contents-box .plan_set .spec_box .spec .name .opacity {
    filter: opacity(0.4);
}
.step01 .select_box .contents-box .plan_set .spec_box .spec .area {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-top: 0.25em;
    margin-left: 0.75em;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
//    width: 42%;
//    min-width: 20em;
}
.step01 .select_box .contents-box .plan_set .spec_box .spec .img_file_notes {
    text-align: center;
    width: 85%;
}
.step01 .select_box .contents-box .plan_set .spec_box .text {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 3em;
}
.step01 .select_box .contents-box .plan_set .spec_box .price {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5em;
    font-weight: 200;
    margin-bottom: 10px;
    min-height: 1em;
}
.step01 .select_box .contents-box .plan_set .spec_box .option_msg {
    font-size: 1.0rem;
    padding: 0 5px;
}
.step01 .select_box .contents-box .plan_set .spec_box .hikido_msg {
    color: #f00;
}
.step01 .select_box .contents-box .plan_set .spec_box .shiage_msg {
    margin-top: 15px;
    padding: 0 5px;
    color: #f00;
}
.step01 .select_box .contents-box .plan_set .spec_box .price input {
    width: 50px;
    background-color: #ffffe9;
    border: solid 1px #eee;
}
.step01 .select_box .contents-box .plan_set .spec_box .ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    z-index: 9999;
    text-align: left;
    /* 任意の行数を指定 */
    padding-left: 1.8rem;
}
.step01 .select_box .contents-box .plan_set .spec_box .ellipsis .cap {
    text-align: left;
    color: #333;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box {
    position: relative;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .style_box {
    position: absolute;
    left: 0;
    bottom: -40px;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .style_box .btn {
    text-align: center;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    font-size: 1.5rem;
    width: 6em;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .style_box .modern {
    background: #4184a1;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .style_box .woody {
    background: #6ba54e;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .style_box .elegant {
    background: #B973FF;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .price_box {
    color: #214890;
    display: flex;
    float: right;
    padding-right: 5px;
    vertical-align: text-bottom;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .price_box .title {
    padding-top: 1.35rem;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: baseline;
    display: inline;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .price_box .title span {
    font-size: 0.7em;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .price_box .price {
    font-size: 2.5rem;
    font-weight: 600;
}
.step01 .select_box .contents-box .plan_set .spec_box .exterior_box .price_box .price span {
    font-size: 0.6em;
    margin-left: 5px;
}
.step01 .select_box .contents-box .plan_set .spec_box .drawing {
    position: relative;
}
.step01 .select_box .contents-box .plan_set .spec_box .drawing .floor_plan_box {
    display: flex;
    height: 220px;
}
.step01 .select_box .contents-box .plan_set .spec_box .drawing .floor_plan_box li {
    position: relative;
    width: 49.5%;
}
.step01 .select_box .contents-box .plan_set .spec_box .drawing .floor_plan_box li span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}
.step01 .select_box .contents-box .plan_set .spec_box .drawing .glass {
    position: absolute;
    right: 0px;
    bottom: -5%;
    max-width: 40px;
}
.step01 .select_box .contents-box .plan_set .spec_box .mark_box {
    padding-top: 5px;
    position: relative;
    text-align: left;
}
.step01 .select_box .contents-box .plan_set .spec_box .mark_box .mark_title {
    text-align: left;
    margin-bottom: 3px;
}
.step01 .select_box .contents-box .plan_set .spec_box .mark_box .mark {
    background-color: #fff;
}
.step01 .select_box .contents-box .plan_set .spec_box .mark_box .mark li {
    font-size: 0.9rem;
    float: left;
    margin-right: 1%;
    letter-spacing: -0.05em;
    border: 1px solid #575555;
    padding: 0.5em;
    border-radius: 3px;
    margin-bottom: 0.5em;
}
.step01 .select_box .contents-box .plan_set .spec_box .btn_vr {
    position: absolute;
    right: 2%;
    top: 20px;
    max-width: 95px;
    width: 32%;
    background-color: #214890;
    padding: 3px 10px;
}
.step01 .select_box .contents-box .plan_set .spec_box .btn_vr img {
    width: 100%;
    margin: 0 auto;
}
.step01 .select_box .contents-box .plan_set .spec_box .deal_box {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    z-index: 9;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 10px;
    background: rgba(14, 13, 13, 0.5);
}
.step01 .select_box .contents-box .plan_set .spec_box .color_select .color_item {
    width: 18%;
    display: inline-block;
    float: left;
    margin: 3px 3px;
    font-size: 11px;
}
.step01 .select_box .contents-box .plan_set .spec_box .color_select input[type="radio"] {
    display: none;
}
.step01 .select_box .contents-box .plan_set .spec_box .color_select :has(> input[type="radio"]:checked) {
    border: solid 2px #a00;
}
.step01 .select_box .contents-box .plan_set .spec_box2 {
    min-height: 590px;
}
.step01 .select_box .contents-box .plan_set .spec_box3 {
    min-height: 500px;
}
.step01 .select_box .contents-box .plan_set .spec_box5 {
    min-height: 530px;
}
.step01 .select_box .contents-box .plan_set .spec_box6 {
    min-height: 510px;
}
.step01 .select_box .contents-box .plan_set .spec_box7 {
    min-height: 150px;
}
.step01 .select_box .contents-box .plan_set .spec_box8 {
    min-height: 250px;
}
.step01 .select_box .contents-box .plan_set .spec_box_reference {
    max-width: 500px;
    min-height: 200px;
    font-size: 1.2rem;
}
.step01 .select_box .contents-box .plan_set .spec_box_reference .reference_left {
    float: left;
    padding: 20px;
    width: 50%;
}
.step01 .select_box .contents-box .plan_set .spec_box_reference .reference_left img {
    width: 200px;
}
.step01 .select_box .contents-box .plan_set .spec_box_reference .reference_right {
    float: right;
    padding: 30px 0;
    width: 50%;
}
.step01 .select_box .contents-box .plan_set .spec_box_reference .reference_right .reference_right_top {
    text-align: left;
    font-weight: 600;
}
.step01 .select_box .contents-box .plan_set .spec_box_reference .reference_right .reference_right_bottom {
    text-align: left;
    position: absolute;
    bottom: 38px;
}

.step01 .select_box .contents-box .plan_set .select {
    border: 4px solid #fff;
}
.step01 .select_box .contents-box .plan_set .emergency_abolish,
.step01 .select_box .contents-box .plan_set .unselectable {
    &::before {
        content: "プラン変更が伴う為、選択できません。";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.74;
        background: #323232;
        color: #ffffff;
        padding: 1rem;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1.2rem;
        z-index:10;
    }
}
.step01 .select_box .contents-box .plan_set .emergency_abolish {
    &::before {
        content: "※メーカー緊急廃盤により、代替品を検討中のため、現在お選びいただけません。";
    }
}

/*div[class^="box"]{*/

.step01 .select_box .contents-box .plan_set div[class*="select_on"] {
    border: 4px solid #8d867d;
}
.step01 .select_box .contents-box .spec_box_none {
    margin-bottom: 3rem;
    padding: 2rem;
    width: 32%;
    color: #333;
    border-radius: 10px;
    text-align: left;
}
.step01 .select_box .electric_lock .plan_set .spec_box,
.step01 .select_box .handle_shape .plan_set .spec_box {
    min-height: auto;
}
.step01 .select_box .electric_lock .denkijou {
    text-align: left;
    margin: 0 15px;
}
.step01 .select_box .electric_lock img.denkijou_01 {
    width: 200px;
    height: 143px;
}
.step01 .select_box .electric_lock img.denkijou_02 {
    width: 81px;
    height: 143px;
    margin-left: 20px;
}
.step01 .select_box .electric_lock img.handle_02 {
    width: 100%;
}

.result .select_box .text {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 auto 50px;
}

.btn_box {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn_box .btn_back {
    width: 218px;
    cursor: pointer;
}
.btn_box .btn_next {
    width: 218px;
    cursor: pointer;
}

.btn_box.end {
    max-width: 218px;
}

.header_menu_box {
    position: sticky;
    top: 80px;
    display: block;
    background-color: #000;
    align-items: center;
    color: #fff;
    padding: 0.5em 30px;
    z-index: 99;
}
.header_menu_box .header_menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0.25em 0 0;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 55px;
}
.header_menu_box .header_menu .item_box {
    display: flex;
//    padding-top: 1%;
}
.header_menu_box .header_menu .item_box p {
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
}
.header_menu_box .header_menu .item_box .back img {
    width: 10px;
    margin-right: 15px;
    margin-top: -4px;
}
.header_menu_box .header_menu .item_box .mypage img {
    width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}
.header_menu_box .header_menu .item_box .save img {
    width: 20px;
    margin-right: 15px;
    margin-top: -8px;
}
.header_menu_box .header_menu .item_box .save:hover {
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
}
.header_menu_box .header_menu .item_box .save.grayout {
    opacity: 0.3;
    pointer-events: none;
}
.header_menu_box .header_menu .price_item {
    display: flex;
    align-items: center;
}
.header_menu_box .header_menu .price_item .back {
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 50px;
}
.header_menu_box .header_menu .price_item .back img {
    width: 10px;
    margin-right: 15px;
    margin-top: -4px;
}
.header_menu_box .header_menu .price_item .select_plan {
    margin-right: 40px;
}
.header_menu_box .header_menu .price_item .select_plan dt {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0.25rem;
}
.header_menu_box .header_menu .price_item .select_plan dd {
    float: right;
    margin-top: -5px;
    font-size: 1.4rem;
}
.header_menu_box .header_menu .price_item .select_plan dd span {
    font-size: 1.5em;
}
.header_menu_box .header_menu .price_item .select_plan dd span.unselected {
    display: inline-block;
//    padding-top: 0.75rem;
    font-size: 1.8em;
}
.header_menu_box .header_menu .price_item .select_plan dd span.plan_number {
    font-size: 2.4rem;
}
.header_menu_box .header_menu .price_item .select_plan dd span.unit {
    margin-left: 5px;
    font-size: 2.2rem;
}
.header_menu_box .header_menu .price_item .base_price_first dt {
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
    text-align: left;
}
.header_menu_box .header_menu .price_item .base_price_first dd {
    float: right;
    margin-top: -5px;
    font-size: 1.6rem;
}
.header_menu_box .header_menu .price_item .base_price_first dd span {
    font-size: 1.5em;
}
.header_menu_box .header_menu .price_item .base_price_first dd span.unselected {
    display: block;
    padding-top: 0.75rem;
    font-size: 1.1em;
}
.header_menu_box .header_menu .price_item .base_price_first dd span.plan_number {
    font-size: 1.45em;
}
.header_menu_box .header_menu .price_item .base_price_first dd span.unit {
    margin-left: 5px;
    font-size: 2.2rem;
}
.header_menu_box .header_menu .price_item .base_price dt {
    font-size: 0.8em;
    text-align: left;
}
.header_menu_box .header_menu .price_item .base_price dd {
    float: right;
    margin-top: -5px;
    font-size: 1.6rem;
}
.header_menu_box .header_menu .price_item .base_price dd span {
    font-size: 1.5em;
}
.header_menu_box .header_menu .price_item .base_price dd span.unselected {
    display: block;
    padding-top: 0.75rem;
    font-size: 1.1em;
}
.header_menu_box .header_menu .price_item .base_price dd span.plan_number {
    padding-top: 0.05em;
    font-size: 1.4em;
}
.header_menu_box .header_menu .price_item .base_price dd span.unit {
    margin-left: 5px;
    font-size: 2.2rem;
}
.header_menu_box .header_menu .price_item .base_price_note dt {
    display: none;
}
.header_menu_box .header_menu .price_item .base_price dd span.select_price_note {
    display: inline;
    font-size: 1.1rem;
}
.header_menu_box .header_menu .price_item .option_price dt {
    font-size: 1rem;
    text-align: left;
}
.header_menu_box .header_menu .price_item .option_price dd {
    float: right;
    margin-top: -5px;
    font-size: 1.6rem;
}
.header_menu_box .header_menu .price_item .option_price dd span {
    font-size: 2.4rem;
}
.header_menu_box .header_menu .price_item .plus {
    padding: 6% 1em 0;
    font-size: 1.4rem;
    font-weight: 600;
    vertical-align: middle;
}
.header_menu_box .header_menu .item_box .mypage {
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 30px;
}
.header_menu_box .header_menu .item_box .mypage img {
    width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}
.header_menu_box .header_menu .item_box .save {
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 30px;
}
.header_menu_box .header_menu .item_box .next {
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 50px;
    margin-right: 0;
}
.header_menu_box .header_menu .item_box .next img {
    width: 10px;
    margin-left: 15px;
    margin-top: -4px;
}
.header_menu_box .header_menu .btn_back {
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
}
.header_menu_box .header_menu .btn_back img {
    width: 8px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5%;
}
.header_menu_box .header_menu .btn_next {
    float: right;
    font-size: 1.6rem;
    font-weight: 600;
}
.header_menu_box .header_menu .btn_next img {
    width: 8px;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -5%;
}

.header_list_box {
    position: sticky;
    top: 140px;
    width: 100%;
    background-color: #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.04);
    z-index: 99;
}
.fix_list_box {
    position: fixed;
    top: 65px;
}

.header_list_box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* iOSスムーズスクロール用 */
    scrollbar-width: none;
    /* Firefox */
}

.header_list_box::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.header_list_box .header_list {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0;
    max-width: 1280px;
    margin: 0 auto;
}

.header_list_box .header_list {
    width: 100%;
    display: flex;
    min-width: 1028px;
    white-space: nowrap;
}


.header_list_box .header_list li {
    position: relative;
    font-size: 2.3em;
    font-weight: 600;
    /* height: 30px; */
    padding: 0 4em;
    margin: 0;
    /* 矢印分の余白 */
    margin-right: 1em;
    /* 各項目の間隔 */
    display: inline;

    /*横に並ぶように*/
}

/* 最後以外に矢印「＞」を追加 */
.header_list_box .header_list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
    background-image: url("../image/icon_flow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


.header_list_box .header_list li.cant_choose {
    color: #ddd;
}

.header_list_box .header_list li:first-child {
    /* padding-left: 0; */
}
.header_list_box .header_list li:last-child {
    padding-right: 0;
}

.header_list_box .header_list li:last-child:after {
    content: "";
    /* 最後の要素には何も表示しない */
    background-image: none;
}

.header_list_box .header_list li a {
    text-decoration: none;
//    color: rgb(170, 167, 167);
    cursor: pointer;
}

.header_list_box .header_list li.on a {
//    color: rgb(92, 87, 87);
    padding-bottom: 3px;
    color: #AA2423;
    /* border-bottom: #cc0000 solid 3px; */
}

/* ▼追加項目 ================= */
.header_sub_box {
    position: sticky;
    top: 180px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0 0;
    background-color: #f4f4f4;
    z-index: 98;
}

.header_sub_box .item_list {
    display: flex;
    flex-wrap: wrap;
    top: 230px;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.header_sub_box .item_list li {
    font-size: 1.4rem;
    margin: 0 0.75em 0.75em 0;
    padding: 0.2em 3em;
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #333;
}

.header_sub_box .item_list li:hover {
    cursor: pointer;
}

.header_sub_box .item_list li.on {
    border: solid 1px #AA2423;
    color: #AA2423;
    font-weight: 500;
    cursor: default;
}

.header_sub_box .item_list li:first-child {
    /* margin: 0 0.75em 1em 0; */
}

/* ▲追加項目 ================= */


.step01 .select_box .select03 .category3 {
    font-size: 1.6rem;
    color: #8d867d;
    padding: 0 0 10px 30px;
    text-align: left;
}
main .result_text,
.step01 .select_box .select03 .current_text {
    font-size: 1.6rem;
    color: #8d867d;
    text-align: left;
    padding-left: 27px;
    padding-bottom: 7px;
}
main .result_text {
    padding-left: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}
main .result_unit_price_period {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #8d867d;
    text-align: right;
    padding-top: 7px;
    float: right;
}
.step01 .select_box .select03 .current_select {
    padding-top: 30px;
    text-align: left;
}
.step01 .select_box .select03 .current_price {
    padding-top: 30px;
    text-align: left;
    border-bottom: solid 1px #aaa;
}
.step01 .select_box .select03 .price {
    width: 240px;
    text-align: left;
}
.step01 .select_box .select03 .price_sub {
    width: 200px;
}
.step01 .select_box .select03 .underline {
    border-bottom: solid 1px #aaa;
}
.step01 .select_box .select03 .show_detail {
//    padding-top: 30px;
    text-align: center;
}
.step01 .select_box .select03 .category_note {
    text-align: left;
    padding-left: 27px;
    padding-bottom: 15px;
    font-size: 1.15rem;
}

.step01 .select_box .select03 .flooring_parts {
    width: 96%;
    text-align: left;
    margin: 0 auto;
}
.step01 .select_box .select03 .flooring_btn {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
}
.step01 .select_box .select03 .flooring_btn:checked+label {
    background-color: #e1fcb4;
}
.step01 .select_box .select03 .flooring_label {
    cursor: pointer;
    padding: 0.3rem 1.5rem;
    font-size: 13px;
    color: #888;
    background-color: #ddd;
    transition: .5s;
    margin-right: 10px;
    margin-bottom: 10px;
}
.step01 .select_box .select03 .flooring_form {
    width: 50px;
    height: 25px;
    font-size: 13px;
    background-color: #ffffe9;
    border: solid 1px #eee;
}
.step01 .select_box .select03 div[class*="flooring_hiding"] {
    display: none;
}

main .option_text {
    font-size: 1.4rem;
    color: #8d867d;
    text-align: left;
    margin-bottom: 10px;
}
main .option_text span {
    color: #f00;
}
main .show_hide {
    margin-bottom: 50px;
}
main .show_hide span {
    cursor: pointer;
}
main div.login_page img {
    width: 415px;
}
main div.login_form {
    position: relative;
    width: 100%;
    text-align: center;
}
main div.login_area {
    margin: 0 auto;
    width: 430px;
    text-align: center;
}
main div.login_text {
    font-size: 1.4rem;
    text-align: left;
}
main div.login_parts {
    margin: 10px auto;
    width: 380px;
    font-size: 1.4rem;
}
main div.login_parts_title {
    margin: 10px auto;
    font-size: 1.4rem;
    text-align: left;
}
main div.login_parts input {
    width: 380px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
}
main div.login_btn {
    margin: 40px auto 10px;
}
main div.login_link {
    width: 96%;
    font-size: 1.2rem;
    text-align: right;
    text-decoration: underline;
}
div.view_only {
    margin: 80px auto 20px;
    width: 450px;
    border: solid 1px #f00;
    font-size: 1.2rem;
    text-align: center;
}

/* 狭間の設定
=================================================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1238px) {
    .sp-s {
        display: none;
    }

    .header_list_box {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* iOSスムーズスクロール用 */
        scrollbar-width: none;
        /* Firefox */
    }

    .header_list_box::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .header_list_box .header_list {
        width: 100%;
        display: flex;
        min-width: 1028px;
        white-space: nowrap;
    }

    .header_list_box .header_list li {
        font-size: 2em;
        padding: 0 1em;
        width: 16.6666%;
    }

    .header_list_box .header_list li:not(:last-child)::after {
        right: -2%;
    }

    /* 5つ目イレギュラー設定 */
    .header_list_box .header_list li:nth-child(5)::after {
        right: -23%;
    }

    .header_sub_box {
        width: 100%;
        padding: 10px 25px 5px;
    }

    .header_sub_box .item_list li {
        font-size: 1.2rem;
        padding: 0.2em 3em;
        background-color: #fff;
        border-radius: 20px;
        border: solid 1px #333;
    }


    .header_sub_box li {
        font-size: 2em;
    }

    .step01 .select_box .select03 .contents-box .spec_box .spec .area {
        width: 92.5%;
        padding-left: 0;
        margin-top: 5px;
        font-size: 1rem;
    }
}
/* スマホ設定
=================================================================================================================================*/
@media screen and (max-width: 768px) {
    .sp-s {
        display: none;
    }

    body>.container {
        padding: 20px 0 0;
    }
    body > .container_plan {
        padding: 2px 0 0;
    }
    body > .container_result {
        padding: 1px 0 0;
    }
    body > .container_error {
        padding: 15px 0 0;
    }
    body > .login_container {
        padding: 0 !important;
    }
    main div.login_area {
        width: auto;
    }
    main div.login_page img {
        width: 100%;
    }
    div.view_only {
        margin: 20px auto;
        width: 96%;
        padding: 2px;
    }
    .custom-alert {
        padding: 40px 25px;
    }
    .auto_scroll {
        scroll-margin-top: 110px;
    }
    .contract_box {
        position: absolute;
        width: 30%;
        right: 0;
        top: 10px;
    }
    .contract_box .btn_contract_box {
        width: 100%;
        float: right;
    }
    .contract_box .btn_contract_box .btn_contract {
        position: relative;
        width: 100%;
        padding: 0.5em 0;
        margin-bottom: 2px;
        color: #fff;
        background-color: #c04e2c;
        text-decoration: none;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        font-weight: 600;
    }
    .contract_box .btn_contract_box .btn_contract span {
        position: absolute;
        left: 5px;
        top: 18%;
    }
    .contract_box .btn_contract_box .btn_contract span img {
        width: 25px;
        margin-bottom: 2px;
    }
    .contract_box .btn_contract_box .contract_text {
        color: #c04e2c;
        width: 100%;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
        margin-left: -3px;
    }
    .check .radio-box input {
        transform: scale(2);
        -webkit-appearance: none;  /* フォーム要素のスタイルを初期化 */
        width: 12px;
        height: 12px;
        border: 1px solid rgb(141, 134, 125);
        border-radius: 50%;
    }
    .check .radio-box input:checked {
        background: rgb(141, 134, 125);
    }
    .check .radio-box input:checked:before {
        position: absolute;
        top: 0;
        left: 3px;
        transform: rotate(50deg);
        width: 4px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        content: '';
    }
    .check .radio-box input.step-2-2,
    .check .radio-box input.step-3-2,
    .check .radio-box input.step-3-3,
    .check .radio-box input.step-4-1,
    .check .radio-box input.step-4-2,
    .check .radio-box input.step-4-3,
    .check .radio-box input.step-4-4 {
        margin-top: 3px;
        transform: scale(1.45);
    }
    .check .radio-box input.step-4 {
        margin-top: 3px;
        transform: scale(1.45);
    }
    .check .radio-box input.op {
        margin-top: 6px;
    }
    body header .nav-wrap .header-nav .sp_menu_wrap {
        background-color: #fff;
    }
    body header .nav-wrap .header-nav .sp_menu .menuButton span {
        background-color: #000;
    }
    body header .nav-wrap .header-nav .sp_menu .menuButton span:last-child {
        color: #000;
    }
    .header_menu_box {
        position: sticky;
        top: 0;
        display: block;
        background-color: #000;
        align-items: center;
        color: #fff;
        padding: 0 10px;
        z-index: 99;
        clear: both;
        overflow: hidden;
    }
    .header_menu_box .header_menu {
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%;
        padding: 0.5em 0;
        margin: 0 auto;
    }
    .header_menu_box .header_menu .item_box {
        display: flex;
    //        padding-top: 2%;
    }
    .header_menu_box .header_menu .item_box p {
        float: left;
        font-size: 1.3rem;
        font-weight: 600;
    }
    .header_menu_box .header_menu .item_box .back img {
        width: 10px;
        margin-right: 15px;
        margin-top: -4px;
    }
    .header_menu_box .header_menu .item_box .mypage img {
        width: 25px;
        margin-right: 15px;
        margin-top: -5px;
    }
    .header_menu_box .header_menu .item_box .save {
        width: 20px;
    }
    .header_menu_box .header_menu .item_box .save img {
        width: 20px;
        margin-right: 0;
        margin-top: -8px;
        margin-bottom: 0;
        overflow: hidden;
        clear: both;
    }
    .header_menu_box .header_menu .item_box .save:hover {
        opacity: 0.7;
        transition: 0.5s;
        cursor: pointer;
    }
    .header_menu_box .header_menu .item_box .save.grayout {
        opacity: 0.3;
        pointer-events: none;
    }
    .header_menu_box .header_menu .price_item {
        display: flex;
        align-items: center;
    }
    .header_menu_box .header_menu .price_item .back {
        font-size: 1.6rem;
        font-weight: 600;
        margin-right: 50px;
    }
    .header_menu_box .header_menu .price_item .back img {
        width: 10px;
        margin-right: 15px;
        margin-top: -4px;
    }
    .header_menu_box .header_menu .price_item .select_plan {
        margin-right: 20px;
    }
    .header_menu_box .header_menu .price_item .select_plan dt {
        font-size: 1rem;
        text-align: left;
        margin-bottom: 0.25rem;
    }
    .header_menu_box .header_menu .price_item .select_plan dd {
        float: right;
        margin-top: -5px;
        font-size: 1.4rem;
    }
    .header_menu_box .header_menu .price_item .select_plan dd span {
        font-size: 1.5em;
    }
    .header_menu_box .header_menu .price_item .select_plan dd span.unselected {
        display: inline-block;
        padding-top: 0.25rem;
        font-size: 1.3em;
    }
    .header_menu_box .header_menu .price_item .select_plan dd span.plan_number {
        font-size: 2.4rem;
    }
    .header_menu_box .header_menu .price_item .select_plan dd span.unit {
        margin-left: 5px;
        font-size: 2.2rem;
    }
    .header_menu_box .header_menu .price_item .base_price_first dt {
        font-size: 0.8em;
        letter-spacing: 0.05em;
        margin-bottom: 0.25rem;
        text-align: left;
    }
    .header_menu_box .header_menu .price_item .base_price_first dd {
        float: right;
        margin-top: -5px;
        font-size: 1.6rem;
    }
    .header_menu_box .header_menu .price_item .base_price_first dd span {
        font-size: 1.2rem;
    }
    .header_menu_box .header_menu .price_item .base_price_first dd span.unselected {
        display: block;
        padding-top: 0.75rem;
        font-size: 1.1em;
    }
    .header_menu_box .header_menu .price_item .base_price_first dd span.plan_number {
        font-size: 1.45em;
    }
    .header_menu_box .header_menu .price_item .base_price_first dd span.unit {
        margin-left: 5px;
        font-size: 2.2rem;
    }
    .header_menu_box .header_menu .price_item .base_price dt {
        font-size: 1rem;
        text-align: left;
        margin-bottom: 0.25rem;
    }
    .header_menu_box .header_menu .price_item .base_price dd {
        float: right;
        margin-top: -5px;
        font-size: 1.3rem;
        letter-spacing: 0.01em;
    }
    .header_menu_box .header_menu .price_item .base_price dd span {
        display: inline-block;
        padding-top: 0.75rem;
        font-size: 1.8rem;
    }
    .header_menu_box .header_menu .price_item .base_price dd span.unselected {
        display: block;
        padding-top: 0.75rem;
        font-size: 1.1em;
    }
    .header_menu_box .header_menu .price_item .base_price dd span.plan_number {
        padding-top: 0.05em;
        font-size: 1.4em;
    }
    .header_menu_box .header_menu .price_item .base_price dd span.unit {
        margin-left: 5px;
        font-size: 2.2rem;
    }
    .header_menu_box .price_item .base_price_note dt {
        display: inline;
        font-size: 1.7em;
        float: left;
        margin-top: -8px;
    }
    .header_menu_box .header_menu .price_item .base_price dd span.select_price_note {
        display: none;
    }
    .header_menu_box .header_menu .price_item .option_price dt {
        font-size: 1rem;
        text-align: left;
    }
    .header_menu_box .header_menu .price_item .option_price dd {
        float: right;
        margin-top: -5px;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }
    .header_menu_box .header_menu .price_item .option_price dd span {
        font-size: 1.8rem;
    }
    .header_menu_box .header_menu .price_item .plus {
        padding: 6% 1em 0;
        font-size: 1.4rem;
        font-weight: 600;
        vertical-align: middle;
    }
    .header_menu_box .header_menu .item_box .mypage {
        float: left;
        font-size: 1.6rem;
        font-weight: 600;
        margin-right: 30px;
    }
    .header_menu_box .header_menu .item_box .mypage img {
        width: 25px;
        margin-right: 15px;
        margin-top: -5px;
    }
    .header_menu_box .header_menu .item_box .save {
        float: left;
        font-size: 1.2rem;
        font-weight: 600;
        margin-right: 0;
        margin-top: 0;
        width: 40px;
    }
    .header_menu_box .header_menu .item_box .save img {
        width: 60%;
    }
    .header_menu_box .header_menu .item_box .next {
        float: left;
        font-size: 1.6rem;
        font-weight: 600;
        margin-left: 50px;
        margin-right: 0;
    }
    .header_menu_box .header_menu .item_box .next img {
        width: 10px;
        margin-left: 15px;
        margin-top: -4px;
    }
    .header_menu_box .header_menu .btn_back {
        float: left;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .header_menu_box .header_menu .btn_back img {
        width: 8px;
        margin-right: 15px;
        vertical-align: middle;
        margin-top: -5%;
    }
    .header_menu_box .header_menu .btn_next {
        float: right;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .header_menu_box .header_menu .btn_next img {
        width: 8px;
        margin-left: 15px;
        vertical-align: middle;
        margin-top: -5%;
    }
    .header_list_box {
        position: sticky;
        top: 54px;
        width: 100%;
        background-color: #fff;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.04);
        z-index: 99;
    }
    .fix_list_box {
        position: relative;
        top: 0;
    }
    .header_list_box .header_list {
        display: flex;
        justify-content: space-between;
        padding: 1.5em 0;
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
        /* overflow-x: scroll; */
    }

    .header_list_box .header_list li {
        position: relative;
        font-size: 2em;
        font-weight: 600;
        /* height: 30px; */
        padding: 0 1em;
        margin: 0;
        /* 矢印分の余白 */
        /* margin-right: 1em; */
        /* 各項目の間隔 */
        display: inline;

        /*横に並ぶように*/
    }

    /* 最後以外に矢印「＞」を追加 */
    .header_list_box .header_list li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        width: 14px;
        height: 12px;
        background-image: url("../image/icon_flow.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }


    .header_list_box .header_list li.step {
        min-width:fit-content;
    }

    .header_list_box .header_list li:first-child {
        /* padding-left: 0; */
    }

    .header_list_box .header_list li:last-child {
        padding-right: 0;
    }

    .header_list_box .header_list li:after {
        content: "";
        display: inline-block;
        width: 1px;
        opacity: 0.2;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 0;
        margin-left: 7px;
        vertical-align: middle;
    }
    .header_list_box .header_list li:before {
        content: "";
        display: inline-block;
        width: 1px;
        margin-left: 7px;
    }
    .header_list_box .header_list li:last-child:after {
        content: "";
        /* 最後の要素には何も表示しない */
        background-image: none;
    }
    .header_list_box .header_list li a {
        text-decoration: none;
    //        color: rgb(92, 87, 87);
    }

    .header_list_box .header_list li.on a {
    //        color: rgb(92, 87, 87);
        padding-bottom: 3px;
        /* border-bottom: #cc0000 solid 3px; */
    }

    .header_sub_box {
        top: 90px;
        padding: 10px 0 5px;
    }

    .header_sub_box .item_list {
        top: 230px;
        width: 96%;
        margin: 5px auto;
    }

    .header_sub_box .item_list li {
        font-size: 1.2rem;
    }
    .page_list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 0 15px 0;
        width: 100%;
        width: 100%;
        padding: 5px 10px;
    }
    .page_list li {
        font-size: 1.2rem;
        font-weight: 600;
        margin-right: 20px;
        opacity: 0.6;
    }
    .page_list li.on {
        border-bottom: 4px solid #BE9E73;
        opacity: 1;
    }
    .page_list li a:hover {
        border-bottom: 4px solid #BE9E73;
        transition: none;
    }
    .mypage_box {
        margin-right: 10px;
        top: 30px;
    }
    .mypage_box img {
        width: 40px;
        margin-left: 20px;
    }
    .back_link {
        width: 100%;
        margin: 0 auto;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.5;
        letter-spacing: 0;
        font-weight: 600;
        padding: 0.75em;
    }
    .door_shape {
        margin-bottom: 20px;
    }
    .door_shape img {
        width: 35%;
        text-align: center;
    }
    .door_shape_sub {
        max-width: 100px;
    }
    h3 {
        width: 100%;
    //        color: #fff;
        margin: 0 auto;
    //        background-color: #8d867d;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0;
        font-weight: 600;
        padding: 0.75em;
    }
    h3.select_title {
        margin: 0 auto 4px;
    }
    .title_box {
        margin-bottom: 30px;
    }
    .title_box h1 {
        font-size: 1.4rem;
    }
    .title_box h2 {
        font-size: 2rem;
        line-height: 1.5em;
    }
    .btn_box {
        position: sticky;
        top: 140px;
        bottom: 0;
        width: 100%;
        display: flex;
        padding: 10px;
        margin: 0;
        background-color: #fff;
        z-index: 1000;
    }
    .btn_box .btn_back {
        width: 48%;
    }
    .btn_box .btn_next {
        width: 48%;
    }
    .btn_box.end {
        max-width: 166px;
    }
    .btn_box.end .btn_back {
        width: 100%;
    }
    .flow_box {
        padding: 80px 0 25px;
        width: 96%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .flow_box .step {
        width: 56px;
        opacity: 0.3;
    }
    .flow_box .on {
        opacity: 1;
    }
    .flow_box .icon_flow {
        width: 5px;
        display: table-cell;
        vertical-align: middle;
        opacity: 0.3;
        margin-top: -10px;
    }
    .modal_pop img.outer_wall {
        width:68vh;
        height:38vh;
    }
    .step01 {
        width: 96%;
        margin: 0 auto;
    }
    .step01 .select_box #plan {
        padding-top: 10px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box {
        min-height: 270px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box1 {
        min-height: 290px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box2 {
        min-height: 340px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box3 {
        min-height: 300px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box4 {
        min-height: 400px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box5 {
        min-height: 370px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box6 {
        min-height: 320px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box7 {
        min-height: 190px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box8 {
        min-height: 170px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box .mark_box {
        padding-top: 15px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box .color_select .color_item {
        font-size: 8px;
        min-height: 100px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box .price_detail_area {
        width: 94% !important;
        position: absolute;
        left: 5px;
        bottom: 2px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box .spec {
        padding: 0;
    }
    .step01 .select_box .contents-box .plan_set .spec_box .spec .price {
        font-size: 16px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box .spec .show_detail {
        font-size: 13px;
    }
    .step01 .select_box .contents-box .plan_set .spec_box_long {
        min-height: 320px !important;
    }
    .step01 .select_box .contents-box .plan_set .spec_box_sg {
        min-height: 300px !important;
    }
    .step01 .select_box .contents-box .plan_set .unselectable {
        &::before {
            content: "プラン変更が伴う為、　　選択できません。";
        }
    }
    .step01 .select_box .select01 {
        width: 96%;
        margin: 0 auto;
        padding-left: 0;
    }
    .step01 .select_box .select01 dl {
        padding: 0;
        display: block;
    }
    .step01 .select_box .select01 dt {
        width: 100%;
        color: #8d867d;
        text-align: left;
        font-size: 1.6rem;
        font-weight: 600;
        vertical-align: middle;
        margin-bottom: 5px;
    }
    .step01 .select_box .select01 dd select {
        overflow: hidden;
        clear: both;
        -webkit-appearance: none;
        appearance: none;
        /* デフォルトの矢印を無効 */
        padding: 0.25em 0.5em;
        width: 96%;
        background: #fff;
        border-radius: 10px;
        font-size: 1em;
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
    }
    .step01 .select_box .select01 dl.sp {
        display: block;
        clear: both;
        overflow: hidden;
        padding: 20px 0;
    }
    .step01 .select_box .select01 dl.sp dt {
        margin-bottom: 20px;
    }
    .step01 .select_box .select01 .input-wrap .select_lists {
        display: block;
        width: 100%;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label span.checkbox {
        padding: 1em 1em 1em 35px;
        position: relative;
        background-color: #fff;
        border-radius: 10px;
        margin-right: 5px;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .input_text {
        width: 100%;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .input_text input {
        margin-top: 20px;
        text-align: left;
        padding: 0.5em;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #707070;
    }
    .step01 .select_box .select01.select_open_box {
        padding: 20px 0;
    }
    .step01 .select_box .select02 .required_box .required {
        display: flex;
        width: 100%;
        max-width: 800px;
        border-bottom: 1px solid rgb(199, 199, 199);
        padding: 16px;
        margin: 0px auto;
        text-align: left;
    }
    .step01 .select_box .select02 .required_box .required dt {
        width: 120px;
        min-width: 120px;
    }
    .step01 .select_box .select02 .required_box .required dt.sp_dt {
        width: 120px;
        padding-right: 0;
        display: block;
    }
    .step01 .select_box .select02 .required_box .required dt.sp_dt .label_name {
        display: block;
    }
    .step01 .select_box .select02 .required_box .required dd {
        text-align: left;
        padding-right: 0;
    }
    .step01 .select_box .select02 .required_box .required dd div.select-wrap {
        text-align: left;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior {
        display: block;
        width: 100%;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box {
        padding: 0 1% 1% 0;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label {
        margin: 0 2em 1.5em 0;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label input[type=checkbox],
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label input[type=radio] {
        accent-color: #214890;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .btn {
        text-align: center;
        color: #fff;
        padding: 0;
        border-radius: 4px;
        font-size: 1.5rem;
        width: 6em;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .modern {
        background: #4184a1;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .woody {
        background: #6ba54e;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box label .elegant {
        background: #B973FF;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box .photo {
        width: 100%;
        padding-top: 10px;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-exterior .style_box .photo:hover {
        cursor: pointer;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-number {
        display: flex;
        width: 100%;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box {
        text-align: left;
        display: flex;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box label {
        margin: 0 2em 0 0;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box label input {
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }
    .step01 .select_box .select02 .required_box .required dd .select-wrap-number .style_box label .btn {
        padding: 0;
        font-size: 1.5rem;
        width: 100%;
        margin: 0;
        padding: 0.45em 0;
        float: left;
    }
    .step01 .select_box .select02 .required_box .required .label_name {
        color: rgb(141, 134, 125);
        text-align: left;
        font-size: 1.6rem;
        font-weight: 600;
        vertical-align: middle;
    }
    .step01 .select_box .select02 #number_box {
        width: 100%;
        position: relative;
        background-color: transparent;
        padding: 10px;
        overflow: hidden;
        clear: both;
        right: 0;
        margin-bottom: 30px;
        border-radius: 0 0 10px 10px;
    }
    .step01 .select_box .select02 #number_box .number {
        font-size: 1.7rem;
        font-weight: 600;
        margin-bottom: 0;
    }
    .step01 .select_box .select03 {
        margin-top: -20px;
    //        margin-bottom: 50px;
    }
    .step01 .select_box .select03 .category3 {
        font-size: 1.4rem;
        padding: 0 0 3px 0;
    }
    .step01 .select_box .select03 .current_text {
        font-size: 1.4rem;
        padding-left: 5px;
    }
    .step01 .select_box .select03 .current_select {
        font-size: 1.15rem;
        font-weight: 600;
        padding-top: 50px;
        text-align: left;
    }
    .step01 .select_box .select03 .current_price {
        font-size: 1.25rem;
        padding-top: 25px;
        text-align: left;
        border-bottom: solid 1px #aaa;
    }
    .step01 .select_box .select03 .price {
    //        padding-top: 10px;
        width: 100%;
        text-align: left;
    }
    .step01 .select_box .select03 .underline {
        border-bottom: solid 1px #aaa;
    }
    .step01 .select_box .select03 .show_detail {
        padding-top: 5px;
        text-align: center;
    }
    .step01 .select_box .select03 .category_note {
        padding-left: 8px;
    }
    .step01 .select_box .select03 .contents-box {
        width: 96%;
        margin: 0 auto;
        display: block;
    }
    .step01 .select_box .select03 .contents-box:before,
    .step01 .select_box .select03 .contents-box:after {
        content: '';
        display: block;
    }
    .step01 .select_box .select03 .contents-box:after {
        clear: both;
    }
    .step01 .select_box .select03 .contents-box .plan_set {
        width: 50%;
        float: left;
        padding-bottom: 10px;
    }
    .step01 .select_box .select03 .contents-box .current_set {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }
    .step01 .select_box .contents-box .three_rows {
        width: 33% !important;
        min-height: 225px;
    }
    .step01 .select_box .select03 .contents-box .plan_set:nth-child(odd) {
        padding-right: 5px;
    }
    .step01 .select_box .select03 .contents-box .plan_set:nth-child(even) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .step01 .select_box .select03 .contents-box .three_rows {
        padding: 0 5px;
    }
    .step01 .select_box .select03 .contents-box .spec_box {
        position: relative;
        margin-bottom: 0.8rem;
        padding: 0 0.75rem;
        width: 100%;
        color: #333;
        background-color: #fff;
        border: 4px solid #fff;
        border-radius: 5px;
        text-align: left;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec {
        width: 100%;
        margin-bottom: 0;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec .check {
        padding-top: 2px;
        width: 20px;
        margin-right: 5px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec .area {
        padding-top: 1px;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        vertical-align: baseline;
        width: 100%;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec .name {
        padding: 0 1em;
        font-size: 1.3rem;
        text-align: center;
        font-weight: 600;
        -webkit-box-align: center;
        /* safari, Chrome対応 */
        -moz-box-align: center;
        /* Firefox対応 */
        -o-box-align: center;
        /* Opera対応 */
        -ms-box-align: center;
        /* IE対応 */
        box-align: center;
        /* ベンダープレフィックス無しも併記する */
        display: block;
        width: 100%;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec .name img {
        width: 130px;
        height: 130px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec .name img.pattern {
        margin: 0;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec .name img.genkandoor {
        width: 110px;
        height: 110px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .spec .name .cap {
        padding-top: 1px;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        vertical-align: baseline;
        width: 100%;
    }
    .step01 .select_box .select03 .contents-box .spec_box .text {
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.75em;
        font-weight: 600;
        margin-bottom: 0;
    }
    .step01 .select_box .select03 .contents-box .spec_box .price {
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.75em;
        font-weight: 100;
        margin-bottom: 0;
    }
    .step01 .select_box .select03 .contents-box .spec_box .price input {
        width: 50px;
        background-color: #ffffe9;
        border: solid 1px #eee;
    }
    .step01 .select_box .select03 .contents-box .spec_box .ellipsis {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .step01 .select_box .select03 .contents-box .spec_box .mark_box .mark_title {
        font-size: 1.2rem;
    }
    .step01 .select_box .select03 .contents-box .spec_box .mark_box .mark li {
        font-size: 1rem;
        margin-right: 2%;
    }
    .step01 .select_box .select03 .contents-box .spec_box .mark_box .btn_vr {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 110px;
        width: 30%;
        background-color: #214890;
        padding: 7px 10px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .note_box {
        position: relative;
        width: 100%;
        margin: 10px 0 30px;
        right: 0;
    }
    .step01 .select_box .select03 .contents-box .spec_box .note_box .note01 {
        float: left;
        font-size: 1.5em;
        font-weight: 600;
        margin-right: 20px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .note_box .note01 span {
        width: 200px;
        height: 10px;
        background-color: #F9F6CD;
        color: #F9F6CD;
        border: 1px solid #000;
        font-size: 1em;
        padding: 0 1.5em;
        margin-right: 5px;
        border-radius: 5px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .note_box .note02 {
        float: left;
        font-size: 1.5em;
        font-weight: 600;
    }
    .step01 .select_box .select03 .contents-box .spec_box .note_box .note02 span {
        width: 200px;
        height: 10px;
        background-color: #D8EAEC;
        color: #D8EAEC;
        border: 1px solid #000;
        font-size: 1em;
        padding: 0 1.5em;
        margin-right: 5px;
        border-radius: 5px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box {
        position: relative;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .style_box {
        position: absolute;
        left: 0;
        bottom: -30px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .style_box .btn {
        text-align: center;
        color: #fff;
        padding: 0;
        border-radius: 4px;
        font-size: 1.5rem;
        width: 6em;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .style_box .modern {
        background: #4184a1;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .style_box .woody {
        background: #6ba54e;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .style_box .elegant {
        background: #B973FF;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .price_box {
        color: #214890;
        display: block;
        float: right;
        padding-right: 5px;
        vertical-align: text-bottom;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .price_box .title {
        padding-top: 1.35rem;
        font-size: 1.5rem;
        line-height: 0;
        font-weight: 600;
        vertical-align: baseline;
        display: inline;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .price_box .title span {
        font-size: 0.7em;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .price_box .price {
        font-size: 2.5rem;
        font-weight: 600;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .price_box .price span {
        font-size: 0.6em;
        margin-left: 5px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .drawing .floor_plan_box {
        display: block;
        height: auto;
        margin-bottom: 5px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .drawing .floor_plan_box li {
        width: 96%;
        margin: 0 auto;
    }
    .step01 .select_box .select03 .contents-box .spec_box .drawing .glass {
        position: absolute;
        right: 0;
        bottom: -20px;
        max-width: 30px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .deal_box {
        top: -0.5%;
        left: -1%;
        width: 102%;
        height: 101%;
    }
    .step01 .select_box .select03 .contents-box .current_box .spec .current_left {
        width: 50%;
    }
    .step01 .select_box .contents-box .plan_set .current_box {
        min-height: 160px;
    }
    .step01 .select_box .contents-box .plan_set .current_box .spec .current_left {
        margin-top: 10px;
        width: 38%;
    }
    .step01 .select_box .contents-box .plan_set .current_box .spec .name .current_img {
        text-align: left;
        width: 50px;
    }
    .step01 .select_box .contents-box .plan_set .current_box .spec .current_right {
        margin-top: 10px;
        width: 50%;
    }
    .step01 .select_box .contents-box .plan_set .spec_box .ellipsis {
        padding-left: 0.5rem;
    }
    .step01 .select_box .select03 .contents-box .select {
        border: 2px solid #fff;
    }
    .step01 .select_box .contents-box .plan_set div[class*="select_on"] {
        border: 2px solid #8d867d;
        padding-bottom: 4px;
    }
    .step01 .select_box .select03 .electric_lock .spec_box .ellipsis {
        margin-top: 5px;
    }
    .step01 .select_box .select03 .plan_nav {
        margin: 0px auto 25px;
    }
    .step01 .select_box .select03 .plan_nav .text {
        text-align: left;
        margin-bottom: 10px;
    }
    .step01 .select_box .select03 .plan_nav .sort_box {
        display: none;
    }
    .step01 .select_box .select03 .plan_nav .pagination {
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
    }
    .step01 .select_box .select03 .plan_nav .pagination .text {
        display: block;
        width: 100%;
    }
    .step01 .select_box .select03 .plan_nav .pagination .page {
        line-height: 28px;
        margin-right: 10px;
        margin-bottom: 10px;
        vertical-align: baseline;
    }
    .step01 .select_box .select03 .plan_nav .pagination .page a {
        display: inline-block;
        width: 28px;
        height: 28px;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #555;
    }
    .step01 .select_box .select03 .plan_nav .page.current {
        background-color: #008040;
        color: #fff;
        display: inline-block;
        width: auto;
        height: auto;
        border: none;
        border-radius: 3px;
    }
    .step01 .select_box .select03 .plan_nav .page.current a {
        border: none;
        color: #fff;
    }
    .step01-2 {
        width: 96%;
        margin: 0 auto;
    }
    .step01-2 .arrang_box {
        overflow: hidden;
        clear: both;
        padding-top: 0;
        display: block;
    }
    .step01-2 .arrang_box .select_plan {
        width: 100%;
        padding-right: 0;
        overflow: hidden;
        clear: both;
    }
    .step01-2 .arrang_box .select_plan .spec_box {
        margin-bottom: 20px;
        /* ボタン設定
        	---------------------------- */
    }
    .step01-2 .arrang_box .select_plan .spec_box .spec {
        display: flex;
        width: 100%;
        margin-bottom: 25px;
        text-align: left;
    }
    .step01-2 .arrang_box .select_plan .spec_box .spec .select_name {
        display: block;
        line-height: 2;
        margin-right: 15px;
    }
    .step01-2 .arrang_box .select_plan .spec_box .spec .area {
        padding-top: 0;
        font-size: 1.2rem;
        line-height: 1.5em;
    }
    .step01-2 .arrang_box .select_plan .spec_box .text {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .step01-2 .arrang_box .select_plan .spec_box .price_box {
        position: relative;
        top: 0;
        right: 0;
        padding-right: 0;
    }
    .step01-2 .arrang_box .select_plan .spec_box .price_box .title {
        padding-top: 0.95rem;
        font-size: 1.3rem;
    }
    .step01-2 .arrang_box .select_plan .spec_box .price_box .price {
        font-size: 2rem;
    }
    .step01-2 .arrang_box .select_plan .spec_box .drawing {
        width: 100%;
    }
    .step01-2 .arrang_box .select_plan .spec_box .drawing .floor_plan_box {
        display: block;
        width: 98%;
        margin: 0 auto;
    }
    .step01-2 .arrang_box .select_plan .spec_box .drawing .floor_plan_box li {
        width: 100%;
    }
    .step01-2 .arrang_box .select_plan .spec_box .button {
        position: relative;
        padding: 0.85em 30px;
        color: #fff;
        background-color: #214890;
        text-decoration: none;
        border: 1px solid #214890;
        font-size: 1.2rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        width: 26em;
        letter-spacing: 0.05em;
        left: 0;
        margin: 0 auto;
    }
    .step01-2 .arrang_box .select_plan .spec_box .button::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translate(0, -50%) rotate(45deg);
    }
    .step01-2 .arrang_box .select_plan .spec_box .button:hover {
        position: relative;
        padding: 0.85em 30px;
        color: #fff;
        background-color: #214890;
        text-decoration: none;
        border: 1px solid #214890;
        font-size: 1.2rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        width: 26em;
    }
    .step01-2 .arrang_box .select_plan .spec_box .button:hover::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translate(0, -50%) rotate(45deg);
    }
    .step01-2 .arrang_box .select_option {
        width: 100%;
    }
    .step01-2 .arrang_box .select_option h4 {
        text-align: left;
        padding: 0.25em 1em;
        font-size: 1.3rem;
        margin: 30px 0 15px;
    }
    .step01-2 .arrang_box .select_option .note {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 10px;
        padding: 0;
    }
    .step01-2 .arrang_box .select_option .option_box {
        display: block;
        padding: 0;
    }
    .step01-2 .arrang_box .select_option .option_box .select_plan {
        width: 100%;
        margin-bottom: 0;
    }
    .step01-2 .arrang_box .select_option .option_box .select_plan .spec_box {
        margin: 30px auto 0;
    }
    .step01-2 .arrang_box .select_option .option_box .select_plan .spec_box .spec {
        display: flex;
    }
    .step01-2 .arrang_box .select_option .option_box .select_plan .spec_box .spec .check {
        margin-right: 10px;
    }
    .step01-2 .arrang_box .select_option .option_box .select_plan .spec_box .spec .name {
        font-size: 1.5rem;
        line-height: 1.5em;
        text-align: left;
        font-weight: 600;
        margin: -1px 0 5px;
        display: block;
    }
    .step01-2 .arrang_box .select_option .option_box .select_plan .spec_box .text {
        text-align: left;
        font-size: 1.3rem;
    }
    .step01-2 .arrang_box .select_option .option_box .select_plan .spec_box.title_on {
        margin: 50px auto 0;
    }
    .step01-2 .arrang_box .select_option .option_box .option {
        position: relative;
        width: 100%;
        padding: 1%;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 10px;
        margin: 20px 0 40px;
        border: 2px solid #e9e9eb;
    }
    .step01-2 .arrang_box .select_option .option_box .option .spec .title {
        font-size: 1.1rem;
    }
    .step01-2 .arrang_box .select_option .option_box .option .spec .arrange img {
        width: 60%;
        margin: 0px auto 50px;
        padding-bottom: 10px;
    }
    .step01-2 .arrang_box .select_option .option_box.sp_end {
        margin-bottom: 50px;
    }
    .step01-2 .arrang_box .select_option .option_box.second_erea {
        border-top: 1px solid #8d867d;
        padding-top: 30px;
        margin-top: 50px;
    }

    main .kitchen_series {
        width: 96%;
        margin: auto;
    }
    main table.kitchen {
        width: 100%;
        margin-bottom: 10px;
    }

    .result {
        width: 96%;
        margin: 0 auto;
    }
    .result .title_box {
        margin-bottom: 60px;
    }

    body footer .cp_nav .mituih_logo {
        /*margin: auto 0 30px auto !important;*/
        width: 155px;
    }
}
@media screen and (max-width: 320px) {
    /* 320px以下用（スマートフォン用）の記述 */
    .sp-s {
        display: block;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label {
        font-size: 1.3rem;
    }
    .step01 .select_box .select01 .input-wrap .select_lists .select_lists__list label.radio_label span.checkbox {
        margin-right: -10px;
    }
    .step01 .select_box .select02 .required_box .required dt {
        min-width: 100px;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .price_box .title {
        padding-top: 1.5rem;
        font-size: 1.2rem;
        font-weight: 600;
        vertical-align: baseline;
        display: inline;
    }
    .step01 .select_box .select03 .contents-box .spec_box .exterior_box .price_box .price {
        font-size: 2rem;
    }
    .header_menu_box .header_menu .item_box p {
        padding-right: 4px;
        font-size: 0.8rem;
        font-weight: 600;
    }
    .header_menu_box .header_menu .price_item {
        right: 5%;
        top: 2px;
    }
    .header_menu_box .header_menu .price_item .base_price dt {
        font-size: 0.75rem;
    }
    .header_menu_box .header_menu .price_item .base_price dd {
        font-size: 0.9rem;
    }
    .header_menu_box .header_menu .price_item .base_price dd span {
        font-size: 1.3rem;
    }
    .header_menu_box .header_menu .price_item .plus {
        padding: 6% 0 0 3px;
        font-size: 1rem;
        font-weight: 600;
    }
    .header_menu_box .header_menu .price_item .option_price {
        margin-right: 5px;
    }
    .header_menu_box .header_menu .price_item .option_price dt {
        text-align: right;
        font-size: 0.75rem;
        line-height: 1.2em;
    }
    .header_menu_box .header_menu .price_item .option_price dd {
        margin-top: 3px;
        font-size: 0.9rem;
    }
    .header_menu_box .header_menu .price_item .option_price dd span {
        font-size: 1.3rem;
    }
}