@charset "UTF-8";
/*******************************************************************************
	サイト名：
	作成会社：Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2018.01│新規│[V1.00] 山本
*******************************************************************************/

/*******************************************************************************
	共通部
--------------------------------------------------------------------------------
	適応：ページタイトル
*******************************************************************************/
.common_page-title {
	display: flex;
	margin-bottom: 50px;
	text-align: center;
	justify-content: center;
}
.common_page-title h2 {
	display: flex;
	font-weight: 900;
	font-size: clamp(1.75rem, -4.987rem + 14.04vw, 4.25rem);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.common_page-title h2 span {
	display: flex;
	margin-top: clamp(0.625rem, -1.059rem + 3.51vw, 1.25rem);
	color: #1a3365;
	font-weight: 400;
	font-size: clamp(1.5rem, 0.153rem + 2.81vw, 2rem);
	line-height: 26px;
	white-space: nowrap;
	column-gap: clamp(0.313rem, -1.372rem + 3.51vw, 0.938rem);
	align-items: center;
}
.common_page-title h2 span i {
	display: flex;
	position: relative;
	width: clamp(2.5rem, -4.237rem + 14.04vw, 5rem);
	height: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	margin-bottom: clamp(0.188rem, -0.149rem + 0.7vw, 0.313rem);
	border-top: 1px solid#042d67;
	border-bottom: 1px solid #1797d0;
	justify-content: center;
	align-items: center;
}
.common_page-title h2 span i::before {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #0e64b2;
	content: "";
}

/*******************************************************************************
	共通部
--------------------------------------------------------------------------------
	適応：ページタイトル
*******************************************************************************/
@media screen and (min-width: 768px) {
	body:not(.home) .main_container , .main_contain {
		padding: 140px 0 100px;
	}
}
@media screen and (max-width: 767px) {
	body:not(.home) .main_container , .main_contain {
		padding: 10px 0 50px;
	}
}

/*******************************************************************************
	共通部
--------------------------------------------------------------------------------
	適応：ページタイトル
*******************************************************************************/
.common_page-description {
	font-weight: 500;
	font-size: clamp(0.938rem, 0.601rem + 0.7vw, 1.063rem);
	line-height: clamp(1.75rem, 1.413rem + 0.7vw, 1.875rem);
}
@media screen and (min-width: 768px) {
	.common_page-description {
		margin-bottom: 70px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.common_page-description {
		margin-bottom: 70px;
		padding: 0 30px;
		text-align: justify;
	}
	.common_page-description br {
		display: none;
	}
}

