@charset "utf-8";

/**!
 * rev. 2023-03-28
 * copyright © 2023
 */

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Noto+Sans+JP:400,500,700&subset=japanese");
@charset "utf-8";
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("../font/icons.eot");
	src: url("../font/icons.eot?#iefix") format("embedded-opentype"),
		url("../font/icons.woff") format("woff"),
		url("../font/icons.ttf") format("truetype");
}
/*! 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%;
}
a:hover {
		text-decoration: none;
	}
@media print, screen and (min-width: 768px) {
a[href^="tel:"] {
			pointer-events: none;
			text-decoration: none
	}
		}
*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
*::selection {
		background-color: rgba(84, 188, 0, 0.15);
	}
@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 {
	color: #222;
	font-family: "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", "Meiryo", sans-serif, sans-serif;
	font-size: 1.6rem;
	line-height: 1.875;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
body {
		font-size: 4vw
}
	}
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
figure {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
ol {
	list-style: none;
	padding-left: 0;
}
ul {
	list-style: none;
	padding-left: 0;
}
.bge-contents, .c-content-main {
}
.bge-contents a, .c-content-main a {
		color: #ff7200;
	}
.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: -.3em;
				width: 19px;
				height: 24px;
				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;
					height: 5.33333vw
			}
				}
.bge-contents a[href*=".pdf"]::before, .c-content-main a[href*=".pdf"]::before {
				background: url("/img/icon-pdf.svg") no-repeat 50% 50% / 19px 24px;
			}
@media screen and (max-width: 767px) {
.bge-contents a[href*=".pdf"]::before, .c-content-main a[href*=".pdf"]::before {
					background-size: 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/icon-word.svg") no-repeat 50% 50% / 19px 24px;
			}
@media screen and (max-width: 767px) {
.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-size: 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/icon-excel.svg") no-repeat 50% 50% / 19px 24px;
			}
@media screen and (max-width: 767px) {
.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-size: 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/icon-ppt.svg") no-repeat 50% 50% / 19px 24px;
			}
@media screen and (max-width: 767px) {
.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-size: contain
			}
				}
.bge-contents a[target="_blank"]::after, .c-content-main a[target="_blank"]::after {
				content: "";
				display: inline-block;
				width: 15px;
				height: 15px;
				margin: 0 0.375em 0 0.25em;
				background: url("/img/icon-external.svg") no-repeat 0 0 / 15px 15px;
			}
@media screen and (max-width: 767px) {
.bge-contents a[target="_blank"]::after, .c-content-main a[target="_blank"]::after {
					width: 0.9375em;
					height: 0.9375em;
					background-size: contain
			}
				}
.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 0.88235em;
		padding: 0.64706em 0.58824em;
		padding-right: 0.29412em;
		background: url("/img/bg-repeat-x-dotline.png") repeat-x 0 0 / 6px 2px, url("/img/bg-repeat-x-dotline.png") repeat-x 0 100% / 6px 2px;
		line-height: 1.29412;
		font-weight: 500;
		font-size: 2.125em;
	}
@media screen and (max-width: 767px) {
.bge-contents h2, .c-content-main h2 {
			font-size: 1.86667em
	}
		}
.bge-contents h2::before, .bge-contents h2::after, .c-content-main h2::before, .c-content-main h2::after {
			content: "";
			display: block;
			position: absolute;
			left: 0;
			width: 5px;
		}
.bge-contents h2::before, .c-content-main h2::before {
			top: 0.35294em;
			height: calc(50% - 0.35294em + 1px);
			border-radius: 5px 5px 0 0;
			background: #85cd00;
		}
.bge-contents h2::after, .c-content-main h2::after {
			bottom: 0.35294em;
			height: calc(50% - 0.35294em);
			border-radius: 0 0 5px 5px;
			background: #ffc800;
		}
.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 .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: 1.875em;
	}
.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: 3.125em !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.9375em !important;
		}
.bge-contents h3, .c-content-main h3 {
		position: relative;
		margin: 1em 0 0.76923em;
		padding: 0.38462em 1.15385em;
		border-radius: 6px;
		background: #f6f6f6 url("/img/bg-repeat-dot-opacity5.png") repeat 0 0 / 9px 14px;
		overflow: hidden;
		line-height: 1.38462;
		font-weight: normal;
		font-size: 1.625em;
	}
@media screen and (max-width: 767px) {
.bge-contents h3, .c-content-main h3 {
			font-size: 1.53333em
	}
		}
.bge-contents h3::before, .bge-contents h3::after, .c-content-main h3::before, .c-content-main h3::after {
			content: "";
			display: block;
			position: absolute;
			left: 0;
			width: 4px;
		}
.bge-contents h3::before, .c-content-main h3::before {
			top: 0.46154em;
			height: calc(50% - 0.46154em + 1px);
			border-radius: 0 4px 0 0;
			background: #85cd00;
		}
.bge-contents h3::after, .c-content-main h3::after {
			bottom: 0.46154em;
			height: calc(50% - 0.46154em);
			border-radius: 0 0 4px 0;
			background: #ffc800;
		}
.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.5625em;
	}
.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: 3.125em !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.9375em !important;
		}
.bge-contents h4, .c-content-main h4 {
		position: relative;
		margin: 1em 0 0.83333em;
		padding: 10px 20px;
		padding-right: 0;
		border-bottom: 2px solid #d8d8d8;
		overflow: hidden;
		line-height: 1.41667;
		font-weight: normal;
		font-size: 1.5em;
	}
@media screen and (max-width: 767px) {
.bge-contents h4, .c-content-main h4 {
			padding: 2.66667vw 4vw;
			padding-right: 0;
			font-size: 1.4em
	}
		}
.bge-contents h4::before, .bge-contents h4::after, .c-content-main h4::before, .c-content-main h4::after {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto 0;
			height: 3px;
		}
.bge-contents h4::before, .c-content-main h4::before {
			left: 0;
			width: 12px;
			background: #85cd00;
		}
@media screen and (max-width: 767px) {
.bge-contents h4::before, .c-content-main h4::before {
				width: 2.66667vw
		}
			}
.bge-contents h4::after, .c-content-main h4::after {
			left: 6px;
			width: 6px;
			background: #ffc800;
		}
@media screen and (max-width: 767px) {
.bge-contents h4::after, .c-content-main h4::after {
				left: 1.33333vw;
				width: 1.33333vw
		}
			}
.bge-contents h4.no-icon, .c-content-main h4.no-icon {
			padding-right: 0;
			padding-left: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents h4.no-icon, .c-content-main h4.no-icon {
				padding-left: 0
		}
			}
.bge-contents h4.no-icon::before, .bge-contents h4.no-icon::after, .c-content-main h4.no-icon::before, .c-content-main h4.no-icon::after {
				content: none;
			}
.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 h5, .c-content-main h5 {
		position: relative;
		margin: 1em 0 0.68182em;
		padding-left: 1.36364em;
		overflow: hidden;
		line-height: 1.45455;
		font-weight: 500;
		font-size: 1.375em;
	}
.bge-contents h5::before, .c-content-main h5::before {
			content: "";
			display: block;
			position: absolute;
			top: 9px;
			left: 5px;
			width: 15px;
			height: 15px;
			border-radius: 50%;
			background: linear-gradient(120deg, #85cd00 50%, #ffc800 50%);
		}
@media screen and (max-width: 767px) {
.bge-contents h5::before, .c-content-main h5::before {
				top: 0.40909em;
				left: 0.22727em;
				width: 0.68182em;
				height: 0.68182em
		}
			}
.bge-contents h5::after, .c-content-main h5::after {
			content: "";
			display: block;
			position: absolute;
			top: 13px;
			left: 9px;
			width: 7px;
			height: 7px;
			border-radius: 50%;
			background: #fff;
		}
@media screen and (max-width: 767px) {
.bge-contents h5::after, .c-content-main h5::after {
				top: 0.59091em;
				left: 0.40909em;
				width: 0.31818em;
				height: 0.31818em
		}
			}
.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: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 + p, .c-content-main h5 + p {
			margin-top: 0;
		}
.bge-contents h6, .c-content-main h6 {
		position: relative;
		margin: 1em 0 0.4em;
		padding-left: 20px;
		line-height: 1.5;
		color: #ff7200;
		font-weight: 500;
		font-size: 1.25em;
	}
@media screen and (max-width: 767px) {
.bge-contents h6, .c-content-main h6 {
			padding-left: 4vw
	}
		}
.bge-contents h6::before, .c-content-main h6::before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 12px;
			height: 3px;
			margin: auto 0;
			background: #ababab;
		}
@media screen and (max-width: 767px) {
.bge-contents h6::before, .c-content-main h6::before {
				width: 2.66667vw
		}
			}
.bge-contents h6.no-icon, .c-content-main h6.no-icon {
			padding-left: 0;
		}
.bge-contents h6.no-icon::before, .c-content-main h6.no-icon::before {
				content: none;
			}
.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 ul, .c-content-main ul {
		overflow: hidden;
		font-size: 1em;
	}
.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: 1em;
		}
.bge-contents ul > li:first-child, .c-content-main ul > li:first-child {
				margin-top: 0;
			}
.bge-contents ul > li:last-child, .c-content-main ul > li:last-child {
				margin-bottom: 0;
			}
.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: block;
				position: absolute;
				top: calc(1em - 3.5px);
				left: 2px;
				width: 7px;
				height: 7px;
				border-radius: 50%;
				background: #ff7200;
			}
@media screen and (max-width: 767px) {
.bge-contents ul > li::before, .c-content-main ul > li::before {
					top: 0.71875em;
					left: 0.125em;
					width: 0.4375em;
					height: 0.4375em
			}
				}
.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				background: #b6b6b6;
			}
.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin: 0;
		}
.bge-contents ul.check > li, .c-content-main ul.check > li {
				padding: 0 0 0 1.875em;
				background: url("/img/icon-check@2x.png") no-repeat 0 0.3125em / 1.375em auto;
				line-height: 2;
				font-size: 1em;
			}
.bge-contents ul.check > li::before, .c-content-main ul.check > li::before {
					content: none;
				}
.bge-contents ul.check ul > li::before, .c-content-main ul.check ul > li::before {
					background: #ff7200;
				}
.bge-contents ul.check ul > li > ul li::before, .c-content-main ul.check ul > li > ul li::before {
					background: #b6b6b6;
				}
.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		overflow: hidden;
		font-size: 1em;
	}
.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: 1.875em;
		}
.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: #ff7200;
				font-weight: bold;
				font-family: "Montserrat", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", "Meiryo", sans-serif;
			}
.bge-contents ol > li > ol li::before, .c-content-main ol > li > ol li::before {
				color: #b6b6b6;
			}
.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin: 0;
		}
.bge-contents table, .c-content-main table {
		width: 100%;
		margin-bottom: 3.125em;
		border-collapse: collapse;
	}
@media screen and (max-width: 767px) {
.bge-contents table, .c-content-main table {
			display: block
	}
		}
.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;
	}
@media screen and (max-width: 767px) {
.bge-contents caption, .c-content-main caption {
			display: block
	}
		}
@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 {
		border-top: 1px solid #ababab;
		border-bottom: 1px solid #ababab;
	}
@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:not(:last-child), .bge-contents td:not(:last-child), .c-content-main th:not(:last-child), .c-content-main td:not(:last-child) {
			border-right: 1px solid #ababab;
		}
@media screen and (max-width: 767px) {
.bge-contents th:not(:last-child), .bge-contents td:not(:last-child), .c-content-main th:not(:last-child), .c-content-main td:not(:last-child) {
				border-right: 0
		}
			}
.bge-contents th, .c-content-main th {
		padding: 1em 1.66667em;
		background: #eee;
		line-height: 1.66667;
		font-weight: 500;
		font-size: 1.125em;
		text-align: left;
	}
.bge-contents th small, .c-content-main th small {
			display: inline-block;
			font-weight: normal;
			font-size: 0.77778em;
		}
.bge-contents td, .c-content-main td {
		padding: 1.125em 1.875em;
		font-size: 1em;
	}
.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 p.text-small, .c-content-main p.text-small {
			font-size: 0.875em;
		}
.bge-contents p.indent, .c-content-main p.indent {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
.bge-contents p.indent span:first-child, .c-content-main p.indent span:first-child {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				white-space: nowrap;
			}
.bge-contents blockquote, .c-content-main blockquote {
		background: #f6f6f6;
		margin: 0;
		padding: 1em 2em;
		position: relative;
	}
.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "“";
			display: block;
			font-size: 2.5em;
			left: 0;
			line-height: 0;
			margin-top: .5em;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			top: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}
.bge-contents blockquote::after, .c-content-main blockquote::after {
			bottom: 0;
			content: "”";
			display: block;
			font-size: 2.5em;
			line-height: 0;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			right: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}
.bge-contents figcaption, .c-content-main figcaption {
		margin-top: 0.33333em;
		line-height: 1.66667;
		color: #222;
		font-weight: 500;
		font-size: 0.9375em;
	}
.bge-contents hr, .c-content-main hr {
		height: 2px;
		margin: 3.125em auto;
		border-style: none;
		background: #d8d8d8;
		color: #ababab;
	}
.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 #7c7c7c;
			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 #ffc800, 0 0 10px 0 #fff;
				        box-shadow: 0 0 10px 0 #ffc800, 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 {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		vertical-align: top;
		position: relative;
		padding: 0 53px 0 20px;
		border: 1px solid #7c7c7c;
		border-radius: 0;
		background: url("/img/icon-arrow-select@2x.png") no-repeat right 7px top 11px / 17px 11px, -webkit-gradient(linear, left bottom, left top, color-stop(0, #7c7c7c), to(#7c7c7c)) no-repeat right -2px top 0 / 35px 100%;
		background: url("/img/icon-arrow-select@2x.png") no-repeat right 7px top 11px / 17px 11px, linear-gradient(0deg, #7c7c7c 0, #7c7c7c 100%) no-repeat right -2px top 0 / 35px 100%;
		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::-ms-expand, .c-content-main select::-ms-expand {
			display: none;
		}
.bge-contents select:focus, .c-content-main select:focus {
			-webkit-box-shadow: 0 0 10px 0 #ffc800, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #ffc800, 0 0 10px 0 #fff;
			outline: none;
		}
@media screen and (max-width: 767px) {
.bge-contents .toggle-input-view select, .c-content-main .toggle-input-view select {
				display: inline-block;
				width: 7em
		}
			}
.bge-contents textarea, .c-content-main textarea {
		vertical-align: top;
		width: 100%;
		padding: 20px;
		border: 1px solid #7c7c7c;
		font-size: 1.6rem;
		resize: vertical;
	}
.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: 0 0 10px 0 #ffc800, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #ffc800, 0 0 10px 0 #fff;
			outline: none;
		}
.bge-contents code, .c-content-main code {
		display: block;
		padding: 1.25em 1.875em;
		background: #f6f6f6;
		font-family: sans-serif;
		letter-spacing: .1em;
	}
.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: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-1, .c-content-main .grid-lg-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-1, .c-content-main .grid-xl-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-2, .c-content-main .grid-lg-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-2, .c-content-main .grid-xl-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-3, .c-content-main .grid-lg-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-3, .c-content-main .grid-xl-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-4, .c-content-main .grid-lg-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-4, .c-content-main .grid-xl-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-5, .c-content-main .grid-lg-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-5, .c-content-main .grid-xl-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-6, .c-content-main .grid-lg-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-6, .c-content-main .grid-xl-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-7, .c-content-main .grid-lg-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-7, .c-content-main .grid-xl-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-8, .c-content-main .grid-lg-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-8, .c-content-main .grid-xl-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-9, .c-content-main .grid-lg-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-9, .c-content-main .grid-xl-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-10, .c-content-main .grid-lg-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-10, .c-content-main .grid-xl-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-11, .c-content-main .grid-lg-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-11, .c-content-main .grid-xl-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-12, .c-content-main .grid-lg-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-12, .c-content-main .grid-xl-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-d5, .c-content-main .grid-lg-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-d5, .c-content-main .grid-xl-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (max-width: 575px) {
.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: 1199px) {
.bge-contents .grid-lg-flex, .c-content-main .grid-lg-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0 !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.78125em !important;
	}
.bge-contents .mt-medium, .c-content-main .mt-medium {
		margin-top: 3.125em !important;
	}
.bge-contents .mt-wide, .c-content-main .mt-wide {
		margin-top: 6.25em !important;
	}
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
		margin-bottom: 0.78125em !important;
	}
.bge-contents .mb-medium, .c-content-main .mb-medium {
		margin-bottom: 3.125em !important;
	}
.bge-contents .mb-wide, .c-content-main .mb-wide {
		margin-bottom: 6.25em !important;
	}
.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 3.125em;
	}
.bge-contents [data-bgb="button"].bgb-opt--mb-small, .bge-contents [data-bgb="button2"].bgb-opt--mb-small, .bge-contents [data-bgb="button3"].bgb-opt--mb-small, .c-content-main [data-bgb="button"].bgb-opt--mb-small, .c-content-main [data-bgb="button2"].bgb-opt--mb-small, .c-content-main [data-bgb="button3"].bgb-opt--mb-small {
			margin-bottom: 1.875em;
		}
.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: 270px;
		padding: 0.83333em 2.5em;
		border: 0;
		border-radius: 6px;
		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-btn:hover, .c-content-main .bgt-btn:hover {
				opacity: .7;
			}
		}
@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 rgba(255, 200, 0, 0.5);
			        box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
		}
.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: .6;
		}
.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;
			right: 1.33333em;
			top: 50%;
			margin: -0.27778em 0 0;
			border: 2px solid currentColor;
			border-width: 2px 2px 0 0;
			background: none;
			width: 0.55556em;
			height: 0.55556em;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}
.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="link"] .bgt-btn, .c-content-main [data-bgt-button-kind="link"] .bgt-btn {
		background: #ff8a00;
	}
.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		background: #222;
	}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		padding: 0.72222em 2.88889em;
		border: 2px solid #222;
		border-radius: 1.66667em;
		background: #fff;
		color: #222;
	}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
			content: none;
		}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			right: 1.22222em;
			bottom: 0;
			width: 19px;
			height: 19px;
			margin: auto 0;
			background: url("/img/icon-external.svg") no-repeat 0 0 / 19px 19px;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::before {
				width: 1.05556em;
				height: 1.05556em;
				background-size: contain
		}
			}
.bge-contents [data-bgt-button-kind="back"] .bgt-btn, .c-content-main [data-bgt-button-kind="back"] .bgt-btn {
		background: #d8d8d8;
		color: #222;
	}
.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.33333em;
			-webkit-transform: rotate(-135deg);
			        transform: rotate(-135deg);
		}
.bge-contents .bgt-hr, .c-content-main .bgt-hr {
		margin: 0 auto;
	}
.bge-contents [data-bgt-hr-kind="dashed"] .bgt-hr, .c-content-main [data-bgt-hr-kind="dashed"] .bgt-hr {
		height: 0;
		border: none;
		background: none;
		border-bottom: 2px dashed #d8d8d8;
	}
.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"].bgb-opt--mb-small, .bge-contents [data-bgb="download-file2"].bgb-opt--mb-small, .bge-contents [data-bgb="download-file3"].bgb-opt--mb-small, .c-content-main [data-bgb="download-file"].bgb-opt--mb-small, .c-content-main [data-bgb="download-file2"].bgb-opt--mb-small, .c-content-main [data-bgb="download-file3"].bgb-opt--mb-small {
			margin-bottom: 1.875em;
		}
.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 {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		min-width: 270px;
		padding: 0.72222em 2.88889em;
		border: 2px solid #222;
		border-radius: 1.66667em;
		line-height: 1.66667;
		color: #222;
		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:hover, .c-content-main .bgt-download-file__link:hover {
				opacity: .7;
			}
		}
@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 rgba(255, 200, 0, 0.5);
			        box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
		}
.bge-contents .bgt-download-file__link[href]::before, .c-content-main .bgt-download-file__link[href]::before {
			content: none;
		}
.bge-contents .bgt-download-file__link::after, .bge-contents .bgt-download-file__link[target="_blank"]::after, .c-content-main .bgt-download-file__link::after, .c-content-main .bgt-download-file__link[target="_blank"]::after {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			right: 1.22222em;
			bottom: 0;
			width: 20px;
			height: 23px;
			margin: auto 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link::after, .bge-contents .bgt-download-file__link[target="_blank"]::after, .c-content-main .bgt-download-file__link::after, .c-content-main .bgt-download-file__link[target="_blank"]::after {
				width: 1.11111em;
				height: 1.27778em;
				background-size: contain
		}
			}
.bge-contents .bgt-download-file__link[href*=".pdf"]::after, .c-content-main .bgt-download-file__link[href*=".pdf"]::after {
				background: url("/img/icon-pdf.svg") no-repeat 50% 50% / 20px 23px;
			}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link[href*=".pdf"]::after, .c-content-main .bgt-download-file__link[href*=".pdf"]::after {
					background-size: contain
			}
				}
.bge-contents .bgt-download-file__link[href*=".doc"]::after, .bge-contents .bgt-download-file__link[href*=".docx"]::after, .c-content-main .bgt-download-file__link[href*=".doc"]::after, .c-content-main .bgt-download-file__link[href*=".docx"]::after {
				background: url("/img/icon-word.svg") no-repeat 50% 50% / 20px 23px;
			}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link[href*=".doc"]::after, .bge-contents .bgt-download-file__link[href*=".docx"]::after, .c-content-main .bgt-download-file__link[href*=".doc"]::after, .c-content-main .bgt-download-file__link[href*=".docx"]::after {
					background-size: contain
			}
				}
.bge-contents .bgt-download-file__link[href*=".xls"]::after, .bge-contents .bgt-download-file__link[href*=".xlsx"]::after, .c-content-main .bgt-download-file__link[href*=".xls"]::after, .c-content-main .bgt-download-file__link[href*=".xlsx"]::after {
				background: url("/img/icon-excel.svg") no-repeat 50% 50% / 20px 23px;
			}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link[href*=".xls"]::after, .bge-contents .bgt-download-file__link[href*=".xlsx"]::after, .c-content-main .bgt-download-file__link[href*=".xls"]::after, .c-content-main .bgt-download-file__link[href*=".xlsx"]::after {
					background-size: contain
			}
				}
.bge-contents .bgt-download-file__link[href*=".ppt"]::after, .bge-contents .bgt-download-file__link[href*=".pptx"]::after, .c-content-main .bgt-download-file__link[href*=".ppt"]::after, .c-content-main .bgt-download-file__link[href*=".pptx"]::after {
				background: url("/img/icon-ppt.svg") no-repeat 50% 50% / 20px 23px;
			}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link[href*=".ppt"]::after, .bge-contents .bgt-download-file__link[href*=".pptx"]::after, .c-content-main .bgt-download-file__link[href*=".ppt"]::after, .c-content-main .bgt-download-file__link[href*=".pptx"]::after {
					background-size: contain
			}
				}
.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;
		}
@media screen and (max-width: 575px) {
.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			border: solid 1px #e8e8e8;
			border-radius: 3px;
			color: #d8d8d8;
			margin-top: 10px;
			padding: 1em;
			text-align: center;
			text-decoration: none
	}

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

			.bge-contents .bgt-google-maps-link::after, .c-content-main .bgt-google-maps-link::after {
				display: inline-block;
				font-family: icons;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				line-height: 1;
				speak: none;
				text-align: left;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none;
				vertical-align: middle;
				white-space: nowrap;
				font-family: FontAwesome;
				content: "\f08e";
				font-size: 1em;
				vertical-align: middle;
			}
		}
.bge-contents .bgt-image, .c-content-main .bgt-image {
	}
.bge-contents .bgt-image :link, .c-content-main .bgt-image :link {
			outline: none;
		}
.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
		padding: 1.875em;
	}
.bge-contents .bgb-opt--bg-gray.none-top, .bge-contents .bgb-opt--bg-blue.none-top, .bge-contents .bgb-opt--bg-pink.none-top, .c-content-main .bgb-opt--bg-gray.none-top, .c-content-main .bgb-opt--bg-blue.none-top, .c-content-main .bgb-opt--bg-pink.none-top {
			padding-top: 0;
		}
.bge-contents .bgb-opt--bg-gray.none-bottom, .bge-contents .bgb-opt--bg-blue.none-bottom, .bge-contents .bgb-opt--bg-pink.none-bottom, .c-content-main .bgb-opt--bg-gray.none-bottom, .c-content-main .bgb-opt--bg-blue.none-bottom, .c-content-main .bgb-opt--bg-pink.none-bottom {
			padding-bottom: 0;
		}
.bge-contents .bgb-opt--bg-gray.none-top-bottom, .bge-contents .bgb-opt--bg-blue.none-top-bottom, .bge-contents .bgb-opt--bg-pink.none-top-bottom, .c-content-main .bgb-opt--bg-gray.none-top-bottom, .c-content-main .bgb-opt--bg-blue.none-top-bottom, .c-content-main .bgb-opt--bg-pink.none-top-bottom {
			padding-top: 0;
			padding-bottom: 0;
		}
.bge-contents .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-gray {
		background: #f6f6f6;
	}
.bge-contents .bgb-opt--bg-gray h5::after, .c-content-main .bgb-opt--bg-gray h5::after {
				background: #f6f6f6;
			}
.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 h5::after, .c-content-main .bgb-opt--bg-pink h5::after {
				background: #fee;
			}
.bge-contents .bgb-opt--border-thin, .c-content-main .bgb-opt--border-thin {
		border-color: #222;
	}
.bge-contents .bgb-opt--border-bold, .c-content-main .bgb-opt--border-bold {
		border-color: #d8d8d8;
	}
.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		padding: 1.875em;
	}
.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding-bottom: 1.875em;
		padding-top: 1.875em;
	}
.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		padding-left: 1.875em;
		padding-right: 1.875em;
	}
.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		padding-left: 1.875em;
		padding-right: 1.875em;
		padding-top: 1.875em;
	}
.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		padding-bottom: 1.875em;
		padding-left: 1.875em;
		padding-right: 1.875em;
	}
.bge-contents .bgb-opt--border-trbl.none-top, .bge-contents .bgb-opt--border-td.none-top, .bge-contents .bgb-opt--border-tb.none-top, .bge-contents .bgb-opt--border-lr.none-top, .bge-contents .bgb-opt--border-trl.none-top, .bge-contents .bgb-opt--border-rbl.none-top, .c-content-main .bgb-opt--border-trbl.none-top, .c-content-main .bgb-opt--border-td.none-top, .c-content-main .bgb-opt--border-tb.none-top, .c-content-main .bgb-opt--border-lr.none-top, .c-content-main .bgb-opt--border-trl.none-top, .c-content-main .bgb-opt--border-rbl.none-top {
			padding-top: 0;
		}
.bge-contents .bgb-opt--border-trbl.none-bottom, .bge-contents .bgb-opt--border-td.none-bottom, .bge-contents .bgb-opt--border-tb.none-bottom, .bge-contents .bgb-opt--border-lr.none-bottom, .bge-contents .bgb-opt--border-trl.none-bottom, .bge-contents .bgb-opt--border-rbl.none-bottom, .c-content-main .bgb-opt--border-trbl.none-bottom, .c-content-main .bgb-opt--border-td.none-bottom, .c-content-main .bgb-opt--border-tb.none-bottom, .c-content-main .bgb-opt--border-lr.none-bottom, .c-content-main .bgb-opt--border-trl.none-bottom, .c-content-main .bgb-opt--border-rbl.none-bottom {
			padding-bottom: 0;
		}
.bge-contents .bgb-opt--border-trbl.none-top-bottom, .bge-contents .bgb-opt--border-td.none-top-bottom, .bge-contents .bgb-opt--border-tb.none-top-bottom, .bge-contents .bgb-opt--border-lr.none-top-bottom, .bge-contents .bgb-opt--border-trl.none-top-bottom, .bge-contents .bgb-opt--border-rbl.none-top-bottom, .c-content-main .bgb-opt--border-trbl.none-top-bottom, .c-content-main .bgb-opt--border-td.none-top-bottom, .c-content-main .bgb-opt--border-tb.none-top-bottom, .c-content-main .bgb-opt--border-lr.none-top-bottom, .c-content-main .bgb-opt--border-trl.none-top-bottom, .c-content-main .bgb-opt--border-rbl.none-top-bottom {
			padding-top: 0;
			padding-bottom: 0;
		}
.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 9.375em !important;
	}
.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1.5625em !important;
	}
.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
	}
.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
			margin-top: 1em;
		}
.bge-contents [data-bgt="gallery"] .bgt-gallery, .c-content-main [data-bgt="gallery"] .bgt-gallery {
			padding-top: 56.25%;
		}
.bge-contents [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl {
					opacity: 1;
				}
.bge-contents [data-bgt="gallery"] .bgt-gallery__img img, .c-content-main [data-bgt="gallery"] .bgt-gallery__img img {
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}
.bge-contents [data-bgt="gallery"] .bgt-gallery__caption, .c-content-main [data-bgt="gallery"] .bgt-gallery__caption {
				color: #fff;
				background: rgba(34, 34, 34, 0.6);
				padding: .7em 1em;
				text-align: center;
			}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
				top: 50%;
				opacity: 0;
				-webkit-transition: opacity 200ms ease-in;
				transition: opacity 200ms ease-in;
			}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					display: block;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					margin: -20px 0 0;
					padding: 0;
					background: none;
					border: none;
					-webkit-transform-origin: center center;
					        transform-origin: center center;
				}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:hover {
						opacity: .5;
					}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus {
						outline: none;
					}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next span {
						display: block;
						overflow: hidden;
						width: 0;
						height: 0;
					}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
						content: "";
						display: block;
						width: 40px;
						height: 40px;
						border: solid #fff;
						border-width: 5px 5px 0 0;
					}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
					left: 20px;
					-webkit-transform: rotate(-135deg);
					        transform: rotate(-135deg);
				}
.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					right: 20px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}
.bge-contents [data-bgt="gallery"] .bgt-gallery-marker li::before, .c-content-main [data-bgt="gallery"] .bgt-gallery-marker li::before {
					display: none;
				}
.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
				margin-top: 10px;
			}
.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
					margin: 0 5px;
					width: 3.75em;
					height: 3.75em;
				}
.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
				margin-top: 10px;
			}
.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
					margin: 0 2px;
					width: 10px;
					height: 10px;
					background-color: #54bc00;
					border-radius: 100%;
					opacity: .6;
				}
.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li.current {
						opacity: 1;
					}
.bge-contents [data-bgb="table"] th:not(:last-child), .bge-contents [data-bgb="table"] td:not(:last-child), .c-content-main [data-bgb="table"] th:not(:last-child), .c-content-main [data-bgb="table"] td:not(:last-child) {
			border-right: 0;
		}
.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="text-image1"] .bgt-grid--first, .bge-contents [data-bgb="text-image2"] .bgt-grid--first, .c-content-main [data-bgb="text-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-image2"] .bgt-grid--first {
				margin-bottom: 1em
		}
			}
.bge-contents .index-column2, .c-content-main .index-column2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
@media screen and (max-width: 767px) {
.bge-contents .index-column2, .c-content-main .index-column2 {
				display: block
		}
			}
.bge-contents .index-column2 .index-item-type1, .bge-contents .index-column2 .index-item-type2, .bge-contents .index-column2 .index-item-type3, .c-content-main .index-column2 .index-item-type1, .c-content-main .index-column2 .index-item-type2, .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-type1, .bge-contents .index-column2 .index-item-type2, .bge-contents .index-column2 .index-item-type3, .c-content-main .index-column2 .index-item-type1, .c-content-main .index-column2 .index-item-type2, .c-content-main .index-column2 .index-item-type3 {
					display: block;
					width: auto
			}
				}
.bge-contents .index-column2 .index-item-type1:not(:nth-child(2n)), .bge-contents .index-column2 .index-item-type2:not(:nth-child(2n)), .bge-contents .index-column2 .index-item-type3: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)), .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-type1:not(:nth-child(2n)), .bge-contents .index-column2 .index-item-type2:not(:nth-child(2n)), .bge-contents .index-column2 .index-item-type3: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)), .c-content-main .index-column2 .index-item-type3:not(:nth-child(2n)) {
						margin-right: 0
				}
					}
.bge-contents .index-column2 .index-item-type1:nth-child(n + 3), .bge-contents .index-column2 .index-item-type2:nth-child(n + 3), .bge-contents .index-column2 .index-item-type3: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), .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-type1:nth-child(n + 3), .bge-contents .index-column2 .index-item-type2:nth-child(n + 3), .bge-contents .index-column2 .index-item-type3: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), .c-content-main .index-column2 .index-item-type3:nth-child(n + 3) {
						margin-right: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column2 .index-item-type1:not(:first-child), .bge-contents .index-column2 .index-item-type2:not(:first-child), .bge-contents .index-column2 .index-item-type3:not(:first-child), .c-content-main .index-column2 .index-item-type1:not(:first-child), .c-content-main .index-column2 .index-item-type2:not(:first-child), .c-content-main .index-column2 .index-item-type3:not(:first-child) {
						margin-top: 4.26667vw
				}
					}
.bge-contents .index-column2 .index-item-type1 .pict, .bge-contents .index-column2 .index-item-type2 .pict, .bge-contents .index-column2 .index-item-type3 .pict, .c-content-main .index-column2 .index-item-type1 .pict, .c-content-main .index-column2 .index-item-type2 .pict, .c-content-main .index-column2 .index-item-type3 .pict {
					border-radius: 0.375em;
					overflow: hidden;
				}
.bge-contents .index-column2 .index-item-type1 .pict img, .bge-contents .index-column2 .index-item-type2 .pict img, .bge-contents .index-column2 .index-item-type3 .pict img, .c-content-main .index-column2 .index-item-type1 .pict img, .c-content-main .index-column2 .index-item-type2 .pict img, .c-content-main .index-column2 .index-item-type3 .pict img {
						width: 100%;
						height: 180px;
						-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, .bge-contents .index-column2 .index-item-type3 .pict img, .c-content-main .index-column2 .index-item-type1 .pict img, .c-content-main .index-column2 .index-item-type2 .pict img, .c-content-main .index-column2 .index-item-type3 .pict img {
							height: 47.83784vw
					}
						}
.bge-contents .index-column3, .c-content-main .index-column3 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
@media screen and (max-width: 767px) {
.bge-contents .index-column3, .c-content-main .index-column3 {
				display: block
		}
			}
.bge-contents .index-column3 .index-item-type1, .bge-contents .index-column3 .index-item-type2, .bge-contents .index-column3 .index-item-type3, .c-content-main .index-column3 .index-item-type1, .c-content-main .index-column3 .index-item-type2, .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-type1, .bge-contents .index-column3 .index-item-type2, .bge-contents .index-column3 .index-item-type3, .c-content-main .index-column3 .index-item-type1, .c-content-main .index-column3 .index-item-type2, .c-content-main .index-column3 .index-item-type3 {
					display: block;
					width: auto
			}
				}
.bge-contents .index-column3 .index-item-type1:not(:nth-child(3n)), .bge-contents .index-column3 .index-item-type2:not(:nth-child(3n)), .bge-contents .index-column3 .index-item-type3: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)), .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-type1:not(:nth-child(3n)), .bge-contents .index-column3 .index-item-type2:not(:nth-child(3n)), .bge-contents .index-column3 .index-item-type3: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)), .c-content-main .index-column3 .index-item-type3: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), .bge-contents .index-column3 .index-item-type3: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), .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-type1:nth-child(n + 4), .bge-contents .index-column3 .index-item-type2:nth-child(n + 4), .bge-contents .index-column3 .index-item-type3: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), .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-type1:not(:first-child), .bge-contents .index-column3 .index-item-type2:not(:first-child), .bge-contents .index-column3 .index-item-type3:not(:first-child), .c-content-main .index-column3 .index-item-type1:not(:first-child), .c-content-main .index-column3 .index-item-type2:not(:first-child), .c-content-main .index-column3 .index-item-type3:not(:first-child) {
						margin-top: 4.26667vw
				}
					}
.bge-contents .index-column3 .index-item-type1 .pict, .bge-contents .index-column3 .index-item-type2 .pict, .bge-contents .index-column3 .index-item-type3 .pict, .c-content-main .index-column3 .index-item-type1 .pict, .c-content-main .index-column3 .index-item-type2 .pict, .c-content-main .index-column3 .index-item-type3 .pict {
					border-radius: 0.375em;
					overflow: hidden;
				}
.bge-contents .index-column3 .index-item-type1 .pict img, .bge-contents .index-column3 .index-item-type2 .pict img, .bge-contents .index-column3 .index-item-type3 .pict img, .c-content-main .index-column3 .index-item-type1 .pict img, .c-content-main .index-column3 .index-item-type2 .pict img, .c-content-main .index-column3 .index-item-type3 .pict img {
						width: 100%;
						height: 120px;
						-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, .bge-contents .index-column3 .index-item-type3 .pict img, .c-content-main .index-column3 .index-item-type1 .pict img, .c-content-main .index-column3 .index-item-type2 .pict img, .c-content-main .index-column3 .index-item-type3 .pict img {
							height: 47.83784vw
					}
						}
.bge-contents .index-column3 .index-item-type4, .c-content-main .index-column3 .index-item-type4 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: calc((100% - 50px)/3);
			}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type4, .c-content-main .index-column3 .index-item-type4 {
					display: block;
					width: auto
			}
				}
.bge-contents .index-column3 .index-item-type4:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type4:not(:nth-child(3n)) {
					margin-right: 25px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type4:not(:nth-child(3n)), .c-content-main .index-column3 .index-item-type4:not(:nth-child(3n)) {
						margin-right: 0
				}
					}
.bge-contents .index-column3 .index-item-type4:nth-child(n + 4), .c-content-main .index-column3 .index-item-type4:nth-child(n + 4) {
					margin-top: 32px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type4:nth-child(n + 4), .c-content-main .index-column3 .index-item-type4:nth-child(n + 4) {
						margin-top: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .index-column3 .index-item-type4:not(:first-child), .c-content-main .index-column3 .index-item-type4:not(:first-child) {
						margin-top: 4.26667vw
				}
					}
.bge-contents .index-item-type1 a, .bge-contents .index-item-type2 a, .bge-contents .index-item-type3 a, .c-content-main .index-item-type1 a, .c-content-main .index-item-type2 a, .c-content-main .index-item-type3 a {
					display: block;
					width: 100%;
					padding: 1.4375em 1.375em;
					border: 2px solid #ffc800;
					border-radius: 0.375em;
					background: #fffae9 url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
					color: currentColor;
					text-decoration: none;
				}
@media screen and (min-width: 768px) {
						.bge-contents .index-item-type1 a:hover, .bge-contents .index-item-type2 a:hover, .bge-contents .index-item-type3 a:hover, .c-content-main .index-item-type1 a:hover, .c-content-main .index-item-type2 a:hover, .c-content-main .index-item-type3 a:hover {
							opacity: .7;
						}
					}
.bge-contents .index-item-type1 .title, .bge-contents .index-item-type2 .title, .bge-contents .index-item-type3 .title, .c-content-main .index-item-type1 .title, .c-content-main .index-item-type2 .title, .c-content-main .index-item-type3 .title {
					position: relative;
					margin: 0 0 0.75em;
					padding: 0 0.75em 0.5em 0;
					border-bottom: 1px solid #ffc800;
					line-height: 1.5;
					color: #ff7200;
					font-weight: 500;
					font-size: 1.25em;
				}
.bge-contents .index-item-type1 .title::after, .bge-contents .index-item-type2 .title::after, .bge-contents .index-item-type3 .title::after, .c-content-main .index-item-type1 .title::after, .c-content-main .index-item-type2 .title::after, .c-content-main .index-item-type3 .title::after {
						content: "";
						display: block;
						position: absolute;
						top: 0;
						right: 0.15em;
						bottom: 0.5em;
						margin: auto 0;
						border: 0 solid currentColor;
						border-width: 2px 2px 0 0;
						background: none;
						width: 0.5em;
						height: 0.5em;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}
.bge-contents .index-item-type2 .pict, .c-content-main .index-item-type2 .pict {
					margin-bottom: 1.4375em;
				}
.bge-contents .index-item-type3 a, .c-content-main .index-item-type3 a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
				}
.bge-contents .index-item-type3 .title, .c-content-main .index-item-type3 .title {
					width: 100%;
					margin-bottom: 0;
					padding-bottom: 0;
					border-bottom: 0;
				}
.bge-contents .index-item-type3 .title::after, .c-content-main .index-item-type3 .title::after {
						bottom: 0;
					}
.bge-contents .index-item-type4 a, .c-content-main .index-item-type4 a {
					display: block;
					border-top: 3px solid #ffc800;
					border-bottom: 2px solid #ffc800;
					color: currentColor;
					text-decoration: none;
				}
@media screen and (min-width: 768px) {
						.bge-contents .index-item-type4 a:hover, .c-content-main .index-item-type4 a:hover {
							opacity: .7;
						}
					}
.bge-contents .index-item-type4 .pict, .c-content-main .index-item-type4 .pict {
					margin: 0 0 1.125em;
				}
.bge-contents .index-item-type4 .pict img, .c-content-main .index-item-type4 .pict img {
						width: 100%;
						height: 170px;
						-o-object-fit: cover;
						   font-family: "object-fit:cover";
						   object-fit: cover;
					}
@media screen and (max-width: 767px) {
.bge-contents .index-item-type4 .pict img, .c-content-main .index-item-type4 .pict img {
							height: 68.10164vw
					}
						}
.bge-contents .index-item-type4 .title, .c-content-main .index-item-type4 .title {
					position: relative;
					margin: 0 0 0.27778em;
					padding: 0 1.94444em 0 1em;
					line-height: 1.55556;
					color: #ff7200;
					font-weight: 500;
					font-size: 1.125em;
				}
.bge-contents .index-item-type4 .title::after, .c-content-main .index-item-type4 .title::after {
						content: "";
						display: block;
						position: absolute;
						top: 0;
						right: 1.44444em;
						bottom: 0;
						margin: auto 0;
						border: 0 solid currentColor;
						border-width: 2px 2px 0 0;
						background: none;
						width: 0.55556em;
						height: 0.55556em;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}
.bge-contents .index-item-type4 .text, .c-content-main .index-item-type4 .text {
					padding: 0 1.125em 1.125em;
					letter-spacing: .075em;
				}
@media screen and (max-width: 767px) {
.bge-contents .service-index .bgt-grid:not(:last-child), .c-content-main .service-index .bgt-grid:not(:last-child) {
					margin-bottom: 5.33333vw
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .service-index .bgt-grid [data-bgt] > :last-child, .c-content-main .service-index .bgt-grid [data-bgt] > :last-child {
					margin-bottom: 0
			}
				}
.bge-contents .service-index a, .c-content-main .service-index a {
			display: block;
			color: currentColor;
			text-decoration: none;
		}
@media screen and (min-width: 768px) {
				.bge-contents .service-index a:hover, .c-content-main .service-index a:hover {
					opacity: .7;
				}
			}
.bge-contents .service-index a[target="_blank"]::after, .c-content-main .service-index a[target="_blank"]::after {
					content: none;
				}
.bge-contents .service-index .bgt-link__box, .c-content-main .service-index .bgt-link__box {
			padding: 10px;
			background: #fff7dc url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
		}
@media screen and (max-width: 767px) {
.bge-contents .service-index .bgt-link__box, .c-content-main .service-index .bgt-link__box {
				padding: 2.66667vw;
				background-image: 2.4vw auto
		}
			}
.bge-contents .service-index .bgt-link__box .bgt-box__image-container img, .c-content-main .service-index .bgt-link__box .bgt-box__image-container img {
					display: block;
					width: 100%;
					max-width: none;
					height: auto;
					margin: 0 auto;
				}
.bge-contents .service-index .bgt-link__box .bgt-box__caption, .c-content-main .service-index .bgt-link__box .bgt-box__caption {
				margin: 0;
				padding: 0.5em 1em 1em;
				background: #fff url("/img/color00/bg-seminar-index-item.svg") no-repeat right 0.25em bottom 0.25em / 21px;
				line-height: 1;
				color: #ff8a00;
				font-weight: bold;
				font-size: 1.25em;
				text-align: center;
			}
@media screen and (max-width: 767px) {
.bge-contents .service-index .bgt-link__box .bgt-box__caption, .c-content-main .service-index .bgt-link__box .bgt-box__caption {
					background-size: 1.05em
			}
				}
.bge-contents .service-index.only2 .bgt-grid:nth-child(3), .c-content-main .service-index.only2 .bgt-grid:nth-child(3) {
				display: none;
			}
.bge-contents .service-index.only1 .bgt-grid:nth-child(2), .bge-contents .service-index.only1 .bgt-grid:nth-child(3), .c-content-main .service-index.only1 .bgt-grid:nth-child(2), .c-content-main .service-index.only1 .bgt-grid:nth-child(3) {
				display: none;
			}
.bge-contents .accordion-block, .c-content-main .accordion-block {
			border-radius: 0.375em;
			background: #eee;
			overflow: hidden;
		}
.bge-contents .accordion-block:not(:last-child), .c-content-main .accordion-block:not(:last-child) {
				margin-bottom: 0.625em;
			}
.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.83333em 3.05556em 0.83333em 1.66667em;
			line-height: 1.55556;
			font-weight: bold;
			font-size: 1.125em;
			letter-spacing: .05em;
			cursor: pointer;
		}
@media screen and (min-width: 768px) {
				.bge-contents .accordion-title:hover, .c-content-main .accordion-title:hover {
					color: #85cd00;
				}
			}
.bge-contents .accordion-title::before, .c-content-main .accordion-title::before {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				width: 1em;
				height: 0.33333em;
				margin: auto 0;
				border-radius: 0 0.33333em 0.33333em 0;
				background: #85cd00;
			}
.bge-contents .accordion-title::after, .c-content-main .accordion-title::after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				right: 0.66667em;
				bottom: 0;
				width: 1.72222em;
				height: 1.72222em;
				margin: auto 0;
				border-radius: 50%;
				background: #85cd00;
			}
.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: 1.16667em;
					bottom: 0;
					z-index: 1;
					width: 0.72222em;
					height: 3px;
					margin: auto;
					border-radius: 3px;
					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.71429em 0.71429em;
				padding: 1.28571em;
				background: #fff;
				line-height: 1.71429;
				font-size: 0.875em;
			}
.bge-contents .link-list, .c-content-main .link-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 1.0625em 1.375em;
		background: #eee url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
	}
.bge-contents .link-list li, .c-content-main .link-list li {
			-webkit-box-flex: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			margin: 0.5em;
			padding: 0;
		}
.bge-contents .link-list li::before, .c-content-main .link-list li::before {
				content: none;
			}
.bge-contents .link-list li:first-child, .c-content-main .link-list li:first-child {
				margin-top: 0.5em;
			}
.bge-contents .link-list li a, .c-content-main .link-list li a {
				display: block;
				position: relative;
				padding: 0.46667em 2em;
				border-radius: 2.6em;
				background: #fff;
				line-height: 1.66667;
				color: currentColor;
				font-weight: 500;
				font-size: 0.9375em;
				text-align: center;
				text-decoration: none;
			}
@media screen and (min-width: 768px) {
					.bge-contents .link-list li a:hover, .c-content-main .link-list li a:hover {
						color: #ff7200;
					}
				}
.bge-contents .link-list li a::after, .c-content-main .link-list li a::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					right: 1em;
					bottom: 0;
					margin: auto 0;
					border: 0 solid #ff7200;
					border-width: 2px 2px 0 0;
					background: none;
					width: 0.46667em;
					height: 0.46667em;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}
@media screen and (max-width: 767px) {
.bge-contents .link-list-2column, .c-content-main .link-list-2column {
			display: block
	}
		}
.bge-contents .link-list-2column li, .c-content-main .link-list-2column li {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			width: calc(50% - 1em);
		}
@media screen and (max-width: 767px) {
.bge-contents .link-list-2column li, .c-content-main .link-list-2column li {
				width: auto
		}
			}
.bge-contents h2.gradient, .bge-contents h2.sub, .bge-contents h2.sub2, .bge-contents h3.gradient, .bge-contents h3.sub, .bge-contents h3.sub2, .bge-contents h4.gradient, .bge-contents h4.sub, .bge-contents h4.sub2, .bge-contents h5.gradient, .bge-contents h5.sub, .bge-contents h5.sub2, .bge-contents h6.gradient, .bge-contents h6.sub, .bge-contents h6.sub2, .c-content-main h2.gradient, .c-content-main h2.sub, .c-content-main h2.sub2, .c-content-main h3.gradient, .c-content-main h3.sub, .c-content-main h3.sub2, .c-content-main h4.gradient, .c-content-main h4.sub, .c-content-main h4.sub2, .c-content-main h5.gradient, .c-content-main h5.sub, .c-content-main h5.sub2, .c-content-main h6.gradient, .c-content-main h6.sub, .c-content-main h6.sub2 {
			position: static;
			margin: 0;
			padding: 0;
			border: 0;
			background: transparent none;
			line-height: 1;
			color: currentColor;
			font-weight: normal;
			font-size: 1em;
		}
.bge-contents h2.gradient::before, .bge-contents h2.gradient::after, .bge-contents h2.sub::before, .bge-contents h2.sub::after, .bge-contents h2.sub2::before, .bge-contents h2.sub2::after, .bge-contents h3.gradient::before, .bge-contents h3.gradient::after, .bge-contents h3.sub::before, .bge-contents h3.sub::after, .bge-contents h3.sub2::before, .bge-contents h3.sub2::after, .bge-contents h4.gradient::before, .bge-contents h4.gradient::after, .bge-contents h4.sub::before, .bge-contents h4.sub::after, .bge-contents h4.sub2::before, .bge-contents h4.sub2::after, .bge-contents h5.gradient::before, .bge-contents h5.gradient::after, .bge-contents h5.sub::before, .bge-contents h5.sub::after, .bge-contents h5.sub2::before, .bge-contents h5.sub2::after, .bge-contents h6.gradient::before, .bge-contents h6.gradient::after, .bge-contents h6.sub::before, .bge-contents h6.sub::after, .bge-contents h6.sub2::before, .bge-contents h6.sub2::after, .c-content-main h2.gradient::before, .c-content-main h2.gradient::after, .c-content-main h2.sub::before, .c-content-main h2.sub::after, .c-content-main h2.sub2::before, .c-content-main h2.sub2::after, .c-content-main h3.gradient::before, .c-content-main h3.gradient::after, .c-content-main h3.sub::before, .c-content-main h3.sub::after, .c-content-main h3.sub2::before, .c-content-main h3.sub2::after, .c-content-main h4.gradient::before, .c-content-main h4.gradient::after, .c-content-main h4.sub::before, .c-content-main h4.sub::after, .c-content-main h4.sub2::before, .c-content-main h4.sub2::after, .c-content-main h5.gradient::before, .c-content-main h5.gradient::after, .c-content-main h5.sub::before, .c-content-main h5.sub::after, .c-content-main h5.sub2::before, .c-content-main h5.sub2::after, .c-content-main h6.gradient::before, .c-content-main h6.gradient::after, .c-content-main h6.sub::before, .c-content-main h6.sub::after, .c-content-main h6.sub2::before, .c-content-main h6.sub2::after {
				content: none;
			}
.bge-contents h2.gradient, .bge-contents h3.gradient, .bge-contents h4.gradient, .bge-contents h5.gradient, .bge-contents h6.gradient, .c-content-main h2.gradient, .c-content-main h3.gradient, .c-content-main h4.gradient, .c-content-main h5.gradient, .c-content-main h6.gradient {
			margin: 1.06667em 0 0.83333em;
			line-height: 1.33333;
			color: #00a004;
			font-weight: bold;
			font-size: 1.875em;
		}
@media screen and (max-width: 767px) {
.bge-contents h2.gradient, .bge-contents h3.gradient, .bge-contents h4.gradient, .bge-contents h5.gradient, .bge-contents h6.gradient, .c-content-main h2.gradient, .c-content-main h3.gradient, .c-content-main h4.gradient, .c-content-main h5.gradient, .c-content-main h6.gradient {
				overflow: hidden;
				font-size: 1.46667em
		}
			}
.bge-contents h2.gradient:first-child, .bge-contents h3.gradient:first-child, .bge-contents h4.gradient:first-child, .bge-contents h5.gradient:first-child, .bge-contents h6.gradient:first-child, .c-content-main h2.gradient:first-child, .c-content-main h3.gradient:first-child, .c-content-main h4.gradient:first-child, .c-content-main h5.gradient:first-child, .c-content-main h6.gradient:first-child {
				margin-top: 0;
			}
.bge-contents h2.gradient:last-child, .bge-contents h3.gradient:last-child, .bge-contents h4.gradient:last-child, .bge-contents h5.gradient:last-child, .bge-contents h6.gradient:last-child, .c-content-main h2.gradient:last-child, .c-content-main h3.gradient:last-child, .c-content-main h4.gradient:last-child, .c-content-main h5.gradient:last-child, .c-content-main h6.gradient:last-child {
				margin-bottom: 0;
			}
.bge-contents h2.gradient span, .bge-contents h3.gradient span, .bge-contents h4.gradient span, .bge-contents h5.gradient span, .bge-contents h6.gradient span, .c-content-main h2.gradient span, .c-content-main h3.gradient span, .c-content-main h4.gradient span, .c-content-main h5.gradient span, .c-content-main h6.gradient span {
				display: inline-block;
				background: transparent -webkit-gradient(linear, left top, right top, from(#00a004), to(#85cd00));
				background: transparent linear-gradient(90deg, #00a004, #85cd00);
				-webkit-background-clip: text;
				        background-clip: text;
				-webkit-text-fill-color: transparent;
			}
@media (-ms-high-contrast: none) {
.bge-contents h2.gradient span, .bge-contents h3.gradient span, .bge-contents h4.gradient span, .bge-contents h5.gradient span, .bge-contents h6.gradient span, .c-content-main h2.gradient span, .c-content-main h3.gradient span, .c-content-main h4.gradient span, .c-content-main h5.gradient span, .c-content-main h6.gradient span {
					color: #85cd00;
					background: none
			}
				}
.bge-contents h2.sub, .bge-contents h3.sub, .bge-contents h4.sub, .bge-contents h5.sub, .bge-contents h6.sub, .c-content-main h2.sub, .c-content-main h3.sub, .c-content-main h4.sub, .c-content-main h5.sub, .c-content-main h6.sub {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
			margin: 2em 0 1.5625em;
			padding: 0 0 0.8125em;
			border-bottom: 2px dotted #b6b6b6;
		}
@media screen and (max-width: 767px) {
.bge-contents h2.sub, .bge-contents h3.sub, .bge-contents h4.sub, .bge-contents h5.sub, .bge-contents h6.sub, .c-content-main h2.sub, .c-content-main h3.sub, .c-content-main h4.sub, .c-content-main h5.sub, .c-content-main h6.sub {
				display: block
		}
			}
.bge-contents h2.sub:first-child, .bge-contents h3.sub:first-child, .bge-contents h4.sub:first-child, .bge-contents h5.sub:first-child, .bge-contents h6.sub:first-child, .c-content-main h2.sub:first-child, .c-content-main h3.sub:first-child, .c-content-main h4.sub:first-child, .c-content-main h5.sub:first-child, .c-content-main h6.sub:first-child {
				margin-top: 0;
			}
.bge-contents h2.sub:last-child, .bge-contents h3.sub:last-child, .bge-contents h4.sub:last-child, .bge-contents h5.sub:last-child, .bge-contents h6.sub:last-child, .c-content-main h2.sub:last-child, .c-content-main h3.sub:last-child, .c-content-main h4.sub:last-child, .c-content-main h5.sub:last-child, .c-content-main h6.sub:last-child {
				margin-bottom: 0;
			}
.bge-contents h2.sub b, .bge-contents h3.sub b, .bge-contents h4.sub b, .bge-contents h5.sub b, .bge-contents h6.sub b, .c-content-main h2.sub b, .c-content-main h3.sub b, .c-content-main h4.sub b, .c-content-main h5.sub b, .c-content-main h6.sub b {
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				min-width: 3.46154em;
				max-width: calc(50% - 0.57692em);
				margin-right: 0.57692em;
				line-height: 1.15385;
				color: #85cd00;
				font-size: 1.625em;
				font-weight: bold;
				font-family: "Montserrat", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", "Meiryo", sans-serif;
			}
@media screen and (max-width: 767px) {
.bge-contents h2.sub b, .bge-contents h3.sub b, .bge-contents h4.sub b, .bge-contents h5.sub b, .bge-contents h6.sub b, .c-content-main h2.sub b, .c-content-main h3.sub b, .c-content-main h4.sub b, .c-content-main h5.sub b, .c-content-main h6.sub b {
					min-width: 0;
					max-width: none;
					margin-right: 0;
					line-height: 1.38462
			}
				}
.bge-contents h2.sub span, .bge-contents h3.sub span, .bge-contents h4.sub span, .bge-contents h5.sub span, .bge-contents h6.sub span, .c-content-main h2.sub span, .c-content-main h3.sub span, .c-content-main h4.sub span, .c-content-main h5.sub span, .c-content-main h6.sub span {
				line-height: 1.5;
				font-weight: 500;
				font-size: 1.25em;
			}
@media screen and (max-width: 767px) {
.bge-contents h2.sub span, .bge-contents h3.sub span, .bge-contents h4.sub span, .bge-contents h5.sub span, .bge-contents h6.sub span, .c-content-main h2.sub span, .c-content-main h3.sub span, .c-content-main h4.sub span, .c-content-main h5.sub span, .c-content-main h6.sub span {
					display: block
			}
				}
.bge-contents h2.sub2, .bge-contents h3.sub2, .bge-contents h4.sub2, .bge-contents h5.sub2, .bge-contents h6.sub2, .c-content-main h2.sub2, .c-content-main h3.sub2, .c-content-main h4.sub2, .c-content-main h5.sub2, .c-content-main h6.sub2 {
			margin: 2em 0 1em;
		}
.bge-contents h2.sub2:first-child, .bge-contents h3.sub2:first-child, .bge-contents h4.sub2:first-child, .bge-contents h5.sub2:first-child, .bge-contents h6.sub2:first-child, .c-content-main h2.sub2:first-child, .c-content-main h3.sub2:first-child, .c-content-main h4.sub2:first-child, .c-content-main h5.sub2:first-child, .c-content-main h6.sub2:first-child {
				margin-top: 0;
			}
.bge-contents h2.sub2:last-child, .bge-contents h3.sub2:last-child, .bge-contents h4.sub2:last-child, .bge-contents h5.sub2:last-child, .bge-contents h6.sub2:last-child, .c-content-main h2.sub2:last-child, .c-content-main h3.sub2:last-child, .c-content-main h4.sub2:last-child, .c-content-main h5.sub2:last-child, .c-content-main h6.sub2:last-child {
				margin-bottom: 0;
			}
.bge-contents h2.sub2 b, .bge-contents h3.sub2 b, .bge-contents h4.sub2 b, .bge-contents h5.sub2 b, .bge-contents h6.sub2 b, .c-content-main h2.sub2 b, .c-content-main h3.sub2 b, .c-content-main h4.sub2 b, .c-content-main h5.sub2 b, .c-content-main h6.sub2 b {
				display: block;
				padding: 0.41667em 0.54167em;
				border-radius: 0.25em;
				background: #fff7dc url("/img/bg-repeat-dot-opacity10.png") repeat 50% 50% / 9px 14px;
				line-height: 1.25;
				color: #85cd00;
				font-size: 1.5em;
				font-weight: bold;
				font-family: "Montserrat", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", "Meiryo", sans-serif;
			}
@media screen and (max-width: 767px) {
.bge-contents h2.sub2 b, .bge-contents h3.sub2 b, .bge-contents h4.sub2 b, .bge-contents h5.sub2 b, .bge-contents h6.sub2 b, .c-content-main h2.sub2 b, .c-content-main h3.sub2 b, .c-content-main h4.sub2 b, .c-content-main h5.sub2 b, .c-content-main h6.sub2 b {
					background-size: 2.4vw auto
			}
				}
.bge-contents h2.sub2 span, .bge-contents h3.sub2 span, .bge-contents h4.sub2 span, .bge-contents h5.sub2 span, .bge-contents h6.sub2 span, .c-content-main h2.sub2 span, .c-content-main h3.sub2 span, .c-content-main h4.sub2 span, .c-content-main h5.sub2 span, .c-content-main h6.sub2 span {
				display: block;
				padding: 0.6em 0.65em 0;
				line-height: 1.5;
				font-weight: 500;
				font-size: 1.25em;
			}
.bge-contents [data-bgb].bg1, .bge-contents [data-bgb].bg2, .c-content-main [data-bgb].bg1, .c-content-main [data-bgb].bg2 {
		padding: 1.875em;
	}
.bge-contents [data-bgb].bg1.none-top, .bge-contents [data-bgb].bg2.none-top, .c-content-main [data-bgb].bg1.none-top, .c-content-main [data-bgb].bg2.none-top {
			padding-top: 0;
		}
.bge-contents [data-bgb].bg1.none-bottom, .bge-contents [data-bgb].bg2.none-bottom, .c-content-main [data-bgb].bg1.none-bottom, .c-content-main [data-bgb].bg2.none-bottom {
			padding-bottom: 0;
		}
.bge-contents [data-bgb].bg1.none-top-bottom, .bge-contents [data-bgb].bg2.none-top-bottom, .c-content-main [data-bgb].bg1.none-top-bottom, .c-content-main [data-bgb].bg2.none-top-bottom {
			padding-top: 0;
			padding-bottom: 0;
		}
.bge-contents [data-bgb].bg1, .c-content-main [data-bgb].bg1 {
		background: #f2ffe7;
	}
.bge-contents [data-bgb].bg1 h5::after, .c-content-main [data-bgb].bg1 h5::after {
				background: #f2ffe7;
			}
.bge-contents [data-bgb].bg2, .c-content-main [data-bgb].bg2 {
		background: #fffae9;
	}
.bge-contents [data-bgb].bg2 h5::after, .c-content-main [data-bgb].bg2 h5::after {
				background: #fffae9;
			}
.bge-contents table.table-layout-fixed, .c-content-main table.table-layout-fixed {
		table-layout: fixed;
	}
.bge-contents table th.w5, .bge-contents table td.w5, .c-content-main table th.w5, .c-content-main table td.w5 {
				width: 5% !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w5, .bge-contents table td.w5, .c-content-main table th.w5, .c-content-main table td.w5 {
					width: auto !important
			}
				}
.bge-contents table th.w6, .bge-contents table td.w6, .c-content-main table th.w6, .c-content-main table td.w6 {
				width: 6% !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w6, .bge-contents table td.w6, .c-content-main table th.w6, .c-content-main table td.w6 {
					width: auto !important
			}
				}
.bge-contents table th.w7, .bge-contents table td.w7, .c-content-main table th.w7, .c-content-main table td.w7 {
				width: 7% !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w7, .bge-contents table td.w7, .c-content-main table th.w7, .c-content-main table td.w7 {
					width: auto !important
			}
				}
.bge-contents table th.w8, .bge-contents table td.w8, .c-content-main table th.w8, .c-content-main table td.w8 {
				width: 8% !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w8, .bge-contents table td.w8, .c-content-main table th.w8, .c-content-main table td.w8 {
					width: auto !important
			}
				}
.bge-contents table th.w9, .bge-contents table td.w9, .c-content-main table th.w9, .c-content-main table td.w9 {
				width: 9% !important;
			}
@media screen and (max-width: 767px) {
.bge-contents table th.w9, .bge-contents table td.w9, .c-content-main table th.w9, .c-content-main table td.w9 {
					width: auto !important
			}
				}
.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
		}
			}
@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
		}
			}
@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: 1px solid #ababab;
				}
			}
@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: #da0930;
				font-weight: bold;
				font-size: 0.93333em;
				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-bg1 th, .bge-contents .table-bg1 table th, .c-content-main table.table-bg1 th, .c-content-main .table-bg1 table th {
			background: #f2ffe7;
		}
.bge-contents th.table-bg1, .bge-contents td.table-bg1, .c-content-main th.table-bg1, .c-content-main td.table-bg1 {
		background: #f2ffe7;
	}
.bge-contents table.table-bg2 th, .bge-contents .table-bg2 table th, .c-content-main table.table-bg2 th, .c-content-main .table-bg2 table th {
			background: #fffae9;
		}
.bge-contents th.table-bg2, .bge-contents td.table-bg2, .c-content-main th.table-bg2, .c-content-main td.table-bg2 {
		background: #fffae9;
	}
.bge-contents table.table-text-center th, .bge-contents table.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-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-text-small table th, .c-content-main table.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-text-small table td, .c-content-main table.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 table.table-padding-narrow th, .bge-contents .table-padding-narrow table th, .c-content-main table.table-padding-narrow th, .c-content-main .table-padding-narrow table th {
			padding: 1em;
		}
.bge-contents table.table-padding-narrow td, .bge-contents .table-padding-narrow table td, .c-content-main table.table-padding-narrow td, .c-content-main .table-padding-narrow table td {
			padding: 1.125em;
		}
.bge-contents .text-center, .c-content-main .text-center {
		text-align: center;
	}
.bge-contents .text-right, .c-content-main .text-right {
		text-align: right;
	}
.bge-contents .table-company th, .c-content-main .table-company th {
			white-space: nowrap;
		}
@media screen and (max-width: 767px) {
.bge-contents .table-company th, .c-content-main .table-company th {
				white-space: normal
		}
			}
.bge-contents .seminar-regular-item, .c-content-main .seminar-regular-item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 18px 12px 18px 18px;
			border-radius: 0.375em;
			background: #f6f6f6 url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
		}
@media screen and (max-width: 767px) {
.bge-contents .seminar-regular-item, .c-content-main .seminar-regular-item {
				display: block;
				padding: 5.33333vw;
				background-size: 2.4vw auto;
				overflow: hidden
		}
			}
.bge-contents .seminar-regular-item .title, .c-content-main .seminar-regular-item .title {
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1;
				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;
				padding-right: 1em;
			}
@media screen and (max-width: 767px) {
.bge-contents .seminar-regular-item .title, .c-content-main .seminar-regular-item .title {
					width: auto;
					margin-bottom: 2.66667vw;
					padding-right: 0
			}
				}
.bge-contents .seminar-regular-item .title-number, .c-content-main .seminar-regular-item .title-number {
					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;
					-webkit-box-flex: 0;
					    -ms-flex-positive: 0;
					        flex-grow: 0;
					-ms-flex-negative: 0;
					    flex-shrink: 0;
					width: 66px;
					height: 66px;
					margin-right: 0.625em;
					border-radius: 50%;
					background: #222;
					color: #fff;
					font-weight: 500;
					letter-spacing: .075em;
					text-align: center;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-regular-item .title-number, .c-content-main .seminar-regular-item .title-number {
						width: 4.125em;
						height: 3.4375em
				}
					}
.bge-contents .seminar-regular-item .title-text, .c-content-main .seminar-regular-item .title-text {
					line-height: 1.38889;
					font-weight: 500;
					font-size: 1.125em;
					letter-spacing: .05em;
				}
.bge-contents .seminar-regular-item .description, .c-content-main .seminar-regular-item .description {
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2;
			}
.bge-contents .seminar-regular-item .description p, .c-content-main .seminar-regular-item .description p {
					line-height: 1.5;
					letter-spacing: .05em;
				}
.bge-contents .seminar-regular-item .pict, .c-content-main .seminar-regular-item .pict {
				-webkit-box-ordinal-group: 4;
				    -ms-flex-order: 3;
				        order: 3;
				margin-left: 0.625em;
			}
@media screen and (max-width: 767px) {
.bge-contents .seminar-regular-item .pict, .c-content-main .seminar-regular-item .pict {
					float: right;
					min-width: 16vw;
					margin-bottom: .25em;
					text-align: center
			}
				}
.bge-contents .seminar-regular-item .pict img, .c-content-main .seminar-regular-item .pict img {
					max-width: 111px;
					max-height: 95px;
					-o-object-fit: contain;
					   font-family: "object-fit:contain;object-position:50% 50%";
					   object-fit: contain;
					-o-object-position: 50% 50%;
					   object-position: 50% 50%;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-regular-item .pict img, .c-content-main .seminar-regular-item .pict img {
						max-width: 18.66667vw;
						max-height: 16vw
				}
					}
.bge-contents .seminar-regular-item-01, .bge-contents .seminar-regular-item-02, .bge-contents .seminar-regular-item-03, .bge-contents .seminar-regular-item-04, .bge-contents .seminar-regular-item-05, .c-content-main .seminar-regular-item-01, .c-content-main .seminar-regular-item-02, .c-content-main .seminar-regular-item-03, .c-content-main .seminar-regular-item-04, .c-content-main .seminar-regular-item-05 {
				margin-bottom: 1.25em;
			}
.bge-contents .seminar-regular-item-01, .c-content-main .seminar-regular-item-01 {
				margin-top: 1.25em;
				background-color: #ffeff1;
			}
.bge-contents .seminar-regular-item-01 .title-number, .c-content-main .seminar-regular-item-01 .title-number {
						background: #f86776;
					}
.bge-contents .seminar-regular-item-01 .title-text, .c-content-main .seminar-regular-item-01 .title-text {
						color: #f86776;
					}
.bge-contents .seminar-regular-item-02, .c-content-main .seminar-regular-item-02 {
				background-color: #f2edfc;
			}
.bge-contents .seminar-regular-item-02 .title-number, .c-content-main .seminar-regular-item-02 .title-number {
						background: #8b66ce;
					}
.bge-contents .seminar-regular-item-02 .title-text, .c-content-main .seminar-regular-item-02 .title-text {
						color: #8b66ce;
					}
.bge-contents .seminar-regular-item-03, .c-content-main .seminar-regular-item-03 {
				background-color: #eaf9fd;
			}
.bge-contents .seminar-regular-item-03 .title-number, .c-content-main .seminar-regular-item-03 .title-number {
						background: #22a7c6;
					}
.bge-contents .seminar-regular-item-03 .title-text, .c-content-main .seminar-regular-item-03 .title-text {
						color: #22a7c6;
					}
.bge-contents .seminar-regular-item-04, .c-content-main .seminar-regular-item-04 {
				background-color: #f3ffdd;
			}
.bge-contents .seminar-regular-item-04 .title-number, .c-content-main .seminar-regular-item-04 .title-number {
						background: #85cd00;
					}
.bge-contents .seminar-regular-item-04 .title-text, .c-content-main .seminar-regular-item-04 .title-text {
						color: #85cd00;
					}
.bge-contents .seminar-regular-item-05, .c-content-main .seminar-regular-item-05 {
				background-color: #fff6e5;
			}
.bge-contents .seminar-regular-item-05 .title-number, .c-content-main .seminar-regular-item-05 .title-number {
						background: #ff8400;
					}
.bge-contents .seminar-regular-item-05 .title-text, .c-content-main .seminar-regular-item-05 .title-text {
						color: #ff8400;
					}
.bge-contents .seminar-regular-item-06, .c-content-main .seminar-regular-item-06 {
				background-color: #fffbec;
			}
.bge-contents .seminar-regular-item-06 .title-number, .c-content-main .seminar-regular-item-06 .title-number {
						background: #ffb400;
					}
.bge-contents .seminar-regular-item-06 .title-text, .c-content-main .seminar-regular-item-06 .title-text {
						color: #ffb400;
					}
.bge-contents .seminar-link-title, .c-content-main .seminar-link-title {
				margin-bottom: 0.68182em;
				line-height: 1.45455;
				font-weight: 500;
				font-size: 1.375em;
				letter-spacing: .074em;
				text-align: center;
			}
.bge-contents .seminar-link-btn, .c-content-main .seminar-link-btn {
				padding: 25px;
				background: rgb(235, 251, 255) url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
				text-align: center;
			}
.bge-contents .seminar-link-btn .bgt-btn, .c-content-main .seminar-link-btn .bgt-btn {
					background: #0098ba;
					width: 100%;
					font-size: 2.375em;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-link-btn .bgt-btn, .c-content-main .seminar-link-btn .bgt-btn {
						font-size: 4.5vw
				}
					}
.bge-contents .flow-icon-01, .bge-contents .flow-icon-02, .bge-contents .flow-icon-03, .bge-contents .flow-icon-04, .c-content-main .flow-icon-01, .c-content-main .flow-icon-02, .c-content-main .flow-icon-03, .c-content-main .flow-icon-04 {
			display: inline-block;
			vertical-align: middle;
			padding: 0 1em;
			line-height: 1.42857;
			color: #fff;
			font-size: 1.4rem;
		}
@media screen and (max-width: 767px) {
.bge-contents .flow-icon-01, .bge-contents .flow-icon-02, .bge-contents .flow-icon-03, .bge-contents .flow-icon-04, .c-content-main .flow-icon-01, .c-content-main .flow-icon-02, .c-content-main .flow-icon-03, .c-content-main .flow-icon-04 {
				padding: 0 .7em;
				font-size: 3.5vw
		}
			}
.bge-contents .flow-icon-list, .c-content-main .flow-icon-list {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
		}
.bge-contents .flow-icon-01, .c-content-main .flow-icon-01 {
			background: #679a0d;
		}
.bge-contents .flow-icon-02, .c-content-main .flow-icon-02 {
			background: #ab66c1;
		}
.bge-contents .flow-icon-03, .c-content-main .flow-icon-03 {
			background: #247391;
		}
.bge-contents .flow-icon-04, .c-content-main .flow-icon-04 {
			background: #fa7d02;
		}
.bge-contents h4.flow-icon, .c-content-main h4.flow-icon {
		position: relative;
		padding-right: 4.33333em;
	}
.bge-contents h4.flow-icon .flow-icon-01, .bge-contents h4.flow-icon .flow-icon-02, .bge-contents h4.flow-icon .flow-icon-03, .bge-contents h4.flow-icon .flow-icon-04, .c-content-main h4.flow-icon .flow-icon-01, .c-content-main h4.flow-icon .flow-icon-02, .c-content-main h4.flow-icon .flow-icon-03, .c-content-main h4.flow-icon .flow-icon-04 {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			width: 6em;
			height: 1.42857em;
			margin: auto 0;
			text-align: center;
		}
.bge-contents [data-bgb="button3"].no-break, .bge-contents [data-bgb="image-link-text3"].no-break, .bge-contents [data-bgb="image-link3"].no-break, .bge-contents [data-bgb="image-text3"].no-break, .bge-contents [data-bgb="image3"].no-break, .bge-contents [data-bgb="trimmed-image-link3"].no-break, .bge-contents [data-bgb="trimmed-image3"].no-break, .bge-contents [data-bgb="image-link-text4"].no-break, .bge-contents [data-bgb="image-link4"].no-break, .bge-contents [data-bgb="image-text4"].no-break, .bge-contents [data-bgb="image4"].no-break, .bge-contents [data-bgb="trimmed-image-link4"].no-break, .bge-contents [data-bgb="trimmed-image4"].no-break, .bge-contents [data-bgb="image-link-text5"].no-break, .bge-contents [data-bgb="image-link5"].no-break, .bge-contents [data-bgb="image-text5"].no-break, .bge-contents [data-bgb="image5"].no-break, .bge-contents [data-bgb="trimmed-image-link5"].no-break, .bge-contents [data-bgb="trimmed-image5"].no-break, .c-content-main [data-bgb="button3"].no-break, .c-content-main [data-bgb="image-link-text3"].no-break, .c-content-main [data-bgb="image-link3"].no-break, .c-content-main [data-bgb="image-text3"].no-break, .c-content-main [data-bgb="image3"].no-break, .c-content-main [data-bgb="trimmed-image-link3"].no-break, .c-content-main [data-bgb="trimmed-image3"].no-break, .c-content-main [data-bgb="image-link-text4"].no-break, .c-content-main [data-bgb="image-link4"].no-break, .c-content-main [data-bgb="image-text4"].no-break, .c-content-main [data-bgb="image4"].no-break, .c-content-main [data-bgb="trimmed-image-link4"].no-break, .c-content-main [data-bgb="trimmed-image4"].no-break, .c-content-main [data-bgb="image-link-text5"].no-break, .c-content-main [data-bgb="image-link5"].no-break, .c-content-main [data-bgb="image-text5"].no-break, .c-content-main [data-bgb="image5"].no-break, .c-content-main [data-bgb="trimmed-image-link5"].no-break, .c-content-main [data-bgb="trimmed-image5"].no-break {
		}
.bge-contents [data-bgb="button3"].no-break .bgt-grid, .bge-contents [data-bgb="image-link-text3"].no-break .bgt-grid, .bge-contents [data-bgb="image-link3"].no-break .bgt-grid, .bge-contents [data-bgb="image-text3"].no-break .bgt-grid, .bge-contents [data-bgb="image3"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image-link3"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image3"].no-break .bgt-grid, .bge-contents [data-bgb="image-link-text4"].no-break .bgt-grid, .bge-contents [data-bgb="image-link4"].no-break .bgt-grid, .bge-contents [data-bgb="image-text4"].no-break .bgt-grid, .bge-contents [data-bgb="image4"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image-link4"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image4"].no-break .bgt-grid, .bge-contents [data-bgb="image-link-text5"].no-break .bgt-grid, .bge-contents [data-bgb="image-link5"].no-break .bgt-grid, .bge-contents [data-bgb="image-text5"].no-break .bgt-grid, .bge-contents [data-bgb="image5"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image-link5"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image5"].no-break .bgt-grid, .c-content-main [data-bgb="button3"].no-break .bgt-grid, .c-content-main [data-bgb="image-link-text3"].no-break .bgt-grid, .c-content-main [data-bgb="image-link3"].no-break .bgt-grid, .c-content-main [data-bgb="image-text3"].no-break .bgt-grid, .c-content-main [data-bgb="image3"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image-link3"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image3"].no-break .bgt-grid, .c-content-main [data-bgb="image-link-text4"].no-break .bgt-grid, .c-content-main [data-bgb="image-link4"].no-break .bgt-grid, .c-content-main [data-bgb="image-text4"].no-break .bgt-grid, .c-content-main [data-bgb="image4"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image-link4"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image4"].no-break .bgt-grid, .c-content-main [data-bgb="image-link-text5"].no-break .bgt-grid, .c-content-main [data-bgb="image-link5"].no-break .bgt-grid, .c-content-main [data-bgb="image-text5"].no-break .bgt-grid, .c-content-main [data-bgb="image5"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image-link5"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image5"].no-break .bgt-grid {
				float: left;
				padding-left: 0.88889vw;
				padding-right: 0.88889vw;
			}
.bge-contents [data-bgb="button3"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text3"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link3"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text3"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image3"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link3"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image3"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text4"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link4"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text4"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image4"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link4"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image4"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text5"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link5"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text5"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image5"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link5"].no-break .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image5"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="button3"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text3"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link3"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text3"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image3"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link3"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image3"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text4"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link4"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text4"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image4"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link4"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image4"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text5"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link5"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text5"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image5"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link5"].no-break .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image5"].no-break .bgt-grid [data-bgt] > :last-child {
					margin-bottom: 0;
				}
.bge-contents [data-bgb="button3"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-link-text3"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-link3"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-text3"].no-break .bgt-grid--first, .bge-contents [data-bgb="image3"].no-break .bgt-grid--first, .bge-contents [data-bgb="trimmed-image-link3"].no-break .bgt-grid--first, .bge-contents [data-bgb="trimmed-image3"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-link-text4"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-link4"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-text4"].no-break .bgt-grid--first, .bge-contents [data-bgb="image4"].no-break .bgt-grid--first, .bge-contents [data-bgb="trimmed-image-link4"].no-break .bgt-grid--first, .bge-contents [data-bgb="trimmed-image4"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-link-text5"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-link5"].no-break .bgt-grid--first, .bge-contents [data-bgb="image-text5"].no-break .bgt-grid--first, .bge-contents [data-bgb="image5"].no-break .bgt-grid--first, .bge-contents [data-bgb="trimmed-image-link5"].no-break .bgt-grid--first, .bge-contents [data-bgb="trimmed-image5"].no-break .bgt-grid--first, .c-content-main [data-bgb="button3"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-link-text3"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-link3"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-text3"].no-break .bgt-grid--first, .c-content-main [data-bgb="image3"].no-break .bgt-grid--first, .c-content-main [data-bgb="trimmed-image-link3"].no-break .bgt-grid--first, .c-content-main [data-bgb="trimmed-image3"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-link-text4"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-link4"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-text4"].no-break .bgt-grid--first, .c-content-main [data-bgb="image4"].no-break .bgt-grid--first, .c-content-main [data-bgb="trimmed-image-link4"].no-break .bgt-grid--first, .c-content-main [data-bgb="trimmed-image4"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-link-text5"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-link5"].no-break .bgt-grid--first, .c-content-main [data-bgb="image-text5"].no-break .bgt-grid--first, .c-content-main [data-bgb="image5"].no-break .bgt-grid--first, .c-content-main [data-bgb="trimmed-image-link5"].no-break .bgt-grid--first, .c-content-main [data-bgb="trimmed-image5"].no-break .bgt-grid--first {
				padding-right: 1.77778vw;
				padding-left: 0;
			}
.bge-contents [data-bgb="button3"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-link-text3"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-link3"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-text3"].no-break .bgt-grid--last, .bge-contents [data-bgb="image3"].no-break .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link3"].no-break .bgt-grid--last, .bge-contents [data-bgb="trimmed-image3"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-link-text4"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-link4"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-text4"].no-break .bgt-grid--last, .bge-contents [data-bgb="image4"].no-break .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link4"].no-break .bgt-grid--last, .bge-contents [data-bgb="trimmed-image4"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-link-text5"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-link5"].no-break .bgt-grid--last, .bge-contents [data-bgb="image-text5"].no-break .bgt-grid--last, .bge-contents [data-bgb="image5"].no-break .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link5"].no-break .bgt-grid--last, .bge-contents [data-bgb="trimmed-image5"].no-break .bgt-grid--last, .c-content-main [data-bgb="button3"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-link-text3"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-link3"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-text3"].no-break .bgt-grid--last, .c-content-main [data-bgb="image3"].no-break .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link3"].no-break .bgt-grid--last, .c-content-main [data-bgb="trimmed-image3"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-link-text4"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-link4"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-text4"].no-break .bgt-grid--last, .c-content-main [data-bgb="image4"].no-break .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link4"].no-break .bgt-grid--last, .c-content-main [data-bgb="trimmed-image4"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-link-text5"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-link5"].no-break .bgt-grid--last, .c-content-main [data-bgb="image-text5"].no-break .bgt-grid--last, .c-content-main [data-bgb="image5"].no-break .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link5"].no-break .bgt-grid--last, .c-content-main [data-bgb="trimmed-image5"].no-break .bgt-grid--last {
				padding-right: 0;
				padding-left: 1.77778vw;
			}
.bge-contents [data-bgb="button3"].no-break .bgt-grid, .bge-contents [data-bgb="image-link-text3"].no-break .bgt-grid, .bge-contents [data-bgb="image-link3"].no-break .bgt-grid, .bge-contents [data-bgb="image-text3"].no-break .bgt-grid, .bge-contents [data-bgb="image3"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image-link3"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image3"].no-break .bgt-grid, .c-content-main [data-bgb="button3"].no-break .bgt-grid, .c-content-main [data-bgb="image-link-text3"].no-break .bgt-grid, .c-content-main [data-bgb="image-link3"].no-break .bgt-grid, .c-content-main [data-bgb="image-text3"].no-break .bgt-grid, .c-content-main [data-bgb="image3"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image-link3"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image3"].no-break .bgt-grid {
				width: 33.3333%;
			}
.bge-contents [data-bgb="image-link-text4"].no-break .bgt-grid, .bge-contents [data-bgb="image-link4"].no-break .bgt-grid, .bge-contents [data-bgb="image-text4"].no-break .bgt-grid, .bge-contents [data-bgb="image4"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image-link4"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image4"].no-break .bgt-grid, .c-content-main [data-bgb="image-link-text4"].no-break .bgt-grid, .c-content-main [data-bgb="image-link4"].no-break .bgt-grid, .c-content-main [data-bgb="image-text4"].no-break .bgt-grid, .c-content-main [data-bgb="image4"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image-link4"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image4"].no-break .bgt-grid {
				width: 25%;
			}
.bge-contents [data-bgb="image-link-text5"].no-break .bgt-grid, .bge-contents [data-bgb="image-link5"].no-break .bgt-grid, .bge-contents [data-bgb="image-text5"].no-break .bgt-grid, .bge-contents [data-bgb="image5"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image-link5"].no-break .bgt-grid, .bge-contents [data-bgb="trimmed-image5"].no-break .bgt-grid, .c-content-main [data-bgb="image-link-text5"].no-break .bgt-grid, .c-content-main [data-bgb="image-link5"].no-break .bgt-grid, .c-content-main [data-bgb="image-text5"].no-break .bgt-grid, .c-content-main [data-bgb="image5"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image-link5"].no-break .bgt-grid, .c-content-main [data-bgb="trimmed-image5"].no-break .bgt-grid {
				width: 20%;
			}
.bge-contents .btn-case .bgt-btn, .c-content-main .btn-case .bgt-btn {
			padding-right: 3.22222em;
			padding-left: 4.55556em;
			background:
				url("/img/icon-case@2x.png") no-repeat 1.44444em 50% / 46px 40px,
				#52cfaf url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
		}
@media screen and (max-width: 767px) {
.bge-contents .btn-case .bgt-btn, .c-content-main .btn-case .bgt-btn {
				background-size: 2.55556em 2.22222em, 2.4vw auto
		}
			}
.bge-contents .btn-seminar .bgt-btn, .c-content-main .btn-seminar .bgt-btn {
			padding-right: 2.66667em;
			padding-left: 4em;
			background:
				url("/img/icon-seminar@2x.png") no-repeat 1.44444em 50% / 36px 46px,
				#138ab0 url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
		}
@media screen and (max-width: 767px) {
.bge-contents .btn-seminar .bgt-btn, .c-content-main .btn-seminar .bgt-btn {
				background-size: 2em 2.55556em, 2.4vw auto
		}
			}
.bge-contents .btn-contact .bgt-btn, .c-content-main .btn-contact .bgt-btn {
			padding-right: 2.66667em;
			padding-left: 4em;
			background:
				url("/img/icon-contact@2x.png") no-repeat 1.44444em 50% / 36px 34px,
				#ff8a00 url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
		}
@media screen and (max-width: 767px) {
.bge-contents .btn-contact .bgt-btn, .c-content-main .btn-contact .bgt-btn {
				background-size: 2em 1.88889em, 2.4vw auto
		}
			}
.bge-contents .bg-img [data-bgt="image"], .bge-contents .bg-img [data-bgt="image-link"], .bge-contents .bg-img [data-bgt="trimmed-image"], .bge-contents .bg-img [data-bgt="trimmed-image-link"], .c-content-main .bg-img [data-bgt="image"], .c-content-main .bg-img [data-bgt="image-link"], .c-content-main .bg-img [data-bgt="trimmed-image"], .c-content-main .bg-img [data-bgt="trimmed-image-link"] {
			padding: 1.25em;
			background: #fff7dc url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
		}
@media screen and (max-width: 767px) {
.bge-contents .bg-img [data-bgt="image"], .bge-contents .bg-img [data-bgt="image-link"], .bge-contents .bg-img [data-bgt="trimmed-image"], .bge-contents .bg-img [data-bgt="trimmed-image-link"], .c-content-main .bg-img [data-bgt="image"], .c-content-main .bg-img [data-bgt="image-link"], .c-content-main .bg-img [data-bgt="trimmed-image"], .c-content-main .bg-img [data-bgt="trimmed-image-link"] {
				background-size: 2.4vw auto
		}

				.bge-contents .bg-img [data-bgt="image"] .bgt-image, .bge-contents .bg-img [data-bgt="image"] .bgt-image-link, .bge-contents .bg-img [data-bgt="image"] .bgt-trimmed-image, .bge-contents .bg-img [data-bgt="image"] .bgt-trimmed-image-link, .bge-contents .bg-img [data-bgt="image-link"] .bgt-image, .bge-contents .bg-img [data-bgt="image-link"] .bgt-image-link, .bge-contents .bg-img [data-bgt="image-link"] .bgt-trimmed-image, .bge-contents .bg-img [data-bgt="image-link"] .bgt-trimmed-image-link, .bge-contents .bg-img [data-bgt="trimmed-image"] .bgt-image, .bge-contents .bg-img [data-bgt="trimmed-image"] .bgt-image-link, .bge-contents .bg-img [data-bgt="trimmed-image"] .bgt-trimmed-image, .bge-contents .bg-img [data-bgt="trimmed-image"] .bgt-trimmed-image-link, .bge-contents .bg-img [data-bgt="trimmed-image-link"] .bgt-image, .bge-contents .bg-img [data-bgt="trimmed-image-link"] .bgt-image-link, .bge-contents .bg-img [data-bgt="trimmed-image-link"] .bgt-trimmed-image, .bge-contents .bg-img [data-bgt="trimmed-image-link"] .bgt-trimmed-image-link, .c-content-main .bg-img [data-bgt="image"] .bgt-image, .c-content-main .bg-img [data-bgt="image"] .bgt-image-link, .c-content-main .bg-img [data-bgt="image"] .bgt-trimmed-image, .c-content-main .bg-img [data-bgt="image"] .bgt-trimmed-image-link, .c-content-main .bg-img [data-bgt="image-link"] .bgt-image, .c-content-main .bg-img [data-bgt="image-link"] .bgt-image-link, .c-content-main .bg-img [data-bgt="image-link"] .bgt-trimmed-image, .c-content-main .bg-img [data-bgt="image-link"] .bgt-trimmed-image-link, .c-content-main .bg-img [data-bgt="trimmed-image"] .bgt-image, .c-content-main .bg-img [data-bgt="trimmed-image"] .bgt-image-link, .c-content-main .bg-img [data-bgt="trimmed-image"] .bgt-trimmed-image, .c-content-main .bg-img [data-bgt="trimmed-image"] .bgt-trimmed-image-link, .c-content-main .bg-img [data-bgt="trimmed-image-link"] .bgt-image, .c-content-main .bg-img [data-bgt="trimmed-image-link"] .bgt-image-link, .c-content-main .bg-img [data-bgt="trimmed-image-link"] .bgt-trimmed-image, .c-content-main .bg-img [data-bgt="trimmed-image-link"] .bgt-trimmed-image-link {
					margin-bottom: 0 !important;
				}
			}
.bge-contents .sitemap h5, .c-content-main .sitemap h5 {
			position: relative;
			margin: 1em 0 0.83333em;
			padding-left: 1.66667em;
			line-height: 1.66667;
			color: #7c7c7c;
			font-size: 1.125em;
		}
@media screen and (max-width: 767px) {
.bge-contents .sitemap h5, .c-content-main .sitemap h5 {
				margin: 0.55556em 0
		}
			}
.bge-contents .sitemap h5::before, .c-content-main .sitemap h5::before {
				top: 7.5px;
			}
@media screen and (max-width: 767px) {
.bge-contents .sitemap h5::before, .c-content-main .sitemap h5::before {
					top: 0.41667em;
					left: 0.27778em;
					width: 0.83333em;
					height: 0.83333em
			}
				}
.bge-contents .sitemap h5::after, .c-content-main .sitemap h5::after {
				top: 11.5px;
			}
@media screen and (max-width: 767px) {
.bge-contents .sitemap h5::after, .c-content-main .sitemap h5::after {
					top: 0.63889em;
					left: 0.5em;
					width: 0.38889em;
					height: 0.38889em
			}
				}
.bge-contents .sitemap ul, .c-content-main .sitemap ul {
			margin-left: 1.875em;
			color: #7c7c7c;
		}
.bge-contents .sitemap a, .c-content-main .sitemap a {
			color: #222;
			text-decoration: none;
		}
.bge-contents .sitemap a:hover, .c-content-main .sitemap a:hover {
				color: #ff7200;
			}
.bge-contents .access-map, .c-content-main .access-map {
		margin-bottom: 1.5625em;
	}
.bge-contents .access-map iframe, .c-content-main .access-map iframe {
			vertical-align: top;
			width: 100%;
			height: 500px;
			border: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .access-map iframe, .c-content-main .access-map iframe {
				height: 66.66667vw
		}
			}
@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: 2vw !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.25vw !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.5vw !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.75vw !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: 3vw !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.25vw !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.5vw !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.75vw !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: 4vw !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: 4.25vw !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.5vw !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.75vw !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: 5vw !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: 5.25vw !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.5vw !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.75vw !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: 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: 6.25vw !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.5vw !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.75vw !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: 7vw !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: 7.25vw !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: 7.5vw !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.75vw !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: 8vw !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: 8.25vw !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: 8.5vw !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.75vw !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: 9vw !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: 9.25vw !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: 9.5vw !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.75vw !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: 10vw !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: 10.25vw !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: 10.5vw !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.75vw !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: 11vw !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: 11.25vw !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: 11.5vw !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: 11.75vw !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: 12vw !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: 12.25vw !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: 12.5vw !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: 12.75vw !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: 13vw !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: 13.25vw !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: 13.5vw !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: 13.75vw !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: 14vw !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: 14.25vw !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: 14.5vw !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: 14.75vw !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: 15vw !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: 15.25vw !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: 15.5vw !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: 15.75vw !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: 16vw !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: 16.25vw !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: 16.5vw !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: 16.75vw !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: 17vw !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: 17.25vw !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: 17.5vw !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: 17.75vw !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: 18vw !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: 18.25vw !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: 18.5vw !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: 18.75vw !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: 19vw !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: 19.25vw !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: 19.5vw !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: 19.75vw !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: 20vw !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: 20.25vw !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: 20.5vw !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: 20.75vw !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: 21vw !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: 21.25vw !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: 21.5vw !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: 21.75vw !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: 22vw !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: 22.25vw !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: 22.5vw !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: 22.75vw !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: 23vw !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: 23.25vw !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: 23.5vw !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: 23.75vw !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: 24vw !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: 24.25vw !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: 24.5vw !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: 24.75vw !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: 25vw !important
		}
			}
.bge-contents .bc-heading h2, .c-content-main .bc-heading h2 {
		}
.bge-contents .bc-time, .c-content-main .bc-time {
		margin-bottom: 5em;
		text-align: right;
	}
.bge-contents .bc-time time, .c-content-main .bc-time time {
		}
.bge-contents .bc-cat, .c-content-main .bc-cat {
		margin-bottom: 1em;
		text-align: right;
	}
.bge-contents .bc-cat > div, .c-content-main .bc-cat > div {
			background: #54bc00;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: .2em .4em;
		}
.bge-contents .bc-area-cta, .c-content-main .bc-area-cta {
		margin-top: 4em;
		text-align: center;
	}
.bge-contents .bc-area-cta a, .c-content-main .bc-area-cta a {
			background: #54bc00;
		}
.bge-contents .bc-area-cta a span::before, .c-content-main .bc-area-cta a span::before {
					display: inline-block;
					font-family: icons;
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					line-height: 1;
					speak: none;
					text-align: left;
					text-indent: 0;
					text-rendering: auto;
					text-transform: none;
					vertical-align: middle;
					white-space: nowrap;
					color: #e8e8e8;
					content: "\E100";
					margin-right: .5em;
				}
.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}
@media screen and (max-width: 575px) {
.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}
.bge-contents .cc-form-table, .c-content-main .cc-form-table {
	}
.bge-contents .cc-form-agreement, .c-content-main .cc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}
.bge-contents .cc-form-submit, .c-content-main .cc-form-submit {
		margin-top: 3em;
		text-align: center;
	}
.bge-contents .cc-simulation, .c-content-main .cc-simulation {
		margin: 0 70px;
	}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation, .c-content-main .cc-simulation {
			margin: 0
	}
		}
.bge-contents .cc-simulation input[type="number"], .c-content-main .cc-simulation input[type="number"] {
			padding-right: 0.5em;
			padding-left: 1em;
			text-align: right;
		}
.bge-contents .cc-simulation input[type="number"][disabled], .c-content-main .cc-simulation input[type="number"][disabled] {
				background: #eee;
			}
.bge-contents .cc-simulation [id="top_pagettl"], .c-content-main .cc-simulation [id="top_pagettl"] {
			margin-bottom: 25px;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation [id="top_pagettl"], .c-content-main .cc-simulation [id="top_pagettl"] {
				margin-bottom: 5.33333vw
		}
			}
.bge-contents .cc-simulation [id="top_subtxt"].gradient, .c-content-main .cc-simulation [id="top_subtxt"].gradient {
			margin-top: 0;
		}
.bge-contents .cc-simulation-step, .c-content-main .cc-simulation-step {
			position: relative;
			padding-bottom: 4.0625em;
			overflow: hidden;
		}
.bge-contents .cc-simulation-step::before, .c-content-main .cc-simulation-step::before {
				content: "";
				display: block;
				position: absolute;
				right: 0;
				bottom: 1.25em;
				left: 0;
				width: 10.625em;
				height: 1.5625em;
				margin: 0 auto;
			}
.bge-contents .cc-simulation-step::after, .c-content-main .cc-simulation-step::after {
				content: "";
				display: block;
				position: absolute;
				right: 0;
				bottom: -0.3125em;
				left: 0;
				width: 0;
				height: 0;
				margin: 0 auto;
				border-width: 1.5625em 5.3125em;
				border-style: solid;
				border-color: transparent #fff #fff;
			}
.bge-contents .cc-simulation-step[data-name="step1"]::before, .c-content-main .cc-simulation-step[data-name="step1"]::before {
					background: #eee url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step[data-name="step1"]::before, .c-content-main .cc-simulation-step[data-name="step1"]::before {
						background-size: 2.4vw auto
				}
					}
.bge-contents .cc-simulation-step[data-name="step2"]::before, .c-content-main .cc-simulation-step[data-name="step2"]::before {
					background: rgb(253, 237, 186) url("/img/bg-repeat-dot-opacity5.png") repeat 50% 50% / 9px 14px;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step[data-name="step2"]::before, .c-content-main .cc-simulation-step[data-name="step2"]::before {
						background-size: 2.4vw auto
				}
					}
.bge-contents .cc-simulation-step-title, .c-content-main .cc-simulation-step-title {
				position: static;
				margin: 0 0 1.5em;
				padding: 0.75em 0;
				border-bottom: 2px dotted #b6b6b6;
				background: transparent none;
				line-height: 1.2;
				color: currentColor;
				font-weight: 500;
				font-size: 1.25em;
			}
.bge-contents .cc-simulation-step-title::before, .bge-contents .cc-simulation-step-title::after, .c-content-main .cc-simulation-step-title::before, .c-content-main .cc-simulation-step-title::after {
					content: none;
				}
.bge-contents .cc-simulation-step-title span, .c-content-main .cc-simulation-step-title span {
					margin-right: 0.625em;
					line-height: 1;
					color: #85cd00;
					font-weight: bold;
					font-size: 1.2em;
				}
.bge-contents .cc-simulation-step [data-bgb="table"], .c-content-main .cc-simulation-step [data-bgb="table"] {
				margin-bottom: 0;
			}
.bge-contents .cc-simulation-step [id="top_step01"] input[type="number"], .c-content-main .cc-simulation-step [id="top_step01"] input[type="number"] {
					width: 5em;
				}
.bge-contents .cc-simulation-step-select-round, .c-content-main .cc-simulation-step-select-round {
				border-radius: 5px;
			}
.bge-contents .cc-simulation-step-property, .bge-contents .cc-simulation-step-donated, .c-content-main .cc-simulation-step-property, .c-content-main .cc-simulation-step-donated {
				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;
				margin: 0 0 1.875em;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step-property, .bge-contents .cc-simulation-step-donated, .c-content-main .cc-simulation-step-property, .c-content-main .cc-simulation-step-donated {
					display: block;
					text-align: center
			}
				}
.bge-contents .cc-simulation-step-property-input, .bge-contents .cc-simulation-step-donated-input, .c-content-main .cc-simulation-step-property-input, .c-content-main .cc-simulation-step-donated-input {
					margin: 0;
					font-size: 1.1875em;
				}
.bge-contents .cc-simulation-step-property-input input[type="number"], .bge-contents .cc-simulation-step-donated-input input[type="number"], .c-content-main .cc-simulation-step-property-input input[type="number"], .c-content-main .cc-simulation-step-donated-input input[type="number"] {
						width: 10em;
						font-size: 1.6rem;
					}
.bge-contents .cc-simulation-step-property-example, .bge-contents .cc-simulation-step-donated-example, .c-content-main .cc-simulation-step-property-example, .c-content-main .cc-simulation-step-donated-example {
					margin: 0 0 0 0.3125em;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step-property-example, .bge-contents .cc-simulation-step-donated-example, .c-content-main .cc-simulation-step-property-example, .c-content-main .cc-simulation-step-donated-example {
						margin-top: 4vw
				}
					}
.bge-contents .cc-simulation-step-donated, .c-content-main .cc-simulation-step-donated {
				margin-bottom: 0;
			}
.bge-contents .cc-simulation-step-detail, .c-content-main .cc-simulation-step-detail {
				width: 620px;
				margin: 0 auto;
				border-radius: 0.375em;
				background: #eee;
				overflow: hidden;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step-detail, .c-content-main .cc-simulation-step-detail {
					width: auto
			}
				}
.bge-contents .cc-simulation-step-detail:not(:last-child), .c-content-main .cc-simulation-step-detail:not(:last-child) {
					margin-bottom: 0.625em;
				}
.bge-contents .cc-simulation-step-detail-title, .c-content-main .cc-simulation-step-detail-title {
					position: relative;
					padding: 0.83333em 3.05556em 0.83333em 1.66667em;
					line-height: 1.55556;
					font-weight: bold;
					font-size: 1.125em;
					letter-spacing: .05em;
					cursor: pointer;
				}
@media screen and (min-width: 768px) {
						.bge-contents .cc-simulation-step-detail-title:hover, .c-content-main .cc-simulation-step-detail-title:hover {
							color: #85cd00;
						}
					}
.bge-contents .cc-simulation-step-detail-title::before, .c-content-main .cc-simulation-step-detail-title::before {
						content: "";
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						width: 1em;
						height: 0.33333em;
						margin: auto 0;
						border-radius: 0 0.33333em 0.33333em 0;
						background: #85cd00;
					}
.bge-contents .cc-simulation-step-detail-title::after, .c-content-main .cc-simulation-step-detail-title::after {
						content: "";
						display: block;
						position: absolute;
						top: 0;
						right: 0.66667em;
						bottom: 0;
						width: 1.72222em;
						height: 1.72222em;
						margin: auto 0;
						border-radius: 50%;
						background: #85cd00;
					}
.bge-contents .cc-simulation-step-detail-title span::before, .bge-contents .cc-simulation-step-detail-title span::after, .c-content-main .cc-simulation-step-detail-title span::before, .c-content-main .cc-simulation-step-detail-title span::after {
							content: "";
							display: block;
							position: absolute;
							top: 0;
							right: 1.16667em;
							bottom: 0;
							z-index: 1;
							width: 0.72222em;
							height: 3px;
							margin: auto;
							border-radius: 3px;
							background: #fff;
						}
.bge-contents .cc-simulation-step-detail-title span::after, .c-content-main .cc-simulation-step-detail-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 .cc-simulation-step-detail-body-inner, .c-content-main .cc-simulation-step-detail-body-inner {
						margin: 0 0.71429em 0.71429em;
						padding: 1.28571em;
						background: #fff;
						line-height: 1.71429;
						font-size: 0.875em;
					}
.bge-contents .cc-simulation-step-detail .accordion-body-inner, .bge-contents .cc-simulation-step-detail-body-inner, .c-content-main .cc-simulation-step-detail .accordion-body-inner, .c-content-main .cc-simulation-step-detail-body-inner {
					padding-right: 1.75em;
					padding-left: 1.75em;
					font-size: 1em;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table tr, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table tr {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-ms-flex-wrap: wrap;
								    flex-wrap: wrap;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								-webkit-box-pack: justify;
								    -ms-flex-pack: justify;
								        justify-content: space-between
						}
							}
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table th, .bge-contents .cc-simulation-step-detail [id="top_step02_more"] table td, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table th, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table td {
							padding: 0;
							border: 0;
							background: transparent;
							white-space: nowrap;
						}
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table th, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table th {
							width: 5.22222em;
							font-size: 1.125em;
						}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table th, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table th {
								width: 5.22222em !important
						}
							}
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table td, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table td {
							padding: 0.625em 0;
						}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table td, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table td {
								width: auto !important;
								min-width: 55%;
								text-align: right
						}

								.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table td:empty, .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table td:empty {
									display: none;
								}
							}
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] table td:nth-child(2), .c-content-main .cc-simulation-step-detail [id="top_step02_more"] table td:nth-child(2) {
								width: 240px;
							}
.bge-contents .cc-simulation-step-detail [id="top_step02_more"] input[type="number"], .c-content-main .cc-simulation-step-detail [id="top_step02_more"] input[type="number"] {
						width: 5.625em;
					}
.bge-contents .cc-simulation-submit, .c-content-main .cc-simulation-submit {
			margin: 0 0 2em;
			padding: 30px;
			background: #fff7dc;
			text-align: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-submit, .c-content-main .cc-simulation-submit {
				padding: 5.33333vw
		}
			}
.bge-contents .cc-simulation-submit p, .c-content-main .cc-simulation-submit p {
				margin: 0;
			}
.bge-contents .cc-simulation-submit button[type="submit"], .c-content-main .cc-simulation-submit button[type="submit"] {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				display: inline-block;
				position: relative;
				padding: 38px 62px 38px 118px;
				border: 0;
				background: #ff8a00 url("/img/color00/icon-yen-on.svg") no-repeat 30px 50% / 65px 49px;
				line-height: 1;
				color: #fff;
				font-weight: 500;
				font-size: 1.5em;
				cursor: pointer;
			}
@media screen and (min-width: 768px) {
					.bge-contents .cc-simulation-submit button[type="submit"]:hover, .c-content-main .cc-simulation-submit button[type="submit"]:hover {
						opacity: .7;
					}
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-submit button[type="submit"], .c-content-main .cc-simulation-submit button[type="submit"] {
					display: block;
					width: 100%;
					padding: 5.33333vw 6.66667vw;
					padding-left: 17.33333vw;
					background-position: 4vw 50%;
					background-size: 12vw auto;
					line-height: 1.27778;
					font-size: 1.2em
			}
				}
.bge-contents .cc-simulation-submit button[type="submit"]::after, .c-content-main .cc-simulation-submit button[type="submit"]::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					right: 22px;
					bottom: 0;
					margin: auto 0;
					border: 0 solid #fff;
					border-width: 3px 3px 0 0;
					background: none;
					width: 12px;
					height: 12px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-submit button[type="submit"]::after, .c-content-main .cc-simulation-submit button[type="submit"]::after {
						right: 4vw;
						border-width: 0.53333vw 0.53333vw 0 0;
						width: 2.93333vw;
						height: 2.93333vw
				}
					}
.bge-contents .cc-simulation-submit button[type="submit"]:active, .bge-contents .cc-simulation-submit button[type="submit"]:focus, .c-content-main .cc-simulation-submit button[type="submit"]:active, .c-content-main .cc-simulation-submit button[type="submit"]:focus {
					outline: 0;
					-webkit-box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
					        box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
				}
.bge-contents .cc-simulation-result, .c-content-main .cc-simulation-result {
			margin: 0 0 1.2em;
			line-height: 1.33333;
			font-weight: bold;
			font-size: 1.875em;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-result, .c-content-main .cc-simulation-result {
				text-align: center
		}
			}
.bge-contents .cc-simulation-result [id="taxFixPrice"], .c-content-main .cc-simulation-result [id="taxFixPrice"] {
				line-height: 1;
				color: #da0930;
				font-size: 1.33333em;
			}
.bge-contents .cc-simulation-breakdown-note, .c-content-main .cc-simulation-breakdown-note {
				margin-bottom: 2em;
			}
.bge-contents .cc-simulation [id="result_contents_tab"] [data-bgb="table"], .c-content-main .cc-simulation [id="result_contents_tab"] [data-bgb="table"] {
				margin-bottom: 1.25em;
			}
.bge-contents .cc-simulation-print, .c-content-main .cc-simulation-print {
			margin: 0 0 1.875em;
			text-align: right;
		}
@media print {
.bge-contents .cc-simulation-print, .c-content-main .cc-simulation-print {
				display: none
		}
			}
.bge-contents .cc-simulation-print a, .c-content-main .cc-simulation-print a {
				display: inline-block;
				padding: 0.77778em 3.44444em;
				border: 2px solid currentColor;
				border-radius: 1.38889em;
				line-height: 1;
				color: #222;
				font-weight: 500;
				font-size: 1.125em;
				text-decoration: none;
			}
@media screen and (min-width: 768px) {
					.bge-contents .cc-simulation-print a:hover, .c-content-main .cc-simulation-print a:hover {
						opacity: .7;
					}
				}
.bge-contents .cc-simulation-back, .c-content-main .cc-simulation-back {
			margin: 0 0 2em;
			padding: 30px;
			background: #fff7dc;
			text-align: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-back, .c-content-main .cc-simulation-back {
				padding: 5.33333vw
		}
			}
@media print {
.bge-contents .cc-simulation-back, .c-content-main .cc-simulation-back {
				display: none
		}
			}
.bge-contents .cc-simulation-back a, .c-content-main .cc-simulation-back a {
				display: inline-block;
				position: relative;
				padding: 1.16667em 2.5em 1.16667em 2.5em;
				border: 0;
				border-radius: 0.33333em;
				background: #ff8a00;
				line-height: 1;
				color: #fff;
				font-weight: 500;
				font-size: 1.125em;
				text-decoration: none;
			}
@media screen and (min-width: 768px) {
					.bge-contents .cc-simulation-back a:hover, .c-content-main .cc-simulation-back a:hover {
						opacity: .7;
					}
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-back a, .c-content-main .cc-simulation-back a {
					display: block;
					padding-right: 6.66667vw;
					padding-left: 6.66667vw;
					line-height: 1.55556
			}
				}
.bge-contents .cc-simulation-back a::after, .c-content-main .cc-simulation-back a::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					right: 18px;
					bottom: 0;
					margin: auto 0;
					border: 0 solid #fff;
					border-width: 2px 2px 0 0;
					background: none;
					width: 10px;
					height: 10px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-simulation-back a::after, .c-content-main .cc-simulation-back a::after {
						right: 4vw;
						border-width: 0.53333vw 0.53333vw 0 0;
						width: 2.66667vw;
						height: 2.66667vw
				}
					}
.bge-contents .cc-simulation-back a:active, .bge-contents .cc-simulation-back a:focus, .c-content-main .cc-simulation-back a:active, .c-content-main .cc-simulation-back a:focus {
					outline: 0;
					-webkit-box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
					        box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
				}
.bge-contents .cc-simulation-disclaimer h3, .c-content-main .cc-simulation-disclaimer h3 {
				position: static;
				margin: 0;
				padding: 0;
				border: 0;
				background: transparent none;
				line-height: 1.76471;
				color: currentColor;
				font-weight: 500;
				font-size: 1.0625em;
			}
.bge-contents .cc-simulation-disclaimer h3::before, .bge-contents .cc-simulation-disclaimer h3::after, .c-content-main .cc-simulation-disclaimer h3::before, .c-content-main .cc-simulation-disclaimer h3::after {
					content: none;
				}
.bge-contents .cc-simulation-disclaimer ul, .c-content-main .cc-simulation-disclaimer ul {
				margin: 0;
			}
.bge-contents .cc-simulation-disclaimer ul li, .c-content-main .cc-simulation-disclaimer ul li {
					padding-left: 1em;
					text-indent: -1em;
				}
@media screen and (max-width: 767px) {
						.bge-contents .cc-simulation-disclaimer ul li::first-letter, .c-content-main .cc-simulation-disclaimer ul li::first-letter {
							font-family: sans-serif;
						}
					}
.bge-contents .cc-simulation-disclaimer ul li::before, .c-content-main .cc-simulation-disclaimer ul li::before {
						content: none;
					}
.bge-contents .table-seminar, .c-content-main .table-seminar {
		padding: 0 30px;
	}
@media screen and (max-width: 767px) {
.bge-contents .table-seminar, .c-content-main .table-seminar {
			padding: 0
	}
		}
.bge-contents .table-seminar h2, .c-content-main .table-seminar h2 {
			margin: 0 -30px 60px;
		}
@media screen and (max-width: 767px) {
.bge-contents .table-seminar h2, .c-content-main .table-seminar h2 {
				margin: 0 0 5.33333vw
		}
			}
.bge-contents .table-seminar table th, .c-content-main .table-seminar table th {
				padding-right: 0.55556em;
				padding-left: 0.55556em;
				text-align: center;
			}
.bge-contents .table-seminar table th:nth-child(1), .c-content-main .table-seminar table th:nth-child(1) {
					width: 6.66667em;
				}
.bge-contents .table-seminar table th:nth-child(3), .bge-contents .table-seminar table th:nth-child(4), .c-content-main .table-seminar table th:nth-child(3), .c-content-main .table-seminar table th:nth-child(4) {
					width: 8.33333em;
				}
.bge-contents .table-seminar table td, .c-content-main .table-seminar table td {
				padding-right: 0.625em;
				padding-left: 0.625em;
			}
.bge-contents .table-seminar table td:nth-child(2), .c-content-main .table-seminar table td:nth-child(2) {
					padding-right: 1.25em;
					padding-left: 1.25em;
				}
.bge-contents .table-seminar table td:nth-child(1), .bge-contents .table-seminar table td:nth-child(3), .bge-contents .table-seminar table td:nth-child(4), .c-content-main .table-seminar table td:nth-child(1), .c-content-main .table-seminar table td:nth-child(3), .c-content-main .table-seminar table td:nth-child(4) {
					text-align: center;
				}
.bge-contents .table-seminar table td.seminar-available::before, .c-content-main .table-seminar table td.seminar-available::before {
					content: "";
					display: inline-block;
					vertical-align: -0.11111em;
					width: 17px;
					height: 17px;
					margin-right: 0.27778em;
					border: 4px solid #ff8a00;
					border-radius: 50%;
				}
@media screen and (max-width: 767px) {
.bge-contents .table-seminar table td.seminar-available::before, .c-content-main .table-seminar table td.seminar-available::before {
						width: 0.94444em;
						height: 0.94444em;
						border-width: 3px
				}
					}
.bge-contents .spiral-consultation, .c-content-main .spiral-consultation {
		padding: 0 50px;
	}
@media screen and (max-width: 767px) {
.bge-contents .spiral-consultation, .c-content-main .spiral-consultation {
			padding: 0
	}
		}
.bge-contents .spiral-consultation h2, .c-content-main .spiral-consultation h2 {
			margin-right: -20px;
			margin-left: -20px;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-consultation h2, .c-content-main .spiral-consultation h2 {
				margin-right: 0;
				margin-left: 0
		}
			}
.bge-contents .spiral-consultation-notes, .c-content-main .spiral-consultation-notes {
			margin: 1em 0 2.5em;
		}
.bge-contents .spiral-consultation-notes p, .c-content-main .spiral-consultation-notes p {
				margin: 0;
				line-height: 1.85714;
				color: #dd3502;
				font-size: 0.875em;
			}
.bge-contents .spiral-consultation-tel, .c-content-main .spiral-consultation-tel {
			padding: 22px 50px;
			background: #f6f6f6;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-consultation-tel, .c-content-main .spiral-consultation-tel {
				padding: 5.33333vw
		}
			}
.bge-contents .spiral-consultation-tel h5, .c-content-main .spiral-consultation-tel h5 {
				margin-right: -20px;
				margin-bottom: 25px;
				margin-left: -20px;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-consultation-tel h5, .c-content-main .spiral-consultation-tel h5 {
					margin: 0 0 4vw
			}
				}
.bge-contents .spiral-consultation-tel-number, .c-content-main .spiral-consultation-tel-number {
				margin: 0;
				line-height: 1;
				font-size: 0.9375em;
				letter-spacing: .05em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-consultation-tel-number, .c-content-main .spiral-consultation-tel-number {
					text-align: center
			}
				}
.bge-contents .spiral-consultation-tel-number span, .c-content-main .spiral-consultation-tel-number span {
					display: inline-block;
					vertical-align: bottom;
					line-height: 1;
					color: #6fcd00;
					font-weight: 600;
					font-size: 1.73333em;
					font-family: "Montserrat", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", "Meiryo", sans-serif;
					letter-spacing: 0;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-consultation-tel-number span, .c-content-main .spiral-consultation-tel-number span {
						display: block;
						margin: 0 0 4vw
				}
					}
.bge-contents .spiral-consultation-tel-number span a[href*="tel:"], .c-content-main .spiral-consultation-tel-number span a[href*="tel:"] {
						display: inline-block;
						vertical-align: bottom;
						line-height: 0.78947;
						color: currentColor;
						font-size: 1.46154em;
					}
.bge-contents .spiral-consultation-tel-notes, .c-content-main .spiral-consultation-tel-notes {
				margin: 1em 0 0;
			}
.bge-contents .spiral-consultation-tel-notes p, .c-content-main .spiral-consultation-tel-notes p {
					margin: 0;
					line-height: 1.64286;
					font-size: 0.875em;
				}
.bge-contents .spiral-mail-magazine, .c-content-main .spiral-mail-magazine {
		padding: 0 50px;
	}
@media screen and (max-width: 767px) {
.bge-contents .spiral-mail-magazine, .c-content-main .spiral-mail-magazine {
			padding: 0
	}
		}
.bge-contents .spiral-mail-magazine h2, .c-content-main .spiral-mail-magazine h2 {
			margin-right: -20px;
			margin-left: -20px;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-mail-magazine h2, .c-content-main .spiral-mail-magazine h2 {
				margin-right: 0;
				margin-left: 0
		}
			}
.bge-contents .spiral-mail-magazine-title, .c-content-main .spiral-mail-magazine-title {
			padding-right: 0;
			padding-left: 0;
		}
.bge-contents .spiral-mail-magazine-title::before, .bge-contents .spiral-mail-magazine-title::after, .c-content-main .spiral-mail-magazine-title::before, .c-content-main .spiral-mail-magazine-title::after {
				content: none;
			}
.bge-contents .spiral-mail-magazine-title-text-group, .c-content-main .spiral-mail-magazine-title-text-group {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					margin-bottom: 0.5em;
					line-height: 1;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-mail-magazine-title-text-group, .c-content-main .spiral-mail-magazine-title-text-group {
						display: block
				}
					}
.bge-contents .spiral-mail-magazine-title-text-01, .c-content-main .spiral-mail-magazine-title-text-01 {
					margin-right: 25px;
					line-height: 1.5;
					color: #ff7200;
					font-weight: 500;
					font-size: 0.58824em;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-mail-magazine-title-text-01, .c-content-main .spiral-mail-magazine-title-text-01 {
						display: block;
						margin-right: 0
				}
					}
.bge-contents .spiral-mail-magazine-title-text-02, .c-content-main .spiral-mail-magazine-title-text-02 {
					padding: 0 0.83333em;
					border-radius: 0.33333em;
					background: #85cd00 url("/img/bg-repeat-dot-opacity10.png") repeat 50% 50% / 9px 14px;
					line-height: 1.66667;
					color: #fff;
					font-weight: 500;
					font-size: 0.52941em;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-mail-magazine-title-text-02, .c-content-main .spiral-mail-magazine-title-text-02 {
						display: inline-block;
						background-size: 2.4vw auto
				}
					}
.bge-contents .spiral-mail-magazine-description, .c-content-main .spiral-mail-magazine-description {
			margin-bottom: 3.4375em;
		}
.bge-contents .spiral-mail-magazine-contents, .c-content-main .spiral-mail-magazine-contents {
			margin-bottom: 3.4375em;
		}
.bge-contents .spiral-mail-magazine-contents-item, .c-content-main .spiral-mail-magazine-contents-item {
				margin: 1.5625em 0;
			}
.bge-contents .spiral-mail-magazine-contents-item h4, .c-content-main .spiral-mail-magazine-contents-item h4 {
					margin-bottom: 0.31818em;
					padding: 0 0 0 1.36364em;
					border-bottom: 0;
					background: url("/img/icon-check@2x.png") no-repeat 0 0.22727em / 1em auto;
					line-height: 1.45455;
					font-weight: 500;
					font-size: 1.375em;
				}
.bge-contents .spiral-mail-magazine-contents-item h4::before, .bge-contents .spiral-mail-magazine-contents-item h4::after, .c-content-main .spiral-mail-magazine-contents-item h4::before, .c-content-main .spiral-mail-magazine-contents-item h4::after {
						content: none;
					}
.bge-contents .spiral-mail-magazine-contents-item p, .c-content-main .spiral-mail-magazine-contents-item p {
					margin: 0;
				}
.bge-contents .spiral-seminar, .c-content-main .spiral-seminar {
		padding: 0 50px;
	}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar, .c-content-main .spiral-seminar {
			padding: 0
	}
		}
.bge-contents .spiral-seminar h2, .c-content-main .spiral-seminar h2 {
			margin-right: -20px;
			margin-left: -20px;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar h2, .c-content-main .spiral-seminar h2 {
				margin-right: 0;
				margin-left: 0
		}
			}
.bge-contents .spiral-seminar-description, .c-content-main .spiral-seminar-description {
			margin-bottom: 3.4375em;
		}
.bge-contents .spiral-seminar-detail > tbody > tr > th, .c-content-main .spiral-seminar-detail > tbody > tr > th {
				width: 4.33333em;
				text-align: center;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-detail > tbody > tr > th, .c-content-main .spiral-seminar-detail > tbody > tr > th {
					background: #85cd00;
					color: #fff
			}
				}
.bge-contents .spiral-seminar-detail > tbody > tr > td, .c-content-main .spiral-seminar-detail > tbody > tr > td {
				padding: 0;
				border-bottom: 0;
			}
.bge-contents .spiral-seminar-detail-text, .c-content-main .spiral-seminar-detail-text {
				padding: 1.5em 1.875em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-detail-text, .c-content-main .spiral-seminar-detail-text {
					padding-right: 0;
					padding-left: 0
			}
				}
.bge-contents .spiral-seminar-detail table, .c-content-main .spiral-seminar-detail table {
				margin: 0 0 -1px;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-detail table, .c-content-main .spiral-seminar-detail table {
					margin-bottom: 5.33333vw;
					border-right: 1px solid #ababab;
					border-left: 1px solid #ababab
			}
				}
.bge-contents .spiral-seminar-detail table th, .bge-contents .spiral-seminar-detail table td, .c-content-main .spiral-seminar-detail table th, .c-content-main .spiral-seminar-detail table td {
					padding: 0.75em 1em;
				}
.bge-contents .spiral-seminar-detail table th, .c-content-main .spiral-seminar-detail table th {
					width: 7em;
					text-align: center;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-detail table th, .c-content-main .spiral-seminar-detail table th {
						text-align: left
				}
					}
.bge-contents .spiral-seminar-tel, .c-content-main .spiral-seminar-tel {
			margin: 0 0 3.4375em;
			padding: 37px 50px 42px;
			background: #f6f6f6;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-tel, .c-content-main .spiral-seminar-tel {
				padding: 6.66667vw 5.33333vw
		}
			}
.bge-contents .spiral-seminar-tel h5, .c-content-main .spiral-seminar-tel h5 {
				margin-right: -20px;
				margin-bottom: 15px;
				margin-left: -20px;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-tel h5, .c-content-main .spiral-seminar-tel h5 {
					margin: 0 0 4vw
			}
				}
.bge-contents .spiral-seminar-tel-number, .c-content-main .spiral-seminar-tel-number {
				margin: 0;
				line-height: 1;
				font-size: 0.9375em;
				letter-spacing: .05em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-tel-number, .c-content-main .spiral-seminar-tel-number {
					text-align: center
			}
				}
.bge-contents .spiral-seminar-tel-number span, .c-content-main .spiral-seminar-tel-number span {
					display: inline-block;
					vertical-align: bottom;
					margin-right: 0.23077em;
					line-height: 1;
					color: #6fcd00;
					font-weight: 600;
					font-size: 1.73333em;
					font-family: "Montserrat", "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", "Meiryo", sans-serif;
					letter-spacing: 0;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-seminar-tel-number span, .c-content-main .spiral-seminar-tel-number span {
						display: block;
						margin: 0 0 4vw
				}
					}
.bge-contents .spiral-seminar-tel-number span a[href*="tel:"], .c-content-main .spiral-seminar-tel-number span a[href*="tel:"] {
						display: inline-block;
						vertical-align: bottom;
						line-height: 0.78947;
						color: currentColor;
						font-size: 1.46154em;
					}
.bge-contents .spiral-seminar-tel-notes, .c-content-main .spiral-seminar-tel-notes {
				margin: 1em 0 0;
			}
.bge-contents .spiral-seminar-tel-notes p, .c-content-main .spiral-seminar-tel-notes p {
					margin: 0;
					line-height: 1.64286;
					font-size: 0.875em;
				}
.bge-contents .spiral-form-flow, .c-content-main .spiral-form-flow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 3.75em 0 3.125em;
	}
.bge-contents .spiral-form-flow-item, .c-content-main .spiral-form-flow-item {
			position: relative;
			width: 173px;
			margin: 0 0.33333em;
			padding: 0.72222em 0;
			line-height: 1;
			font-weight: 500;
			font-size: 1.125em;
			text-align: center;
			border-radius: 4px;
			background: #e8e8e8;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-flow-item, .c-content-main .spiral-form-flow-item {
				width: calc(30% - 0.66667em)
		}
			}
.bge-contents .spiral-form-flow-item:not(:last-child)::after, .c-content-main .spiral-form-flow-item:not(:last-child)::after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				right: -6px;
				bottom: 0;
				width: 0;
				height: 0;
				margin: auto 0;
				border-width: 4px 0 4px 6px;
				border-style: solid;
				border-color: transparent #e8e8e8;
			}
.bge-contents .spiral-form-flow-item[aria-current="step"], .c-content-main .spiral-form-flow-item[aria-current="step"] {
				background: #ff8a00;
				color: #fff;
			}
.bge-contents .spiral-form-flow-item[aria-current="step"]::after, .c-content-main .spiral-form-flow-item[aria-current="step"]::after {
					border-color: transparent #ff8a00;
				}
.bge-contents .spiral-form-table, .c-content-main .spiral-form-table {
		margin-bottom: 3.75em;
	}
.bge-contents .spiral-form-table th, .c-content-main .spiral-form-table th {
			width: 250px;
			padding: 2.22222em 1.11111em;
			border-right: 0;
			white-space: nowrap;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table th, .c-content-main .spiral-form-table th {
				padding: 1.11111em;
				border-bottom: 0
		}
			}
.bge-contents .spiral-form-table th label, .c-content-main .spiral-form-table th label {
				display: inline-block;
				vertical-align: top;
				margin-right: 0.55556em;
			}
.bge-contents .spiral-form-table th .required, .c-content-main .spiral-form-table th .required {
				display: inline-block;
				vertical-align: top;
				margin: 0.25em 0;
				padding: 0.5em 0.83333em;
				border-radius: 0.33333em;
				background: #222;
				line-height: 1;
				color: #fff;
				font-weight: bold;
				font-size: 0.66667em;
			}
.bge-contents .spiral-form-table td, .c-content-main .spiral-form-table td {
			padding: 1.875em;
			padding-right: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table td, .c-content-main .spiral-form-table td {
				padding: 1.25em;
				padding-bottom: 1.875em;
				border-top: 0
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table td .mail-before-attachment, .c-content-main .spiral-form-table td .mail-before-attachment {
					display: block;
					margin-bottom: 0.3125em
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table td .mail-after-attachment, .c-content-main .spiral-form-table td .mail-after-attachment {
					display: block;
					margin-top: 0.3125em
			}
				}
.bge-contents .spiral-form-table td .mail-description, .c-content-main .spiral-form-table td .mail-description {
				margin: 1.10714em 0 -0.32143em;
				line-height: 1.64286;
				font-size: 0.875em;
			}
.bge-contents .spiral-form-table td .mail-description p, .c-content-main .spiral-form-table td .mail-description p {
					margin: 0;
					padding-left: 1em;
					text-indent: -1em;
				}
.bge-contents .spiral-form-table td .msg, .c-content-main .spiral-form-table td .msg {
				display: inline-block;
				margin: 0.5em 0;
				padding: 0.42857em 0.71429em;
				background: #da0930;
				line-height: 1;
				color: #fff;
				font-weight: bold;
				font-size: 1.4rem;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table td .msg, .c-content-main .spiral-form-table td .msg {
					font-size: 3.73333vw
			}
				}
.bge-contents .spiral-form-table td .msg:empty, .c-content-main .spiral-form-table td .msg:empty {
					display: none;
				}
.bge-contents .spiral-form-table [id="FieldMessageName"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageName"] input[type="text"] {
				width: 262px;
				margin-right: 0.75em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageName"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageName"] input[type="text"] {
					width: 100%;
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageKana"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageKana"] input[type="text"] {
				width: 262px;
				margin-right: 0.75em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageKana"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageKana"] input[type="text"] {
					width: 100%;
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageEmail"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageEmail"] input[type="text"] {
				width: 380px;
				margin-right: 0.75em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageEmail"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageEmail"] input[type="text"] {
					width: 100%;
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageEmail1"], .c-content-main .spiral-form-table [id="FieldMessageEmail1"] {
			margin-bottom: 1.25em;
		}
.bge-contents .spiral-form-table [id="FieldMessageEmail1"] .mail-before-attachment, .c-content-main .spiral-form-table [id="FieldMessageEmail1"] .mail-before-attachment {
				margin-right: 0.75em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageEmail1"] .mail-before-attachment, .c-content-main .spiral-form-table [id="FieldMessageEmail1"] .mail-before-attachment {
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageEmail1"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageEmail1"] input[type="text"] {
				width: 300px;
				margin-right: 0.75em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageEmail1"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageEmail1"] input[type="text"] {
					width: 100%;
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageEmail2"] .mail-before-attachment, .c-content-main .spiral-form-table [id="FieldMessageEmail2"] .mail-before-attachment {
				margin-right: 0.75em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageEmail2"] .mail-before-attachment, .c-content-main .spiral-form-table [id="FieldMessageEmail2"] .mail-before-attachment {
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageEmail2"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageEmail2"] input[type="text"] {
				width: 300px;
				margin-right: 0.75em;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageEmail2"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageEmail2"] input[type="text"] {
					width: 100%;
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageAddressPostal"], .c-content-main .spiral-form-table [id="FieldMessageAddressPostal"] {
			margin-bottom: 0.625em;
		}
.bge-contents .spiral-form-table [id="FieldMessageAddressPostal"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageAddressPostal"] input[type="text"] {
				width: 88px;
				height: 30px;
				margin: 0 10px;
				line-height: 28px;
				text-align: center;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageAddressPostal"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageAddressPostal"] input[type="text"] {
					width: 22.5%;
					padding: 0 5px;
					margin: 0 5px
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageAddressPostal"] input[type="text"]:first-child, .c-content-main .spiral-form-table [id="FieldMessageAddressPostal"] input[type="text"]:first-child {
					margin-left: 0;
				}
.bge-contents .spiral-form-table [id="FieldMessageAddressPref"], .c-content-main .spiral-form-table [id="FieldMessageAddressPref"] {
			margin-bottom: 0.625em;
		}
.bge-contents .spiral-form-table [id="FieldMessageAddress"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageAddress"] input[type="text"] {
				width: calc(100% - 1.875em);
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageAddress"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageAddress"] input[type="text"] {
					width: 100%
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageAddress"] .mail-after-attachment, .c-content-main .spiral-form-table [id="FieldMessageAddress"] .mail-after-attachment {
				display: block;
			}
@media print, screen and (min-width: 768px) {
.bge-contents .spiral-form-table [id="FieldMessageAddress"] .mail-after-attachment, .c-content-main .spiral-form-table [id="FieldMessageAddress"] .mail-after-attachment {
					margin: 0.1875em 0 0
			}
				}
@media print, screen and (min-width: 768px) {
.bge-contents .spiral-form-table [id="FieldMessageAddress"] .mail-description, .c-content-main .spiral-form-table [id="FieldMessageAddress"] .mail-description {
					margin-top: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageAddress2"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageAddress2"] input[type="text"] {
				width: calc(100% - 1.875em);
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageAddress2"] input[type="text"], .c-content-main .spiral-form-table [id="FieldMessageAddress2"] input[type="text"] {
					width: 100%
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageAddress2"] .mail-after-attachment, .c-content-main .spiral-form-table [id="FieldMessageAddress2"] .mail-after-attachment {
				display: block;
				margin: 0.8125em 0 -0.4375em;
			}
.bge-contents .spiral-form-table [id="RowMessageTel"] input[type="text"], .c-content-main .spiral-form-table [id="RowMessageTel"] input[type="text"] {
				width: 88px;
				height: 30px;
				margin: 0 10px;
				line-height: 28px;
				text-align: center;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="RowMessageTel"] input[type="text"], .c-content-main .spiral-form-table [id="RowMessageTel"] input[type="text"] {
					width: 22.5%;
					padding: 0 5px;
					margin: 0 5px
			}
				}
.bge-contents .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"], .c-content-main .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"], .c-content-main .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] {
						-ms-flex-wrap: wrap;
						    flex-wrap: wrap;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center
				}
					}
.bge-contents .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-before-attachment, .c-content-main .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-before-attachment {
					display: inline-block;
					margin-right: 0.625em;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-before-attachment, .c-content-main .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-before-attachment {
						width: 2.5em;
						margin: 0
				}
					}
.bge-contents .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-after-attachment, .c-content-main .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-after-attachment {
					display: inline-block;
					margin-left: 0.625em;
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-after-attachment, .c-content-main .spiral-form-table [id="RowMessageTel"] td [id="FieldMessageTel1"] .mail-after-attachment {
						width: auto;
						margin: 0 0 0 calc(2.5em + 5px)
				}
					}
.bge-contents .spiral-form-table [id="RowMessageBirthday"] input[type="text"], .c-content-main .spiral-form-table [id="RowMessageBirthday"] input[type="text"] {
				width: 88px;
				height: 30px;
				margin: 0 5px;
				line-height: 28px;
				text-align: center;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="RowMessageBirthday"] input[type="text"], .c-content-main .spiral-form-table [id="RowMessageBirthday"] input[type="text"] {
					width: 22.5%;
					padding: 0 5px;
					margin: 0 3px
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="RowMessageBirthday"] input[type="text"][maxlength="2"], .c-content-main .spiral-form-table [id="RowMessageBirthday"] input[type="text"][maxlength="2"] {
						width: 17.5%
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="RowMessageBirthday"] .mail-before-attachment, .c-content-main .spiral-form-table [id="RowMessageBirthday"] .mail-before-attachment {
					display: inline
			}
				}
.bge-contents .spiral-form-table [id="RowMessageBirthday"] .mail-after-attachment, .c-content-main .spiral-form-table [id="RowMessageBirthday"] .mail-after-attachment {
				display: block;
				margin: 0.625em 0 -0.4375em;
			}
.bge-contents .spiral-form-table [id="FieldMessageContents"] .checkbox, .c-content-main .spiral-form-table [id="FieldMessageContents"] .checkbox {
				display: inline-block;
				margin-right: 1.25em;
			}
.bge-contents .spiral-form-table [id="FieldMessageMethod"] .radio, .c-content-main .spiral-form-table [id="FieldMessageMethod"] .radio {
				display: inline-block;
				margin-right: 1.25em;
			}
.bge-contents .spiral-form-table [id="FieldMessageMessage"] .mail-before-attachment, .c-content-main .spiral-form-table [id="FieldMessageMessage"] .mail-before-attachment {
				display: block;
				margin: 0 0 1.42857em;
				line-height: 1.64286;
				font-size: 0.875em;
			}
.bge-contents .spiral-form-table [id="FieldMessageMessage"] .mail-before-attachment b, .c-content-main .spiral-form-table [id="FieldMessageMessage"] .mail-before-attachment b {
					color: #dd3502;
					font-weight: normal;
				}
@media print, screen and (min-width: 768px) {
.bge-contents .spiral-form-table [id="FieldMessageMessage"] textarea, .c-content-main .spiral-form-table [id="FieldMessageMessage"] textarea {
					width: calc(100% - 30px)
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageMessage"] .mail-after-attachment, .c-content-main .spiral-form-table [id="FieldMessageMessage"] .mail-after-attachment {
				display: block;
				margin: 0.85714em 30px 0 0;
				line-height: 1;
				font-size: 0.875em;
				text-align: right;
			}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-table [id="FieldMessageMessage"] .mail-after-attachment, .c-content-main .spiral-form-table [id="FieldMessageMessage"] .mail-after-attachment {
					margin-right: 0
			}
				}
.bge-contents .spiral-form-table [id="FieldMessageMessage"] .mail-after-attachment[data-over-limit="true"], .c-content-main .spiral-form-table [id="FieldMessageMessage"] .mail-after-attachment[data-over-limit="true"] {
					color: #dd3502;
				}
.bge-contents .spiral-form-table [id="FieldMessageEntry"] .mail-before-attachment, .c-content-main .spiral-form-table [id="FieldMessageEntry"] .mail-before-attachment {
				display: block;
				margin-bottom: 0.4em;
				font-weight: 500;
				font-size: 1.25em;
			}
.bge-contents .spiral-form-table [id="FieldMessageEntry"] .checkbox-list, .c-content-main .spiral-form-table [id="FieldMessageEntry"] .checkbox-list {
				margin: 0.5em 0 0 2em;
			}
.bge-contents .spiral-form-table [id="FieldMessageEntry"] .checkbox-list .checkbox, .c-content-main .spiral-form-table [id="FieldMessageEntry"] .checkbox-list .checkbox {
					position: relative;
					padding-left: 2em;
				}
.bge-contents .spiral-form-table [id="FieldMessageEntry"] .checkbox-list .checkbox input[type="checkbox"], .c-content-main .spiral-form-table [id="FieldMessageEntry"] .checkbox-list .checkbox input[type="checkbox"] {
						position: absolute;
						top: 0.9375em;
						left: 0;
						-webkit-transform: translateY(-50%);
						        transform: translateY(-50%);
					}
.bge-contents .spiral-form-agreement, .c-content-main .spiral-form-agreement {
		width: 730px;
		height: 280px;
		margin: 0 auto 2.5em;
		padding: 1.875em;
		border: 1px solid #7c7c7c;
		overflow-y: auto;
	}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-agreement, .c-content-main .spiral-form-agreement {
			width: 100%
	}
		}
.bge-contents .spiral-form-agreement h3, .bge-contents .spiral-form-agreement h4, .c-content-main .spiral-form-agreement h3, .c-content-main .spiral-form-agreement h4 {
			margin: 0;
			padding: 0;
			border: 0;
			background: transparent none;
			line-height: 1.875;
			font-weight: 500;
			font-size: 1em;
		}
.bge-contents .spiral-form-agreement h3::before, .bge-contents .spiral-form-agreement h3::after, .bge-contents .spiral-form-agreement h4::before, .bge-contents .spiral-form-agreement h4::after, .c-content-main .spiral-form-agreement h3::before, .c-content-main .spiral-form-agreement h3::after, .c-content-main .spiral-form-agreement h4::before, .c-content-main .spiral-form-agreement h4::after {
				content: none;
			}
.bge-contents .spiral-form-agreement h3, .c-content-main .spiral-form-agreement h3 {
			margin: 0 0 1.5em;
			line-height: 1.5;
			color: #ff7200;
			font-size: 1.25em;
		}
.bge-contents .spiral-form-agreement p, .c-content-main .spiral-form-agreement p {
			margin: 0 0 1.875em 2em;
			line-height: 1.875;
		}
.bge-contents .spiral-form-submit, .c-content-main .spiral-form-submit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 6.25em;
	}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-submit, .c-content-main .spiral-form-submit {
			display: block;
			text-align: center
	}
		}
.bge-contents .spiral-form-submit .btn-em, .bge-contents .spiral-form-submit .btn-back, .c-content-main .spiral-form-submit .btn-em, .c-content-main .spiral-form-submit .btn-back {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				display: inline-block;
				vertical-align: middle;
				position: relative;
				min-width: 270px;
				margin: 0 10px;
				padding: 0.83333em 2.5em;
				border: 0;
				border-radius: 6px;
				background: #222;
				line-height: 1.66667;
				color: #fff;
				font-weight: 500;
				font-size: 1.125em;
				text-align: center;
				text-decoration: none;
				cursor: pointer;
			}
@media screen and (min-width: 768px) {
					.bge-contents .spiral-form-submit .btn-em:hover, .bge-contents .spiral-form-submit .btn-back:hover, .c-content-main .spiral-form-submit .btn-em:hover, .c-content-main .spiral-form-submit .btn-back:hover {
						opacity: .7;
					}
				}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-submit .btn-em, .bge-contents .spiral-form-submit .btn-back, .c-content-main .spiral-form-submit .btn-em, .c-content-main .spiral-form-submit .btn-back {
					min-width: 0;
					width: 90%
			}

					.bge-contents .spiral-form-submit .btn-em:not(:last-child), .bge-contents .spiral-form-submit .btn-back:not(:last-child), .c-content-main .spiral-form-submit .btn-em:not(:last-child), .c-content-main .spiral-form-submit .btn-back:not(:last-child) {
						margin: 0 0 5.33333vw;
					}
				}
.bge-contents .spiral-form-submit .btn-em:active, .bge-contents .spiral-form-submit .btn-em:focus, .bge-contents .spiral-form-submit .btn-back:active, .bge-contents .spiral-form-submit .btn-back:focus, .c-content-main .spiral-form-submit .btn-em:active, .c-content-main .spiral-form-submit .btn-em:focus, .c-content-main .spiral-form-submit .btn-back:active, .c-content-main .spiral-form-submit .btn-back:focus {
					-webkit-box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
					        box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
				}
.bge-contents .spiral-form-submit .btn-em::after, .bge-contents .spiral-form-submit .btn-back::after, .c-content-main .spiral-form-submit .btn-em::after, .c-content-main .spiral-form-submit .btn-back::after {
					content: "";
					display: block;
					position: absolute;
					right: 1.33333em;
					top: 50%;
					margin: -0.27778em 0 0;
					border: 2px solid currentColor;
					border-width: 2px 2px 0 0;
					background: none;
					width: 0.55556em;
					height: 0.55556em;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}
.bge-contents .spiral-form-submit .btn-em, .c-content-main .spiral-form-submit .btn-em {
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1;
			}
.bge-contents .spiral-form-submit .btn-back, .c-content-main .spiral-form-submit .btn-back {
				-webkit-box-ordinal-group: 1;
				    -ms-flex-order: 0;
				        order: 0;
				background: #d8d8d8;
				color: #222;
			}
.bge-contents .spiral-form-submit .btn-back::after, .c-content-main .spiral-form-submit .btn-back::after {
					right: auto;
					left: 1.33333em;
					-webkit-transform: rotate(-135deg);
					        transform: rotate(-135deg);
				}
.bge-contents .spiral-form-complete, .c-content-main .spiral-form-complete {
		margin: 0 0 6.25em;
	}
.bge-contents .spiral-form-complete h3, .c-content-main .spiral-form-complete h3 {
			margin: 2.32143em 0 0.57143em;
			padding: 0;
			background: transparent none;
			line-height: 1.35714;
			color: #ff8a00;
			font-weight: bold;
			font-size: 1.75em;
			text-align: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-complete h3, .c-content-main .spiral-form-complete h3 {
				font-size: 1.4em
		}
			}
.bge-contents .spiral-form-complete h3::before, .bge-contents .spiral-form-complete h3::after, .c-content-main .spiral-form-complete h3::before, .c-content-main .spiral-form-complete h3::after {
				content: none;
			}
.bge-contents .spiral-form-complete p, .c-content-main .spiral-form-complete p {
			line-height: 2.125;
			letter-spacing: .07em;
			text-align: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .spiral-form-complete p, .c-content-main .spiral-form-complete p {
				letter-spacing: 0
		}
			}
.bge-contents .bge-ckeditor em, .c-content-main .bge-ckeditor em {
			color: #da0930;
			font-style: inherit;
		}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3 {
				position: relative;
				margin: 1em 0 1.11111em;
				padding: 13px 20px;
				padding-right: 0;
				border: 0;
				border-bottom: 2px solid #d8d8d8;
				border-radius: 0;
				background: transparent none;
				line-height: 1.44444;
				color: currentColor;
				font-weight: normal;
				font-size: 1.125em;
			}
@media screen and (max-width: 767px) {
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3 {
					padding: 3.46667vw 4vw;
					padding-right: 0;
					font-size: 1.06667em
			}
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3 span, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3 span {
					display: inline-block;
					line-height: 1.08333;
					font-size: 1.33333em;
				}
@media screen and (max-width: 767px) {
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3 span, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3 span {
						font-size: 1.4em
				}
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3::before, .c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3::after, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3::before, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					bottom: 0;
					left: auto;
					width: auto;
					height: 3px;
					margin: auto 0;
					border-radius: 0;
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3::before, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3::before {
					left: 0;
					width: 12px;
					background: #85cd00;
				}
@media screen and (max-width: 767px) {
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3::before, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3::before {
						width: 2.66667vw
				}
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3::after, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3::after {
					left: 6px;
					width: 6px;
					background: #ffc800;
				}
@media screen and (max-width: 767px) {
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3::after, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3::after {
						left: 1.33333vw;
						width: 1.33333vw
				}
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3:first-child, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3:first-child {
					margin-top: 0;
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] h3:last-child, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] h3:last-child {
					margin-bottom: 0;
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul > li, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul > li {
					padding-left: 0;
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul > li::before, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul > li::before {
						content: none;
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ul, .c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ol, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ul, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ol {
					margin: 1em 0;
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ul:first-child, .c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ol:first-child, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ul:first-child, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ol:first-child {
						margin-top: 0;
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ul:last-child, .c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ol:last-child, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ul:last-child, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ol:last-child {
						margin-top: 0;
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ul ul, .c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ul ol, .c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ol ul, .c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ol ol, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ul ul, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ul ol, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ol ul, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ol ol {
						margin: 0;
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ul li::before, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ul li::before {
						background: #ff7200;
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] > ul ol li::before, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] > ul ol li::before {
						background: transparent;
					}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] img, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] img {
				width: auto;
				max-width: 100%;
				height: auto;
			}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] dl, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] dl {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				padding: 0.75em 1.25em;
				border: 1px solid #d8d8d8;
			}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] dl dt, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] dl dt {
					white-space: nowrap;
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] dl dd, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] dl dd {
					margin-left: 0;
				}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] strong, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] strong {
				color: #ff7200;
			}
.c-page-sub__dictionary-item .bge-contents [data-bge="ckeditor"] mark, .c-page-sub__dictionary-item .c-content-main [data-bge="ckeditor"] mark {
				background: yellow;
			}
.bge-contents .btn-box, .c-content-main .btn-box {
		text-align: center;
	}
.bge-contents .btn-box a, .c-content-main .btn-box a {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			min-width: 270px;
			padding: 0.83333em 2.5em;
			border: 0;
			border-radius: 6px;
			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 .btn-box a:hover, .c-content-main .btn-box a:hover {
					opacity: .7;
				}
			}
@media screen and (max-width: 767px) {
.bge-contents .btn-box a, .c-content-main .btn-box a {
				min-width: 0;
				width: 90%
		}
			}
.bge-contents .btn-box a:active, .bge-contents .btn-box a:focus, .c-content-main .btn-box a:active, .c-content-main .btn-box a:focus {
				-webkit-box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
				        box-shadow: 0 0 10px 0 rgba(255, 200, 0, 0.5);
			}
.bge-contents .btn-box a:disabled, .c-content-main .btn-box a:disabled {
				opacity: .6;
			}
.bge-contents .btn-box a:hover, .c-content-main .btn-box a:hover {
				opacity: .7;
			}
.bge-contents .btn-box a::after, .bge-contents .btn-box a[target="_blank"]::after, .c-content-main .btn-box a::after, .c-content-main .btn-box a[target="_blank"]::after {
				content: "";
				display: block;
				position: absolute;
				right: 1.33333em;
				top: 50%;
				margin: -0.27778em 0 0;
				border: 2px solid currentColor;
				border-width: 2px 2px 0 0;
				background: none;
				width: 0.55556em;
				height: 0.55556em;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
			}
.bge-contents .btn-box[data-original-button-kind="link"] a, .c-content-main .btn-box[data-original-button-kind="link"] a {
				background: #ff8a00;
			}
.bge-contents .seminar-schedule, .c-content-main .seminar-schedule {
		margin: 0 auto;
		padding: 1.875em;
		background: #fcf5d9;
	}
@media screen and (max-width: 767px) {
.bge-contents .seminar-schedule, .c-content-main .seminar-schedule {
			padding: 5.33333vw
	}
		}
.bge-contents .seminar-schedule ol, .c-content-main .seminar-schedule ol {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 0;
			padding: 0;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}
@media screen and (max-width: 767px) {
.bge-contents .seminar-schedule ol, .c-content-main .seminar-schedule ol {
				display: block
		}
			}
.bge-contents .seminar-schedule ol li, .c-content-main .seminar-schedule ol li {
				width: 12.8125em;
				margin: 1.5625em 0 0;
				padding: 0;
				background: #fff;
				border-radius: 10px;
			}
@media screen and (max-width: 767px) {
.bge-contents .seminar-schedule ol li, .c-content-main .seminar-schedule ol li {
					width: 100%;
					margin: 0 0 4vw
			}
				}
.bge-contents .seminar-schedule ol li::before, .c-content-main .seminar-schedule ol li::before {
					display: none;
				}
.bge-contents .seminar-schedule ol li .title, .c-content-main .seminar-schedule ol li .title {
					display: block;
					width: 100%;
					margin: 0;
					padding: 0.27778em 0.55556em;
					text-align: center;
					background: #eb7373;
					border-top-left-radius: 10px;
					border-top-right-radius: 10px;
					font-size: 1.125em;
					color: #fff;
				}
.bge-contents .seminar-schedule ol li .description, .c-content-main .seminar-schedule ol li .description {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					margin: 0;
					padding: 0.9375em 0.625em;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-schedule ol li .description, .c-content-main .seminar-schedule ol li .description {
						padding: 2.66667vw 5.33333vw
				}
					}
.bge-contents .seminar-schedule ol li .description .pict, .c-content-main .seminar-schedule ol li .description .pict {
						width: 4.0625em;
						margin: 0 0.625em 0 0;
					}
@media screen and (max-width: 767px) {
.bge-contents .seminar-schedule ol li .description .pict, .c-content-main .seminar-schedule ol li .description .pict {
							width: 13.86667vw;
							margin-right: 4vw
					}
						}
.bge-contents .seminar-schedule ol li .description .pict img, .c-content-main .seminar-schedule ol li .description .pict img {
							width: 100%;
							height: auto;
						}
.bge-contents .seminar-schedule ol li .description p, .c-content-main .seminar-schedule ol li .description p {
						width: 7.33333em;
						margin: 0;
						font-size: 0.9375em;
						line-height: 1.5;
					}
@media screen and (max-width: 767px) {
.bge-contents .seminar-schedule ol li .description p, .c-content-main .seminar-schedule ol li .description p {
							width: calc(100% - 17.86667vw)
					}
						}
.bge-contents .seminar-schedule ol li .description p span, .c-content-main .seminar-schedule ol li .description p span {
							display: inline-block;
						}
@media screen and (max-width: 767px) {
.bge-contents .seminar-schedule ol li .description p span, .c-content-main .seminar-schedule ol li .description p span {
								display: block
						}
							}
.bge-contents .seminar-schedule ol li:first-child, .bge-contents .seminar-schedule ol li:nth-child(2), .bge-contents .seminar-schedule ol li:nth-child(3), .c-content-main .seminar-schedule ol li:first-child, .c-content-main .seminar-schedule ol li:nth-child(2), .c-content-main .seminar-schedule ol li:nth-child(3) {
					margin-top: 0;
				}
.bge-contents .seminar-schedule ol li:nth-child(2) .title, .c-content-main .seminar-schedule ol li:nth-child(2) .title {
						background: #e28b14;
					}
.bge-contents .seminar-schedule ol li:nth-child(3) .title, .c-content-main .seminar-schedule ol li:nth-child(3) .title {
						background: #85cd01;
					}
.bge-contents .seminar-schedule ol li:nth-child(4) .title, .c-content-main .seminar-schedule ol li:nth-child(4) .title {
						background: #58b6c7;
					}
.bge-contents .seminar-schedule ol li:nth-child(5) .title, .c-content-main .seminar-schedule ol li:nth-child(5) .title {
						background: #627ec9;
					}
.bge-contents .seminar-schedule ol li:nth-child(6) .title, .c-content-main .seminar-schedule ol li:nth-child(6) .title {
						background: #ce70c3;
					}
.bge-contents .seminar-voice .item, .c-content-main .seminar-voice .item {
			padding: 25px 30px;
			background: #fffae9;
			overflow: hidden;
		}
@media screen and (max-width: 767px) {
.bge-contents .seminar-voice .item, .c-content-main .seminar-voice .item {
				padding: 4vw 5.33333vw
		}
			}
.bge-contents .seminar-voice .item:not(:last-child), .c-content-main .seminar-voice .item:not(:last-child) {
				margin-bottom: 1.875em;
			}
.bge-contents .seminar-voice .item [data-name="category"] span, .c-content-main .seminar-voice .item [data-name="category"] span {
					display: inline-block;
					padding: 0.28571em 0.71429em;
					background: #85cd00;
					line-height: 1.28571;
					color: #fff;
					font-size: 0.875em;
				}
.bge-contents .seminar-voice .item [data-name="title"], .c-content-main .seminar-voice .item [data-name="title"] {
				position: relative;
				margin: 0 0 0.5em;
				padding: 8px 18px;
				padding-right: 0;
				border-bottom: 2px solid #d8d8d8;
				line-height: 1.41667;
				font-weight: normal;
				font-size: 1.5em;
				border-radius: 0;
				background: none;
			}
@media screen and (max-width: 767px) {
.bge-contents .seminar-voice .item [data-name="title"], .c-content-main .seminar-voice .item [data-name="title"] {
					padding: 2.66667vw 5.33333vw;
					padding-right: 0;
					font-size: 1.26667em
			}
				}
.bge-contents .seminar-voice .item [data-name="title"]::before, .bge-contents .seminar-voice .item [data-name="title"]::after, .c-content-main .seminar-voice .item [data-name="title"]::before, .c-content-main .seminar-voice .item [data-name="title"]::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					bottom: 0;
					margin: auto 0;
					height: 3px;
				}
.bge-contents .seminar-voice .item [data-name="title"]::before, .c-content-main .seminar-voice .item [data-name="title"]::before {
					left: 0;
					width: 12px;
					background: #85cd00;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-voice .item [data-name="title"]::before, .c-content-main .seminar-voice .item [data-name="title"]::before {
						width: 2.66667vw
				}
					}
.bge-contents .seminar-voice .item [data-name="title"]::after, .c-content-main .seminar-voice .item [data-name="title"]::after {
					left: 6px;
					width: 6px;
					background: #ffc800;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-voice .item [data-name="title"]::after, .c-content-main .seminar-voice .item [data-name="title"]::after {
						left: 1.33333vw;
						width: 1.33333vw
				}
					}
.bge-contents .seminar-voice .item [data-name="post"], .c-content-main .seminar-voice .item [data-name="post"] {
				position: relative;
			}
.bge-contents .seminar-voice .item [data-name="post"] p, .c-content-main .seminar-voice .item [data-name="post"] p {
					margin: 0;
				}
.bge-contents .seminar-introduction .item, .c-content-main .seminar-introduction .item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 1.25em auto 0;
			padding: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item, .c-content-main .seminar-introduction .item {
				display: block
		}
			}
.bge-contents .seminar-introduction .item:first-child, .c-content-main .seminar-introduction .item:first-child {
				margin-top: 0;
			}
.bge-contents .seminar-introduction .item h4, .c-content-main .seminar-introduction .item h4 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 7.5em;
				margin: 0;
				padding: 1em 1.5em;
				background: #e26614;
				border: 5px solid #e26614;
				border-top-left-radius: 10px;
				border-bottom-left-radius: 10px;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				font-size: 1.25em;
				font-weight: bold;
				color: #fff;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item h4, .c-content-main .seminar-introduction .item h4 {
					width: 100%;
					padding: 2.66667vw;
					border: 5px solid #e26614;
					border-bottom-left-radius: 0;
					border-top-right-radius: 10px;
					font-size: 1.33333em
			}
				}
.bge-contents .seminar-introduction .item h4::before, .bge-contents .seminar-introduction .item h4::after, .c-content-main .seminar-introduction .item h4::before, .c-content-main .seminar-introduction .item h4::after {
					display: none;
				}
.bge-contents .seminar-introduction .item .body, .c-content-main .seminar-introduction .item .body {
				width: 35.625em;
				margin: 0;
				padding: 1.5625em;
				border: 5px solid #fcf5d9;
				border-left: none;
				border-top-right-radius: 10px;
				border-bottom-right-radius: 10px;
			}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item .body, .c-content-main .seminar-introduction .item .body {
					width: 100%;
					padding: 4.26667vw;
					border: 5px solid #fcf5d9;
					border-top: none;
					border-top-right-radius: 0;
					border-bottom-left-radius: 10px
			}
				}
.bge-contents .seminar-introduction .item .body .lead-text, .c-content-main .seminar-introduction .item .body .lead-text {
					margin-bottom: 0.5em;
					font-weight: bold;
					color: #e26614;
					line-height: 1.6;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item .body .lead-text, .c-content-main .seminar-introduction .item .body .lead-text {
						margin-bottom: 1.86667vw;
						font-size: 1.06667em;
						text-align: center
				}
					}
.bge-contents .seminar-introduction .item .body .lead-text span, .c-content-main .seminar-introduction .item .body .lead-text span {
						display: inline-block;
					}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item .body .lead-text span, .c-content-main .seminar-introduction .item .body .lead-text span {
							display: block
					}
						}
.bge-contents .seminar-introduction .item .body .description, .c-content-main .seminar-introduction .item .body .description {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					        justify-content: space-between;
				}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item .body .description, .c-content-main .seminar-introduction .item .body .description {
						-ms-flex-wrap: wrap;
						    flex-wrap: wrap;
						-webkit-box-orient: vertical;
						-webkit-box-direction: reverse;
						    -ms-flex-direction: column-reverse;
						        flex-direction: column-reverse
				}
					}
.bge-contents .seminar-introduction .item .body .description p, .c-content-main .seminar-introduction .item .body .description p {
						width: 28.57143em;
						margin: 0;
						font-size: 0.875em;
					}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item .body .description p, .c-content-main .seminar-introduction .item .body .description p {
							width: 100%;
							font-size: 0.93333em
					}
						}
.bge-contents .seminar-introduction .item .body .description .pict, .c-content-main .seminar-introduction .item .body .description .pict {
						width: 5.625em;
					}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item .body .description .pict, .c-content-main .seminar-introduction .item .body .description .pict {
							width: 100%;
							margin: 0.5em 0;
							text-align: center
					}
						}
.bge-contents .seminar-introduction .item .body .description .pict img, .c-content-main .seminar-introduction .item .body .description .pict img {
							width: 100%;
							height: auto;
						}
@media screen and (max-width: 767px) {
.bge-contents .seminar-introduction .item .body .description .pict img, .c-content-main .seminar-introduction .item .body .description .pict img {
								width: 42.66667vw
						}
							}
.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
	}
		}
.c-content-main .fukuoka-only-block {
		display: none !important;
	}
@media print {
	_:lang(x)::-ms-backdrop, .c-content-main {
		font-size: 80%;
	}
}
