/*.payment_section dl,
.payment_section dt,
.payment_section dd, 
.payment_section ul,
.payment_options li {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #333;
	list-style: none;
}*/


/*.payment_section h2 {
	font-size: 30px;
	text-align: center;
	padding: 30px 0 20px;
	margin: 0 0 40px;
	position: relative;
}
.payment_section h2::after {
	content: "";
	width: 80px;
	height: 5px;
	background: #336600;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}*/


.payment_options dl {
	display: flex;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	margin-top: -1px;
}
.payment_options dt,
.payment_options dd {
	padding: 1em;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.payment_options dt {
	width: 13em;
	display: flex;
	align-items: flex-start;
	background: #336600;
  color: #fff;
	line-height: 1.7;
}
.payment_options dd {
	flex: 1;
	line-height: 1.7;
}
.payment_options .air_pay {
	margin-top: 2em;
}
.payment_options .air_pay .hd {
	font-weight: bold;
}
.payment_options .air_pay img {
	width: 100%;
	max-width: 450px;
}


@media screen and (max-width: 700px) {
.payment_options dl {
	display: block;
}
.payment_options dt {
	width: auto;
	padding: .5em 1em;
}	
}



/*.about_list .list {
	margin: 10px 0 0;
}
.about_list li {
	margin: 3px 0 0;
	position: relative;
	padding-left: 1em;
}
.about_list li::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 7px;
}*/


/*--------------------------------------------------------*/
.access_info {
	border-top: 1px dotted #ccc;
}
.access_info dl {
	display: flex;
	border-bottom: 1px dotted #ccc;
}
.access_info dt, .access_info dd {
	padding: 1em 1em;
}
.access_info dt {
	width: 7em;
}
.access_info dd {
	flex: 1;
}



/*--------------------------------------------------------*/
.access_info2 {
	border-top: 1px dotted #ccc;
}
.access_info2 dl {
	display: flex;
	border-bottom: 1px dotted #ccc;
}
.access_info2 dt, .access_info2 dd {
	padding: 1em 1em;
}
.access_info2 dt {
	width: 12em;
	text-align: right;
}
.access_info2 dd {
	flex: 1;
}
