@charset "utf-8";
/* CSS Document */

.main {
	background: #d5edf3;
}
.main h1 {
	margin: 0;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 1099px) {
	.main .wrap {
		width:100%;
		margin:0;}
}




.sec03 {
	background: #d5edf3;
	padding: 60px 0;
}
.sec03 .flex .text {
	position: relative;
	flex: 1;
	font-weight: bold;
	background: rgba(255,255,255,0.9);
	border: 1px solid #333;
	padding: 40px 40px;
	padding-right: 90px;
	margin-bottom: 0;
}
.sec03 .flex .text .ico {
	position: absolute;
	right: 20px;
	top: 0;
	transform: translateY(-50%);
	width: 40px;
}
.sec03 .flex .text h2 {
	font-size: 1.75em;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 40px;
}
.sec03 h3 {
	text-align: left;
	margin: 30px 0 10px 0;
	border-left: 4px solid #fcd13e;
	padding: 5px;
	padding-left: 10px;
}
.sec03 h4 {
	text-align: center;
	margin: 30px 0 20px 0;
}
.sec03 .inbox {
	padding-left: 15px;
}
.sec03 ul.list01 {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}
.sec03 ul.list01 li {
	padding: 5px 0;
}
.sec03 ul.list01 li span {
	color: #f1bd0b;
	margin-right: 10px;
}
.sec03 ul.listImage {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec03 ul.listImage li {
	width: 23%;
}
@media only screen and (max-width: 767px) {
	.sec03 .flex .text {
		font-size: 0.875em;
		padding: 30px 20px;
	}
	.sec03 .flex .text .ico {
		right: 5px;
		width: 30px;
	}
	.sec03 .flex .text h2 {
		text-align: left;
		font-size: 1.5em;
		margin-bottom: 30px;
	}
	.sec03 h4 {
		margin: 30px 0 10px 0;
	}
	.sec03 .inbox {
		padding-left: 0;
	}
	.sec03 ul.list01 {
		padding-left: 15px;;
	}
	.sec03 ul.list01 li {
		padding-left: 1em;
		text-indent: -1em;
	}
	.sec03 ul.listImage li {
		width: 48%;
		margin-top: 10px;
	}
}
nav.lineBtn {
	text-align: center;
	margin-top: 30px;
}
nav.lineBtn a {
	position: relative;
	display: inline-block;
	border: 1px solid #00b900;
	background: #00b900;
	color: #fff;
	font-size: 1.0em;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none;
	min-width: 300px;
	margin: 0 auto;
	padding: 1.0em 0;
	transition: 0.2s;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
nav.lineBtn a:hover {
	background: #fff;
	color: #00b900;
}
nav.lineBtn a i.fa-solid {
	position: absolute;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 500px) {
	nav.lineBtn {
		margin-top: 20px;
	}
	nav.lineBtn a {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
}


.sec02 {
	background: #faf8e5;
	padding: 60px 0;
}
.sec02 .flex {
	display: flex;
	align-items: center;
}
.sec02 .flex .text {
	flex: 1;
	font-weight: bold;
}
.sec02 .flex .text h2 {
	font-size: 1.75em;
	margin: 0;
	margin-bottom: 10px;
}
.sec02 .flex figure {
	width: 32%;
	margin-left: 5%;
}
@media only screen and (max-width: 767px) {
	.sec02 .flex {
		flex-direction: column;
	}
	.sec02 .flex .text {
		font-size: 0.875em;
	}
	.sec02 .flex .text h2 {
		font-size: 1.5em;
	}
	.sec02 .flex figure {
		width: 90%;
		margin-left: 0;
		margin-top: 15px;
	}
}




.sec04 {
	background: #e9efff;
	padding: 60px 0;
}
@media only screen and (max-width: 767px) {
}
