@charset "utf-8";

/*========= トップのためのCSS ===============*/
.secondary_top {
	position: relative;
	width: 100%;
}
.secondary_summary,.secondary_about {
	width: 80%;
	margin: 0 auto;
}
.secondary_summary p {
	font-size: 1em;
	line-height: 1.75em;
	}
.secondary_summary h1,.secondary_about h1 {
	margin: 0 auto 0.5em;
	font-weight: bold;
	display: block;
	font-size: 2.2em;
	color: #3467C1;
	width: 100%;
	line-height: 1.1;
	padding-top: 1em;
}
.secondary_summary h1 span,.secondary_about h1 span {
	display: flex;
	font-size: 0.4em;
	font-weight: 200;
	align-items: center;
	color: black;
	line-height: 3;
}
.secondary_summary h1 span::before,.secondary_about h1 span::before {
	content: "";
	border-bottom: solid 0.5px black;
	width: 1.5em;
	margin-right: 0.3em;
}
.secondary_img {
	width: 80%;
	max-height: 200px;
	object-fit: cover;
	display: block;
	margin: 2em 0 0 auto;
}
@media print, screen and (min-width: 768px) {
	.secondary_top {
		height: 300px;
	}
	.secondary_summary,.secondary_about {
		width: 90%;
	}
	.secondary_summary h1,.secondary_about h1 {
		width: 48%;
		margin: 0;
	}
	.secondary_summary p {
		width: 47%;
	}
	.secondary_img {
		position: absolute;
		margin: 0;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		max-height: none;
	}
}
@media print, screen and (min-width: 1024px) {
	.secondary_top {
		height: 460px;
	}
	.secondary_summary,.secondary_about {
		max-width: 1400px;
	}
	.secondary_summary h1,.secondary_about h1 {
		font-size: 3.5em;
	}
	.secondary_summary h1 span,.secondary_about h1 span {
		font-size: 0.4em;
	}
	.secondary_summary p {
		font-size: 1.1em;
	}
}
@media print, screen and (min-width: 1900px) {
	.secondary_top {
		height: 450px;
	}
}
/*========= ページ内リンクのための ===============*/
.jump_contents {
	margin: 4em auto;
}
@media screen and (min-width: 1024px) {
	.jump_contents {
	margin: 6em auto;
	}	
}
/*========= h2のためのCSS ===============*/
.secondary_content {
	width: 80%;
	max-width: 1400px;
	margin: 4em auto 0;
}
@media screen and (min-width: 768px) {
	.secondary_content {
	margin: 5em auto 0;
	width: 90%;
	}
}
@media screen and (min-width: 1024px) {
	.secondary_content {
	margin: 6em auto 0;
	}
}
/*----------------------------------*/
.secondary_title2 {
	margin-bottom: 3em;
}
.secondary_title2 h2 {
	color: #1E841E;
	font-size: 1.1em;
}
.secondary_title2 h2 span {
	position: relative;
	display: flex;
	color: #000;
	line-height: 2;
	font-weight: 200;
	font-size: 0.8em;
	margin-left: 1.5em;
}
.secondary_title2 h2 span::before {
	content: "";
	position: absolute;
	-webkit-transform: translate( -50%, -50%); /* Safari用 */
	transform: translate( -50%, -50%);
	top: 16px;
	left: -13px;
	border-bottom: solid 0.5px black;
	width: 1em;
	margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
	.secondary_title2 h2 {
		font-size: 1.3em;
	}
}
@media screen and (min-width: 1024px) {
	.secondary_title2 h2 {
		font-size: 1.8em;
	}
	.secondary_title2 h2 span {
		font-size: 0.7em;
		margin-left:0.2em 1.5em 0 0;
	}
	.secondary_title2 h2 span::before {
		top: 21px;
		left: -18px;
	}
}
