/* ========================================================================

	contact
  
======================================================================== */
.box dl {
	margin: 0 auto;
	width: 82%;
	border-bottom: 1px dotted #000;
}

.box dt {
	padding: 10px 0;
	margin-bottom: 15px;
	text-align: center;
	font-size: 123%;
	font-weight: bold;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.box dd {
	margin-bottom: 15px;
	padding: 0 30px;
	line-height: 1.8;
	font-size: 108%;
}


/*----------------------------------------------------------------------------------------------------------------- SP ----*/
@media screen and (max-width: 768px) {
	
.box dl { width: 98%; }

.box dd {
	padding: 0 2%;
	font-size: 100%;
}

}