@charset "utf-8";

.spandual_ {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}

.spandual_ .leftfloat_ {
    width: 60%;
    float: left;
    display: inline;
}

.spandual_ .rightfloat_ {
    width: 35%;
    float: right;
    display: inline;
}

/*common css*/
.formdetail_, .formlist_{
    width: 100%;
}

.formdetail_ th {
    padding: 8px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background-color: #F8F8F8;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.formdetail_ td {
    padding: 8px;
    font-weight: normal;
    vertical-align: top;
    background-color: #FFF;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    text-align: left;
}

.formlist_ {
    margin: 0 auto;
    border: 1px dotted #CCC;
    border-collapse: collapse;
}

.formlist_ th {
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #FCFCFC;
    border: 1px dotted #CCC;
}

.formlist_ tr, .formlist_ th, .formlist_ td {
    vertical-align: middle;
}

.formlist_ td {
    padding: 10px;
    font-weight: normal;
    background-color: #FFF;
    border-bottom: 1px dotted #CCC;
}

.destgoodslist_ {
    margin-bottom: 20px;
}

.destgoodslist_ a{
    color: #0092C4;
}

@media only screen and (max-width: 767px){
    .spandual_ .leftfloat_ {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .spandual_ .rightfloat_ {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }

    .historydetail_ {
        width: 100%;
        margin: 10px 0 0;
    }

    .historydetail_ li {
        list-style: none;
        margin: 0;
        text-align: center;
    }

    .historydetail_ li:nth-of-type(1) {
        margin-bottom: 15px;
    }

    .historydetail_ li a {
        display: block;
        padding: 15px 20px;
        background: #858585;
        color: white;
        font-weight: normal;
        font-size: 16px;
    }

    .historydetail_ li:nth-of-type(1) a{
        margin-bottom: 15px;
        background-color: orange;
        font-weight: bold;
    }
}

@media only screen and (max-width: 414px){
    .contents{
        font-size: 3vw;
    }

    .customer__status {
        font-size: 16px;
    }
}
/*common in cart*/

.order_flow_ {
    text-align: center;
    margin-bottom: 15px;
}

.ec-cart__method{
    max-width: 640px;
    margin: auto;
}

.common_headline2_ {
    margin-bottom: 10px;
    padding: 8px 8px 8px 20px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #CCC;
    position: relative;
}

.common_headline2_:before {
    content: "";
    width: 6px;
    height: 14px;
    border-radius: 2px;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #ea5505;
}

.formlist_ {
      margin: 0 auto;
      border: 1px dotted #CCC;
      border-collapse: collapse;
  }

.formdetail_, .formlist_{
  width: 100%;
}

.formdetail_ th {
    padding: 8px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background-color: #F8F8F8;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.formdetail_ td {
    padding: 8px;
    font-weight: normal;
    vertical-align: top;
    background-color: #FFF;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    text-align: left;
}

.formlist_ th {
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #FCFCFC;
    border: 1px dotted #CCC;
}

.formlist_ tr, .formlist_ th, .formlist_ td {
    vertical-align: middle;
}

.formlist_ td {
    padding: 10px;
    font-weight: normal;
    background-color: #FFF;
    border-bottom: 1px dotted #CCC;
}

.method_addr_ {
    margin-bottom: 10px;
    padding-left: 10px;
}

.destgoodslist_ {
    margin-bottom: 20px;
}

.destgoodslist_ a{
    color: #0092C4;
}

.method_box_ h3 {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    font-size: 14px;
    background: #F0F0F0;
}

.ec-cart__smpButton {
    display: none;
}

.address_item_ {
    padding: 10px;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
}

.address_item_ address {
    margin-left: 20px;
    display: block;
}

.address_bottom_ {
    padding: 10px 10px 0 0;
}

.ec-cart__method input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 1px 1px inset;
    border-radius: 10px / 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    position: relative;
    margin-bottom: 3px;
    margin-right: 5px;
    vertical-align: middle;
}

.ec-cart__method input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -4px 0 0 -4px;
    box-shadow: 1 1px 1px;
    border-radius: 10px / 10px;
    content: "";
    width: 9px;
    height: 9px;
    background: -webkit-gradient(
 linear,
 left top,
 left bottom,
 from(#000),
 to(#000)
 );
}

.method_box_ {
    margin-bottom: 20px;
}

.method_box_ .method_box_content_ {
    padding-left: 10px;
}

#method_date dl {
    margin: 0 0 10px 0;
}

#method_date dl dt {
    display: inline-block;
}

#method_date dl dd {
    display: inline-block;
}

#method_date dl dd label, .method_box_content_ label {
    margin-right: 20px;
}

#method_pay .method_box_content_ {
    line-height: 2;
}

.method_address_+.common_headline2_::after{
  content: "※店頭受取・スムーズ店頭受取はトーナメントセンターのみ";
  color: red;
    position: absolute;
    left: 93px;
   font-weight: bold;
}

.method_host_ {
    margin-bottom: 20px;
    border-bottom: 1px dotted #CCC;
}

.smooth_shop {
    font-size: 20px;
    color: red;
    text-align: center;
    margin-bottom: 20px;
  }
  .detail_link {
    font-size: 24px;
    font-weight: bold;
  }

.bikoulan{
    text-align: center;
}

@media only screen and (max-width: 767px){
    #method_date dl dt {
        display: block;
    }

    #method_date dl dd label, .method_box_content_ label {
        display: block;
    }

    .method_address_+.common_headline2_::after {
        font-size: 2.3vw;
        line-height: 20px;
    }

    .ec-cart__pcButton {
        display: none;
    }

    .ec-cart__smpButton {
        display: block;
    }
}

@media only screen and (max-width: 600px){
    .formlist_, .formdetail_{
        font-size: 3vw;
    }
}

.notice_creditcard_payment {
    color: #e60012;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 5px;
    padding-left: 10px;
    display: none;
}
.notice_creditcard_payment a {
    color: #3C86E9;
    text-decoration: underline;
    line-height: 2;
}
.notice_creditcard_payment a:hover {
    color: #000;
    text-decoration: none;
}

/*--------------------

my page

---------------------*/
    .mypage-block {
        margin: 0 0 10px 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px dotted #CCC;
        background: white;
        height: auto;
    }

    .mypage-block__image-wrapper {
        float: left;
        width: 70px;
        border: 1px solid #e60012;
    }

    .mypage-block__title {
        font-size: 17px;
        height: 42px;
        line-height: 42px;
        font-weight: bold;
        display: block;
        border-bottom: 1px solid #CCC;
        text-align: left;
        width: calc(100% - 80px);
        margin: 0 0 0 auto;
    }

    .mypage-block__desc {
        font-size: 15px;
        line-height: 37px;
        height: 37px;
        display: block;
        text-align: left;
        width: calc(100% - 76px);
        margin: 0 0 0 auto;
    }

    @media only screen and (max-width: 767px){
        .mypage .mypage-block:nth-of-type(2n) {
            margin: 0 0 10px 0;
        }

        .mypage-block__image-wrapper {
            width: 56px;
        }

        .mypage-block__title {
            height: 64px;
            line-height: 64px;
            font-size: 14px;
            width: calc(100% - 66px);
            border: 0;
        }

        .mypage-block__desc {
            display: none;
        }
    }

/*--------------------

order history

---------------------*/

    .ec-orderHistory__list__item {
        border: 1px dotted #ccc;
        margin-top: -1px;
        font-size: 0;
    }

    .ec-orderHistory__list__item--th {
        background-color: #FCFCFC;
    }

    .ec-orderHistory__list__item__content {
        display: inline-block;
        width: 16.66%;
        vertical-align: middle;
        padding: 1%;
        font-size: 16px;
    }

    .ec-orderHistory__list__item--th .ec-orderHistory__list__item__content {
        border-right: 1px dotted #CCC;
    }

    .ec-orderHistory__list__item--th .ec-orderHistory__list__item__content:last-child {
        border: 0;
    }

    .ec-orderHistory__list__item__orderContent li{
        list-style: square;
        margin-left: 2em;
        font-size: 12px;
    }

    .ec-orderHistory__orderAgain{
        margin: 10px 0;
    }

    .ec-orderHistory__orderAgain a{
        font-weight: bold;
        padding: 5px;
        display: inline-block;
        text-align: center;
        border-radius: 6px;
        border: 1px solid #CCCCCC;
        background-color: #f6f6f6;
    }

    @media only screen and (max-width: 767px){
        .ec-orderHistory__list__item__content {
            width: 100%;
            padding: 0;
            border-bottom: 1px dotted #ccc;
            font-size: 0;
            background-color: #FCFCFC;
        }

        .ec-orderHistory__list__item__content::before {
            content: attr(aria-label);
            display: inline-block;
            left: 0;
            width: 35%;
            padding: 1%;
            font-size: 16px;
            vertical-align: middle;
        }

         .ec-orderHistory__list__item__content__rightSideInSp {
            display: inline-block;
            width: 65%;
            padding: 1%;
            font-size: 16px;
            background-color: white;
            vertical-align: middle;
        }
    }

    @media only screen and (max-width: 414px){
        .ec-orderHistory__list__item__content::before {
            font-size: 3vw;
        }

        .ec-orderHistory__list__item__content__rightSideInSp {
            font-size: 3vw;
        }

        .ec-orderHistory__list__item__orderContent li {
            font-size: 2.3vw;
        }
    }

/*--------------------

order detail

---------------------*/
    .ec-orderDetail__bottomlink .historydetail_{
        margin: 10px auto;
        width: 18em;
    }

    .ec-orderDetail__bottomlink .historydetail_ li{
        margin-left: 2em;
        font-weight: bold;
        list-style: square;
    }

    @media only screen and (max-width: 767px){
        .ec-orderDetail__bottomlink .historydetail_ {
            width: 100%;
            margin: 10px 0 0;
        }

        .ec-orderDetail__bottomlink .historydetail_ li {
            list-style: none;
            margin: 0;
            text-align: center;
        }

        .ec-orderDetail__bottomlink .historydetail_ li:nth-of-type(1) {
            margin-bottom: 15px;
        }

        .ec-orderDetail__bottomlink .historydetail_ li a {
            display: block;
            padding: 15px 20px;
            background: #858585;
            color: white;
            font-weight: normal;
            font-size: 16px;
        }

        .ec-orderDetail__bottomlink .historydetail_ li:nth-of-type(1) a{
            margin-bottom: 15px;
            background-color: orange;
            font-weight: bold;
        }
    }


/*--------------------

addr regist

---------------------*/
    .message_ {
        margin-bottom: 15px;
    }

    .question-circle {
        display: inline-block;
        margin: 10px 0;
    }

/*--------------------

addr top

---------------------*/
    .ec-addrTop__newAddr{
        border: 2px dotted #ccc;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .ec-addrTop__newAddr a{
        padding: 20px;
        display: block;
        font-size: 20px;
    }

    .ec-addrTop__addrList{
        font-size: 0;
    }

    .ec-addrTop__addrList > li {
        border: 1px solid #ccc;
        margin-bottom: 20px;
        padding: 20px;
        display: inline-block;
        font-size: 16px;
        width: 49%;
        margin-right: 2%;
    }

    .ec-addrTop__addrList > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .ec-addrTop__addrList__addrInfoList {
        margin-bottom: 20px;
    }

    .ec-addrTop__addrList__addrInfoList h2 {
        margin-top: 0;
    }

    .ec-addrTop__addrList__links a {
        display: inline-block;
        width: 50px;
        border: 1px solid #ccc;
        border-radius: 5px;
        text-align: center;
        background: #f0f0f0;
        margin-right: 10px;
    }

    @media only screen and (max-width: 600px){
        .ec-addrTop__addrList > li {
            display: block;
            width: 100%;
        }
    }


/*--------------------

point hisotry

---------------------*/
    .xlarge_ {
        font-size: 144%;
    }

    .navipage_ {
        position: relative;
        overflow: hidden;
        margin: 20px 0 10px;
        padding: 0 10px;
    }

    @media only screen and (min-width: 766px){
        .ec-orderHistory__list__item__content--pointHistory {
            width: 25%;
        }
    }

/*--------------------

purchase hisotry

---------------------*/
    @media only screen and (min-width: 766px){
        .ec-orderHistory__list__item__content--purchase{
            width: 20%;
        }
    }



/*--------------------

purchase detail

---------------------*/
    @media only screen and (min-width: 766px){
        .ec-orderHistory__list__item__content--purchaseDetail{
            width: 12.5%;
            font-size: 14px;
        }

        .ec-orderHistory__list__item__purchaseGoodsId{
            width: 14.5%
        }

        .ec-orderHistory__list__item__purchaseGoods{
            width: 17.5%;
            font-size: 12px;
        }

        .ec-orderHistory__list__item__purchaseCondition{
            width: 6.0%;
        }

        .ec-orderHistory__list__item__purchaseFirstPrice{
            width: 13.5%;
        }

        .ec-orderHistory__list__item__purchasePrice{
            width: 10.5%;
        }

        .ec-orderHistory__list__item__purchaseNumber{
            width: 5.5%;
        }

        .ec-orderHistory__list__item__purchaseSellFlag{
            width: 10.5%;
        }
    }

/*--------------------

cart

---------------------*/
    .order_flow_ {
        text-align: center;
        margin-bottom: 15px;
    }

    .ec-cart__explain {
        text-align: center;
        margin-bottom: 10px;
    }

    .ec-cart__empty {
        max-width: 560px;
        margin: 20px auto;
        padding: 8px;
        background-color: #efefef;
        border: 1px solid #666;
        font-weight: bold;
        text-align: left;
    }

    .ec-cart__list__infoList {
        width: 640px;
        margin: auto;
        border-top: 1px dotted;
        padding: 10px 0;
    }

    .ec-cart__list--last .ec-cart__list__infoList {
        border-bottom: 1px dotted;
    }

    .ec-cart__list__infoList__item {
        display: inline-block;
        vertical-align: middle;
    }

    .ec-cart__list__infoList__img {
        width: 50px;
    }

    .ec-cart__list__infoList__name {
        width: 274px;
    }

    .ec-cart__list__infoList__name .goodsName {
        height: 41px;
    }

    .ec-cart__list__infoList__name .singlePrice{
        color: #CC3300;
        font-size: 14px;
        font-weight: bold;
    }

    .ec-cart__list__infoList__qty {
        width: 156px;
    }

    .ec-cart__list__infoList__qty .small_ {
        font-size: 80%;
        color: #404040;
    }

    .ec-cart__list__infoList__money {
        width: 80px;
        text-align: center;
        color: #CC3300;
        font-size: 14px;
        font-weight: bold;
    }

    .ec-cart__list__infoList__button {
        width: 60px;
    }

    .ec-cart__list__infoList__comment {
        width: 324px;
    }

    .ec-cart__list__infoList__total {
        width: 160px;
    }

    .ec-cart__list__infoList__totalPrice {
        width: 80px;
        color: #CC3300;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .ec-cart__list__infoList__name {
        height: 60px;
        overflow: hidden;
        font-size: 12px;
    }

    .ec-cart__smpButton {
        display: none;
    }

    .point_use_ {
        margin-bottom: 10px;
        padding: 10px;
        background: #F8F8F8;
        border: 1px solid #CCC;
    }

    @media only screen and (max-width: 767px){
        .ec-cart__explain {
            text-align: left;
        }

        .ec-cart__list__infoList {
            width: auto;
            font-size: 0;
        }

        .ec-cart__list__infoList__img {
            width: 18%;
            max-width: 50px;
            margin-bottom: 13px;
        }

        .ec-cart__list__infoList__name {
            width: 80%;
            height: auto;
            vertical-align: top;
            margin-left: 2%;
        }

        .ec-cart__list__infoList__name .goodsName {
            height: auto;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .ec-cart__list__infoList__qty {
            width: 130px;
            font-size: 16px;
        }

        .ec-cart__list__infoList__qty input{
            width: 46px;
        }

        .ec-cart__list__infoList__qty .small_ {
            display: none;
        }

        .ec-cart__list__infoList__comment {
            font-size: 14px;
            width: auto;
            display: block;
            margin-bottom: 10px
        }

        .ec-cart__list__infoList__total {
            font-size: 14px;
            width: 130px;
            font-weight: bold;
        }

        .ec-cart__pcButton {
            display: none;
        }

        .ec-cart__smpButton {
            display: block;
        }

    }

/*--------------------

cart complete

---------------------*/
    .ec-cart__orderComplete__text{
      margin-bottom: 15px;
    }

/*--------------------

purchase cart

---------------------*/
    .purchase_page .submit-button-forward {
        background-color: #3B63A3;
    }

/*--------------------

purchase check

---------------------*/
    h5 {
        font-size: 16px;
    }

    .estimate_ input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        background: #fff;
        box-shadow: 1px 1px 1px 1px inset;
        border-radius: 10px / 10px;
        position: relative;
        margin-bottom: 3px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .estimate_ input[type="radio"]:checked:before {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        margin: -4px 0 0 -4px;
        box-shadow: 1 1px 1px;
        border-radius: 10px / 10px;
        content: "";
        width: 9px;
        height: 9px;
        background: -webkit-gradient(
     linear,
     left top,
     left bottom,
     from(#000),
     to(#000)
     );
    }

    .estimate_ input[type="text"], .estimate_ input[type="password"] {
        margin: 5px 0;
        padding: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        position: relative;
        vertical-align: middle;
    }

    .estimate_.card_ label {
        margin: 0 20px 0 5px;
    }

    .estimate_ input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        background: #fff;
        box-shadow: 1px 1px 1px 1px inset;
        position: relative;
        margin-bottom: 3px;
        margin-right: 5px;
        border: 1px rgb(32,82,143) solid;
        vertical-align: middle;
    }

    .estimate_ input[type="checkbox"]:checked:before {
        position: absolute;
        left: 1px;
        top: 15px;
        display: block;
        box-shadow: 0 1px 1px;
        content: "";
        width: 10px;
        height: 4px;
        background: #000;
        transform: rotate(45deg);
        transform-origin: right center;
    }

    .estimate_ input[type="checkbox"]:checked:after {
        display: block;
        position: absolute;
        left: 9px;
        top: 15px;
        content: "";
        box-shadow: 0 1px 1px;
        width: 16px;
        height: 4px;
        background: #000;
        transform: rotate(-53deg);
        transform-origin: left center;
    }

    .ec-purchaseCheck__agree{
        width: auto;
    }

/*--------------------

purchase complete

---------------------*/
    .top_comment_{
      margin-bottom: 15px;
    }

    .top_comment_ a{
        text-decoration: underline;
        color: #0092C4;
    }

/*--------------------

contact detail

---------------------*/
    .contactdetail_title_ {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 14px;
        border-bottom: 1px dotted #CCC;
        border-top: 1px dotted #CCC;
    }

    .contactdetail_title_ .subject_ {
        margin-left: 20px;
        font-weight: bold;
    }

    .contactdetail_title_ .id_ {
        margin-left: 10px;
        font-size: 10px;
    }

    .contactlist_ {
        margin-bottom: 20px;
    }

    .contactlist_line_ {
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
        border: 1px solid #CCC;
    }

    .contactlist_line_ .contactlist_head_ {
        width: 100%;
        overflow: hidden;
        background: #F0F0F0;
        border-bottom: 1px solid #CCC;
    }

    .contactlist_line_ .contactlist_head_ .name_ {
        padding: 5px;
        float: left;
        display: inline;
        font-weight: bold;
        width: 40%;
    }

    div.contactlist_line_ .contactlist_head_ .updt_ {
        padding: 5px;
        float: right;
        display: inline;
        text-align: right;
        width: 40%;
    }

    .contactlist_line_ .comment_ {
        padding: 10px;
    }

    .contact_reform_ {
        margin: auto;
        text-align: center;
    }

    .contact_reform_ textarea{
        max-width: 100%;
    }

/*---------------------

ec history page nation

----------------------*/
    .navipage_ {
        text-align: right;
        line-height: 30px;
    }

    .navipage_ span {
        white-space: nowrap;
    }

    .navipage_ a {
        margin: 0 5px;
        padding: 2px 7px;
        background-color: #FFF;
        border: 1px solid #BFCDDF;
    }

    .navipage_ a:hover {
        text-decoration: none;
        background-color: #E5F0F8;
        border: 1px solid #7FB3DA;
    }

    .navipage_now_ {
        margin: 0 5px;
        padding: 2px 7px;
        color: #C00;
        font-weight: bold;
        text-decoration: none;
        background: #FEE;
        border: 1px solid #F99;
    }

    @media only screen and (max-width: 767px){
        .navipage_ a {
            text-decoration: none;
            background-color: #E5F0F8;
            color: #00377F;
            border: 1px solid #7FB3DA;
        }
    }

    @media only screen and (max-width: 414px){
        .navipage_ {
            line-height: 6vw;
        }
    }
/*---------------------

ec order complete in store PC

----------------------*/
.ec-cart__orderComplete--store table {
    width: 100%;
    margin: 0 auto 20px auto;
}
.ec-cart__orderComplete--store th {
    width: 35%;
}
.ec-cart__orderComplete--store th,
.ec-cart__orderComplete--store td{
    font-size:40px;
    line-height:120%;
    text-align:center;
}

.ec-cart__orderComplete__text--store{
    font-size:20px;
    font-weight:bold;
    margin:15px 0;
    color:#00c;
    line-height: 35px;
}

@media only screen and (max-width: 767px){
    .ec-cart__orderComplete--store th,
    .ec-cart__orderComplete--store td{
        font-size:5vw;
    }
}


/*---------------------

point consolidation

----------------------*/
.ec-transPoint-error__text {
    font-weight: bold;
    color: #e60012;
    margin: 0 0 10px 0;
}

.ec-transPoint-error__box {
    border: 1px solid;
}

.ec-transPoint-error__box__title {
    text-align: center;
    font-weight: bold;
    background: #dedede;
    padding: 10px 0;
    border-bottom: 1px solid #222;
}

.ec-transPoint-error__box__number {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    padding: 10px 0;
}

#modal-open {
    margin: 10px 0 0 0;
    text-decoration: underline;
    color: #3C86E9;
    display: inline-block;
}

#modal-content {
    margin: 0 ;
    position: fixed ;
    display: none ;
    z-index: 99999 ;
}
#modal-content .modal-content-inner {
    overflow: hidden;
    border:none;
    border-radius:10px;
    border:2px solid #ea5404;
    background: #e60012;
}

#modal-overlay {
    z-index: 9999 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link:hover {
    cursor: pointer ;
}
#modal-close{
    position: absolute;
    top: -50px;
    right: 0;
    border: 2px solid #ea5404;
    background: #e60012;
    height: 34px;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.cancel{
    display: inline-block;
    position: relative;
    margin: 0 6px 0 7px;
    padding: 0;
    width: 4px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
}
.cancel:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 4px;
    margin-top: -2px;
    background: white;
}
#pointLayer{
    margin-bottom:30px;
}
#pointLayer img{
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
#pointLayer img:hover{
    opacity:0.3;
}

.outBorder {
    padding: 4px;
    background-color: #e60012;
    border-radius: 30px;
    border: 2px white dotted;
    vertical-align: top;
    margin: 4px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    position: relative;
}

.mainBlock {
    background: white;
    width: 260px;
    height: 310px;
    padding: 15px;
    border-radius: 24px;
    margin: 0;
    border: 5px solid white;
}

.mainBlock.noback {
    background-image: none;
    width: 311px;
    height: 250px;
    padding: 10px;
    font-size: 0;
}

.mainBlock.noback li {
    text-indent: -1em;
    margin: 5px 0;
    line-height: 110%;
    font-size: 12px;
}

.mainBlock.noback img {
    border-radius: 5px;
}

.ec-orderHistory__list__item {
    border: 0;
    border-bottom: 1px dotted #ccc;
}

.ec-orderHistory__list__item--th .ec-orderHistory__list__item__content {
    border-right: 0;
}

.ec-orderHistory__list__item__content__rightSideInSp--plusPoint {
    color: green;
    font-weight: bold;
}

.ec-orderHistory__list__item__content__rightSideInSp--minusPoint {
    color: #e60012;
    font-weight: bold;
}

.ec-orderHistory__list__item__content__rightSideInSp a {
    text-decoration: underline;
    color: #3C86E9;
}

.ec-orderHistory__list__item--th {
    background-color: #f8f8f8;
    font-weight: bold;
    border-bottom: 0;
}

.ec-transPoint-barcode {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
}

.ec-transPoint-barcode__currentPoint {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}

.ec-transPoint-barcode__inner__time {
    text-align: center;
}

.ec-transPoint-barcode__inner__time div {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.jst-hours {
    display: none!important;
}

.ec-transPoint-barcode__inner__barcode {
    margin: 0 auto 15px;
    text-align: center;
}

.ec-transPoint-barcode__inner__reset {
    text-decoration: underline;
    color: #3C86E9;
    font-size: 16px;
}

.ec-transPoint-barcode__inner__linkWrapper {
    text-align: right;
}

.ec-transPoint-barcode__inner__link {
    text-decoration: underline;
    color: #3C86E9;
    font-size: 14px;
}

.common-headline--mypage {
    border-bottom: 0px;
    margin-bottom: 0;
}

.customer__status {
    border-bottom: 0;
}

.ec-transPoint-barcode__numberWrapper {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

@media only screen and (min-width: 766px){
    .ec-orderHistory__list__item__content--pointHistory {
        width: 20%;
    }
}

@media only screen and (max-width: 767px){
    .ec-orderHistory__list__item__sum {
    border-bottom: 0;
    }

    .ec-orderHistory__list__item {
        border: 2px solid #ccc;
        margin-bottom: 5%;
    }

    .ec-orderHistory__list__item__content::before {
        background: #f8f8f8;
        font-weight: bold;
    }
}

@media only screen and (max-width: 600px){
    .submit-button-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 414px){
    .contents {
        font-size: 14px;
    }
}
