@charset "UTF-8";
/*!
 *
 * BurgerEditor StyleSheet Style Sample v2.21.0
 *
 */
:root {
  --bge-column-gap: 20px;
  --bge-column-margin-block-end: 20px;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * フォントの定義
 * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
}
/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * マルチカラムブロックのレイアウト
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
:where([data-bgb]) {
  margin: 0 0 1.5em !important;
}

section .contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section .contents {
    margin-top: 40px;
  }
}
section .title-area .contents {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section .title-area {
    margin-top: 0;
  }
}

[data-bgt=title-h2] {
  margin: 80px 0 32px;
  color: #FFF;
  font-size: 28px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  [data-bgt=title-h2] {
    margin: 40px 0 24px;
    font-size: 19px;
  }
}

[data-bgb] h2 {
  display: inline-block;
  padding: 6px 16px 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #114FA1;
}
@media screen and (max-width: 767px) {
  [data-bgb] h2 {
    padding: 5px 8px 8px;
  }
}
[data-bgb] h2:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h2 + h3 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h3 {
  margin: 64px 0 24px;
  color: #114FA1;
  font-size: 24px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  [data-bgb] h3 {
    margin: 32px 0 16px;
    font-size: 18px;
  }
}
[data-bgb] h3:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h3 + h4 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h4 {
  margin: 32px 0 16px;
  font-size: 18px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  [data-bgb] h4 {
    margin: 24px 0 16px;
    font-size: 16px;
  }
}
[data-bgb] h4:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h4 + h5 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h5 {
  margin: 32px 0 16px;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  [data-bgb] h5 {
    margin: 24px 0 16px;
    font-size: 14px;
  }
}
[data-bgb] h5:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h5 + h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] h6 {
  margin: 32px 0 16px;
  color: #666;
  font-size: 14px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  [data-bgb] h6 {
    margin: 24px 0 16px;
    font-size: 12px;
  }
}
[data-bgb] h6:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] p {
  /* スタイル */
  margin: 1em 0;
}
[data-bgb] p:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] li {
  /* 回り込み防止
  overflow: hidden;*/
  /* スタイル */
  list-style: inherit;
}
[data-bgb] li:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] ul {
  /* スタイル */
  margin: 1em 0;
  padding-left: 2em;
}
[data-bgb] ul:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] ul ul {
  /* 箇条書きリストの内箇条書きリスト */
  margin: 0 0 0 1.8em;
}
[data-bgb] ul ul:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] ul li {
  margin: 0 0 0.2em;
  /* 箇条書きリストアイテム */
  list-style-type: disc;
}
[data-bgb] ol {
  /* スタイル */
  margin: 1em 0;
  padding-left: 2em;
}
[data-bgb] ol:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] ol ol {
  /* 番号順リスト内の番号順リスト */
  margin: 0 0 0 2em;
}
[data-bgb] ol ol:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] ol li {
  margin: 0 0 0.2em;
  /* 番号順リストアイテム */
  list-style-type: decimal-leading-zero;
}
[data-bgb] blockquote {
  position: relative;
  padding: 1px 2.5em;
  margin: 1em 0;
  /* 回り込み防止 */
  overflow: hidden;
  font-size: 0.9em;
  color: #888;
  background: none;
  border: 2px solid #ccc;
  border-radius: 5px;
}
[data-bgb] blockquote:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] blockquote::before {
  position: absolute;
  inset-block-start: 0.3em;
  inset-inline-start: 0.25em;
  z-index: 0;
  display: block;
  font-family: serif;
  font-size: 3em;
  color: #ccc;
  /* 引用 */
  content: "“";
}
[data-bgb] blockquote::after {
  position: absolute;
  inset-block-end: -0.3em;
  inset-inline-end: 0.25em;
  z-index: 0;
  display: block;
  font-family: serif;
  font-size: 3em;
  color: #ccc;
  /* 引用 */
  content: "”";
}
[data-bgb] table {
  margin: 1em 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
@media screen and (max-width: 767px) {
  [data-bgb] table {
    display: block;
    /* テーブル */
    inline-size: 100%;
  }
}
[data-bgb] table:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
[data-bgb] table caption {
  /* テーブルキャプション */
  /*font-weight: bold;*/
  text-align: start;
}
@media screen and (max-width: 767px) {
  [data-bgb] table caption {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  [data-bgb] table tbody,
[data-bgb] table tfoot {
    display: block;
  }
}
[data-bgb] table tr {
  /* テーブル行 */
}
@media screen and (max-width: 767px) {
  [data-bgb] table tr {
    display: block;
    -webkit-margin-before: -1px;
            margin-block-start: -1px;
  }
}
[data-bgb] table tr th,
[data-bgb] table tr td {
  padding: 16px;
  /* テーブルセル共通 */
  text-align: start;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  [data-bgb] table tr th,
[data-bgb] table tr td {
    display: block;
    inline-size: auto;
    padding: 8px;
    border-top: none;
    border-bottom: none;
  }
}
[data-bgb] table tr th {
  font-weight: normal;
  font-family: "NotoSansJP-Bold", sans-serif;
  background: #E6EEEE;
}
@media screen and (max-width: 767px) {
  [data-bgb] table tr th {
    border-top: 1px solid #999;
  }
}
[data-bgb] table tr td {
  /* テーブル通常セル */
  font-weight: normal;
  border-bottom: 1px solid #999;
}
[data-bgb] strong {
  font-style: normal;
  /* 太字 */
  font-weight: normal;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-decoration: none;
}
[data-bgb] u {
  font-style: normal;
  /* 下線 */
  font-weight: normal;
  text-decoration: underline;
}
[data-bgb] s {
  font-style: normal;
  /* 取り消し線 */
  font-weight: normal;
  text-decoration: line-through;
}
[data-bgb] sub {
  /* 下付き文字 */
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  vertical-align: 0;
  text-decoration: none;
}
[data-bgb] sup {
  /* 上付き文字 */
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  vertical-align: 0.4em;
  text-decoration: none;
}
[data-bgb] hr {
  /* 区切り線 */
  inline-size: 100%;
  block-size: 2px;
  margin: 50px auto;
  color: #ccc;
  background: currentcolor;
  border-style: none;
}
[data-bgb] hr:first-child {
  /* ブロックの最初の場合は余白を詰める */
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/**
 * 画像タイプのキャプション
 *
 */
.bgt-box__caption {
  padding: 3px;
  font-size: 0.8em;
  font-weight: normal;
  text-align: start;
  background: none;
}

/**
 * ボタン
 *
 */
/* ボタンタイプ */
:where([data-bgb=button]) {
  text-align: left;
}
@media screen and (max-width: 767px) {
  :where([data-bgb=button]) :where([data-bgt=button]) {
    display: block;
  }
  :where([data-bgb=button]) :where(.bgt-btn-container) {
    text-align: left;
  }
}

.bgt-btn {
  position: relative;
  display: inline-block;
  min-inline-size: 280px;
  padding: 13px 20px 16px;
  border: 1px solid #666;
  border-radius: 8px;
  border-top-right-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
  background: #FFF;
  color: #114FA1;
  font-family: "NotoSansJP-Medium", sans-serif;
  text-decoration: none !important;
  vertical-align: top;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .bgt-btn {
    min-inline-size: 0;
    width: 100%;
    padding: 10px 16px 12px;
  }
}
.bgt-btn:active, .bgt-btn:focus {
  box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}
.bgt-btn:hover {
  background: #114FA1;
  border-color: #114FA1;
  color: #FFF;
}

.bgt-btn--link,
[data-bgt-button-kind=link] .bgt-btn {
  padding: 13px 56px 16px 20px;
}
@media screen and (max-width: 767px) {
  .bgt-btn--link,
[data-bgt-button-kind=link] .bgt-btn {
    padding: 10px 48px 12px 16px;
  }
}
.bgt-btn--link::before,
[data-bgt-button-kind=link] .bgt-btn::before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 17px;
  z-index: 2;
  background: url(/bc_my_theme/img/common/com_arrow01.svg) 0% 0%/100% no-repeat;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .bgt-btn--link::before,
[data-bgt-button-kind=link] .bgt-btn::before {
    right: 16px;
    width: 16px;
    height: 13px;
  }
}
.bgt-btn--link:hover::before,
[data-bgt-button-kind=link] .bgt-btn:hover::before {
  background: url(/bc_my_theme/img/common/com_arrow03.svg) 0% 0%/100% no-repeat;
}
.bgt-btn--link::after,
[data-bgt-button-kind=link] .bgt-btn::after {
  content: none;
}

.bgt-btn--em,
[data-bgt-button-kind=em] .bgt-btn {
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #fff;
  background: #333;
  border-color: #333;
}
.bgt-btn--em:hover, .bgt-btn--em:active, .bgt-btn--em:focus,
[data-bgt-button-kind=em] .bgt-btn:hover,
[data-bgt-button-kind=em] .bgt-btn:active,
[data-bgt-button-kind=em] .bgt-btn:focus {
  background: #555;
}

.bgt-btn--external,
[data-bgt-button-kind=external] .bgt-btn {
  padding: 13px 56px 16px 20px;
}
@media screen and (max-width: 767px) {
  .bgt-btn--external,
[data-bgt-button-kind=external] .bgt-btn {
    padding: 10px 48px 12px 16px;
  }
}
.bgt-btn--external::before,
[data-bgt-button-kind=external] .bgt-btn::before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 18px;
  background: url(/bc_my_theme/img/common/com_ic02.svg) no-repeat;
  background-size: 100% auto;
  z-index: 2;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .bgt-btn--external::before,
[data-bgt-button-kind=external] .bgt-btn::before {
    right: 16px;
    width: 18px;
    height: 16px;
  }
}
.bgt-btn--external:hover::before,
[data-bgt-button-kind=external] .bgt-btn:hover::before {
  background: url(/bc_my_theme/img/common/com_ic02-1.svg) no-repeat;
  background-size: 100% auto;
}
.bgt-btn--external::after,
[data-bgt-button-kind=external] .bgt-btn::after {
  content: none;
}

.bgt-btn--back,
[data-bgt-button-kind=back] .bgt-btn {
  padding: 13px 56px 16px 20px;
}
@media screen and (max-width: 767px) {
  .bgt-btn--back,
[data-bgt-button-kind=back] .bgt-btn {
    padding: 10px 48px 12px 16px;
  }
}
.bgt-btn--back::before,
[data-bgt-button-kind=back] .bgt-btn::before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 50%;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 0px;
  width: 21px;
  height: 17px;
  z-index: 2;
  background: url(/bc_my_theme/img/common/com_arrow01.svg) 0% 0%/100% no-repeat;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .bgt-btn--back::before,
[data-bgt-button-kind=back] .bgt-btn::before {
    right: 16px;
    width: 16px;
    height: 13px;
  }
}
.bgt-btn--back:hover::before,
[data-bgt-button-kind=back] .bgt-btn:hover::before {
  background: url(/bc_my_theme/img/common/com_arrow03.svg) 0% 0%/100% no-repeat;
}
.bgt-btn--back::after,
[data-bgt-button-kind=back] .bgt-btn::after {
  content: none;
}

.bgt-hr {
  margin: 0 auto;
}

[data-bgt-hr-kind=dashed] .bgt-hr {
  block-size: 0;
  background: none;
  border: none;
  -webkit-border-after: 2px dashed currentcolor;
          border-block-end: 2px dashed currentcolor;
}

.bgt-hr--bold,
[data-bgt-hr-kind=bold] .bgt-hr {
  block-size: 5px;
}

.bgt-hr--narrow,
[data-bgt-hr-kind=narrow] .bgt-hr {
  block-size: 1px;
}

.bgt-hr--short,
[data-bgt-hr-kind=short] .bgt-hr {
  inline-size: 60%;
  block-size: 1px;
}

/* ダウンロードファイルタイプ */
:where([data-bgb=download-file]) {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  :where([data-bgb=download-file]) :where([data-bgt=download-file]) {
    display: block;
  }
}

.bgt-download-file__link {
  position: relative;
  display: inline-block;
  min-inline-size: 280px;
  padding: 13px 56px 16px 20px;
  border: 1px solid #666;
  border-radius: 8px;
  border-top-right-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
  background: #FFF;
  color: #114FA1;
  font-family: "NotoSansJP-Medium", sans-serif;
  text-decoration: none !important;
  text-align: left;
  vertical-align: top;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .bgt-download-file__link {
    min-inline-size: 0;
    width: 100%;
    padding: 10px 48px 12px 16px;
  }
}
.bgt-download-file__link::before {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 17px;
  background: url(/bc_my_theme/img/common/com_ic03.svg) no-repeat;
  background-size: 100% auto;
  z-index: 2;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .bgt-download-file__link::before {
    right: 16px;
    width: 18px;
    height: 16px;
  }
}
.bgt-download-file__link:hover {
  background: #114FA1;
  border-color: #114FA1;
  color: #FFF;
}
.bgt-download-file__link:hover::before {
  background: url(/bc_my_theme/img/common/com_ic03-1.svg) no-repeat;
  background-size: 100% auto;
}
.bgt-download-file__link:active, .bgt-download-file__link:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #0570c7;
}
.bgt-download-file__link i {
  display: none;
}

@media screen and (max-width: 767px) {
  :where([data-bgb=download-file3]) :where([data-bgt=download-file]),
:where([data-bgb=download-file2]) :where([data-bgt=download-file]),
:where([data-bgb=download-file]) :where([data-bgt=download-file]) {
    display: block !important;
  }
}
.bgt-link__size {
  display: none;
}

@media screen and (max-width: 767px) {
  .bgt-google-maps-link {
    padding: 1em;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: solid 1px #999;
    border-radius: 3px;
  }
  .bgt-google-maps-link span {
    display: inline-block;
    vertical-align: middle;
  }
  .bgt-google-maps-link::after {
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    vertical-align: middle;
    content: "\f08e";
  }
}

[data-bgt=gallery] .bgt-gallery {
  -webkit-padding-before: 56.25%;
          padding-block-start: 56.25%;
}
[data-bgt=gallery] .bgt-gallery:hover [data-bgt=gallery] .bgt-gallery-ctrl {
  opacity: 1;
}
[data-bgt=gallery] .bgt-gallery__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
[data-bgt=gallery] .bgt-gallery__caption {
  padding: 0.7em 1em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
[data-bgt=gallery] .bgt-gallery-ctrl {
  inset-block-start: 50%;
  opacity: 0;
  transition: opacity 200ms ease-in;
}
[data-bgt=gallery] .bgt-gallery-ctrl__prev, [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;
  transform-origin: center center;
}
[data-bgt=gallery] .bgt-gallery-ctrl__prev:hover, [data-bgt=gallery] .bgt-gallery-ctrl__next:hover {
  opacity: 0.5;
}
[data-bgt=gallery] .bgt-gallery-ctrl__prev:focus, [data-bgt=gallery] .bgt-gallery-ctrl__next:focus {
  outline: none;
}
[data-bgt=gallery] .bgt-gallery-ctrl__prev span, [data-bgt=gallery] .bgt-gallery-ctrl__next span {
  display: block;
  inline-size: 0;
  block-size: 0;
  overflow: hidden;
}
[data-bgt=gallery] .bgt-gallery-ctrl__prev::after, [data-bgt=gallery] .bgt-gallery-ctrl__next::after {
  display: block;
  inline-size: 40px;
  block-size: 40px;
  content: "";
  border: solid #fff;
  border-width: 5px 5px 0 0;
}
[data-bgt=gallery] .bgt-gallery-ctrl__prev {
  inset-inline-start: 20px;
  transform: rotate(-135deg);
}
[data-bgt=gallery] .bgt-gallery-ctrl__next {
  inset-inline-end: 20px;
  transform: rotate(45deg);
}
[data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
[data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li {
  inline-size: 60px;
  block-size: 60px;
  margin: 0 5px;
}
[data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li::before {
  display: none;
}
[data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
[data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li {
  inline-size: 10px;
  block-size: 10px;
  margin: 0 2px;
  background-color: #999;
  border-radius: 100%;
}
[data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li.current {
  background-color: #000;
}

/* デバイス依存汎用クラス */
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/*# sourceMappingURL=bge_style.css.map */