/* -------------------------------- read */
.read {
	position: relative;
}
.read::after {
	content: '';
	display: block;
	clear: both;
}
.read .img {
	float: left;
}
.read .text {
	width: 725px;
	padding: 30px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	.read .img {
		width: 100%;
		float: none;
		text-align: center;
	}
	.read .text {
		width: 90%;
		padding: 30px 20px;
		margin: auto;
		position: relative;
		top: -30px;
		right: auto;
		transform: none;
	}
}
/* -------------------------------- section */
section {
	margin: 90px 0 0;
	padding: 0 40px;
}
section h3 {
	text-align: left;
	text-indent: 0;
	padding: 0;
	border: none;
	color: #cf870a;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	position: relative;
}
section h3::before {
	content: '';
	width: 100%;
	height: 1px;
	margin: -1px auto 0;
	background: #CF870A;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
section h3 img {
	margin-right: 10px;
	vertical-align: 0;
}
section h3 .sp_bg {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px 15px 0;
	background: #FFF;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	section {
		margin-top: 0vw;
		padding: 0;
	}
	section h3 {
		text-align: center;
		font-size: 9vw;
	}
	section h3 img {
		max-width: 50px;
	}
	section h3 .sp_bg {
		padding: 15px;
	}
}
/* -------------------------------- section_01 */
.section_01 .photoArea {
	margin: 90px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	
}

.section_01 .photoArea .img {
	width: 605px;
	order: 1;
}
.section_01 .photoArea:nth-child(2n+1) .img {
	order: 0;
}
.section_01 .photoArea .text {
	width: 475px;
	
}
.section_01 .photoArea:nth-child(2n+1) .text {

}
.section_01 .photoArea .text h4 {
	font-size: 2.8rem;
	border-bottom: #cf870a 1px solid;
}
.section_01 .photoArea .text p {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.section_01 .photoArea {
		margin-top: 10vw;
	}
	.section_01 .photoArea .img,
	.section_01 .photoArea:nth-child(2n+1) .img {
		display: none;
	}
	.section_01 .photoArea .text,
	.section_01 .photoArea:nth-child(2n+1) .text {
		width: 100%;
		padding: 0;
		position: static;
		transform: none;
	}
	.section_01 .photoArea .text h4 {
		margin-bottom: 20px;
		font-weight: 500;
		text-align: center;
	}
}
/* -------------------------------- section_02 */
.section_02 h4 {
	font-size: 3.6rem;
}
.section_02 h5 {
	font-size: 2.8rem;
	border-bottom: #cf870a 1px solid;
}
.section_02 .photoArea {
	display: flex;
	align-items: flex-start;
	margin: 80px 0 0;
}
.section_02 .photoArea .img {
	padding: 0 40px 0 0;
}
.section_02 .photoArea .img.right {
	padding: 0 0 0 40px;
	order: 1;
}
.section_02 .photoArea .text {
	flex: 1;
}
.section_02 .photoArea .text p {
	margin-top: 15px;
}
.section_02 table {
	width: 100%;
}
.section_02 table th {
	font-weight: normal;
	text-align: left;
}
.section_02 table td {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.section_02 {
		margin-top: 10vw;
	}
	.section_02 h4 {
		font-weight: 500;
		font-size: 6vw;
		text-align: center;
	}
	.section_02 h5 {
		margin-bottom: 20px;
		font-weight: 500;
		text-align: center;
	}
	
	.section_02 .photoArea  {
		margin-top: 50px;
	}
	.section_02 .photoArea {
		display: block;
	}
	.section_02 .photoArea .text img {
		margin: auto;
	}
	.section_02 .photoArea .img {
		display: none;
	}
	.section_02 table,
	.section_02 table tr,
	.section_02 table th,
	.section_02 table tbody {
		display: block;
	}
	.section_02 table th {
		margin-top: 5px;
	}
	.section_02 table td:not([class]) {
		padding: 0 0 0 17px;
		display: inline-block;
		
	}
}

