/**!
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 * 🚧                                                                    🚧
 * 🚧                      👷これは開発中のコードです。                       🚧
 * 🚧                                                                    🚧
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 *
 * 🈲 このファイルを直接編集しないでください。
 * ⚠️ 正式公開の場合は正しい手順でリリースビルドを行なってファイルを最適化してください。
 *
 */

 @charset "utf-8";

/* stylelint-disable */

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

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

@font-face {
	font-family: DENSOSansTP2017-Light;
	src: url("../font/DENSOSansTP2017-Light.otf") format("opentype"), url("../font/DENSOSansTP2017-Light.woff") format("woff");
}

@font-face {
	font-family: DENSOSansTP2017-Regular;
	src: url("../font/DENSOSansTP2017-Regular.otf") format("opentype"), url("../font/DENSOSansTP2017-Regular.woff") format("woff");
}

@font-face {
	font-family: DENSOSansTP2017-Bold;
	src: url("../font/DENSOSansTP2017-Bold.otf") format("opentype"), url("../font/DENSOSansTP2017-Bold.woff") format("woff");
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b, strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

:root {
	font-size: 62.5%;
}

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

*::selection {
		background-color: #dc0032;
		color: #fff;
	}

body {
	color: #222;
	font-family: "DENSOSansTP2017-Regular", 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;
}

body[class^="c-page"] {
		width: 100%;
		margin: 0;
	}

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

body[class^="c-page"] {
		width: 1140px;
	}
	}

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

body[class^="c-page"] {
		width: 100%;
	}
	}

button {
	border-radius: 0;
}

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

a[href^="tel:"] {
			display: inline-block;
			text-decoration: none;
			pointer-events: none
	}
		}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* stylelint-disable */

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

div:not(.bge_contents) .pc-only {
		display: none !important;
	}
	}

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

div:not(.bge_contents) .sp-only {
		display: none !important;
	}
	}

div:not(.bge_contents) br.pc-only {
			display: inline !important;
		}

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

div:not(.bge_contents) br.pc-only {
				display: none !important
		}
			}

div:not(.bge_contents) br.sp-only {
			display: none !important;
		}

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

div:not(.bge_contents) br.sp-only {
				display: inline !important
		}
			}

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

[data-device="pc"] {
		display: none !important;
}
	}

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

[data-device="sp"] {
		display: none !important;
}
	}

/* stylelint-enable */

.c-page-home {
	background: #fff;
}

.c-page-home [data-type='ttl01'] {
		padding: 0 0 4px 47px;
		background: url('/img/obj01.png') no-repeat left 10px;
		background-size: 23px auto;
		font-weight: normal;
		font-size: 3.8rem;
		line-height: 1.5;
		letter-spacing: 1px;
		margin-top: 0;
		margin-bottom: 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}

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

.c-page-home [data-type='ttl01'] {
			font-size: 9.6vw;
			margin: 0 0 6.66667vw;
			padding-left: 10.41667vw;
			background-position: 0 3.25521vw;
			background-size: 5.6vw auto
	}
		}

.c-page-home [data-type='ttl01'] span {
			font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
			color: #dc0032;
			font-size: 1.4rem;
			display: block;
		}

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

.c-page-home [data-type='ttl01'] span {
				font-size: 4.53333vw
		}
			}

.c-page-home__btn {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		margin: 0;
	}

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

.c-page-home__btn {
			text-align: center;
			width: 100%
	}
		}

.c-page-home__btn a {
			background: #dc0032;
			color: #fff;
			display: inline-block;
			font-size: 1.125em;
			line-height: 1.4;
			min-width: 15.6em;
			padding: 0.8612em 2.5em;
			position: relative;
			text-align: center;
			text-decoration: none;
			vertical-align: middle;
			border-radius: 30px;
		}

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

.c-page-home__btn a {
				font-size: 4.26667vw;
				padding: 3.73333vw 12vw
		}
			}

.c-page-home__btn a:active, .c-page-home__btn a: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;
			}

.c-page-home__btn a::after {
				border-width: 2px 2px 0 0;
				content: '';
				display: block;
				height: 9px;
				margin-top: -5px;
				position: absolute;
				right: 1em;
				top: 50%;
				width: 15px;
				background: url('/img/icon-arrow01-w.svg') no-repeat 0 0;
				background-size: cover;
				-webkit-transition: right 300ms;
				transition: right 300ms;
			}

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

.c-page-home__btn a::after {
					width: 4vw;
					height: 2.4vw;
					margin-top: -1.33333vw
			}
				}

.c-page-home__btn a:hover::after {
					right: 0.6em;
				}

.c-page-home__link-text {
			padding-left: 29px;
			font-weight: bold;
			letter-spacing: 1px;
			color: #333;
		}

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

.c-page-home__link-text {
				font-size: 3.46667vw;
				padding-left: 6.66667vw
		}
			}

.c-page-home__link-text::before {
				content: '';
				width: 18px;
				height: 11px;
				display: inline-block;
				background: url('/img/icon-arrow01.svg') no-repeat left top;
				background-size: 18px auto;
				margin: 0 8px 1px -27px;
			}

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

.c-page-home__link-text::before {
					width: 4.53333vw;
					height: 2.66667vw;
					background-size: 4.53333vw;
					margin: 0 2.13333vw 0.26667vw -6.66667vw
			}
				}

.c-page-home__news {
		padding: 30px 0 0;
		margin-bottom: 60px;
		border: 1px solid #ebebeb;
	}

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

.c-page-home__news {
			border-top: none;
			border-right: none;
			border-left: none
	}
		}

.c-page-home__news-body {
			width: 1024px;
			margin: 0 auto;
			position: relative;
		}

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

.c-page-home__news-body {
		width: 100%;
		padding: 0 6.66667vw
		}
	}

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

.c-page-home__news-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}
			}

.c-page-home__news-body::before {
				content: '';
				display: inline-block;
				width: 90px;
				height: 2px;
				background: #dc0032;
				position: absolute;
				left: 0;
				bottom: -1px;
				z-index: 10;
			}

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

.c-page-home__news-body::before {
					left: 6.66667vw;
					width: 12vw
			}
				}

.c-page-home__news-title {
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 100%;
			        flex: 1 1 100%;
			color: #333;
		}

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

.c-page-home__news-title {
				margin-right: 50px;
				max-width: 150px
		}
			}

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

.c-page-home__news-title {
				text-align: center;
				position: relative
		}
			}

.c-page-home__news-title h2 {
				margin: 0 0 20px;
				line-height: 1.2;
				font-size: 1.8rem;
				letter-spacing: 1px;
			}

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

.c-page-home__news-title h2 {
					font-size: 6.66667vw
			}
				}

.c-page-home__news-title p {
				margin: 0;
			}

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

.c-page-home__news-title p {
					position: absolute;
					right: 0;
					top: 0.66667vw;
					line-height: 0
			}
				}

.c-page-home__news-title p a {
					display: inline-block;
					background: #ebebeb;
					border-radius: 3px;
					font-size: 1.2rem;
					color: #333;
					line-height: 1.2;
					text-decoration: none;
					padding: 3px 10px;
				}

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

.c-page-home__news-title p a {
						font-size: 3.46667vw;
						padding: 1.33333vw 2.66667vw
				}
					}

.c-page-home__news-title p a::before {
						content: '';
						width: 11px;
						height: 7px;
						display: inline-block;
						background: url('/img/icon-arrow01.svg') no-repeat left top;
						background-size: 11px auto;
						margin: 0 5px 1px 0;
					}

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

.c-page-home__news-title p a::before {
							width: 3.2vw;
							height: 2vw;
							background-size: 3.2vw auto;
							margin: 0 1.33333vw 0.13333vw 0
					}
						}

.c-page-home__news-list {
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 100%;
			        flex: 1 1 100%;
			padding: 0 0 35px 0;
		}

.c-page-home__company {
		padding-bottom: 60px;
	}

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

.c-page-home__company {
			border-bottom: 1px solid #ebebeb
	}
		}

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

.c-page-home__company {
			overflow: hidden;
			padding-bottom: 21.33333vw
	}
		}

.c-page-home__company-title {
			background: url('/img/bg-company.jpg') no-repeat center center;
			background-size: cover;
		}

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

.c-page-home__company-title {
				margin-bottom: 8vw
		}
			}

.c-page-home__company-title > div {
				width: 1024px;
				margin: 0 auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
			}

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

.c-page-home__company-title > div {
		width: 100%;
		padding: 0 6.66667vw;
			}
	}

.c-page-home__company-title h2 {
				position: relative;
				z-index: 10;
				padding: 150px 50px;
				margin: 0 0 0 -50px;
				color: #fff;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column;
				        flex-flow: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				font-weight: normal;
				font-size: 3.8rem;
				line-height: 1.5;
				letter-spacing: 1px;
				max-width: 40%;
			}

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

.c-page-home__company-title h2 {
					padding: 24vw 6.66667vw;
					max-width: 90%;
					font-size: 9.06667vw;
					margin: 0 0 0 -4vw
			}
				}

.c-page-home__company-title h2 span {
					display: block;
					font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					font-size: 1.4rem;
				}

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

.c-page-home__company-title h2 span {
						font-size: 4.26667vw
				}
					}

.c-page-home__company-title h2::before, .c-page-home__company-title h2::after {
					position: absolute;
					z-index: -1;
					top: 0;
					left: 0;
					bottom: 0;
					-webkit-transform: skewX(-20deg);
					        transform: skewX(-20deg);
					background-color: #dc0032;
					content: '';
					width: 100%;
					height: 100%;
				}

.c-page-home__company-title h2::before {
					left: 60px;
					opacity: 0.7;
				}

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

.c-page-home__company-title h2::before {
						left: 10.66667vw
				}
					}

.c-page-home__company-text {
			width: 1024px;
			margin: 0 auto;
			position: relative;
		}

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

.c-page-home__company-text {
		width: 100%;
		padding: 0 6.66667vw
		}
	}

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

.c-page-home__company-text {
				padding: 40px 0 0 310px
		}
			}

.c-page-home__company-text::after {
				position: absolute;
				left: -170px;
				bottom: -310px;
				z-index: -1;
				content: '';
				display: inline-block;
				width: 720px;
				height: 752px;
				background: url('/img/obj-company.png') no-repeat left bottom;
				background-size: 100% auto;
				pointer-events: none;
			}

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

.c-page-home__company-text::after {
					width: 126.66667vw;
					height: 140vw;
					left: -20vw;
					bottom: -53.33333vw
			}
				}

.c-page-home__company-text p {
				line-height: 2;
				letter-spacing: 1px;
				color: #333;
				margin: 0 0 20px;
				position: relative;
			}

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

.c-page-home__company-text p {
					font-size: 3.46667vw;
					margin-bottom: 8vw
			}
				}

.c-page-home__company-text p.c-page-home__btn {
				margin: 0;
			}

.c-page-home__product {
		width: 100%;
		max-width: 1366px;
		margin: 0 auto;
		margin-bottom: 110px;
		padding: 70px 0 0 115px;
		border-top: 1px solid #ebebeb;
	}

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

.c-page-home__product {
		width: 1140px
	}
	}

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

.c-page-home__product {
		width: 100%;
		padding: 0 6.66667vw
	}
	}

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

.c-page-home__product {
			border-bottom: 0.26667vw solid #ebebeb
	}
		}

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

.c-page-home__product-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				position: relative
		}
			}

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

.c-page-home__product-body::before {
					content: '';
					display: block;
					width: 95.6%;
					height: calc(100% - 120px);
					border: 1px solid #ebebeb;
					position: absolute;
					left: 0;
					top: 120px;
					z-index: -1
			}
				}

.c-page-home__product-title {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
		}

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

.c-page-home__product-title {
				padding: 90px 0 0 50px
		}
			}

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

.c-page-home__product-title {
				width: 290px
		}
			}

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

.c-page-home__product-title > h2 {
					margin-left: -40px
			}
				}

.c-page-home__product-title > p {
				letter-spacing: 1px;
				line-height: 2;
			}

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

.c-page-home__product-title > p {
					padding-right: 35px
			}
				}

.c-page-home__product-list {
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 100%;
			        flex: 1 1 100%;
		}

.c-page-home__product-list [data-list='wide'] > div, .c-page-home__product-list [data-list='sub'] > div, .c-page-home__product-list [data-list='sub-col2'] > div {
					position: relative;
					z-index: 10;
				}

.c-page-home__product-list [data-list='wide'] > div::before, .c-page-home__product-list [data-list='sub'] > div::before, .c-page-home__product-list [data-list='sub-col2'] > div::before {
						content: '';
						display: inline-block;
						position: absolute;
						top: 0;
						right: 0;
						z-index: -1;
						opacity: 0.15;
						background-size: 100% auto;
						background-repeat: no-repeat;
						height: 100%;
					}

.c-page-home__product-list [data-list='wide'] > div a, .c-page-home__product-list [data-list='sub'] > div a, .c-page-home__product-list [data-list='sub-col2'] > div a {
						text-decoration: none;
					}

.c-page-home__product-list [data-list='wide'] > div h3, .c-page-home__product-list [data-list='sub'] > div h3, .c-page-home__product-list [data-list='sub-col2'] > div h3 {
						font-size: 2rem;
						line-height: 1.5;
						color: #dc0032;
						font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
						letter-spacing: 1px;
					}

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

.c-page-home__product-list [data-list='wide'] > div h3, .c-page-home__product-list [data-list='sub'] > div h3, .c-page-home__product-list [data-list='sub-col2'] > div h3 {
							font-size: 1.46413vw
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div h3, .c-page-home__product-list [data-list='sub'] > div h3, .c-page-home__product-list [data-list='sub-col2'] > div h3 {
							font-size: 1.6rem
					}
						}

.c-page-home__product-list [data-list='wide'] > div h3 b, .c-page-home__product-list [data-list='sub'] > div h3 b, .c-page-home__product-list [data-list='sub-col2'] > div h3 b {
							font-size: 2.8rem;
							display: block;
							line-height: 1.5;
						}

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

.c-page-home__product-list [data-list='wide'] > div h3 b, .c-page-home__product-list [data-list='sub'] > div h3 b, .c-page-home__product-list [data-list='sub-col2'] > div h3 b {
								font-size: 2.04978vw
						}
							}

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

.c-page-home__product-list [data-list='wide'] > div h3 b, .c-page-home__product-list [data-list='sub'] > div h3 b, .c-page-home__product-list [data-list='sub-col2'] > div h3 b {
								font-size: 2.3rem
						}
							}

.c-page-home__product-list [data-list='wide'] > div figure, .c-page-home__product-list [data-list='sub'] > div figure, .c-page-home__product-list [data-list='sub-col2'] > div figure {
						margin: 0;
						line-height: 0;
					}

.c-page-home__product-list [data-list='wide'] > div figure img, .c-page-home__product-list [data-list='sub'] > div figure img, .c-page-home__product-list [data-list='sub-col2'] > div figure img {
							width: 100%;
							height: auto;
						}

.c-page-home__product-list [data-list='wide'] > div p.c-page-home__link-text, .c-page-home__product-list [data-list='sub'] > div p.c-page-home__link-text, .c-page-home__product-list [data-list='sub-col2'] > div p.c-page-home__link-text {
						font-size: 1.3rem;
					}

@media print,screen and (min-width: 1140px) {

.c-page-home__product-list [data-list='wide'] > div p.c-page-home__link-text, .c-page-home__product-list [data-list='sub'] > div p.c-page-home__link-text, .c-page-home__product-list [data-list='sub-col2'] > div p.c-page-home__link-text {
							font-size: 1.1713vw
					}
						}

@media print,screen and (min-width: 1366px) {

.c-page-home__product-list [data-list='wide'] > div p.c-page-home__link-text, .c-page-home__product-list [data-list='sub'] > div p.c-page-home__link-text, .c-page-home__product-list [data-list='sub-col2'] > div p.c-page-home__link-text {
							font-size: 1.6rem
					}
						}

.c-page-home__product-list [data-list='wide'] {
				margin-bottom: 30px;
			}

.c-page-home__product-list [data-list='wide'] > div {
					background: linear-gradient(107deg, #dc0032 20%, #ebebeb 20%);
				}

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

.c-page-home__product-list [data-list='wide'] > div::before {
							display: none
					}
						}

.c-page-home__product-list [data-list='wide'] > div:not(:last-child) {
						margin-bottom: 30px;
					}

.c-page-home__product-list [data-list='wide'] > div a {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
					}

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

.c-page-home__product-list [data-list='wide'] > div a {
							padding: 0 90px 0 78px
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div a {
							padding: 0 6.58858vw 0 5.7101vw
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div a {
							padding: 0 75px
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div a {
							padding: 0 3.66032vw 0 0
					}
						}

.c-page-home__product-list [data-list='wide'] > div figure {
						width: 320px;
						height: 320px;
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 auto;
						        flex: 0 0 auto;
					}

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

.c-page-home__product-list [data-list='wide'] > div figure {
							margin-top: -24px
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div figure {
							width: 25.62225vw;
							height: 100px
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div figure {
							width: 292px
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div figure {
							width: 33.33333vw;
							margin-left: -2.66667vw
					}
						}

.c-page-home__product-list [data-list='wide'] > div figure img {
							width: 100%;
							height: 100%;
							-o-object-fit: contain;
							   font-family: "object-fit:contain";
							   object-fit: contain;
						}

.c-page-home__product-list [data-list='wide'] > div [dat-col-type='text'] {
						padding-left: 50px;
					}

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

.c-page-home__product-list [data-list='wide'] > div [dat-col-type='text'] {
							padding-left: 3.66032vw
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div [dat-col-type='text'] {
							padding-left: 41px
					}
						}

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

.c-page-home__product-list [data-list='wide'] > div [dat-col-type='text'] {
							padding-left: 4vw
					}
						}

.c-page-home__product-list [data-list='wide'] > div[data-product]::before {
						width: 300px;
						height: 300px;
						background-position: calc(100% + 10px) -40px;
						background-size: contain;
					}

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

.c-page-home__product-list [data-list='sub'], .c-page-home__product-list [data-list='sub-col2'] {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-flow: wrap;
					    flex-flow: wrap;
					margin-bottom: 20px
			}
				}

@media print,screen and (min-width: 768px) {
						.c-page-home__product-list [data-list='sub'][data-list='sub'] > div, .c-page-home__product-list [data-list='sub-col2'][data-list='sub'] > div {
							width: 32%;
						}

							.c-page-home__product-list [data-list='sub'][data-list='sub'] > div:nth-child(3n-1), .c-page-home__product-list [data-list='sub-col2'][data-list='sub'] > div:nth-child(3n-1) {
								margin-left: 2%;
								margin-right: 2%;
							}
					}

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

.c-page-home__product-list [data-list='sub'][data-list='sub-col2'], .c-page-home__product-list [data-list='sub-col2'][data-list='sub-col2'] {
						-webkit-box-pack: justify;
						    -ms-flex-pack: justify;
						        justify-content: space-between
				}

						.c-page-home__product-list [data-list='sub'][data-list='sub-col2'] > div, .c-page-home__product-list [data-list='sub-col2'][data-list='sub-col2'] > div {
							width: 49%;
						}
					}

.c-page-home__product-list [data-list='sub'] div[data-product]::before, .c-page-home__product-list [data-list='sub-col2'] div[data-product]::before {
					width: 229px;
					height: 229px;
					background-position: 100% 4px;
					background-size: contain;
				}

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

.c-page-home__product-list [data-list='sub'] div[data-product]::before, .c-page-home__product-list [data-list='sub-col2'] div[data-product]::before {
						width: 120px;
						height: 120px
				}
					}

.c-page-home__product-list [data-list='sub'] > div, .c-page-home__product-list [data-list='sub-col2'] > div {
					background: #f2f2f2;
					margin-bottom: 30px;
					border-top: 2px solid #dc0032;
				}

.c-page-home__product-list [data-list='sub'] > div::before, .c-page-home__product-list [data-list='sub-col2'] > div::before {
						opacity: 0.1;
					}

.c-page-home__product-list [data-list='sub'] > div a, .c-page-home__product-list [data-list='sub-col2'] > div a {
						display: block;
						text-align: center;
						height: 100%;
						padding: 20px 25px;
					}

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

.c-page-home__product-list [data-list='sub'] > div a, .c-page-home__product-list [data-list='sub-col2'] > div a {
							padding-left: 1.83016vw;
							padding-right: 1.83016vw
					}
						}

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

.c-page-home__product-list [data-list='sub'] > div a, .c-page-home__product-list [data-list='sub-col2'] > div a {
							padding-left: 20px;
							padding-right: 20px
					}
						}

.c-page-home__product-list [data-list='sub'] > div h3, .c-page-home__product-list [data-list='sub-col2'] > div h3 {
						margin: 0 0 15px;
					}

.c-page-home__product-list [data-list='sub'] > div figure, .c-page-home__product-list [data-list='sub-col2'] > div figure {
						max-width: 100%;
						margin: 0 auto 10px;
						height: 230px;
					}

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

.c-page-home__product-list [data-list='sub'] > div figure, .c-page-home__product-list [data-list='sub-col2'] > div figure {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							-webkit-box-pack: center;
							    -ms-flex-pack: center;
							        justify-content: center
					}
						}

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

.c-page-home__product-list [data-list='sub'] > div figure, .c-page-home__product-list [data-list='sub-col2'] > div figure {
							max-width: 200px;
							height: 120px
					}
						}

.c-page-home__product-list [data-list='sub'] > div figure img, .c-page-home__product-list [data-list='sub-col2'] > div figure img {
							width: 100%;
							height: 100%;
							-o-object-fit: contain;
							   font-family: "object-fit:contain";
							   object-fit: contain;
						}

.c-page-home__product-btn-more {
			width: 100%;
			text-align: center;
			margin-bottom: -25px;
		}

.c-page-home__factory {
		padding-bottom: 80px;
		overflow: hidden;
	}

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

.c-page-home__factory {
			padding-bottom: 16vw
	}
		}

.c-page-home__factory-body {
			width: 1024px;
			margin: 0 auto;
			position: relative;
			z-index: 10;
		}

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

.c-page-home__factory-body {
		width: 100%;
		padding: 0 6.66667vw
		}
	}

.c-page-home__factory-body::after {
				content: '';
				display: inline-block;
				position: absolute;
				z-index: -1;
				right: -320px;
				top: 50px;
				width: 476px;
				height: 804px;
				background: url('/img/obj-factory.png') no-repeat left top;
				background-size: 100% auto;
			}

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

.c-page-home__factory-body::after {
					right: -53.33333vw;
					bottom: -24vw;
					top: inherit;
					width: 86.26667vw;
					height: 107.2vw
			}
				}

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

.c-page-home__factory-lead {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin-bottom: 50px
		}
			}

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

.c-page-home__factory-lead {
				margin-bottom: 6.66667vw
		}
			}

.c-page-home__factory-lead > h2 {
				margin-left: -45px;
			}

.c-page-home__factory-lead > p {
				margin: 0;
				line-height: 2;
				color: #333;
				letter-spacing: 1px;
			}

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

.c-page-home__factory-lead > p {
					-webkit-box-flex: 1;
					    -ms-flex: 1 1 100%;
					        flex: 1 1 100%;
					padding-left: 80px
			}
				}

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

.c-page-home__factory-lead > p {
					font-size: 3.46667vw
			}
				}

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

.c-page-home__factory-link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-flow: wrap;
				    flex-flow: wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				margin-bottom: 40px
		}
			}

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

.c-page-home__factory-link > li {
					width: 31.3%
			}
				}

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

.c-page-home__factory-link > li {
					margin-bottom: 6.66667vw
			}
				}

.c-page-home__factory-link > li a {
					display: block;
					text-decoration: none;
				}

.c-page-home__factory-link > li a [data-col='img'] {
						line-height: 0;
						margin-bottom: 10px;
					}

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

.c-page-home__factory-link > li a [data-col='img'] {
							margin-bottom: 2.66667vw
					}
						}

.c-page-home__factory-link > li a [data-col='img'] img {
							width: 100%;
							height: auto;
						}

.c-page-home__factory-link > li a p {
						margin: 0;
						text-align: center;
					}

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

.c-page-home__factory-link > li a p {
							font-size: 4.26667vw
					}
						}

.c-page-home__factory-btn {
			text-align: center;
		}

.c-page-home__bnr {
		position: relative;
	}

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

.c-page-home__bnr {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 70px
	}
		}

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

.c-page-home__bnr {
			margin-bottom: 16vw
	}
		}

.c-page-home__bnr::after {
			content: '';
			display: block;
			width: 1px;
			height: 100%;
			background: #ebebeb;
			position: absolute;
			top: 0;
			left: calc(50% - 0.5px);
		}

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

.c-page-home__bnr::after {
				width: 100%;
				height: 2px;
				position: static
		}
			}

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

.c-page-home__bnr > div {
				border: 1px solid #ebebeb;
				border-width: 1px 0 1px 0;
				width: 50%
		}
			}

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

.c-page-home__bnr > div {
				margin-bottom: 6vw
		}
			}

.c-page-home__bnr > div a {
				display: block;
				text-decoration: none;
			}

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

.c-page-home__bnr > div a {
					padding-bottom: 40px
			}
				}

.c-page-home__bnr > div a [data-col='img'] {
					height: 21.42857vw;
					overflow: hidden;
				}

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

.c-page-home__bnr > div a [data-col='img'] {
						height: 53.33333vw
				}
					}

.c-page-home__bnr > div a [data-col='img'] img {
						width: 100%;
						height: 100%;
						display: block;
						-o-object-fit: cover;
						   font-family: "object-fit:cover;object-position:center";
						   object-fit: cover;
						-o-object-position: center;
						   object-position: center;
					}

.c-page-home__bnr > div a > h2 {
					margin: -40px 0 30px;
					background: rgba(255, 255, 255, .6);
					padding: 8px 50px 0;
					font-size: 6.5rem;
					font-family: "DENSOSansTP2017-Light", "DENSOSansTP2017-Regular", sans-serif;
					line-height: 1;
					color: #dc0032;
					position: relative;
					letter-spacing: 2px;
					font-weight: normal;
				}

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

.c-page-home__bnr > div a > h2 {
						margin: -8vw 0 4vw;
						font-size: 11.46667vw;
						padding: 3.33333vw 6.66667vw 0
				}
					}

.c-page-home__bnr > div a > h2 small {
						font-size: 2rem;
						color: #111;
						letter-spacing: 0;
						font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					}

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

.c-page-home__bnr > div a > h2 small {
							font-size: 4.26667vw
					}
						}

.c-page-home__bnr > div a > h2 small::before {
							content: '/';
							color: #dc0032;
							margin: 0 10px;
							display: inline-block;
							vertical-align: -1px;
							line-height: 1;
							font-size: 2.2rem;
							font-family: "DENSOSansTP2017-Regular", sans-serif;
						}

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

.c-page-home__bnr > div a > h2 small::before {
								font-size: 4.53333vw
						}
							}

.c-page-home__bnr > div a > p.c-page-home__link-text {
					margin: 0 50px;
				}

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

.c-page-home__bnr > div a > p.c-page-home__link-text {
						margin: 0 6.66667vw;
						font-weight: normal
				}
					}

.c-page-home__pdf {
		margin-bottom: 70px;
	}

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

.c-page-home__pdf {
			margin-bottom: 16vw
	}
		}

.c-page-home__pdf-body {
			width: 1024px;
			margin: 0 auto;
		}

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

.c-page-home__pdf-body {
		width: 100%;
		padding: 0 6.66667vw
		}
	}

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

.c-page-home__pdf-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between
		}
			}

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

.c-page-home__pdf-body > div {
					width: 48%
			}
				}

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

.c-page-home__pdf-body > div {
					margin-bottom: 4.66667vw
			}
				}

.c-page-home__pdf-body > div a {
					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;
					height: 100%;
					border: 1px solid #ebebeb;
					text-decoration: none;
					color: #333;
				}

.c-page-home__pdf-body > div a [data-col='img'] {
						width: 140px;
						height: 70px;
						line-height: 0;
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 auto;
						        flex: 0 0 auto;
					}

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

.c-page-home__pdf-body > div a [data-col='img'] {
							width: 25.33333vw;
							height: 16vw
					}
						}

.c-page-home__pdf-body > div a [data-col='img'] img {
							width: 100%;
							height: 100%;
							display: block;
							-o-object-fit: cover;
							   font-family: "object-fit:cover;object-position:center bottom";
							   object-fit: cover;
							-o-object-position: center bottom;
							   object-position: center bottom;
						}

.c-page-home__pdf-body > div a [data-col='text'] {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
						-webkit-box-flex: 1;
						    -ms-flex: 1 1 100%;
						        flex: 1 1 100%;
						height: 100%;
						padding: 10px;
					}

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

.c-page-home__pdf-body > div a [data-col='text'] {
							padding: 4vw
					}
						}

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

.c-page-home__pdf-body > div a [data-col='text'] {
							-webkit-box-pack: center;
							    -ms-flex-pack: center;
							        justify-content: center
					}
						}

.c-page-home__pdf-body > div a [data-col='text'] p {
							margin: 0;
						}

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

.c-page-home__pdf-body > div a [data-col='text'] p {
								font-size: 3.73333vw;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-pack: justify;
								    -ms-flex-pack: justify;
								        justify-content: space-between;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								width: 100%
						}
							}

.c-page-home__pdf-body > div a [data-col='text'] p::after {
								content: 'PDFパンフレット';
								color: #fff;
								background: #dc0032;
								line-height: 1;
								padding: 2px 8px;
								border-radius: 10px;
								font-size: 1rem;
								margin-left: 10px;
							}

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

.c-page-home__pdf-body > div a [data-col='text'] p::after {
									font-size: 2.66667vw;
									padding: 0.53333vw 2.13333vw;
									margin-left: 2.66667vw
							}
								}

.c-page-sub__content {
		width: 100%;
		margin: 0;
		margin: 0 auto 90px;
	}

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

.c-page-sub__content {
		width: 1140px;
	}
	}

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

.c-page-sub__content {
		width: 100%;
	}
	}

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

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

.c-page-sub__content-title {
			margin-bottom: 6.66667vw
	}
		}

.c-page-sub__breadcrumb {
		padding: 12px 0 13px 0;
		border-bottom: 1px solid #ebebeb;
	}

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

.c-page-sub__breadcrumb {
			display: none
	}
		}

.c-page-sub__content-detail {
		width: 1024px;
		margin: 0 auto;
		padding: 0 62px;
	}

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

.c-page-sub__content-detail {
		width: 100%;
		padding: 0 6.66667vw;
	}
	}

.c-page-sub__news-meta {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

.c-page-sub__news-category span {
				text-align: center;
				display: inline-block;
				min-width: 130px;
				padding: 4px 10px 2px;
				margin-right: 20px;
				border-radius: 20px;
				font-family: "DENSOSansTP2017-Light", "DENSOSansTP2017-Regular", sans-serif;
				font-size: 0.875em;
				font-weight: normal;
				color: #fff;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				background: #dc0032;
			}

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

.c-page-sub__news-category span {
					min-width: (260/750 * 100vw);
					padding: 1.06667vw 2.66667vw 0.53333vw;
					margin: 0 2.66667vw 0 0;
					font-size: 3.73333vw
			}
				}

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

.c-page-sub__news-date {
				font-size: 4.26667vw
		}
			}

.c-page-sub__news h2 {
			font-weight: normal;
			font-size: 1.625em;
			margin: 10px 0 16px;
		}

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

.c-page-sub__news h2 {
				font-size: 5.33333vw;
				margin: 2.66667vw 0 5.06667vw
		}
			}

.c-page-sub__news-time {
			margin-right: 20px;
		}

.c-header {
	font-size: 1.6rem;
	padding: 15px 0 0;
	position: relative;
	z-index: 10000;
}

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

.c-header {
		padding: 0
}
	}

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

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

.c-header__body {
			padding: 10px 4vw;
			background: #fff;
			position: relative
	}
		}

.c-header__title {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		line-height: 0;
	}

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

.c-header__title {
			padding: 0 40px
	}
		}

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

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

.c-header__site-name {
			max-width: 175px;
			width: 46.66667vw
	}
		}

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

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

.c-header__site-name > a img {
					width: 100%;
					height: auto
			}
				}

.c-header__description {
		margin: 0;
	}

.c-header__info {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}

.c-header__links {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		margin: 0;
		padding: 0 80px 15px 0;
		border-bottom: 1px solid #ebebeb;
	}

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

.c-header__links {
			display: none
	}
		}

.c-header__links > li {
			display: block;
		}

.c-header__links > li:not(:last-child) {
				margin-right: 20px;
			}

.c-header__links > li > a {
				display: block;
				text-decoration: none;
				color: #222;
				font-size: 1.2rem;
				position: relative;
			}

.c-header__links > li > a::before {
					content: "";
					width: 11px;
					height: 7px;
					display: inline-block;
					background: url("/img/icon-arrow01.svg") no-repeat left top;
					background-size: 11px auto;
					margin: 0 5px 1px 0;
				}

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

.c-header__links > li > a:hover {
						color: #dc0032
				}
					}

.c-header__links > li[data-page="employee"] > a::before {
						width: 14px;
						height: 14px;
						background-image: url("/img/icon-key.svg");
						background-size: 14px auto;
						margin-bottom: -2px;
					}

.c-header__btn-global {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border: none;
		width: 50px;
		height: 50px;
		padding: 0;
		-webkit-transition: ease 300ms;
		transition: ease 300ms;
		background: none;
	}

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

.c-header__btn-global {
			display: none
	}
		}

.c-header__btn-global:hover {
			cursor: pointer;
		}

.c-header__btn-global > span {
			position: relative;
			display: block;
			width: 40px;
			height: 3px;
			background: #dc0032;
			margin: 13px auto;
			outline: none;
			-webkit-transition: ease 300ms;
			transition: ease 300ms;
		}

.c-header__btn-global > span::before, .c-header__btn-global > span::after {
				position: absolute;
				display: block;
				content: "";
				width: 40px;
				height: 3px;
				background: #dc0032;
				margin: 0 auto;
				-webkit-transition: ease 300ms;
				transition: ease 300ms;
			}

.c-header__btn-global > span::before {
				top: -13px;
			}

.c-header__btn-global > span::after {
				bottom: -13px;
			}

/* グロナビオープン */

.c-header[data-toggle="true"]::after {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			position: fixed;
			left: 0;
			top: 0;
			z-index: -1;
			background: url("/img/bg-repeat-pattern02.png") repeat left top;
		}

.c-header[data-toggle="true"] button.c-header__btn-global span {
					background: none;
				}

.c-header[data-toggle="true"] button.c-header__btn-global span::before, .c-header[data-toggle="true"] button.c-header__btn-global span::after {
						position: relative;
					}

.c-header[data-toggle="true"] button.c-header__btn-global span::before {
						-webkit-transform: rotate(135deg);
						        transform: rotate(135deg);
						top: 0;
						z-index: 100;
					}

.c-header[data-toggle="true"] button.c-header__btn-global span::after {
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
						top: -3px;
					}

#ToolBar {
	opacity: .2;
	-webkit-transition: 300ms;
	transition: 300ms;
	z-index: 20000 !important;
}

#ToolBar:hover {
		opacity: 1;
	}

.c-footer {
	background-color: #5a5a5a;
	color: #fff;
	position: relative;
}

.c-footer__pagetop {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
		line-height: 0;
		width: 60px;
		display: inline-block;
	}

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

.c-footer__pagetop {
			top: -16.8vw;
			width: 16.8vw
	}
		}

.c-footer__pagetop a {
			display: block;
		}

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

.c-footer__body {
		width: 1024px;
		margin: 0 auto;
	}

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

.c-footer__body {
		width: 100%;
		padding: 0 6.66667vw;
	}
	}

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

.c-footer__info {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 25px 0
	}
		}

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

.c-footer__info {
			display: -ms-grid;
			display: grid;
			gap: 2.66667vw;
			padding: 5.33333vw 0
	}
		}

.c-footer__info > p {
			margin: 0;
			line-height: 0;
		}

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

.c-footer__info > p {
				margin: 0 auto;
				width: 65.33333vw
		}
			}

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

.c-footer__info > p img {
					width: 100%;
					height: auto
			}
				}

.c-footer__info-gira {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

.c-footer__info-gira figure {
				margin: 0 7px 0 0;
				padding: 5px;
				width: 90px;
				line-height: 0;
				background: #fff;
			}

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

.c-footer__info-gira figure {
					width: 24vw;
					margin-right: 1.33333vw
			}
				}

.c-footer__info-gira figure img {
					width: 100%;
					height: auto;
				}

.c-footer__info-gira p {
				margin: 0;
				font-size: 1.2rem;
				letter-spacing: 1px;
			}

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

.c-footer__info-gira p {
					font-size: 2.93333vw
			}
				}

.c-footer__copyright {
		display: block;
		background: #fff;
		padding: 30px;
		color: #333;
		font-size: 1.2rem;
		line-height: 1.4;
		text-align: center;
	}

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

.c-footer__copyright {
			padding: 5.33333vw 6.66667vw;
			font-size: 2.66667vw
	}
		}

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

.c-nav-global {
		padding-right: 62px
}
	}

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

.c-nav-global {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 10000;
		border-top: 0.26667vw solid #ebebeb;
		margin-top: -0.26667vw
}
	}

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

.c-nav-global__nav-main {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
			margin: 0;
			padding: 18px 0;
		}

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

.c-nav-global__nav-main {
				background: #fff;
				display: block;
				text-align: center;
				padding: 12vw 6.66667vw
		}
			}

.c-nav-global__nav-main > li {
				list-style: none;
			}

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

.c-nav-global__nav-main > li {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center
			}
				}

.c-nav-global__nav-main > li:hover {
					cursor: pointer;
				}

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

.c-nav-global__nav-main > li + li {
						margin-top: 8.66667vw
				}
					}

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

.c-nav-global__nav-main > li + li::before {
							content: "";
							display: inline-block;
							width: 12px;
							height: 1px;
							background: #e1e1e1;
							-webkit-transform: rotate(135deg);
							        transform: rotate(135deg)
					}
						}

.c-nav-global__nav-main > li > a {
					color: #333;
					padding: 0 18px;
					display: block;
					line-height: 1.2;
					font-size: 1.6rem;
					text-align: center;
					text-decoration: none;
				}

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

.c-nav-global__nav-main > li > a {
						font-size: 6.13333vw;
						padding: 0
				}
					}

.c-nav-global__nav-main > li > a span {
						font-size: 1.1rem;
						display: block;
						color: #dc0032;
						font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					}

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

.c-nav-global__nav-main > li > a span {
							font-size: 4.26667vw;
							margin-top: 0.66667vw
					}
						}

.c-nav-global__nav-main > li > a:hover {
						cursor: pointer;
						color: #dc0032;
					}

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

.c-nav-global__nav-main > li > a:hover {
							border: none
					}
						}

.c-nav-global__nav-sub {
			z-index: 1000;
			width: 100%;
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			right: 0;
			background: #f4f4f4;
			color: #fff;
			padding: 30px;
		}

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

.c-nav-global__nav-sub {
				display: none
		}
			}

.c-nav-global__nav-sub > ul {
				width: 1024px;
				margin: 0 auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-flow: wrap;
				    flex-flow: wrap;
			}

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

.c-nav-global__nav-sub > ul {
		width: 100%;
		padding: 0 6.66667vw
			}
	}

.c-nav-global__nav-sub > ul > li {
					width: 18%;
					margin-bottom: 20px;
				}

.c-nav-global__nav-sub > ul > li + li:not(:nth-child(5n + 1)) {
							margin-left: 2.5%;
						}

.c-nav-global__nav-sub > ul > li a {
						display: block;
						color: #333;
						text-decoration: none;
					}

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

.c-nav-global__nav-sub > ul > li a:hover {
								color: #dc0032
						}
							}

.c-nav-global__nav-sub > ul > li a figure {
							margin: 0 auto 10px;
							line-height: 0;
							max-width: 100%;
							height: 120px;
							background: #f9f9f9;
						}

.c-nav-global__nav-sub > ul > li a figure img {
								width: 100%;
								height: 100%;
								-o-object-fit: contain;
								   font-family: "object-fit:contain";
								   object-fit: contain;
							}

.c-nav-global__nav-sub > ul > li a span {
							display: block;
							font-size: 1.4rem;
							position: relative;
						}

.c-nav-global__nav-sub > ul > li a span::before {
								content: "";
								width: 11px;
								height: 7px;
								display: inline-block;
								background: url("/img/icon-arrow01.svg") no-repeat left top;
								background-size: 11px auto;
								margin: 0 5px 1px 0;
							}

.c-nav-global__nav-sub > ul > li a span:hover {
								color: rgb(3, 3, 2);
							}

.c-nav-global__link {
		background: #ebebeb;
		padding: 0 6.66667vw;
		margin: 0;
	}

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

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

.c-nav-global__link li {
			border-bottom: 0.26667vw solid #d1d1d1;
		}

.c-nav-global__link li a {
				padding: 5.33333vw 0;
				display: block;
				text-decoration: none;
				color: #222;
				font-size: 4.53333vw;
				position: relative;
			}

.c-nav-global__link li a::after {
					content: "";
					width: 3.33333vw;
					height: 2.13333vw;
					display: inline-block;
					background: url("/img/icon-arrow01.svg") no-repeat left top;
					background-size: 3.33333vw auto;
					position: absolute;
					right: 0;
					top: calc(50% - 1.06667vw);
				}

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

.c-nav-global__link li a:hover {
						color: #dc0032
				}
					}

.c-nav-global__link li[data-page="employee"] > a::after {
						width: 4.4vw;
						height: 4.4vw;
						background-image: url("/img/icon-key.svg");
						background-size: 4.4vw auto;
						top: calc(50% - 2.2vw);
					}

.c-nav-global__btn-link {
		background: #ebebeb;
		padding: 6.66667vw 6.66667vw;
		margin: 0;
	}

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

.c-nav-global__btn-link {
			display: none
	}
		}

.c-nav-global__btn-link a {
			display: block;
			text-align: center;
			background: #dc0032;
			color: #fff;
			font-size: 4.53333vw;
			letter-spacing: 2px;
			line-height: 1.5;
			text-decoration: none;
			border-radius: 10.66667vw;
			padding: 4vw 9.33333vw;
			position: relative;
		}

.c-nav-global__btn-link a::after {
				content: "";
				width: 3.33333vw;
				height: 2.13333vw;
				display: inline-block;
				background: url("/img/icon-arrow01-w.svg") no-repeat left top;
				background-size: 3.33333vw auto;
				position: absolute;
				right: 5.33333vw;
				top: calc(50% - 1.06667vw);
			}

.c-nav-global__btn-close {
		background: #333;
		padding: 4.66667vw 6.66667vw;
		margin: 0;
		border: none;
		color: #fff;
		line-height: 1;
		font-size: 5.06667vw;
		width: 100%;
		letter-spacing: 2px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

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

.c-nav-global__btn-close {
			display: none
	}
		}

.c-nav-global__btn-close::before {
			content: "";
			width: 5.73333vw;
			height: 5.73333vw;
			margin-right: 4vw;
			background: url("/img/icon-close-w.svg") no-repeat center center;
			background-size: 5.73333vw auto;
			display: inline-block;
		}

.c-nav-global__btn-close:hover {
			cursor: pointer;
		}

.c-nav-local {
}

.c-nav-sitemap {
	background-color: #ebebeb;
	padding: 70px 0 25px;
}

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

.c-nav-sitemap {
		padding: 4vw 0 21.33333vw
}
	}

.c-nav-sitemap__body {
		width: 1024px;
		margin: 0 auto;
	}

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

.c-nav-sitemap__body {
		width: 100%;
		padding: 0 6.66667vw;
	}
	}

.c-nav-sitemap__nav-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

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

.c-nav-sitemap__nav-main {
			margin-bottom: 50px
	}
		}

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

.c-nav-sitemap__nav-main {
			display: block
	}
		}

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

.c-nav-sitemap__nav-main > div {
				width: 18%
		}
			}

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

.c-nav-sitemap__nav-main > div {
				border-bottom: 0.26667vw solid #dc0032;
				padding-left: 1.33333vw
		}
			}

.c-nav-sitemap__nav-main > div a {
				color: #111;
				text-decoration: none;
				display: block;
				position: relative;
			}

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

.c-nav-sitemap__nav-main > div a:hover {
						color: #dc0032
				}
					}

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

.c-nav-sitemap__nav-main > div p {
					margin: 0 0 10px;
					padding-left: 25px
			}
				}

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

.c-nav-sitemap__nav-main > div p {
					display: none
			}
				}

.c-nav-sitemap__nav-main > div p a {
					font-size: 1.6rem;
					line-height: 1.6;
					display: inline-block;
				}

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

.c-nav-sitemap__nav-main > div p a {
						pointer-events: none
				}
					}

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

.c-nav-sitemap__nav-main > div p a::before {
							content: "";
							width: 14px;
							height: 9px;
							display: inline-block;
							background: url("/img/icon-arrow01.svg") no-repeat left top;
							background-size: 14px auto;
							margin: 0 8px 1px -23px
					}
						}

.c-nav-sitemap__nav-main > div button {
				padding: 3.33333vw 6.66667vw 3.33333vw 0;
				margin: 0;
				font-size: 3.73333vw;
				width: 100%;
				background: none;
				border: none;
				text-align: left;
				line-height: 1.6;
				position: relative;
			}

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

.c-nav-sitemap__nav-main > div button {
					display: none
			}
				}

.c-nav-sitemap__nav-main > div button::before, .c-nav-sitemap__nav-main > div button::after {
					content: "";
					background: #dc0032;
					position: absolute;
					border-radius: 0;
					-webkit-transition: -webkit-transform 600ms;
					transition: -webkit-transform 600ms;
					transition: transform 600ms;
					transition: transform 600ms, -webkit-transform 600ms;
					width: 4vw;
					height: 0.53333vw;
				}

.c-nav-sitemap__nav-main > div button::before {
					top: calc(50% - 0.26667vw);
					right: 2.66667vw;
				}

.c-nav-sitemap__nav-main > div button::after {
					top: calc(50% - 0.26667vw);
					right: 2.66667vw;
					left: inherit;
					-webkit-transform: rotate(90deg);
					        transform: rotate(90deg);
				}

.c-nav-sitemap__nav-main > div button.c-nav-sitemap__trigger-active::before {
						width: 0;
						-webkit-transform: rotate(360deg);
						        transform: rotate(360deg);
					}

.c-nav-sitemap__nav-main > div button.c-nav-sitemap__trigger-active::after {
						-webkit-transform: rotate(360deg);
						        transform: rotate(360deg);
					}

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

.c-nav-sitemap__nav-main > div ul {
					padding-left: 20px
			}
				}

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

.c-nav-sitemap__nav-main > div ul {
					padding-bottom: 6.66667vw;
					display: none
			}
				}

.c-nav-sitemap__nav-main > div ul li:not(:last-child) {
						margin-bottom: 6px;
					}

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

.c-nav-sitemap__nav-main > div ul li:not(:last-child) {
							margin-bottom: 3.33333vw
					}
						}

.c-nav-sitemap__nav-main > div ul li a {
						font-size: 1.4rem;
						font-family: "DENSOSansTP2017-Light", "DENSOSansTP2017-Regular", sans-serif;
						padding-left: 10px;
						line-height: 1.5;
					}

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

.c-nav-sitemap__nav-main > div ul li a {
							font-size: 3.46667vw
					}
						}

.c-nav-sitemap__nav-main > div ul li a::before {
							content: "";
							width: 5px;
							height: 1px;
							display: inline-block;
							background: #dc0032;
							margin: 0 5px 4px -10px;
						}

.c-nav-sitemap__nav-sub {
		width: 100%;
	}

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

.c-nav-sitemap__nav-sub {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-flow: wrap;
			    flex-flow: wrap;
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 auto;
			        flex: 0 1 auto;
			padding-top: 25px;
			border-top: 1px solid #dc0032
	}
		}

.c-nav-sitemap__nav-sub > li {
			display: block;
		}

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

.c-nav-sitemap__nav-sub > li {
				border-bottom: 0.26667vw solid #dc0032
		}
			}

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

.c-nav-sitemap__nav-sub > li:not(:last-child) {
					margin-right: 40px
			}
				}

.c-nav-sitemap__nav-sub > li > a {
				display: block;
				text-decoration: none;
				color: #222;
				font-size: 1.4rem;
				position: relative;
				letter-spacing: 1.2px;
			}

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

.c-nav-sitemap__nav-sub > li > a {
					padding: 3.33333vw 6.66667vw 3.33333vw 1.33333vw;
					display: block;
					text-decoration: none;
					color: #222;
					font-size: 3.73333vw;
					position: relative
			}
				}

.c-nav-sitemap__nav-sub > li > a::before {
					content: "";
					width: 14px;
					height: 9px;
					display: inline-block;
					background: url("/img/icon-arrow01.svg") no-repeat left top;
					background-size: 14px auto;
					margin: 0 8px 1px 0;
				}

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

.c-nav-sitemap__nav-sub > li > a::before {
						width: 3.33333vw;
						height: 2.13333vw;
						background-size: 3.33333vw auto;
						position: absolute;
						right: 0.8vw;
						top: calc(50% - 1.06667vw)
				}
					}

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

.c-nav-sitemap__nav-sub > li > a:hover {
						color: #dc0032
				}
					}

.c-nav-sitemap__nav-sub > li[data-page="employee"] > a::before {
						width: 14px;
						height: 14px;
						background-image: url("/img/icon-key.svg");
						background-size: 14px auto;
						margin-bottom: -2px;
					}

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

.c-nav-sitemap__nav-sub > li[data-page="employee"] > a::before {
							width: 4.4vw;
							height: 4.4vw;
							background-size: 4.4vw auto;
							top: calc(50% - 2.2vw)
					}
						}

.c-nav-breadcrumb {
	width: 1024px;
	margin: 0 auto;
	font-size: 1.6rem;
	margin: 0 auto;
}

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

.c-nav-breadcrumb {
		width: 100%;
		padding: 0 6.66667vw
}
	}

.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 {
		position: relative;
		color: #dc0032;
		display: inline-block;
		text-decoration: none;
		margin-right: 26px;
	}

.c-nav-breadcrumb a ::after {
			content: "";
			position: absolute;
			right: -15px;
			top: 50%;
			margin-top: -4px;
			width: 6px;
			height: 6px;
			border-top: 2px solid #a0a0a0;
			border-right: 2px solid #a0a0a0;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}

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

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

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

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

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

.c-list-banner__body {
		width: 1140px
	}
	}

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

.c-list-banner__body {
		width: 100%
	}
	}

.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 only screen and (max-width: 899px) {

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

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

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

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

.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: #ebebeb;
		color: #000;
		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 only screen and (max-width: 768px) {

.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: #dc0032;
		color: #fff;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}

.c-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
}

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

.c-list-item {
		display: block;
		padding: 5.33333vw 0
}
	}

.c-list-item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #333;
		text-decoration: none;
		width: 100%;
		background: url('/img/icon-arrow01.svg') no-repeat right center;
		background-size: 16px auto;
	}

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

.c-list-item a {
			display: block;
			background: none
	}
		}

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

.c-list-item a div.c-list-item__description {
				background: url('/img/icon-arrow01.svg') no-repeat right center;
				background-size: 4.26667vw auto
		}
			}

.c-list-item__meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		cursor: default;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}

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

.c-list-item__meta {
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			margin-bottom: 10px
	}
		}

.c-list-item__category span {
			text-align: center;
			display: inline-block;
			width: 120px;
			padding: 4px 10px;
			margin-right: 33px;
			border-radius: 20px;
			font-family: "DENSOSansTP2017-Light", "DENSOSansTP2017-Regular", sans-serif;
			font-size: 0.875em;
			font-weight: normal;
			line-height: 1.3;
			color: #fff;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			background: #dc0032;
		}

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

.c-list-item__category span {
				width: auto;
				min-width: 16vw;
				margin-right: 2vw;
				border-radius: 30px;
				padding: 1.06667vw 2.66667vw
		}
			}

.c-list-item__time {
		margin-right: 20px;
	}

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

.c-list-item__time {
			margin-right: 0
	}
		}

.c-list-item__description {
		padding: 0 65px 0 0;
	}

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

.c-list-item__description {
			padding-right: 8vw
	}
		}

.c-list-item__description p {
			margin: 0;
		}

.c-title-page {
	text-align: center;
	padding: 55px 0 56px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("/img/bg-news.jpg");
}

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

.c-title-page {
		padding: 10.66667vw 0 10.93333vw
}
	}

.c-title-page h1 {
		width: 1024px;
		margin: 0 auto;
		padding: 0 62px;
		font-size: 2.5em;
		font-weight: normal;
		color: #fff;
	}

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

.c-title-page h1 {
		width: 100%;
		padding: 0 6.66667vw
	}
	}

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

.c-title-page h1 {
			font-size: 8.26667vw
	}
		}

.c-hero {
	width: 100%;
	margin: 0;
	background: #dc0032;
	padding: 60px 83px 0;
	position: relative;
	z-index: 10;
}

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

.c-hero {
		width: 1140px
}
	}

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

.c-hero {
		width: 100%
}
	}

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

.c-hero {
		padding: 4.39239vw 6.07613vw 0
}
	}

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

.c-hero {
		padding: 50px 69px 0
}
	}

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

.c-hero {
		margin-bottom: 10.66667vw;
		padding: 6.66667vw 6.66667vw 0
}
	}

.c-hero::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 160px;
		background: #fff;
		content: "";
		display: block;
		z-index: -1;
	}

.c-hero__body {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}

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

.c-hero__body {
			width: 87.84773vw
	}
		}

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

.c-hero__body {
			width: 1000px
	}
		}

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

.c-hero__body {
			width: 100%
	}
		}

.c-hero__slide {
		overflow: hidden;
	}

.c-hero ul li {
			background: #fff;
			line-height: 0;
		}

.c-hero ul li picture {
				display: block;
			}

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

.c-hero ul li a {
				display: block;
			}

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

.c-hero ul li a:hover {
						opacity: .8
				}
					}

.c-hero__pagination-prev, .c-hero__pagination-next {
			width: 66px;
			height: 66px;
			line-height: 0;
			background: #dc0032;
			position: absolute;
			top: calc(50% - 33px);
			border-radius: 50%;
		}

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

.c-hero__pagination-prev, .c-hero__pagination-next {
				width: 12.53333vw;
				height: 12.53333vw;
				top: calc(50% - 6.26667vw)
		}
			}

.c-hero__pagination-prev:hover, .c-hero__pagination-next:hover {
				cursor: pointer;
			}

.c-hero__pagination-prev::after, .c-hero__pagination-next::after {
				position: absolute;
				content: "";
				width: 18px;
				height: 18px;
				top: calc(50% - 9px);
				margin: auto;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				border: 3px solid #dc0032;
				border-radius: 2px;
			}

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

.c-hero__pagination-prev::after, .c-hero__pagination-next::after {
					width: 2.93333vw;
					height: 2.93333vw;
					top: calc(50% - 1.46667vw);
					left: calc(50% - 1.46667vw)
			}
				}

.c-hero__pagination-prev {
			left: -33px;
		}

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

.c-hero__pagination-prev {
				left: -4.93333vw
		}
			}

.c-hero__pagination-prev::after {
				border-width: 0 0 3px 3px;
				left: calc(50% - 6px);
			}

.c-hero__pagination-next {
			right: -33px;
		}

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

.c-hero__pagination-next {
				right: -4.93333vw
		}
			}

.c-hero__pagination-next::after {
				border-width: 3px 3px 0 0;
				left: calc(50% - 12px);
			}

.c-hero__pagination.is-first.is-last {
			display: none;
		}

.c-hero__marker {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1000;
		width: 100%;
	}

.c-hero__marker ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-flow: wrap;
			    flex-flow: wrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			list-style: none;
			padding: 0;
			margin: 0;
		}

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

.c-hero__marker ul {
				padding: 0 6.66667vw;
				margin-bottom: 2vw
		}
			}

.c-hero__marker ul li {
				width: 10px;
				height: 10px;
				line-height: 1;
				background: #b4b4b4;
				margin: 0 5px 15px;
				border-radius: 50%;
			}

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

.c-hero__marker ul li {
					margin: 0 1.2vw 2vw 0;
					width: 2.66667vw;
					height: 2.66667vw
			}
				}

/* stylelint-disable */

.c-hero__marker ul li.current {

					/* stylelint-enable */
					background: #fff;
				}

.c-hero__marker ul li:hover {
					cursor: pointer;
					opacity: .7;
				}

.c-pagination {
	width: 1024px;
	margin: 0 auto;
	padding: 0 62px;
	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-top: 40px;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

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

.c-pagination {
		width: 100%;
		padding: 0 6.66667vw
}
	}

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

.c-pagination {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 6.66667vw;
		margin-top: 10.66667vw;
		font-size: 3.46667vw
}
	}

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

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

.c-pagination a {
			font-size: 3.46667vw
	}
		}

.c-pagination__prev, .c-pagination__next {
		position: relative;
	}

.c-pagination__prev a, .c-pagination__next a {
			display: block;
			vertical-align: middle;
			position: relative;
		}

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

.c-pagination__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		display: inline-block;
		padding-left: 30px;
	}

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

.c-pagination__prev {
			padding-left: 8vw
	}
		}

.c-pagination__prev a {
			padding-left: 30px;
			margin-left: -30px;
		}

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

.c-pagination__prev a {
				padding-left: 8vw;
				margin-left: -8vw
		}
			}

.c-pagination__prev a::before {
				content: '';
				position: absolute;
				pointer-events: none;
				left: 0;
				top: 50%;
				margin-top: -5px;
				width: 20px;
				height: 12px;
				display: inline-block;
				color: #222;
				background: url('/img/icon-arrow01.svg') no-repeat 0 center;
				background-size: 20px auto;
				-webkit-transform: rotate(-180deg);
				        transform: rotate(-180deg);
			}

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

.c-pagination__prev a::before {
					width: 5.33333vw;
					height: 3.2vw;
					margin-top: -1.33333vw;
					background-size: 5.33333vw auto
			}
				}

.c-pagination__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		display: inline-block;
		padding-right: 30px;
	}

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

.c-pagination__next {
			padding-right: 8vw
	}
		}

.c-pagination__next a {
			padding-right: 30px;
			margin-right: -30px;
		}

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

.c-pagination__next a {
				padding-right: 8vw;
				margin-right: -8vw
		}
			}

.c-pagination__next a::after {
				content: '';
				position: absolute;
				pointer-events: none;
				right: 0;
				top: 50%;
				margin-top: -5px;
				width: 20px;
				height: 12px;
				display: inline-block;
				color: #222;
				background: url('/img/icon-arrow01.svg') no-repeat right center;
				background-size: 20px auto;
			}

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

.c-pagination__next a::after {
					width: 5.33333vw;
					height: 3.2vw;
					margin-top: -1.33333vw;
					background-size: 5.33333vw auto
			}
				}

.c-pagination__numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: bold;
		list-style: none;
		margin: 0 24px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
		font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
	}

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

.c-pagination__numbers {
			display: none
	}
		}

.c-pagination__number {
		width: 39px;
		height: 39px;
		display: block;
		list-style: none;
		margin: 0 6px;
	}

.c-pagination__number:hover, .c-pagination__number [aria-current='page'] {
			border-radius: 30px;
			color: #fff;
			background: #dc0032;
		}

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

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

.c-pagination__number a {
			display: block;
			text-align: center;
		}

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

.c-pagination__back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border-top: 1px solid #ebebeb;
		padding-top: 33px;
		margin-top: 40px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

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

.c-pagination__back {
			padding-top: 8.8vw;
			margin-top: 10.66667vw
	}
		}

.c-pagination__back-btn {
			margin: 0 30px;
			-webkit-box-ordinal-group: 3;
			    -ms-flex-order: 2;
			        order: 2;
		}

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

.c-pagination__back-btn {
				margin: 0 8vw
		}
			}

.c-pagination__back-btn a {
				font-size: 0.77778em;
				display: inline-block;
				padding: 0 30px;
				line-height: 30px;
				color: #fff;
				border-radius: 30px;
				background: #dc0032;
			}

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

.c-pagination__back-btn a {
					font-size: 3.73333vw;
					padding: 0 8vw;
					line-height: 8vw
			}
				}

.c-pagination__back-large {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

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

.c-pagination__back-large {
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			margin-top: 0
	}
		}

.c-pagination__back-large-btn {
			margin: 0 30px;
			-webkit-box-ordinal-group: 3;
			    -ms-flex-order: 2;
			        order: 2;
		}

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

.c-pagination__back-large-btn {
				margin: 0 8vw
		}
			}

.c-pagination__back-large-btn a {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				background: #ebebeb;
				border: none;
				color: #333;
				display: inline-block;
				font-size: 1em;
				font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
				line-height: 1.4;
				min-width: 15.6em;
				padding: 0.8612em 2.5em;
				position: relative;
				text-align: center;
				text-decoration: none;
				vertical-align: middle;
				border-radius: 30px;
			}

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

.c-pagination__back-large-btn a {
					font-size: 4.26667vw;
					padding: 3.73333vw 12vw
			}
				}

.c-pagination__back-large-btn a:active, .c-pagination__back-large-btn a: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;
				}

.c-pagination__back-large-btn a:disabled {
					opacity: 0.6;
				}

.c-pagination__back-large-btn a::before {
					background: url('/img/icon-arrow01.svg') no-repeat 0 0;
					background-size: cover;
					content: '';
					display: block;
					height: 9px;
					left: 1em;
					margin-top: -5px;
					position: absolute;
					top: 50%;
					-webkit-transform: rotate(180deg);
					        transform: rotate(180deg);
					width: 15px;
				}

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

.c-pagination__back-large-btn a::before {
						width: 4vw;
						height: 2.4vw;
						margin-top: -1.33333vw
				}
					}

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

.c-card:hover {
		border: 1px solid #fbeded;
		outline: 2px solid #fbeded;
	}

.c-card[data-is-new="true"]::before {
			background: #dc0032;
			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: #ebebeb;
		-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: #5ebee0;
	}

.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(3, 3, 2);
			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;
		}

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

.c-content-index {
		font-size: 3.46667vw
}
	}

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

.c-page-sub .c-content-index {
	width: 1024px;
	margin: 0 auto;
	padding: 0 62px;
	padding-bottom: 40px;
}

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

.c-page-sub .c-content-index {
		width: 100%;
		padding: 0 6.66667vw;
}
	}

.c-content-index-recruit {
	width: 1024px;
	margin: 0 auto;
	padding: 0 62px;
}

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

.c-content-index-recruit {
		width: 100%;
		padding: 0 6.66667vw
}
	}

.c-content-index-recruit h2 {
		font-weight: normal;
		font-size: 2.375em;
		line-height: 1.4;
		color: #222;
		letter-spacing: .11em;
		margin-top: 43px;
		padding: 4px 0 4px 47px;
		background: url("/img/obj01.png") no-repeat 0 0;
		background-size: 23px auto;
	}

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

.c-content-index-recruit h2 {
			font-size: 6.66667vw;
			margin-top: 11.46667vw;
			padding: 1.06667vw 0 1.06667vw 5.33333vw;
			background-size: 4vw auto
	}
		}

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

.c-content-index-recruit p {
			font-size: 3.46667vw
	}
		}

.c-content-index-recruit__list {
		margin-top: 33px;
		overflow: hidden;
	}

.c-content-index-recruit__list > ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-flow: wrap;
			    flex-flow: wrap;
			list-style: none;
			position: relative;
			z-index: 10;
			padding: 0 0 40px;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding-bottom: 0;
		}

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

.c-content-index-recruit__list > ul {
				width: 100%;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between
		}
			}

.c-content-index-recruit__list > ul > li {
				margin: 20px 0 0;
				border: 1px solid #d1d1d1;
				width: 48.88889%;
				border-radius: 5px;
				overflow: hidden;
			}

@media print,screen and (min-width: 900px) {
					.c-content-index-recruit__list > ul > li:first-child, .c-content-index-recruit__list > ul > li:nth-child(2) {
						margin-top: 0;
					}
				}

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

.c-content-index-recruit__list > ul > li {
					width: 100%;
					margin-top: 4vw
			}

					.c-content-index-recruit__list > ul > li:first-child {
						margin-top: 0;
					}
				}

.c-content-index-recruit__list > ul > li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					text-decoration: none;
					color: inherit;
					height: 100%;
					overflow: hidden;
					position: relative;
				}

@media print,screen and (min-width: 900px) {
								.c-content-index-recruit__list > ul > li a:hover [data-col="img"] img {
									-webkit-transform: scale(1.1);
									        transform: scale(1.1);
								}
						}

.c-content-index-recruit__list > ul > li [data-col="img"] {
					width: 139px;
					overflow: hidden;
				}

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

.c-content-index-recruit__list > ul > li [data-col="img"] {
						width: 30%
				}
					}

.c-content-index-recruit__list > ul > li [data-col="img"] img {
						width: 100%;
						height: 100%;
						display: block;
						-o-object-fit: cover;
						   font-family: "object-fit:cover;object-position:center";
						   object-fit: cover;
						-o-object-position: center;
						   object-position: center;
						transition: transform 500ms ease, -webkit-transform 500ms ease;
					}

.c-content-index-recruit__list > ul > li [data-col="text"] {
					width: calc(100% - 139px);
					padding: 39px 32px;
					position: relative;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					    -ms-flex-flow: column;
					        flex-flow: column;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
				}

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

.c-content-index-recruit__list > ul > li [data-col="text"] {
						width: 70%;
						padding: 4vw 6.66667vw 4vw 5.33333vw
				}
					}

.c-content-index-recruit__list > ul > li [data-col="text"]::before {
						content: "";
						width: 15px;
						height: 9px;
						display: block;
						position: absolute;
						bottom: 10px;
						right: 8px;
						z-index: 1;
						-webkit-transition: 300ms;
						transition: 300ms;
						background: url("/img/icon-arrow01-w.svg") no-repeat 0 0;
						background-size: 100% auto;
					}

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

.c-content-index-recruit__list > ul > li [data-col="text"]::before {
							width: 3.46667vw;
							height: 2.13333vw;
							bottom: 1.86667vw;
							right: 1.33333vw
					}
						}

.c-content-index-recruit__list > ul > li [data-col="text"]::after {
						content: "";
						display: inline-block;
						position: absolute;
						width: 53px;
						height: 53px;
						right: 0;
						bottom: 0;
						z-index: 0;
						background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #dc0032));
						background: linear-gradient(to bottom right, transparent 50%, #dc0032 50%);
					}

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

.c-content-index-recruit__list > ul > li [data-col="text"]::after {
							width: 10.66667vw;
							height: 10.66667vw
					}
						}

.c-content-index-recruit__list > ul > li [data-col="text"] p {
						margin-top: 0;
					}

.c-content-index-recruit__list > ul > li [data-item="name"], .c-content-index-recruit__list > ul > li [data-item="post"] {
					display: inline-block;
					font-size: 2rem;
					font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					line-height: 1.2;
					margin: 0;
				}

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

.c-content-index-recruit__list > ul > li [data-item="name"], .c-content-index-recruit__list > ul > li [data-item="post"] {
						font-size: 4.53333vw;
						margin-bottom: 1.33333vw
				}
					}

.c-content-index-recruit__list > ul > li [data-item="name"] span, .c-content-index-recruit__list > ul > li [data-item="post"] span {
						display: block;
						font-size: 1.4rem;
						color: #dc0032;
						margin-top: 10px;
					}

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

.c-content-index-recruit__list > ul > li [data-item="name"] span, .c-content-index-recruit__list > ul > li [data-item="post"] span {
							font-size: 3.2vw;
							margin-top: 2.66667vw
					}
						}

.c-content-index-recruit__list > ul > li [data-item="post"] {
					margin-right: 20px;
				}

.c-content-index-recruit__list > ul > li [data-item="message"] {
					width: 100%;
					display: block;
					font-size: 1.6rem;
					line-height: 1.8;
					margin: 0 0 3px;
					color: #dc0032;
				}

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

.c-content-index-recruit__list > ul > li [data-item="message"] {
						font-size: 3.46667vw;
						margin: 0 0 6px
				}
					}

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

	/* stylelint-enable */
}

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

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

.bge-contents a, .c-content-main a {
		color: #dc0032;
		word-break: break-word;
	}

.bge-contents h2, .c-content-main h2 {
		font-weight: normal;
		font-size: 2.375em;
		line-height: 1.4;
		color: #222;
		letter-spacing: 0.11em;
	}

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

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

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

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 43px;
		padding: 4px 0 4px 47px;
		background: url('/img/obj01.png') no-repeat 0 0;
		background-size: 23px auto;
	}

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

.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
			margin-top: 11.46667vw;
			padding: 1.06667vw 0 1.06667vw 5.33333vw;
			background-size: 4vw auto
	}
		}

.bge-contents h3, .c-content-main h3 {
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.54;
		letter-spacing: 0.11em;
		margin: 0 0 0.5em;
		padding: 10px 17px;
		color: #fff;
		border-radius: 4px;
		background: url('/img/bg-repeat-pattern01.jpg') repeat 0 0;
		overflow: hidden;
	}

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

.bge-contents h3, .c-content-main h3 {
			margin-top: 1.33333vw;
			padding: 2.66667vw 4.53333vw;
			font-size: 4.8vw
	}
		}

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

.bge-contents .ttl-gray, .bge-contents .ttl-gray h3, .c-content-main .ttl-gray, .c-content-main .ttl-gray h3 {
		background-image: url('/img/bg-repeat-pattern03.png');
		color: #111;
	}

.bge-contents h4, .c-content-main h4 {
		position: relative;
		font-size: 1.5em;
		font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
		line-height: 1.54;
		margin: 0 0 0.9em;
		padding: 5px 25px 14px 18px;
		overflow: hidden;
	}

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

.bge-contents h4, .c-content-main h4 {
			font-size: 4.8vw;
			padding: 1.33333vw 6.66667vw 3.73333vw 4.8vw
	}
		}

.bge-contents h4::before, .c-content-main h4::before {
			content: '';
			width: 100%;
			height: 2px;
			position: absolute;
			left: 0;
			bottom: 0;
			background: #d1d1d1;
		}

.bge-contents h4::after, .c-content-main h4::after {
			content: '';
			width: 30px;
			height: 2px;
			position: absolute;
			left: 0;
			bottom: 0;
			background: #dc0032;
		}

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

.bge-contents h5, .c-content-main h5 {
		position: relative;
		font-size: 1.375em;
		font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
		line-height: 1.54;
		margin: 0 0 1em 0;
		padding: 0 0 0 19px;
	}

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

.bge-contents h5, .c-content-main h5 {
			font-size: 4.53333vw;
			padding-left: 5.06667vw
	}
		}

.bge-contents h5::before, .c-content-main h5::before {
			content: '';
			width: 5px;
			height: 40px;
			position: absolute;
			left: 0;
			top: -4px;
			background: url('/img/obj02.png') no-repeat 0 0;
			background-size: 100% auto;
		}

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

.bge-contents h5::before, .c-content-main h5::before {
				width: 0.93333vw;
				height: 10vw;
				top: -0.26667vw
		}
			}

.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;
		font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
		line-height: 1.5;
		margin: 0 0 10px;
		color: #dc0032;
	}

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

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

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

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

.bge-contents ul > li, .c-content-main ul > li {
			position: relative;
			list-style: none;
			padding: 0 0 0.15em 19px;
		}

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

.bge-contents ul > li, .c-content-main ul > li {
				padding-left: 5.06667vw
		}
			}

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: '';
				vertical-align: middle;
				margin: 0;
				width: 8px;
				height: 8px;
				position: absolute;
				left: 0;
				top: 11px;
				border: 1px solid transparent;
				border-radius: 30px;
				background: #dc0032;
			}

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

.bge-contents ul > li::before, .c-content-main ul > li::before {
					width: 2.13333vw;
					height: 2.13333vw;
					top: 2.26667vw
			}
				}

.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				width: 10px;
				height: 3px;
				top: 14px;
				border-radius: 0;
				background: #999;
			}

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

.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
					width: 2.66667vw;
					height: 0.8vw;
					top: 2.93333vw
			}
				}

.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
					width: 10px;
					height: 3px;
					top: 14px;
					border-radius: 0;
					background: #999;
				}

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

.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
						width: 2.66667vw;
						height: 0.8vw;
						top: 4.26667vw
				}
					}

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

.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 {
			position: relative;
			list-style: none;
			padding: 0 0 0 28px;
			margin-bottom: 0.13em;
		}

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

.bge-contents ol > li, .c-content-main ol > li {
				padding-left: 7.46667vw
		}
			}

.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) '. ';
				counter-increment: content-main-ol-default;
				position: absolute;
				left: 0;
				color: rgb(219, 0, 51);
				font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
			}

.bge-contents ol > li > ol, .c-content-main ol > li > ol {
				margin-top: 0.75em;
			}

.bge-contents ol > li > ol li, .c-content-main ol > li > ol li {
				padding: 0 0 0 40px;
			}

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

.bge-contents ol > li > ol li, .c-content-main ol > li > ol li {
					padding-left: 10.66667vw
			}
				}

.bge-contents ol > li > ol li::before, .c-content-main ol > li > ol li::before {
				content: '（' counter(content-main-ol-default, decimal) '） ';
				color: #999;
				font-family: "DENSOSansTP2017-Regular", sans-serif;
			}

.bge-contents .bge-ckeditor a[target='_blank'], .c-content-main .bge-ckeditor a[target='_blank'] {
			display: inline-block;
			position: relative;
			padding: 0 6px;
			color: #333;
		}

.bge-contents .bge-ckeditor a[target='_blank']:hover, .c-content-main .bge-ckeditor a[target='_blank']:hover {
				color: #dc0032;
				text-decoration: underline;
			}

.bge-contents .bge-ckeditor a[target='_blank']::after, .c-content-main .bge-ckeditor a[target='_blank']::after {
				content: '';
				display: inline-block;
				margin: 0 0 0 6px;
				width: 15px;
				height: 15px;
				background: url('/img/icon-external-r.png') no-repeat center center;
				background-size: 100% auto;
			}

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

.bge-contents .bge-ckeditor a[target='_blank']::after, .c-content-main .bge-ckeditor a[target='_blank']::after {
					width: 4vw;
					height: 4vw;
					margin-right: 1.6vw;
					vertical-align: -0.66667vw
			}
				}

.bge-contents .bge-ckeditor a[href$='.pdf'], .c-content-main .bge-ckeditor a[href$='.pdf'] {
			position: relative;
			color: #333;
			padding: 0 6px;
		}

.bge-contents .bge-ckeditor a[href$='.pdf']:hover, .c-content-main .bge-ckeditor a[href$='.pdf']:hover {
				color: #dc0032;
				text-decoration: underline;
			}

.bge-contents .bge-ckeditor a[href$='.pdf']::after, .c-content-main .bge-ckeditor a[href$='.pdf']::after {
				content: '';
				width: 17px;
				height: 22px;
				margin-left: 6px;
				display: inline-block;
				vertical-align: -4px;
				background: url('/img/icon-pdf.png') no-repeat 0 0;
				background-size: cover;
			}

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

.bge-contents .bge-ckeditor a[href$='.pdf']::after, .c-content-main .bge-ckeditor a[href$='.pdf']::after {
					width: 4.53333vw;
					height: 5.86667vw;
					vertical-align: -1.33333vw
			}
				}

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

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

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

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

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

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

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

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

.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 0.6em 1.3em;
		color: #222;
		border: 1px solid #d2cdcd;
	}

.bge-contents th, .c-content-main th {
		color: #dc0032;
		background: #ebebeb;
		text-align: left;
		font-weight: normal;
		font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
	}

.bge-contents td span, .c-content-main td span {
			font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
			font-weight: bold;
		}

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

.bge-contents .bgb-table table, .bge-contents .bgb-table tbody, .bge-contents .bgb-table tr, .bge-contents .bgb-table th, .bge-contents .bgb-table td, .bge-contents .cc-form-table table, .bge-contents .cc-form-table tbody, .bge-contents .cc-form-table tr, .bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .bgb-table table, .c-content-main .bgb-table tbody, .c-content-main .bgb-table tr, .c-content-main .bgb-table th, .c-content-main .bgb-table td, .c-content-main .cc-form-table table, .c-content-main .cc-form-table tbody, .c-content-main .cc-form-table tr, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
				width: 100%;
				display: block
		}
			}

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

.bge-contents .bgb-table th, .bge-contents .bgb-table td, .bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .bgb-table th, .c-content-main .bgb-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
				margin-top: -1px;
				width: 100% !important
		}
			}

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

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

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

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

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

.bge-contents .sp_scroll, .c-content-main .sp_scroll {
			overflow-x: scroll
	}
				@media only screen and (max-width: 768px) {

			.bge-contents .sp_scroll table, .c-content-main .sp_scroll table {
					width: 900px
			}
				}
		}

.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: #ebebeb;
		padding: 2.4em;
		margin: 0;
		position: relative;
	}

.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: '“';
			display: block;
			font-size: 2.5em;
			left: 0.2em;
			line-height: 0;
			margin-top: 0.5em;
			opacity: 0.2;
			pointer-events: none;
			position: absolute;
			top: 0.2em;
			-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.2em;
			content: '”';
			display: block;
			font-size: 2.5em;
			line-height: 0;
			opacity: 0.2;
			pointer-events: none;
			position: absolute;
			right: 0.2em;
			-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: 0.8em 1.2em;
		text-align: left;
		color: #000;
	}

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

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

.bge-contents .cc-form-description, .c-content-main .cc-form-description {
			margin-bottom: 30px;
		}

.bge-contents .cc-form-table, .c-content-main .cc-form-table {
			margin-bottom: 60px;
		}

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

.bge-contents .cc-form-table, .c-content-main .cc-form-table {
				margin-bottom: 8vw
		}
			}

.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
				border-top-width: 0;
				border-left-width: 0;
				border-right-width: 0;
				vertical-align: top;
			}

@media print,screen and (min-width: 900px) {

.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
					padding-top: 30px;
					padding-bottom: 30px
			}
				}

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

.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
					padding-top: 4vw;
					padding-bottom: 4vw
			}
				}

.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
				font-weight: inherit;
			}

@media print,screen and (min-width: 900px) {

.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
					font-size: 1.5rem;
					width: 260px;
					padding-right: 30px
			}
				}

@media print,screen and (min-width: 900px) {

.bge-contents .cc-form-table td, .c-content-main .cc-form-table td {
					padding-left: 30px;
					padding-right: 0
			}
				}

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

.bge-contents .cc-form-table td, .c-content-main .cc-form-table td {
					border-bottom: none
			}
				}

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

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

.bge-contents .cc-form-table td > div + div, .c-content-main .cc-form-table td > div + div {
							margin-top: 4vw
					}
						}

.bge-contents .cc-form-table td > div + div.error-message, .c-content-main .cc-form-table td > div + div.error-message {
						margin-top: 0;
					}

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

.bge-contents .cc-form-table td > div + div.error-message, .c-content-main .cc-form-table td > div + div.error-message {
							margin-top: 0
					}
						}

.bge-contents .cc-form-table td > div[id^='FieldMessageBirthday'], .bge-contents .cc-form-table td > div[id^='FieldMessageAdmission'], .bge-contents .cc-form-table td > div[id^='FieldMessageGraduate'], .c-content-main .cc-form-table td > div[id^='FieldMessageBirthday'], .c-content-main .cc-form-table td > div[id^='FieldMessageAdmission'], .c-content-main .cc-form-table td > div[id^='FieldMessageGraduate'] {
						display: inline-block;
						vertical-align: text-top;
						margin-top: 0;
					}

.bge-contents .cc-form-table td > div[id^='FieldMessageBirthday']:not(:last-child), .bge-contents .cc-form-table td > div[id^='FieldMessageAdmission']:not(:last-child), .bge-contents .cc-form-table td > div[id^='FieldMessageGraduate']:not(:last-child), .c-content-main .cc-form-table td > div[id^='FieldMessageBirthday']:not(:last-child), .c-content-main .cc-form-table td > div[id^='FieldMessageAdmission']:not(:last-child), .c-content-main .cc-form-table td > div[id^='FieldMessageGraduate']:not(:last-child) {
							margin-right: 10px;
						}

.bge-contents .cc-form-table td > div[id^='FieldMessageBirthday'] .mail-input, .bge-contents .cc-form-table td > div[id^='FieldMessageAdmission'] .mail-input, .bge-contents .cc-form-table td > div[id^='FieldMessageGraduate'] .mail-input, .c-content-main .cc-form-table td > div[id^='FieldMessageBirthday'] .mail-input, .c-content-main .cc-form-table td > div[id^='FieldMessageAdmission'] .mail-input, .c-content-main .cc-form-table td > div[id^='FieldMessageGraduate'] .mail-input {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
						}

.bge-contents .cc-form-table td > div[id^='FieldMessageBirthday'] input, .bge-contents .cc-form-table td > div[id^='FieldMessageAdmission'] input, .bge-contents .cc-form-table td > div[id^='FieldMessageGraduate'] input, .c-content-main .cc-form-table td > div[id^='FieldMessageBirthday'] input, .c-content-main .cc-form-table td > div[id^='FieldMessageAdmission'] input, .c-content-main .cc-form-table td > div[id^='FieldMessageGraduate'] input {
							margin-right: 5px;
						}

.bge-contents .cc-form-table td .size-middle, .c-content-main .cc-form-table td .size-middle {
						width: 45%;
					}

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

.bge-contents .cc-form-table td .size-middle, .c-content-main .cc-form-table td .size-middle {
							width: 100%
					}
						}

.bge-contents .cc-form-table td .size-small, .c-content-main .cc-form-table td .size-small {
						width: 18%;
					}

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

.bge-contents .cc-form-table td .size-small, .c-content-main .cc-form-table td .size-small {
							width: 26.66667vw
					}
						}

.bge-contents .cc-form-table td .mail-before-attachment, .bge-contents .cc-form-table td .mail-after-attachment, .c-content-main .cc-form-table td .mail-before-attachment, .c-content-main .cc-form-table td .mail-after-attachment {
					font-size: 1.6rem;
				}

.bge-contents .cc-form-table td .mail-description, .c-content-main .cc-form-table td .mail-description {
					margin-bottom: 10px;
				}

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

.bge-contents .cc-form-table td .mail-description, .c-content-main .cc-form-table td .mail-description {
						margin-bottom: 2vw
				}
					}

.bge-contents .cc-form-table td .mail-attention, .c-content-main .cc-form-table td .mail-attention {
					margin-top: 10px;
				}

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

.bge-contents .cc-form-table td .mail-attention, .c-content-main .cc-form-table td .mail-attention {
						margin-top: 2vw
				}
					}

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

.bge-contents .cc-form-table td label, .c-content-main .cc-form-table td label {
						font-size: 1.6rem
				}
					}

.bge-contents .cc-form-agreement, .c-content-main .cc-form-agreement {
			margin-bottom: 40px;
		}

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

.bge-contents .cc-form-agreement, .c-content-main .cc-form-agreement {
				margin-bottom: 8vw
		}
			}

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

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

.bge-contents .cc-form-submit button, .bge-contents .cc-form-submit p:not(.text-caution), .c-content-main .cc-form-submit button, .c-content-main .cc-form-submit p:not(.text-caution) {
				margin: 0 10px 20px;
				display: inline-block;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
			}

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

.bge-contents .cc-form-submit button, .bge-contents .cc-form-submit p:not(.text-caution), .c-content-main .cc-form-submit button, .c-content-main .cc-form-submit p:not(.text-caution) {
					margin-bottom: 2.66667vw;
					width: 80%
			}
				}

.bge-contents .cc-form-submit button:hover, .bge-contents .cc-form-submit p:not(.text-caution):hover, .c-content-main .cc-form-submit button:hover, .c-content-main .cc-form-submit p:not(.text-caution):hover {
					cursor: pointer;
				}

.bge-contents .cc-form-submit .text-caution, .c-content-main .cc-form-submit .text-caution {
				font-size: 1.4rem;
				margin: 0 auto;
			}

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

.bge-contents .cc-form-submit .text-caution, .c-content-main .cc-form-submit .text-caution {
					font-size: 3.33333vw
			}
				}

.bge-contents .cc-form-thanks, .c-content-main .cc-form-thanks {
			text-align: center;
			margin-bottom: 40px;
		}

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

.bge-contents .cc-form-thanks, .c-content-main .cc-form-thanks {
				margin-bottom: 6.66667vw
		}
			}

.bge-contents .message-box, .c-content-main .message-box {
		color: #fff;
		margin-bottom: 40px;
		padding: 10px;
		background: #dc0032;
	}

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

.bge-contents .message-box, .c-content-main .message-box {
			margin-bottom: 6.66667vw;
			padding: 2.66667vw
	}
		}

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

.bge-contents .required, .c-content-main .required {
		display: inline-block;
		vertical-align: 1px;
		color: #dc0032;
		font-size: 1.3rem;
		line-height: 1;
		margin: 0 8px;
		padding: 5px 5px 3px 3px;
		background: #fff;
		border: 2px solid #dc0032;
		font-weight: 500;
	}

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

.bge-contents .required, .c-content-main .required {
			font-size: 2.66667vw;
			margin-left: 2vw
	}
		}

.bge-contents input, .c-content-main input {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		font-size: 1.6rem;
		max-width: 100%;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border: 1px solid #d1d1d1;
	}

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

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

.bge-contents input:focus, .c-content-main input:focus {
			background: #fff;
			outline: none;
		}

.bge-contents input[type='text'], .bge-contents input[type='email'], .bge-contents input[type='tel'], .c-content-main input[type='text'], .c-content-main input[type='email'], .c-content-main input[type='tel'] {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			padding: 8px 10px;
			width: 100%;
		}

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

.bge-contents input[type='text'], .bge-contents input[type='email'], .bge-contents input[type='tel'], .c-content-main input[type='text'], .c-content-main input[type='email'], .c-content-main input[type='tel'] {
				padding: 2.13333vw 2.66667vw
		}
			}

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

.bge-contents input[type='checkbox'], .c-content-main input[type='checkbox'] {
			margin: 5px 5px 5px 0;
			width: 22px;
			height: 22px;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			outline: none;
			display: inline-block;
			vertical-align: middle;
			border: 1px solid #d1d1d1;
		}

.bge-contents input[type='checkbox']:hover, .c-content-main input[type='checkbox']:hover {
				cursor: pointer;
			}

.bge-contents input[type='checkbox']:focus, .c-content-main input[type='checkbox']:focus {
				border-color: #d1d1d1;
			}

.bge-contents input[type='checkbox']:checked, .c-content-main input[type='checkbox']:checked {
				background: #dc0032;
				border-color: #dc0032;
				position: relative;
			}

.bge-contents input[type='checkbox']:checked::before, .bge-contents input[type='checkbox']:checked::after, .c-content-main input[type='checkbox']:checked::before, .c-content-main input[type='checkbox']:checked::after {
					content: '';
					position: absolute;
					width: 2px;
					background: #fff;
				}

.bge-contents input[type='checkbox']:checked::before, .c-content-main input[type='checkbox']:checked::before {
					height: 7px;
					top: 7px;
					left: 4px;
					-webkit-transform: rotate(140deg);
					        transform: rotate(140deg);
				}

.bge-contents input[type='checkbox']:checked::after, .c-content-main input[type='checkbox']:checked::after {
					height: 12px;
					top: 3px;
					left: 10px;
					-webkit-transform: rotate(225deg);
					        transform: rotate(225deg);
				}

.bge-contents input[type='checkbox'] + label, .c-content-main input[type='checkbox'] + label {
				margin-right: 10px;
			}

.bge-contents input[type='checkbox'] + label:hover, .c-content-main input[type='checkbox'] + label:hover {
					cursor: pointer;
				}

/* ラジオボタン */

.bge-contents input[type='radio'], .c-content-main input[type='radio'] {
			margin: 5px 5px 0 0;
			width: 22px;
			height: 22px;
			border-radius: 50%;
			-webkit-order-radius: 50%;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			outline: none;
			vertical-align: top;
			position: relative;
		}

.bge-contents input[type='radio']:checked::before, .c-content-main input[type='radio']:checked::before {
					content: '';
					display: block;
					position: absolute;
					top: 4px;
					left: 4px;
					background: #dc0032;
					border-radius: 50%;
					width: calc(100% - 8px);
					height: calc(100% - 8px);
				}

.bge-contents input[type='radio'] + label, .c-content-main input[type='radio'] + label {
				width: calc(100% - 55px);
				display: inline-block;
				vertical-align: top;
			}

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

.bge-contents input[type='radio'] + label, .c-content-main input[type='radio'] + label {
					width: calc(100% - 55px)
			}
				}

.bge-contents input[type='radio'] + label:hover, .c-content-main input[type='radio'] + label:hover {
					cursor: pointer;
				}

.bge-contents .select-box, .c-content-main .select-box {
		display: inline-block;
		position: relative;
		margin: 0 5px 0 0;
	}

.bge-contents .select-box::after, .c-content-main .select-box::after {
			content: '';
			display: inline-block;
			vertical-align: middle;
			width: 10px;
			height: 10px;
			border: 2px solid #dc0032;
			border-width: 0 2px 2px 0;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			position: absolute;
			top: calc(50% - 7px);
			right: 10px;
		}

.bge-contents .select-box[data-size='small'], .c-content-main .select-box[data-size='small'] {
			width: 15%;
		}

.bge-contents .select-box select, .c-content-main .select-box select {
			outline: none;
			border: 1px solid #d1d1d1;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			padding: 8px 40px 8px 10px;
			font-size: 1.6rem;
			background: #fff;
		}

.bge-contents .select-box select:focus, .c-content-main .select-box select:focus {
				background: #d1d1d1;
			}

.bge-contents .select-box select::-ms-expand, .c-content-main .select-box select::-ms-expand {
			display: none;
		}

.bge-contents textarea, .c-content-main textarea {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border-radius: 0;
		font-size: 1.6rem;
		padding: 8px 10px;
		width: 100%;
		resize: vertical;
		border: 1px solid #d1d1d1;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

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

.bge-contents textarea, .c-content-main textarea {
			padding: 2.13333vw 2.66667vw
	}
		}

.bge-contents textarea:focus, .c-content-main textarea:focus {
			background: #fff;
			outline: none;
		}

.bge-contents .mail-input-calender, .c-content-main .mail-input-calender {
			position: relative;
			padding-right: 30px;
		}

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

.bge-contents .mail-input-calender, .c-content-main .mail-input-calender {
				padding-right: 8vw
		}
			}

.bge-contents .mail-input-calender::after, .c-content-main .mail-input-calender::after {
				content: '';
				width: 21px;
				height: 22px;
				margin-left: 6px;
				display: inline-block;
				vertical-align: -4px;
				background: url('/img/icon-calender.png') no-repeat 0 0;
				background-size: 100% auto;
			}

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

.bge-contents .mail-input-calender::after, .c-content-main .mail-input-calender::after {
					width: 5.6vw;
					height: 5.86667vw;
					vertical-align: -1.33333vw;
					position: absolute;
					right: 0;
					margin-left: 1.6vw;
					top: 1.33333vw
			}
				}

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

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

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

@media print,screen and (min-width: 900px) and (max-width: 1023px) {

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

@media print,screen and (min-width: 1024px) and (max-width: 1139px) {

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

@media print,screen and (min-width: 1140px) {

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

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

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

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

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

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

@media print,screen and (min-width: 900px) and (max-width: 1023px) {

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

@media print,screen and (min-width: 1024px) and (max-width: 1139px) {

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

@media print,screen and (min-width: 1140px) {

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

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

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

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

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

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

@media print,screen and (min-width: 900px) and (max-width: 1023px) {

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

@media print,screen and (min-width: 1024px) and (max-width: 1139px) {

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

@media print,screen and (min-width: 1140px) {

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

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

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

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

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

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

@media print,screen and (min-width: 900px) and (max-width: 1023px) {

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

@media print,screen and (min-width: 1024px) and (max-width: 1139px) {

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

@media print,screen and (min-width: 1140px) {

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

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

.bge-contents [data-bgb='title2'], .c-content-main [data-bgb='title2'] {
		margin-bottom: 1.4em;
	}

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #dc0032;
		border: none;
		color: #fff;
		display: inline-block;
		font-size: 1.125em;
		line-height: 1.4;
		min-width: 15.6em;
		padding: 0.8612em 2.5em;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 30px;
	}

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

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			font-size: 4.26667vw;
			padding: 3.73333vw 12vw
	}
		}

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

.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
			border-width: 2px 2px 0 0;
			content: '';
			display: block;
			height: 9px;
			margin-top: -5px;
			position: absolute;
			right: 1em;
			top: 50%;
			width: 15px;
			background: url('/img/icon-arrow01-w.svg') no-repeat 0 0;
			background-size: cover;
			-webkit-transition: right 300ms;
			transition: right 300ms;
		}

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

.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
				width: 4vw;
				height: 2.4vw;
				margin-top: -1.33333vw
		}
			}

.bge-contents .bgt-btn:hover::after, .c-content-main .bgt-btn:hover::after {
				right: 0.6em;
			}

.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, .bge-contents .btn-em, .c-content-main [data-bgt-button-kind='em'] .bgt-btn, .c-content-main .btn-em {
		background: #333;
	}

.bge-contents [data-bgt-button-kind='external'] .bgt-btn, .c-content-main [data-bgt-button-kind='external'] .bgt-btn {
		background: #5ebee0;
		padding: 0.778em 3em;
	}

.bge-contents [data-bgt-button-kind='external'] .bgt-btn::after, .c-content-main [data-bgt-button-kind='external'] .bgt-btn::after {
			right: 1.5em;
			width: 14px;
			height: 14px;
			margin-top: -6px;
			background: url('/img/icon-external.svg') no-repeat 0 0;
			background-size: cover;
		}

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

.bge-contents [data-bgt-button-kind='external'] .bgt-btn::after, .c-content-main [data-bgt-button-kind='external'] .bgt-btn::after {
				width: 3.73333vw;
				height: 3.73333vw;
				margin-top: -1.6vw
		}
			}

.bge-contents [data-bgt-button-kind='back'] .bgt-btn, .bge-contents .btn-back, .c-content-main [data-bgt-button-kind='back'] .bgt-btn, .c-content-main .btn-back {
		color: #333;
		background: #ebebeb;
	}

.bge-contents [data-bgt-button-kind='back'] .bgt-btn::before, .bge-contents .btn-back::before, .c-content-main [data-bgt-button-kind='back'] .bgt-btn::before, .c-content-main .btn-back::before {
			background: url('/img/icon-arrow01.svg') no-repeat 0 0;
			background-size: cover;
			content: '';
			display: block;
			height: 9px;
			left: 1em;
			margin-top: -5px;
			position: absolute;
			top: 50%;
			-webkit-transform: rotate(180deg);
			        transform: rotate(180deg);
			width: 15px;
			-webkit-transition: left 300ms;
			transition: left 300ms;
		}

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

.bge-contents [data-bgt-button-kind='back'] .bgt-btn::before, .bge-contents .btn-back::before, .c-content-main [data-bgt-button-kind='back'] .bgt-btn::before, .c-content-main .btn-back::before {
				width: 4vw;
				height: 2.4vw;
				margin-top: -1.33333vw
		}
			}

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

.bge-contents [data-bgt-button-kind='back'] .bgt-btn:hover::before, .bge-contents .btn-back:hover::before, .c-content-main [data-bgt-button-kind='back'] .bgt-btn:hover::before, .c-content-main .btn-back:hover::before {
				left: 0.6em;
			}

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

.bge-contents [data-bgb='button2'], .c-content-main [data-bgb='button2'] {
			max-width: 580px;
			margin-left: auto;
			margin-right: auto
	}
		}

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

.bge-contents [data-bgb='button2'], .c-content-main [data-bgb='button2'] {
			margin-bottom: 20px
	}
		}

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

.bge-contents [data-bgb='button3'], .c-content-main [data-bgb='button3'] {
			max-width: 880px;
			margin-left: auto;
			margin-right: auto
	}
		}

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

.bge-contents [data-bgb='download-file2'], .c-content-main [data-bgb='download-file2'] {
			width: 100%;
			max-width: 580px;
			margin-left: auto;
			margin-right: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}
		}

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

.bge-contents [data-bgb='download-file3'], .c-content-main [data-bgb='download-file3'] {
			width: 100%;
			max-width: 880px;
			margin-left: auto;
			margin-right: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}
		}

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

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

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

.bge-contents [data-bgb='download-file3'] .bgt-grid:nth-child(2), .c-content-main [data-bgb='download-file3'] .bgt-grid:nth-child(2) {
					margin: 0 20px
			}
				}

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

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

.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 .bgb-download-file, .c-content-main .bgb-download-file {
		text-align: center;
	}

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		color: #333;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border: 1px solid #dc0032;
		background: #fff;
		display: inline-block;
		font-size: 1.125em;
		line-height: 1.4;
		min-width: 15.6em;
		padding: 0.806em 2.5em;
		position: relative;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 30px;
	}

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

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			font-size: 4.26667vw
	}
		}

.bge-contents .bgt-download-file__link i, .c-content-main .bgt-download-file__link i {
			display: none;
		}

.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 {
			content: '';
			width: 17px;
			height: 22px;
			background: url('/img/icon-pdf.png') no-repeat 0 0;
			background-size: cover;
			display: block;
			margin-top: -11px;
			position: absolute;
			right: 1.5em;
			top: 50%;
		}

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

.bge-contents .bgt-download-file__link::after, .c-content-main .bgt-download-file__link::after {
				width: 4.53333vw;
				height: 5.86667vw;
				margin-top: -2.93333vw
		}
			}

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

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

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

.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			border: solid 1px #f2f2f2;
			border-radius: 3px;
			color: #333;
			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: 2.4em;
	}

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

.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding-bottom: 2.4em;
		padding-top: 2.4em;
	}

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

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

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

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

.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1em !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(0, 0, 0, 0.6);
				padding: 0.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: 0.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: #dc0032;
					border-radius: 100%;
					opacity: 0.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;
					}

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

.bge-contents [data-bgb='text-float-image1'] .bgt-grid--first, .c-content-main [data-bgb='text-float-image1'] .bgt-grid--first {
	}
		}

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

.bge-contents [data-bgb='text-float-image1'] .bgt-grid--first, .c-content-main [data-bgb='text-float-image1'] .bgt-grid--first {
			margin-bottom: 5.33333vw
	}
		}

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

.bge-contents [data-bgb='text-float-image2'] .bgt-grid--first, .c-content-main [data-bgb='text-float-image2'] .bgt-grid--first {
	}
		}

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

.bge-contents [data-bgb='text-float-image2'] .bgt-grid--first, .c-content-main [data-bgb='text-float-image2'] .bgt-grid--first {
			margin-bottom: 5.33333vw
	}
		}

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

.bge-contents [data-bgb='text-image2'] .bgt-grid--first, .c-content-main [data-bgb='text-image2'] .bgt-grid--first {
	}
		}

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

.bge-contents [data-bgb='text-image2'] .bgt-grid--first, .c-content-main [data-bgb='text-image2'] .bgt-grid--first {
			margin-bottom: 5.33333vw
	}
		}

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

.bge-contents [data-bgb='text-image1'] .bgt-grid--last, .c-content-main [data-bgb='text-image1'] .bgt-grid--last {
	}
		}

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

.bge-contents [data-bgb='text-image1'] .bgt-grid--last, .c-content-main [data-bgb='text-image1'] .bgt-grid--last {
			margin-top: 5.33333vw
	}
		}

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

.bge-contents [data-bgb='image-link-text2'] .bgt-grid--first, .c-content-main [data-bgb='image-link-text2'] .bgt-grid--first {
	}
		}

.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: #dc0032;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: 0.2em 0.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: #dc0032;
		}

.bge-contents .bc-area-cta a span::before, .c-content-main .bc-area-cta a span::before {
					display: inline-block;
					font-family: icons;
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					line-height: 1;
					speak: none;
					text-align: left;
					text-indent: 0;
					text-rendering: auto;
					text-transform: none;
					vertical-align: middle;
					white-space: nowrap;
					color: #f2f2f2;
					content: "\E100";
					margin-right: 0.5em;
				}

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

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

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

.bge-contents .table-normal th, .c-content-main .table-normal th {
			color: #333;
			background: #fff;
		}

.bge-contents .anchor-link ul, .c-content-main .anchor-link ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-flow: wrap;
			    flex-flow: wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding: 0;
			margin-bottom: -15px;
		}

.bge-contents .anchor-link ul li, .c-content-main .anchor-link ul li {
				margin-bottom: 15px;
				background: #fff;
				border: 1px solid #d1d1d1;
				width: 280px;
				margin: 0 0 10px 0;
				padding: 0;
			}

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

.bge-contents .anchor-link ul li, .c-content-main .anchor-link ul li {
					width: 100%;
					margin-bottom: 1em;
					padding: 0
			}
				}

.bge-contents .anchor-link ul li::before, .c-content-main .anchor-link ul li::before {
					content: none;
				}

.bge-contents .anchor-link ul li:nth-child(3n), .c-content-main .anchor-link ul li:nth-child(3n) {
					margin-right: 0;
				}

.bge-contents .anchor-link ul li a, .c-content-main .anchor-link ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					height: 100%;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					text-align: center;
					font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					font-size: 1em;
					color: #333;
					text-decoration: none;
					padding: 20px 45px 19px;
					line-height: 1.5;
					position: relative;
					overflow: hidden;
					background: none;
				}

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

.bge-contents .anchor-link ul li a, .c-content-main .anchor-link ul li a {
						font-size: 4.26667vw;
						padding: 5.33333vw 13.33333vw 5.06667vw
				}
					}

.bge-contents .anchor-link ul li a:hover, .c-content-main .anchor-link ul li a:hover {
						opacity: 0.7;
					}

.bge-contents .anchor-link ul li a::before, .c-content-main .anchor-link ul li a::before {
						display: block;
						content: '';
						position: absolute;
						width: 16px;
						height: 10px;
						background: url('../img/icon-arrow02.svg') no-repeat center center;
						background-size: cover;
						z-index: 50;
						left: 85.71429%;
						top: 50%;
						margin-top: -5px;
						text-align: center;
						border-radius: 50%;
					}

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

.bge-contents .anchor-link ul li a::before, .c-content-main .anchor-link ul li a::before {
							width: 4.26667vw;
							height: 2.66667vw;
							margin-top: -1.33333vw
					}
						}

.bge-contents .in-page-link ul, .c-content-main .in-page-link ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-flow: wrap;
			    flex-flow: wrap;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			padding: 0;
			margin-bottom: -15px;
		}

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

.bge-contents .in-page-link ul, .c-content-main .in-page-link ul {
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between
		}
			}

.bge-contents .in-page-link ul li, .c-content-main .in-page-link ul li {
				margin-bottom: 15px;
				background: #fff;
				border-bottom: 1px solid #d1d1d1;
				width: 23.40426%;
				margin: 0 0 10px 0;
				padding: 0;
			}

.bge-contents .in-page-link ul li:not(:last-child), .c-content-main .in-page-link ul li:not(:last-child) {
					margin-right: 2.12766%;
				}

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

.bge-contents .in-page-link ul li:not(:last-child), .c-content-main .in-page-link ul li:not(:last-child) {
						margin-right: 0
				}
					}

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

.bge-contents .in-page-link ul li, .c-content-main .in-page-link ul li {
					width: 46.66667%;
					margin-bottom: 1.5em;
					padding: 0
			}
				}

.bge-contents .in-page-link ul li::before, .c-content-main .in-page-link ul li::before {
					content: none;
				}

.bge-contents .in-page-link ul li a, .c-content-main .in-page-link ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					height: 100%;
					-webkit-box-align: end;
					    -ms-flex-align: end;
					        align-items: flex-end;
					text-align: center;
					font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					font-size: 1em;
					color: #333;
					text-decoration: none;
					padding: 0 40px 10px 5px;
					line-height: 1.5;
					position: relative;
					overflow: hidden;
					background: none;
				}

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

.bge-contents .in-page-link ul li a, .c-content-main .in-page-link ul li a {
						font-size: 3.73333vw;
						padding: 0 6.66667vw 2vw 2vw
				}
					}

.bge-contents .in-page-link ul li a:hover, .c-content-main .in-page-link ul li a:hover {
						opacity: 0.7;
					}

.bge-contents .in-page-link ul li a::before, .c-content-main .in-page-link ul li a::before {
						display: block;
						content: '';
						position: absolute;
						width: 16px;
						height: 10px;
						background: url('../img/icon-arrow02.svg') no-repeat center center;
						background-size: cover;
						z-index: 50;
						left: 85.71429%;
						bottom: 15px;
						text-align: center;
						border-radius: 50%;
					}

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

.bge-contents .in-page-link ul li a::before, .c-content-main .in-page-link ul li a::before {
							width: 4.26667vw;
							height: 2.66667vw;
							margin-top: -1.33333vw
					}
						}

.bge-contents .index-block, .c-content-main .index-block {
		margin-bottom: 2.5em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

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

.bge-contents .index-block, .c-content-main .index-block {
			display: block;
			margin-bottom: 2.66667vw
	}
		}

.bge-contents .index-block .bgt-grid.no-contents, .c-content-main .index-block .bgt-grid.no-contents {
				display: none;
			}

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

.bge-contents .index-block .bgt-grid, .c-content-main .index-block .bgt-grid {
				margin-bottom: 5.33333vw
		}
			}

.bge-contents .index-block .bgt-grid .bgt-container, .c-content-main .index-block .bgt-grid .bgt-container {
				height: 100%;
			}

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link {
					height: 100%;
				}

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link:hover, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link:hover {
						opacity: 0.7;
					}

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link {
						height: 100%;
					}

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box {
							height: 100%;
						}

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image {
								border-radius: 5px 5px 0 0;
								padding-top: 0;
								height: 190px;
							}

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

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image {
									height: 50.66667vw
							}
								}

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								position: relative;
								height: calc(100% - 190px);
								-webkit-box-sizing: border-box;
								        box-sizing: border-box;
								padding: 12px 50px 10px 30px;
								font-size: 1.125em;
								font-weight: 500;
								color: #fff;
								line-height: 1.5;
								border-radius: 0 0 5px 5px;
								background: url('/img/bg-index-parts.jpg') no-repeat center center;
								background-size: cover;
							}

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

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption {
									padding: 3.2vw 17.33333vw 2.66667vw 8vw;
									font-size: 4.8vw
							}
								}

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption::after, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption::after {
									content: '';
									display: block;
									position: absolute;
									width: 15px;
									height: 9px;
									z-index: 50;
									left: 86.2069%;
									top: 50%;
									background: url('/img/icon-arrow01-w.svg') no-repeat 0 0;
									background-size: cover;
									margin-top: -4px;
								}

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

.bge-contents .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption::after, .c-content-main .index-block .bgt-grid .bgt-container .bgt-trimmed-image-link .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption::after {
										width: 4vw;
										height: 2.4vw;
										top: 50%;
										left: 72vw;
										margin-top: -1.33333vw
								}
									}

.bge-contents .nav-local, .c-content-main .nav-local {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		margin-bottom: 60px;
	}

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

.bge-contents .nav-local, .c-content-main .nav-local {
			display: block;
			margin-bottom: 13.33333vw
	}
		}

.bge-contents .nav-local .bgt-grid, .c-content-main .nav-local .bgt-grid {
			width: 290px;
			padding: 0;
			float: none;
		}

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

.bge-contents .nav-local .bgt-grid, .c-content-main .nav-local .bgt-grid {
				width: 100%
		}
			}

.bge-contents .nav-local .bgt-grid::after, .c-content-main .nav-local .bgt-grid::after {
				display: none;
			}

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

.bge-contents .nav-local .bgt-grid:nth-child(3n-1), .c-content-main .nav-local .bgt-grid:nth-child(3n-1) {
					margin: 0 15px
			}
				}

.bge-contents .nav-local .bgt-grid.no-contents, .c-content-main .nav-local .bgt-grid.no-contents {
				display: none;
			}

.bge-contents .nav-local.bgb-trimmed-image-link2 .bgt-grid, .c-content-main .nav-local.bgb-trimmed-image-link2 .bgt-grid {
				width: calc(50% - 15px);
			}

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

.bge-contents .nav-local.bgb-trimmed-image-link2 .bgt-grid, .c-content-main .nav-local.bgb-trimmed-image-link2 .bgt-grid {
					width: 100%
			}
				}

.bge-contents .nav-local .bgt-trimmed-image-link__link, .c-content-main .nav-local .bgt-trimmed-image-link__link {
			position: relative;
			border: 1px solid #d1d1d1;
			color: #333;
			font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
			font-size: 1.14286em;
		}

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

.bge-contents .nav-local .bgt-trimmed-image-link__link, .c-content-main .nav-local .bgt-trimmed-image-link__link {
				font-size: 4.26667vw;
				background-position: 67.46667vw center;
				background-size: 4vw auto
		}
			}

.bge-contents .nav-local .bgt-trimmed-image-link__link::after, .c-content-main .nav-local .bgt-trimmed-image-link__link::after {
				content: '';
				position: absolute;
				right: 20px;
				top: 50%;
				width: 15px;
				height: 9px;
				margin-top: -5px;
				background: url(/img/icon-arrow01.svg) no-repeat 0 0;
				background-size: cover;
			}

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

.bge-contents .nav-local .bgt-trimmed-image-link__link::after, .c-content-main .nav-local .bgt-trimmed-image-link__link::after {
					top: 50%;
					right: 5.33333vw;
					margin-top: -1.06667vw;
					width: 4vw;
					height: 2.4vw
			}
				}

.bge-contents .nav-local .bgt-trimmed-image-link__link:hover, .c-content-main .nav-local .bgt-trimmed-image-link__link:hover {
				opacity: 0.7;
			}

.bge-contents .nav-local .bgt-trimmed-image-link__link .bgt-link__box, .c-content-main .nav-local .bgt-trimmed-image-link__link .bgt-link__box {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 12px 50px 12px 12px;
			}

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

.bge-contents .nav-local .bgt-trimmed-image-link__link .bgt-link__box, .c-content-main .nav-local .bgt-trimmed-image-link__link .bgt-link__box {
					padding: 3.2vw 13.33333vw 3.2vw 3.2vw
			}
				}

.bge-contents .nav-local .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image, .c-content-main .nav-local .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image {
					min-width: 64px;
					width: 64px;
					height: 64px;
					padding-top: 0;
					margin-right: 19px;
					-ms-flex-item-align: start;
					    align-self: flex-start;
				}

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

.bge-contents .nav-local .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image, .c-content-main .nav-local .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__image {
						min-width: 17.06667vw;
						width: 17.06667vw;
						height: 17.06667vw;
						margin-right: 5.06667vw
				}
					}

.bge-contents .nav-local .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption, .c-content-main .nav-local .bgt-trimmed-image-link__link .bgt-link__box .bgt-box__caption {
					padding: 0;
				}

.bge-contents .text-link ul, .c-content-main .text-link ul {
			margin: 0 0 1.5em 1.5em;
		}

.bge-contents .text-link ul li, .c-content-main .text-link ul li {
				padding: 0;
				margin-bottom: 10px;
			}

.bge-contents .text-link ul li::before, .c-content-main .text-link ul li::before {
					content: none;
				}

.bge-contents .text-link ul li a, .c-content-main .text-link ul li a {
					display: inline-block;
					color: #333;
					padding: 0 0 0 17px;
					text-decoration: none;
					background: url(/img/icon-arrow01.svg) no-repeat left 13px;
					background-size: 11px 7px;
				}

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

.bge-contents .text-link ul li a, .c-content-main .text-link ul li a {
						margin-left: 1.33333vw;
						margin-right: 1.33333vw;
						padding-left: 4.53333vw;
						background-size: 2.93333vw 1.86667vw;
						background-position: left 2.26667vw
				}
					}

.bge-contents .text-link ul li a:hover, .c-content-main .text-link ul li a:hover {
						text-decoration: underline;
					}

.bge-contents .text-link ul li a[href$='.pdf'], .c-content-main .text-link ul li a[href$='.pdf'] {
						padding: 0 0 0 17px;
					}

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

.bge-contents .text-link ul li a[href$='.pdf'], .c-content-main .text-link ul li a[href$='.pdf'] {
							padding-left: 4.53333vw
					}
						}

.bge-contents .list-caution li::before, .c-content-main .list-caution li::before {
				content: '※';
				background: none;
				width: inherit;
				height: inherit;
				top: 0;
				border-radius: 0;
				border: none;
			}

.bge-contents .link-title-h2 a, .c-content-main .link-title-h2 a {
			display: block;
			color: #000;
			text-decoration: none;
		}

.bge-contents .link-title-h2 a:hover, .c-content-main .link-title-h2 a:hover {
				text-decoration: underline;
			}

/* stylelint-disable */

.bge-contents .link-title-h3 h3, .c-content-main .link-title-h3 h3 {
			background: #f2f2f2;
			margin-bottom: 1em;
		}

.bge-contents .link-title-h3 h3 a, .c-content-main .link-title-h3 h3 a {
				display: block;
				position: relative;
				padding: 0 2em 0 0;
				color: #000;
				font-size: 0.75em;
				text-decoration: none;
			}

.bge-contents .link-title-h3 h3 a:hover, .c-content-main .link-title-h3 h3 a:hover {
					text-decoration: underline;
				}

.bge-contents .link-title-h3 h3 a::after, .c-content-main .link-title-h3 h3 a::after {
					content: '';
					display: block;
					width: 15px;
					height: 9px;
					position: absolute;
					background: url(/img/btn-product-arrow.svg) no-repeat;
					background-size: cover;
					right: 20px;
					top: 40%;
				}

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

.bge-contents .link-title-h3 h3 a::after, .c-content-main .link-title-h3 h3 a::after {
						width: 4vw;
						height: 2.4vw;
						left: 74vw
				}
					}

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

.bge-contents .link-title-h3 h3 a, .c-content-main .link-title-h3 h3 a {
					padding: 0 1em 0 0
			}
				}

.bge-contents .product_column .bgt-grid:hover, .c-content-main .product_column .bgt-grid:hover {
				opacity: 0.7;
			}

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

.bge-contents .product_column .bgt-grid, .c-content-main .product_column .bgt-grid {
				margin-bottom: 5.33333vw
		}
			}

.bge-contents .product_column .bgt-grid.no-contents, .c-content-main .product_column .bgt-grid.no-contents {
				display: none;
			}

.bge-contents .product_column .bgt-grid .bgt-container:first-child, .c-content-main .product_column .bgt-grid .bgt-container:first-child {
					padding-top: 0;
					border-top: 4px solid #dc0032;
				}

.bge-contents .product_column .bgt-grid .bgt-container:first-child .bgt-image-link, .c-content-main .product_column .bgt-grid .bgt-container:first-child .bgt-image-link {
						border: 1px solid #d1d1d1;
						border-width: 0 1px 0 1px;
					}

.bge-contents .product_column .bgt-grid .bgt-container .bge-ckeditor, .c-content-main .product_column .bgt-grid .bgt-container .bge-ckeditor {
					position: relative;
				}

.bge-contents .product_column .bgt-grid .bgt-container:last-child, .c-content-main .product_column .bgt-grid .bgt-container:last-child {
					margin-top: 0;
					background-color: #fff;
					border: 1px solid #d1d1d1;
					border-top: none;
				}

.bge-contents .product_column .bgt-grid .bgt-container:last-child a, .c-content-main .product_column .bgt-grid .bgt-container:last-child a {
						display: block;
						color: #333;
						text-decoration: none;
						padding: 17px 45px 17px 20px;
						line-height: 1.3em;
						font-weight: bold;
						font-size: 18px;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: baseline;
						    -ms-flex-align: baseline;
						        align-items: baseline;
						-webkit-box-orient: vertical;
						-webkit-box-direction: normal;
						    -ms-flex-flow: column;
						        flex-flow: column;
						-webkit-box-pack: center;
						    -ms-flex-pack: center;
						        justify-content: center;
					}

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

.bge-contents .product_column .bgt-grid .bgt-container:last-child a, .c-content-main .product_column .bgt-grid .bgt-container:last-child a {
							font-size: 4vw;
							padding: 3.2vw 17.33333vw 2.66667vw 8vw
					}
						}

.bge-contents .product_column .bgt-grid .bgt-container:last-child a small, .c-content-main .product_column .bgt-grid .bgt-container:last-child a small {
							font-size: 14px;
						}

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

.bge-contents .product_column .bgt-grid .bgt-container:last-child a small, .c-content-main .product_column .bgt-grid .bgt-container:last-child a small {
								font-size: 2.93333vw
						}
							}

.bge-contents .product_column .bgt-grid .bgt-container:last-child a::after, .c-content-main .product_column .bgt-grid .bgt-container:last-child a::after {
							content: '';
							display: block;
							width: 15px;
							height: 9px;
							position: absolute;
							background: url(/img/btn-product-arrow.svg) no-repeat;
							background-size: cover;
							right: 20px;
							top: 50%;
						}

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

.bge-contents .product_column .bgt-grid .bgt-container:last-child a::after, .c-content-main .product_column .bgt-grid .bgt-container:last-child a::after {
								width: 4vw;
								height: 2.4vw;
								top: 50%;
								left: 74vw
						}
							}

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

.bge-contents .product_column .bgt-grid .bgt-container .bgt-image-link, .bge-contents .product_column .bgt-grid .bgt-container .bge-ckeditor, .c-content-main .product_column .bgt-grid .bgt-container .bgt-image-link, .c-content-main .product_column .bgt-grid .bgt-container .bge-ckeditor {
						margin-bottom: 0
				}
					}

.bge-contents .bgb-title2 + .oneday-block, .c-content-main .bgb-title2 + .oneday-block {
		padding-top: 0;
	}

.bge-contents .oneday-block + .oneday-block, .c-content-main .oneday-block + .oneday-block {
		padding-top: 0;
	}

.bge-contents .oneday-block, .c-content-main .oneday-block {
		position: relative;
		padding: 60px 40px 20px 60px;
		margin: 0;
	}

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

.bge-contents .oneday-block, .c-content-main .oneday-block {
			padding: 10.66667vw 0 5.33333vw
	}
		}

.bge-contents .oneday-block::before, .c-content-main .oneday-block::before {
			display: block;
			content: '';
			position: absolute;
			left: 148px;
			top: 11px;
			width: 2px;
			height: 100%;
			background: url('/img/bg-repeat-y-dot.svg') repeat-y 0 top;
			background-size: 100% auto;
		}

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

.bge-contents .oneday-block::before, .c-content-main .oneday-block::before {
				left: 22.66667vw;
				top: 2vw
		}
			}

.bge-contents .oneday-block .bgt-container, .c-content-main .oneday-block .bgt-container {
			position: relative;
			z-index: 10;
		}

.bge-contents .oneday-block .bgt-container .bge-ckeditor, .c-content-main .oneday-block .bgt-container .bge-ckeditor {
				padding-left: 130px;
			}

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

.bge-contents .oneday-block .bgt-container .bge-ckeditor, .c-content-main .oneday-block .bgt-container .bge-ckeditor {
					padding-left: 28vw
			}
				}

.bge-contents .oneday-block .bgt-container .bge-ckeditor h3 + h4, .bge-contents .oneday-block .bgt-container .bge-ckeditor h3 + p, .c-content-main .oneday-block .bgt-container .bge-ckeditor h3 + h4, .c-content-main .oneday-block .bgt-container .bge-ckeditor h3 + p {
						margin-top: 0;
					}

.bge-contents .oneday-block .bgt-container .bge-ckeditor p, .c-content-main .oneday-block .bgt-container .bge-ckeditor p {
					font-size: 1.8rem;
				}

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

.bge-contents .oneday-block .bgt-container .bge-ckeditor p, .c-content-main .oneday-block .bgt-container .bge-ckeditor p {
						font-size: 4vw
				}
					}

.bge-contents .oneday-block h3, .c-content-main .oneday-block h3 {
			position: absolute;
			top: 3px;
			left: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-flow: column;
			        flex-flow: column;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			width: 56px;
			height: 30px;
			color: #dc0032;
			font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
			font-size: 2rem;
			line-height: 1;
			text-align: center;
			letter-spacing: 1px;
			background: none;
			overflow: visible;
		}

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

.bge-contents .oneday-block h3, .c-content-main .oneday-block h3 {
				width: 18vw;
				height: auto;
				font-size: 4.8vw;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				top: 0.4vw;
				padding-top: 0.4vw
		}
			}

.bge-contents .oneday-block h3::after, .c-content-main .oneday-block h3::after {
				display: block;
				position: absolute;
				bottom: 50%;
				right: -40px;
				margin-bottom: -7px;
				width: 14px;
				height: 14px;
				border-radius: 50%;
				background: #dc0032;
				content: '';
				z-index: -1;
			}

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

.bge-contents .oneday-block h3::after, .c-content-main .oneday-block h3::after {
					width: 3.73333vw;
					height: 3.73333vw;
					border-width: 5vw 0 5vw 10vw;
					right: -6.66667vw;
					top: 1.06667vw;
					bottom: auto
			}
				}

.bge-contents .oneday-block-last, .c-content-main .oneday-block-last {
			padding-top: 0;
			padding-bottom: 40px;
			margin-top: -6px;
		}

.bge-contents .oneday-block-last::before, .c-content-main .oneday-block-last::before {
				content: none;
			}

.bge-contents .oneday-block[data-bgb='title'], .bge-contents .oneday-block[data-bgb='image1'], .bge-contents .oneday-block[data-bgb='image2'], .bge-contents .oneday-block[data-bgb='image3'], .bge-contents .oneday-block[data-bgb='image4'], .bge-contents .oneday-block[data-bgb='image5'], .bge-contents .oneday-block[data-bgb='image-link1'], .bge-contents .oneday-block[data-bgb='image-link2'], .bge-contents .oneday-block[data-bgb='image-link3'], .bge-contents .oneday-block[data-bgb='image-link4'], .bge-contents .oneday-block[data-bgb='image-link5'], .bge-contents .oneday-block[data-bgb='image-text2'], .bge-contents .oneday-block[data-bgb='image-text3'], .bge-contents .oneday-block[data-bgb='image-text4'], .bge-contents .oneday-block[data-bgb='image-text5'], .bge-contents .oneday-block[data-bgb='image-link-text2'], .bge-contents .oneday-block[data-bgb='image-link-text3'], .bge-contents .oneday-block[data-bgb='image-link-text4'], .bge-contents .oneday-block[data-bgb='image-link-text5'], .bge-contents .oneday-block[data-bgb='trimmed-image1'], .bge-contents .oneday-block[data-bgb='trimmed-image2'], .bge-contents .oneday-block[data-bgb='trimmed-image3'], .bge-contents .oneday-block[data-bgb='trimmed-image4'], .bge-contents .oneday-block[data-bgb='trimmed-image5'], .bge-contents .oneday-block[data-bgb='trimmed-image-link2'], .bge-contents .oneday-block[data-bgb='trimmed-image-link3'], .bge-contents .oneday-block[data-bgb='trimmed-image-link4'], .bge-contents .oneday-block[data-bgb='trimmed-image-link5'], .bge-contents .oneday-block[data-bgb='wysiwyg2'], .bge-contents .oneday-block[data-bgb='table'], .bge-contents .oneday-block[data-bgb='button'], .bge-contents .oneday-block[data-bgb='button2'], .bge-contents .oneday-block[data-bgb='button3'], .bge-contents .oneday-block[data-bgb='download-file'], .bge-contents .oneday-block[data-bgb='download-file2'], .bge-contents .oneday-block[data-bgb='download-file3'], .bge-contents .oneday-block[data-bgb='text-image1'], .bge-contents .oneday-block[data-bgb='text-image2'], .bge-contents .oneday-block[data-bgb='text-float-image1'], .bge-contents .oneday-block[data-bgb='text-float-image2'], .bge-contents .oneday-block[data-bgb='gallery'], .bge-contents .oneday-block[data-bgb='text-gallery1'], .bge-contents .oneday-block[data-bgb='text-gallery2'], .bge-contents .oneday-block[data-bgb='google-maps'], .bge-contents .oneday-block[data-bgb='youtube'], .bge-contents .oneday-block[data-bgb='hr'], .c-content-main .oneday-block[data-bgb='title'], .c-content-main .oneday-block[data-bgb='image1'], .c-content-main .oneday-block[data-bgb='image2'], .c-content-main .oneday-block[data-bgb='image3'], .c-content-main .oneday-block[data-bgb='image4'], .c-content-main .oneday-block[data-bgb='image5'], .c-content-main .oneday-block[data-bgb='image-link1'], .c-content-main .oneday-block[data-bgb='image-link2'], .c-content-main .oneday-block[data-bgb='image-link3'], .c-content-main .oneday-block[data-bgb='image-link4'], .c-content-main .oneday-block[data-bgb='image-link5'], .c-content-main .oneday-block[data-bgb='image-text2'], .c-content-main .oneday-block[data-bgb='image-text3'], .c-content-main .oneday-block[data-bgb='image-text4'], .c-content-main .oneday-block[data-bgb='image-text5'], .c-content-main .oneday-block[data-bgb='image-link-text2'], .c-content-main .oneday-block[data-bgb='image-link-text3'], .c-content-main .oneday-block[data-bgb='image-link-text4'], .c-content-main .oneday-block[data-bgb='image-link-text5'], .c-content-main .oneday-block[data-bgb='trimmed-image1'], .c-content-main .oneday-block[data-bgb='trimmed-image2'], .c-content-main .oneday-block[data-bgb='trimmed-image3'], .c-content-main .oneday-block[data-bgb='trimmed-image4'], .c-content-main .oneday-block[data-bgb='trimmed-image5'], .c-content-main .oneday-block[data-bgb='trimmed-image-link2'], .c-content-main .oneday-block[data-bgb='trimmed-image-link3'], .c-content-main .oneday-block[data-bgb='trimmed-image-link4'], .c-content-main .oneday-block[data-bgb='trimmed-image-link5'], .c-content-main .oneday-block[data-bgb='wysiwyg2'], .c-content-main .oneday-block[data-bgb='table'], .c-content-main .oneday-block[data-bgb='button'], .c-content-main .oneday-block[data-bgb='button2'], .c-content-main .oneday-block[data-bgb='button3'], .c-content-main .oneday-block[data-bgb='download-file'], .c-content-main .oneday-block[data-bgb='download-file2'], .c-content-main .oneday-block[data-bgb='download-file3'], .c-content-main .oneday-block[data-bgb='text-image1'], .c-content-main .oneday-block[data-bgb='text-image2'], .c-content-main .oneday-block[data-bgb='text-float-image1'], .c-content-main .oneday-block[data-bgb='text-float-image2'], .c-content-main .oneday-block[data-bgb='gallery'], .c-content-main .oneday-block[data-bgb='text-gallery1'], .c-content-main .oneday-block[data-bgb='text-gallery2'], .c-content-main .oneday-block[data-bgb='google-maps'], .c-content-main .oneday-block[data-bgb='youtube'], .c-content-main .oneday-block[data-bgb='hr'] {
			padding-left: 193px;
		}

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

.bge-contents .oneday-block[data-bgb='title'], .bge-contents .oneday-block[data-bgb='image1'], .bge-contents .oneday-block[data-bgb='image2'], .bge-contents .oneday-block[data-bgb='image3'], .bge-contents .oneday-block[data-bgb='image4'], .bge-contents .oneday-block[data-bgb='image5'], .bge-contents .oneday-block[data-bgb='image-link1'], .bge-contents .oneday-block[data-bgb='image-link2'], .bge-contents .oneday-block[data-bgb='image-link3'], .bge-contents .oneday-block[data-bgb='image-link4'], .bge-contents .oneday-block[data-bgb='image-link5'], .bge-contents .oneday-block[data-bgb='image-text2'], .bge-contents .oneday-block[data-bgb='image-text3'], .bge-contents .oneday-block[data-bgb='image-text4'], .bge-contents .oneday-block[data-bgb='image-text5'], .bge-contents .oneday-block[data-bgb='image-link-text2'], .bge-contents .oneday-block[data-bgb='image-link-text3'], .bge-contents .oneday-block[data-bgb='image-link-text4'], .bge-contents .oneday-block[data-bgb='image-link-text5'], .bge-contents .oneday-block[data-bgb='trimmed-image1'], .bge-contents .oneday-block[data-bgb='trimmed-image2'], .bge-contents .oneday-block[data-bgb='trimmed-image3'], .bge-contents .oneday-block[data-bgb='trimmed-image4'], .bge-contents .oneday-block[data-bgb='trimmed-image5'], .bge-contents .oneday-block[data-bgb='trimmed-image-link2'], .bge-contents .oneday-block[data-bgb='trimmed-image-link3'], .bge-contents .oneday-block[data-bgb='trimmed-image-link4'], .bge-contents .oneday-block[data-bgb='trimmed-image-link5'], .bge-contents .oneday-block[data-bgb='wysiwyg2'], .bge-contents .oneday-block[data-bgb='table'], .bge-contents .oneday-block[data-bgb='button'], .bge-contents .oneday-block[data-bgb='button2'], .bge-contents .oneday-block[data-bgb='button3'], .bge-contents .oneday-block[data-bgb='download-file'], .bge-contents .oneday-block[data-bgb='download-file2'], .bge-contents .oneday-block[data-bgb='download-file3'], .bge-contents .oneday-block[data-bgb='text-image1'], .bge-contents .oneday-block[data-bgb='text-image2'], .bge-contents .oneday-block[data-bgb='text-float-image1'], .bge-contents .oneday-block[data-bgb='text-float-image2'], .bge-contents .oneday-block[data-bgb='gallery'], .bge-contents .oneday-block[data-bgb='text-gallery1'], .bge-contents .oneday-block[data-bgb='text-gallery2'], .bge-contents .oneday-block[data-bgb='google-maps'], .bge-contents .oneday-block[data-bgb='youtube'], .bge-contents .oneday-block[data-bgb='hr'], .c-content-main .oneday-block[data-bgb='title'], .c-content-main .oneday-block[data-bgb='image1'], .c-content-main .oneday-block[data-bgb='image2'], .c-content-main .oneday-block[data-bgb='image3'], .c-content-main .oneday-block[data-bgb='image4'], .c-content-main .oneday-block[data-bgb='image5'], .c-content-main .oneday-block[data-bgb='image-link1'], .c-content-main .oneday-block[data-bgb='image-link2'], .c-content-main .oneday-block[data-bgb='image-link3'], .c-content-main .oneday-block[data-bgb='image-link4'], .c-content-main .oneday-block[data-bgb='image-link5'], .c-content-main .oneday-block[data-bgb='image-text2'], .c-content-main .oneday-block[data-bgb='image-text3'], .c-content-main .oneday-block[data-bgb='image-text4'], .c-content-main .oneday-block[data-bgb='image-text5'], .c-content-main .oneday-block[data-bgb='image-link-text2'], .c-content-main .oneday-block[data-bgb='image-link-text3'], .c-content-main .oneday-block[data-bgb='image-link-text4'], .c-content-main .oneday-block[data-bgb='image-link-text5'], .c-content-main .oneday-block[data-bgb='trimmed-image1'], .c-content-main .oneday-block[data-bgb='trimmed-image2'], .c-content-main .oneday-block[data-bgb='trimmed-image3'], .c-content-main .oneday-block[data-bgb='trimmed-image4'], .c-content-main .oneday-block[data-bgb='trimmed-image5'], .c-content-main .oneday-block[data-bgb='trimmed-image-link2'], .c-content-main .oneday-block[data-bgb='trimmed-image-link3'], .c-content-main .oneday-block[data-bgb='trimmed-image-link4'], .c-content-main .oneday-block[data-bgb='trimmed-image-link5'], .c-content-main .oneday-block[data-bgb='wysiwyg2'], .c-content-main .oneday-block[data-bgb='table'], .c-content-main .oneday-block[data-bgb='button'], .c-content-main .oneday-block[data-bgb='button2'], .c-content-main .oneday-block[data-bgb='button3'], .c-content-main .oneday-block[data-bgb='download-file'], .c-content-main .oneday-block[data-bgb='download-file2'], .c-content-main .oneday-block[data-bgb='download-file3'], .c-content-main .oneday-block[data-bgb='text-image1'], .c-content-main .oneday-block[data-bgb='text-image2'], .c-content-main .oneday-block[data-bgb='text-float-image1'], .c-content-main .oneday-block[data-bgb='text-float-image2'], .c-content-main .oneday-block[data-bgb='gallery'], .c-content-main .oneday-block[data-bgb='text-gallery1'], .c-content-main .oneday-block[data-bgb='text-gallery2'], .c-content-main .oneday-block[data-bgb='google-maps'], .c-content-main .oneday-block[data-bgb='youtube'], .c-content-main .oneday-block[data-bgb='hr'] {
				padding-left: 28vw
		}
			}

.bge-contents .oneday-block[data-bgb='image1'], .bge-contents .oneday-block[data-bgb='image2'], .bge-contents .oneday-block[data-bgb='image3'], .bge-contents .oneday-block[data-bgb='image4'], .bge-contents .oneday-block[data-bgb='image5'], .c-content-main .oneday-block[data-bgb='image1'], .c-content-main .oneday-block[data-bgb='image2'], .c-content-main .oneday-block[data-bgb='image3'], .c-content-main .oneday-block[data-bgb='image4'], .c-content-main .oneday-block[data-bgb='image5'] {
			padding-bottom: 35px;
		}

.bge-contents .oneday-block[data-bgb='title2'], .c-content-main .oneday-block[data-bgb='title2'] {
			padding-left: 193px;
			padding-bottom: 1.4em;
		}

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

.bge-contents .oneday-block[data-bgb='title2'], .c-content-main .oneday-block[data-bgb='title2'] {
				padding-left: 28vw
		}
			}

.bge-contents .oneday-block[data-bgb='title2'] h3, .c-content-main .oneday-block[data-bgb='title2'] h3 {
				position: static;
				display: block;
				position: relative;
				font-size: 1.625em;
				font-weight: normal;
				line-height: 1.54;
				letter-spacing: 0.11em;
				text-align: left;
				width: auto;
				height: auto;
				margin-bottom: 0;
				padding: 10px 17px;
				color: #fff;
				border-radius: 4px;
				background: url('/img/bg-repeat-pattern01.jpg') repeat 0 0;
			}

.bge-contents .oneday-block[data-bgb='title2'] h3::after, .c-content-main .oneday-block[data-bgb='title2'] h3::after {
					content: none;
				}

.bge-contents .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='text-image1'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='text-image2'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-text2'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-text3'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-text4'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-text5'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor, .bge-contents .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='text-image1'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='text-image2'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-text2'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-text3'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-text4'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-text5'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor, .c-content-main .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor {
				padding-left: 0;
			}

.bge-contents .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-image1'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-image2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text3'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text4'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text5'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-image1'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-image2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text3'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text4'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text5'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor h3 {
					position: static;
					display: block;
					font-size: 1.625em;
					font-weight: normal;
					line-height: 1.54;
					letter-spacing: 0.11em;
					width: auto;
					height: auto;
					margin-bottom: 1.4em;
					text-align: left;
					padding: 10px 17px;
					color: #fff;
					border-radius: 4px;
					background: url('/img/bg-repeat-pattern01.jpg') repeat 0 0;
					overflow: hidden;
				}

.bge-contents .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='text-image1'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='text-image2'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-text2'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-text3'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-text4'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-text5'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor h3::after, .bge-contents .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='text-image1'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='text-image2'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-text2'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-text3'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-text4'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-text5'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor h3::after, .c-content-main .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor h3::after {
						content: none;
					}

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

.bge-contents .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-image1'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-image2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text3'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text4'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-text5'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor h3, .bge-contents .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='wysiwyg2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-image1'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-image2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text3'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text4'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-text5'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text2'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text3'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text4'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='image-link-text5'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-float-image1'] .bge-ckeditor h3, .c-content-main .oneday-block[data-bgb='text-float-image2'] .bge-ckeditor h3 {
						margin-top: 1.33333vw;
						padding: 2.66667vw 4.53333vw;
						font-size: 5.33333vw
				}
					}

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

.bge-contents .oneday-block[data-bgb='button'] .bgt-container, .bge-contents .oneday-block[data-bgb='download-file'] .bgt-container, .c-content-main .oneday-block[data-bgb='button'] .bgt-container, .c-content-main .oneday-block[data-bgb='download-file'] .bgt-container {
					width: 100%
			}
				}

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

.bge-contents .oneday-block[data-bgb='button'] .bgt-btn, .bge-contents .oneday-block[data-bgb='button'] .bgt-download-file__link, .bge-contents .oneday-block[data-bgb='download-file'] .bgt-btn, .bge-contents .oneday-block[data-bgb='download-file'] .bgt-download-file__link, .c-content-main .oneday-block[data-bgb='button'] .bgt-btn, .c-content-main .oneday-block[data-bgb='button'] .bgt-download-file__link, .c-content-main .oneday-block[data-bgb='download-file'] .bgt-btn, .c-content-main .oneday-block[data-bgb='download-file'] .bgt-download-file__link {
					width: 100%;
					min-width: auto
			}
				}

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

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

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

.bge-contents .oneday-block[data-bgb='button2'] .bgt-grid, .bge-contents .oneday-block[data-bgb='button3'] .bgt-grid, .bge-contents .oneday-block[data-bgb='download-file2'] .bgt-grid, .bge-contents .oneday-block[data-bgb='download-file3'] .bgt-grid, .c-content-main .oneday-block[data-bgb='button2'] .bgt-grid, .c-content-main .oneday-block[data-bgb='button3'] .bgt-grid, .c-content-main .oneday-block[data-bgb='download-file2'] .bgt-grid, .c-content-main .oneday-block[data-bgb='download-file3'] .bgt-grid {
					width: auto;
					float: none
			}
				}

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

.bge-contents .oneday-block[data-bgb='button2'] .bgt-grid .bgt-button-container, .bge-contents .oneday-block[data-bgb='button3'] .bgt-grid .bgt-button-container, .bge-contents .oneday-block[data-bgb='download-file2'] .bgt-grid .bgt-button-container, .bge-contents .oneday-block[data-bgb='download-file3'] .bgt-grid .bgt-button-container, .c-content-main .oneday-block[data-bgb='button2'] .bgt-grid .bgt-button-container, .c-content-main .oneday-block[data-bgb='button3'] .bgt-grid .bgt-button-container, .c-content-main .oneday-block[data-bgb='download-file2'] .bgt-grid .bgt-button-container, .c-content-main .oneday-block[data-bgb='download-file3'] .bgt-grid .bgt-button-container {
						width: 100%
				}
					}

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

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

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

.bge-contents .oneday-block[data-bgb='button3'] .bgt-grid, .bge-contents .oneday-block[data-bgb='download-file3'] .bgt-grid, .c-content-main .oneday-block[data-bgb='button3'] .bgt-grid, .c-content-main .oneday-block[data-bgb='download-file3'] .bgt-grid {
					width: calc((100% - 40px)/3)
			}
				}

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

.bge-contents .oneday-block[data-bgb='button3'] .bgt-grid .bgt-button-container, .bge-contents .oneday-block[data-bgb='download-file3'] .bgt-grid .bgt-button-container, .c-content-main .oneday-block[data-bgb='button3'] .bgt-grid .bgt-button-container, .c-content-main .oneday-block[data-bgb='download-file3'] .bgt-grid .bgt-button-container {
						width: 100%
				}
					}

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

.bge-contents .oneday-block[data-bgb='button3'] .bgt-btn, .bge-contents .oneday-block[data-bgb='button3'] .bgt-download-file__link, .bge-contents .oneday-block[data-bgb='download-file3'] .bgt-btn, .bge-contents .oneday-block[data-bgb='download-file3'] .bgt-download-file__link, .c-content-main .oneday-block[data-bgb='button3'] .bgt-btn, .c-content-main .oneday-block[data-bgb='button3'] .bgt-download-file__link, .c-content-main .oneday-block[data-bgb='download-file3'] .bgt-btn, .c-content-main .oneday-block[data-bgb='download-file3'] .bgt-download-file__link {
					width: 100%;
					min-width: auto
			}
				}

.bge-contents .comparison-block, .c-content-main .comparison-block {
		margin-bottom: 70px;
	}

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

.bge-contents .comparison-block, .c-content-main .comparison-block {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between
	}
		}

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

.bge-contents .comparison-block, .c-content-main .comparison-block {
			margin-bottom: 13.33333vw
	}
		}

.bge-contents .comparison-block::after, .c-content-main .comparison-block::after {
			content: none;
		}

.bge-contents .comparison-block .bgt-grid, .c-content-main .comparison-block .bgt-grid {
			border: 1px solid #d1d1d1;
			width: calc((100% - 40px)/2);
			padding: 0;
		}

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

.bge-contents .comparison-block .bgt-grid, .c-content-main .comparison-block .bgt-grid {
				width: 100%;
				margin-bottom: 5.33333vw;
				float: none
		}

				.bge-contents .comparison-block .bgt-grid:last-child, .c-content-main .comparison-block .bgt-grid:last-child {
					margin-bottom: 0;
				}
			}

.bge-contents .comparison-block .bge-ckeditor, .c-content-main .comparison-block .bge-ckeditor {
			padding: 0 30px 20px;
		}

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

.bge-contents .comparison-block .bge-ckeditor, .c-content-main .comparison-block .bge-ckeditor {
				padding: 0 4vw 2.66667vw
		}
			}

.bge-contents .comparison-block h4, .c-content-main .comparison-block h4 {
			font-size: 2rem;
			color: #dc0032;
			border-bottom: 1px solid #d1d1d1;
			padding: 24px 30px;
			margin-left: -30px;
			margin-right: -30px;
			background: #ebebeb;
		}

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

.bge-contents .comparison-block h4, .c-content-main .comparison-block h4 {
				margin-left: -4vw;
				margin-right: -4vw;
				padding: 4vw;
				font-size: 4.8vw
		}
			}

.bge-contents .comparison-block h4::before, .bge-contents .comparison-block h4::after, .c-content-main .comparison-block h4::before, .c-content-main .comparison-block h4::after {
				content: none;
			}

.bge-contents .message-block, .c-content-main .message-block {
		margin-bottom: 80px;
	}

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

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

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

.bge-contents .message-block, .c-content-main .message-block {
			margin-bottom: 30px
	}
		}

.bge-contents .message-block::after, .c-content-main .message-block::after {
			content: none;
		}

.bge-contents .message-block .bgt-grid, .c-content-main .message-block .bgt-grid {
			padding: 0;
		}

.bge-contents .message-block .bgt-grid--first, .c-content-main .message-block .bgt-grid--first {
				width: 190px;
				margin: 0 0 0 30px;
			}

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

.bge-contents .message-block .bgt-grid--first, .c-content-main .message-block .bgt-grid--first {
					float: none;
					width: 53.33333vw;
					margin: 0 auto 30px
			}
				}

.bge-contents .message-block .bgt-grid--first .bgt-box__image-container, .c-content-main .message-block .bgt-grid--first .bgt-box__image-container {
					border-radius: 50%;
					overflow: hidden;
				}

.bge-contents .message-block .bgt-grid--first img, .c-content-main .message-block .bgt-grid--first img {
					width: 190px;
					height: 190px;
				}

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

.bge-contents .message-block .bgt-grid--first img, .c-content-main .message-block .bgt-grid--first img {
						width: 53.33333vw;
						height: 53.33333vw
				}
					}

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

.bge-contents .message-block .bgt-grid--first img, .c-content-main .message-block .bgt-grid--first img {
						height: 190px;
						-o-object-fit: cover;
						   font-family: "object-fit:cover;object-position:center center";
						   object-fit: cover;
						-o-object-position: center center;
						   object-position: center center
				}

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

.bge-contents .message-block .bgt-grid--first img, .c-content-main .message-block .bgt-grid--first img {
							width: 53.33333vw;
							height: 53.33333vw
				}
						}
					}

.bge-contents .message-block .bgt-grid--last, .c-content-main .message-block .bgt-grid--last {
				position: relative;
				width: calc(100% - 270px);
				padding: 40px;
				border-radius: 6px;
				background: #fbeded;
			}

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

.bge-contents .message-block .bgt-grid--last, .c-content-main .message-block .bgt-grid--last {
					width: 100%;
					padding: 5.33333vw
			}
				}

.bge-contents .message-block .bgt-grid--last::before, .c-content-main .message-block .bgt-grid--last::before {
					content: '';
					width: 0;
					height: 0;
					position: absolute;
					left: -25px;
					top: 50%;
					margin-top: -12px;
					border-style: solid;
					border-width: 0 12.5px 30px 12.5px;
					border-color: transparent transparent #fbeded transparent;
				}

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

.bge-contents .message-block .bgt-grid--last::before, .c-content-main .message-block .bgt-grid--last::before {
						-webkit-transform: rotate(-90deg);
						        transform: rotate(-90deg)
				}
					}

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

.bge-contents .message-block .bgt-grid--last::before, .c-content-main .message-block .bgt-grid--last::before {
						top: -12px;
						left: 50%;
						margin-left: -12px
				}
					}

.bge-contents .recruit-index-block, .c-content-main .recruit-index-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		list-style: none;
		position: relative;
		z-index: 10;
		padding: 0 0 40px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-bottom: 0;
	}

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

.bge-contents .recruit-index-block, .c-content-main .recruit-index-block {
			width: 100%;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between
	}
		}

.bge-contents .recruit-index-block::after, .c-content-main .recruit-index-block::after {
			content: none;
		}

.bge-contents .recruit-index-block .bgt-grid, .c-content-main .recruit-index-block .bgt-grid {
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			padding: 0;
			margin: 20px 0 0;
			border: 1px solid #d1d1d1;
			width: 48.88889%;
			border-radius: 5px;
			overflow: hidden;
		}

@media print,screen and (min-width: 768px) {
				.bge-contents .recruit-index-block .bgt-grid:first-child, .bge-contents .recruit-index-block .bgt-grid:nth-child(2), .c-content-main .recruit-index-block .bgt-grid:first-child, .c-content-main .recruit-index-block .bgt-grid:nth-child(2) {
					margin-top: 0;
				}
			}

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

.bge-contents .recruit-index-block .bgt-grid, .c-content-main .recruit-index-block .bgt-grid {
				width: 100%;
				margin-top: 4vw
		}

				.bge-contents .recruit-index-block .bgt-grid:first-child, .c-content-main .recruit-index-block .bgt-grid:first-child {
					margin-top: 0;
				}
			}

.bge-contents .recruit-index-block .bgt-grid.no-contents, .c-content-main .recruit-index-block .bgt-grid.no-contents {
				display: none;
			}

.bge-contents .recruit-index-block .bgt-grid .bgt-image-link-container, .c-content-main .recruit-index-block .bgt-grid .bgt-image-link-container {
				width: 139px;
				height: 100%;
				overflow: hidden;
			}

.bge-contents .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link, .c-content-main .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link {
					height: 100%;
				}

.bge-contents .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link, .c-content-main .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link {
						height: 100%;
						-webkit-transition: 300ms;
						transition: 300ms;
					}

.bge-contents .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link .bgt-link__box, .c-content-main .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link .bgt-link__box {
							height: 100%;
						}

.bge-contents .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link .bgt-link__box .bgt-box__image-container, .c-content-main .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link .bgt-link__box .bgt-box__image-container {
								height: 100%;
							}

.bge-contents .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link:hover, .c-content-main .recruit-index-block .bgt-grid .bgt-image-link-container .bgt-image-link .bgt-image-link__link:hover {
							opacity: 0.7;
						}

.bge-contents .recruit-index-block .bgt-grid .bgt-image-link-container img, .c-content-main .recruit-index-block .bgt-grid .bgt-image-link-container img {
					width: 100%;
					height: 100%;
					display: block;
					-o-object-fit: cover;
					   font-family: "object-fit:cover;object-position:center";
					   object-fit: cover;
					-o-object-position: center;
					   object-position: center;
					transition: transform 500ms ease, -webkit-transform 500ms ease;
				}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container {
				width: calc(100% - 139px);
				margin-top: 0;
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column;
				        flex-flow: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}

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

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container {
					width: 70%
			}
				}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container::before, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container::before {
					content: '';
					width: 15px;
					height: 9px;
					display: block;
					position: absolute;
					bottom: 10px;
					right: 8px;
					z-index: 1;
					-webkit-transition: 300ms;
					transition: 300ms;
					background: url('/img/icon-arrow01-w.svg') no-repeat 0 0;
					background-size: 100% auto;
				}

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

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container::before, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container::before {
						width: 3.46667vw;
						height: 2.13333vw;
						bottom: 1.86667vw;
						right: 1.33333vw
				}
					}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container::after, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container::after {
					content: '';
					display: inline-block;
					position: absolute;
					width: 53px;
					height: 53px;
					right: 0;
					bottom: 0;
					z-index: 0;
					background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #dc0032));
					background: linear-gradient(to bottom right, transparent 50%, #dc0032 50%);
				}

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

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container::after, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container::after {
						width: 10.66667vw;
						height: 10.66667vw
				}
					}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container .bge-ckeditor, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container .bge-ckeditor {
					margin-bottom: 0;
				}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container a, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container a {
					display: block;
					text-decoration: none;
					padding: 39px 32px;
				}

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

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container a, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container a {
						padding: 4vw 6.66667vw 4vw 5.33333vw
				}
					}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container h3, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container h3 {
					width: 100%;
					display: block;
					font-size: 1.6rem;
					line-height: 1.8;
					letter-spacing: 0.03em;
					margin: 0 0 3px;
					padding: 0;
					color: #dc0032;
					background: none;
				}

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

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container h3, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container h3 {
						font-size: 3.46667vw;
						margin: 0 0 6px
				}
					}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container h3 + p, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container h3 + p {
					margin-right: 20px;
				}

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container p, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container p {
					display: inline-block;
					font-size: 2rem;
					font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					color: #333;
					line-height: 1.2;
					margin: 0;
					padding: 0;
				}

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

.bge-contents .recruit-index-block .bgt-grid .bgt-ckeditor-container p, .c-content-main .recruit-index-block .bgt-grid .bgt-ckeditor-container p {
						font-size: 4.53333vw;
						margin-bottom: 1.33333vw
				}
					}

.bge-contents .recruit-hero-block, .c-content-main .recruit-hero-block {
		position: relative;
		background: #dc0032;
		margin-bottom: 80px;
	}

.bge-contents .recruit-hero-block::after, .c-content-main .recruit-hero-block::after {
			content: none;
		}

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

.bge-contents .recruit-hero-block, .c-content-main .recruit-hero-block {
			margin-left: -62px;
			margin-right: -62px
	}
		}

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

.bge-contents .recruit-hero-block, .c-content-main .recruit-hero-block {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			margin: 0 -6.66667vw 10.66667vw;
			background-size: 26.66667vw auto;
			background-position: calc(100% - 6.66667vw) calc(100% - 2.66667vw)
	}
		}

.bge-contents .recruit-hero-block .bgt-grid, .c-content-main .recruit-hero-block .bgt-grid {
			float: none;
			padding: 0;
		}

.bge-contents .recruit-hero-block .bgt-grid--first, .c-content-main .recruit-hero-block .bgt-grid--first {
				width: 924px;
				margin: 0 auto;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				position: relative;
				z-index: 10;
				color: #fff;
				letter-spacing: 0.05em;
				z-index: 11;
			}

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

.bge-contents .recruit-hero-block .bgt-grid--first, .c-content-main .recruit-hero-block .bgt-grid--first {
					padding-top: 38px;
					padding-bottom: 30px;
					padding-right: 0;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex
			}
				}

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

.bge-contents .recruit-hero-block .bgt-grid--first, .c-content-main .recruit-hero-block .bgt-grid--first {
					-webkit-box-ordinal-group: 3;
					    -ms-flex-order: 2;
					        order: 2;
					width: 100%;
					padding: 6.66667vw 6.66667vw 6.66667vw;
					-webkit-box-pack: end;
					    -ms-flex-pack: end;
					        justify-content: flex-end
			}
				}

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

.bge-contents .recruit-hero-block .bgt-grid--first > div, .c-content-main .recruit-hero-block .bgt-grid--first > div {
						width: 35%
				}
					}

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='message'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='message'] {
						font-size: 3.2rem;
						line-height: 1.5;
						margin: 0 auto 44px;
					}

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

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='message'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='message'] {
							font-size: 6.66667vw;
							margin-bottom: 4vw
					}

							.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='message'] br, .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='message'] br {
								display: none;
							}
						}

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='year'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='year'] {
						display: inline-block;
						color: #fff;
						font-size: 1.5rem;
						margin: 0 auto 7px;
					}

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

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='year'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='year'] {
							font-size: 4vw;
							margin-bottom: 4vw
					}
						}

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='name'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='name'] {
						display: inline-block;
						font-size: 2.6rem;
						line-height: 1.2;
						margin: 0 15px 12px 0;
					}

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

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='name'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='name'] {
							font-size: 5.33333vw;
							margin-bottom: 1.33333vw
					}
						}

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='post'], .bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='hobby'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='post'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='hobby'] {
						margin: 0;
					}

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

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='post'], .bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='hobby'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='post'], .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='hobby'] {
							font-size: 3.46667vw
					}
						}

.bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='post']:last-child, .bge-contents .recruit-hero-block .bgt-grid--first > div [data-item='hobby']:last-child, .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='post']:last-child, .c-content-main .recruit-hero-block .bgt-grid--first > div [data-item='hobby']:last-child {
							margin-bottom: 0;
						}

.bge-contents .recruit-hero-block .bgt-grid--last, .c-content-main .recruit-hero-block .bgt-grid--last {
				z-index: 10;
				line-height: 0;
				right: 0;
			}

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

.bge-contents .recruit-hero-block .bgt-grid--last, .c-content-main .recruit-hero-block .bgt-grid--last {
					position: absolute;
					top: 0;
					height: 100%;
					width: 62.01172%
			}
				}

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

.bge-contents .recruit-hero-block .bgt-grid--last, .c-content-main .recruit-hero-block .bgt-grid--last {
					position: relative;
					top: -1px;
					-webkit-box-ordinal-group: 2;
					    -ms-flex-order: 1;
					        order: 1;
					margin-top: 0
			}
				}

.bge-contents .recruit-hero-block .bgt-grid--last::before, .c-content-main .recruit-hero-block .bgt-grid--last::before {
					content: '';
					display: inline-block;
					position: absolute;
					width: 23%;
					height: 100%;
					left: 0;
					bottom: 0;
					z-index: 100;
					background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #dc0032), color-stop(50%, transparent));
					background: linear-gradient(to bottom right, #dc0032 50%, transparent 50%);
				}

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

.bge-contents .recruit-hero-block .bgt-grid--last::before, .c-content-main .recruit-hero-block .bgt-grid--last::before {
						width: 100%;
						height: 13.33333vw;
						background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #dc0032), color-stop(50%, transparent));
						background: linear-gradient(to top left, #dc0032 50%, transparent 50%)
				}
					}

.bge-contents .recruit-hero-block .bgt-grid--last .bgt-container, .c-content-main .recruit-hero-block .bgt-grid--last .bgt-container {
					height: 100%;
				}

.bge-contents .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image, .c-content-main .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image {
						height: 100%;
					}

.bge-contents .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image .bgt-image__link, .c-content-main .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image .bgt-image__link {
							height: 100%;
						}

.bge-contents .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image .bgt-image__link .bgt-link__box, .c-content-main .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image .bgt-image__link .bgt-link__box {
								height: 100%;
							}

.bge-contents .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image .bgt-image__link .bgt-link__box .bgt-box__image-container, .c-content-main .recruit-hero-block .bgt-grid--last .bgt-container .bgt-image .bgt-image__link .bgt-link__box .bgt-box__image-container {
									height: 100%;
								}

.bge-contents .recruit-hero-block .bgt-grid--last img, .c-content-main .recruit-hero-block .bgt-grid--last img {
					-o-object-position: center center;
					   object-position: center center;
					width: 100%;
					height: 100%;
					display: block;
					-o-object-fit: cover;
					   font-family: "object-fit:cover;object-position:center center";
					   object-fit: cover;
				}

.bge-contents .detail-btn, .c-content-main .detail-btn {
		padding: 0.7em 2.5em;
		background: #fbfbfb;
		font-size: 0.9375em;
		color: #000;
		border: 2px solid #e6e6e6;
		border-radius: 0;
	}

.bge-contents .detail-btn span.bgt-btn__text, .c-content-main .detail-btn span.bgt-btn__text {
			-webkit-transition: 300ms;
			transition: 300ms;
		}

.bge-contents .detail-btn::after, .c-content-main .detail-btn::after {
			background: url(/img/btn-product-arrow.svg) no-repeat;
			background-size: cover;
		}

.bge-contents .detail-btn:hover span.bgt-btn__text, .c-content-main .detail-btn:hover span.bgt-btn__text {
				color: #dc0032;
			}

.bge-contents .acsess_info h2, .c-content-main .acsess_info h2 {
			font-size: 1.6em;
		}

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

.bge-contents .acsess_info .bgt-grid--first, .c-content-main .acsess_info .bgt-grid--first {
				margin-bottom: 10.66667vw
		}
			}

.bge-contents .acsess_info p, .c-content-main .acsess_info p {
			margin-top: 25px;
			margin-bottom: 2px;
		}

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

.bge-contents .acsess_info p, .c-content-main .acsess_info p {
				margin-top: 4vw;
				margin-bottom: 0.66667vw
		}
			}

.bge-contents .inner-files-item:not(:last-child), .c-content-main .inner-files-item:not(:last-child) {
				margin-bottom: 2em;
			}

.bge-contents .inner-files [data-item='ttl'], .c-content-main .inner-files [data-item='ttl'] {
			position: relative;
			font-size: 1.5em;
			font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
			line-height: 1.54;
			margin: 0 0 0.9em;
			padding: 5px 25px 14px 18px;
			overflow: hidden;
		}

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

.bge-contents .inner-files [data-item='ttl'], .c-content-main .inner-files [data-item='ttl'] {
				font-size: 4.8vw;
				padding: 1.33333vw 6.66667vw 3.73333vw 4.8vw
		}
			}

.bge-contents .inner-files [data-item='ttl']::before, .c-content-main .inner-files [data-item='ttl']::before {
				content: '';
				width: 100%;
				height: 2px;
				position: absolute;
				left: 0;
				bottom: 0;
				background: #d1d1d1;
			}

.bge-contents .inner-files [data-item='ttl']::after, .c-content-main .inner-files [data-item='ttl']::after {
				content: '';
				width: 30px;
				height: 2px;
				position: absolute;
				left: 0;
				bottom: 0;
				background: #dc0032;
			}

.bge-contents .inner-files [data-item='ttl']:first-child, .c-content-main .inner-files [data-item='ttl']:first-child {
				margin-top: 0;
			}

.bge-contents .inner-files [data-bgb='download-file'] .bgt-download-file__link::after, .c-content-main .inner-files [data-bgb='download-file'] .bgt-download-file__link::after {
					display: none;
				}

@media only screen and (max-width: 768px) {
		.bge-contents iframe, .c-content-main iframe {
			width: 100%;
		}
	}

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

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

.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 only screen and (max-width: 768px) {

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

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

.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 print,screen and (min-width: 900px) and (max-width: 1023px) {

.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 print,screen and (min-width: 1024px) and (max-width: 1139px) {

.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 print,screen and (min-width: 1140px) {

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

.bge-contents .info-home-company, .c-content-main .info-home-company {
		padding-bottom: 60px;
		margin-bottom: 0 !important;
	}

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

.bge-contents .info-home-company, .c-content-main .info-home-company {
			border-bottom: 1px solid #ebebeb
	}
		}

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

.bge-contents .info-home-company, .c-content-main .info-home-company {
			overflow: hidden;
			padding-bottom: 21.33333vw
	}
		}

.bge-contents .info-home-company-title, .c-content-main .info-home-company-title {
			background: url('/img/bg-company.jpg') no-repeat center center;
			background-size: cover;
		}

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

.bge-contents .info-home-company-title, .c-content-main .info-home-company-title {
				margin-bottom: 8vw
		}
			}

.bge-contents .info-home-company-title > div, .c-content-main .info-home-company-title > div {
				width: 1024px;
				margin: 0 auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
			}

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

.bge-contents .info-home-company-title > div, .c-content-main .info-home-company-title > div {
		width: 100%;
		padding: 0 6.66667vw;
			}
	}

.bge-contents .info-home-company-title h2, .c-content-main .info-home-company-title h2 {
				position: relative;
				z-index: 10;
				padding: 150px 50px;
				margin: 0 0 0 -50px;
				color: #fff;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column;
				        flex-flow: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				font-weight: normal;
				font-size: 3.8rem;
				line-height: 1.5;
				letter-spacing: 1px;
				max-width: 40%;
			}

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

.bge-contents .info-home-company-title h2, .c-content-main .info-home-company-title h2 {
					padding: 24vw 6.66667vw;
					max-width: 90%;
					font-size: 9.06667vw;
					margin: 0 0 0 -4vw
			}
				}

.bge-contents .info-home-company-title h2 span, .c-content-main .info-home-company-title h2 span {
					display: block;
					font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
					font-size: 1.4rem;
				}

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

.bge-contents .info-home-company-title h2 span, .c-content-main .info-home-company-title h2 span {
						font-size: 4.26667vw
				}
					}

.bge-contents .info-home-company-title h2::before, .bge-contents .info-home-company-title h2::after, .c-content-main .info-home-company-title h2::before, .c-content-main .info-home-company-title h2::after {
					position: absolute;
					z-index: -1;
					top: 0;
					left: 0;
					bottom: 0;
					-webkit-transform: skewX(-20deg);
					        transform: skewX(-20deg);
					background-color: #dc0032;
					content: '';
					width: 100%;
					height: 100%;
				}

.bge-contents .info-home-company-title h2::before, .c-content-main .info-home-company-title h2::before {
					left: 60px;
					opacity: 0.7;
				}

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

.bge-contents .info-home-company-title h2::before, .c-content-main .info-home-company-title h2::before {
						left: 10.66667vw
				}
					}

.bge-contents .info-home-company-text, .c-content-main .info-home-company-text {
			width: 1024px;
			margin: 0 auto;
			position: relative;
		}

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

.bge-contents .info-home-company-text, .c-content-main .info-home-company-text {
		width: 100%;
		padding: 0 6.66667vw
		}
	}

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

.bge-contents .info-home-company-text, .c-content-main .info-home-company-text {
				padding: 40px 0 0 310px
		}
			}

.bge-contents .info-home-company-text::after, .c-content-main .info-home-company-text::after {
				position: absolute;
				left: -170px;
				bottom: -310px;
				z-index: -1;
				content: '';
				display: inline-block;
				width: 720px;
				height: 752px;
				background: url('/img/obj-company.png') no-repeat left bottom;
				background-size: 100% auto;
				pointer-events: none;
			}

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

.bge-contents .info-home-company-text::after, .c-content-main .info-home-company-text::after {
					width: 126.66667vw;
					height: 140vw;
					left: -20vw;
					bottom: -53.33333vw
			}
				}

.bge-contents .info-home-company-text p, .c-content-main .info-home-company-text p {
				line-height: 2;
				letter-spacing: 1px;
				color: #333;
				margin: 0 0 20px;
				position: relative;
			}

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

.bge-contents .info-home-company-text p, .c-content-main .info-home-company-text p {
					font-size: 3.46667vw;
					margin-bottom: 8vw
			}
				}

.bge-contents .info-home-company-btn, .c-content-main .info-home-company-btn {
			display: inline-block;
			text-align: center;
			vertical-align: middle;
			margin: 0;
		}

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

.bge-contents .info-home-company-btn, .c-content-main .info-home-company-btn {
				text-align: center;
				width: 100%
		}
			}

.bge-contents .info-home-company-btn a, .c-content-main .info-home-company-btn a {
				background: #dc0032;
				color: #fff;
				display: inline-block;
				font-size: 1.125em;
				line-height: 1.4;
				min-width: 15.6em;
				padding: 0.8612em 2.5em;
				position: relative;
				text-align: center;
				text-decoration: none;
				vertical-align: middle;
				border-radius: 30px;
			}

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

.bge-contents .info-home-company-btn a, .c-content-main .info-home-company-btn a {
					font-size: 4.26667vw;
					padding: 3.73333vw 12vw
			}
				}

.bge-contents .info-home-company-btn a:active, .bge-contents .info-home-company-btn a:focus, .c-content-main .info-home-company-btn a:active, .c-content-main .info-home-company-btn a: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 .info-home-company-btn a::after, .c-content-main .info-home-company-btn a::after {
					border-width: 2px 2px 0 0;
					content: '';
					display: block;
					height: 9px;
					margin-top: -5px;
					position: absolute;
					right: 1em;
					top: 50%;
					width: 15px;
					background: url('/img/icon-arrow01-w.svg') no-repeat 0 0;
					background-size: cover;
					-webkit-transition: right 300ms;
					transition: right 300ms;
				}

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

.bge-contents .info-home-company-btn a::after, .c-content-main .info-home-company-btn a::after {
						width: 4vw;
						height: 2.4vw;
						margin-top: -1.33333vw
				}
					}

.bge-contents .info-home-company-btn a:hover::after, .c-content-main .info-home-company-btn a:hover::after {
						right: 0.6em;
					}

.bge-contents .info-home-product, .c-content-main .info-home-product {
		width: 100%;
		max-width: 1366px;
		margin: 0 auto;
		margin-bottom: 110px !important;
		padding: 70px 0 0 115px;
		border-top: 1px solid #ebebeb;
	}

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

.bge-contents .info-home-product, .c-content-main .info-home-product {
		width: 1140px
	}
	}

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

.bge-contents .info-home-product, .c-content-main .info-home-product {
		width: 100%;
		padding: 0 6.66667vw
	}
	}

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

.bge-contents .info-home-product, .c-content-main .info-home-product {
			border-bottom: 0.26667vw solid #ebebeb
	}
		}

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

.bge-contents .info-home-product-body, .c-content-main .info-home-product-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				position: relative
		}
			}

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

.bge-contents .info-home-product-body::before, .c-content-main .info-home-product-body::before {
					content: '';
					display: block;
					width: 95.6%;
					height: calc(100% - 120px);
					border: 1px solid #ebebeb;
					position: absolute;
					left: 0;
					top: 120px;
					z-index: -1
			}
				}

.bge-contents .info-home-product-title, .c-content-main .info-home-product-title {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
		}

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

.bge-contents .info-home-product-title, .c-content-main .info-home-product-title {
				padding: 90px 0 0 50px
		}
			}

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

.bge-contents .info-home-product-title, .c-content-main .info-home-product-title {
				width: 290px
		}
			}

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

.bge-contents .info-home-product-title > h2, .c-content-main .info-home-product-title > h2 {
					margin-left: -40px
			}
				}

.bge-contents .info-home-product-title > p, .c-content-main .info-home-product-title > p {
				letter-spacing: 1px;
				line-height: 2;

			}

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

.bge-contents .info-home-product-title > p, .c-content-main .info-home-product-title > p {
					padding-right: 35px

			}
				}

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

.bge-contents .info-home-product-title > p, .c-content-main .info-home-product-title > p {
					font-size: 1.6rem

			}
				}

.bge-contents .info-home-product-title > p:last-child, .c-content-main .info-home-product-title > p:last-child {
					margin-bottom: 1em;
				}

.bge-contents .info-home-product-list, .c-content-main .info-home-product-list {
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 100%;
			        flex: 1 1 100%;
		}

.bge-contents .info-home-product-list [data-list='wide'] > div, .bge-contents .info-home-product-list [data-list='sub'] > div, .bge-contents .info-home-product-list [data-list='sub-col2'] > div, .c-content-main .info-home-product-list [data-list='wide'] > div, .c-content-main .info-home-product-list [data-list='sub'] > div, .c-content-main .info-home-product-list [data-list='sub-col2'] > div {
					position: relative;
					z-index: 10;
				}

.bge-contents .info-home-product-list [data-list='wide'] > div::before, .bge-contents .info-home-product-list [data-list='sub'] > div::before, .bge-contents .info-home-product-list [data-list='sub-col2'] > div::before, .c-content-main .info-home-product-list [data-list='wide'] > div::before, .c-content-main .info-home-product-list [data-list='sub'] > div::before, .c-content-main .info-home-product-list [data-list='sub-col2'] > div::before {
						content: '';
						display: inline-block;
						position: absolute;
						top: 0;
						right: 0;
						z-index: -1;
						opacity: 0.15;
						background-size: 100% auto;
						background-repeat: no-repeat;
						height: 100%;
					}

.bge-contents .info-home-product-list [data-list='wide'] > div a, .bge-contents .info-home-product-list [data-list='sub'] > div a, .bge-contents .info-home-product-list [data-list='sub-col2'] > div a, .c-content-main .info-home-product-list [data-list='wide'] > div a, .c-content-main .info-home-product-list [data-list='sub'] > div a, .c-content-main .info-home-product-list [data-list='sub-col2'] > div a {
						text-decoration: none;
					}

.bge-contents .info-home-product-list [data-list='wide'] > div h3, .bge-contents .info-home-product-list [data-list='sub'] > div h3, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3, .c-content-main .info-home-product-list [data-list='wide'] > div h3, .c-content-main .info-home-product-list [data-list='sub'] > div h3, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 {
						font-size: 2rem;
						line-height: 1.5;
						color: #dc0032;
						font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
						letter-spacing: 1px;
						background: none;
						padding: 0;
						margin: 1em 0 0;
					}

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

.bge-contents .info-home-product-list [data-list='wide'] > div h3, .bge-contents .info-home-product-list [data-list='sub'] > div h3, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3, .c-content-main .info-home-product-list [data-list='wide'] > div h3, .c-content-main .info-home-product-list [data-list='sub'] > div h3, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 {
							font-size: 1.46413vw
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div h3, .bge-contents .info-home-product-list [data-list='sub'] > div h3, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3, .c-content-main .info-home-product-list [data-list='wide'] > div h3, .c-content-main .info-home-product-list [data-list='sub'] > div h3, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 {
							font-size: 1.6rem
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div h3, .bge-contents .info-home-product-list [data-list='sub'] > div h3, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3, .c-content-main .info-home-product-list [data-list='wide'] > div h3, .c-content-main .info-home-product-list [data-list='sub'] > div h3, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 {
							margin: 1em 0
					}
						}

.bge-contents .info-home-product-list [data-list='wide'] > div h3 b, .bge-contents .info-home-product-list [data-list='sub'] > div h3 b, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3 b, .c-content-main .info-home-product-list [data-list='wide'] > div h3 b, .c-content-main .info-home-product-list [data-list='sub'] > div h3 b, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 b {
							font-size: 2.8rem;
							display: block;
							line-height: 1.5;
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div h3 b, .bge-contents .info-home-product-list [data-list='sub'] > div h3 b, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3 b, .c-content-main .info-home-product-list [data-list='wide'] > div h3 b, .c-content-main .info-home-product-list [data-list='sub'] > div h3 b, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 b {
								font-size: 2.04978vw
						}
							}

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

.bge-contents .info-home-product-list [data-list='wide'] > div h3 b, .bge-contents .info-home-product-list [data-list='sub'] > div h3 b, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3 b, .c-content-main .info-home-product-list [data-list='wide'] > div h3 b, .c-content-main .info-home-product-list [data-list='sub'] > div h3 b, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 b {
								font-size: 2.3rem
						}
							}

.bge-contents .info-home-product-list [data-list='wide'] > div figure, .bge-contents .info-home-product-list [data-list='sub'] > div figure, .bge-contents .info-home-product-list [data-list='sub-col2'] > div figure, .c-content-main .info-home-product-list [data-list='wide'] > div figure, .c-content-main .info-home-product-list [data-list='sub'] > div figure, .c-content-main .info-home-product-list [data-list='sub-col2'] > div figure {
						margin: 0;
						line-height: 0;
					}

.bge-contents .info-home-product-list [data-list='wide'] > div figure img, .bge-contents .info-home-product-list [data-list='sub'] > div figure img, .bge-contents .info-home-product-list [data-list='sub-col2'] > div figure img, .c-content-main .info-home-product-list [data-list='wide'] > div figure img, .c-content-main .info-home-product-list [data-list='sub'] > div figure img, .c-content-main .info-home-product-list [data-list='sub-col2'] > div figure img {
							width: 100%;
							height: auto;
						}

.bge-contents .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text {
						font-size: 1.3rem;
						padding-left: 29px;
						font-weight: bold;
						letter-spacing: 1px;
						color: #333;
						text-indent: -4px;
						margin: 1em 0;
					}

@media print,screen and (min-width: 1140px) {

.bge-contents .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text {
							font-size: 1.1713vw
					}
						}

@media print,screen and (min-width: 1366px) {

.bge-contents .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text {
							font-size: 1.6rem
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .bge-contents .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='wide'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub'] > div p.info-home-product-text, .c-content-main .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text {
							font-size: 1.3rem;
							padding-left: 6.66667vw
					}
						}

.bge-contents .info-home-product-list [data-list='wide'] > div p.info-home-product-text::before, .bge-contents .info-home-product-list [data-list='sub'] > div p.info-home-product-text::before, .bge-contents .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text::before, .c-content-main .info-home-product-list [data-list='wide'] > div p.info-home-product-text::before, .c-content-main .info-home-product-list [data-list='sub'] > div p.info-home-product-text::before, .c-content-main .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text::before {
							content: '';
							width: 18px;
							height: 11px;
							display: inline-block;
							background: url('/img/icon-arrow01.svg') no-repeat left top;
							background-size: 18px auto;
							margin: 0 8px 1px -27px;
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div p.info-home-product-text::before, .bge-contents .info-home-product-list [data-list='sub'] > div p.info-home-product-text::before, .bge-contents .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text::before, .c-content-main .info-home-product-list [data-list='wide'] > div p.info-home-product-text::before, .c-content-main .info-home-product-list [data-list='sub'] > div p.info-home-product-text::before, .c-content-main .info-home-product-list [data-list='sub-col2'] > div p.info-home-product-text::before {
								width: 4.53333vw;
								height: 2.66667vw;
								background-size: 4.53333vw;
								margin: 0 2.13333vw 0.26667vw -6.66667vw
						}
							}

.bge-contents .info-home-product-list [data-list='wide'], .c-content-main .info-home-product-list [data-list='wide'] {
				margin-bottom: 30px;
			}

.bge-contents .info-home-product-list [data-list='wide'] > div, .c-content-main .info-home-product-list [data-list='wide'] > div {
					background: linear-gradient(107deg, #dc0032 20%, #ebebeb 20%);
				}

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

.bge-contents .info-home-product-list [data-list='wide'] > div::before, .c-content-main .info-home-product-list [data-list='wide'] > div::before {
							display: none
					}
						}

.bge-contents .info-home-product-list [data-list='wide'] > div:not(:last-child), .c-content-main .info-home-product-list [data-list='wide'] > div:not(:last-child) {
						margin-bottom: 30px;
					}

.bge-contents .info-home-product-list [data-list='wide'] > div a, .c-content-main .info-home-product-list [data-list='wide'] > div a {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
					}

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

.bge-contents .info-home-product-list [data-list='wide'] > div a, .c-content-main .info-home-product-list [data-list='wide'] > div a {
							padding: 0 90px 0 78px
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div a, .c-content-main .info-home-product-list [data-list='wide'] > div a {
							padding: 0 6.58858vw 0 5.7101vw
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div a, .c-content-main .info-home-product-list [data-list='wide'] > div a {
							padding: 0 75px
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div a, .c-content-main .info-home-product-list [data-list='wide'] > div a {
							padding: 0 3.66032vw 0 0
					}
						}

.bge-contents .info-home-product-list [data-list='wide'] > div figure, .c-content-main .info-home-product-list [data-list='wide'] > div figure {
						width: 320px;
						height: 320px;
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 auto;
						        flex: 0 0 auto;
					}

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

.bge-contents .info-home-product-list [data-list='wide'] > div figure, .c-content-main .info-home-product-list [data-list='wide'] > div figure {
							margin-top: -24px
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div figure, .c-content-main .info-home-product-list [data-list='wide'] > div figure {
							width: 25.62225vw
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div figure, .c-content-main .info-home-product-list [data-list='wide'] > div figure {
							width: 292px
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div figure, .c-content-main .info-home-product-list [data-list='wide'] > div figure {
							width: 33.33333vw;
							margin-left: -2.66667vw;
							max-height: 200px
					}
						}

.bge-contents .info-home-product-list [data-list='wide'] > div figure img, .c-content-main .info-home-product-list [data-list='wide'] > div figure img {
							width: 100%;
							height: 100%;
							-o-object-fit: contain;
							   font-family: "object-fit:contain";
							   object-fit: contain;
						}

.bge-contents .info-home-product-list [data-list='wide'] > div [dat-col-type='text'], .c-content-main .info-home-product-list [data-list='wide'] > div [dat-col-type='text'] {
						padding-left: 50px;
					}

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

.bge-contents .info-home-product-list [data-list='wide'] > div [dat-col-type='text'], .c-content-main .info-home-product-list [data-list='wide'] > div [dat-col-type='text'] {
							padding-left: 3.66032vw
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div [dat-col-type='text'], .c-content-main .info-home-product-list [data-list='wide'] > div [dat-col-type='text'] {
							padding-left: 41px
					}
						}

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

.bge-contents .info-home-product-list [data-list='wide'] > div [dat-col-type='text'], .c-content-main .info-home-product-list [data-list='wide'] > div [dat-col-type='text'] {
							padding-left: 4vw
					}
						}

.bge-contents .info-home-product-list [data-list='wide'] > div[data-product]::before, .c-content-main .info-home-product-list [data-list='wide'] > div[data-product]::before {
						width: 300px;
						height: 300px;
						background-position: calc(100% + 10px) -40px;
						background-size: contain;
					}

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

.bge-contents .info-home-product-list [data-list='sub'], .bge-contents .info-home-product-list [data-list='sub-col2'], .c-content-main .info-home-product-list [data-list='sub'], .c-content-main .info-home-product-list [data-list='sub-col2'] {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-flow: wrap;
					    flex-flow: wrap;
					margin-bottom: 20px
			}
				}

@media print,screen and (min-width: 768px) {
						.bge-contents .info-home-product-list [data-list='sub'][data-list='sub'] > div, .bge-contents .info-home-product-list [data-list='sub-col2'][data-list='sub'] > div, .c-content-main .info-home-product-list [data-list='sub'][data-list='sub'] > div, .c-content-main .info-home-product-list [data-list='sub-col2'][data-list='sub'] > div {
							width: 32%;
						}

							.bge-contents .info-home-product-list [data-list='sub'][data-list='sub'] > div:nth-child(3n-1), .bge-contents .info-home-product-list [data-list='sub-col2'][data-list='sub'] > div:nth-child(3n-1), .c-content-main .info-home-product-list [data-list='sub'][data-list='sub'] > div:nth-child(3n-1), .c-content-main .info-home-product-list [data-list='sub-col2'][data-list='sub'] > div:nth-child(3n-1) {
								margin-left: 2%;
								margin-right: 2%;
							}
					}

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

.bge-contents .info-home-product-list [data-list='sub'][data-list='sub-col2'], .bge-contents .info-home-product-list [data-list='sub-col2'][data-list='sub-col2'], .c-content-main .info-home-product-list [data-list='sub'][data-list='sub-col2'], .c-content-main .info-home-product-list [data-list='sub-col2'][data-list='sub-col2'] {
						-webkit-box-pack: justify;
						    -ms-flex-pack: justify;
						        justify-content: space-between
				}

						.bge-contents .info-home-product-list [data-list='sub'][data-list='sub-col2'] > div, .bge-contents .info-home-product-list [data-list='sub-col2'][data-list='sub-col2'] > div, .c-content-main .info-home-product-list [data-list='sub'][data-list='sub-col2'] > div, .c-content-main .info-home-product-list [data-list='sub-col2'][data-list='sub-col2'] > div {
							width: 49%;
						}
					}

.bge-contents .info-home-product-list [data-list='sub'] div[data-product]::before, .bge-contents .info-home-product-list [data-list='sub-col2'] div[data-product]::before, .c-content-main .info-home-product-list [data-list='sub'] div[data-product]::before, .c-content-main .info-home-product-list [data-list='sub-col2'] div[data-product]::before {
					width: 229px;
					height: 229px;
					background-position: 100% 4px;
					background-size: contain;
				}

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

.bge-contents .info-home-product-list [data-list='sub'] div[data-product]::before, .bge-contents .info-home-product-list [data-list='sub-col2'] div[data-product]::before, .c-content-main .info-home-product-list [data-list='sub'] div[data-product]::before, .c-content-main .info-home-product-list [data-list='sub-col2'] div[data-product]::before {
						width: 160px;
						height: 160px
				}
					}

.bge-contents .info-home-product-list [data-list='sub'] > div, .bge-contents .info-home-product-list [data-list='sub-col2'] > div, .c-content-main .info-home-product-list [data-list='sub'] > div, .c-content-main .info-home-product-list [data-list='sub-col2'] > div {
					background: #f2f2f2;
					margin-bottom: 30px;
					border-top: 2px solid #dc0032;
				}

.bge-contents .info-home-product-list [data-list='sub'] > div::before, .bge-contents .info-home-product-list [data-list='sub-col2'] > div::before, .c-content-main .info-home-product-list [data-list='sub'] > div::before, .c-content-main .info-home-product-list [data-list='sub-col2'] > div::before {
						opacity: 0.1;
					}

.bge-contents .info-home-product-list [data-list='sub'] > div a, .bge-contents .info-home-product-list [data-list='sub-col2'] > div a, .c-content-main .info-home-product-list [data-list='sub'] > div a, .c-content-main .info-home-product-list [data-list='sub-col2'] > div a {
						display: block;
						text-align: center;
						height: 100%;
						padding: 20px 25px;
					}

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

.bge-contents .info-home-product-list [data-list='sub'] > div a, .bge-contents .info-home-product-list [data-list='sub-col2'] > div a, .c-content-main .info-home-product-list [data-list='sub'] > div a, .c-content-main .info-home-product-list [data-list='sub-col2'] > div a {
							padding-left: 1.83016vw;
							padding-right: 1.83016vw
					}
						}

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

.bge-contents .info-home-product-list [data-list='sub'] > div a, .bge-contents .info-home-product-list [data-list='sub-col2'] > div a, .c-content-main .info-home-product-list [data-list='sub'] > div a, .c-content-main .info-home-product-list [data-list='sub-col2'] > div a {
							padding-left: 20px;
							padding-right: 20px
					}
						}

.bge-contents .info-home-product-list [data-list='sub'] > div h3, .bge-contents .info-home-product-list [data-list='sub-col2'] > div h3, .c-content-main .info-home-product-list [data-list='sub'] > div h3, .c-content-main .info-home-product-list [data-list='sub-col2'] > div h3 {
						margin: 0 0 15px;
					}

.bge-contents .info-home-product-list [data-list='sub'] > div figure, .bge-contents .info-home-product-list [data-list='sub-col2'] > div figure, .c-content-main .info-home-product-list [data-list='sub'] > div figure, .c-content-main .info-home-product-list [data-list='sub-col2'] > div figure {
						max-width: 100%;
						margin: 0 auto 10px;
						height: 230px;
					}

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

.bge-contents .info-home-product-list [data-list='sub'] > div figure, .bge-contents .info-home-product-list [data-list='sub-col2'] > div figure, .c-content-main .info-home-product-list [data-list='sub'] > div figure, .c-content-main .info-home-product-list [data-list='sub-col2'] > div figure {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							-webkit-box-pack: center;
							    -ms-flex-pack: center;
							        justify-content: center
					}
						}

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

.bge-contents .info-home-product-list [data-list='sub'] > div figure, .bge-contents .info-home-product-list [data-list='sub-col2'] > div figure, .c-content-main .info-home-product-list [data-list='sub'] > div figure, .c-content-main .info-home-product-list [data-list='sub-col2'] > div figure {
							max-width: 200px;
							max-height: 200px
					}
						}

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

.bge-contents .info-home-product-list [data-list='sub'] > div figure, .bge-contents .info-home-product-list [data-list='sub-col2'] > div figure, .c-content-main .info-home-product-list [data-list='sub'] > div figure, .c-content-main .info-home-product-list [data-list='sub-col2'] > div figure {
							max-width: 160px;
							height: 160px
					}
						}

.bge-contents .info-home-product-list [data-list='sub'] > div figure img, .bge-contents .info-home-product-list [data-list='sub-col2'] > div figure img, .c-content-main .info-home-product-list [data-list='sub'] > div figure img, .c-content-main .info-home-product-list [data-list='sub-col2'] > div figure img {
							width: 100%;
							height: 100%;
							-o-object-fit: contain;
							   font-family: "object-fit:contain";
							   object-fit: contain;
						}

.bge-contents .info-home-product-btn-more, .c-content-main .info-home-product-btn-more {
			width: 100%;
			text-align: center;
			margin-bottom: -25px;
		}

.bge-contents .info-home-product-btn-more p, .c-content-main .info-home-product-btn-more p {
				display: inline-block;
				text-align: center;
				vertical-align: middle;
				margin: 0;
			}

.bge-contents .info-home-product-btn-more p a, .c-content-main .info-home-product-btn-more p a {
					background: #dc0032;
					color: #fff;
					display: inline-block;
					font-size: 1.125em;
					line-height: 1.4;
					min-width: 15.6em;
					padding: 0.8612em 2.5em;
					position: relative;
					text-align: center;
					text-decoration: none;
					vertical-align: middle;
					border-radius: 30px;
				}

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

.bge-contents .info-home-product-btn-more p a, .c-content-main .info-home-product-btn-more p a {
						font-size: 4.26667vw;
						padding: 3.73333vw 12vw
				}
					}

.bge-contents .info-home-product-btn-more p a:active, .bge-contents .info-home-product-btn-more p a:focus, .c-content-main .info-home-product-btn-more p a:active, .c-content-main .info-home-product-btn-more p a: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 .info-home-product-btn-more p a::after, .c-content-main .info-home-product-btn-more p a::after {
						border-width: 2px 2px 0 0;
						content: '';
						display: block;
						height: 9px;
						margin-top: -5px;
						position: absolute;
						right: 1em;
						top: 50%;
						width: 15px;
						background: url('/img/icon-arrow01-w.svg') no-repeat 0 0;
						background-size: cover;
						-webkit-transition: right 300ms;
						transition: right 300ms;
					}

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

.bge-contents .info-home-product-btn-more p a::after, .c-content-main .info-home-product-btn-more p a::after {
							width: 4vw;
							height: 2.4vw;
							margin-top: -1.33333vw
					}
						}

.bge-contents .info-home-product-btn-more p a:hover::after, .c-content-main .info-home-product-btn-more p a:hover::after {
							right: 0.6em;
						}

.bge-contents .info-home-factory, .c-content-main .info-home-factory {
		padding-bottom: 80px;
		overflow: hidden;
		margin-bottom: 0 !important;
	}

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

.bge-contents .info-home-factory, .c-content-main .info-home-factory {
			padding-bottom: 16vw
	}
		}

.bge-contents .info-home-factory-body, .c-content-main .info-home-factory-body {
			width: 1024px;
			margin: 0 auto;
			position: relative;
			z-index: 10;
		}

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

.bge-contents .info-home-factory-body, .c-content-main .info-home-factory-body {
		width: 100%;
		padding: 0 6.66667vw
		}
	}

.bge-contents .info-home-factory-body::after, .c-content-main .info-home-factory-body::after {
				content: '';
				display: inline-block;
				position: absolute;
				z-index: -1;
				right: -320px;
				top: 50px;
				width: 476px;
				height: 804px;
				background: url('/img/obj-factory.png') no-repeat left top;
				background-size: 100% auto;
			}

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

.bge-contents .info-home-factory-body::after, .c-content-main .info-home-factory-body::after {
					right: -53.33333vw;
					bottom: -24vw;
					top: inherit;
					width: 86.26667vw;
					height: 107.2vw
			}
				}

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

.bge-contents .info-home-factory-lead, .c-content-main .info-home-factory-lead {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin-bottom: 50px
		}
			}

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

.bge-contents .info-home-factory-lead, .c-content-main .info-home-factory-lead {
				margin-bottom: 6.66667vw
		}
			}

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

.bge-contents .info-home-factory-lead > h2, .c-content-main .info-home-factory-lead > h2 {
					margin-left: -45px
			}
				}

.bge-contents .info-home-factory-lead > p, .c-content-main .info-home-factory-lead > p {
				margin: 0;
				line-height: 2;
				color: #333;
				letter-spacing: 1px;
			}

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

.bge-contents .info-home-factory-lead > p, .c-content-main .info-home-factory-lead > p {
					-webkit-box-flex: 1;
					    -ms-flex: 1 1 100%;
					        flex: 1 1 100%;
					padding-left: 80px
			}
				}

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

.bge-contents .info-home-factory-lead > p, .c-content-main .info-home-factory-lead > p {
					font-size: 3.46667vw
			}
				}

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

.bge-contents .info-home-factory-link, .c-content-main .info-home-factory-link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-flow: wrap;
				    flex-flow: wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				margin-bottom: 40px
		}
			}

.bge-contents .info-home-factory-link > li, .c-content-main .info-home-factory-link > li {
				padding-left: 0;
			}

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

.bge-contents .info-home-factory-link > li, .c-content-main .info-home-factory-link > li {
					width: 31.3%
			}
				}

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

.bge-contents .info-home-factory-link > li, .c-content-main .info-home-factory-link > li {
					margin-bottom: 6.66667vw
			}
				}

.bge-contents .info-home-factory-link > li::before, .c-content-main .info-home-factory-link > li::before {
					content: none;
				}

.bge-contents .info-home-factory-link > li a, .c-content-main .info-home-factory-link > li a {
					display: block;
					text-decoration: none;
				}

.bge-contents .info-home-factory-link > li a [data-col='img'], .c-content-main .info-home-factory-link > li a [data-col='img'] {
						line-height: 0;
						margin-bottom: 10px;
					}

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

.bge-contents .info-home-factory-link > li a [data-col='img'], .c-content-main .info-home-factory-link > li a [data-col='img'] {
							margin-bottom: 2.66667vw
					}
						}

.bge-contents .info-home-factory-link > li a [data-col='img'] img, .c-content-main .info-home-factory-link > li a [data-col='img'] img {
							width: 100%;
							height: auto;
						}

.bge-contents .info-home-factory-link > li a p, .c-content-main .info-home-factory-link > li a p {
						margin: 0;
						text-align: center;
					}

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

.bge-contents .info-home-factory-link > li a p, .c-content-main .info-home-factory-link > li a p {
							font-size: 4.26667vw
					}
						}

.bge-contents .info-home-factory-link-text, .c-content-main .info-home-factory-link-text {
				padding-left: 29px;
				font-weight: bold;
				letter-spacing: 1px;
				color: #333;
			}

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

.bge-contents .info-home-factory-link-text, .c-content-main .info-home-factory-link-text {
					font-size: 3.46667vw;
					padding-left: 6.66667vw
			}
				}

.bge-contents .info-home-factory-link-text::before, .c-content-main .info-home-factory-link-text::before {
					content: '';
					width: 18px;
					height: 11px;
					display: inline-block;
					background: url('/img/icon-arrow01.svg') no-repeat left top;
					background-size: 18px auto;
					margin: 0 8px 1px -27px;
				}

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

.bge-contents .info-home-factory-link-text::before, .c-content-main .info-home-factory-link-text::before {
						width: 4.53333vw;
						height: 2.66667vw;
						background-size: 4.53333vw;
						margin: 0 2.13333vw 0.26667vw -6.66667vw
				}
					}

.bge-contents .info-home-factory-btn, .c-content-main .info-home-factory-btn {
			text-align: center;
		}

.bge-contents .info-home-factory-btn p, .c-content-main .info-home-factory-btn p {
				display: inline-block;
				text-align: center;
				vertical-align: middle;
				margin: 0;
			}

.bge-contents .info-home-factory-btn p a, .c-content-main .info-home-factory-btn p a {
					background: #dc0032;
					color: #fff;
					display: inline-block;
					font-size: 1.125em;
					line-height: 1.4;
					min-width: 15.6em;
					padding: 0.8612em 2.5em;
					position: relative;
					text-align: center;
					text-decoration: none;
					vertical-align: middle;
					border-radius: 30px;
				}

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

.bge-contents .info-home-factory-btn p a, .c-content-main .info-home-factory-btn p a {
						font-size: 4.26667vw;
						padding: 3.73333vw 12vw
				}
					}

.bge-contents .info-home-factory-btn p a:active, .bge-contents .info-home-factory-btn p a:focus, .c-content-main .info-home-factory-btn p a:active, .c-content-main .info-home-factory-btn p a: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 .info-home-factory-btn p a::after, .c-content-main .info-home-factory-btn p a::after {
						border-width: 2px 2px 0 0;
						content: '';
						display: block;
						height: 9px;
						margin-top: -5px;
						position: absolute;
						right: 1em;
						top: 50%;
						width: 15px;
						background: url('/img/icon-arrow01-w.svg') no-repeat 0 0;
						background-size: cover;
						-webkit-transition: right 300ms;
						transition: right 300ms;
					}

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

.bge-contents .info-home-factory-btn p a::after, .c-content-main .info-home-factory-btn p a::after {
							width: 4vw;
							height: 2.4vw;
							margin-top: -1.33333vw
					}
						}

.bge-contents .info-home-factory-btn p a:hover::after, .c-content-main .info-home-factory-btn p a:hover::after {
							right: 0.6em;
						}

.bge-contents .list-home-bnr, .c-content-main .list-home-bnr {
		position: relative;
	}

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

.bge-contents .list-home-bnr, .c-content-main .list-home-bnr {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 70px !important
	}
		}

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

.bge-contents .list-home-bnr, .c-content-main .list-home-bnr {
			margin-bottom: 16vw !important
	}
		}

.bge-contents .list-home-bnr::after, .c-content-main .list-home-bnr::after {
			content: '';
			display: block;
			width: 1px;
			height: 100%;
			background: #ebebeb;
			position: absolute;
			top: 0;
			left: calc(50% - 0.5px);
		}

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

.bge-contents .list-home-bnr::after, .c-content-main .list-home-bnr::after {
				width: 100%;
				height: 2px;
				position: static
		}
			}

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

.bge-contents .list-home-bnr .bgt-grid [data-bgt] > :last-child, .c-content-main .list-home-bnr .bgt-grid [data-bgt] > :last-child {
				margin-bottom: 0
		}
			}

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

.bge-contents .list-home-bnr [data-bgt='ckeditor']:nth-child(2), .c-content-main .list-home-bnr [data-bgt='ckeditor']:nth-child(2) {
				margin-top: 0
		}
			}

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

.bge-contents .list-home-bnr div.bgt-grid--first, .c-content-main .list-home-bnr div.bgt-grid--first {
				padding-right: 0
		}
			}

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

.bge-contents .list-home-bnr div.bgt-grid--first, .c-content-main .list-home-bnr div.bgt-grid--first {
				margin-bottom:  6vw
		}
			}

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

.bge-contents .list-home-bnr div.bgt-grid--last, .c-content-main .list-home-bnr div.bgt-grid--last {
				padding-left: 0
		}
			}

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

.bge-contents .list-home-bnr > div, .c-content-main .list-home-bnr > div {
				border: 1px solid #ebebeb;
				border-width: 1px 0 1px 0;
				width: 50%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch
		}
			}

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

.bge-contents .list-home-bnr > div, .c-content-main .list-home-bnr > div {
				margin-bottom: 6vw
		}
			}

.bge-contents .list-home-bnr > div a, .c-content-main .list-home-bnr > div a {
				display: block;
				text-decoration: none;
			}

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

.bge-contents .list-home-bnr > div a, .c-content-main .list-home-bnr > div a {
					height: 100%
			}
				}

.bge-contents .list-home-bnr > div a div.bgt-box__image-container, .c-content-main .list-home-bnr > div a div.bgt-box__image-container {
					height: 21.42857vw;
					overflow: hidden;
				}

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

.bge-contents .list-home-bnr > div a div.bgt-box__image-container, .c-content-main .list-home-bnr > div a div.bgt-box__image-container {
						height: 53.33333vw
				}
					}

.bge-contents .list-home-bnr > div a div.bgt-box__image-container img, .c-content-main .list-home-bnr > div a div.bgt-box__image-container img {
						width: 100%;
						height: 100%;
						display: block;
						-o-object-fit: cover;
						   font-family: "object-fit:cover;object-position:center";
						   object-fit: cover;
						-o-object-position: center;
						   object-position: center;
					}

.bge-contents .list-home-bnr h2, .c-content-main .list-home-bnr h2 {
			margin: 0 0 30px;
			background: rgba(255, 255, 255, .6);
			padding: 8px 50px 0;
			font-size: 6.5rem;
			font-family: "DENSOSansTP2017-Light", "DENSOSansTP2017-Regular", sans-serif;
			line-height: 1;
			color: #dc0032;
			position: relative;
			letter-spacing: 2px;
			font-weight: normal;
			z-index: 1;
		}

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

.bge-contents .list-home-bnr h2, .c-content-main .list-home-bnr h2 {
				font-size: 11.46667vw;
				padding: 3.33333vw 6.66667vw 0;
				margin-bottom: 4vw
		}
			}

.bge-contents .list-home-bnr h2 small, .c-content-main .list-home-bnr h2 small {
				font-size: 2rem;
				color: #111;
				letter-spacing: 0;
				font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
			}

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

.bge-contents .list-home-bnr h2 small, .c-content-main .list-home-bnr h2 small {
					font-size: 4.26667vw
			}
				}

.bge-contents .list-home-bnr h2 small::before, .c-content-main .list-home-bnr h2 small::before {
					content: '/';
					color: #dc0032;
					margin: 0 10px;
					display: inline-block;
					vertical-align: -1px;
					line-height: 1;
					font-size: 2.2rem;
					font-family: "DENSOSansTP2017-Regular", sans-serif;
				}

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

.bge-contents .list-home-bnr h2 small::before, .c-content-main .list-home-bnr h2 small::before {
						font-size: 4.53333vw
				}
					}

.bge-contents .list-home-bnr-text, .c-content-main .list-home-bnr-text {
			padding-left: 29px;
			font-weight: bold;
			letter-spacing: 1px;
			color: #333;
			margin: 0 50px;
		}

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

.bge-contents .list-home-bnr-text, .c-content-main .list-home-bnr-text {
				margin: 0 6.66667vw;
				font-weight: normal
		}
			}

.bge-contents .list-home-bnr-text::before, .c-content-main .list-home-bnr-text::before {
				content: '';
				width: 18px;
				height: 11px;
				display: inline-block;
				background: url('/img/icon-arrow01.svg') no-repeat left top;
				background-size: 18px auto;
				margin: 0 8px 1px -27px;
			}

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

.bge-contents .list-home-bnr-text::before, .c-content-main .list-home-bnr-text::before {
					width: 4.53333vw;
					height: 2.66667vw;
					background-size: 4.53333vw;
					margin: 0 2.13333vw 0.26667vw -6.66667vw
			}
				}

.bge-contents .list-home-bnr-link, .c-content-main .list-home-bnr-link {
			display: block;
		}

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

.bge-contents .list-home-bnr-link, .c-content-main .list-home-bnr-link {
				padding-bottom: 40px;
				margin-top: -40px
		}
			}

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

.bge-contents .list-home-bnr-link, .c-content-main .list-home-bnr-link {
				margin-top: -8vw
		}
			}

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

.bge-contents .list-home-pdf, .c-content-main .list-home-pdf {
			width: 1024px;
			max-width: none !important;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			margin-bottom: 70px !important
	}
		}

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

.bge-contents .list-home-pdf, .c-content-main .list-home-pdf {
			padding: 0 6.66667vw;
			margin-bottom: 16vw !important
	}
		}

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

.bge-contents .list-home-pdf > div.bgt-grid, .c-content-main .list-home-pdf > div.bgt-grid {
				width: 50%
		}
			}

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

.bge-contents .list-home-pdf > div.bgt-grid.bgt-grid--first, .c-content-main .list-home-pdf > div.bgt-grid.bgt-grid--first {
					padding: 0 2% 0 0
			}
				}

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

.bge-contents .list-home-pdf > div.bgt-grid.bgt-grid--last, .c-content-main .list-home-pdf > div.bgt-grid.bgt-grid--last {
					padding: 0 0 0 2%
			}
				}

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

.bge-contents .list-home-pdf > div.bgt-grid[data-bgt] > :last-child, .c-content-main .list-home-pdf > div.bgt-grid[data-bgt] > :last-child {
					margin-bottom: 0
			}
				}

.bge-contents .list-home-pdf > div.bgt-grid .bgt-btn::after, .c-content-main .list-home-pdf > div.bgt-grid .bgt-btn::after {
				content: none;
			}

.bge-contents .list-home-pdf > div.bgt-grid .bgt-button-container, .c-content-main .list-home-pdf > div.bgt-grid .bgt-button-container {
				width: 100%;
			}

.bge-contents .list-home-pdf > div.bgt-grid a, .c-content-main .list-home-pdf > div.bgt-grid a {
				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;
				height: 100%;
				border: 1px solid #ebebeb;
				text-decoration: none;
				color: #333;
				background: #fff;
				border-radius: 0;
				min-width: auto;
				width: 100%;
				padding: 0;
			}

.bge-contents .list-home-pdf > div.bgt-grid a span.bgt-btn__text, .c-content-main .list-home-pdf > div.bgt-grid a span.bgt-btn__text {
					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;
					width: 100%;
				}

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='img'], .c-content-main .list-home-pdf > div.bgt-grid a [data-col='img'] {
					width: 140px;
					height: 70px;
					line-height: 0;
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 auto;
					        flex: 0 0 auto;
				}

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

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='img'], .c-content-main .list-home-pdf > div.bgt-grid a [data-col='img'] {
						width: 25.33333vw;
						height: 16vw
				}
					}

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='img'] img, .c-content-main .list-home-pdf > div.bgt-grid a [data-col='img'] img {
						width: 100%;
						height: 100%;
						display: block;
						-o-object-fit: cover;
						   font-family: "object-fit:cover;object-position:center bottom";
						   object-fit: cover;
						-o-object-position: center bottom;
						   object-position: center bottom;
					}

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='text'], .c-content-main .list-home-pdf > div.bgt-grid a [data-col='text'] {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					-webkit-box-flex: 1;
					    -ms-flex: 1 1 100%;
					        flex: 1 1 100%;
					height: 100%;
					padding: 10px;
				}

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

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='text'], .c-content-main .list-home-pdf > div.bgt-grid a [data-col='text'] {
						padding: 4vw
				}
					}

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

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='text'], .c-content-main .list-home-pdf > div.bgt-grid a [data-col='text'] {
						-webkit-box-pack: center;
						    -ms-flex-pack: center;
						        justify-content: center
				}
					}

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='text'] p, .c-content-main .list-home-pdf > div.bgt-grid a [data-col='text'] p {
						margin: 0;
					}

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

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='text'] p, .c-content-main .list-home-pdf > div.bgt-grid a [data-col='text'] p {
							font-size: 3.73333vw;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-pack: justify;
							    -ms-flex-pack: justify;
							        justify-content: space-between;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							width: 100%
					}
						}

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='text'] p::after, .c-content-main .list-home-pdf > div.bgt-grid a [data-col='text'] p::after {
							content: 'PDFパンフレット';
							color: #fff;
							background: #dc0032;
							line-height: 1;
							padding: 2px 8px;
							border-radius: 10px;
							font-size: 1rem;
							margin-left: 10px;
						}

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

.bge-contents .list-home-pdf > div.bgt-grid a [data-col='text'] p::after, .c-content-main .list-home-pdf > div.bgt-grid a [data-col='text'] p::after {
								font-size: 2.66667vw;
								padding: 0.53333vw 2.13333vw;
								margin-left: 2.66667vw
						}
							}

/* stylelint-disable */

.c-page-sub .ui-datepicker {
	border-color: #222;
	padding: 15px 18px;
	background: #fff;
}

@media print,screen and (min-width: 900px) {

.c-page-sub .ui-datepicker {
		width: 335px
}
	}

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

.c-page-sub .ui-datepicker {
		padding: 10px 13px
}
	}

.c-page-sub .ui-datepicker-header {
		background: #fff;
		border: none;
	}

.c-page-sub .ui-datepicker-prev, .c-page-sub .ui-datepicker-next {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: inherit !important;
		line-height: 1;
	}

.c-page-sub .ui-datepicker-prev-hover, .c-page-sub .ui-datepicker-next-hover {
			background: none !important;
			border: none !important;
		}

.c-page-sub .ui-datepicker-prev .ui-icon, .c-page-sub .ui-datepicker-next .ui-icon {
			width: 25px;
			height: 25px;
			background: url('/img/icon-arrow02.svg') no-repeat center center;
			background-size: 25px auto;
			position: static;
			margin: 0;
			-webkit-transform: rotate(270deg);
			        transform: rotate(270deg);
		}

.c-page-sub .ui-datepicker-prev .ui-icon {
			-webkit-transform: rotate(90deg);
			        transform: rotate(90deg);
		}

.c-page-sub .ui-datepicker-title {
		line-height: 1;
		font-family: "DENSOSansTP2017-Bold", "DENSOSansTP2017-Regular", sans-serif;
	}

.c-page-sub .ui-datepicker-year {
		font-size: 1.8rem;
		line-height: 1;
	}

.c-page-sub .ui-datepicker-year::after {
			content: '.';
			display: inline;
		}

.c-page-sub .ui-datepicker-month {
		font-size: 2.8rem;
		line-height: 1;
		color: #000;
	}

.c-page-sub .ui-datepicker-calendar {
		border-spacing: 6px;
		border-collapse: separate;
		margin: 0 -6px;
		font-family: "DENSOSansTP2017-Regular", sans-serif;
	}

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

.c-page-sub .ui-datepicker-calendar {
			border-spacing: 5px;
			margin: 0 -5px
	}
		}

.c-page-sub .ui-datepicker-calendar th {
			padding: 0;
		}

.c-page-sub .ui-datepicker-calendar th span {
				font-weight: normal;
				color: #000;
			}

.c-page-sub .ui-datepicker-calendar td {
			border: none;
		}

.c-page-sub .ui-datepicker-calendar td a {
				background: #e1e1e1;
				color: #000;
				text-align: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				line-height: 1;
				width: 35px;
				height: 35px;
				border: none;
			}

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

.c-page-sub .ui-datepicker-calendar td a {
					width: 31px;
					height: 31px
			}
				}

.c-page-sub .ui-datepicker-days-cell-over a, .c-page-sub .ui-datepicker-current-day a {
			background: #dc0032 !important;
			color: #fff !important;
		}

.c-page-sub .ui-datepicker-other-month {
		opacity: 1 !important;
		background: #e1e1e1;
	}

/*# sourceMappingURL=style.css.map */
