/**!
 * rev. 2022-07-26
 * copyright © 2022
 */

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500");
@import url("//fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600");
@import url("//fonts.googleapis.com/css?family=Barlow:400,500");
@charset "utf-8";
/* stylelint-disable */
@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%;
}
*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
*::-moz-selection {
		background-color: #a7cf0a;
	}
*::selection {
		background-color: #a7cf0a;
	}
*:focus {
		outline-color: #a7cf0a;
	}
body {
	color: #000;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;
}
button {
	border-radius: 0;
}
.bge-contents, .c-content-main {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.bge-contents, .c-content-main {
		font-size: 4vw
}
	}
.bge-contents a, .c-content-main a {
		color: currentColor;
	}
.bge-contents h2, .c-content-main h2 {
		font-size: 3.4rem;
		line-height: 1.5;
		margin: 0 0 50px;
		text-align: center;
		position: relative;
	}
@media screen and (max-width: 767px) {
.bge-contents h2, .c-content-main h2 {
			font-size: 6.66667vw;
			margin-bottom: 6.66667vw
	}
		}
.bge-contents h2::after, .c-content-main h2::after {
			background: #90c31f;
			content: "";
			display: block;
			width: 120px;
			height: 3px;
			margin: 20px auto 0;
		}
@media screen and (max-width: 767px) {
.bge-contents h2::after, .c-content-main h2::after {
				width: 16vw;
				margin-top: 2.66667vw
		}
			}
.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}
.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
	}
.bge-contents h3, .c-content-main h3 {
		font-size: 3rem;
		font-weight: 500;
		line-height: 1.5;
		margin: 0 0 35px;
		padding-bottom: 15px;
		position: relative;
	}
@media screen and (max-width: 767px) {
.bge-contents h3, .c-content-main h3 {
			font-size: 6vw;
			margin-bottom: 4vw
	}
		}
.bge-contents h3::after, .c-content-main h3::after {
			content: "";
			display: inline-block;
			height: 1px;
			position: absolute;
			left: 0;
			bottom: -1px;
			width: 30px;
			background: #8dc21f;
		}
@media screen and (max-width: 767px) {
.bge-contents h3::after, .c-content-main h3::after {
				width: 6vw
		}
			}
.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}
.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
	}
.bge-contents .h3-type02 h3, .bge-contents h3.h3-type02, .c-content-main .h3-type02 h3, .c-content-main h3.h3-type02 {
		background: url("/img/bg-pattern02.png") repeat;
		border-radius: 5px;
		padding: 10px 10px 10px 30px;
		color: #fff;
		font-size: 2.7rem;
		line-height: 1.3;
	}
@media screen and (max-width: 767px) {
.bge-contents .h3-type02 h3, .bge-contents h3.h3-type02, .c-content-main .h3-type02 h3, .c-content-main h3.h3-type02 {
			font-size: 5.33333vw;
			padding: 2.66667vw 2.66667vw 2.66667vw 6.66667vw
	}
		}
.bge-contents .h3-type02 h3::after, .bge-contents h3.h3-type02::after, .c-content-main .h3-type02 h3::after, .c-content-main h3.h3-type02::after {
			top: 0;
			bottom: 0;
			margin: auto 0;
			width: 20px;
			height: 1px;
			background: #fff;
		}
@media screen and (max-width: 767px) {
.bge-contents .h3-type02 h3::after, .bge-contents h3.h3-type02::after, .c-content-main .h3-type02 h3::after, .c-content-main h3.h3-type02::after {
				width: 4vw
		}
			}
.bge-contents h4, .c-content-main h4 {
		font-size: 2.4rem;
		line-height: 1.5;
		font-weight: 500;
		margin: 0 0 20px;
		padding-bottom: 10px;
		position: relative;
		border-bottom: 1px solid #e6e8ed;
	}
@media screen and (max-width: 767px) {
.bge-contents h4, .c-content-main h4 {
			font-size: 4.8vw;
			padding-bottom: 2vw;
			margin-bottom: 4vw
	}
		}
.bge-contents h4::after, .c-content-main h4::after {
			content: "";
			display: inline-block;
			height: 1px;
			position: absolute;
			left: 0;
			bottom: -1px;
			width: 12.5%;
			background: #8dc21f;
		}
@media screen and (max-width: 767px) {
.bge-contents h4::after, .c-content-main h4::after {
				width: 13.33333vw
		}
			}
.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}
.bge-contents h5, .c-content-main h5 {
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1.5;
		color: #8dc21f;
		margin: 0 0 15px;
	}
@media screen and (max-width: 767px) {
.bge-contents h5, .c-content-main h5 {
			font-size: 4.4vw;
			margin-bottom: 3.33333vw
	}
		}
.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}
.bge-contents h6, .c-content-main h6 {
		font-size: 2rem;
		line-height: 1.5;
		font-weight: 500;
		margin: 0 0 15px;
	}
@media screen and (max-width: 767px) {
.bge-contents h6, .c-content-main h6 {
			font-size: 4vw;
			margin-bottom: 3.33333vw
	}
		}
.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}
.bge-contents p, .bge-contents li, .bge-contents td, .c-content-main p, .c-content-main li, .c-content-main td {
		word-wrap: break-word;
	}
.bge-contents p a:not(.bgt-btn):not([href^="tel:"]), .bge-contents li a:not(.bgt-btn):not([href^="tel:"]), .bge-contents td a:not(.bgt-btn):not([href^="tel:"]), .c-content-main p a:not(.bgt-btn):not([href^="tel:"]), .c-content-main li a:not(.bgt-btn):not([href^="tel:"]), .c-content-main td a:not(.bgt-btn):not([href^="tel:"]) {
			color: #8dc21f;
			margin-right: 6px;
		}
.bge-contents p a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .bge-contents li a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .bge-contents td a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .c-content-main p a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .c-content-main li a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .c-content-main td a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after {
					content: "";
					display: inline-block;
					margin: 0 6px 0;
					width: 13px;
					height: 13px;
					background: url("/img/icon-external01.png") no-repeat left top;
					background-size: 100% auto;
				}
@media screen and (max-width: 767px) {
.bge-contents p a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .bge-contents li a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .bge-contents td a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .c-content-main p a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .c-content-main li a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after, .c-content-main td a:not(.bgt-btn):not([href^="tel:"])[target="_blank"]::after {
						width: 3.46667vw;
						height: 3.46667vw;
						margin-right: 1.6vw
				}
					}
.bge-contents p a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"], .bge-contents li a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"], .bge-contents td a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"], .c-content-main p a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"], .c-content-main li a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"], .c-content-main td a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"] {
				color: #000;
			}
.bge-contents p a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::before, .bge-contents li a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::before, .bge-contents td a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::before, .c-content-main p a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::before, .c-content-main li a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::before, .c-content-main td a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::before {
					content: "";
					display: inline-block;
					margin: 0 8px -3px 6px;
					width: 16px;
					height: 20px;
					background: url("/img/icon-pdf.png") no-repeat left top;
					background-size: 100% auto;
				}
.bge-contents p a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::after, .bge-contents li a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::after, .bge-contents td a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::after, .c-content-main p a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::after, .c-content-main li a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::after, .c-content-main td a:not(.bgt-btn):not([href^="tel:"])[href$=".pdf"]::after {
					display: none;
				}
@media screen and (min-width: 768px) {
.bge-contents p a:not(.bgt-btn):not([href^="tel:"]):hover, .bge-contents li a:not(.bgt-btn):not([href^="tel:"]):hover, .bge-contents td a:not(.bgt-btn):not([href^="tel:"]):hover, .c-content-main p a:not(.bgt-btn):not([href^="tel:"]):hover, .c-content-main li a:not(.bgt-btn):not([href^="tel:"]):hover, .c-content-main td a:not(.bgt-btn):not([href^="tel:"]):hover {
					text-decoration: none
			}
				}
@media screen and (max-width: 767px) {
.bge-contents p a[href^="tel:"]:not(.bgt-btn), .bge-contents li a[href^="tel:"]:not(.bgt-btn), .bge-contents td a[href^="tel:"]:not(.bgt-btn), .c-content-main p a[href^="tel:"]:not(.bgt-btn), .c-content-main li a[href^="tel:"]:not(.bgt-btn), .c-content-main td a[href^="tel:"]:not(.bgt-btn) {
				font-size: 4.26667vw;
				font-weight: 500
		}
			}
.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 ul, .bge-contents ol, .c-content-main ul, .c-content-main ol {
		margin-bottom: 20px;
	}
@media screen and (max-width: 767px) {
.bge-contents ul, .bge-contents ol, .c-content-main ul, .c-content-main ol {
			margin-bottom: 4vw
	}
		}
.bge-contents ul > li, .bge-contents ol > li, .c-content-main ul > li, .c-content-main ol > li {
			line-height: 1.5;
		}
.bge-contents ul > li:not(:last-child), .bge-contents ol > li:not(:last-child), .c-content-main ul > li:not(:last-child), .c-content-main ol > li:not(:last-child) {
				margin-bottom: 8px;
			}
@media screen and (max-width: 767px) {
.bge-contents ul > li:not(:last-child), .bge-contents ol > li:not(:last-child), .c-content-main ul > li:not(:last-child), .c-content-main ol > li:not(:last-child) {
					margin-bottom: 1.33333vw
			}
				}
.bge-contents ul > li ul, .bge-contents ul > li ol, .bge-contents ol > li ul, .bge-contents ol > li ol, .c-content-main ul > li ul, .c-content-main ul > li ol, .c-content-main ol > li ul, .c-content-main ol > li ol {
				margin-top: 10px;
			}
@media screen and (max-width: 767px) {
.bge-contents ul > li ul, .bge-contents ul > li ol, .bge-contents ol > li ul, .bge-contents ol > li ol, .c-content-main ul > li ul, .c-content-main ul > li ol, .c-content-main ol > li ul, .c-content-main ol > li ol {
					margin-top: 1.33333vw
			}
				}
.bge-contents ul, .c-content-main ul {
		padding-left: 15px;
	}
.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: inline-block;
				vertical-align: 1px;
				margin: 0 9px 2px -15px;
				width: 6px;
				height: 6px;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				background: #8dc21f;
			}
.bge-contents ul > li > ul > li::before, .c-content-main ul > li > ul > li::before {
						background: #b2b5bf;
					}
.bge-contents ul.caution_list > li::before, .c-content-main ul.caution_list > li::before {
					content: "※";
					background: none;
					vertical-align: -1px;
				}
.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		padding-left: 25px;
	}
.bge-contents ol > li, .c-content-main ol > li {
			list-style: none;
		}
.bge-contents ol > li::before, .c-content-main ol > li::before {
				display: inline-block;
				vertical-align: -1px;
				content: counter(content-main-ol-default, decimal-leading-zero);
				counter-increment: content-main-ol-default;
				color: #8dc21f;
				font-family: "Barlow Condensed", "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
				width: 25px;
				margin: 0 0 0 -25px;
				font-size: 1.7rem;
			}
@media screen and (max-width: 767px) {
.bge-contents ol > li::before, .c-content-main ol > li::before {
					font-size: 4vw
			}
				}
.bge-contents ol > li > ol > li::before, .c-content-main ol > li > ol > li::before {
						color: #b2b5bf;
					}
.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 30px;
	}
@media screen and (max-width: 767px) {
.bge-contents table, .c-content-main table {
			margin-bottom: 6.66667vw
	}
		}
.bge-contents caption, .c-content-main caption {
		font-weight: 500;
		text-align: left;
		margin-bottom: 10px;
	}
@media screen and (max-width: 767px) {
.bge-contents caption, .c-content-main caption {
			margin-bottom: 1.33333vw
	}
		}
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 25px 20px;
		color: #000;
		border-bottom: 1px solid #e6e8ed;
		line-height: 1.5;
	}
@media screen and (max-width: 767px) {
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			padding: 2.66667vw 2vw
	}
		}
.bge-contents th, .c-content-main th {
		font-weight: normal;
		font-size: 1.7rem;
	}
.bge-contents th + th, .bge-contents th + td, .c-content-main th + th, .c-content-main th + td {
			position: relative;
		}
.bge-contents th + th::after, .bge-contents th + td::after, .c-content-main th + th::after, .c-content-main th + td::after {
				content: "";
				display: block;
				width: 1px;
				height: 40%;
				background: #8dc21f;
				position: absolute;
				left: 0;
				top: 30%;
			}
@media screen and (min-width: 768px) {
.bge-contents td, .c-content-main td {
			font-size: 1.6rem
	}
		}
.bge-contents td ul:last-child, .bge-contents td ol:last-child, .c-content-main td ul:last-child, .c-content-main td ol:last-child {
				margin-bottom: 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .bge-type-table tr, .bge-contents .bge-type-table th, .bge-contents .bge-type-table td, .bge-contents .cc-form-table tr, .bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .bge-type-table tr, .c-content-main .bge-type-table th, .c-content-main .bge-type-table td, .c-content-main .cc-form-table tr, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
				width: 100%;
				display: block
		}
			}
@media screen and (min-width: 768px) {
.bge-contents .bge-type-table th, .bge-contents .cc-form-table th, .c-content-main .bge-type-table th, .c-content-main .cc-form-table th {
				min-width: 200px
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .bge-type-table th, .bge-contents .cc-form-table th, .c-content-main .bge-type-table th, .c-content-main .cc-form-table th {
				border-bottom: none;
				position: relative
		}

				.bge-contents .bge-type-table th::after, .bge-contents .cc-form-table th::after, .c-content-main .bge-type-table th::after, .c-content-main .cc-form-table th::after {
					content: "";
					display: block;
					width: calc(100% - 4vw);
					height: 1px;
					background: #8dc21f;
					position: absolute;
					left: 2vw;
					bottom: 0;
				}
			}
@media screen and (max-width: 767px) {
.bge-contents .bge-type-table th + th::after, .bge-contents .bge-type-table th + td::after, .bge-contents .cc-form-table th + th::after, .bge-contents .cc-form-table th + td::after, .c-content-main .bge-type-table th + th::after, .c-content-main .bge-type-table th + td::after, .c-content-main .cc-form-table th + th::after, .c-content-main .cc-form-table th + td::after {
						display: none
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .bge-type-table td, .bge-contents .cc-form-table td, .c-content-main .bge-type-table td, .c-content-main .cc-form-table td {
				border-bottom: none
		}
			}
@media screen and (min-width: 768px) {
.bge-contents .bge-type-table th, .c-content-main .bge-type-table th {
				width: 25%
		}
			}
.bge-contents blockquote, .c-content-main blockquote {
		background: #f2f4f7;
		margin: 0 0 15px;
		padding: 3em;
		position: relative;
	}
@media screen and (max-width: 767px) {
.bge-contents blockquote, .c-content-main blockquote {
			padding: 6vw;
			margin-bottom: 2.66667vw
	}
		}
.bge-contents blockquote::before, .bge-contents blockquote::after, .c-content-main blockquote::before, .c-content-main blockquote::after {
			display: block;
			font-size: 3.75em;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
			font-family: "Barlow Condensed", "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
		}
.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "“";
			top: .15em;
			left: .25em;
			line-height: 1;
		}
@media screen and (max-width: 767px) {
.bge-contents blockquote::before, .c-content-main blockquote::before {
				top: 1.33333vw;
				left: 2.66667vw
		}
			}
.bge-contents blockquote::after, .c-content-main blockquote::after {
			content: "”";
			bottom: .15em;
			right: .25em;
			line-height: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents blockquote::after, .c-content-main blockquote::after {
				bottom: 1.33333vw;
				right: 2.66667vw
		}
			}
.bge-contents figure, .c-content-main figure {
		margin: 0;
	}
.bge-contents figcaption, .c-content-main figcaption {
		background: none;
		font-size: 0.875em;
		font-weight: normal;
		line-height: 1.6;
		padding: .8em 1.2em;
		text-align: left;
	}
.bge-contents hr, .c-content-main hr {
		color: #d2cdcd;
		background: #d2cdcd;
		border-style: none;
		height: 2px;
		margin: 50px auto;
		width: 95%;
	}
.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}
.bge-contents .cc-form-description, .c-content-main .cc-form-description {
			margin-bottom: 30px;
		}
.bge-contents .cc-form-table, .c-content-main .cc-form-table {
			margin-bottom: 60px;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table, .c-content-main .cc-form-table {
				margin-bottom: 8vw
		}
			}
.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
				border-top-width: 0;
				border-left-width: 0;
				border-right-width: 0;
				vertical-align: top;
			}
@media screen and (min-width: 768px) {
.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
					padding-top: 30px;
					padding-bottom: 30px
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
					padding-top: 4vw;
					padding-bottom: 4vw
			}
				}
.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
				text-align: left;
				background: none;
			}
@media screen and (min-width: 768px) {
.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
					font-size: 1.5rem;
					width: 260px;
					padding-right: 30px
			}
				}
@media screen and (min-width: 768px) {
.bge-contents .cc-form-table td, .c-content-main .cc-form-table td {
					padding-left: 30px;
					padding-right: 0
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td, .c-content-main .cc-form-table td {
					border-bottom: none
			}
				}
.bge-contents .cc-form-privacy, .c-content-main .cc-form-privacy {
			margin: 0 auto 50px;
			width: 100%;
			border: 2px solid #e6e8ed;
			height: 400px;
			padding: 3em calc(3em - 15px) 3em 3em;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-privacy, .c-content-main .cc-form-privacy {
				padding: 4vw 2.66667vw 4vw 4vw;
				height: 66.66667vw;
				margin-bottom: 10.66667vw
		}
			}
.bge-contents .cc-form-privacy > div, .c-content-main .cc-form-privacy > div {
				height: 100%;
				overflow-y: scroll;
				padding-right: 25px;
			}
.bge-contents .cc-form-privacy > div::-webkit-scrollbar, .c-content-main .cc-form-privacy > div::-webkit-scrollbar {
					height: 100%;
					width: 10px;
				}
.bge-contents .cc-form-privacy > div::-webkit-scrollbar-thumb, .c-content-main .cc-form-privacy > div::-webkit-scrollbar-thumb {
					border-radius: 5px;
					background: #b2b5bf;
				}
.bge-contents .cc-form-privacy > div::-webkit-scrollbar-track, .c-content-main .cc-form-privacy > div::-webkit-scrollbar-track {
					margin: 0 2px;
					border-radius: 5px;
					background: #e6e8ed;
				}
@media screen and (min-width: 768px) {
.bge-contents .cc-form-privacy > div h2, .c-content-main .cc-form-privacy > div h2 {
						font-size: 3.2rem
				}

						.bge-contents .cc-form-privacy > div h2::after, .c-content-main .cc-form-privacy > div h2::after {
							margin-top: 15px;
						}
					}
@media screen and (min-width: 768px) {
.bge-contents .cc-form-privacy > div > div h4, .c-content-main .cc-form-privacy > div > div h4 {
							margin-bottom: 20px
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .cc-form-privacy > div > div p, .bge-contents .cc-form-privacy > div > div li, .c-content-main .cc-form-privacy > div > div p, .c-content-main .cc-form-privacy > div > div li {
							font-size: 1.4rem
					}
						}
.bge-contents .cc-form-privacy > div > div:not(:last-child), .c-content-main .cc-form-privacy > div > div:not(:last-child) {
						margin-bottom: 40px;
					}
.bge-contents .cc-form-submit, .c-content-main .cc-form-submit {
			text-align: center;
		}
.bge-contents .cc-form-submit button, .bge-contents .cc-form-submit p:not(.text-caution), .c-content-main .cc-form-submit button, .c-content-main .cc-form-submit p:not(.text-caution) {
				margin: 0 10px 20px;
				display: inline-block;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit button, .bge-contents .cc-form-submit p:not(.text-caution), .c-content-main .cc-form-submit button, .c-content-main .cc-form-submit p:not(.text-caution) {
					margin-bottom: 2.66667vw;
					width: 80%
			}
				}
.bge-contents .cc-form-submit button:hover, .bge-contents .cc-form-submit p:not(.text-caution):hover, .c-content-main .cc-form-submit button:hover, .c-content-main .cc-form-submit p:not(.text-caution):hover {
					cursor: pointer;
				}
.bge-contents .cc-form-submit .text-caution, .c-content-main .cc-form-submit .text-caution {
				font-size: 1.4rem;
				margin: 0 auto;
				text-align: left;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit .text-caution, .c-content-main .cc-form-submit .text-caution {
					font-size: 3.33333vw
			}
				}
.bge-contents .cc-form-thanks, .c-content-main .cc-form-thanks {
			text-align: center;
			margin-bottom: 40px;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-thanks, .c-content-main .cc-form-thanks {
				margin-bottom: 6.66667vw
		}
			}
.bge-contents .required, .c-content-main .required {
		display: inline-block;
		vertical-align: 1px;
		background: #eb5905;
		color: #fff;
		font-size: 1.3rem;
		line-height: 1;
		padding: 5px 10px;
		margin: 0 0 0 8px;
	}
@media screen and (max-width: 767px) {
.bge-contents .required, .c-content-main .required {
			font-size: 2.66667vw;
			padding: 1.33333vw 2vw;
			margin-left: 2vw
	}
		}
.bge-contents .alert-message, .bge-contents .error-message, .c-content-main .alert-message, .c-content-main .error-message {
		color: #eb5905;
	}
.bge-contents input, .c-content-main input {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		font-size: 1.6rem;
		max-width: 100%;
		background: #f2f4f7;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-radius: 3px;
		border: none;
		color: #000;
	}
@media screen and (max-width: 767px) {
.bge-contents input, .c-content-main input {
			width: 100%
	}
		}
.bge-contents input:focus, .c-content-main input:focus {
			background: #e6e8ed;
			outline: none;
		}
.bge-contents input[type="text"], .bge-contents input[type="email"], .bge-contents input[type="tel"], .c-content-main input[type="text"], .c-content-main input[type="email"], .c-content-main input[type="tel"] {
			padding: 15px;
			line-height: 1;
		}
@media screen and (max-width: 767px) {
.bge-contents input[type="text"], .bge-contents input[type="email"], .bge-contents input[type="tel"], .c-content-main input[type="text"], .c-content-main input[type="email"], .c-content-main input[type="tel"] {
				padding: 2.66667vw
		}
			}
.bge-contents input[type="text"].form_l, .bge-contents input[type="email"].form_l, .bge-contents input[type="tel"].form_l, .c-content-main input[type="text"].form_l, .c-content-main input[type="email"].form_l, .c-content-main input[type="tel"].form_l {
				width: 100%;
			}
.bge-contents input[type="text"].form_m, .bge-contents input[type="email"].form_m, .bge-contents input[type="tel"].form_m, .c-content-main input[type="text"].form_m, .c-content-main input[type="email"].form_m, .c-content-main input[type="tel"].form_m {
				width: 45%;
			}
@media screen and (max-width: 767px) {
.bge-contents input[type="text"].form_m, .bge-contents input[type="email"].form_m, .bge-contents input[type="tel"].form_m, .c-content-main input[type="text"].form_m, .c-content-main input[type="email"].form_m, .c-content-main input[type="tel"].form_m {
					width: 100%
			}
				}
.bge-contents input[type="text"].form_s, .bge-contents input[type="email"].form_s, .bge-contents input[type="tel"].form_s, .c-content-main input[type="text"].form_s, .c-content-main input[type="email"].form_s, .c-content-main input[type="tel"].form_s {
				width: 18%;
			}
@media screen and (max-width: 767px) {
.bge-contents input[type="text"].form_s, .bge-contents input[type="email"].form_s, .bge-contents input[type="tel"].form_s, .c-content-main input[type="text"].form_s, .c-content-main input[type="email"].form_s, .c-content-main input[type="tel"].form_s {
					width: 50px
			}
				}
.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
			width: 100%;
		}
.bge-contents input[type="checkbox"], .c-content-main input[type="checkbox"] {
			margin: 5px 5px 5px 0;
			width: 22px;
			height: 22px;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			outline: none;
			display: inline-block;
			vertical-align: middle;
			border-radius: 2px;
			border: 2px solid #5c7082;
		}
.bge-contents input[type="checkbox"]:hover, .c-content-main input[type="checkbox"]:hover {
				cursor: pointer;
			}
.bge-contents input[type="checkbox"]:focus, .c-content-main input[type="checkbox"]:focus {
				border-color: #8dc21f;
			}
.bge-contents input[type="checkbox"]:checked, .c-content-main input[type="checkbox"]:checked {
				background: #8dc21f;
				border-color: #8dc21f;
				position: relative;
			}
.bge-contents input[type="checkbox"]:checked::before, .bge-contents input[type="checkbox"]:checked::after, .c-content-main input[type="checkbox"]:checked::before, .c-content-main input[type="checkbox"]:checked::after {
					content: "";
					position: absolute;
					width: 2px;
					background: #fff;
				}
.bge-contents input[type="checkbox"]:checked::before, .c-content-main input[type="checkbox"]:checked::before {
					height: 7px;
					top: 7px;
					left: 4px;
					-webkit-transform: rotate(140deg);
					        transform: rotate(140deg);
				}
.bge-contents input[type="checkbox"]:checked::after, .c-content-main input[type="checkbox"]:checked::after {
					height: 12px;
					top: 3px;
					left: 10px;
					-webkit-transform: rotate(225deg);
					        transform: rotate(225deg);
				}
.bge-contents input[type="checkbox"] + label, .c-content-main input[type="checkbox"] + label {
				margin-right: 10px;
			}
.bge-contents input[type="checkbox"] + label:hover, .c-content-main input[type="checkbox"] + label:hover {
					cursor: pointer;
				}
/* ラジオボタン */
.bge-contents input[type="radio"], .c-content-main input[type="radio"] {
			margin: 4px 5px 0 0;
			width: 22px;
			height: 22px;
			border-radius: 50%;
			-webkit-order-radius: 50%;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			outline: none;
			vertical-align: top;
			position: relative;
		}
.bge-contents input[type="radio"]:focus::before, .bge-contents input[type="radio"]:checked::before, .c-content-main input[type="radio"]:focus::before, .c-content-main input[type="radio"]:checked::before {
					content: "";
					display: block;
					position: absolute;
					top: 4px;
					left: 4px;
					background: #8dc21f;
					border-radius: 50%;
					width: calc(100% - 8px);
					height: calc(100% - 8px);
				}
.bge-contents input[type="radio"] + label, .c-content-main input[type="radio"] + label {
				width: calc(100% - 55px);
				display: inline-block;
				vertical-align: top;
			}
@media screen and (max-width: 767px) {
.bge-contents input[type="radio"] + label, .c-content-main input[type="radio"] + label {
					width: calc(100% - 55px)
			}
				}
.bge-contents input[type="radio"] + label:hover, .c-content-main input[type="radio"] + label:hover {
					cursor: pointer;
				}
.bge-contents textarea, .c-content-main textarea {
		font-size: 1.6rem;
		padding: 15px;
		width: 100%;
		resize: vertical;
		background: #f2f4f7;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-radius: 3px;
		border: none;
		color: #000;
	}
@media screen and (max-width: 767px) {
.bge-contents textarea, .c-content-main textarea {
			padding: 2.66667vw
	}
		}
.bge-contents textarea:focus, .c-content-main textarea:focus {
			background: #e6e8ed;
			outline: none;
		}
/* セレクトボックス */
.bge-contents .select_box, .c-content-main .select_box {
		display: inline-block;
		position: relative;
		margin: 0 5px 0 0;
		width: 100%;
	}
.bge-contents .select_box::after, .c-content-main .select_box::after {
			content: "";
			display: inline-block;
			vertical-align: middle;
			width: 10px;
			height: 10px;
			border: 2px solid #414141;
			border-width: 0 2px 2px 0;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			position: absolute;
			top: 30%;
			right: 10px;
		}
.bge-contents .select_box select, .c-content-main .select_box select {
			outline: none;
			text-overflow: "";
			background: #f2f4f7;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			padding: 15px 40px 15px 15px;
			font-size: 1.6rem;
			width: 100%;
			border: none;
			border-radius: 5px;
			color: #000;
		}
.bge-contents .select_box select:focus, .c-content-main .select_box select:focus {
				background: #5c7082;
			}
.bge-contents .select_box select::-ms-expand, .c-content-main .select_box select::-ms-expand {
			display: none;
		}
.bge-contents .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}
.bge-contents .btn-group button, .c-content-main .btn-group button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: rgb(0, 0, 0);
			color: #fff;
			padding: 15px 20px;
			text-align: center;
			min-width: 150px;
			cursor: pointer;
			border: 1px solid transparent;
			border-radius: 5px;
		}
.bge-contents .btn-group button:hover, .c-content-main .btn-group button:hover {
				opacity: .7;
			}
.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			background: rgb(2, 2, 3);
		}
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0;
	}
.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0;
	}
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
	}
@media screen and (max-width: 768px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 5px
	}
		}
@media screen and (min-width: 768px) and (max-width: 959px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}
@media screen and (min-width: 960px) and (max-width: 1199px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}
@media screen and (min-width: 1400px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}
.bge-contents .mt-wide, .c-content-main .mt-wide {
	}
@media screen and (max-width: 768px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 30px
	}
		}
@media screen and (min-width: 768px) and (max-width: 959px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}
@media screen and (min-width: 960px) and (max-width: 1199px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}
@media screen and (min-width: 1400px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}
@media screen and (max-width: 768px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 5px
	}
		}
@media screen and (min-width: 768px) and (max-width: 959px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}
@media screen and (min-width: 960px) and (max-width: 1199px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}
@media screen and (min-width: 1400px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}
.bge-contents .mb-wide, .c-content-main .mb-wide {
	}
@media screen and (max-width: 768px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 30px
	}
		}
@media screen and (min-width: 768px) and (max-width: 959px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}
@media screen and (min-width: 960px) and (max-width: 1199px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}
@media screen and (min-width: 1400px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}
.bge-contents [data-font="en"], .c-content-main [data-font="en"] {
		font-family: "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	}
.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 2.5em;
	}
.bge-contents:not(.bge_contents) [data-bgb] > *, .c-content-main:not(.bge_contents) [data-bgb] > * {
				-webkit-transition: opacity 300ms 500ms;
				transition: opacity 300ms 500ms;
			}
.bge-contents:not(.bge_contents) [data-bgb]:not(.is-animating) > *, .c-content-main:not(.bge_contents) [data-bgb]:not(.is-animating) > * {
					opacity: 0;
				}
.bge-contents [data-bgb^="button"], .bge-contents [data-bgb^="download-file"], .bge-contents .btn-group, .c-content-main [data-bgb^="button"], .c-content-main [data-bgb^="download-file"], .c-content-main .btn-group {
		text-align: center;
	}
.bge-contents [data-bgb^="button"] button, .bge-contents [data-bgb^="button"] [data-bgt="button"], .bge-contents [data-bgb^="button"] [data-bgt="download-file"], .bge-contents [data-bgb^="button"] p, .bge-contents [data-bgb^="download-file"] button, .bge-contents [data-bgb^="download-file"] [data-bgt="button"], .bge-contents [data-bgb^="download-file"] [data-bgt="download-file"], .bge-contents [data-bgb^="download-file"] p, .bge-contents .btn-group button, .bge-contents .btn-group [data-bgt="button"], .bge-contents .btn-group [data-bgt="download-file"], .bge-contents .btn-group p, .c-content-main [data-bgb^="button"] button, .c-content-main [data-bgb^="button"] [data-bgt="button"], .c-content-main [data-bgb^="button"] [data-bgt="download-file"], .c-content-main [data-bgb^="button"] p, .c-content-main [data-bgb^="download-file"] button, .c-content-main [data-bgb^="download-file"] [data-bgt="button"], .c-content-main [data-bgb^="download-file"] [data-bgt="download-file"], .c-content-main [data-bgb^="download-file"] p, .c-content-main .btn-group button, .c-content-main .btn-group [data-bgt="button"], .c-content-main .btn-group [data-bgt="download-file"], .c-content-main .btn-group p {
			margin: 0 10px 20px;
		}
@media screen and (min-width: 768px) {
.bge-contents [data-bgb^="button"] button, .bge-contents [data-bgb^="button"] [data-bgt="button"], .bge-contents [data-bgb^="button"] [data-bgt="download-file"], .bge-contents [data-bgb^="button"] p, .bge-contents [data-bgb^="download-file"] button, .bge-contents [data-bgb^="download-file"] [data-bgt="button"], .bge-contents [data-bgb^="download-file"] [data-bgt="download-file"], .bge-contents [data-bgb^="download-file"] p, .bge-contents .btn-group button, .bge-contents .btn-group [data-bgt="button"], .bge-contents .btn-group [data-bgt="download-file"], .bge-contents .btn-group p, .c-content-main [data-bgb^="button"] button, .c-content-main [data-bgb^="button"] [data-bgt="button"], .c-content-main [data-bgb^="button"] [data-bgt="download-file"], .c-content-main [data-bgb^="button"] p, .c-content-main [data-bgb^="download-file"] button, .c-content-main [data-bgb^="download-file"] [data-bgt="button"], .c-content-main [data-bgb^="download-file"] [data-bgt="download-file"], .c-content-main [data-bgb^="download-file"] p, .c-content-main .btn-group button, .c-content-main .btn-group [data-bgt="button"], .c-content-main .btn-group [data-bgt="download-file"], .c-content-main .btn-group p {
				display: inline-block
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb^="button"] button, .bge-contents [data-bgb^="button"] [data-bgt="button"], .bge-contents [data-bgb^="button"] [data-bgt="download-file"], .bge-contents [data-bgb^="button"] p, .bge-contents [data-bgb^="download-file"] button, .bge-contents [data-bgb^="download-file"] [data-bgt="button"], .bge-contents [data-bgb^="download-file"] [data-bgt="download-file"], .bge-contents [data-bgb^="download-file"] p, .bge-contents .btn-group button, .bge-contents .btn-group [data-bgt="button"], .bge-contents .btn-group [data-bgt="download-file"], .bge-contents .btn-group p, .c-content-main [data-bgb^="button"] button, .c-content-main [data-bgb^="button"] [data-bgt="button"], .c-content-main [data-bgb^="button"] [data-bgt="download-file"], .c-content-main [data-bgb^="button"] p, .c-content-main [data-bgb^="download-file"] button, .c-content-main [data-bgb^="download-file"] [data-bgt="button"], .c-content-main [data-bgb^="download-file"] [data-bgt="download-file"], .c-content-main [data-bgb^="download-file"] p, .c-content-main .btn-group button, .c-content-main .btn-group [data-bgt="button"], .c-content-main .btn-group [data-bgt="download-file"], .c-content-main .btn-group p {
				width: 80%;
				margin: 0 auto
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb^="button"] button:not(:last-child), .bge-contents [data-bgb^="button"] [data-bgt="button"]:not(:last-child), .bge-contents [data-bgb^="button"] [data-bgt="download-file"]:not(:last-child), .bge-contents [data-bgb^="button"] p:not(:last-child), .bge-contents [data-bgb^="download-file"] button:not(:last-child), .bge-contents [data-bgb^="download-file"] [data-bgt="button"]:not(:last-child), .bge-contents [data-bgb^="download-file"] [data-bgt="download-file"]:not(:last-child), .bge-contents [data-bgb^="download-file"] p:not(:last-child), .bge-contents .btn-group button:not(:last-child), .bge-contents .btn-group [data-bgt="button"]:not(:last-child), .bge-contents .btn-group [data-bgt="download-file"]:not(:last-child), .bge-contents .btn-group p:not(:last-child), .c-content-main [data-bgb^="button"] button:not(:last-child), .c-content-main [data-bgb^="button"] [data-bgt="button"]:not(:last-child), .c-content-main [data-bgb^="button"] [data-bgt="download-file"]:not(:last-child), .c-content-main [data-bgb^="button"] p:not(:last-child), .c-content-main [data-bgb^="download-file"] button:not(:last-child), .c-content-main [data-bgb^="download-file"] [data-bgt="button"]:not(:last-child), .c-content-main [data-bgb^="download-file"] [data-bgt="download-file"]:not(:last-child), .c-content-main [data-bgb^="download-file"] p:not(:last-child), .c-content-main .btn-group button:not(:last-child), .c-content-main .btn-group [data-bgt="button"]:not(:last-child), .c-content-main .btn-group [data-bgt="download-file"]:not(:last-child), .c-content-main .btn-group p:not(:last-child) {
					margin-bottom: 4vw
			}
				}
.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: url("/img/bg-pattern01.png") repeat left top;
		color: #fff;
		display: block;
		font-size: 1.7rem;
		line-height: 1.5;
		padding: 20px 65px;
		position: relative;
		z-index: 10;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border: 1px solid transparent;
		-webkit-transition: background-color 300ms, color 300ms;
		transition: background-color 300ms, color 300ms;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			padding: 4vw 9.33333vw;
			font-size: 3.73333vw;
			width: 95%;
			margin: 0 auto
	}
		}
@media screen and (min-width: 768px) {
.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			min-width: 240px
	}
		}
.bge-contents .bgt-btn::before, .c-content-main .bgt-btn::before {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: -1;
			opacity: 0;
			background: #fff;
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms;
		}
@media screen and (min-width: 768px) {
.bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:hover {
				cursor: pointer;
				color: #000
		}

				.bge-contents .bgt-btn:hover::before, .c-content-main .bgt-btn:hover::before {
					opacity: 1;
				}
			}
.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: .6;
		}
.bge-contents [data-bgt-button-kind="link"] .bgt-btn, .c-content-main [data-bgt-button-kind="link"] .bgt-btn {
	}
.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		background-image: url("/img/bg-pattern02.png");
	}
@media screen and (min-width: 768px) {
.bge-contents [data-bgt-button-kind="em"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="em"] .bgt-btn:hover {
				color: #8dc21f;
				border-color: #8dc21f
		}
			}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		background: #fff;
		border: 1px solid #8dc21f;
		color: #75ae01;
		-webkit-transition: color 300ms;
		transition: color 300ms;
	}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::before {
			background-color: #8dc21f;
		}
@media screen and (min-width: 768px) {
.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover {
				color: #fff
		}

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

				.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover::before {
					opacity: 1;
				}
			}
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
			content: "";
			display: inline-block;
			width: 15px;
			height: 15px;
			background: url("/img/icon-external01.png") no-repeat left top;
			background-size: 100% auto;
			position: absolute;
			top: calc(50% - 7.5px);
			right: 20px;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
				width: 3.2vw;
				height: 3.2vw;
				top: calc(50% - 1.6vw);
				right: 4vw
		}
			}
.bge-contents [data-bgt-button-kind="back"] .bgt-btn, .bge-contents .btn-back, .c-content-main [data-bgt-button-kind="back"] .bgt-btn, .c-content-main .btn-back {
		background-image: url("/img/bg-pattern03.png");
	}
@media screen and (min-width: 768px) {
.bge-contents [data-bgt-button-kind="back"] .bgt-btn:hover, .bge-contents .btn-back:hover, .c-content-main [data-bgt-button-kind="back"] .bgt-btn:hover, .c-content-main .btn-back:hover {
				color: #b2b5bf;
				border-color: #b2b5bf
		}
			}
.bge-contents .bgt-hr, .c-content-main .bgt-hr {
		margin: 0 auto;
	}
.bge-contents [data-bgt-hr-kind="dashed"] .bgt-hr, .c-content-main [data-bgt-hr-kind="dashed"] .bgt-hr {
		height: 0;
		border: none;
		background: none;
		border-bottom: 2px dashed currentColor;
	}
.bge-contents [data-bgt-hr-kind="bold"] .bgt-hr, .c-content-main [data-bgt-hr-kind="bold"] .bgt-hr {
		height: 5px;
	}
.bge-contents [data-bgt-hr-kind="narrow"] .bgt-hr, .c-content-main [data-bgt-hr-kind="narrow"] .bgt-hr {
		height: 1px;
	}
.bge-contents [data-bgt-hr-kind="short"] .bgt-hr, .c-content-main [data-bgt-hr-kind="short"] .bgt-hr {
		width: 60%;
		height: 1px;
	}
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #fff;
		display: block;
		font-size: 1.7rem;
		line-height: 1.5;
		padding: 20px 65px;
		position: relative;
		z-index: 10;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border: 1px solid #8dc21f;
		color: #75ae01;
		-webkit-transition: color 300ms;
		transition: color 300ms;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			padding: 4vw 9.33333vw;
			font-size: 3.73333vw;
			width: 95%;
			margin: 0 auto
	}
		}
@media screen and (min-width: 768px) {
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			min-width: 240px
	}
		}
.bge-contents .bgt-download-file__link::before, .c-content-main .bgt-download-file__link::before {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: -1;
			background-color: #8dc21f;
			opacity: 0;
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms;
		}
.bge-contents .bgt-download-file__link::after, .c-content-main .bgt-download-file__link::after {
			content: "";
			display: inline-block;
			width: 15px;
			height: 18px;
			background: url("/img/icon-pdf01.png") no-repeat left top;
			background-size: 100% auto;
			position: absolute;
			top: calc(50% - 9px);
			right: 20px;
		}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link::after, .c-content-main .bgt-download-file__link::after {
				width: 3.2vw;
				height: 4vw;
				top: calc(50% - 1.6vw);
				right: 4vw
		}
			}
@media screen and (min-width: 768px) {
.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
				cursor: pointer;
				color: #fff
		}

				.bge-contents .bgt-download-file__link:hover::after, .c-content-main .bgt-download-file__link:hover::after {
					background-image: url("/img/icon-pdf01-w.png");
				}

				.bge-contents .bgt-download-file__link:hover::before, .c-content-main .bgt-download-file__link:hover::before {
					opacity: 1;
				}
			}
.bge-contents .bgt-download-file__link:disabled, .c-content-main .bgt-download-file__link:disabled {
			opacity: .6;
		}
.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		font-size: 0.8125em;
		opacity: .7;
	}
.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 {
			vertical-align: middle;
		}
@media screen and (max-width: 768px) {
.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			border: solid 1px #e6e8ed;
			border-radius: 3px;
			color: #5c7082;
			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 .bgt-box__image-container, .c-content-main .bgt-box__image-container {
		overflow: hidden;
	}
.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: 3em;
	}
@media screen and (max-width: 767px) {
.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: 4vw
	}
		}
.bge-contents .bgb-opt--border-trbl, .bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .bge-contents .bgb-opt--border-lr, .bge-contents .bgb-opt--border-trl, .bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb, .c-content-main .bgb-opt--border-lr, .c-content-main .bgb-opt--border-trl, .c-content-main .bgb-opt--border-rbl {
		border-color: #e6e8ed;
	}
.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		padding: 3em;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
			padding: 4vw
	}
		}
.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: 3em;
		padding-top: 3em;
	}
@media screen and (max-width: 767px) {
.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 {
			padding-bottom: 4vw;
			padding-top: 4vw
	}
		}
.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		padding-left: 3em;
		padding-right: 3em;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
			padding-left: 4vw;
			padding-right: 4vw
	}
		}
.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		padding-left: 3em;
		padding-right: 3em;
		padding-top: 3em;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
			padding-left: 4vw;
			padding-right: 4vw;
			padding-top: 4vw
	}
		}
.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		padding-bottom: 3em;
		padding-left: 3em;
		padding-right: 3em;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
			padding-left: 4vw;
			padding-right: 4vw;
			padding-bottom: 4vw
	}
		}
.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 7.5em !important;
	}
.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1.25em !important;
	}
.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
	}
.bge-contents [data-bgt="ckeditor"]:nth-child(2), .c-content-main [data-bgt="ckeditor"]:nth-child(2) {
			margin-top: 1em;
		}
@media screen and (min-width: 768px) {
				.bge-contents [data-bgb^="text-image"] .bgt-grid--first, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first, .c-content-main [data-bgb^="text-image"] .bgt-grid--first, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
					padding-right: 20px;
				}

				.bge-contents [data-bgb^="text-image"] .bgt-grid--last, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--last, .c-content-main [data-bgb^="text-image"] .bgt-grid--last, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--last {
					padding-left: 20px;
				}
			}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb^="text-image"] .bgt-grid--first, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first, .c-content-main [data-bgb^="text-image"] .bgt-grid--first, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
					margin-bottom: 5.33333vw
			}
				}
@media screen and (min-width: 768px) {
.bge-contents [data-bgb="text-float-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-float-image1"] .bgt-grid--first {
				padding-left: 20px
		}
			}
@media screen and (min-width: 768px) {
.bge-contents [data-bgb="text-float-image2"] .bgt-grid--first, .c-content-main [data-bgb="text-float-image2"] .bgt-grid--first {
				padding-right: 20px
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb^="text-float-image"] .bgt-grid--first, .c-content-main [data-bgb^="text-float-image"] .bgt-grid--first {
				float: none;
				margin-left: 0;
				margin-bottom: 5.33333vw
		}
			}
@media screen and (max-width: 767px) {
			.bge-contents [data-bgb^="image-text"] .bgt-grid:not(:last-child), .bge-contents [data-bgb^="image-link-text"] .bgt-grid:not(:last-child), .c-content-main [data-bgb^="image-text"] .bgt-grid:not(:last-child), .c-content-main [data-bgb^="image-link-text"] .bgt-grid:not(:last-child) {
				margin-bottom: 8vw;
			}

			.bge-contents [data-bgb^="image-text"] .bgt-image, .bge-contents [data-bgb^="image-text"] .bgt-image-link, .bge-contents [data-bgb^="image-link-text"] .bgt-image, .bge-contents [data-bgb^="image-link-text"] .bgt-image-link, .c-content-main [data-bgb^="image-text"] .bgt-image, .c-content-main [data-bgb^="image-text"] .bgt-image-link, .c-content-main [data-bgb^="image-link-text"] .bgt-image, .c-content-main [data-bgb^="image-link-text"] .bgt-image-link {
				margin-bottom: 0 !important;
			}
		}
@media screen and (min-width: 768px) {
.bge-contents [data-bgb^="image"]:not([data-bgb="image1"]), .bge-contents [data-bgb^="trimmed-image"]:not([data-bgb="trimmed-image1"]), .bge-contents [data-bgb^="image-link"]:not([data-bgb="image-link1"]), .bge-contents [data-bgb^="image-text"]:not([data-bgb="image-text1"]), .bge-contents [data-bgb^="trimmed-image-link"]:not([data-bgb="trimmed-image-link1"]), .c-content-main [data-bgb^="image"]:not([data-bgb="image1"]), .c-content-main [data-bgb^="trimmed-image"]:not([data-bgb="trimmed-image1"]), .c-content-main [data-bgb^="image-link"]:not([data-bgb="image-link1"]), .c-content-main [data-bgb^="image-text"]:not([data-bgb="image-text1"]), .c-content-main [data-bgb^="trimmed-image-link"]:not([data-bgb="trimmed-image-link1"]) {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between
	}
		}
@media screen and (min-width: 768px) {
.bge-contents [data-bgb^="image"] .bgt-grid, .bge-contents [data-bgb^="trimmed-image"] .bgt-grid, .bge-contents [data-bgb^="image-link"] .bgt-grid, .bge-contents [data-bgb^="image-text"] .bgt-grid, .bge-contents [data-bgb^="trimmed-image-link"] .bgt-grid, .c-content-main [data-bgb^="image"] .bgt-grid, .c-content-main [data-bgb^="trimmed-image"] .bgt-grid, .c-content-main [data-bgb^="image-link"] .bgt-grid, .c-content-main [data-bgb^="image-text"] .bgt-grid, .c-content-main [data-bgb^="trimmed-image-link"] .bgt-grid {
				padding: 0 !important
		}

				.bge-contents [data-bgb^="image"] .bgt-grid--first, .bge-contents [data-bgb^="trimmed-image"] .bgt-grid--first, .bge-contents [data-bgb^="image-link"] .bgt-grid--first, .bge-contents [data-bgb^="image-text"] .bgt-grid--first, .bge-contents [data-bgb^="trimmed-image-link"] .bgt-grid--first, .c-content-main [data-bgb^="image"] .bgt-grid--first, .c-content-main [data-bgb^="trimmed-image"] .bgt-grid--first, .c-content-main [data-bgb^="image-link"] .bgt-grid--first, .c-content-main [data-bgb^="image-text"] .bgt-grid--first, .c-content-main [data-bgb^="trimmed-image-link"] .bgt-grid--first {
					margin-right: 20px;
				}

				.bge-contents [data-bgb^="image"] .bgt-grid--last, .bge-contents [data-bgb^="trimmed-image"] .bgt-grid--last, .bge-contents [data-bgb^="image-link"] .bgt-grid--last, .bge-contents [data-bgb^="image-text"] .bgt-grid--last, .bge-contents [data-bgb^="trimmed-image-link"] .bgt-grid--last, .c-content-main [data-bgb^="image"] .bgt-grid--last, .c-content-main [data-bgb^="trimmed-image"] .bgt-grid--last, .c-content-main [data-bgb^="image-link"] .bgt-grid--last, .c-content-main [data-bgb^="image-text"] .bgt-grid--last, .c-content-main [data-bgb^="trimmed-image-link"] .bgt-grid--last {
					margin-left: 20px;
				}

				.bge-contents [data-bgb^="image"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .bge-contents [data-bgb^="trimmed-image"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .bge-contents [data-bgb^="image-link"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .bge-contents [data-bgb^="image-text"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .bge-contents [data-bgb^="trimmed-image-link"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .c-content-main [data-bgb^="image"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .c-content-main [data-bgb^="trimmed-image"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .c-content-main [data-bgb^="image-link"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .c-content-main [data-bgb^="image-text"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last), .c-content-main [data-bgb^="trimmed-image-link"] .bgt-grid:not(.bgt-grid--first):not(.bgt-grid--last) {
					margin-right: 20px;
					margin-left: 20px;
				}
			}
.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(0, 0, 0, 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: #8dc21f;
					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 .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: #8dc21f;
			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: #8dc21f;
		}
.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: #e6e8ed;
					content: "\E100";
					margin-right: .5em;
				}
.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}
@media screen and (max-width: 768px) {
.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}
.bge-contents .bc-form-table, .c-content-main .bc-form-table {
	}
.bge-contents .bc-form-agreement, .c-content-main .bc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}
.bge-contents .bc-form-submit, .c-content-main .bc-form-submit {
		margin-top: 3em;
		text-align: center;
	}
@media screen and (max-width: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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: 768px) {
.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: 768px) and (max-width: 959px) {
.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: 960px) and (max-width: 1199px) {
.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: 1200px) and (max-width: 1399px) {
.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: 1400px) {
.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 (min-width: 768px) {
.bge-contents .index-products, .c-content-main .index-products {
			-webkit-box-pack: center !important;
			    -ms-flex-pack: center !important;
			        justify-content: center !important
	}
		}
@media screen and (min-width: 768px) {
.bge-contents .index-products:not(:last-child), .c-content-main .index-products:not(:last-child) {
				margin-bottom: 3.75em !important
		}
			}
.bge-contents .index-products .no-contents, .c-content-main .index-products .no-contents {
			display: none;
		}
.bge-contents .index-products .coming, .c-content-main .index-products .coming {
			background: url("/img/bg-pattern03.png") repeat left top;
			color: #fff;
			height: 100%;
			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;
			font-family: "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
		}
@media screen and (max-width: 767px) {
.bge-contents .index-products .coming, .c-content-main .index-products .coming {
				height: 66.66667vw
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .index-products .bgt-grid:not(:last-child), .c-content-main .index-products .bgt-grid:not(:last-child) {
					margin-bottom: 13.33333vw
			}
				}
.bge-contents .index-products [data-bgt="ckeditor"], .c-content-main .index-products [data-bgt="ckeditor"] {
			text-align: center;
		}
.bge-contents .index-products [data-bgt="ckeditor"] h3, .c-content-main .index-products [data-bgt="ckeditor"] h3 {
				margin: 0 auto;
				font-size: 2.4rem;
				line-height: 1.3;
				font-weight: 500;
				letter-spacing: 1px;
				padding-bottom: 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .index-products [data-bgt="ckeditor"] h3, .c-content-main .index-products [data-bgt="ckeditor"] h3 {
					font-size: 6.13333vw
			}
				}
.bge-contents .index-products [data-bgt="ckeditor"] h3::after, .c-content-main .index-products [data-bgt="ckeditor"] h3::after {
					display: none;
				}
.bge-contents .index-products [data-bgt="ckeditor"] h3 [data-title="en"], .c-content-main .index-products [data-bgt="ckeditor"] h3 [data-title="en"] {
					display: block;
					font-size: 1.6rem;
					color: #8dc21f;
					line-height: 1.2;
					font-family: "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
					margin-bottom: 10px;
					letter-spacing: 2px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-products [data-bgt="ckeditor"] h3 [data-title="en"], .c-content-main .index-products [data-bgt="ckeditor"] h3 [data-title="en"] {
						font-size: 4vw;
						letter-spacing: 0.26667vw;
						margin-bottom: 1.33333vw
				}
					}
.bge-contents .index-products [data-bgt="ckeditor"] h3 + [data-col="text"], .c-content-main .index-products [data-bgt="ckeditor"] h3 + [data-col="text"] {
					margin-top: 10px;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-products [data-bgt="ckeditor"] h3 + [data-col="text"], .c-content-main .index-products [data-bgt="ckeditor"] h3 + [data-col="text"] {
						margin-top: 2.66667vw
				}
					}
.bge-contents .index-products [data-col="text"], .c-content-main .index-products [data-col="text"] {
			text-align: left;
			font-size: 1.4rem;
			margin: 0 0 20px;
			letter-spacing: 1px;
		}
@media screen and (max-width: 767px) {
.bge-contents .index-products [data-col="text"], .c-content-main .index-products [data-col="text"] {
				font-size: 3.46667vw;
				margin-bottom: 4vw
		}
			}
.bge-contents .index-products [data-col="button"], .c-content-main .index-products [data-col="button"] {
			display: inline-block;
			text-align: center;
			margin: 30px auto 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .index-products [data-col="button"], .c-content-main .index-products [data-col="button"] {
				margin-top: 4vw
		}
			}
.bge-contents .index-products [data-col="button"] a, .c-content-main .index-products [data-col="button"] a {
				display: block;
				padding: 10px 40px 8px;
				margin: 0 !important;
				background: url("/img/bg-pattern01.png") repeat left top;
				color: #fff !important;
				text-decoration: none;
				font-size: 1.8rem;
				position: relative;
				z-index: 10;
				overflow: hidden;
				text-align: center;
				font-family: "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
				letter-spacing: 1px;
				border: 1px solid transparent;
				-webkit-transition: color 300ms, background-color 300ms, border-color 300ms;
				transition: color 300ms, background-color 300ms, border-color 300ms;
			}
@media screen and (min-width: 768px) {
.bge-contents .index-products [data-col="button"] a, .c-content-main .index-products [data-col="button"] a {
					min-width: 140px !important
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .index-products [data-col="button"] a, .c-content-main .index-products [data-col="button"] a {
					padding: 4vw 9.33333vw 3.33333vw;
					font-size: 4.26667vw;
					line-height: 1.5;
					min-width: 37.33333vw !important
			}
				}
.bge-contents .index-products [data-col="button"] a::before, .c-content-main .index-products [data-col="button"] a::before {
					content: "";
					display: block;
					position: absolute;
					width: 1px;
					height: 15px;
					background: #8dc21f;
					right: 50%;
					top: 0;
				}
@media screen and (max-width: 767px) {
.bge-contents .index-products [data-col="button"] a::before, .c-content-main .index-products [data-col="button"] a::before {
						height: 4.26667vw
				}
					}
.bge-contents .index-products [data-col="button"] a::after, .c-content-main .index-products [data-col="button"] a::after {
					content: "";
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: -1;
					opacity: 0;
					background: #fff;
					-webkit-transition: opacity 300ms;
					transition: opacity 300ms;
				}
@media screen and (min-width: 768px) {
.bge-contents .index-products [data-col="button"] a:hover, .c-content-main .index-products [data-col="button"] a:hover {
						cursor: pointer;
						color: #000 !important
				}

						.bge-contents .index-products [data-col="button"] a:hover::after, .c-content-main .index-products [data-col="button"] a:hover::after {
							opacity: 1;
						}
					}
@media screen and (min-width: 768px) {
div:not(.bge_contents) .bge-contents .index-products [data-bgt="ckeditor"], div:not(.bge_contents) .c-content-main .index-products [data-bgt="ckeditor"] {
					height: 100%
			}
				}
@media screen and (min-width: 768px) {
div:not(.bge_contents) .bge-contents .index-products .coming [data-bge="ckeditor"], div:not(.bge_contents) .c-content-main .index-products .coming [data-bge="ckeditor"] {
						height: 100%;
						-webkit-box-pack: center;
						    -ms-flex-pack: center;
						        justify-content: center
				}
					}
@media screen and (min-width: 768px) {
div:not(.bge_contents) .bge-contents .index-products [data-bge="ckeditor"], div:not(.bge_contents) .c-content-main .index-products [data-bge="ckeditor"] {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					    -ms-flex-flow: column;
					        flex-flow: column;
					height: calc(100% - 220px);
					-webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					        justify-content: space-between
			}
				}
.bge-contents .nav-anchor, .c-content-main .nav-anchor {
		padding: 0;
	}
@media screen and (min-width: 768px) {
.bge-contents .nav-anchor, .c-content-main .nav-anchor {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-flow: wrap;
			    flex-flow: wrap
	}
		}
.bge-contents .nav-anchor > li, .c-content-main .nav-anchor > li {
			position: relative;
		}
@media screen and (min-width: 768px) {
.bge-contents .nav-anchor > li, .c-content-main .nav-anchor > li {
				width: 32.29167%;
				margin-bottom: 20px !important
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .nav-anchor > li:not(:last-child), .c-content-main .nav-anchor > li:not(:last-child) {
					margin-bottom: 4vw
			}
				}
.bge-contents .nav-anchor > li::before, .c-content-main .nav-anchor > li::before {
				width: 1px;
				height: 20px;
				-webkit-transform: none;
				        transform: none;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				margin: 0 auto;
				background: #222;
				z-index: 1;
				pointer-events: none;
			}
@media screen and (min-width: 768px) {
.bge-contents .nav-anchor > li::before, .c-content-main .nav-anchor > li::before {
					-webkit-transition: height 300ms;
					transition: height 300ms
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .nav-anchor > li::before, .c-content-main .nav-anchor > li::before {
					height: 4.66667vw
			}
				}
@media screen and (min-width: 768px) {
.bge-contents .nav-anchor > li:nth-child(3n - 1), .c-content-main .nav-anchor > li:nth-child(3n - 1) {
					margin-left: 1.5625%;
					margin-right: 1.5625%
			}
				}
@media screen and (min-width: 768px) {
					.bge-contents .nav-anchor > li:hover::before, .c-content-main .nav-anchor > li:hover::before {
						height: 0;
					}
						.bge-contents .nav-anchor > li:hover a::before, .bge-contents .nav-anchor > li:hover a::after, .c-content-main .nav-anchor > li:hover a::before, .c-content-main .nav-anchor > li:hover a::after {
							width: 100%;
							height: 100%;
						}
				}
.bge-contents .nav-anchor > li a, .c-content-main .nav-anchor > li a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				height: 100%;
				padding: 25px 15px;
				position: relative;
				border: 1px solid #ddd;
				text-align: center;
				color: #000 !important;
				font-size: 2rem;
				font-weight: 500;
				text-decoration: none;
				line-height: 1.2;
			}
@media screen and (max-width: 767px) {
.bge-contents .nav-anchor > li a, .c-content-main .nav-anchor > li a {
					padding: 6.66667vw 4vw;
					font-size: 4vw
			}
				}
.bge-contents .nav-anchor > li a::before, .bge-contents .nav-anchor > li a::after, .c-content-main .nav-anchor > li a::before, .c-content-main .nav-anchor > li a::after {
					content: "";
					display: block;
					width: 20px;
					height: 20px;
					position: absolute;
					border: 1px solid #7cc500;
					pointer-events: none;
				}
@media screen and (min-width: 768px) {
.bge-contents .nav-anchor > li a::before, .bge-contents .nav-anchor > li a::after, .c-content-main .nav-anchor > li a::before, .c-content-main .nav-anchor > li a::after {
						-webkit-transition: width, height;
						transition: width, height;
						-webkit-transition-duration: 300ms;
						        transition-duration: 300ms
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .nav-anchor > li a::before, .bge-contents .nav-anchor > li a::after, .c-content-main .nav-anchor > li a::before, .c-content-main .nav-anchor > li a::after {
						width: 5.33333vw;
						height: 5.33333vw
				}
					}
.bge-contents .nav-anchor > li a::before, .c-content-main .nav-anchor > li a::before {
					left: -1px;
					top: -1px;
					border-width: 1px 0 0 1px;
				}
.bge-contents .nav-anchor > li a::after, .c-content-main .nav-anchor > li a::after {
					right: -1px;
					bottom: -1px;
					border-width: 0 1px 1px 0;
				}
