@charset "UTF-8";

.wrapper {
    background: #fff;
}

.pane-main {
    padding-top: 0px;
    /*230411 50px→０pxに変更　カラーヘッダー用*/
}

.pane-globalnav {
    position: relative;
    background-color: #444;
    color: #fff;
}

.pane-footer {
    /*background: #eee;*/
}

.pane-topic-path {
    background-color: #f5f5f5;
    display: none;
}

.pane-order-header {
    border-bottom: 2px solid #666;
}

.container {
    padding-top: 0;
}

.pane-order-contents h1,
.pane-contents h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

.pane-order-contents h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.pane-order-contents h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}

.block-member-info--customer-name,
.block-member-info-confirmation--customer-name {
    font-size: 20px;
    margin-bottom: 25px;
}

.pane-landingpage-contents {
    background: #eee;
    border: 1px solid #eee;
}

.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
    width: 900px;
    margin: 0 auto;
}

.pane-goods-center {
    padding: 50px 0;
}

/* 関連商品のあたりを非表示設定だったのを解除
.pane-goods-footer{
	display: none;
}
*/
.pane-goods-header {}

.btn-primary {
    color: #fff;
    border: 1px solid #0771b8;
    background: center #0771b8;
    background-size: 20px;
    padding-left: 0;
    /*width: 100%;*/
    border-radius: 5px;
    /*background:url(/files/img/ico_cart.png) no-repeat 100px center #0f84d3;　アイコン削除221209追記*/
}

button.btn-primary:hover {
    background: #FFF;
    color: #000;
}

.btn-default {
    color: #333;
    border: solid 1px #dcdcdc;
    background-color: #e5e5e5;
    /*width: 100%;*/
}

.block-goods-user-review--info {
    padding: 25px 0 0 0;
}

h2.block-accessory-list--name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 5px;
    background: #f7f7f7;
}

.block-accessory-list--list {
    text-align: center;
    /*付属品名行揃え*/
}

.block-check-list-a {
    text-align: left;
    margin-top: 25px;
}

.block-goods-price--price {
    font-size: 24px;
    font-weight: bold;
}

.price {
    color: #222;
}

.block-goods-name h1 {
    margin: 5px 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.block-mypage h2 {
    margin-bottom: 25px;
}

.block-variation {
    padding: 5px 0;

}

.block-add-cart {
    margin-bottom: 0;
}

.block-add-cart--btn {
    width: 100%;
}

.block-goods-price {
    margin: 0 0 14px 0;
}

.block-contact-about-goods--btn,
.block-goods-favorite--btn {
    width: 100%;

}

a.block-contact-about-goods--btn:hover,
a.block-goods-favorite--btn:hover {
    opacity: 0.7;
}

.block-goods-favorite--btn {
    color: #fff;
    border: 1px solid #f28e1e;
    background: url(/files/img/ico_fav.png) no-repeat 100px center #f28e1e;
    background-size: 20px;
    padding-left: 30px;
    border-radius: 5px;
}

.block-variation--item.active dt {
    border: 2px solid #a30707;
}

.block-order-flow--step {
    padding: 40px 0 30px;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
    margin: 0 30px 0 0;
    padding: 12px 0 5px 0;
    width: calc(25% - 33px);
    background: #f5f5f5;
}

.block-order-flow--step-current {
    color: #fff;
    background: #444 !important;
    font-weight: bold;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
    position: absolute;
    top: 0;
    right: -50px;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 25px solid #f5f5f5;
    border-bottom-width: 25px;
    border-top-width: 25px;
}

.block-order-flow--step-current:after {
    border-left: 25px solid #444 !important;
}

.block-cart--contents {
    border: solid 1px #dcdcdc;
    padding: 0 25px 25px 25px;
}

.block-cart--side-area {
    padding-top: 0;
    padding-bottom: 25px;
}

.block-cart--procedure-container {
    background: #fff;
}

.block-cart--order-button-description {
    padding-bottom: 10px;
}

.block-cart--goods-list li {
    margin: 25px 0 0 0;
    padding: 0 0 25px 0;
}

.block-cart--goods-list li:last-child {
    padding: 0 0 0 0;
}

.block-cart--container {
    margin-bottom: 25px;
}

input.block-cart--order-btn,
input.block-order-estimate--commit-btn {
    margin: 0 0 20px 0;
    font-size: 18px;
}

input.block-cart--order-btn:hover,
input.block-order-estimate--commit-btn:hover {
    background: #FFF;
    color: #000;
}

.block-login--member-body {
    padding: 20px;
    overflow: hidden;
    border: solid 1px #dcdcdc;
    background: #fff;
}

.block-login--member-frame {
    margin-bottom: 50px;
    padding: 20px;
    border: 1px #dcdcdc solid;
}

.block-login--first-time {
    padding: 20px;
    border: 1px #dcdcdc solid;
}

.block-order-estimate--procedure-container {
    padding: 14px;
    background: #fff;
}

.block-goods-detail--color-variation-goods-thumbnail-images {
    /*display: none;*/
}

.block-src-l .bx-wrapper {
    margin-bottom: 25px !important;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -27px !important;
    width: 55px !important;
    height: 55px !important;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/files/img/ico_prev.png) no-repeat 0 0 !important;
    background-size: cover !important;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/files/img/ico_next.png) no-repeat 0 0 !important;
    background-size: cover !important;
}

.block-order-estimate--comment {
    display: none;
}

.fieldset .form-label {
    width: 27%;
    padding: 25px 10px 25px 25px;
    text-align: left;
    background: #f9f9f9;
}

.block-member-info--value-label {
    display: inline-block;
    width: 64px;
    text-align: center;
}

.block-member-password--login-link a {
    color: #a30707;
    text-decoration: underline;
}

.block-member-password--login-link a:hover {
    text-decoration: none;
}

.block-check-list-a--goods-name a {
    text-decoration: none;
    pointer-events: auto;
    /*  リンク設定解除を解除　221117*/
    display: inline-block;
}


.block-reset-new-password--completed-message {
    text-align: center;
}

.block-reset-new-password--completed-message a {
    text-decoration: underline;
}

.block-reset-new-password--completed-message a:hover {
    text-decoration: none;
}

a.js-enhanced-ecommerce-goods-name,
a.js-enhanced-ecommerce-image {
    pointer-events: auto;
    /*  リンク設定解除を解除　221117*/
    display: inline-block;
}

.fieldset.block-login--input-items .form-label {
    width: 30%;
}

.block-login--member-info-value-label {
    width: 64px;
}

a.btn:hover,
input.btn:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast:none) {
    .block-check-list-a--item-description {
        padding-left: 60px !important;
    }

    .fieldset .form-control {
        width: 63%;
    }

    .fieldset .form-control input[type='text'],
    .fieldset .form-control input[type='tel'],
    .fieldset .form-control input[type='email'],
    .fieldset .form-control input[type='search'],
    .fieldset .form-control input[type='password'],
    .fieldset .form-control input[type='url'],
    .fieldset .form-control input[type='number'],
    .fieldset .form-control select,
    .fieldset .form-control textarea {
        max-width: 100%;

    }

    .fieldset .form-group {
        table-layout: fixed;
    }
}

.block-check-list-a--image figure {
    background: #FFF !important;
}

.block-variation--item.color-disable-stock dt {
    background-color: #fff !important;

}

.pane-left-menu,
#block_of_itemhistory {
    display: none;
}

.block-bnr_gift {
    margin: 25px 0 40px 0;
}

.block-bnr_gift img {
    width: 100%;
    height: auto;
}


.block-check-list-a--price.price.js-enhanced-ecommerce-goods-price {
    font-size: 1.5rem;
}

.block-goods-comment1 {
    margin-top: 25px;
}

.tax {
    font-size: 14px;
}


.other-mall-area {
    background-color: #f1f1f1;
    padding: 10px;
    margin-top: 10px;
}

.othermall {
    color: #181818;
    border: 1px solid #181818;
    background: center #ffffff;
    background-size: 20px;
    padding-left: 0;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
}

/*-------------------------
(共通)商品詳細テーブル
---------------------------*/
table.table-datail {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
    width: 1200px;
    margin: 30px auto;
}

table.table-datail th {
    width: 25%;
    padding: 5px;
    font-weight: bold;
    vertical-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #eee;
}

table.table-datail td {
    width: 75%;
    padding: 5px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table-caption {
    text-align: center;
    font-size: 14px;
}

.sp_table {
    line-height: 0;
    width: 100%;
}

.box_btn_manual {
    width: 1200px;
    margin: 30px auto;
    padding: 0 100px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-more.black::after {
    content: url(https://www.dr-air.com/jp/ja/img/icon-btn-arrow-black.png);
}

a:hover .btn-more::after,
.btn-more::after {
    content: url(https://www.dr-air.com/jp/ja/img/icon-btn-arrow-white.png);
    position: absolute;
    right: 20px;
    margin-top: -3px;
}

.box_btn_manual a {
    margin-bottom: 15px;
}


.pane-goods-right-side-outer {
    position: relative;
}

.pane-goods-right-side-inner {
    height: 90vh;
    overflow-y: scroll;
    padding-right: 25px;
}

.pane-goods-right-side {
    padding: 30px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 20px;
    height: max-content;
    position: sticky;
    top: 0;
    left: 0;
    width: 460px;
    background-color: #fff;
}

.pane-goods-right-side-inner::-webkit-scrollbar {
    width: 5px;
}

.pane-goods-right-side-inner::-webkit-scrollbar-track {
    background-color: #ccc;
}

.pane-goods-right-side-inner::-webkit-scrollbar-thumb {
    background-color: #222;
}

.btn-primary2 {
    color: #fff;
    border: 1px solid #16a500;
    background: center #16a500;
    background-size: 20px;
    padding-left: 0;
    border-radius: 5px;
}

.block-goods-code {
    display: none;
}

.block-goods-color {
    display: none;
}