@charset "UTF-8";
/*!
 *
 * BurgerEditor StyleSheet Style Sample v2.21.0
 *
 */
/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * フォントの定義
 * 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;
  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");
  font-weight: normal;
  font-style: normal;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * マルチカラムブロックのレイアウト
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
[data-bgb] h2 {
  /* スタイル */
  font-weight: bold;
  color: #000;
  background-image: url(/theme/iedukuri/img/common/bg_pattern_blue.jpg);
  background-size: 40px auto;
  text-align: center;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] h2:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

@media print, screen and (min-width: 800px) {
  [data-bgb] h2 {
    font-size: 21px;
    padding: 20px 10px 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 799px) {
  [data-bgb] h2 {
    font-size: 19px;
    padding: 21px 10px 17px;
    margin-bottom: 20px;
  }
}

[data-bgb] h3 {
  /* スタイル */
  font-weight: bold;
  border-bottom: 2px solid #ffea00;
  margin-bottom: 20px;
  position: relative;
}

[data-bgb] h3::before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #ffd300;
  bottom: -2px;
  left: 0;
  width: 118px;
}

[data-bgb] h3:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

@media print, screen and (min-width: 800px) {
  [data-bgb] h3 {
    font-size: 19px;
    padding: 0 10px 12px 7px;
  }
}
@media only screen and (max-width: 799px) {
  [data-bgb] h3 {
    font-size: 17px;
    padding: 0 10px 9px 0;
  }
}

[data-bgb] h4 {
  /* スタイル */
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  border: none;
  padding: 0.3em 0.2em;
  /* 回り込み防止 */
  overflow: hidden;
  position: relative;
}

[data-bgb] h4:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] h4::after {
  position: absolute;
  bottom: 0.25em;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 8px;
  background-color: #ddd;
  border-radius: 2px;
}

[data-bgb] h5 {
  /* スタイル */
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  padding: 0.3em 0;
  border-bottom: 1px dashed #999;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] h5:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] h6 {
  /* スタイル */
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  border: none;
  border-left: 3px solid #ccc;
  background: #eee;
  padding: 0.3em 0.5em;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] h6:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] p {
  /* スタイル */
  margin: 1em 0;
}

[data-bgb] p:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] li {
  /* スタイル */
  list-style: inherit;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] li:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ul {
  /* スタイル */
  margin: 1em 0;
}

[data-bgb] ul:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ul ul {
  /* 箇条書きリストの内箇条書きリスト */
  margin: 0 0 0 1.8em;
}

[data-bgb] ul ul:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ul li {
  /* 箇条書きリストアイテム */
  list-style-position: inside;
  list-style-type: disc;
  margin: 0 0 0.2em;
}

[data-bgb] ol {
  /* スタイル */
  margin: 1em 0;
}

[data-bgb] ol:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ol ol {
  /* 番号順リスト内の番号順リスト */
  margin: 0 0 0 2em;
}

[data-bgb] ol ol:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ol li {
  margin: 0 0 0.2em;
  /* 番号順リストアイテム */
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
}

[data-bgb] blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1px 2.5em;
  border-radius: 5px;
  background: none;
  border: 2px solid #ccc;
  /* 回り込み防止 */
  overflow: hidden;
  color: #888;
  font-size: 0.9em;
}

[data-bgb] blockquote:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] blockquote::before {
  /* 引用 */
  content: '“';
  display: block;
  font-family: serif;
  position: absolute;
  top: 0.3em;
  left: 0.25em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
}

[data-bgb] blockquote::after {
  /* 引用 */
  content: '”';
  display: block;
  font-family: serif;
  position: absolute;
  bottom: -0.3em;
  right: 0.25em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
}

[data-bgb] table {
  width: 100%
}
@media print, screen and (min-width: 800px) {
  [data-bgb] table {
    table-layout: fixed
  }
  [data-bgb] table, [data-bgb] table td, [data-bgb] table th {
    border: 1px solid #cbcbcb;
    border-collapse: collapse
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  [data-bgb] table {
    table-layout: fixed
  }
  [data-bgb] table, [data-bgb] table td, [data-bgb] table th {
    border: 1px solid #cbcbcb;
    border-collapse: collapse
  }
}
@media only screen and (max-width: 559px) {
  [data-bgb] table {
    border: 1px solid #cbcbcb
  }
}
@media only screen and (max-width: 559px) {
  [data-bgb] table tr {
    display: block
  }
  [data-bgb] table tr:last-child td {
    border-bottom: none
  }
}
[data-bgb] table th, [data-bgb] table td {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding: 18px 20px;
  border-bottom: 1px solid #cbcbcb
}
[data-bgb] table th {
  text-align: center;
  font-weight: bold;
  background-color: #eff4f6
}
@media only screen and (min-width: 560px) {
  [data-bgb] table th {
    vertical-align: top;
    width: 210px;
    border-right: 0
  }
}
@media only screen and (max-width: 559px) {
  [data-bgb] table th {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 800px) {
  [data-bgb] table td {
    vertical-align: top;
    border-left: 0
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  [data-bgb] table td {
    vertical-align: top;
    border-left: 0
  }
}
@media only screen and (max-width: 559px) {
  [data-bgb] table td {
    display: block
  }
}

[data-bgb] table:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] table caption {
  /* テーブルキャプション */
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 799px) {
  [data-bgb] table caption {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  [data-bgb] table tbody,
  [data-bgb] table tfoot {
    display: block;
  }
}

[data-bgb] strong {
  /* 太字 */
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-bgb] u {
  /* 下線 */
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

[data-bgb] s {
  /* 取り消し線 */
  font-weight: normal;
  font-style: normal;
  text-decoration: line-through;
}

[data-bgb] sub {
  /* 下付き文字 */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: sub;
}

[data-bgb] sup {
  /* 上付き文字 */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: super;
}

[data-bgb] hr {
  /* 区切り線 */
  width: 100%;
  height: 2px;
  color: #ccc;
  background: currentColor;
  border-style: none;
  margin: 50px auto;
}

[data-bgb] hr:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

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

/**
 * ボタン
 *
 */
/* ボタンタイプ */
.bgt-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 10px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  text-decoration: none;
  min-width: 280px;
  border-radius: 2px;
}

.bgt-btn:active, .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;
}

.bgt-btn--link,
[data-bgt-button-kind="link"] .bgt-btn {
  color: #333;
  border-color: #ccc;
  background: #fff;
}

.bgt-btn--link:hover, .bgt-btn--link:active, .bgt-btn--link:focus,
[data-bgt-button-kind="link"] .bgt-btn:hover,
[data-bgt-button-kind="link"] .bgt-btn:active,
[data-bgt-button-kind="link"] .bgt-btn:focus {
  background: #e9e9e9;
}

.bgt-btn--em,
[data-bgt-button-kind="em"] .bgt-btn {
  font-weight: bold;
  color: #fff;
  border-color: #333;
  background: #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 {
  color: #333;
  border-color: #ccc;
  background: #fff;
}

.bgt-btn--external:hover, .bgt-btn--external:active, .bgt-btn--external:focus,
[data-bgt-button-kind="external"] .bgt-btn:hover,
[data-bgt-button-kind="external"] .bgt-btn:active,
[data-bgt-button-kind="external"] .bgt-btn:focus {
  background: #e9e9e9;
}

.bgt-btn--external::after,
[data-bgt-button-kind="external"] .bgt-btn::after {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e';
  font-size: 1em;
  color: #999;
  vertical-align: middle;
}

.bgt-btn--back,
[data-bgt-button-kind="back"] .bgt-btn {
  color: #333;
  border-color: #ddd;
  background: #ddd;
}

.bgt-btn--back:hover, .bgt-btn--back:active, .bgt-btn--back:focus,
[data-bgt-button-kind="back"] .bgt-btn:hover,
[data-bgt-button-kind="back"] .bgt-btn:active,
[data-bgt-button-kind="back"] .bgt-btn:focus {
  background: #e9e9e9;
}

.bgt-btn--back span,
[data-bgt-button-kind="back"] .bgt-btn span {
  display: inline-block;
  vertical-align: middle;
}

.bgt-btn--back::before,
[data-bgt-button-kind="back"] .bgt-btn::before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f053';
  font-size: 1em;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

.bgt-hr {
  margin: 0 auto;
}

[data-bgt-hr-kind='dashed'] .bgt-hr {
  height: 0;
  border: none;
  background: none;
  border-bottom: 2px dashed currentColor;
}

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

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

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

/* ダウンロードファイルタイプ */
.bgt-download-file__link {
  color: #333;
  text-align: left;
  font-size: 1.08em;
  font-weight: bold;
  display: inline-block;
  padding: 0.7em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1;
  text-decoration: none;
}

.bgt-download-file__link:hover {
  background-color: #eee;
}

.bgt-download-file__link:active, .bgt-download-file__link:focus {
  -webkit-box-shadow: 0 0 5px 1px #0570c7;
  box-shadow: 0 0 5px 1px #0570c7;
  outline: none;
}

.bgt-link__size {
  color: #808080;
  font-size: 0.8em;
  font-weight: normal;
}

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

[data-bgt='gallery'] .bgt-gallery {
  padding-top: 54%;
}

[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;
  font-family: "object-fit:cover";
  object-fit: cover;
}

[data-bgt='gallery'] .bgt-gallery__caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.7em 1em;
  text-align: center;
}

[data-bgt='gallery'] .bgt-gallery-ctrl {
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

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

[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;
  overflow: hidden;
  width: 0;
  height: 0;
}

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

[data-bgt='gallery'] .bgt-gallery-ctrl__prev {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

[data-bgt='gallery'] .bgt-gallery-ctrl__next {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker {
  margin-top: 10px;
}

[data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li {
  margin: 0 5px;
  width: 60px;
  height: 60px;
}

[data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker {
  margin-top: 10px;
}

[data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker li {
  margin: 0 2px;
  width: 10px;
  height: 10px;
  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: 799px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 799px) {
  .sp-only {
    display: block;
  }
}




/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
*
* カスタマイズ
*
* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.custom1 {
  max-width: 930px;
  margin: 0 auto 45px;
}
.custom1--image {
  width: 195px;
}
.custom1--text h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ffea00;
  padding: 0 10px 13px 7px;
  margin: 7px 0 15px;
}
.custom1--text h3::before {
  display: none;
}
.custom1--text--box {
  background-color: #eff4f6;
}

@media print, screen and (min-width: 800px) {
  .custom1--image {
    float: left;
  }
  .custom1--text {
    float: right;
    width: 700px;
  }
  .custom1--text--box {
    padding: 22px 36px;
  }
}
@media only screen and (max-width: 799px) {
  .custom1--image {
    margin: 0 auto;
  }
  .custom1--text {
    margin-top: 25px;
  }
  .custom1--text--box {
    padding: 22px 14px;
  }
}

.bge-ckeditor h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ffea00;
  padding: 0 10px 13px 7px;
  margin: 7px 0 15px;
}