@charset "UTF-8";
/*!
 *
 * BurgerEditor StyleSheet Style Sample v2.13.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 {
  /* スタイル */
  color: #d30b24;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 2px solid #d30b24;
  padding: 0 4px 4px 4px;
  margin-bottom: 20px;
  /* 回り込み防止 */
  overflow: hidden;
}

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

[data-bgb] h3 {
  /* スタイル */
  color: #000;
  font-size: 21px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  /* 回り込み防止 */
  overflow: hidden;
}

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

[data-bgb] h3::before {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #d30b24;
  position: absolute;
  top: 0;
  left: 0;
}

[data-bgb] h4 {
  /* スタイル */
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  background-color: #f5d2d9;
  margin-bottom: 20px;
  /* 回り込み防止 */
  overflow: hidden;
}

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

[data-bgb] h5 {
  /* スタイル */
  color: #d30b24;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  /* 回り込み防止 */
  overflow: hidden;
}

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

[data-bgb] h5::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

[data-bgb] h6 {
  /* スタイル */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  /* 回り込み防止 */
  overflow: hidden;
}

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

[data-bgb] p {
  /* スタイル */
  line-height: 170%;
  margin: 15px 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 {
  /* スタイル */
  list-style-type: disc;
  margin: 30px;
  padding-left: 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 {
  /* 箇条書きリストアイテム */
  margin-bottom: 10px;
}

[data-bgb] ol {
  /* スタイル */
  list-style-type: decimal !important;
  margin: 30px;
  padding-left: 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-bottom: 10px;
}

[data-bgb] blockquote {
  background-color: #eee;
  padding: 20px;
  margin: 30px 15px;
  /* 回り込み防止 */
  overflow: hidden;
}

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

[data-bgb] table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 1em 0;
}

@media screen and (max-width: 799px) {
  [data-bgb] table {
    /* テーブル */
    width: 100%;
    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] table tr {
  /* テーブル行 */
}

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

[data-bgb] table tr th,
[data-bgb] table tr td {
  /* テーブルセル共通 */
  text-align: left;
  padding: 14px 10px;
  border: 1px solid #ccc;
  line-height: 140%;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 799px) {
  [data-bgb] table tr th,
  [data-bgb] table tr td {
    width: auto;
    display: block;
  }
}

[data-bgb] table tr th {
  /* テーブル見出しセル */
  font-weight: bold;
  background: #eee;
  width: 200px;
}

@media screen and (max-width: 799px) {
  [data-bgb] table tr th {
    border-bottom: none;
    width: auto;
  }
}

[data-bgb] table tr td {
  /* テーブル通常セル */
  font-weight: normal;
}

[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: .8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: sub;
}

[data-bgb] sup {
  /* 上付き文字 */
  font-size: .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: .8em;
}

/**
 * ボタン
 *
 */
/* ボタンタイプ */
.bgt-btn {
  display: inline-block;
  border: 1px solid #d30b24;
  background-color: #d30b24;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 18px 42px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.bgt-btn:hover {
  background-color: #fff;
  color: #d30b24;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.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--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: .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: .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;
  object-fit: cover;
}

[data-bgt="gallery"] .bgt-gallery__caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: .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: .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;
  }
}


/*
*  拡張
*----------------------------*/

.bge-ckeditor table tr th,.bge-ckeditor table tr td{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.dn {
  display: none !important
}
@media print, screen and (min-width: 800px) {
  .dn-pc {
    display: none !important
  }
}
@media print, screen and (min-width: 800px) {
  .dn-pcTab {
    display: none !important
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  .dn-pcTab {
    display: none !important
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  .dn-tab {
    display: none !important
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  .dn-mobile {
    display: none !important
  }
}
@media only screen and (max-width: 559px) {
  .dn-mobile {
    display: none !important
  }
}
@media only screen and (max-width: 559px) {
  .dn-sp {
    display: none !important
  }
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.imgFit {
  width: 100%;
  height: auto;
}
.mod-font-cMain {
  color: #d30b24;
}
.l-contentArea {
  position: relative;
}
@media print, screen and (min-width: 800px) {
  .l-contentArea::before {
    content: '';
    position: absolute;
    background: url(../img/common/img_plus.png) no-repeat top -20px right;
    top: -4px;
    right: 0;
    z-index: -1;
    width: 346px;
    height: 312px;
    background-size: 346px auto
  }
}
.top-mainImage {
  background: url(../img/top/img_main.jpg) no-repeat center;
  background-size: cover
}
.top-mainImage__text {
  max-width: 1024px;
  margin: 0 auto;
  position: relative
}
@media print, screen and (min-width: 800px) {
  .top-mainImage__text {
    padding-bottom: 650px
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  .top-mainImage__text {
    padding-bottom: 505px
  }
}
@media only screen and (max-width: 559px) {
  .top-mainImage__text {
    padding-bottom: 360px
  }
}
.top-mainImage__text__image {
  position: absolute;
  right: 0
}
@media print, screen and (min-width: 800px) {
  .top-mainImage__text__image {
    width: 479px;
    bottom: 74px
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  .top-mainImage__text__image {
    width: 364px;
    bottom: 20px
  }
}
@media only screen and (max-width: 559px) {
  .top-mainImage__text__image {
    width: 249px;
    bottom: 10px
  }
}
@media print, screen and (min-width: 800px) {
  .top-about {
    padding-top: 63px
  }
}
@media only screen and (max-width: 799px) {
  .top-about {
    padding-top: 31px
  }
}
.top-about__title {
  margin: 0 auto
}
@media print, screen and (min-width: 800px) {
  .top-about__title {
    max-width: 436px
  }
}
@media only screen and (max-width: 799px) {
  .top-about__title {
    max-width: 297px
  }
}
.top-about__content {
  max-width: 973px
}
@media print, screen and (min-width: 800px) {
  .top-about__content {
    margin: 50px auto 0
  }
}
@media only screen and (max-width: 799px) {
  .top-about__content {
    margin: 25px auto 0
  }
}
@media print, screen and (min-width: 800px) {
  .top-about__content__image {
    float: left;
    width: 440px
  }
}
@media only screen and (max-width: 799px) {
  .top-about__content__image {
    max-width: 440px;
    margin: 0 auto
  }
}
.top-about__content__image img {
  display: block
}
.top-about__content__detail {
  width: 100%
}
@media print, screen and (min-width: 800px) {
  .top-about__content__detail {
    float: left;
    margin-left: -440px;
    padding: 51px 0 0 494px
  }
}
@media only screen and (max-width: 799px) {
  .top-about__content__detail {
    padding-top: 10px;
    position: relative
  }
  .top-about__content__detail::before {
    content: '';
    position: absolute;
    background: url(../img/common/img_plus.png) no-repeat top right;
    top: 0;
    right: 0;
    z-index: -1;
    width: 169px;
    height: 153px;
    background-size: 169px auto
  }
}
.top-about__content__detail .bge-title-h3 {
  font-weight: bold;
  line-height: 140%;
  padding-left: 0;
  margin-bottom: 0
}
.top-about__content__detail .bge-title-h3::before {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .top-about__content__detail .bge-title-h3 {
    font-size: 42px
  }
}
@media only screen and (max-width: 799px) {
  .top-about__content__detail .bge-title-h3 {
    font-size: 26px
  }
}
.top-about__content__detail .text {
  line-height: 195%
}
@media print, screen and (min-width: 800px) {
  .top-about__content__detail .text {
    margin-top: 27px !important
  }
}
@media only screen and (max-width: 799px) {
  .top-about__content__detail .text {
    margin-top: 13px !important
  }
}
.top-about__system {
  font-size: 0
}
@media print, screen and (min-width: 800px) {
  .top-about__system {
    margin: 41px 0 0 !important;
    text-align: center
  }
}
@media only screen and (max-width: 799px) {
  .top-about__system {
    margin: 20px 0 0 !important
  }
}
.top-about__system li {
  display: inline-block
}
@media print, screen and (min-width: 800px) {
  .top-about__system li {
    width: 190px;
    margin-left: 18px
  }
  .top-about__system li:first-child {
    margin-left: 0
  }
}
@media only screen and (max-width: 799px) {
  .top-about__system li {
    width: 156px;
    margin: 5px
  }
}
@media print, screen and (min-width: 800px) {
  .top-about__introspection {
    margin-top: 60px;
    display: flex
  }
}
@media only screen and (max-width: 799px) {
  .top-about__introspection {
    margin-top: 30px
  }
}
.top-about__introspection--item {
  flex: 1
}
.top-about__introspection--item img {
  display: block
}
.top-training {
  position: relative
}
@media print, screen and (min-width: 800px) {
  .top-training {
    padding-top: 100px;
    margin-top: 80px
  }
}
@media only screen and (max-width: 799px) {
  .top-training {
    padding-top: 70px;
    margin-top: 40px
  }
}
.top-training__title {
  position: absolute;
  top: 0;
  left: 50%
}
@media print, screen and (min-width: 800px) {
  .top-training__title {
    margin-left: -247px;
    width: 494px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__title {
    margin-left: -147px;
    width: 294px
  }
}
.top-training__machinType01 {
  max-width: 986px;
  margin: 0 auto;
  position: relative
}
.top-training__machinType01::before {
  content: '';
  position: absolute
}
.top-training__machinType01--title {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 12px
}
.top-training__machinType01--title h3 {
  padding-left: 0;
  margin-bottom: 0;
}
.top-training__machinType01--title h3::before {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .top-training__machinType01--title {
    margin-left: 457px;
  }
  .top-training__machinType01--title h3 {
    font-size: 27px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machinType01--title h3 {
    font-size: 20px
  }
}
.top-training__machinType01--image {
  max-width: 410px
}
@media print, screen and (min-width: 800px) {
  .top-training__machinType01--image {
    position: absolute;
    bottom: 0
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machinType01--image {
    margin: 0 auto
  }
}
@media print, screen and (min-width: 800px) {
  .top-training__machinType01--text {
    padding-left: 457px;
    margin-top: 16px;
    line-height: 190%
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machinType01--text {
    margin-top: 8px;
    line-height: 155%
  }
}
.top-training__machinType02 {
  max-width: 993px;
  margin: 0 auto;
  position: relative
}
.top-training__machinType02::before {
  content: '';
  position: absolute
}
.top-training__machinType02--title {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  letter-spacing: 1px
}
.top-training__machinType02--title h3 {
  padding-left: 0;
  margin-bottom: 0;
}
.top-training__machinType02--title h3::before {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .top-training__machinType02--title {
    margin-right: 462px;
  }
  .top-training__machinType02--title h3 {
    font-size: 27px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machinType02--title h3 {
    font-size: 20px
  }
}
.top-training__machinType02--image {
  max-width: 432px
}
@media print, screen and (min-width: 800px) {
  .top-training__machinType02--image {
    position: absolute;
    right: 0;
    bottom: 0
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machinType02--image {
    margin: 20px auto 0
  }
}
@media print, screen and (min-width: 800px) {
  .top-training__machinType02--text {
    padding-right: 462px;
    margin-top: 16px;
    line-height: 190%
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machinType02--text {
    margin-top: 8px;
    line-height: 155%
  }
}
@media print, screen and (min-width: 800px) {
  .top-training__machine01 {
    padding: 105px 0 50px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine01 {
    padding: 52px 0 25px
  }
}
.top-training__machine01::before {
  background: url(../img/top/bg_training_01.png) no-repeat top center;
  background-size: 136px auto;
  width: 136px;
  height: 150px
}
@media print, screen and (min-width: 800px) {
  .top-training__machine01::before {
    top: 5px;
    right: 68px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine01::before {
    top: -40px;
    right: 0
  }
}
@media print, screen and (min-width: 800px) {
  .top-training__machine02 {
    padding-bottom: 60px;
    margin-top: 66px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine02 {
    padding-bottom: 30px;
    margin-top: 33px
  }
}
.top-training__machine02::before {
  background: url(../img/top/bg_training_02.png) no-repeat top center;
  background-size: 148px auto;
  width: 148px;
  height: 142px
}
@media print, screen and (min-width: 800px) {
  .top-training__machine02::before {
    bottom: -2px;
    left: 233px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine02::before {
    bottom: 0;
    left: -34px
  }
}
@media print, screen and (min-width: 800px) {
  .top-training__machine03 {
    margin-top: 87px;
    padding-bottom: 50px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine03 {
    margin-top: 15px;
    padding-bottom: 25px
  }
}
.top-training__machine03::before {
  background: url(../img/top/bg_training_03.png) no-repeat top center;
  background-size: 142px auto;
  width: 142px;
  height: 150px
}
@media print, screen and (min-width: 800px) {
  .top-training__machine03::before {
    bottom: -16px;
    right: 80px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine03::before {
    bottom: 12px;
    right: 20px
  }
}
.top-training__machine04 {
  margin-top: 15px
}
@media print, screen and (min-width: 800px) {
  .top-training__machine04 {
    padding: 40px 0 60px
  }
}
.top-training__machine04::before {
  background: url(../img/top/bg_training_03.png) no-repeat top center;
  background-size: 142px auto;
  width: 142px;
  height: 150px
}
@media print, screen and (min-width: 800px) {
  .top-training__machine04::before {
    left: 0;
    top: 8px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine04::before {
    left: -70px;
    bottom: 0
  }
}
.top-training__machine05 {
  padding-bottom: 29px
}
@media print, screen and (min-width: 800px) {
  .top-training__machine05 {
    margin-top: 98px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine05 {
    margin-top: 40px
  }
}
.top-training__machine05::before {
  background: url(../img/top/bg_training_02.png) no-repeat top center;
  background-size: 148px auto;
  width: 148px;
  height: 142px
}
@media print, screen and (min-width: 800px) {
  .top-training__machine05::before {
    bottom: -40px;
    right: 350px
  }
}
@media only screen and (max-width: 799px) {
  .top-training__machine05::before {
    bottom: 0;
    right: 30px
  }
}
.top-training__machine05 h3 {
  letter-spacing: -2px
}
.top-course {
  background-color: #e9ecf2
}
@media print, screen and (min-width: 800px) {
  .top-course {
    padding: 102px 0 123px;
    margin-top: 105px
  }
}
@media only screen and (max-width: 799px) {
  .top-course {
    padding: 51px 0 61px;
    margin-top: 52px
  }
}
.top-course__title {
  margin: 0 auto
}
@media print, screen and (min-width: 800px) {
  .top-course__title {
    max-width: 217px
  }
}
@media only screen and (max-width: 799px) {
  .top-course__title {
    max-width: 142px
  }
}
.top-course--table {
  max-width: 980px;
  margin: 27px auto 0;
  font-weight: bold
}
@media print, screen and (min-width: 800px) {
  .top-course--table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.top-course--table--hl {
  color: #fff;
  text-align: center
}
@media print, screen and (min-width: 800px) {
  .top-course--table--hl {
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 10px;
    width: 244px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 36px
  }
}
@media only screen and (max-width: 799px) {
  .top-course--table--hl {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 26px;
    padding: 14px 0
  }
}
.top-course--table--detail {
  background-color: #fff
}
@media print, screen and (min-width: 800px) {
  .top-course--table--detail {
    font-size: 24px;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0;
    border-radius: 0 10px 10px 0;
    width: 736px;
    padding: 34px 34px 28px 34px
  }
}
@media only screen and (max-width: 799px) {
  .top-course--table--detail {
    font-size: 20px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px
  }
}
.top-course--table--detail .item {
  border-bottom: 1px solid #000;
  margin-top: 20px;
  position: relative
}
.top-course--table--detail .item:first-child {
  margin-top: 0
}
@media only screen and (min-width: 560px) {
  .top-course--table--detail .item {
    padding: 0 0 15px 13px
  }
}
@media only screen and (max-width: 559px) {
  .top-course--table--detail .item {
    padding-bottom: 15px
  }
}
.top-course--table--detail .type {
  margin-right: 13px
}
@media print, screen and (min-width: 800px) {
  .top-course--table--detail .time {
    font-size: 18px
  }
}
@media only screen and (max-width: 799px) {
  .top-course--table--detail .time {
    font-size: 13px
  }
}
@media only screen and (min-width: 560px) {
  .top-course--table--detail .price {
    position: absolute;
    right: 0
  }
}
@media only screen and (max-width: 559px) {
  .top-course--table--detail .price {
    display: block;
    text-align: right;
    margin-top: 5px
  }
}
.top-course--table--detail .taxNot {
  font-size: 18px
}
.top-course__table01--hl {
  background-color: #ed5a24
}
.top-course__table01 .type {
  color: #ed5a24
}
.top-course__table02--hl {
  background-color: #22b173
}
.top-course__table02 .type {
  color: #22b173
}
@media only screen and (max-width: 559px) {
  .top-course__table02 .price {
    text-align: left;
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 15px
  }
}
.top-course__table03--hl {
  background-color: #29a7de
}
.top-course__table03 .type {
  color: #29a7de
}
@media only screen and (max-width: 559px) {
  .top-course__table03 .price {
    text-align: left;
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 15px
  }
}
.top-course__other {
  max-width: 980px;
  margin: 34px auto 0!important;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
@media print, screen and (min-width: 800px) {
  .top-course__other {
    padding: 31px 39px 20px!important
  }
}
@media only screen and (max-width: 799px) {
  .top-course__other {
    padding: 31px 10px 20px!important
  }
}
.top-course__other--item {
  display: block;
  font-weight: bold
}
@media print, screen and (min-width: 800px) {
  .top-course__other--item {
    margin: 0 40px 20px 0;
    font-size: 23px
  }
}
@media only screen and (max-width: 799px) {
  .top-course__other--item {
    font-size: 19px;
    margin-bottom: 20px
  }
}
.top-course__other--item span {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #d30b24;
  color: #fff;
  text-align: center;
  min-width: 185px
}
@media print, screen and (min-width: 800px) {
  .top-course__other--item span {
    font-size: 21px;
    display: inline-block;
    margin-right: 5px;
    padding: 9px 0
  }
}
@media only screen and (max-width: 799px) {
  .top-course__other--item span {
    font-size: 18px;
    display: block;
    padding: 7px 0;
    margin-bottom: 10px
  }
}
.top-news {
  background-color: #d30b24
}
@media print, screen and (min-width: 800px) {
  .top-news {
    padding: 87px 0 96px
  }
}
@media only screen and (max-width: 799px) {
  .top-news {
    padding: 61px 0 45px
  }
}
.top-news__title {
  margin: 0 auto
}
@media print, screen and (min-width: 800px) {
  .top-news__title {
    max-width: 175px
  }
}
@media only screen and (max-width: 799px) {
  .top-news__title {
    max-width: 113px
  }
}
.top-news__list {
  max-width: 840px
}
@media print, screen and (min-width: 800px) {
  .top-news__list {
    margin: 31px auto 0
  }
}
@media only screen and (max-width: 799px) {
  .top-news__list {
    margin: 15px auto 0
  }
}
.top-news__list--item {
  border-bottom: 1px dashed #fff
}
.top-news__list--item:first-child {
  border-top: 1px dashed #fff
}
@media print, screen and (min-width: 800px) {
  .top-news__list--item {
    padding: 20px 20px 16px
  }
}
@media only screen and (max-width: 799px) {
  .top-news__list--item {
    padding: 20px 0 16px
  }
}
.top-news__list--item .inner {
  display: block;
  color: #fff;
  text-decoration: none
}
.top-news__list--item .inner--sub {
  float: left
}
@media print, screen and (min-width: 800px) {
  .top-news__list--item .inner--sub {
    width: 150px
  }
}
@media only screen and (max-width: 799px) {
  .top-news__list--item .inner--sub {
    width: 70px
  }
}
.top-news__list--item .inner--main {
  float: left;
  width: 100%
}
@media print, screen and (min-width: 800px) {
  .top-news__list--item .inner--main {
    margin-left: -150px;
    padding: 13px 0 0 175px
  }
}
@media only screen and (max-width: 799px) {
  .top-news__list--item .inner--main {
    margin-left: -70px;
    padding-left: 80px
  }
}
.top-news__list--item .inner--main--date {
  font-size: 19px
}
.top-news__list--item .inner--main--title {
  margin-top: 9px;
  font-weight: bold
}
@media print, screen and (min-width: 800px) {
  .top-news__list--item .inner--main--title {
    font-size: 20px
  }
}
@media only screen and (max-width: 799px) {
  .top-news__list--item .inner--main--title {
    font-size: 16px
  }
}
.top-news__list--item .inner--main--text {
  font-size: 15px;
  color: #fff;
  margin-top: 10px
}
.top-news__btn {
  max-width: 812px;
  text-align: right;
  display: block
}
@media print, screen and (min-width: 800px) {
  .top-news__btn {
    margin: 37px auto 0
  }
}
@media only screen and (max-width: 799px) {
  .top-news__btn {
    margin: 18px auto 0
  }
}
.top-news__btn a {
  text-decoration: none;
  color: #fff;
  font-size: 18px
}
.top-news__btn a span {
  display: inline-block;
  background: url(../img/top/icon_newsBtn.png) no-repeat center left;
  background-size: 19px auto;
  padding-left: 25px
}
@media print, screen and (min-width: 800px) {
  .top-access {
    margin-top: 74px
  }
}
@media only screen and (max-width: 799px) {
  .top-access {
    margin-top: 37px
  }
}
.top-access__title {
  margin: 0 auto
}
@media print, screen and (min-width: 800px) {
  .top-access__title {
    max-width: 173px
  }
}
@media only screen and (max-width: 799px) {
  .top-access__title {
    max-width: 112px
  }
}
.top-access__detail {
  max-width: 980px
}
@media print, screen and (min-width: 800px) {
  .top-access__detail {
    margin: 52px auto 0
  }
}
@media only screen and (max-width: 799px) {
  .top-access__detail {
    margin: 26px auto 0
  }
}
.top-access__detail__sub {
  max-width: 420px
}
@media print, screen and (min-width: 800px) {
  .top-access__detail__sub {
    float: left
  }
}
@media only screen and (max-width: 799px) {
  .top-access__detail__sub {
    margin: 0 auto
  }
}
.top-access__detail__main {
  width: 100%
}
@media print, screen and (min-width: 800px) {
  .top-access__detail__main {
    float: left;
    margin-left: -420px;
    padding: 18px 0 0 470px
  }
}
@media only screen and (max-width: 799px) {
  .top-access__detail__main {
    margin-top: 20px
  }
}
.top-access__detail__main .title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-left: 7px
}
.top-access__detail__main .title h3{
  font-size: 20px;
  letter-spacing: 2.5px;
  padding-left: 0;
  margin-bottom: 0
}
.top-access__detail__main .title h3::before{
  display: none;
}
.top-access__detail__main .list {
  margin: 17px 0 0!important
}
.top-access__detail__main .list--item {
  padding: 10px 0;
  border-bottom: 1px solid #afafaf
}
@media print, screen and (min-width: 800px) {
  .top-access__detail__main .list--item {
    font-size: 15px
  }
}
@media only screen and (max-width: 799px) {
  .top-access__detail__main .list--item {
    font-size: 14px
  }
}
.top-access__detail__main .list--item:first-child {
  border-top: 1px solid #afafaf
}
.top-access__detail__main .list--item--hl {
  position: absolute;
  padding-left: 20px
}
.top-access__detail__main .list--item--hl::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #d30b24;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 5px
}
.top-access__detail__main .list--item--text {
  display: block;
  margin-left: 95px
}
.top-access__map {
  max-width: 980px;
  margin: 36px auto 0
}
@media print, screen and (min-width: 800px) {
  .top-access__map {
    padding-bottom: 358px
  }
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
  .top-access__map {
    padding-bottom: 294px
  }
}
@media only screen and (max-width: 559px) {
  .top-access__map {
    padding-bottom: 231px
  }
}
.top-contact {
  margin-top: 88px;
  padding: 74px 0 55px
}
@media print, screen and (min-width: 800px) {
  .top-contact {
    background: url(../img/top/bg_contact.jpg) no-repeat center;
    background-size: cover
  }
}
@media only screen and (max-width: 799px) {
  .top-contact {
    background: url(../img/top/bg_contact.jpg) no-repeat center right -235px;
    background-size: cover
  }
}
.top-contact__title {
  margin: 0 auto
}
@media print, screen and (min-width: 800px) {
  .top-contact__title {
    max-width: 265px
  }
}
@media only screen and (max-width: 799px) {
  .top-contact__title {
    max-width: 172px
  }
}
.top-contact__link {
  text-align: center;
  font-size: 0;
  margin-top: 25px
}
.top-contact__link--btn {
  max-width: 340px;
  display: inline-block;
  margin: 10px 10px
}

/* 背景黄色 画像右寄せ */
[data-bgb="custom1"] .textBox-layout-03 {
  background-color: #ffecef;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 32px;
  margin-bottom: 20px
}
[data-bgb="custom1"] .textBox-layout-03 .bgt-grid--first{
  float: left;
  padding-right: 10px;
}
[data-bgb="custom1"] .textBox-layout-03 .bgt-grid--last{
  float: right;
  padding-left: 10px;
}

/* 背景黄色 画像左寄せ */
[data-bgb="custom2"] .textBox-layout-03 {
  background-color: #ffecef;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 32px;
  margin-bottom: 20px
}
[data-bgb="custom2"] .textBox-layout-03 .bgt-grid--first{
  float: left;
  padding-right: 10px;
}
[data-bgb="custom2"] .textBox-layout-03 .bgt-grid--last{
  float: right;
  padding-left: 10px;
}
[data-bgb="custom2"] .textBox-layout-03 [data-bgt="image"] .bgt-image{
  margin-bottom: 10px;
}

/* 背景黄色 ボックス */
[data-bgb="custom3"] .textBox-layout-03 {
  background-color: #ffecef;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 32px;
  margin-bottom: 20px
}