/*----------------------------------------
	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_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 100px;
}

#gray_panel p {
  margin-top: 20px;
	font-size:150%;
	font-weight: bold;
	line-height: 120%;
}

#gray_panel img {
  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;
}


/*
#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) {
  #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: 152px;
    font-size: 12px;
    font-size: 1.2rem;
    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;
    padding-top: 17px;
    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;
    padding-top: 17px;
    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: 90%;
  }
  #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] {
    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 {
    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) {
  #wrapper {
    width: 100%;
  }

  .agreement-frame {
    overflow: auto;
    width: 99%;
    height: 100px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #999;
  }
  .agreement-frame iframe {
    width: 99%;
  }

  #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], #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, #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; }
			
