@charset "utf-8";

.box_speci_about {
	width: 100%;
	padding: 7em 5%;
}
.box_speci_about article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.box_speci_about article h2 {
	margin-bottom: 3rem;
	font-size: 2.5em;
	color: #384756;
	font-weight: normal;
	line-height: 2.2;
}
.box_speci_about article p {
	margin-bottom: 3.0rem;
	font-size: 1.5em;
	color: #5C5C5C;
	line-height: 1.8;
}
.box_speci_about article img {
	margin: auto;
	margin: 5rem 0 5.0rem 0;
}
@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;
	}
}
@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: 3.0rem auto;
	}
	.box_speci_about article a.but_arrow_w {
		max-width: 80%;
		font-size: 1em;
	}
}


.box_links {
	width: 100%;
	padding-bottom: 5em;
}
.box_links article {
	position: relative;
	width: 100%;
	padding: 0 5%;
}
.box_links article:nth-child(odd) {
	background-color: #F0F0F0;
}
.box_links article:nth-child(odd)::after {
	border-top: 50px solid #F0F0F0;
}
.box_links article:last-child::after {
	display: none;
}
.box_links article section {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 6em 0;
}
.box_links article section div:first-child {
	width: 40%;
}
.box_links article section div:last-child {
	width: 56%;
	text-align: left;
}
.box_links article section div:last-child h3 {
	margin-bottom: 1em;
	padding-bottom: 0.7em;
	border-bottom: 2px dotted #707070;
	font-size: 1.8em;
	line-height: 1.5;
	color: #384756;
}
.box_links article section div:last-child ul {
	padding-bottom: 2.0em;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 2.5;
	color: #5C5C5C;
}
.box_links article section div:last-child ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box_links article section div:last-child ul li a {
	color: #384756;
}

@media screen and (max-width: 920px) {
	.box_links article section {
		padding: 4em 0 4em 0;
	}
	.box_links article section div:last-child h3 {
		margin-bottom: 0.7em;
		padding-bottom: 0.7em;
		font-size: 1.3em;
	}
	.box_links article section div:last-child p {
		padding-bottom: 1.0em;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0;
		color: #5C5C5C;
	}
}
@media screen and (max-width: 700px) {
	.box_links article section {
		padding: 4em 0 4em 0;
	}
	.box_links article section div:last-child h3 {
		font-size: 1.1em;
	}
	.box_links article section div:last-child p {
		font-size: 0.9em;
		line-height: 1.7;
	}
}
@media screen and (max-width: 540px) {
	.box_links article section {
		padding: 4em 0 2.5em 0;
	}
	.box_links article section {
		display: block;
		width: 100%;
		padding: 3em 0;
	}
	.box_links article section div:first-child {
		margin-bottom: 2em;
	}
	.box_links article section div:first-child,
	.box_links article section div:last-child {
		width: 100%;
	}
}


.box_speci_und {
	width: 100%;
	padding: 5em 5% 6em 5%;
}
.box_speci_und article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.box_speci_und article h2 {
	margin-bottom: 2rem;
	font-size: 2.2em;
	color: #384756;
	font-weight: normal;
	line-height: 2.2;
}
.box_speci_und article h3 {
	margin-bottom: 3.0rem;
}
.box_speci_und article h4 {
	margin-bottom: 2.5rem;
	font-size: 2.0em;
	color: #384756;
	font-weight: bold;
	text-align: left;
}
.box_speci_und article p {
	margin-bottom: 3.0rem;
	font-size: 1.2em;
	color: #5C5C5C;
	line-height: 1.8;
	text-align: left;
}
.box_speci_und article img {
	margin: auto;
	margin: 5rem 0 5.0rem 0;
}
.box_speci_und article p a {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em 2em;
	padding: 1.0em 2.5em 1.0em 2.5em;
	background-color: #99A1A9;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	border-radius: 3em;
	transition: all 300ms 0s ease;
}
.box_speci_und article a:hover {
	background-color: #4D5760;
}
.box_speci_und article p span.left {
	float: left;
	max-width: 45%;
}
.box_speci_und article p a.right {
	float: right;
	max-width: 48%;
}
@media screen and (max-width: 920px) {
	.box_speci_und {
		padding-bottom: 4em;
	}
	.box_speci_und article h2 {
		font-size: 2.0em;
	}
	.box_speci_und article h4 {
		font-size: 1.6em;
	}
	.box_speci_und article p {
		margin-bottom: 2.0rem;
		font-size: 1.1em;
	}
	.box_speci_und article img {
		margin: 3rem 0;
	}
	.box_speci_und article p span.left {
		float: none;
		max-width: 100%;
	}
	.box_speci_und article p a.right {
		float: none;
		max-width: 100%;
		margin: 1.5rem auto;
	}
}
@media screen and (max-width: 700px) {
	.box_speci_und article h2 {
		font-size: 1.7em;
	}
	.box_speci_und article h4 {
		font-size: 1.5em;
	}
	.box_speci_und article p {
		font-size: 1.0em;
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 540px) {
	.box_speci_und {
		padding: 4em 5% 2em 5%;
	}
	.box_speci_und article h2 {
		margin-bottom: 2rem;
		font-size: 1.3em;
	}
	.box_speci_und article h4 {
		font-size: 1.2em;
	}
	.box_speci_und article p {
		margin-bottom: 2rem;
		font-size: 1.0em;
		line-height: 1.5;
	}
	.box_speci_und article img {
		margin: 3.0rem auto;
	}
	.box_speci_und article a.but_arrow_w {
		max-width: 80%;
		font-size: 1em;
	}
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}