/**!
 * rev. 2024-10-18
 * copyright © 2024
 */

@charset "utf-8";

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("../font/icons.eot");
	src:
		url("../font/icons.eot?#iefix") format("embedded-opentype"),
		url("../font/icons.woff") format("woff"),
		url("../font/icons.ttf") format("truetype");
}

/* sylelint-disable */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* sylelint-enable */

:root {
	font-size: 62.5%;
}

/* stylelint-disable selector-max-universal */

*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

*::-moz-selection {
		background-color: #0a4ba3;
		color: #fff;
	}

*::selection {
		background-color: #0a4ba3;
		color: #fff;
	}

body {
	color: #333;
	font-family: "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif, sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;
}

@media print {
	html {
		font-size: 62.5%;
	}
}

button {
	border-radius: 0;
}

.bge-contents, .c-content-main {
	font-size: 1.6rem;
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
	line-height: 1.625;
}

@media only screen and  (max-width: 767px) {

.bge-contents, .c-content-main {
		font-size: 1.4rem
}
	}

.bge-contents a:link, .bge-contents a:visited, .c-content-main a:link, .c-content-main a:visited {
			color: #0453c1;
		}

.bge-contents a:hover, .bge-contents a:active, .c-content-main a:hover, .c-content-main a:active {
			text-decoration: none;
		}

.bge-contents a[href^="tel"], .c-content-main a[href^="tel"] {
			pointer-events: none;
			text-decoration: none;
			color: #333;
		}

@media only screen and  (max-width: 767px) {

.bge-contents a[href^="tel"], .c-content-main a[href^="tel"] {
				pointer-events: painted;
				text-decoration: underline;
				color: #0453c1
		}
			}

.bge-contents .cboxElement:link, .bge-contents .cboxElement:visited, .c-content-main .cboxElement:link, .c-content-main .cboxElement:visited {
			color: #111;
		}

.bge-contents .tel-free::before, .c-content-main .tel-free::before {
		content: "";
		display: inline-block;
		width: 23px;
		height: 16px;
		background: url("../img/common/icon-freedial.png") no-repeat;
		background-size: 100%;
		vertical-align: -3px;
		margin: 0 5px 0 0;
	}

.bge-contents div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"]::after, .bge-contents div:not(.news-contents) .bgt-table-container a[target="_blank"]::after, .c-content-main div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"]::after, .c-content-main div:not(.news-contents) .bgt-table-container a[target="_blank"]::after {
				content: "";
				width: 11px;
				height: 11px;
				display: inline-block;
				background: url("../img/common/icon-txt-external.png") no-repeat;
				vertical-align: 0;
				margin: 0 8px 0 5px;
			}

.bge-contents div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"][href*=".pdf"]::after, .bge-contents div:not(.news-contents) .bgt-table-container a[target="_blank"][href*=".pdf"]::after, .c-content-main div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"][href*=".pdf"]::after, .c-content-main div:not(.news-contents) .bgt-table-container a[target="_blank"][href*=".pdf"]::after {
				content: "";
				display: inline-block;
				width: 15px;
				height: 17px;
				background: url("../img/common/icon-pdf-s.png") no-repeat;
				background-size: 100%;
				vertical-align: -3px;
				margin: 0 8px 0 5px;
			}

.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin: 0 0 35px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb], .c-content-main [data-bgb] {
			margin: 0 0 20px
	}
		}

.bge-contents h1, .c-content-main h1 {
		font-size: 3.2rem;
		font-weight: normal;
		line-height: 1.2;
		margin: 1em 0 20px;
		color: #333;
		padding-bottom: 15px;
		letter-spacing: .6px;
		position: relative;
	}

@media only screen and  (max-width: 767px) {

.bge-contents h1, .c-content-main h1 {
			font-size: 2.2rem;
			padding-bottom: 10px
	}
		}

.bge-contents h1::after, .c-content-main h1::after {
			content: "";
			display: block;
			height: 2px;
			background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
			background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
			margin-top: 10px;
		}

.bge-contents h1:first-child, .c-content-main h1:first-child {
			margin-top: 0;
		}

.bge-contents h2, .c-content-main h2 {
		font-size: 2.2rem;
		line-height: 1.35;
		margin: 1.5em 0 17px;
		padding: 8px 12px;
		color: #333;
		letter-spacing: 1px;
		position: relative;
		border-left: 3px solid #66b2ae;
	}

@media only screen and  (max-width: 767px) {

.bge-contents h2, .c-content-main h2 {
			font-size: 1.8rem;
			margin: 1em 0 25px;
			padding: 10px 15px
	}
		}

.bge-contents h2::after, .c-content-main h2::after {
			content: "";
			position: absolute;
			left: -3px;
			bottom: 0;
			width: 3px;
			height: 50%;
			background-color: #0453c1;
		}

@media only screen and  (max-width: 767px) {

.bge-contents h2::after, .c-content-main h2::after {
				width: 3px
		}
			}

.bge-contents h2 span, .c-content-main h2 span {
			font-size: 1.68rem;
		}

@media only screen and  (max-width: 767px) {

.bge-contents h2 span, .c-content-main h2 span {
				font-size: 1.45rem
		}
			}

.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}

.bge-contents .title-content + [data-bgb="title"], .c-content-main .title-content + [data-bgb="title"] {
		margin-top:0;
	}

.bge-contents .ttl-sitemap h2, .c-content-main .ttl-sitemap h2 {
			padding: 0 0 12px;
			color: #333;
			letter-spacing: 1px;
			position: relative;
			border-left: none;
		}

.bge-contents .ttl-sitemap h2::after, .c-content-main .ttl-sitemap h2::after {
				content: "";
				display: block;
				height: 2px;
				background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
				background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
				margin-top: 10px;
				position: static;
				width: 100%;
			}

.bge-contents .ttl-sitemap h2 a, .c-content-main .ttl-sitemap h2 a {
				display: inline-block;
				text-decoration: none;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
				color: #111;
				padding-right: 25px;
			}

.bge-contents .ttl-sitemap h2 a:hover, .c-content-main .ttl-sitemap h2 a:hover {
					opacity: .6;
				}

.bge-contents .ttl-sitemap h2 a::before, .c-content-main .ttl-sitemap h2 a::before {
					content: "";
					width: 18px;
					height: 18px;
					border-radius: 10px;
					display: block;
					position: absolute;
					right: 0;
					top: 50%;
					margin: -9px 0 0;
					background: #0047a8;
				}

.bge-contents .ttl-sitemap h2 a::after, .c-content-main .ttl-sitemap h2 a::after {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 3px 0 3px 4px;
					border-color: transparent transparent transparent #fff;
					position: absolute;
					right: 6px;
					top: 50%;
					margin-top: -3px;
				}

.bge-contents h3, .c-content-main h3 {
		position: relative;
		font-size: 2.0rem;
		line-height: 1.55;
		margin: 1.5em 0 10px;
		padding: 0 17px 8px 30px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents h3, .c-content-main h3 {
			font-size: 1.6rem;
			margin: 1em 0 10px;
			padding: 0 10px 5px 22px
	}
		}

.bge-contents h3::before, .c-content-main h3::before {
			content: "";
			position: absolute;
			top: 6px;
			left: 0;
			width: 21px;
			height: 21px;
			border: 6px solid #7aaab8;
			border-radius: 100%;
			margin-right: 6px;
			vertical-align: -3px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents h3::before, .c-content-main h3::before {
				width: 16px;
				height: 16px;
				border: 4px solid #7aaab8;
				vertical-align: middle
		}
			}

.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}

.bge-contents [class*="ttl-fields-"], .c-content-main [class*="ttl-fields-"] {
		padding-top: 35px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents [class*="ttl-fields-"], .c-content-main [class*="ttl-fields-"] {
			padding-top: 25px
	}
		}

.bge-contents [class*="ttl-fields-"] h3, .c-content-main [class*="ttl-fields-"] h3 {
			padding: 0 10px 5px 70px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents [class*="ttl-fields-"] h3, .c-content-main [class*="ttl-fields-"] h3 {
				padding: 0 10px 5px 50px
		}
			}

.bge-contents [class*="ttl-fields-"] h3::before, .c-content-main [class*="ttl-fields-"] h3::before {
				content: "";
				position: absolute;
				top: -10px;
				left: 8px;
				width: 48px;
				height: 47px;
				border: none;
				border-radius: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents [class*="ttl-fields-"] h3::before, .c-content-main [class*="ttl-fields-"] h3::before {
					top: -6px;
					width: 32px;
					height: 32px;
					border: none
			}
				}

.bge-contents .ttl-fields-01, .c-content-main .ttl-fields-01 {
		border-top: 2px solid #d64030;
	}

.bge-contents .ttl-fields-01 h3, .c-content-main .ttl-fields-01 h3 {
			color: #d64030;
		}

.bge-contents .ttl-fields-01 h3::before, .c-content-main .ttl-fields-01 h3::before {
				background: url("/img/recruit/fields/icon-ttl01.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-02, .c-content-main .ttl-fields-02 {
		border-top: 2px solid #4b20b7;
	}

.bge-contents .ttl-fields-02 h3, .c-content-main .ttl-fields-02 h3 {
			color: #4b20b7;
		}

.bge-contents .ttl-fields-02 h3::before, .c-content-main .ttl-fields-02 h3::before {
				background: url("/img/recruit/fields/icon-ttl02.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-03, .c-content-main .ttl-fields-03 {
		border-top: 2px solid #0453c1;
	}

.bge-contents .ttl-fields-03 h3, .c-content-main .ttl-fields-03 h3 {
			color: #0453c1;
		}

.bge-contents .ttl-fields-03 h3::before, .c-content-main .ttl-fields-03 h3::before {
				background: url("/img/recruit/fields/icon-ttl03.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-04, .c-content-main .ttl-fields-04 {
		border-top: 2px solid #49c3e8;
	}

.bge-contents .ttl-fields-04 h3, .c-content-main .ttl-fields-04 h3 {
			color: #49c3e8;
		}

.bge-contents .ttl-fields-04 h3::before, .c-content-main .ttl-fields-04 h3::before {
				background: url("/img/recruit/fields/icon-ttl04.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-05, .c-content-main .ttl-fields-05 {
		border-top: 2px solid #67c50a;
	}

.bge-contents .ttl-fields-05 h3, .c-content-main .ttl-fields-05 h3 {
			color: #67c50a;
		}

.bge-contents .ttl-fields-05 h3::before, .c-content-main .ttl-fields-05 h3::before {
				background: url("/img/recruit/fields/icon-ttl05.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-06, .c-content-main .ttl-fields-06 {
		border-top: 2px solid #f6c003;
	}

.bge-contents .ttl-fields-06 h3, .c-content-main .ttl-fields-06 h3 {
			color: #f6c003;
		}

.bge-contents .ttl-fields-06 h3::before, .c-content-main .ttl-fields-06 h3::before {
				background: url("/img/recruit/fields/icon-ttl06.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents [data-bgb="title2"], .c-content-main [data-bgb="title2"] {
		margin: 0 0 25px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="title2"], .c-content-main [data-bgb="title2"] {
			margin: 0 0 15px
	}
		}

.bge-contents h4, .c-content-main h4 {
		font-size: 1.8rem;
		line-height: 1.45;
		margin: 1.5em 0 15px;
		color: #003885;
		overflow: hidden;
	}

@media only screen and  (max-width: 767px) {

.bge-contents h4, .c-content-main h4 {
			font-size: 1.6rem;
			margin: 1em 0 10px
	}
		}

.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}

.bge-contents h4.ttl-voice, .c-content-main h4.ttl-voice {
			color: #111;
			font-size: 1.9rem;
			padding: 0 0 7px 105px;
			margin: 7px 0 0;
			position: relative;
		}

@media only screen and  (max-width: 767px) {

.bge-contents h4.ttl-voice, .c-content-main h4.ttl-voice {
				margin: 4px 0 0;
				font-size: 1.7rem;
				padding: 0 0 4px 70px
		}
			}

.bge-contents h4.ttl-voice span, .c-content-main h4.ttl-voice span {
				display: block;
				padding: 5px 15px;
				position: absolute;
				top: 0;
				left: 0;
				color: #fff;
				background: #2254ba;
				font-size: 1.4rem;
				line-height: 1.2;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				font-weight: 500;
				border-radius: 4px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents h4.ttl-voice span, .c-content-main h4.ttl-voice span {
					font-size: 1.1rem;
					padding: 3px 7px;
					top: 1px
			}
				}

.bge-contents h4.ttl-voice span::before, .bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::after {
					content: "";
					width: 8px;
					height: 16px;
					display: inline-block;
					vertical-align: middle;
				}

@media only screen and  (max-width: 767px) {

.bge-contents h4.ttl-voice span::before, .bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::after {
						width: 6px;
						height: 12px
				}
					}

.bge-contents h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::before {
					background: url("/img/common/icon-ttl-voice-l.png");
					margin-right: 7px;
					background-size: 100%;
				}

@media only screen and  (max-width: 767px) {

.bge-contents h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::before {
						margin-right: 4px
				}
					}

.bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::after {
					background: url("/img/common/icon-ttl-voice-r.png");
					margin-left: 7px;
					background-size: 100%;
				}

@media only screen and  (max-width: 767px) {

.bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::after {
						margin-left: 4px
				}
					}

.bge-contents h5, .c-content-main h5 {
		font-size: 1.5rem;
		line-height: 1.5;
		color: #333;
		font-weight: bold;
		margin: 1.5em 0 10px;
		overflow: hidden;
		border-left: 3px solid #0453c1;
		padding: 0 0 0 5px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents h5, .c-content-main h5 {
			font-size: 1.4rem
	}
		}

.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}

.bge-contents h5.ttl-voice-sub, .c-content-main h5.ttl-voice-sub {
			border-left: none;
			font-size: 1.8rem;
			margin: 0 0 13px;
			padding: 0;
		}

@media only screen and  (max-width: 767px) {

.bge-contents h5.ttl-voice-sub, .c-content-main h5.ttl-voice-sub {
				font-size: 1.6rem;
				margin: 0 0 10px
		}
			}

.bge-contents h5.ttl-voice-sub span, .c-content-main h5.ttl-voice-sub span {
				font-size: 1.4rem;
				color: #143880;
				display: block;
			}

@media only screen and  (max-width: 767px) {

.bge-contents h5.ttl-voice-sub span, .c-content-main h5.ttl-voice-sub span {
					font-size: 1.2rem
			}
				}

.bge-contents h5.ttl-voice-sub::after, .c-content-main h5.ttl-voice-sub::after {
				content: "";
				display: block;
				width: 30px;
				height: 1px;
				background: #2254ba;
				margin-top: 13px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents h5.ttl-voice-sub::after, .c-content-main h5.ttl-voice-sub::after {
					margin-top: 8px
			}
				}

.bge-contents h6, .c-content-main h6 {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 1.5em 0 10px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents h6, .c-content-main h6 {
			font-size: 1.4rem
	}
		}

.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}

.bge-contents .catch-text, .c-content-main .catch-text {
		font-size: 2.2rem;
		line-height: 1.45;
		margin: 1.5em 0 15px;
		color: #003885;
		font-weight: bold;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .catch-text, .c-content-main .catch-text {
			font-size: 1.8rem;
			margin: 1em 0 10px
	}
		}

.bge-contents .product-subtitle01, .c-content-main .product-subtitle01 {
		margin: -25px 0 30px;
		padding: 0;
		font-size: 1.7rem;
		font-weight: bold;
		color: #003885;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .product-subtitle01, .c-content-main .product-subtitle01 {
			margin: -15px 0 20px;
			font-size: 1.5rem
	}
		}

.bge-contents .product-subtitle01::before, .c-content-main .product-subtitle01::before {
			content: none;
		}

.bge-contents .product-subtitle02, .c-content-main .product-subtitle02 {
		margin: 0 0 30px;
		padding: 12px 18px;
		background: #d1e1e6;
		font-size: 1.6rem;
		color: #111;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .product-subtitle02, .c-content-main .product-subtitle02 {
			margin: 0 0 20px;
			padding: 10px;
			font-size: 1.4rem
	}
		}

.bge-contents .product-subtitle02::before, .c-content-main .product-subtitle02::before {
			content: none;
		}

.bge-contents ul, .c-content-main ul {
		padding: 0;
	}

.bge-contents ul > li, .c-content-main ul > li {
			list-style: none;
			padding: 3px 0 3px 15px;
			position: relative;
		}

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: block;
				width: 6px;
				height: 6px;
				position: absolute;
				top: 12px;
				left: 3px;
				border: 1px solid transparent;
				border-radius: 50%;
				background: #0453c1;
			}

.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				background: #507bb6;
			}

.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
					background: #507bb6;
				}

.bge-contents ul[data-column="2"], .c-content-main ul[data-column="2"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

@media only screen and  (max-width: 767px) {

.bge-contents ul[data-column="2"], .c-content-main ul[data-column="2"] {
				display: block
		}
			}

.bge-contents ul[data-column="2"] li, .c-content-main ul[data-column="2"] li {
				width: 48%;
			}

@media only screen and  (max-width: 767px) {

.bge-contents ul[data-column="2"] li, .c-content-main ul[data-column="2"] li {
					width: 100%
			}
				}

.bge-contents ul.ul-border li, .c-content-main ul.ul-border li {
				border-bottom: 1px solid #e5e5e5;
				padding: 10px 0 10px 33px;
			}

.bge-contents ul.ul-border li::before, .c-content-main ul.ul-border li::before {
					top: 20px;
					left: 20px;
				}

.bge-contents ul.ul-border li:nth-child(1), .c-content-main ul.ul-border li:nth-child(1) {
					border-top: 1px solid #e5e5e5;
				}

.bge-contents ul.ul-border[data-column="2"] li:nth-child(2), .c-content-main ul.ul-border[data-column="2"] li:nth-child(2) {
						border-top: 1px solid #e5e5e5;
					}

@media only screen and  (max-width: 767px) {

.bge-contents ul.ul-border[data-column="2"] li:nth-child(2), .c-content-main ul.ul-border[data-column="2"] li:nth-child(2) {
							border-top: none
					}
						}

.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin-left: 0;
			margin-top: 5px;
		}

.bge-contents .link-list > li, .c-content-main .link-list > li {
			position: relative;
		}

.bge-contents .link-list > li::before, .c-content-main .link-list > li::before {
				content: none;
			}

.bge-contents .link-list > li::after, .c-content-main .link-list > li::after {
				content: "";
				display: block;
				width: 8px;
				height: 8px;
				border-top: 2px solid #0453c1;
				border-right: 2px solid #0453c1;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				position: absolute;
				top: 11px;
				left: 0;
				margin: auto 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .link-list > li::after, .c-content-main .link-list > li::after {
					width: 10px;
					height: 10px;
					right: 15px
			}
				}

.bge-contents .link-list[data-column="2"], .c-content-main .link-list[data-column="2"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .link-list[data-column="2"], .c-content-main .link-list[data-column="2"] {
				display: block
		}
			}

.bge-contents .link-list[data-column="2"] li, .c-content-main .link-list[data-column="2"] li {
				width: 48%;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .link-list[data-column="2"] li, .c-content-main .link-list[data-column="2"] li {
					width: 100%
			}
				}

.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		padding-left: 0;
	}

.bge-contents ol > li, .c-content-main ol > li {
			list-style: none;
			padding: 3px 0 3px 25px;
			position: relative;
		}

.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) ". ";
				counter-increment: content-main-ol-default;
				font-weight: bold;
				position: absolute;
				left: 0;
			}

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin-left: 0;
			margin-top: 5px;
		}

.bge-contents .dl-list, .c-content-main .dl-list {
		margin-bottom: 1em;
	}

.bge-contents .dl-list dt, .c-content-main .dl-list dt {
			color: #0453c1;
			margin-bottom: 5px;
			font-weight: bold;
		}

.bge-contents .dl-list dd, .c-content-main .dl-list dd {
			margin: 0;
			font-size: 1.5rem;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .dl-list dd, .c-content-main .dl-list dd {
				font-size: 1.3rem
		}
			}

.bge-contents .dl-list dd + dt, .c-content-main .dl-list dd + dt {
				margin-top: 1em;
			}

.bge-contents .dl-table, .c-content-main .dl-table {
		display: table;
		width: 100%;
		margin: 0 0 1em;
	}

.bge-contents .dl-table dl, .c-content-main .dl-table dl {
			display: table-row;
		}

.bge-contents .dl-table dl dt, .c-content-main .dl-table dl dt {
				display: table-cell;
				color: #0453c1;
				padding: 0 20px 1em 0;
				font-weight: bold;
				white-space: nowrap;
			}

.bge-contents .dl-table dl dd, .c-content-main .dl-table dl dd {
				display: table-cell;
				margin: 0;
				padding: 0 0 1em;
				font-size: 1.5rem;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .dl-table dl dd, .c-content-main .dl-table dl dd {
					font-size: 1.3rem
			}
				}

.bge-contents .dl-table dl:last-child dt, .c-content-main .dl-table dl:last-child dt {
					padding: 0 20px 0 0;
				}

.bge-contents .dl-table dl:last-child dd, .c-content-main .dl-table dl:last-child dd {
					padding: 0;
				}

.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 30px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents table, .c-content-main table {
			display: block
	}
		}

.bge-contents table caption, .c-content-main table caption {
			font-weight: bold;
			text-align: left;
			padding: 10px 0;
		}

@media only screen and  (max-width: 767px) {

.bge-contents table caption, .c-content-main table caption {
				display: block
		}

				.bge-contents table caption:empty, .c-content-main table caption:empty {
					display: none;
				}
			}

.bge-contents table caption:empty, .c-content-main table caption:empty {
				display: none;
			}

@media only screen and  (max-width: 767px) {

.bge-contents table thead, .c-content-main table thead {
				display: none
		}
			}

@media only screen and  (max-width: 767px) {

.bge-contents table tfoot, .c-content-main table tfoot {
				display: none
		}
			}

@media only screen and  (max-width: 767px) {

.bge-contents table tbody, .c-content-main table tbody {
				display: block
		}
			}

@media only screen and  (max-width: 767px) {

.bge-contents table tr, .c-content-main table tr {
				display: block
		}
			}

.bge-contents table th, .bge-contents table td, .c-content-main table th, .c-content-main table td {
			padding: 12px 18px;
			color: #333;
			border-top: 1px solid #e1e1e1;
			border-bottom: 1px solid #e1e1e1;
			font-size: 1.4rem;
			position: static;
			word-wrap: break-word;
		}

@media only screen and  (max-width: 767px) {

.bge-contents table th, .bge-contents table td, .c-content-main table th, .c-content-main table td {
				display: block;
				margin-top: -1px;
				width: 100%
		}
			}

.bge-contents table th, .c-content-main table th {
			background: #e8f3f6;
			text-align: left;
		}

@media only screen and  (max-width: 767px) {

.bge-contents table th, .c-content-main table th {
				padding: 10px
		}
			}

.bge-contents table th + th, .c-content-main table th + th {
				border-left: 1px solid #e1e1e1;
			}

@media only screen and  (max-width: 767px) {

.bge-contents table td, .c-content-main table td {
				padding: 10px
		}
			}

.bge-contents table td + td, .c-content-main table td + td {
				border-left: 1px solid #e1e1e1;
			}

.bge-contents [data-bgb$='wysiwyg'] table, .c-content-main [data-bgb$='wysiwyg'] table {
			table-layout: fixed;
		}

@media  (min-width: 768px) {
				.bge-contents [data-bgb$='wysiwyg'] table .table-w10, .c-content-main [data-bgb$='wysiwyg'] table .table-w10 {
					width: 10%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w15, .c-content-main [data-bgb$='wysiwyg'] table .table-w15 {
					width: 15%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w20, .c-content-main [data-bgb$='wysiwyg'] table .table-w20 {
					width: 20%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w25, .c-content-main [data-bgb$='wysiwyg'] table .table-w25 {
					width: 25%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w30, .c-content-main [data-bgb$='wysiwyg'] table .table-w30 {
					width: 30%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w35, .c-content-main [data-bgb$='wysiwyg'] table .table-w35 {
					width: 35%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w40, .c-content-main [data-bgb$='wysiwyg'] table .table-w40 {
					width: 40%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w45, .c-content-main [data-bgb$='wysiwyg'] table .table-w45 {
					width: 45%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w50, .c-content-main [data-bgb$='wysiwyg'] table .table-w50 {
					width: 50%;
				}
			}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w10, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w10 {
					width: 10%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w15, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w15 {
					width: 15%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w20, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w20 {
					width: 20%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w25, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w25 {
					width: 25%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w30, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w30 {
					width: 30%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w35, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w35 {
					width: 35%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w40, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w40 {
					width: 40%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w45, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w45 {
					width: 45%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w50, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w50 {
					width: 50%;
				}

@media  (min-width: 768px) {

.bge-contents [data-bgb$='wysiwyg'].narrow_padding table th, .bge-contents [data-bgb$='wysiwyg'].narrow_padding table td, .c-content-main [data-bgb$='wysiwyg'].narrow_padding table th, .c-content-main [data-bgb$='wysiwyg'].narrow_padding table td {
						padding: 12px 8px
				}
					}

.bge-contents .th-nowrap th, .c-content-main .th-nowrap th {
			white-space: nowrap;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .th-nowrap th, .c-content-main .th-nowrap th {
				white-space: normal
		}
			}

.bge-contents .td-narrow td, .c-content-main .td-narrow td {
			font-size: 1.2rem;
			padding: 10px;
		}

.bge-contents .th-fix table, .c-content-main .th-fix table {
			table-layout: fixed;
		}

.bge-contents .th-fix table th, .c-content-main .th-fix table th {
				width: 225px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .th-fix table th, .c-content-main .th-fix table th {
					width: 100%
			}
				}

@media only screen and  (max-width: 767px) {
			.bge-contents .sp_table table, .bge-contents .scroll_table table, .c-content-main .sp_table table, .c-content-main .scroll_table table {
				display: table;
			}

				.bge-contents .sp_table table caption, .bge-contents .scroll_table table caption, .c-content-main .sp_table table caption, .c-content-main .scroll_table table caption {
					display: table-caption;
				}

				.bge-contents .sp_table table tr, .bge-contents .scroll_table table tr, .c-content-main .sp_table table tr, .c-content-main .scroll_table table tr {
					display: table-row;
				}

				.bge-contents .sp_table table tbody, .bge-contents .scroll_table table tbody, .c-content-main .sp_table table tbody, .c-content-main .scroll_table table tbody {
					display: table-row-group;
				}

				.bge-contents .sp_table table thead, .bge-contents .scroll_table table thead, .c-content-main .sp_table table thead, .c-content-main .scroll_table table thead {
					display: table-header-group;
				}

				.bge-contents .sp_table table td, .bge-contents .sp_table table th, .bge-contents .scroll_table table td, .bge-contents .scroll_table table th, .c-content-main .sp_table table td, .c-content-main .sp_table table th, .c-content-main .scroll_table table td, .c-content-main .scroll_table table th {
					display: table-cell;
					width: auto;
				}
					.bge-contents .sp_table table th + th, .bge-contents .scroll_table table th + th, .c-content-main .sp_table table th + th, .c-content-main .scroll_table table th + th {
						border-left: 1px solid #e1e1e1;
					}
					.bge-contents .sp_table table td + td, .bge-contents .scroll_table table td + td, .c-content-main .sp_table table td + td, .c-content-main .scroll_table table td + td {
						border-left: 1px solid #e1e1e1;
					}
		}

.bge-contents .sp_table .border-l, .bge-contents .scroll_table .border-l, .c-content-main .sp_table .border-l, .c-content-main .scroll_table .border-l {
			border-left: 1px solid #e1e1e1;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .scroll_table, .c-content-main .scroll_table {
			margin: 0 0 30px
	}

			.bge-contents .scroll_table::before, .c-content-main .scroll_table::before {
				content: "※スマートフォンでの閲覧時、この表組みは横にスクロールできます。";
				font-size: 1.2rem;
				color: #003885;
				display: block;
				padding: 0 0 5px;
			}

			.bge-contents .scroll_table .bge-ckeditor, .c-content-main .scroll_table .bge-ckeditor {
				overflow: auto;
			}

				.bge-contents .scroll_table .bge-ckeditor table, .c-content-main .scroll_table .bge-ckeditor table {
					width: 700px !important;
					margin-bottom: 0;
				}
		}

.bge-contents .uniform_table_5column table th, .bge-contents .uniform_table_5column table td, .c-content-main .uniform_table_5column table th, .c-content-main .uniform_table_5column table td {
				width: 20%;
			}

@media  (min-width: 768px) {

.bge-contents .uniform_table_4column table th, .bge-contents .uniform_table_4column table td, .c-content-main .uniform_table_4column table th, .c-content-main .uniform_table_4column table td {
					width: 25%
			}
				}

.bge-contents p:first-child, .c-content-main p:first-child {
			margin-top: 0;
		}

.bge-contents p:last-child, .c-content-main p:last-child {
			margin-bottom: 0;
		}

.bge-contents blockquote, .c-content-main blockquote {
		background: #f1f1f1;
		margin: 0 0 0 2em;
		padding: 1em 2em;
		position: relative;
	}

.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "“";
			display: block;
			font-size: 2.5em;
			left: 0;
			line-height: 0;
			margin-top: .5em;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			top: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

.bge-contents blockquote::after, .c-content-main blockquote::after {
			bottom: 0;
			content: "”";
			display: block;
			font-size: 2.5em;
			line-height: 0;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			right: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}

.bge-contents figure, .c-content-main figure {
		margin: 0;
	}

.bge-contents figcaption, .c-content-main figcaption {
		background: none;
		font-size: 0.875em;
		font-weight: normal;
		line-height: 1.6;
		padding: .8em 1.2em;
		text-align: left;
	}

.bge-contents hr, .c-content-main hr {
		color: #cacaca;
		background: #cacaca;
		border-style: none;
		height: 1px;
		margin: 1.5em auto;
	}

.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}

.bge-contents input, .c-content-main input {
		max-width: 100%;
	}

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
			border: 1px solid #cacaca;
			-webkit-box-shadow: none;
			        box-shadow: none;
			padding: 9px 10px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
				padding: 9px 5px
		}
			}

.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #cacaca;
		line-height: 1.7;
		padding: 10px;
		width: 100%;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

@media only screen and  (max-width: 767px) {

.bge-contents textarea, .c-content-main textarea {
			padding: 10px 5px
	}
		}

.bge-contents label.checkbox, .c-content-main label.checkbox {
			position: relative;
			cursor: pointer;
			display: inline-block;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			min-width: 20px;
			min-height: 20px;
			line-height: 20px;
			padding-left: 25px;
			margin: 6px 10px;
		}

.bge-contents label.checkbox::after, .c-content-main label.checkbox::after {
				content: "";
				position: absolute;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				border-right: 2px solid #c6c6c6;
				border-bottom: 2px solid #c6c6c6;
				top: calc(50% - 4px);
				display: block;
				margin-top: -4.5px;
				width: 6.25px;
				height: 15px;
				z-index: 1;
				left: 6px;
			}

.bge-contents label.checkbox input[type="checkbox"], .c-content-main label.checkbox input[type="checkbox"] {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				position: absolute;
				z-index: 2;
				margin: 0;
				width: 20px;
				height: 20px;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				left: 0;
				bottom: -1px;
				padding: 0;
				display: block;
				background: #fff;
				border: 1px solid #cacaca;
				border-radius: 3px;
			}

.bge-contents label.checkbox input[type="checkbox"]:checked, .c-content-main label.checkbox input[type="checkbox"]:checked {
					background: none;
				}

.bge-contents table.form_input, .c-content-main table.form_input {
		margin: 0 0 70px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents table.form_input, .c-content-main table.form_input {
			margin: 0 0 30px
	}
		}

.bge-contents table.form_input th, .c-content-main table.form_input th {
			width: 180px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents table.form_input th, .c-content-main table.form_input th {
				width: auto;
				padding: 10px 15px
		}
			}

@media only screen and  (max-width: 767px) {

.bge-contents table.form_input td, .c-content-main table.form_input td {
				padding: 15px 10px 20px
		}
			}

.bge-contents table.form_input select, .c-content-main table.form_input select {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			border: 1px solid #cacaca;
			margin: 0;
			padding: 9px 25px 9px 10px;
			vertical-align: middle;
			position: relative;
			font-family: inherit;
			background: url("../img/common/icon-select-arrow.png") no-repeat right 10px center;
			background-size: 12px 18px;
			max-width: 100%;
		}

.bge-contents table.form_input select.input_m, .c-content-main table.form_input select.input_m {
				width: 279px;
			}

.bge-contents table.form_input select::-ms-expand, .c-content-main table.form_input select::-ms-expand {
				display: none;
			}

.bge-contents table.form_input .input_s, .c-content-main table.form_input .input_s {
			width: 100px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents table.form_input .input_s, .c-content-main table.form_input .input_s {
				width: 60px
		}
			}

.bge-contents table.form_input .input_l, .c-content-main table.form_input .input_l {
			width: 100%;
		}

.bge-contents table.form_input .input_l + .input_l, .c-content-main table.form_input .input_l + .input_l {
				margin-top: 10px;
			}

.bge-contents table.form_input .textarea_l, .c-content-main table.form_input .textarea_l {
			width: 100%;
			height: 200px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents table.form_input .textarea_l, .c-content-main table.form_input .textarea_l {
				height: 150px
		}
			}

.bge-contents table.form_input .input-txt, .c-content-main table.form_input .input-txt {
			margin: 0 5px;
		}

.bge-contents table.form_input .form-note, .c-content-main table.form_input .form-note {
			margin: 5px 0 0;
			font-size: 1.2rem;
			font-weight: bold;
		}

.bge-contents table.form_input .required, .c-content-main table.form_input .required {
			color: #d30000;
		}

.bge-contents table.form_input .error-message, .c-content-main table.form_input .error-message {
			color: #d30000;
			font-weight: bold;
		}

.bge-contents .alert-message, .c-content-main .alert-message {
		color: #d30000;
		font-weight: bold;
		margin-bottom: 30px;
		border: 3px solid #d30000;
		padding: 10px 15px;
	}

.bge-contents .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}

.bge-contents .btn-group .btn, .c-content-main .btn-group .btn {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: #0047a8;
			border: none;
			color: #fff;
			display: inline-block;
			font-size: 1.3rem;
			font-weight: bold;
			min-width: 260px;
			padding: 14px 45px 14px 20px;
			position: relative;
			text-align: center;
			text-decoration: none;
			vertical-align: middle;
			border-radius: 6px;
			overflow: hidden;
			cursor: pointer;
			margin: 8px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .btn-group .btn, .c-content-main .btn-group .btn {
				width: 100%;
				min-width: 0;
				margin: 8px 0
		}
			}

.bge-contents .btn-group .btn:active, .bge-contents .btn-group .btn:focus, .c-content-main .btn-group .btn:active, .c-content-main .btn-group .btn:focus {
				-webkit-box-shadow:
					0 0 10px 0 #0570c7,
					0 0 10px 0 #fff;
				        box-shadow:
					0 0 10px 0 #0570c7,
					0 0 10px 0 #fff;
			}

.bge-contents .btn-group .btn:disabled, .c-content-main .btn-group .btn:disabled {
				opacity: .6;
			}

.bge-contents .btn-group .btn::after, .c-content-main .btn-group .btn::after {
				content: "";
				display: block;
				width: 18px;
				height: 9px;
				margin-top: -5px;
				position: absolute;
				right: 15px;
				top: 50%;
				background: url("../img/common/icon-btn-arrow-r.png") no-repeat;
				background-size: 100%;
			}

.bge-contents .btn-group .btn::before, .c-content-main .btn-group .btn::before {
				content: "";
				height: 100%;
				width: 30px;
				position: absolute;
				top: 0;
				left: 0;
				background-color: #fff;
				opacity: 0;
			}

@media only screen and  (min-width: 768px) {

.bge-contents .btn-group .btn:hover::before, .c-content-main .btn-group .btn:hover::before {
						-webkit-animation: reflection 800ms;
						        animation: reflection 800ms
				}
					}

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			background: #777;
		}

.bge-contents .form-first-text, .c-content-main .form-first-text {
		margin-bottom: 2em;
	}

.bge-contents .form-first-text span, .c-content-main .form-first-text span {
			color: #d30000;
			font-weight: bold;
		}

.bge-contents .form-privacy-text, .c-content-main .form-privacy-text {
		background: url("../img/common/bg-title4.png");
		padding: 15px 20px;
		font-size: 1.4rem;
		margin-bottom: 50px;
		border-radius: 5px;
	}

.bge-contents .step-flow, .c-content-main .step-flow {
		margin: 50px 0;
		text-align: center;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .step-flow, .c-content-main .step-flow {
			margin-bottom: 30px
	}
		}

.bge-contents .step-flow li, .c-content-main .step-flow li {
			list-style: none;
			margin: 0 17px;
			display: inline-block;
			padding: 10px;
			width: 200px;
			text-align: center;
			font-size: 1.4rem;
			background: #f0f0f0;
			color: #003885;
			font-weight: bold;
			border-radius: 5px;
			position: relative;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .step-flow li, .c-content-main .step-flow li {
				font-size: 1.2rem;
				padding: 10px 3px;
				margin: 0 10px;
				width: 23%;
				vertical-align: middle;
				word-wrap: break-word
		}
			}

.bge-contents .step-flow li::before, .c-content-main .step-flow li::before {
				content: none;
			}

.bge-contents .step-flow li::after, .c-content-main .step-flow li::after {
				content: "";
				display: block;
				width: 10px;
				height: 10px;
				border-top: 2px solid #c1c1c1;
				border-right: 2px solid #c1c1c1;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				position: absolute;
				top: 0;
				bottom: 0;
				right: -20px;
				margin: auto 0;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .step-flow li::after, .c-content-main .step-flow li::after {
					width: 8px;
					height: 8px;
					right: -14px
			}
				}

.bge-contents .step-flow li:last-child::after, .c-content-main .step-flow li:last-child::after {
				content: none;
			}

.bge-contents .step-flow li.step-flow__active, .c-content-main .step-flow li.step-flow__active {
				background: #0453c1;
				color: #fff;
			}

.bge-contents .form_thanks, .c-content-main .form_thanks {
		margin: 0 0 50px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .form_thanks, .c-content-main .form_thanks {
			margin: 0 0 30px
	}
		}

.bge-contents .form_thanks .form_thanks-ttl, .c-content-main .form_thanks .form_thanks-ttl {
			padding: 0 0 7px;
			border: none;
			text-align: center;
			color: #0453c1;
			background: none;
			font-weight: bold;
			line-height: 1.7;
			font-size: 3.2rem;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .form_thanks .form_thanks-ttl, .c-content-main .form_thanks .form_thanks-ttl {
				font-size: 2rem
		}
			}

.bge-contents .form_thanks .form_thanks-ttl::before, .bge-contents .form_thanks .form_thanks-ttl::after, .c-content-main .form_thanks .form_thanks-ttl::before, .c-content-main .form_thanks .form_thanks-ttl::after {
				display: none;
			}

.bge-contents .form_thanks .form_thanks_text, .c-content-main .form_thanks .form_thanks_text {
			text-align: center;
		}

.bge-contents .grid-frame, .bge-contents .grid-frame-flex, .c-content-main .grid-frame, .c-content-main .grid-frame-flex {
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.bge-contents .grid-frame-flex, .c-content-main .grid-frame-flex {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-1, .c-content-main .grid-xs-1 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-1, .c-content-main .grid-sm-1 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-1, .c-content-main .grid-md-1 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-1, .c-content-main .grid-lg-1 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-1, .c-content-main .grid-xl-1 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-2, .c-content-main .grid-xs-2 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-2, .c-content-main .grid-sm-2 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-2, .c-content-main .grid-md-2 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-2, .c-content-main .grid-lg-2 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-2, .c-content-main .grid-xl-2 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-3, .c-content-main .grid-xs-3 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 25%; flex-basis: 25% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-3, .c-content-main .grid-sm-3 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 25%; flex-basis: 25% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-3, .c-content-main .grid-md-3 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 25%; flex-basis: 25% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-3, .c-content-main .grid-lg-3 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 25%; flex-basis: 25% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-3, .c-content-main .grid-xl-3 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 25%; flex-basis: 25% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-4, .c-content-main .grid-xs-4 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-4, .c-content-main .grid-sm-4 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-4, .c-content-main .grid-md-4 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-4, .c-content-main .grid-lg-4 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-4, .c-content-main .grid-xl-4 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-5, .c-content-main .grid-xs-5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-5, .c-content-main .grid-sm-5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-5, .c-content-main .grid-md-5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-5, .c-content-main .grid-lg-5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-5, .c-content-main .grid-xl-5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-6, .c-content-main .grid-xs-6 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 50%; flex-basis: 50% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-6, .c-content-main .grid-sm-6 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 50%; flex-basis: 50% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-6, .c-content-main .grid-md-6 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 50%; flex-basis: 50% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-6, .c-content-main .grid-lg-6 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 50%; flex-basis: 50% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-6, .c-content-main .grid-xl-6 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 50%; flex-basis: 50% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-7, .c-content-main .grid-xs-7 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-7, .c-content-main .grid-sm-7 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-7, .c-content-main .grid-md-7 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-7, .c-content-main .grid-lg-7 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-7, .c-content-main .grid-xl-7 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-8, .c-content-main .grid-xs-8 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-8, .c-content-main .grid-sm-8 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-8, .c-content-main .grid-md-8 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-8, .c-content-main .grid-lg-8 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-8, .c-content-main .grid-xl-8 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-9, .c-content-main .grid-xs-9 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 75%; flex-basis: 75% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-9, .c-content-main .grid-sm-9 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 75%; flex-basis: 75% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-9, .c-content-main .grid-md-9 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 75%; flex-basis: 75% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-9, .c-content-main .grid-lg-9 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 75%; flex-basis: 75% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-9, .c-content-main .grid-xl-9 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 75%; flex-basis: 75% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-10, .c-content-main .grid-xs-10 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-10, .c-content-main .grid-sm-10 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-10, .c-content-main .grid-md-10 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-10, .c-content-main .grid-lg-10 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-10, .c-content-main .grid-xl-10 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-11, .c-content-main .grid-xs-11 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-11, .c-content-main .grid-sm-11 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-11, .c-content-main .grid-md-11 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-11, .c-content-main .grid-lg-11 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-11, .c-content-main .grid-xl-11 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-12, .c-content-main .grid-xs-12 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 100%; flex-basis: 100% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-12, .c-content-main .grid-sm-12 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 100%; flex-basis: 100% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-12, .c-content-main .grid-md-12 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 100%; flex-basis: 100% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-12, .c-content-main .grid-lg-12 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 100%; flex-basis: 100% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-12, .c-content-main .grid-xl-12 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 100%; flex-basis: 100% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-d5, .c-content-main .grid-xs-d5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 20%; flex-basis: 20% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-d5, .c-content-main .grid-sm-d5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 20%; flex-basis: 20% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-d5, .c-content-main .grid-md-d5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 20%; flex-basis: 20% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-d5, .c-content-main .grid-lg-d5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 20%; flex-basis: 20% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-d5, .c-content-main .grid-xl-d5 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 20%; flex-basis: 20% } }

@media only screen and  (max-width: 767px) {

.bge-contents .grid-xs-flex, .c-content-main .grid-xs-flex { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100% } }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .grid-sm-flex, .c-content-main .grid-sm-flex { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100% } }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .grid-md-flex, .c-content-main .grid-md-flex { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100% } }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .grid-lg-flex, .c-content-main .grid-lg-flex { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100% } }

@media  (min-width: 1200px) {

.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100% } }

.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0;
	}

.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0;
	}

.bge-contents .mt-narrow, .c-content-main .mt-narrow {
	}

@media only screen and  (max-width: 767px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 5px
	} }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 10px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 10px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 15px
	} }

@media  (min-width: 1200px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 15px
	} }

.bge-contents .mt-wide, .c-content-main .mt-wide {
	}

@media only screen and  (max-width: 767px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 30px
	} }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 50px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 50px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 80px
	} }

@media  (min-width: 1200px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 80px
	} }

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}

@media only screen and  (max-width: 767px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 5px
	} }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 10px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 10px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 15px
	} }

@media  (min-width: 1200px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 15px
	} }

.bge-contents .mb-wide, .c-content-main .mb-wide {
	}

@media only screen and  (max-width: 767px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 30px
	} }

@media  (min-width: 576px) and (max-width: 767px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 50px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 50px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 80px
	} }

@media  (min-width: 1200px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 80px
	} }

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="button"] [data-bgt="button"], .bge-contents [data-bgb="button2"] [data-bgt="button"], .bge-contents [data-bgb="button3"] [data-bgt="button"], .c-content-main [data-bgb="button"] [data-bgt="button"], .c-content-main [data-bgb="button2"] [data-bgt="button"], .c-content-main [data-bgb="button3"] [data-bgt="button"] {
			display: block
	}
		}

.bge-contents .composite-btnblock .bgt-grid--first, .c-content-main .composite-btnblock .bgt-grid--first {
			text-align: right;
		}

.bge-contents .composite-btnblock .bgt-grid--last, .c-content-main .composite-btnblock .bgt-grid--last {
			text-align: left;
		}

.bge-contents .composite-btnblock .bgt-download-file__link[href*=".pdf"]::after, .c-content-main .composite-btnblock .bgt-download-file__link[href*=".pdf"]::after {
					content: none !important;
				}

.bge-contents .composite-btnblock .bgt-download-file__link[href*=".pdf"] span::before, .c-content-main .composite-btnblock .bgt-download-file__link[href*=".pdf"] span::before {
						font-family: FontAwesome;
						speak: none;
						font-style: normal;
						font-weight: normal;
						font-variant: normal;
						text-transform: none;
						text-rendering: auto;
						line-height: 1;
						content: "\f1c1";
						font-size: 1.3em;
						vertical-align: middle;
						display: inline-block;
						margin-right: 5px;
					}

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #0047a8;
		border: none;
		color: #fff !important;
		display: inline-block;
		font-size: 1.3rem;
		min-width: 260px;
		padding: 14px 45px 14px 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 6px;
		overflow: hidden;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			width: 100%;
			min-width: 0
	}
		}

.bge-contents .bgt-btn[href=""], .c-content-main .bgt-btn[href=""] {
			display: none;
		}

.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus, .c-content-main .bgt-btn:active, .c-content-main .bgt-btn:focus {
			-webkit-box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
			        box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
		}

.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: .6;
		}

.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
			content: "";
			display: block;
			width: 18px;
			height: 9px;
			margin-top: -5px;
			position: absolute;
			right: 15px;
			top: 50%;
			background: url("../img/common/icon-btn-arrow-r.png") no-repeat;
			background-size: 100%;
		}

.bge-contents .bgt-btn::before, .c-content-main .bgt-btn::before {
			content: "";
			height: 100%;
			width: 30px;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			opacity: 0;
			border-radius: 50%;
		}

.bge-contents .bgt-btn:hover::before, .c-content-main .bgt-btn:hover::before {
				-webkit-animation: reflection 800ms;
				        animation: reflection 800ms;
			}

.bge-contents .bgb-button3 .bgt-grid, .c-content-main .bgb-button3 .bgt-grid {
			padding-left: 9px;
			padding-right: 9px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-button3 .bgt-grid, .c-content-main .bgb-button3 .bgt-grid {
				padding: 0
		}
			}

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--first {
				padding-left: 0;
				padding-right: 18px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--first {
					padding: 0
			}
				}

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--last {
				padding-left: 18px;
				padding-right: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--last {
					padding: 0
			}
				}

.bge-contents .bgb-button3 .bgt-button-container, .c-content-main .bgb-button3 .bgt-button-container {
			width: 100%;
		}

.bge-contents .bgb-button3 .bgt-button-container .bgt-btn, .c-content-main .bgb-button3 .bgt-button-container .bgt-btn {
				min-width: 0;
				width: 100%;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-button3 .bgt-button-container .bgt-btn, .c-content-main .bgb-button3 .bgt-button-container .bgt-btn {
					width: 100%
			}
				}

.bge-contents [data-bgt-button-kind="link"] .bgt-btn, .c-content-main [data-bgt-button-kind="link"] .bgt-btn {
	}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		background: #e7ba03;
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		background: #7aaab8;
		padding: 14px 44px 14px 19px;
		border: 1px solid #7aaab8;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			margin-top: -6px;
			position: absolute;
			right: 15px;
			top: 50%;
			background: url("../img/common/icon-btn-external-off.png") no-repeat;
			background-size: 100%;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::before {
			content: none;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover {
			background: #fff;
			color: #7aaab8 !important;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover::after {
				background: url("../img/common/icon-btn-external-on.png") no-repeat;
			}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn, .c-content-main [data-bgt-button-kind="back"] .bgt-btn {
		background: #d6d6d6;
		color: #333 !important;
	}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::after {
			background: url("../img/common/icon-btn-arrow-r_bk.png") no-repeat;
		}

.bge-contents .bgt-hr, .c-content-main .bgt-hr {
		margin: 0 auto;
	}

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

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

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

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

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #0047a8;
		border: none;
		color: #fff !important;
		display: inline-block;
		font-size: 1.3rem;
		font-weight: bold;
		min-width: 260px;
		padding: 14px 10px;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 6px;
		overflow: hidden;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			width: 100%;
			min-width: 0
	}
		}

.bge-contents .bgt-download-file__link[href=""], .c-content-main .bgt-download-file__link[href=""] {
			display: none;
		}

.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus, .c-content-main .bgt-download-file__link:active, .c-content-main .bgt-download-file__link:focus {
			-webkit-box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
			        box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
		}

.bge-contents .bgt-download-file__link::before, .c-content-main .bgt-download-file__link::before {
			content: "";
			height: 100%;
			width: 30px;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			opacity: 0;
		}

.bge-contents .bgt-download-file__link:hover::before, .c-content-main .bgt-download-file__link:hover::before {
				-webkit-animation: reflection 800ms;
				        animation: reflection 800ms;
			}

.bge-contents .bgb-download-file3 .bgt-grid, .c-content-main .bgb-download-file3 .bgt-grid {
			width: 33.33333%;
			float: left;
			padding-left: 9px;
			padding-right: 9px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-download-file3 .bgt-grid, .c-content-main .bgb-download-file3 .bgt-grid {
				width: 100%;
				float: none;
				padding: 0;
				margin-bottom: 20px
		}
			}

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--first {
				padding-left: 0;
				padding-right: 18px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--first {
					padding: 0;
					margin-bottom: 20px
			}
				}

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--last {
				padding-left: 18px;
				padding-right: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--last {
					padding: 0
			}
				}

.bge-contents .bgb-download-file3 .bgt-download-file-container, .c-content-main .bgb-download-file3 .bgt-download-file-container {
			width: 100%;
		}

.bge-contents .bgb-download-file3 .bgt-download-file-container .bgt-download-file__link, .c-content-main .bgb-download-file3 .bgt-download-file-container .bgt-download-file__link {
				min-width: 0;
				width: 100%;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .bgt-download-file-container, .c-content-main .bgt-download-file-container {
			width: 100%
	}
		}

.bge-contents [data-bgb="download-file"], .bge-contents [data-bgb="download-file2"], .bge-contents [data-bgb="download-file3"], .c-content-main [data-bgb="download-file"], .c-content-main [data-bgb="download-file2"], .c-content-main [data-bgb="download-file3"] {
		text-align: center;
	}

.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		font-size: 0.8125em;
		font-weight: normal;
		opacity: .7;
	}

.bge-contents .bgt-link__icon, .c-content-main .bgt-link__icon {
		text-indent: -9999em;
	}

.bge-contents .bgt-link__icon::after, .c-content-main .bgt-link__icon::after {
			vertical-align: middle;
		}

.bge-contents [data-bgb="download-file"] [data-bgt="download-file"] a, .bge-contents [data-bgb="download-file2"] [data-bgt="download-file"] a, .bge-contents [data-bgb="download-file3"] [data-bgt="download-file"] a, .c-content-main [data-bgb="download-file"] [data-bgt="download-file"] a, .c-content-main [data-bgb="download-file2"] [data-bgt="download-file"] a, .c-content-main [data-bgb="download-file3"] [data-bgt="download-file"] a {
			width: 100%;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			border: solid 1px #999;
			border-radius: 3px;
			color: #333;
			margin-top: 10px;
			padding: 1em;
			text-align: center;
			text-decoration: none
	}

			.bge-contents .bgt-google-maps-link span, .c-content-main .bgt-google-maps-link span {
				display: inline-block;
				vertical-align: middle;
			}

			.bge-contents .bgt-google-maps-link::after, .c-content-main .bgt-google-maps-link::after {
				display: inline-block;
				font-family: icons;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				line-height: 1;
				speak: none;
				text-align: left;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none;
				vertical-align: middle;
				white-space: nowrap;
				font-family: FontAwesome;
				content: "\f08e";
				font-size: 1em;
				vertical-align: middle;
			}
		}

.bge-contents .bgt-image :link, .c-content-main .bgt-image :link {
			outline: none;
		}

.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
		padding: 1em;
	}

.bge-contents .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-blue {
		background: #e8f3f6;
	}

.bge-contents .bgb-opt--border-thin, .c-content-main .bgb-opt--border-thin {
		border-width: 2px !important;
	}

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		border-width: 2px !important;
		padding: 1em;
	}

.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding-bottom: 1em;
		padding-top: 1em;
	}

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		border-top-width: 0 !important;
		border-bottom-width: 0 !important;
		padding-left: 1em;
		padding-right: 1em;
	}

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		border-bottom-width: 0 !important;
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 1em;
		padding-bottom: 0;
	}

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		border-top-width: 0 !important;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
	}

.bge-contents .bgb-opt--border-dotted, .c-content-main .bgb-opt--border-dotted {
		border-width: 2px !important;
	}

.bge-contents .bgb-opt--border-trbl, .bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .bge-contents .bgb-opt--border-lr, .bge-contents .bgb-opt--border-trl, .bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb, .c-content-main .bgb-opt--border-lr, .c-content-main .bgb-opt--border-trl, .c-content-main .bgb-opt--border-rbl {
		border-color: #83baee;
	}

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 6rem !important;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
			margin-bottom: 4rem !important
	}
		}

.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1em !important;
	}

.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
	}

.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
			margin-top: 5px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child {
			margin-bottom: 10px
	}
		}

/* 2列ブロック内 レイアウト用最初のコンテナ */

.bge-contents [data-bgb="button2"] .bgt-grid--first, .bge-contents [data-bgb="download-file2"] .bgt-grid--first, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--first, .bge-contents [data-bgb="image-link2"] .bgt-grid--first, .bge-contents [data-bgb="image-text2"] .bgt-grid--first, .bge-contents [data-bgb="image2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--first, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first, .c-content-main [data-bgb="button2"] .bgt-grid--first, .c-content-main [data-bgb="download-file2"] .bgt-grid--first, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--first, .c-content-main [data-bgb="image-link2"] .bgt-grid--first, .c-content-main [data-bgb="image-text2"] .bgt-grid--first, .c-content-main [data-bgb="image2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--first, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
		padding-right: 15px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="button2"] .bgt-grid--first, .bge-contents [data-bgb="download-file2"] .bgt-grid--first, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--first, .bge-contents [data-bgb="image-link2"] .bgt-grid--first, .bge-contents [data-bgb="image-text2"] .bgt-grid--first, .bge-contents [data-bgb="image2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--first, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first, .c-content-main [data-bgb="button2"] .bgt-grid--first, .c-content-main [data-bgb="download-file2"] .bgt-grid--first, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--first, .c-content-main [data-bgb="image-link2"] .bgt-grid--first, .c-content-main [data-bgb="image-text2"] .bgt-grid--first, .c-content-main [data-bgb="image2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--first, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
			padding-right: 0
	}
		}

/* 2列ブロック内 レイアウト用最後のコンテナ */

.bge-contents [data-bgb="button2"] .bgt-grid--last, .bge-contents [data-bgb="download-file2"] .bgt-grid--last, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--last, .bge-contents [data-bgb="image-link2"] .bgt-grid--last, .bge-contents [data-bgb="image-text2"] .bgt-grid--last, .bge-contents [data-bgb="image2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--last, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--last, .c-content-main [data-bgb="button2"] .bgt-grid--last, .c-content-main [data-bgb="download-file2"] .bgt-grid--last, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--last, .c-content-main [data-bgb="image-link2"] .bgt-grid--last, .c-content-main [data-bgb="image-text2"] .bgt-grid--last, .c-content-main [data-bgb="image2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--last, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--last {
		padding-left: 15px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="button2"] .bgt-grid--last, .bge-contents [data-bgb="download-file2"] .bgt-grid--last, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--last, .bge-contents [data-bgb="image-link2"] .bgt-grid--last, .bge-contents [data-bgb="image-text2"] .bgt-grid--last, .bge-contents [data-bgb="image2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--last, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--last, .c-content-main [data-bgb="button2"] .bgt-grid--last, .c-content-main [data-bgb="download-file2"] .bgt-grid--last, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--last, .c-content-main [data-bgb="image-link2"] .bgt-grid--last, .c-content-main [data-bgb="image-text2"] .bgt-grid--last, .c-content-main [data-bgb="image2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--last, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--last {
			padding-left: 0
	}
		}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="image-link-text2"] .bgt-grid--last, .bge-contents [data-bgb="image-link2"] .bgt-grid--last, .bge-contents [data-bgb="image-text2"] .bgt-grid--last, .bge-contents [data-bgb="image2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--last, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--last, .c-content-main [data-bgb="image-link2"] .bgt-grid--last, .c-content-main [data-bgb="image-text2"] .bgt-grid--last, .c-content-main [data-bgb="image2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--last {
			margin-top: 25px
	}
		}

.bge-contents [data-bgb="text-image1"] .bgt-grid--first, .bge-contents [data-bgb="text-image2"] .bgt-grid--first, .c-content-main [data-bgb="text-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-image2"] .bgt-grid--first {
			padding-right: 15px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="text-image1"] .bgt-grid--first, .bge-contents [data-bgb="text-image2"] .bgt-grid--first, .c-content-main [data-bgb="text-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-image2"] .bgt-grid--first {
				padding-right: 0;
				margin-bottom: 15px
		}
			}

.bge-contents [data-bgb="text-image1"] .bgt-grid--last, .bge-contents [data-bgb="text-image2"] .bgt-grid--last, .c-content-main [data-bgb="text-image1"] .bgt-grid--last, .c-content-main [data-bgb="text-image2"] .bgt-grid--last {
			padding-left: 15px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents [data-bgb="text-image1"] .bgt-grid--last, .bge-contents [data-bgb="text-image2"] .bgt-grid--last, .c-content-main [data-bgb="text-image1"] .bgt-grid--last, .c-content-main [data-bgb="text-image2"] .bgt-grid--last {
				padding-left: 0
		}
			}

.bge-contents [data-bgb="image-text1"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text2"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text3"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text4"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text5"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text1"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text2"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text3"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text4"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text5"] .bgt-ckeditor-container {
			font-size: 1.3rem;
		}

.bge-contents .column-reverse .bgt-link__box, .c-content-main .column-reverse .bgt-link__box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			    -ms-flex-direction: column-reverse;
			        flex-direction: column-reverse;
		}

.bge-contents .column-reverse .bgt-link__box .bgt-box__image-container, .c-content-main .column-reverse .bgt-link__box .bgt-box__image-container {
				min-height: 1%;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery, .c-content-main [data-bgt="gallery"] .bgt-gallery {
			padding-top: 56.25%;
		}

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

.bge-contents [data-bgt="gallery"] .bgt-gallery__img img, .c-content-main [data-bgt="gallery"] .bgt-gallery__img img {
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}

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

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [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, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [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, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .c-content-main [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, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .c-content-main [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, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .c-content-main [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, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [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, .c-content-main [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, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					right: 20px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-marker li::before, .c-content-main [data-bgt="gallery"] .bgt-gallery-marker li::before {
					display: none;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker, .c-content-main [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, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
					margin: 0 5px;
					width: 3.75em;
					height: 3.75em;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker, .c-content-main [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, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
					margin: 0 2px;
					width: 10px;
					height: 10px;
					background-color: #0453c1;
					border-radius: 100%;
					opacity: .6;
				}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current {
						opacity: 1;
					}

.bge-contents .bgt-youtube-container, .c-content-main .bgt-youtube-container {
		width: 350px;
		margin: 0 auto;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .bgt-youtube-container, .c-content-main .bgt-youtube-container {
			width: 100%;
			max-width: 350px
	}
		}

.bge-contents .bgt-youtube-container .bgt-youtube, .c-content-main .bgt-youtube-container .bgt-youtube {
			padding-top: 76.28%;
			position: relative;
			margin: 0 auto;
		}

.bge-contents .index-panel ul, .c-content-main .index-panel ul {
			list-style: none;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .index-panel ul, .c-content-main .index-panel ul {
				display: block
		}
			}

.bge-contents .index-panel ul li, .c-content-main .index-panel ul li {
				list-style: none;
				width: 31.25%;
				margin-left: 3.125%;
				margin-bottom: 40px;
				padding: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-panel ul li, .c-content-main .index-panel ul li {
					width: 100%;
					margin-bottom: 20px;
					margin-left: 0
			}
				}

.bge-contents .index-panel ul li::before, .c-content-main .index-panel ul li::before {
					content: none;
				}

.bge-contents .index-panel ul li:nth-child(3n+1), .c-content-main .index-panel ul li:nth-child(3n+1) {
					margin-left: 0;
				}

.bge-contents .index-panel ul li a, .c-content-main .index-panel ul li a {
					text-decoration: none;
					display: block;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					color: #333;
				}

.bge-contents .index-panel ul li a:hover, .c-content-main .index-panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .index-panel ul li figure, .c-content-main .index-panel ul li figure {
					margin: 0;
					overflow: hidden;
					width: 100%;
					padding-top: 62.5%;
					position: relative;
				}

.bge-contents .index-panel ul li figure img, .c-content-main .index-panel ul li figure img {
						width: 100%;
						vertical-align: top;
						font-family: "object-fit:cover", "object-fit:cover";
						-o-object-fit: cover;
						   object-fit: cover;
						position: absolute;
						top: 0;
					}

.bge-contents .index-panel ul li figure figcaption, .c-content-main .index-panel ul li figure figcaption {
						font-size: 1.8rem;
						padding: 10px 0 10px 25px;
						border-bottom: 1px solid #dedede;
						font-weight: bold;
						position: relative;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .index-panel ul li figure figcaption, .c-content-main .index-panel ul li figure figcaption {
							font-size: 1.5rem;
							padding: 7px 0 7px 20px
					}
						}

.bge-contents .index-panel ul li figure figcaption::before, .c-content-main .index-panel ul li figure figcaption::before {
							content: "";
							width: 18px;
							height: 18px;
							border-radius: 50%;
							background: #003885;
							position: absolute;
							left: 0;
							top: 15px;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .index-panel ul li figure figcaption::before, .c-content-main .index-panel ul li figure figcaption::before {
								width: 14px;
								height: 14px;
								top: 12px
						}
							}

.bge-contents .index-panel ul li figure figcaption::after, .c-content-main .index-panel ul li figure figcaption::after {
							content: "";
							-webkit-box-sizing: border-box;
							        box-sizing: border-box;
							width: 4px;
							height: 4px;
							border: 4px solid transparent;
							border-left: 4px solid #fff;
							position: absolute;
							left: 8px;
							top: 20px;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .index-panel ul li figure figcaption::after, .c-content-main .index-panel ul li figure figcaption::after {
								width: 3px;
								height: 3px;
								border: 3px solid transparent;
								border-left: 3px solid #fff;
								left: 6px;
								top: 16px
						}
							}

.bge-contents .index-panel-text, .c-content-main .index-panel-text {
			margin: 10px 0 0;
			font-size: 1.4rem;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .index-panel-text, .c-content-main .index-panel-text {
				margin: 5px 0 0;
				font-size: 1.2rem
		}
			}

.bge-contents .anchor-list ul, .c-content-main .anchor-list ul {
			padding: 0;
			overflow: hidden;
		}

.bge-contents .anchor-list li, .c-content-main .anchor-list li {
			display: block;
			float: left;
			width: 172px;
			padding: 0;
			margin: 0 14px 14px 0;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .anchor-list li, .c-content-main .anchor-list li {
				margin: 0 0 8px;
				width: 49%
		}
			}

.bge-contents .anchor-list li:nth-child(4n), .c-content-main .anchor-list li:nth-child(4n) {
				margin: 0 0 14px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .anchor-list li:nth-child(4n), .c-content-main .anchor-list li:nth-child(4n) {
					margin: 0 0 8px
			}
				}

@media only screen and  (max-width: 767px) {

.bge-contents .anchor-list li:nth-child(2n), .c-content-main .anchor-list li:nth-child(2n) {
					float: right
			}
				}

.bge-contents .anchor-list li::before, .c-content-main .anchor-list li::before {
				content: none;
			}

.bge-contents .anchor-list li a, .c-content-main .anchor-list li a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				padding: 2px 26px 2px 15px;
				background: #ececec;
				font-size: 1.1rem;
				line-height: 1.4;
				text-decoration: none;
				-webkit-transition: color 300ms;
				transition: color 300ms;
				min-height: 30px;
				border-radius: 20px;
				position: relative;
				font-weight: bold;
				-webkit-transition: 300ms;
				transition: 300ms;
				color: #333;
			}

.bge-contents .anchor-list li a::after, .c-content-main .anchor-list li a::after {
					content: "";
					display: block;
					width: 7px;
					height: 7px;
					border-top: 2px solid #0453c1;
					border-right: 2px solid #0453c1;
					-webkit-transform: rotate(135deg);
					        transform: rotate(135deg);
					position: absolute;
					right: 12px;
					top: 50%;
					margin-top: -4px;
				}

.bge-contents .anchor-list li a:hover, .c-content-main .anchor-list li a:hover {
					opacity: .6;
				}

.bge-contents .anchor-list [data-column="3"] li, .c-content-main .anchor-list [data-column="3"] li {
				display: block;
				float: left;
				width: 222px;
				padding: 0;
				margin: 0 32px 14px 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .anchor-list [data-column="3"] li, .c-content-main .anchor-list [data-column="3"] li {
					margin: 0 0 8px;
					width: 49%
			}
				}

.bge-contents .anchor-list [data-column="3"] li:nth-child(4n), .c-content-main .anchor-list [data-column="3"] li:nth-child(4n) {
					margin: 0 32px 14px 0;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .anchor-list [data-column="3"] li:nth-child(4n), .c-content-main .anchor-list [data-column="3"] li:nth-child(4n) {
						margin: 0 0 8px
				}
					}

@media only screen and  (max-width: 767px) {

.bge-contents .anchor-list [data-column="3"] li:nth-child(2n), .c-content-main .anchor-list [data-column="3"] li:nth-child(2n) {
						float: right
				}
					}

.bge-contents .anchor-list [data-column="3"] li:nth-child(3n), .c-content-main .anchor-list [data-column="3"] li:nth-child(3n) {
					margin: 0 0 14px;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .anchor-list [data-column="3"] li:nth-child(3n), .c-content-main .anchor-list [data-column="3"] li:nth-child(3n) {
						margin: 0 0 8px
				}
					}

.bge-contents .history-block, .c-content-main .history-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		margin: 0 0 25px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .history-block, .c-content-main .history-block {
			display: block
	}
		}

.bge-contents .history-block dt, .c-content-main .history-block dt {
			background: #e7faff;
			width: 130px;
			border-right: 1px solid #0453c1;
			padding: 15px;
			font-size: 2.2rem;
			font-weight: bold;
			line-height: 1.5;
			color: #0453c1;
			text-align: center;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .history-block dt, .c-content-main .history-block dt {
				width: 100%;
				border-right: none;
				border-bottom: 1px solid #0453c1;
				padding: 5px 10px;
				font-size: 1.8rem;
				margin: 0 0 10px
		}
			}

.bge-contents .history-block dt span, .c-content-main .history-block dt span {
				display: block;
				font-size: 1.4rem;
				color: #111;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .history-block dt span, .c-content-main .history-block dt span {
					font-size: 1.2rem;
					display: inline
			}
				}

.bge-contents .history-block dd, .c-content-main .history-block dd {
			padding: 15px 0 15px 28px;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			margin: 0;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .history-block dd, .c-content-main .history-block dd {
				padding: 0
		}
			}

.bge-contents .history-block dd .history-box, .c-content-main .history-block dd .history-box {
				overflow: hidden;
				margin: 0 0 25px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .history-block dd .history-box, .c-content-main .history-block dd .history-box {
					margin: 0 0 15px
			}
				}

.bge-contents .history-block dd .history-box:last-child, .c-content-main .history-block dd .history-box:last-child {
					margin: 0;
				}

.bge-contents .history-block dd .history-box .history-img, .c-content-main .history-block dd .history-box .history-img {
					float: left;
					margin: 0 28px 0 0;
					padding: 0;
					text-align: center;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .history-block dd .history-box .history-img, .c-content-main .history-block dd .history-box .history-img {
						margin: 0 15px 0 0;
						width: 33%;
						min-width: 85px;
						max-width: 130px
				}
					}

.bge-contents .history-block dd .history-box .history-img img, .c-content-main .history-block dd .history-box .history-img img {
						max-width: 100%;
					}

.bge-contents .history-block dd .history-box .history-text, .c-content-main .history-block dd .history-box .history-text {
					overflow: hidden;
				}

.bge-contents .idea-block, .c-content-main .idea-block {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .idea-block, .c-content-main .idea-block {
			display: block
	}
		}

.bge-contents .idea-block-text, .c-content-main .idea-block-text {
			margin: 0 0 15px;
			padding: 0;
			font-size: 2.6rem;
			font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
			color: #003885;
			font-weight: bold;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .idea-block-text, .c-content-main .idea-block-text {
				margin: 0 0 10px;
				font-size: 2rem
		}
			}

.bge-contents .idea-block li, .c-content-main .idea-block li {
			padding: 25px;
			margin: 0 0 40px;
			background: #f6f6f6;
			width: 350px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .idea-block li, .c-content-main .idea-block li {
				padding: 15px;
				margin: 0 0 25px;
				width: 100%
		}
			}

.bge-contents .idea-block li::before, .c-content-main .idea-block li::before {
				content: none;
			}

.bge-contents .idea-block li dl, .c-content-main .idea-block li dl {
				margin: 0;
				padding: 0;
			}

.bge-contents .idea-block li dl dt, .c-content-main .idea-block li dl dt {
					margin: 0 0 15px;
					padding: 0;
					font-size: 2.6rem;
					font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
					color: #003885;
					font-weight: bold;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .idea-block li dl dt, .c-content-main .idea-block li dl dt {
						margin: 0 0 10px;
						font-size: 2rem
				}
					}

.bge-contents .idea-block li dl dd, .c-content-main .idea-block li dl dd {
					margin: 0;
					padding: 0 0 0 53px;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .idea-block li dl dd, .c-content-main .idea-block li dl dd {
						padding: 0 0 0 40px
				}
					}

.bge-contents .time-schedule, .c-content-main .time-schedule {
		margin: 0 0 70px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule, .c-content-main .time-schedule {
			margin: 0 0 35px
	}
		}

.bge-contents .time-schedule__box, .c-content-main .time-schedule__box {
			border: 1px solid #d5e4e9;
			background: #fcfcfc;
			padding: 22px 45px 22px 27px;
			margin: 0 0 40px;
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box, .c-content-main .time-schedule__box {
				padding: 10px;
				margin: 0 0 25px
		}
			}

.bge-contents .time-schedule__box::after, .c-content-main .time-schedule__box::after {
				content: "";
				display: block;
				margin: 0 auto;
				width: 3px;
				height: 40px;
				background: #75a7b5;
				position: absolute;
				left: 0;
				right: 0;
				bottom: -41px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box::after, .c-content-main .time-schedule__box::after {
					bottom: -26px;
					width: 2px;
					height: 25px
			}
				}

.bge-contents .time-schedule__box:last-child::after, .c-content-main .time-schedule__box:last-child::after {
					content: none;
				}

.bge-contents .time-schedule__box[data-topic="meeting"]::before, .c-content-main .time-schedule__box[data-topic="meeting"]::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					z-index: 0;
					width: 196px;
					height: 73px;
					background: url("/img/recruit/text-morning.png") no-repeat;
					background-size: auto 100%;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box[data-topic="meeting"]::before, .c-content-main .time-schedule__box[data-topic="meeting"]::before {
						height: 50px
				}
					}

.bge-contents .time-schedule__box[data-topic="afternoon"]::before, .c-content-main .time-schedule__box[data-topic="afternoon"]::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					z-index: 0;
					width: 235px;
					height: 60px;
					background: url("/img/recruit/text-afternoon.png") no-repeat;
					background-size: auto 100%;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box[data-topic="afternoon"]::before, .c-content-main .time-schedule__box[data-topic="afternoon"]::before {
						height: 41px
				}
					}

.bge-contents .time-schedule__box[data-topic="evening"]::before, .c-content-main .time-schedule__box[data-topic="evening"]::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					z-index: 0;
					width: 185px;
					height: 73px;
					background: url("/img/recruit/text-evening.png") no-repeat;
					background-size: auto 100%;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box[data-topic="evening"]::before, .c-content-main .time-schedule__box[data-topic="evening"]::before {
						height: 50px
				}
					}

.bge-contents .time-schedule__box-time, .c-content-main .time-schedule__box-time {
				font-size: 2.6rem;
				width: 88px;
				line-height: 1;
				margin: 0;
				position: relative;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box-time, .c-content-main .time-schedule__box-time {
					font-size: 2rem;
					width: 60px
			}
				}

.bge-contents .time-schedule__box-text, .c-content-main .time-schedule__box-text {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				position: relative;
			}

.bge-contents .time-schedule__box-text-title, .c-content-main .time-schedule__box-text-title {
					font-weight: bold;
					font-weight: 1.6rem;
					color: #003885;
					margin: 0 0 5px;
					padding: 0;
				}

.bge-contents .time-schedule__box-text-inner p, .c-content-main .time-schedule__box-text-inner p {
						font-size: 1.4rem;
						margin: 0;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box-text-inner p, .c-content-main .time-schedule__box-text-inner p {
							font-size: 1.3rem
					}
						}

.bge-contents .time-schedule__box-text-point, .c-content-main .time-schedule__box-text-point {
					padding: 12px 30px;
					border: 1px solid #d5e4e9;
					background: #fff;
					margin: 1em 0 0;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box-text-point, .c-content-main .time-schedule__box-text-point {
						padding: 10px 15px;
						margin: 10px 0 0
				}
					}

.bge-contents .time-schedule__box-text-point dt, .c-content-main .time-schedule__box-text-point dt {
						color: #00520d;
						padding: 0 0 0 23px;
						position: relative;
					}

.bge-contents .time-schedule__box-text-point dt::before, .c-content-main .time-schedule__box-text-point dt::before {
							content: "";
							width: 13px;
							height: 2px;
							background: #00520d;
							position: absolute;
							top: 10px;
							left: 0;
						}

.bge-contents .time-schedule__box-text-point dd, .c-content-main .time-schedule__box-text-point dd {
						margin: 0;
						padding: 0;
						font-size: 1.4rem;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .time-schedule__box-text-point dd, .c-content-main .time-schedule__box-text-point dd {
							font-size: 1.3rem
					}
						}

.bge-contents .recruit-index-panel ul, .c-content-main .recruit-index-panel ul {
			list-style: none;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul, .c-content-main .recruit-index-panel ul {
				display: block;
				overflow: hidden
		}
			}

.bge-contents .recruit-index-panel ul li, .c-content-main .recruit-index-panel ul li {
				list-style: none;
				width: 30.82%;
				margin-left: 3.75%;
				margin-bottom: 50px;
				padding: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul li, .c-content-main .recruit-index-panel ul li {
					width: 48.5%;
					margin-bottom: 20px;
					margin-left: 0;
					float: left
			}
				}

.bge-contents .recruit-index-panel ul li::before, .c-content-main .recruit-index-panel ul li::before {
					content: none;
				}

.bge-contents .recruit-index-panel ul li:nth-child(3n+1), .c-content-main .recruit-index-panel ul li:nth-child(3n+1) {
					margin-left: 0;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul li:nth-child(2n), .c-content-main .recruit-index-panel ul li:nth-child(2n) {
						float: right
				}
					}

.bge-contents .recruit-index-panel ul li a, .c-content-main .recruit-index-panel ul li a {
					text-decoration: none;
					display: block;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					color: #003885;
				}

.bge-contents .recruit-index-panel ul li a:hover, .c-content-main .recruit-index-panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .recruit-index-panel ul li figure, .c-content-main .recruit-index-panel ul li figure {
					margin: 0;
				}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict {
						position: relative;
						padding-top: 84.3%;
						width: 100%;
						overflow: hidden;
					}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict img, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict img {
							width: 100%;
							height: 100%;
							vertical-align: top;
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover;
							position: absolute;
							top: 0;
						}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict span, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict span {
							position: absolute;
							bottom: 0;
							right: 0;
							display: block;
							background: #0353c1;
							color: #fff;
							font-size: 1.2rem;
							line-height: 1.3;
							padding: 4px 8px 4px 25px;
						}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict span::before, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict span::before {
								content: "";
								display: block;
								position: absolute;
								left: 7px;
								top: 0;
								bottom: 0;
								margin: auto;
								width: 13px;
								height: 13px;
								background: url("../img/common/icon-quark.png") no-repeat;
							}

.bge-contents .recruit-index-panel ul li figure figcaption, .c-content-main .recruit-index-panel ul li figure figcaption {
						font-size: 1.6rem;
						line-height: 1.4;
						padding: 11px 30px 9px 10px;
						font-weight: bold;
						color: #111;
						position: relative;
						border-bottom: 1px solid #9cbee3;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul li figure figcaption, .c-content-main .recruit-index-panel ul li figure figcaption {
							font-size: 1.5rem;
							padding: 11px 25px 9px 10px
					}
						}

.bge-contents .recruit-index-panel ul li figure figcaption span, .c-content-main .recruit-index-panel ul li figure figcaption span {
							display: block;
							color: #0453c1;
							font-size: 1.2rem;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul li figure figcaption span, .c-content-main .recruit-index-panel ul li figure figcaption span {
								font-size: 1.1rem
						}
							}

.bge-contents .recruit-index-panel ul li figure figcaption::before, .c-content-main .recruit-index-panel ul li figure figcaption::before {
							content: "";
							width: 15px;
							height: 15px;
							border-radius: 50%;
							background: #0763c8;
							position: absolute;
							right: 10px;
							top: 50%;
							margin: -8px 0 0;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul li figure figcaption::before, .c-content-main .recruit-index-panel ul li figure figcaption::before {
								right: 5px
						}
							}

.bge-contents .recruit-index-panel ul li figure figcaption::after, .c-content-main .recruit-index-panel ul li figure figcaption::after {
							content: "";
							-webkit-box-sizing: border-box;
							        box-sizing: border-box;
							width: 3px;
							height: 3px;
							border: 3px solid transparent;
							border-left: 3px solid #fff;
							position: absolute;
							right: 13px;
							top: 50%;
							margin: -4px 0 0;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul li figure figcaption::after, .c-content-main .recruit-index-panel ul li figure figcaption::after {
								right: 8px
						}
							}

.bge-contents .recruit-index-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-index-panel ul li figure figcaption .recruit-panel-new {
							line-height: 1.4;
							font-size: 1rem;
							display: inline-block;
							margin: 0 0 0 5px;
							color: #fff;
							background: #dc2b39;
							padding: 1px 5px 0;
							font-weight: 500;
							vertical-align: middle;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-index-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-index-panel ul li figure figcaption .recruit-panel-new {
								margin: 0 0 0 5px;
								padding: 1px 3px 0
						}
							}

.bge-contents .recruit-panel, .c-content-main .recruit-panel {
		margin: 0 0 30px;
	}

.bge-contents .recruit-panel ul, .c-content-main .recruit-panel ul {
			list-style: none;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul, .c-content-main .recruit-panel ul {
				display: block;
				overflow: hidden
		}
			}

.bge-contents .recruit-panel ul li, .c-content-main .recruit-panel ul li {
				list-style: none;
				width: 22.7%;
				margin-left: 3%;
				margin-bottom: 35px;
				padding: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul li, .c-content-main .recruit-panel ul li {
					width: 48.5%;
					margin-bottom: 20px;
					margin-left: 0;
					float: left
			}
				}

.bge-contents .recruit-panel ul li::before, .c-content-main .recruit-panel ul li::before {
					content: none;
				}

.bge-contents .recruit-panel ul li:nth-child(4n+1), .c-content-main .recruit-panel ul li:nth-child(4n+1) {
					margin-left: 0;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul li:nth-child(2n), .c-content-main .recruit-panel ul li:nth-child(2n) {
						float: right
				}
					}

.bge-contents .recruit-panel ul li a, .c-content-main .recruit-panel ul li a {
					text-decoration: none;
					display: block;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					color: #003885;
				}

.bge-contents .recruit-panel ul li a:hover, .c-content-main .recruit-panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .recruit-panel ul li figure, .c-content-main .recruit-panel ul li figure {
					margin: 0;
				}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict, .c-content-main .recruit-panel ul li figure .recruit-panel-pict {
						position: relative;
						padding-top: 84.3%;
						width: 100%;
						overflow: hidden;
					}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict img, .c-content-main .recruit-panel ul li figure .recruit-panel-pict img {
							width: 100%;
							height: 100%;
							vertical-align: top;
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover;
							position: absolute;
							top: 0;
						}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict span, .c-content-main .recruit-panel ul li figure .recruit-panel-pict span {
							position: absolute;
							bottom: 0;
							right: 0;
							display: block;
							background: #0353c1;
							color: #fff;
							font-size: 1.1rem;
							line-height: 1.3;
							padding: 2px 6px 2px 23px;
						}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict span::before, .c-content-main .recruit-panel ul li figure .recruit-panel-pict span::before {
								content: "";
								display: block;
								position: absolute;
								left: 6px;
								top: 0;
								bottom: 0;
								margin: auto;
								width: 13px;
								height: 13px;
								background: url("../img/common/icon-quark.png") no-repeat;
							}

.bge-contents .recruit-panel ul li figure figcaption, .c-content-main .recruit-panel ul li figure figcaption {
						font-size: 1.6rem;
						line-height: 1.5;
						padding: 7px 30px 10px 14px;
						font-weight: bold;
						color: #111;
						position: relative;
						background: #f4f4f4;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul li figure figcaption, .c-content-main .recruit-panel ul li figure figcaption {
							font-size: 1.5rem;
							padding: 7px 20px 10px 10px
					}
						}

.bge-contents .recruit-panel ul li figure figcaption span, .c-content-main .recruit-panel ul li figure figcaption span {
							display: block;
							color: #003885;
							font-size: 1.2rem;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul li figure figcaption span, .c-content-main .recruit-panel ul li figure figcaption span {
								font-size: 1.1rem
						}
							}

.bge-contents .recruit-panel ul li figure figcaption::before, .c-content-main .recruit-panel ul li figure figcaption::before {
							content: "";
							width: 16px;
							height: 16px;
							border-radius: 50%;
							background: #003885;
							position: absolute;
							right: 10px;
							top: 50%;
							margin: -8px 0 0;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul li figure figcaption::before, .c-content-main .recruit-panel ul li figure figcaption::before {
								right: 5px
						}
							}

.bge-contents .recruit-panel ul li figure figcaption::after, .c-content-main .recruit-panel ul li figure figcaption::after {
							content: "";
							-webkit-box-sizing: border-box;
							        box-sizing: border-box;
							width: 4px;
							height: 4px;
							border: 4px solid transparent;
							border-left: 5px solid #fff;
							position: absolute;
							right: 11px;
							top: 50%;
							margin: -4px 0 0;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul li figure figcaption::after, .c-content-main .recruit-panel ul li figure figcaption::after {
								right: 6px
						}
							}

.bge-contents .recruit-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-panel ul li figure figcaption .recruit-panel-new {
							line-height: 1.4;
							font-size: 1rem;
							display: inline-block;
							margin: 0 0 0 5px;
							color: #fff;
							background: #dc2b39;
							padding: 1px 5px 0;
							font-weight: 500;
							vertical-align: middle;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .recruit-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-panel ul li figure figcaption .recruit-panel-new {
								margin: 0 0 0 5px;
								padding: 1px 3px 0
						}
							}

.bge-contents .index-news, .c-content-main .index-news {
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 0 90px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news, .c-content-main .index-news {
			padding: 0 0 55px;
			display: block
	}
		}

.bge-contents .index-news-title, .c-content-main .index-news-title {
			padding-bottom: 40px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-title, .c-content-main .index-news-title {
				padding-bottom: 0;
				overflow: hidden
		}
			}

.bge-contents .index-news-title h2, .c-content-main .index-news-title h2 {
				font-weight: bold;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #024198;
				font-size: 4rem;
				width: 215px;
				margin: 0 0 40px;
				padding: 0;
				border: none;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-title h2, .c-content-main .index-news-title h2 {
					font-size: 3.2rem;
					width: auto;
					position: relative;
					top: auto;
					float: left;
					margin: 0
			}
				}

.bge-contents .index-news-title h2::after, .c-content-main .index-news-title h2::after {
					content: none;
				}

.bge-contents .index-news-title h2 span, .c-content-main .index-news-title h2 span {
					display: block;
					font-size: 1.3rem;
					color: #333;
					font-weight: 500;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-title h2 span, .c-content-main .index-news-title h2 span {
						font-size: 1rem
				}
					}

.bge-contents .index-news-title h2 span::before, .c-content-main .index-news-title h2 span::before {
						content: "";
						display: block;
						width: 33px;
						height: 3px;
						margin: 7px 0 10px;
						background: #c0c0c0;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-title h2 span::before, .c-content-main .index-news-title h2 span::before {
							width: 18px;
							height: 2px;
							margin: 3px 0 5px
					}
						}

.bge-contents .index-news-more, .c-content-main .index-news-more {
			display: inline-block;
			position: relative;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-more, .c-content-main .index-news-more {
				float: right;
				position: relative;
				top: auto;
				left: auto
		}
			}

.bge-contents .index-news-more a, .c-content-main .index-news-more a {
				min-width: 88px;
				background: #0047a8;
				text-align: center;
				color: #fff;
				font-size: 1.4rem;
				text-decoration: none;
				display: block;
				border-radius: 5px;
				padding: 1px 29px 3px 10px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-more a, .c-content-main .index-news-more a {
					width: auto;
					font-size: 1.2rem;
					border-radius: 3px;
					padding: 1px 23px 3px 8px
			}
				}

.bge-contents .index-news-more a:hover, .c-content-main .index-news-more a:hover {
					opacity: .6;
				}

.bge-contents .index-news-more a::before, .c-content-main .index-news-more a::before {
					content: "";
					width: 14px;
					height: 14px;
					border-radius: 8px;
					display: block;
					position: absolute;
					right: 9px;
					top: 50%;
					margin: -6px 0 0;
					background: #fff;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-more a::before, .c-content-main .index-news-more a::before {
						width: 10px;
						height: 10px;
						margin: -5px 0 0;
						right: 5px
				}
					}

.bge-contents .index-news-more a::after, .c-content-main .index-news-more a::after {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 3px 0 3px 3px;
					border-color: transparent transparent transparent #0047a8;
					position: absolute;
					right: 14px;
					top: 50%;
					margin-top: -2px;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-more a::after, .c-content-main .index-news-more a::after {
						border-width: 3px 0 3px 3px;
						right: 8px;
						margin-top: -3px
				}
					}

.bge-contents .index-news-list-wrap, .c-content-main .index-news-list-wrap {
			padding: 0;
			margin: 0;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list-wrap, .c-content-main .index-news-list-wrap {
				clear: both;
				margin: 0;
				padding-top: 15px
		}
			}

.bge-contents .index-news-list, .c-content-main .index-news-list {
			list-style: none;
			padding: 0;
			margin: 0;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list, .c-content-main .index-news-list {
				clear: both;
				margin: 0
		}
			}

.bge-contents .index-news-list li, .c-content-main .index-news-list li {
				border-bottom: solid 1px #e8e8e8;
				padding: 0;
			}

.bge-contents .index-news-list li::before, .c-content-main .index-news-list li::before {
					content: none;
				}

.bge-contents .index-news-list li a, .c-content-main .index-news-list li a {
					display: block;
					text-decoration: none;
					color: #333;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					position: relative;
				}

.bge-contents .index-news-list li a:hover, .c-content-main .index-news-list li a:hover {
						opacity: .6;
					}

.bge-contents .index-news-list li a::before, .c-content-main .index-news-list li a::before {
						content: "";
						width: 16px;
						height: 16px;
						border-radius: 8px;
						display: block;
						position: absolute;
						right: 19px;
						top: 50%;
						margin: -12px 0 0;
						background: #0047a8;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list li a::before, .c-content-main .index-news-list li a::before {
							right: 5px
					}
						}

.bge-contents .index-news-list li a::after, .c-content-main .index-news-list li a::after {
						content: "";
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 3px 0 3px 3px;
						border-color: transparent transparent transparent #fff;
						position: absolute;
						right: 25px;
						top: 50%;
						margin-top: -7px;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list li a::after, .c-content-main .index-news-list li a::after {
							right: 11px
					}
						}

.bge-contents .index-news-list li dl, .c-content-main .index-news-list li dl {
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-wrap: nowrap;
					    flex-wrap: nowrap;
					padding: 24px 40px 24px 18px;
					position: relative;
					margin: 0;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list li dl, .c-content-main .index-news-list li dl {
						padding: 12px 23px 12px 3px;
						display: block;
						overflow: hidden
				}
					}

.bge-contents .index-news-list-date, .c-content-main .index-news-list-date {
				display: block;
				width: 98px;
				font-size: 1.6rem;
				font-weight: bold;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #024198;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list-date, .c-content-main .index-news-list-date {
					width: auto;
					display: inline-block;
					font-size: 1.3rem;
					margin: 0 10px 0 0
			}
				}

.bge-contents .index-news-list-label, .c-content-main .index-news-list-label {
				font-size: 1.1rem;
				width: 95px;
				padding: 3px 5px;
				text-align: center;
				line-height: 1.3;
				word-wrap: break-word;
				color: #fff;
				border-radius: 3px;
				margin: 0 20px 0 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list-label, .c-content-main .index-news-list-label {
					display: inline-block;
					font-size: 1rem;
					min-width: 80px;
					width: auto;
					margin: 0;
					padding: 2px 5px 3px
			}
				}

.bge-contents .index-news-list-label[data-newslabel="organize"], .c-content-main .index-news-list-label[data-newslabel="organize"] {
					background: #89b87a;
				}

.bge-contents .index-news-list-label[data-newslabel="administration"], .c-content-main .index-news-list-label[data-newslabel="administration"] {
					background: #5bb3a5;
				}

.bge-contents .index-news-list-label[data-newslabel="account"], .c-content-main .index-news-list-label[data-newslabel="account"] {
					background: #6d9fbf;
				}

.bge-contents .index-news-list-label[data-newslabel="product"], .c-content-main .index-news-list-label[data-newslabel="product"] {
					background: #d3a427;
				}

.bge-contents .index-news-list-label[data-newslabel="event"], .c-content-main .index-news-list-label[data-newslabel="event"] {
					background: #c5764b;
				}

.bge-contents .index-news-list-label[data-newslabel="info"], .c-content-main .index-news-list-label[data-newslabel="info"] {
					background: #e78398;
				}

.bge-contents .index-news-list-label[data-newslabel="other"], .c-content-main .index-news-list-label[data-newslabel="other"] {
					background: #a375b0;
				}

.bge-contents .index-news-list-title, .c-content-main .index-news-list-title {
				margin: 0;
				word-wrap: break-word;
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-news-list-title, .c-content-main .index-news-list-title {
					margin: 3px 0 0
			}
				}

.bge-contents .index-news-list-title[data-file="pdf"]::after, .c-content-main .index-news-list-title[data-file="pdf"]::after {
						content: "";
						display: inline-block;
						width: 15px;
						height: 17px;
						background: url("../img/common/icon-pdf-s.png") no-repeat;
						background-size: 100%;
						vertical-align: -3px;
						margin: 0 0 0 5px;
					}

.bge-contents .index-btn-list ul, .bge-contents .index-btn-list-esg ul, .c-content-main .index-btn-list ul, .c-content-main .index-btn-list-esg ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .index-btn-list ul, .bge-contents .index-btn-list-esg ul, .c-content-main .index-btn-list ul, .c-content-main .index-btn-list-esg ul {
				display: block
		}
			}

.bge-contents .index-btn-list ul li, .bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list ul li, .c-content-main .index-btn-list-esg ul li {
				width: 350px;
				margin: 0 0 20px;
				padding: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-btn-list ul li, .bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list ul li, .c-content-main .index-btn-list-esg ul li {
					width: 100%;
					margin: 0 0 10px
			}
				}

.bge-contents .index-btn-list ul li::before, .bge-contents .index-btn-list-esg ul li::before, .c-content-main .index-btn-list ul li::before, .c-content-main .index-btn-list-esg ul li::before {
					content: none;
				}

.bge-contents .index-btn-list ul li a, .bge-contents .index-btn-list-esg ul li a, .c-content-main .index-btn-list ul li a, .c-content-main .index-btn-list-esg ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					-webkit-box-pack: start;
					    -ms-flex-pack: start;
					        justify-content: flex-start;
					padding: 19px 35px 19px 20px;
					border-radius: 5px;
					border: 1px solid #0047a8;
					color: #0047a8;
					text-decoration: none;
					font-size: 1.4rem;
					font-weight: bold;
					line-height: 1.5;
					position: relative;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .index-btn-list ul li a, .bge-contents .index-btn-list-esg ul li a, .c-content-main .index-btn-list ul li a, .c-content-main .index-btn-list-esg ul li a {
						padding: 15px 45px 15px 20px
				}
					}

.bge-contents .index-btn-list ul li a::after, .bge-contents .index-btn-list-esg ul li a::after, .c-content-main .index-btn-list ul li a::after, .c-content-main .index-btn-list-esg ul li a::after {
						content: "";
						display: block;
						width: 18px;
						height: 9px;
						margin-top: -5px;
						position: absolute;
						right: 15px;
						top: 50%;
						background: url("../img/common/icon-btn-arrow-r-blue.png") no-repeat;
						background-size: 100%;
						-webkit-transition: 300ms;
						transition: 300ms;
					}

.bge-contents .index-btn-list ul li a:hover, .bge-contents .index-btn-list-esg ul li a:hover, .c-content-main .index-btn-list ul li a:hover, .c-content-main .index-btn-list-esg ul li a:hover {
						opacity: .6;
					}

.bge-contents .index-btn-list ul li a:hover::after, .bge-contents .index-btn-list-esg ul li a:hover::after, .c-content-main .index-btn-list ul li a:hover::after, .c-content-main .index-btn-list-esg ul li a:hover::after {
							right: 5px;
						}

.bge-contents .index-btn-list-esg ul, .c-content-main .index-btn-list-esg ul {
			gap: 0 18px;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
		}

.bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list-esg ul li {
				width: 231px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list-esg ul li {
					width: 100%
			}
				}

.bge-contents .c-index, .c-content-main .c-index {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

.bge-contents .c-index__main, .c-content-main .c-index__main {
			margin: 0 0 45px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__main, .c-content-main .c-index__main {
				margin: 0 0 25px
		}
			}

.bge-contents .c-index__main figure, .c-content-main .c-index__main figure {
				margin: 0;
			}

.bge-contents .c-index__main figure img, .c-content-main .c-index__main figure img {
					max-width: 100%;
				}

.bge-contents .c-index__aside-box, .c-content-main .c-index__aside-box {
				margin: 0 0 40px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__aside-box, .c-content-main .c-index__aside-box {
					margin: 0 0 25px
			}
				}

.bge-contents .c-index__aside-box h2, .c-content-main .c-index__aside-box h2 {
					font-size: 2rem;
					line-height: 1.2;
					margin: 0 0 20px;
					color: #333;
					padding-left: 5px;
					letter-spacing: .6px;
					position: relative;
					padding: 0;
					border-left: none;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__aside-box h2, .c-content-main .c-index__aside-box h2 {
						font-size: 1.8rem;
						margin: 0 0 15px
				}
					}

.bge-contents .c-index__aside-box h2::after, .c-content-main .c-index__aside-box h2::after {
						content: none;
					}

.bge-contents .c-index__aside-box h2::before, .c-content-main .c-index__aside-box h2::before {
						content: "";
						display: block;
						height: 2px;
						background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
						background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
						margin: 0 0 15px -5px;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__aside-box h2::before, .c-content-main .c-index__aside-box h2::before {
							margin: 0 0 10px -5px
					}
						}

.bge-contents .c-index__aside-box figure a img, .c-content-main .c-index__aside-box figure a img {
							-webkit-transition: 300ms;
							transition: 300ms;
							max-width: 100%;
						}

.bge-contents .c-index__aside-box figure a img:hover, .c-content-main .c-index__aside-box figure a img:hover {
								opacity: .6;
							}

.bge-contents .c-index__aside-box ul, .c-content-main .c-index__aside-box ul {
					list-style: none;
					margin: 0;
					padding: 0;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: start;
					    -ms-flex-pack: start;
					        justify-content: flex-start;
					-webkit-box-align: stretch;
					    -ms-flex-align: stretch;
					        align-items: stretch;
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__aside-box ul, .c-content-main .c-index__aside-box ul {
						display: block
				}
					}

.bge-contents .c-index__aside-box ul li, .c-content-main .c-index__aside-box ul li {
						width: 240px;
						margin: 0 0 20px;
						padding: 0;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__aside-box ul li, .c-content-main .c-index__aside-box ul li {
							width: 100%;
							margin: 0 0 10px
					}
						}

.bge-contents .c-index__aside-box ul li::before, .c-content-main .c-index__aside-box ul li::before {
							content: none;
						}

.bge-contents .c-index__aside-box ul li:not(:nth-child(4n)), .c-content-main .c-index__aside-box ul li:not(:nth-child(4n)) {
							margin: 0 21px 20px 0;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__aside-box ul li:not(:nth-child(4n)), .c-content-main .c-index__aside-box ul li:not(:nth-child(4n)) {
								margin: 0 0 10px
						}
							}

.bge-contents .c-index__aside-box ul li a, .c-content-main .c-index__aside-box ul li a {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							-webkit-box-pack: start;
							    -ms-flex-pack: start;
							        justify-content: flex-start;
							height: 52px;
							padding: 5px 35px 5px 20px;
							border-radius: 5px;
							border: 1px solid #0047a8;
							color: #0047a8;
							text-decoration: none;
							font-size: 1.4rem;
							line-height: 1.5;
							position: relative;
							-webkit-transition: 300ms;
							transition: 300ms;
						}

.bge-contents .c-index__aside-box ul li a::after, .c-content-main .c-index__aside-box ul li a::after {
								content: "";
								display: block;
								width: 18px;
								height: 9px;
								margin-top: -5px;
								position: absolute;
								right: 15px;
								top: 50%;
								background: url("../img/common/icon-btn-arrow-r-blue.png") no-repeat;
								background-size: 100%;
								-webkit-transition: 300ms;
								transition: 300ms;
							}

.bge-contents .c-index__aside-box ul li a:hover, .c-content-main .c-index__aside-box ul li a:hover {
								opacity: .6;
							}

.bge-contents .c-index__aside-box ul li a:hover::after, .c-content-main .c-index__aside-box ul li a:hover::after {
									right: 5px;
								}

.bge-contents .c-index__message, .c-content-main .c-index__message {
			margin: 0 0 50px;
		}

.bge-contents .c-index__message h2, .c-content-main .c-index__message h2 {
				font-size: 2rem;
				line-height: 1.2;
				margin: 0 0 20px;
				color: #333;
				padding-left: 5px;
				letter-spacing: .6px;
				position: relative;
				padding: 0;
				border-left: none;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__message h2, .c-content-main .c-index__message h2 {
					font-size: 1.8rem;
					margin: 0 0 15px
			}
				}

.bge-contents .c-index__message h2::after, .c-content-main .c-index__message h2::after {
					content: none;
				}

.bge-contents .c-index__message h2::before, .c-content-main .c-index__message h2::before {
					content: "";
					display: block;
					height: 2px;
					background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
					background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
					margin: 0 0 15px -5px;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__message h2::before, .c-content-main .c-index__message h2::before {
						margin: 0 0 10px -5px
				}
					}

.bge-contents .c-index__message-box, .c-content-main .c-index__message-box {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
			}

.bge-contents .c-index__message-box figure, .c-content-main .c-index__message-box figure {
					margin: 0 45px 0 0;
					padding: 0;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__message-box figure, .c-content-main .c-index__message-box figure {
						margin: 0 15px 0 0;
						width: 35%
				}
					}

.bge-contents .c-index__message-box figure img, .c-content-main .c-index__message-box figure img {
						display: block;
						max-width: 100%;
					}

.bge-contents .c-index__message-text, .c-content-main .c-index__message-text {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
			}

.bge-contents .c-index__message-text p, .c-content-main .c-index__message-text p {
					font-size: 1.4rem;
					margin: 0 0 1.5em;
					line-height: 1.8;
					letter-spacing: .03em;
					word-wrap: break-word;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__message-text p, .c-content-main .c-index__message-text p {
						font-size: 1.3rem;
						line-height: 1.6;
						letter-spacing: normal
				}
					}

.bge-contents .c-index__message-btn, .c-content-main .c-index__message-btn {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				max-width: 350px;
				height: 52px;
				padding: 5px 35px 5px 20px;
				border-radius: 5px;
				border: 1px solid #0047a8;
				color: #0047a8;
				text-decoration: none;
				font-size: 1.4rem;
				line-height: 1.5;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

.bge-contents .c-index__message-btn::after, .c-content-main .c-index__message-btn::after {
					content: "";
					display: block;
					width: 18px;
					height: 9px;
					margin-top: -5px;
					position: absolute;
					right: 15px;
					top: 50%;
					background: url("../img/common/icon-btn-arrow-r-blue.png") no-repeat;
					background-size: 100%;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

.bge-contents .c-index__message-btn:hover, .c-content-main .c-index__message-btn:hover {
					opacity: .6;
				}

.bge-contents .c-index__message-btn:hover::after, .c-content-main .c-index__message-btn:hover::after {
						right: 5px;
					}

.bge-contents .movie-block, .c-content-main .movie-block {
		margin: 0 0 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 30px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .movie-block, .c-content-main .movie-block {
			gap: 15px
	}
		}

.bge-contents .movie-block-box, .c-content-main .movie-block-box {
			display:-webkit-box;
			display:-ms-flexbox;
			display:flex;
			max-width: 350px;
			-webkit-box-orient:vertical;
			-webkit-box-direction:normal;
			    -ms-flex-direction:column;
			        flex-direction:column;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .movie-block-box, .c-content-main .movie-block-box {
				width: 100%;
				max-width: 350px;
				margin: 0 auto
		}
			}

.bge-contents .movie-block-box-inner, .c-content-main .movie-block-box-inner {
				display:-webkit-box;
				display:-ms-flexbox;
				display:flex;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				width: 100%;
				border: 1px solid #cacaca;
				background-color: #111;
			}

.bge-contents .movie-block-box video, .c-content-main .movie-block-box video {
				display: block;
				margin: 0 auto;
				border: none;
				width: 100%;
				height: auto;
			 }

.bge-contents .movie-block-box p, .c-content-main .movie-block-box p {
				width: 100%;
			 }

.bge-contents .movie-block-text, .c-content-main .movie-block-text {
			max-width: 350px;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .movie-block-text, .c-content-main .movie-block-text {
				width: 100%
		}
			}

.bge-contents .movie-block-text .link-list, .c-content-main .movie-block-text .link-list {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				gap: 0 15px;
			}

.bge-contents .movie-block-text .link-list li, .c-content-main .movie-block-text .link-list li {
					display: inline-block;
				}

.bge-contents .btn-block, .c-content-main .btn-block {
		background-color: #f4f4f4;
		padding: 23px 15px 10px;
		border-radius: 5px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .btn-block, .c-content-main .btn-block {
			padding: 15px 15px 5px
	}
		}

.bge-contents .btn-block ul, .c-content-main .btn-block ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .btn-block ul, .c-content-main .btn-block ul {
				display: block
		}
			}

.bge-contents .btn-block ul li, .c-content-main .btn-block ul li {
				margin: 0 0 12px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .btn-block ul li, .c-content-main .btn-block ul li {
					width: 100% !important;
					padding: 0 !important
			}
				}

.bge-contents .btn-block ul li::before, .c-content-main .btn-block ul li::before {
					content: none;
				}

.bge-contents .btn-block ul li a, .c-content-main .btn-block ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					width: 100%;
					height: 60px;
					min-height: 60px;
					border-radius: 5px;
					padding: 5px 20px 5px 10px;
					font-size: 1.3rem;
					color: #fff;
					background: #0047a8;
					text-align: center;
					text-decoration: none;
					font-weight: bold;
					overflow: hidden;
					position: relative;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .btn-block ul li a, .c-content-main .btn-block ul li a {
						height: 52px;
						min-height: 52px
				}
					}

.bge-contents .btn-block ul li a::after, .c-content-main .btn-block ul li a::after {
						content: "";
						display: block;
						width: 8px;
						height: 8px;
						border-top: 2px solid #fff;
						border-right: 2px solid #fff;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
						position: absolute;
						top: 0;
						bottom: 0;
						right: 15px;
						margin: auto 0;
						-webkit-transition: 300ms;
						transition: 300ms;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .btn-block ul li a::after, .c-content-main .btn-block ul li a::after {
							width: 10px;
							height: 10px;
							right: 15px
					}
						}

.bge-contents .btn-block ul li a::before, .c-content-main .btn-block ul li a::before {
						content: "";
						height: 100%;
						width: 30px;
						position: absolute;
						top: 0;
						left: 0;
						background-color: #fff;
						opacity: 0;
						border-radius: 50%;
					}

.bge-contents .btn-block ul li a:hover::before, .c-content-main .btn-block ul li a:hover::before {
							-webkit-animation: reflection 800ms;
							        animation: reflection 800ms;
						}

.bge-contents .btn-block ul[data-column="1"], .c-content-main .btn-block ul[data-column="1"] {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}

.bge-contents .btn-block ul[data-column="1"] li, .c-content-main .btn-block ul[data-column="1"] li {
					width: 25%;
					padding: 0 6px;
				}

.bge-contents .btn-block ul[data-column="2"] li, .c-content-main .btn-block ul[data-column="2"] li {
					width: 50%;
					padding: 0 10px;
				}

.bge-contents .btn-block ul[data-column="3"] li, .c-content-main .btn-block ul[data-column="3"] li {
					width: 30%;
					padding: 0 8px;
				}

.bge-contents .btn-block ul[data-column="4"] li, .c-content-main .btn-block ul[data-column="4"] li {
					width: 25%;
					padding: 0 6px;
				}

.bge-contents .btn-block ul[data-color="pattern01"] li a, .c-content-main .btn-block ul[data-color="pattern01"] li a {
						background: #7aaab8;
					}

@media only screen and  (max-width: 767px) {

.bge-contents img.sp-w100, .c-content-main img.sp-w100 {
			width: 100%
	}
		}

.bge-contents .stockinfo-table th, .c-content-main .stockinfo-table th {
		width: 50%;
	}

.bge-contents .column2-block, .c-content-main .column2-block {
		overflow: hidden;
	}

.bge-contents .column2-block > div, .c-content-main .column2-block > div {
			text-align: center;
			float: left;
			width: 50%;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .column2-block > div, .c-content-main .column2-block > div {
				width: 100%;
				float: none
		}
			}

.bge-contents .column2-block > div:nth-child(2n), .c-content-main .column2-block > div:nth-child(2n) {
				float: right;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .column2-block > div:nth-child(2n), .c-content-main .column2-block > div:nth-child(2n) {
					float: none;
					margin-top: 20px
			}
				}

.bge-contents .esg-index-list, .c-content-main .esg-index-list {
		list-style: none;
		padding: 0;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 13px 0 0;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list, .c-content-main .esg-index-list {
			margin: 0;
			padding: 0;
			display: block
	}
		}

.bge-contents .esg-index-list figure, .c-content-main .esg-index-list figure {
			margin: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}

.bge-contents .esg-index-list figure img, .c-content-main .esg-index-list figure img {
				max-width: 100%;
				border-radius: 5px 5px 0 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list figure img, .c-content-main .esg-index-list figure img {
					width: 100%
			}
				}

.bge-contents .esg-index-list figure figcaption, .c-content-main .esg-index-list figure figcaption {
				padding: 20px 0;
				font-weight: 700;
				text-align: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-flex: 1;
				    -ms-flex: 1 auto;
				        flex: 1 auto;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}

.bge-contents .esg-index-list li, .c-content-main .esg-index-list li {
			width: 196px;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

.bge-contents .esg-index-list li::before, .c-content-main .esg-index-list li::before {
				display: none;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list li, .c-content-main .esg-index-list li {
				width: 100%;
				padding: 0
		}
			}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list li + li, .c-content-main .esg-index-list li + li {
					margin-top: 30px
			}
				}

.bge-contents .esg-index-list a, .c-content-main .esg-index-list a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			background: #f4f4f4;
			border-radius: 5px 5px 0;
			text-decoration: none;
			text-align: center;
			font-size: 1.8rem;
			font-weight: bold;
			color: #222;
			position: relative;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list a, .c-content-main .esg-index-list a {
				font-size: 1.6rem
		}
			}

.bge-contents .esg-index-list a:hover, .c-content-main .esg-index-list a:hover {
				opacity: .6;
			}

.bge-contents .esg-index-list a::after, .c-content-main .esg-index-list a::after {
				content: "";
				display: block;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 0 9px 9px;
				border-color: transparent transparent #0a4ba3;
				position: absolute;
				bottom: 0;
				right: 0;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list a::after, .c-content-main .esg-index-list a::after {
					border-width: 0 0 18px 18px
			}
				}

.bge-contents .esg-index-list a span, .c-content-main .esg-index-list a span {
				display: block;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #024198;
				font-size: 1.6rem;
				font-weight: 500;
				position: relative;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list a span, .c-content-main .esg-index-list a span {
					font-size: 1.6rem
			}
				}

.bge-contents .esg-index-list a span::before, .c-content-main .esg-index-list a span::before {
					content: "";
					width: 33px;
					height: 1px;
					display: block;
					margin: 3px auto;
					background: #c4c4c4;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .esg-index-list a span::before, .c-content-main .esg-index-list a span::before {
						margin: 3px auto 0
				}
					}

.bge-contents .bc-heading h2, .c-content-main .bc-heading h2 {
		}

.bge-contents .bc-time, .c-content-main .bc-time {
		margin-bottom: 5em;
		text-align: right;
	}

.bge-contents .bc-time time, .c-content-main .bc-time time {
		}

.bge-contents .bc-cat, .c-content-main .bc-cat {
		margin-bottom: 1em;
		text-align: right;
	}

.bge-contents .bc-cat > div, .c-content-main .bc-cat > div {
			background: #0453c1;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: .2em .4em;
		}

.bge-contents .bc-area-cta, .c-content-main .bc-area-cta {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-area-cta a, .c-content-main .bc-area-cta a {
			background: #0453c1;
		}

.bge-contents .bc-area-cta a span::before, .c-content-main .bc-area-cta a span::before {
					display: inline-block;
					font-family: icons;
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					line-height: 1;
					speak: none;
					text-align: left;
					text-indent: 0;
					text-rendering: auto;
					text-transform: none;
					vertical-align: middle;
					white-space: nowrap;
					color: #999;
					content: "\E100";
					margin-right: .5em;
				}

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}

.bge-contents .bc-form-table, .c-content-main .bc-form-table {
	}

.bge-contents .bc-form-agreement, .c-content-main .bc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-form-submit, .c-content-main .bc-form-submit {
		margin-top: 3em;
		text-align: center;
	}

#bge-content .bgt-btn[href=""], #bge-content .bgt-download-file__link[href=""] {
			display: inline-block;
		}

[data-path^="/products/"] .bge-contents .bgb-image1, [data-path^="/products/"] .c-content-main .bgb-image1, [data-path^="/en/products/"] .bge-contents .bgb-image1, [data-path^="/en/products/"] .c-content-main .bgb-image1 {
			max-width: 500px;
			margin-left: auto;
			margin-right: auto;
		}

.bge-contents .c-index__panel, .c-content-main .c-index__panel, .c-recruit .c-index__panel {
		margin: 0 0 45px;
	}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel, .c-content-main .c-index__panel, .c-recruit .c-index__panel {
			margin: 0 0 60px
	}
		}

.bge-contents .c-index__panel ul, .c-content-main .c-index__panel ul, .c-recruit .c-index__panel ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			list-style: none;
			margin: 0;
			padding: 0;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel ul, .c-content-main .c-index__panel ul, .c-recruit .c-index__panel ul {
				display: block
		}
			}

.bge-contents .c-index__panel ul li, .c-content-main .c-index__panel ul li, .c-recruit .c-index__panel ul li {
				margin: 0 0 25px;
				padding: 0;
				width: 500px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel ul li, .c-content-main .c-index__panel ul li, .c-recruit .c-index__panel ul li {
					margin: 0 0 15px;
					width: 100%
			}
				}

.bge-contents .c-index__panel ul li::before, .c-content-main .c-index__panel ul li::before, .c-recruit .c-index__panel ul li::before {
					content: none;
				}

.bge-contents .c-index__panel ul li a, .c-content-main .c-index__panel ul li a, .c-recruit .c-index__panel ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: stretch;
					    -ms-flex-align: stretch;
					        align-items: stretch;
					color: #fff;
					text-decoration: none;
					-webkit-transition: 300ms;
					transition: 300ms;
					min-height: 170px;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel ul li a, .c-content-main .c-index__panel ul li a, .c-recruit .c-index__panel ul li a {
						min-height: 43.5vw
				}
					}

.bge-contents .c-index__panel ul li a:hover, .c-content-main .c-index__panel ul li a:hover, .c-recruit .c-index__panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .c-index__panel ul li a figure, .c-content-main .c-index__panel ul li a figure, .c-recruit .c-index__panel ul li a figure {
						width: 217px;
						height: auto;
						padding: 0;
						margin: 0;
						position: relative;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel ul li a figure, .c-content-main .c-index__panel ul li a figure, .c-recruit .c-index__panel ul li a figure {
							width: 43.4%
					}
						}

.bge-contents .c-index__panel ul li a figure img, .c-content-main .c-index__panel ul li a figure img, .c-recruit .c-index__panel ul li a figure img {
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover;
							display: block;
							width: 100%;
							height: 100%;
							position: absolute;
						}

.bge-contents .c-index__panel ul li a[target="_blank"]::after, .c-content-main .c-index__panel ul li a[target="_blank"]::after, .c-recruit .c-index__panel ul li a[target="_blank"]::after {
							display: none !important;
						}

.bge-contents .c-index__panel ul li[data-column="1"], .c-content-main .c-index__panel ul li[data-column="1"], .c-recruit .c-index__panel ul li[data-column="1"] {
					width: 100%;
				}

.bge-contents .c-index__panel ul li[data-column="1"] a, .c-content-main .c-index__panel ul li[data-column="1"] a, .c-recruit .c-index__panel ul li[data-column="1"] a {
						min-height: 260px;
					}

@media all and (-ms-high-contrast:none) {

.bge-contents .c-index__panel ul li[data-column="1"] a, .c-content-main .c-index__panel ul li[data-column="1"] a, .c-recruit .c-index__panel ul li[data-column="1"] a {
							height: 260px
					}
						}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel ul li[data-column="1"] a, .c-content-main .c-index__panel ul li[data-column="1"] a, .c-recruit .c-index__panel ul li[data-column="1"] a {
							min-height: 43.5vw
					}
						}

.bge-contents .c-index__panel ul li[data-column="1"] figure, .c-content-main .c-index__panel ul li[data-column="1"] figure, .c-recruit .c-index__panel ul li[data-column="1"] figure {
						width: 370px;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel ul li[data-column="1"] figure, .c-content-main .c-index__panel ul li[data-column="1"] figure, .c-recruit .c-index__panel ul li[data-column="1"] figure {
							width: 43.4%
					}
						}

.bge-contents .c-index__panel ul li[data-column="1"] h2, .c-content-main .c-index__panel ul li[data-column="1"] h2, .c-recruit .c-index__panel ul li[data-column="1"] h2 {
						font-size: 2.8rem;
					}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel ul li[data-column="1"] h2, .c-content-main .c-index__panel ul li[data-column="1"] h2, .c-recruit .c-index__panel ul li[data-column="1"] h2 {
							font-size: 4.28vw
					}
						}

.bge-contents .c-index__panel-text, .c-content-main .c-index__panel-text, .c-recruit .c-index__panel-text {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			padding: 5px 20px 5px 30px;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			position: relative;
		}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel-text, .c-content-main .c-index__panel-text, .c-recruit .c-index__panel-text {
				padding: 5px 3%
		}
			}

.bge-contents .c-index__panel-text::before, .c-content-main .c-index__panel-text::before, .c-recruit .c-index__panel-text::before {
				content: "";
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				width: 35px;
				height: 35px;
				background: rgba(255, 255, 255, .65);
				position: absolute;
				right: 0;
				bottom: 0;
				display: block;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel-text::before, .c-content-main .c-index__panel-text::before, .c-recruit .c-index__panel-text::before {
					width: 6.25vw;
					height: 6.25vw
			}
				}

.bge-contents .c-index__panel-text::after, .c-content-main .c-index__panel-text::after, .c-recruit .c-index__panel-text::after {
				content: "";
				display: block;
				position: absolute;
				right: 13px;
				bottom: 12px;
				width: 10px;
				height: 10px;
				border-top: 2px solid #0453c1;
				border-right: 2px solid #0453c1;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
			}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel-text::after, .c-content-main .c-index__panel-text::after, .c-recruit .c-index__panel-text::after {
					right: 2.3vw;
					bottom: 2.14vw;
					width: 2vw;
					height: 2vw
			}
				}

.bge-contents .c-index__panel-text h2, .c-content-main .c-index__panel-text h2, .c-recruit .c-index__panel-text h2 {
				font-size: 1.8rem;
				margin: 0 0 16px;
				padding: 0;
				line-height: 1.4;
				color: #fff;
				border-left: none;
				max-width: 100%;
				word-wrap: break-word;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel-text h2, .c-content-main .c-index__panel-text h2, .c-recruit .c-index__panel-text h2 {
					font-size: 4.28vw;
					margin: 0 0 3.6vw
			}
				}

.bge-contents .c-index__panel-text h2::before, .c-content-main .c-index__panel-text h2::before, .c-recruit .c-index__panel-text h2::before {
					content: "";
					display: block;
					position: absolute;
					width: 47px;
					height: 1px;
					background: rgba(255, 255, 255, .3);
					bottom: -6px;
					margin: 0;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel-text h2::before, .c-content-main .c-index__panel-text h2::before, .c-recruit .c-index__panel-text h2::before {
						margin: 5px 0 0
				}
					}

.bge-contents .c-index__panel-text h2::after, .c-content-main .c-index__panel-text h2::after, .c-recruit .c-index__panel-text h2::after {
					display: none;
				}

.bge-contents .c-index__panel-text p, .c-content-main .c-index__panel-text p, .c-recruit .c-index__panel-text p {
				font-size: 1.4rem;
				margin: 0;
				line-height: 1.5;
				width: 100%;
				word-wrap: break-word;
				padding-right: 35px;
			}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel-text p, .c-content-main .c-index__panel-text p, .c-recruit .c-index__panel-text p {
					font-size: 3.2vw;
					padding-right: 8%
			}
				}

.bge-contents .c-index__panel-text[data-bg="greeting"], .c-content-main .c-index__panel-text[data-bg="greeting"], .c-recruit .c-index__panel-text[data-bg="greeting"] {
				background: url("/img/corporate/bg-corporate-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="summary"], .c-content-main .c-index__panel-text[data-bg="summary"], .c-recruit .c-index__panel-text[data-bg="summary"] {
				background: url("/img/corporate/bg-corporate-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="philosophy"], .c-content-main .c-index__panel-text[data-bg="philosophy"], .c-recruit .c-index__panel-text[data-bg="philosophy"] {
				background: url("/img/corporate/bg-corporate-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="history"], .c-content-main .c-index__panel-text[data-bg="history"], .c-recruit .c-index__panel-text[data-bg="history"] {
				background: url("/img/corporate/bg-corporate-index04.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="office"], .c-content-main .c-index__panel-text[data-bg="office"], .c-recruit .c-index__panel-text[data-bg="office"] {
				background: url("/img/corporate/bg-corporate-index05.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="group"], .c-content-main .c-index__panel-text[data-bg="group"], .c-recruit .c-index__panel-text[data-bg="group"] {
				background: url("/img/corporate/bg-corporate-index06.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="customers"], .c-content-main .c-index__panel-text[data-bg="customers"], .c-recruit .c-index__panel-text[data-bg="customers"] {
				background: url("/img/corporate/bg-corporate-index07.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="highlights"], .c-content-main .c-index__panel-text[data-bg="highlights"], .c-recruit .c-index__panel-text[data-bg="highlights"] {
				background: url("/img/ir/bg-ir-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="library"], .c-content-main .c-index__panel-text[data-bg="library"], .c-recruit .c-index__panel-text[data-bg="library"] {
				background: url("/img/ir/bg-ir-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="schedule"], .c-content-main .c-index__panel-text[data-bg="schedule"], .c-recruit .c-index__panel-text[data-bg="schedule"] {
				background: url("/img/ir/bg-ir-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="stockinfo"], .c-content-main .c-index__panel-text[data-bg="stockinfo"], .c-recruit .c-index__panel-text[data-bg="stockinfo"] {
				background: url("/img/ir/bg-ir-index04.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="koukoku"], .c-content-main .c-index__panel-text[data-bg="koukoku"], .c-recruit .c-index__panel-text[data-bg="koukoku"] {
				background: url("/img/ir/bg-ir-index05.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="faq"], .c-content-main .c-index__panel-text[data-bg="faq"], .c-recruit .c-index__panel-text[data-bg="faq"] {
				background: url("/img/ir/bg-ir-index06.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="automotive"], .c-content-main .c-index__panel-text[data-bg="automotive"], .c-recruit .c-index__panel-text[data-bg="automotive"] {
				background: url("/img/products/bg-products-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="semiconductor"], .c-content-main .c-index__panel-text[data-bg="semiconductor"], .c-recruit .c-index__panel-text[data-bg="semiconductor"] {
				background: url("/img/products/bg-products-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="panel"], .c-content-main .c-index__panel-text[data-bg="panel"], .c-recruit .c-index__panel-text[data-bg="panel"] {
				background: url("/img/products/bg-products-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="robot"], .c-content-main .c-index__panel-text[data-bg="robot"], .c-recruit .c-index__panel-text[data-bg="robot"] {
				background: url("/img/products/bg-products-index04.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="electronic"], .c-content-main .c-index__panel-text[data-bg="electronic"], .c-recruit .c-index__panel-text[data-bg="electronic"] {
				background: url("/img/products/bg-products-index05.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="powermodule"], .c-content-main .c-index__panel-text[data-bg="powermodule"], .c-recruit .c-index__panel-text[data-bg="powermodule"] {
				background: url("/img/products/bg-products-index06.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="transfer"], .c-content-main .c-index__panel-text[data-bg="transfer"], .c-recruit .c-index__panel-text[data-bg="transfer"] {
				background: url("/img/products/bg-products-index07.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="medical"], .c-content-main .c-index__panel-text[data-bg="medical"], .c-recruit .c-index__panel-text[data-bg="medical"] {
				background: url("/img/products/bg-products-index08.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="fa_unit"], .c-content-main .c-index__panel-text[data-bg="fa_unit"], .c-recruit .c-index__panel-text[data-bg="fa_unit"] {
				background: url("/img/products/bg-products-index09.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="message"], .c-content-main .c-index__panel-text[data-bg="message"], .c-recruit .c-index__panel-text[data-bg="message"] {
				background: url("/img/recruit/bg-recruit-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="field"], .c-content-main .c-index__panel-text[data-bg="field"], .c-recruit .c-index__panel-text[data-bg="field"] {
				background: url("/img/recruit/bg-recruit-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="environment"], .c-content-main .c-index__panel-text[data-bg="environment"], .c-recruit .c-index__panel-text[data-bg="environment"] {
				background: url("/img/recruit/bg-recruit-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel[data-narrow="true"] ul li, .c-content-main .c-index__panel[data-narrow="true"] ul li, .c-recruit .c-index__panel[data-narrow="true"] ul li {
					width: 350px;
				}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel[data-narrow="true"] ul li, .c-content-main .c-index__panel[data-narrow="true"] ul li, .c-recruit .c-index__panel[data-narrow="true"] ul li {
						width: 100%
				}
					}

.bge-contents .c-index__panel[data-narrow="true"] ul li a figure, .c-content-main .c-index__panel[data-narrow="true"] ul li a figure, .c-recruit .c-index__panel[data-narrow="true"] ul li a figure {
							width: 167px;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel[data-narrow="true"] ul li a figure, .c-content-main .c-index__panel[data-narrow="true"] ul li a figure, .c-recruit .c-index__panel[data-narrow="true"] ul li a figure {
								width: 47.7%
						}
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text {
							padding: 5px 20px;
						}

@media only screen and  (max-width: 767px) {

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text {
								padding: 5px 3%
						}
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text p, .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text p, .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text p {
								padding-right: 13px;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="products"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="products"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="products"] {
								background: url("/img/ir/introduce/bg-introduce-index01.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="strongpoint"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="strongpoint"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="strongpoint"] {
								background: url("/img/ir/introduce/bg-introduce-index02.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="transition"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="transition"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="transition"] {
								background: url("/img/ir/introduce/bg-introduce-index03.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="history"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="history"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="history"] {
								background: url("/img/ir/introduce/bg-introduce-index04.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="glossary"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="glossary"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="glossary"] {
								background: url("/img/ir/introduce/bg-introduce-index05.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel ul li a[target="_blank"] h2::after, .c-content-main .c-index__panel ul li a[target="_blank"] h2::after, .c-recruit .c-index__panel ul li a[target="_blank"] h2::after {
								content: "";
								position: static;
								width: 11px;
								height: 11px;
								display: inline-block;
								background: url(../img/common/icon-txt-external-02.png) no-repeat;
								vertical-align: 0;
								right: 0;
								bottom: 0;
								margin-left: 5px;
							}

.c-recruit .c-index__panel {
		margin: 0 0 45px;
	}

@media only screen and  (max-width: 767px) {

.c-recruit .c-index__panel {
			margin: 0 0 60px;
			padding: 0 5%
	}
		}

.text-box-space {
	margin-bottom: 10px;
}

[data-path^="/products/"] .bge-contents .bgb-image1.product-image-right, [data-path^="/products/"] .c-content-main .bgb-image1.product-image-right {
				max-width: none;
				margin: 0;
			}

[data-path^="/products/"] .bge-contents .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img, [data-path^="/products/"] .c-content-main .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img {
					margin: 0;
				}

@media only screen and  (max-width: 767px) {

[data-path^="/products/"] .bge-contents .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img, [data-path^="/products/"] .c-content-main .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img {
						margin: 0 auto
				}
					}

@-webkit-keyframes reflection {
	0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
	20% { -webkit-transform: scale(0); transform: scale(0); opacity: .3; }
	21% { -webkit-transform: scale(8); transform: scale(8); opacity: .6; }
	100% { -webkit-transform: scale(50); transform: scale(50); opacity: 0; }
}

@keyframes reflection {
	0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
	20% { -webkit-transform: scale(0); transform: scale(0); opacity: .3; }
	21% { -webkit-transform: scale(8); transform: scale(8); opacity: .6; }
	100% { -webkit-transform: scale(50); transform: scale(50); opacity: 0; }
}

.acc-title {
	cursor: pointer;
	position: relative;
}

.acc-title.title-01 {
		background: url("/img/recruit/fields/bg-fields-title01.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title.title-02 {
		background: url("/img/recruit/fields/bg-fields-title02.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title.title-03 {
		background: url("/img/recruit/fields/bg-fields-title03.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title.title-04 {
		background: url("/img/recruit/fields/bg-fields-title04.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title::before, .acc-title::after {
		bottom: 0;
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
	}

.acc-title::before {
		background: rgba(255, 255, 255, 0.75);
		height: 1px;
		left: 0;
		width: 15px;
	}

.acc-title::after {
		background: #fff;
		border-radius: 50%;
		height: 21px;
		right: 18px;
		width: 21px;
	}

.acc-title.open h2::before {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
			}

.acc-title.open h2::after {
				-webkit-transform: rotate(90deg);
				        transform: rotate(90deg);
			}

.acc-title h2 {
		border: none;
		color: #fff;
		letter-spacing: .01em;
		padding: 34px 50px;
		text-align: center;
	}

@media only screen and  (max-width: 767px) {

.acc-title h2 {
			padding: 1em 50px;
			text-align: left
	}
		}

.acc-title h2::before, .acc-title h2::after {
			background: #064284;
			bottom: 0;
			content: "";
			margin: auto 0;
			position: absolute;
			top: 0;
			-webkit-transition: -webkit-transform 300ms;
			transition: -webkit-transform 300ms;
			transition: transform 300ms;
			transition: transform 300ms, -webkit-transform 300ms;
			z-index: 1;
		}

.acc-title h2::before {
			height: 1px;
			right: 23px;
			width: 11px;
		}

.acc-title h2::after {
			height: 11px;
			left: auto;
			right: 28px;
			width: 1px;
		}

.acc-title h2 span {
			font-family: "Montserrat", sans-serif;
			font-size: 1.4rem;
			font-style: italic;
			font-weight: normal;
			letter-spacing: .1em;
			left: 22px;
			line-height: 1;
			position: absolute;
			top: 43px;
		}

@media only screen and  (max-width: 767px) {

.acc-title h2 span {
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%)
		}
			}

.acc-body {
	background: rgba(4, 83, 193, 0.1);
	padding: 30px;
}

@media only screen and  (max-width: 767px) {

.acc-body {
		padding: 5%
}
	}

.acc-body .img {
		background: #fff;
		text-align: center;
	}

.acc-body .img img {
			vertical-align: bottom;
			width: 100%;
		}

.acc-body .acc-column2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

@media only screen and  (max-width: 767px) {

.acc-body .acc-column2 {
			display: block
	}
		}

.acc-body .acc-column2 > div:not(:first-child) {
			margin-left: 35px;
		}

@media only screen and  (max-width: 767px) {

.acc-body .acc-column2 > div:not(:first-child) {
				margin: 2em 0 0
		}
			}

.acc-body .acc-column2 > figure {
			width: calc(50% - 9px);
		}

@media only screen and  (max-width: 767px) {

.acc-body .acc-column2 > figure {
				width: 100%
		}
			}

.acc-body .acc-column2 > figure img {
				border: 1px solid #ddd;
				vertical-align: bottom;
				width: 100%;
			}

.acc-body .acc-column2 > figure figcaption {
				padding: 5px 7px;
			}

.acc-body .acc-column2 + div {
			margin-top: 40px;
		}

@media only screen and  (max-width: 767px) {

.acc-body .acc-column2 + div {
				margin: 2em 0 0
		}
			}

.acc-body .acc-inner {
		background: #fff;
		border-radius: 3px;
		padding: 30px 20px;
	}

@media only screen and  (max-width: 767px) {

.acc-body .acc-inner {
			padding: 4%
	}
		}

.acc-body h3.keyword {
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 0 0 20px;
			padding: 0;
		}

.acc-body h3.keyword:not(:first-of-type) {
				margin: 30px 0 20px;
			}

.acc-body h3.keyword::before {
				content: none;
			}

.acc-body h3.keyword::after {
				background: url("/img/common/bg-repeat-01.png") 0 0;
				content: "";
				-webkit-box-flex: 1;
				    -ms-flex: 1 1 auto;
				        flex: 1 1 auto;
				height: 2px;
				width: auto;
			}

.acc-body h3.keyword span {
				background: #0453c1;
				color: #fff;
				display: inline-block;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				font-family: "Montserrat", sans-serif;
				font-size: 1rem;
				font-weight: 600;
				letter-spacing: .01em;
				line-height: 1;
				margin: 0 30px 0 17px;
				padding: 9px 0;
				position: relative;
			}

.acc-body h3.keyword span::before, .acc-body h3.keyword span::after {
					border: 1px solid transparent;
					border-width: 14px 17px;
					content: "";
					height: 0;
					position: absolute;
					top: 0;
					width: 0;
				}

.acc-body h3.keyword span::before {
					border-right-color: #0453c1;
					left: -34px;
				}

.acc-body h3.keyword span::after {
					border-left-color: #0453c1;
					right: -34px;
				}

.acc-body h3.keyword strong {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				font-style: italic;
				margin-right: 15px;
			}

@media  (max-width: 767px) {

.c-content-main .pc-only, .c-content-main .pc_only {
			display: none !important
	}
		}

@media  (min-width: 768px) {

.c-content-main .sp-only, .c-content-main .sp_only {
			display: none !important
	}
		}

.c-content-main .acc-body {
		display: none;
	}
