@charset "utf-8";
.about_wrap {
	background-color: #FDFCE7;
	background-image: url(../images/bg/sla_p.svg);
	background-repeat: no-repeat;
	padding: 5.38%;
	background-size: cover;
}
#about1 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.about1_gazo_UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about1_gazo_UL li img {
	width: 100%;
}
.about1_gazo_UL li {
	width: 31.07%;
}
.about2 {
	margin-top: 5.38%;
	text-align: center;
}
.about2 h2 {
	font-size: 56px;
	margin-bottom: 2.3%;
	font-family: "Rampart One", sans-serif;
}
.about2 p img {
	width: 80%;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5.38%;
	padding-right: 6.92%;
	padding-left: 6.92%;
	padding-bottom: 5.38%;
	border-radius: 16px;
	box-sizing: border-box;
	-webkit-box-shadow: 8px 8px #00BF98;
	box-shadow: 8px 8px #00BF98;
}

.about2-2 {
	margin-top: 5.38%;
	text-align: center;
}
.about2-2 p {
	line-height: 1.8em;
	font-size: 18px;
	color: #26281E;
}

#about1 .about2-2 h2 {
	font-family: "Rampart One", sans-serif;
	font-size: 40px;
	line-height: 1.3em;
	margin-bottom: 2.3%;
	/* [disabled]color: #00BF98; */
}
.about3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3.84%;
	box-sizing: border-box;
	border-radius: 16px;
	background-color: #FFFFFF;
	margin-top: 5.38%;
	-webkit-box-shadow: 8px 8px #FF60C5;
	box-shadow: 8px 8px #FF60C5;
}
.about3 table tbody tr th {
	padding: 16px;
	border-bottom: 1px solid #E4E4E4;
	color: #00BF98;
}
.about3 table tbody tr td {
	padding: 16px;
	border-bottom: 1px solid #E4E4E4;
}
#mappp {
	margin-top: 2.3%;
}
#mappp iframe {
	border-radius: 16px;
	width: 100%;
}
