@charset "UTF-8";

/* c-page-sub
----------------------------------------*/
.c-page-sub {

}
.c-page-sub__menu {
	display: none;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__menu {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		background: #fff;
		z-index: 1100;
		padding: 25px 6.666%;
	}
	.c-page-sub__menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.c-page-sub__menu ul li {
		width: 100%;
		margin-bottom: 9px;
	}
	.c-page-sub__menu ul li a {
		display: block;
		font-size: 1.6rem;
		height: 100%;
		background: #dae1ea;
		text-align: center;
		color: #494949;
		padding: 13px 10px;
	}
	.c-page-sub__menu ul li a:hover {
		text-decoration: none;
	}
	.c-page-sub__menu .c-page-sub__menu-close {
		background: #002f7b;
		color: #fff;
		padding: 13px;
		font-size: 1.6rem;
	}
	.c-page-sub__menu ul .c-page-sub__menu-english a {
		border: solid 2px #002f7b;
		background: #fff;
		color: #002f7b;
	}
}
.c-page-sub__title {
	border-bottom: solid 1px #d8d8d8;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	color: #002f7b;
}
.c-page-sub__title + .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	justify-content: center;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}
.c-page-sub__title h1 {
	padding: 49px 0 45px;
	font-weight: bold;
	letter-spacing: 3.8px;
	padding-left: 8px;
}
.c-page-sub__title h1 span {
	display: inline-block;
	max-width: calc(100% - 30px);
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__title {
		border-bottom: solid 1px #b4c4d6;
		font-size: 2.3rem;
	}
	.c-page-sub__title h1 {
		letter-spacing: 1px;
	}
	.c-page-sub__title + .container {
		display: block;
	}
	.c-page-sub__title.accordion {
		padding-right: 12px;
	}
	.c-page-sub__title.accordion h1::after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-left: 14px;
		vertical-align: 4px;
		border-top: solid 3px #494949;
		border-right: solid 3px #494949;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.c-page-sub__title.accordion.open h1::after {
		vertical-align: 0px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.c-page-sub__main {
	width: 831px;
	padding-right: 50px;
	padding-bottom: 120px;
}
.c-page-sub__main:last-child {
	width: auto;
	padding-right: 0;
	padding-bottom: 0;
}
.attachment .c-page-sub__main:last-child {
	width: auto;
	padding-right: 0;
	padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__main {
		float: none;
		width: auto;
		margin: 0 6.666%;
		padding-right: 0;
		padding-bottom: 49px;
	}
	.attachment .c-page-sub__main:last-child {
		padding-bottom: 49px;
	}
}
.c-page-sub__sidebar {
	width: 268px;
	padding: 50px 0 0 50px;
	border-left: solid 1px #d8d8d8;
}
.c-page-sub__sidebar-btn {
	margin-bottom: 46px;
}
.c-page-sub__sidebar-btn a {
	display: block;
	background: #002f7b;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	padding: 38px 20px 37px 38px;
	letter-spacing: 2px;
}
.c-page-sub__sidebar-btn a:hover {
	text-decoration: none;
}
.c-page-sub__sidebar-btn a:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border: solid 5px #4b6ea0;
}
.c-page-sub__sidebar-btn a::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/common/ico-arrow-w.svg) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin: 0 0 4px 9px;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__sidebar {
		display: none;
	}
}
/* 資料ライブラリーの下層 */
.c-page-sub__archive-title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #002f7b;
	padding: 4px 0 23px;
	margin-bottom: 22px;
	border-bottom: dotted 1px #d8d8d8;
	letter-spacing: 1.2px;
}
.c-page-sub__archive-list li {
	border-bottom: dotted 1px #d8d8d8;
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	padding-bottom: 17px;
	margin-bottom: 22px;
}
.c-page-sub__archive-list li a {
	padding: 1px 0 3px 31px;
	color: #000;
	letter-spacing: 1.4px;
	display: inline-block;
	background: url(../img/common/ico-arrow-b.svg) no-repeat;
	background-size: 20px 20px;
}
.c-page-sub__archive-list li a[target="_blank"] {
	padding: 1px 0 3px 31px;
	color: #000;
	letter-spacing: 1.4px;
	display: inline-block;
	background: url(../img/common/ico-pop-b.svg) no-repeat;
	background-size: 18px 16px;
}
.c-page-sub__archive-list li.current_page_item a {
	padding: 1px 0 3px 0;
	color: #002f7b;
	background: none;
}
.c-page-sub__archive-list li a:hover {
	color: #002f7b;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
}

.c-page-sub__article-title {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 4px);
	background-size: 5px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 53px 0 23px;
	padding-bottom: 21px;
}
.c-page-sub__article-title h2 {
	color: #002f7b;
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 1.6px;
}
.c-page-sub__article-date {
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 2.8px;
	margin: 19px 0 0 2px;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__article-title {
		margin: 49px 0 23px;
		padding-bottom: 21px;
	}
	.c-page-sub__article-date {
		letter-spacing: 2.8px;
		margin: 12px 0 0 2px;
	}
}

/* 製品紹介 */
.c-page-sub__product h2 {
	text-align: center;
	font-weight: bold;
	color: #002f7b;
	font-size: 2.8rem;
	padding: 49px 0 23px;
	letter-spacing: 2.4px;
}
/*
.c-page-sub__product-business-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}*/
.c-page-sub__product-business-title {
	margin-bottom: 25px;
}
.c-page-sub__product-business-title li {
	float: left;
	width: 384px;
	text-align: center;
	margin-left: 12px;
}
.c-page-sub__product-business-title li:nth-child(2n+1) {
	margin-left: 0;
}
.c-page-sub__product-business-title li a {
	display: block;
	background: #fbfbfb;
	border: solid 1px #d8d8d8;
	color: #002f7b;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 12px 10px 11px;
	letter-spacing: .2px;
}
.c-page-sub__product-business-title li a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 14px;
	vertical-align: 3px;
	border-top: solid 2px #002f7b;
	border-right: solid 2px #002f7b;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.c-page-sub__product-business-title li a:hover {
	text-decoration: none;
	background: #dae1ea;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__product-business-title {
		margin: 0 0 13px;
	}
	.c-page-sub__product-business-title li {
		float: none;
		width: 100%;
		margin: 0 0 12px;
	}
}
.c-page-sub__product-category-item {
	background: #e4e8ef;
	margin-bottom: 25px;
	padding: 51px 41px 32px;
}
.c-page-sub__product-business-item h3 {
	background: #002f7b;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: 2px;
	padding: 14px 10px 11px;
	margin: 0 0 25px;
}
.c-page-sub__product-business-item h4 {
	font-size: 2rem;
	color: #494949;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 9px 25px;
	padding: 4px 0 4px 11px;
	border-left: solid 5px #002f7b;
}
.c-page-sub__product-business-item h4::before {
	content: "";
	display: block;
	width: 5px;
	background: #8099bc;
	position: absolute;
	top: 50%;
	left: -5px;
	bottom: 0;
}
.c-page-sub__product-business-item .btn-default {
	min-width: 325px;
	background: #fbfbfb;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #002f7b;
	padding: 14px 40px 11px 10px;
	border: solid 1px #002f7b;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}
.c-page-sub__product-business-item .btn-default::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/ico-arrow-b.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.c-page-sub__product-business-item .btn-default:hover {
	background: #dae1ea;
}
.c-page-sub__product-business-link {
	margin: 20px auto 45px;
	text-align: center;
}
.c-page-sub__product-category-text {
	background: #fff;
	margin: 0 9px 25px;
	padding: 26px 25px 20px;
}
.c-page-sub__product-category-text h5 {
	color: #002f7b;
	font-weight: bold;
	margin-bottom: 19px;
	letter-spacing: 1.8px;
}
.c-page-sub__product-category-text p {
	letter-spacing: 1px;
	line-height: 1.65;
}
.c-page-sub__business_cat-img {
	text-align: center;
	margin: 0 auto 25px;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__product-business-item .btn-default {
		min-width: 0;
		width: 100%;
	}
	.c-page-sub__product-business-link {
		display: none;
	}
	.c-page-sub__product-business-item .c-page-sub__product-business-link:last-child {
		display: block;
	}
}
.c-page-sub__product-item {
	width: 215px;
	display: inline-block;
	margin: 0 5px 18px 9px;
	padding-bottom: 10px;
	vertical-align: top;
}
.c-page-sub__product-item.col2 {
	width: 330px;
}
.c-page-sub__product-item h5 {
	color: #002f7b;
	font-weight: bold;
	letter-spacing: 1.2px;
	padding: 25px 25px 8px;
	position: static;
}
.c-page-sub__product-item h5 a {
	position: static;
}
.c-page-sub__product-item h5 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 2;
}
.c-page-sub__product-item h5 a:hover {
	text-decoration: none;
}
.c-page-sub__product-item .c-page-sub__product-text {
	padding: 0 20px 10px 25px;
	line-height: 1.65;
	letter-spacing: 1.9px;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__product h2 {
		padding: 38px 0 47px;
	}
	.c-page-sub__product-business-list h3 {
		margin: 0;
	}
	.c-page-sub__product-category-item {
		margin: 25px -7.686% 32px;
		padding: 38px 7.686% 25px;
		overflow: hidden;
	}
	/*
	.c-page-sub__product-business-item h4::after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		margin-left: 14px;
		vertical-align: 8px;
		border-top: solid 2px #002f7b;
		border-right: solid 2px #002f7b;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		right: 2px;
		top: 50%;
		margin-top: -9px;
	}
	.c-page-sub__product-business-item h4.open::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -3px;
	}*/
	.c-page-sub__product-category-text {
		margin: 38px 0 25px;
		padding-top: 21px;
	}
	.c-page-sub__product-category-text h5 {
		line-height: 1.5;
		margin-bottom: 18px;
	}
	.c-page-sub__product-item.col2,
	.c-page-sub__product-item {
		width: auto;
		display: block;
		margin: 0 0 25px;
	}
	/*
	.c-page-sub__product-category-item > * {
		display: none;
	}
	*/
	.c-page-sub__product-business-item h4 {
		margin: 0 0 13px;
		display: block;
	}

}

.c-page-sub__history-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.c-page-sub__history-nav + p {
	text-align: center;
	width: 518px;
	margin: 53px auto 51px;
	padding-left: 19px;
}
.c-page-sub__history-nav + p a {
	display: block;
}
.c-page-sub__history-nav + p a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(95,96,51,.69);
	mix-blend-mode: multiply;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.c-page-sub__history-nav + p a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: url(../../../uploads/title-history.png) no-repeat,url(../img/common/ico-arrow-w.svg) no-repeat right 11px bottom 13px;
	background-size: 100% 100%, 20px 20px;
	z-index: 11;
}
.c-page-sub__history-nav + p a:hover::after {
	background: rgba(95,96,51,0);
}
.c-page-sub__history-nav li {
	width: 27.948%;
}
.c-page-sub__history-nav li a {
	display: block;
}
.c-page-sub__history-nav li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	display: block;
	background: rgba(0,47,123,.5) url(../img/common/ico-arrow-w.svg) no-repeat right 11px bottom 13px;
	background-size: 20px 20px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.c-page-sub__history-nav li a:hover::after,
.c-page-sub__history-nav li.current a::after {
	height: 67px;
}
.c-page-sub__history-nav li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	display: block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	z-index: 3;
}
.c-page-sub__history-nav li::before {
	content: "";
	width: 44px;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20.5px;
	margin-left: -22px;
	z-index: 10;
	pointer-events: none;
}
.c-page-sub__history-nav li::after {
	content: "";
	width: 9px;
	height: 9px;
	background: #fff;
	display: block;
	border-radius: 4.5px;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 16.5px;
	z-index: 10;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	pointer-events: none;
}
.c-page-sub__history-nav li:hover::after,
.c-page-sub__history-nav li.current::after {
	margin-left: 10px;
}
.c-page-sub__history-nav li a[href="#history01"]::before {
	content: "1962 - 1979";
}
.c-page-sub__history-nav li a[href="#history02"]::before {
	content: "1980 - 1999";
}
.c-page-sub__history-nav li a[href="#history03"]::before {
	content: "2000 -";
}
@media only screen and (max-width: 767px) {
	.c-page-sub__history-nav + p a::before {
		background: url(../../../uploads/title-history.png) no-repeat,url(../img/common/ico-arrow-w.svg) no-repeat right 7px bottom 8px;
		background-size: 100% 100%, 13.5px 13.5px;
	}
	.c-page-sub__history-nav {
		justify-content: center;
		margin-top: 7px;
	}
	.c-page-sub__history-nav + p {
		width: 100%;
		margin: 0 auto 50px;
		padding-left: 0;
	}
	.c-page-sub__history-nav li {
		width: 48.615%;
		margin-bottom: 9px;
	}
	.c-page-sub__history-nav li:nth-child(2n) {
		margin-left: 2.77%;
	}
	.c-page-sub__history-nav li a::after {
		background-size: 15px 15px;
		background-position: right 7px bottom 10px;;
	}
	.c-page-sub__history-nav li a::before {
		bottom: 19px;
		letter-spacing: .4px;
		font-size: 1.7rem;
	}
	.c-page-sub__history-nav li::before {
		width: 32px;
		height: 2px;
		bottom: 15px;
		margin-left: -16px;
	}
	.c-page-sub__history-nav li:hover::after,
	.c-page-sub__history-nav li.current::after {
		margin-left: 6px;
	}
	.c-page-sub__history-nav li::after {
		width: 7px;
		height: 7px;
		border-radius: 3.5px;
		margin-left: -13px;
		bottom: 13px;
	}
	.c-page-sub__history-nav li a:hover::after,
	.c-page-sub__history-nav li.current a::after {
		height: 49px;
	}
}
.c-page-sub__history-list {
	/*display: none;*/
	overflow: hidden;
}
.c-page-sub__history-list::before {
	content: "";
	width: 1px;
	display: block;
	background: #002f7b;
	position: absolute;
	top: 0;
	left: 26px;
	bottom: 0;
}
.c-page-sub__history-list::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #002f7b transparent transparent;
	position: absolute;
	left: 22.5px;
	bottom: 0;
}
.c-page-sub__history-list h3 {
	background: #002f7b;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	text-align: center;
	color: #fff;
	margin: 0 0 48px;
	padding: 16px 10px 11px;
}
.c-page-sub__history-item {
	padding-left: 27px;
}
.c-page-sub__history-item h4 {
	font-size: 1.6rem;
	color: #002f7b;
	font-weight: bold;
	letter-spacing: .7px;
	margin-bottom: 23px;
	padding: 0 0 12px 23px;
	border-bottom: solid 1px #002f7b;
}
.c-page-sub__history-item h4::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #002f7b;
	position: absolute;
	left: -6px;
	bottom: -6px;
}
.c-page-sub__history-text {
	padding: 0 0 19px 23px;
	letter-spacing: 1.5px;
}
.c-page-sub__history-img-list {
	padding: 0 0 47px 23px;
	font-size: 1.4rem;
	letter-spacing: .5px;
	line-height: 1.8;
}
.c-page-sub__history-img {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__history-list::before {
		left: 12px;
		bottom: 0;
	}
	.c-page-sub__history-list::after {
		left: 9px;
	}
	.c-page-sub__history-list h3 {
		font-size: 2rem;
		margin: 0 0 25px;
		padding: 9px 10px 7px;
		letter-spacing: -.3px;
	}
	.c-page-sub__history-item {
		padding-left: 15px;
	}
	.c-page-sub__history-item h4 {
		letter-spacing: .5px;
		margin-bottom: 9px;
		padding: 0 0 10px 10px;
	}
	.c-page-sub__history-item h4::before {
		width: 5px;
		height: 5px;
		border-radius: 2.5px;
		left: -5px;
		bottom: -3px;
	}
	.c-page-sub__history-text {
		padding: 0 0 8px 10px;
		letter-spacing: 1.5px;
	}
	.c-page-sub__history-img-list {
		padding: 0 0 23px 10px;
		line-height: 1.45;
	}
	.c-page-sub__history-img {
		width: 96.5%;
		margin-bottom: 10px;
	}
}
/*
.c-page-sub__main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
*/

.c-page-sub__main-nav {
	margin-top: 50px;
}
.c-page-sub__main-nav li {
	float: left;
	width: 49.231%;
	margin: 0 0 12px 1.538%;
	text-align: center;
}
.c-page-sub__main-nav li:nth-child(2n+1) {
	margin-left: 0;
}
.c-page-sub__main-nav li a {
	display: block;
	background: #fbfbfb;
	border: solid 1px #d8d8d8;
	color: #002f7b;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 12px 10px 11px;
	letter-spacing: .8px;
}
.c-page-sub__main-nav li a:hover {
	text-decoration: none;
	background: #dae1ea;
}
.c-page-sub__main-nav li a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 14px;
	vertical-align: 3px;
	border-top: solid 2px #002f7b;
	border-right: solid 2px #002f7b;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
	.c-page-sub__main-nav li {
		float: none;
		width: 100%;
		margin: 0 0 12px;
	}
}
.c-page-sub__outline + .c-page-sub__outline {
	margin-top: 90px;
}
.c-page-sub__outline + .c-content-main {
	margin-top: 66px;
}
.c-page-sub__outline > h2 {
	font-size: 2rem;
	color: #000;
	font-weight: bold;
	letter-spacing: 2.9px;
	margin: 45px 0 25px;
	padding: 4px 0 4px 11px;
	border-left: solid 5px #002f7b;
}
.c-page-sub__outline > h2::before {
	content: "";
	display: block;
	width: 5px;
	background: #8099bc;
	position: absolute;
	top: 50%;
	left: -5px;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__outline + .c-page-sub__outline {
		margin-top: 60px;
	}
	.c-page-sub__outline + .c-content-main {
		margin-top: 36px;
	}
	.c-page-sub__outline > h2 {
		padding: 2px 0 1px 11px;
		margin: 46px 0 19px;
		line-height: 1.3;
	}
}
.c-content-main .c-page-sub__outline-table,
.c-page-sub__outline-table {
	border-right: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	/*margin: 37px 0 90px;*/
	margin: 20px 0 20px;
	position: static;
}
.c-content-main .c-page-sub__outline-table th,
.c-page-sub__outline-table th {
	width: 167px;
	color: #002f7b;
	background: #f4f4f4;
	font-weight: normal;
	border-left: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
	padding: 17px 19px 16px;
	letter-spacing: 1px;
	vertical-align: top;
	position: static;
	text-align: left;
}
.c-content-main .c-page-sub__outline-table td,
.c-page-sub__outline-table td {
	border-left: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
	padding: 17px 15px 16px;
	letter-spacing: 1px;
	line-height: 1.6;
	position: static;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.c-content-main .c-page-sub__outline-table th,
	.c-page-sub__outline-table th {
		width: 134px;
		padding: 17px 14px 16px;
	}
	.c-content-main .c-page-sub__outline-table td,
	.c-page-sub__outline-table td {
		padding: 17px 5px 16px 11px;
	}
}
.c-page-sub__outline h2 {
	font-size: 2rem;
	color: #000;
	font-weight: bold;
	letter-spacing: 2.9px;
	margin: 45px 0 25px;
	padding: 4px 0 4px 11px;
	border-left: solid 5px #002f7b;
}
.c-page-sub__outline h2::before {
	content: "";
	display: block;
	width: 5px;
	background: #8099bc;
	position: absolute;
	top: 50%;
	left: -5px;
	bottom: 0;
}
.c-page-sub__outline-headoffice,
.c-page-sub__outline-branch,
.c-page-sub__outline-business {
	margin-top: 30px;
	overflow: hidden;
}
.c-page-sub__outline-headoffice h3,
.c-page-sub__outline-branch h3,
.c-page-sub__outline-business h3 {
	font-size: 1.8rem;
	color: #002f7b;
	display: inline-block;
	border: solid 1px #002f7b;
	background: #fff;
	border-radius: 15px;
	padding: 5px 18px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
	clear: both;
	margin-bottom: 25px;
}
.c-page-sub__outline-headoffice h3::before,
.c-page-sub__outline-branch h3::before,
.c-page-sub__outline-business h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 1px;
	background: #002f7b;
	width: 780px;
	z-index: -1;
}
.c-page-sub__outline-headoffice h3 + *,
.c-page-sub__outline-branch h3 + *,
.c-page-sub__outline-business h3 + * {
	clear: both;
}
.c-page-sub__outline--branch-img,
.c-page-sub__outline-base-img {
	width: 384px;
	background: #f2f2f2;
	border: solid 1px #d8d8d8;
	overflow: hidden;
	padding: 5px;
	clear: both;
	float: left;
	margin-bottom: 24px;
}
.c-page-sub__outline--branch-img img,
.c-page-sub__outline-base-img img {
	width: 210px;
	display: inline-block;
	vertical-align: middle;
}
.c-page-sub__outline--branch-img p,
.c-page-sub__outline-base-img p {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: bold;
	color: #002f7b;
	margin-left: 11px;
	letter-spacing: 2px;
	max-width: 150px;
}
.c-page-sub__outline-base-img::before {
	content: "";
	width: 1px;
	height: 130px;
	display: inline-block;
	vertical-align: middle;
}
.c-page-sub__outline-base {
	clear: both;
}
.c-page-sub__outline-base-img p:first-child:last-child {
	text-align: center;
	width: 371px;
	margin: 0;
	max-width: none;
}
.c-page-sub__outline-headoffice-text,
.c-page-sub__outline-branch-text,
.c-page-sub__outline-base-text {
	width: 384px;
	font-size: 1.4rem;
	float: right;
	letter-spacing: 1.8px;
	line-height: 1.8;
	margin-bottom: 24px;
}
.c-page-sub__outline-headoffice .c-page-sub__outline-base-text p:last-child {
	margin-top: 25px;
}
.c-page-sub__outline-headoffice-text a,
.c-page-sub__outline-branch-text a,
.c-page-sub__outline-base-text a {
	font-weight: bold;
}
/*
.c-page-sub__outline-headoffice-text a::before,
.c-page-sub__outline-branch-text a::before,
.c-page-sub__outline-base-text a::before {
	content: "[";
}
.c-page-sub__outline-headoffice-text a::after,
.c-page-sub__outline-branch-text a::after,
.c-page-sub__outline-base-text a::after {
	content: "]";
}*/
.c-page-sub__outline-base-map {
	clear: both;
	border: solid 2px #aaa;
	overflow: hidden;
	margin: 24px 0 20px;
}
.c-page-sub__outline-base-map::after {
	padding-top: 43.59%;
	display: block;
	content: "";
}
.c-page-sub__outline-base-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.c-page-sub__outline-headoffice-access {
	clear: both;
	border: solid 2px #aaa;
	padding: 21px 19px;
	margin: 24px 0 20px;
}
.c-page-sub__outline-headoffice-access h4 {
	color: #002f7b;
	font-weight: bold;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 8px;
	margin-bottom: 13px;
}
.c-page-sub__outline-headoffice-access p + h4 {
	margin-top: 41px;
}
@media only screen and (max-width: 767px) {
	.c-page-sub__outline-headoffice,
	.c-page-sub__outline-branch,
	.c-page-sub__outline-business {
		border: solid 1px #666;
		margin: 0 -7.686%;
		padding: 0px 7.686% 27px;
	}
	.c-page-sub__outline-branch,
	.c-page-sub__outline-business {
		border-top: none;
	}
	.c-page-sub__outline {
		margin-top: 43px;
	}
	/*
	.c-page-sub__outline-headoffice > *,
	.c-page-sub__outline-branch > *,
	.c-page-sub__outline-business > * {
		display: none;
	}*/
	.c-page-sub__outline-headoffice > h3,
	.c-page-sub__outline-branch > h3,
	.c-page-sub__outline-business > h3 {
		font-size: 2rem;
		display: block;
		border: none;
		border-radius: 0;
		padding: 40px 0 0 0;
		letter-spacing: 2px;
		float: none;
		margin-bottom: 0;
		position: relative;
	}
	/*
	.c-page-sub__outline-headoffice h3::after,
	.c-page-sub__outline-branch h3::after,
	.c-page-sub__outline-business h3::after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		margin-left: 14px;
		vertical-align: 8px;
		border-top: solid 2px #002f7b;
		border-right: solid 2px #002f7b;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -10px;
	}
	.c-page-sub__outline-headoffice h3.open::after,
	.c-page-sub__outline-branch h3.open::after,
	.c-page-sub__outline-business h3.open::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -5px;
	}
	*/
	.c-page-sub__outline-headoffice h3::before,
	.c-page-sub__outline-branch h3::before,
	.c-page-sub__outline-business h3::before {
		display: none;
	}
	.c-page-sub__outline--branch-img,
	.c-page-sub__outline-base-img {
		width: auto;
		padding: 5px;
		padding: 3px;
		float: none;
		margin: 34.5px 0 0;
	}
	.c-page-sub__outline--branch-img img,
	.c-page-sub__outline-base-img img {
		width: 56%;
		display: inline-block;
		vertical-align: middle;
	}
	.c-page-sub__outline--branch-img p,
	.c-page-sub__outline-base-img p {
		max-width: calc(43% - 11px);
	}
	.c-page-sub__outline-base + .c-page-sub__outline-base .c-page-sub__outline-base-img {
		margin-top: 20px;
	}
	.c-page-sub__outline-base-img::before {
		height: 30vw;
	}
	.c-page-sub__outline-base-img p:first-child:last-child {
		width: calc(100% - 1px);
	}
	.c-page-sub__outline-headoffice-text,
	.c-page-sub__outline-branch-text,
	.c-page-sub__outline-base-text {
		width: auto;
		float: none;
		margin: 5px 0 19px;
		line-height: 1.9;
	}
	.c-page-sub__outline-headoffice .c-page-sub__outline-base-text p:last-child {
		margin-top: 0;
	}
	.c-page-sub__outline-headoffice-access {
		border: solid 1px #494949;
		padding: 21px 19px 15px;
		margin-bottom: 20px;
	}
	.c-page-sub__outline-headoffice-access p {
		line-height: 1.65;
	}
	.c-page-sub__outline-headoffice-access p + h4 {
		margin-top: 12px;
	}
	#outline04 img {
		margin: 0 -7.686%;
		width: 115.963%;
		max-width: none;
		display: block;
	}
}
/* 資料ライブラリー */
.c-page-sub__library-main {

}
.c-page-sub__library-main h3 {
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.c-page-sub__library-main h3:first-child {
	margin-top: 0;
}
.c-page-sub__library-main h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 5px;
}
.c-page-sub__library-main-link-pdf::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 21px;
	background: url(../img/common/ico-pdf-red.svg) no-repeat;
	background-size: 18px 21px;
	vertical-align: -5px;
	margin-right: 5px;
}
.c-page-sub__library-main-list {
	margin-bottom: 25px;
}
.c-page-sub__library-main-list p + p {
	margin-top: 5px;
}
.c-page-sub__library-main a {
	color: #4C4C4C;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
}

/* サイトマップ */
.c-page-sub__sitemap-main {
	width: 1100px;
	padding-top: 45px;
	padding-bottom: 120px;
}
.c-page-sub__sitemap-list > li {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.c-page-sub__sitemap-list > li > a,
.c-page-sub__sitemap-list > li > span {
	display: inline-block;
	color: #4C4C4C;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	letter-spacing: 2.8px;
}
.c-page-sub__sitemap-list > li > a::before,
.c-page-sub__sitemap-list > li > span::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/ico-arrow-g.svg) no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}
.c-page-sub__sitemap-list > li ul {
	margin-top: 15px;
	margin-left: 25px;
}
.c-page-sub__sitemap-list > li ul li {
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 10px;
}
.c-page-sub__sitemap-list > li ul li a,
.c-page-sub__sitemap-list > li ul li span {
	display: inline-block;
	color: #4C4C4C;
	padding-left: 18px;
}
.c-page-sub__sitemap-list > li ul li a::before,
.c-page-sub__sitemap-list > li ul li span::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 5px solid transparent;
	border-left: 7px solid #4C4C4C;
	position: absolute;
	left: 0;
	top: 3px;
}
.c-page-sub__sitemap-list > li ul li a[target="_blank"]::after {
	content: "";
	width: 12px;
	height: 11px;
	background: url(../img/common/ico-pop-g.svg) no-repeat;
	background-size: 12px 11px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 2px 4px;
}

@media only screen and (max-width: 767px) {
	.c-page-sub__sitemap-main {
		width: auto;
		padding-top: 40px;
		padding-bottom: 49px;
	}
}