@charset "utf-8";
/* CSS Document */

.eidaikuyo_text h3 {
	font-size: 4rem;
	border-bottom: 1px solid #000;
	font-weight: normal;
	margin-bottom: 30px;
}
.eidaikuyo_text p strong {
	border-bottom: 1px solid #000;
	font-weight: normal;
}
.ex {
	line-height: 4rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
.eidaikuyo_text h4 {
	margin: 30px 0 10px;
	padding: 10px;
	background: url(../images/bg_washi.png) repeat center top;
	text-align: center;
	font-weight: normal;
	font-size: 2rem;
}
.eidaikuyo_text table {
	border: none;
	width: 100%;
	font-size: 1.4rem;
}
.eidaikuyo_text th, .eidaikuyo_text td {
	border-bottom: 1px solid #000;
	white-space: nowrap;
	padding: 5px;
	vertical-align: top;
}
.eidaikuyo_text th {
	width: 130px;
}
.eidaikuyo_text th i {
	background-color: #E5D39F;
	font-style: normal;
	font-weight: normal;
	display: block;
	width: 110px;
	text-align: left;
	padding: 5px 10px;
}
.eidaikuyo_text td {
	padding-top: 5px;
}
.eidaikuyo_text td:first-of-type {
	width: 70px;
}
.eidaikuyo_text td b {
	display: block;
	font-weight: normal;
	text-align: right;
}
.eidaikuyo_text small {
	display: block;
	font-size: 1.3rem;
	padding: 5px 0 30px 1.3rem;
	text-indent: -1.3rem;
}
.eidaikuyo_text small.noindent {
	padding-left: 0;
	text-indent: 0;
}
.eidaikuyo_image {
	width: 100%;
	text-align: center;
}
}
.eidaikuyo_image img {
	width:  360px;
	height: auto;
}
.ek_area3_block {
	margin: 0 auto 50px;
	border: 1px solid #000;
	font-size: 1.5rem;
	padding: 20px;
	width: 80%;
}

@media screen and (min-width: 768px) {
	.block2 {
		padding: 100px 50px 0;
	}
	.ek_area1_wrap {
		display: flex;
  		justify-content: space-between;
	}
	.eidaikuyo_text {
		width: 480px;
	}
	.eidaikuyo_text h4 {
		font-size: 2.5rem;
	}
	.eidaikuyo_image {
		padding-top: 50px;
		width: 360px;
	}
	.ek_area2_wrap {
		display: flex;
  		justify-content: space-between;
  		flex-flow: row-reverse;
	}
	.ek_area3_block {
		width: 800px;
	}

}