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

 
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@charset "UTF-8";
/* stylelint-disable unit-blacklist */
/*! 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;
}
/* stylelint-enable unit-blacklist */
@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.woff") format("woff"), url("/font/icons.ttf") format("truetype");
}
:root {
  height: 100%;
  font-size: 62.5%;
}
[data-lazy-font] {
  visibility: hidden;
}
.wf-active [data-lazy-font] {
  visibility: visible;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: rgba(146, 160, 170, 0.5);
}
*::selection {
  background-color: rgba(146, 160, 170, 0.5);
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
}
button {
  border-radius: 0;
}
.bge-contents,
.c-content-main {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  /**
   * メールフォーム
   *
   */
  /* 2列ブロック */
  /* 3列ブロック */
}
@media (max-width: 576px) {
  .bge-contents,
  .c-content-main {
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}
.bge-contents :where(a),
.c-content-main :where(a) {
  color: #0156c4;
}
@media (any-hover: hover) {
  .bge-contents :where(a):hover,
  .c-content-main :where(a):hover {
    text-decoration: none;
  }
}
.bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[target=_blank],
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[target=_blank] {
  position: relative;
  padding-right: 17px;
}
.bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[target=_blank]:not([href$=pdf], [href$=ppt], [href$=pptx], [href$=doc], [href$=docx], [href$=xls], [href$=xlsx], [href$=zip])::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[target=_blank]:not([href$=pdf], [href$=ppt], [href$=pptx], [href$=doc], [href$=docx], [href$=xls], [href$=xlsx], [href$=zip])::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  right: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  font-size: 0;
  vertical-align: text-bottom;
  content: "新規タブで開きます";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTguOTk5OTkgMC43MTg3NUgzLjA1NzEzVjYuNjYxNjFIOC45OTk5OVYwLjcxODc1WiIgc3Ryb2tlPSIjMDE1NkM0IiBzdHJva2Utd2lkdGg9IjEuMDYyNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+IDxwYXRoIGQ9Ik02Ljk0Mjg2IDguNzE4NzRIMVYyLjc3NTg4IiBzdHJva2U9IiMwMTU2QzQiIHN0cm9rZS13aWR0aD0iMS4wNjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4gPC9zdmc+");
}
.bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=pdf]::after, .bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=doc]::after, .bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=docx]::after, .bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xls]::after, .bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xlsx]::after, .bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=zip]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=pdf]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=doc]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=docx]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xls]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xlsx]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=zip]::after {
  display: inline-block;
  padding: 4px 3px 5px;
  line-height: 1;
  margin-bottom: 3px;
  margin-left: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: text-bottom;
  background-color: #001756;
}
.bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=pdf]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=pdf]::after {
  content: "PDF";
}
.bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=doc]::after, .bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=docx]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=doc]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=docx]::after {
  content: "Word";
}
.bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xls]::after, .bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xlsx]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xls]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=xlsx]::after {
  content: "Excel";
}
.bge-contents :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=zip]::after,
.c-content-main :where(a):not(.bgt-image-link__link, .bgt-image__link, .bgt-btn, .bgt-download-file__link, .download-file a, .download-file-2col a, .download-file-3col a, .bgb-google-maps a)[href$=zip]::after {
  content: "Zip";
}
.bge-contents :where(a).link-icon,
.c-content-main :where(a).link-icon {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}
.bge-contents :where(a).link-icon::before,
.c-content-main :where(a).link-icon::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: text-bottom;
  content: "";
  border-right: 0.1rem solid #001756;
  border-bottom: 0.1rem solid #001756;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .bge-contents :where(a).link-icon::before,
  .c-content-main :where(a).link-icon::before {
    top: 12px;
  }
}
.bge-contents h2,
.c-content-main h2 {
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
  margin: 1em 0 25px;
  font-size: 1.4285714286em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  .bge-contents h2,
  .c-content-main h2 {
    padding: 0.5rem 0 0.5rem 3.5rem;
    font-size: 1.875em;
    line-height: 1.8;
  }
}
.bge-contents h2:first-child,
.c-content-main h2:first-child {
  margin-top: 0;
}
.bge-contents h2::before, .bge-contents h2::after,
.c-content-main h2::before,
.c-content-main h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.34rem;
  height: 2.8rem;
}
@media (min-width: 768px) {
  .bge-contents h2::before, .bge-contents h2::after,
  .c-content-main h2::before,
  .c-content-main h2::after {
    width: 0.4rem;
    height: 3.3rem;
  }
}
.bge-contents h2::before,
.c-content-main h2::before {
  background-color: #008ee3;
  -webkit-transform: translate(0, calc(-50% - 0.9rem));
          transform: translate(0, calc(-50% - 0.9rem));
}
.bge-contents h2::after,
.c-content-main h2::after {
  background-color: #001756;
  -webkit-transform: translate(1rem, calc(-50% + 0.8rem));
          transform: translate(1rem, calc(-50% + 0.8rem));
}
.bge-contents .bge-title-h2,
.c-content-main .bge-title-h2 {
  margin-top: 0;
}
.bge-contents h3,
.c-content-main h3 {
  padding: 0.7rem 1.5rem;
  margin: 1em 0 20px;
  font-size: 1.2857142857em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.015em;
  color: #fff;
  background-color: #001756;
}
@media (min-width: 768px) {
  .bge-contents h3,
  .c-content-main h3 {
    padding: 0.7rem 2rem;
    font-size: 1.375em;
  }
}
.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 {
  padding: 0 0 0 1.6rem;
  margin: 2.1em 0 0;
  font-size: 1.1428571429em;
  line-height: 1.8;
  letter-spacing: 0.015em;
  border-left: 0.4rem solid #008ee3;
}
@media (min-width: 768px) {
  .bge-contents h4,
  .c-content-main h4 {
    font-size: 1.25em;
  }
}
.bge-contents h4:first-child,
.c-content-main h4:first-child {
  margin-top: 0;
}
.bge-contents h5,
.c-content-main h5 {
  padding: 0 0 0.8rem;
  margin: 1.8em 0 0;
  font-size: 1.1428571429em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.015em;
  border-bottom: 0.2rem solid #001756;
}
@media (min-width: 768px) {
  .bge-contents h5,
  .c-content-main h5 {
    font-size: 1.125em;
  }
}
.bge-contents h5:first-child,
.c-content-main h5:first-child {
  margin-top: 0;
}
.bge-contents h6,
.c-content-main h6 {
  margin: 1.8em 0 0;
  font-size: 1.1428571429em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.015em;
  color: #001756;
}
@media (min-width: 768px) {
  .bge-contents h6,
  .c-content-main h6 {
    font-size: 1.125em;
  }
}
.bge-contents h6:first-child,
.c-content-main h6:first-child {
  margin-top: 0;
}
.bge-contents ul,
.c-content-main ul {
  padding-left: 18px;
  line-height: 1.6;
}
.bge-contents ul > li,
.c-content-main ul > li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5em;
}
.bge-contents ul > li::before,
.c-content-main ul > li::before {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 9px 0 0 -18px;
  vertical-align: middle;
  content: "";
  background: #001756;
  border: 1px solid transparent;
  border-radius: 50%;
}
.bge-contents ul > li > ul li::before,
.c-content-main ul > li > ul li::before {
  background: #818a90;
}
.bge-contents ul > li > ul li::before > ul li::before,
.c-content-main ul > li > ul li::before > ul li::before {
  background: #818a90;
}
.bge-contents ul ul,
.bge-contents ul ol,
.c-content-main ul ul,
.c-content-main ul ol {
  margin-top: 0.7em;
  margin-left: 0.2em;
}
.bge-contents ol,
.c-content-main ol {
  padding-left: 32px;
  line-height: 1.6;
  counter-reset: content-main-ol-default;
  list-style-type: decimal-leading-zero;
}
.bge-contents ol > li,
.c-content-main ol > li {
  list-style: none;
  margin-bottom: 0.5em;
}
.bge-contents ol > li::before,
.c-content-main ol > li::before {
  margin: 0 3px 0 -32px;
  font-weight: bold;
  color: #001756;
  content: counter(content-main-ol-default, decimal-leading-zero) ". ";
  counter-increment: content-main-ol-default;
}
.bge-contents ol > li > ol li::before,
.c-content-main ol > li > ol li::before {
  color: #818a90;
}
.bge-contents ol > li > ol li::before > ol li::before,
.c-content-main ol > li > ol li::before > ol li::before {
  color: #818a90;
}
.bge-contents ol ul,
.bge-contents ol ol,
.c-content-main ol ul,
.c-content-main ol ol {
  margin-top: 0.7em;
  margin-left: 0;
}
.bge-contents table,
.c-content-main table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.bge-contents caption,
.c-content-main caption {
  font-weight: bold;
  text-align: left;
}
.bge-contents caption:empty,
.c-content-main caption:empty {
  display: none;
}
@media (max-width: 576px) {
  .bge-contents [data-bgb=table] thead,
  .c-content-main [data-bgb=table] thead {
    display: none;
  }
}
@media (max-width: 576px) {
  .bge-contents [data-bgb=table] tfoot,
  .c-content-main [data-bgb=table] tfoot {
    display: none;
  }
}
@media (max-width: 576px) {
  .bge-contents [data-bgb=table] tbody,
  .c-content-main [data-bgb=table] tbody {
    display: block;
  }
}
@media (max-width: 576px) {
  .bge-contents [data-bgb=table] tr,
  .c-content-main [data-bgb=table] tr {
    display: block;
  }
}
@media (max-width: 767px) {
  .bge-contents [data-bgb=table] tr td,
  .c-content-main [data-bgb=table] tr td {
    border-top-style: none;
  }
}
@media (max-width: 767px) {
  .bge-contents [data-bgb=table] tr:not(:last-child) td,
  .c-content-main [data-bgb=table] tr:not(:last-child) td {
    border-bottom-style: none;
  }
}
@media (max-width: 767px) {
  .bge-contents [data-bgb=table] th,
  .bge-contents [data-bgb=table] td,
  .c-content-main [data-bgb=table] th,
  .c-content-main [data-bgb=table] td {
    display: block;
    width: 100%;
  }
}
.bge-contents tbody,
.c-content-main tbody {
  border: 1px solid #c8cfd5;
}
@media (max-width: 576px) {
  .bge-contents tbody,
  .c-content-main tbody {
    border-style: none;
  }
}
@media (min-width: 768px) {
  .bge-contents tbody th,
  .c-content-main tbody th {
    border-right-style: none;
  }
}
.bge-contents th,
.bge-contents td,
.c-content-main th,
.c-content-main td {
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.015em;
  border: 1px solid #c8cfd5;
}
.bge-contents th,
.c-content-main th {
  padding: 1.3em;
  text-align: left;
  background: #f3f7fa;
}
@media (max-width: 576px) {
  .bge-contents th,
  .c-content-main th {
    padding: 10px 4% 10px 6%;
    border: 1px solid #c8cfd5;
  }
}
.bge-contents td,
.c-content-main td {
  padding: 1.3em 1.7em;
  border-left-style: none;
  background-color: #fff;
}
@media (max-width: 576px) {
  .bge-contents td,
  .c-content-main td {
    padding: 10px 4% 20px 6%;
    border: 1px solid #c8cfd5;
  }
}
.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 {
  position: relative;
  padding: 1em 2em;
  margin: 0 0 0 2em;
  background: #fafafa;
}
.bge-contents blockquote::before,
.c-content-main blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: 0.5em;
  font-size: 2.5em;
  line-height: 0;
  pointer-events: none;
  content: "“";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.2;
}
.bge-contents blockquote::after,
.c-content-main blockquote::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 2.5em;
  line-height: 0;
  pointer-events: none;
  content: "”";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.2;
}
.bge-contents figure,
.c-content-main figure {
  margin: 0;
}
.bge-contents figcaption,
.c-content-main figcaption {
  padding: 0.8em 1.2em;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  background: none;
}
.bge-contents hr,
.c-content-main hr {
  width: 95%;
  height: 2px;
  margin: 50px auto;
  color: #c8cfd5;
  background: #c8cfd5;
  border-style: none;
}
.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;
  padding: 1em 2em;
  background: #fafafa;
}
.bge-contents .cc-form-fieldset fieldset,
.c-content-main .cc-form-fieldset fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.bge-contents .cc-form-fieldset legend,
.c-content-main .cc-form-fieldset legend {
  padding: 0;
  margin: 0;
}
.bge-contents .cc-form-fieldset-heading,
.c-content-main .cc-form-fieldset-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-weight: bold;
}
.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;
  padding: 0.4em 0.5em;
  margin: 0 0 0 0.5em;
  font-size: 0.6666666667em;
  line-height: 1;
  color: #fff;
  border-radius: 0.2em;
}
.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: #000;
}
.bge-contents .cc-form-fieldset-attention,
.c-content-main .cc-form-fieldset-attention {
  margin: 0.5em 0;
  font-size: 0.6666666667em;
  font-weight: normal;
}
.bge-contents .mail-field,
.c-content-main .mail-field {
  padding: 0 0 1em;
  margin: 0 0 0 1em;
}
.bge-contents .mail-field:last-child,
.c-content-main .mail-field:last-child {
  border-bottom: 1px solid #c8cfd5;
}
.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;
      grid-template-areas: "before-attachment input after-attachment" "description description description" "error-message error-message error-message";
  -ms-grid-rows: auto 0 auto 0 auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: auto 0 1fr 0 auto;
  grid-template-columns: auto 1fr auto;
  grid-gap: 0;
}
.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;
  display: block;
  grid-area: input;
}
.bge-contents .mail-field .mail-input input:not([type=radio], [type=checkbox]),
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input input:not([type=radio], [type=checkbox]),
.c-content-main .mail-field .mail-input textarea {
  max-width: 100%;
  padding: 0.5em;
  font-family: inherit;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #c8cfd5;
  border-radius: 0.2em;
}
.bge-contents .mail-field .mail-input input:not([type=radio], [type=checkbox]):focus,
.bge-contents .mail-field .mail-input textarea:focus,
.c-content-main .mail-field .mail-input input:not([type=radio], [type=checkbox]):focus,
.c-content-main .mail-field .mail-input textarea:focus {
  border-color: #0570c7;
  outline: none;
  -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;
}
.bge-contents .mail-field .mail-input input:not([type=radio], [type=checkbox]):not([size]),
.c-content-main .mail-field .mail-input input:not([type=radio], [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,PHN2ZyB2aWV3Qm94PScwIDAgMTQwIDE0MCcgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxnPjxwYXRoIGQ9J20xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHonIGZpbGw9JyNjOGNmZDUnLz48L2c+PC9zdmc+") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.2em + 2px) top calc(50% + 2px);
  border: 1px solid #c8cfd5;
  border-radius: 0.2em;
}
.bge-contents .mail-field .mail-input select:focus,
.c-content-main .mail-field .mail-input select:focus {
  border-color: #0570c7;
  outline: none;
  -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;
}
.bge-contents .mail-field .checkbox,
.c-content-main .mail-field .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bge-contents .mail-field .checkbox input,
.c-content-main .mail-field .checkbox input {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bge-contents .mail-field .mail-group-radio > span input,
.c-content-main .mail-field .mail-group-radio > span input {
  display: block;
  padding: 0;
  margin: 0 0.5em 0 0;
  line-height: 1;
}
.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 {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bge-contents .grid-frame-flex,
.c-content-main .grid-frame-flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-1,
  .c-content-main .grid-xs-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-1,
  .c-content-main .grid-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-1,
  .c-content-main .grid-md-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-1,
  .c-content-main .grid-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-1,
  .c-content-main .grid-xl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-2,
  .c-content-main .grid-xs-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-2,
  .c-content-main .grid-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-2,
  .c-content-main .grid-md-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-2,
  .c-content-main .grid-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-2,
  .c-content-main .grid-xl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-3,
  .c-content-main .grid-xs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-3,
  .c-content-main .grid-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-3,
  .c-content-main .grid-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-3,
  .c-content-main .grid-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-3,
  .c-content-main .grid-xl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-4,
  .c-content-main .grid-xs-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-4,
  .c-content-main .grid-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-4,
  .c-content-main .grid-md-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-4,
  .c-content-main .grid-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-4,
  .c-content-main .grid-xl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-5,
  .c-content-main .grid-xs-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-5,
  .c-content-main .grid-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-5,
  .c-content-main .grid-md-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-5,
  .c-content-main .grid-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-5,
  .c-content-main .grid-xl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-6,
  .c-content-main .grid-xs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-6,
  .c-content-main .grid-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-6,
  .c-content-main .grid-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-6,
  .c-content-main .grid-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-6,
  .c-content-main .grid-xl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-7,
  .c-content-main .grid-xs-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-7,
  .c-content-main .grid-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-7,
  .c-content-main .grid-md-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-7,
  .c-content-main .grid-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-7,
  .c-content-main .grid-xl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-8,
  .c-content-main .grid-xs-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-8,
  .c-content-main .grid-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-8,
  .c-content-main .grid-md-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-8,
  .c-content-main .grid-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-8,
  .c-content-main .grid-xl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-9,
  .c-content-main .grid-xs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-9,
  .c-content-main .grid-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-9,
  .c-content-main .grid-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-9,
  .c-content-main .grid-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-9,
  .c-content-main .grid-xl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-10,
  .c-content-main .grid-xs-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-10,
  .c-content-main .grid-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-10,
  .c-content-main .grid-md-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-10,
  .c-content-main .grid-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-10,
  .c-content-main .grid-xl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-11,
  .c-content-main .grid-xs-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-11,
  .c-content-main .grid-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-11,
  .c-content-main .grid-md-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-11,
  .c-content-main .grid-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-11,
  .c-content-main .grid-xl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-12,
  .c-content-main .grid-xs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-12,
  .c-content-main .grid-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-12,
  .c-content-main .grid-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-12,
  .c-content-main .grid-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-12,
  .c-content-main .grid-xl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-d5,
  .c-content-main .grid-xs-d5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-d5,
  .c-content-main .grid-sm-d5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-d5,
  .c-content-main .grid-md-d5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-d5,
  .c-content-main .grid-lg-d5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-d5,
  .c-content-main .grid-xl-d5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .bge-contents .grid-xs-flex,
  .c-content-main .grid-xs-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-flex,
  .c-content-main .grid-sm-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .grid-md-flex,
  .c-content-main .grid-md-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .grid-lg-flex,
  .c-content-main .grid-lg-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (min-width: 1200px) {
  .bge-contents .grid-xl-flex,
  .c-content-main .grid-xl-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.bge-contents .mt-zero,
.c-content-main .mt-zero {
  margin-top: 0;
}
.bge-contents .mb-zero,
.c-content-main .mb-zero {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .bge-contents .mt-narrow,
  .c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .bge-contents .mt-wide,
  .c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .bge-contents .mb-narrow,
  .c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .bge-contents .mb-wide,
  .c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
.bge-contents [data-bgb],
.c-content-main [data-bgb] {
  margin-bottom: 3em;
}
.bge-contents [data-bgb=button],
.bge-contents [data-bgb=button2],
.bge-contents [data-bgb=button3],
.bge-contents [data-bgb=download-file],
.bge-contents [data-bgb=download-file2],
.bge-contents [data-bgb=download-file3],
.c-content-main [data-bgb=button],
.c-content-main [data-bgb=button2],
.c-content-main [data-bgb=button3],
.c-content-main [data-bgb=download-file],
.c-content-main [data-bgb=download-file2],
.c-content-main [data-bgb=download-file3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .bge-contents [data-bgb=button],
  .bge-contents [data-bgb=button2],
  .bge-contents [data-bgb=button3],
  .bge-contents [data-bgb=download-file],
  .bge-contents [data-bgb=download-file2],
  .bge-contents [data-bgb=download-file3],
  .c-content-main [data-bgb=button],
  .c-content-main [data-bgb=button2],
  .c-content-main [data-bgb=button3],
  .c-content-main [data-bgb=download-file],
  .c-content-main [data-bgb=download-file2],
  .c-content-main [data-bgb=download-file3] {
    display: block;
  }
}
.bge-contents [data-bgb=button] .bgt-grid,
.bge-contents [data-bgb=button2] .bgt-grid,
.bge-contents [data-bgb=button3] .bgt-grid,
.bge-contents [data-bgb=download-file] .bgt-grid,
.bge-contents [data-bgb=download-file2] .bgt-grid,
.bge-contents [data-bgb=download-file3] .bgt-grid,
.c-content-main [data-bgb=button] .bgt-grid,
.c-content-main [data-bgb=button2] .bgt-grid,
.c-content-main [data-bgb=button3] .bgt-grid,
.c-content-main [data-bgb=download-file] .bgt-grid,
.c-content-main [data-bgb=download-file2] .bgt-grid,
.c-content-main [data-bgb=download-file3] .bgt-grid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .bge-contents [data-bgb=button] .bgt-grid,
  .bge-contents [data-bgb=button2] .bgt-grid,
  .bge-contents [data-bgb=button3] .bgt-grid,
  .bge-contents [data-bgb=download-file] .bgt-grid,
  .bge-contents [data-bgb=download-file2] .bgt-grid,
  .bge-contents [data-bgb=download-file3] .bgt-grid,
  .c-content-main [data-bgb=button] .bgt-grid,
  .c-content-main [data-bgb=button2] .bgt-grid,
  .c-content-main [data-bgb=button3] .bgt-grid,
  .c-content-main [data-bgb=download-file] .bgt-grid,
  .c-content-main [data-bgb=download-file2] .bgt-grid,
  .c-content-main [data-bgb=download-file3] .bgt-grid {
    margin-right: auto;
    margin-left: auto;
  }
}
.bge-contents [data-bgb=button] .bgt-grid .bgt-download-file,
.bge-contents [data-bgb=button] .bgt-grid .bgt-btn-container,
.bge-contents [data-bgb=button2] .bgt-grid .bgt-download-file,
.bge-contents [data-bgb=button2] .bgt-grid .bgt-btn-container,
.bge-contents [data-bgb=button3] .bgt-grid .bgt-download-file,
.bge-contents [data-bgb=button3] .bgt-grid .bgt-btn-container,
.bge-contents [data-bgb=download-file] .bgt-grid .bgt-download-file,
.bge-contents [data-bgb=download-file] .bgt-grid .bgt-btn-container,
.bge-contents [data-bgb=download-file2] .bgt-grid .bgt-download-file,
.bge-contents [data-bgb=download-file2] .bgt-grid .bgt-btn-container,
.bge-contents [data-bgb=download-file3] .bgt-grid .bgt-download-file,
.bge-contents [data-bgb=download-file3] .bgt-grid .bgt-btn-container,
.c-content-main [data-bgb=button] .bgt-grid .bgt-download-file,
.c-content-main [data-bgb=button] .bgt-grid .bgt-btn-container,
.c-content-main [data-bgb=button2] .bgt-grid .bgt-download-file,
.c-content-main [data-bgb=button2] .bgt-grid .bgt-btn-container,
.c-content-main [data-bgb=button3] .bgt-grid .bgt-download-file,
.c-content-main [data-bgb=button3] .bgt-grid .bgt-btn-container,
.c-content-main [data-bgb=download-file] .bgt-grid .bgt-download-file,
.c-content-main [data-bgb=download-file] .bgt-grid .bgt-btn-container,
.c-content-main [data-bgb=download-file2] .bgt-grid .bgt-download-file,
.c-content-main [data-bgb=download-file2] .bgt-grid .bgt-btn-container,
.c-content-main [data-bgb=download-file3] .bgt-grid .bgt-download-file,
.c-content-main [data-bgb=download-file3] .bgt-grid .bgt-btn-container {
  width: 100%;
}
@media (min-width: 768px) {
  .bge-contents [data-bgb=button] .bgt-grid .bgt-btn,
  .bge-contents [data-bgb=button] .bgt-grid .bgt-container,
  .bge-contents [data-bgb=button] .bgt-grid .bgt-download-file__link,
  .bge-contents [data-bgb=button2] .bgt-grid .bgt-btn,
  .bge-contents [data-bgb=button2] .bgt-grid .bgt-container,
  .bge-contents [data-bgb=button2] .bgt-grid .bgt-download-file__link,
  .bge-contents [data-bgb=button3] .bgt-grid .bgt-btn,
  .bge-contents [data-bgb=button3] .bgt-grid .bgt-container,
  .bge-contents [data-bgb=button3] .bgt-grid .bgt-download-file__link,
  .bge-contents [data-bgb=download-file] .bgt-grid .bgt-btn,
  .bge-contents [data-bgb=download-file] .bgt-grid .bgt-container,
  .bge-contents [data-bgb=download-file] .bgt-grid .bgt-download-file__link,
  .bge-contents [data-bgb=download-file2] .bgt-grid .bgt-btn,
  .bge-contents [data-bgb=download-file2] .bgt-grid .bgt-container,
  .bge-contents [data-bgb=download-file2] .bgt-grid .bgt-download-file__link,
  .bge-contents [data-bgb=download-file3] .bgt-grid .bgt-btn,
  .bge-contents [data-bgb=download-file3] .bgt-grid .bgt-container,
  .bge-contents [data-bgb=download-file3] .bgt-grid .bgt-download-file__link,
  .c-content-main [data-bgb=button] .bgt-grid .bgt-btn,
  .c-content-main [data-bgb=button] .bgt-grid .bgt-container,
  .c-content-main [data-bgb=button] .bgt-grid .bgt-download-file__link,
  .c-content-main [data-bgb=button2] .bgt-grid .bgt-btn,
  .c-content-main [data-bgb=button2] .bgt-grid .bgt-container,
  .c-content-main [data-bgb=button2] .bgt-grid .bgt-download-file__link,
  .c-content-main [data-bgb=button3] .bgt-grid .bgt-btn,
  .c-content-main [data-bgb=button3] .bgt-grid .bgt-container,
  .c-content-main [data-bgb=button3] .bgt-grid .bgt-download-file__link,
  .c-content-main [data-bgb=download-file] .bgt-grid .bgt-btn,
  .c-content-main [data-bgb=download-file] .bgt-grid .bgt-container,
  .c-content-main [data-bgb=download-file] .bgt-grid .bgt-download-file__link,
  .c-content-main [data-bgb=download-file2] .bgt-grid .bgt-btn,
  .c-content-main [data-bgb=download-file2] .bgt-grid .bgt-container,
  .c-content-main [data-bgb=download-file2] .bgt-grid .bgt-download-file__link,
  .c-content-main [data-bgb=download-file3] .bgt-grid .bgt-btn,
  .c-content-main [data-bgb=download-file3] .bgt-grid .bgt-container,
  .c-content-main [data-bgb=download-file3] .bgt-grid .bgt-download-file__link {
    width: 100%;
    height: 100%;
  }
}
.bge-contents [data-bgb=button] .bgt-grid .bgt-btn .bgt-link__icon--before,
.bge-contents [data-bgb=button] .bgt-grid .bgt-container .bgt-link__icon--before,
.bge-contents [data-bgb=button] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.bge-contents [data-bgb=button2] .bgt-grid .bgt-btn .bgt-link__icon--before,
.bge-contents [data-bgb=button2] .bgt-grid .bgt-container .bgt-link__icon--before,
.bge-contents [data-bgb=button2] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.bge-contents [data-bgb=button3] .bgt-grid .bgt-btn .bgt-link__icon--before,
.bge-contents [data-bgb=button3] .bgt-grid .bgt-container .bgt-link__icon--before,
.bge-contents [data-bgb=button3] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.bge-contents [data-bgb=download-file] .bgt-grid .bgt-btn .bgt-link__icon--before,
.bge-contents [data-bgb=download-file] .bgt-grid .bgt-container .bgt-link__icon--before,
.bge-contents [data-bgb=download-file] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.bge-contents [data-bgb=download-file2] .bgt-grid .bgt-btn .bgt-link__icon--before,
.bge-contents [data-bgb=download-file2] .bgt-grid .bgt-container .bgt-link__icon--before,
.bge-contents [data-bgb=download-file2] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.bge-contents [data-bgb=download-file3] .bgt-grid .bgt-btn .bgt-link__icon--before,
.bge-contents [data-bgb=download-file3] .bgt-grid .bgt-container .bgt-link__icon--before,
.bge-contents [data-bgb=download-file3] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.c-content-main [data-bgb=button] .bgt-grid .bgt-btn .bgt-link__icon--before,
.c-content-main [data-bgb=button] .bgt-grid .bgt-container .bgt-link__icon--before,
.c-content-main [data-bgb=button] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.c-content-main [data-bgb=button2] .bgt-grid .bgt-btn .bgt-link__icon--before,
.c-content-main [data-bgb=button2] .bgt-grid .bgt-container .bgt-link__icon--before,
.c-content-main [data-bgb=button2] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.c-content-main [data-bgb=button3] .bgt-grid .bgt-btn .bgt-link__icon--before,
.c-content-main [data-bgb=button3] .bgt-grid .bgt-container .bgt-link__icon--before,
.c-content-main [data-bgb=button3] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.c-content-main [data-bgb=download-file] .bgt-grid .bgt-btn .bgt-link__icon--before,
.c-content-main [data-bgb=download-file] .bgt-grid .bgt-container .bgt-link__icon--before,
.c-content-main [data-bgb=download-file] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.c-content-main [data-bgb=download-file2] .bgt-grid .bgt-btn .bgt-link__icon--before,
.c-content-main [data-bgb=download-file2] .bgt-grid .bgt-container .bgt-link__icon--before,
.c-content-main [data-bgb=download-file2] .bgt-grid .bgt-download-file__link .bgt-link__icon--before,
.c-content-main [data-bgb=download-file3] .bgt-grid .bgt-btn .bgt-link__icon--before,
.c-content-main [data-bgb=download-file3] .bgt-grid .bgt-container .bgt-link__icon--before,
.c-content-main [data-bgb=download-file3] .bgt-grid .bgt-download-file__link .bgt-link__icon--before {
  display: none;
}
@media (min-width: 768px) {
  .bge-contents [data-bgb=button2] .bgt-btn,
  .bge-contents [data-bgb=button2] .bgt-container,
  .bge-contents [data-bgb=button2] .bgt-download-file__link,
  .bge-contents [data-bgb=button3] .bgt-btn,
  .bge-contents [data-bgb=button3] .bgt-container,
  .bge-contents [data-bgb=button3] .bgt-download-file__link,
  .bge-contents [data-bgb=download-file2] .bgt-btn,
  .bge-contents [data-bgb=download-file2] .bgt-container,
  .bge-contents [data-bgb=download-file2] .bgt-download-file__link,
  .bge-contents [data-bgb=download-file3] .bgt-btn,
  .bge-contents [data-bgb=download-file3] .bgt-container,
  .bge-contents [data-bgb=download-file3] .bgt-download-file__link,
  .c-content-main [data-bgb=button2] .bgt-btn,
  .c-content-main [data-bgb=button2] .bgt-container,
  .c-content-main [data-bgb=button2] .bgt-download-file__link,
  .c-content-main [data-bgb=button3] .bgt-btn,
  .c-content-main [data-bgb=button3] .bgt-container,
  .c-content-main [data-bgb=button3] .bgt-download-file__link,
  .c-content-main [data-bgb=download-file2] .bgt-btn,
  .c-content-main [data-bgb=download-file2] .bgt-container,
  .c-content-main [data-bgb=download-file2] .bgt-download-file__link,
  .c-content-main [data-bgb=download-file3] .bgt-btn,
  .c-content-main [data-bgb=download-file3] .bgt-container,
  .c-content-main [data-bgb=download-file3] .bgt-download-file__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bge-contents [data-bgb=button2] .bgt-container,
.bge-contents [data-bgb=button2] .bgt-btn-container,
.bge-contents [data-bgb=button3] .bgt-container,
.bge-contents [data-bgb=button3] .bgt-btn-container,
.c-content-main [data-bgb=button2] .bgt-container,
.c-content-main [data-bgb=button2] .bgt-btn-container,
.c-content-main [data-bgb=button3] .bgt-container,
.c-content-main [data-bgb=button3] .bgt-btn-container {
  height: 100%;
}
.bge-contents [data-bgb=button2] .bgt-btn,
.bge-contents [data-bgb=button3] .bgt-btn,
.c-content-main [data-bgb=button2] .bgt-btn,
.c-content-main [data-bgb=button3] .bgt-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.bge-contents [data-bgb=button2],
.bge-contents [data-bgb=download-file2],
.c-content-main [data-bgb=button2],
.c-content-main [data-bgb=download-file2] {
  width: 100%;
}
@media (min-width: 768px) {
  .bge-contents [data-bgb=button2] .bgt-grid,
  .bge-contents [data-bgb=download-file2] .bgt-grid,
  .c-content-main [data-bgb=button2] .bgt-grid,
  .c-content-main [data-bgb=download-file2] .bgt-grid {
    max-width: 300px;
    margin-left: 20px;
  }
  .bge-contents [data-bgb=button2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=download-file2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=button2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=download-file2] .bgt-grid:nth-child(1) {
    padding-right: 0;
    margin-left: 0;
  }
  .bge-contents [data-bgb=button2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=download-file2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=button2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=download-file2] .bgt-grid:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bge-contents [data-bgb=button3] .bgt-grid,
  .bge-contents [data-bgb=download-file3] .bgt-grid,
  .c-content-main [data-bgb=button3] .bgt-grid,
  .c-content-main [data-bgb=download-file3] .bgt-grid {
    width: 100%;
    max-width: 300px;
    margin-left: 20px;
  }
  .bge-contents [data-bgb=button3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=download-file3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=button3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=download-file3] .bgt-grid:nth-child(1) {
    padding-right: 0;
    margin-left: 0;
  }
  .bge-contents [data-bgb=button3] .bgt-grid:nth-child(2), .bge-contents [data-bgb=button3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=download-file3] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=download-file3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=button3] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=button3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=download-file3] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=download-file3] .bgt-grid:nth-child(3) {
    padding-left: 0;
  }
}
.bge-contents [data-bgt=button].bgt-button-container,
.c-content-main [data-bgt=button].bgt-button-container {
  height: 100%;
  width: 100%;
}
.bge-contents [data-bgt=download-file].bgt-download-file-container,
.c-content-main [data-bgt=download-file].bgt-download-file-container {
  height: 100%;
  width: 100%;
}
.bge-contents .bgt-btn,
.c-content-main .bgt-btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 1rem 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #001756;
  -webkit-box-shadow: 0 0 0 1px #001756 inset;
          box-shadow: 0 0 0 1px #001756 inset;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
}
@media (any-hover: hover) {
  .bge-contents .bgt-btn:hover,
  .c-content-main .bgt-btn:hover {
    color: #001756;
    background: #fff;
  }
  .bge-contents .bgt-btn:hover .bgt-btn__text::before,
  .c-content-main .bgt-btn:hover .bgt-btn__text::before {
    background: #001756;
  }
}
@media (min-width: 768px) {
  .bge-contents .bgt-btn,
  .c-content-main .bgt-btn {
    padding: 0.9rem 4rem;
  }
}
.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-container,
.c-content-main .bgt-btn-container {
  height: 100%;
}
.bge-contents .bgt-btn__text::before,
.c-content-main .bgt-btn__text::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  border-radius: 50vh;
  -webkit-transform: translate(-1.4rem, -50%);
          transform: translate(-1.4rem, -50%);
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
@media (any-hover: hover) {
  .bge-contents [data-bgt-button-kind=link] .bgt-btn:hover .bgt-btn__text::after,
  .bge-contents [data-bgt-button-kind=em] .bgt-btn:hover .bgt-btn__text::after,
  .bge-contents [data-bgt-button-kind=back] .bgt-btn:hover .bgt-btn__text::after,
  .c-content-main [data-bgt-button-kind=link] .bgt-btn:hover .bgt-btn__text::after,
  .c-content-main [data-bgt-button-kind=em] .bgt-btn:hover .bgt-btn__text::after,
  .c-content-main [data-bgt-button-kind=back] .bgt-btn:hover .bgt-btn__text::after {
    border-color: #fff;
  }
}
.bge-contents [data-bgt-button-kind=link] .bgt-btn .bgt-btn__text::after,
.bge-contents [data-bgt-button-kind=em] .bgt-btn .bgt-btn__text::after,
.bge-contents [data-bgt-button-kind=back] .bgt-btn .bgt-btn__text::after,
.c-content-main [data-bgt-button-kind=link] .bgt-btn .bgt-btn__text::after,
.c-content-main [data-bgt-button-kind=em] .bgt-btn .bgt-btn__text::after,
.c-content-main [data-bgt-button-kind=back] .bgt-btn .bgt-btn__text::after {
  position: absolute;
  top: 50%;
  width: 6.52px;
  height: 6.52px;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #001756;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
}
.bge-contents [data-bgt-button-kind=link] .bgt-btn .bgt-btn__text::after,
.bge-contents [data-bgt-button-kind=em] .bgt-btn .bgt-btn__text::after,
.c-content-main [data-bgt-button-kind=link] .bgt-btn .bgt-btn__text::after,
.c-content-main [data-bgt-button-kind=em] .bgt-btn .bgt-btn__text::after {
  right: 0;
  -webkit-transform: translate(-2.1rem, -50%) rotate(45deg);
          transform: translate(-2.1rem, -50%) rotate(45deg);
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn,
.c-content-main [data-bgt-button-kind=em] .bgt-btn {
  background: #fff;
}
@media (any-hover: hover) {
  .bge-contents [data-bgt-button-kind=em] .bgt-btn:hover::before,
  .c-content-main [data-bgt-button-kind=em] .bgt-btn:hover::before {
    opacity: 0;
  }
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn::before,
.c-content-main [data-bgt-button-kind=em] .bgt-btn::before {
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0156c4), to(#001756));
  background: linear-gradient(90deg, #0156c4 0%, #001756 100%);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn .bgt-btn__text::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn .bgt-btn__text::before {
  left: 0;
  -webkit-transform: translate(1.4rem, -50%);
          transform: translate(1.4rem, -50%);
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn .bgt-btn__text::after,
.c-content-main [data-bgt-button-kind=back] .bgt-btn .bgt-btn__text::after {
  left: 0;
  -webkit-transform: translate(2.1rem, -50%) rotate(45deg) scale(-1, -1);
          transform: translate(2.1rem, -50%) rotate(45deg) scale(-1, -1);
}
.bge-contents .bgt-download-file__link,
.c-content-main .bgt-download-file__link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0.8rem 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #001756;
  border: 1px solid #001756;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
}
@media (any-hover: hover) {
  .bge-contents .bgt-download-file__link:hover,
  .c-content-main .bgt-download-file__link:hover {
    color: #001756;
    background: #fff;
  }
  .bge-contents .bgt-download-file__link:hover::before,
  .c-content-main .bgt-download-file__link:hover::before {
    background: #001756;
  }
  .bge-contents .bgt-download-file__link:hover::after,
  .c-content-main .bgt-download-file__link:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2010.21%22%20width%3D%2211%22%20height%3D%2210%22%3E%3Cg%3E%3Cpath%20d%3D%22m1.19%2C10.21c-.38%2C0-.71-.16-.93-.45-.31-.41-.33-.95-.07-1.5.43-.86%2C1.71-1.86%2C4-2.13.13-.24.26-.49.38-.76.12-.25.22-.48.31-.71-.71-1.46-1.04-2.94-.7-3.83C4.39.27%2C4.88-.03%2C5.48%2C0h0c.43.03.77.24.98.59.45.75.29%2C2.1-.47%2C4.02.27.51.59%2C1.01.96%2C1.46.86.02%2C1.59.07%2C2.13.23.94.27%2C1.63.77%2C1.86%2C1.34.1.26.09.51-.03.71-.22.38-.54.61-.94.69-.68.12-1.52-.23-2.59-1.1-.31-.25-.62-.55-.91-.87-.53%2C0-1.14-.02-1.68.02-1.07%2C1.8-2.38%2C3-3.45%2C3.12-.05%2C0-.11%2C0-.16%2C0Zm2.29-2.93c-1.3.3-2.12.88-2.4%2C1.43-.04.09-.14.31-.03.45.02.02.05.07.19.05.48-.05%2C1.35-.68%2C2.24-1.93Zm4.48-.15s.03.02.04.04c1.11.9%2C1.62.92%2C1.78.89.06-.01.12-.04.18-.1-.1-.15-.43-.47-1.17-.69-.23-.07-.51-.11-.83-.14Zm2.08.72s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0Zm-4.55-2.09s-.01.02-.02.04c-.04.09-.08.18-.13.27.11%2C0%2C.23%2C0%2C.35%2C0-.07-.1-.14-.2-.2-.31Zm-.1-4.76c-.17%2C0-.23.07-.28.19-.16.41-.04%2C1.2.28%2C2.1.49-1.56.27-2.08.2-2.19-.04-.07-.09-.1-.17-.1l.02-.5-.03.5s-.03%2C0-.04%2C0Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus,
.c-content-main .bgt-download-file__link:active,
.c-content-main .bgt-download-file__link:focus {
  -webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
          box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}
.bge-contents .bgt-download-file__link::before,
.c-content-main .bgt-download-file__link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  border-radius: 50vh;
  -webkit-transform: translate(-1.4rem, -50%);
          transform: translate(-1.4rem, -50%);
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.bge-contents .bgt-download-file__link::after,
.c-content-main .bgt-download-file__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 10px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2010.21%22%20width%3D%2211%22%20height%3D%2210%22%3E%3Cg%3E%3Cpath%20d%3D%22m1.19%2C10.21c-.38%2C0-.71-.16-.93-.45-.31-.41-.33-.95-.07-1.5.43-.86%2C1.71-1.86%2C4-2.13.13-.24.26-.49.38-.76.12-.25.22-.48.31-.71-.71-1.46-1.04-2.94-.7-3.83C4.39.27%2C4.88-.03%2C5.48%2C0h0c.43.03.77.24.98.59.45.75.29%2C2.1-.47%2C4.02.27.51.59%2C1.01.96%2C1.46.86.02%2C1.59.07%2C2.13.23.94.27%2C1.63.77%2C1.86%2C1.34.1.26.09.51-.03.71-.22.38-.54.61-.94.69-.68.12-1.52-.23-2.59-1.1-.31-.25-.62-.55-.91-.87-.53%2C0-1.14-.02-1.68.02-1.07%2C1.8-2.38%2C3-3.45%2C3.12-.05%2C0-.11%2C0-.16%2C0Zm2.29-2.93c-1.3.3-2.12.88-2.4%2C1.43-.04.09-.14.31-.03.45.02.02.05.07.19.05.48-.05%2C1.35-.68%2C2.24-1.93Zm4.48-.15s.03.02.04.04c1.11.9%2C1.62.92%2C1.78.89.06-.01.12-.04.18-.1-.1-.15-.43-.47-1.17-.69-.23-.07-.51-.11-.83-.14Zm2.08.72s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0Zm-4.55-2.09s-.01.02-.02.04c-.04.09-.08.18-.13.27.11%2C0%2C.23%2C0%2C.35%2C0-.07-.1-.14-.2-.2-.31Zm-.1-4.76c-.17%2C0-.23.07-.28.19-.16.41-.04%2C1.2.28%2C2.1.49-1.56.27-2.08.2-2.19-.04-.07-.09-.1-.17-.1l.02-.5-.03.5s-.03%2C0-.04%2C0Z%22%20fill%3D%22%23001756%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transform: translate(-1.7rem, -50%);
          transform: translate(-1.7rem, -50%);
  -webkit-transition: background-image 300ms ease-in-out;
  transition: background-image 300ms ease-in-out;
}
.bge-contents .bgt-download-file__link .bgt-link__icon,
.c-content-main .bgt-download-file__link .bgt-link__icon {
  display: none;
}
@media (any-hover: hover) {
  .bge-contents [data-bgt-button-kind=external] .bgt-btn:hover .bgt-btn__text::after,
  .c-content-main [data-bgt-button-kind=external] .bgt-btn:hover .bgt-btn__text::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.06%209.06%22%20width%3D%229%22%20height%3D%229%22%3E%3Cg%3E%3Cpath%20d%3D%22m9.06%2C7H2.06V0h7.01v7Zm-5.94-1.06h4.88V1.06H3.12v4.88Zm3.35%2C2.06H1.06V2.59H0v6.47h6.47v-1.06Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.bge-contents [data-bgt-button-kind=external] .bgt-btn .bgt-btn__text::after,
.c-content-main [data-bgt-button-kind=external] .bgt-btn .bgt-btn__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.06%209.06%22%20width%3D%229%22%20height%3D%229%22%3E%3Cg%3E%3Cpath%20d%3D%22m9.06%2C7H2.06V0h7.01v7Zm-5.94-1.06h4.88V1.06H3.12v4.88Zm3.35%2C2.06H1.06V2.59H0v6.47h6.47v-1.06Z%22%20fill%3D%22%23001756%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transform: translate(-1.9rem, -50%);
          transform: translate(-1.9rem, -50%);
  -webkit-transition: background-image 300ms ease-in-out;
  transition: background-image 300ms ease-in-out;
}
.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;
  background: none;
  border: 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;
}
@media (max-width: 576px) {
  .bge-contents .bgt-google-maps-link,
  .c-content-main .bgt-google-maps-link {
    padding: 1em;
    margin-top: 10px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: solid 1px #999;
    border-radius: 3px;
  }
  .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-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: left;
    text-indent: 0;
    text-rendering: auto;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 1em;
    vertical-align: middle;
    content: "\f08e";
  }
}
@media (any-hover: hover) {
  .bge-contents .bgt-image__link[href],
  .c-content-main .bgt-image__link[href] {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }
  .bge-contents .bgt-image__link[href]:hover,
  .c-content-main .bgt-image__link[href]:hover {
    opacity: 0.7;
  }
}
.bge-contents .bgt-image :link,
.c-content-main .bgt-image :link {
  outline: none;
}
@media (any-hover: hover) {
  .bge-contents .bgt-image-link__link[href],
  .c-content-main .bgt-image-link__link[href] {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }
  .bge-contents .bgt-image-link__link[href]:hover,
  .c-content-main .bgt-image-link__link[href]:hover {
    opacity: 0.7;
  }
}
.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: 1.3em 1.5em;
}
@media (min-width: 768px) {
  .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: 1.8em 3em 1.8em 2.6em;
  }
}
.bge-contents .bgb-opt--bg-gray,
.c-content-main .bgb-opt--bg-gray {
  background-color: #f3f7fa !important;
}
.bge-contents .bgb-opt--bg-blue,
.c-content-main .bgb-opt--bg-blue {
  background-color: #eff4f6 !important;
}
.bge-contents .bgb-opt--bg-pink,
.c-content-main .bgb-opt--bg-pink {
  background-color: #fff5f5 !important;
}
.bge-contents .bgb-opt--border-trbl,
.c-content-main .bgb-opt--border-trbl {
  padding: 1.2em 1.4em;
}
@media (min-width: 768px) {
  .bge-contents .bgb-opt--border-trbl,
  .c-content-main .bgb-opt--border-trbl {
    padding: 1.7em 2.9em 1.7em 2.3em;
  }
}
.bge-contents .bgb-opt--border-td,
.bge-contents .bgb-opt--border-tb,
.c-content-main .bgb-opt--border-td,
.c-content-main .bgb-opt--border-tb {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
}
@media (min-width: 768px) {
  .bge-contents .bgb-opt--border-td,
  .bge-contents .bgb-opt--border-tb,
  .c-content-main .bgb-opt--border-td,
  .c-content-main .bgb-opt--border-tb {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }
}
.bge-contents .bgb-opt--border-lr,
.c-content-main .bgb-opt--border-lr {
  padding-right: 1.4em;
  padding-left: 1.4em;
}
@media (min-width: 768px) {
  .bge-contents .bgb-opt--border-lr,
  .c-content-main .bgb-opt--border-lr {
    padding-right: 2.9em;
    padding-left: 2.3em;
  }
}
.bge-contents .bgb-opt--border-trl,
.c-content-main .bgb-opt--border-trl {
  padding-top: 1.2em;
  padding-right: 1.4em;
  padding-left: 1.4em;
}
@media (min-width: 768px) {
  .bge-contents .bgb-opt--border-trl,
  .c-content-main .bgb-opt--border-trl {
    padding-top: 1.7em;
    padding-right: 2.9em;
    padding-left: 2.3em;
  }
}
.bge-contents .bgb-opt--border-rbl,
.c-content-main .bgb-opt--border-rbl {
  padding-right: 1.4em;
  padding-bottom: 1.2em;
  padding-left: 1.4em;
}
@media (min-width: 768px) {
  .bge-contents .bgb-opt--border-rbl,
  .c-content-main .bgb-opt--border-rbl {
    padding-right: 2.9em;
    padding-bottom: 1.7em;
    padding-left: 2.3em;
  }
}
.bge-contents .bgb-opt--border-bold,
.bge-contents .bgb-opt--border-dotted,
.bge-contents .bgb-opt--border-thin,
.c-content-main .bgb-opt--border-bold,
.c-content-main .bgb-opt--border-dotted,
.c-content-main .bgb-opt--border-thin {
  border-color: #001756;
}
.bge-contents .bgb-opt--border-dotted,
.c-content-main .bgb-opt--border-dotted {
  border-style: dashed;
}
.bge-contents .bgb-opt--border-bold,
.c-content-main .bgb-opt--border-bold {
  border-width: 3px !important;
}
.bge-contents .bgb-opt--border-bold.bgb-opt--border-trl,
.c-content-main .bgb-opt--border-bold.bgb-opt--border-trl {
  border-bottom-style: none !important;
}
.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%;
}
@media (any-hover: hover) {
  .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 {
  padding: 0.7em 1em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.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;
  padding: 0;
  margin: -20px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (any-hover: hover) {
  .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;
  width: 0;
  height: 0;
  overflow: hidden;
}
.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 {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  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 {
  width: 3.75em;
  height: 3.75em;
  margin: 0 5px;
}
.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: 15px;
}
.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 {
  position: relative;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.85rem;
  background-color: #c8cfd5;
  border-radius: 50vh;
  border: none;
  background-image: none !important;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
@media (any-hover: hover) {
  .bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li:hover,
  .c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li:hover {
    border: none;
    background-color: #001756;
  }
  .bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li:hover::after,
  .c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li:hover::after {
    opacity: 1;
  }
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li::after,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #001756;
  border-radius: 50vh;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.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 {
  border: none;
  background-color: #001756;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li.current::after,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li.current::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .bge-contents .bgt-grid [data-bgt],
  .c-content-main .bgt-grid [data-bgt] {
    display: block;
  }
}
@media (min-width: 992px) {
  .bge-contents [data-bgb=image-link-text2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-link2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-text2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image2] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=wysiwyg2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link-text2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-text2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image2] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=wysiwyg2] .bgt-grid:nth-child(1) {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .bge-contents [data-bgb=image-link-text2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=image-link2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=image-text2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=image2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=trimmed-image2] .bgt-grid:nth-child(2),
  .bge-contents [data-bgb=wysiwyg2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image-link-text2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image-link2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image-text2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=image2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=trimmed-image2] .bgt-grid:nth-child(2),
  .c-content-main [data-bgb=wysiwyg2] .bgt-grid:nth-child(2) {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .bge-contents [data-bgb=text-image1] .bgt-grid--first,
  .bge-contents [data-bgb=text-image2] .bgt-grid--first,
  .c-content-main [data-bgb=text-image1] .bgt-grid--first,
  .c-content-main [data-bgb=text-image2] .bgt-grid--first {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .bge-contents [data-bgb=text-image1] .bgt-grid--last,
  .bge-contents [data-bgb=text-image2] .bgt-grid--last,
  .c-content-main [data-bgb=text-image1] .bgt-grid--last,
  .c-content-main [data-bgb=text-image2] .bgt-grid--last {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .bge-contents [data-bgb=image-link-text3] .bgt-grid,
  .bge-contents [data-bgb=image-link3] .bgt-grid,
  .bge-contents [data-bgb=image-text3] .bgt-grid,
  .bge-contents [data-bgb=image3] .bgt-grid,
  .bge-contents [data-bgb=trimmed-image-link3] .bgt-grid,
  .bge-contents [data-bgb=trimmed-image3] .bgt-grid,
  .bge-contents [data-bgb=wysiwyg3] .bgt-grid,
  .c-content-main [data-bgb=image-link-text3] .bgt-grid,
  .c-content-main [data-bgb=image-link3] .bgt-grid,
  .c-content-main [data-bgb=image-text3] .bgt-grid,
  .c-content-main [data-bgb=image3] .bgt-grid,
  .c-content-main [data-bgb=trimmed-image-link3] .bgt-grid,
  .c-content-main [data-bgb=trimmed-image3] .bgt-grid,
  .c-content-main [data-bgb=wysiwyg3] .bgt-grid {
    padding-right: 13.3333px;
    padding-left: 13.3333px;
  }
}
@media (min-width: 992px) {
  .bge-contents [data-bgb=image-link-text3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-link3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image-text3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=image3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=trimmed-image3] .bgt-grid:nth-child(1),
  .bge-contents [data-bgb=wysiwyg3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link-text3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-link3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image-text3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=image3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=trimmed-image3] .bgt-grid:nth-child(1),
  .c-content-main [data-bgb=wysiwyg3] .bgt-grid:nth-child(1) {
    padding-right: 26.6666px;
  }
}
@media (min-width: 992px) {
  .bge-contents [data-bgb=image-link-text3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=image-link3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=image-text3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=image3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=trimmed-image3] .bgt-grid:nth-child(3),
  .bge-contents [data-bgb=wysiwyg3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image-link-text3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image-link3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image-text3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=image3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=trimmed-image3] .bgt-grid:nth-child(3),
  .c-content-main [data-bgb=wysiwyg3] .bgt-grid:nth-child(3) {
    padding-left: 26.6666px;
  }
}
.bge-contents [data-bgb=youtube] .bgt-youtube-container,
.c-content-main [data-bgb=youtube] .bgt-youtube-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.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 {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 0.8125em;
  color: #fff;
  background: #001756;
}
.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: #001756;
}
.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-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: left;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 0.5em;
  color: #999;
  content: "\e100";
}
.bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
  margin-top: 6em;
}
@media (max-width: 576px) {
  .bge-contents .bc-area-ctrl,
  .c-content-main .bc-area-ctrl {
    text-align: center;
  }
}
.bge-contents .bc-form-agreement,
.c-content-main .bc-form-agreement {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-form-submit,
.c-content-main .bc-form-submit {
  margin-top: 3em;
  text-align: center;
}
@media (max-width: 767px) {
  .bge-contents .table-scroll,
  .c-content-main .table-scroll {
    overflow: auto;
    margin: 0 0 30px;
  }
  .bge-contents .table-scroll table,
  .c-content-main .table-scroll table {
    display: table;
    width: 213.3333333333vw !important;
    max-width: 800px;
    margin-bottom: 10px;
    table-layout: fixed;
  }
  .bge-contents .table-scroll table caption,
  .c-content-main .table-scroll table caption {
    display: table-caption;
  }
  .bge-contents .table-scroll table tr,
  .c-content-main .table-scroll table tr {
    display: table-row;
  }
  .bge-contents .table-scroll table tbody,
  .c-content-main .table-scroll table tbody {
    display: table-row-group;
  }
  .bge-contents .table-scroll table thead,
  .c-content-main .table-scroll table thead {
    display: table-header-group;
  }
  .bge-contents .table-scroll table th,
  .bge-contents .table-scroll table td,
  .c-content-main .table-scroll table th,
  .c-content-main .table-scroll table td {
    display: table-cell;
    padding: 10px 2%;
    width: auto !important;
  }
  .bge-contents .table-scroll::-webkit-scrollbar,
  .c-content-main .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .bge-contents .table-scroll::-webkit-scrollbar-track,
  .c-content-main .table-scroll::-webkit-scrollbar-track {
    background: #c8cfd5;
    border-radius: 5px;
  }
  .bge-contents .table-scroll::-webkit-scrollbar-thumb,
  .c-content-main .table-scroll::-webkit-scrollbar-thumb {
    background: #818a90;
    border-radius: 5px;
  }
}
.bge-contents .table-scroll-sp,
.c-content-main .table-scroll-sp {
  display: none;
}
@media (max-width: 767px) {
  .bge-contents .table-scroll-sp,
  .c-content-main .table-scroll-sp {
    display: inline-block;
    font-size: 3.3333333333vw;
    background: #d8e1e9 url("/img/renew/icon-table-scroll.png") no-repeat 1.7333333333vw center/6.1333333333vw auto;
    padding: 0 2.4vw 0 9.3333333333vw;
    line-height: 1.95;
    letter-spacing: 0.09em;
    margin-bottom: 5.3333333333vw;
    color: #001756;
    font-weight: 500;
    border-radius: 6.4vw;
  }
}
.bge-contents .text-note,
.c-content-main .text-note {
  font-size: 1.4rem;
  position: relative;
  padding-left: calc(1em + 5px);
  margin: 8px 0;
  line-height: 1.6;
}
.bge-contents .text-note::before,
.c-content-main .text-note::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  margin: 0 5px 0 0;
  content: "※";
}
.bge-contents .bgb-text-image1.box-profile,
.c-content-main .bgb-text-image1.box-profile {
  padding: 2rem;
  background-color: #f3f7fa;
}
@media (min-width: 768px) {
  .bge-contents .bgb-text-image1.box-profile,
  .c-content-main .bgb-text-image1.box-profile {
    padding: 3rem;
  }
}
.bge-contents .bgb-text-image1.box-profile .box-profile-position,
.c-content-main .bgb-text-image1.box-profile .box-profile-position {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.015em;
}
.bge-contents .bgb-text-image1.box-profile .box-profile-name,
.c-content-main .bgb-text-image1.box-profile .box-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.015em;
  border-bottom: 0.2rem solid #001756;
}
.bge-contents .bgb-text-image1.box-profile .box-profile-name > span,
.c-content-main .bgb-text-image1.box-profile .box-profile-name > span {
  margin-right: 0.6rem;
  font-size: 2.4rem;
}
.c-content-main {
  width: 100rem;
  max-width: calc(100% - 4rem);
}
/*# sourceMappingURL=bge_style.css.map */
