@charset "UTF-8";

/*----------------------------------------
	General
----------------------------------------*/
html {
  background: #efefef;
}

#gray_panel {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1.0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
}
#gray_panel img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: black 0px 0px 20px 10px;
  -webkit-box-shadow: black 0px 0px 20px 10px;
  -moz-box-shadow: black 0px 0px 20px 10px;
}

.agreement {
  margin-bottom: 3%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.agreement input {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 641px) {
  .sp { display: none !important; }
  .pc { display: block !important; }

  #wrapper {
    margin: 0 auto;
    width: 960px;
  }

  select {
    border-radius: 4px;
    height: 45px;
    background: #ffe8c2;
  }

  iframe {
    width: 99%;
    height: 150px;
    border: 1px solid #999;
  }

  /*----------------------------------------
  	#contents
  ----------------------------------------*/
  #contents {
    padding: 30px 50px 50px;
    width: 860px;
    background: #fff;
  }
  #contents #global-header {
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
  }
  #contents #global-header h1 {
    padding-top: 10px;
    float: left;
  }
  #contents #global-header h1 img {
    width: 200px;
  }
  #contents #orderFlow {
    width: 630px;
    overflow: hidden;
    float: right;
  }
  #contents #orderFlow li {
    width: 205px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    list-style: none;
    margin: 0 0 1px 5px;
    float: left;
  }
  #contents #orderFlow li span {
    display: block;
    background: #ddd;
    color: #9E9E9E;
    padding: 15px;
    position: relative;
    text-decoration: none;
    border-radius: 6px;
  }
  #contents #orderFlow li span:before {
    background: #eee;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #contents #orderFlow li span:after {
    border-right: 4px solid #9E9E9E;
    border-top: 4px solid #9E9E9E;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }
  #contents #orderFlow .current span {
    display: block;
    background: #D4145A;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    position: relative;
    text-decoration: none;
  }
  #contents #orderFlow .current span:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #contents #orderFlow .current span:after {
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }
  #contents #confirm {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ccc;*/
  }
  #contents #confirm h2 {
    margin-bottom: 20px;
    padding: 60px 0 60px;
    padding: 20px 0 8px 5px;
    text-align: left;
	font-size: 18px;
	font-size: 1.8em;
	font-weight:bold;
    border-bottom: 1px solid #666;
  }
  #contents #confirm h2 img {
    width: 542px;
  }
  #contents #confirm .product {
    width: 860px;
    height: 130px;
    position: relative;
  }
  #contents #confirm .product-logo {
    padding: 10px;
    width: 110px;
    height: 110px;
    border: 1px solid #999;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #contents #confirm .product-logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
  }
  #contents #confirm .product-name {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 160%;
    text-align: left;
    position: absolute;
    top: 40px;
    left: 220px;
  }
  #contents #confirm .product-price {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 160%;
    text-align: right;
    position: absolute;
    top: 40px;
    right: 0px;
  }
  #contents .user-info, #contents .payment-info {
    text-align: left;
  }
  #contents .user-info h2, #contents .payment-info h2 {
    margin-bottom: 20px;
    padding: 60px 0 60px;
    padding: 20px 0 8px 5px;
    text-align: left;
	font-size: 18px;
	font-size: 1.8em;
	font-weight:bold;
    border-bottom: 1px solid #666;
  }
  #contents .user-info h2 img, #contents .payment-info h2 img {
    width: 567px;
	margin-bottom: 30px;
  }
	
  #contents .img_center h2{
    text-align: center!important;
  }
	
  #contents .user-info dl, #contents .payment-info dl {
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 860px;
    border-bottom: 1px solid #dcdddd;
    overflow: hidden;
  }
  #contents .user-info dt, #contents .payment-info dt {
    padding: 11px 0 0 20px;
    width: 250px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    float: left;
  }
  #contents .user-info dd, #contents .payment-info dd {
    width: 590px;
    float: right;
  }
  #contents .user-info dd p, #contents .payment-info dd p {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 150%;
  }
  #contents .confirm-info {
    padding-top: 20px;
  }
  #contents .confirm-info h2 {
    margin-bottom: 20px;
    padding: 60px 0 60px;
    padding: 20px 0 8px 5px;
    text-align: left;
	font-size: 18px;
	font-size: 1.8em;
	font-weight:bold;
    border-bottom: 1px solid #666;
  }
  #contents .confirm-info h2 img {
    width: 567px;
  }
  #contents .confirm-info dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 860px;
    border-bottom: 1px solid #dcdddd;
    overflow: hidden;
  }
  #contents .confirm-info dt {
    padding: 11px 0 0 20px;
    width: 250px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    float: left;
  }
  #contents .confirm-info dd {
    padding: 11px 0 0 30px;
    width: 559px;
    float: right;
    border-left: 1px dotted #666;
  }
  #contents .confirm-info dd p {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
  }
  #contents .payment-info .card-name {
    width: 150px;
  }
  #contents #adr {
    width: 400px;
  }
  #contents #cv2_vm, #contents #cv2_ja, #contents #bank_date {
    width: 100px;
  }
  #contents .icon-necessary {
    padding: 5px;
    color: #fff;
    background: #f00;
  }
  #contents input[type=text],
  #contents input[type=tel]{
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    width: 290px;
    height: 45px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #ffe8c2;
    background: #ffe8c2;
    outline: none;
  }
  #contents input[type=text]:focus,
  #contents input[type=tel]:focus{
    border: 1px solid #e04e00;
  }
  #contents textarea {
    margin-bottom: 10px;
    padding: 10px;
    width: 400px;
    height: 120px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
    border: 1px solid #ffe8c2;
    background: #ffe8c2;
    outline: none;
  }
  #contents textarea:focus {
    border: 1px solid #e04e00;
  }
  #contents .example span {
    margin-right: 5px;
    padding: 3px 8px;
    background: #dcdddd;
  }
  #contents .caution {
    color: #f00;
    font-weight: bold;
  }
  #contents .caution span {
    margin-right: 5px;
    padding: 3px 8px;
    color: #fff;
    background: #f00;
  }
  #contents #payment-select {
    padding-bottom: 20px;
    /*border-bottom: 1px solid #dcdddd;*/
    overflow: hidden;
  }
  #contents #payment-select a {
    display: inline-block;
	  margin:0 5px;
  }
  #contents #payment-select h2 {
    margin-bottom: 0px;
    padding: 60px 0 60px;
    padding: 20px 0 8px 5px;
    text-align: left;
	font-size: 18px;
	font-size: 1.8em;
	font-weight:bold;
    border-bottom: 1px solid #666;
  }
  #contents #payment-select h2 img {
    width: 567px;
  }
  #contents #payment-select .inner {
    text-align: center;
  }
  #contents #payment-select dl {
    padding: 80px 0 10px;
    width: 280px;
    width: 270px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
	margin:10px 0 10px;
	border-radius: 5px;
	
  }
  #contents #payment-select dt {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents #payment-select .payment-count {
    padding: 10px;
    max-width: 200px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 150%;
    display: inline-block;
    background: #ddd;
  }
  #contents #payment-select #payment-vm {
    background: url(../images/icon-vm.png) no-repeat center 10px #eee;
  }
	

	
  #contents #payment-select #payment-ja {
    background: url(../images/icon-ja.png) no-repeat center 10px #F1F1F1;
  }
  #contents #payment-select #payment-card {
    background: url(../images/icon-card.png) no-repeat center 10px #F1F1F1;
  }
  #contents #payment-select #payment-bank {
    background: url(../images/icon-bank.png) no-repeat center 10px #F1F1F1;
  }
  #contents #payment-select .current #payment-vm {
    background: #98D3B6 url(../images/icon-vm.png) no-repeat center 10px;
  }
  #contents #payment-select .current #payment-ja {
    background: #98D3B6 url(../images/icon-ja.png) no-repeat center 10px;
  }
  #contents #payment-select .current #payment-card {
    background: #98D3B6 url(../images/icon-card.png) no-repeat center 10px;
  }
  #contents #payment-select .current #payment-bank {
    background: #98D3B6 url(../images/icon-bank.png) no-repeat center 10px;
  }
	
#contents #payment-select #payment-vm:hover,
#contents #payment-select #payment-ja:hover,
#contents #payment-select #payment-card:hover,
#contents #payment-select #payment-bank:hover
{
    position:relative;
    -webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 10px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	transition-duration:300ms;
}
	
	
  #contents #selectSc_vm,
  #contents #selectSc_ja {
    display: none;
  }
  #contents #loading {
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }
  #contents .button input[type=submit], #contents .button button {
    margin-bottom: 30px;
    width: 860px;
    height: 80px;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    border: none;
    background: #ccc;
  }
  #contents .button .button_on,
  .button input.button_on {
    background: #13ae67!important;
    cursor: pointer;
  }
  #contents .button .button_on:hover,
  .button input.button_on:hover {
    background: #d70051!important;
  }
  #contents .button p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
  }
  #contents .button .other-payment {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents .button .other-payment a {
    font-weight: bold;
  }
  #contents .bankPayment, #contents .itPayment_vm, #contents .itPayment_ja, #contents .itPayment_bank, #contents .itPayment_conveni {
    margin-bottom: 30px;
    width: 860px;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    border: none;
    display: none;
  }
  #contents .bankPayment a, #contents .itPayment_vm a, #contents .itPayment_ja a, #contents .itPayment_bank a, #contents .itPayment_conveni a {
    padding: 20px;
    color: #fff;
    display: block;
    background: #13ae67!important;
    text-decoration: none;
    cursor: pointer;
  }
  #contents .bankPayment a:hover, #contents .itPayment_vm a:hover, #contents .itPayment_ja a:hover, #contents .itPayment_bank a:hover, #contents .itPayment_conveni a:hover{
    background: #d70051!important;
  }
  #contents .bankPayment {
    display: block;
  }
  #contents .no-border {
    border-bottom: none;
  }

  .tmask {
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 800;
  }

  .tbox {
    padding: 10px;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 801;
    background: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

  /*----------------------------------------
  	#global-footer
  ----------------------------------------*/
  #global-footer {
    padding: 20px;
    overflow: hidden;
    background: #333;
  }
  #global-footer .inner {
    margin: 0 auto;
    width: 900px;
  }
  #global-footer p {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    float: left;
  }

  #global-footer-navi {
    padding-right: 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    float: right;
  }
  #global-footer-navi li {
    margin: 0 0 0 10px;
    padding-left: 10px;
    font-size: 10px;
    font-size: 1rem;
    list-style: none;
    border-left: 1px solid #fff;
    float: left;
  }
  #global-footer-navi li a {
    color: #fff;
  }

  /*----------------------------------------
  	#error
  ----------------------------------------*/
  #error #confirm h2 img {
    width: 302px;
  }
  #error #confirm p {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
  }
  #error #confirm #contact {
    font-size: 35px;
    font-size: 3.5rem;
  }
  #error #confirm #contact a {
    margin-bottom: 5%;
    padding: 3%;
    width: 94%;
    color: #fff;
    line-height: 1.0;
    text-decoration: none;
    display: block;
    border: none;
    background: #13ae67!important;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #error #confirm #contact a:hover {
    background: #d70051!important;
  }
  
  #error #attention {
    margin: 3% 0;	
    padding: 3%;
    border: 1px solid #333;
  }
  #error #attention h3 {
    margin-bottom: 3%;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  #error #attention ul {
    margin: 0 20% 3%; 
    padding: 2%;
    background: #eee;
  }
  #error #attention ul li {
	  margin-bottom: 2%;
	  font-weight: bold;
	  font-size: 20px;
	  font-size: 2.0rem;
	  color: #e33636;
  }
  #error #confirm #errorItPayment a {
	margin-bottom: 5%;
	padding: 3%;
	width: 94%;
	font-size: 35px;
	font-size: 3.5rem;
	color: #fff;
	line-height: 1.0;
	text-decoration: none;
	display: block;
	border: none;
	background: #ff8c00;
	cursor: pointer;
	-webkit-appearance: none;
  }
  #error #confirm #errorItPayment a:hover {
	background: #00c2c8;
	}


  /*----------------------------------------
  	#thankyou
  ----------------------------------------*/
  #thankyou #confirm {
    padding-bottom: 0;
    border-bottom: none;
  }
  #thankyou #confirm h2 {
    padding-bottom: 0;
    border-bottom: none;
  }
  #thankyou #confirm h2 img {
    width: 767px;
  }
  #thankyou #confirm p {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
  }
  #thankyou #confirm-info {
    margin-bottom: 80px;
    padding: 5% 5% 3%;
    width: 90%;
    text-align: left;
    background: #E61673 url(../images/back-thankyou-confirm.png) no-repeat left 120px;
  }
  #thankyou #confirm-info h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  #thankyou #confirm-info h3 img {
    width: 734px;
  }
  #thankyou #confirm-info #confirm-info-text {
    margin-left: 30%;
    width: 70%;
  }
  #thankyou #confirm-info #confirm-info-text dl {
    margin: 0 0 30px 0;
    padding: 5% 5% 1px;
    width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    background: #fff;
  }
  #thankyou #confirm-info #confirm-info-text dl dt {
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #333;
  }
  #thankyou #confirm-info #confirm-info-text dl dd {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    word-break: break-all;
    line-height: 160%;
  }
  #thankyou #confirm-info #confirm-info-text p {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 150%;
  }
  #thankyou #reason {
    margin-bottom: 30px;
    width: 880px;
    text-align: left;
    overflow: hidden;
  }
  #thankyou #reason h3 {
    margin-bottom: 20px;
  }
  #thankyou #reason h3 img {
    width: 856px;
  }
  #thankyou #reason .box {
    padding: 20px;
    margin-right: 20px;
    width: 380px;
    height: 420px;
    background: #F8B62D;
    float: left;
  }
  #thankyou #reason .box dt {
    margin-bottom: 10px;
  }
  #thankyou #divide {
    margin-bottom: 30px;
  }
  #thankyou #divide .inner {
    padding: 30px 30px 10px;
    text-align: left;
    border: 10px solid #1d2088;
  }
  #thankyou #divide p {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 160%;
  }
  #thankyou #divide .detail {
    margin: 0 auto 20px;
    padding: 20px;
    width: 450px;
    text-align: center;
    background: #e61673;
  }
  #thankyou #divide .detail dt {
    margin-bottom: 20px;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
  }
  #thankyou #divide .detail dd {
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
  }
  #thankyou #contact a {
    margin-bottom: 5%;
    padding: 3%;
    width: 94%;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    line-height: 1.0;
    text-decoration: none;
    display: block;
    border: none;
    background: #13ae67!important;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #thankyou #contact a:hover {
    background: #d70051!important;
  }

  /*----------------------------------------
  	#entry
  ----------------------------------------*/
  #entry #confirm h2 img {
    width: 393px;
  }

  #entry-confirm #confirm h2 img {
    width: 562px;
  }
  
  /*----------------------------------------
  	#address
  ----------------------------------------*/
  #address #ln, #address #fn, 
  #address #ln2, #address #fn2  {
    width: 30%;
  }
  
  #address #confirm h2 img {
	  width: 343px;
  }
}
@media screen and (max-width: 640px) {
  .pc { display: none !important; }
  .sp { display: block !important; }

  #wrapper {
    width: 100%;
  }

  .agreement-frame {
    height: 100px;
    overflow: hidden;
    border: 1px solid #999;
  }
  .agreement-frame iframe {
    width: 100%;
  }

  #contents {
    padding: 5%;
    width: 90%;
    background: #fff;
  }

  #global-header {
    width: 100%;
    text-align: center;
  }
  #global-header h1 {
    margin-bottom: 5%;
    width: 50%;
  }

  #orderFlow {
    width: 100%;
    float: none;
    display: none;
  }
  #orderFlow li {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
    margin: 0 0 1px 5px;
    float: none;
  }
  #orderFlow li span {
    display: block;
    background: #ddd;
    color: #9E9E9E;
    padding: 15px;
    position: relative;
    text-decoration: none;
    border-radius: 6px;
  }
  #orderFlow li span:before {
    background: #eee;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #orderFlow li span:after {
    border-right: 4px solid #9E9E9E;
    border-top: 4px solid #9E9E9E;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }
  #orderFlow .current span {
    display: block;
    background: #D4145A;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    position: relative;
    text-decoration: none;
  }
  #orderFlow .current span:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #orderFlow .current span:after {
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }

  #confirm {
    margin-bottom: 10%;
    width: 100%;
  }
  #confirm h1 {
    margin-bottom: 5%;
    padding: 0 0 5%;
    text-align: center;
    border-bottom: 1px solid #666;
  }
  #confirm h1 img {
    width: 100%;
  }
  /*--霑ｽ險�--*/
  #contents #confirm .product-logo img {
    display:none;
  }  
  /*--/霑ｽ險�--*/  
  #confirm .product-logo {
    margin-bottom: 5%;
  }
  #confirm .product-name {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  #confirm .product-price {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }

  h2 {
    margin-bottom: 5%;
    padding: 0 0 5%;
    text-align: center;
    border-bottom: 1px solid #666;
  }
  h2 img {
    width: 100%;
  }

  #payment-select {
    padding-bottom: 5%;
    width: 100%;
  }
  #payment-select a {
    text-decoration: none;
  }
  #payment-select .inner {
    text-align: center;
  }
  #payment-select .payment-button {
    width: 100%;
    display: block;
  }
  #payment-select dl {
    margin-bottom: 3%;
    padding: 5% 5% 5% 45%;
    width: 50%;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #payment-select dt {
    margin-bottom: 5%;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
  }
  #payment-select .payment-count {
    padding: 3%;
    max-width: 94%;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    line-height: 150%;
    background: #fff;
  }
  #payment-select #payment-vm {
    background: #33B2E3 url(../images/icon-vm.png) no-repeat 5% center;
    background-size: 40%;
  }
  #payment-select #payment-ja {
    background: #33B2E3 url(../images/icon-ja.png) no-repeat 5% center;
    background-size: 40%;
  }
  #payment-select #payment-card {
    background: #33B2E3 url(../images/icon-card.png) no-repeat 5% center;
    background-size: 40%;
  }
  #payment-select #payment-bank {
    background: #33B2E3 url(../images/icon-bank.png) no-repeat 15% center;
    background-size: 20%;
  }
  #payment-select .current #payment-vm {
    background: #98D3B6 url(../images/icon-vm.png) no-repeat 5% center;
    background-size: 40%;
  }
  #payment-select .current #payment-ja {
    background: #98D3B6 url(../images/icon-ja.png) no-repeat 5% center;
    background-size: 40%;
  }
  #payment-select .current #payment-card {
    background: #98D3B6 url(../images/icon-card.png) no-repeat 5% center;
    background-size: 40%;
  }
  #payment-select .current #payment-bank {
    background: #98D3B6 url(../images/icon-bank.png) no-repeat 15% center;
    background-size: 20%;
  }

  .confirm-info h2 {
    margin-bottom: 30px;
    padding: 60px 0 60px;
    text-align: center;
    border-bottom: 1px solid #666;
  }
  .confirm-info h2 img {
    width: 567px;
  }
  .confirm-info dl {
    margin-bottom: 8%;
    padding-bottom: 5%;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dcdddd;
    overflow: hidden;
  }
  .confirm-info dt {
    margin-bottom: 3%;
    padding-left: 3%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    border-left: 2px solid #13ae67;
  }
  .confirm-info dd p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
  }

  .user-info, .payment-info {
    text-align: left;
  }
  .user-info dl, .payment-info dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #dcdddd;
    overflow: hidden;
  }
  .user-info dt, .payment-info dt {
    margin-bottom: 3%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .user-info dd, .payment-info dd {
    width: 100%;
  }
  .user-info dd p, .payment-info dd p {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .icon-necessary {
    padding: 2%;
    color: #fff;
    display: inline-block;
    background: #f00;
  }

  input[type=text],input[type=tel], #cn_vm, #cn_ja, #cv2_vm, #cv2_ja {
    margin-bottom: 3%;
    padding: 2% 0 2% 3%;
    width: 96%;
    height: 10%;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #ffe8c2;
    background: #ffe8c2;
    outline: none;
  }
  input[type=text]:focus,input[type=tel]:focus, #cn_vm:focus, #cn_ja:focus, #cv2_vm:focus, #cv2_ja:focus {
    border: 1px solid #e04e00;
  }

  #fn_vm, #ln_vm, #fn_ja, #ln_ja, #cv2_vm, #cv2_ja {
    width: 35%;
  }

  #contents textarea {
    margin-bottom: 10px;
    padding: 10px;
    width: 90%;
    height: 120px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
    border: 1px solid #ffe8c2;
    background: #ffe8c2;
    outline: none;
  }
  #contents textarea:focus {
    border: 1px solid #e04e00;
  }

  .example span {
    margin-right: 2%;
    padding: 1%;
    background: #dcdddd;
  }

  .caution {
    color: #f00;
    font-weight: bold;
  }
  .caution p {
    line-height: 200%;
  }
  .caution span:first-child {
    margin-right: 2%;
    padding: 1%;
    color: #fff;
    background: #f00;
  }

  #selectSc {
    display: none;
  }

  #loading {
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }

  .button input[type=submit], .button button, .button a {
    margin-bottom: 5%;
    padding: 5%;
    width: 100%;
    height: 10%;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    border: none;
    background: #ccc;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .button .button_on {
    background: #13ae67!important;
    cursor: pointer;
  }
  .button .button_on:hover {
    background: #d70051!important;
  }
  .button p {
    margin-bottom: 5%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
  }

  .bankPayment, .itPayment_vm, .itPayment_ja, .itPayment_bank, .itPayment_conveni {
    margin-bottom: 5%;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    line-height: 130%;
    border: none;
    display: none;
  }
  .bankPayment a, .itPayment_vm a, .itPayment_ja a, .itPayment_bank a, .itPayment_conveni a {
    padding: 5%;
    width: 90%;
    color: #fff;
    display: block;
    background: #13ae67!important;
    text-decoration: none;
    cursor: pointer;
  }
  .bankPayment a:hover, .itPayment_vm a:hover, .itPayment_ja a:hover, .itPayment_bank a:hover, .itPayment_conveni a:hover {
    background: #d70051!important;
  }

  .bankPayment {
    display: block;
  }

  /*----------------------------------------
  	#global-footer
  ----------------------------------------*/
  #global-footer {
    text-align: center;
  }
  #global-footer li {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #333;
    border-bottom: 1px dotted #fff;
  }
  #global-footer a {
    padding: 5% 0;
    color: #fff;
    display: block;
  }
  #global-footer #copyright {
    padding: 6% 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
  }

  /*----------------------------------------
  	#error
  ----------------------------------------*/
  #error #confirm h2 img {
    width: 60%;
  }
  #error #confirm p {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
  }
  #error #confirm #contact {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #error #confirm #contact a {
    margin-bottom: 5%;
    padding: 5%;
    width: 90%;
    color: #fff;
    line-height: 1.0;
    text-decoration: none;
    display: block;
    border: none;
    background: #13ae67!important;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #error #confirm #contact a:hover {
    background: #d70051!important;
  }
  
   #error #attention {
    margin: 3% 0;	
    padding: 3% 3% 0;
    width: 93%;
    border: 1px solid #333;
  }
  #error #attention h3 {
    margin-bottom: 3%;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 3.5rem;
  }
  #error #attention ul {
    margin: 0 auto 10%; 
    padding: 2%;
    width: 90%;
    background: #eee;
  }
  #error #attention ul li {
	  margin-bottom: 2%;
	  font-weight: bold;
	  font-size: 20px;
	  font-size: 2.0rem;
	  line-height: 150%;
	  color: #e33636;
  }
  #error #confirm #errorItPayment a {
	margin-bottom: 5%;
	padding: 3%;
	width: 94%;
	font-size: 25px;
    font-size: 2.5rem;
	color: #fff;
	line-height: 130%;
	text-decoration: none;
	display: block;
	border: none;
	background: #ff8c00;
	cursor: pointer;
	-webkit-appearance: none;
  }
  /*----------------------------------------
  	#thankyou
  ----------------------------------------*/
  #thankyou #confirm p {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
  }
  #thankyou #confirm-info {
    margin-bottom: 80px;
    padding: 5% 5% 3%;
    width: 90%;
    text-align: left;
    background: #E61673;
  }
  #thankyou #confirm-info h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  #thankyou #confirm-info #confirm-info-text {
    width: 100%;
  }
  #thankyou #confirm-info #confirm-info-text dl {
    margin: 0 0 30px 0;
    padding: 5% 5% 1px;
    width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    background: #fff;
  }
  #thankyou #confirm-info #confirm-info-text dl dt {
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #333;
  }
  #thankyou #confirm-info #confirm-info-text dl dd {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    word-break: break-all;
    line-height: 160%;
  }
  #thankyou #confirm-info #confirm-info-text p {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 150%;
  }
  #thankyou #reason {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
  }
  #thankyou #reason h3 {
    margin-bottom: 20px;
  }
  #thankyou #reason .box {
    margin-bottom: 5%;
    padding: 5%;
    width: 90%;
    background: #F8B62D;
  }
  #thankyou #reason .box dt {
    margin-bottom: 5%;
  }
  #thankyou #divide {
    margin-bottom: 30px;
  }
  #thankyou #divide .inner {
    padding: 30px 30px 10px;
    text-align: left;
    border: 10px solid #1d2088;
  }
  #thankyou #divide p {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 160%;
  }
  #thankyou #divide .detail {
    margin: 0 auto 20px;
    padding: 20px;
    width: 85%;
    text-align: center;
    background: #e61673;
  }
  #thankyou #divide .detail dt {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    line-height: 160%;
  }
  #thankyou #divide .detail dd {
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
  }
  #thankyou #contact a {
    margin-bottom: 5%;
    padding: 6%;
    width: 88%;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    line-height: 1.0;
    text-decoration: none;
    display: block;
    border: none;
    background: #13ae67!important;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #thankyou #contact a:hover {
    background: #d70051!important;
  }
  
  /*----------------------------------------
  	#address
  ----------------------------------------*/
  #address #ln, #address #fn,
  #address #ln2, #address #fn2 {
    width: 30%;
  }
    
  #address #confirm h2 img {
	  width: 343px;
  }

.sslimg img{ width:100%; }
}




  #contents #orderFlow_new {
    width: 630px;
    overflow: hidden;
    float: right;
  }
  #contents #orderFlow_new li {
    width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    list-style: none;
    margin: 0 0 1px 5px;
    float: left;
  }
  #contents #orderFlow_new li span {
    display: block;
    background: #ddd;
    color: #9E9E9E;
    padding: 15px;
    position: relative;
    text-decoration: none;
    border-radius: 6px;
  }
  #contents #orderFlow_new li span:before {
    background: #eee;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #contents #orderFlow_new li span:after {
    border-right: 4px solid #9E9E9E;
    border-top: 4px solid #9E9E9E;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }
  #contents #orderFlow_new .current span {
    display: block;
    background: #D4145A;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    position: relative;
    text-decoration: none;
  }
  #contents #orderFlow_new .current span:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #contents #orderFlow_new .current span:after {
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }


@media screen and (max-width: 640px) {

  #orderFlow_new {
    width: 100%;
    float: none;
    display: none;
  }
  #orderFlow_new li {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
    margin: 0 0 1px 5px;
    float: none;
  }
  #orderFlow_new li span {
    display: block;
    background: #ddd;
    color: #9E9E9E;
    padding: 15px;
    position: relative;
    text-decoration: none;
    border-radius: 6px;
  }
  #orderFlow_new li span:before {
    background: #eee;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #orderFlow_new li span:after {
    border-right: 4px solid #9E9E9E;
    border-top: 4px solid #9E9E9E;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }
  #orderFlow_new .current span {
    display: block;
    background: #D4145A;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    position: relative;
    text-decoration: none;
  }
  #orderFlow_new .current span:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    padding: 14px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 1px;
  }
  #orderFlow_new .current span:after {
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 10px;
  }

}





	#header-middle{display: none;}
	
	#header-pc{
		background: #464646;
		padding:15px 0 0;
		width:100%;
		height: 30px; }

	#header-pc .link-area{
		float: right;
		width:auto;
		height: 30px;
		margin-right:60px;
		font-size: 16px;
		font-size:1.6rem;}	
	
	#header-pc .link-area li{
		float: left;
		margin-left:10px;}
	
	#header-pc .link-area li a{
		background:#fff;
		border-radius: 5px;
		text-decoration: none;
		color: #464646;
		padding:3px 5px;
		border: 2px solid #464646;}	
	
	#header-pc .link-area li a:hover{
		background:#464646;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		padding:3px 5px;
		border: 2px solid #FFF;}	
	
@media only screen and (max-width: 640px) {
	
	#header-pc{display: none;}
	
	#wrapper{position:absolute;
	top:50px;}
	
	#header-middle{display: block;}
	
	#global-header h1{
		
		display: none;
		
	}
	
  #header-middle {
    position: relative;
    min-width: inherit;
    overflow: inherit;
	background:#464646;
	width:100%;
	 z-index: 100;
  }
  #header-middle #site-logo {
    float: none;
    padding: 10px 0 10px 10px;
	 text-align: left;
  }
  #header-middle #site-logo img {
    width: auto;
    height: 30px;
  }
  #header-middle #menu-button {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    outline: none;
  }
  #header-middle #menu-button .menu-trigger,
  #header-middle #menu-button .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #header-middle #menu-button .menu-trigger {
    position: relative;
    width: 30px;
    height: 19px;
  }
  #header-middle #menu-button .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  #header-middle #menu-button .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #header-middle #menu-button .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  #header-middle #menu-button .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #header-middle #menu-button .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #header-middle #menu-button .menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  #header-middle #menu-button .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #header-middle #menu-button .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }
  #header-middle #menu-button .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header-middle #menu-button .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  #header-middle .link-area {
    display: none;
    right: 0;
    top: 50px;
    z-index: 1000;
    float: none;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    background-color: #000;
  }
  #header-middle .link-area #global-navi {
    float: none;
  }
  #header-middle .link-area #global-navi ul li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #333;
    float:none;
  }
  #header-middle .link-area #global-navi ul li a {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0;
	color:#fff;
	text-decoration: none;
	font-size: 23px;
	font-weight: bold;
  }

  #header-middle .link-area #global-navi ul li a:after {
    display: inline-block;
    color: #ccc;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    /*content: ">>";*/
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }
  
  #header-middle .link-area #global-navi ul li a:before, #header-middle .link-area #global-navi ul li a:hover:before {
    display: none;
  }
  #header-middle .link-area #global-navi ul li a br {
    display: none;
  }
	
	#payment-select{
		position: relative;
		z-index: 2;
	}
	
	#form-inner-vm,
	#form-inner-ja,
	#form-inner-bank{
		position: relative;
		top:-60px;
		padding-top:60px;
		z-index: 1;
	}
	
	#form-inner-vm dt,
	#form-inner-ja dt,
	#form-inner-bank dt,
	.confirm-info dt,
	.user-info dt{
		font-size: 18px!important;
		font-size: 1.8rem!important;
		font-weight: normal;
  }
	
	.confirm-info dt{
		font-size: 18px!important;
		font-size: 1.8rem!important;
		font-weight: normal;
		border-left: 3px solid #13ae67;
		background:#E2FBEF;
		padding:8px 5px;
  }
	
  select {
    border-radius: 4px;
    height: 45px;
    background: #ffe8c2;
  }
	
}

	br.sp_breakline{display: none;}
	
@media only screen and (max-width: 640px) {
	
	br.sp_breakline{display: inline;}
	
	#contents .payment-info .card-name{width:85%;}
	}	


	input.input_readonly{
		background: #f1f1f1!important;
		border:1px solid #f1f1f1!important; }
			

#cardBrand_select {
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}
#cardBrand_select h2 {
	margin-bottom: 0px;
	padding: 60px 0 60px;
	padding: 20px 0 8px 5px;
	text-align: left;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
#cardBrand_select .inner {
	padding: 30px 0;
}
#cardBrand_select dl dt p {
	font-size: 16px;
	font-weight: bold;
}
#cardBrand_select dl dd p {
	font-size: 16px;
}
#cardBrand_select input {
	display: none;
}
#cardBrand_select label:hover {
	cursor: pointer;
}
#cardBrand_select input[type="radio"]:checked + label img {
	box-shadow: none;
	transform: translateY(5px);
	transition: .3s;
}
#cardBrand_select input[type="radio"]:checked + label dl {
	background: #ddd;
	border-radius: 15px;
	transition: .3s;
}
#cardBrand_select .inner {
	display: flex;
	justify-content: space-evenly;
}
#cardBrand_select .inner label {
	display: block;
	width: calc(100% / 3);
}
#cardBrand_select .inner label dl {
	transition: .3s;
	padding: 5px;
}
#cardBrand_select .inner label dl dt {
	padding: 0 5px 10px;
}
#cardBrand_select .inner label dl dt img {
	transition: .3s;
	max-width: 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #bbb;
	margin-bottom: 15px;
}
#cardBrand_select .inner label dl dt p {
	font-size: 16px;
	font-weight: bold;
}
#cardBrand_select .inner label dl dd p {
	padding: 10px;
	max-width: 200px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 150%;
	display: inline-block;
	background: #ddd;
}
.input_done {
	margin: 2em 0;
	background: #dcefff;
}
.input_done .title {
	font-size: 23px;
	font-size: 2.3rem;
	background: #5fb3f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.input_done p {
	padding: 15px 20px;
	margin: 0;
	font-size: 20px;
	font-size: 2.0rem;
}
.input_done dl {
	width: 94%!important;
	margin: 20px 3% 0!important;
	padding-bottom: 0px!important;
	float: none;
	background: #F6E0C2;
}
.input_done dl dd {
	width: 100%!important;
	color: #333;
	padding: 10px!important;
	float: none!important;
	font-size: 22px;
	font-size: 2.2rem;
}
.input_done dl dt {
	width: 100%!important;
	background: #AF7119;
	padding: 10px!important;
	font-size: 25px!important;
	font-size: 2.5rem!important;
	font-weight: bold!important;
	color: #fff;
	float: none!important;
}
.input_done p.repletion {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 150%;
}
input.input_readonly {
	background: #f1f1f1!important;
	border: 1px solid #f1f1f1!important;
}
.bankPayment {
	margin-bottom: -40px;
}
@media only screen and (max-width: 640px) {
	select {
	margin-bottom: 3%;
}
	h2.bank_h2 {
		margin-top: -30px;
		margin-bottom: -10px;
		padding: 0;
		border: none;
	}
    #cardBrand_select .inner {
        display: block;
    }
    #cardBrand_select .inner::after {
        display: block;
        content: "";
        clear:both;
    }
    #cardBrand_select .inner label {
        width: calc(100% / 2);
        float: left;
    }
}
.charges_caution,
.charges_caution_2{
text-align: center;
font-size: 17px;
font-size: 1.7rem;
font-weight: bold;
color:#666666;
background: #FFF;
line-height: 150%;
padding:20px;
margin-top:40px;
border: #666 1px solid;

}
.charges_caution {
    margin-bottom: 30px;
}
#contents .button input[type=submit], #contents .button button {
    height: auto !important;
    line-height: 1 !important;
    padding: 20px 0 !important;
}
button[type="submit"] span{
    font-size: 16px;

}
@media screen and (max-width: 640px) {

.charges_caution{
font-size: 15px;
font-size: 1.5rem;
padding:10px 3px;
}

}
input.error,
select.error{
	border: 1px solid #ee0101 !important;
    background: #ffdcdc !important;
}
label.error {
	display: block;
    color: #ee0101;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}
#credit_form .expire-guide {
	margin-bottom: 0 !important;
}
#credit_form .expire-guide,
#credit_form .expire {
	max-width: 180px;
	width: 100%;
}
#credit_form .expire-guide::after,
#credit_form .expire::after {
	display: block;
	content:"";
	clear: both;
}
#credit_form .expire-guide span {
	display :block;
}
#credit_form .expire-guide span,
#credit_form .expire select {
	width: 42% !important;
	text-align: center;

}
#credit_form .expire-guide span.expire-guide-mm,
#credit_form .expire select.expire-mm {
	float:left;
}
#credit_form .expire-guide span.expire-guide-mm:after,
#credit_form .expire select.expire-mm:after {
	width: 5px;
	background: #000;
}
#credit_form .expire-guide span.expire-guide-yy,
#credit_form .expire select.expire-yy {
	float:right;
}
#credit_form .expire select {
	padding-left: 11%;
}
#credit_form .expire span.expire-delimiter {
	float: left;
    width: 10%;
    display: block;
    padding: 0 3%;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
#credit_form .expire span.expire-delimiter i {
	transform: rotate(70deg);
	color: #767676;
}
select {
	margin-bottom: 10px;
}

.note {
  display: block!important;
  display: flex!important;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 3%;
  line-height: 130%;
}
.open {
  cursor:pointer;
  color: #00adff;
  font-size: 17px;
  font-weight: 500;
}
#pop-up {
  display: none;
}
.overlay {
  display: none;
}
#pop-up:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.window {
  width: 65%;
  height: 80%;
  border: 5px solid #91cb5b;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub_window {
  display: grid;
  grid-template-columns: 1fr 10% 1fr;
}
.window .sub_window p {
  font-size: 17px;
}
.window .sub_window p strong {
  font-size: 20px;
  color: #ff4c6e;
}
.window .sub_window img {
  width: 90%;
  padding-top: 6%;
  padding-bottom: 5%;
}
.window .middle {
  font-size: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text1, .text2 {
  font-size: 18px;
  margin: 0;
  padding: 6%;
  padding-top: 13%;
}
.close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  border: 2px solid #ff7555;
  border-radius: 3px;
  padding: 0.5%;
  background: #ffeeee;
}
@media screen and (max-width: 640px) {
.note {
  padding: 5% 2% 5% 2%;
}
.window {
  width: 75%;
  height: 90%;
  /* display: block; */
}
.sub_window {
  display: flex;
  flex-flow: column;
}
.window .sub_window p {
  font-size: 3.3vw;
}
.window .sub_window p strong{
  font-size: 4.3vw;
  color: #ff4c6e;
}
.window .sub_window img{
  width: 60%;
}
.text1 {
  padding: 3%;
  padding-top: 15%;
}
.text2 {
  padding: 3%;
  padding-top: 6%;
}
.window .middle {
  font-size: 20px;
}
}

  /*------------------------------------------------------------
      padding
  -------------------------------------------------------------*/
  
  @media screen and (min-width: 641px) {
  
    .p-0 {padding: 0 !important;}
    .pt-0 {padding-top: 0 !important;}
    .pr-0 {padding-right: 0 !important;}
    .pb-0 {padding-bottom: 0 !important;}
    .pl-0 {padding-left: 0 !important;}
    .p-5 {padding: .5em !important;}
    .pt-5 {padding-top: .5em !important;}
    .pr-5 {padding-right: .5em !important;}
    .pb-5 {padding-bottom: .5em !important;}
    .pl-5 {padding-left: .5em !important;}
    .p-10 {padding: 0.8em !important;}
    .pt-10 {padding-top: 0.8em !important;}
    .pr-10 {padding-right: 0.8em !important;}
    .pb-10 {padding-bottom: 0.8em !important;}
    .pl-10 {padding-left: 0.8em !important;}
    .p-20 {padding: 1.6em !important;}
    .pt-20 {padding-top: 1.6em !important;}
    .pr-20 {padding-right: 1.6em !important;}
    .pb-20 {padding-bottom: 1.6em !important;}
    .pl-20 {padding-left: 1.6em !important;}
    .p-30 {padding: 2.4em !important;}
    .pt-30 {padding-top: 2.4em !important;}
    .pr-30 {padding-right: 2.4em !important;}
    .pb-30 {padding-bottom: 2.4em !important;}
    .pl-30 {padding-left: 2.4em !important;}
    .p-40 {padding: 3.2em !important;}
    .pt-40 {padding-top: 3.2em !important;}
    .pr-40 {padding-right: 3.2em !important;}
    .pb-40 {padding-bottom: 3.2em !important;}
    .pl-40 {padding-left: 3.2em !important;}
    .p-50 {padding: 4em !important;}
    .pt-50 {padding-top: 4em !important;}
    .pr-50 {padding-right: 4em !important;}
    .pb-50 {padding-bottom: 4em !important;}
    .pl-50 {padding-left: 4em !important;}
    .p-60 {padding: 4.8em !important;}
    .pt-60 {padding-top: 4.8em !important;}
    .pr-60 {padding-right: 4.8em !important;}
    .pb-60 {padding-bottom: 4.8em !important;}
    .pl-60 {padding-left: 4.8em !important;}
    .p-70 {padding: 5.6em !important;}
    .pt-70 {padding-top: 5.6em !important;}
    .pr-70 {padding-right: 5.6em !important;}
    .pb-70 {padding-bottom: 5.6em !important;}
    .pl-70 {padding-left: 5.6em !important;}
    .p-80 {padding: 6.4em !important;}
    .pt-80 {padding-top: 6.4em !important;}
    .pr-80 {padding-right: 6.4em !important;}
    .pb-80 {padding-bottom: 6.4em !important;}
    .pl-80 {padding-left: 6.4em !important;}
    }
  
    @media screen and (max-width: 640px) {
      .p-sp0 {padding: 0 !important;}
      .pt-sp0 {padding-top: 0 !important;}
      .pr-sp0 {padding-right: 0 !important;}
      .pb-sp0 {padding-bottom: 0 !important;}
      .pl-sp0 {padding-left: 0 !important;}
      .p-sp5 {padding: 7.8125vw !important;}
      .pt-sp5 {padding-top: 7.8125vw !important;} 
      .pr-sp5 {padding-right: 7.8125vw !important;}
      .pb-sp5 {padding-bottom: 4.8125vw !important;}
      .pl-sp5 {padding-left: 7.8125vw !important;}
      .p-sp10 {padding: 1.5625vw !important;}
      .pt-sp10 {padding-top: 1.5625vw !important;}
      .pr-sp10 {padding-right: 1.5625vw !important;}
      .pb-sp10 {padding-bottom: 1.5625vw !important;}
      .pl-sp10 {padding-left: 1.5625vw !important;}
      .p-sp20 {padding: 3.125vw !important;}
      .pt-sp20 {padding-top: 3.125vw !important;}
      .pr-sp20 {padding-right: 3.125vw !important;}
      .pb-sp20 {padding-bottom: 3.125vw !important;}
      .pl-sp20 {padding-left: 3.125vw !important;}
      .p-sp30 {padding: 4.6875vw !important;}
      .pt-sp30 {padding-top: 4.6875vw !important;}
      .pr-sp30 {padding-right: 4.6875vw !important;}
      .pb-sp30 {padding-bottom: 4.6875vw !important;}
      .pl-sp30 {padding-left: 4.6875vw !important;}
      .p-sp40 {padding: 6.25vw !important;}
      .pt-sp40 {padding-top: 6.25vw !important;}
      .pr-sp40 {padding-right: 6.25vw !important;}
      .pb-sp40 {padding-bottom: 6.25vw !important;}
      .pl-sp40 {padding-left: 6.25vw !important;}
      .p-sp50 {padding: 7.8125vw !important;}
      .pt-sp50 {padding-top: 7.8125vw !important;}
      .pr-sp50 {padding-right: 7.8125vw !important;}
      .pb-sp50 {padding-bottom: 7.8125vw !important;}
      .pl-sp50 {padding-left: 7.8125vw !important;}
      .p-sp60 {padding: 9.375vw !important;}
      .pt-sp60 {padding-top: 9.375vw !important;}
      .pr-sp60 {padding-right: 9.375vw !important;}
      .pb-sp60 {padding-bottom: 9.375vw !important;}
      .pl-sp60 {padding-left: 9.375vw !important;}
      .p-sp70 {padding: 10.9375vw !important;}
      .pt-sp70 {padding-top: 10.9375vw !important;}
      .pr-sp70 {padding-right: 10.9375vw !important;}
      .pb-sp70 {padding-bottom: 10.9375vw !important;}
      .pl-sp70 {padding-left: 10.9375vw !important;}
      .p-sp80 {padding: 12.5vw !important;}
      .pt-sp80 {padding-top: 12.5vw !important;}
      .pr-sp80 {padding-right: 12.5vw !important;}
      .pb-sp80 {padding-bottom: 12.5vw !important;}
      .pl-sp80 {padding-left: 12.5vw !important;}
      
      }
  