@charset "UTF-8";

.copy1 {
    margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
	.copy1 {
		margin-bottom: 15px;
	}
	.copy1 p {
		padding: 0;
	}
}


/* ------------------------------
   tit
------------------------------ */
.tit_gray{
	padding: 20px 20px 20px 130px;
	margin-bottom: 30px;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.tit_gray{
		padding: 10px 10px 10px 45px;
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}



/* ------------------------------
   .col_main
------------------------------ */
.col_main > section + section{
	margin-top: 30px;
}

.pay,
.shipping,
.arrival,
.delivery{
	padding: 10px 20px 0 30px;
}

.payment_wrap{
	padding-left: 30px;
}

@media screen and (max-width: 768px) {
	.pay,
	.shipping,
	.arrival,
	.delivery{
		padding: 0;
	}
	.pay{
		padding-bottom: 30px;
	}
	.payment_wrap{
		padding: 0;
	}
}



/* ------------------------------
   .pay
------------------------------ */
.pay .tit_gray{
	background: #ccc url("../img/payment/ico_en.png") 30px center no-repeat;
}

.pay .copy1{
	margin-left: 20px;
}

.pay table{
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

.pay table th,
.pay table td{
	padding: 20px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}

.pay table tr:first-child th{
	line-height: 1;
}
.ie11 .pay table tr:first-child th{
	line-height: normal;
}

.pay table th{
	position: relative;
	color: #333;
	vertical-align: top;
	white-space: nowrap;
}

.pay table td{
	color: #333;
}

.pay table td img{
	max-width: 100%;
}

.pay table td.creditcard span{
  font-size: 1.1rem;
}

.pay_img1{
	width: 330px;
	margin: 10px 0 10px 10px;
}

.pay_img2{
	width: 150px;
	margin-left: 10px;
	margin-bottom: -5px;
}


@media screen and (max-width: 768px) {
	.pay .tit_gray{
		background: #ccc url("../img/payment/ico_en.png") 12px center no-repeat;
		background-size: 25px auto;
	}
	.pay .copy1{
		margin: 0 3%;
	}
	.pay table{
		margin-top: 10px;
		margin-bottom: 0;
	}
	.pay table th,
	.pay table td{
		padding: 10px 10px;
	}
	.pay table td img{
		width: 100%;
	}
	.pay table td .pay_img1{
		max-width: 330px;
		padding: 5px 0;
		margin: 0;
	}
	.pay table td .pay_img2{
		max-width: 150px;
		width: 80%;
		padding: 5px 5px 0;
		margin: 0;
		vertical-align: middle;
	}
}



/* ------------------------------
   .shipping
------------------------------ */
.shipping .tit_gray{
	background: #ccc url("../img/payment/ico_truck.png") 30px center no-repeat;
}

.shipping .copy1{
	margin-left: 20px;
	color: #990000;
}

.shipping table{
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

.shipping table th,
.shipping table td{
	padding: 5px 20px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}

.shipping table tr th:last-child,
.shipping table tr td:last-child{
	text-align: right;
	padding-right: 35px;
}

.shipping table tr:first-child th{
	line-height: 1;
	padding: 10px 20px;
}
.ie11 .shipping table tr:first-child th{
	line-height: normal;
}

.shipping table th{
	background-color: #f2f2f2;
	color: #333;
	vertical-align: top;
	white-space: nowrap;
}

.shipping table td{
	color: #333;
}


@media screen and (max-width: 768px) {
	.shipping .tit_gray{
		background: #ccc url("../img/payment/ico_truck.png") 12px center no-repeat;
		background-size: 25px auto;
	}
	.shipping .copy1{
		margin: 0 3%;
	}
	.shipping table th,
	.shipping table td,
	.shipping table tr:first-child th{
		padding: 10px;
	}
	.shipping table tr th:last-child,
	.shipping table tr td:last-child{
		padding: 10px;
	}

	#shipping{
		margin-top: -70px;
		padding-top: 70px;
	}
}



/* ------------------------------
   .arrival
------------------------------ */
.arrival .tit_gray{
	background: #ccc url("../img/payment/ico_box.png") 30px center no-repeat;
}

.arrival .copy1{
	margin-left: 20px;
}


@media screen and (max-width: 768px) {
	.arrival .tit_gray{
		background: #ccc url("../img/payment/ico_box.png") 12px center no-repeat;
		background-size: 25px auto;
	}
	.arrival .copy1{
		margin: 0 3%;
	}
}



/* ------------------------------
   .delivery
------------------------------ */
.delivery .tit_gray{
	background: #ccc url("../img/payment/ico_time.png") 30px center no-repeat;
}

.delivery .copy1{
	margin-left: 20px;
	margin-bottom: 20px;
}

.delivery .payment_wrap div p{
	display: inline-block;
	min-width: 100px;
	padding: 17px 10px;
	margin: 0 20px 20px 0;
	background-color: #a89c9c;
	border-radius: 10px;
	text-align: center;
	line-height: 1;
	color: #fff;
}

.delivery .payment_wrap > p{
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (max-width: 768px) {
	.delivery{
		padding-bottom: 20px;
	}
	.delivery .tit_gray{
		background: #ccc url("../img/payment/ico_time.png") 12px center no-repeat;
		background-size: 25px auto;
	}
	.delivery .copy1{
		margin: 0 3%;
	}
	.delivery .payment_wrap div{
		margin: 15px 3% 0;
		text-align: center;
	}
	.delivery .payment_wrap div p{
		width: 48%;
		padding: 5px 10px;
		margin: 0 0 10px;
	}
	.delivery .payment_wrap div p:nth-child(2n){
		margin-left: 2%;
	}
	.delivery .payment_wrap > p{
		margin: 0 3%;
	}
}

.indent1{
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}