@charset "UTF-8";
/* CSS Document */
.h2area {
	padding: 10px 0 50px;
	text-align: center;
}
.h2area h2 {
	padding-bottom: 15px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.h2area h2:after {
	content: "";
	position: absolute;
	width: 50px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
}
.historyBox01 {
	background-color: #F2F9F6;
}
.historyBox01 .inner {
	padding: 60px 100px;
	text-align: center;
}
.historyBox01 .inner p {
	color: #008C46;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}
.historyBox02,
.historyBox04 .items,
.historyBox04 ul {
	overflow: hidden;
}
.historyBox02 {
	padding: 0 130px;
	margin-bottom: 80px;
}
.historyBox02 .left {
	float: left;
}
.historyBox02 .right {
	float: right;
}
.historyBox02 .left {
	width: 60%;
	padding-right: 60px;
}
.historyBox02 .left h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 0 0 30px;;
}
.historyBox02 .right {
	width: 40%;
	text-align: right;
}
.historyBox04 {
    padding: 0 100px;
	margin-bottom: 80px;
}
.historyBox04 .items {
	margin-bottom: 80px;
}
.historyBox04 .items .left {
	float: left;
	width: 50%;
}
.historyBox04 .items .left img,
.historyBox04 .items .left .ttl {
	margin-right: 150px;
}
.historyBox04 .items .left p {
	padding-left: 20px;
}
.historyBox04 .items .right {
	float: right;
	width: 50%;
}
.historyBox04 .items .right img,
.historyBox04 .items .right .ttl {
	margin-left: 150px;
}
.historyBox04 .items .left .ttl,
.historyBox04 .items .right .ttl {
	padding-top: 20px;
	text-align: center;
}
.historyBox04 .bottom {
	padding-bottom: 80px;
}
.historyBox04 ul {
	padding: 0 15px;
}
.historyBox04 ul li {
	float: left;
	width: 300px;
	margin: 25px 10px;
}
.imgBox .inner {
    padding: 0;
}
.imgBox .inner ul {
    overflow: hidden;
    padding: 0 18px 40px;
    font-size: 0;
}
.imgBox .inner ul li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 25px 10px;
    text-align: center;
    font-size: 15px;
}
.imgBox .inner ul li p {
    letter-spacing: -0.05em;
}
.imgBox .inner .ttl {
	padding: 0 15px 10px;
	font-size: 20px;
	font-weight: bold;
}
.imgBox .inner .ttl02 {
	padding: 0 15px;
	font-size: 17px;
	font-weight: bold;
}
.imgBox .inner .ttl02 span {
	font-size: 15px;
	font-weight: normal;
}


@media screen and (max-width: 736px) {
	.h2area {
		padding: 30px 0 35px;
	}
	.h2area h2 {
		font-size: 20px;
	}
	.historyBox01 .inner {
		padding: 40px 3vw;
	}
	.historyBox01 .inner p {
		padding: 0 2vw;
		line-height: 1.4;
		text-align: left;
	}
	.historyBox02 {
		padding: 0 3vw;
	}
	.historyBox02 .left,
	.historyBox03 .left {
		float: left;
	}
	.historyBox02 .right,
	.historyBox03 .right {
		float: none;
		width: 100%;
	}
	.historyBox02 .left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.historyBox02 .left h3 {
		font-size: 18px;
		padding: 20px 0 30px;
	}
	.historyBox02 .left p {
		padding: 0 2vw;
	}
	.historyBox02 .right {
		width: 100%;
		padding: 40px 0 20px;
		text-align: center;
	}
	.historyBox04 {
		padding: 0 2vw;
	}
	.historyBox04 .items {
		margin-bottom: 50px;
		padding: 0 3vw;
	}
	.historyBox04 .items .left {
		float: none;
		width: 100%;
	}
	.historyBox04 .items .left img,
	.historyBox04 .items .left .ttl {
		margin-right: 0;
	}
	.historyBox04 .items .left p {
		padding: 0 2vw 30px;
	}
	.historyBox04 .items .right p {
		padding: 0 2vw 30px;
	}
	.historyBox04 .items .right {
		float: none;
		width: 100%;
	}
	.historyBox04 .items .right img,
	.historyBox04 .items .right .ttl {
		margin-left: 0;
	}
	.historyBox04 .items .left .ttl,
	.historyBox04 .items .right .ttl {
		padding-top: 10px;
	}
	.historyBox04 .bottom {
		padding: 0 5vw 30px;
	}
	.historyBox04 ul {
		padding: 0 3vw 30px;
	}
	.historyBox04 ul li {
		width: 46%;
		margin: 1%;
	}
	.historyBox04 ul li:nth-child(2n+1){
		clear: both;
	}
	.imgBox .inner ul {
		padding: 0 3vw 40px;
		padding-left: 4%;
		font-size: 0;
		margin: 0 auto;
	}
	.imgBox .inner ul li {
		float: none!important;
		display: inline-block;
		width: 47%;
		margin: 1%;
		font-size: 14px;
		vertical-align: top;
	}
}