@charset "UTF-8";

.T001.list table th {
    color: #fff;
    background: #534741;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
    .anchor {
        position: relative;
        width: 100%;
        cursor: pointer;
        user-select: none;
    }
    .anchor.fixed {
        position: fixed;
        top: 60px;
        z-index: 9999;
    }
    .anchor_selected {
        position: relative;
        display: block;
        padding: 10px 50px 10px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        color: #333;
    }
    .anchor_selected::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        background: #ec8d12 url("/assets/img/white_down_arrow.png") no-repeat center center;
        border-radius: 0 4px 4px 0;
    }
    .anchor_list {
        display: none;
        position: absolute;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        margin-top: 4px;
        z-index: 100;
    }
    .anchor.open .anchor_list {
        display: block;
    }
    .anchor_list li a {
        padding: 10px;
        display: block;
        color: #333;
        text-decoration: none;
    }
    .anchor_list li a:hover {
        background: #f0f0f0;
    }
    .anchor_list li a br {
        display: none
    }
    .anchor-target {
        display: block;
        position: relative;
        top: -130px !important;
        visibility: hidden;
    }
}

/* ***** PC **** */
@media only screen and (min-width: 768px) {
    .anchor {
        width: 100%;
    }
    .anchor_selected {
        display: none;
    }
    .anchor_list {
        display: flex;
        gap: 5px;
        width: 100%;
        margin-bottom: 50px;
        border-bottom: 2px solid #ec8d12;
    }
    .anchor.fixed {
        position: fixed;
        top: 15px;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .anchor-target {
        display: block;
        position: relative;
        top: -100px;
        visibility: hidden;
    }
    .anchor_list > li {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .anchor_list li a {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        color: #aaa;
        text-align: center;
        padding: 10px;
        background-color: #f5f7f8;
        border-radius: 6px 6px 0 0;
    }
    .anchor_list li a:hover,
    .anchor_list li a.active {
        color: #fff;
        background-color: #ec8d12;
    }
    .anchor.open .anchor_list {
        display: block;
    }
}

/* 家電セットレンタル一覧へ戻る */
.set_box .box .btn_04 {
    max-width: 100%;
    margin-top: 20px;
}
.set_box .box .btn_04 a {
    font-size: 15px;
    padding: 10px;
    background-color: #ffa964;
}

/* 注文履歴 */
.histories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-columns: 13% auto 12% 12% 38%;
    grid-auto-rows: auto;
    margin-bottom: 30px;
}
.histories .cell {
    display: flex;
    align-items: center;
    color: #000;
}
.histories .cell a {
    color: #000;
}
.histories .th {
    justify-content: center;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #534741;
    border-right: 1px solid #fff;
}
.histories .td {
    padding: 20px;
    background-color: #f5f7f8;
    border-right: 1px solid #fff;
}
.histories .th:last-child,
.histories .td:last-child {
    border-right: none;
}
.histories .payment,
.histories .td.total {
    justify-content: center;
}
.histories .td.address {
    flex-direction: column;
    align-items: flex-start;
}
.histories .td.address .action {
    display: table;
    margin: auto;
}
.histories .td.address .action > .inner {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
}
.histories .td.address .action a,
.histories .td.address .action .disabled {
    color: #534741;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
}

.histories .td.address .action .disabled {
    background-color: #534741;
    color: #ffffff;
}

.histories .td.address .action a:hover {
    color: #fff;
    background-color: #ec8d12;
    border-color: #ec8d12;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
    .histories {
        grid-template-columns: 1fr;
    }
    .cell.th[data-pair="1"] { order: 1; }
    .cell.td[data-pair="1"] { order: 2; }
    .cell.th[data-pair="2"] { order: 3; }
    .cell.td[data-pair="2"] { order: 4; }
    .cell.th[data-pair="3"] { order: 5; }
    .cell.td[data-pair="3"] { order: 6; }
    .cell.th[data-pair="4"] { order: 7; }
    .cell.td[data-pair="4"] { order: 8; }
    .cell.th[data-pair="5"] { order: 9; }
    .cell.td[data-pair="5"] { order: 10; }
    .histories .td.address .action {
        gap: 5px;
    }
    .histories .td.address .action a,
    .histories .td.address .action .disabled {
        width: auto;
        max-width: auto;
        font-size: 95%;
    }
}

/* 解約申込 & 故障受付 */
.N002 .mynavi_list li {
    border: none;
    background: none;
}
.N002 .mynavi_list li a {
    color: #fff;
    text-indent: 0;
    background-color: #ec8d12;
    border-radius: 5px;
}
.N002 .mynavi_list li:nth-child(2) a {
    background-color: #666;
}
.N002 .mynavi_list li a:hover {
    opacity: 0.5;
}
.N002 .mynavi_list li a:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    vertical-align: middle;
    margin: -3px 15px 0 0;
    background: url("/assets/img/white_arrow.png") no-repeat center center;
}
.M004 h3 {
    font-size: 120% !important;
    color: #fff !important;
    line-height: 1.5;
    padding: 15px 20px;
    margin-bottom: 0 !important;
    background-color: #534741;
    border-bottom: none;
}
.M004 .items,
.M004 .detail,
.M004 .collects {
    padding: 30px 25px !important;
    background-color: #f5f7f8;
}
.M004 .collects dl {
    justify-content: center;
}
.M004 .collects dd input[type="text"].datepicker{
    max-width: 350px;
    padding: 12px 35px 12px 15px;
    background-size: 20px auto;
    border-color: #ccc;
}
.M004 .prefecture,
.M005 .prefecture {
    font-size: 100%;
    color: #000;
    padding: 12px 40px 12px 15px;
    background: #fff url("/assets/img/gray_down_arrow.png") no-repeat right 15px center;
    border-color: #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.M004 .items li label input {
    position: relative;
    min-width: 22px;
    width: 22px;
    height: 22px;
    appearance: none;
    margin-top: 2px;
    background: #FFFFFF;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent;
}
.M004 .items li label input:checked:before {
    position: absolute;
    top: 1px;
    left: 5px;
    transform: rotate(50deg);
    width: 6px;
    height: 11px;
    border-right: 3px solid #ec8d12;
    border-bottom: 3px solid #ec8d12;
    content: '';
}
.M004 .detail textarea {
    height: 200px;
    border-color: #ccc;
    border-radius: 4px;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
    .M004 .collects dd input[type="text"].datepicker{
        max-width: 220px;
        padding: 12px 35px 12px 15px;
    }
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
     .N002 .mynavi_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
     }
     .N002 .mynavi_list li {
        width: 90%;
        max-width: 300px;
        padding: 0;
        margin: 15px auto 0;
        border: none;
        background: none;
    }
    .N002 .mynavi_list li a {
        min-height: auto;
        padding: 12px;
        border: none;
        background-image: none;
    }
    .M004 h3 {
        font-size: 110% !important;
        padding: 15px;
    }
    .M004 .items,
    .M004 .detail,
    .M004 .collects {
        padding: 20px 15px !important;
    }
    .M004 .collects dl {
        display: flex !important;
        flex-direction: inherit !important;
        justify-content: start !important;
        flex-wrap: wrap;
        align-items: center !important;
        gap: 10px;
        margin-bottom: 20px !important;
    }
    .M004 .collects dl dt {
        min-width: 90px;
        margin-right: 0 !important;
    }
    .M004 .collects dl dd {
        margin-bottom: 0 !important;
    }
    .M004 .collects dd input[type="text"].datepicker{
        max-width: 150px;
        padding: 12px 25px 12px 5px;
    }
}

/* お問い合わせ */
.P001 .mypage {
    margin-bottom: 30px;
}
.P001 .mypage ol li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.P001 .mypage ol li .step {
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    position: relative;
}
.P001 .mypage ol li .step:after {
    display: block;
    position: absolute;
    left: 100%;
    top: calc(50% - 6px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ccc;
    border-right: 0;
}
.P001 .mypage ol li .step span {
    font-size: 19px;
    color: #ec8d12;
    margin-left: 10px;
}
.P001 .mypage ol li p {
    font-size: 17px;
}
.P001 .mypage .btn {
    max-width: 320px;
    margin: 30px 0 20px;
}
.P001 .mypage .btn a {
    display: block;
    font-size: 120%;
    color: #fff;
    text-align: center;
    padding: 15px;
    background-color: #ec8d12;
    border-radius: 5px;
}
.P001 .mypage .btn a:hover {
    opacity: 0.5;
}
.P001 .mypage .btn a:before {
    display: inline-block;
    width: 15px;
    height: 18px;
    content: "";
    vertical-align: middle;
    margin: -4px 10px 0 0;
    background: url("/assets/img/white_mypage.png") no-repeat center center;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
    .P001 .mypage p {
        font-size: 110%;
    }
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
    .P001 .mypage p {
        font-size: 100%;
    }
    .P001 .mypage ol li .step {
        padding: 5px 10px;
    }
    .P001 .mypage ol li p {
        font-size: 15px;
    }
}


/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
}
