@charset "utf-8";

.box_speci_about {
	width: 100%;
	padding: 7em 5%;
}
.box_speci_about article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.box_speci_about article h2 {
	margin-bottom: 3rem;
	font-size: 3.0em;
	color: #55301B;
}
.box_speci_about article p {
	margin-bottom: 5.0rem;
	font-size: 1.7em;
	color: #5C5C5C;
	line-height: 2.5;
}
.box_speci_about article img {
	margin: auto;
	margin-bottom: 5.0rem;
}
.box_speci_about article a.but_arrow_w {
	max-width: 40em;
	border: 1px solid #707070;
}
@media screen and (max-width: 920px) {
	.box_speci_about article h2 {
		font-size: 2.0em;
	}
	.box_speci_about article p {
		margin-bottom: 4.0rem;
		font-size: 1.3em;
	}
	.box_speci_about article a.but_arrow_w {
		max-width: 90%;
	}
}
@media screen and (max-width: 700px) {
	.box_speci_about article h2 {
		font-size: 1.7em;
	}
	.box_speci_about article p {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 540px) {
	.box_speci_about {
		padding: 4em 5%;
	}
	.box_speci_about article h2 {
		margin-bottom: 2rem;
		font-size: 1.3em;
	}
	.box_speci_about article p {
		margin-bottom: 3rem;
		font-size: 1.0em;
		line-height: 1.5;
	}
	.box_speci_about article img {
		margin-bottom: 3.0rem;
	}
	.box_speci_about article a.but_arrow_w {
		max-width: 80%;
		font-size: 1em;
	}
}

.box_material {
	width: 100%;
	padding: 4em 0;
	background-color: #F0F0F0; 
}
.box_material article {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.5em 0;
}
.box_material article h3 {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 2px dotted #623D28;
	font-size: 1.8em;
	color: #623D28;
	line-height: 1.5;
	text-align: left;
}
.box_material article h3::before {
	display: inline-block;
	content: "●";
	margin-right: 0.3em;
}
.box_material article section {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.box_material article section div {
	margin: 0 0 0 1em;
}
.box_material article section div:first-child {
	flex-grow: 1;
	margin: 0;
}
.box_material article section ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: number;
	color: #5C5C5C;
	font-weight: bold;
}
.box_material article section ol li {
	position: relative;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	line-height: 1.5;
}
.box_material article section ol li::before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1.2em;
	height: 1.2em;
	content: counter(number);
	counter-increment: number;
	padding: 0 0.3em;
	line-height: 1.3;
}
.box_material article section ol li::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #5C5C5C;
	border-radius: 50%;
}
.box_material article section small {
	font-size: 0.9rem;
}
@media screen and (max-width: 920px) {
	.box_material article h3 {
		font-size: 1.5em;
	}
	.box_material article section {
		justify-content: center;
		flex-wrap: wrap;
	}
	.box_material article section div {
		margin: 0 1em 1em 0;
	}
	.box_material article section div:first-child {
		width: 100%;
		margin: 0 0 2em 0;
	}
	.box_material article section div:last-child {
		margin: 0 0 1em 0;
	}
}
@media screen and (max-width: 540px) {
	.box_material {
		padding: 2em 0;
	}
	.box_material article {
		padding: 1.5em 0;
	}
	.box_material article h3 {
		font-size: 1.2em;
	}
	.box_material article section div {
		margin: 0 0 1em 0;
	}
}

.box_plus {
	width: 100%;
	margin: 8em auto;
	padding: 0 5%;
}
.box_plus article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.box_plus article ul {
	text-align: left;
	margin: 0 0 3em 2.0em;
	list-style: inherit;
}
.box_plus article ul li {
	list-style: inherit;
	margin: 0 0 0.8em 0;
	line-height: 1.8;
	font-weight: bold;
	color: #5C5C5C;
}
.box_plus article > div {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2em 0;
	text-align: center;
}
.box_plus article > div div:first-child {
	margin: 0 1em 0 0;
}
.box_plus article > div div {
	padding: 0 0 1em 0;
}
@media screen and (max-width: 920px) {
	.box_plus article > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.box_plus article > div div:first-child {
		margin: 0;
	}
}
@media screen and (max-width: 540px) {
	.box_plus {
		margin: 5em auto;
	}
}

.box_chie {
	width: 100%;
	margin: 8em auto;
	padding: 0 5%;
}
.box_chie article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.box_chie article p {
	color: #5C5C5C;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 2em;
	text-align: left;
}
.box_chie article ul {
	text-align: left;
	margin: 0 0 2em 0;
	padding: 2em 2em 1em 2em;
	list-style: inherit;
	background-color: #E6DCD6;
	color: #623D28;
}
.box_chie article ul li {
	list-style: inherit;
	margin: 0 0 1em 1em;
	line-height: 1.8;
	font-weight: bold;
	font-size: 1.1em;
}
.box_chie article > div {
	text-align: right!important;
}
.box_chie article > div img {
	display: inline-block;
}
@media screen and (max-width: 540px) {
	.box_chie {
		margin: 5em auto;
	}
}