@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 index

*************************************************/


/* index
--------------------------------------*/
.greenBg {
	margin-top:15px;
	padding: 20px;
	background-color: #e7f2ee;
}
.wrap {
	max-width: 1100px;
	margin: 0 auto 80px;
	padding: 30px;
	background-color: #fff;
}
.wrap02 {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 30px 15px;
	background-color: #fff;
}
.contentsArea .contentsTtl {
	margin-bottom: 40px;
	text-align: center;
	font-size: 31px;
	font-weight: bold;
}
.partsTitle02 {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.pcView {
	display: block;
}
.spView {
	display: none;
}

@media only screen and (max-width:767px) {
	.contentsArea .contentsTtl {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.partsTitle02 {
		font-size: 14px;
	}
	.pcView {
		display: none;
	}
	.spView {
		display: block;
	}
	.wrap {
		padding: 20px;
	}
}


/* caontentsBox
--------------------------------------*/
.caontentsBox + .caontentsBox {
	margin-top: 80px;
}
.caontentsBox.mb {
	margin-bottom: 60px;
}
.caontentsBox .flexBox {
	display: flex;
	justify-content: space-between;
}
.caontentsBox .flexBox .imgBox01 {
	width: 19.93%;
}
.caontentsBox .flexBox .textBox {
	width: 39.77%;
}
.caontentsBox .flexBox .textBox .inTextBox {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cfd6b7;
}
.caontentsBox .flexBox .textBox .inTextBox .text .lead01 {
	font-size: 19px;
	font-weight: bold;
}
.caontentsBox .flexBox .textBox .lead03 {
	font-size: 15px;
}
.caontentsBox .flexBox .imgBox02 {
	width: 32.42%;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.caontentsBox .flexBox {
		flex-direction: column;
	}
	.caontentsBox .flexBox .imgBox01 figure {
		max-width: 120px;
		margin: 0 auto;
	}
	.caontentsBox .flexBox .imgBox01,
	.caontentsBox .flexBox .textBox,
	.caontentsBox .flexBox .imgBox02 {
		width: 100%;
	}
	.caontentsBox .flexBox .textBox {
		margin: 40px 0;
	}
	.caontentsBox .flexBox .textBox .inTextBox .text .lead01 {
		font-size: 14px;
	}
	.caontentsBox .flexBox .textBox .lead03 {
		font-size: 12px;
	}
	.caontentsBox .flexBox .textBox .inTextBox {
		justify-content: inherit;
	}
	.caontentsBox .flexBox .textBox .inTextBox .text {
		padding-right: 10px;
	}
}


/* caontentsBox02 fleBox02
--------------------------------------*/
.caontentsBox02 {
	max-width: 950px;
	margin: 0 auto 0;
}
.caontentsBox02 .fleBox02 {
	display: flex;
	justify-content: space-between;
}
.caontentsBox02 .fleBox02 .side01 {
	width: 63.15%;
}
.caontentsBox02 .fleBox02 .side02 {
	width: 32.63%;
}
.caontentsBox02 .fleBox02 .side01 .logoText {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.caontentsBox02 .fleBox02 .side01 .logoText .icon {
	width: 20.83%;
	text-align: center;
}
.caontentsBox02 .fleBox02 .side01 .logoText .logoLead {
	width: 75%;
}
.caontentsBox02 .fleBox02 .side01 .logoText .logoLead .ttl {
	font-size: 30px;
	font-weight: 900;
}
.caontentsBox02 .fleBox02 .side01 .underText {
	font-size: 12px;
	font-weight: bold;
}
.caontentsBox02 .fleBox02 .side01 .lead {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #cfd6b7;
}
.caontentsBox02 .fleBox02 .side01 .cap {
	font-size: 14px;
	font-weight: bold;
}
.caontentsBox02 .fleBox02 .side01 .cap span {
	padding-right: 10px;
}
.caontentsBox02 .fleBox02 .side02 img {
	width: 100%;
}

.caontentsBox02 .fleBox02 .side01 .logoText .ico01 img { width: 96.7742%; }
.caontentsBox02 .fleBox02 .side01 .logoText .ico02 img { width: 60.4839%; }
.caontentsBox02 .fleBox02 .side01 .logoText .ico03 img { width: 86.2903%; }
.caontentsBox02 .fleBox02 .side01 .logoText .ico04 img { width: 60.4839%; }
.caontentsBox02 .fleBox02 .side01 .logoText .ico05 img { width: 99%; }
.caontentsBox02 .fleBox02 .side01 .logoText .ico06 img { width: 87.0968%; }

@media only screen and (max-width:767px) {
	.caontentsBox02 .fleBox02 {
		flex-direction: column;
	}
	.caontentsBox02 .fleBox02 .side01,
	.caontentsBox02 .fleBox02 .side02 {
		width: 100%;
	}
	.caontentsBox02 .fleBox02 .side02 {
		margin-top: 10px;
	}
	.caontentsBox02 .fleBox02 .side01 .logoText {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.caontentsBox02 .fleBox02 .side01 .logoText .logoLead .ttl {
		text-align: center;
	}
	.caontentsBox02 .fleBox02 .side01 .underText {
		margin-bottom: 10px;
		font-size: 10px;
	}
	.caontentsBox02 .fleBox02 .side01 .lead {
		font-size: 12px;
	}
	.caontentsBox02 .fleBox02 .side01 .logoText .icon {
		width: 33.83%;
	}
	.caontentsBox02 .fleBox02 .side01 .logoText .logoLead {
		width: 65%;
	}
}
@media only screen and (max-width:410px) {
	.caontentsBox02 .fleBox02 .side01 .logoText .logoLead .ttl {
		font-size: 18px;
	}
}


/* btn01
--------------------------------------*/
.btn01 {
	max-width: 250px;
	margin: 0 auto;
}
.btn01.mb {
	margin-bottom:100px;
}
.btn01 a {
	display: block;
	padding: 10px 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
	background-color: #46a28d;
	border: 2px solid #46a28d;
}
.btn01 a:hover {
	color: #000;
	background-color: #fff;
	border: 2px solid #46a28d;
}

@media only screen and (max-width:767px) {
	.btn01.mb {
		margin-bottom: 120px;
	}
	.btn01 a {
		font-size: 14px;
	}
}




