@charset "UTF-8";
#contents_box .box{
	width: 98%;
}
.box .txt{
	float: left;
	width: 38%;
}
.box .photo{
	float: right;
	width: 448px;
	margin-bottom: 40px;
}
.box .photo figure{
	margin-bottom: 40px;
}
#contents_box dl{
	color: #fff;
	font-weight: bold;
	background-color: #63CBC9;
	padding:5px;
	border-radius: 10px;
}
#contents_box dl dt{
	font-size: 1.6rem;
}
#contents_box dl dd{
	margin-left: 0;
}

.a_link {
	font-weight: bold;
	color: #3ab1cb;
	text-decoration: underline;
}