/* article parts */
.article__section p {
	font-size: 1.5rem;
	line-height: 1.6;
	text-indent: 2em;
}
/* 本文のh2見出し */
.article__heading2 {
	display: inline-block;
	font-family: "NotoSansBold";
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.2;
	margin-bottom: 35px;
	padding-bottom: 23px;
	position: relative;
}
.article__heading2:after {
	border-bottom: 2px solid #083155;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 78%;
}
.article__h--bd_lightblue {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.article__h--bd_lightblue:after {
	border-bottom: 2px solid #50bfe8;
}
.article__h_section {
	background: #f6f6f6;
	font-family: "NotoSansBold";
	font-size: 2.6rem;
	font-weight: 700;
	height: 102px;
	letter-spacing: .15em;
	line-height: 102px;
	text-align: center;
	width: 100%;
}
/* セクション（sectionタグ以外も可） */
.article__section {
	margin-top: 85px;
	max-height: 100%;
}
.article__section:nth-of-type(1) {
	margin-top: 70px;
}
.article__section:last-of-type {
	margin-bottom: 100px;
}
.article__section_col2 {
	float: left;
	width: 47.1%;
}
.article__section_col2:last-child {
	float: right;
}
/* 画像とテキスト横並び（回り込みなし） */
.article__box_text, .article__box_img {
	display: table-cell;
	vertical-align: top;
}
.article__box_img_box:not(:nth-of-type(1)) {
	margin-top: 5px;
}
.article__box_caption {
	color: #083155;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 8px 10px 0;
}
.article__box--right {
	padding-left: 30px;
}
.article__box--left {
	padding-right: 30px;
}
/* パラグラフ */
.article__para {
	border: 0;
	height: 25px;
	margin: 0;
	padding: 0;
}
/* 記事内リンクボックス */
.article__linkbox {
	display: block;
	margin: 55px auto 0;
	width: 527px;
}
.article__linkbox--bnr, .article__linkbox--pdf {
	display: inline-block;
}
.article__linkbox--pdf {
	margin-top: 15px;
}
.btn {
	display: block;
	letter-spacing: 5px;
	margin: auto;
	text-decoration: none;
}
.btn:hover {
	text-decoration: none;
}
.btn__panel-item {
	background-color: #083155;
	background-image: url("../../images/top/ic_02.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: 1px solid #bfced3;
	color: #fff;
	font-family: "NotoSansBold", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 62px;
	line-height: 62px;
	margin-top: 20px;
	text-align: center;
	width: 295px;
}
.btn__panel-item:hover {
	background-color: #fff;
	background-image: url("../../images/top/ic_03.png");
	color: #083155;
}
.btn__section {
	padding: 33px 0;
	text-align: center;
	width: 100%;
}
.btn__section.color01 {
	background: #1e263a;
}
.btn__section.color02 {
	background: #50bfe8;
}
.btn__section-item {
	border: 2px solid #fff;
	color: #fff;
	font-family: "NotoSansBold", sans-serif;
	font-size: 24px;
	font-weight: 700;
	height: 70px;
	line-height: 70px;
	width: 508px;
}
.btn--arrow {
	background-image: url("../../images/top/ic_02.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.btn--arrow:hover {
	background-color: #fff;
	background-image: url("../../images/top/ic_03.png");
	color: #1e263a;
}
.btn--mail {
	font-size: 26px;
}
.btn--mail:before {
	background: url("../../images/top/ic_04.png") no-repeat;
	content: "";
	display: inline-block;
	height: 22px;
	margin-right: 18px;
	width: 34px;
}
.btn--mail:hover {
	background-color: #fff;
	color: #50bfe8;
}
.btn--mail:hover:before {
	background: url("../../images/top/ic_05.png") no-repeat;
}
/* ページャー */
.pager {
	margin-bottom: 82px;
	text-align: center;
}
.pager__item {
	display: inline-block;
	font-size: 1.8rem;
	text-align: center;
}
.pager__item:not(:last-child) {
	margin-right: 52px;
}
.pager__active, .pager__number a {
	width: 42px;
}
.pager__active, .pager__number a, .pager__back a {
	border: 2px solid #083155;
	box-sizing: border-box;
	height: 42px;
	line-height: 42px;
}
.pager__number a, .pager__back a {
	color: #083155;
	display: block;
	text-decoration: none;
}
.pager__active, .pager__number a:hover, .pager__back a:hover {
	background: #083155;
	color: #fff;
}
.pager__back a {
	padding: 0 32px;
}
/* 背景色あり（グレー）2カラムの連続するボックス */
.listbox {
	margin-top: 40px;
}
.listbox__item {
	background: #f6f6f6;
	box-sizing: border-box;
	float: left;
	margin-top: 25px;
	padding: 35px 32px;
	width: 49%;
}
.listbox__item:nth-of-type(even) {
	float: right;
}
.listbox__heading {
	display: inline-block;
	font-family: "NotoSansBold";
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}
.listbox__heading:after {
	border-bottom: 2px solid #50bfe8;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 78%;
}
/* パンくずリスト */
.topic_path {
	background: rgba(8,49,85,.85);
	height: 40px;
	line-height: 40px;
}
.topic_path__list_item {
	color: #f6f6f6;
	display: inline-block;
	font-size: 1.4rem;
}
.topic_path__list_item:not(:first-child):before {
	content: "＞";
	font-size: .6rem;
	padding: 0 10px;
	position: relative;
	top: -1px;
}
.topic_path__list_item a {
	color: #31bff4;
	text-decoration: none;
}
.topic_path__list_item a:hover {
	text-decoration: underline;
}
/* 下層ページメインビジュアル */
.visual {
	background-size: cover;
}
.visual__title {
	color: #fff;
	font-family: "NotoSansBold";
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: .2em;
	padding: 7.14% 0;
	text-align: center;
}
/* market メインビジュアル */
.visual--market {
	background-image: url("../images/market/bg_01.jpg");
}
/* solution メインビジュアル */
.visual--solution {
	background-image: url("../images/solution/bg_01.jpg");
}
@media screen and (max-width: 1400px) {
	.panel__col2 .btn__panel-item {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		width: 180px;
	}
}
@media screen and (max-width: 1200px) {
	.btn__panel-item {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		width: 180px;
	}
}