@charset "UTF-8";
/**!
 *
 * BurgerEditor StyleSheet Style Sample v2.12.0
 *
 */
/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * フォントの定義
 * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
/*@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

main {
	line-height: 2.285;
	font-size: 1.0769rem; /* フォントサイズ基準 約14px */
/*}*/
/*[data-bgb] {
	margin-bottom: 3em;
}

@media screen and (max-width: 798px) {
	main {
		line-height: 1.75;
		font-size: .857rem;
	}
}*/

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * マルチカラムブロックのレイアウト
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
/**
 * 大見出し
 *
 */
.bge-contents h2 {
	margin: 1.5em 0;
	padding: 0;
	overflow: hidden;
	line-height: 1.4;
	font-weight: 500;
	font-size: 2.428em;
	letter-spacing: .08em;
	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;


}

.bge-contents h2:first-child {
	margin-top: 0;
}

.bge-contents h2::after {
	content: "";
	display: block;
	width: 280px;
	height: 4px;
	background: #CC0000;
	margin: 30px auto 0;
}

@media screen and (max-width: 798px) {
	.bge-contents h2 {
		font-size: 170%;
	}
	.bge-contents h2::after {
		margin: 25px auto 0;
	}
}


/**
 * 中見出し
 *
 */
.bge-contents h3 {
	position: relative;
	margin: 1.5em 0;
	padding: .85em 20px;
	border-bottom: 2px solid #cacaca;
	line-height: 1.4;
	color: #CC0000;
	font-weight: 400;
	font-size: 1.857em;
	letter-spacing: .025em;
}

.bge-contents h3:first-child {
	margin-top: 0;
}

.bge-contents h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 168px;
	height: 2px;
	background: #CC0000;
}

/**
 * 小見出し
 *
 */
.bge-contents h4 {
	margin: 1.5em 0;
	padding: .88em 20px;
	background: #CC0000; /* url(../img/top/bg_tab_chara.png) no-repeat 99% bottom; */
	overflow: hidden;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.1428em;
	letter-spacing: .025em;
}

.bge-contents h4:first-child {
	margin-top: 0;
}
.bge-contents h4 a {
	color: #ffffff;
	text-decoration: underline;
}

/**
 * 小見出し
 *
 */
.bge-contents h5 {
	margin: 1.5em 0;
	padding: 1em 20px;
	background: url("../img/common/bg_h5.png") no-repeat 0 50%;
	background-size: 4px 18px;
	border-bottom: 1px solid #cacaca;
	overflow: hidden;
	line-height: 1.5;
	font-size: 1.1428em;
	font-weight: 500;
	letter-spacing: .025em;
}

.bge-contents h5:first-child {
	margin-top: 0;
}

/**
 * 小見出し
 *
 */
.bge-contents h6 {
	margin: 1.5em 20px;
	padding: 0;
	overflow: hidden;
	color: #2b7ebf;
	font-weight: 700;
	font-size: 1.0714em;
	line-height: 1.6;
}

.bge-contents h6:first-child {
	margin-top: 0;
}

/**
 * 文章・段落
 *
 */
.bge-contents p {
/*	margin: 1em 20px; */
	line-height: 2;
}
.bge-contents p a {
	padding-bottom: 3px;
	text-decoration: underline;
	color: #CC0000;
}
.bge-contents p a:hover {
	text-decoration: none;
}

.bge-contents p:first-child {
	margin-top: 0;
}

.bge-contents .bgt-grid p {
	margin-right: 0;
	margin-left: 0;
}

@media screen and (max-width: 798px) {
	.bge-contents p {
		margin-right: 0;
		margin-left: 0;
	}
}

/**
 * リスト共通
 *
 */
.bge-contents li {
  list-style: inherit;
  overflow: hidden;
}

.bge-contents li:first-child {
  margin-top: 0;
}

/**
 * 箇条書きリスト
 *
 */
.bge-contents ul {
	margin: 1em 20px;
}

.bge-contents ul:first-child {
	margin-top: 0;
}

.bge-contents ul ul {
	margin-right: 0;
	margin-left: 0;
}

.bge-contents ul ul:first-child {
	margin-top: 0;
}

.bge-contents ul li {
	position: relative;
	padding-left: 20px;
	line-height: 2.125;
	font-size: 1.142em;
}

.bge-contents ul li::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: .65em;
	left: 0;
	border: 4px solid #CC0000;
	border-radius: 100%;
}

.bge-contents ul li li {
	line-height: 2.428;
	font-size: .875em;
}

.bge-contents ul li li::before {
	width: 7px;
	height: 7px;
	top: .9em;
	border: none;
	background: #c2c1c1;
}

.bge-contents ul li li li {
	font-size: 1em;
}

/**
 * 番号順リスト
 *
 */
.bge-contents ol {
	counter-reset: list;
	margin: 1em 20px;
	padding: 0;
}

.bge-contents ol:first-child {
	margin-top: 0;
}

.bge-contents ol ol {
	margin-right: 0;
	margin-left: 0;
}

.bge-contents ol ol:first-child {
	margin-top: 0;
}

.bge-contents ol li {
	position: relative;
	padding-left: 1.5em;
	line-height: 2.125;
	font-size: 1.142em;
}

.bge-contents ol li::before {
	counter-increment: list;
	content: counter(list) ".";
	color: #2b7ebf;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-family: Roboto, sans-serif;
}

.bge-contents ol li li {
	line-height: 2.428;
	font-size: .875em;
}

.bge-contents ol li li::before {
	color: #444;
}

.bge-contents ol li li li {
	font-size: 1em;
}

/**
 * 引用
 *
 */
.bge-contents blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1px 2.5em;
  border: none;
  border-radius: 5px;
  background: none;
  border: 2px solid #ccc;
  /* 回り込み防止 */
  overflow: hidden;
  color: #888;
  font-size: 0.9em;
}

.bge-contents blockquote:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

.bge-contents blockquote::before {
  /* 引用 */
  content: '“';
  display: block;
  font-family: serif;
  position: absolute;
  top: 0.3em;
  left: 0.25em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
}

.bge-contents blockquote::after {
  /* 引用 */
  content: '”';
  display: block;
  font-family: serif;
  position: absolute;
  bottom: -0.3em;
  right: 0.25em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
}

/**
 * テーブル
 *
 */
.bge-contents table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 1em 0;
}

.bge-contents .bge-type-table {
	width: calc(100% - 80px);
	margin: 1em 40px;
}

.bge-contents .bgt-grid .bge-type-table {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

@media screen and (max-width: 798px) {
	.bge-contents table {
	}
}

.bge-contents table:first-child {
	margin-top: 0;
}

.bge-contents table caption {
	font-weight: bold;
	text-align: left;
}

.bge-contents table tr {
	/* テーブル行 */
}

.bge-contents table tr th,
.bge-contents table tr td {
	padding: 20px 22px;
	border-bottom: 1px solid #cacaca;
	line-height: 1.9;
	font-size: 1.071em;
}

.bge-contents table tr th {
	border-bottom-color: #CC0000;
	color: #660000;
	font-weight: 700;
	text-align: left;
}

.bge-contents table tr td {
  /* テーブル通常セル */
  font-weight: normal;
}

.bge-contents table tr td a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 798px) {
	.bge-contents table,
	.bge-contents .bge-type-table,
	.bge-contents table caption,
	.bge-contents table tbody,
	.bge-contents table tfoot {
		display: block;
		width: 100%;
		margin: 1em 0;
	}
	.bge-contents table tr {
		display: block;
		margin-top: -1px;
	}
	.bge-contents table tr th,
	.bge-contents table tr td {
		width: auto !important;
		display: block;
		border-top: none !important;
		padding: 15px 22px;

	}
	.bge-contents table tr th {
		background: #e6e6e6;
	}
}

/**
 * インライン要素
 *
 */
.bge-contents strong {
  /* 太字 */
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.bge-contents u {
  /* 下線 */
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

.bge-contents s {
  /* 取り消し線 */
  font-weight: normal;
  font-style: normal;
  text-decoration: line-through;
}

.bge-contents sub {
  /* 下付き文字 */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: sub;
}

.bge-contents sup {
  /* 上付き文字 */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: super;
}

/**
 * 画像タイプのキャプション
 *
 */
.bge-contents .bgt-box__caption {
	text-align: center;
	font-weight: normal;
	margin-top: 8px;
	background: none;
	color: #7f7f7f;
}


/**
 * 画像 + *
 *
 */
.bgt-image-container + *,
.bgt-trimmed-image-link-container + *,
.bgt-image-link-container + * {
    margin-top: 20px;
}

/**
 * ボタン
 *
 */
/* ボタンタイプ */
.bge-contents .bgt-btn,
.bge-contents .bgt-btn:link,
.bge-contents .bgt-btn:visited {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	min-width: 280px;
	position: relative;
	padding: 13px 42px;
	border: 1px solid #990000; /*#0d3a91; */
	line-height: 1.75;
	color: #FFFFFF; /*#0d3a91; */
	font-size: 1.285em;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
}

.bge-contents .bgt-btn2,
.bge-contents .bgt-btn2:link,
.bge-contents .bgt-btn2:visited {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	min-width: 160px;
	position: relative;
	padding: 13px 42px;
	border: 1px solid #0d3a91;
	line-height: 1.75;
	color: #0d3a91;
	font-size: 1.285em;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
}


[data-bgt-button-kind="link"] .bgt-btn:after{
    content: "";
    display: block;
    right: 15px;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../img/common/arrow_right_blue.svg) no-repeat;
    background-size: contain;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

[data-bgt-button-kind="external"] .bgt-btn:after{
	content: "";
	display: block;
	right: 20px;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../img/common/icon_blank_blue.svg") no-repeat;
	background-size: contain;
}

[data-bgt-button-kind="link"]:hover .bgt-btn:after{
	right: 8px;
}

.bge-contents .bgt-btn--link {
	background: #990000; /*#cfe7ff; */
}

.bge-contents .bgt-btn2--link {
	background: #FFFFFF;
}


.bge-contents .bgt-btn:hover,
.bge-contents .bgt-btn:active,
.bge-contents .bgt-btn:focus {
	opacity: .8;
	-webkit-opacity: .8;
}

/*
.bge-contents .bgt-btn--link::after {
	content: "";
	display: block;
	right: 15px;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../img/common/arrow_right_blue.svg") no-repeat;
	background-size: contain;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.bge-contents .bgt-btn--link:hover::after {
	right: 8px;
}

*/


.bge-contents .bgt-btn--em:link,
.bge-contents .bgt-btn--em:visited,
.bge-contents .bgt-btn--em {
	color: #fff;
	background: #0d3a91;
}

.bge-contents .bgt-btn--em::after {
	content: "";
	display: block;
	right: 15px;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../img/common/arrow_right.svg") no-repeat;
	background-size: contain;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.bge-contents .bgt-btn--em:hover::after {
	right: 8px;
}

.bge-contents .bgt-btn--external::after {
	content: "";
	display: block;
	right: 20px;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../img/common/icon_blank_blue.svg") no-repeat;
	background-size: contain;
}

.bge-contents .bgt-btn--back,
.bge-contents .bgt-btn--back:link,
.bge-contents .bgt-btn--back:visited {
	background: #b6c4de;
	border: none;
}
.bge-contents .bgt-btn--back::after {
	content: "";
	display: block;
	left: 15px;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../img/common/arrow_right_blue.svg") no-repeat;
	background-size: contain;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.bge-contents .bgt-btn--back:hover::after {
	left: 8px;
}

.bge-contents [data-bgb="button3"] .bgt-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 798px) {
	.bge-contents [data-bgb="button3"] .bgt-btn {
		display: inline-block;
	}
}
.bge-contents .btn_font_small .bgt-btn {
	font-size: 1.142em;
}

/**
 * 区切り線
 *
 */
.bge-contents hr {
  width: 100%;
  height: 2px;
  color: #CCC;
  background: currentColor;
  border-style: none;
  margin: 50px auto;
}

.bge-contents hr:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

.bge-contents .bgt-hr {
  margin: 0 auto;
}

.bge-contents [data-bgt-hr-kind="dashed"] .bgt-hr {
  height: 0;
  border: none;
  background: none;
  border-bottom: 2px dashed currentColor;
}

.bge-contents .bgt-hr--bold,
.bge-contents [data-bgt-hr-kind="bold"] .bgt-hr {
  height: 5px;
}

.bge-contents .bgt-hr--narrow,
.bge-contents [data-bgt-hr-kind="narrow"] .bgt-hr {
  height: 1px;
}

.bge-contents .bgt-hr--short,
.bge-contents [data-bgt-hr-kind="short"] .bgt-hr {
  width: 60%;
  height: 1px;
}

/**
 * 装飾ボックス
 *
 */
 .bgb-opt--border-bold {
	 border-color: #eeeeee;
 }
.bge-contents .bgb-opt--bg-blue,
.bge-contents .bgb-opt--bg-pink {
	color: #333;
}
.bge-contents .bgb-opt--bg-gray,
.bge-contents .bgb-opt--bg-blue,
.bge-contents .bgb-opt--bg-pink,
.bge-contents .bgb-opt--border-bold,
.bge-contents .bgb-opt--border-thin,
.bge-contents .bgb-opt--border-dotted {
	padding: 30px;
}

/* ダウンロードファイルタイプ */
.bge-contents .bgt-download-file__link {
	-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  min-width: 280px;
  position: relative;
  padding: 13px 20px 13px 42px;
  border: 1px solid #0d3a91;
  background: #fff;
  line-height: 1.75;
  color: #0d3a91;
  font-size: 1.285em;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.bgt-download-file__link[href$="pdf"] .bgt-link__icon::after {
	display: none;
}
.bge-contents .bgt-download-file a[href$=".pdf"] .bgt-link__icon--after {
	padding-right: 30px;
    background: url(../img/common/icon_pdf.png) no-repeat right center;
    background-size: 18px auto;
    backface-visibility: hidden;
    display: inline-block;
    width: 19px;
    height: 24px;
    vertical-align: middle;
}

.bge-contents .bgt-download-file__link:hover {
	opacity: .8;
	-webkit-opacity: .8;
}

.bge-contents .bgt-download-file__link:active,
.bge-contents .bgt-download-file__link:focus {
}

.bge-contents .bgt-link__size {
  color: #808080;
  font-size: 0.8em;
  font-weight: normal;
}

@media screen and (max-width: 798px) {
  .bge-contents .bgt-google-maps-link {
    margin-top: 10px;
    padding: 1em;
    text-decoration: none;
    color: #333;
    border: solid 1px #999;
    border-radius: 3px;
    text-align: center;
  }
  .bge-contents .bgt-google-maps-link span {
    display: inline-block;
    vertical-align: middle;
  }
  .bge-contents .bgt-google-maps-link::after {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    font-size: 1em;
    vertical-align: middle;
  }
}

.bge-contents [data-bgt="gallery"] .bgt-gallery {
  padding-top: 54%;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl {
  opacity: 1;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery__caption {
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  padding: .7em 1em;
  text-align: center;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl {
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev,
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: -20px 0 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover,
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover {
  opacity: .5;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus,
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus {
  outline: none;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev span,
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after,
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: solid #FFF;
  border-width: 5px 5px 0 0;
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next {
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
  margin-top: 10px;
}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
  margin: 0 5px;
  width: 60px;
  height: 60px;
}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
  margin-top: 10px;
}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
  margin: 0 2px;
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 100%;
}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current {
  background-color: #000;
}


/*.bge-contents a[target="_blank"]{
	padding-right: 18px;
	background: red url(../img/common/icon_blank_blue.svg) no-repeat 100% 50%;
	background-size: 14px 10px;
}*/


/* ローカルナビ */
.bge-contents .nav_local {
	background: #f3f3f3;
	padding: 30px 25px;
	border-top: 3px solid #CC0000;
}
.bge-contents .nav_local ul {
	text-align: center;
	margin: 0;
}
.bge-contents .nav_local ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 20px;
	padding: 0;
}
.bge-contents .nav_local ul li::before {
	display: none;
}
.bge-contents .nav_local ul li a {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	width: 210px;
	position: relative;
    padding: 13px 25px 13px 15px;
    border: 1px solid #0d3a91;
    line-height: 1.75;
    color: #0d3a91;
    font-size: 87.5%;
    text-decoration: none;
	color: #0d3a91;
    background: #ffffff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.bge-contents .nav_local ul li a.footer_nav_txt_left {
	text-align: left;
}

.bge-contents .nav_local ul li.current a {
	color: #fff;
    background: #0d3a91;
	pointer-events: none;
}
.bge-contents .nav_local ul li a:hover {
	color: #fff;
    background: #0d3a91;
}
.bge-contents .nav_local ul li a::after, .bge-contents .link_btn_white a::after {
    content: "";
    display: block;
    right: 10px;
	width: 9px;
	height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../img/common/arrow_right_blue.svg) no-repeat;
    background-size: contain;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bge-contents .nav_local ul li.current a::after,
.bge-contents .nav_local ul li a:hover::after {
	background: url(../img/common/arrow_right.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 798px) {
	.bge-contents .nav_local {
		padding: 30px 5%;
	}
	.bge-contents .nav_local ul {
		text-align: left;
	}
	.bge-contents .nav_local ul li {
		width: 47%;
		margin: 0 3% 15px 0;
	}
	.bge-contents .nav_local ul li:nth-child(2n) {
		margin-right: 0;
	}
	.bge-contents .nav_local ul li a {
		width: 100%;
	}
}


/*----ブランクアイコン
--------------------------------*/
.bge-contents p a[target="_blank"]::after,
.bge-contents li a[target="_blank"]::after,
.bge-contents td a[target="_blank"]::after,
.bge-contents th a[target="_blank"]::after,
.bge-contents dl dt a[target="_blank"]::after,
.bgt-image-link__link > figure > figcaption::after{
	display: inline-block;
	content: "";
	width: 14px;
	height: 10px;
	padding-right: 20px;
	background: transparent url(../img/common/icon_blank_blue.svg) no-repeat 100% 50% !important;
	background-size: 14px 10px !important;
}
.bgt-image-link__link{
	background: none !important;
	padding-right: 0 !important;
}
.bge-contents a.bgt-download-file__link{
	background: none !important;
}

/*----バーガーパーツ内の小ボタン
--------------------------------*/
.bge-contents .rad_btn{
	background: #CC0000;
	border-radius: 5px;
	color: #fff;
	font-size: 50%;
	padding: 3px 6px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.bge-contents .rad_btn:hover {
	opacity: .8;
	-webkit-opacity: .8;
	text-decoration: none;
}

/*----ボタン
--------------------------------*/
.bge-contents .link_btn,.bge-contents .link_btn_white {
	margin: 25px 0;
}
.bge-contents .link_btn a {
	display: inline-block;
    vertical-align: middle;
    min-width: 280px;
    position: relative;
    padding: 13px 42px;
    border: 1px solid #0d3a91;
	background: #ebf5ff;
    line-height: 1.75;
    color: #0d3a91;
    font-size: 1.285em;
    text-decoration: none;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
.bge-contents .link_btn_white a {
	display: inline-block;
    vertical-align: middle;
    min-width: 280px;
    position: relative;
    padding: 13px 42px;
    border: 1px solid #0d3a91;
	background: #fff;
    line-height: 1.75;
    color: #0d3a91;
    font-size: 1.285em;
    text-decoration: none;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
.bge-contents .link_btn a:hover {
	opacity: .8;
	-webkit-opacity: .8;
}
.bge-contents .link_btn a[target="_blank"] {
	background: #ffffff;
}
.bge-contents .link_btn a::after {
	content: "";
	display: block;
	right: 15px;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url(../img/common/arrow_right_blue.svg) no-repeat;
	background-size: contain;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.bge-contents .link_btn a[target="_blank"]::after {
	content: "";
	right: 20px;
	width: 14px;
	height: 10px;
	background: url(../img/common/icon_blank_blue.svg) no-repeat;
	background-size: contain;
}

.bgt-image-link__link figure img:hover{
	opacity: .8;
	-webkit-opacity: .8;
}

/*-----テキスト回りこみブロックのマージン調整
--------------------------------------------------*/
[data-bgb=text-float-image1] .bgt-grid--first,
[data-bgb=text-float-image2] .bgt-grid--first,
[data-bgb=text-image2] .bgt-grid--first{
	margin-bottom: 15px;
}

/*-----1カラムテキストの中のボタンSPの揃え
--------------------------------------------------*/
@media screen and (max-width: 798px) {
	.link_btn{
		text-align: center !important;
	}
}

/*----バーガーマージン調整用独自クラス
--------------------------------*/
.margin__btm{
	margin-bottom: 70px !important;
}



/* インデックスボックス ----------
------------------*/
.bge-contents .index_box {
	margin: 0;
	overflow: hidden;
}
.bge-contents .index_box li {
	width: 49%;
	padding: 0;
	margin: 0 2% 30px 0;
	float: left;
	position: relative;
}
.bge-contents .index_box li::after {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
/*	width: 30px; */
/*	height: 30px; */
/*	background: #b6c4de; */
/*	background: -moz-linear-gradient(-45deg, #b6c4de 0%, #b6c4de 50%, #ffffff 50%, #ffffff 100%); */
/*	background: -webkit-linear-gradient(-45deg, #b6c4de 0%,#b6c4de 50%,#ffffff 50%,#ffffff 100%); */
/*	background: linear-gradient(135deg, #b6c4de 0%,#b6c4de 50%,#ffffff 50%,#ffffff 100%); */
}
.bge-contents .index_box li::before {
	display: none;
}
.bge-contents .index_box li:nth-child(2n) {
	margin-right: 0;
}
.bge-contents .index_box li a {
	display: block;
	border: 1px solid #CC0000;
	padding: 10px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
}
.bge-contents .index_box li a:hover {
	opacity: .7;
	-webkit-opacity: .7;
}
.bge-contents .index_box li a .ph {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.bge-contents .index_box li a .ph img {
	max-width: 100%;
}
.bge-contents .index_box li a .txt {
	padding: 0 8px;
	text-align: center;
}
.bge-contents .index_box li a .txt h3 {
	font-size: 120%;
	border:none;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 0;
}
.bge-contents .index_box li a .txt h3::after {
	display: none;
}
.bge-contents .index_box li a .txt h3 span {
	display: block;
	color: #660000;
	font-size: 46.15%;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: 1px;
}
.bge-contents .index_box li a .txt p {
	font-size: 87.5%;
	color: #212121;
	line-height: 1.8;
}

<!--------------------------------------------->

.bge-contents .index_box2 {
	margin: 0;
	overflow: hidden;
}
.bge-contents .index_box2 li {
	width: 48%;
/*	width: 33%; */
	padding: 0;
	margin: 0 0px 30px 2%;
	float: left;
	position: relative;
}
.bge-contents .index_box2 li::after {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
/*	width: 30px; */
/*	height: 30px; */
/*	background: #b6c4de; */
/*	background: -moz-linear-gradient(-45deg, #b6c4de 0%, #b6c4de 50%, #ffffff 50%, #ffffff 100%); */
/*	background: -webkit-linear-gradient(-45deg, #b6c4de 0%,#b6c4de 50%,#ffffff 50%,#ffffff 100%); */
/*	background: linear-gradient(135deg, #b6c4de 0%,#b6c4de 50%,#ffffff 50%,#ffffff 100%); */
}
.bge-contents .index_box2 li::before {
	display: none;
}
.bge-contents .index_box2 li:nth-child(2n) {
	margin-right: 0;
}
.bge-contents .index_box2 li a {
	display: block;
	border: 1px solid #CC0000;
	padding: 10px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
}
.bge-contents .index_box2 li a:hover {
	opacity: .7;
	-webkit-opacity: .7;
}
.bge-contents .index_box2 li a .ph {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.bge-contents .index_box2 li a .ph img {
	max-width: 100%;
}
.bge-contents .index_box2 li a .txt {
	padding: 0 30px;
	text-align: center;
}
.bge-contents .index_box2 li a .txt h3 {
	font-size: 120%;
	border:none;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 0;
}
.bge-contents .index_box2 li a .txt h3::after {
	display: none;
}
.bge-contents .index_box2 li a .txt h3 span {
	display: block;
	color: #0094e0;
	font-size: 46.15%;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: 1px;
}
.bge-contents .index_box2 li a .txt p {
	font-size: 87.5%;
	color: #212121;
	line-height: 1.8;
}



@media screen and (max-width: 798px) {
	.bge-contents .index_box li {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		float: left;
		position: relative;
	}
	.bge-contents .index_box li:last-child {
		margin-bottom: 10px;
	}
	.bge-contents .index_box li a .txt h3 {
		font-size: 140%;
	}

<!------------------------------>
	.bge-contents .index_box2 li {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		float: left;
		position: relative;
	}
	.bge-contents .index_box2 li:last-child {
		margin-bottom: 10px;
	}
	.bge-contents .index_box2 li a .txt h3 {
		font-size: 150%;
	}



}

/* ポイントボックス ----------
------------------*/
.bge-contents .point_box {
	background: url("../img/common/bg_dot01.png") repeat;
	border-top: 2px solid #CC0000;
	position: relative;
	padding: 40px 40px 30px;
	margin-top: 60px !important;
}
.bge-contents .point_box::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background: url("../img/common/icon_point.png") no-repeat left top;
	background-size: 100% auto;
	backface-visibility: hidden;
	position: absolute;
	top: -60px;
	left: 20px;
}
@media screen and (max-width: 798px) {
	.bge-contents .point_box {
		padding: 40px 20px 30px;
	}
	.bge-contents .point_box::before {
		left: 10px;
		top: -50px;
		width: 70px;
		height: 70px;
	}


.bge-contents table tr th {
    background: #F5F5F5;
    border-bottom-color: #e6e6e6;
    color: #CC0000;
    font-weight: 700;
    text-align: left;
}

}

/*----1ボタンブロック左寄せ
--------------------------------*/
.btn01_left{
	text-align: left;
	padding-left: 20px;
}

.btn02_left .bgt-grid{
	width: auto;
	padding-left: 20px;
}

.btn02_left .bgt-grid--first{
	padding-right: 40px;
}


@media screen and (max-width: 798px) {
	.btn01_left{
		text-align: center;
		padding-left: 0;
	}

	.btn02_left .bgt-grid{
		padding-left: 0;
	}

	.btn02_left .bgt-grid--first{
		padding-right: 0;
	}
}


/*-----沿革ページのパーツ
-----------------------------*/

.history_parts{
	width: 620px;
	margin: 0 auto;
}

.history_parts .year_box:last-child{
	padding-bottom: 0;
}

.year_box{
	padding-left: 7px;
	padding-bottom: 35px;
	border-left: 1px solid #0d3a91;
	position: relative;
}
.year_box:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #CC0000;
	border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	-moz-border-radius: 7.5px;
	position: absolute;
	top: 0;
	left: -8px;
}
.year_box h3{
	margin: -5px 0 0 12px !important;
	color: #CC0000;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 24px !important;
	padding: 0 !important;
}
.year_box > h3{
	border-bottom: none !important;
}
.year_box h3:after{
	content: none;
}
.year_box .year_box_inner{
	display: inline-block;
}
.year_box .year_box_inner dl{
	width: 506px;
	margin: 0 0 0 35px;
	padding: 30px 35px;
	border: 1px solid #4d6eae;
	background: #f7f8f9;
	position: relative;
}
.year_box .year_box_inner dl:before{
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	background: transparent url(../img/history/history_pointed.png) no-repeat;
	position: absolute;
	top: -1px;
	left: -20px;
}
.year_box .year_box_inner dl dt{
	margin: 0;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 114.2%;
}
.year_box .year_box_inner dl dt figure{
	margin: 0 0 10px 0;
}
.year_box .year_box_inner dl dt figure img{
	width: 100%;
}
.year_box .year_box_inner dl dt a{
	color: #CC0000;
	text-decoration: underline;
}
.year_box .year_box_inner dl dd{
	margin: 0;
	color: #212121;
	font-size: 87.5%;
}

.year_box .year_box_inner dl.year_desc{
	background: #d0e2f5;
	margin-top: 30px;
}
.year_box .year_box_inner dl.year_desc:before{
	content: none;
}
@media screen and (max-width: 798px) {
	.history_parts{
		width: 100%;
		margin: 0;
		padding: 0 1.5%;
	}
	.year_box{
		padding-left: 4%;
	}
	.year_box h3{
		margin-left: 0 !important;
		display: block;
	}
	.year_box .year_box_inner{
		display: block;
		width: 100%;
	}
	.year_box .year_box_inner dl{
		width: 100%;
		padding: 5% 6%;
		margin: 3% 0 0 0 !important;
	}
	.year_box .year_box_inner dl:before{
		content: none;
	}
	.year_box .year_box_inner dt figure{
		width: 100%;
	}
}

/*企業理念の思い詳細文マージン
---------------------------*/
.margin-pagemid{
	margin-left: 135px !important;
}
@media screen and (max-width: 798px) {
	.margin-pagemid{
		margin-left: 0 !important;
	}
}
