@charset "utf-8";

#nav_mypage_sln_edit_card {
    display: none
}

.other_page .description {
    letter-spacing: 1px;
    font-size: 1.8rem;
    line-height: 1.95;
    margin: 0 0 60px;
}

.other_page .description p {
    text-align: center;
}

.other_page .section-area,
.cart_page .section-area,
.registration_page .section-area,
.mypage .section-area {
    padding: 100px 0;
}

.other_page .section-head,
.cart_page .section-head,
.registration_page .section-head,
.mypage .section-head {
    margin: 0 0 80px;
}

.other_page .section-head h2,
.cart_page .section-head h2,
.registration_page .section-head h2,
.mypage .section-head h2 {
    margin: 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}


.other_page .section-body table {
    border-left: 0.5px solid #CCCCCC;
    border-top: 0.5px solid #CCCCCC;
}

.other_page .section-body table tbody th,
.other_page .section-body table tbody td {
    border-bottom: 0.5px solid #CCCCCC;
    border-right: 0.5px solid #CCCCCC;
    padding: 20px 30px;
}

.other_page .section-body table tbody th {
    background-color: #fcefed;
    font-weight: 600;
    vertical-align: top;
}

.other_page .section-body table tbody td {
    background-color: #FFFFFF;
    vertical-align: top;
}

.other_page .article-area {
    margin: 0 0 60px;
}

.other_page .article-area .article-body {
    padding: 0 25px;
}



/*--------------------------------------------*/
/* 特定商取引について
/*--------------------------------------------*/
.law .section-body table tbody th {
    min-width: 250px;
}

.lawWrap td a:hover {
    color: #fff;
}

.lawSwtp,
.lawHzk {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.3rem;
    text-align: center;
}

.lawSwtp {
    background-color: #ed7b7b;
}

.lawHzk {
    background-color: #f18c35;
}

.lawSwtp.disabled,
.lawHzk.disabled {
    position: relative;
    pointer-events: none;
}

.lawSwtp.disabled:before,
.lawHzk.disabled:before {
    position: absolute;
    content: "準備中";
    background-color: rgba(33, 33, 33, 0.85);
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    line-height: 2;
    z-index: 50;
}

.lawSendPrice p {
    margin-bottom: 1.5rem;
}

.lawSendPrice ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.lawSendPrice ul li {
    width: 48%;
    list-style-type: none;
    margin: 0 4% 0 0;
}

.lawSendPrice ul li:last-child {
    margin: 0;
}

.other_page .address_img {
    width: auto;
    height: 17px;
    line-height: 1;
    vertical-align: middle;
}

/*--------------------------------------------*/
/* はじめに
/*--------------------------------------------*/

.intro .article-head {
    margin: 0 0 40px;
}

.intro .article-head h3 {
    font-size: 2.25rem;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 20px 0 20px 70px;
    position: relative;
    margin: 0;
    border-bottom: #ea7f85 solid 1px;
}

.intro .article-head h3:before {
    position: absolute;
    content: "";
    background-image: url(../img/common/hana.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 29px;
    left: 20px;
    top: 18.375px;
}

.intro .article-body ul,
.intro .article-body ol {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0 0 0 20px;
}

.intro .article-body ul li,
.intro .article-body ol li {
    margin: 0 0 10px;
}

.intro .article-body ul li:last-child,
.intro .article-body ol li:last-child {
    margin: 0;
}

.intro .article-box {
    padding: 25px;
    background: #FFFFFF;
    margin: 0 0 40px;
}

.intro .article-box:last-child {
    margin: 0;
}

.intro .article-box dl {
    flex-direction: column !important;
    align-items: flex-start;
}

.intro .article-box dl dt {
    padding: 10px 0 10px 60px;
    position: relative;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 25px !important;
    width: 100%;
}

.intro .article-box dl dt:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.intro .article-box dl dt:after {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 600;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro .article-box.cart dl dt:before {
    background: #ea7f85;
}

.intro .article-box.cart dl dt:after {
    content: "A";
}

.intro .article-box.order dl dt:before {
    background: #65baf7;
}

.intro .article-box.order dl dt:after {
    content: "B";
}

.intro .article-box dl dd {
    padding: 0;
    margin: 0;
    width: 100%;
}

.intro .article-area .article-body dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.intro .article-area .article-body dl dt {
    font-weight: 500;
    margin: 0 25px 0 0;
}

.intro .article-box ul,
.intro .article-box ol {
    margin: 20px 0 0;
}

.intro .introBtn a {
    color: #fff;
    background-color: #5bb432;
    padding: 5px 10px;
    display: block;
    width: 18rem;
    margin-left: auto;
    text-decoration: none;
    text-align: center;
}

.intro .introBtn a:hover {
    background-color: #509c2c;
}

.intro .introBtn a.disabled {
    position: relative;
    pointer-events: none;
}

.intro .introBtn a.disabled:before {
    position: absolute;
    content: "準備中";
    background-color: rgba(33, 33, 33, 0.85);
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    line-height: 2.25;
    z-index: 50;
}

.intro .delivery .article-body dl dt {
    margin: 0;
    width: 330px;
}

.intro .delivery .article-body dl dd {
    margin: 0 0 0 -330px;
    padding: 0 0 0 355px;
    width: auto;
}

.intro .send .article-body dl {
    align-items: flex-start;
}

.intro .send .article-body dl dt {
    width: 170px;
    font-weight: 600;
    margin: 0 !important;
}

.intro .send .article-body dl dd {
    width: 100%;
    margin: 0 0 0 -170px;
    padding: 0 0 0 210px;
}

/*--------------------------------------------*/
/* プライバシーポリシー
/*--------------------------------------------*/
.privacy .article-box {
    margin: 0 0 40px;
}

.privacy .article-box:last-child {
    margin: 0;
}

.privacy .article-box dl {
    margin: 0;
}

.privacy .article-box dl dt {
    padding: 5px 0 15px 60px;
    margin: 0 0 25px;
    position: relative;
    border-bottom: 0.5px solid #ea7f85;
}

.privacy .article-box dl dt:before {
    position: absolute;
    content: "";
    background-image: url(../img/common/hana.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 24px;
    left: 20px;
    top: 5px;
}

.privacy .article-box dl dd {
    padding: 0 25px;
}

/*--------------------------------------------*/
/* ショッピングカート
/*--------------------------------------------*/
.cart_page .article-head {
    margin: 0 auto 80px;
}

.cart_page .article-head .ec-progress {
    margin: 0 auto;
    padding: 0;
}

.ec-progress .ec-progress__number {
    background: #FFFFFF;
    color: #e38283;
    border: 1px solid #e38283;
}

.cart_page .article-head .ec-progress .is-complete .ec-progress__number {
    background: #e38283;
    border: 1px solid #e38283;
    color: #FFFFFF;
}

.cart_page .article-head .ec-progress .is-complete .ec-progress__label {
    color: #e38283;
}

.ec-progress .ec-progress__item:after {
    background: #e38283;
    height: 3px;
    top: 50%;
    margin-top: -11px;
}

.cart_page .box-body .description {
    text-align: center;
    margin: 0 0 40px;
}

.cart_page .article-box {
    margin: 0 auto 40px;
    width: 100%;
}

.cart_page .article-box ul {
    margin: 0;
}

.cart_page .off-box {
    padding: 20px 25px;
    background: #F99;
    color: #FFFFFF;
    font-weight: 500;
}

.cart_page .error-box {}

.cart_page .cart-error-box {
    padding: 20px 25px;
    background: #f6ffcc;
    border: 0.5px solid #dc143c;
    color: #dc143c;
    font-weight: 500;
}

.cart_page .off-box ul,
.cart_page .error-box ul,
.cart_page .cart-error-box ul {
    padding: 0;
}

.cart_page .off-box ul li,
.cart_page .error-box ul li,
.cart_page .cart-error-box ul li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0 45px;
    position: relative;
}

.cart_page .off-box ul li::before,
.cart_page .error-box ul li::before,
.cart_page .cart-error-box ul li::before {
    position: absolute;
    content: url("https://www.taiyo-nouen.com/shop/html/template/default/assets/icon/exclamation-white.svg");
    line-height: 1;
    width: 20px;
    height: 20px;
    top: 4.5px;
    left: 5px;
}

.cart_page .off-box ul li:last-child,
.cart_page .error-box ul li:last-child,
.cart_page .cart-error-box ul li:last-child {
    margin: 0;
}

.cart_page .error-box ul li {
    color: #dc143c;
}

.cart_page .price-box {
    text-align: center;
    font-size: 2rem;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.9);
    border-top: 0.5px solid #e38283;
    border-bottom: 0.5px solid #e38283;
}

.cart_page .price-box strong {
    color: #FF0000;
    font-size: 3rem;
}

.cart_page .ec-cartRole {
    padding: 0;
}

.cart_page .cart-box table {
    width: 100%;
    max-width: inherit !important;
}

.cart_page .cart-box table thead th {
    padding: 15px 5px;
    background: #ffe2e3;
    text-align: center;
    border-right: 0.5px solid #FFFFFF;
}

.cart_page .cart-box table thead th:last-child {
    border-right: none;
}

.cart_page .cart-box table tbody td {
    padding: 20px 25px;
    background: #FFFFFF;
    text-align: center;
    border-bottom: 0.5px solid #DFDFDF;

}

.cart_page .cart-box table tbody td.td-delete {
    min-width: 50px;
}

.cart_page .cart-box table tbody td.td-delete img {
    width: 20px;
    height: auto;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__img {
    width: 100px;
    padding-bottom: 100px;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    z-index: 10;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__img img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary {
    width: 100%;
    margin: 0 0 0 -100px;
    padding: 0 0 0 125px;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary div {
    margin: 0 0 5px;
    text-align: left;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary div:last-child {
    margin: 0;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary .ec-cartRow__name {
    font-weight: 600;
}

.cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    display: none;
}

.cart_page .cart-box table tbody td.td-product img {
    width: 20px;
    height: auto;
}

.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountSP {
    display: none;
}

.cart_page .cart-box table tbody td.td-amount img {
    width: 15px;
    height: auto;
}

.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 10px;
}

.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButtonDisabled,
.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton,
.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton {
    margin: 0 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #fff;
}

.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButtonDisabled span,
.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton span,
.cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton span {
    line-height: 0;
}

.cart_page .cart-box table tfoot th,
.cart_page .cart-box table tfoot td {
    padding: 15px 5px;
    font-size: 2.4rem;
}

.cart_page .cart-box table tfoot th {
    color: #FFFFFF;
    background: #e38283;
    text-align: right;
}

.cart_page .cart-box table tfoot td {
    background: #FFFFFF;
    text-align: center;
}

.cart_page .btn-box ul,
.other_page .btn-box ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.cart_page .btn-box ul li,
.other_page .btn-box ul li {
    margin: 0 5% 0 0;
    width: 47.5%;
    list-style: none;
}

.cart_page .btn-box ul li:last-child,
.other_page .btn-box ul li:last-child {
    margin: 0;
}

.cart_page .btn-box ul li a,
.other_page .btn-box ul li a {
    display: flex;
    border-radius: 4px;
    font-size: 1.8rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
}

/*--------------- ログイン ---------------*/
.cart_page .login .article-box.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.cart_page .login .article-box .box {
    padding: 40px;
    background: rgba(255, 255, 255, 0.85);
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px;
}


.cart_page .login .article-box .shop_login .box-head {
    text-align: center;
    margin: 0 0 25px;
}

.cart_page .login .article-box .shop_login .box-head img {
    width: 100px;
    height: auto;
}

.cart_page .login .article-box .shop_login .box-body table {
    width: 100%;
}

.cart_page .login .article-box .shop_login .box-body table tbody th,
.cart_page .login .article-box .shop_login .box-body table tbody td {
    padding: 7.5px 10px;
}

.cart_page .login .article-box .shop_login .box-body table tbody th {
    text-align: center;
}

.cart_page .login .article-box .shop_login .box-body table tfoot th {
    padding: 7.5px 10px;
    text-align: right;
}

.cart_page .login .article-box .btnBox ul {
    list-style: none;
    padding: 0;
}

.cart_page .login .article-box .btnBox ul li a.ec-blockBtn--cancel {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cart_page .login .article-box .btnBox .sub {
    padding: 25px 0 0;
}

.cart_page .login .article-box .btnBox .sub ul {
    flex-direction: column;
    justify-content: center;
}

.cart_page .login .article-box .btnBox .sub ul li {
    padding: 0;
    margin: 0 0 5px;
    font-weight: 500;
}

.cart_page .login .article-box .shop_login .btnBox .sub ul li:last-child {
    margin: 0;
}

.cart_page .login .article-box .shop_login .btnBox .sub ul li a {
    border-bottom: none !important;
    padding: 0px 0 0 25px;
    position: relative;
    display: inline-block;
}

.cart_page .login .article-box .shop_login .btnBox .sub ul li a:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    margin-top: -3px;
}

.cart_page .login .article-box .shop_login .btnBox .sub ul li a:hover {
    font-weight: 600;
}

.cart_page .login .article-box .guest {
    margin: 0 auto;
    background: none;
    text-align: center;
}

.cart_page .login .article-box .guest .description {
    margin: 0 0 25px;
    text-align: center;
    font-weight: 600;
}

/*--------------- ご注文手続き ---------------*/

.cart_page .ec-orderRole {
    margin: 0;
    padding: 0;
}

.ec-orderRole .ec-orderRole__detail {
    width: 61.601642710472284%;
    margin: 0 4.1067761806981515% 0 0;
    padding: 0;
}

.ec-orderRole .ec-orderRole__summary {
    width: 34.29158110882957%;
    padding: 0;
}

.ec-orderRole .ec-orderRole__summary .ec-totalBox {
    background: rgba(255, 255, 255, 0.75);
    padding: 25px;
    margin-bottom: 25px;
}

.cart_page .ec-orderBox {
    margin-bottom: 40px;
}


.cart_page .ec-orderBox .ec-rectHeading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 0 25px;
    border-bottom: #ea7f85 solid 1px;
}

.cart_page .ec-orderBox .ec-inlineBtn {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 18px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #e38283;
    border: 3px double #FFFFFF;
}

.cart_page .ec-orderBox .ec-rectHeading h3,
.cart_page .article-box .box-head h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    background: inherit;
    position: relative;
    padding: 15px 0 15px 60px;
    margin: 0;
}

#page_shopping_complete .article-box .box-head h3 {
    padding: 15px !important;
    margin: 0 0 40px !important;
    text-align: center;
}

.cart_page .ec-orderBox .ec-rectHeading h3:before,
.cart_page .article-box .box-head h3:before {
    position: absolute;
    content: "";
    background-image: url(../img/common/hana.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 24px;
    left: 20px;
    top: 15px;
}

#page_shopping_complete .article-box .box-head h3::before {
    display: none;
}

#page_shopping_complete .cart_page .article-box .box-head {
    margin: 0 0 40px;
}

#page_shopping_complete .cart_page .article-box .box-head h3 {
    text-align: center;
    padding: 15px 0;
}

#page_shopping_complete .cart_page .article-box .box-head h3::before {
    display: none;
}

#page_shopping_complete .cart_page .article-box .box-body .ec-reportDescription {
    line-height: 2;
    font-size: 1.6rem;
}



.cart_page .ec-orderBox dl {
    display: table;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #ccc;
    width: 100%;
}

.cart_page .ec-orderBox dl:last-child {
    border-bottom: 1px dotted #ccc;
}

.cart_page .ec-orderBox dl dt,
.cart_page .ec-orderBox dl dd {
    display: table-cell;
}

.cart_page .ec-orderAccount dl dt {
    width: 160px;
    padding: 12.5px 20px;
}

.cart_page .ec-orderDelivery__title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0px;
    padding: 10px 0 10px 25px;
}

.cart_page .ec-orderDelivery__title h4 {
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0;
    color: #e38283;
}

.cart_page .ec-orderAccount dl dt {
    width: 160px;
    padding: 12.5px 20px;
}

.cart_page .ec-orderDelivery .ec-orderDelivery__change {
    display: inline-block;
    position: relative;
}

.cart_page .ec-orderDelivery .ec-imageGrid .ec-imageGrid__img {
    padding: 15px;
    width: 90px;
}

.cart_page .ec-orderDelivery .ec-orderDelivery__address {
    margin: 0;
}

.cart_page .ec-orderDelivery .ec-orderDelivery__address dl dt,
.cart_page .ec-orderDelivery .ec-orderDelivery__actions dl dt {
    width: 140px;
    padding: 12.5px 20px;
}

.cart_page .ec-orderDelivery .ec-orderDelivery__address dl:last-child {
    border-bottom: none;
}

.cart_page .ec-orderDelivery .ec-orderDelivery__actions dl dt label {
    margin: 0;
}

.cart_page .ec-orderAccount__account dl dd,
.cart_page .ec-orderDelivery .ec-orderDelivery__address dl dd,
.cart_page .ec-orderDelivery .ec-orderDelivery__actions dl dd {
    padding: 12.5px 20px;
}

.cart_page .ec-orderDelivery .ec-orderDelivery__actions dl dd p.caution {
    color: #dc143c;
    padding: 15px 0 0;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.9;
}

.cart_page .ec-orderDelivery__edit {
    text-align: center;
}

.cart_page .ec-orderPayment .ec-radio {
    padding: 0 25px;
}

/*--------------- お届け先の複数指定 --------------- */
.other_page .ec-AddAddress .ec-AddAddress__add {
    margin: 0 0 60px;
    padding: 0;
}

.other_page .ec-AddAddress .ec-AddAddress__item {
    display: table;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.other_page .ec-AddAddress .ec-AddAddress__select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 5px;
}

.other_page .ec-AddAddress .ec-AddAddress__new,
.other_page .ec-AddAddress .ec-AddAddress__btn,
.other_page .ec-addressRole .ec-addressRole__actions {
    text-align: center;
}

.other_page .ec-addressRole .ec-addressRole__actions {
    padding: 0 0 40px;
}

.other_page .ec-addressList {
    margin: 0 0 40px;
}

.other_page .ec-AddAddress .ec-AddAddress__new {
    margin: 0 0 60px;
}

.other_page .ec-AddAddress .ec-AddAddress__new a,
.other_page .ec-addressRole .ec-addressRole__actions a {
    max-width: 320px;
    width: 100%;
    color: #fff;
    background-color: #5bb432;
    border: 0.5px solid #FFFFFF;
    border-radius: 5px;
    padding: 12.5px 15px;
}

.other_page .ec-AddAddress .ec-AddAddress__btn {
    padding: 40px 0 0;
}

.other_page .ec-AddAddress .ec-inlineBtn {
    max-width: 320px;
    width: 100%;
    color: #fff;
    background-color: #dc72a0;
    border: 0.5px solid #FFFFFF;
    border-radius: 5px;
    font-size: inherit;
    padding: 12.5px 15px;
}

.other_page .ec-AddAddress .ec-inlineBtn.delete {
    margin: 0;
    background-color: #dc143c;
    max-width: 50px;
    padding: 10px 5px;
    line-height: 1;
}


.registration_page .article-area .article-body .description {
    text-align: center;
    margin: 0 0 20px;
    line-height: 2;
}

#page_entry_complete .article-area .article-head,
#page_entry_activate .article-area .article-head {
    text-align: center;
    margin: 0 0 40px;
}

#page_entry_complete .article-area .article-head h3,
#page_entry_activate .article-area .article-head h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0;
}

#page_entry_complete .article-area .article-body .ec-reportDescription,
#page_entry_activate .article-area .article-body .ec-reportDescription {
    margin-bottom: 40px;
    font-size: 16px;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1590px) {

    .other_page .section-area,
    .cart_page .section-area,
    .registration_page .section-area,
    .mypage .section-area {
        padding: 80px 0;
    }

    .other_page .section-head,
    .cart_page .section-head,
    .registration_page .section-head,
    .mypage .section-head {
        margin: 0 0 60px;
    }

}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {

    .other_page .section-area,
    .cart_page .section-area,
    .registration_page .section-area,
    .mypage .section-area {
        padding: 60px 0;
    }

    .other_page .section-head,
    .cart_page .section-head,
    .registration_page .section-head,
    .mypage .section-head {
        margin: 0 0 50px;
    }

    .other_page .section-head h2,
    .cart_page .section-head h2,
    .registration_page .section-head h2,
    .mypage .section-head h2 {
        font-size: 2.5rem;
    }

    .other_page .section-body table tbody th,
    .other_page .section-body table tbody td {
        padding: 15px 25px;
    }

    .other_page .description {
        font-size: 1.7rem;
    }

    /*--------------------------------------------*/
    /* 特定商取引について
/*--------------------------------------------*/
    .law .section-body table tbody th {
        min-width: 240px;
    }


    /*--------------------------------------------*/
    /* はじめに
/*--------------------------------------------*/

    .intro .article-head {
        margin: 0 0 30px;
    }

    .intro .article-head h3 {
        font-size: 2rem;
        padding: 20px 0 20px 60px;
    }

    .intro .article-head h3:before {
        width: 32px;
        height: 31px;
        left: 15px;
        top: 16px;
    }


    /*--------------------------------------------*/
    /* ショッピングカート
/*--------------------------------------------*/
    .cart_page .article-head {
        margin: 0 auto 60px;
    }

    .cart_page .article-box {
        margin: 0 auto 40px;
    }

    .cart_page .off-box {
        padding: 20px 25px;
    }

    .cart_page .off-box ul li,
    .cart_page .error-box ul li,
    .cart_page .cart-error-box ul li {
        padding: 0 0 0 45px;
    }

    .cart_page .off-box ul li::before,
    .cart_page .error-box ul li::before,
    .cart_page .cart-error-box ul li::before {
        width: 20px;
        height: 20px;
        top: 4.5px;
        left: 5px;
    }

    .cart_page .price-box {
        font-size: 1.8rem;
        padding: 20px 40px;
    }

    .cart_page .price-box strong {
        color: #FF0000;
        font-size: 2.5rem;
    }

    .cart_page .cart-box table tbody td.td-delete img {
        width: 18px;
    }

    .cart_page .cart-box table tbody td.td-product img {
        width: 18px;
    }


    .cart_page .cart-box table tbody td.td-amount img {
        width: 14px;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown {
        padding: 10px;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButtonDisabled,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton {
        width: 25px;
        min-width: 25px;
        max-width: 25px;
        height: 25px;
        line-height: 40px;
    }

    .cart_page .cart-box table tfoot th,
    .cart_page .cart-box table tfoot td {
        font-size: 2.2rem;
    }



}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {

    .other_page .section-head h2,
    .cart_page .section-head h2,
    .registration_page .section-head h2,
    .mypage .section-head h2 {
        font-size: 2.25rem;
    }

    .other_page .section-body table tbody th,
    .other_page .section-body table tbody td {
        padding: 12.5px 20px;
    }

    .other_page .description {
        font-size: 1.65rem;
        margin: 0 0 50px;
    }

    /*--------------------------------------------*/
    /* 特定商取引について
/*--------------------------------------------*/
    .law .section-body table tbody th {
        min-width: 225px;
    }

    .other_page .address_img {
        height: 16px;
    }

    /*--------------------------------------------*/
    /* はじめに
/*--------------------------------------------*/
    .intro .article-box dl dt {
        padding: 10px 0 10px 50px;
        font-size: 1.8rem;
        margin: 0 0 20px !important;
    }

    .intro .article-box dl dt:before {
        width: 38px;
        height: 38px;
    }

    .intro .article-box dl dt:after {
        width: 38px;
        height: 38px;
        font-size: 1.8rem;
    }

    /*--------------------------------------------*/
    /* プライバシーポリシー
/*--------------------------------------------*/
    .privacy .article-body {
        padding: 0 !important
    }

    .privacy .article-box {
        margin: 0 0 30px;
    }

    /*--------------------------------------------*/
    /* ショッピングカート
/*--------------------------------------------*/
    .cart_page .article-head {
        margin: 0 auto 50px;
    }

    .cart_page .article-box {
        margin: 0 auto 30px;
    }

    .cart_page .off-box,
    .cart_page .cart-error-box {
        padding: 20px 25px;
    }

    .cart_page .off-box ul li,
    .cart_page .error-box ul li,
    .cart_page .cart-error-box ul li {
        padding: 0 0 0 40px;
    }

    .cart_page .off-box ul li::before,
    .cart_page .error-box ul li::before,
    .cart_page .cart-error-box ul li::before {
        width: 18px;
        height: 18px;
        top: 3.5px;
        left: 4px;
    }

    .cart_page .price-box {
        font-size: 1.7rem;
        padding: 20px 30px;
    }

    .cart_page .price-box strong {
        font-size: 2.25rem;
    }

    .cart_page .ec-orderBox .ec-rectHeading h3,
    .cart_page .article-box .box-head h3 {
        font-size: 1.8rem;
        padding: 15px 0 15px 50px;
    }

    #page_shopping_complete .article-box .box-head h3 {
        margin: 0 0 30px !important;
    }

    .cart_page .ec-orderBox .ec-rectHeading h3:before,
    .cart_page .article-box .box-head h3:before {
        width: 20px;
        height: 19px;
        left: 15px;
        top: 15px;
    }

    .cart_page .cart-box table tbody td.td-delete img {
        width: 17px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__img {
        width: 80px;
        padding-bottom: 80px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary {
        margin: 0 0 0 -80px;
        padding: 0 0 0 100px;
    }

    .cart_page .cart-box table tbody td.td-product img {
        width: 17px;
    }


    .cart_page .cart-box table tbody td.td-amount img {
        width: 13px;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown {
        padding: 13px;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButtonDisabled,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton {
        width: 23px;
        min-width: 23px;
        max-width: 23px;
        height: 23px;
        line-height: 38px;
    }

    .cart_page .cart-box table tfoot th,
    .cart_page .cart-box table tfoot td {
        font-size: 2rem;
    }

    .cart_page .ec-totalBox .ec-totalBox__price {
        margin-left: 6px;
    }



    #page_shopping_complete .cart_page .article-box .box-head {
        margin: 0 0 30px;
    }

    #page_shopping_complete .cart_page .article-box .box-body .ec-reportDescription {
        font-size: 1.5rem;
    }

    /*--------------------------------------------*/
    /* 会員登録
/*--------------------------------------------*/
    #page_entry_complete .article-area .article-head,
    #page_entry_activate .article-area .article-head {
        text-align: center;
        margin: 0 0 30px;
    }

    #page_entry_complete .article-area .article-head h3,
    #page_entry_activate .article-area .article-head h3 {
        font-size: 2.2rem;
    }

    #page_entry_complete .article-area .article-body .ec-reportDescription,
    #page_entry_activate .article-area .article-body .ec-reportDescription {
        margin-bottom: 30px;
    }

    /*--------------------------------------------*/
    /* お届け先の変更
/*--------------------------------------------*/
    .other_page .ec-addressRole .ec-addressRole__actions {
        padding: 0 0 30px;
    }

    .other_page .ec-addressList {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 960px) {
    .ec-orderRole .ec-orderRole__summary .ec-totalBox {
        padding: 20px;
    }
}

@media screen and (max-width: 835px) {

    .other_page .section-area,
    .cart_page .section-area,
    .registration_page .section-area,
    .mypage .section-area {
        padding: 50px 0;
    }

    .other_page .section-head,
    .cart_page .section-head,
    .registration_page .section-head,
    .mypage .section-head {
        margin: 0 0 40px;
    }

    .other_page .section-head h2,
    .cart_page .section-head h2,
    .registration_page .section-head h2,
    .mypage .section-head h2 {
        font-size: 2rem;
    }

    .other_page .section-body table tbody th,
    .other_page .section-body table tbody td {
        padding: 10px 15px;
    }

    .other_page .description {
        font-size: 1.6rem;
        margin: 0 0 40px;
    }

    /*--------------------------------------------*/
    /* 特定商取引について
/*--------------------------------------------*/
    .law .section-body table tbody th {
        min-width: 210px;
    }

    /*--------------------------------------------*/
    /* はじめに
/*--------------------------------------------*/
    .intro .article-head {
        margin: 0 0 25px;
    }

    .intro .article-head h3 {
        font-size: 1.8rem;
        padding: 17.5px 0 17.5px 50px;
    }

    .intro .article-head h3:before {
        width: 30px;
        height: 29px;
        left: 10px;
        top: 12px;
    }

    /*--------------------------------------------*/
    /* ショッピングカート
/*--------------------------------------------*/
    .cart_page .article-head {
        margin: 0 auto 40px;
    }

    .cart_page .article-box {
        margin: 0 auto 25px;
    }

    .cart_page .off-box,
    .cart_page .cart-error-box {
        padding: 15px 20px;
    }

    .cart_page .off-box ul li,
    .cart_page .error-box ul li,
    .cart_page .cart-error-box ul li {
        padding: 0 0 0 35px;
    }

    .cart_page .off-box ul li::before,
    .cart_page .cart-error-box ul li::before {
        width: 17px;
        height: 17px;
        top: 3px;
        left: 3.5px;
    }

    .cart_page .price-box {
        font-size: 1.65rem;
        padding: 20px 25px;
    }

    .cart_page .price-box strong {
        font-size: 2rem;
    }

    .cart_page .cart-box table tbody td {
        padding: 15px 17.5px;
    }

    .cart_page .cart-box table tbody td.td-delete img {
        width: 16px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__img {
        width: 70px;
        padding-bottom: 70px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary {
        margin: 0 0 0 -70px;
        padding: 0 0 0 90px;
    }

    .cart_page .cart-box table tbody td.td-product img {
        width: 16px;
    }


    .cart_page .cart-box table tbody td.td-amount img {
        width: 12px;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown {
        padding: 12px;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButtonDisabled,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton {
        width: 21px;
        min-width: 21px;
        max-width: 21px;
        height: 21px;
        line-height: 36px;
    }

    .cart_page .cart-box table tfoot th,
    .cart_page .cart-box table tfoot td {
        font-size: 1.8rem;
    }

    .cart_page .btn-box ul li a,
    .other_page .btn-box ul li a {
        font-size: 1.7rem;
    }

    .ec-orderRole {
        margin-top: 0;
        flex-direction: column;
    }

    .cart_page .ec-orderBox {
        margin-bottom: 15px;
    }

    .ec-orderRole .ec-orderRole__detail {
        width: 100%;
        margin: 0 0 25px;
    }

    .ec-orderRole .ec-orderRole__summary {
        width: 100%;
        padding: 0;
        margin-top: 0 !important;
    }

    .cart_page .ec-totalBox .ec-totalBox__price {
        font-size: 2.4rem;
    }

    /*--------------------------------------------*/
    /* 会員登録
/*--------------------------------------------*/

    #page_entry_complete .article-area .article-head h3,
    #page_entry_activate .article-area .article-head h3 {
        font-size: 2rem;
    }

}

@media screen and (max-width: 767px) {
    .ec-borderedDefs dl {
        display: block;
        border-bottom: 1px dotted #ccc;
        padding: 0;
    }

    .ec-borderedDefs dl dt {
        display: block;
        background-color: #fcefed;
        border-bottom: 0.5px solid #CCCCCC;
        vertical-align: middle;
        padding: 5px 15px;
        width: 100%;
        font-weight: bold;
    }

    .ec-borderedDefs dl dt label {
        font-weight: bold;
    }

    .ec-borderedDefs dl dd {
        display: block;
        background-color: #ffffff;
        vertical-align: middle;
        padding: 15px !important;
        width: 100%;
        margin: 0 !important;
    }

    .ec-halfInput {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .ec-halfInput input[type=text]#card_CardNo {
        width: 100%;
    }

    .ec-halfInput label {
        width: 25px;
    }

    .ec-halfInput input[type=text] {
        display: inline-block;
        width: 35%;
        margin-left: 2%;
        margin-right: 2%;

    }

    .ec-birth .ec-errorMessage,
    .ec-halfInput .ec-errorMessage,
    .ec-telInput .ec-errorMessage {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 15px;
        width: 100%;

    }

    .ec-birth .ec-errorMessage:empty,
    .ec-halfInput .ec-errorMessage:empty,
    .ec-telInput .ec-errorMessage:empty {
        display: none;
    }

    .other_page .address_img {
        height: 15px;
    }
}

@media screen and (max-width: 750px) {

    .other_page .description {
        font-size: 1.55rem;
        margin: 0 0 30px;
    }

    /*--------------------------------------------*/
    /* 特定商取引について
/*--------------------------------------------*/
    .law .section-body table tbody th {
        min-width: 200px;
    }

    /*--------------------------------------------*/
    /* はじめに
/*--------------------------------------------*/
    .intro .article-head h3 {
        font-size: 1.7rem;
        padding: 15px 0 15px 45px;
        letter-spacing: 0;
    }

    .intro .article-head h3:before {
        width: 25px;
        height: 24px;
    }

    .intro .article-box dl dt {
        padding: 7.5px 0 7.5px 42px;
        font-size: 1.7rem;
        margin: 0 0 15px !important;
        font-weight: 600 !important;
    }

    .intro .article-box dl dt:before {
        width: 32px;
        height: 32px;
    }

    .intro .article-box dl dt:after {
        width: 32px;
        height: 32px;
        font-size: 1.7rem;
    }

    .intro .article-area .article-body dl {
        flex-direction: column;
    }

    .intro .article-area .article-body dl dt {
        font-weight: 500;
        margin: 0 0 15px;
        width: 100%;
    }

    .intro .article-area .article-body dl dd {
        width: 100%;
    }

    .intro .article-box {
        padding: 20px;
        margin: 0 0 25px;
    }

    .intro .delivery .article-body dl dt {
        width: 295px;
    }

    .intro .delivery .article-body dl dd {
        margin: 0 0 0 -295px;
        padding: 0 0 0 315px;
    }

    .intro .delivery .article-body dl dt {
        width: 100%;
        margin: 0 0 15px;
    }

    .intro .delivery .article-body dl dd {
        margin: 0;
        padding: 0;
    }

    .intro .send .article-body dl dt {
        width: 100%;
        margin: 0 0 15px;
    }

    .intro .send .article-body dl dd {
        margin: 0;
        padding: 0;
    }

    .intro .send .article-body dl dt {
        width: 100%;
        margin: 0 0 15px !important;
        font-weight: 600 !important;
    }

    .intro .send .article-body dl dd {
        margin: 0;
        padding: 0;
    }

    .intro .introBtn a {
        padding: 2.5px 5px;
    }

    /*--------------------------------------------*/
    /* プライバシーポリシー
/*--------------------------------------------*/
    .privacy .article-box {
        margin: 0 0 25px;
    }

    .privacy .article-box dl dt {
        padding: 5px 0 15px 45px;
        margin: 0 0 15px;
    }

    .privacy .article-box dl dt:before {
        width: 15px;
        height: 15px;
        left: 15px;
        top: 8px;
    }

    /*--------------------------------------------*/
    /* ショッピングカート
/*--------------------------------------------*/
    .cart_page .article-head {
        margin: 0 auto 30px;
    }

    .cart_page .article-box {
        margin: 0 auto 20px;
    }

    .cart_page .off-box ul li,
    .cart_page .error-box ul li,
    .cart_page .cart-error-box ul li {
        padding: 0 0 0 30px;
    }

    .cart_page .off-box ul li::before,
    .cart_page .cart-error-box ul li::before {
        width: 16px;
        height: 16px;
        top: 2.5px;
        left: 3px;
    }

    .cart_page .price-box {
        font-size: 1.6rem;
        padding: 15px 25px;
    }

    .cart_page .price-box strong {
        font-size: 1.8rem;
    }

    .cart_page .ec-orderBox .ec-rectHeading h3,
    .cart_page .article-box .box-head h3 {
        font-size: 1.7rem;
        padding: 10px 0 10px 42px;
        letter-spacing: 0;
    }

    #page_shopping_complete .article-box .box-head h3 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart_page .ec-orderBox .ec-rectHeading h3:before,
    .cart_page .article-box .box-head h3:before {
        width: 18px;
        height: 17px;
        left: 12.5px;
        top: 10px;
    }

    .cart_page .article-box .box-body {
        padding: 25px 0 0;
    }

    .cart_page .cart-box table tbody td {
        padding: 10px 15px;
    }

    .cart_page .cart-box table tbody td.td-delete img {
        width: 15px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__img {
        width: 60px;
        padding-bottom: 60px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary {
        margin: 0 0 0 -60px;
        padding: 0 0 0 80px;
    }

    .cart_page .cart-box table tbody td.td-product img {
        width: 15px;
    }


    .cart_page .cart-box table tbody td.td-amount img {
        width: 10px 0;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown {
        padding: 10px 0;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButtonDisabled,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton {
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        line-height: 35px;
    }

    .cart_page .cart-box table tfoot th,
    .cart_page .cart-box table tfoot td {
        font-size: 1.7rem;
    }

    .cart_page .btn-box ul li a,
    .other_page .btn-box ul li a {
        font-size: 1.6rem;
        padding: 10px 5px;
        height: auto;
        line-height: 1.5;
    }


    /*--------------- ログイン ---------------*/

    .cart_page .login .article-box .box {
        padding: 25px;
        margin: 0 auto;
    }

    .cart_page .login .article-box .shop_login .box-head {
        margin: 0 0 20px;
    }

    .cart_page .login .article-box .shop_login .box-head img {
        width: 75px;
    }

    .cart_page .login .article-box .shop_login .box-body {
        padding: 0;
    }

    .cart_page .login .article-box .btnBox .sub {
        padding: 25px 0 0;
    }

    .cart_page .login .article-box .guest .description {
        margin: 0 0 20px;
    }

    #page_shopping_complete .cart_page .article-box .box-head {
        margin: 0 0 25px;
    }

    #page_shopping_complete .cart_page .article-box .box-body .ec-reportDescription {
        font-size: 1.4rem;
    }

    /*--------------------------------------------*/
    /* 会員登録
/*--------------------------------------------*/
    #page_entry_complete .article-area .article-head,
    #page_entry_activate .article-area .article-head {
        margin: 0 0 25px;
    }

    #page_entry_complete .article-area .article-head h3,
    #page_entry_activate .article-area .article-head h3 {
        font-size: 1.8rem;
    }

    #page_entry_complete .article-area .article-body .ec-reportDescription,
    #page_entry_activate .article-area .article-body .ec-reportDescription {
        margin-bottom: 25px;
        font-size: 14px;
    }

    /*--------------------------------------------*/
    /* お届け先の変更
/*--------------------------------------------*/
    .other_page .ec-addressRole .ec-addressRole__actions {
        padding: 0 0 25px;
    }

    .other_page .ec-addressList {
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 640px) {
    .other_page .section-body table {
        border-left: none;
    }

    .other_page .section-body table tbody th,
    .other_page .section-body table tbody td {
        display: block;
        width: 100%;
        min-width: inherit;
        border-right: none;
    }

    .other_page .section-body table tbody th {
        padding: 2.5px 15px;
    }

    .other_page .section-body table tbody td {
        padding: 15px;
    }

    .other_page .article-area .article-body {
        padding: 0;
    }

    /*--------------------------------------------*/
    /* 特定商取引について
/*--------------------------------------------*/
    .lawSendPrice ul {
        flex-direction: column;

    }

    .lawSendPrice ul li {

        width: 100%;
        margin: 0 0 15px;
    }

    /*--------------------------------------------*/
    /* はじめに
/*--------------------------------------------*/
    .intro .article-head h3 {
        font-size: 1.65rem;
        padding: 15px 0 15px 40px;
    }

    .intro .article-head h3:before {
        width: 25px;
        height: 24px;
    }

    .intro .article-body ul,
    .intro .article-body ol {
        padding: 0px 0 0 35px;
    }


    /*--------------------------------------------*/
    /* プライバシーポリシー
/*--------------------------------------------*/
    .privacy .article-box dl dd {
        padding: 0;
    }

    /*--------------------------------------------*/
    /* ショッピングカート
/*--------------------------------------------*/
    .cart_page .cart-box table thead th {
        font-size: 1.5rem;
    }

    .cart_page .cart-box table tbody td {
        padding: 10px 5px;
        letter-spacing: 0;
    }

    .cart_page .cart-box table tbody td.td-delete img {
        width: 14px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__img {
        width: 50px;
        padding-bottom: 50px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary {
        margin: 0 0 0 -50px;
        padding: 0 0 0 65px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary .ec-cartRow__name {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary .ec-cartRow__unitPrice {
        font-size: 1.4rem;
        margin: 0;
        line-height: 1;
    }

    .cart_page .cart-box table tfoot th,
    .cart_page .cart-box table tfoot td {
        font-size: 1.6rem;
    }

    .cart_page .ec-orderBox dl {
        display: block;
    }

    .cart_page .ec-orderBox dl dt,
    .cart_page .ec-orderDelivery .ec-orderDelivery__address dl dt,
    .cart_page .ec-orderDelivery .ec-orderDelivery__actions dl dt {
        display: block;
        background-color: #fcefed;
        border-bottom: 0.5px solid #CCCCCC;
        vertical-align: middle;
        padding: 5px 15px;
        width: 100%;
    }

    .cart_page .ec-orderBox dl dd,
    .cart_page .ec-orderAccount__account dl dd,
    .cart_page .ec-orderDelivery .ec-orderDelivery__address dl dd,
    .cart_page .ec-orderDelivery .ec-orderDelivery__actions dl dd {
        display: block;
        background-color: #ffffff;
        vertical-align: middle;
        padding: 15px;
        width: 100%;
    }

    /*--------------- ログイン ---------------*/
    .cart_page .login .article-box .shop_login .box-body table tbody th {
        display: block;
        background-color: #fcefed;
        border-bottom: 0.5px solid #CCCCCC;
        vertical-align: middle;
        padding: 5px 15px;
        width: 100%;
    }

    .cart_page .login .article-box .shop_login .box-body table tbody tr:first-of-type th {
        border-top: 0.5px solid #CCCCCC;
    }

    .cart_page .login .article-box .shop_login .box-body table tbody td {
        display: block;
        background-color: #ffffff;
        border-bottom: 0.5px solid #CCCCCC;
        vertical-align: middle;
        padding: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .cart_page .ec-progress .ec-progress__label {
        font-size: 2vw;
        font-weight: 500;
        letter-spacing: 0;
    }

    .cart_page .article-head .ec-progress .is-complete .ec-progress__label {
        font-weight: 600;
    }

    .cart_page .cart-box table thead th {
        font-size: 1.4rem;
        padding: 10px 5px;
    }

    .cart_page .cart-box table tbody td {
        padding: 5px;
    }

    .cart_page .cart-box table tbody td.td-delete {
        min-width: 40px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__img {
        width: 40px;
        padding-bottom: 40px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary {
        margin: 0 0 0 -40px;
        padding: 0 0 0 50px;
    }

    .cart_page .cart-box table tbody td.td-product img {
        width: 14px;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary .ec-cartRow__name {
        font-size: 1.4rem;
    }

    .cart_page .cart-box table tbody td.td-product .ec-cartRow__box .ec-cartRow__summary .ec-cartRow__unitPrice {
        font-size: 1.3rem;
    }

    .cart_page .cart-box table tbody td.td-amount img {
        width: 10px;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown {
        padding: 10px 0;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButtonDisabled,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton,
    .cart_page .cart-box table tbody td.td-amount .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton {
        width: 15px;
        min-width: 15px;
        max-width: 15px;
        height: 15px;
        line-height: 30px;
    }

    .cart_page .cart-box table tfoot th,
    .cart_page .cart-box table tfoot td {
        font-size: 1.5rem;
        padding: 10px 5px;
    }
}

@media screen and (max-width: 350px) {}