/**!
 * rev. 2019-08-30
 * 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 v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

b, strong {
  font-weight: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio, video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details, menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

:root {
	font-size: 62.5%;
}

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

*::selection {
		background-color: rgb(249, 141, 1);
	}

body {
	color: #333;
	font-family: "YuGothic", "YuGothicM", "メイリオ", 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;
}

button {
	border-radius: 0;
}

.c-page-home {
	font-size: 1.6rem;
	position: relative;
}

@media (max-width: 767px) {

.c-page-home {
		font-size: 1.2rem
}
	}

@media (min-width: 768px) {
		.c-page-home a[href^="tel:"] {
			pointer-events: none;
			display: inline-block;
		}
	}

.c-page-home ul {
		padding: 0;
	}

.c-page-home img {
		height: auto;
		width: auto;
	}

@media (max-width: 767px) {

.c-page-home img {
			height: auto;
			max-width: 100%;
			width: auto
	}
		}

.c-page-home h2 {
		color: #333;
		font-family: "Noto Sans Japanese", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
		font-size: 3.125em;
		font-weight: bold;
		letter-spacing: .6px;
		line-height: 1.4;
		margin-top: 0;
		text-align: center;
	}

@media (max-width: 767px) {

.c-page-home h2 {
			font-size: 2.5em;
			padding: 0 20px
	}
		}

.c-page-home h2 span {
			font-family: "Montserrat", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
			font-size: 0.4em;
			color: #f78c01;
			display: block;
		}

.c-page-home h3 {
		font-family: "Noto Sans Japanese", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
	}

.c-page-home__btn {
		bottom: 0;
		left: 0;
		line-height: 1.7 !important;
		margin: 0 auto;
		position: absolute;
		right: 0;
		text-align: center;
		-webkit-transform: translateY(50%);
		        transform: translateY(50%);
		width: 392px;
	}

@media (max-width: 767px) {

.c-page-home__btn {
			width: 60vw
	}
		}

.c-page-home__btn a {
			border-radius: 40px;
			color: #fff;
			display: block;
			font-size: 1.5em;
			padding: 8px;
			position: relative;
			text-decoration: none;
			width: 100%;
			-webkit-transition: 300ms;
			transition: 300ms;
		}

.c-page-home__btn a:hover {
				-webkit-box-shadow: 0 5px 0 0 #bfbfbf;
				        box-shadow: 0 5px 0 0 #bfbfbf;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

.c-page-home__btn a::before {
				background: url("../img/icon-new-window.png") no-repeat;
				content: "";
				height: 20px;
				position: absolute;
				right: 36px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				width: 20px;
			}

@media (max-width: 767px) {

.c-page-home__btn a::before {
					background-size: 14px auto;
					height: 14px;
					right: 5vw;
					width: 14px
			}
				}

.c-page-home__health {
		margin: 0 auto;
		text-align: center;
		padding: 84px 40px;
		width: 1200px;
	}

@media (max-width: 767px) {

.c-page-home__health {
			padding: 42px 0 0;
			width: 100%
	}
		}

.c-page-home__health-detail {
			border: 20px solid #fff8ef;
			margin: 100px auto 0;
			position: relative;
		}

@media (max-width: 767px) {

.c-page-home__health-detail {
				border: 12px solid #fff8ef;
				margin: 80px auto 0
		}
			}

.c-page-home__health-detail::before {
				background: url("../img/bg-health.png") no-repeat;
				content: "";
				left: -114px;
				height: 490px;
				position: absolute;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				width: 94px;
			}

@media (max-width: 1199px) {

.c-page-home__health-detail::before {
					display: block
			}
				}

@media (max-width: 767px) {

.c-page-home__health-detail::before {
					background-size: 15.625vw auto;
					left: 0;
					height: 85.9375vw;
					top: 50%;
					-webkit-transform: rotate(180deg) translateY(50%);
					        transform: rotate(180deg) translateY(50%);
					width: 15.625vw
			}
				}

.c-page-home__health-itoaguri {
			margin: 0 auto;
			text-align: left;
			position: relative;
			width: 100%;
		}

@media (max-width: 767px) {

.c-page-home__health-itoaguri {
				text-align: center
		}
			}

.c-page-home__health-itoaguri img {
				margin: -80px 0 0 40px;
			}

@media (max-width: 767px) {

.c-page-home__health-itoaguri img {
					margin: -60px auto 0;
					width: 85.625vw
			}
				}

.c-page-home__health-itoaguri-text {
				background: rgba(255, 255, 255, .95);
				content: "";
				height: auto;
				min-height: 489px;
				padding: 40px 44px;
				position: absolute;
				right: 36px;
				top: -20px;
				width: 47.2%;
			}

@media (max-width: 767px) {

.c-page-home__health-itoaguri-text {
					left: 0;
					margin: 0 auto;
					min-height: initial;
					padding: 20px 22px;
					position: relative;
					right: 0;
					text-align: left;
					top: -30px;
					width: 76.25vw
			}
				}

.c-page-home__health-itoaguri-subtitle {
				display: block;
				font-size: 1.25em;
				font-weight: bold;
				margin: 0;
				overflow: hidden;
				position: relative;
			}

@media (max-width: 767px) {

.c-page-home__health-itoaguri-subtitle {
					font-size: 1.08333em
			}
				}

.c-page-home__health-itoaguri-subtitle span {
					position: relative;
					display: inline-block;
					margin: 0 2.5em 0 0;
					padding: 0 1em 0 0;
					text-align: left;
				}

.c-page-home__health-itoaguri-subtitle span strong:nth-child(1) {
							-webkit-text-emphasis: filled dot #fd712d;
							        text-emphasis: filled dot #fd712d;
						}

.c-page-home__health-itoaguri-subtitle span strong:nth-child(2) {
							-webkit-text-emphasis: filled dot #2fb75f;
							        text-emphasis: filled dot #2fb75f;
						}

.c-page-home__health-itoaguri-subtitle span::before {
						position: absolute;
						top: 50%;
						content: "";
						width: 200%;
						height: 1px;
						left: 100%;
						background-color: #f78c01;
					}

.c-page-home__health-product {
			margin: 200px auto 0;
			text-align: right;
			position: relative;
			width: 100%;
		}

@media (max-width: 767px) {

.c-page-home__health-product {
				margin: 28px auto 0;
				text-align: center
		}
			}

.c-page-home__health-product img {
				margin: 0 40px -72px 0;
			}

@media (max-width: 767px) {

.c-page-home__health-product img {
					margin: 0;
					width: 85.625vw
			}
				}

.c-page-home__health-product-text {
				background: rgba(255, 255, 255, .95);
				content: "";
				height: auto;
				min-height: 450px;
				padding: 56px 44px 60px;
				position: absolute;
				left: 10px;
				top: 45px;
				width: 47.2%;
			}

@media (max-width: 767px) {

.c-page-home__health-product-text {
					left: 0;
					margin: 0 auto;
					min-height: initial;
					padding: 20px 15px 0;
					position: relative;
					right: 0;
					top: -30px;
					width: 76.25vw
			}
				}

.c-page-home__health-product-text p {
					text-align: left;
				}

.c-page-home__health-product-subtitle {
				display: block;
				font-size: 1.25em;
				font-weight: bold;
				margin: 0;
				overflow: hidden;
				position: relative;
				text-align: right !important;
			}

@media (max-width: 767px) {

.c-page-home__health-product-subtitle {
					font-size: 1.08333em;
					text-align: left !important
			}
				}

.c-page-home__health-product-subtitle span {
					position: relative;
					display: inline-block;
					margin: 0 0 0 2.5em;
					padding: 0 0 0 1em;
				}

@media (max-width: 767px) {

.c-page-home__health-product-subtitle span {
						margin: 0 2.5em 0 0;
						padding: 0 1em 0 0
				}
					}

.c-page-home__health-product-subtitle span::before {
						position: absolute;
						top: 50%;
						content: "";
						width: 200%;
						height: 1px;
						right: 100%;
						background-color: #f78c01;
					}

@media (max-width: 767px) {

.c-page-home__health-product-subtitle span::before {
							left: 100%
					}
						}

.c-page-home__health-product-subtitle span strong:nth-child(1) {
							-webkit-text-emphasis: filled dot #2fb75f;
							        text-emphasis: filled dot #2fb75f;
						}

.c-page-home__health-product-subtitle span strong:nth-child(2) {
							-webkit-text-emphasis: filled dot #38b7e0;
							        text-emphasis: filled dot #38b7e0;
						}

.c-page-home__health h2 span {
				color: #e65410;
			}

.c-page-home__health h3 {
			font-size: 2.25em;
			letter-spacing: .4px;
			line-height: 1.5;
			margin: 0 0 10px;
		}

@media (max-width: 767px) {

.c-page-home__health h3 {
				text-align: left
		}
			}

.c-page-home__health p {
			line-height: 2;
		}

.c-page-home__health img {
			border-radius: 8px;
		}

@media (max-width: 767px) {

.c-page-home__health-btn {
				padding-top: 20px
		}
			}

.c-page-home__health-btn a {
				background: #fd712d;
			}

.c-page-home__selfcare {
		margin: 0 auto;
		text-align: center;
		padding: 64px 40px 60px;
		width: 1200px;
	}

@media (max-width: 767px) {

.c-page-home__selfcare {
			padding: 8.125vw 0 0;
			width: 100%
	}
		}

.c-page-home__selfcare-detail {
			border: 20px solid #f2f9fe;
			margin: 112px auto 0;
			position: relative;
		}

@media (max-width: 767px) {

.c-page-home__selfcare-detail {
				border: 12px solid #f2f9fe;
				margin: 12.5vw auto 0
		}
			}

.c-page-home__selfcare-detail::before {
				background: url("../img/bg-selfcare.png") no-repeat;
				content: "";
				height: 456px;
				position: absolute;
				right: -116px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				width: 98px;
			}

@media (max-width: 1199px) {

.c-page-home__selfcare-detail::before {
					display: block
			}
				}

@media (max-width: 767px) {

.c-page-home__selfcare-detail::before {
					background-size: 15.625vw auto;
					left: -2px;
					height: 72.65625vw;
					width: 15.625vw
			}
				}

.c-page-home__selfcare-inner {
			margin: 0 auto;
			text-align: left;
			position: relative;
			width: 100%;
		}

@media (max-width: 767px) {

.c-page-home__selfcare-inner {
				text-align: center;
				padding-bottom: 12.5vw
		}
			}

.c-page-home__selfcare-inner img {
				margin: -84px 0 0 40px;
				padding-bottom: 76px;
			}

@media (max-width: 767px) {

.c-page-home__selfcare-inner img {
					margin: -12.5vw auto 0;
					padding-bottom: 0;
					width: 85.625vw
			}
				}

.c-page-home__selfcare-inner-text {
				background: rgba(255, 255, 255, .95);
				content: "";
				height: auto;
				padding: 60px 44px 80px;
				position: absolute;
				right: 24px;
				top: -20px;
				width: 47.2%;
			}

@media (max-width: 767px) {

.c-page-home__selfcare-inner-text {
					left: 0;
					margin: 0 auto;
					min-height: initial;
					padding: 20px 22px;
					position: relative;
					right: 0;
					text-align: left;
					top: -30px;
					width: 76.25vw
			}
				}

.c-page-home__selfcare-inner-subtitle {
				display: block;
				font-size: 1.25em;
				font-weight: bold;
				margin: 0;
				overflow: hidden;
				position: relative;
			}

@media (max-width: 767px) {

.c-page-home__selfcare-inner-subtitle {
					font-size: 1.08333em
			}
				}

.c-page-home__selfcare-inner-subtitle span {
					position: relative;
					display: inline-block;
					margin: 0 2.5em 0 0;
					padding: 0 1em 0 0;
					text-align: left;
				}

.c-page-home__selfcare-inner-subtitle span::before {
						position: absolute;
						top: 50%;
						content: "";
						width: 200%;
						height: 1px;
						left: 100%;
						background-color: #0d8edf;
					}

.c-page-home__selfcare h2 span {
				color: #0d8edf;
			}

.c-page-home__selfcare h3 {
			font-size: 2.25em;
			letter-spacing: .4px;
			line-height: 1.5;
			margin: 0 0 10px;
		}

@media (max-width: 575px) {

.c-page-home__selfcare h3 {
				font-size: 4.24242vw;
				text-align: left
		}
			}

@media (max-width: 767px) {

.c-page-home__selfcare h3 {
				font-size: 6.75vw;
				text-align: left
		}
			}

.c-page-home__selfcare p {
			line-height: 2;
		}

.c-page-home__selfcare img {
			border-radius: 8px;
		}

.c-page-home__selfcare-btn {
			bottom: 20px;
			-webkit-transform: translateY(0);
			        transform: translateY(0);
		}

@media (max-width: 767px) {

.c-page-home__selfcare-btn {
				bottom: 0;
				padding-top: 6.25vw;
				-webkit-transform: translateY(50%);
				        transform: translateY(50%)
		}
			}

.c-page-home__selfcare-btn a {
				background: #0d8edf;
			}

.c-page-home__parenting {
		margin: 0 auto;
		text-align: center;
		padding: 68px 40px 100px;
		width: 1200px;
	}

@media (max-width: 767px) {

.c-page-home__parenting {
			padding: 8.125vw 0 0;
			width: 100%
	}
		}

.c-page-home__parenting-detail {
			border: 20px solid #f6fdf3;
			margin: 100px auto 0;
			position: relative;
		}

@media (max-width: 767px) {

.c-page-home__parenting-detail {
				border: 10px solid #f6fdf3;
				margin: 12.5vw auto 0
		}
			}

.c-page-home__parenting-detail::before {
				background: url("../img/bg-parenting.png") no-repeat;
				content: "";
				height: 734px;
				position: absolute;
				right: -113px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				width: 98px;
			}

@media (max-width: 1199px) {

.c-page-home__parenting-detail::before {
					display: block
			}
				}

@media (max-width: 767px) {

.c-page-home__parenting-detail::before {
					background-size: 15vw auto;
					bottom: auto;
					height: 111.09375vw;
					right: -3px;
					width: 15vw
			}
				}

.c-page-home__parenting-hero img {
				border: 4px solid #eff0ef;
				border-radius: 8px;
				margin: -80px auto 0;
			}

@media (max-width: 767px) {

.c-page-home__parenting-hero img {
					border: 2px solid #eff0ef;
					position: relative;
					margin: -12.5vw auto 0;
					width: 85.625vw
			}
				}

.c-page-home__parenting-guideline {
			margin: 0 0 52px;
			position: relative;
		}

@media (max-width: 767px) {

.c-page-home__parenting-guideline {
				margin: 8.75vw auto 31.25vw
		}
			}

@media (max-width: 767px) {

.c-page-home__parenting-guideline img {
					width: 85.625vw
			}
				}

.c-page-home__parenting-text {
			text-align: left;
			padding: 10px 40px 32px;
		}

@media (max-width: 767px) {

.c-page-home__parenting-text {
				margin: 0 auto;
				padding: 1.5625vw 0 0;
				position: relative;
				width: 85.625vw
		}
			}

.c-page-home__parenting-text h3 {
				font-size: 2.25em;
				font-weight: bold;
				line-height: 1.7;
				margin: 0;
				overflow: hidden;
			}

.c-page-home__parenting-text h3 small {
					font-size: 0.52778em;
					position: relative;
					display: inline-block;
					margin: 0;
					padding: 0;
					text-align: left;
				}

.c-page-home__parenting-text p {
				font-size: 1.125em;
				line-height: 2;
			}

.c-page-home__parenting-subtitle {
			font-size: 0.61111em;
			font-family: "Montserrat", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
			color: #a9c2af;
			letter-spacing: .2px;
			margin-left: 12px;
			vertical-align: middle;
		}

@media (max-width: 767px) {

.c-page-home__parenting-subtitle {
				font-size: 0.44444em;
				display: block;
				margin-left: 0
		}
			}

.c-page-home__parenting h2 span {
				color: #10a517;
			}

.c-page-home__parenting-btn {
			bottom: -10px;
		}

@media (max-width: 767px) {

.c-page-home__parenting-btn {
				bottom: 0;
				padding-bottom: 9.6875vw;
				position: absolute;
				-webkit-transform: translateY(0);
				        transform: translateY(0)
		}
			}

.c-page-home__parenting-btn a {
				background: #199b1f;
			}

.c-page-home__group {
		background: url("../img/bg-group.png") left bottom no-repeat #f3f3f3;
		padding: 76px 40px;
		position: relative;
		min-width: 1200px;
	}

@media (max-width: 767px) {

.c-page-home__group {
			background: url("../img/bg-group-sp.png") left top -30px no-repeat #f3f3f3;
			background-size: 58.125vw auto;
			padding: 38px 7.1875vw 20px;
			min-width: 0
	}
		}

.c-page-home__group-lead {
			font-size: 1.5em;
			margin-bottom: 60px;
			text-align: center;
		}

@media (max-width: 767px) {

.c-page-home__group-lead {
				font-size: 1.33333em;
				margin-bottom: 20px
		}
			}

.c-page-home__group-lead strong {
				font-family: "Montserrat", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
				-webkit-text-emphasis: filled dot #f78c01;
				        text-emphasis: filled dot #f78c01;
			}

.c-page-home__group-mvp {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			list-style: none;
			margin: 0 auto 72px;
			width: 1028px;
		}

@media (max-width: 767px) {

.c-page-home__group-mvp {
				display: block;
				margin: 0 auto 36px;
				width: 100%
		}
			}

.c-page-home__group-mvp li {
				background: #fff;
				border-radius: 8px;
				margin: 0 14px;
				padding: 60px 32px 30px;
				position: relative;
				width: calc(33.33333% - 28px);
			}

@media (max-width: 767px) {

.c-page-home__group-mvp li {
					margin: 0 0 20px;
					width: auto
			}
				}

.c-page-home__group-mvp li::before {
					background: #f78c01;
					content: "";
					height: 6px;
					left: 0;
					margin: 0 auto;
					right: 0;
					top: 0;
					position: absolute;
					width: 33%;
				}

.c-page-home__group-mvp li::after {
					content: "";
					left: 0;
					margin: 0 auto;
					position: absolute;
					right: 0;
					top: 32px;
				}

.c-page-home__group-mvp li[data-list="mission"]::after {
						background: url("../img/icon-mission.png") no-repeat;
						height: 48px;
						width: 63px;
					}

.c-page-home__group-mvp li[data-list="vision"]::after {
						background: url("../img/icon-vision.png") no-repeat;
						height: 48px;
						width: 37px;
					}

.c-page-home__group-mvp li[data-list="passion"]::after {
						background: url("../img/icon-passion.png") no-repeat;
						height: 43px;
						width: 42px;
					}

.c-page-home__group-mvp li > ul {
					list-style: none;
					margin: 0;
				}

.c-page-home__group-mvp li > ul li {
						background: none;
						color: #233533;
						margin: 0;
						padding: 0 0 0 12px;
						width: auto;
					}

.c-page-home__group-mvp li > ul li::before {
							background: #f78c01;
							border-radius: 50%;
							content: "";
							display: inline-block;
							height: 5px;
							left: 0;
							margin: .6em 0 0 0;
							position: absolute;
							right: auto;
							width: 5px;
						}

.c-page-home__group-mvp li h3 {
					color: #233533;
					font-family: "Montserrat", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
					font-size: 1.5625em;
					font-weight: bold;
					text-align: center;
				}

.c-page-home__group-mvp li h3 span {
						color: #f78c01;
						display: block;
						font-size: 0.88em;
					}

.c-page-home__group-mvp li h3 span::before, .c-page-home__group-mvp li h3 span::after {
							content: none;
						}

.c-page-home__group-list {
			margin: 0 auto;
			text-align: center;
			width: 765px;
		}

@media (max-width: 767px) {

.c-page-home__group-list {
				width: 100%
		}
			}

.c-page-home__group-list-bnr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				list-style: none;
				margin: 0 auto;
			}

@media (max-width: 767px) {

.c-page-home__group-list-bnr {
					margin-left: -5px;
					width: calc(100% + 10px)
			}
				}

.c-page-home__group-list-bnr li {
					margin: 10px 0;
					padding: 0 10px;
					width: auto;
				}

@media (max-width: 767px) {

.c-page-home__group-list-bnr li {
						margin: 2px 0;
						padding: 0 5px;
						width: 50%
				}
					}

.c-page-home__group-list-bnr li:first-child {
						//width: 100%;
					}

.c-page-home__group-list-bnr li:first-child a {
							width: auto;
						}

.c-page-home__group-list-bnr li a {
						position: relative;
						display: inline-block;
						height: 100%;
						width: 100%;
					}

.c-page-home__group-list-bnr li a::after {
							content: "";
							display: block;
							position: absolute;
							bottom: 0;
							left: 0;
							width: 100%;
							height: 1px;
							background: #285ea2;
							-webkit-transform: scale(0, 1);
							        transform: scale(0, 1);
							-webkit-transform-origin: right top;
							        transform-origin: right top;
							-webkit-transition: -webkit-transform 300ms;
							transition: -webkit-transform 300ms;
							transition: transform 300ms;
							transition: transform 300ms, -webkit-transform 300ms;
						}

.c-page-home__group-list-bnr li a:hover::after {
							-webkit-transform: scale(1, 1);
							        transform: scale(1, 1);
							-webkit-transform-origin: left top;
							        transform-origin: left top;
						}

.c-page-home__group-list-bnr li a img {
							vertical-align: bottom;
						}

.c-page-home__group-list h3 {
				color: #285ea2;
				font-size: 2.25em;
				overflow: hidden;
				position: relative;
				text-align: center;
			}

.c-page-home__group-list h3 span {
					display: inline-block;
					padding: 0 .5em;
					position: relative;
				}

.c-page-home__group-list h3 span::before, .c-page-home__group-list h3 span::after {
						border-top: 1px solid #233533;
						content: "";
						position: absolute;
						top: 50%;
						width: 100px;
					}

.c-page-home__group-list h3 span::before {
						right: 100%;
					}

.c-page-home__group-list h3 span::after {
						left: 100%;
					}

.c-page-home__company {
		background: url("../img/bg-footer.png") right bottom no-repeat;
		margin: 0 auto;
		padding: 84px 82px 0;
		min-width: 1200px;
	}

@media (max-width: 767px) {

.c-page-home__company {
			background: url("../img/bg-footer.png") right -28px bottom no-repeat;
			background-size: 50%;
			padding: 40px 7.1875vw 20px;
			min-width: 0
	}
		}

.c-page-home__company h2 {
			margin: 0 0 40px;
		}

.c-page-home__company-overview {
			border-top: 1px solid #dbdbdb;
			font-size: 1.125em;
			margin: 0 auto 80px;
			width: 1000px;
		}

@media (max-width: 767px) {

.c-page-home__company-overview {
				margin: 0 auto 20px;
				width: 100%
		}
			}

.c-page-home__company-title {
			color: #fff;
			clear: both;
			float: left;
			padding: 16px 36px 16px 0;
			width: 28%;
		}

@media (max-width: 767px) {

.c-page-home__company-title {
				padding: 8px 14px 8px 0;
				width: 40%
		}
			}

.c-page-home__company-title span {
				background: #f78c01;
				border-radius: 24px;
				display: block;
				padding: 5px;
				text-align: center;
				width: 100%;
			}

@media (max-width: 767px) {

.c-page-home__company-title span {
					padding: 2px
			}
				}

.c-page-home__company-detail {
			margin-left: 28%;
			padding: 21px;
			position: relative;
			width: 72%;
		}

@media (max-width: 767px) {

.c-page-home__company-detail {
				margin-left: 40%;
				padding: 11.5px;
				width: 60%
		}
			}

.c-page-home__company-detail::before {
				background: #dbdbdb;
				bottom: 0;
				content: "";
				height: 1px;
				position: absolute;
				right: 0;
				width: 1000px;
			}

@media (max-width: 767px) {

.c-page-home__company-detail::before {
					width: 85.625vw
			}
				}

.c-page-home__company-detail br {
				display: none;
			}

@media (max-width: 767px) {

.c-page-home__company-detail br {
					display: block
			}
				}

.c-page-home__company-info {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			margin: 0 auto;
			padding-bottom: 100px;
			width: 1000px;
		}

@media (max-width: 767px) {

.c-page-home__company-info {
				width: 100%
		}
			}

.c-page-home__company-data {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			margin-bottom: 40px;
			width: 100%;
		}

.c-page-home__company-data dt {
				padding: 5px 5px 5px 20px;
				position: relative;
				width: 28%;
			}

@media (max-width: 767px) {

.c-page-home__company-data dt {
					padding: 5px 5px 5px 40px;
					width: 40%
			}
				}

.c-page-home__company-data dt::before {
					background: #f78c01;
					content: "";
					height: 3px;
					left: 0;
					position: absolute;
					top: 50%;
					-webkit-transform: translate(-50%);
					        transform: translate(-50%);
					width: 9px;
				}

@media (max-width: 767px) {

.c-page-home__company-data dt::before {
						left: 24px
				}
					}

.c-page-home__company-data dd {
				border-left: 1px solid #dbdbdb;
				margin: 0;
				padding: 5px 5px 5px 24px;
				width: 72%;
			}

@media (max-width: 767px) {

.c-page-home__company-data dd {
					width: 60%
			}
				}

.c-page-home__company-contact {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			font-family: "Montserrat", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
			font-size: 1.875em;
			font-weight: bold;
			margin-bottom: 40px;
			width: 100%;
		}

.c-page-home__company-contact-tel {
				background: url("../img/icon-tel.png") 0 0 no-repeat;
				background-size: 30px 30px;
			}

@media (max-width: 767px) {

.c-page-home__company-contact-tel {
					background: url("../img/icon-tel.png") 0 0 no-repeat;
					background-size: contain
			}
				}

.c-page-home__company-contact-fax {
				background: url("../img/icon-fax.png") 0 0 no-repeat;
				background-size: 30px 30px;
			}

@media (max-width: 767px) {

.c-page-home__company-contact-fax {
					background: url("../img/icon-fax.png") 0 0 no-repeat;
					background-size: contain
			}
				}

.c-page-home__company-contact dt {
				color: #f78c01;
				letter-spacing: .2px;
				line-height: 1;
				margin: 0 0 16px;
				padding-left: 40px;
				position: relative;
				width: 28%;
			}

@media (max-width: 767px) {

.c-page-home__company-contact dt {
					padding-left: 32px
			}
				}

.c-page-home__company-contact dd {
				line-height: 1;
				margin: 0 0 16px;
				width: 72%;
			}

.c-page-home__company-contact dd small {
					font-size: 0.6em;
					font-weight: normal;
				}

.c-page-home__company-contact dd a {
					color: #333;
					text-decoration: none;
				}

.c-page-home__company-text {
			width: 44.4%;
		}

@media (max-width: 767px) {

.c-page-home__company-text {
				width: 100%
		}
			}

.c-page-home__company-access {
			width: 55.6%;
			height: 0;
			padding-top: 35.6%;
			position: relative;
		}

@media (max-width: 767px) {

.c-page-home__company-access {
				width: 100%;
				padding-top: 73%
		}
			}

.c-page-home__company-access-map {
				height: 356px;
				width: 100%;
			}

@media (max-width: 767px) {

.c-page-home__company-access-map {
					height: 240px
			}
				}

.c-page-home__company-access iframe {
				border: none;
				height: 100%;
				top: 0;
				left: 0;
				position: absolute;
				width: 100%;
			}

.c-page-sub__content {
		width: 1200px;
		margin: 50px auto 80px;
	}

@media (max-width: 1260px) {

.c-page-sub__content {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	}

@media (max-width: 576px) {

.c-page-sub__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	}

.c-page-sub__content-title {
		margin-bottom: 50px;
	}

.c-page-sub__breadcrumb {
	}

.c-page-sub__content-detail {
		width: 992px;
		margin: 0 auto;
		padding: 26px 0 80px;
	}

@media (max-width: 1052px) {

.c-page-sub__content-detail {
		max-width: 1052px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%
	}
	}

@media (max-width: 576px) {

.c-page-sub__content-detail {
			padding: 26px 0 80px
	}
		}

.c-header {
	border-top: 4px solid #fca903;
	padding: 16px 0 8px;
	min-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 767px) {

.c-header {
		min-width: 0;
		padding: 8px 0 4px
}
	}

.c-header__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0 auto;
		width: 1120px;
	}

@media (max-width: 767px) {

.c-header__body {
			width: 100%
	}
		}

.c-header__title {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		padding-left: 60px;
	}

@media (max-width: 767px) {

.c-header__title {
			padding-left: 12px;
			width: 23.75vw
	}
		}

.c-header__button {
		display: none;
	}

@media (max-width: 767px) {

.c-header__button {
			display: block
	}
		}

.c-header__button[data-menu-status="open"] button::before {
					-webkit-transform: rotate(408deg);
					        transform: rotate(408deg);
					background: #fff;
				}

.c-header__button[data-menu-status="open"] button::after {
					width: 24px;
					-webkit-transform: rotate(-408deg);
					        transform: rotate(-408deg);
					background: #fff;
				}

.c-header__button[data-menu-status="open"] button span {
					-webkit-transform: scale(0, 0);
					        transform: scale(0, 0);
					background: #fff;
				}

.c-header__button button {
			border: none;
			background: none;
			position: 0;
			margin-right: calc(4vw - 7px);
		}

.c-header__button button::before, .c-header__button button::after {
				display: block;
				content: " ";
				height: 3px;
				background: #fca903;
				-webkit-transform-origin: 0 50%;
				        transform-origin: 0 50%;
				border-radius: 3px;
			}

.c-header__button button::before {
				-webkit-transform: rotate(0);
				        transform: rotate(0);
				-webkit-transition: -webkit-transform 700ms;
				transition: -webkit-transform 700ms;
				transition: transform 700ms;
				transition: transform 700ms, -webkit-transform 700ms;
			}

.c-header__button button::after {
				-webkit-transform: rotate(0);
				        transform: rotate(0);
				-webkit-transition: width 500ms, -webkit-transform 700ms;
				transition: width 500ms, -webkit-transform 700ms;
				transition: width 500ms, transform 700ms;
				transition: width 500ms, transform 700ms, -webkit-transform 700ms;
			}

.c-header__button button span {
				display: block;
				margin: 6px 0;
				width: 24px;
				height: 3px;
				background: #fca903;
				-webkit-transform: scale(1, 1);
				        transform: scale(1, 1);
				-webkit-transition: -webkit-transform 300ms;
				transition: -webkit-transform 300ms;
				transition: transform 300ms;
				transition: transform 300ms, -webkit-transform 300ms;
				border-radius: 3px;
			}

.c-header__site-name {
		margin: 0;
	}

.c-header__site-name > a {
			color: #f78c01;
			display: block;
			text-decoration: none;
		}

.c-header__site-name > a:hover {
				opacity: .6;
			}

.c-header__description {
		margin: 0;
	}

.c-header__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

#ToolBar {
	opacity: .2;
	-webkit-transition: 300ms;
	transition: 300ms;
}

#ToolBar:hover {
		opacity: 1;
	}

.c-footer {
	color: #333;
}

.c-footer__pagetop {
		display: none;
		background: #fff;
		bottom: 72px;
		border: 8px solid #fca903;
		border-radius: 50%;
		height: 120px;
		margin: auto;
		position: fixed;
		right: 50px;
		text-align: center;
		width: 120px;
	}

@media (max-width: 767px) {

.c-footer__pagetop {
			bottom: 60px;
			border: 4px solid #fca903;
			height: 20.625vw;
			right: 10px;
			width: 20.625vw
	}
		}

.c-footer__pagetop a {
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			background: url("../img/icon-arrow-top.png") top center no-repeat;
			color: #fca903;
			display: block;
			font-family: "Montserrat", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
			font-size: 1.375em;
			margin-top: 50%;
			padding-top: 20px;
			text-decoration: none;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
		}

.c-footer__body {
		margin: 0 auto;
		position: relative;
		width: 100%;
		min-width: 1200px;
	}

@media (max-width: 767px) {

.c-footer__body {
			min-width: 0
	}
		}

.c-footer__copyright {
		border-top: 1px solid #dbdbdb;
		font-size: 0.875em;
		display: block;
		line-height: 1.5;
		padding: 16px 0;
		text-align: center;
	}

.c-nav-global {
	font-family: "Noto Sans Japanese", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
	position: relative;
	width: 64%;
}

@media (max-width: 767px) {

.c-nav-global {
		position: fixed;
		top: 56px;
		width: 100%;
		height: 100vh;
		z-index: 9999;
		overflow: hidden
}

		.c-nav-global::after {
			display: block;
			content: " ";
			width: 100vw;
			height: 100vh;
			position: fixed;
			top: 56px;
			background: url("../img/bg-repeat-02@2x.png") left top;
			background-size: 12px;
			opacity: .7;
		}
	}

.c-nav-global__body {
		margin: 0 auto;
	}

@media (max-width: 767px) {

.c-nav-global__body {
			position: relative;
			background: #fff;
			z-index: 10000
	}
		}

.c-nav-global__list {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		font-weight: bold;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		letter-spacing: .2px;
		list-style: none;
		margin: 0;
		padding: 0 40px 0 0;
	}

@media (max-width: 767px) {

.c-nav-global__list {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column
	}
		}

.c-nav-global__item {
		display: block;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		padding-bottom: 22px;
	}

@media (max-width: 767px) {

.c-nav-global__item {
			border-top: 2px solid #bfbfbf;
			padding-bottom: 0
	}
		}

.c-nav-global__item > a {
			color: #333;
			display: block;
			position: relative;
			text-align: center;
			text-decoration: none;
			width: 100%;
		}

@media (max-width: 767px) {

.c-nav-global__item > a {
				padding: 4vw 8vw
		}
			}

.c-nav-global__item > a:hover::before {
					bottom: -20px;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

@media (max-width: 767px) {

.c-nav-global__item > a:hover::before {
						bottom: calc(50% - 3px)
				}
					}

.c-nav-global__item > a::before {
				border-top: 2px solid #f78c01;
				border-right: 2px solid #f78c01;
				bottom: -14px;
				content: "";
				display: block;
				height: 10px;
				left: 0;
				margin: 0 auto;
				position: absolute;
				right: 0;
				-webkit-transform: rotate(135deg);
				        transform: rotate(135deg);
				width: 10px;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

@media (max-width: 767px) {

.c-nav-global__item > a::before {
					border-color: #fff;
					bottom: calc(50% - 3px);
					right: calc(4vw + 5px);
					left: auto;
					margin: 0;
					height: 7px;
					width: 7px;
					z-index: 10000
			}
				}

.c-nav-global__item > a::after {
				display: block;
				content: " ";
				position: absolute;
				top: calc(50% - 8px);
				right: 4vw;
				width: 17px;
				height: 17px;
				background: #fd712d;
				border-radius: 50%;
			}

@media (min-width: 768px) {

.c-nav-global__item > a::after {
					display: none
			}
				}

.c-nav-global__close {
		display: none;
		width: 100%;
		line-height: 0;
	}

@media (max-width: 767px) {

.c-nav-global__close {
			display: block
	}
		}

.c-nav-global__close button {
			width: 100%;
			padding: 3vw 6vw;
			color: #fff;
			font-size: 1.4rem;
			letter-spacing: .05em;
			border: none;
			background: #fca903;
		}

.c-nav-global__close button span {
				display: block;
				position: relative;
			}

.c-nav-global__close button span::before, .c-nav-global__close button span::after {
					display: block;
					content: "";
					position: absolute;
					top: calc(50% - 3px);
					width: 32px;
					height: 6px;
					background: #fff;
					border-radius: 3px;
					-webkit-transform-origin: (.5, .5);
					        transform-origin: (.5, .5);
				}

.c-nav-global__close button span::before {
					left: calc(50% - 64px);
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

.c-nav-global__close button span::after {
					left: calc(50% - 64px);
					-webkit-transform: rotate(-45deg);
					        transform: rotate(-45deg);
				}

[menu-open="true"] + .c-nav-global {
		display: block;
	}

@media (max-width: 767px) {

[menu-open="close"] + .c-nav-global {
			display: none
	}
		}

.c-nav-local {
}

.c-nav-sitemap {
	background-color: rgb(0, 0, 0);
	padding: 30px 0;
}

@media (max-width: 575px) {

.c-nav-sitemap {
		padding: 0
}
	}

.c-nav-sitemap ul[data-sitemap-level="1"], .c-nav-sitemap ul[data-sitemap-level="2"], .c-nav-sitemap ul[data-sitemap-level="3"] {
		margin: 0;
	}

.c-nav-sitemap li[data-sitemap-level="1"], .c-nav-sitemap li[data-sitemap-level="2"], .c-nav-sitemap li[data-sitemap-level="3"] {
		display: block;
		margin: 0;
		padding: 0;
	}

.c-nav-sitemap a {
		color: #fff;
		display: block;
		text-decoration: none;
		padding-left: 30px;
	}

@media (max-width: 575px) {

.c-nav-sitemap a {
			padding: 20px 20px
	}
		}

.c-nav-sitemap a:hover {
			opacity: .7;
		}

.c-nav-sitemap a::before {
			content: "";
			display: inline-block;
			vertical-align: middle;
			margin: 0 15px 0 -20px;
			width: 8px;
			height: 8px;
			border: 1px solid transparent;
			border-radius: 50%;
			background: #f78c01;
		}

@media (max-width: 575px) {

.c-nav-sitemap a::before {
				display: none;
				margin: 0
		}
			}

.c-nav-sitemap__body {
		background-color: rgb(0, 0, 0);
		margin: 0 auto;
		overflow: hidden;
		max-width: 1200px;
	}

@media (max-width: 991px) {

.c-nav-sitemap__body {
			max-width: 100%
	}
		}

.c-nav-sitemap ul[data-sitemap-level="1"] {
		-webkit-column-count: 4;
		        column-count: 4;
		padding: 0;
	}

@media (max-width: 576px) {

.c-nav-sitemap ul[data-sitemap-level="1"] {
			-webkit-column-count: 1;
			        column-count: 1
	}
		}

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

.c-nav-sitemap ul[data-sitemap-level="1"] {
			-webkit-column-count: 2;
			        column-count: 2
	}
		}

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

.c-nav-sitemap ul[data-sitemap-level="1"] {
			-webkit-column-count: 3;
			        column-count: 3
	}
		}

.c-nav-sitemap li[data-sitemap-level="1"] {
		-webkit-column-break-inside: avoid;
		        break-inside: avoid-column;
		display: inline-block;
		margin: 0 0 1em;
		width: 100%;
	}

@media (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="1"] {
			margin: 0
	}
		}

@media (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="1"] a {
				border-bottom: 2px solid rgb(5, 3, 0);
				margin: 0
		}

				.c-nav-sitemap li[data-sitemap-level="1"] a ::before {
					display: none;
					margin: 0;
				}
			}

.c-nav-sitemap ul[data-sitemap-level="2"] {
		padding: 0 0 0 1em;
	}

@media (max-width: 575px) {

.c-nav-sitemap ul[data-sitemap-level="2"] {
			padding: 0
	}
		}

.c-nav-sitemap li[data-sitemap-level="2"] {
		margin: 0 0 .5em;
	}

@media (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="2"] {
			margin: 0
	}
		}

@media (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="2"] a {
				border-bottom: 1px solid rgb(0, 0, 0);
				padding: 15px 20px;
				color: #333
		}
			}

.c-nav-sitemap li[data-sitemap-level="2"] a::before {
				background: rgb(249, 141, 1);
			}

@media (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="2"] a::before {
					display: none;
					margin: 0
			}
				}

.c-nav-sitemap ul[data-sitemap-level="3"] {
		padding: 0 0 0 1em;
	}

@media (max-width: 575px) {

.c-nav-sitemap ul[data-sitemap-level="3"] {
			padding: 0
	}
		}

@media (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="3"] a {
				padding: 10px 20px;
				color: #333
		}
			}

.c-nav-sitemap li[data-sitemap-level="3"] a::before {
				border: 1px solid rgb(5, 3, 0);
				background: rgb(5, 3, 0);
			}

@media (max-width: 575px) {

.c-nav-sitemap li[data-sitemap-level="3"] a::before {
					display: none;
					margin: 0
			}
				}

.c-nav-breadcrumb {
	font-size: 1.6rem;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 991px) {

.c-nav-breadcrumb {
		display: none
}
	}

.c-nav-breadcrumb ol {
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.c-nav-breadcrumb ol > li {
			list-style: none;
			font-size: 0.875em;
		}

.c-nav-breadcrumb ol > li:last-child a ::after {
					display: none;
				}

.c-nav-breadcrumb a {
		color: #fca903;
		display: inline-block;
		text-decoration: underline;
	}

.c-nav-breadcrumb a ::after {
			content: " > ";
			display: inline-block;
			margin: 0 15px 0 20px;
			color: rgb(0, 0, 0);
		}

.c-nav-breadcrumb__item {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

.c-nav-breadcrumb__item[data-breadcrumb="current"] a {
			text-decoration: none;
		}

.c-list-banner {
	padding: 30px 0;
}

.c-list-banner__body {
		width: 1200px;
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}

@media (max-width: 1260px) {

.c-list-banner__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%
	}
	}

@media (max-width: 576px) {

.c-list-banner__body {
		padding-left: 20px;
		padding-right: 20px
	}
	}

.c-list-banner__body > ul {
			padding: 0;
			text-align: center;
			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;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

.c-list-banner__body > ul > li {
				list-style: none;
				margin: 0 10px;
			}

@media (max-width: 767px) {

.c-list-banner__body > ul > li {
					width: 100%;
					margin-bottom: 10px
			}
				}

.c-list-banner__body > ul > li > a {
					text-decoration: none;
					display: block;
				}

.c-list-banner__body > ul > li > a:hover {
						opacity: .7;
					}

@media (max-width: 575px) {

.c-list-banner__body > ul > li > a > img {
							width: 100%
					}
						}

.c-list-category {
	font-size: 1.2rem;
}

@media (max-width: 576px) {

.c-list-category {
		display: none
}
	}

.c-list-category ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style: none;
		margin: 0 auto 50px;
		padding: 0;
	}

.c-list-category li {
		list-style: none;
		margin: 0 10px;
		padding: 0;
	}

.c-list-category a {
		background: #adb5b4;
		color: #333;
		font-weight: bold;
		border: 1px solid transparent;
		border-radius: 5px;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}

.c-list-tag {
	font-size: 1rem;
}

@media (max-width: 576px) {

.c-list-tag {
		display: none
}
	}

.c-list-tag ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		list-style: none;
		margin: 0 0 26px;
		padding: 0;
	}

.c-list-tag li {
		list-style: none;
		margin: 0 .3em;
		padding: 0;
	}

.c-list-tag a {
		background: #f78c01;
		color: #fff;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}

.c-title-page {
	font-size: 1.6rem;
}

.c-title-page h1 {
		text-align: left;
		padding: 15px 25px;
		background: #f78c01;
		color: #fff;
		border: 1px solid transparent;
		border-radius: 5px;
		margin-bottom: 30px;
		font-size: 1.75em;
	}

.c-hero {
	height: auto;
	max-width: 100%;
	position: relative;
	text-align: center;
	width: 100%;
	min-width: 1200px;
}

@media (max-width: 767px) {

.c-hero {
		min-width: 0
}
	}

.c-hero img {
		height: auto;
		width: 100%;
	}

.c-hero__scroll {
		bottom: 0;
		font-size: 1.25em;
		font-family: "Montserrat", sans-serif, "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		-webkit-transform: translateY(30%);
		        transform: translateY(30%);
		width: 200px;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

.c-hero__scroll:hover {
			-webkit-transform: translateY(40%);
			        transform: translateY(40%);
			-webkit-transition: 300ms;
			transition: 300ms;
		}

.c-hero__scroll a {
			background: url("../img/icon-arrow-down.png") bottom center no-repeat;
			color: #333;
			display: block;
			height: auto;
			min-height: 59px;
			padding: 0 0 0 80px;
			position: relative;
			text-decoration: none;
		}

.c-pagination {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 4rem;
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 576px) {

.c-pagination {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between
}
	}

.c-pagination a {
		background: none;
		color: currentColor;
		text-decoration: none;
		font-size: 0.88889em;
	}

.c-pagination__prev a, .c-pagination__next a {
			border: 1px solid #dbdbdb;
			display: inline-block;
			vertical-align: middle;
			overflow: hidden;
			padding: 0 10px;
			position: relative;
		}

.c-pagination__prev a[data-disabled="true"], .c-pagination__next a[data-disabled="true"] {
				opacity: .3;
				pointer-events: none;
			}

.c-pagination__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

.c-pagination__prev ::before {
			content: "<";
			font-size: 0.77778em;
			display: inline-block;
			vertical-align: middle;
			color: #333;
			padding-right: 5px;
		}

.c-pagination__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

.c-pagination__next ::after {
			content: "＞";
			font-size: 0.77778em;
			display: inline-block;
			vertical-align: middle;
			color: #333;
			padding-left: 5px;
		}

.c-pagination__numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: bold;
		list-style: none;
		margin: 0 30px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
	}

@media (max-width: 576px) {

.c-pagination__numbers {
			display: none
	}
		}

.c-pagination__number {
		display: block;
		list-style: none;
		margin: 0 .5em;
	}

.c-pagination__number:hover {
			padding-bottom: 2px;
			border-bottom: 2px solid #f78c01;
		}

.c-pagination__number--current {
			border-bottom: 2px solid #f78c01;
		}

.c-pagination__number--current:hover {
				padding-bottom: 0;
			}

.c-pagination__number a {
			display: block;
			padding: 0 .3em;
			text-align: center;
		}

.c-pagination__number a::after {
				display: none;
			}

.c-card {
	font-size: 1.6rem;
	border: 1px solid #dbdbdb;
	height: 100%;
	outline: 2px solid transparent;
	overflow: hidden;
	position: relative;
	-webkit-transition: outline 300ms;
	transition: outline 300ms;
}

.c-card:hover {
		border: 1px solid rgb(249, 141, 1);
		outline: 2px solid rgb(249, 141, 1);
	}

.c-card[data-is-new="true"]::before {
			background: #f78c01;
			color: #fff;
			content: "new";
			display: block;
			font-size: 0.875em;
			font-weight: bold;
			height: 74px;
			left: -38px;
			padding: 50px 0 0;
			position: absolute;
			text-align: center;
			top: -38px;
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
			width: 74px;
			z-index: 1;
		}

.c-card > a {
		color: currentColor;
		height: 100%;
		text-decoration: none;
	}

.c-card__img {
		background: #adb5b4;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		height: 0;
		overflow: hidden;
		padding-top: 56.25%;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}

.c-card__img img {
			display: block;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {

.c-card__img img {
				height: 100%;
				-o-object-fit: cover;
				   font-family: "object-fit:cover;object-position:center top";
				   object-fit: cover;
				-o-object-position: center top;
				   object-position: center top
		}
			}

.c-card__header {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		padding: 0 22px;
	}

.c-card__body {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
		font-size: 0.875em;
		padding: 10px 22px 30px;
	}

.c-card__title {
		font-size: 1.25em;
		margin: 0 auto;
		padding: 0;
		color: #199b1f;
	}

.c-card__meta {
	}

.c-card__time {
		display: none;
	}

.c-card__category {
	}

.c-card__tags ul {
			list-style: none;
			margin: 0 auto;
			padding: 0;
		}

.c-card__tag-item {
		display: inline-block;
		font-size: 0.75em;
		list-style: none;
		margin: 0;
		padding: 0;
	}

.c-card__tag-item span {
			background: rgb(5, 3, 0);
			color: #fff;
			display: block;
			padding: 3px 15px;
		}

.c-card__author {
		display: none;
	}

.c-card__description {
		margin: 0;
		padding: 0;
	}

.c-card__description p {
			margin: 0;
			padding: 0;
		}

.c-content-index {
	padding-bottom: 60px;
}

.c-content-index__body {
		width: 1200px;
		margin: 0 auto;
	}

@media (max-width: 1260px) {

.c-content-index__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	}

@media (max-width: 576px) {

.c-content-index__body {
		padding-left: 20px;
		padding-right: 20px;
	}
	}

.c-content-index__card-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

.c-content-index__card-item {
		-ms-flex-preferred-size: calc(33.33333% - 21px);
		    flex-basis: calc(33.33333% - 21px);
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 40px;
		margin-right: 30px;
	}

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

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(33.33333% - 11px);
			    flex-basis: calc(33.33333% - 11px);
			margin-bottom: 20px;
			margin-right: 15px
	}
		}

@media (max-width: 576px) {

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(100% - 1px);
			    flex-basis: calc(100% - 1px);
			margin-bottom: 30px;
			margin-right: 0
	}
		}

.c-content-index__card-item:nth-child(3n) {
			margin-right: 0;
		}

.bge-contents, .c-content-main {
	font-size: 1.6rem;
	line-height: 2;
}

@media (max-width: 576px) {

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

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

.bge-contents h2, .c-content-main h2 {
		font-size: 1.5em;
		line-height: 2;
		margin: 1em 0 25px;
		padding: 5px 25px;
		background: url("../img/bg-repeat-01.gif");
		color: #333;
		border-bottom: 4px solid #f78c01;
	}

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

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

.bge-contents h3, .c-content-main h3 {
		font-size: 1.375em;
		line-height: 2;
		margin: 1em 0 20px;
		padding-left: 20px;
		border-left: 5px solid #f78c01;
	}

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

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

.bge-contents h4, .c-content-main h4 {
		font-size: 1.1875em;
		line-height: 2;
		margin: 1em 0 20px;
		padding: 5px 25px;
	}

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

.bge-contents h5, .c-content-main h5 {
		font-size: 1.125em;
		color: #199b1f;
		line-height: 2;
		margin: 1em 0;
	}

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

.bge-contents h6, .c-content-main h6 {
		font-size: 1.125em;
		line-height: 2;
		margin: 1em 0;
	}

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

.bge-contents ul, .c-content-main ul {
		padding-left: 20px;
	}

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

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: inline-block;
				vertical-align: middle;
				margin: 0 15px 0 -20px;
				width: 8px;
				height: 8px;
				border: 1px solid transparent;
				border-radius: 50%;
				background: #f78c01;
			}

.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				background: rgb(249, 141, 1);
			}

.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
					background: rgb(5, 3, 0);
				}

.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin-left: 2em;
		}

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

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

.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) ". ";
				counter-increment: content-main-ol-default;
				color: rgb(249, 141, 1);
				font-weight: bold;
			}

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin-left: 2em;
		}

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

@media (max-width: 576px) {

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

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

@media (max-width: 576px) {

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

@media (max-width: 576px) {

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

@media (max-width: 576px) {

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

@media (max-width: 576px) {

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

@media (max-width: 576px) {

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

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 1.3em 1.7em;
		color: #333;
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
	}

@media (max-width: 576px) {

.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 {
		background: #adb5b4;
		text-align: left;
	}

@media (max-width: 576px) {

.bge-contents th, .c-content-main th {
			padding: 10px 4% 10px 6%
	}
		}

@media (max-width: 576px) {

.bge-contents td, .c-content-main td {
			padding: 10px 4% 20px 6%
	}
		}

.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: #f3f3f3;
		margin: 0 0 0 2em;
		padding: 1em 2em;
		position: relative;
	}

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

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

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

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

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

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

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

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
			border: 1px solid #dbdbdb;
			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 textarea, .c-content-main textarea {
		border: 1px solid #dbdbdb;
		font-size: 1.6rem;
		padding: .3em;
		width: 100%;
	}

.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 table.form_input th.required ::after, .c-content-main table.form_input th.required ::after {
				content: "*";
				display: inline-block;
				font-size: 1em;
				color: #ad1313;
				margin-left: 10px;
			}

.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 #dbdbdb;
			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 .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}

.bge-contents .btn-group button, .c-content-main .btn-group button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: rgb(0, 0, 0);
			color: #fff;
			padding: 15px 20px;
			text-align: center;
			min-width: 150px;
			cursor: pointer;
			border: 1px solid transparent;
			border-radius: 5px;
		}

.bge-contents .btn-group button:hover, .c-content-main .btn-group button:hover {
				opacity: .7;
			}

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			background: rgb(5, 3, 0);
		}

.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 (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

@media (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 (min-width: 576px) and (max-width: 767px) {

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

@media (max-width: 576px) {

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

@media (max-width: 576px) {

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

@media (max-width: 576px) {

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

@media (max-width: 576px) {

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #f78c01;
		border: none;
		color: #fff;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 2;
		min-width: 15em;
		padding: 1em 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
	}

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

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

.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
			border: 2px solid currentColor;
			border-width: 2px 2px 0 0;
			content: "";
			display: block;
			height: 10px;
			margin-top: -5px;
			position: absolute;
			right: .7em;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

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

.bge-contents [data-bgt-button-kind="em"] .bgt-btn, .c-content-main [data-bgt-button-kind="em"] .bgt-btn {
		background: rgb(249, 141, 1);
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn span::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn span::after {
				display: inline-block;
				font-family: icons;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				line-height: 1;
				speak: none;
				text-align: left;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none;
				vertical-align: middle;
				white-space: nowrap;
				font-family: FontAwesome;
				content: "\f08e";
				font-size: 1em;
				margin-left: .5em;
				vertical-align: middle;
			}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::before {
			background: none;
			border: 2px solid currentColor;
			border-width: 0 0 2px 2px;
			content: "";
			display: block;
			height: 10px;
			left: .7em;
			margin-top: -5px;
			position: absolute;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

.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: 2px dashed currentColor;
	}

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

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

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

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #f78c01;
		border: none;
		color: #fff;
		display: inline-block;
		font-size: 1.0625em;
		line-height: 2;
		min-width: 15em;
		padding: 1em 1.9em;
		position: relative;
		text-decoration: none;
		vertical-align: middle;
	}

.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::after, .c-content-main .bgt-download-file__link::after {
			border: 2px solid currentColor;
			border-width: 2px 2px 0 0;
			content: "";
			display: block;
			height: 10px;
			margin-top: -5px;
			position: absolute;
			right: .7em;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 10px;
		}

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

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

@media (max-width: 576px) {

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

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

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

.bge-contents .bgt-image, .c-content-main .bgt-image {
	}

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

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

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

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

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

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

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		padding-bottom: .8em;
		padding-left: .8em;
		padding-right: .8em;
	}

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 9em !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;
	}

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

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

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

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

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

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
				top: 50%;
				opacity: 0;
				-webkit-transition: opacity 200ms ease-in;
				transition: opacity 200ms ease-in;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					display: block;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					margin: -20px 0 0;
					padding: 0;
					background: none;
					border: none;
					-webkit-transform-origin: center center;
					        transform-origin: center center;
				}

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

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next:focus {
						outline: none;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev span, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next span {
						display: block;
						overflow: hidden;
						width: 0;
						height: 0;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next::after {
						content: "";
						display: block;
						width: 40px;
						height: 40px;
						border: solid #fff;
						border-width: 5px 5px 0 0;
					}

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

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

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

.bge-contents [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
				margin-top: 10px;
			}

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

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
				margin-top: 10px;
			}

.bge-contents [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li, .c-content-main [data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
					margin: 0 2px;
					width: 10px;
					height: 10px;
					background-color: #f78c01;
					border-radius: 100%;
					opacity: .6;
				}

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

.bge-contents .bc-heading h2, .c-content-main .bc-heading h2 {
		}

.bge-contents .bc-time, .c-content-main .bc-time {
		margin-bottom: 5em;
		text-align: right;
	}

.bge-contents .bc-time time, .c-content-main .bc-time time {
		}

.bge-contents .bc-cat, .c-content-main .bc-cat {
		margin-bottom: 1em;
		text-align: right;
	}

.bge-contents .bc-cat > div, .c-content-main .bc-cat > div {
			background: #f78c01;
			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: #f78c01;
		}

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

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

@media (max-width: 576px) {

.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;
	}
