@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

.back {
    width: 100%;
    background-color: transparent;
    position: relative;
    text-align: center;
    background: transparent;
}
.back .frame {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.back .img-frame .centered, .back .frame .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.back .img-frame .centered img, .back .frame .centered img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.payment_content.payment_content_step01 {
    display : none;
}

.payment_content.payment_content_step01.active {
    display : block;
}

.payment_content .info {

    display: flex;
    margin-bottom : 30px;
    padding: 10px;
    background-color: #f5f5f5;

}
.payment_content .info .text-wrap {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.payment_content .info .img-wrap {
    width        : 30%;
    margin-right : 10px;
    display      : flex;
    align-items  : center;
}

.payment_content .info .img-wrap img {
    width : 100%;
}
.payment_content .info .img-wrap img.width_auto {
    width : auto;
}
.payment_content .info .text-wrap .title {
    font-size : 1.3rem;
    min-height: 38px;
    line-height: 1.3em;
    word-break: break-all;
    font-weight: 700;
}

.payment_content .info .text-wrap .grey-subtitle {
    word-break: break-all;
    line-height: 1.3em;
    margin: 5px 0 2px;
}

.payment_content .info .text-wrap .date {
    font-size : 1rem;
    margin-top: auto;
}

input {
    border     : 1px solid #aaa;
    box-shadow : none;
    box-sizing : border-box;
}

.payment_wrap {
    max-width : 900px;
    min-height: 600px;
    padding: 32px 48px;
    margin    : 60px auto 0;
    position  : relative;
}

.payment_wrap .payment-tab-nav {
    border: 0px solid #aaa;
    margin-bottom: 40px;
}

.payment-tab-nav-inner {
    display: flex;
    justify-content: flex-start;
}

.payment-tab-nav-inner li {
    background: #dcdcdc;
    width: 33.33%;
    text-align:center;
    height : 28px;
    padding-top: 12px;
    margin: 5px;
}

.payment-tab-nav-inner li.active {
    background: #ec5133;
    color:#fff;
    height : 28px;
    padding-top: 12px;
    margin: 5px;
}

.payment-tab-nav-inner li.border-x {
  border-right: 0px solid #aaa;
  border-left: 0px solid #aaa;
  margin: 5px;
}

.input_text,
.mahotama_numb {
    -webkit-appearance    : none;
    -webkit-border-radius : 2px;
    border-radius         : 2px;
    width: 60% !important;
    height: 28px;
    padding-left: 5px;
    font-size: 14px;
}

.payment_content {
    display : none;
      -webkit-text-size-adjust: none;
      display: block;
      line-height: 1.3em;
}

.payment_content.active {
    display : block;
}

.payment_title_wrap {
    width         : 100%;
    border-left : 3px solid #ec5133;
    height        : 27px;
    padding-left : 14px;
    margin-bottom: 20px;
}

.payment_title_wrap > h1 {
    margin     : 0;
    font-size  : 18px;
    color      : #222;
    float      : left;
    font-size: 1.5em;
    font-weight: 800;
}

.payment_navi {
    float      : right;
    margin-top : 10px;
}

.payment_navi > div {
    float     : left;
    display   : inline-block;
    font-size : 12px;
    color     : #999;
}

.payment_navi > div.active {
    color       : #f1712b;
    font-weight : bold;
}

.payment_navi > span {
    float     : left;
    display   : inline-block;
    font-size : 10px;
    color     : #999;
    margin    : 1px 5px;
}

.choice_mahotama {
    background     : #f5f5f5;
    margin-top     : 10px;
    padding        : 15px 20px;
    display        : flex;
    flex-direction : column;
    margin-bottom: 40px;
}

.choice_mahotama.bg-white {
    background     : #ffffff;
}

.choice_text {
    color       : #555;
    font-size   : 14px;
    min-height: 26px;
    padding-top : 2px;
}

.payment_choice_text {
    color       : #555;
    font-size   : 1rem;
    /*min-height: 26px;*/
    padding-top : 2px;
}
.payment_choice_text.ticket_price {
    min-width: 75px;
    text-align: right;
}
.choice_text.nt-price-mahotama {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1;
}


.step3_line .choice_text:nth-child(1) {
    font-weight: bold;
    width: 32%;
}

.choice_mahotama_line > input {
    width        : 42px;
    height       : 23px;
    margin       : 0;
    float        : left;
    margin-right : 5px;
}

.choice_mahotama_line > select {
    float     : left;
    height    : 23px;
    font-size : 12px;
}

.choice_mahotama_line > .amount_wrap {
    display : flex;
}

.choice_mahotama_line > .amount_wrap > select {
    float        : left;
    height       : 23px;
    font-size    : 12px;
    margin-right : 5px;
}

.choice_text > span.tama-img {
    display             : inline-block;
    width               : 20px;
    height              : 20px;
    background          : url('/user/img/tama_sample_mini.png') no-repeat;
    background-position : 0 0;
    background-size     : 100% auto;
    float               : left;
}

.choice_text02 {
    text-align: right;
    font-size: 1rem;
}

.choice_text02.orange {
    color: #e1633a;
}

.choice_text03 {
    margin-right: 5px;
    text-align: right;
    padding: 20px 10px;
    font-size: 1.2rem;
}

.choice_text03.orange {
    color: #e1633a;
}

.choice_text02.text-red {
    color: #FF0000;
}

.payment_content_step01 h2{
    padding: 10px 0;
    font-size: 1rem;
}

.payment_content_step01 h3{
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.choice_mahotama_boby .price{
    margin-left: auto;
    padding: 0 10px;
    }

.choice_mahotama_boby_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.choice_mahotama_boby_list .choice_mahotama_boby_item {
    display: flex;
    width: 22%;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 6px 0;
    box-shadow: 0 0 0 1px #aaa, 0 0 0 3px transparent;
    border: 3px solid transparent;
    align-items: center;
    cursor: pointer;
    transition: 0.25s;
    font-size: 0.9rem
}

.coupon_boby_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.coupon_boby_list .coupon_boby_item {
    display: flex;
    width: 22%;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 6px 0;
    box-shadow: 0 0 0 1px #aaa, 0 0 0 3px transparent;
    border: 3px solid transparent;
    align-items: center;
    cursor: pointer;
    transition: 0.25s;
    font-size: 0.9rem;
    text-align : center;
    margin-left:15px;
}

.coupon_boby_list .coupon_boby_item > input {
    border-top : 0px;
    border-left : 0px;
    border-right : 0px;
    width : 90%;
    font-size: 0.9rem ;
    margin-left:10px;
    text-align : center;
}
.code_text{
    font-size : 20px;
    padding-top : 10px;
}







.choice_mahotama_boby_list .choice_mahotama_boby_item:hover {
    /* box-shadow: 0 0 black;
    border: 3px solid #f1712b;
    transition: 0.25s; */
}

.choice_mahotama_boby_list .choice_mahotama_boby_item.active {
    box-shadow: 0 0 black;
    border: 3px solid #f1712b;
    transition: 0.25s;
}

.choice_mahotama_boby .stone-img-wrap {
    width: 30px;
    padding: 0 10px;
}

.stone-img-wrap img {
    width: 100%;
    height: 100%;
}

.choice_mahotama_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    margin-left: auto;
    padding-left: 15px;
}

.choice_mahotama_line.red_underline {
    border-bottom: 2px solid #f1712b;
}

.choice_mahotama .border_line {
    border-bottom: 1px solid #aaa;
    margin: 5px 0;
}
.choice_mahotama_line input.input-amount {
    width: 72px;
    height: 23px;
    margin: 0;
    float: left;
}
.choice_mahotama_line select.mahotama_numb {
    float: left;
    height: 23px;
    font-size: 12px;
    -webkit-appearance: menulist;
    width: 50px !important;
}

.method_payment {
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.payment_owm {
    display: flex;
    justify-content: apace-between;
    padding: 20px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    align-items: center;
}

.payment_choice {
    float          : left;
    width          : 100%;
    padding-top    : 10px;
    padding-bottom : 10px;
}

.payment_choice .stone_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}

.payment_choice._oneline {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.payment_choice._oneline .payment_choice_incontent {
    margin: 0;
    padding-top: 10px;
}

.payment_choice._oneline .incontent_list {
    margin: 0;
    padding-top: 10px;
}

.incontent_list {
    margin-bottom : 30px;
}

.payment_choice.active {
    padding-bottom : 10px;
}

.payment_choice .stone_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.payment_choice .stone_c .stone_c_title {
    padding-bottom: 10px;
}

payment_step1_stone_wrap .stone_c_title {
    padding-right: 10px;
}

.payment_choice .stone_c .stone_c_num {
  color: #f1592b;
}

.stone_c_num.orange {
   color: #e1633a;
}

.incontent_title {
    font-size   : 15px;
    color       : #333;
    font-weight : bold;
    cursor      : pointer;
    display     : flex;
    align-items : center;
}

.incontent_title:hover {
    text-decoration : underline;
}

.incontent_creditcard {
    margin-top : 20px;
    display    : none;
}

.incontent_creditcard.active {
    display : block;
}

.incontent_custom_item {
    margin-top : 20px;
    display    : none;
}

.incontent_custom_item.custom_item {
    display : block;
}

.incontent_convenience {
    margin-top : 20px;
    display    : none;
}

.incontent_convenience.active {
    display : block;
}

.incontent_list > .incontent_list_one {
    display     : flex;
    width       : 100%;
    padding     : 10px;
    align-items : center;
    box-sizing: border-box;
}

.incontent_list_radio {
    display   : flex;
    flex-wrap : wrap;
}

.incontent_list01,
.incontent_list02,
.incontent_list03,
.incontent_list04 {
    border-bottom : 1px solid #eee;
}

.incontent_list_title {
    font-size    : 14px;
    color        : #777;
    width        : 30%;
}

.card_radio_wrap {
    display         : flex;
    flex-direction  : row;
    align-items     : center;
}

.card_radio_wrap > input {
    display : flex;
    -webkit-appearance: radio;
}

.incontent_list_info {
    font-size : 13px;
    color     : #777;
    display   : flex;
    align-items: center;
    width: 60%;
}

.incontent_list_info > input,
.incontent_list_info > span {
    display         : flex;
    flex-direction  : row;
    justify-content : center;
    align-items     : center;
    border-radius: 2px;
}

.incontent_chk_img {
    display             : flex;
    width               : 14px;
    height              : 14px;
    border-radius       : 3px;
    background          : url('/user/img/mahotama/chk_img.png') no-repeat;
    background-position : 0 0;
    background-size     : 100% auto;
    margin-right        : 6px;
}

.chk_title {
    display : flex;
}
.title_exp {
    font-size: 13px;
    color: #888;
    font-weight: normal;
    margin-left: 5px;
}

.incontent_chk_img.active {
    background-position : 0 -19px;
}

.creditcard_img {
    display             : flex;
    width               : 40px;
    height              : 25px;
    border-radius       : 3px;
    background          : url('/user/img/mahotama/payment_card_img.png') no-repeat;
    background-position : 0 0;
    background-size     : 100% auto;
    margin-right        : 5px;
    flex-direction      : row;
    justify-content     : center;
    align-items         : center;
}

.creditcard_img.card01 {
    background-position : 0 0;
}

.creditcard_img.card02 {
    background-position : 0 -28px;
}

.creditcard_img.card03 {
    background-position : 0 -56px;
}

.creditcard_img.card04 {
    background-position : 0 -84px;
}

.creditcard_img.card05 {
    background-position : 0 -112px;
}

.cardbrand {
    background-image: url(https://d1rng23jxrbvnd.cloudfront.net/common/card/unknown.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    background-origin: content-box;
    height: 25px;
    width: 40px;
}
.cardbrand.card01 {
    background-image: url(https://d1rng23jxrbvnd.cloudfront.net/common/card/visa.png);
}
.cardbrand.card02 {
    background-image: url(https://d1rng23jxrbvnd.cloudfront.net/common/card/mastercard.png);
}
.cardbrand.card03 {
    background-image: url(https://d1rng23jxrbvnd.cloudfront.net/common/card/jcb.png);
}
.cardbrand.card04 {
    background-image: url(https://d1rng23jxrbvnd.cloudfront.net/common/card/amex.png);
}
.cardbrand.card05 {
    background-image: url(https://d1rng23jxrbvnd.cloudfront.net/common/card/diners.png);
}
.cardbrand.card00 {
    background-image: url(https://d1rng23jxrbvnd.cloudfront.net/common/card/unknown.png);
}

.incontent_list_radio > input {
    float      : left;
    margin-top : 7px;
}

.incontent_info_text {
    font-size     : 12px;
    color         : #777;
    padding-right : 15px;
    padding-left  : 20px;
}
.payment_choice._oneline .incontent_list .incontent_info_text{
    padding-left: 5px;
    font-size: 14px;
}

.convenience_img {
    display             : inline-block;
    width               : 40px;
    height              : 30px;
    border-radius       : 3px;
    background          : url('https://d1rng23jxrbvnd.cloudfront.net/common/payment/payment_conbi_img.png') no-repeat;
    background-position : 0 0;
    background-size     : 100% auto;
    float               : left;
    margin-right        : 10px;
}

.convenience_img.card01 {
    background-position : 0 0;
}

.convenience_img.card02 {
    background-position : 0 -30px;
}

.convenience_img.card03 {
    background-position : 0 -63px;
}

.convenience_img.card04 {
    background-position : 0 -94px;
}

.payment_btn {
    display         : flex;
    justify-content : flex-end;
    width           : 100%;
}
.payment_btn_step1 {
    display         : flex;
    justify-content : flex-end;
    width           : 100%;
}
.payment_own {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    padding: 20px 0;
}

.payment_own .stone_c_title {
    padding-bottom: 5px;
}

.payment_owm .yes_btn {
    margin: 20px 0;
    margin-left: auto;
    border: 2px solid #aaa;
    display: flex;
    justify-content: flex-end;
    min-width     : 110px;
    height        : 21px;
    padding       : 5px 10px;
    text-align    : center;
    cursor : pointer;
   }

.yes_btn a {
    width: 100%;
}

.payment_btn > a {
    float         : left;
    display       : inline-block;
    min-width         : 200px;
    height        : 21px;
    padding       : 5px 10px;
    border-radius : 4px;
    text-align    : center;
    margin        : 15px 5px;
}

.payment_btn > a.payment_next_btn {
    background      : #f1712b;
    color           : #fff;
    text-decoration : none;
    font-size       : 13px;
    background: linear-gradient(to right, #f1b157 0%, #e1633a 100%);
}

.payment_next_btn.w-100 {
    width: 100% !important;
}

.payment_own .payment_btn {
    width           : 100%;
    margin-left: auto;
}

.payment_own .payment_btn > a.payment_next_btn {
    text-decoration: none;
    font-size: 13px;
    width: 100%;
    border: 1px solid #aaa;
}




.payment_btn > a.payment_prev_btn {
    background      : #fff;
    border          : 1px solid #aaa;
    color           : #666;
    text-decoration : none;
    font-size       : 13px;
    margin-bottom: 60px;
}

.incontent_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 15px 0;
}
.incontent_btn_wrap .payment_text {
    font-size: 14px;
    color: #555;
    width: 100%;
    flex: 1;
    margin-right: 10px;
}
.payment_btn.step01_btn {
  width: auto;
}
.payment_btn.step01_2_btn {
    justify-content: space-between;
}
.payment_btn.step01_btn > a {
    margin: 0;
}
.payment_btn.step04_btn > a {
    margin: auto;
}
.info_chk_icon {
    display             : inline-block;
    width               : 18px;
    height              : 18px;
    background          : url('/user/img/mahotama/payment_info_chk_icon.png') no-repeat;
    background-position : 0 0;
    background-size     : 100% auto;
    margin-right: 7px;
}

.payment_info_title {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.payment_info_content {
    margin-top : 5px;
    border-top : 1px solid #aaa;
}

.payment_info_oneline {
    width         : 100%;
    border-bottom : 1px solid #eee;
    display: flex;
    align-items: center;
}
.payment_info_oneline.orange_under {
    border-bottom : 1px solid orange;
}
.payment_info_oneline:last-child {
    border-bottom : 1px solid #aaa;
}

.payment_info_oneline_title,
.payment_info_oneline_input {
    padding : 10px 0;
}

.payment_info_oneline_title {
    padding-left : 10px;
    width        : 40%;
    color        : #777;
    font-size    : 14px;
}

.payment_info_oneline_input {
    font-size : 14px;
    color     : #222;
    width: 60%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.payment_info_alert {
    float      : left;
    margin-top : 8px;
}

.payment_info_alert > div {
    font-size : 13px;
    color     : #777;
}

.payment_last_info {
    margin-top : 70px;
    padding: 0 20px;
}

.payment_last_img {
    width      : 100%;
    text-align : center;
}

.payment_last_ticket_img {
    display             : inline-block;
    width: 82px;
    height: 46px;
    background          : url('/user/img/icon/ticket_86147rr.png') no-repeat;
    background-size     : 100% auto;
}

.payment_last_title01 {
    font-size  : 16px;
    color      : #222;
    width      : 100%;
    text-align : center;
    margin-top : 5px;
}
.payment_last_title01.last {
    margin-bottom: 25px;
}
.payment_last_title01.fts {
    font-size: 14px;
    text-align: left;
}


.payment_last_title02 {
    font-size  : 14px;
    color      : #777;
    width      : 100%;
    margin-top : 3px;
}
.payment_last_title02.center {
    text-align: center;
}


.payment_btn.payment_last_btn {
    width           : 100%;
    text-align      : center;
    position        : unset;
    margin-top      : 60px;
    justify-content : space-around;
}

.payment_next_btn.btn_next_end {
    float  : none;
    margin : 0;
}

body {
    min-height : 600px;
}
.card_radio_wrap {
    margin-bottom : 5px;
    width: 33%;
}
.incontent_list_title {
    width : 40%;
}
.incontent_list_radio {
    width : 60%
}
.input_mmyy_text {
  width: 35px;
  padding-left: 5px;
  font-size: 14px;
}
.input_userpostno_text{
  width: 80px;
}
.input_useraddr_text{
  margin : 5px 0px 5px 0px;
}
.choice_artist {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
select.choice_select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    -ms-appearance: menulist;
    appearance: menulist;
    height: 35px;
    padding: 0px 5px;
    background-color: #FFFFFF;
    background-image: none;
    border: solid 1px #aaa;
    font-size: 14px;
}



.mahotama-settlement {
    color: #FF0000;
    border-bottom: 1px solid #444;
    padding: 0;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 1rem;
}

.mahotama-settlement.step3 {
    color: #f7931e;
    border-bottom: 2px solid #C0C0C0;
}

.step3_line {
    display: flex;
    padding: 5px 10px;
    font-size: 1rem;
    border-bottom: 1px solid #C0C0C0;
}


.mahotama-payment-method-wrap {
    display: flex;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    font-size: 1rem;
    margin: 10px 0;
    padding-top: 30px;
}

.mahotama-payment-method {
    color: #FF0000;
}

.mahotama-payment-method-choice {
    padding-left: 14px;
    font-size: 0.8rem;
}


.payment-step3-text_box .text_box-last{
    font-size: 0.7rem;

}

.payment-step4-text_box .text_box-last{
    text-align:center;
    font-size: 0.8rem;
}

.payment-step4-text_box > div{
    text-align:center;
    margin: 10px 0;
    font-size: 0.9rem;
}




.payment_step1_stone_wrap {
    display: flex;
    margin-bottom: 10px;
}

.payment_comfirm_area {
    padding: 10px 0;
    background: #f5f5f5;
}

.payment_comfirm_area.step01 {
    margin: 20px 0;
}

.payment_comfirm_area.step02 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.payment_comfirm_area.step02.bg-white {
    background: white;
}

.payment_comfirm_area.step03 {
    background: white;
}

.payment_step3_instruction {
    padding: 0 10px;
    margin: 10px 0 20px 0;
    font-size: 0.9rem;
}

.payment_mahotama_line{
    display: flex;
    justify-content: space-between;
    padding: 5px 14px;
    font-size: 1rem;
    margin :  5px;

}

.payment_mahotama_line_step3 {
    display: flex;
    padding: 5px 10px;
    font-size: 1rem;
    border-bottom: 1px solid #C0C0C0;
}





.payment_mahotama_line.payment-total-price{
    background: white;
    padding-left: 0;
    margin-top: 10px;
}

.payment_mahotama_line .font-bold {
    font-weight: 550;
}

.payment_mahotama_line.font-size-min{
    font-size: 0.9rem;
}

.method_payment_tab_area {
    font-size: 0.9rem;
    display: flex;
    border: 2px solid #C0C0C0;
}

.payment_choice_tab::first-child(1) {
    border-right: 2px solid #C0C0C0;
}

.payment_choice_tab{
    text-align:center;
    width: 50%;
    padding: 10px;
    align-self: center;
    font-weight: bolder;
    cursor: pointer;
    box-sizing: border-box;
    }

    .payment_choice_tab.active {
     background: #f7931e;
    }

    .payment_choice_tab.active > p{
    color: white;
}


    #payment-settlement.active {
        display:flex;
    }

    .paid_creditcard_1, .paid_creditcard_2, .paid_creditcard_3, .paid_creditcard_4, .paid_creditcard_5 {
        display: flex;
        align-items: center;
    }

    .paid_convenience_1, paid_convenience_2, paid_convenience_3 {
        display: flex;
        align-items: center;
    }

    .payment_personal_informaition_area .form-group{
        display: flex;
        padding: 0 14px;
        margin-bottom: 15px;
    }

    .payment_personal_informaition_area .label-title{
        flex: 0 0 160px;
        padding-top: 10px;
        padding: 5px 0;
    }

    .payment_personal_informaition_area .content {
        width: 100%;
    }

    .payment_personal_informaition_area .content.post-code {
        width: 100%;
        display:flex;
    }

    .payment_personal_informaition_area .form-control.single-line {
        background-color: #FFFFFF;
        background-image: none;
        border: 1px solid #e5e6e7;
        border-radius: 1px;
        color: inherit;
        display: block;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
        border-radius: 5px;
        }

    .payment_personal_informaition_area .form-control.post-code {
        background-image: none;
        border: 1px solid #e5e6e7;
        border-radius: 1px;
        color: inherit;
        /* display: block; */
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100px;
        border-radius: 4px;
 }

 .post-code-Separation {
        align-self: center;
        padding: 0 5px;
 }

    .payment_personal_informaition_area .hr-line-dashed {
      border-top: 1px dashed #e7eaec;
      color: #ffffff;
      height: 1px;
      margin: 20px 0;
    }

     .payment_comfirm_area .custom-select {
         margin-right: auto;
         position: relative;
     }

 .payment_comfirm_area .custom-select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
   }

 .payment_comfirm_area .custom-select .goods-select{
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    line-height: 1.5;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    cursor: pointer;
 }

 .custom-select::after {
   content: "";
   background: url('/user/img/icon/expand_more-black-18dp.svg') no-repeat center;
   display: block;
   height: 1rem;
   position: absolute;
   right: 0.5rem;
   top: 50%;
   transform: translatey(-50%);
   transition: transform 300ms linear;
   width: 1rem;
   background-size: 150%;
   pointer-events: none;
 }


.goods-select:focus {
  outline: 0;
  border-color: #00bbf0;
}

.mobile-flex {
    display: flex;
    align-items: center;
}


.addr_select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    -ms-appearance: menulist;
    appearance: menulist;
    width : 100px;
    height:30px;
    border-color : #AAAAAA;
    padding-left : 8px;
}
.payment_unit_price{
   display: block;
}


@media screen and (max-width : 960px) {
     .choice_text02 {
        text-align: center;
        padding: 20px 0;
    }
     .choice_mahotama_boby_list .choice_mahotama_boby_item {
         width: 45%;
         margin: 5px auto;
     }
     .payment_owm {
        display:block;
     }

     .payment_text .stone_c_text01 {
        margin: 10px 0;
     }

     .payment_text .stone_c_text02 {
        margin: 10px 0;
     }

    .payment_own .yes_btn {
        width: 200px;
        margin: 0 auto;
    }

        .choice_mahotama_line .choice_text02{
        padding: 20px 0;
        margin: 0;
        }
   }

       @media screen and (max-width : 768px) {
           .choice_mahotama_line {
               width           : 100%;
               display         : flex;
               justify-content : space-between;
               align-items: center;
               padding-left: 0;
           }

           .payment_choice_tab {
                padding: 10px;
                font-size: 0.8rem;
           }
      }

   @media screen and (max-width : 640px) {
         .coupon_boby_item{
             display:inline-block;
             width : 300px !important;
         }
         .coupon_boby_list{
             white-space:nowrap;
         }
        .choice_mahotama_boby_list .choice_mahotama_boby_item {
            width: 100%;
            margin: 5px auto;
            max-width: 300px;
        }

        .payment_wrap {
             padding: 0 15px;
         }

        .payment_btn > a {
        min-width: 110px;
        }

       .choice_text03 {
        margin-right: 0;
        text-align: center;
        padding: 20px 10px;
        font-size: 1rem !important;
}

        .payment_step1_stone_wrap {
            text-align: center;
        }

        .payment_choice_tab {
        font-size: 0.6rem;
        padding: 10px;
        }

         .payment_text .stone_c_text02 {
         tex-align: center;
     }

        .payment-step3-text_box {
            font-size: 0.8rem;
        }

     .payment-step3-text_box .text_box-last{
         font-size: 0.7rem;
     }

     .mahotama-payment-method-choice {
         padding-left: 14px;
         font-size: 0.6rem;
     }

     .mobile-flex {
         display: block;
     }

     .payment_personal_informaition_area .form-group {
         display: block;
     }

     .payment_personal_informaition_area .content {
         width: 100%;
         margin-top: 10px;
     }

     .payment_personal_informaition_area {
        font-size: 0.8rem;
     }
     .payment_unit_price{
        display: none;
     }
}

@media screen and (max-width : 425px) {
  .payment_content .info {
        flex-direction : column;
    }

    .payment_content .info .text-wrap .title {
      min-height: auto;
  }

    /* .payment_content .info .img-wrap img {
        width : 70%;
    } */

    .payment_content .info .img-wrap {
        width           : 100%;
        margin-right    : 0;
        justify-content : center;
    }

    .payment_content .info .text-wrap {
        margin-top: 10px;
    }
    .choice_mahotama {
        padding: 15px 10px;
        margin-bottom: 30px;
    }

    .payment_btn {
            margin-bottom: 30px;
    }

    .payment_owm {
    font-size: 0.9rem;
    }


    .payment_owm .yes_btn {
        width: 110px
        margin: 0 auto;
    }

  .incontent_btn_wrap .payment_text {
      margin-right: 0;
  }

  .incontent_btn_wrap {
      flex-direction: column;
  }
  .payment_btn.step01_btn {
    margin-top: 10px;
    width: 100%;
  }

  .payment_wrap .payment-tab-nav {
      margin-bottom: 10px;
  }

  .mahotama-settlement {
    margin-top:30px;
  }

  .mahotama-payment-method-wrap {
       width: 100%;
       display: flex;
       justify-content: space-between;
       align-items: center;
       font-size: 1rem;
       padding-left:0;
   }

   .mahotama-payment-method-choice {
       padding: 0;
   }

   .payment-step3-text_box {
       margin: 20px 0;
       text-align: center;
       font-size: 1rem;
   }

   .payment_choice_tab {
       font-size: 0.6rem;
       padding: 5px;
   }
   .step3_line {
    justify-content: space-between;
    font-size: 0.9rem;
   }
}

@media screen and (max-width : 380px) {

    .mahotama-settlement {
        font-size: 0.9rem;
    }

    .choice_mahotama_line, .choice_text, .payment_choice_text, .choice_text02  {
            font-size: 0.8rem;
    }

    .mahotama-payment-method-wrap {
        display: block;
        font-size: 0.8rem;
    }

    .payment_btn > a {
        min-width: 80px;
    }

    .payment_content_step01 h2 {
        font-size: 0.9rem;
        padding-bottom: 0 0 10px 0;
    }

    .payment_content_step01 h3 {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }

    .payment_choice .stone_c {
         font-size: 0.8rem;
    }

    .incontent_list_title {
        padding-left  : 0px;
        font-size: 12px;
    }

    .payment_info_oneline_title {
        width : 110px;
    }

    .payment_last_title01 {
        font-size : 15px;
    }

    .payment_last_title02,
    .payment_last_title01.fts {
        font-size : 13px;
    }

    .payment_title_wrap > h1 {
        font-size: 1rem;
    }


    .choice_text:nth-child(1) {
        /* width : 100px; */
    }

    .input_mmyy_text {
      /* width: 40px; */
    }
    .mahotama-settlement.step3 {
    margin-top: 10px;
    }

    .payment_step3_instruction {
    font-size: 0.8rem;
    }

    .coupon_boby_item{
        display:inline-block;
        width : 300px;
    }
}

@media screen and (max-width : 350px) {
  .card_radio_wrap {
      width: 50%;
  }


}

.coupon_price{
    color : #ff0000;
}
.coupon_btn{
    width : 95px;
    background-color : #DDDDDD !important;
    text-align:center;
}

.coupon_btn > span{
    width : 100%;
}







