@charset "utf-8";
/* CSS Document */

/*
* カートページ
*/
.cartIndexPage {
    margin: 20px 0 0;
}
.cartPostOfficeInfo {
    margin: 0 10px 20px;
    padding: 10px;
    background: #ffe4e4;
    border: 1px solid #e43524;
}
.cartPostOfficeInfo a:hover {
    color: #005a99;
}
.cartAgaInfo {
    margin: 0 0 20px;
    padding: 10px;
    background: #d7f9ea;
}
.cartHeader {
    margin: 0 0 20px;
    padding: 0 10px;
}
.cartHeader span {
    color: #e43524;
    font-weight: bold;
}
.cartHeader .cartPointPrecent {
    margin: 0 0 20px;
    padding: 10px;
    background: #fffc72;
    color: #e43524;
    font-weight: bold;
}
.cartEmptyHeader {
    padding: 0 10px;
}
.cartEmptyHeader p {
    margin: 0 0 20px;
}
.cartEmptyHeader .defaultBtn {
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 1;
    text-align: center;
}
.cartIndexError {
    margin: 0 10px 20px;
    padding: 15px;
    background: #ffe4e4;
    border: 1px solid #e43524;
    border-radius: 3px;
    font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
    .cartIndexPage {
        margin: 30px 0 0;
    }
    .cartPostOfficeInfo {
        margin: 0 0 20px;
    }
    .cartHeader {
        padding: 0;
        text-align: center;
    }
    .cartEmptyHeader {
        padding: 0;
    }
    .cartEmptyHeader .defaultBtn {
        width: 300px;
        margin: 0 auto;
    }
    .cartIndexError {
        margin: 0 0 20px;
    }
}

.cartNavigation {
    margin: 0 0 20px;
    text-align: center;
}
.cartNavigation img {
    width: 300px;
}
@media screen and (min-width: 960px) {
    .cartNavigation {
        margin: 0 0 30px;
    }
}

/*
* ショッピングカート
*/
.cartTable {
    border-top: 1px solid #bbb;
}
.cartTable .cartRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #bbb;
}
.cartTable .errorMessage {
    margin: 10px 0 0;
}
.cartTable .cartRow .leftColumn {
    width: 80px;
    text-align: center;;
}
.cartTable .cartRow .leftColumn figure {
    margin: 0 0 10px;
}
.cartTable .cartRow .centerColumn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}
.cartTable .cartRow .centerColumn .name > a,
.cartTable .cartRow .centerColumn .name > span {
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1.4;
}
.cartTable .cartRow .centerColumn .classcategory {
    margin: 0 0 10px;
}
.cartTable .cartRow .centerColumn .classcategory ul.contact li {
    margin: 5px 0 0;
    line-height: 1.4;
}
.cartTable .cartRow .centerColumn .classcategory ul.contact li span {
    display: block;
}
.cartTable .cartRow .centerColumn .price {
    margin: 0 0 10px;
}
.cartTable .cartRow .centerColumn .quantity span {
    padding: 0 5px 0 0;
    vertical-align: middle;
}
.cartTable .cartRow .centerColumn .quantity select {
    width: 60px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.cartTable .cartRow .rightColumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cartTable .cartRow .rightColumn .subTotal span {
    color: #e43524;
}
.cartTable .resultArea {
    margin: 20px 0;
}
.cartTable .resultArea .inner .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0 10px;
}
.cartTable .resultArea .inner .row .label {
    text-align: right;
}
.cartTable .resultArea .inner hr {
    margin: 0 0 20px;
}
.cartTable .resultArea .inner .row .total {
    margin: 0 0 5px;
    color: #e43524;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: right;
}
.cartTable .resultArea .inner .row .deliveryFee span {
    color: #e43524;
}
.cartTable .resultArea .inner .row .addPoint {
    display: block;
    margin: 0 0 5px;
    color: #e43524;
    font-weight: bold;
}
.cartTable .resultArea .cartBtnArea {
    padding: 0 10px;
}
.cartTable .resultArea .cartBtnArea .conversionBtn {
    display: block;
    margin: 0 0 10px;
    padding: 20px;
    text-align: center;
}
.cartTable .resultArea .cartBtnArea .defaultBtn {
    display: block;
    padding: 20px;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .cartTable .cartRow {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0;
    }
    .cartTable .cartRow .leftColumn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        width: auto;
    }
    .cartTable .cartRow .leftColumn figure {
        width: 84px;
        margin: 0;
    }
    .cartTable .cartRow .leftColumn .delete {
        margin: 0 20px 0 0;
        text-align: left;
    }
    .cartTable .cartRow .centerColumn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
    .cartTable .cartRow .centerColumn .classcategory {
        margin: 0;
    }
    .cartTable .cartRow .centerColumn .classcategory ul.contact li {
        line-height: 1;
    }
    .cartTable .cartRow .centerColumn .classcategory ul.contact li span {
        display: inline;
        padding: 0 10px 0 0;
    }
    .cartTable .cartRow .centerColumn .price {
        -webkit-box-flex: 1;
        -webkit-flex: 0 1 148px;
        -ms-flex: 0 1 148px;
        flex: 0 1 148px;
        margin: auto 0 auto auto;
    }
    .cartTable .cartRow .centerColumn .quantity {
        -webkit-box-flex: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: auto 0 auto 12px;
    }
    .cartTable .cartRow .rightColumn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 305px;
        -ms-flex: 0 1 305px;
        flex: 0 1 305px;
        margin: 0 0 0 0;
    }
    .cartTable .resultArea {
        width: 100%;
        position: relative;
    }
    .cartTable .resultArea .inner {
        width: 350px;
        margin: 0 0 0 auto;
    }
    .cartTable .resultArea .inner .row {
        padding: 0;
    }
    .cartTable .resultArea .inner .addCustomer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 430px;
        margin: 0;
        padding: 15px;
        border: 1px solid #bbb;
        border-radius: 3px;
    }
    .cartTable .resultArea .cartBtnArea {
        padding: 0;
    }
}

/*
* カートログイン
*/
.shoppingLoginPage {
    margin: 20px 0 0;
}
@media screen and (min-width: 960px) {
    .shoppingLoginPage {
        margin: 30px 0 0;
    }
    .shoppingLoginPage .loginForm {
        margin: 0 0 50px;
    }
}

/*
* ご注文手続き
*/
.shoppingIndexPage {
    margin: 20px 0 0;
}
/* 郵便局留め閉鎖・移転の注意文 */
.shoppingPostOfficeInfo {
    margin: 0 10px 20px;
    padding: 10px;
    background: #ffe4e4;
    border: 1px solid #e43524;
}
.shoppingPostOfficeInfo a:hover {
    color: #005a99;
}
/* エラーメッセージ */
.shoppingOrderError {
    margin: 0 10px 20px;
    padding: 15px;
    background: #ffe4e4;
    border: 1px solid #e43524;
    border-radius: 3px;
    font-size: 1.4rem;
}
.shoppingOrderError div {
    margin: 0 0 10px;
    color: #e43524;
    font-size: 1.8rem;
    font-weight: bold;
}
.shoppingTable .errorMessageArea {
    padding: 10px;
    background: #ffedeb;
    border: 1px solid #dc5244;
    border-radius: 3px;
}
.shoppingTable .errorMessageArea p {
    margin: 0 !important;
    font-size: 1.4rem;
}
.shoppingTable .errorMessageArea p:lastc-child {
    margin: 0;
}
/* ブロック共通 */
.shoppingTable .section {
    margin: 0 10px 20px;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.shoppingTable .section h2 {
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #bbb;
    border-radius: 5px 5px 0 0;
    font-size: 1.6rem;
}
.shoppingTable .section .inner {
    padding: 10px;
}
.shoppingTable .section .inner p span {
    color: #e43524;
    font-weight: bold;
}
.shoppingTable .section .inner p.info {
    margin: 10px 0 0;
    font-size: 1.4rem;
}
/* お支払方法のご指定 */
.shoppingTable .paySection .active {
    background: #fffc72;
}
.shoppingTable .paySection .pay {
    padding: 10px;
    border-bottom: 1px solid #bbb;
}
.shoppingTable .paySection .pay:last-child {
    border-bottom: none;
}
.shoppingTable .paySection label {
    display: inline-block;
    font-size: 1.6rem;
    cursor: pointer;
}
.shoppingTable .paySection label span {
    padding: 0 0 0 5px;
    font-weight: bold;
    vertical-align: middle;
}
.shoppingTable .paySection .pay ul {
    margin: 10px 0 0;
}
.shoppingTable .paySection .pay ul li {
    line-height: 1.6;
}
.shoppingTable .paySection .payMethod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.shoppingTable .paySection .payMethod {
    margin: 0 0 10px;
}
.shoppingTable .paySection .payMethod .payName {
    font-size: 1.6rem;
    font-weight: bold;
}
.shoppingTable .paySection .payMethod ul.payIcon {
    margin: 0 0 0 10px;
    font-size: 0;
}
.shoppingTable .paySection .payMethod ul.payIcon li {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 0;
}
.shoppingTable .paySection .payMethod ul.payIcon li img {
    width: 30px;
}
.shoppingTable .paySection .payMethodText {
    margin: 0 0 10px;
}
/* ご利用ポイント */
.shoppingTable .pointSection p {
    margin: 0 0 10px;
}
.shoppingTable .pointSection input {
    width: 110px;
    height: 100%;
    margin: 0 5px 0 0;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 14px;
}
.shoppingTable .pointSection dl {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px dashed #bbb;
    border-radius: 5px;
    font-size: 1.4rem;
}
.shoppingTable .pointSection dl dt {
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.4;
}
.shoppingTable .pointSection dl dd {
    line-height: 1.6;
}
.shoppingTable .pointSection dl dd b {
    color: #e43524;
}
.shoppingTable .pointSection .usePointArea .usePointForm {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.shoppingTable .pointSection .usePointArea .usePointForm .usePointBtn {
    width: 60px;
    height: 100%;
    margin: 0 5px 0 0;
    padding: 11px 0;
    background: #f5f5f5;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
/* プレゼントキャンペーン */
.shoppingTable .pointSection .precentArea {
    margin: 20px 0 0;
    background: #fbe5e4;
    border: 1px solid #e04240;
    border-radius: 5px;
}
.shoppingTable .pointSection .precentArea .precentTitle {
    padding: 10px;
    background: #e04240;
    color: #fff;
    font-weight: bold;
}
.shoppingTable .pointSection .precentArea .precentInput {
    margin: 10px;
    padding: 10px;
    background: #fff;
}
.shoppingTable .pointSection .precentArea .precentInput p.precentNone {
    margin: 0;
}
.shoppingTable .pointSection .precentArea .precentInput label {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
}
.shoppingTable .pointSection .precentArea .precentInput label.active {
    background: #fffc72;
    border: 1px solid #dbd72c;
    font-weight: bold;
}
.shoppingTable .pointSection .precentArea .precentInput span {
    line-height: 1.6;
}
.shoppingTable .pointSection .precentArea .errorMessageArea {
    margin: 0 0 10px;
}
/* ご請求内訳 */
.shoppingTable .pcResultSection {
    display: none;
}
.shoppingTable .spResultSection {
    margin: 0 0 20px;
    border: none;
}
.shoppingTable .spResultSection h2 {
    padding: 0 10px;
    background: #fff;
    border: none;
    font-size: 1.6rem;
}
.shoppingTable .spResultSection .inner {
    padding: 10px 10px 0;
}
.shoppingTable .spResultSection dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}
.shoppingTable .spResultSection dl:last-child {
    margin: 0;
}
.shoppingTable .spResultSection hr {
    margin: 0 0 10px;
}
.shoppingTable .spResultSection dl dd {
    text-align: right;
}
.shoppingTable .spResultSection dl dd span {
    color: #e43524;
    font-size: 2rem;
    font-weight: bold;
}
.shoppingTable .spResultSection button {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.shoppingTable .resultPointPrecent {
    margin: 0 0 10px;
    padding: 10px;
    background: #fffc72;
    color: #e43524;
    font-weight: bold;
    text-align:center;
}
/* ご購入商品内訳 */
.shoppingTable .orderItemSection h2 {
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 1.6rem;
}
/* 注文完了ボタン */
.shoppingBtnArea {
    margin: 20px 0 0;
    padding: 0 10px;
}
.shoppingBtnArea .conversionBtn,
.shoppingBtnArea .defaultBtn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    line-height: 1;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .shoppingIndexPage {
        margin: 30px 0 0;
    }
    .shoppingPostOfficeInfo {
        margin: 0 0 20px;
    }
    .shoppingOrderError {
        margin: 0 0 20px;
    }
    .shoppingTable {
        position: relative;
    }
    .shoppingTable .leftContent {
        float: left;
        width: 100%;
        margin: 0 -320px 0 0;
    }
    .shoppingTable .leftContentInner {
        margin: 0px 320px 0px 0px;
    }
    .shoppingTable .rightContent {
        float: right;
        width: 300px;
    }
    .shoppingTable .section {
        margin: 0 0 20px;
    }
    .shoppingTable .section .inner {
        padding: 15px;
    }
    .shoppingTable .paySection {
        font-size: 1.4rem;
    }
    .shoppingTable .paySection .pay {
        padding: 15px;
    }
    .shoppingTable .paySection .payMethod ul.payIcon li img {
        width: auto;
    }
    .shoppingTable .spResultSection {
        display: none;
    }
    .shoppingTable .pcResultSection {
        position: absolute;
        top: 0;
        left: auto;
        display: block;
        width: 300px;
        background: #fff;
    }
    .shoppingTable .pcResultSection h2 {
        padding: 15px 15px 0;
        background: #fff;
        border: none;
        font-size: 2rem;
    }
    .shoppingTable .pcResultSection dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 15px;
        font-size: 1.4rem;
    }
    .shoppingTable .pcResultSection dl:last-child {
        margin: 0;
    }
    .shoppingTable .pcResultSection hr {
        margin: 0 0 15px;
    }
    .shoppingTable .pcResultSection dl dd {
        text-align: right;
    }
    .shoppingTable .pcResultSection dl dd span {
        color: #e43524;
        font-size: 2rem;
        font-weight: bold;
    }
    .shoppingTable .pcResultSection button {
        width: 100%;
        padding: 20px;
        line-height: 1;
        text-align: center;
    }
    .shoppingBtnArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0;
        font-size: 1.6rem;
    }
    .shoppingBtnArea .conversionBtn,
    .shoppingBtnArea .defaultBtn {
        width: 200px;
    }
}

/*
* クレジット支払い
*/
.creditPage {
    margin: 20px 0 0;
}
@media screen and (min-width: 960px) {
    .creditPage {
        margin: 30px 0 0;
    }
}

/*
* 支払完了
*/
.shoppingCompletePage {
    margin: 20px 0 0;
}
/* プレゼントキャンペーン */
.shoppingCompletePage .precentBlock {
    margin: 0 10px 20px;
    padding: 15px 10px;
    background: #d7f9ea;
    border: 1px solid #42a660;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (min-width: 960px) {
    .shoppingCompletePage {
        margin: 30px 0 0;
    }
    .shoppingCompletePage .precentBlock {
        margin: 0 0 20px;
        padding: 10px;
    }
}

/*
* 支払エラー
*/
.shoppingErrorPage {
    margin: 20px 0 0;
}
@media screen and (min-width: 960px) {
    .shoppingErrorPage {
        margin: 30px 0 0;
    }
}

/*
* クレジット決済モーダル
*/
.creditModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    text-align: center;
}
.creditModalContent {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
}
.creditModalContent p {
    font-size: 1.4rem;
    line-height: 1.4;
}
.creditModalContent p.title {
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
}
.creditModalContent p b {
    color: #e43524;
}
@media screen and (min-width: 960px) {
    .creditModalContent p {
        font-size: 1.6rem;
    }
    .creditModalContent p.title {
        font-size: 2.4rem;
    }
}

/*
* 注文完了
*/
.shoppingCompletePage {
    margin: 20px 0 0;
}
.shopCompHeader {
    margin: 0 10px 10px;
}
.shopCompHeader p b {
    color: #e43524;
}
.shopCompHeader.creditNotComplete {
    padding: 10px;
    background: #fffc72;
}
.shopCompOrder {
    display: inline-block;
    margin: 0 10px 20px;
    padding: 10px;
    border: 1px dashed #bbb;
    border-radius: 5px;
}
.shopCompOrder .orderNo {
    margin: 0 0 10px;
}
.shopCompOrder .payTotal {
    color: #e43524;
    font-weight: bold;
}
/* 銀行振込 */
.shopCompBank {
    padding: 0 10px;
}
.shopCompBank .bankInfo p {
    margin: 0 0 10px;
}
.shopCompBank .bankInfo p b {
    color: #e43524;
}
.shopCompBank .bankInfo ul {
    margin: 0 0 20px;
    padding: 15px;
    border: 1px dashed #bbb;
    border-radius: 5px;
}
.shopCompBank .bankInfo ul li {
    line-height: 1.6;
}
.shopCompBank .bankList p {
    margin: 0 0 10px;
    font-weight: bold;
}
.shopCompBank .bankList .list {
    margin: 0 0 20px;
    background: #f5f5f5;
    padding: 10px;
}
.shopCompBank .bankList .swiper-button-black {
    margin: -12px 0 0;
}
/* 注意喚起文 */
.shopCompInfo {
    padding: 0 10px;
}
.shopCompInfo .title {
    margin: 0 0 20px;
}
.shopCompInfo .block {
    margin: 0 0 20px;
}
.shopCompInfo .block .title {
    margin: 0 0 10px;
    color: #42a660;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}
/* コンビニ決済 */
.shopCompConveni {
    padding: 0 10px;
}
.shopCompConveni p {
    margin: 0 0 10px;
}
/* BitCash */
.shopCompBitcash {
    padding: 0 10px;
}
/* WebMoney */
.shopCompWebmoney {
    padding: 0 10px;
}
/* 決済ボタン */
.shopCompPayBtnArea .conversionBtn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    line-height: 1;
    text-align: center;
}
/* Myページボタン */
.shopCompInfoBtnArea .defaultBtn {
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 1;
    text-align: center;
}
.shopCompPayBtnArea p {
    text-align: center;
}
@media screen and (min-width: 960px) {
    .shoppingCompletePage {
        margin: 30px 0 0;
    }
    .shopCompHeader {
        margin: 0 0 20px;
    }
    .shopCompOrder {
        margin: 0 0 20px;
        padding: 15px;
    }
    /* 銀行振込 */
    .shopCompBank {
        padding: 0;
    }
    /* コンビニ決済 */
    .shopCompConveni {
        padding: 0;
    }
    /* BitCash */
    .shopCompBitcash {
        padding: 0;
    }
    /* WebMoney */
    .shopCompWebmoney {
        padding: 0;
    }
    /* 決済ボタン */
    .shopCompPayBtnArea .conversionBtn {
        width: 300px;
        margin: 0 auto 20px;
    }
    /* 注意喚起文 */
    .shopCompInfo {
        padding: 0;
    }
    /* Myページボタン */
    .shopCompInfoBtnArea .defaultBtn {
        width: 300px;
        margin: 0 auto;
    }
}
