@charset "utf-8";
/* CSS Document */

.subhead {
	background: #EEC67E url("../images/common/back5.png") no-repeat right top;
}

.subhead h2 {
	font-size: 60px;
	font-weight: bold;
	line-height: 100%;
}

.subhead h2 span {
	line-height: 100%;
	margin-top: 10px;
	display: block;
	font-size: 24px;
}

.content01 {
	padding: 120px 0 0;
	text-align: center;
	margin: auto;
}@media screen and (max-width: 767px) {
	.content01 {
		padding: 60px 5vw 0;
	}
}

.content01 h3.catch {
	font-size: 36px;
	color: #754C24;
	line-height: 140%;
	font-weight: bold;
}@media screen and (max-width: 767px) {
	.content01 h3.catch {
		font-size: 25px;
	}
}

.content01 .subtext {
	margin-top: 40px;
	font-size: 18px;
	line-height: 200%;
}@media screen and (max-width: 767px) {
	.content01 .subtext {
		font-size: 16px;
		text-align: left;
	}
	.content01 .subtext br {
		display: none;
	}
}

.content01 .img1 {
	margin-top: 40px;
}

.content01 .flexbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.content01 .flexbox .box {
	margin: 80px 20px;
}@media screen and (max-width: 767px) {
	.content01 .flexbox .box {
		margin: 30px auto 0;
	}
}

.content01 .flexbox .box {
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	background: #FFDCA4;
	padding: 40px;
	max-width: 480px;
}@media screen and (max-width: 767px) {
	.content01 .flexbox .box {
		padding: 20px;
	}
}


.content01 .flexbox .box h3 {
	margin-top: 0;
	font-size: 40px;
}

.content01 .flexbox .box h4 {
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
}

.content01 .flexbox .box p {
	margin-top: 20px;
	line-height: 200%;
	text-align: left;
	font-size: 18px;
}

.content01 .img3 {
	margin-top: 60px;
}

.content02 {
	padding: 60px 0 0;
	text-align: center;
	margin: auto;
	background: url("../images/common/back2.png") no-repeat left top;
}

.content02 ul {
	margin-top: 60px;
}

.content02 ul li {
	text-align: left;
	font-size: 24px;
	color: #754C24;
	background: url("../images/institution01/n1.png") no-repeat left;
	padding-left: 36px;
	margin-top: 50px;
	font-weight: bold;
}

.content02 ul li#n2 {
	background-image: url("../images/institution01/n2.png");
}
.content02 ul li#n3 {
	background-image: url("../images/institution01/n3.png");
}
.content02 ul li#n4 {
	background-image: url("../images/institution01/n4.png");
}
.content02 ul li#n5 {
	background-image: url("../images/institution01/n5.png");
}

.content03 {
	padding: 20px 0 0;
	text-align: center;
	margin: auto;
}@media screen and (max-width: 767px) {
	.content03 {
		padding: 20px 5vw 0;
	}
}

.content03 .flexbox {
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 90px auto 0;
}

.content03 .flexbox .box {
	max-width: 500px;
	padding-bottom: 60px;
/*	border-bottom: #998675 dotted 1px;
	margin-bottom: 40px;*/
	text-align: left;
}

.content03 .flexbox .box img {
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.content03 .flexbox .box h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	margin-top: 15px;
}

.content03 .flexbox .box h4 span {
	font-size: 21px;
	font-weight: normal;
}

.content03 .flexbox .box p {
	color: #333;
	margin-top: 15px;
	line-height: 180%;
}

.content04 {
	padding: 20px 0 120px;
	text-align: center;
	background: url("../images/common/back3.png") no-repeat right top;
}

.content04 p.subtext {
	margin-top: 60px;
	font-size: 18px;
	line-height: 140%;
}


.content04 .contentarea {
	background: #D9D3C7;
	padding: 40px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 60px auto 0;
}

.content04 .contentarea div {
	margin: 5px 10px;
}
