/**!
 * rev. 2020-10-09
 * copyright © 2020
 */

@charset "UTF-8";
/*! 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;
}
@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");
}
:root {
  font-size: 62.5%;
  height: 100%;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: #fff000;
}
*::selection {
  background-color: #fff000;
}
body {
  color: #333;
  font-family: "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  padding: 0;
}
button {
  border-radius: 0;
}
.c-page-home {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-page-home [data-device=sp] {
    display: none;
  }
}
.c-page-home__base {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-page-home__base {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto 1fr auto auto;
    grid-template-rows: auto auto 1fr auto auto;
        grid-template-areas: "header" "main" "footer";
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__header {
    grid-area: header;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__main {
    grid-area: main;
  }
}
.c-page-home__lead {
  background: url("../img/bg-gray-dot.jpg") 0 0 repeat;
}
.c-page-home__lead-body {
  width: 100%;
  height: 180px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead-body {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 29.33333vw;
    padding: 5.33333vw 10.66667vw;
  }
}
.c-page-home__lead-body::before {
  display: inline-block;
  content: "";
  width: 282px;
  height: 158px;
  background: url("../img/obj-hero01.png");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead-body::before {
    width: 37.6vw;
    height: 21.06667vw;
    background-repeat: no-repeat;
    left: inherit;
    right: 8vw;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.c-page-home__lead-body::after {
  display: inline-block;
  content: "";
  width: 340px;
  height: 168px;
  background: url("../img/obj-hero02.png");
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead-body::after {
    display: none;
  }
}
.c-page-home__lead-body h2 {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead-body h2 {
    font-size: 4vw;
    text-align: left;
    margin: 0;
  }
}
.c-page-home__lead-body h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #feef00));
  background: linear-gradient(transparent 60%, #feef00 0%);
}
.c-page-home__goodbye {
  background: url("../img/bg-yellow-dot.jpg") 0 0 repeat;
}
.c-page-home__goodbye-body {
  margin: 0 auto;
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .c-page-home__goodbye-body {
    width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__goodbye-body {
    width: 100%;
    padding: 10.66667vw 13.33333vw;
    display: block;
    position: relative;
  }
}
.c-page-home__goodbye-body-txt h2 {
  width: 359px;
  margin: 0 0 10px;
}
@media screen and (max-width: 991px) {
  .c-page-home__goodbye-body-txt h2 {
    width: 100%;
  }
}
.c-page-home__goodbye-body-txt h2 img {
  width: 100%;
}
.c-page-home__goodbye-body-txt p {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .c-page-home__goodbye-body-txt p {
    font-size: 4.26667vw;
    line-height: 2;
    font-weight: bold;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__goodbye-body-img {
    width: 486px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__goodbye-body-img {
    width: 20vw;
    height: 56vw;
    overflow: hidden;
    position: absolute;
    right: 13.33333vw;
    bottom: 0;
  }
}
.c-page-home__goodbye-body-img img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 991px) {
  .c-page-home__goodbye-body-img img {
    display: block;
    width: 73.33333vw;
  }
}
.c-page-home__lead02 {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead02 {
    margin-bottom: 10.66667vw;
  }
}
.c-page-home__lead02-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .c-page-home__lead02-body {
    height: 350px;
  }
  .c-page-home__lead02-body > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__lead02-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-page-home__lead02-body div[data-lead02=txt] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/bg-black-dot.jpg") 0 0 repeat;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-page-home__lead02-body div[data-lead02=txt] {
    width: 540px;
    height: 350px;
    padding-left: calc(50% - 500px);
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__lead02-body div[data-lead02=txt] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 12vw 10.66667vw;
  }
  .c-page-home__lead02-body div[data-lead02=txt]::before {
    content: "";
    display: block;
    width: 40vw;
    height: 38vw;
    background: url("../img/hero-people.png") no-repeat right top/auto 50.66667vw;
    position: absolute;
    right: 4.66667vw;
    bottom: 0;
  }
}
.c-page-home__lead02-body div[data-lead02=txt]::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/bg-black-dot.jpg") 0 0 repeat;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead02-body div[data-lead02=txt]::after {
    width: 6.66667vw;
    height: 6.66667vw;
    top: 100%;
    left: 0;
    right: 0;
    margin: -3.33333vw auto 0;
  }
}
.c-page-home__lead02-body div[data-lead02=txt] p {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead02-body div[data-lead02=txt] p {
    margin: 0;
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__lead02-body div[data-lead02=txt] p span {
    display: inline-block;
    font-size: 4vw;
    line-height: 1.7;
    margin-top: 5.33333vw;
  }
}
.c-page-home__lead02-body div[data-lead02=img] {
  line-height: 0;
  height: 350px;
}
@media screen and (max-width: 991px) {
  .c-page-home__lead02-body div[data-lead02=img] {
    height: 64vw;
  }
}
.c-page-home__lead02-body div[data-lead02=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__problem {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem {
    margin-bottom: 13.33333vw;
  }
}
.c-page-home__problem-body {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body {
    width: 920px;
  }
}
.c-page-home__problem-body-title {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-title {
    padding: 0 10.66667vw;
    margin-bottom: 10.66667vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-title::after {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #969171 no-repeat center center/cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  section.c-page-home__problem[data-problem-type=parent] .c-page-home__problem-body-title::after {
    background-image: url("/piatto/img/pict-parent.png");
  }
  section.c-page-home__problem[data-problem-type=children] .c-page-home__problem-body-title::after {
    background-image: url("/piatto/img/pict-child.png");
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-title > div {
    padding: 10px 150px 10px 30px;
    margin-right: 120px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-title > div {
    padding: 2.66667vw 4.66667vw;
  }
}
.c-page-home__problem-body-title div[data-problem=lead] {
  background: #333;
}
.c-page-home__problem-body-title div[data-problem=lead] p {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-title div[data-problem=lead] p {
    font-size: 4.8vw;
    text-align: center;
  }
}
.c-page-home__problem-body-title div[data-problem=ttl] {
  background: #feef00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page-home__problem-body-title div[data-problem=ttl] p[data-problem=catch] {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-title div[data-problem=ttl] p[data-problem=catch] {
    font-size: 3.2vw;
  }
}
.c-page-home__problem-body-title div[data-problem=ttl] p[data-problem=type] {
  font-size: 6rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-title div[data-problem=ttl] p[data-problem=type] {
    font-size: 8vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 3px dotted #333;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main {
    padding: 0 15.33333vw;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main + .c-page-home__problem-body-main {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main + .c-page-home__problem-body-main > div {
    padding-top: 35px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main:last-child {
    border-bottom: none;
  }
  .c-page-home__problem-body-main:last-child > div {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main:last-child > div:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin: 0 0 15px;
    padding: 0 0 35px;
  }
  .c-page-home__problem-body-main > div:first-child {
    padding-right: 75px;
    border-right: 3px dotted #333;
  }
  .c-page-home__problem-body-main > div:last-child {
    padding-left: 75px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div {
    padding-bottom: 8vw;
    border-bottom: 3px dotted #333;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div:not(:last-child) {
    margin-bottom: 8vw;
    border-bottom: 3px dotted #333;
  }
}
.c-page-home__problem-body-main > div p {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div p {
    font-size: 5.33333vw;
  }
}
.c-page-home__problem-body-main > div p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #feef00));
  background: linear-gradient(transparent 60%, #feef00 0%);
}
.c-page-home__problem-body-main > div [data-problem=pict] {
  line-height: 0;
}
.c-page-home__problem-body-main > div [data-problem=pict] img {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div [data-problem=pict] img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div[data-problem=parent-badpoint] p {
    margin-bottom: 2.66667vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=parent-badpoint] img {
    width: 362px;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=parent-soundtrouble] img {
    width: 367px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div[data-problem=parent-taikutsu] p {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=parent-taikutsu] img {
    width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div[data-problem=parent-telework] p {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=parent-telework] img {
    width: 363px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div[data-problem=parent-money] p {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=parent-money] img {
    width: 360px;
  }
}
.c-page-home__problem-body-main > div[data-problem=parent-myhome] p {
  text-align: left;
}
.c-page-home__problem-body-main > div[data-problem=parent-myhome] [data-problem=pict] {
  margin-top: -200px;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div[data-problem=parent-myhome] [data-problem=pict] {
    margin-top: -34.66667vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=parent-myhome] img {
    width: 362px;
  }
}
.c-page-home__problem-body-main > div[data-problem=children-dekinai] p {
  margin-bottom: -35px;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div[data-problem=children-dekinai] p {
    margin-bottom: -4.66667vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=children-dekinai] img {
    width: 371.5px;
  }
}
.c-page-home__problem-body-main > div[data-problem=children-badpoint] p {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=children-badpoint] img {
    width: 368px;
  }
}
.c-page-home__problem-body-main > div[data-problem=children-telework] p {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=children-telework] img {
    width: 367px;
  }
}
.c-page-home__problem-body-main > div[data-problem=children-hardwork] p {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=children-hardwork] img {
    width: 364px;
  }
}
.c-page-home__problem-body-main > div[data-problem=children-komatta] p {
  margin-bottom: 20px;
}
.c-page-home__problem-body-main > div[data-problem=children-komatta] p small {
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=children-komatta] img {
    width: 365px;
  }
}
.c-page-home__problem-body-main > div[data-problem=children-myroom] p {
  text-align: left;
}
.c-page-home__problem-body-main > div[data-problem=children-myroom] [data-problem=pict] {
  margin-top: -130px;
}
@media screen and (max-width: 991px) {
  .c-page-home__problem-body-main > div[data-problem=children-myroom] [data-problem=pict] {
    margin-top: -24vw;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__problem-body-main > div[data-problem=children-myroom] img {
    width: 364px;
  }
}
.c-page-home__if {
  padding-top: 100px;
  background: #feef00;
  position: relative;
  padding-bottom: 9.25926vw;
  margin-bottom: -10px;
}
@media screen and (max-width: 991px) {
  .c-page-home__if {
    padding: 10.66667vw 10.66667vw 16vw;
    margin-bottom: -2.66667vw;
  }
}
.c-page-home__if::before, .c-page-home__if::after {
  content: "";
  display: block;
  width: 50%;
  height: 13.42593vw;
  background: linear-gradient(15deg, #fff 50%, transparent 50%);
  position: absolute;
  bottom: 0;
}
.c-page-home__if::before {
  left: 0;
}
.c-page-home__if::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-page-home__if-body {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-page-home__if-body {
    width: 860px;
  }
}
.c-page-home__if h2 {
  font-size: 4.2rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__if h2 {
    font-size: 6.4vw;
  }
}
.c-page-home__if [data-if=pict] {
  line-height: 0;
  margin: -200px -40px 50px 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__if [data-if=pict] {
    margin: -9.33333vw -2.66667vw 8vw 0;
  }
}
.c-page-home__if [data-if=pict] picture {
  display: block;
}
.c-page-home__if h3 {
  font-size: 5.2rem;
  margin: 0 0 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .c-page-home__if h3 {
    font-size: 8vw;
    margin-bottom: 5.33333vw;
  }
}
.c-page-home__if p[data-if=txt-main] {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__if p[data-if=txt-main] {
    font-size: 3.73333vw;
  }
}
.c-page-home__if p[data-if=txt-main] span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 60%, #fff 0%);
}
.c-page-home__if p[data-if=txt-feature] {
  margin: 70px auto 0;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .c-page-home__if p[data-if=txt-feature] {
    font-size: 5.6vw;
    margin-top: 4vw;
  }
}
.c-page-home__product {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .c-page-home__product {
    padding-top: 11.33333vw;
  }
}
.c-page-home__product > h2 {
  text-align: center;
  font-family: "Helvatica", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
  margin: 0 0 50px;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .c-page-home__product > h2 {
    font-size: 9.6vw;
    margin-bottom: 5.33333vw;
  }
}
.c-page-home__product [data-product=pict-wide] {
  line-height: 0;
  margin-bottom: 60px;
}
.c-page-home__product [data-product=pict-wide] picture {
  display: block;
}
.c-page-home__product-lead {
  margin: 0 auto 150px;
}
@media screen and (min-width: 992px) {
  .c-page-home__product-lead {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__product-lead {
    padding: 0 10.66667vw;
    margin: 0 auto 60px;
  }
}
.c-page-home__product-lead > h3 {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .c-page-home__product-lead > h3 {
    padding-right: 6.66667vw;
    margin-bottom: 14.66667vw;
  }
  .c-page-home__product-lead > h3 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__product-lead > div {
    padding-left: 85px;
    margin-top: 35px;
  }
}
.c-page-home__product-lead > div h4 {
  font-size: 2.8rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .c-page-home__product-lead > div h4 {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}
.c-page-home__product-lead > div h4 span {
  background: #fff000;
}
.c-page-home__product-lead > div p {
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .c-page-home__product-lead > div p {
    font-size: 3.73333vw;
  }
}
.c-page-home__product-about {
  margin: 0 auto 150px;
  display: block;
}
@media screen and (min-width: 992px) {
  .c-page-home__product-about {
    width: 960px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__product-about {
    padding: 0 10.66667vw;
    margin: 0 auto 40px;
  }
}
.c-page-home__product-about h3 {
  font-size: 3.75em;
  display: block;
  margin: 80px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-about h3 {
    margin: 50px auto 0;
    text-align: left;
    font-size: 6.93333vw;
  }
}
.c-page-home__product-about-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-about-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto;
    text-align: left;
  }
}
.c-page-home__product-about-text {
  max-width: 480px;
  width: 100%;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-about-text {
    font-size: 4vw;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.c-page-home__product-about-text h4 {
  max-width: 360px;
  width: 100%;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-about-text h4 {
    max-width: 66.66667vw;
    margin: 20px 0 30px;
  }
}
.c-page-home__product-about-text h4 img {
  width: 100%;
}
.c-page-home__product-about-text p {
  font-size: 1em;
}
.c-page-home__product-about-pict {
  width: 100%;
  max-width: 420px;
}
.c-page-home__product-about-pict img {
  width: 100%;
}
.c-page-home__product-about-plan {
  margin: 0 auto 120px;
}
.c-page-home__product-house h3 {
  font-size: 3.75em;
  display: block;
  margin: 80px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-house h3 {
    margin: 50px auto 30px;
    text-align: left;
    font-size: 6.93333vw;
  }
}
.c-page-home__product-house ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-house ul {
    margin: 15px auto 40px;
  }
}
.c-page-home__product-house ul li {
  list-style: none;
  max-width: 460px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-house ul li {
    margin-bottom: 15px;
  }
}
.c-page-home__product-house ul li:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-page-home__product-house ul li:nth-child(2n) {
    margin-left: 0px;
  }
}
.c-page-home__product-house ul li picture {
  width: 100%;
}
.c-page-home__product-house ul li picture img {
  width: 100%;
}
.c-page-home__charm {
  background: #f0f0f0;
  position: relative;
  margin-bottom: 0px;
}
.c-page-home__charm-body {
  padding: 90px 0;
  position: relative;
  margin: 0 auto 70px;
  display: block;
}
.c-page-home__charm-body::before {
  position: absolute;
  content: "";
  background: url("../img/ttl-charm-ribbon.png");
  display: inline-block;
  width: 235px;
  height: 75px;
  background-size: cover;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-body::before {
    width: 150px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .c-page-home__charm-body {
    width: 960px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__charm-body {
    padding: 50px 10.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-body {
    margin: 0 auto 30px;
    padding: 50px 8vw;
  }
}
.c-page-home__charm h2 {
  color: #333;
  font-size: 3.125em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm h2 {
    text-align: center;
    font-size: 6.93333vw;
  }
}
.c-page-home__charm h2 span {
  background: #feef00;
}
.c-page-home__charm-slide {
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-slide {
    margin: 30px auto;
    padding: 0 20px;
  }
}
.c-page-home__charm-slide li {
  list-style: none;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.c-page-home__charm-slide li img {
  height: auto;
  width: 100%;
}
.c-page-home__charm-slide .slick-prev {
  left: -30px;
}
@media screen and (max-width: 1199px) {
  .c-page-home__charm-slide .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-slide .slick-prev {
    left: -20px;
  }
}
.c-page-home__charm-slide .slick-prev::after {
  content: "";
  background: url("../img/icon-arrow.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .c-page-home__charm-slide .slick-prev:hover {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
}
.c-page-home__charm-slide .slick-slide {
  text-align: center;
}
.c-page-home__charm-slide .slick-next {
  right: -30px;
}
@media screen and (max-width: 1199px) {
  .c-page-home__charm-slide .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-slide .slick-next {
    right: -20px;
  }
}
.c-page-home__charm-slide .slick-next::after {
  content: "";
  background: url("../img/icon-arrow.png");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .c-page-home__charm-slide .slick-next:hover {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
.c-page-home__charm-slide .slick-prev,
.c-page-home__charm-slide .slick-next {
  position: absolute;
  top: calc(50% - 32px);
  background: #333;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: transparent;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-slide .slick-prev,
.c-page-home__charm-slide .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__charm-slide .slick-prev:hover,
.c-page-home__charm-slide .slick-next:hover {
    -webkit-transition: 300ms;
    transition: 300ms;
    background: #feef00;
  }
}
.c-page-home__charm-slide .slick-prev::after,
.c-page-home__charm-slide .slick-next::after {
  display: inline-block;
  width: 12px;
  height: 21px;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-slide .slick-prev::after,
.c-page-home__charm-slide .slick-next::after {
    right: 13px;
    width: 8px;
    height: 14px;
    top: calc(50% - 7px);
  }
}
.c-page-home__charm-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-page-home__charm-plan div {
  width: 100%;
  max-width: 410px;
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-plan div {
    margin-right: 0px;
  }
}
.c-page-home__charm-plan div img {
  width: 100%;
}
.c-page-home__charm-plan p {
  width: 100%;
  max-width: 540px;
  font-size: 1.125em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-page-home__charm-plan p {
    font-size: 4vw;
  }
}
.c-page-home__welcome {
  background: #333;
  position: relative;
  margin-bottom: 0px;
  padding: 250px 0 70px;
  border-bottom: 1px solid #474747;
}
@media screen and (max-width: 767px) {
  .c-page-home__welcome {
    padding: 80px 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .c-page-home__welcome {
    padding: 340px 0 70px;
  }
}
.c-page-home__welcome::before, .c-page-home__welcome::after {
  content: "";
  display: block;
  width: 50%;
  height: 13.42593vw;
  background: linear-gradient(15deg, transparent 50%, #fff 50%);
  position: absolute;
  top: 0;
}
.c-page-home__welcome::before {
  left: 0;
}
.c-page-home__welcome::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-page-home__welcome-body {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .c-page-home__welcome-body {
    width: 960px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__welcome-body {
    padding: 0 10.66667vw;
  }
}
.c-page-home__welcome h2 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .c-page-home__welcome h2 {
    margin: 0 auto 30px;
  }
}
.c-page-home__welcome h2 img {
  width: 100%;
}
.c-page-home__welcome-bnr p {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .c-page-home__welcome-bnr p {
    max-width: 56vw;
    margin: 0 auto 15px;
  }
}
.c-page-home__welcome-bnr p img {
  width: 100%;
}
.c-page-home__welcome-bnr div {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.c-page-home__welcome-bnr div img {
  width: 100%;
}
.c-page-home__contact {
  background: #333;
  position: relative;
  padding: 50px 0 50px;
}
.c-page-home__contact-body {
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-page-home__contact-body {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-home__contact-body {
    padding: 0 10.66667vw;
  }
}
.c-page-home__contact h2 {
  color: #fff;
  padding: 10px 60px;
  border: 4px solid #fff;
  display: inline-block;
  letter-spacing: 0.15em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__contact h2 {
    border: 3px solid #fff;
    font-size: 4.8vw;
    padding: 10px 50px;
  }
}
.c-page-home__contact-form {
  color: #fff;
  margin: 50px auto;
}
@media screen and (min-width: 992px) {
  .c-page-home__contact-form {
    width: 860px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form {
    margin: 30px auto 0;
  }
}
.c-page-home__contact-form table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form table {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form tr {
    display: block;
    margin-bottom: 5.33333vw;
  }
}
.c-page-home__contact-form th,
.c-page-home__contact-form td {
  padding: 10px 25px;
  border-bottom: 1px solid #474747;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form th,
.c-page-home__contact-form td {
    padding: 2.66667vw 4vw;
  }
}
.c-page-home__contact-form th {
  font-weight: 500;
  font-size: 1.14286em;
  vertical-align: top;
  width: 30%;
  position: relative;
}
.c-page-home__contact-form th::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  display: inline-block;
  right: 0;
  background: #474747;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form th {
    font-size: 4vw;
    width: 100%;
    display: block;
  }
  .c-page-home__contact-form th::after {
    content: none;
  }
}
.c-page-home__contact-form th .required {
  border: solid 1px #feef00;
  font-size: 0.75em;
  padding: 5px;
  color: #feef00;
  margin-left: 5px;
}
.c-page-home__contact-form td input {
  width: 50%;
  padding: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form td input {
    width: 100%;
    display: block;
  }
}
.c-page-home__contact-form td select {
  padding: 5px;
  margin-bottom: 5px;
  height: 35px;
}
.c-page-home__contact-form td select option {
  font-size: 0.875em;
}
.c-page-home__contact-form td .form_tel {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form td .form_tel {
    width: 70%;
  }
}
.c-page-home__contact-form td .form_gender {
  width: 5%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-form td {
    width: 100%;
    display: block;
  }
}
.c-page-home__contact-form .mail-input-textarea textarea {
  width: 100%;
}
.c-page-home__contact-form .mail-before-attachment {
  font-size: 1.4rem;
  margin-right: 5px;
  color: #e4e4e4;
}
.c-page-home__contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page-home__contact-btn .btn-submit {
  max-width: 240px;
  width: 100%;
}
.c-page-home__contact-btn .btn-submit button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #feef00;
  border: 1px solid #feef00;
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  max-width: 240px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-page-home__contact-btn .btn-submit button {
    -webkit-transition-property: background-color color;
    transition-property: background-color color;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .c-page-home__contact-btn .btn-submit button:hover {
    cursor: pointer;
    color: #f07100;
    background: #fff;
    border: 1px solid #f07100;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-btn .btn-submit button {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 4.26667vw;
    padding: 4vw 9.33333vw;
  }
}
.c-page-home__contact-btn .btn-back {
  margin-right: 20px;
  max-width: 240px;
  width: 100%;
}
.c-page-home__contact-btn .btn-back button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #999;
  border: 1px solid #999;
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  max-width: 240px;
  padding: 13px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-page-home__contact-btn .btn-back button {
    -webkit-transition-property: background-color color;
    transition-property: background-color color;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .c-page-home__contact-btn .btn-back button:hover {
    cursor: pointer;
    color: #fff;
    background: #474747;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__contact-btn .btn-back button {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 4.26667vw;
    padding: 4vw 9.33333vw;
  }
}
.c-page-home__contact p {
  color: #fff;
}
.c-page-home__footer {
  grid-area: footer;
}
@media screen and (min-width: 992px){
  .c-page-home__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-page-home__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-page-home__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.c-page-home .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home .pc {
    display: none;
  }
}
.c-page-home .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-page-home .sp {
    display: block;
  }
}
.c-page-sub__content {
  width: 1200;
  margin: 50px auto 80px;
}
@media (max-width: 1260px) {
  .c-page-sub__content {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-page-sub__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-page-sub__content-title {
  margin-bottom: 50px;
}
.c-page-sub__content-detail {
  width: 992;
  margin: 0 auto;
  padding: 26px 0 80px;
}
@media (max-width: 1052px) {
  .c-page-sub__content-detail {
    max-width: 1052px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-page-sub__content-detail {
    padding: 26px 0 80px;
  }
}
.c-header {
  font-size: 1.6rem;
  padding: 0;
}
.c-header__body {
  width: 1200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 80px;
}
@media (max-width: 1260px) {
  .c-header__body {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-header__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .c-header__body {
    height: 16vw;
    padding: 0;
  }
}
.c-header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 226px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 991px) {
  .c-header__title {
    width: 30.13333vw;
  }
}
.c-header__title h1 {
  margin: 0;
  font-size: 0.1rem;
}
.c-header__title h1 > a {
  display: block;
}
.c-header__title h1 > a img {
  width: 100%;
}
.c-header__mail > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  height: 80px;
  padding: 0 45px 0 65px;
  background: #333;
}
@media screen and (max-width: 991px) {
  .c-header__mail > a {
    padding: 0 5.33333vw 0 10.66667vw;
    height: 16vw;
  }
}
.c-header__mail > a span {
  position: relative;
}
.c-header__mail > a span::before {
  display: inline-block;
  content: "";
  background: url(/img/icon-arrow.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#ToolBar {
  opacity: 0.2;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#ToolBar:hover {
  opacity: 1;
}
.c-footer {
  color: #333;
}
.c-footer__body {
  padding: 60px 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-footer__body {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .c-footer__body {
    padding: 50px 10.66667vw;
  }
}
.c-footer__info {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    margin: 0 auto 100px;
  }
}
.c-footer__info h2 {
  width: 100%;
  max-width: 240px;
  margin: 0;
}
.c-footer__info h2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footer__info h2 {
    display: block;
    max-width: 42.66667vw;
  }
}
.c-footer__info p {
  font-weight: 500;
  line-height: 1.4;
}
.c-footer__info p[data-type=tel] a {
  color: #333;
  text-decoration: none;
  font-size: 1.875em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-footer__info p[data-type=tel] a {
    pointer-events: visible;
  }
}
.c-footer__casa {
  width: 100%;
  max-width: 80px;
  margin: 0;
  bottom: 40px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-footer__casa {
    max-width: 50px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
.c-footer__casa img {
  width: 100%;
}
.c-footer__copyright {
  background-color: #e4e4e4;
  color: #666666;
  display: block;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}
.c-nav-global {
  background-color: #3f3d2f;
  border-bottom: 1px solid #d2cdcd;
  margin-bottom: 20px;
  position: relative;
}
.c-nav-global__body {
  width: 1200;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .c-nav-global__body {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-nav-global__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global__body {
    padding: 0;
  }
}
.c-nav-global__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .c-nav-global__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .c-nav-global__list {
    display: block;
  }
}
.c-nav-global__item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-nav-global__item > a {
  background-color: #3f3d2f;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .c-nav-global__item > a {
    border-bottom: 1px solid white;
  }
}
.c-nav-global__item > a:hover {
  background-color: #969171;
}
.c-nav-global__item > a > span {
  border-left: 1px solid white;
  display: block;
  padding: 15px 25px;
}
@media screen and (max-width: 991px) {
  .c-nav-global__item > a > span {
    border-left: none;
  }
}
.c-nav-global__item:first-child > a > span {
  border: none;
}
@media screen and (max-width: 991px) {
  .c-nav-global__item:last-child > a {
    border: none;
  }
}
.c-nav-global__sub-nav {
  position: absolute;
  left: 0;
  width: 100%;
  background: #969171;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav {
    position: static;
  }
}
.c-nav-global__sub-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul {
    display: block;
    padding: 0;
  }
}
.c-nav-global__sub-nav > ul > li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul > li {
    border-bottom: 1px solid #d2cdcd;
  }
}
.c-nav-global__sub-nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul > li > a {
    text-align: center;
    padding: 10px 4%;
  }
}
.c-nav-global__sub-nav > ul > li > a:hover {
  opacity: 0.7;
}
.c-nav-sitemap {
  background-color: #3f3d2f;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap {
    padding: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="3"], .c-nav-sitemap ul[data-sitemap-level="2"], .c-nav-sitemap ul[data-sitemap-level="1"] {
  margin: 0;
}
.c-nav-sitemap li[data-sitemap-level="3"], .c-nav-sitemap li[data-sitemap-level="2"], .c-nav-sitemap li[data-sitemap-level="1"] {
  display: block;
  margin: 0;
  padding: 0;
}
.c-nav-sitemap a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap a {
    padding: 20px 20px;
  }
}
.c-nav-sitemap a:hover {
  opacity: 0.7;
}
.c-nav-sitemap a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #feef00;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap__body {
  background-color: #3f3d2f;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
@media screen and (max-width: 991px) {
  .c-nav-sitemap__body {
    max-width: 100%;
  }
}
.c-nav-sitemap ul[data-sitemap-level="1"] {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.c-nav-sitemap li[data-sitemap-level="1"] {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] a {
    border-bottom: 2px solid white;
    margin: 0;
  }
  .c-nav-sitemap li[data-sitemap-level="1"] a ::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="2"] {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a {
    border-bottom: 1px solid #3f3d2f;
    background: #baa98f;
    padding: 15px 20px;
    color: #333;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] a::before {
  background: #fff000;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="3"] {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="3"] {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a {
    background: #dad3c9;
    padding: 10px 20px;
    color: #333;
  }
}
.c-nav-sitemap li[data-sitemap-level="3"] a::before {
  border: 1px solid white;
  background: white;
}
@media screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-breadcrumb {
  font-size: 1.6rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .c-nav-breadcrumb {
    display: none;
  }
}
.c-nav-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-nav-breadcrumb ol > li {
  list-style: none;
  font-size: 0.875em;
}
.c-nav-breadcrumb ol > li:last-child a ::after {
  display: none;
}
.c-nav-breadcrumb a {
  color: #969171;
  display: inline-block;
  text-decoration: underline;
}
.c-nav-breadcrumb a ::after {
  content: " > ";
  display: inline-block;
  margin: 0 15px 0 20px;
  color: #3f3d2f;
}
.c-nav-breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] a {
  text-decoration: none;
}
.c-list-banner {
  padding: 30px 0;
}
.c-list-banner__body {
  width: 1200;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1260px) {
  .c-list-banner__body {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-list-banner__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-list-banner__body > ul {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list-banner__body > ul > li {
  list-style: none;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list-banner__body > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-list-banner__body > ul > li > a {
  text-decoration: none;
  display: block;
}
.c-list-banner__body > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .c-list-banner__body > ul > li > a > img {
    width: 100%;
  }
}
.c-list-category {
  font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
  .c-list-category {
    display: none;
  }
}
.c-list-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
}
.c-list-category li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.c-list-category a {
  background: #efefef;
  color: #333;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-list-tag {
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-list-tag {
    display: none;
  }
}
.c-list-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.c-list-tag li {
  list-style: none;
  margin: 0 0.3em;
  padding: 0;
}
.c-list-tag a {
  background: #feef00;
  color: #fff;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-title-page {
  font-size: 1.6rem;
}
.c-title-page h1 {
  text-align: left;
  padding: 15px 25px;
  background: #feef00;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 1.75em;
}
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 4rem;
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: 0.88889em;
}
.c-pagination__prev a, .c-pagination__next a {
  border: 1px solid #d2cdcd;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
.c-pagination__prev a[data-disabled=true], .c-pagination__next a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-pagination__prev ::before {
  content: "<";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding-right: 5px;
}
.c-pagination__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-pagination__next ::after {
  content: "＞";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding-left: 5px;
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  list-style: none;
  margin: 0 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .c-pagination__numbers {
    display: none;
  }
}
.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 0.5em;
}
.c-pagination__number:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #feef00;
}
.c-pagination__number--current {
  border-bottom: 2px solid #feef00;
}
.c-pagination__number--current:hover {
  padding-bottom: 0;
}
.c-pagination__number a {
  display: block;
  padding: 0 0.3em;
  text-align: center;
}
.c-pagination__number a::after {
  display: none;
}
.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 #fff000;
  outline: 2px solid #fff000;
}
.c-card[data-is-new=true]::before {
  background: #feef00;
  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: #efefef;
  -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: #f07100;
}
.c-card__time {
  display: none;
}
.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: #050403;
  color: #fff;
  display: block;
  padding: 3px 15px;
}
.c-card__author {
  display: none;
}
.c-card__description {
  margin: 0;
  padding: 0;
}
.c-card__description p {
  margin: 0;
  padding: 0;
}
.c-content-index {
  padding-bottom: 60px;
}
.c-content-index__body {
  width: 1200;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}
@media (max-width: 1260px) {
  .c-content-index__body {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-content-index__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bge-contents,
.c-content-main {
  font-size: 1.6rem;
  line-height: 2;
  /**
   * メールフォーム
   *
   */
}
@media screen and (max-width: 576px) {
  .bge-contents,
.c-content-main {
    font-size: 5vw;
  }
}
.bge-contents a,
.c-content-main a {
  color: currentColor;
}
.bge-contents h2,
.c-content-main h2 {
  font-size: 1.5em;
  line-height: 2;
  margin: 1em 0 25px;
  padding: 5px 25px;
  background: url("../img/bg-repeat-01.gif");
  color: #333;
  border-bottom: 4px solid #feef00;
}
.bge-contents h2:first-child,
.c-content-main h2:first-child {
  margin-top: 0;
}
.bge-contents .bge-title-h2,
.c-content-main .bge-title-h2 {
  margin-top: 0;
}
.bge-contents h3,
.c-content-main h3 {
  font-size: 1.375em;
  line-height: 2;
  margin: 1em 0 20px;
  padding-left: 20px;
  border-left: 5px solid #feef00;
}
.bge-contents h3:first-child,
.c-content-main h3:first-child {
  margin-top: 0;
}
.bge-contents .bge-title-h3,
.c-content-main .bge-title-h3 {
  margin-top: 0;
}
.bge-contents h4,
.c-content-main h4 {
  font-size: 1.1875em;
  line-height: 2;
  margin: 1em 0 20px;
  background: #f6eee5;
  padding: 5px 25px;
}
.bge-contents h4:first-child,
.c-content-main h4:first-child {
  margin-top: 0;
}
.bge-contents h5,
.c-content-main h5 {
  font-size: 1.125em;
  color: #f07100;
  line-height: 2;
  margin: 1em 0;
}
.bge-contents h5:first-child,
.c-content-main h5:first-child {
  margin-top: 0;
}
.bge-contents h6,
.c-content-main h6 {
  font-size: 1.125em;
  line-height: 2;
  margin: 1em 0;
}
.bge-contents h6:first-child,
.c-content-main h6:first-child {
  margin-top: 0;
}
.bge-contents ul,
.c-content-main ul {
  padding-left: 20px;
}
.bge-contents ul > li,
.c-content-main ul > li {
  list-style: none;
}
.bge-contents ul > li::before,
.c-content-main ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #feef00;
}
.bge-contents ul > li > ul li::before,
.c-content-main ul > li > ul li::before {
  background: #fff000;
}
.bge-contents ul > li > ul li::before > ul li::before,
.c-content-main ul > li > ul li::before > ul li::before {
  background: white;
}
.bge-contents ul ul,
.bge-contents ul ol,
.c-content-main ul ul,
.c-content-main ul ol {
  margin-left: 2em;
}
.bge-contents ol,
.c-content-main ol {
  counter-reset: content-main-ol-default;
  padding-left: 0;
}
.bge-contents ol > li,
.c-content-main ol > li {
  list-style: none;
}
.bge-contents ol > li::before,
.c-content-main ol > li::before {
  content: counter(content-main-ol-default, decimal) ". ";
  counter-increment: content-main-ol-default;
  color: #655f00;
  font-weight: bold;
}
.bge-contents ol ul,
.bge-contents ol ol,
.c-content-main ol ul,
.c-content-main ol ol {
  margin-left: 2em;
}
.bge-contents table,
.c-content-main table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .bge-contents table,
.c-content-main table {
    display: block;
  }
}
.bge-contents caption,
.c-content-main caption {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .bge-contents caption,
.c-content-main caption {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents thead,
.c-content-main thead {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents tfoot,
.c-content-main tfoot {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents tbody,
.c-content-main tbody {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents tr,
.c-content-main tr {
    display: block;
  }
}
.bge-contents th,
.bge-contents td,
.c-content-main th,
.c-content-main td {
  padding: 1.3em 1.7em;
  color: #333;
  border-top: 1px solid #d2cdcd;
  border-bottom: 1px solid #d2cdcd;
}
@media screen and (max-width: 576px) {
  .bge-contents th,
.bge-contents td,
.c-content-main th,
.c-content-main td {
    display: block;
    margin-top: -1px;
    width: 100% !important;
  }
}
.bge-contents th,
.c-content-main th {
  background: #efefef;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .bge-contents th,
.c-content-main th {
    padding: 10px 4% 10px 6%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents td,
.c-content-main td {
    padding: 10px 4% 20px 6%;
  }
}
.bge-contents p:first-child,
.c-content-main p:first-child {
  margin-top: 0;
}
.bge-contents p:last-child,
.c-content-main p:last-child {
  margin-bottom: 0;
}
.bge-contents blockquote,
.c-content-main blockquote {
  background: #fafafa;
  margin: 0 0 0 2em;
  padding: 1em 2em;
  position: relative;
}
.bge-contents blockquote::before,
.c-content-main blockquote::before {
  content: "“";
  display: block;
  font-size: 2.5em;
  left: 0;
  line-height: 0;
  margin-top: 0.5em;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents blockquote::after,
.c-content-main blockquote::after {
  bottom: 0;
  content: "”";
  display: block;
  font-size: 2.5em;
  line-height: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents figure,
.c-content-main figure {
  margin: 0;
}
.bge-contents figcaption,
.c-content-main figcaption {
  background: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.8em 1.2em;
  text-align: left;
}
.bge-contents hr,
.c-content-main hr {
  color: #d2cdcd;
  background: #d2cdcd;
  border-style: none;
  height: 2px;
  margin: 50px auto;
  width: 95%;
}
.bge-contents hr:first-child,
.c-content-main hr:first-child {
  margin-top: 0;
}
.bge-contents .cc-form,
.c-content-main .cc-form {
  max-width: 680px;
  margin: 0 auto;
}
.bge-contents .cc-form-fieldset,
.c-content-main .cc-form-fieldset {
  display: block;
  background: #fafafa;
  padding: 1em 2em;
}
.bge-contents .cc-form-fieldset fieldset,
.c-content-main .cc-form-fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.bge-contents .cc-form-fieldset legend,
.c-content-main .cc-form-fieldset legend {
  margin: 0;
  padding: 0;
}
.bge-contents .cc-form-fieldset-heading,
.c-content-main .cc-form-fieldset-heading {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
}
.bge-contents .cc-form-fieldset-heading label,
.c-content-main .cc-form-fieldset-heading label {
  display: block;
  cursor: pointer;
}
.bge-contents .cc-form-fieldset-heading .required,
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .optional {
  display: block;
  color: #fff;
  font-size: 0.66667em;
  line-height: 1;
  padding: 0.4em 0.5em;
  border-radius: 0.2em;
  margin: 0 0 0 0.5em;
}
.bge-contents .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .required {
  background: #ad1313;
}
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .optional {
  background: #333;
}
.bge-contents .cc-form-fieldset-attention,
.c-content-main .cc-form-fieldset-attention {
  font-weight: normal;
  font-size: 0.66667em;
  margin: 0.5em 0;
}
.bge-contents .mail-field,
.c-content-main .mail-field {
  margin: 0 0 0 1em;
  padding: 0 0 1em;
}
.bge-contents .mail-field:last-child,
.c-content-main .mail-field:last-child {
  border-bottom: 1px solid #d2cdcd;
}
.bge-contents .mail-field[data-type=text], .bge-contents .mail-field[data-type=select],
.c-content-main .mail-field[data-type=text],
.c-content-main .mail-field[data-type=select] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr 0 auto;
  grid-template-columns: auto 1fr auto;
  -ms-grid-rows: auto 0 auto 0 auto;
  grid-template-rows: auto auto auto;
      grid-template-areas: "before-attachment input after-attachment" "description description description" "error-message error-message error-message";
  grid-gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment, .bge-contents .mail-field[data-type=select] .mail-before-attachment,
.c-content-main .mail-field[data-type=text] .mail-before-attachment,
.c-content-main .mail-field[data-type=select] .mail-before-attachment {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before-attachment;
  margin: 0 1em 0 0;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-before-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field[data-type=text] .mail-input, .bge-contents .mail-field[data-type=select] .mail-input,
.c-content-main .mail-field[data-type=text] .mail-input,
.c-content-main .mail-field[data-type=select] .mail-input {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: input;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment, .bge-contents .mail-field[data-type=select] .mail-after-attachment,
.c-content-main .mail-field[data-type=text] .mail-after-attachment,
.c-content-main .mail-field[data-type=select] .mail-after-attachment {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: after-attachment;
  margin: 0 0 0 1em;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-after-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field[data-type=text] .mail-description, .bge-contents .mail-field[data-type=select] .mail-description,
.c-content-main .mail-field[data-type=text] .mail-description,
.c-content-main .mail-field[data-type=select] .mail-description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: description;
  font-size: 0.75em;
}
.bge-contents .mail-field[data-type=text] .error-message, .bge-contents .mail-field[data-type=select] .error-message,
.c-content-main .mail-field[data-type=text] .error-message,
.c-content-main .mail-field[data-type=select] .error-message {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: error-message;
  font-size: 0.75em;
  color: #ad1313;
}
.bge-contents .mail-field .mail-before-attachment,
.c-content-main .mail-field .mail-before-attachment {
  font-weight: bold;
}
.bge-contents .mail-field .mail-input,
.c-content-main .mail-field .mail-input {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: input;
  display: block;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.c-content-main .mail-field .mail-input textarea {
  font-size: 1.6rem;
  font-family: inherit;
  max-width: 100%;
  background: #fff;
  border: 1px solid #d2cdcd;
  border-radius: 0.2em;
  padding: 0.5em;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.bge-contents .mail-field .mail-input textarea:focus,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.c-content-main .mail-field .mail-input textarea:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([size]),
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([size]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input textarea:not([cols]),
.c-content-main .mail-field .mail-input textarea:not([cols]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input select,
.c-content-main .mail-field .mail-input select {
  padding: 0.5em calc(0.5em + 26px) 0.5em 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTQwIDE0MCcgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxnPjxwYXRoIGQ9J20xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHonIGZpbGw9JyNkMmNkY2QnLz48L2c+PC9zdmc+") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.2em + 2px) top calc(50% + 2px);
  border: 1px solid #d2cdcd;
  border-radius: 0.2em;
}
.bge-contents .mail-field .mail-input select:focus,
.c-content-main .mail-field .mail-input select:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .checkbox,
.c-content-main .mail-field .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bge-contents .mail-field .checkbox input,
.c-content-main .mail-field .checkbox input {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.bge-contents .mail-field .checkbox label,
.c-content-main .mail-field .checkbox label {
  cursor: pointer;
}
.bge-contents .mail-field .mail-group-radio > span,
.c-content-main .mail-field .mail-group-radio > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bge-contents .mail-field .mail-group-radio > span input,
.c-content-main .mail-field .mail-group-radio > span input {
  display: block;
  line-height: 1;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.bge-contents .mail-field .mail-group-radio > span label,
.c-content-main .mail-field .mail-group-radio > span label {
  cursor: pointer;
}
.bge-contents .grid-frame-flex, .bge-contents .grid-frame,
.c-content-main .grid-frame-flex,
.c-content-main .grid-frame {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bge-contents .grid-frame-flex,
.c-content-main .grid-frame-flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-1,
.c-content-main .grid-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-1,
.c-content-main .grid-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-1,
.c-content-main .grid-md-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-1,
.c-content-main .grid-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-1,
.c-content-main .grid-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-2,
.c-content-main .grid-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-2,
.c-content-main .grid-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-2,
.c-content-main .grid-md-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-2,
.c-content-main .grid-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-2,
.c-content-main .grid-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-3,
.c-content-main .grid-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-3,
.c-content-main .grid-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-3,
.c-content-main .grid-md-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-3,
.c-content-main .grid-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-3,
.c-content-main .grid-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-4,
.c-content-main .grid-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-4,
.c-content-main .grid-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-4,
.c-content-main .grid-md-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-4,
.c-content-main .grid-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-4,
.c-content-main .grid-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-5,
.c-content-main .grid-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-5,
.c-content-main .grid-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-5,
.c-content-main .grid-md-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-5,
.c-content-main .grid-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-5,
.c-content-main .grid-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-6,
.c-content-main .grid-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-6,
.c-content-main .grid-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-6,
.c-content-main .grid-md-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-6,
.c-content-main .grid-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-6,
.c-content-main .grid-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-7,
.c-content-main .grid-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-7,
.c-content-main .grid-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-7,
.c-content-main .grid-md-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-7,
.c-content-main .grid-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-7,
.c-content-main .grid-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-8,
.c-content-main .grid-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-8,
.c-content-main .grid-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-8,
.c-content-main .grid-md-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-8,
.c-content-main .grid-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-8,
.c-content-main .grid-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-9,
.c-content-main .grid-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-9,
.c-content-main .grid-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-9,
.c-content-main .grid-md-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-9,
.c-content-main .grid-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-9,
.c-content-main .grid-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-10,
.c-content-main .grid-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-10,
.c-content-main .grid-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-10,
.c-content-main .grid-md-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-10,
.c-content-main .grid-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-10,
.c-content-main .grid-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-11,
.c-content-main .grid-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-11,
.c-content-main .grid-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-11,
.c-content-main .grid-md-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-11,
.c-content-main .grid-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-11,
.c-content-main .grid-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-12,
.c-content-main .grid-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-12,
.c-content-main .grid-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-12,
.c-content-main .grid-md-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-12,
.c-content-main .grid-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-12,
.c-content-main .grid-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-d5,
.c-content-main .grid-xs-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-d5,
.c-content-main .grid-sm-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-d5,
.c-content-main .grid-md-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-d5,
.c-content-main .grid-lg-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-d5,
.c-content-main .grid-xl-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-flex,
.c-content-main .grid-xs-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-flex,
.c-content-main .grid-sm-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-flex,
.c-content-main .grid-md-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-flex,
.c-content-main .grid-lg-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .grid-xl-flex,
.c-content-main .grid-xl-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.bge-contents .mt-zero,
.c-content-main .mt-zero {
  margin-top: 0;
}
.bge-contents .mb-zero,
.c-content-main .mb-zero {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
.bge-contents [data-bgb],
.c-content-main [data-bgb] {
  margin-bottom: 3em;
}
.bge-contents .bgt-btn,
.c-content-main .bgt-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #feef00;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.0625em;
  line-height: 2;
  min-width: 15em;
  padding: 1em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus,
.c-content-main .bgt-btn:active,
.c-content-main .bgt-btn:focus {
  -webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
          box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}
.bge-contents .bgt-btn:disabled,
.c-content-main .bgt-btn:disabled {
  opacity: 0.6;
}
.bge-contents .bgt-btn::after,
.c-content-main .bgt-btn::after {
  border: 2px solid currentColor;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn,
.c-content-main [data-bgt-button-kind=em] .bgt-btn {
  background: #655f00;
}
.bge-contents [data-bgt-button-kind=external] .bgt-btn span::after,
.c-content-main [data-bgt-button-kind=external] .bgt-btn span::after {
  display: inline-block;
  font-family: icons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: left;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  font-family: FontAwesome;
  content: "";
  font-size: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
  background: none;
  border: 2px solid currentColor;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 10px;
  left: 0.7em;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::after {
  display: none;
}
.bge-contents .bgt-hr,
.c-content-main .bgt-hr {
  margin: 0 auto;
}
.bge-contents [data-bgt-hr-kind=dashed] .bgt-hr,
.c-content-main [data-bgt-hr-kind=dashed] .bgt-hr {
  height: 0;
  border: none;
  background: none;
  border-bottom: 2px dashed currentColor;
}
.bge-contents [data-bgt-hr-kind=bold] .bgt-hr,
.c-content-main [data-bgt-hr-kind=bold] .bgt-hr {
  height: 5px;
}
.bge-contents [data-bgt-hr-kind=narrow] .bgt-hr,
.c-content-main [data-bgt-hr-kind=narrow] .bgt-hr {
  height: 1px;
}
.bge-contents [data-bgt-hr-kind=short] .bgt-hr,
.c-content-main [data-bgt-hr-kind=short] .bgt-hr {
  width: 60%;
  height: 1px;
}
.bge-contents .bgt-download-file__link,
.c-content-main .bgt-download-file__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #feef00;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.0625em;
  line-height: 2;
  min-width: 15em;
  padding: 1em 1.9em;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus,
.c-content-main .bgt-download-file__link:active,
.c-content-main .bgt-download-file__link:focus {
  -webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
          box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}
.bge-contents .bgt-download-file__link::after,
.c-content-main .bgt-download-file__link::after {
  border: 2px solid currentColor;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.bge-contents .bgt-link__size,
.c-content-main .bgt-link__size {
  font-size: 0.8125em;
  font-weight: normal;
  opacity: 0.7;
}
.bge-contents .bgt-link__icon::after,
.c-content-main .bgt-link__icon::after {
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .bge-contents .bgt-google-maps-link,
.c-content-main .bgt-google-maps-link {
    border: solid 1px #999;
    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: "";
    font-size: 1em;
    vertical-align: middle;
  }
}
.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: 0.8em;
}
.bge-contents .bgb-opt--border-trbl,
.c-content-main .bgb-opt--border-trbl {
  padding: 0.8em;
}
.bge-contents .bgb-opt--border-td,
.bge-contents .bgb-opt--border-tb,
.c-content-main .bgb-opt--border-td,
.c-content-main .bgb-opt--border-tb {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
}
.bge-contents .bgb-opt--border-lr,
.c-content-main .bgb-opt--border-lr {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.bge-contents .bgb-opt--border-trl,
.c-content-main .bgb-opt--border-trl {
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.8em;
}
.bge-contents .bgb-opt--border-rbl,
.c-content-main .bgb-opt--border-rbl {
  padding-bottom: 0.8em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.bge-contents .bgb-opt--mb-large,
.c-content-main .bgb-opt--mb-large {
  margin-bottom: 9em !important;
}
.bge-contents .bgb-opt--mb-small,
.c-content-main .bgb-opt--mb-small {
  margin-bottom: 1.5em !important;
}
.bge-contents .bgb-opt--mb-none,
.c-content-main .bgb-opt--mb-none {
  margin-bottom: 0 !important;
}
.bge-contents [data-bgt=ckeditor]:nth-child(2),
.c-content-main [data-bgt=ckeditor]:nth-child(2) {
  margin-top: 1em;
}
.bge-contents [data-bgt=gallery] .bgt-gallery,
.c-content-main [data-bgt=gallery] .bgt-gallery {
  padding-top: 56.25%;
}
.bge-contents [data-bgt=gallery] .bgt-gallery:hover .bgt-gallery-ctrl,
.c-content-main [data-bgt=gallery] .bgt-gallery:hover .bgt-gallery-ctrl {
  opacity: 1;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__img img,
.c-content-main [data-bgt=gallery] .bgt-gallery__img img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__caption,
.c-content-main [data-bgt=gallery] .bgt-gallery__caption {
  color: #fff;
  background: rgba(51, 51, 51, 0.6);
  padding: 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: #feef00;
  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;
}
.bge-contents .bc-time,
.c-content-main .bc-time {
  margin-bottom: 5em;
  text-align: right;
}
.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: #feef00;
  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: #feef00;
}
.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: #999;
  content: "";
  margin-right: 0.5em;
}
.bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
  margin-top: 6em;
}
@media screen and (max-width: 576px) {
  .bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
    text-align: center;
  }
}
.bge-contents .bc-form-agreement,
.c-content-main .bc-form-agreement {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-form-submit,
.c-content-main .bc-form-submit {
  margin-top: 3em;
  text-align: center;
}