@charset "utf-8";

.block {
	padding-bottom: 40px;
	background: url(../images/policy/line.png) no-repeat center bottom;
}

.title {
	margin-bottom: 10px;
}

.image {
	margin-bottom: 10px;
}

.image_resize {
	margin-bottom: 10px;
	height: 200px;
	text-align: center;
}

.image_resize img {
	width: auto;
	height: 100%;
	border-radius: 5px;
}

div.cap {
	padding: 0.5rem 1rem 1.5rem 1rem;
	text-align: center;
}

.text {
	font-size: 1.4rem;
	line-height: 180%;
}

.mttl {
	text-align: center;
	color: #e04070;
	font-weight: bold;
	margin-bottom: 0.5rem;
}




/*----------------------------
			exp area (add)20230117
		----------------------------*/

.exp_area {
	padding: 2rem;
	margin-bottom: 2rem;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: #f4f3ee;
}

.exp_area h2 {
	font-size: 1.6rem;
	line-height: normal;
	font-style: italic;
	margin-bottom: 2rem;
	color: #0099cc;
}

.exp_area dl dd {
	padding: 2rem 0 0 0;
}

.exp_area dl dd h5 {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.exp_area dl dd p,
.exp_area dl dd a {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.exp_area dl dt dl {}

.exp_area dl dt dl dt {
	width: 30%;
	float: none;
	margin: 0 auto;
}

.exp_area dl dt dl dd {
	width: 100%;
	float: none;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: normal;
}

.exp_area dl dt dl dd span {
	font-size: 1.4rem;
}

.exp_area dl dt dl dt img {
	width: 100%;
	border-radius: 5px;
}



/* 20241217 add */

.performance li {
	margin-bottom: 2rem;
	text-align: center;
	line-height: 1.3rem;
}

.performance li img {
	width: 70%;
	border-radius: 5px;
	margin: 0 auto;
}