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

	contents
  
======================================================================== */
.box {
	background-image: none;
	background-color: rgba(255,255,255,0.9);
}
.box p {
	line-height: 1.8;
}

.box a[target="_blank"] {
	padding-right: 20px;
	color: #21b8ce;
	font-weight: bold;
	background: url(../../images/common/ico_blank.svg) no-repeat right center;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}

.box dl {
	margin-top: 30px;
}

.box dt {
	margin-bottom: 1em;
	padding-right: 1.5em;
	font-weight: bold;
	float: left;
	clear: both;
}

.box dd {
	margin-bottom: 1em;
}


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

}