/**!
 * rev. 2022-09-29
 * copyright © 2022
 */

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,500&display=swap");
@charset "utf-8";
@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");
}
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
	font-size: 62.5%;
}
@media print, screen and (min-width: 768px) {
a[href^="tel:"] {
			color: currentColor;
			text-decoration: none;
			pointer-events: none
	}
		}
a:hover {
		text-decoration: none;
		opacity: 1;
		-webkit-animation: flash 1.3s;
		        animation: flash 1.3s;
		outline: none;
	}
@-webkit-keyframes flash {
	0% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}
*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
*::selection {
		background-color: rgba(81, 201, 212, 0.5);
	}
@media screen and (max-width: 767px) {
*[data-visible="pc"] {
			display: none !important
	}
		}
@media print, screen and (min-width: 768px) {
*[data-visible="sp"] {
			display: none !important
	}
		}
body {
	margin: 0;
	padding: 0;
	line-height: 1.875;
	color: #fff;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	min-width: 1180px;
	width: 100%;
}
@media screen and (max-width: 767px) {
body {
		position: relative;
		font-size: 3.73333vw;
		min-width: 320px
}
	}
body [data-name="bg-menu"] {
		display: none;
	}
@media screen and (max-width: 767px) {
body [data-name="bg-menu"] {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(51, 51, 51, 0.7);
			z-index: 900
	}
		}
button {
	border-radius: 0;
	cursor: pointer;
}
img {
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
img {
		width: 100%;
		max-width: 100%;
		height: auto
}
	}
.bge-contents, .c-content-main {
}
.bge-contents a, .c-content-main a {
		color: #003d43;
	}
.bge-contents a:hover, .c-content-main a:hover {
			text-decoration: none;
		}
.bge-contents a[href*=".pdf"]::before, .bge-contents a[href*=".doc"]::before, .bge-contents a[href*=".docx"]::before, .bge-contents a[href*=".xls"]::before, .bge-contents a[href*=".xlsx"]::before, .bge-contents a[href*=".ppt"]::before, .bge-contents a[href*=".pptx"]::before, .c-content-main a[href*=".pdf"]::before, .c-content-main a[href*=".doc"]::before, .c-content-main a[href*=".docx"]::before, .c-content-main a[href*=".xls"]::before, .c-content-main a[href*=".xlsx"]::before, .c-content-main a[href*=".ppt"]::before, .c-content-main a[href*=".pptx"]::before {
				content: "";
				display: inline-block;
				vertical-align: bottom;
				width: 19px;
				height: 1.875em;
				margin: 0 0.375em 0 0.25em;
			}
@media screen and (max-width: 767px) {
.bge-contents a[href*=".pdf"]::before, .bge-contents a[href*=".doc"]::before, .bge-contents a[href*=".docx"]::before, .bge-contents a[href*=".xls"]::before, .bge-contents a[href*=".xlsx"]::before, .bge-contents a[href*=".ppt"]::before, .bge-contents a[href*=".pptx"]::before, .c-content-main a[href*=".pdf"]::before, .c-content-main a[href*=".doc"]::before, .c-content-main a[href*=".docx"]::before, .c-content-main a[href*=".xls"]::before, .c-content-main a[href*=".xlsx"]::before, .c-content-main a[href*=".ppt"]::before, .c-content-main a[href*=".pptx"]::before {
					width: 4vw
			}
				}
.bge-contents a[href*=".pdf"]::before, .c-content-main a[href*=".pdf"]::before {
				background: url("/img/recruit/icon-pdf@2x.png") no-repeat 50% 50% / contain;
			}
.bge-contents a[href*=".doc"]::before, .bge-contents a[href*=".docx"]::before, .c-content-main a[href*=".doc"]::before, .c-content-main a[href*=".docx"]::before {
				background: url("/img/recruit/icon-word@2x.png") no-repeat 50% 50% / contain;
			}
.bge-contents a[href*=".xls"]::before, .bge-contents a[href*=".xlsx"]::before, .c-content-main a[href*=".xls"]::before, .c-content-main a[href*=".xlsx"]::before {
				background: url("/img/recruit/icon-excel@2x.png") no-repeat 50% 50% / contain;
			}
.bge-contents a[href*=".ppt"]::before, .bge-contents a[href*=".pptx"]::before, .c-content-main a[href*=".ppt"]::before, .c-content-main a[href*=".pptx"]::before {
				background: url("/img/recruit/icon-ppt@2x.png") no-repeat 50% 50% / contain;
			}
.bge-contents a[target="_blank"]::after, .c-content-main a[target="_blank"]::after {
				content: "";
				display: inline-block;
				vertical-align: bottom;
				width: 14px;
				height: 1.875em;
				margin: 0 0.375em 0 0.25em;
				background: url("/img/recruit_lp/icon-external-01@2x.png") no-repeat 0 50% / contain;
			}
@media screen and (max-width: 767px) {
.bge-contents a[target="_blank"]::after, .c-content-main a[target="_blank"]::after {
					width: 0.875em
			}
				}
.bge-contents [data-bgt="image-link"] a[target="_blank"]::after, .bge-contents [data-bgt="trimmed-image-link"] a[target="_blank"]::after, .c-content-main [data-bgt="image-link"] a[target="_blank"]::after, .c-content-main [data-bgt="trimmed-image-link"] a[target="_blank"]::after {
				content: none;
			}
.bge-contents h2, .c-content-main h2 {
		position: relative;
		margin: 1em 0 40px;
		padding: 0 0 0.625em;
		line-height: 1.25;
		font-weight: 500;
		color: #fff;
		font-size: 2em;
		letter-spacing: .025em;
		text-align: center;
		overflow-y: visible;
	}
@media screen and (max-width: 767px) {
.bge-contents h2, .c-content-main h2 {
			font-size: 1.42857em
	}
		}
.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}
.bge-contents h2:last-child, .c-content-main h2:last-child {
			margin-bottom: 0;
		}
.bge-contents h2::before, .c-content-main h2::before {
			content: "";
			display: block;
			position: absolute;
			background: #fff;
			bottom: 0;
			left: 25%;
			width: 50%;
			height: 4px;
			border-radius: 2px;
		}
@media screen and (max-width: 767px) {
.bge-contents h2::before, .c-content-main h2::before {
				width: 100%;
				left: 0;
				border-radius: 2px
		}
			}
.bge-contents h2::after, .c-content-main h2::after {
			content: "";
			position: absolute;
			left: 50%;
			bottom: -12px;
			z-index: 10;
			background: url("/img/recruit_lp/icon-h2_arrow.svg") no-repeat 0 50% / contain;
			width: 28px;
			height: 16px;
		}
.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
	}
.bge-contents [data-bgb="title"].bgb-title, .c-content-main [data-bgb="title"].bgb-title {
		margin-bottom: 3.75em;
	}
.bge-contents [data-bgb="title"].bgb-title.bgb-opt--mb-large, .c-content-main [data-bgb="title"].bgb-title.bgb-opt--mb-large {
			margin-bottom: 2.5em !important;
		}
.bge-contents [data-bgb="title"].bgb-title.bgb-opt--mb-small, .c-content-main [data-bgb="title"].bgb-title.bgb-opt--mb-small {
			margin-bottom: 0.625em !important;
		}
.bge-contents h3, .c-content-main h3 {
		position: relative;
		margin: 1em 0 0.76923em;
		padding: 0.46154em 1.15385em;
		border-radius: 0.41667em;
		background: #fff;
		overflow: hidden;
		line-height: 1.38462;
		color: #333;
		font-weight: 500;
		font-size: 1.625em;
		letter-spacing: .025em;
	}
@media screen and (max-width: 767px) {
.bge-contents h3, .c-content-main h3 {
			font-size: 1.28571em
	}
		}
.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}
.bge-contents h3:last-child, .c-content-main h3:last-child {
			margin-bottom: 0;
		}
.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
	}
.bge-contents [data-bgb="title2"].bgb-title2, .c-content-main [data-bgb="title2"].bgb-title2 {
		margin-bottom: 1.25em;
	}
.bge-contents [data-bgb="title2"].bgb-title2.bgb-opt--mb-large, .c-content-main [data-bgb="title2"].bgb-title2.bgb-opt--mb-large {
			margin-bottom: 2.5em !important;
		}
.bge-contents [data-bgb="title2"].bgb-title2.bgb-opt--mb-small, .c-content-main [data-bgb="title2"].bgb-title2.bgb-opt--mb-small {
			margin-bottom: 0.625em !important;
		}
.bge-contents h4, .c-content-main h4 {
		position: relative;
		padding: 0.72727em 1.36364em;
		color: #fff;
		border: solid #fff;
		border-width: 0 0 2px 0;
		font-size: 1.375em;
	}
@media screen and (max-width: 767px) {
.bge-contents h4, .c-content-main h4 {
			font-size: 1.28571em
	}
		}
.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}
.bge-contents h4:last-child, .c-content-main h4:last-child {
			margin-bottom: 0;
		}
.bge-contents h4::before, .c-content-main h4::before {
			content: "";
			width: 100%;
			height: 6px;
			display: block;
			position: absolute;
			z-index: 10;
			top: 0;
			left: 0;
			background: #fff;
			border-radius: 3px;
		}
.bge-contents h4::after, .c-content-main h4::after {
			content: "";
			width: 20%;
			height: 6px;
			display: block;
			position: absolute;
			z-index: 10;
			top: 0;
			left: 0;
			background: #0396a3;
			border-radius: 3px 0 0 3px;
		}
.bge-contents h5, .c-content-main h5 {
		position: relative;
		margin: 1em 0 0.68182em;
		padding: 0 0 0 1.22727em;
		overflow: hidden;
		line-height: 1.45455;
		font-weight: 500;
		font-size: 1.375em;
		letter-spacing: .025em;
	}
@media screen and (max-width: 767px) {
.bge-contents h5, .c-content-main h5 {
			font-size: 1.14286em
	}
		}
.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}
.bge-contents h5:last-child, .c-content-main h5:last-child {
			margin-bottom: 0;
		}
.bge-contents h5::before, .c-content-main h5::before {
			content: "";
			display: block;
			position: absolute;
			top: 8px;
			left: 0;
			width: 17px;
			height: 17px;
			border-radius: 50%;
			background: #0396a3;
		}
@media screen and (max-width: 767px) {
.bge-contents h5::before, .c-content-main h5::before {
				top: 0.34091em;
				width: 0.77273em;
				height: 0.77273em
		}
			}
.bge-contents h5::after, .c-content-main h5::after {
			content: "";
			display: block;
			position: absolute;
			top: 12px;
			left: 4px;
			width: 9px;
			height: 9px;
			border-radius: 50%;
			background: #51c9d4;
		}
@media screen and (max-width: 767px) {
.bge-contents h5::after, .c-content-main h5::after {
				top: 0.52273em;
				left: 0.18182em;
				width: 0.40909em;
				height: 0.40909em
		}
			}
.bge-contents h5.no-icon, .c-content-main h5.no-icon {
			padding-left: 0;
		}
.bge-contents h5.no-icon::before, .bge-contents h5.no-icon::after, .c-content-main h5.no-icon::before, .c-content-main h5.no-icon::after {
				content: none;
			}
.bge-contents h5 + p, .c-content-main h5 + p {
			margin-top: 0;
		}
.bge-contents h6, .c-content-main h6 {
		position: relative;
		margin: 1em 0 0.75em;
		line-height: 1.5;
		color: #003d43;
		font-weight: bold;
		font-size: 1.25em;
		letter-spacing: .05em;
	}
@media screen and (max-width: 767px) {
.bge-contents h6, .c-content-main h6 {
			font-size: 1.14286em
	}
		}
.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}
.bge-contents h6:last-child, .c-content-main h6:last-child {
			margin-bottom: 0;
		}
.bge-contents h6 + p, .c-content-main h6 + p {
			margin-top: 0;
		}
.bge-contents h6.small, .c-content-main h6.small {
			margin: 1em 0 0.27778em;
			line-height: 1.66667;
			font-size: 1.125em;
		}
@media screen and (max-width: 767px) {
.bge-contents h6.small, .c-content-main h6.small {
				font-size: 1.07143em
		}
			}
.bge-contents h6.small:first-child, .c-content-main h6.small:first-child {
				margin-top: 0;
			}
.bge-contents h6.small:last-child, .c-content-main h6.small:last-child {
				margin-bottom: 0;
			}
.bge-contents ul, .c-content-main ul {
		list-style: none;
		margin: 1em 0;
		padding: 0;
		overflow: hidden;
		font-size: 1em;
		letter-spacing: .05em;
	}
.bge-contents ul:first-child, .c-content-main ul:first-child {
			margin-top: 0;
		}
.bge-contents ul:last-child, .c-content-main ul:last-child {
			margin-bottom: 0;
		}
.bge-contents ul > li, .c-content-main ul > li {
			position: relative;
			margin: 0.125em 0;
			padding-left: 1.125em;
			font-weight: 600;
		}
.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: block;
				position: absolute;
				top: calc((1.875em - 6px)/2);
				left: 0;
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background: #003d43;
			}
@media screen and (max-width: 767px) {
.bge-contents ul > li::before, .c-content-main ul > li::before {
					top: 0.625em;
					width: 0.625em;
					height: 0.625em
			}
				}
.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		list-style: none;
		margin: 1em 0;
		padding: 0;
		overflow: hidden;
		font-size: 1em;
		letter-spacing: .05em;
	}
.bge-contents ol:first-child, .c-content-main ol:first-child {
			margin-top: 0;
		}
.bge-contents ol:last-child, .c-content-main ol:last-child {
			margin-bottom: 0;
		}
.bge-contents ol > li, .c-content-main ol > li {
			position: relative;
			margin: 0.125em 0;
			padding-left: 2.125em;
		}
.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal-leading-zero) ".";
				counter-increment: content-main-ol-default;
				position: absolute;
				top: 0.125em;
				left: 0;
				color: #003d43;
				font-weight: bold;
				font-family: "Montserrat", sans-serif;
			}
.bge-contents ul ul, .bge-contents ul ol, .bge-contents ol ul, .bge-contents ol ol, .c-content-main ul ul, .c-content-main ul ol, .c-content-main ol ul, .c-content-main ol ol {
			line-height: 2;
			font-size: 0.9375em;
		}
.bge-contents ul ul:first-child, .bge-contents ul ol:first-child, .bge-contents ol ul:first-child, .bge-contents ol ol:first-child, .c-content-main ul ul:first-child, .c-content-main ul ol:first-child, .c-content-main ol ul:first-child, .c-content-main ol ol:first-child {
				margin-top: 1em;
			}
.bge-contents ul ul:last-child, .bge-contents ul ol:last-child, .bge-contents ol ul:last-child, .bge-contents ol ol:last-child, .c-content-main ul ul:last-child, .c-content-main ul ol:last-child, .c-content-main ol ul:last-child, .c-content-main ol ol:last-child {
				margin-bottom: 1em;
			}
.bge-contents ul ul ul, .bge-contents ul ul ol, .bge-contents ul ol ul, .bge-contents ul ol ol, .bge-contents ol ul ul, .bge-contents ol ul ol, .bge-contents ol ol ul, .bge-contents ol ol ol, .c-content-main ul ul ul, .c-content-main ul ul ol, .c-content-main ul ol ul, .c-content-main ul ol ol, .c-content-main ol ul ul, .c-content-main ol ul ol, .c-content-main ol ol ul, .c-content-main ol ol ol {
				font-size: 1em;
			}
.bge-contents ul ul > li, .bge-contents ol ul > li, .c-content-main ul ul > li, .c-content-main ol ul > li {
				margin: 0.13333em 0;
				padding-left: 1.06667em;
			}
.bge-contents ul ul > li::before, .bge-contents ol ul > li::before, .c-content-main ul ul > li::before, .c-content-main ol ul > li::before {
					top: calc((2em - 6px)/2);
					width: 6px;
					height: 6px;
					background: #ff0;
				}
@media screen and (max-width: 767px) {
.bge-contents ul ul > li::before, .bge-contents ol ul > li::before, .c-content-main ul ul > li::before, .c-content-main ol ul > li::before {
						top: 0.73333em;
						width: 0.53333em;
						height: 0.53333em
				}
					}
.bge-contents ul ol > li, .bge-contents ol ol > li, .c-content-main ul ol > li, .c-content-main ol ol > li {
				margin: 0.13333em 0;
				padding-left: 2.13333em;
			}
.bge-contents ul ol > li::before, .bge-contents ol ol > li::before, .c-content-main ul ol > li::before, .c-content-main ol ol > li::before {
					top: 0;
					color: #ff0;
				}
.bge-contents table, .c-content-main table {
		width: calc(100% + 80px);
		margin: 2.5em -40px;
		border-collapse: separate;
		border-spacing: 40px 20px;
	}
@media screen and (max-width: 767px) {
.bge-contents table, .c-content-main table {
			display: block;
			width: 100%;
			margin: 0
	}
		}
.bge-contents table:first-child, .c-content-main table:first-child {
			margin-top: 0;
		}
.bge-contents table:last-child, .c-content-main table:last-child {
			margin-bottom: 0;
		}
.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
		margin: 0 0 1em 40px;
	}
@media screen and (max-width: 767px) {
.bge-contents caption, .c-content-main caption {
			display: block;
			margin: 0 0 1em
	}
		}
@media screen and (max-width: 767px) {
.bge-contents thead, .c-content-main thead {
			display: none
	}
		}
@media screen and (max-width: 767px) {
.bge-contents tfoot, .c-content-main tfoot {
			display: none
	}
		}
@media screen and (max-width: 767px) {
.bge-contents tbody, .c-content-main tbody {
			display: block
	}
		}
@media screen and (max-width: 767px) {
.bge-contents tr, .c-content-main tr {
			display: block
	}
		}
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		vertical-align: middle;
	}
@media screen and (max-width: 767px) {
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			display: block;
			margin-top: -1px;
			width: 100% !important
	}
		}
.bge-contents th, .c-content-main th {
		padding: 1em 1.66667em;
		background: #0396a3;
		border-radius: 10px;
		border: 0;
		line-height: 1.66667;
		font-weight: 500;
		font-size: 1.125em;
		letter-spacing: .05em;
		text-align: left;
	}
@media screen and (max-width: 767px) {
.bge-contents th, .c-content-main th {
			padding: 1.125em;
			line-height: 1.875;
			font-size: 1em;
			margin-bottom: 10px
	}

			.bge-contents th:last-child, .c-content-main th:last-child {
				margin-bottom: 0;
			}
		}
.bge-contents th:not(:last-child), .c-content-main th:not(:last-child) {
			border-right: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents th:not(:last-child), .c-content-main th:not(:last-child) {
				border-right: 0
		}
			}
.bge-contents td, .c-content-main td {
		border-top: 0;
		border-bottom: 1px solid #fff;
		padding: 1.125em 1.875em;
		font-size: 1em;
		letter-spacing: .05em;
	}
@media screen and (max-width: 767px) {
.bge-contents td, .c-content-main td {
			padding: 1.125em
	}
		}
.bge-contents td:not(:last-child), .c-content-main td:not(:last-child) {
			border-right: 0 solid #fff;
		}
@media screen and (max-width: 767px) {
.bge-contents td:not(:last-child), .c-content-main td:not(:last-child) {
				border-right: 0
		}
			}
.bge-contents p, .c-content-main p {
		letter-spacing: .05em;
	}
.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 {
		margin: 0;
		padding: 1.5em 2em 2em 3em;
		position: relative;
		border-radius: 20px;
		border: 0;
		background: #0396a3;
	}
.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "“";
			display: block;
			font-size: 2.5em;
			top: .5em;
			left: .5em;
			line-height: 0;
			margin-top: .5em;
			opacity: .8;
			pointer-events: none;
			position: absolute;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
			color: #ff0;
		}
.bge-contents blockquote::after, .c-content-main blockquote::after {
			content: "”";
			display: block;
			position: absolute;
			bottom: .5em;
			right: .5em;
			font-size: 2.5em;
			line-height: 0;
			opacity: .8;
			pointer-events: none;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
			color: #ff0;
		}
.bge-contents figure, .c-content-main figure {
		margin: 0;
		padding: 0;
	}
.bge-contents figcaption, .c-content-main figcaption {
		margin-top: 0.35714em;
		line-height: 1.57143;
		color: #fff;
		font-weight: 500;
		font-size: 0.875em;
	}
.bge-contents hr, .c-content-main hr {
		height: 2px;
		margin: 3.125em auto;
		border-style: none;
		background: #fff;
		color: #fff;
	}
.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}
.bge-contents hr:last-child, .c-content-main hr:last-child {
			margin-bottom: 0;
		}
.bge-contents label[for], .c-content-main label[for] {
		cursor: pointer;
	}
.bge-contents input, .c-content-main input {
		max-width: 100%;
		font-size: 1.6rem;
	}
.bge-contents input[type="text"], .bge-contents input[type="email"], .bge-contents input[type="tel"], .bge-contents input[type="number"], .c-content-main input[type="text"], .c-content-main input[type="email"], .c-content-main input[type="tel"], .c-content-main input[type="number"] {
			height: 40px;
			padding: 0 20px;
			border: 1px solid #ccc;
			line-height: 38px;
		}
.bge-contents input[type="text"]:focus, .bge-contents input[type="email"]:focus, .bge-contents input[type="tel"]:focus, .bge-contents input[type="number"]:focus, .c-content-main input[type="text"]:focus, .c-content-main input[type="email"]:focus, .c-content-main input[type="tel"]:focus, .c-content-main input[type="number"]:focus {
				-webkit-box-shadow: 0 0 10px 0 #003d43, 0 0 10px 0 #fff;
				        box-shadow: 0 0 10px 0 #003d43, 0 0 10px 0 #fff;
				outline: none;
			}
.bge-contents input[type="checkbox"], .bge-contents input[type="radio"], .c-content-main input[type="checkbox"], .c-content-main input[type="radio"] {
			vertical-align: 0.0625em;
			margin-right: 0.3125em;
			cursor: pointer;
		}
.bge-contents select, .c-content-main select {
		vertical-align: top;
		position: relative;
		line-height: 32px;
		font-size: 1.6rem;
		cursor: pointer;
	}
@media screen and (max-width: 767px) {
.bge-contents select, .c-content-main select {
			width: 100%
	}
		}
.bge-contents select:focus, .c-content-main select:focus {
			-webkit-box-shadow: 0 0 10px 0 #003d43, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #003d43, 0 0 10px 0 #fff;
			outline: none;
		}
.bge-contents textarea, .c-content-main textarea {
		vertical-align: top;
		width: 100%;
		padding: 20px;
		border: 1px solid #ccc;
		font-size: 1.6rem;
		resize: vertical;
	}
.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: 0 0 10px 0 #003d43, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #003d43, 0 0 10px 0 #fff;
			outline: none;
		}
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 screen and (max-width: 576px) {
.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 screen and (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 screen and (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 screen and (min-width: 992px) and (max-width: 1279px) {
.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 screen and (min-width: 1280px) {
.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 !important;
	}
.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0 !important;
	}
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
		margin-top: 0.625em !important;
	}
.bge-contents .mt-medium, .c-content-main .mt-medium {
		margin-top: 2.5em !important;
	}
.bge-contents .mt-wide, .c-content-main .mt-wide {
		margin-top: 5em !important;
	}
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
		margin-bottom: 0.625em !important;
	}
.bge-contents .mb-medium, .c-content-main .mb-medium {
		margin-bottom: 2.5em !important;
	}
.bge-contents .mb-wide, .c-content-main .mb-wide {
		margin-bottom: 5em !important;
	}
.bge-contents [data-component="ContentArea"], .c-content-main [data-component="ContentArea"] {
		background-color: #51c9d4;
	}
.bge-contents [data-component="ContentArea"][data-component-mode="visual"] iframe, .c-content-main [data-component="ContentArea"][data-component-mode="visual"] iframe {
		max-width: 1100px;
		margin: 0 auto;
		padding: 60px 0;
	}
.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 2.5em;
	}
.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 .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		min-width: 500px;
		padding: 1.11111em 2.44444em;
		border-radius: 20px;
		line-height: 1.66667;
		color: #fff;
		background: #003d43;
		font-weight: 500;
		font-size: 1.125em;
		text-align: center;
		text-decoration: none;
	}
@media screen and (min-width: 768px) {
.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms
	}
		}
@media screen and (max-width: 767px) {
.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			min-width: 0;
			width: 90%
	}
		}
.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 #003d43;
			        box-shadow: 0 0 10px 0 #003d43;
		}
.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: .5;
		}
.bge-contents .bgt-btn::after, .bge-contents .bgt-btn[target="_blank"]::after, .c-content-main .bgt-btn::after, .c-content-main .bgt-btn[target="_blank"]::after {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			right: 1.11111em;
			bottom: 0;
			margin: auto 0;
			border-top: 2px solid currentColor;
			border-right: 2px solid currentColor;
			width: 0.55556em;
			height: 0.55556em;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}
@media screen and (min-width: 768px) {
.bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:hover {
				opacity: .7
		}
			}
.bge-contents [data-bgb="button2"] .bgt-btn, .c-content-main [data-bgb="button2"] .bgt-btn {
		min-width: 80%;
	}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="button2"] .bgt-btn, .c-content-main [data-bgb="button2"] .bgt-btn {
			min-width: 0;
			width: 90%
	}
		}
.bge-contents [data-bgb="button3"] .bgt-btn, .c-content-main [data-bgb="button3"] .bgt-btn {
		min-width: 100%;
	}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="button3"] .bgt-btn, .c-content-main [data-bgb="button3"] .bgt-btn {
			min-width: 0;
			width: 90%
	}
		}
.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		background: #003d43;
		border: 4px solid #0396a3;
		color: #ff0;
	}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		padding-right: 3.27778em;
		padding-left: 3.27778em;
		border-color: #d5c8b9;
		background: #fff;
		color: #333;
	}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
			width: 19px;
			height: 19px;
			border: 0;
			background: url("/img/recruit_lp/icon-external-02@2x.png") no-repeat 0 0 / contain;
			-webkit-transform: rotate(0deg);
			        transform: rotate(0deg);
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
				width: 1.05556em;
				height: 1.05556em
		}
			}
.bge-contents [data-bgt-button-kind="back"] .bgt-btn, .c-content-main [data-bgt-button-kind="back"] .bgt-btn {
		border-color: #767676;
		background: #0396a3;
		color: #fff;
	}
.bge-contents [data-bgt-button-kind="back"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::after {
			right: auto;
			left: 1.11111em;
			-webkit-transform: rotate(-135deg);
			        transform: rotate(-135deg);
		}
.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 #fff;
	}
.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 [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 [data-bgb="download-file"] [data-bgt="download-file"], .bge-contents [data-bgb="download-file2"] [data-bgt="download-file"], .bge-contents [data-bgb="download-file3"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file2"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file3"] [data-bgt="download-file"] {
			display: block;
		}
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		min-width: 260px;
		padding: 0.72222em 3.27778em;
		border: 2px solid #fff;
		border-radius: 1.11111em;
		line-height: 1.66667;
		color: #fff;
		font-weight: 500;
		font-size: 1.125em;
		text-align: center;
		text-decoration: none;
	}
@media screen and (min-width: 768px) {
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms
	}
		}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			min-width: 0;
			width: 90%
	}
		}
.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 #003d43;
			        box-shadow: 0 0 10px 0 #003d43;
		}
.bge-contents .bgt-download-file__link[href]::before, .c-content-main .bgt-download-file__link[href]::before {
			position: absolute;
			top: 0;
			right: 1.11111em;
			bottom: 0;
			margin: auto 0;
		}
.bge-contents .bgt-download-file__link[target="_blank"]::after, .c-content-main .bgt-download-file__link[target="_blank"]::after {
			content: none;
		}
@media screen and (min-width: 768px) {
.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
				opacity: .7
		}
			}
.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		display: none;
	}
.bge-contents .bgt-link__icon, .c-content-main .bgt-link__icon {
		display: none;
	}
.bge-contents .bgt-link__icon::after, .c-content-main .bgt-link__icon::after {
			content: none;
		}
.bge-contents .bgt-google-maps-container, .c-content-main .bgt-google-maps-container {
		text-align: center;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgt-google-maps, .c-content-main .bgt-google-maps {
			height: 89.86667vw
	}
		}
@media screen and (max-width: 767px) {
.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			display: inline-block;
			vertical-align: middle;
			position: relative;
			width: 90%;
			margin: 1.11111em 0 0;
			padding: 0.72222em 3.27778em;
			border: 2px solid #d5c8b9;
			border-radius: 3.33333em;
			line-height: 1.66667;
			color: #fff;
			font-weight: 500;
			font-size: 1.125em;
			text-align: center;
			text-decoration: none
	}

			.bge-contents .bgt-google-maps-link::after, .bge-contents .bgt-google-maps-link[target="_blank"]::after, .c-content-main .bgt-google-maps-link::after, .c-content-main .bgt-google-maps-link[target="_blank"]::after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				right: 1.11111em;
				bottom: 0;
				margin: auto 0;
				width: 1.05556em;
				height: 1.05556em;
				background: url("/img/recruit/icon-external-02@2x.png") no-repeat 0 0 / contain;
			}
		}
.bge-contents .bgt-image :link, .c-content-main .bgt-image :link {
			outline: none;
		}
.bge-contents .bgt-image[data-bge-popup="false"] a:hover, .c-content-main .bgt-image[data-bge-popup="false"] a:hover {
				opacity: 1;
				-webkit-animation: none;
				        animation: 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: 2.1875em;
		border-radius: 0.625em;
	}
.bge-contents .bgb-opt--bg-gray.bg-none-top, .bge-contents .bgb-opt--bg-blue.bg-none-top, .bge-contents .bgb-opt--bg-pink.bg-none-top, .c-content-main .bgb-opt--bg-gray.bg-none-top, .c-content-main .bgb-opt--bg-blue.bg-none-top, .c-content-main .bgb-opt--bg-pink.bg-none-top {
			padding-top: 0.54688em;
			border-top-right-radius: 0;
			border-top-left-radius: 0;
		}
.bge-contents .bgb-opt--bg-gray.bg-none-bottom, .bge-contents .bgb-opt--bg-blue.bg-none-bottom, .bge-contents .bgb-opt--bg-pink.bg-none-bottom, .c-content-main .bgb-opt--bg-gray.bg-none-bottom, .c-content-main .bgb-opt--bg-blue.bg-none-bottom, .c-content-main .bgb-opt--bg-pink.bg-none-bottom {
			padding-bottom: 0.54688em;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
		}
.bge-contents .bgb-opt--bg-gray.bg-none-top-bottom, .bge-contents .bgb-opt--bg-blue.bg-none-top-bottom, .bge-contents .bgb-opt--bg-pink.bg-none-top-bottom, .c-content-main .bgb-opt--bg-gray.bg-none-top-bottom, .c-content-main .bgb-opt--bg-blue.bg-none-top-bottom, .c-content-main .bgb-opt--bg-pink.bg-none-top-bottom {
			padding-top: 0.54688em;
			padding-bottom: 0.54688em;
			border-radius: 0;
		}
.bge-contents .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-gray {
		background: #eee;
		color: #333;
	}
.bge-contents .bgb-opt--bg-gray h5::after, .c-content-main .bgb-opt--bg-gray h5::after {
				background: #eee;
			}
.bge-contents .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-blue {
		color: #333;
	}
.bge-contents .bgb-opt--bg-blue h5::after, .c-content-main .bgb-opt--bg-blue h5::after {
				background: #d8f4ff;
			}
.bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-pink {
		color: #333;
	}
.bge-contents .bgb-opt--bg-pink h5::after, .c-content-main .bgb-opt--bg-pink h5::after {
				background: #fee;
			}
.bge-contents .bgb-opt--border-thin, .bge-contents .bgb-opt--grid, .bge-contents .bgb-opt--border-dotted, .c-content-main .bgb-opt--border-thin, .c-content-main .bgb-opt--grid, .c-content-main .bgb-opt--border-dotted {
		border-radius: 0.625em;
		border-color: #fff;
	}
.bge-contents .bgb-opt--border-bold, .c-content-main .bgb-opt--border-bold {
		border-width: 3px !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 {
		padding: 2.1875em;
	}
.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-radius: 0;
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding-right: 0;
		padding-left: 0;
	}
.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		border-radius: 0;
		border-top-width: 0 !important;
		border-bottom-width: 0 !important;
		padding-top: 0.54688em;
		padding-bottom: 0.54688em;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
			padding-right: 1.09375em;
			padding-left: 1.09375em
	}
		}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-lr.bgb-opt--border-thin, .bge-contents .bgb-opt--border-lr.bgb-opt--border-bold, .bge-contents .bgb-opt--border-lr.bgb-opt--border-dotted, .c-content-main .bgb-opt--border-lr.bgb-opt--border-thin, .c-content-main .bgb-opt--border-lr.bgb-opt--border-bold, .c-content-main .bgb-opt--border-lr.bgb-opt--border-dotted {
				padding-right: 2.1875em;
				padding-left: 2.1875em
		}
			}
.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-width: 0 !important;
		padding-bottom: 0.54688em;
	}
.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		border-top-width: 0 !important;
		padding-top: 0.54688em;
	}
.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 5em !important;
	}
.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1.25em !important;
	}
.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
	}
.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 {
				padding: 0.625em 1.875em;
				background: rgba(51, 51, 51, 0.6);
				color: #fff;
				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: 1.125em;
			}
.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: 1em 0.5em 0;
					width: 4.375em;
					height: 4.375em;
				}
.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: 0.375em;
			}
.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.625em 0.3125em 0;
					width: 0.625em;
					height: 0.625em;
					border: 1px solid #51c9d4;
					border-radius: 50%;
					background-color: #fff;
					background-image: none !important;
				}
.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 {
						background-color: #51c9d4;
					}
.bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid2.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid3.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid4.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid5.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid6.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid7.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid8.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid9.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid10.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid11.bgt-grid--first, .bge-contents [data-bgb="text-float-image1"] .bgt-sp-grid12.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid2.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid3.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid4.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid5.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid6.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid7.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid8.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid9.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid10.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid11.bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-sp-grid12.bgt-grid--first {
		float: right !important;
		padding-right: 0 !important;
	}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="button2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="download-file2"] .bgt-grid [data-bgt] > :last-child, .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, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="button3"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text3"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link3"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text3"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image3"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link3"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image3"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text4"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link4"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text4"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image4"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image4"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text5"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link5"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text5"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image5"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link5"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image5"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="button2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="download-file2"] .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, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="button3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text4"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link4"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text4"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image4"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image4"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text5"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link5"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text5"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image5"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link5"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image5"] .bgt-grid [data-bgt] > :last-child {
				margin-bottom: 1.73333vw
		}
			}
.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
			margin-top: 1em;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
				margin-top: 1.73333vw
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .bgt-grid, .c-content-main .bgt-grid {
			margin-bottom: 1.5625em
	}
		}
@media screen and (max-width: 767px) {
.bge-contents .bgt-grid-last, .c-content-main .bgt-grid-last {
				margin-bottom: 0
		}
			}
.bge-contents [data-bgb="table"], .c-content-main [data-bgb="table"] {
		border-collapse: separate;
		border-spacing: 20px;
	}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="table"], .c-content-main [data-bgb="table"] {
			border-collapse: collapse;
			border-spacing: 0
	}
		}
.bge-contents [data-bgb="table"] .bge-type-table, .c-content-main [data-bgb="table"] .bge-type-table {
			border-collapse: collapse;
			border-spacing: 0;
			margin: 0;
			width: 100%;
		}
.bge-contents [data-bgb="table"] .bge-type-table caption, .c-content-main [data-bgb="table"] .bge-type-table caption {
				margin: 0 0 1em 0;
			}
.bge-contents [data-bgb="table"] .bge-type-table tbody, .c-content-main [data-bgb="table"] .bge-type-table tbody {
				border-radius: 20px;
			}
.bge-contents [data-bgb="table"] .bge-type-table__heading, .c-content-main [data-bgb="table"] .bge-type-table__heading {
			border-radius: 0;
			border-bottom: 1px solid #51c9d4;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="table"] .bge-type-table__heading, .c-content-main [data-bgb="table"] .bge-type-table__heading {
				margin: 0
		}
			}
.bge-contents [data-bgb="table"] .bge-type-table__heading, .bge-contents [data-bgb="table"] .bge-type-table__text, .c-content-main [data-bgb="table"] .bge-type-table__heading, .c-content-main [data-bgb="table"] .bge-type-table__text {
			border-right: 0;
		}
.bge-contents [data-bgb="table"] .bge-type-table__text, .c-content-main [data-bgb="table"] .bge-type-table__text {
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
.bge-contents [data-bgb="download-file3"] .bgt-grid, .c-content-main [data-bgb="download-file3"] .bgt-grid {
			float: left;
			width: 33.33333%;
			padding-left: 10px;
			padding-right: 10px;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="download-file3"] .bgt-grid, .c-content-main [data-bgb="download-file3"] .bgt-grid {
				width: 100%;
				float: none;
				padding-left: 0;
				padding-right: 0
		}

				.bge-contents [data-bgb="download-file3"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="download-file3"] .bgt-grid [data-bgt] > :last-child {
					margin-bottom: 20px;
				}

					.bge-contents [data-bgb="download-file3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"], .c-content-main [data-bgb="download-file3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"] {
						margin-bottom: 0;
					}

				.bge-contents [data-bgb="download-file3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child, .c-content-main [data-bgb="download-file3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child {
					margin-bottom: 0;
				}
			}
.bge-contents [data-bgb="download-file3"] .bgt-grid--first, .c-content-main [data-bgb="download-file3"] .bgt-grid--first {
			padding-left: 0;
			padding-right: 20px;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="download-file3"] .bgt-grid--first, .c-content-main [data-bgb="download-file3"] .bgt-grid--first {
				padding-right: 0
		}
			}
.bge-contents [data-bgb="download-file3"] .bgt-grid--last, .c-content-main [data-bgb="download-file3"] .bgt-grid--last {
			padding-left: 20px;
			padding-right: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb="download-file3"] .bgt-grid--last, .c-content-main [data-bgb="download-file3"] .bgt-grid--last {
				padding-left: 0
		}
			}
.bge-contents [data-bgb*="image"] a[href] figure, .c-content-main [data-bgb*="image"] a[href] figure {
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}
.bge-contents [data-bgb*="image"] a[href]:hover figure, .c-content-main [data-bgb*="image"] a[href]:hover figure {
					opacity: .7;
				}
.bge-contents .index-column2, .c-content-main .index-column2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
.bge-contents .index-column2 .index-item-type1, .bge-contents .index-column2 .index-item-type2, .c-content-main .index-column2 .index-item-type1, .c-content-main .index-column2 .index-item-type2 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: calc((100% - 32px)/2);
			}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type1, .bge-contents .index-column2 .index-item-type2, .c-content-main .index-column2 .index-item-type1, .c-content-main .index-column2 .index-item-type2 {
					width: calc((100% - 4vw)/2)
			}
				}
.bge-contents .index-column2 .index-item-type1:not(:nth-child(2n)), .bge-contents .index-column2 .index-item-type2:not(:nth-child(2n)), .c-content-main .index-column2 .index-item-type1:not(:nth-child(2n)), .c-content-main .index-column2 .index-item-type2:not(:nth-child(2n)) {
					margin-right: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type1:not(:nth-child(2n)), .bge-contents .index-column2 .index-item-type2:not(:nth-child(2n)), .c-content-main .index-column2 .index-item-type1:not(:nth-child(2n)), .c-content-main .index-column2 .index-item-type2:not(:nth-child(2n)) {
						margin-right: 4vw
				}
					}
.bge-contents .index-column2 .index-item-type1:nth-child(n + 3), .bge-contents .index-column2 .index-item-type2:nth-child(n + 3), .c-content-main .index-column2 .index-item-type1:nth-child(n + 3), .c-content-main .index-column2 .index-item-type2:nth-child(n + 3) {
					margin-top: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type1:nth-child(n + 3), .bge-contents .index-column2 .index-item-type2:nth-child(n + 3), .c-content-main .index-column2 .index-item-type1:nth-child(n + 3), .c-content-main .index-column2 .index-item-type2:nth-child(n + 3) {
						margin-top: 4vw
				}
					}
.bge-contents .index-column2 .index-item-type1 .pict img, .bge-contents .index-column2 .index-item-type2 .pict img, .c-content-main .index-column2 .index-item-type1 .pict img, .c-content-main .index-column2 .index-item-type2 .pict img {
						width: 100%;
						height: 227px;
						-o-object-fit: cover;
						   font-family: "object-fit:cover";
						   object-fit: cover;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type1 .pict img, .bge-contents .index-column2 .index-item-type2 .pict img, .c-content-main .index-column2 .index-item-type1 .pict img, .c-content-main .index-column2 .index-item-type2 .pict img {
							height: 25.69236vw
					}
						}
.bge-contents .index-column2 .index-item-type3, .c-content-main .index-column2 .index-item-type3 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: calc((100% - 32px)/2);
			}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type3, .c-content-main .index-column2 .index-item-type3 {
					width: calc((100% - 4vw)/2)
			}
				}
.bge-contents .index-column2 .index-item-type3:not(:nth-child(2n)), .c-content-main .index-column2 .index-item-type3:not(:nth-child(2n)) {
					margin-right: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type3:not(:nth-child(2n)), .c-content-main .index-column2 .index-item-type3:not(:nth-child(2n)) {
						margin-right: 4vw
				}
					}
.bge-contents .index-column2 .index-item-type3:nth-child(n + 3), .c-content-main .index-column2 .index-item-type3:nth-child(n + 3) {
					margin-top: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type3:nth-child(n + 3), .c-content-main .index-column2 .index-item-type3:nth-child(n + 3) {
						margin-top: 4vw
				}
					}
.bge-contents .index-column3, .c-content-main .index-column3 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
.bge-contents .index-column3 .index-item-type1, .bge-contents .index-column3 .index-item-type2, .c-content-main .index-column3 .index-item-type1, .c-content-main .index-column3 .index-item-type2 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: calc((100% - 51px)/3);
			}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type1, .bge-contents .index-column3 .index-item-type2, .c-content-main .index-column3 .index-item-type1, .c-content-main .index-column3 .index-item-type2 {
					width: calc((100% - 4vw)/2)
			}
				}
.bge-contents .index-column3 .index-item-type1:not(:nth-child(3n)), .bge-contents .index-column3 .index-item-type2:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type1:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type2:not(:nth-child(3n)) {
					margin-right: 25px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type1:not(:nth-child(3n)), .bge-contents .index-column3 .index-item-type2:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type1:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type2:not(:nth-child(3n)) {
						margin-right: 0
				}
					}
.bge-contents .index-column3 .index-item-type1:nth-child(n + 4), .bge-contents .index-column3 .index-item-type2:nth-child(n + 4), .c-content-main .index-column3 .index-item-type1:nth-child(n + 4), .c-content-main .index-column3 .index-item-type2:nth-child(n + 4) {
					margin-top: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type1:nth-child(n + 4), .bge-contents .index-column3 .index-item-type2:nth-child(n + 4), .c-content-main .index-column3 .index-item-type1:nth-child(n + 4), .c-content-main .index-column3 .index-item-type2:nth-child(n + 4) {
						margin-top: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type1:not(:nth-child(2n)), .bge-contents .index-column3 .index-item-type2:not(:nth-child(2n)), .c-content-main .index-column3 .index-item-type1:not(:nth-child(2n)), .c-content-main .index-column3 .index-item-type2:not(:nth-child(2n)) {
						margin-right: 4vw
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type1:nth-child(n + 3), .bge-contents .index-column3 .index-item-type2:nth-child(n + 3), .c-content-main .index-column3 .index-item-type1:nth-child(n + 3), .c-content-main .index-column3 .index-item-type2:nth-child(n + 3) {
						margin-top: 4vw
				}
					}
.bge-contents .index-column3 .index-item-type1 .pict img, .bge-contents .index-column3 .index-item-type2 .pict img, .c-content-main .index-column3 .index-item-type1 .pict img, .c-content-main .index-column3 .index-item-type2 .pict img {
						width: 100%;
						height: 173px;
						-o-object-fit: cover;
						   font-family: "object-fit:cover";
						   object-fit: cover;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type1 .pict img, .bge-contents .index-column3 .index-item-type2 .pict img, .c-content-main .index-column3 .index-item-type1 .pict img, .c-content-main .index-column3 .index-item-type2 .pict img {
							height: 25.69236vw
					}
						}
.bge-contents .index-column3 .index-item-type3, .c-content-main .index-column3 .index-item-type3 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: calc((100% - 51px)/3);
			}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type3, .c-content-main .index-column3 .index-item-type3 {
					width: calc((100% - 4vw)/2)
			}
				}
.bge-contents .index-column3 .index-item-type3:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type3:not(:nth-child(3n)) {
					margin-right: 25px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type3:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type3:not(:nth-child(3n)) {
						margin-right: 0
				}
					}
.bge-contents .index-column3 .index-item-type3:nth-child(n + 4), .c-content-main .index-column3 .index-item-type3:nth-child(n + 4) {
					margin-top: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type3:nth-child(n + 4), .c-content-main .index-column3 .index-item-type3:nth-child(n + 4) {
						margin-top: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type3:not(:nth-child(2n)), .c-content-main .index-column3 .index-item-type3:not(:nth-child(2n)) {
						margin-right: 4vw
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type3:nth-child(n + 3), .c-content-main .index-column3 .index-item-type3:nth-child(n + 3) {
						margin-top: 4vw
				}
					}
.bge-contents .index-item-type1 a, .bge-contents .index-item-type2 a, .c-content-main .index-item-type1 a, .c-content-main .index-item-type2 a {
					display: block;
					position: relative;
					width: 100%;
					border: 2px solid #51c9d4;
					border-radius: 0.5em;
					background: #fff;
					color: currentColor;
					text-decoration: none;
				}
@media screen and (min-width: 768px) {
.bge-contents .index-item-type1 a, .bge-contents .index-item-type2 a, .c-content-main .index-item-type1 a, .c-content-main .index-item-type2 a {
						-webkit-transition: opacity 300ms;
						transition: opacity 300ms
				}
					}
.bge-contents .index-item-type1 a::after, .bge-contents .index-item-type2 a::after, .c-content-main .index-item-type1 a::after, .c-content-main .index-item-type2 a::after {
						content: "";
						display: block;
						position: absolute;
						right: 10px;
						bottom: 10px;
						width: 10px;
						height: 10px;
						border-right: 3px solid #51c9d4;
						border-bottom: 3px solid #51c9d4;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type1 a::after, .bge-contents .index-item-type2 a::after, .c-content-main .index-item-type1 a::after, .c-content-main .index-item-type2 a::after {
							right: 1.86667vw;
							bottom: 1.86667vw;
							width: 1.86667vw;
							height: 1.86667vw;
							border-right-width: 0.53333vw;
							border-bottom-width: 0.53333vw
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .index-item-type1 a:hover, .bge-contents .index-item-type2 a:hover, .c-content-main .index-item-type1 a:hover, .c-content-main .index-item-type2 a:hover {
							opacity: .7
					}
						}
.bge-contents .index-item-type1 a h6, .bge-contents .index-item-type2 a h6, .c-content-main .index-item-type1 a h6, .c-content-main .index-item-type2 a h6 {
						margin: 0;
					}
.bge-contents .index-item-type1 a .text, .bge-contents .index-item-type2 a .text, .c-content-main .index-item-type1 a .text, .c-content-main .index-item-type2 a .text {
						font-size: 0.9375em;
					}
.bge-contents .index-item-type1 a h6 + .text, .bge-contents .index-item-type2 a h6 + .text, .c-content-main .index-item-type1 a h6 + .text, .c-content-main .index-item-type2 a h6 + .text {
						margin-top: 0.3125em;
					}
.bge-contents .index-item-type1 a, .c-content-main .index-item-type1 a {
					padding: 1.5625em 1.875em;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type1 a, .c-content-main .index-item-type1 a {
						padding: 2.66667vw 3.2vw
				}
					}
.bge-contents .index-item-type2 a, .c-content-main .index-item-type2 a {
					padding-bottom: 1.5625em;
					overflow: hidden;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type2 a, .c-content-main .index-item-type2 a {
						padding-bottom: 2.66667vw
				}
					}
.bge-contents .index-item-type2 .pict, .c-content-main .index-item-type2 .pict {
					margin-bottom: 1.5625em;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type2 .pict, .c-content-main .index-item-type2 .pict {
						margin-bottom: 2.66667vw
				}
					}
.bge-contents .index-item-type2 h6, .c-content-main .index-item-type2 h6 {
					padding-right: 1.5em;
					padding-left: 1.5em;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type2 h6, .c-content-main .index-item-type2 h6 {
						padding-right: 3.2vw;
						padding-left: 3.2vw;
						font-size: 1.07143em
				}
					}
.bge-contents .index-item-type2 .text, .c-content-main .index-item-type2 .text {
					padding: 0 2em;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type2 .text, .c-content-main .index-item-type2 .text {
						padding-right: 3.2vw;
						padding-left: 3.2vw
				}
					}
.bge-contents .index-item-type3 a, .c-content-main .index-item-type3 a {
					display: block;
					position: relative;
					width: 100%;
					border: 3px solid #51c9d4;
					border-radius: 0.625em;
					overflow: hidden;
					color: currentColor;
					text-decoration: none;
				}
@media screen and (min-width: 768px) {
.bge-contents .index-item-type3 a, .c-content-main .index-item-type3 a {
						-webkit-transition: opacity 300ms;
						transition: opacity 300ms
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type3 a, .c-content-main .index-item-type3 a {
						border-width: 2px
				}
					}
.bge-contents .index-item-type3 a::after, .c-content-main .index-item-type3 a::after {
						content: "";
						display: block;
						position: absolute;
						right: 7px;
						bottom: 7px;
						width: 10px;
						height: 10px;
						border-right: 3px solid #51c9d4;
						border-bottom: 3px solid #51c9d4;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type3 a::after, .c-content-main .index-item-type3 a::after {
							right: 1.33333vw;
							bottom: 1.33333vw;
							width: 1.86667vw;
							height: 1.86667vw;
							border-right-width: 0.53333vw;
							border-bottom-width: 0.53333vw
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .index-item-type3 a:hover, .c-content-main .index-item-type3 a:hover {
							opacity: .7
					}
						}
.bge-contents .index-item-type3 .pict img, .c-content-main .index-item-type3 .pict img {
						width: 100%;
						height: 224px;
						-o-object-fit: cover;
						   font-family: "object-fit:cover";
						   object-fit: cover;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type3 .pict img, .c-content-main .index-item-type3 .pict img {
							height: 42.93333vw
					}
						}
.bge-contents .index-item-type3 .text, .c-content-main .index-item-type3 .text {
					position: absolute;
					left: 0;
					bottom: 0;
					width: 100%;
					padding: 0.625em 1.875em;
					background: rgba(255, 255, 255, 0.85);
				}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type3 .text, .c-content-main .index-item-type3 .text {
						padding: 2.66667vw 3.2vw
				}
					}
.bge-contents .index-item-type3 .text h6, .c-content-main .index-item-type3 .text h6 {
						margin: 0;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type3 .text h6, .c-content-main .index-item-type3 .text h6 {
							font-size: 1.07143em
					}
						}
.bge-contents .index-item-type3 .text h6 + p, .c-content-main .index-item-type3 .text h6 + p {
						margin-top: 0.3125em;
					}
.bge-contents .index-item-type3 .text p, .c-content-main .index-item-type3 .text p {
						font-size: 0.9375em;
					}
.bge-contents .index[data-bgb="image-link-text2"], .bge-contents .index[data-bgb="image-link-text3"], .c-content-main .index[data-bgb="image-link-text2"], .c-content-main .index[data-bgb="image-link-text3"] {
			opacity: 0;
		}
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid > a, .bge-contents .index[data-bgb="image-link-text3"] .bgt-grid > a, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid > a, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid > a {
				display: block;
				position: relative;
				width: 100%;
				border: 2px solid #51c9d4;
				border-radius: 0.5em;
				background: #fff;
				overflow: hidden;
				color: currentColor;
				text-decoration: none;
			}
@media screen and (min-width: 768px) {
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid > a, .bge-contents .index[data-bgb="image-link-text3"] .bgt-grid > a, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid > a, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid > a {
					-webkit-transition: opacity 300ms;
					transition: opacity 300ms
			}
				}
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid > a::after, .bge-contents .index[data-bgb="image-link-text3"] .bgt-grid > a::after, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid > a::after, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid > a::after {
					content: "";
					display: block;
					position: absolute;
					right: 10px;
					bottom: 10px;
					width: 10px;
					height: 10px;
					border-right: 3px solid #fff;
					border-bottom: 3px solid #fff;
				}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid > a::after, .bge-contents .index[data-bgb="image-link-text3"] .bgt-grid > a::after, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid > a::after, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid > a::after {
						right: 1.86667vw;
						bottom: 1.86667vw;
						width: 1.86667vw;
						height: 1.86667vw;
						border-right-width: 0.53333vw;
						border-bottom-width: 0.53333vw
				}
					}
@media screen and (min-width: 768px) {
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid > a:hover, .bge-contents .index[data-bgb="image-link-text3"] .bgt-grid > a:hover, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid > a:hover, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid > a:hover {
						opacity: .7
				}
					}
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid .bgt-image-link-container .bgt-image-link, .bge-contents .index[data-bgb="image-link-text3"] .bgt-grid .bgt-image-link-container .bgt-image-link, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid .bgt-image-link-container .bgt-image-link, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid .bgt-image-link-container .bgt-image-link {
				margin-bottom: 0;
			}
.bge-contents .index[data-bgb="image-link-text2"] .bgt-box__caption, .bge-contents .index[data-bgb="image-link-text3"] .bgt-box__caption, .c-content-main .index[data-bgb="image-link-text2"] .bgt-box__caption, .c-content-main .index[data-bgb="image-link-text3"] .bgt-box__caption {
				margin-top: 0;
			}
.bge-contents .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"], .bge-contents .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"], .c-content-main .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"], .c-content-main .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] {
				margin-top: 0;
				padding: 1.5625em 1.875em;
			}
.bge-contents .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] [data-bge="ckeditor"], .bge-contents .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] [data-bge="ckeditor"], .c-content-main .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] [data-bge="ckeditor"], .c-content-main .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] [data-bge="ckeditor"] {
					margin-bottom: 0;
				}
.bge-contents .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] h6, .bge-contents .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] h6, .c-content-main .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] h6, .c-content-main .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] h6 {
					margin: 0;
				}
.bge-contents .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] .text, .bge-contents .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] .text, .c-content-main .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] .text, .c-content-main .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] .text {
					font-size: 0.9375em;
				}
.bge-contents .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] h6 + .text, .bge-contents .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] h6 + .text, .c-content-main .index[data-bgb="image-link-text2"] [data-bgt="ckeditor"] h6 + .text, .c-content-main .index[data-bgb="image-link-text3"] [data-bgt="ckeditor"] h6 + .text {
					margin-top: 0.3125em;
				}
.bge-contents .index[data-bgb="image-link-text2"][data-is-loaded="true"], .bge-contents .index[data-bgb="image-link-text3"][data-is-loaded="true"], .c-content-main .index[data-bgb="image-link-text2"][data-is-loaded="true"], .c-content-main .index[data-bgb="image-link-text3"][data-is-loaded="true"] {
				opacity: 1;
			}
.bge-contents .index[data-bgb="image-link-text2"], .c-content-main .index[data-bgb="image-link-text2"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text2"], .c-content-main .index[data-bgb="image-link-text2"] {
				display: block
		}
			}
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				float: none;
				width: calc((100% - 32px)/2);
				padding: 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid, .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid {
					display: block;
					width: auto;
					margin-bottom: 0
			}
				}
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid:not(:nth-child(2n)), .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid:not(:nth-child(2n)) {
					margin-right: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid:not(:nth-child(2n)), .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid:not(:nth-child(2n)) {
						margin-right: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text2"] .bgt-grid:not(:first-child), .c-content-main .index[data-bgb="image-link-text2"] .bgt-grid:not(:first-child) {
						margin-top: 4.26667vw
				}
					}
.bge-contents .index[data-bgb="image-link-text2"] .bgt-box__image-container img, .c-content-main .index[data-bgb="image-link-text2"] .bgt-box__image-container img {
					width: 100%;
					height: 227px;
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text2"] .bgt-box__image-container img, .c-content-main .index[data-bgb="image-link-text2"] .bgt-box__image-container img {
						height: 51.38472vw
				}
					}
.bge-contents .index[data-bgb="image-link-text2"].only1 .bgt-grid--last, .c-content-main .index[data-bgb="image-link-text2"].only1 .bgt-grid--last {
					display: none;
				}
.bge-contents .index[data-bgb="image-link-text3"], .c-content-main .index[data-bgb="image-link-text3"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text3"], .c-content-main .index[data-bgb="image-link-text3"] {
				display: block
		}
			}
.bge-contents .index[data-bgb="image-link-text3"] .bgt-grid, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				float: none;
				width: calc((100% - 51px)/3);
				padding: 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text3"] .bgt-grid, .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid {
					display: block;
					width: auto;
					margin-bottom: 0
			}
				}
.bge-contents .index[data-bgb="image-link-text3"] .bgt-grid:not(:nth-child(3n)), .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid:not(:nth-child(3n)) {
					margin-right: 25px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text3"] .bgt-grid:not(:nth-child(3n)), .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid:not(:nth-child(3n)) {
						margin-right: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text3"] .bgt-grid:not(:first-child), .c-content-main .index[data-bgb="image-link-text3"] .bgt-grid:not(:first-child) {
						margin-top: 4.26667vw
				}
					}
.bge-contents .index[data-bgb="image-link-text3"] .bgt-box__image-container img, .c-content-main .index[data-bgb="image-link-text3"] .bgt-box__image-container img {
					width: 100%;
					height: 173px;
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}
@media screen and (max-width: 767px) {
.bge-contents .index[data-bgb="image-link-text3"] .bgt-box__image-container img, .c-content-main .index[data-bgb="image-link-text3"] .bgt-box__image-container img {
						height: 51.38472vw
				}
					}
.bge-contents .index[data-bgb="image-link-text3"].only2 .bgt-grid--last, .c-content-main .index[data-bgb="image-link-text3"].only2 .bgt-grid--last {
					display: none;
				}
.bge-contents .index[data-bgb="image-link-text3"].only1 .bgt-grid:nth-child(2), .bge-contents .index[data-bgb="image-link-text3"].only1 .bgt-grid--last, .c-content-main .index[data-bgb="image-link-text3"].only1 .bgt-grid:nth-child(2), .c-content-main .index[data-bgb="image-link-text3"].only1 .bgt-grid--last {
					display: none;
				}
.bge-contents .index-senior, .c-content-main .index-senior {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			margin-top: 2.125em;
		}
@media screen and (max-width: 767px) {
.bge-contents .index-senior, .c-content-main .index-senior {
				margin-top: 0
		}
			}
.bge-contents .index-senior-item, .c-content-main .index-senior-item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: calc((100% - 34px)/2);
			}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item, .c-content-main .index-senior-item {
					width: calc((100% - 4vw)/2)
			}
				}
.bge-contents .index-senior-item:not(:nth-child(2n)), .c-content-main .index-senior-item:not(:nth-child(2n)) {
					margin-right: 34px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item:not(:nth-child(2n)), .c-content-main .index-senior-item:not(:nth-child(2n)) {
						margin-right: 4vw
				}
					}
.bge-contents .index-senior-item:nth-child(n + 3), .c-content-main .index-senior-item:nth-child(n + 3) {
					margin-top: 34px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item:nth-child(n + 3), .c-content-main .index-senior-item:nth-child(n + 3) {
						margin-top: 4vw
				}
					}
.bge-contents .index-senior-item a, .c-content-main .index-senior-item a {
					display: block;
					position: relative;
					width: 100%;
					padding: 20px;
					border: 3px solid #51c9d4;
					border-radius: 0.625em;
					overflow: hidden;
					color: currentColor;
					text-decoration: none;
				}
@media screen and (min-width: 768px) {
.bge-contents .index-senior-item a, .c-content-main .index-senior-item a {
						-webkit-transition: opacity 300ms;
						transition: opacity 300ms
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a, .c-content-main .index-senior-item a {
						padding: 2.66667vw 2.66667vw 4vw;
						border-width: 2px
				}
					}
.bge-contents .index-senior-item a::after, .c-content-main .index-senior-item a::after {
						content: "";
						display: block;
						position: absolute;
						right: 7px;
						bottom: 7px;
						width: 10px;
						height: 10px;
						border-right: 3px solid #51c9d4;
						border-bottom: 3px solid #51c9d4;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a::after, .c-content-main .index-senior-item a::after {
							right: 1.33333vw;
							bottom: 1.33333vw;
							width: 1.86667vw;
							height: 1.86667vw;
							border-right-width: 0.53333vw;
							border-bottom-width: 0.53333vw
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .index-senior-item a:hover, .c-content-main .index-senior-item a:hover {
							opacity: .7
					}
						}
.bge-contents .index-senior-item a .pict, .c-content-main .index-senior-item a .pict {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .pict, .c-content-main .index-senior-item a .pict {
							display: block
					}
						}
.bge-contents .index-senior-item a .pict img, .c-content-main .index-senior-item a .pict img {
							-webkit-box-flex: 0;
							    -ms-flex-positive: 0;
							        flex-grow: 0;
							-ms-flex-negative: 0;
							    flex-shrink: 0;
							width: 145px;
							height: 95px;
							-o-object-fit: cover;
							   font-family: "object-fit:cover";
							   object-fit: cover;
							margin-right: 18px;
							border-radius: 0.4375em;
						}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .pict img, .c-content-main .index-senior-item a .pict img {
								width: 100%;
								height: 25.33333vw;
								margin-right: 0;
								margin-bottom: 2vw
						}
							}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .profile, .c-content-main .index-senior-item a .profile {
							padding: 0 0.53333vw
					}
						}
.bge-contents .index-senior-item a .profile .department, .c-content-main .index-senior-item a .profile .department {
							margin: 0;
							line-height: 2;
							color: #003d43;
							font-weight: bold;
						}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .profile .department, .c-content-main .index-senior-item a .profile .department {
								line-height: 1.91667;
								font-size: 0.85714em
						}
							}
.bge-contents .index-senior-item a .profile .name, .c-content-main .index-senior-item a .profile .name {
							margin: 0;
							line-height: 1.45455;
							color: #003d43;
							font-weight: bold;
							font-size: 1.375em;
						}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .profile .name, .c-content-main .index-senior-item a .profile .name {
								line-height: 1.53333;
								font-size: 1.07143em
						}
							}
.bge-contents .index-senior-item a .profile .year, .c-content-main .index-senior-item a .profile .year {
							margin: 0;
							line-height: 2.28571;
							font-size: 0.875em;
						}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .profile .year, .c-content-main .index-senior-item a .profile .year {
								line-height: 1.91667;
								font-size: 0.85714em
						}
							}
.bge-contents .index-senior-item a .text, .c-content-main .index-senior-item a .text {
						margin: 20px 0 0;
						padding: 10px 0 0;
						border-top: 1px solid #d2d2d2;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .text, .c-content-main .index-senior-item a .text {
							margin: 2vw 0 0;
							padding: 2.26667vw 0.53333vw 0
					}
						}
.bge-contents .index-senior-item a .text p, .c-content-main .index-senior-item a .text p {
							line-height: 1.75;
						}
@media screen and (max-width: 767px) {
.bge-contents .index-senior-item a .text p, .c-content-main .index-senior-item a .text p {
								line-height: 1.66667;
								font-size: 0.85714em
						}
							}
.bge-contents .anchor-list-col4 li, .c-content-main .anchor-list-col4 li {
				width: calc((100% - 3.375em)/4);
			}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col4 li, .c-content-main .anchor-list-col4 li {
					width: calc((100% - 2.66667vw)/2)
			}
				}
.bge-contents .anchor-list-col4 li:not(:nth-child(4n)), .c-content-main .anchor-list-col4 li:not(:nth-child(4n)) {
					margin-right: 1.125em;
				}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col4 li:not(:nth-child(4n)), .c-content-main .anchor-list-col4 li:not(:nth-child(4n)) {
						margin-right: 0
				}
					}
.bge-contents .anchor-list-col4 li:nth-child(n + 5), .c-content-main .anchor-list-col4 li:nth-child(n + 5) {
					margin-top: 1.125em;
				}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col4 li:nth-child(n + 5), .c-content-main .anchor-list-col4 li:nth-child(n + 5) {
						margin-top: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col4 li:not(:nth-child(2n)), .c-content-main .anchor-list-col4 li:not(:nth-child(2n)) {
						margin-right: 2.66667vw
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col4 li:nth-child(n + 3), .c-content-main .anchor-list-col4 li:nth-child(n + 3) {
						margin-top: 2.66667vw
				}
					}
.bge-contents .anchor-list-col3 li, .c-content-main .anchor-list-col3 li {
				width: calc((100% - 2.25em)/3);
			}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col3 li, .c-content-main .anchor-list-col3 li {
					width: calc((100% - 2.66667vw)/2)
			}
				}
.bge-contents .anchor-list-col3 li:not(:nth-child(3n)), .c-content-main .anchor-list-col3 li:not(:nth-child(3n)) {
					margin-right: 1.125em;
				}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col3 li:not(:nth-child(3n)), .c-content-main .anchor-list-col3 li:not(:nth-child(3n)) {
						margin-right: 0
				}
					}
.bge-contents .anchor-list-col3 li:nth-child(n + 4), .c-content-main .anchor-list-col3 li:nth-child(n + 4) {
					margin-top: 1.125em;
				}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col3 li:nth-child(n + 4), .c-content-main .anchor-list-col3 li:nth-child(n + 4) {
						margin-top: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col3 li:not(:nth-child(2n)), .c-content-main .anchor-list-col3 li:not(:nth-child(2n)) {
						margin-right: 2.66667vw
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col3 li:nth-child(n + 3), .c-content-main .anchor-list-col3 li:nth-child(n + 3) {
						margin-top: 2.66667vw
				}
					}
.bge-contents .anchor-list-col2 li, .c-content-main .anchor-list-col2 li {
				width: calc((100% - 18px)/2);
			}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col2 li, .c-content-main .anchor-list-col2 li {
					width: calc((100% - 2.66667vw)/2)
			}
				}
.bge-contents .anchor-list-col2 li:not(:nth-child(2n)), .c-content-main .anchor-list-col2 li:not(:nth-child(2n)) {
					margin-right: 18px;
				}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col2 li:not(:nth-child(2n)), .c-content-main .anchor-list-col2 li:not(:nth-child(2n)) {
						margin-right: 2.66667vw
				}
					}
.bge-contents .anchor-list-col2 li:nth-child(n + 3), .c-content-main .anchor-list-col2 li:nth-child(n + 3) {
					margin-top: 18px;
				}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col2 li:nth-child(n + 3), .c-content-main .anchor-list-col2 li:nth-child(n + 3) {
						margin-top: 2.66667vw
				}
					}
.bge-contents .anchor-list-col4, .bge-contents .anchor-list-col3, .bge-contents .anchor-list-col2, .c-content-main .anchor-list-col4, .c-content-main .anchor-list-col3, .c-content-main .anchor-list-col2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
.bge-contents .anchor-list-col4 li, .bge-contents .anchor-list-col3 li, .bge-contents .anchor-list-col2 li, .c-content-main .anchor-list-col4 li, .c-content-main .anchor-list-col3 li, .c-content-main .anchor-list-col2 li {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin: 0;
				padding: 0;
			}
.bge-contents .anchor-list-col4 li a, .bge-contents .anchor-list-col3 li a, .bge-contents .anchor-list-col2 li a, .c-content-main .anchor-list-col4 li a, .c-content-main .anchor-list-col3 li a, .c-content-main .anchor-list-col2 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;
					position: relative;
					width: 100%;
					padding: 0.875em 3em;
					border: 2px solid #fff;
					border-radius: 1.5625em;
					line-height: 1.25;
					color: currentColor;
					font-weight: 500;
					font-size: 1em;
					text-decoration: none;
				}
@media screen and (min-width: 768px) {
.bge-contents .anchor-list-col4 li a, .bge-contents .anchor-list-col3 li a, .bge-contents .anchor-list-col2 li a, .c-content-main .anchor-list-col4 li a, .c-content-main .anchor-list-col3 li a, .c-content-main .anchor-list-col2 li a {
						-webkit-transition: color 300ms;
						transition: color 300ms
				}
					}
.bge-contents .anchor-list-col4 li a::after, .bge-contents .anchor-list-col3 li a::after, .bge-contents .anchor-list-col2 li a::after, .c-content-main .anchor-list-col4 li a::after, .c-content-main .anchor-list-col3 li a::after, .c-content-main .anchor-list-col2 li a::after {
						content: "";
						display: block;
						position: absolute;
						top: 0;
						right: 1.25em;
						bottom: 0;
						width: 10px;
						height: 10px;
						margin: auto 0;
						border-right: 2px solid #cbb296;
						border-bottom: 2px solid #cbb296;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-list-col4 li a::after, .bge-contents .anchor-list-col3 li a::after, .bge-contents .anchor-list-col2 li a::after, .c-content-main .anchor-list-col4 li a::after, .c-content-main .anchor-list-col3 li a::after, .c-content-main .anchor-list-col2 li a::after {
							width: 0.625em;
							height: 0.625em
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .anchor-list-col4 li a:hover, .bge-contents .anchor-list-col3 li a:hover, .bge-contents .anchor-list-col2 li a:hover, .c-content-main .anchor-list-col4 li a:hover, .c-content-main .anchor-list-col3 li a:hover, .c-content-main .anchor-list-col2 li a:hover {
							color: #fff
					}
						}
.bge-contents .anchor-list-col4 li::before, .bge-contents .anchor-list-col3 li::before, .bge-contents .anchor-list-col2 li::before, .c-content-main .anchor-list-col4 li::before, .c-content-main .anchor-list-col3 li::before, .c-content-main .anchor-list-col2 li::before {
					content: none;
				}
.bge-contents .nav-local-col2, .bge-contents .nav-local-col3, .c-content-main .nav-local-col2, .c-content-main .nav-local-col3 {
			position: relative;
			margin: 0.875em 0 0;
			padding: 2.5em 1.875em;
			background: url("/img/recruit/bg-repeat-01@2x.png") repeat 0 0 / 4px 4px;
			border-radius: 0.625em;
		}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2, .bge-contents .nav-local-col3, .c-content-main .nav-local-col2, .c-content-main .nav-local-col3 {
				padding: 5.33333vw 4vw
		}
			}
.bge-contents .nav-local-col2 .title, .bge-contents .nav-local-col3 .title, .c-content-main .nav-local-col2 .title, .c-content-main .nav-local-col3 .title {
				position: absolute;
				top: -.5em;
				left: 0;
				width: 100%;
				line-height: 1;
				color: #003d43;
				font-weight: 500;
				font-size: 1.75em;
				font-family: "Montserrat", sans-serif;
				letter-spacing: .025em;
				text-align: center;
			}
.bge-contents .nav-local-col2 ul, .bge-contents .nav-local-col3 ul, .c-content-main .nav-local-col2 ul, .c-content-main .nav-local-col3 ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				margin: 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul, .bge-contents .nav-local-col3 ul, .c-content-main .nav-local-col2 ul, .c-content-main .nav-local-col3 ul {
					display: block
			}
				}
.bge-contents .nav-local-col2 ul li, .bge-contents .nav-local-col3 ul li, .c-content-main .nav-local-col2 ul li, .c-content-main .nav-local-col3 ul li {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					margin: 0;
					padding: 0;
				}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul li, .bge-contents .nav-local-col3 ul li, .c-content-main .nav-local-col2 ul li, .c-content-main .nav-local-col3 ul li {
						display: block
				}
					}
.bge-contents .nav-local-col2 ul li a, .bge-contents .nav-local-col3 ul li a, .c-content-main .nav-local-col2 ul li a, .c-content-main .nav-local-col3 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;
						position: relative;
						width: 100%;
						padding: 0.9375em 2.5em;
						border: 2px solid #fff;
						border-radius: 2.1875em;
						background: #fff;
						line-height: 1.25;
						color: currentColor;
						font-weight: 500;
						font-size: 1em;
						text-align: center;
						text-decoration: none;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul li a, .bge-contents .nav-local-col3 ul li a, .c-content-main .nav-local-col2 ul li a, .c-content-main .nav-local-col3 ul li a {
							display: block
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .nav-local-col2 ul li a, .bge-contents .nav-local-col3 ul li a, .c-content-main .nav-local-col2 ul li a, .c-content-main .nav-local-col3 ul li a {
							-webkit-transition: color 300ms;
							transition: color 300ms
					}
						}
.bge-contents .nav-local-col2 ul li a::after, .bge-contents .nav-local-col3 ul li a::after, .c-content-main .nav-local-col2 ul li a::after, .c-content-main .nav-local-col3 ul li a::after {
							content: "";
							display: block;
							position: absolute;
							top: 0;
							right: 1.25em;
							bottom: 0;
							width: 10px;
							height: 10px;
							margin: auto 0;
							border-top: 2px solid #fff;
							border-right: 2px solid #fff;
							-webkit-transform: rotate(45deg);
							        transform: rotate(45deg);
						}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul li a::after, .bge-contents .nav-local-col3 ul li a::after, .c-content-main .nav-local-col2 ul li a::after, .c-content-main .nav-local-col3 ul li a::after {
								width: 0.625em;
								height: 0.625em
						}
							}
@media screen and (min-width: 768px) {
.bge-contents .nav-local-col2 ul li a:hover, .bge-contents .nav-local-col3 ul li a:hover, .c-content-main .nav-local-col2 ul li a:hover, .c-content-main .nav-local-col3 ul li a:hover {
								color: #fff
						}
							}
.bge-contents .nav-local-col2 ul li a.current, .bge-contents .nav-local-col3 ul li a.current, .c-content-main .nav-local-col2 ul li a.current, .c-content-main .nav-local-col3 ul li a.current {
							background: #fff;
							color: #fff;
							pointer-events: none;
						}
.bge-contents .nav-local-col2 ul li a.current::after, .bge-contents .nav-local-col3 ul li a.current::after, .c-content-main .nav-local-col2 ul li a.current::after, .c-content-main .nav-local-col3 ul li a.current::after {
								content: none;
							}
.bge-contents .nav-local-col2 ul li::before, .bge-contents .nav-local-col3 ul li::before, .c-content-main .nav-local-col2 ul li::before, .c-content-main .nav-local-col3 ul li::before {
						content: none;
					}
.bge-contents .nav-local-col3 ul li, .c-content-main .nav-local-col3 ul li {
					width: calc((100% - 1.875em)/3);
				}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col3 ul li, .c-content-main .nav-local-col3 ul li {
						width: auto
				}
					}
.bge-contents .nav-local-col3 ul li:not(:nth-child(3n)), .c-content-main .nav-local-col3 ul li:not(:nth-child(3n)) {
						margin-right: 0.9375em;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col3 ul li:not(:nth-child(3n)), .c-content-main .nav-local-col3 ul li:not(:nth-child(3n)) {
							margin-right: 0
					}
						}
.bge-contents .nav-local-col3 ul li:nth-child(n + 4), .c-content-main .nav-local-col3 ul li:nth-child(n + 4) {
						margin-top: 0.9375em;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col3 ul li:nth-child(n + 4), .c-content-main .nav-local-col3 ul li:nth-child(n + 4) {
							margin-top: 0
					}
						}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col3 ul li:nth-child(n + 2), .c-content-main .nav-local-col3 ul li:nth-child(n + 2) {
							margin-top: 2.66667vw
					}
						}
.bge-contents .nav-local-col2 ul li, .c-content-main .nav-local-col2 ul li {
					width: calc((100% - 15px)/2);
				}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul li, .c-content-main .nav-local-col2 ul li {
						width: auto
				}
					}
.bge-contents .nav-local-col2 ul li:not(:nth-child(2n)), .c-content-main .nav-local-col2 ul li:not(:nth-child(2n)) {
						margin-right: 15px;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul li:not(:nth-child(2n)), .c-content-main .nav-local-col2 ul li:not(:nth-child(2n)) {
							margin-right: 0
					}
						}
.bge-contents .nav-local-col2 ul li:nth-child(n + 3), .c-content-main .nav-local-col2 ul li:nth-child(n + 3) {
						margin-top: 15px;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul li:nth-child(n + 3), .c-content-main .nav-local-col2 ul li:nth-child(n + 3) {
							margin-top: 0
					}
						}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-col2 ul li:nth-child(n + 2), .c-content-main .nav-local-col2 ul li:nth-child(n + 2) {
							margin-top: 2.66667vw
					}
						}
.bge-contents .nav-local-workflow, .c-content-main .nav-local-workflow {
			position: relative;
			margin: 0.875em 0 0;
			padding: 2.5em 1.875em 0;
			background: url("/img/recruit/bg-repeat-01@2x.png") repeat 0 0 / 4px 4px;
			border-radius: 0.625em;
		}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow, .c-content-main .nav-local-workflow {
				padding: 5.33333vw 4vw 0
		}
			}
.bge-contents .nav-local-workflow .title, .c-content-main .nav-local-workflow .title {
				position: absolute;
				top: -.5em;
				left: 0;
				width: 100%;
				line-height: 1;
				color: #003d43;
				font-weight: 500;
				font-size: 1.75em;
				font-family: "Montserrat", sans-serif;
				letter-spacing: .025em;
				text-align: center;
			}
.bge-contents .nav-local-workflow ul, .c-content-main .nav-local-workflow ul {
				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;
				margin: 0 0 30px;
			}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow ul, .c-content-main .nav-local-workflow ul {
					display: block;
					margin: 0 0 5.33333vw
			}
				}
.bge-contents .nav-local-workflow ul li, .c-content-main .nav-local-workflow ul li {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					margin: 0;
					padding: 0;
					width: calc((100% - 1.875em)/3);
				}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow ul li, .c-content-main .nav-local-workflow ul li {
						display: block;
						width: auto
				}
					}
.bge-contents .nav-local-workflow ul li:not(:nth-child(3n)), .c-content-main .nav-local-workflow ul li:not(:nth-child(3n)) {
						margin-right: 0.9375em;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow ul li:not(:nth-child(3n)), .c-content-main .nav-local-workflow ul li:not(:nth-child(3n)) {
							margin-right: 0
					}
						}
.bge-contents .nav-local-workflow ul li:nth-child(n + 4), .c-content-main .nav-local-workflow ul li:nth-child(n + 4) {
						margin-top: 0.9375em;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow ul li:nth-child(n + 4), .c-content-main .nav-local-workflow ul li:nth-child(n + 4) {
							margin-top: 0
					}
						}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow ul li:nth-child(n + 2), .c-content-main .nav-local-workflow ul li:nth-child(n + 2) {
							margin-top: 2.66667vw
					}
						}
.bge-contents .nav-local-workflow ul li a, .c-content-main .nav-local-workflow 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;
						position: relative;
						width: 100%;
						padding: 0.9375em 2.5em;
						border: 2px solid #fff;
						border-radius: 2.1875em;
						background: #fff;
						line-height: 1.25;
						color: currentColor;
						font-weight: 500;
						font-size: 1em;
						text-align: center;
						text-decoration: none;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow ul li a, .c-content-main .nav-local-workflow ul li a {
							display: block
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .nav-local-workflow ul li a, .c-content-main .nav-local-workflow ul li a {
							-webkit-transition: color 300ms;
							transition: color 300ms
					}
						}
.bge-contents .nav-local-workflow ul li a::after, .c-content-main .nav-local-workflow ul li a::after {
							content: "";
							display: block;
							position: absolute;
							top: 0;
							right: 1.25em;
							bottom: 0;
							width: 10px;
							height: 10px;
							margin: auto 0;
							border-top: 2px solid #fff;
							border-right: 2px solid #fff;
							-webkit-transform: rotate(45deg);
							        transform: rotate(45deg);
						}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow ul li a::after, .c-content-main .nav-local-workflow ul li a::after {
								width: 0.625em;
								height: 0.625em
						}
							}
@media screen and (min-width: 768px) {
.bge-contents .nav-local-workflow ul li a:hover, .c-content-main .nav-local-workflow ul li a:hover {
								color: #fff
						}
							}
.bge-contents .nav-local-workflow ul li a.current, .c-content-main .nav-local-workflow ul li a.current {
							background: #fff;
							color: #fff;
							pointer-events: none;
						}
.bge-contents .nav-local-workflow ul li a.current::after, .c-content-main .nav-local-workflow ul li a.current::after {
								content: none;
							}
.bge-contents .nav-local-workflow ul li::before, .c-content-main .nav-local-workflow ul li::before {
						content: none;
					}
.bge-contents .nav-local-workflow .back, .c-content-main .nav-local-workflow .back {
				padding: 0.9375em 0;
				border-top: 1px solid #ceb79d;
				text-align: center;
			}
.bge-contents .nav-local-workflow .back a, .c-content-main .nav-local-workflow .back a {
					display: inline-block;
					position: relative;
					padding-left: 1.625em;
					line-height: 26 / 16);
					color: currentColor;
					font-weight: 500;
					text-decoration: none;
					-webkit-transition: color 300ms;
					transition: color 300ms;
				}
@media screen and (min-width: 768px) {
.bge-contents .nav-local-workflow .back a:hover, .c-content-main .nav-local-workflow .back a:hover {
							color: #003d43
					}
						}
.bge-contents .nav-local-workflow .back a::before, .c-content-main .nav-local-workflow .back a::before {
						content: "";
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						width: 16px;
						height: 16px;
						margin: auto 0;
						border-radius: 50%;
						background: #fff;
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow .back a::before, .c-content-main .nav-local-workflow .back a::before {
							width: 1em;
							height: 1em
					}
						}
.bge-contents .nav-local-workflow .back a::after, .c-content-main .nav-local-workflow .back a::after {
						content: "";
						display: block;
						position: absolute;
						top: 0;
						left: 6px;
						bottom: 0;
						width: 6px;
						height: 6px;
						margin: auto 0;
						border-top: 1px solid #fff;
						border-left: 1px solid #fff;
						-webkit-transform: rotate(-45deg);
						        transform: rotate(-45deg);
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-local-workflow .back a::after, .c-content-main .nav-local-workflow .back a::after {
							left: 0.375em;
							width: 0.375em;
							height: 0.375em
					}
						}
.bge-contents .accordion-block, .c-content-main .accordion-block {
			border-radius: 0.625em;
			background: #f7f7f7;
			overflow: hidden;
		}
.bge-contents .accordion-block:not(:last-child), .c-content-main .accordion-block:not(:last-child) {
				margin-bottom: 1.875em;
			}
.bge-contents .accordion-block[data-open="true"] .accordion-title span::after, .c-content-main .accordion-block[data-open="true"] .accordion-title span::after {
							-webkit-transform: rotate(0deg);
							        transform: rotate(0deg);
						}
.bge-contents .accordion-title, .c-content-main .accordion-title {
			position: relative;
			padding: 0.88889em 4.55556em 0.88889em 2.22222em;
			line-height: 1.66667;
			font-weight: bold;
			font-size: 1.125em;
			letter-spacing: .05em;
			cursor: pointer;
		}
@media screen and (min-width: 768px) {
.bge-contents .accordion-title, .c-content-main .accordion-title {
				-webkit-transition: color 300ms;
				transition: color 300ms
		}
			}
@media screen and (min-width: 768px) {
.bge-contents .accordion-title:hover, .c-content-main .accordion-title:hover {
					color: #003d43
			}
				}
.bge-contents .accordion-title::after, .c-content-main .accordion-title::after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				right: 1.66667em;
				bottom: 0;
				width: 1.77778em;
				height: 1.77778em;
				margin: auto 0;
				border-radius: 50%;
				background: #003d43;
			}
.bge-contents .accordion-title span::before, .bge-contents .accordion-title span::after, .c-content-main .accordion-title span::before, .c-content-main .accordion-title span::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					right: 2.11111em;
					bottom: 0;
					z-index: 1;
					width: 0.88889em;
					height: 2px;
					margin: auto;
					background: #fff;
				}
.bge-contents .accordion-title span::after, .c-content-main .accordion-title span::after {
					-webkit-transform: rotate(90deg);
					        transform: rotate(90deg);
					-webkit-transition: -webkit-transform 300ms;
					transition: -webkit-transform 300ms;
					transition: transform 300ms;
					transition: transform 300ms, -webkit-transform 300ms;
				}
.bge-contents .accordion-body, .c-content-main .accordion-body {
			display: none;
		}
.bge-contents .accordion-body-inner, .c-content-main .accordion-body-inner {
				margin: 0 0.625em 0.625em;
				padding: 0.9375em 1.25em;
				background: #fff;
			}
.bge-contents .bg, .c-content-main .bg {
		padding: 2.1875em;
		border-radius: 0.625em;
		background: #fef7ef;
	}
.bge-contents .bg.bg-none-top, .c-content-main .bg.bg-none-top {
			padding-top: 0.54688em;
			border-top-right-radius: 0;
			border-top-left-radius: 0;
		}
.bge-contents .bg.bg-none-bottom, .c-content-main .bg.bg-none-bottom {
			padding-bottom: 0.54688em;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
		}
.bge-contents .bg.bg-none-top-bottom, .c-content-main .bg.bg-none-top-bottom {
			padding-top: 0.54688em;
			padding-bottom: 0.54688em;
			border-radius: 0;
		}
.bge-contents .bg h5::after, .c-content-main .bg h5::after {
				background: #fef7ef;
			}
.bge-contents .bg-flow, .c-content-main .bg-flow {
		padding: 1.5em;
		background: url("/img/recruit/bg-repeat-02@2x.png") repeat 50% 50% / 4px 4px;
	}
.bge-contents .bg-flow.bg-none-top, .c-content-main .bg-flow.bg-none-top {
			padding-top: 0.54688em;
		}
.bge-contents .bg-flow.bg-none-bottom, .c-content-main .bg-flow.bg-none-bottom {
			padding-bottom: 0.54688em;
		}
.bge-contents .bg-flow.bg-none-top-bottom, .c-content-main .bg-flow.bg-none-top-bottom {
			padding-top: 0.54688em;
			padding-bottom: 0.54688em;
		}
@media screen and (max-width: 767px) {
.bge-contents .bg-flow .bgt-grid--last, .c-content-main .bg-flow .bgt-grid--last {
				margin-bottom: 0
		}
			}
.bge-contents .bg-flow h5::after, .c-content-main .bg-flow h5::after {
				background: url("/img/recruit/bg-repeat-02@2x.png") repeat 50% 50% / 4px 4px;
			}
.bge-contents .flow-box, .c-content-main .flow-box {
		position: relative;
		margin: 0 0 43px;
		border: 3px solid #51c9d4;
		border-radius: 0.625em;
	}
@media screen and (max-width: 767px) {
.bge-contents .flow-box, .c-content-main .flow-box {
			margin: 0 0 5.73333vw;
			border-width: 2px
	}
		}
.bge-contents .flow-box-inner, .c-content-main .flow-box-inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding: 1.25em;
			padding-left: 2.1875em;
		}
@media screen and (max-width: 767px) {
.bge-contents .flow-box-inner, .c-content-main .flow-box-inner {
				padding: 2.66667vw;
				padding-left: 5.33333vw
		}
			}
.bge-contents .flow-box .text, .c-content-main .flow-box .text {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-flex: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			-ms-flex-negative: 1;
			    flex-shrink: 1;
			margin-right: 1.25em;
			padding: 0.625em 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .flow-box .text, .c-content-main .flow-box .text {
				margin-right: 2.66667vw;
				font-size: 0.85714em
		}
			}
.bge-contents .flow-box .text h5, .c-content-main .flow-box .text h5 {
				position: relative;
				margin: 0 0 0.38462em;
				padding: 0 0 0 1.03846em;
				overflow: hidden;
				line-height: 1.23077;
				font-weight: 500;
				font-size: 1.625em;
				letter-spacing: .025em;
			}
@media screen and (max-width: 767px) {
.bge-contents .flow-box .text h5, .c-content-main .flow-box .text h5 {
					line-height: 1.33333;
					font-size: 1.25em
			}
				}
.bge-contents .flow-box .text h5:first-child, .c-content-main .flow-box .text h5:first-child {
					margin-top: 0;
				}
.bge-contents .flow-box .text h5:last-child, .c-content-main .flow-box .text h5:last-child {
					margin-bottom: 0;
				}
.bge-contents .flow-box .text h5::before, .c-content-main .flow-box .text h5::before {
					content: "";
					display: block;
					position: absolute;
					top: 6.5px;
					left: 0;
					width: 19px;
					height: 19px;
					border-radius: 50%;
					background: linear-gradient(315deg, #51c9d4 0, #0396a3 50%);
				}
@media screen and (max-width: 767px) {
.bge-contents .flow-box .text h5::before, .c-content-main .flow-box .text h5::before {
						top: 1.2vw;
						width: 2.93333vw;
						height: 2.93333vw
				}
					}
.bge-contents .flow-box .text h5::after, .c-content-main .flow-box .text h5::after {
					content: "";
					display: block;
					position: absolute;
					top: 11.5px;
					left: 5px;
					width: 9px;
					height: 9px;
					border-radius: 50%;
					background: #fff;
				}
@media screen and (max-width: 767px) {
.bge-contents .flow-box .text h5::after, .c-content-main .flow-box .text h5::after {
						top: 1.86667vw;
						left: 0.66667vw;
						width: 1.6vw;
						height: 1.6vw
				}
					}
.bge-contents .flow-box .text h5 small, .c-content-main .flow-box .text h5 small {
					display: inline-block;
					line-height: 1.625;
					font-size: 0.61538em;
				}
@media screen and (max-width: 767px) {
.bge-contents .flow-box .text h5 small, .c-content-main .flow-box .text h5 small {
						line-height: 1.66667;
						font-size: 0.8em
				}
					}
.bge-contents .flow-box .pict, .c-content-main .flow-box .pict {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			width: 225px;
			text-align: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .flow-box .pict, .c-content-main .flow-box .pict {
				width: 31.33333vw
		}
			}
.bge-contents .flow-box .pict img, .c-content-main .flow-box .pict img {
				width: 100%;
				height: auto;
			}
.bge-contents .flow-box-entry, .c-content-main .flow-box-entry {
			padding: 25px 60px 30px;
			border-radius: 0 0 0.625em 0.625em;
			background: #fef7ef;
		}
@media screen and (max-width: 767px) {
.bge-contents .flow-box-entry, .c-content-main .flow-box-entry {
				padding: 4vw 4vw 5.33333vw
		}
			}
.bge-contents .flow-box-entry > p, .c-content-main .flow-box-entry > p {
				line-height: 1.55556;
				font-weight: 500;
				font-size: 1.125em;
				text-align: center;
			}
@media screen and (max-width: 767px) {
.bge-contents .flow-box-entry > p, .c-content-main .flow-box-entry > p {
					line-height: 1.41667;
					font-size: 0.85714em
			}
				}
.bge-contents .flow-box-entry [role="button"], .c-content-main .flow-box-entry [role="button"] {
				padding: 1em 3.16667em;
			}
.bge-contents .flow-box-entry [role="button"] img, .c-content-main .flow-box-entry [role="button"] img {
					max-height: 30px;
				}
.bge-contents .flow-box::after, .c-content-main .flow-box::after {
			content: "";
			display: block;
			position: absolute;
			right: 0;
			bottom: -46px;
			left: 0;
			width: 153px;
			height: 43px;
			margin: 0 auto;
			background: url("/img/recruit/icon-flow-arrow.png") no-repeat 0 0 / contain;
		}
@media screen and (max-width: 767px) {
.bge-contents .flow-box::after, .c-content-main .flow-box::after {
				bottom: calc(-5.73333vw - 2px);
				width: 20.4vw;
				height: 5.73333vw
		}
			}
.bge-contents .flow-box.no-arrow, .c-content-main .flow-box.no-arrow {
			margin-bottom: 0;
		}
.bge-contents .flow-box.no-arrow::after, .c-content-main .flow-box.no-arrow::after {
				content: none;
			}
.bge-contents table.table-layout-fixed, .c-content-main table.table-layout-fixed {
		table-layout: fixed;
	}
.bge-contents table th.w10, .bge-contents table td.w10, .c-content-main table th.w10, .c-content-main table td.w10 {
				width: 10 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w10, .bge-contents table td.w10, .c-content-main table th.w10, .c-content-main table td.w10 {
					width: auto !important
			}
				}
.bge-contents table th.w11, .bge-contents table td.w11, .c-content-main table th.w11, .c-content-main table td.w11 {
				width: 11 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w11, .bge-contents table td.w11, .c-content-main table th.w11, .c-content-main table td.w11 {
					width: auto !important
			}
				}
.bge-contents table th.w12, .bge-contents table td.w12, .c-content-main table th.w12, .c-content-main table td.w12 {
				width: 12 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w12, .bge-contents table td.w12, .c-content-main table th.w12, .c-content-main table td.w12 {
					width: auto !important
			}
				}
.bge-contents table th.w13, .bge-contents table td.w13, .c-content-main table th.w13, .c-content-main table td.w13 {
				width: 13 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w13, .bge-contents table td.w13, .c-content-main table th.w13, .c-content-main table td.w13 {
					width: auto !important
			}
				}
.bge-contents table th.w14, .bge-contents table td.w14, .c-content-main table th.w14, .c-content-main table td.w14 {
				width: 14 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w14, .bge-contents table td.w14, .c-content-main table th.w14, .c-content-main table td.w14 {
					width: auto !important
			}
				}
.bge-contents table th.w15, .bge-contents table td.w15, .c-content-main table th.w15, .c-content-main table td.w15 {
				width: 15 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w15, .bge-contents table td.w15, .c-content-main table th.w15, .c-content-main table td.w15 {
					width: auto !important
			}
				}
.bge-contents table th.w16, .bge-contents table td.w16, .c-content-main table th.w16, .c-content-main table td.w16 {
				width: 16 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w16, .bge-contents table td.w16, .c-content-main table th.w16, .c-content-main table td.w16 {
					width: auto !important
			}
				}
.bge-contents table th.w17, .bge-contents table td.w17, .c-content-main table th.w17, .c-content-main table td.w17 {
				width: 17 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w17, .bge-contents table td.w17, .c-content-main table th.w17, .c-content-main table td.w17 {
					width: auto !important
			}
				}
.bge-contents table th.w18, .bge-contents table td.w18, .c-content-main table th.w18, .c-content-main table td.w18 {
				width: 18 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w18, .bge-contents table td.w18, .c-content-main table th.w18, .c-content-main table td.w18 {
					width: auto !important
			}
				}
.bge-contents table th.w19, .bge-contents table td.w19, .c-content-main table th.w19, .c-content-main table td.w19 {
				width: 19 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w19, .bge-contents table td.w19, .c-content-main table th.w19, .c-content-main table td.w19 {
					width: auto !important
			}
				}
.bge-contents table th.w20, .bge-contents table td.w20, .c-content-main table th.w20, .c-content-main table td.w20 {
				width: 20 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w20, .bge-contents table td.w20, .c-content-main table th.w20, .c-content-main table td.w20 {
					width: auto !important
			}
				}
.bge-contents table th.w21, .bge-contents table td.w21, .c-content-main table th.w21, .c-content-main table td.w21 {
				width: 21 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w21, .bge-contents table td.w21, .c-content-main table th.w21, .c-content-main table td.w21 {
					width: auto !important
			}
				}
.bge-contents table th.w22, .bge-contents table td.w22, .c-content-main table th.w22, .c-content-main table td.w22 {
				width: 22 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w22, .bge-contents table td.w22, .c-content-main table th.w22, .c-content-main table td.w22 {
					width: auto !important
			}
				}
.bge-contents table th.w23, .bge-contents table td.w23, .c-content-main table th.w23, .c-content-main table td.w23 {
				width: 23 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w23, .bge-contents table td.w23, .c-content-main table th.w23, .c-content-main table td.w23 {
					width: auto !important
			}
				}
.bge-contents table th.w24, .bge-contents table td.w24, .c-content-main table th.w24, .c-content-main table td.w24 {
				width: 24 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w24, .bge-contents table td.w24, .c-content-main table th.w24, .c-content-main table td.w24 {
					width: auto !important
			}
				}
.bge-contents table th.w25, .bge-contents table td.w25, .c-content-main table th.w25, .c-content-main table td.w25 {
				width: 25 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w25, .bge-contents table td.w25, .c-content-main table th.w25, .c-content-main table td.w25 {
					width: auto !important
			}
				}
.bge-contents table th.w26, .bge-contents table td.w26, .c-content-main table th.w26, .c-content-main table td.w26 {
				width: 26 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w26, .bge-contents table td.w26, .c-content-main table th.w26, .c-content-main table td.w26 {
					width: auto !important
			}
				}
.bge-contents table th.w27, .bge-contents table td.w27, .c-content-main table th.w27, .c-content-main table td.w27 {
				width: 27 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w27, .bge-contents table td.w27, .c-content-main table th.w27, .c-content-main table td.w27 {
					width: auto !important
			}
				}
.bge-contents table th.w28, .bge-contents table td.w28, .c-content-main table th.w28, .c-content-main table td.w28 {
				width: 28 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w28, .bge-contents table td.w28, .c-content-main table th.w28, .c-content-main table td.w28 {
					width: auto !important
			}
				}
.bge-contents table th.w29, .bge-contents table td.w29, .c-content-main table th.w29, .c-content-main table td.w29 {
				width: 29 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w29, .bge-contents table td.w29, .c-content-main table th.w29, .c-content-main table td.w29 {
					width: auto !important
			}
				}
.bge-contents table th.w30, .bge-contents table td.w30, .c-content-main table th.w30, .c-content-main table td.w30 {
				width: 30 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w30, .bge-contents table td.w30, .c-content-main table th.w30, .c-content-main table td.w30 {
					width: auto !important
			}
				}
.bge-contents table th.w31, .bge-contents table td.w31, .c-content-main table th.w31, .c-content-main table td.w31 {
				width: 31 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w31, .bge-contents table td.w31, .c-content-main table th.w31, .c-content-main table td.w31 {
					width: auto !important
			}
				}
.bge-contents table th.w32, .bge-contents table td.w32, .c-content-main table th.w32, .c-content-main table td.w32 {
				width: 32 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w32, .bge-contents table td.w32, .c-content-main table th.w32, .c-content-main table td.w32 {
					width: auto !important
			}
				}
.bge-contents table th.w33, .bge-contents table td.w33, .c-content-main table th.w33, .c-content-main table td.w33 {
				width: 33 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w33, .bge-contents table td.w33, .c-content-main table th.w33, .c-content-main table td.w33 {
					width: auto !important
			}
				}
.bge-contents table th.w34, .bge-contents table td.w34, .c-content-main table th.w34, .c-content-main table td.w34 {
				width: 34 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w34, .bge-contents table td.w34, .c-content-main table th.w34, .c-content-main table td.w34 {
					width: auto !important
			}
				}
.bge-contents table th.w35, .bge-contents table td.w35, .c-content-main table th.w35, .c-content-main table td.w35 {
				width: 35 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w35, .bge-contents table td.w35, .c-content-main table th.w35, .c-content-main table td.w35 {
					width: auto !important
			}
				}
.bge-contents table th.w36, .bge-contents table td.w36, .c-content-main table th.w36, .c-content-main table td.w36 {
				width: 36 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w36, .bge-contents table td.w36, .c-content-main table th.w36, .c-content-main table td.w36 {
					width: auto !important
			}
				}
.bge-contents table th.w37, .bge-contents table td.w37, .c-content-main table th.w37, .c-content-main table td.w37 {
				width: 37 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w37, .bge-contents table td.w37, .c-content-main table th.w37, .c-content-main table td.w37 {
					width: auto !important
			}
				}
.bge-contents table th.w38, .bge-contents table td.w38, .c-content-main table th.w38, .c-content-main table td.w38 {
				width: 38 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w38, .bge-contents table td.w38, .c-content-main table th.w38, .c-content-main table td.w38 {
					width: auto !important
			}
				}
.bge-contents table th.w39, .bge-contents table td.w39, .c-content-main table th.w39, .c-content-main table td.w39 {
				width: 39 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w39, .bge-contents table td.w39, .c-content-main table th.w39, .c-content-main table td.w39 {
					width: auto !important
			}
				}
.bge-contents table th.w40, .bge-contents table td.w40, .c-content-main table th.w40, .c-content-main table td.w40 {
				width: 40 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w40, .bge-contents table td.w40, .c-content-main table th.w40, .c-content-main table td.w40 {
					width: auto !important
			}
				}
.bge-contents table th.w41, .bge-contents table td.w41, .c-content-main table th.w41, .c-content-main table td.w41 {
				width: 41 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w41, .bge-contents table td.w41, .c-content-main table th.w41, .c-content-main table td.w41 {
					width: auto !important
			}
				}
.bge-contents table th.w42, .bge-contents table td.w42, .c-content-main table th.w42, .c-content-main table td.w42 {
				width: 42 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w42, .bge-contents table td.w42, .c-content-main table th.w42, .c-content-main table td.w42 {
					width: auto !important
			}
				}
.bge-contents table th.w43, .bge-contents table td.w43, .c-content-main table th.w43, .c-content-main table td.w43 {
				width: 43 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w43, .bge-contents table td.w43, .c-content-main table th.w43, .c-content-main table td.w43 {
					width: auto !important
			}
				}
.bge-contents table th.w44, .bge-contents table td.w44, .c-content-main table th.w44, .c-content-main table td.w44 {
				width: 44 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w44, .bge-contents table td.w44, .c-content-main table th.w44, .c-content-main table td.w44 {
					width: auto !important
			}
				}
.bge-contents table th.w45, .bge-contents table td.w45, .c-content-main table th.w45, .c-content-main table td.w45 {
				width: 45 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w45, .bge-contents table td.w45, .c-content-main table th.w45, .c-content-main table td.w45 {
					width: auto !important
			}
				}
.bge-contents table th.w46, .bge-contents table td.w46, .c-content-main table th.w46, .c-content-main table td.w46 {
				width: 46 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w46, .bge-contents table td.w46, .c-content-main table th.w46, .c-content-main table td.w46 {
					width: auto !important
			}
				}
.bge-contents table th.w47, .bge-contents table td.w47, .c-content-main table th.w47, .c-content-main table td.w47 {
				width: 47 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w47, .bge-contents table td.w47, .c-content-main table th.w47, .c-content-main table td.w47 {
					width: auto !important
			}
				}
.bge-contents table th.w48, .bge-contents table td.w48, .c-content-main table th.w48, .c-content-main table td.w48 {
				width: 48 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w48, .bge-contents table td.w48, .c-content-main table th.w48, .c-content-main table td.w48 {
					width: auto !important
			}
				}
.bge-contents table th.w49, .bge-contents table td.w49, .c-content-main table th.w49, .c-content-main table td.w49 {
				width: 49 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w49, .bge-contents table td.w49, .c-content-main table th.w49, .c-content-main table td.w49 {
					width: auto !important
			}
				}
.bge-contents table th.w50, .bge-contents table td.w50, .c-content-main table th.w50, .c-content-main table td.w50 {
				width: 50 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w50, .bge-contents table td.w50, .c-content-main table th.w50, .c-content-main table td.w50 {
					width: auto !important
			}
				}
.bge-contents table th.w51, .bge-contents table td.w51, .c-content-main table th.w51, .c-content-main table td.w51 {
				width: 51 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w51, .bge-contents table td.w51, .c-content-main table th.w51, .c-content-main table td.w51 {
					width: auto !important
			}
				}
.bge-contents table th.w52, .bge-contents table td.w52, .c-content-main table th.w52, .c-content-main table td.w52 {
				width: 52 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w52, .bge-contents table td.w52, .c-content-main table th.w52, .c-content-main table td.w52 {
					width: auto !important
			}
				}
.bge-contents table th.w53, .bge-contents table td.w53, .c-content-main table th.w53, .c-content-main table td.w53 {
				width: 53 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w53, .bge-contents table td.w53, .c-content-main table th.w53, .c-content-main table td.w53 {
					width: auto !important
			}
				}
.bge-contents table th.w54, .bge-contents table td.w54, .c-content-main table th.w54, .c-content-main table td.w54 {
				width: 54 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w54, .bge-contents table td.w54, .c-content-main table th.w54, .c-content-main table td.w54 {
					width: auto !important
			}
				}
.bge-contents table th.w55, .bge-contents table td.w55, .c-content-main table th.w55, .c-content-main table td.w55 {
				width: 55 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w55, .bge-contents table td.w55, .c-content-main table th.w55, .c-content-main table td.w55 {
					width: auto !important
			}
				}
.bge-contents table th.w56, .bge-contents table td.w56, .c-content-main table th.w56, .c-content-main table td.w56 {
				width: 56 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w56, .bge-contents table td.w56, .c-content-main table th.w56, .c-content-main table td.w56 {
					width: auto !important
			}
				}
.bge-contents table th.w57, .bge-contents table td.w57, .c-content-main table th.w57, .c-content-main table td.w57 {
				width: 57 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w57, .bge-contents table td.w57, .c-content-main table th.w57, .c-content-main table td.w57 {
					width: auto !important
			}
				}
.bge-contents table th.w58, .bge-contents table td.w58, .c-content-main table th.w58, .c-content-main table td.w58 {
				width: 58 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w58, .bge-contents table td.w58, .c-content-main table th.w58, .c-content-main table td.w58 {
					width: auto !important
			}
				}
.bge-contents table th.w59, .bge-contents table td.w59, .c-content-main table th.w59, .c-content-main table td.w59 {
				width: 59 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w59, .bge-contents table td.w59, .c-content-main table th.w59, .c-content-main table td.w59 {
					width: auto !important
			}
				}
.bge-contents table th.w60, .bge-contents table td.w60, .c-content-main table th.w60, .c-content-main table td.w60 {
				width: 60 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w60, .bge-contents table td.w60, .c-content-main table th.w60, .c-content-main table td.w60 {
					width: auto !important
			}
				}
.bge-contents table th.w61, .bge-contents table td.w61, .c-content-main table th.w61, .c-content-main table td.w61 {
				width: 61 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w61, .bge-contents table td.w61, .c-content-main table th.w61, .c-content-main table td.w61 {
					width: auto !important
			}
				}
.bge-contents table th.w62, .bge-contents table td.w62, .c-content-main table th.w62, .c-content-main table td.w62 {
				width: 62 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w62, .bge-contents table td.w62, .c-content-main table th.w62, .c-content-main table td.w62 {
					width: auto !important
			}
				}
.bge-contents table th.w63, .bge-contents table td.w63, .c-content-main table th.w63, .c-content-main table td.w63 {
				width: 63 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w63, .bge-contents table td.w63, .c-content-main table th.w63, .c-content-main table td.w63 {
					width: auto !important
			}
				}
.bge-contents table th.w64, .bge-contents table td.w64, .c-content-main table th.w64, .c-content-main table td.w64 {
				width: 64 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w64, .bge-contents table td.w64, .c-content-main table th.w64, .c-content-main table td.w64 {
					width: auto !important
			}
				}
.bge-contents table th.w65, .bge-contents table td.w65, .c-content-main table th.w65, .c-content-main table td.w65 {
				width: 65 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w65, .bge-contents table td.w65, .c-content-main table th.w65, .c-content-main table td.w65 {
					width: auto !important
			}
				}
.bge-contents table th.w66, .bge-contents table td.w66, .c-content-main table th.w66, .c-content-main table td.w66 {
				width: 66 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w66, .bge-contents table td.w66, .c-content-main table th.w66, .c-content-main table td.w66 {
					width: auto !important
			}
				}
.bge-contents table th.w67, .bge-contents table td.w67, .c-content-main table th.w67, .c-content-main table td.w67 {
				width: 67 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w67, .bge-contents table td.w67, .c-content-main table th.w67, .c-content-main table td.w67 {
					width: auto !important
			}
				}
.bge-contents table th.w68, .bge-contents table td.w68, .c-content-main table th.w68, .c-content-main table td.w68 {
				width: 68 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w68, .bge-contents table td.w68, .c-content-main table th.w68, .c-content-main table td.w68 {
					width: auto !important
			}
				}
.bge-contents table th.w69, .bge-contents table td.w69, .c-content-main table th.w69, .c-content-main table td.w69 {
				width: 69 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w69, .bge-contents table td.w69, .c-content-main table th.w69, .c-content-main table td.w69 {
					width: auto !important
			}
				}
.bge-contents table th.w70, .bge-contents table td.w70, .c-content-main table th.w70, .c-content-main table td.w70 {
				width: 70 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w70, .bge-contents table td.w70, .c-content-main table th.w70, .c-content-main table td.w70 {
					width: auto !important
			}
				}
.bge-contents table th.w71, .bge-contents table td.w71, .c-content-main table th.w71, .c-content-main table td.w71 {
				width: 71 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w71, .bge-contents table td.w71, .c-content-main table th.w71, .c-content-main table td.w71 {
					width: auto !important
			}
				}
.bge-contents table th.w72, .bge-contents table td.w72, .c-content-main table th.w72, .c-content-main table td.w72 {
				width: 72 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w72, .bge-contents table td.w72, .c-content-main table th.w72, .c-content-main table td.w72 {
					width: auto !important
			}
				}
.bge-contents table th.w73, .bge-contents table td.w73, .c-content-main table th.w73, .c-content-main table td.w73 {
				width: 73 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w73, .bge-contents table td.w73, .c-content-main table th.w73, .c-content-main table td.w73 {
					width: auto !important
			}
				}
.bge-contents table th.w74, .bge-contents table td.w74, .c-content-main table th.w74, .c-content-main table td.w74 {
				width: 74 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w74, .bge-contents table td.w74, .c-content-main table th.w74, .c-content-main table td.w74 {
					width: auto !important
			}
				}
.bge-contents table th.w75, .bge-contents table td.w75, .c-content-main table th.w75, .c-content-main table td.w75 {
				width: 75 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w75, .bge-contents table td.w75, .c-content-main table th.w75, .c-content-main table td.w75 {
					width: auto !important
			}
				}
.bge-contents table th.w76, .bge-contents table td.w76, .c-content-main table th.w76, .c-content-main table td.w76 {
				width: 76 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w76, .bge-contents table td.w76, .c-content-main table th.w76, .c-content-main table td.w76 {
					width: auto !important
			}
				}
.bge-contents table th.w77, .bge-contents table td.w77, .c-content-main table th.w77, .c-content-main table td.w77 {
				width: 77 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w77, .bge-contents table td.w77, .c-content-main table th.w77, .c-content-main table td.w77 {
					width: auto !important
			}
				}
.bge-contents table th.w78, .bge-contents table td.w78, .c-content-main table th.w78, .c-content-main table td.w78 {
				width: 78 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w78, .bge-contents table td.w78, .c-content-main table th.w78, .c-content-main table td.w78 {
					width: auto !important
			}
				}
.bge-contents table th.w79, .bge-contents table td.w79, .c-content-main table th.w79, .c-content-main table td.w79 {
				width: 79 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w79, .bge-contents table td.w79, .c-content-main table th.w79, .c-content-main table td.w79 {
					width: auto !important
			}
				}
.bge-contents table th.w80, .bge-contents table td.w80, .c-content-main table th.w80, .c-content-main table td.w80 {
				width: 80 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w80, .bge-contents table td.w80, .c-content-main table th.w80, .c-content-main table td.w80 {
					width: auto !important
			}
				}
.bge-contents table th.w81, .bge-contents table td.w81, .c-content-main table th.w81, .c-content-main table td.w81 {
				width: 81 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w81, .bge-contents table td.w81, .c-content-main table th.w81, .c-content-main table td.w81 {
					width: auto !important
			}
				}
.bge-contents table th.w82, .bge-contents table td.w82, .c-content-main table th.w82, .c-content-main table td.w82 {
				width: 82 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w82, .bge-contents table td.w82, .c-content-main table th.w82, .c-content-main table td.w82 {
					width: auto !important
			}
				}
.bge-contents table th.w83, .bge-contents table td.w83, .c-content-main table th.w83, .c-content-main table td.w83 {
				width: 83 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w83, .bge-contents table td.w83, .c-content-main table th.w83, .c-content-main table td.w83 {
					width: auto !important
			}
				}
.bge-contents table th.w84, .bge-contents table td.w84, .c-content-main table th.w84, .c-content-main table td.w84 {
				width: 84 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w84, .bge-contents table td.w84, .c-content-main table th.w84, .c-content-main table td.w84 {
					width: auto !important
			}
				}
.bge-contents table th.w85, .bge-contents table td.w85, .c-content-main table th.w85, .c-content-main table td.w85 {
				width: 85 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w85, .bge-contents table td.w85, .c-content-main table th.w85, .c-content-main table td.w85 {
					width: auto !important
			}
				}
.bge-contents table th.w86, .bge-contents table td.w86, .c-content-main table th.w86, .c-content-main table td.w86 {
				width: 86 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w86, .bge-contents table td.w86, .c-content-main table th.w86, .c-content-main table td.w86 {
					width: auto !important
			}
				}
.bge-contents table th.w87, .bge-contents table td.w87, .c-content-main table th.w87, .c-content-main table td.w87 {
				width: 87 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w87, .bge-contents table td.w87, .c-content-main table th.w87, .c-content-main table td.w87 {
					width: auto !important
			}
				}
.bge-contents table th.w88, .bge-contents table td.w88, .c-content-main table th.w88, .c-content-main table td.w88 {
				width: 88 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w88, .bge-contents table td.w88, .c-content-main table th.w88, .c-content-main table td.w88 {
					width: auto !important
			}
				}
.bge-contents table th.w89, .bge-contents table td.w89, .c-content-main table th.w89, .c-content-main table td.w89 {
				width: 89 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w89, .bge-contents table td.w89, .c-content-main table th.w89, .c-content-main table td.w89 {
					width: auto !important
			}
				}
.bge-contents table th.w90, .bge-contents table td.w90, .c-content-main table th.w90, .c-content-main table td.w90 {
				width: 90 % !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w90, .bge-contents table td.w90, .c-content-main table th.w90, .c-content-main table td.w90 {
					width: auto !important
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break table, .bge-contents .table-scroll table, .c-content-main .table-no-break table, .c-content-main .table-scroll table {
				display: table;
				border-spacing: 10px 0;
				width: calc(100% + 20px);
				margin: 0 -10px
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break caption, .bge-contents .table-scroll caption, .c-content-main .table-no-break caption, .c-content-main .table-scroll caption {
				display: table-caption;
				margin: 0 0 0 20px
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break thead, .bge-contents .table-scroll thead, .c-content-main .table-no-break thead, .c-content-main .table-scroll thead {
				display: table-header-group
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break tfoot, .bge-contents .table-scroll tfoot, .c-content-main .table-no-break tfoot, .c-content-main .table-scroll tfoot {
				display: table-footer-group
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break tbody, .bge-contents .table-scroll tbody, .c-content-main .table-no-break tbody, .c-content-main .table-scroll tbody {
				display: table-row-group
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break tr, .bge-contents .table-scroll tr, .c-content-main .table-no-break tr, .c-content-main .table-scroll tr {
				display: table-row
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break th, .bge-contents .table-no-break td, .bge-contents .table-scroll th, .bge-contents .table-scroll td, .c-content-main .table-no-break th, .c-content-main .table-no-break td, .c-content-main .table-scroll th, .c-content-main .table-scroll td {
				display: table-cell;
				margin-top: 0;
				width: auto !important
		}
					.bge-contents .table-no-break th.w10, .bge-contents .table-no-break td.w10, .bge-contents .table-scroll th.w10, .bge-contents .table-scroll td.w10, .c-content-main .table-no-break th.w10, .c-content-main .table-no-break td.w10, .c-content-main .table-scroll th.w10, .c-content-main .table-scroll td.w10 {
						width: 10 % !important;
					}
					.bge-contents .table-no-break th.w11, .bge-contents .table-no-break td.w11, .bge-contents .table-scroll th.w11, .bge-contents .table-scroll td.w11, .c-content-main .table-no-break th.w11, .c-content-main .table-no-break td.w11, .c-content-main .table-scroll th.w11, .c-content-main .table-scroll td.w11 {
						width: 11 % !important;
					}
					.bge-contents .table-no-break th.w12, .bge-contents .table-no-break td.w12, .bge-contents .table-scroll th.w12, .bge-contents .table-scroll td.w12, .c-content-main .table-no-break th.w12, .c-content-main .table-no-break td.w12, .c-content-main .table-scroll th.w12, .c-content-main .table-scroll td.w12 {
						width: 12 % !important;
					}
					.bge-contents .table-no-break th.w13, .bge-contents .table-no-break td.w13, .bge-contents .table-scroll th.w13, .bge-contents .table-scroll td.w13, .c-content-main .table-no-break th.w13, .c-content-main .table-no-break td.w13, .c-content-main .table-scroll th.w13, .c-content-main .table-scroll td.w13 {
						width: 13 % !important;
					}
					.bge-contents .table-no-break th.w14, .bge-contents .table-no-break td.w14, .bge-contents .table-scroll th.w14, .bge-contents .table-scroll td.w14, .c-content-main .table-no-break th.w14, .c-content-main .table-no-break td.w14, .c-content-main .table-scroll th.w14, .c-content-main .table-scroll td.w14 {
						width: 14 % !important;
					}
					.bge-contents .table-no-break th.w15, .bge-contents .table-no-break td.w15, .bge-contents .table-scroll th.w15, .bge-contents .table-scroll td.w15, .c-content-main .table-no-break th.w15, .c-content-main .table-no-break td.w15, .c-content-main .table-scroll th.w15, .c-content-main .table-scroll td.w15 {
						width: 15 % !important;
					}
					.bge-contents .table-no-break th.w16, .bge-contents .table-no-break td.w16, .bge-contents .table-scroll th.w16, .bge-contents .table-scroll td.w16, .c-content-main .table-no-break th.w16, .c-content-main .table-no-break td.w16, .c-content-main .table-scroll th.w16, .c-content-main .table-scroll td.w16 {
						width: 16 % !important;
					}
					.bge-contents .table-no-break th.w17, .bge-contents .table-no-break td.w17, .bge-contents .table-scroll th.w17, .bge-contents .table-scroll td.w17, .c-content-main .table-no-break th.w17, .c-content-main .table-no-break td.w17, .c-content-main .table-scroll th.w17, .c-content-main .table-scroll td.w17 {
						width: 17 % !important;
					}
					.bge-contents .table-no-break th.w18, .bge-contents .table-no-break td.w18, .bge-contents .table-scroll th.w18, .bge-contents .table-scroll td.w18, .c-content-main .table-no-break th.w18, .c-content-main .table-no-break td.w18, .c-content-main .table-scroll th.w18, .c-content-main .table-scroll td.w18 {
						width: 18 % !important;
					}
					.bge-contents .table-no-break th.w19, .bge-contents .table-no-break td.w19, .bge-contents .table-scroll th.w19, .bge-contents .table-scroll td.w19, .c-content-main .table-no-break th.w19, .c-content-main .table-no-break td.w19, .c-content-main .table-scroll th.w19, .c-content-main .table-scroll td.w19 {
						width: 19 % !important;
					}
					.bge-contents .table-no-break th.w20, .bge-contents .table-no-break td.w20, .bge-contents .table-scroll th.w20, .bge-contents .table-scroll td.w20, .c-content-main .table-no-break th.w20, .c-content-main .table-no-break td.w20, .c-content-main .table-scroll th.w20, .c-content-main .table-scroll td.w20 {
						width: 20 % !important;
					}
					.bge-contents .table-no-break th.w21, .bge-contents .table-no-break td.w21, .bge-contents .table-scroll th.w21, .bge-contents .table-scroll td.w21, .c-content-main .table-no-break th.w21, .c-content-main .table-no-break td.w21, .c-content-main .table-scroll th.w21, .c-content-main .table-scroll td.w21 {
						width: 21 % !important;
					}
					.bge-contents .table-no-break th.w22, .bge-contents .table-no-break td.w22, .bge-contents .table-scroll th.w22, .bge-contents .table-scroll td.w22, .c-content-main .table-no-break th.w22, .c-content-main .table-no-break td.w22, .c-content-main .table-scroll th.w22, .c-content-main .table-scroll td.w22 {
						width: 22 % !important;
					}
					.bge-contents .table-no-break th.w23, .bge-contents .table-no-break td.w23, .bge-contents .table-scroll th.w23, .bge-contents .table-scroll td.w23, .c-content-main .table-no-break th.w23, .c-content-main .table-no-break td.w23, .c-content-main .table-scroll th.w23, .c-content-main .table-scroll td.w23 {
						width: 23 % !important;
					}
					.bge-contents .table-no-break th.w24, .bge-contents .table-no-break td.w24, .bge-contents .table-scroll th.w24, .bge-contents .table-scroll td.w24, .c-content-main .table-no-break th.w24, .c-content-main .table-no-break td.w24, .c-content-main .table-scroll th.w24, .c-content-main .table-scroll td.w24 {
						width: 24 % !important;
					}
					.bge-contents .table-no-break th.w25, .bge-contents .table-no-break td.w25, .bge-contents .table-scroll th.w25, .bge-contents .table-scroll td.w25, .c-content-main .table-no-break th.w25, .c-content-main .table-no-break td.w25, .c-content-main .table-scroll th.w25, .c-content-main .table-scroll td.w25 {
						width: 25 % !important;
					}
					.bge-contents .table-no-break th.w26, .bge-contents .table-no-break td.w26, .bge-contents .table-scroll th.w26, .bge-contents .table-scroll td.w26, .c-content-main .table-no-break th.w26, .c-content-main .table-no-break td.w26, .c-content-main .table-scroll th.w26, .c-content-main .table-scroll td.w26 {
						width: 26 % !important;
					}
					.bge-contents .table-no-break th.w27, .bge-contents .table-no-break td.w27, .bge-contents .table-scroll th.w27, .bge-contents .table-scroll td.w27, .c-content-main .table-no-break th.w27, .c-content-main .table-no-break td.w27, .c-content-main .table-scroll th.w27, .c-content-main .table-scroll td.w27 {
						width: 27 % !important;
					}
					.bge-contents .table-no-break th.w28, .bge-contents .table-no-break td.w28, .bge-contents .table-scroll th.w28, .bge-contents .table-scroll td.w28, .c-content-main .table-no-break th.w28, .c-content-main .table-no-break td.w28, .c-content-main .table-scroll th.w28, .c-content-main .table-scroll td.w28 {
						width: 28 % !important;
					}
					.bge-contents .table-no-break th.w29, .bge-contents .table-no-break td.w29, .bge-contents .table-scroll th.w29, .bge-contents .table-scroll td.w29, .c-content-main .table-no-break th.w29, .c-content-main .table-no-break td.w29, .c-content-main .table-scroll th.w29, .c-content-main .table-scroll td.w29 {
						width: 29 % !important;
					}
					.bge-contents .table-no-break th.w30, .bge-contents .table-no-break td.w30, .bge-contents .table-scroll th.w30, .bge-contents .table-scroll td.w30, .c-content-main .table-no-break th.w30, .c-content-main .table-no-break td.w30, .c-content-main .table-scroll th.w30, .c-content-main .table-scroll td.w30 {
						width: 30 % !important;
					}
					.bge-contents .table-no-break th.w31, .bge-contents .table-no-break td.w31, .bge-contents .table-scroll th.w31, .bge-contents .table-scroll td.w31, .c-content-main .table-no-break th.w31, .c-content-main .table-no-break td.w31, .c-content-main .table-scroll th.w31, .c-content-main .table-scroll td.w31 {
						width: 31 % !important;
					}
					.bge-contents .table-no-break th.w32, .bge-contents .table-no-break td.w32, .bge-contents .table-scroll th.w32, .bge-contents .table-scroll td.w32, .c-content-main .table-no-break th.w32, .c-content-main .table-no-break td.w32, .c-content-main .table-scroll th.w32, .c-content-main .table-scroll td.w32 {
						width: 32 % !important;
					}
					.bge-contents .table-no-break th.w33, .bge-contents .table-no-break td.w33, .bge-contents .table-scroll th.w33, .bge-contents .table-scroll td.w33, .c-content-main .table-no-break th.w33, .c-content-main .table-no-break td.w33, .c-content-main .table-scroll th.w33, .c-content-main .table-scroll td.w33 {
						width: 33 % !important;
					}
					.bge-contents .table-no-break th.w34, .bge-contents .table-no-break td.w34, .bge-contents .table-scroll th.w34, .bge-contents .table-scroll td.w34, .c-content-main .table-no-break th.w34, .c-content-main .table-no-break td.w34, .c-content-main .table-scroll th.w34, .c-content-main .table-scroll td.w34 {
						width: 34 % !important;
					}
					.bge-contents .table-no-break th.w35, .bge-contents .table-no-break td.w35, .bge-contents .table-scroll th.w35, .bge-contents .table-scroll td.w35, .c-content-main .table-no-break th.w35, .c-content-main .table-no-break td.w35, .c-content-main .table-scroll th.w35, .c-content-main .table-scroll td.w35 {
						width: 35 % !important;
					}
					.bge-contents .table-no-break th.w36, .bge-contents .table-no-break td.w36, .bge-contents .table-scroll th.w36, .bge-contents .table-scroll td.w36, .c-content-main .table-no-break th.w36, .c-content-main .table-no-break td.w36, .c-content-main .table-scroll th.w36, .c-content-main .table-scroll td.w36 {
						width: 36 % !important;
					}
					.bge-contents .table-no-break th.w37, .bge-contents .table-no-break td.w37, .bge-contents .table-scroll th.w37, .bge-contents .table-scroll td.w37, .c-content-main .table-no-break th.w37, .c-content-main .table-no-break td.w37, .c-content-main .table-scroll th.w37, .c-content-main .table-scroll td.w37 {
						width: 37 % !important;
					}
					.bge-contents .table-no-break th.w38, .bge-contents .table-no-break td.w38, .bge-contents .table-scroll th.w38, .bge-contents .table-scroll td.w38, .c-content-main .table-no-break th.w38, .c-content-main .table-no-break td.w38, .c-content-main .table-scroll th.w38, .c-content-main .table-scroll td.w38 {
						width: 38 % !important;
					}
					.bge-contents .table-no-break th.w39, .bge-contents .table-no-break td.w39, .bge-contents .table-scroll th.w39, .bge-contents .table-scroll td.w39, .c-content-main .table-no-break th.w39, .c-content-main .table-no-break td.w39, .c-content-main .table-scroll th.w39, .c-content-main .table-scroll td.w39 {
						width: 39 % !important;
					}
					.bge-contents .table-no-break th.w40, .bge-contents .table-no-break td.w40, .bge-contents .table-scroll th.w40, .bge-contents .table-scroll td.w40, .c-content-main .table-no-break th.w40, .c-content-main .table-no-break td.w40, .c-content-main .table-scroll th.w40, .c-content-main .table-scroll td.w40 {
						width: 40 % !important;
					}
					.bge-contents .table-no-break th.w41, .bge-contents .table-no-break td.w41, .bge-contents .table-scroll th.w41, .bge-contents .table-scroll td.w41, .c-content-main .table-no-break th.w41, .c-content-main .table-no-break td.w41, .c-content-main .table-scroll th.w41, .c-content-main .table-scroll td.w41 {
						width: 41 % !important;
					}
					.bge-contents .table-no-break th.w42, .bge-contents .table-no-break td.w42, .bge-contents .table-scroll th.w42, .bge-contents .table-scroll td.w42, .c-content-main .table-no-break th.w42, .c-content-main .table-no-break td.w42, .c-content-main .table-scroll th.w42, .c-content-main .table-scroll td.w42 {
						width: 42 % !important;
					}
					.bge-contents .table-no-break th.w43, .bge-contents .table-no-break td.w43, .bge-contents .table-scroll th.w43, .bge-contents .table-scroll td.w43, .c-content-main .table-no-break th.w43, .c-content-main .table-no-break td.w43, .c-content-main .table-scroll th.w43, .c-content-main .table-scroll td.w43 {
						width: 43 % !important;
					}
					.bge-contents .table-no-break th.w44, .bge-contents .table-no-break td.w44, .bge-contents .table-scroll th.w44, .bge-contents .table-scroll td.w44, .c-content-main .table-no-break th.w44, .c-content-main .table-no-break td.w44, .c-content-main .table-scroll th.w44, .c-content-main .table-scroll td.w44 {
						width: 44 % !important;
					}
					.bge-contents .table-no-break th.w45, .bge-contents .table-no-break td.w45, .bge-contents .table-scroll th.w45, .bge-contents .table-scroll td.w45, .c-content-main .table-no-break th.w45, .c-content-main .table-no-break td.w45, .c-content-main .table-scroll th.w45, .c-content-main .table-scroll td.w45 {
						width: 45 % !important;
					}
					.bge-contents .table-no-break th.w46, .bge-contents .table-no-break td.w46, .bge-contents .table-scroll th.w46, .bge-contents .table-scroll td.w46, .c-content-main .table-no-break th.w46, .c-content-main .table-no-break td.w46, .c-content-main .table-scroll th.w46, .c-content-main .table-scroll td.w46 {
						width: 46 % !important;
					}
					.bge-contents .table-no-break th.w47, .bge-contents .table-no-break td.w47, .bge-contents .table-scroll th.w47, .bge-contents .table-scroll td.w47, .c-content-main .table-no-break th.w47, .c-content-main .table-no-break td.w47, .c-content-main .table-scroll th.w47, .c-content-main .table-scroll td.w47 {
						width: 47 % !important;
					}
					.bge-contents .table-no-break th.w48, .bge-contents .table-no-break td.w48, .bge-contents .table-scroll th.w48, .bge-contents .table-scroll td.w48, .c-content-main .table-no-break th.w48, .c-content-main .table-no-break td.w48, .c-content-main .table-scroll th.w48, .c-content-main .table-scroll td.w48 {
						width: 48 % !important;
					}
					.bge-contents .table-no-break th.w49, .bge-contents .table-no-break td.w49, .bge-contents .table-scroll th.w49, .bge-contents .table-scroll td.w49, .c-content-main .table-no-break th.w49, .c-content-main .table-no-break td.w49, .c-content-main .table-scroll th.w49, .c-content-main .table-scroll td.w49 {
						width: 49 % !important;
					}
					.bge-contents .table-no-break th.w50, .bge-contents .table-no-break td.w50, .bge-contents .table-scroll th.w50, .bge-contents .table-scroll td.w50, .c-content-main .table-no-break th.w50, .c-content-main .table-no-break td.w50, .c-content-main .table-scroll th.w50, .c-content-main .table-scroll td.w50 {
						width: 50 % !important;
					}
					.bge-contents .table-no-break th.w51, .bge-contents .table-no-break td.w51, .bge-contents .table-scroll th.w51, .bge-contents .table-scroll td.w51, .c-content-main .table-no-break th.w51, .c-content-main .table-no-break td.w51, .c-content-main .table-scroll th.w51, .c-content-main .table-scroll td.w51 {
						width: 51 % !important;
					}
					.bge-contents .table-no-break th.w52, .bge-contents .table-no-break td.w52, .bge-contents .table-scroll th.w52, .bge-contents .table-scroll td.w52, .c-content-main .table-no-break th.w52, .c-content-main .table-no-break td.w52, .c-content-main .table-scroll th.w52, .c-content-main .table-scroll td.w52 {
						width: 52 % !important;
					}
					.bge-contents .table-no-break th.w53, .bge-contents .table-no-break td.w53, .bge-contents .table-scroll th.w53, .bge-contents .table-scroll td.w53, .c-content-main .table-no-break th.w53, .c-content-main .table-no-break td.w53, .c-content-main .table-scroll th.w53, .c-content-main .table-scroll td.w53 {
						width: 53 % !important;
					}
					.bge-contents .table-no-break th.w54, .bge-contents .table-no-break td.w54, .bge-contents .table-scroll th.w54, .bge-contents .table-scroll td.w54, .c-content-main .table-no-break th.w54, .c-content-main .table-no-break td.w54, .c-content-main .table-scroll th.w54, .c-content-main .table-scroll td.w54 {
						width: 54 % !important;
					}
					.bge-contents .table-no-break th.w55, .bge-contents .table-no-break td.w55, .bge-contents .table-scroll th.w55, .bge-contents .table-scroll td.w55, .c-content-main .table-no-break th.w55, .c-content-main .table-no-break td.w55, .c-content-main .table-scroll th.w55, .c-content-main .table-scroll td.w55 {
						width: 55 % !important;
					}
					.bge-contents .table-no-break th.w56, .bge-contents .table-no-break td.w56, .bge-contents .table-scroll th.w56, .bge-contents .table-scroll td.w56, .c-content-main .table-no-break th.w56, .c-content-main .table-no-break td.w56, .c-content-main .table-scroll th.w56, .c-content-main .table-scroll td.w56 {
						width: 56 % !important;
					}
					.bge-contents .table-no-break th.w57, .bge-contents .table-no-break td.w57, .bge-contents .table-scroll th.w57, .bge-contents .table-scroll td.w57, .c-content-main .table-no-break th.w57, .c-content-main .table-no-break td.w57, .c-content-main .table-scroll th.w57, .c-content-main .table-scroll td.w57 {
						width: 57 % !important;
					}
					.bge-contents .table-no-break th.w58, .bge-contents .table-no-break td.w58, .bge-contents .table-scroll th.w58, .bge-contents .table-scroll td.w58, .c-content-main .table-no-break th.w58, .c-content-main .table-no-break td.w58, .c-content-main .table-scroll th.w58, .c-content-main .table-scroll td.w58 {
						width: 58 % !important;
					}
					.bge-contents .table-no-break th.w59, .bge-contents .table-no-break td.w59, .bge-contents .table-scroll th.w59, .bge-contents .table-scroll td.w59, .c-content-main .table-no-break th.w59, .c-content-main .table-no-break td.w59, .c-content-main .table-scroll th.w59, .c-content-main .table-scroll td.w59 {
						width: 59 % !important;
					}
					.bge-contents .table-no-break th.w60, .bge-contents .table-no-break td.w60, .bge-contents .table-scroll th.w60, .bge-contents .table-scroll td.w60, .c-content-main .table-no-break th.w60, .c-content-main .table-no-break td.w60, .c-content-main .table-scroll th.w60, .c-content-main .table-scroll td.w60 {
						width: 60 % !important;
					}
					.bge-contents .table-no-break th.w61, .bge-contents .table-no-break td.w61, .bge-contents .table-scroll th.w61, .bge-contents .table-scroll td.w61, .c-content-main .table-no-break th.w61, .c-content-main .table-no-break td.w61, .c-content-main .table-scroll th.w61, .c-content-main .table-scroll td.w61 {
						width: 61 % !important;
					}
					.bge-contents .table-no-break th.w62, .bge-contents .table-no-break td.w62, .bge-contents .table-scroll th.w62, .bge-contents .table-scroll td.w62, .c-content-main .table-no-break th.w62, .c-content-main .table-no-break td.w62, .c-content-main .table-scroll th.w62, .c-content-main .table-scroll td.w62 {
						width: 62 % !important;
					}
					.bge-contents .table-no-break th.w63, .bge-contents .table-no-break td.w63, .bge-contents .table-scroll th.w63, .bge-contents .table-scroll td.w63, .c-content-main .table-no-break th.w63, .c-content-main .table-no-break td.w63, .c-content-main .table-scroll th.w63, .c-content-main .table-scroll td.w63 {
						width: 63 % !important;
					}
					.bge-contents .table-no-break th.w64, .bge-contents .table-no-break td.w64, .bge-contents .table-scroll th.w64, .bge-contents .table-scroll td.w64, .c-content-main .table-no-break th.w64, .c-content-main .table-no-break td.w64, .c-content-main .table-scroll th.w64, .c-content-main .table-scroll td.w64 {
						width: 64 % !important;
					}
					.bge-contents .table-no-break th.w65, .bge-contents .table-no-break td.w65, .bge-contents .table-scroll th.w65, .bge-contents .table-scroll td.w65, .c-content-main .table-no-break th.w65, .c-content-main .table-no-break td.w65, .c-content-main .table-scroll th.w65, .c-content-main .table-scroll td.w65 {
						width: 65 % !important;
					}
					.bge-contents .table-no-break th.w66, .bge-contents .table-no-break td.w66, .bge-contents .table-scroll th.w66, .bge-contents .table-scroll td.w66, .c-content-main .table-no-break th.w66, .c-content-main .table-no-break td.w66, .c-content-main .table-scroll th.w66, .c-content-main .table-scroll td.w66 {
						width: 66 % !important;
					}
					.bge-contents .table-no-break th.w67, .bge-contents .table-no-break td.w67, .bge-contents .table-scroll th.w67, .bge-contents .table-scroll td.w67, .c-content-main .table-no-break th.w67, .c-content-main .table-no-break td.w67, .c-content-main .table-scroll th.w67, .c-content-main .table-scroll td.w67 {
						width: 67 % !important;
					}
					.bge-contents .table-no-break th.w68, .bge-contents .table-no-break td.w68, .bge-contents .table-scroll th.w68, .bge-contents .table-scroll td.w68, .c-content-main .table-no-break th.w68, .c-content-main .table-no-break td.w68, .c-content-main .table-scroll th.w68, .c-content-main .table-scroll td.w68 {
						width: 68 % !important;
					}
					.bge-contents .table-no-break th.w69, .bge-contents .table-no-break td.w69, .bge-contents .table-scroll th.w69, .bge-contents .table-scroll td.w69, .c-content-main .table-no-break th.w69, .c-content-main .table-no-break td.w69, .c-content-main .table-scroll th.w69, .c-content-main .table-scroll td.w69 {
						width: 69 % !important;
					}
					.bge-contents .table-no-break th.w70, .bge-contents .table-no-break td.w70, .bge-contents .table-scroll th.w70, .bge-contents .table-scroll td.w70, .c-content-main .table-no-break th.w70, .c-content-main .table-no-break td.w70, .c-content-main .table-scroll th.w70, .c-content-main .table-scroll td.w70 {
						width: 70 % !important;
					}
					.bge-contents .table-no-break th.w71, .bge-contents .table-no-break td.w71, .bge-contents .table-scroll th.w71, .bge-contents .table-scroll td.w71, .c-content-main .table-no-break th.w71, .c-content-main .table-no-break td.w71, .c-content-main .table-scroll th.w71, .c-content-main .table-scroll td.w71 {
						width: 71 % !important;
					}
					.bge-contents .table-no-break th.w72, .bge-contents .table-no-break td.w72, .bge-contents .table-scroll th.w72, .bge-contents .table-scroll td.w72, .c-content-main .table-no-break th.w72, .c-content-main .table-no-break td.w72, .c-content-main .table-scroll th.w72, .c-content-main .table-scroll td.w72 {
						width: 72 % !important;
					}
					.bge-contents .table-no-break th.w73, .bge-contents .table-no-break td.w73, .bge-contents .table-scroll th.w73, .bge-contents .table-scroll td.w73, .c-content-main .table-no-break th.w73, .c-content-main .table-no-break td.w73, .c-content-main .table-scroll th.w73, .c-content-main .table-scroll td.w73 {
						width: 73 % !important;
					}
					.bge-contents .table-no-break th.w74, .bge-contents .table-no-break td.w74, .bge-contents .table-scroll th.w74, .bge-contents .table-scroll td.w74, .c-content-main .table-no-break th.w74, .c-content-main .table-no-break td.w74, .c-content-main .table-scroll th.w74, .c-content-main .table-scroll td.w74 {
						width: 74 % !important;
					}
					.bge-contents .table-no-break th.w75, .bge-contents .table-no-break td.w75, .bge-contents .table-scroll th.w75, .bge-contents .table-scroll td.w75, .c-content-main .table-no-break th.w75, .c-content-main .table-no-break td.w75, .c-content-main .table-scroll th.w75, .c-content-main .table-scroll td.w75 {
						width: 75 % !important;
					}
					.bge-contents .table-no-break th.w76, .bge-contents .table-no-break td.w76, .bge-contents .table-scroll th.w76, .bge-contents .table-scroll td.w76, .c-content-main .table-no-break th.w76, .c-content-main .table-no-break td.w76, .c-content-main .table-scroll th.w76, .c-content-main .table-scroll td.w76 {
						width: 76 % !important;
					}
					.bge-contents .table-no-break th.w77, .bge-contents .table-no-break td.w77, .bge-contents .table-scroll th.w77, .bge-contents .table-scroll td.w77, .c-content-main .table-no-break th.w77, .c-content-main .table-no-break td.w77, .c-content-main .table-scroll th.w77, .c-content-main .table-scroll td.w77 {
						width: 77 % !important;
					}
					.bge-contents .table-no-break th.w78, .bge-contents .table-no-break td.w78, .bge-contents .table-scroll th.w78, .bge-contents .table-scroll td.w78, .c-content-main .table-no-break th.w78, .c-content-main .table-no-break td.w78, .c-content-main .table-scroll th.w78, .c-content-main .table-scroll td.w78 {
						width: 78 % !important;
					}
					.bge-contents .table-no-break th.w79, .bge-contents .table-no-break td.w79, .bge-contents .table-scroll th.w79, .bge-contents .table-scroll td.w79, .c-content-main .table-no-break th.w79, .c-content-main .table-no-break td.w79, .c-content-main .table-scroll th.w79, .c-content-main .table-scroll td.w79 {
						width: 79 % !important;
					}
					.bge-contents .table-no-break th.w80, .bge-contents .table-no-break td.w80, .bge-contents .table-scroll th.w80, .bge-contents .table-scroll td.w80, .c-content-main .table-no-break th.w80, .c-content-main .table-no-break td.w80, .c-content-main .table-scroll th.w80, .c-content-main .table-scroll td.w80 {
						width: 80 % !important;
					}
					.bge-contents .table-no-break th.w81, .bge-contents .table-no-break td.w81, .bge-contents .table-scroll th.w81, .bge-contents .table-scroll td.w81, .c-content-main .table-no-break th.w81, .c-content-main .table-no-break td.w81, .c-content-main .table-scroll th.w81, .c-content-main .table-scroll td.w81 {
						width: 81 % !important;
					}
					.bge-contents .table-no-break th.w82, .bge-contents .table-no-break td.w82, .bge-contents .table-scroll th.w82, .bge-contents .table-scroll td.w82, .c-content-main .table-no-break th.w82, .c-content-main .table-no-break td.w82, .c-content-main .table-scroll th.w82, .c-content-main .table-scroll td.w82 {
						width: 82 % !important;
					}
					.bge-contents .table-no-break th.w83, .bge-contents .table-no-break td.w83, .bge-contents .table-scroll th.w83, .bge-contents .table-scroll td.w83, .c-content-main .table-no-break th.w83, .c-content-main .table-no-break td.w83, .c-content-main .table-scroll th.w83, .c-content-main .table-scroll td.w83 {
						width: 83 % !important;
					}
					.bge-contents .table-no-break th.w84, .bge-contents .table-no-break td.w84, .bge-contents .table-scroll th.w84, .bge-contents .table-scroll td.w84, .c-content-main .table-no-break th.w84, .c-content-main .table-no-break td.w84, .c-content-main .table-scroll th.w84, .c-content-main .table-scroll td.w84 {
						width: 84 % !important;
					}
					.bge-contents .table-no-break th.w85, .bge-contents .table-no-break td.w85, .bge-contents .table-scroll th.w85, .bge-contents .table-scroll td.w85, .c-content-main .table-no-break th.w85, .c-content-main .table-no-break td.w85, .c-content-main .table-scroll th.w85, .c-content-main .table-scroll td.w85 {
						width: 85 % !important;
					}
					.bge-contents .table-no-break th.w86, .bge-contents .table-no-break td.w86, .bge-contents .table-scroll th.w86, .bge-contents .table-scroll td.w86, .c-content-main .table-no-break th.w86, .c-content-main .table-no-break td.w86, .c-content-main .table-scroll th.w86, .c-content-main .table-scroll td.w86 {
						width: 86 % !important;
					}
					.bge-contents .table-no-break th.w87, .bge-contents .table-no-break td.w87, .bge-contents .table-scroll th.w87, .bge-contents .table-scroll td.w87, .c-content-main .table-no-break th.w87, .c-content-main .table-no-break td.w87, .c-content-main .table-scroll th.w87, .c-content-main .table-scroll td.w87 {
						width: 87 % !important;
					}
					.bge-contents .table-no-break th.w88, .bge-contents .table-no-break td.w88, .bge-contents .table-scroll th.w88, .bge-contents .table-scroll td.w88, .c-content-main .table-no-break th.w88, .c-content-main .table-no-break td.w88, .c-content-main .table-scroll th.w88, .c-content-main .table-scroll td.w88 {
						width: 88 % !important;
					}
					.bge-contents .table-no-break th.w89, .bge-contents .table-no-break td.w89, .bge-contents .table-scroll th.w89, .bge-contents .table-scroll td.w89, .c-content-main .table-no-break th.w89, .c-content-main .table-no-break td.w89, .c-content-main .table-scroll th.w89, .c-content-main .table-scroll td.w89 {
						width: 89 % !important;
					}
					.bge-contents .table-no-break th.w90, .bge-contents .table-no-break td.w90, .bge-contents .table-scroll th.w90, .bge-contents .table-scroll td.w90, .c-content-main .table-no-break th.w90, .c-content-main .table-no-break td.w90, .c-content-main .table-scroll th.w90, .c-content-main .table-scroll td.w90 {
						width: 90 % !important;
					}

				.bge-contents .table-no-break th:not(:last-child), .bge-contents .table-no-break td:not(:last-child), .bge-contents .table-scroll th:not(:last-child), .bge-contents .table-scroll td:not(:last-child), .c-content-main .table-no-break th:not(:last-child), .c-content-main .table-no-break td:not(:last-child), .c-content-main .table-scroll th:not(:last-child), .c-content-main .table-scroll td:not(:last-child) {
					border-right: 0;
				}
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break th:not(:last-child), .bge-contents .table-scroll th:not(:last-child), .c-content-main .table-no-break th:not(:last-child), .c-content-main .table-scroll th:not(:last-child) {
					border-right: 0
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break td:not(:last-child), .bge-contents .table-scroll td:not(:last-child), .c-content-main .table-no-break td:not(:last-child), .c-content-main .table-scroll td:not(:last-child) {
					border-right: 0
			}
				}
.bge-contents .table-no-break[data-bgb="table"] caption, .bge-contents .table-scroll[data-bgb="table"] caption, .c-content-main .table-no-break[data-bgb="table"] caption, .c-content-main .table-scroll[data-bgb="table"] caption {
				margin: 0 0 1em 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .table-no-break[data-bgb="table"] .bge-type-table__heading:not(:last-child), .bge-contents .table-no-break[data-bgb="table"] .bge-type-table__text:not(:last-child), .bge-contents .table-scroll[data-bgb="table"] .bge-type-table__heading:not(:last-child), .bge-contents .table-scroll[data-bgb="table"] .bge-type-table__text:not(:last-child), .c-content-main .table-no-break[data-bgb="table"] .bge-type-table__heading:not(:last-child), .c-content-main .table-no-break[data-bgb="table"] .bge-type-table__text:not(:last-child), .c-content-main .table-scroll[data-bgb="table"] .bge-type-table__heading:not(:last-child), .c-content-main .table-scroll[data-bgb="table"] .bge-type-table__text:not(:last-child) {
						border-right: 0
				}
					}
.bge-contents .table-no-break[data-bgb="table"] .bge-type-table__heading, .bge-contents .table-scroll[data-bgb="table"] .bge-type-table__heading, .c-content-main .table-no-break[data-bgb="table"] .bge-type-table__heading, .c-content-main .table-scroll[data-bgb="table"] .bge-type-table__heading {
				width: 33.33333% !important;
			}
@media screen and (max-width: 767px) {
.bge-contents .table-scroll, .c-content-main .table-scroll {
			width: 100%;
			overflow-x: auto
	}

			.bge-contents .table-scroll::before, .c-content-main .table-scroll::before {
				content: "この表組は横にスクロールできます →";
				display: block;
				margin: 0 0 .5em;
				line-height: 1.35714;
				color: #000;
				font-weight: bold;
				font-size: 1em;
				white-space: pre;
			}

			.bge-contents .table-scroll table, .c-content-main .table-scroll table {
				min-width: 200%;
				margin-bottom: 0 !important;
			}

			.bge-contents .table-scroll.w300 table, .c-content-main .table-scroll.w300 table {
				min-width: 300%;
			}

			.bge-contents .table-scroll.w400 table, .c-content-main .table-scroll.w400 table {
				min-width: 400%;
			}

			.bge-contents .table-scroll.w500 table, .c-content-main .table-scroll.w500 table {
				min-width: 500%;
			}
		}
.bge-contents table.table-text-center th, .bge-contents table.table-text-center td, .bge-contents table tr.table-text-center th, .bge-contents table tr.table-text-center td, .bge-contents .table-text-center table th, .bge-contents .table-text-center table td, .c-content-main table.table-text-center th, .c-content-main table.table-text-center td, .c-content-main table tr.table-text-center th, .c-content-main table tr.table-text-center td, .c-content-main .table-text-center table th, .c-content-main .table-text-center table td {
			text-align: center;
		}
.bge-contents th.table-text-center, .bge-contents td.table-text-center, .c-content-main th.table-text-center, .c-content-main td.table-text-center {
		text-align: center;
	}
.bge-contents table.table-text-small th, .bge-contents table tr.table-text-small th, .bge-contents .table-text-small table th, .c-content-main table.table-text-small th, .c-content-main table tr.table-text-small th, .c-content-main .table-text-small table th {
			font-size: 1em;
		}
.bge-contents table.table-text-small td, .bge-contents table tr.table-text-small td, .bge-contents .table-text-small table td, .c-content-main table.table-text-small td, .c-content-main table tr.table-text-small td, .c-content-main .table-text-small table td {
			font-size: 0.9375em;
		}
.bge-contents th.table-text-small, .c-content-main th.table-text-small {
		font-size: 1em;
	}
.bge-contents td.table-text-small, .c-content-main td.table-text-small {
		font-size: 0.9375em;
	}
.bge-contents .text-center, .c-content-main .text-center {
		text-align: center;
	}
.bge-contents .text-right, .c-content-main .text-right {
		text-align: right;
	}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:8px"], .bge-contents [style*="font-size: 8px"], .c-content-main [style*="font-size:8px"], .c-content-main [style*="font-size: 8px"] {
				font-size: 1.86667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:9px"], .bge-contents [style*="font-size: 9px"], .c-content-main [style*="font-size:9px"], .c-content-main [style*="font-size: 9px"] {
				font-size: 2.1vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:10px"], .bge-contents [style*="font-size: 10px"], .c-content-main [style*="font-size:10px"], .c-content-main [style*="font-size: 10px"] {
				font-size: 2.33333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:11px"], .bge-contents [style*="font-size: 11px"], .c-content-main [style*="font-size:11px"], .c-content-main [style*="font-size: 11px"] {
				font-size: 2.56667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:12px"], .bge-contents [style*="font-size: 12px"], .c-content-main [style*="font-size:12px"], .c-content-main [style*="font-size: 12px"] {
				font-size: 2.8vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:13px"], .bge-contents [style*="font-size: 13px"], .c-content-main [style*="font-size:13px"], .c-content-main [style*="font-size: 13px"] {
				font-size: 3.03333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:14px"], .bge-contents [style*="font-size: 14px"], .c-content-main [style*="font-size:14px"], .c-content-main [style*="font-size: 14px"] {
				font-size: 3.26667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:15px"], .bge-contents [style*="font-size: 15px"], .c-content-main [style*="font-size:15px"], .c-content-main [style*="font-size: 15px"] {
				font-size: 3.5vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:16px"], .bge-contents [style*="font-size: 16px"], .c-content-main [style*="font-size:16px"], .c-content-main [style*="font-size: 16px"] {
				font-size: 3.73333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:17px"], .bge-contents [style*="font-size: 17px"], .c-content-main [style*="font-size:17px"], .c-content-main [style*="font-size: 17px"] {
				font-size: 3.96667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:18px"], .bge-contents [style*="font-size: 18px"], .c-content-main [style*="font-size:18px"], .c-content-main [style*="font-size: 18px"] {
				font-size: 4.2vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:19px"], .bge-contents [style*="font-size: 19px"], .c-content-main [style*="font-size:19px"], .c-content-main [style*="font-size: 19px"] {
				font-size: 4.43333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:20px"], .bge-contents [style*="font-size: 20px"], .c-content-main [style*="font-size:20px"], .c-content-main [style*="font-size: 20px"] {
				font-size: 4.66667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:21px"], .bge-contents [style*="font-size: 21px"], .c-content-main [style*="font-size:21px"], .c-content-main [style*="font-size: 21px"] {
				font-size: 4.9vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:22px"], .bge-contents [style*="font-size: 22px"], .c-content-main [style*="font-size:22px"], .c-content-main [style*="font-size: 22px"] {
				font-size: 5.13333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:23px"], .bge-contents [style*="font-size: 23px"], .c-content-main [style*="font-size:23px"], .c-content-main [style*="font-size: 23px"] {
				font-size: 5.36667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:24px"], .bge-contents [style*="font-size: 24px"], .c-content-main [style*="font-size:24px"], .c-content-main [style*="font-size: 24px"] {
				font-size: 5.6vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:25px"], .bge-contents [style*="font-size: 25px"], .c-content-main [style*="font-size:25px"], .c-content-main [style*="font-size: 25px"] {
				font-size: 5.83333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:26px"], .bge-contents [style*="font-size: 26px"], .c-content-main [style*="font-size:26px"], .c-content-main [style*="font-size: 26px"] {
				font-size: 6.06667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:27px"], .bge-contents [style*="font-size: 27px"], .c-content-main [style*="font-size:27px"], .c-content-main [style*="font-size: 27px"] {
				font-size: 6.3vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:28px"], .bge-contents [style*="font-size: 28px"], .c-content-main [style*="font-size:28px"], .c-content-main [style*="font-size: 28px"] {
				font-size: 6.53333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:29px"], .bge-contents [style*="font-size: 29px"], .c-content-main [style*="font-size:29px"], .c-content-main [style*="font-size: 29px"] {
				font-size: 6.76667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:30px"], .bge-contents [style*="font-size: 30px"], .c-content-main [style*="font-size:30px"], .c-content-main [style*="font-size: 30px"] {
				font-size: 7vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:31px"], .bge-contents [style*="font-size: 31px"], .c-content-main [style*="font-size:31px"], .c-content-main [style*="font-size: 31px"] {
				font-size: 7.23333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:32px"], .bge-contents [style*="font-size: 32px"], .c-content-main [style*="font-size:32px"], .c-content-main [style*="font-size: 32px"] {
				font-size: 7.46667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:33px"], .bge-contents [style*="font-size: 33px"], .c-content-main [style*="font-size:33px"], .c-content-main [style*="font-size: 33px"] {
				font-size: 7.7vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:34px"], .bge-contents [style*="font-size: 34px"], .c-content-main [style*="font-size:34px"], .c-content-main [style*="font-size: 34px"] {
				font-size: 7.93333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:35px"], .bge-contents [style*="font-size: 35px"], .c-content-main [style*="font-size:35px"], .c-content-main [style*="font-size: 35px"] {
				font-size: 8.16667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:36px"], .bge-contents [style*="font-size: 36px"], .c-content-main [style*="font-size:36px"], .c-content-main [style*="font-size: 36px"] {
				font-size: 8.4vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:37px"], .bge-contents [style*="font-size: 37px"], .c-content-main [style*="font-size:37px"], .c-content-main [style*="font-size: 37px"] {
				font-size: 8.63333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:38px"], .bge-contents [style*="font-size: 38px"], .c-content-main [style*="font-size:38px"], .c-content-main [style*="font-size: 38px"] {
				font-size: 8.86667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:39px"], .bge-contents [style*="font-size: 39px"], .c-content-main [style*="font-size:39px"], .c-content-main [style*="font-size: 39px"] {
				font-size: 9.1vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:40px"], .bge-contents [style*="font-size: 40px"], .c-content-main [style*="font-size:40px"], .c-content-main [style*="font-size: 40px"] {
				font-size: 9.33333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:41px"], .bge-contents [style*="font-size: 41px"], .c-content-main [style*="font-size:41px"], .c-content-main [style*="font-size: 41px"] {
				font-size: 9.56667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:42px"], .bge-contents [style*="font-size: 42px"], .c-content-main [style*="font-size:42px"], .c-content-main [style*="font-size: 42px"] {
				font-size: 9.8vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:43px"], .bge-contents [style*="font-size: 43px"], .c-content-main [style*="font-size:43px"], .c-content-main [style*="font-size: 43px"] {
				font-size: 10.03333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:44px"], .bge-contents [style*="font-size: 44px"], .c-content-main [style*="font-size:44px"], .c-content-main [style*="font-size: 44px"] {
				font-size: 10.26667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:45px"], .bge-contents [style*="font-size: 45px"], .c-content-main [style*="font-size:45px"], .c-content-main [style*="font-size: 45px"] {
				font-size: 10.5vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:46px"], .bge-contents [style*="font-size: 46px"], .c-content-main [style*="font-size:46px"], .c-content-main [style*="font-size: 46px"] {
				font-size: 10.73333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:47px"], .bge-contents [style*="font-size: 47px"], .c-content-main [style*="font-size:47px"], .c-content-main [style*="font-size: 47px"] {
				font-size: 10.96667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:48px"], .bge-contents [style*="font-size: 48px"], .c-content-main [style*="font-size:48px"], .c-content-main [style*="font-size: 48px"] {
				font-size: 11.2vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:49px"], .bge-contents [style*="font-size: 49px"], .c-content-main [style*="font-size:49px"], .c-content-main [style*="font-size: 49px"] {
				font-size: 11.43333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:50px"], .bge-contents [style*="font-size: 50px"], .c-content-main [style*="font-size:50px"], .c-content-main [style*="font-size: 50px"] {
				font-size: 11.66667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:51px"], .bge-contents [style*="font-size: 51px"], .c-content-main [style*="font-size:51px"], .c-content-main [style*="font-size: 51px"] {
				font-size: 11.9vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:52px"], .bge-contents [style*="font-size: 52px"], .c-content-main [style*="font-size:52px"], .c-content-main [style*="font-size: 52px"] {
				font-size: 12.13333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:53px"], .bge-contents [style*="font-size: 53px"], .c-content-main [style*="font-size:53px"], .c-content-main [style*="font-size: 53px"] {
				font-size: 12.36667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:54px"], .bge-contents [style*="font-size: 54px"], .c-content-main [style*="font-size:54px"], .c-content-main [style*="font-size: 54px"] {
				font-size: 12.6vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:55px"], .bge-contents [style*="font-size: 55px"], .c-content-main [style*="font-size:55px"], .c-content-main [style*="font-size: 55px"] {
				font-size: 12.83333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:56px"], .bge-contents [style*="font-size: 56px"], .c-content-main [style*="font-size:56px"], .c-content-main [style*="font-size: 56px"] {
				font-size: 13.06667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:57px"], .bge-contents [style*="font-size: 57px"], .c-content-main [style*="font-size:57px"], .c-content-main [style*="font-size: 57px"] {
				font-size: 13.3vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:58px"], .bge-contents [style*="font-size: 58px"], .c-content-main [style*="font-size:58px"], .c-content-main [style*="font-size: 58px"] {
				font-size: 13.53333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:59px"], .bge-contents [style*="font-size: 59px"], .c-content-main [style*="font-size:59px"], .c-content-main [style*="font-size: 59px"] {
				font-size: 13.76667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:60px"], .bge-contents [style*="font-size: 60px"], .c-content-main [style*="font-size:60px"], .c-content-main [style*="font-size: 60px"] {
				font-size: 14vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:61px"], .bge-contents [style*="font-size: 61px"], .c-content-main [style*="font-size:61px"], .c-content-main [style*="font-size: 61px"] {
				font-size: 14.23333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:62px"], .bge-contents [style*="font-size: 62px"], .c-content-main [style*="font-size:62px"], .c-content-main [style*="font-size: 62px"] {
				font-size: 14.46667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:63px"], .bge-contents [style*="font-size: 63px"], .c-content-main [style*="font-size:63px"], .c-content-main [style*="font-size: 63px"] {
				font-size: 14.7vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:64px"], .bge-contents [style*="font-size: 64px"], .c-content-main [style*="font-size:64px"], .c-content-main [style*="font-size: 64px"] {
				font-size: 14.93333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:65px"], .bge-contents [style*="font-size: 65px"], .c-content-main [style*="font-size:65px"], .c-content-main [style*="font-size: 65px"] {
				font-size: 15.16667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:66px"], .bge-contents [style*="font-size: 66px"], .c-content-main [style*="font-size:66px"], .c-content-main [style*="font-size: 66px"] {
				font-size: 15.4vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:67px"], .bge-contents [style*="font-size: 67px"], .c-content-main [style*="font-size:67px"], .c-content-main [style*="font-size: 67px"] {
				font-size: 15.63333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:68px"], .bge-contents [style*="font-size: 68px"], .c-content-main [style*="font-size:68px"], .c-content-main [style*="font-size: 68px"] {
				font-size: 15.86667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:69px"], .bge-contents [style*="font-size: 69px"], .c-content-main [style*="font-size:69px"], .c-content-main [style*="font-size: 69px"] {
				font-size: 16.1vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:70px"], .bge-contents [style*="font-size: 70px"], .c-content-main [style*="font-size:70px"], .c-content-main [style*="font-size: 70px"] {
				font-size: 16.33333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:71px"], .bge-contents [style*="font-size: 71px"], .c-content-main [style*="font-size:71px"], .c-content-main [style*="font-size: 71px"] {
				font-size: 16.56667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:72px"], .bge-contents [style*="font-size: 72px"], .c-content-main [style*="font-size:72px"], .c-content-main [style*="font-size: 72px"] {
				font-size: 16.8vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:73px"], .bge-contents [style*="font-size: 73px"], .c-content-main [style*="font-size:73px"], .c-content-main [style*="font-size: 73px"] {
				font-size: 17.03333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:74px"], .bge-contents [style*="font-size: 74px"], .c-content-main [style*="font-size:74px"], .c-content-main [style*="font-size: 74px"] {
				font-size: 17.26667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:75px"], .bge-contents [style*="font-size: 75px"], .c-content-main [style*="font-size:75px"], .c-content-main [style*="font-size: 75px"] {
				font-size: 17.5vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:76px"], .bge-contents [style*="font-size: 76px"], .c-content-main [style*="font-size:76px"], .c-content-main [style*="font-size: 76px"] {
				font-size: 17.73333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:77px"], .bge-contents [style*="font-size: 77px"], .c-content-main [style*="font-size:77px"], .c-content-main [style*="font-size: 77px"] {
				font-size: 17.96667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:78px"], .bge-contents [style*="font-size: 78px"], .c-content-main [style*="font-size:78px"], .c-content-main [style*="font-size: 78px"] {
				font-size: 18.2vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:79px"], .bge-contents [style*="font-size: 79px"], .c-content-main [style*="font-size:79px"], .c-content-main [style*="font-size: 79px"] {
				font-size: 18.43333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:80px"], .bge-contents [style*="font-size: 80px"], .c-content-main [style*="font-size:80px"], .c-content-main [style*="font-size: 80px"] {
				font-size: 18.66667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:81px"], .bge-contents [style*="font-size: 81px"], .c-content-main [style*="font-size:81px"], .c-content-main [style*="font-size: 81px"] {
				font-size: 18.9vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:82px"], .bge-contents [style*="font-size: 82px"], .c-content-main [style*="font-size:82px"], .c-content-main [style*="font-size: 82px"] {
				font-size: 19.13333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:83px"], .bge-contents [style*="font-size: 83px"], .c-content-main [style*="font-size:83px"], .c-content-main [style*="font-size: 83px"] {
				font-size: 19.36667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:84px"], .bge-contents [style*="font-size: 84px"], .c-content-main [style*="font-size:84px"], .c-content-main [style*="font-size: 84px"] {
				font-size: 19.6vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:85px"], .bge-contents [style*="font-size: 85px"], .c-content-main [style*="font-size:85px"], .c-content-main [style*="font-size: 85px"] {
				font-size: 19.83333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:86px"], .bge-contents [style*="font-size: 86px"], .c-content-main [style*="font-size:86px"], .c-content-main [style*="font-size: 86px"] {
				font-size: 20.06667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:87px"], .bge-contents [style*="font-size: 87px"], .c-content-main [style*="font-size:87px"], .c-content-main [style*="font-size: 87px"] {
				font-size: 20.3vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:88px"], .bge-contents [style*="font-size: 88px"], .c-content-main [style*="font-size:88px"], .c-content-main [style*="font-size: 88px"] {
				font-size: 20.53333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:89px"], .bge-contents [style*="font-size: 89px"], .c-content-main [style*="font-size:89px"], .c-content-main [style*="font-size: 89px"] {
				font-size: 20.76667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:90px"], .bge-contents [style*="font-size: 90px"], .c-content-main [style*="font-size:90px"], .c-content-main [style*="font-size: 90px"] {
				font-size: 21vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:91px"], .bge-contents [style*="font-size: 91px"], .c-content-main [style*="font-size:91px"], .c-content-main [style*="font-size: 91px"] {
				font-size: 21.23333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:92px"], .bge-contents [style*="font-size: 92px"], .c-content-main [style*="font-size:92px"], .c-content-main [style*="font-size: 92px"] {
				font-size: 21.46667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:93px"], .bge-contents [style*="font-size: 93px"], .c-content-main [style*="font-size:93px"], .c-content-main [style*="font-size: 93px"] {
				font-size: 21.7vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:94px"], .bge-contents [style*="font-size: 94px"], .c-content-main [style*="font-size:94px"], .c-content-main [style*="font-size: 94px"] {
				font-size: 21.93333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:95px"], .bge-contents [style*="font-size: 95px"], .c-content-main [style*="font-size:95px"], .c-content-main [style*="font-size: 95px"] {
				font-size: 22.16667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:96px"], .bge-contents [style*="font-size: 96px"], .c-content-main [style*="font-size:96px"], .c-content-main [style*="font-size: 96px"] {
				font-size: 22.4vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:97px"], .bge-contents [style*="font-size: 97px"], .c-content-main [style*="font-size:97px"], .c-content-main [style*="font-size: 97px"] {
				font-size: 22.63333vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:98px"], .bge-contents [style*="font-size: 98px"], .c-content-main [style*="font-size:98px"], .c-content-main [style*="font-size: 98px"] {
				font-size: 22.86667vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:99px"], .bge-contents [style*="font-size: 99px"], .c-content-main [style*="font-size:99px"], .c-content-main [style*="font-size: 99px"] {
				font-size: 23.1vw !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [style*="font-size:100px"], .bge-contents [style*="font-size: 100px"], .c-content-main [style*="font-size:100px"], .c-content-main [style*="font-size: 100px"] {
				font-size: 23.33333vw !important
		}
			}
.bge-contents .voice-schedule, .c-content-main .voice-schedule {
		padding: 60px;
		border-radius: 20px;
		background: #fff;
	}
@media screen and (max-width: 767px) {
.bge-contents .voice-schedule, .c-content-main .voice-schedule {
			padding: 40px 8%;
			margin: 0 0 30px
	}
		}
.bge-contents .bgb-voice, .c-content-main .bgb-voice {
	margin-bottom: 0 !important;
	padding: 60px 60px 50px;
	border-radius: 20px 20px 0 0;
	background: #fff;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice, .c-content-main .bgb-voice {
		padding: 40px 8% 20px
}
	}
.bge-contents .bgb-voice .bgt-voice__profile, .c-content-main .bgb-voice .bgt-voice__profile {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice .bgt-voice__profile, .c-content-main .bgb-voice .bgt-voice__profile {
					display: block
		}
				}
.bge-contents .bgb-voice .bgt-voice__image, .c-content-main .bgb-voice .bgt-voice__image {
			width: 400px;
			margin-right: 60px;
			padding: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice .bgt-voice__image, .c-content-main .bgb-voice .bgt-voice__image {
				width: 100%;
				margin: 0 0 25px
		}
			}
.bge-contents .bgb-voice .bgt-voice__image img, .c-content-main .bgb-voice .bgt-voice__image img {
				display: block;
				max-width: 100%;
				height: auto;
				margin: 0 auto;
			}
.bge-contents .bgb-voice .bgt-voice__info, .c-content-main .bgb-voice .bgt-voice__info {
			width: 520px;
			padding: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice .bgt-voice__info, .c-content-main .bgb-voice .bgt-voice__info {
				width: 100%;
				margin-bottom: 0
		}
			}
.bge-contents .bgb-voice .bgt-voice__info ul, .c-content-main .bgb-voice .bgt-voice__info ul {
				border: 4px solid #51c9d4;
				border-width: 0 0 0 4px;
				color: #333;
				padding: 0 0 0 40px;
				font-weight: 600;
			}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice .bgt-voice__info ul, .c-content-main .bgb-voice .bgt-voice__info ul {
					padding: 0 0 0 20px
			}
				}
.bge-contents .bgb-voice .bgt-voice__info li, .c-content-main .bgb-voice .bgt-voice__info li {
				list-style: none;
				padding: 0;
			}
.bge-contents .bgb-voice .bgt-voice__info li::before, .c-content-main .bgb-voice .bgt-voice__info li::before {
					display: none;
				}
.bge-contents .bgb-voice .bgt-voice__title, .c-content-main .bgb-voice .bgt-voice__title {
			color: #003d43;
			font-size: 3.2rem;
			padding: 0;
			margin: 0 0 40px;
			letter-spacing: .08em;
			background: transparent;
			font-weight: bold;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice .bgt-voice__title, .c-content-main .bgb-voice .bgt-voice__title {
				font-size: 1.28571em;
				letter-spacing: .05em;
				margin: 0 0 25px
		}
			}
.bge-contents .bgb-voice .bgt-voice__department, .c-content-main .bgb-voice .bgt-voice__department {
			font-size: 1.8rem;
			line-height: 1.3;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice .bgt-voice__department, .c-content-main .bgb-voice .bgt-voice__department {
				font-size: 0.85714em
		}
			}
.bge-contents .bgb-voice .bgt-voice__name, .c-content-main .bgb-voice .bgt-voice__name {
			font-size: 2.8rem;
			margin: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgb-voice .bgt-voice__name, .c-content-main .bgb-voice .bgt-voice__name {
				font-size: 1.28571em
		}
			}
.bge-contents .bgb-voice .bgt-voice__text, .c-content-main .bgb-voice .bgt-voice__text {
			color: #333;
		}
.bge-contents .voice_text, .c-content-main .voice_text {
	margin-top: -1px;
	padding: 0 60px 60px;
	border-radius: 0 0 20px 20px;
	background: #fff;
	color: #333;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.bge-contents .voice_text, .c-content-main .voice_text {
		padding: 0 8% 20px
}
	}
.bge-contents .bge-ckeditor em, .c-content-main .bge-ckeditor em {
			color: #000;
			font-style: inherit;
		}
.c-content-main {
}
@media screen and (max-width: 767px) {
.c-content-main .pc-only {
			display: none !important
	}
		}
@media print, screen and (min-width: 768px) {
.c-content-main .sp-only {
			display: none !important
	}
		}
[data-component="ContentArea"][data-component-mode="visual"] iframe {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}
.bge-contents, .c-content-main {
	background: #51c9d4;
}
[data-bgt]:hover {
		background-color: #45b3bd !important;
	}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
        outline: none;
    }
.slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }
.slick-track:after {
        clear: both;
    }
.slick-loading .slick-track {
        visibility: hidden;
    }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;

    display: none;
}
[dir="rtl"] .slick-slide {
        float: right;
    }
.slick-slide img {
        display: block;
    }
.slick-slide.slick-loading img {
        display: none;
    }
.slick-slide.dragging img {
        pointer-events: none;
    }
.slick-initialized .slick-slide {
        display: block;
    }
.slick-loading .slick-slide {
        visibility: hidden;
    }
.slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
.slick-arrow.slick-hidden {
    display: none;
}
#AdminPages #bge-content {
	max-width: 1100px;
	margin: 0 auto;
}