@charset "utf-8";
/* CSS Document */

.wrapBox {
	width: 100%;
	background: #fff;
	font-size: 100%;
}
.wrapBox section {
	background: #daeee5;
	padding: 1em;
}
.contetntsBox {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}
.contetntsBox p {
	margin: 1em 0;
}
.ttl1 {
	text-align: center;
	padding: 1em 0;
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: bold;
}
.ttl1 i {
	padding-left: 4px;
	color: #007b12;
	padding-bottom: 8px;
}
.ttl2 {
	margin: 1.4em 0 0.6em;
	font-size: 20px;
	font-weight: bold;
}
.txtC {
	text-align: center;
}
.contetntsBox dl {
	padding: 2em;
	background: #fff;
	border-radius: 10px;
	margin: 2em auto;
}
.contetntsBox dt {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 2px dotted #007b12;
	padding: 0.4em;
	position: relative;
}
.contetntsBox dt:hover {
	cursor: pointer;
}
.contetntsBox dt:after {
	font-family: "Font Awesome 6 Free";
	content: "\f149";
	font-weight: 900;
	color: #007b12;
	position: absolute;
	top: 10px;
	right: 10px;
}
.contetntsBox dt.active:after {
	font-family: "Font Awesome 6 Free";
	content: "\f148";
	font-weight: 900;
	color: #007b12;
	position: absolute;
	top: 10px;
	right: 10px;
}
.contetntsBox dd {
	display: none;
	margin: 2em 0 0;
	box-sizing: border-box;
}
.contetntsBox dd img {
	max-width: 100%;
	display: block;
}
.flex {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-around;
}
.flex img {
	width: 48%;
}
ul.flow li {
	width: 96%;
	margin: 1em auto;
	box-sizing: border-box;
	background: #f6f5e5;
	border-radius: 10px;
	padding: 1em;
	display: flex;
	align-items: center;
}
ul.flow li p {
	width: 60%;
	font-size: 16px;
}
ul.flow li div {
	text-align: center;
}
ul.flow li img {
	border: 1px solid #999;
	width: 100%;
	max-width: 280px;
	display: inline;
}

table {
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
}
/*table線あり*/
table.def tr,
table.def th,
table.def td {
	border: 1px solid #999;
}
table.def th {
	background: #eee;
	padding: 0.6em 0.4em;
	text-align: center;
}
table.def td {
	text-align: center;
	padding: 0.6em 0.4em;
}
table.def td ul li {
	margin: 0 !important;
}

@media screen and (max-width: 540px) {
	.wrapBox {
		font-size: 70% !important;
	}
	ul.flow li {
		display: block;
	}
	ul.flow li p {
		width: 100%;
	}
}
