@charset "utf-8";
/* CSS Document */

/*==============================*/
/* メッセージ */
/*==============================*/
.dl_list > dl:nth-child(odd){ background: url(/common/img/share/bg_tokutei.png); }
.dl_list > dl{
	padding: 18px 30px 18px 30px;
	display: flex; display: -webkit-flex; /* Safari */
	justify-content: space-between; -webkit-justify-content: space-between; /* Safari */
}
.dl_list > dl > dt{ width: 20%; font-size: 15px; }
.dl_list > dl > dd{ width: 73%; }

/*-- お支払い方法 --*/
.dl_list .payment_method dl{ margin-bottom: 30px;}
.dl_list .payment_method dl dt{
	margin-bottom: 13px;
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.dl_list .payment_method dl dd {
	display: flex; display: -webkit-flex; /* Safari */
	justify-content: flex-start; -webkit-justify-content: flex-start; /* Safari */ 
	text-align: center;
}
.dl_list .payment_method dl dd div{width: calc(20% - 1%); }
.dl_list .payment_method dl dd img{ margin-bottom: 5px; }
.dl_list .payment_method dl dd p{ line-height: 1.2em; }


.dl_list .payment_due_date dl:not(:last-child){ margin-bottom: 18px; }
.dl_list .payment_due_date dl dt{
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.dl_list > dl{
		padding: 18px 15px 18px 15px;
		flex-direction: column; -webkit-flex-direction: column; /* Safari */
	}
	.dl_list > dl > dt{
		width: 100%;
		font-size: 18px;
		font-weight: 500;
	}
	.dl_list > dl > dd{ width: 100%; }
	
	/*-- お支払い方法 --*/
	.dl_list .payment_method dl{ margin-bottom: 22px;}
	.dl_list .payment_method dl dt{
		position: relative;
		margin-bottom: 13px;
		padding-bottom: 7px;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}
	
	.dl_list .payment_method dl dt.toggle_button_sp:before{
		position: absolute; top: 8px; right: 15px;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #444;
		border-right: 2px solid #444;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.dl_list .payment_method dl dt.active:before{
		position: absolute; top: 13px; right: 15px;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #444;
		border-right: 2px solid #444;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.dl_list .payment_method dl dd {
		justify-content: space-between; -webkit-justify-content: space-between; /* Safari */
		flex-wrap: wrap; -webkit-flex-wrap: wrap; /* Safari */
	}
	.dl_list .payment_method dl dd div{
		width: calc(50% - 1%);
		margin-bottom: 4px;
		display: flex; display: -webkit-flex; /* Safari */
		justify-content: flex-start; -webkit-justify-content: flex-start; /* Safari */
		align-items: center; -webkit-align-items: center; /* Safari */
	}
	.dl_list .payment_method dl dd img{ margin-bottom: 5px; width: 38px; height: 38px; margin-right: 5px;}
	.dl_list .payment_method dl dd p{ line-height: 1.2em; font-size: 13px; text-align: left; }

	.dl_list .payment_due_date dl:not(:last-child){ margin-bottom: 16px; }
	.dl_list .payment_due_date dl dt{
		margin-bottom: 3px;
		font-size: 16px;
		font-weight: bold;
	}
}