/**!
 * rev. 2019-12-25
 * copyright © 2019
 */

@charset "utf-8";

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b, strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

:root {
	font-size: 62.5%;
}

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

* ul, * figure {
		margin: 0;
		padding: 0;
	}

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

img {
		max-width: 100%;
		height: auto
}
	}

a {
	-webkit-transition: 300ms;
	transition: 300ms;
}

a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

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

a[href^="tel:"] {
			pointer-events: auto;
			text-decoration: underline;
			cursor: pointer
	}
		}

body {
	min-width: 1010px;
	color: #222;
	font-family: "Noto Serif JP", "メイリオ", Meiryo, sans-serif, sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;
}

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

body {
		min-width: 100%
}
	}

button {
	border-radius: 0;
}

.bge-contents, .c-content-main {
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0 20px;
}

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

.bge-contents, .c-content-main {
		font-size: 3.73333vw;
		padding: 0 10px
}
	}

.bge-contents a, .c-content-main a {
		color: currentColor;
	}

.bge-contents a:hover, .c-content-main a:hover {
			text-decoration: none;
			color: #90c31f;
		}

.bge-contents h2, .c-content-main h2 {
		position: relative;
		text-align: center;
		padding: 0 0 20px;
		margin-bottom: 40px;
		font-size: 1.875em;
		font-weight: normal;
	}

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

.bge-contents h2, .c-content-main h2 {
			font-size: 5.06667vw;
			padding: 4vw;
			margin-bottom: 8vw;
			line-height: 1.7
	}
		}

.bge-contents h2::after, .c-content-main h2::after {
			content: "";
			position: absolute;
			left: 50%;
			bottom: 0;
			margin-left: -42px;
			width: 85px;
			height: 1px;
			background: #333;
		}

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

.bge-contents h2 span, .c-content-main h2 span {
			display: block;
			font-size: 0.6875em;
			letter-spacing: .1em;
		}

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
		margin-left: -20px;
		margin-right: -20px;
	}

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

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
			margin-left: -5%;
			margin-right: -5%
	}
		}

.bge-contents h3, .c-content-main h3 {
		font-size: 1.5em;
		line-height: 1.8;
		margin: 1em 0 30px;
		padding: 10px 25px;
		background: #f1f1e1;
		color: #222;
		font-weight: normal;
	}

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

.bge-contents h3, .c-content-main h3 {
			font-size: 4.53333vw;
			margin: 1em 0 4vw;
			padding: 2.66667vw 4vw
	}
		}

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

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

.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
		margin-left: -20px;
		margin-right: -20px;
	}

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

.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
			margin-left: -10px;
			margin-right: -10px
	}
		}

.bge-contents .bge-title-h3 small, .c-content-main .bge-title-h3 small {
			font-size: 1.6rem;
		}

.bge-contents h4, .c-content-main h4 {
		position: relative;
		font-size: 1.375em;
		line-height: 1.8;
		margin: 1em 0 30px;
		padding-bottom: 15px;
		font-weight: normal;
	}

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

.bge-contents h4, .c-content-main h4 {
			font-size: 4.26667vw;
			margin: 1em 0 5.33333vw;
			padding: 0 0 2vw
	}
		}

.bge-contents h4::before, .bge-contents h4::after, .c-content-main h4::before, .c-content-main h4::after {
			display: block;
			content: "";
			width: 100%;
			height: 1px;
			position: absolute;
			bottom: 0;
			left: 0;
			background-color: #d9d9d9;
		}

.bge-contents h4::after, .c-content-main h4::after {
			width: 150px;
			background: #90c31f;
		}

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

.bge-contents h4::after, .c-content-main h4::after {
				width: 30%
		}
			}

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

.bge-contents h5, .c-content-main h5 {
		position: relative;
		font-size: 1.25em;
		line-height: 1.7;
		margin: 1em 0 20px;
		padding: 1px 0 2px 30px;
		font-weight: normal;
	}

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

.bge-contents h5, .c-content-main h5 {
			font-size: 4vw;
			margin: 1em 0 2.66667vw;
			padding: 1px 0 2px 4.26667vw
	}
		}

.bge-contents h5::before, .c-content-main h5::before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 5px;
			height: 100%;
			border-left: 1px solid #989898;
			border-right: 1px solid #989898;
		}

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

.bge-contents h6, .c-content-main h6 {
		color: #70a200;
		font-size: 1.125em;
		font-weight: normal;
		line-height: 2;
		margin: 1em 0 .5em;
	}

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

.bge-contents h6, .c-content-main h6 {
			font-size: 3.73333vw
	}
		}

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

.bge-contents h6 + p, .c-content-main h6 + p {
			margin-top: -.5em;
		}

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

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				position: absolute;
				left: 0;
				top: 15px;
				display: inline-block;
				vertical-align: middle;
				margin: 0 15px 0 0;
				width: 10px;
				height: 1px;
				background: #000;
			}

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

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

.bge-contents ol > li, .c-content-main ol > li {
			position: relative;
			list-style: none;
			margin-bottom: 4px;
			padding: 0 0 0 17px;
		}

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

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin: 4px 0 0 0;
			font-size: 1em;
		}

.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		border-top: 1px solid #dedede;
	}

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

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

.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
	}

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

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

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

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

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

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

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

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

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

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

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 15px;
		color: #222;
	}

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

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

.bge-contents th, .c-content-main th {
		border-bottom: 1px solid #dedede;
		text-align: left;
		background-color: #f0f0f0;
	}

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

.bge-contents th, .c-content-main th {
			padding: 2.66667vw 2.66667vw;
			border-top: 1px solid #dedede
	}
		}

.bge-contents td, .c-content-main td {
		border-bottom: 1px solid #dedede;
	}

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

.bge-contents td, .c-content-main td {
			padding: 4vw 2.66667vw 8vw;
			border-bottom: none
	}
		}

.bge-contents .bge-type-table th, .c-content-main .bge-type-table th {
			width: 35%;
		}

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

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

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

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

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

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

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

.bge-contents 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: .7em 0 0;
		text-align: center;
	}

.bge-contents hr, .c-content-main hr {
		color: #e4e4e4;
		background: #e4e4e4;
		border-style: none;
		height: 2px;
		margin: 50px auto;
		width: 100%;
	}

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

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

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			width: 100%;
			border: 1px solid #d0d0d0;
			padding: .3em;
		}

.bge-contents input[type="text"]:focus, .bge-contents input[type="email"]:focus, .c-content-main input[type="text"]:focus, .c-content-main input[type="email"]:focus {
				-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
				outline: none;
			}

.bge-contents input[type="text"][data-width="half"], .bge-contents input[type="email"][data-width="half"], .c-content-main input[type="text"][data-width="half"], .c-content-main input[type="email"][data-width="half"] {
				width: 50%;
			}

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

.bge-contents input[type="text"][data-width="half"], .bge-contents input[type="email"][data-width="half"], .c-content-main input[type="text"][data-width="half"], .c-content-main input[type="email"][data-width="half"] {
					width: 100%
			}
				}

.bge-contents input[type="text"][data-width="short"], .bge-contents input[type="email"][data-width="short"], .c-content-main input[type="text"][data-width="short"], .c-content-main input[type="email"][data-width="short"] {
				width: 33.33333%;
			}

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

.bge-contents input[type="text"][data-width="short"], .bge-contents input[type="email"][data-width="short"], .c-content-main input[type="text"][data-width="short"], .c-content-main input[type="email"][data-width="short"] {
					width: 50%
			}
				}

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

.bge-contents input[type="radio"] + label, .bge-contents input[type="checkbox"] + label, .c-content-main input[type="radio"] + label, .c-content-main input[type="checkbox"] + label {
				padding-left: 30px;
				position: relative;
				margin-right: 15px;
				cursor: pointer;
			}

.bge-contents input[type="radio"] + label::before, .bge-contents input[type="checkbox"] + label::before, .c-content-main input[type="radio"] + label::before, .c-content-main input[type="checkbox"] + label::before {
					background: #fff;
					border: 1px solid #d0d0d0;
					content: "";
					width: 22px;
					height: 22px;
					position: absolute;
					top: 0;
					left: 0;
				}

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

.bge-contents input[type="radio"] + label::before, .bge-contents input[type="checkbox"] + label::before, .c-content-main input[type="radio"] + label::before, .c-content-main input[type="checkbox"] + label::before {
				}
					}

.bge-contents input[type="checkbox"]:checked + label::after, .c-content-main input[type="checkbox"]:checked + label::after {
						border-bottom: 2px solid #90c31f;
						border-right: 2px solid #90c31f;
						content: "";
						width: 7px;
						height: 12px;
						display: block;
						-webkit-transform: rotate(35deg);
						        transform: rotate(35deg);
						position: absolute;
						top: 3px;
						left: 7px;
						z-index: 2;
					}

.bge-contents input[type="radio"] + label::before, .c-content-main input[type="radio"] + label::before {
					border-radius: 50%;
				}

.bge-contents input[type="radio"]:checked + label::after, .c-content-main input[type="radio"]:checked + label::after {
						background: #90c31f;
						border-radius: 50%;
						content: "";
						width: 10px;
						height: 10px;
						display: block;
						position: absolute;
						top: 6px;
						left: 6px;
						z-index: 2;
					}

.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #d0d0d0;
		padding: .3em;
		width: 100%;
		resize: none;
	}

.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			outline: none;
		}

.bge-contents .form-nav, .c-content-main .form-nav {
		position: relative;
		margin: 30px 74px 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

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

.bge-contents .form-nav, .c-content-main .form-nav {
			margin: 0 0 7.04225vw
	}
		}

.bge-contents .form-nav::after, .c-content-main .form-nav::after {
			content: "";
			width: 100%;
			height: 2px;
			display: block;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -1px;
			background: #f0f0f0;
		}

.bge-contents .form-nav li, .c-content-main .form-nav li {
			width: 211px;
			padding: 22px 40px 12px;
			text-align: center;
			position: relative;
			border: 1px solid #dedede;
			letter-spacing: .2rem;
			background: #fff;
			z-index: 2;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

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

.bge-contents .form-nav li, .c-content-main .form-nav li {
				font-size: 3.66197vw;
				width: calc(33.33333% - 10px);
				padding: 4.22535vw 2.8169vw 3.38028vw;
				line-height: 1.4
		}
			}

.bge-contents .form-nav li::before, .c-content-main .form-nav li::before {
				content: counter(content-main-ol-default, decimal-leading-zero);
				counter-increment: content-main-ol-default;
				display: block;
				font-size: 1.875em;
				font-weight: normal;
				letter-spacing: .3rem;
				line-height: .8;
				color: #222;
				margin-bottom: 5px;
				width: 100%;
				position: relative;
			}

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

.bge-contents .form-nav li::before, .c-content-main .form-nav li::before {
					font-size: 7.04225vw
			}
				}

.bge-contents .form-nav li.current, .c-content-main .form-nav li.current {
				color: #fff;
				font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
				background: #222;
			}

.bge-contents .form-nav li.current::before, .c-content-main .form-nav li.current::before {
					color: #fff;
				}

.bge-contents .form-description, .c-content-main .form-description {
		text-align: center;
		margin-bottom: 50px;
	}

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

.bge-contents .form-description, .c-content-main .form-description {
			margin-bottom: 4vw;
			text-align: left
	}
		}

.bge-contents .error-message, .c-content-main .error-message {
		color: #ad1313;
	}

.bge-contents .form-agreement, .c-content-main .form-agreement {
		text-align: center;
		margin: 40px 0;
	}

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

.bge-contents .form-agreement, .c-content-main .form-agreement {
			margin-top: 0
	}
		}

.bge-contents .form-submit, .c-content-main .form-submit {
		text-align: center;
	}

.bge-contents .mail-after-attachment, .bge-contents .mail-description, .c-content-main .mail-after-attachment, .c-content-main .mail-description {
		font-size: 0.875em;
	}

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

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

.bge-contents table.form_input .required, .c-content-main table.form_input .required {
			padding: 1px 4px 2px;
			margin: 0 0 0 5px;
			vertical-align: 1px;
			font-size: 0.75em;
			font-weight: normal;
			color: #fff;
			background: #ad1313;
		}

.bge-contents table.form_input .required::after, .c-content-main table.form_input .required::after {
				content: "*";
				display: inline-block;
				font-size: 1em;
				color: #fff;
				margin-left: 2px;
			}

.bge-contents table.form_input select, .c-content-main table.form_input select {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			border: 1px solid #d0d0d0;
			margin: 0;
			padding: 5px 25px 5px 10px;
			vertical-align: middle;
			position: relative;
			font-size: 1em;
			background: url("../img/icon-select.png") no-repeat right 10px center;
			background-size: 10px 5px;
		}

.bge-contents table.form_input .mail-after-attachment, .c-content-main table.form_input .mail-after-attachment {
			margin-left: 5px;
		}

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

.bge-contents table.form_input .mail-after-attachment, .c-content-main table.form_input .mail-after-attachment {
				margin-left: 0;
				display: block
		}
			}

.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;
			line-height: 2;
			padding: .765em 2em;
			text-align: center;
			width: 32.6087%;
			cursor: pointer;
			border: 1px solid #222;
			margin-left: 10px;
			position: relative;
			z-index: 1;
			font-size: 1.0625em;
		}

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

.bge-contents .btn-group button, .c-content-main .btn-group button {
				max-width: 300px
		}
			}

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

.bge-contents .btn-group button, .c-content-main .btn-group button {
				width: calc(50% - 20px)
		}
			}

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

.bge-contents .btn-group button, .c-content-main .btn-group button {
				margin: 0;
				width: 100%;
				font-size: 1.6rem
		}
			}

@media screen and (min-width: 768px) {
				.bge-contents .btn-group button:hover, .c-content-main .btn-group button:hover {
					color: #222;
				}

					.bge-contents .btn-group button:hover::before, .c-content-main .btn-group button:hover::before {
						-webkit-transform-origin: left top;
						        transform-origin: left top;
						-webkit-transform: scale(1, 1);
						        transform: scale(1, 1);
					}
			}

.bge-contents .btn-group button:first-child, .c-content-main .btn-group button:first-child {
				margin: 0 10px 0 0;
			}

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

.bge-contents .btn-group button:first-child, .c-content-main .btn-group button:first-child {
					margin: 0 0 2.66667vw
			}
				}

.bge-contents .btn-group button::before, .c-content-main .btn-group button::before {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				content: "";
				background: #fff;
				-webkit-transform-origin: right top;
				        transform-origin: right top;
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1);
				-webkit-transition: -webkit-transform 400ms;
				transition: -webkit-transform 400ms;
				transition: transform 400ms;
				transition: transform 400ms, -webkit-transform 400ms;
			}

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			position: relative;
			color: #222;
			background: none;
			border: 1px solid #000;
			padding: .765em 2.5em;
		}

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

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
				padding: .765em 2em
		}
			}

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

.bge-contents .btn-group .btn-back:hover, .c-content-main .btn-group .btn-back:hover {
					color: #fff
			}
				}

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

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

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

.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: 576px) {

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

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

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

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

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

@media screen and (min-width: 1000px) and (max-width: 1339px) {

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

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

.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: 576px) {

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

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

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

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

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

@media screen and (min-width: 1000px) and (max-width: 1339px) {

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

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

.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: 576px) {

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

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

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

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

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

@media screen and (min-width: 1000px) and (max-width: 1339px) {

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

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

.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: 576px) {

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

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

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

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

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

@media screen and (min-width: 1000px) and (max-width: 1339px) {

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

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

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

.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 3em;
	}

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

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

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

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

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

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

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

.bge-contents [data-bgb="button2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="download-file2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="button2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="download-file2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid [data-bgt] > :last-child {
			margin-bottom: 1.5em
	}
		}

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

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1) {
		padding-right: 15px;
	}

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

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(1), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(1) {
			padding-right: 0
	}
		}

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2) {
		padding-left: 5px;
		padding-right: 10px;
	}

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

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(2), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(2) {
			padding-left: 0;
			padding-right: 0
	}
		}

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3) {
		padding-left: 10px;
		padding-right: 5px;
	}

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

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(3), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(3) {
			padding-left: 0;
			padding-right: 0
	}
		}

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4) {
		padding-left: 15px;
	}

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

.bge-contents [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image-text4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="image4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .bge-contents [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image-text4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="image4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image-link4"] .bgt-grid:nth-child(4), .c-content-main [data-bgb="trimmed-image4"] .bgt-grid:nth-child(4) {
			padding-left: 0
	}
		}

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #000;
		color: #fff;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 1.7;
		width: 360px;
		padding: .765em 2em;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border: 1px solid #222;
		cursor: pointer;
		position: relative;
		z-index: 1;
	}

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

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			width: 100%;
			margin: 0 auto;
			font-size: 1.6rem
	}
		}

.bge-contents .bgt-btn::before, .c-content-main .bgt-btn::before {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: -1;
			content: "";
			background: #fff;
			-webkit-transform-origin: right top;
			        transform-origin: right top;
			-webkit-transform: scale(0, 1);
			        transform: scale(0, 1);
			-webkit-transition: -webkit-transform 400ms;
			transition: -webkit-transform 400ms;
			transition: transform 400ms;
			transition: transform 400ms, -webkit-transform 400ms;
		}

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

.bge-contents .bgt-btn:disabled, .bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:disabled, .c-content-main .bgt-btn:hover {
			color: #222;
		}

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

.bge-contents .bgt-btn:disabled, .bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:disabled, .c-content-main .bgt-btn:hover {
				color: #fff
		}
			}

.bge-contents .bgt-btn:disabled::before, .bge-contents .bgt-btn:hover::before, .c-content-main .bgt-btn:disabled::before, .c-content-main .bgt-btn:hover::before {
				-webkit-transform-origin: left top;
				        transform-origin: left top;
				-webkit-transform: scale(1, 1);
				        transform: scale(1, 1);
			}

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

.bge-contents .bgt-btn:disabled::before, .bge-contents .bgt-btn:hover::before, .c-content-main .bgt-btn:disabled::before, .c-content-main .bgt-btn:hover::before {
					-webkit-transform: scale(0, 1);
					        transform: scale(0, 1)
			}
				}

.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 {
		border: 1px solid #89bf10;
		background: #89bf10;
	}

.bge-contents [data-bgt-button-kind="em"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="em"] .bgt-btn:hover {
			color: #70a200;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		color: #222;
		background: #fff;
		border: 1px solid #000;
		padding: .765em 2.5em .765em 2em;
	}

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

.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::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover::before {
				background: #000;
			}

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

.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: 1px dashed #a5a5a5;
	}

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

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

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

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

.bge-contents [data-bgb="download-file"] [data-bgt="download-file"], .bge-contents [data-bgb="download-file2"] [data-bgt="download-file"], .bge-contents [data-bgb="download-file3"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file2"] [data-bgt="download-file"], .c-content-main [data-bgb="download-file3"] [data-bgt="download-file"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
		}

.bge-contents [data-bgb="download-file"], .c-content-main [data-bgb="download-file"] {
		width: 360px;
		margin-left: auto;
		margin-right: auto;
	}

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

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

.bge-contents .bgt-download-file, .c-content-main .bgt-download-file {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			z-index: 1;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			color: #222;
			display: block;
			font-size: 1.0625em;
			line-height: 1.6;
			width: 100%;
			padding: 1em 2.5em 1em 1em;
			position: relative;
			text-decoration: none;
			vertical-align: middle;
			border: 1px solid #000;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

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

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
				width: 100%;
				font-size: 1.6rem
		}
			}

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

.bge-contents .bgt-download-file__link::before, .c-content-main .bgt-download-file__link::before {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				content: "";
				background: #000;
				-webkit-transform-origin: right top;
				        transform-origin: right top;
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1);
				-webkit-transition: -webkit-transform 400ms;
				transition: -webkit-transform 400ms;
				transition: transform 400ms;
				transition: transform 400ms, -webkit-transform 400ms;
			}

.bge-contents .bgt-download-file__link::after, .c-content-main .bgt-download-file__link::after {
				content: "";
				width: 13px;
				height: 17px;
				position: absolute;
				right: 19px;
				top: 50%;
				margin-top: -8px;
				display: block;
				background: url("/img/icon-pdf.png") no-repeat 0 0;
				background-size: cover;
			}

.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
				color: #fff;
			}

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

.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
					color: #000
			}
				}

.bge-contents .bgt-download-file__link:hover::before, .c-content-main .bgt-download-file__link:hover::before {
					-webkit-transform-origin: left top;
					        transform-origin: left top;
					-webkit-transform: scale(1, 1);
					        transform: scale(1, 1);
				}

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

.bge-contents .bgt-download-file__link:hover::before, .c-content-main .bgt-download-file__link:hover::before {
						-webkit-transform: scale(0, 1);
						        transform: scale(0, 1)
				}
					}

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

.bge-contents .bgt-link__icon.bgt-link__icon--before, .c-content-main .bgt-link__icon.bgt-link__icon--before {
		display: none;
	}

.bge-contents [data-bgb="button2"], .bge-contents [data-bgb="button3"], .bge-contents [data-bgb="download-file2"], .bge-contents [data-bgb="download-file3"], .c-content-main [data-bgb="button2"], .c-content-main [data-bgb="button3"], .c-content-main [data-bgb="download-file2"], .c-content-main [data-bgb="download-file3"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

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

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

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

.bge-contents [data-bgb="button2"] .bgt-grid, .bge-contents [data-bgb="button3"] .bgt-grid, .bge-contents [data-bgb="download-file2"] .bgt-grid, .bge-contents [data-bgb="download-file3"] .bgt-grid, .c-content-main [data-bgb="button2"] .bgt-grid, .c-content-main [data-bgb="button3"] .bgt-grid, .c-content-main [data-bgb="download-file2"] .bgt-grid, .c-content-main [data-bgb="download-file3"] .bgt-grid {
			width: 100%;
			float: none;
		}

.bge-contents [data-bgb="button2"] .bgt-grid:first-child, .bge-contents [data-bgb="button3"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:first-child, .c-content-main [data-bgb="button2"] .bgt-grid:first-child, .c-content-main [data-bgb="button3"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:first-child {
				padding-right: 12.5px;
			}

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

.bge-contents [data-bgb="button2"] .bgt-grid:first-child, .bge-contents [data-bgb="button3"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:first-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:first-child, .c-content-main [data-bgb="button2"] .bgt-grid:first-child, .c-content-main [data-bgb="button3"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:first-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:first-child {
					padding: 0
			}
				}

.bge-contents [data-bgb="button2"] .bgt-grid:last-child, .bge-contents [data-bgb="button3"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:last-child, .c-content-main [data-bgb="button2"] .bgt-grid:last-child, .c-content-main [data-bgb="button3"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:last-child {
				padding-left: 12.5px;
			}

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

.bge-contents [data-bgb="button2"] .bgt-grid:last-child, .bge-contents [data-bgb="button3"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file2"] .bgt-grid:last-child, .bge-contents [data-bgb="download-file3"] .bgt-grid:last-child, .c-content-main [data-bgb="button2"] .bgt-grid:last-child, .c-content-main [data-bgb="button3"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file2"] .bgt-grid:last-child, .c-content-main [data-bgb="download-file3"] .bgt-grid:last-child {
					padding: 0
			}
				}

.bge-contents [data-bgb="button2"] .bgt-btn, .bge-contents [data-bgb="button3"] .bgt-btn, .bge-contents [data-bgb="download-file2"] .bgt-btn, .bge-contents [data-bgb="download-file3"] .bgt-btn, .c-content-main [data-bgb="button2"] .bgt-btn, .c-content-main [data-bgb="button3"] .bgt-btn, .c-content-main [data-bgb="download-file2"] .bgt-btn, .c-content-main [data-bgb="download-file3"] .bgt-btn {
			display: block;
			width: 100%;
		}

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

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid--last, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid--last, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid--last, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid--last, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid--last {
					display: none
			}
				}

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid--last a, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid--last a, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid--last a, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid--last a, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid--last a {
					display: none;
				}

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

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid .bgt-btn-container, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid .bgt-btn-container, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid .bgt-btn-container, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid .bgt-btn-container, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid .bgt-btn-container {
						margin-bottom: 0 !important
				}
					}

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

.bge-contents [data-bgb="button2"].btn-last-none .bgt-grid--first .bgt-btn-container, .bge-contents [data-bgb="button3"].btn-last-none .bgt-grid--first .bgt-btn-container, .bge-contents [data-bgb="download-file2"].btn-last-none .bgt-grid--first .bgt-btn-container, .bge-contents [data-bgb="download-file3"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="button2"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="button3"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="download-file2"].btn-last-none .bgt-grid--first .bgt-btn-container, .c-content-main [data-bgb="download-file3"].btn-last-none .bgt-grid--first .bgt-btn-container {
						margin-bottom: 20px !important
				}
					}

.bge-contents [data-bgb="download-file2"] .bgt-grid, .bge-contents [data-bgb="download-file3"] .bgt-grid, .c-content-main [data-bgb="download-file2"] .bgt-grid, .c-content-main [data-bgb="download-file3"] .bgt-grid {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

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

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

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

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

.bge-contents [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .bge-contents [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray, .c-content-main [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .c-content-main [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray {
		padding-top: 1em;
	}

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

.bge-contents [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .bge-contents [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray, .c-content-main [data-bgb="button2"].bgb-opt--bg-gray + [data-bgb="button2"].bgb-opt--bg-gray, .c-content-main [data-bgb="button3"].bgb-opt--bg-gray + [data-bgb="button3"].bgb-opt--bg-gray {
			padding-top: 0
	}
		}

.bge-contents [data-bgb="download-file2"], .c-content-main [data-bgb="download-file2"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

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

.bge-contents [data-bgb="download-file2"], .c-content-main [data-bgb="download-file2"] {
			display: block
	}
		}

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

.bge-contents [data-bgb="download-file2"] .bgt-grid [data-bgt="download-file"], .c-content-main [data-bgb="download-file2"] .bgt-grid [data-bgt="download-file"] {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}

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

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

.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			position: relative;
			border: solid 1px #4a4a49;
			color: #222;
			margin-top: 10px;
			padding: 1em;
			text-align: center;
			text-decoration: none;
			font-size: 1.6rem
	}

			.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 {
				content: "";
				width: 15px;
				height: 15px;
				display: inline-block;
				position: absolute;
				right: 19px;
				top: 50%;
				margin-top: -7px;
				background: url("/img/icon-external.png") no-repeat 0 0;
				background-size: cover;
			}
		}

.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-image__link, .c-content-main .bgt-image__link {
			color: #222 !important;
		}

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

@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: 2em
	}
		}

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

.bge-contents .bgb-opt--bg-gray + .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-gray + .bgb-opt--bg-gray {
				padding-top: 1em
		}
			}

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

.bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-pink {
		background: url("/img/common/bg-beige-repeat.jpg") repeat !important;
	}

.bge-contents .bgb-opt--bg-pink + .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-pink + .bgb-opt--bg-pink {
			padding-top: 0;
		}

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		padding: 2.5em;
	}

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

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
			padding: 2em
	}
		}

.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: 2.5em;
		padding-top: 2.5em;
	}

@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: 2em;
			padding-top: 2em
	}
		}

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}

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

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
			padding-left: 2em;
			padding-right: 2em
	}
		}

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		padding-left: 2.5em;
		padding-right: 2.5em;
		padding-top: 2.5em;
		border-bottom: none;
	}

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

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
			padding-left: 2em;
			padding-right: 2em;
			padding-top: 2em
	}
		}

.bge-contents .bgb-opt--border-trl p:last-child, .bge-contents .bgb-opt--border-trl h3:last-child, .bge-contents .bgb-opt--border-trl h4:last-child, .bge-contents .bgb-opt--border-trl h5:last-child, .bge-contents .bgb-opt--border-trl h6:last-child, .c-content-main .bgb-opt--border-trl p:last-child, .c-content-main .bgb-opt--border-trl h3:last-child, .c-content-main .bgb-opt--border-trl h4:last-child, .c-content-main .bgb-opt--border-trl h5:last-child, .c-content-main .bgb-opt--border-trl h6:last-child {
			margin-bottom: 0;
		}

.bge-contents .bgb-opt--border-trl h2:last-child, .c-content-main .bgb-opt--border-trl h2:last-child {
			margin-bottom: 20px;
		}

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		padding: 0 2.5em 2.5em 2.5em;
		border-top: none;
	}

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

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
			padding: 0 2em 2em 2em
	}
		}

.bge-contents .bgb-opt--border-rbl .bgt-grid, .c-content-main .bgb-opt--border-rbl .bgt-grid {
			margin-bottom: 0 !important;
		}

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

.bge-contents .bgb-opt--border-rbl .bgt-grid.bgt-grid--first, .c-content-main .bgb-opt--border-rbl .bgt-grid.bgt-grid--first {
					margin-bottom: 20px !important
			}
				}

.bge-contents .bgb-opt--border-bold, .c-content-main .bgb-opt--border-bold {
		border-color: #e4e4e4;
		border-width: 4px;
	}

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

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

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

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

.bge-contents .bgb-image-text2 .bgt-grid--first, .c-content-main .bgb-image-text2 .bgt-grid--first {
			margin-bottom: 2em;
		}

.bge-contents .bgb-text-float-image1 h3, .bge-contents .bgb-text-float-image1 h4, .bge-contents .bgb-text-float-image1 ul, .bge-contents .bgb-text-float-image1 ol, .bge-contents .bgb-text-float-image2 h3, .bge-contents .bgb-text-float-image2 h4, .bge-contents .bgb-text-float-image2 ul, .bge-contents .bgb-text-float-image2 ol, .c-content-main .bgb-text-float-image1 h3, .c-content-main .bgb-text-float-image1 h4, .c-content-main .bgb-text-float-image1 ul, .c-content-main .bgb-text-float-image1 ol, .c-content-main .bgb-text-float-image2 h3, .c-content-main .bgb-text-float-image2 h4, .c-content-main .bgb-text-float-image2 ul, .c-content-main .bgb-text-float-image2 ol {
			overflow: hidden;
		}

.bge-contents [data-bgt="gallery"], .c-content-main [data-bgt="gallery"] {
		height: auto;
		padding: 0;
	}

.bge-contents [data-bgt="gallery"] .bgt-gallery, .c-content-main [data-bgt="gallery"] .bgt-gallery {
		}

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

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

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

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
				top: 50%;
				opacity: 1;
				-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 {
					width: 66px;
					height: 66px;
					display: block;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					margin: -20px 0 0;
					padding: 0;
					background: #1e1e1e;
					border: none;
					-webkit-transform-origin: center center;
					        transform-origin: center center;
					border-radius: 50%;
					cursor: pointer;
				}

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

.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 {
						width: 8vw;
						height: 8vw;
						margin: -4vw 0 0
				}
					}

.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: inline-block;
						width: 18px;
						height: 18px;
						border: solid #fff;
						border-width: 1px 1px 0 0;
					}

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

.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 {
							width: 2.93333vw;
							height: 2.93333vw
					}
						}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
					left: 0;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after {
						-webkit-transform: rotate(-135deg);
						        transform: rotate(-135deg);
						margin-right: -7px;
					}

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

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after {
							margin-right: -1.33333vw
					}
						}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					right: 0;
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
						margin-left: -7px;
					}

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

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
							margin-left: -1.33333vw
					}
						}

.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: 20px;
			}

.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 4px;
					width: 12px;
					height: 12px;
					background: #d9d9d9 !important;
					border-radius: 100%;
					background-image: none;
				}

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

.bge-contents .slide-lineup .bgt-gallery, .c-content-main .slide-lineup .bgt-gallery {
			padding-top: 40.5% !important;
		}

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

.bge-contents .slide-lineup .bgt-gallery, .c-content-main .slide-lineup .bgt-gallery {
				padding-top: 81.5% !important
		}
			}

.bge-contents .slide-lineup .bgt-gallery__item, .c-content-main .slide-lineup .bgt-gallery__item {
				width: 90%;
				height: 90%;
				margin: 0 5%;
			}

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

.bge-contents .slide-lineup .bgt-gallery__item, .c-content-main .slide-lineup .bgt-gallery__item {
					width: 100%;
					height: 100%;
					margin: 0
			}
				}

.bge-contents .slide-lineup .bgt-gallery__img img, .c-content-main .slide-lineup .bgt-gallery__img img {
					-o-object-fit: contain;
					   font-family: "object-fit:contain";
					   object-fit: contain;
				}

.bge-contents [data-bgb="text-gallery1"] [data-bgt="gallery"] .bgt-gallery .bgt-gallery__group, .c-content-main [data-bgb="text-gallery1"] [data-bgt="gallery"] .bgt-gallery .bgt-gallery__group {
				margin-left: 0;
			}

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

.bge-contents [data-bgb="text-image1"] .bgt-grid--last, .c-content-main [data-bgb="text-image1"] .bgt-grid--last {
				margin-top: 1em
		}
			}

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

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

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

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

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

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

.bge-contents .btn-black a, .c-content-main .btn-black a {
			width: 80%;
			text-align: center;
			display: block;
			margin: 1.5em auto 0;
			padding: 15px;
			color: #fff;
			font-family: "Cardo", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
			background-color: #222;
			text-decoration: none;
			border: 1px solid #222;
			position: relative;
			z-index: 1;
			font-size: 1.0625em;
		}

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

.bge-contents .btn-black a, .c-content-main .btn-black a {
				width: 90%;
				padding: 12px 10px;
				margin-top: 1em;
				font-size: 1.6rem
		}
			}

.bge-contents .btn-black a::before, .c-content-main .btn-black a::before {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				content: "";
				background: #fff;
				-webkit-transform-origin: right top;
				        transform-origin: right top;
				-webkit-transform: scale(0, 1);
				        transform: scale(0, 1);
				-webkit-transition: -webkit-transform 400ms;
				transition: -webkit-transform 400ms;
				transition: transform 400ms;
				transition: transform 400ms, -webkit-transform 400ms;
			}

.bge-contents .btn-black a:hover, .c-content-main .btn-black a:hover {
				color: #222;
			}

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

.bge-contents .btn-black a:hover, .c-content-main .btn-black a:hover {
					color: #fff
			}
				}

.bge-contents .btn-black a:hover::before, .c-content-main .btn-black a:hover::before {
					-webkit-transform-origin: left top;
					        transform-origin: left top;
					-webkit-transform: scale(1, 1);
					        transform: scale(1, 1);
				}

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

.bge-contents .btn-black a:hover::before, .c-content-main .btn-black a:hover::before {
						-webkit-transform: scale(0, 1);
						        transform: scale(0, 1)
				}
					}

.bge-contents .table-scroll, .c-content-main .table-scroll {
		overflow: hidden;
	}

@media screen and (max-width: 767px) {
			.bge-contents .table-scroll::before, .c-content-main .table-scroll::before {
				content: "※横にスクロールしてご覧ください";
				font-size: 1.4rem;
				display: block;
				padding: 0 0 5px;
			}

			.bge-contents .table-scroll .bgt-ckeditor-container, .c-content-main .table-scroll .bgt-ckeditor-container {
				overflow-x: scroll;
			}

				.bge-contents .table-scroll .bgt-ckeditor-container::-webkit-scrollbar, .c-content-main .table-scroll .bgt-ckeditor-container::-webkit-scrollbar {
					height: 7px;
				}

				.bge-contents .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-track, .c-content-main .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-track {
					background: #e4e4e4;
					border-radius: 5px;
				}

				.bge-contents .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-thumb, .c-content-main .table-scroll .bgt-ckeditor-container::-webkit-scrollbar-thumb {
					background: #4a4a49;
					border-radius: 5px;
				}

			.bge-contents .table-scroll table, .c-content-main .table-scroll table {
				display: table;
				width: 768px;
				margin: 0 0 10px !important;
			}

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

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

				.bge-contents .table-scroll table th, .bge-contents .table-scroll table td, .c-content-main .table-scroll table th, .c-content-main .table-scroll table td {
					display: table-cell;
					width: auto !important;
					border-right: 1px solid #dedede;
				}

				.bge-contents .table-scroll table td, .c-content-main .table-scroll table td {
					border-bottom: 1px solid #dedede !important;
				}
		}

.bge-contents .table-scroll tr th, .bge-contents .table-scroll tr td, .c-content-main .table-scroll tr th, .c-content-main .table-scroll tr td {
				border-right: 1px solid #dedede;
			}

.bge-contents .table-scroll tr th:last-child, .bge-contents .table-scroll tr td:last-child, .c-content-main .table-scroll tr th:last-child, .c-content-main .table-scroll tr td:last-child {
					border-right: 0;
				}

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

.bge-contents .table-scroll tr td, .c-content-main .table-scroll tr td {
					padding: 4vw 2.66667vw
			}
				}

.bge-contents .table-plane, .c-content-main .table-plane {
		width: auto;
		border: none;
	}

.bge-contents .table-plane th, .c-content-main .table-plane th {
			padding: 5px 5px 0 0;
			background: none;
			vertical-align: top;
			border: none;
			font-weight: bold;
		}

.bge-contents .table-plane td, .c-content-main .table-plane td {
			padding: 5px 0;
			vertical-align: top;
			border: none;
		}

.bge-contents .tab-nav, .c-content-main .tab-nav {
		margin: 0 -20px 30px;
	}

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

.bge-contents .tab-nav, .c-content-main .tab-nav {
			margin: 0 -10px 30px
	}
		}

.bge-contents .tab-nav ul, .c-content-main .tab-nav ul {
			width: 100%;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
		}

.bge-contents .tab-nav ul li, .c-content-main .tab-nav ul li {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				text-align: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				width: 100%;
				border: 1px solid #d9d9d9;
				border-left: none;
				cursor: pointer;
				padding: 15px;
				margin: 0;
				letter-spacing: .05rem;
				font-size: 1.8rem;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}

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

.bge-contents .tab-nav ul li, .c-content-main .tab-nav ul li {
					padding: 2vw;
					font-size: 1.3rem;
					line-height: 1.5
			}
				}

.bge-contents .tab-nav ul li:first-child, .c-content-main .tab-nav ul li:first-child {
					border-left: 1px solid #d9d9d9;
				}

.bge-contents .tab-nav ul li:hover, .c-content-main .tab-nav ul li:hover {
					opacity: .6;
				}

.bge-contents .tab-nav ul li[data-current="true"], .c-content-main .tab-nav ul li[data-current="true"] {
					border: 1px solid #1d1d1b;
					color: #fff;
					background: #1d1d1b;
					cursor: default;
				}

.bge-contents .tab-nav ul li[data-current="true"]::after, .c-content-main .tab-nav ul li[data-current="true"]::after {
						content: "";
						position: absolute;
						left: 50%;
						bottom: -15px;
						margin-left: -15px;
						-webkit-box-sizing: border-box;
						        box-sizing: border-box;
						border-left: 15px solid transparent;
						border-right: 15px solid transparent;
						border-top: 22px solid #1d1d1b;
					}

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

.bge-contents .tab-nav ul li[data-current="true"]::after, .c-content-main .tab-nav ul li[data-current="true"]::after {
							bottom: -10px;
							margin-left: -10px;
							border-left-width: 10px;
							border-right-width: 10px;
							border-top-width: 10px
					}
						}

.bge-contents .tab-nav ul li[data-current="true"]:hover, .c-content-main .tab-nav ul li[data-current="true"]:hover {
						opacity: 1;
					}

.bge-contents .tab-nav ul li::before, .c-content-main .tab-nav ul li::before {
					display: none;
				}

.bge-contents .tab-nav ul li a, .c-content-main .tab-nav ul li a {
					display: block;
					width: 100%;
					text-decoration: none;
				}

.bge-contents .sitemap-list h4, .c-content-main .sitemap-list h4 {
			padding: 0;
			font-size: 1.25em;
		}

.bge-contents .sitemap-list h4 a, .c-content-main .sitemap-list h4 a {
				display: block;
				padding-bottom: 5px;
				text-decoration: none;
			}

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

.bge-contents .sitemap-list h4 a, .c-content-main .sitemap-list h4 a {
					font-size: 4vw;
					padding: 0 0 2vw
			}
				}

.bge-contents .sitemap-list ul, .c-content-main .sitemap-list ul {
			margin: -10px 0 30px;
		}

.bge-contents .sitemap-list ul li ul, .c-content-main .sitemap-list ul li ul {
					margin: 0;
				}

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

.bge-contents .plan-list, .c-content-main .plan-list {
			margin-bottom: 20px !important
	}
		}

.bge-contents .plan-list h6, .c-content-main .plan-list h6 {
			margin-top: -1em;
		}

.bge-contents .plan-list .btn-black a, .c-content-main .plan-list .btn-black a {
				padding: 5px 10px !important;
			}

.bge-contents .block-align-center, .c-content-main .block-align-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

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

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

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

.bge-contents .sanctuary2-top + .sanctuary2-top, .c-content-main .sanctuary2-top + .sanctuary2-top {
				margin-top: -1.5em
		}
			}

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

.bge-contents .cate-top-list .bgt-grid [data-bgt], .c-content-main .cate-top-list .bgt-grid [data-bgt] {
					margin-bottom: 3em
			}
				}

.bge-contents .cate-top-list .bgt-grid figure, .c-content-main .cate-top-list .bgt-grid figure {
				text-align: center;
			}

.bge-contents .cate-top-list .bgt-grid figure img, .c-content-main .cate-top-list .bgt-grid figure img {
					max-width: 100%;
					height: auto;
					width /***/: auto;
				}

.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: #90c31f;
			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: #90c31f;
		}

.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: #4a4a49;
					content: "\E100";
					margin-right: .5em;
				}

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}

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

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}

.bge-contents .bc-form-table, .c-content-main .bc-form-table {
	}

.bge-contents .bc-form-agreement, .c-content-main .bc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}

.bge-contents .bc-form-submit, .c-content-main .bc-form-submit {
		margin-top: 3em;
		text-align: center;
	}

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

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

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

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

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

.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: 1000px) and (max-width: 1339px) {

.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: 1340px) {

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

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

.pc-only {
		display: none !important
}
	}

.sp-only {
	display: none !important;
}

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

.sp-only {
		display: block !important
}
	}

#bge-content .pc-only, #bge-content .sp-only {
		display: block !important;
	}

#bge-content .pc-only[data-bgb="button2"], #bge-content .pc-only[data-bgb="button3"], #bge-content .pc-only[data-bgb="download-file2"], #bge-content .pc-only[data-bgb="download-file3"], #bge-content .sp-only[data-bgb="button2"], #bge-content .sp-only[data-bgb="button3"], #bge-content .sp-only[data-bgb="download-file2"], #bge-content .sp-only[data-bgb="download-file3"] {
			display: -webkit-box !important;
			display: -ms-flexbox !important;
			display: flex !important;
		}
