@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
  background: #FFF;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  font-size: 14px;
}

/*font*/
.tbud-r, .acms-page-header, .module-heading, .page-description, footer, .page-title, .acms-label {
  font-family: "TBUDゴシック R";
  letter-spacing: 0.1em;
}

.tbud-e {
  font-family: "TBUDゴシック E";
  letter-spacing: 0.05em;
}

.ryumin-b {
  font-family: "リュウミン B-KL";
  letter-spacing: 0.1em;
}

.shingo-r {
  font-family: "新ゴ R";
}

/* リンクの設定 */
a {
  color: #000;
  text-decoration: none;
  border: none;
}

a:visited {
  color: #555;
  text-decoration: none;
}

a:active {
  color: #2268d1;
  text-decoration: none;
}

a:hover {
  color: #2268d1;
  text-decoration: underline;
}

/* コンテナー */
.acms-container {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + constant(safe-area-inset-right));
  padding-left: calc(15px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
  padding: 0;
}

.narrow-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + constant(safe-area-inset-right));
  padding-left: calc(15px + constant(safe-area-inset-left));
}

/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
.js .js-animation .section-heading,
.js .js-animation .entry-heading-center {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.js .js-animation .module-group-list,
.js .js-animation .entry-column,
.js .js-animation .module-section,
.js .js-animation .suggest-center-box {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 0.2s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}
.js .js-animation .main-slider-text-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 0.2s ease-out 0.6s, -webkit-transform 0.4s ease-out 0.6s;
  transition: opacity 0.2s ease-out 0.6s, transform 0.4s ease-out 0.6s;
  transition: opacity 0.2s ease-out 0.6s, transform 0.4s ease-out 0.6s, -webkit-transform 0.4s ease-out 0.6s;
}

.js-animation.is-show .section-heading,
.js-animation.is-show .entry-heading-center {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-animation.is-show .module-group-list,
.js-animation.is-show .entry-column,
.js-animation.is-show .module-section,
.js-animation.is-show .suggest-center-box {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-animation.is-show .main-slider-text-wrap {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
  margin: 0 -15px 10px;
  padding: 0;
  list-style: none;
}
.banner a {
  display: block;
  transition: opacity 0.25s ease-out;
}
.banner a:hover {
  opacity: 0.75;
}

.banner-item {
  margin: 0 0 15px 0;
}

.banner-img-center {
  margin: 0 auto;
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  background: #999;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.btn:hover, .btn:visited {
  color: #FFF;
  text-decoration: none;
}
.btn:focus, .btn:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btn:hover {
  color: #FFF;
  background-color: #555;
  background-image: linear-gradient(to bottom, #999, #555);
}
.btn:active, .btn:focus {
  background: #555;
}

/* ボタン　色付き */
.btn-attention {
  background: #ffae00;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.btn-attention:hover, .btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-attention:focus, .btn-attention:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btn-attention:hover {
  color: #FFF;
  background-color: #FFC800;
  background-image: linear-gradient(to bottom, #ffae00, #FFC800);
}
.btn-attention:active, .btn-attention:focus {
  background: #FFC800;
}

/* ボタンサイズ大 */
.btn-large {
  background: #999;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-large:hover, .btn-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-large:focus, .btn-large:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btn-large:hover {
  background: #555;
}
.btn-large:active, .btn-large:focus {
  background: #555;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #ffae00;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-attention-large:hover, .btn-attention-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-attention-large:focus, .btn-attention-large:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btn-attention-large:hover {
  background: #FFC800;
}
.btn-attention-large:active, .btn-attention-large:focus {
  background: #FFC800;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
  width: 100%;
  background: #999;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-block-large:hover, .btn-block-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-block-large:focus, .btn-block-large:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btn-block-large:hover {
  background: #555;
}
.btn-block-large:active, .btn-block-large:focus {
  background: #555;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #ffae00;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-attention-block-large:hover, .btn-attention-block-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-attention-block-large:focus, .btn-attention-block-large:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btn-attention-block-large:hover {
  background: #FFC800;
}
.btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #FFC800;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }

  .btn-attention-block-large {
    max-width: 360px;
  }
}
.btn-search-block {
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
  }
}
/* ボーダーボタン */
.home-btn {
  margin: 20px auto 10px;
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 16px;
}
.btn-border [class*=acms-icon-] {
  color: #CCC;
  font-size: 14px;
}
.btn-border:hover {
  text-decoration: none;
}

/* 影付きボタン */
.btn-shadow {
  box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, 0.4);
}

/* ------------------------------
　　カード
------------------------------ */
.card {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #E5E5E5;
}

.card-item {
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.card-link {
  display: block;
  margin: 0 -15px;
  padding: 10px;
  color: #333;
}
.card-link:hover {
  text-decoration: none;
  background: #EEE;
  transition: background-color 0.25s linear;
}
.card-link:hover, .card-link:visited, .card-link:active, .card-link:focus {
  color: #333;
}

.card-img {
  margin: 0 0 10px 0;
}

.card-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.card-detail {
  font-size: 14px;
}

/* ------------------------------
　　メディアブロック
------------------------------ */
/*equipment*/
.mediablock-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.mediablock-inner.u-fld-rrev {
  -webkit-flex-direction: column;
          flex-direction: column;
}
.mediablock-inner .mediablock-img {
  margin: 0 15px 15px;
}
.mediablock-inner .mediablock-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 480px) {
  .mediablock-inner {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .mediablock-inner.u-fld-rrev {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mediablock-inner .mediablock-img {
    width: 45%;
    margin: 0 15px 15px;
  }
  .mediablock-inner .mediablock-text {
    width: 55%;
  }
}
/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
  line-height: 1.6;
}

.headline-link {
  color: #333;
  transition: background-color 0.25s ease-out;
}
.headline-link:hover, .headline-link:visited, .headline-link:active, .headline-link:focus {
  color: #333;
}
.headline-link:hover {
  padding: 10px;
  background: #F1F1F1;
}

.headline-title {
  /*margin: 0 10px;*/
  margin: 2px 0 0;
  display: block;
}

@media screen and (max-width: 479px) {
  /* 画面幅が小さいとき */
  /* ヘッドライン */
  .headline-item {
    padding: 10px 0;
  }

  .headline-title {
    display: block;
    margin: 0;
  }
}
/* 1カラムページ用のヘッドライン */
.headline-1col {
  font-size: 16px;
}

/* 日付ヘッドライン */
.headline-dat {
  font-size: 13px;
}

/* ------------------------------
　　ページ上部のインフォーメーション
------------------------------ */
.info-bar {
  color: #FFF;
  background: #0097ba;
}

.info-bar-contents {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
}

.info-bar-icon {
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
}

.info-bar-message {
  padding: 0 15px;
}

.info-bar-link-wrap {
  margin-left: auto;
}

.info-bar-link {
  color: #FFF;
  padding: 5px 0;
}
.info-bar-link:link, .info-bar-link:visited, .info-bar-link:hover, .info-bar-link:active, .info-bar-link:focus {
  color: #FFF;
}
.info-bar-link:hover {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.info-bar-link-icon {
  margin: 0 10px 0 0;
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
  /* リスト */
  a.list-link.acms-list-group-item {
    padding: 10px 20px 10px 10px;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-item:hover {
    padding: 10px 10px 10px 20px;
    transition: padding 0.25s ease-out;
  }

  /* ラベルがあったとき */
  a.list-link.acms-list-group-label-parent {
    padding: 10px 30px 10px 10px;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-label-parent:hover {
    padding: 10px 30px 10px 20px;
  }
}
/* 検索結果 */
.list-results-wrap {
  margin: 15px 0 15px 0;
  padding: 10px;
  border: 1px solid #CCC;
}

.list-results-heading {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #E5E5E5;
}

.list-results {
  position: relative;
  margin: 0;
}

.list-results-item {
  position: absolute;
  width: 100px;
}

.list-results-detail {
  margin: 0;
  padding: 0 0 0 100px;
  font-weight: bold;
}

/* ------------------------------
　　メインビジュアル
------------------------------ */
.main-visual {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 350px;
  padding: 40px 5px;
  text-align: center;
  box-sizing: border-box;
  background: #EEE;
  /*background: #2aabe4;*/
  color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-visual-title {
  font-family: "TBUDゴシック E";
  margin: 0 0 20px 0;
  font-size: 23px;
  font-weight: bold;
  text-shadow: -1px 1px 7px #3e7592;
}

.main-visual-text {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.7;
  text-shadow: -1px 1px 7px #3e7592;
}

.main-visual-center-btn {
  margin: 0;
}

.main-visual-title,
.main-visual-text,
.main-visual-center-btn {
  opacity: 0;
  -webkit-animation: fadeUp 0.35s 1 both ease-out;
          animation: fadeUp 0.35s 1 both ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media screen and (min-width: 768px) {
  .main-visual {
    height: 500px;
    padding: 50px 0;
  }

  .main-visual-title {
    margin: 0 0 20px 0;
    font-size: 32px;
  }

  .main-visual-text {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1780px) {
  .main-visual {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-center-btn .btn-attention-block-large {
    padding: 15px 15px;
    font-size: 16px;
  }
}
/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
  margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #fc0;
}
.module-header + .thumbnail, .module-header + .summary-default, .module-header + .entry-column, .module-header + .card, .module-header + .search-form, .module-header + .banner {
  margin-top: 10px;
}

.module-heading {
  margin: 0;
  font-size: 18px;
}
.module-heading [class*=acms-icon-] {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

a.module-index-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 16px;
}
a.module-index-link [class*=acms-icon-] {
  color: #CCC;
  font-size: 14px;
}

/* カスタムフィールドグループ */
.module-group-list {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.module-group-heading {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
}

.module-group-detail {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .module-group-heading {
  text-align: left;
}
.heading-align-center .module-group-heading {
  text-align: center;
}
.heading-align-right .module-group-heading {
  text-align: right;
}

/* 概要文 */
.detail-align-left .module-group-detail {
  text-align: left;
}
.detail-align-center .module-group-detail {
  text-align: center;
}
.detail-align-right .module-group-detail {
  text-align: right;
}

/* ボタン */
.btn-align-left .module-group-btn-wrap {
  text-align: left;
}
.btn-align-center .module-group-btn-wrap {
  text-align: center;
}
.btn-align-right .module-group-btn-wrap {
  text-align: right;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  color: #FFF;
  background: url("../../images/bg_other.jpg") #333 no-repeat center;
  background-size: cover;
}

.page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 0;
  vertical-align: middle;
}

.page-title {
  margin: 0 0 10px 0;
  letter-spacing: 0em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.page-title a {
  color: #FFF;
}

.page-description {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .page-title-wrapper {
    height: 270px;
  }

  .page-title {
    font-size: 30px;
  }

  .page-description {
    font-size: 16px;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  margin: 0 -5px 50px -5px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline-block;
  margin: 0 5px;
}
.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #FFF;
  background: #29ABE2;
  border-radius: 3px;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  background: #E5E5E5;
  border-radius: 3px;
}
.pager-link:visited, .pager-link:focus, .pager-link:active {
  color: #333;
}
.pager-link:hover {
  color: #FFF;
  text-decoration: none;
  background: #ffae00;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 10px;
  }

  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}
/* 前後リンク */
.serial-nav {
  margin: -25px 0 60px 0;
  padding: 0;
  list-style: none;
}
.serial-nav .serial-nav-item {
  display: block;
  float: none;
}
.serial-nav .serial-nav-item-prev {
  text-align: left;
}
.serial-nav .serial-nav-item-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}
.serial-nav a:hover, .serial-nav a:visited, .serial-nav a:focus, .serial-nav a:active {
  color: inherit;
  text-decoration: none;
}
.serial-nav a:hover {
  background: #E5E5E5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
  }
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }
  .serial-nav a {
    display: inline;
    border: 0;
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
  padding: 10px 20px;
  color: #FFF;
  background: #09f;
  border: 1px solid #09f;
  border-radius: 0 4px 4px 0;
  -webkit-filter: none;
          filter: none;
  /* IEでのグラデーションを上書き */
  font-size: 16px;
}
.search-form .btn-search:hover, .search-form .btn-search:active, .search-form .btn-search:focus {
  background: #2268d1;
}
.search-form input[type=search] {
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  box-sizing: border-box;
}

input[type=search].search-form-input {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

/* ------------------------------
　　セクション
------------------------------ */
/* 背景色 */
.section-bg {
  padding: 20px 0;
  background: #F6F6F6;
}

.section-space {
  padding: 20px 0;
}

/* カラムの中央寄せ */
.section-center-col {
  float: none;
  margin: 0 auto;
}

/* 見出し */
.section-heading {
  color: #0097BA;
  margin: 15px 0;
  font-family: "TBUDゴシック R";
  letter-spacing: 0em;
  font-size: 20px;
  line-height: 1.5;
}
.section-heading .sub-heading {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  display: inline-block;
  font-weight: 500;
  text-align: left;
}
.section-heading a {
  color: #333;
}

@media screen and (min-width: 480px) {
  .section-bg {
    padding: 40px 0;
  }

  .section-space {
    padding: 40px 0 20px;
  }

  .section-heading {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  /* 背景色 */
  .section-bg {
    padding: 60px 0;
  }

  .section-space {
    padding: 60px 0 40px;
  }

  /* 見出し */
  .section-heading {
    margin: 20px 0 40px 0;
  }
  .section-heading .sub-heading {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  /* 見出し */
  .section-heading {
    font-size: 32px;
  }
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 12px 0;
}
.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  height: 300px;
  /* はじめのちらつき防止 */
  overflow: hidden;
  /* はじめのちらつき防止 */
}

.slick-list:focus:focus {
  position: relative;
}
.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #00c2ff;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}
.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #00c2ff;
  content: "";
}

.main-slider-image {
  height: 300px;
  background: no-repeat center #333;
  background-size: cover;
}
.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.main-slider-main-copy span {
  background-color: rgba(0, 0, 0, 0.3);
  padding: .25em .75em;
}

.main-slider-side-copy {
  margin: 0;
  color: #FFF;
  font-size: 15px;
  line-height: 1.6;
}

.main-slider-side-copy span {
  background-color: rgba(0, 0, 0, 0.3);
  padding: .25em .75em;
}
.main-slider-link span {
  display: inline-block;
  padding: .25em .75em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.main-slider-link span i {
  vertical-align: -0.075em;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 19px;
  height: 60px;
  margin-top: -29px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus {
  border: 1px dotted #FFF;
}

.slick-prev {
  left: 10px;
  background: url("../../images/marker/icon_white_arrow_left.png") no-repeat;
}

.slick-next {
  right: 10px;
  background: url("../../images/marker/icon_white_arrow_right.png") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -35px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
}

.slick-dots li button:focus {
  border: 1px solid #2268d1;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #2268d1;
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
  right: calc(10px + constant(safe-area-inset-right));
}
#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #FFF;
  content: "";
}
#autoplay-btn:after {
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid #FFF;
  content: "";
}
#autoplay-btn.active:after {
  left: 15px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 50px;
  }

  .slick-next {
    right: 50px;
  }

  .fix-height {
    height: 400px;
    /* はじめのちらつき防止 */
  }

  .main-slider-image {
    height: 400px;
  }

  .main-slider-main-copy {
    font-size: 36px;
  }

  .main-slider-side-copy {
    font-size: 18px;
  }
}
/* ------------------------------
　　提案エリア
------------------------------ */
/* お問い合わせ提案エリア */
.suggest-box {
  background: #eee;
}

.suggest-inner {
  display: table;
  width: 100%;
  padding: 15px 0;
}

.suggest-item {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.suggest-text {
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-size: 16px;
}

.suggest-tel {
  margin: 0 0 10px 0;
  color: #00aaff;
  font-weight: bold;
  font-size: 26px;
}
.suggest-tel a {
  color: inherit;
  text-decoration: none;
}

.suggest-btn {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .suggest-inner {
    padding: 0;
  }

  .suggest-item {
    padding: 30px 10px;
  }

  .suggest-tel {
    margin: 0;
  }

  .suggest-half {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
/* お問い合わせ提案エリア 中央寄せ */
.suggest-center-box {
  padding: 20px 0;
}

.suggest-center-item + .suggest-center-item {
  margin: 50px 0 0 0;
}

.suggest-center-text {
  margin: 30px 0 10px 0;
}

.suggest-center-tel {
  margin: 0;
  color: #C38A00;
  font-weight: bold;
  font-size: 36px;
}
.suggest-center-tel a {
  color: #C38A00;
}

@media screen and (min-width: 768px) {
  .suggest-center-box {
    padding: 50px 0;
  }
}
/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.summary-default:before, .summary-default:after {
  display: table;
  content: " ";
}
.summary-default:after {
  clear: both;
}
.summary-default.slick-initialized {
  margin-right: -10px;
  margin-left: -10px;
  overflow: hidden;
  border: 0;
}
.summary-default .slick-list {
  padding: 0 0 0 20px;
  overflow: inherit;
}
.summary-default .slick-dots {
  margin: 0;
}
.summary-default .slick-dots button {
  background: #E5E5E5;
}
.summary-default .slick-dots .slick-active button {
  background: #2268d1;
}

.summary-default-item {
  display: block;
  padding: 0 15px;
  color: #333;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}
.acms-entry .summary-default-item {
  padding: 15px;
}
.slick-initialized .summary-default-item {
  width: 280px;
  margin: 2px 10px 2px 2px;
  border: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
}

.summary-default-link {
  display: block;
  margin: 0 -15px;
  padding: 10px;
  color: #333;
  transition: background 0.2s;
}
.summary-default-link:hover, .summary-default-link:visited, .summary-default-link:active, .summary-default-link:focus {
  color: #333;
}
.summary-default-link:hover {
  text-decoration: none;
  background: #F1F1F1;
}

.summary-date {
  margin: 4px 0 8px;
}

.summary-title {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: bold;
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px 0;
  }
}
/*検索結果　/include/entry/search.html*/
.acms-summary-inner {
  border-bottom: 1px solid #ccc;
}

.acms-summary-title, h2.acms-summary-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 0px;
}
.acms-summary-title a, .acms-summary-title a:hover, h2.acms-summary-title a, h2.acms-summary-title a:hover {
  color: #333;
}

.acms-summary p {
  margin: 5px 0 5px 0;
}

.acms-summary-link {
  background: #ffae00;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 15px;
  float: right;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
}
.acms-summary-link a, .acms-summary-link a:hover {
  color: #fff;
  text-decoration: none;
}

/* ------------------------------
　　サムネイル
------------------------------ */
.thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbnail-row {
  margin: 0 15px;
  padding: 0;
  list-style: none;
}

.thumbnail-item {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .thumbnail-row .thumbnail-item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.thumbnail-link {
  display: block;
  color: #333;
  transition: opacity 0.2s;
}
.thumbnail-link:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.75;
}
.thumbnail-link:visited {
  color: #333;
}

.thumbnail-img {
  display: block;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.thumbnail-title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 15px;
}

.thumbnail-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  /*margin-bottom: 30px;*/
  margin-bottom: 0px;
  padding: 10px 0;
  border-top: 3px solid #FFD800;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
}

.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

.topicpath-item {
  float: left;
  padding: 0 10px 0 23px;
  background: url("../../images/marker/icon_arrow.png") no-repeat left center;
}
.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

.topicpath-link {
  color: #666;
  font-size: 14px;
}
.topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
  color: #666;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
/* ------------------------------
 フロート解除
------------------------------ */
.clearHidden {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  border: none;
  visibility: hidden;
}

/* ------------------------------
 動的フォーム
------------------------------ */
/* ------------------------------
 エントリー内 主な要素
------------------------------ */
.entry-column [class*=acms-col-] {
  padding: 0;
}

/* ------------------------------
 テキストユニットの設定
------------------------------ */
.entry-column h2 {
  margin-right: 15px;
  margin-left: 15px;
}
.entry-column h3 {
  margin-right: 15px;
  margin-left: 15px;
}
.entry-column h4 {
  margin-right: 15px;
  margin-left: 15px;
}
.entry-column h5 {
  margin-right: 15px;
  margin-left: 15px;
}
.entry-column h6 {
  margin-right: 15px;
  margin-left: 15px;
}
.entry-column dl {
  margin-right: 15px;
  margin-left: 15px;
}
.entry-column p {
  margin-right: 15px;
  margin-left: 15px;
}
.entry-column blockquote {
  margin: 0 0 30px 0;
  padding: 10px 20px;
  border-left: solid 5px #ccc;
}

/* ------------------------------
各種ユニットの設定
------------------------------ */
.entry-column [class*=column-image] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.entry-column [class*=column-file] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.entry-column [class*=column-map] {
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  box-sizing: border-box;
}

.entry-column [class*=column-yolp] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.entry-column [class*=column-street-view]:not(.column-street-view-inner) {
  padding-right: 15px;
  padding-left: 15px;
}

.entry-column [class*=column-youtube] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.entry-column [class*=column-video] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.entry-column [class*=column-eximage] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.entry-column [class*=column-media] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.entry-column [class*=column-quote] {
  margin-right: 15px;
  margin-left: 15px;
}

.entry-column [class*=column-module] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

[class*=column-image] {
  margin-bottom: 20px;
}

[class*=column-file] {
  margin-bottom: 20px;
}

[class*=column-map] {
  margin-bottom: 20px;
}

[class*=column-yolp] {
  margin-bottom: 20px;
}

[class*=column-street-view] {
  margin-bottom: 20px;
}

[class*=column-youtube] {
  margin-bottom: 20px;
}

[class*=column-video] {
  margin-bottom: 20px;
}

[class*=column-eximage] {
  margin-bottom: 20px;
}

[class*=column-media] {
  margin-bottom: 20px;
}

[class*=column-quote] {
  margin-bottom: 20px;
}

[class*=column-module] {
  margin-bottom: 20px;
}

/* 画像・メディア・画像URLの共通設定 */
[class*=column-image],
[class*=column-media],
[class*=column-eximage] {
  display: block;
}
[class*=column-image].caption,
[class*=column-media].caption,
[class*=column-eximage].caption {
  margin-bottom: 10px;
}
[class*=column-image] a,
[class*=column-media] a,
[class*=column-eximage] a {
  display: block;
}
[class*=column-image] img,
[class*=column-media] img,
[class*=column-eximage] img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/*add 20230603*/
[class*=column-media] img{
  border:1px solid #ccc;
}

[class*=column-image] .caption,
[class*=column-media] .caption,
[class*=column-eximage] .caption {
  margin: 5px 0 0 0;
}

/* 画像ユニットの設定 */
[class*=column-image][style*=width] {
  max-width: 100%;
}

/* メディアの種類がファイルだった時の設定 */
[class*=column-media] a[href*=media-download] {
  display: inline-block;
  width: 100%;
}

/* 地図・Yahooo!地図の共通設定 */
[class*=column-map] > img,
[class*=column-yolp] > img {
  max-width: 100%;
}
[class*=column-map] img,
[class*=column-yolp] img {
  width: auto;
  height: auto;
}

[class*=column-map] > div {
  max-width: 100%;
}

[class*=column-yolp] {
  width: auto !important;
}

[class*=column-quote] {
  /* 引用ユニット画像 */
  /* 引用ユニットテキスト */
}
[class*=column-quote] blockquote {
  padding: 20px 10px 20px 20px;
}
[class*=column-quote] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px;
}
[class*=column-quote] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto;
}
[class*=column-quote] .quoteTitle {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}
[class*=column-quote] .quoteTitleLink {
  color: #006cd8;
}
[class*=column-quote] .quoteSiteName {
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
  font-size: 11px;
}
[class*=column-quote] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 12px;
}

/* 配置のスタイル */
.column-image-left {
  float: left;
  text-align: left;
}

.column-image-right {
  float: right;
  text-align: right;
}

.column-image-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-image-auto {
  float: none;
}

/* 配置のスタイル */
.column-file-left {
  text-align: left;
  float: left;
  text-align: left;
}
.column-file-left + .caption {
  text-align: left;
}

.column-file-right {
  text-align: right;
  float: right;
  text-align: right;
}
.column-file-right + .caption {
  text-align: right;
}

.column-file-center {
  text-align: center;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.column-file-center + .caption {
  text-align: center;
}

.column-file-auto {
  text-align: auto;
  float: none;
}
.column-file-auto + .caption {
  text-align: auto;
}

/* 配置のスタイル */
.column-map-left {
  float: left;
  text-align: left;
}

.column-map-right {
  float: right;
  text-align: right;
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-map-auto {
  float: none;
}

/* 配置のスタイル */
.column-yolp-left {
  float: left;
  text-align: left;
}

.column-yolp-right {
  float: right;
  text-align: right;
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-yolp-auto {
  float: none;
}

/* 配置のスタイル */
.column-street-view-left {
  float: left;
  text-align: left;
}

.column-street-view-right {
  float: right;
  text-align: right;
}

.column-street-view-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-street-view-auto {
  float: none;
}

/* 配置のスタイル */
.column-youtube-left {
  float: left;
  text-align: left;
}

.column-youtube-right {
  float: right;
  text-align: right;
}

.column-youtube-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-youtube-auto {
  float: none;
}

/* 配置のスタイル */
.column-video-left {
  float: left;
  text-align: left;
}

.column-video-right {
  float: right;
  text-align: right;
}

.column-video-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-video-auto {
  float: none;
}

/* 配置のスタイル */
.column-eximage-left {
  float: left;
  text-align: left;
}

.column-eximage-right {
  float: right;
  text-align: right;
}

.column-eximage-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-eximage-auto {
  float: none;
}

/* 配置のスタイル */
.column-media-left {
  float: left;
  text-align: left;
}
.column-media-left :not([href*=media-download]) + .caption {
  text-align: center;
}

.column-media-right {
  float: right;
  text-align: right;
}
.column-media-right :not([href*=media-download]) + .caption {
  text-align: center;
}

.column-media-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.column-media-center :not([href*=media-download]) + .caption {
  text-align: center;
}

.column-media-auto {
  float: none;
}
.column-media-auto :not([href*=media-download]) + .caption {
  text-align: center;
}

/* 配置のスタイル */
.column-quote-left {
  float: left;
  text-align: left;
}

.column-quote-right {
  float: right;
  text-align: right;
}

.column-quote-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-quote-auto {
  float: none;
}

/* 配置のスタイル */
.column-module-left {
  float: left;
  text-align: left;
}

.column-module-right {
  float: right;
  text-align: right;
}

.column-module-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-module-auto {
  float: none;
}

/* .acms-entry-unit-fullの設定 */
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-image] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-file] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-map] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-yolp] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-street-view] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-youtube] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-video] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-eximage] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-media] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-quote] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-module] {
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 480px) {
  [class*=acms-col-][class*=-right] {
    float: left;
  }

  [class*=acms-col-][class*=-right] + * {
    clear: both;
  }
}
/* ------------------------------
 共通の要素
------------------------------ */
.entry-container {
  margin-right: 15px;
  margin-left: 15px;
}

/* PDFプレビュー */
.column-pdf-image {
  width: 100%;
  border: solid 1px #aaa;
}

/* ストリートビュー */
.column-inner-street-view {
  width: 100%;
  padding-bottom: 100%;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
 検索
------------------------------ */
/* 検索結果のハイライト
------------------------------ */
.highlight1 {
  background-color: #FFFF66;
}

.highlight2 {
  background-color: #a0FFFF;
}

.highlight3 {
  background-color: #99FF99;
}

.highlight4 {
  background-color: #FF9999;
}

.highlight5 {
  background-color: #FF66FF;
}

.highlight6 {
  background-color: #880000;
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #E5E5E5;
}

.company .entry {
  margin: 0;
  border-bottom: none;
}

.page-header {
  margin: 0 0 20px 0;
}

.entry-info {
  margin-top: 0;
  font-size: 14px;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
  font-size: 14px;
}

/* タイトル */
.entry-title {
  margin: 10px 0;
}
.entry-title a {
  color: #333;
}
.acms-entry h2 .entry-title {
  padding: 0;
}

.entry-column-top {
  padding: 0 5px;
}

.entry-column-grid {
  margin: 0 -15px;
}

/* エントリーのスタイル */
.entry-column {
  color: #333;
  word-wrap: break-word;
}
.entry-column h2 {
  padding: 1px 10px 1px 20px;
  font-size: 26px;
  color: #555;
  /*border-left: 4px solid #666;*/
  font-family: "TBUDゴシック R";
  letter-spacing: 0.05em;
  background-image: url("https://www.motoe-tekkou.co.jp/media/001/202008/metaball-bl.png");
  background-image: url("https://www.motoe-tekkou.co.jp/media/001/202008/metaball-yl.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 12px 36px;
  line-height: 1.4;
}
.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
  background-image: none;
}
.entry-column h2.entry-heading-center {
  position: relative;
  margin: 20px 0 25px 0;
  font-size: 18px;
  text-align: center;
  border: 0;
  color: #333;
  background-image: none;
  padding: 5px 10px;
}
.entry-column h2.entry-heading-center:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100px;
  height: 4px;
  margin: 0 auto;
  background: #29ABE2;
}
.entry-column h2.lead-heading {
  font-size: 22px;
  text-align: left;
  line-height: 1.5;
  border: none;
  background-image: none;
  padding: 5px 10px;
  color: #444;
}
.entry-column h3 {
  margin: 0 15px 18px 15px;
  padding: 4px 5px;
  font-family: "TBUDゴシック R";
  letter-spacing: 0.05em;
  font-size: 21px;
  color: #333;
  /*background: #eee;*/
}
.entry-column h3.heading-step {
  margin: 0 15px 20px 15px;
  padding: 12px 0 0;
  font-size: 21px;
  line-height: 1.3;
  display: block;
  background-color: transparent;
  border-top: 4px solid #eee;
}
.entry-column h3.heading-step .count {
  width: 40px;
  height: 40px;
  padding: 1px 0 0 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #0097BA;
  color: #ff6;
  text-align: center;
}
.entry-column h4 {
  margin: 0 15px 15px 15px;
  font-size: 18px;
  color: #333;
}
.equipment .entry-column h4 {
  color: #0097BA;
  margin-bottom: 12px;
}
.entry-column a:link {
  text-decoration: none;
}
.entry-column a:hover, .entry-column a:focus, .entry-column a:active {
  text-decoration: underline;
}
.entry-column a:visited {
  color: #7f5ad7;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .entry-column h2.entry-heading-center {
    margin: 0 20px 35px 0;
    font-size: 24px;
  }
  .entry-column h2.entry-heading-center:before {
    bottom: -10px;
  }
  .entry-column h2.lead-heading {
    font-size: 30px;
    text-align: center;
  }
}
.equipment .entry-column h2.lead-heading {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .equipment .entry-column h2.lead-heading {
    margin: 0;
  }
}
/* 本文 */
.entry-column p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.entry-column p.entry-danger-text {
  color: #c41134;
  font-weight: bold;
}
.entry-column p.summary-title {
  margin: 0 0 10px 0;
}
.entry-column p.summary-detail {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.entry-column p.entry-lead-text {
  margin-bottom: 25px;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .entry-column p.entry-lead-text {
    margin: 0 0 40px 0;
    font-size: 30px;
  }
}
/* エントリー内コンテナー */
.entry-container {
  margin: 0 15px;
}

[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* テーブル */
.entry-column table {
  width: 100%;
  border-collapse: collapse;
}
.entry-column th,
.entry-column td {
  display: block;
  padding: 5px 10px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
}
.entry-column .acms-table-responsive {
  border-top: 0;
  border-bottom: 0;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entry-column .acms-table-responsive table {
  margin: 0;
}
.entry-column th {
  background: #f5f5f5;
  letter-spacing: 5px;
}
.entry-column .entry-custom-table {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .entry-column {
    /*tr:nth-child(odd) {
    	background: #f5f5f5;
    }*/
  }
  .entry-column th,
.entry-column td {
    display: table-cell;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    border: 1px solid #e3e3e3;
  }
  .entry-column th {
    /*background: inherit;*/
    background: #f5f5f5;
    font-weight: normal;
  }
}
/* リスト */
.entry-column ul {
  margin: 0 15px 25px 15px;
  padding: 0 0 0 2em;
  overflow: hidden;
}
.entry-column ul .no-style {
  padding: 0;
  list-style-type: none;
}
.entry-column ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
.entry-column ul.summary-default {
  padding: 0;
}
.entry-column ul.summary-default li {
  margin: 0;
}
.entry-column ul.list-2col li {
  width: 100%;
}
.entry-column ul.no-style li {
  padding: 0 0 0 -2em;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  /* 引用 */
  .entry-column ul.list-2col li {
    width: 50%;
    float: left;
  }
}
/* 番号付きリスト */
.entry-column ol {
  margin: 0 15px 25px 15px;
  padding: 0 0 0 2em;
}
.entry-column ol li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.entry-column dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.entry-column dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px;
}

/*アクセス方法*/
.entry-column dl.access {
  box-sizing: border-box;
  margin: 0 15px 15px 15px;
  padding: 0 0 20px 10px;
  background: #f7f7f7;
  width: auto;
  display: table;
}
.entry-column dl.access dt {
  margin: 12px 0 10px;
  padding: 10px 5px 0 0;
  float: none;
  clear: both;
}
.entry-column dl.access dd {
  font-size: 14px;
  box-sizing: border-box;
  height: 43px;
  color: #fff;
  float: left;
  margin: 5px 10px;
  padding: 10px 15px;
  background: #F3CB6F;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.entry-column dl.access dd.dush {
  color: #333;
  padding: 8px 0px;
  margin: 5px 0px;
  background: none;
}
.entry-column dl.access dd.timeline {
  color: #333;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: normal;
  background: #fff;
}
.entry-column dl.access dd.to {
  background: #76B9EE;
}

@media screen and (min-width: 768px) {
  .entry-column dl.access {
    min-width: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .entry-column dl.access {
    width: 100%;
  }
}
/*設備仕様*/
dl.method dt {
  float: left;
  width: 135px;
  line-height: 1.5;
  font-weight: normal;
}
dl.method dd {
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 145px;
  margin-bottom: 5px;
}
dl.method dd:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  dl.method dt {
    font-size: 15px;
  }
  dl.method dd {
    font-size: 15px;
  }
}
/* 引用 */
.entry-column blockquote {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 10px 20px 20px;
  line-height: 1.8;
  background: #F5F5F5;
  border-left: 5px solid #DEDEDE;
  font-size: 16px;
}
.entry-column .column-quote-auto blockquote {
  padding: 10px;
  border: 1px solid #D0D0D0;
}
.entry-column .column-quote-auto .quoteTitleLink {
  color: #333;
}

@media screen and (min-width: 480px) {
  /* 引用 */
  .entry-column blockquote {
    padding: 20px 20px 20px 30px;
  }
  .entry-column .column-quote-auto blockquote {
    padding: 15px;
  }
}
/* ソースコード */
.entry-column pre {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px 0;
  font-family: "Menlo", "Monaco", "Courier New", monospace;
  white-space: pre-wrap;
}
.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
  font-size: 15px;
}

.column-file-auto + .caption {
  margin-left: 15px;
}

[class*=column-media-] a,
[class*=column-image-] a {
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover {
  opacity: 0.8;
}

/* ユニットグループ */
.ug-bg-color {
  margin: 0 15px 25px 15px;
  padding: 20px 10px;
  background: #F5F5F5;
  overflow: hidden;
}
.ug-bg-color *:last-child {
  margin-bottom: 0;
}
.ug-bg-color h2 {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.ug-bg-color h3,
.ug-bg-color h4 {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .ug-bg-color {
    padding: 25px 15px;
  }
}
/* スタッフ紹介 */
.entry-column .staff-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 15px 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EEE;
}
.entry-column .staff-item {
  width: 50%;
  margin: 0;
}
.entry-column .staff-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  padding: 20px 10px;
  border-bottom: 1px solid #EEE;
}
.entry-column .staff-body {
  -webkit-order: 2;
          order: 2;
  margin: 0 0 20px 0;
}
.entry-column .staff-name {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.3;
  text-align: center;
  background: 0;
  font-size: 20px;
}
.entry-column .staff-job {
  margin: 15px 0 5px 0;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.entry-column .staff-profile {
  margin: 0;
  font-size: 14px;
}
.entry-column .staff-img-wrap {
  -webkit-order: 1;
          order: 1;
}
.entry-column .staff-img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .entry-column .staff-item {
    width: 25%;
  }
  .entry-column .staff-body {
    margin: 0;
  }
}
/* 動的フォーム */
.entry-column ul.contact-form {
  margin: 0;
  padding: 0;
}
.entry-column ul.contact-form li {
  margin: 0;
}
.entry-column tr.contact-form-group:nth-child(odd) {
  background: inherit;
}
.entry-column .contact-form th,
.entry-column .contact-form td {
  background: inherit;
  border: 0;
}

/* エントリーフッター */
.entry-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  float: left;
  color: #707070;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

.entry-footer-item + .entry-footer-item {
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .entry-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
  }

  .entry-footer-item + .entry-footer-item {
    margin: 0 0 0 auto;
  }
}
/* SNSシェア */
.share-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .share-wrapper {
    float: right;
  }
}
/* SNSシェアボタン */
.share-list {
  display: -webkit-inline-flex;
  display: inline-flex;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.share-item a {
  color: #999;
  text-decoration: none;
}
.share-item [class*=acms-icon] {
  font-size: 22px;
  vertical-align: middle;
}
.share-item .share-item-facebook {
  /* Facebook */
  position: relative;
  color: #1877f2;
  line-height: 1.2;
}
.share-item .share-item-facebook:before {
  vertical-align: middle;
}
.share-item .share-item-facebook:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}
.share-item .share-item-twitter {
  /* Twitter */
  position: relative;
  color: #55ACEE;
  line-height: 1.2;
}
.share-item .share-item-twitter:before {
  vertical-align: middle;
}
.share-item .share-item-twitter:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}

/* 続きを読むボタン */
.continue-link {
  margin: 0;
  font-size: 16px;
}

.continue-link a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #767676;
  border-radius: 3px;
}
.continue-link a [class*=acms-icon] {
  margin: 0 10px 0 0;
}
.continue-link a:link, .continue-link a:visited {
  color: #fff;
}
.continue-link a:hover, .continue-link a:focus, .continue-link a:active {
  color: #fff;
  text-decoration: none;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  .entry-tag {
    margin: 0;
  }

  /* 続きを読むボタン */
  .continue-link a {
    padding: 5px 10px;
    font-weight: normal;
  }
}
/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */
.entry-column,
.entryFormLiteEditor {
  /* 色付きボタン */
  /* ボタン内のアイコン */
}
.entry-column .entry-btn-default,
.entryFormLiteEditor .entry-btn-default {
  background: #999;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.entry-column .entry-btn-default:hover, .entry-column .entry-btn-default:visited,
.entryFormLiteEditor .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:visited {
  color: #FFF;
  text-decoration: none;
}
.entry-column .entry-btn-default:focus, .entry-column .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.entry-column .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:hover {
  color: #FFF;
  background-color: #555;
  background-image: linear-gradient(to bottom, #999, #555);
}
.entry-column .entry-btn-default:active, .entry-column .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus {
  background: #555;
}
.entry-column .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  background: #ffae00;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.entry-column .entry-btn-attention:hover, .entry-column .entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}
.entry-column .entry-btn-attention:focus, .entry-column .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.entry-column .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  color: #FFF;
  background-color: #FFC800;
  background-image: linear-gradient(to bottom, #ffae00, #FFC800);
}
.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
  background: #FFC800;
}
.entry-column .entry-btn-icon-before,
.entryFormLiteEditor .entry-btn-icon-before {
  margin: 0 10px 0 0;
}
.entry-column .entry-btn-icon-after,
.entryFormLiteEditor .entry-btn-icon-after {
  margin: 0 0 0 10px;
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

.field-table-inner {
  width: 100%;
}
.field-table-inner th,
.field-table-inner td {
  border: 0;
}

/* ------------------------------
　　メインカラム
------------------------------ */
.main:before, .main:after {
  display: table;
  content: " ";
}
.main:after {
  clear: both;
}

.main-inner {
  width: 100%;
  max-width: 890px;
}
.main-inner.is-space-left {
  float: right;
}
.main-inner.is-space-right {
  float: left;
}
.main-inner.is-space-center {
  margin: 0 auto;
}

/* ------------------------------
　　サイドカラム
------------------------------ */
.side-title {
  margin-top: 0;
  font-size: 18px;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-info {
  border: 2px solid #ccc;
  padding: 15px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 15px;
  margin-bottom: 30px;
}
.contact-info dl {
  margin: 0;
}
.contact-info dt {
  font-size: 18px;
  line-height: 1.3;
}
.contact-info dd {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-info dd i {
  font-size: 26px;
  color: #5380c4;
  font-weight: normal;
}
.contact-info .working-time {
  border-top: 1px dotted #999;
  padding: 10px 0 0;
  line-height: 1.6;
}
.contact-info .working-time strong {
  font-weight: 550;
}
.contact-info a, .contact-info a:visited, .contact-info .contact-no {
  color: #ffae00;
  font-size: 28px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .contact-info a, .contact-info a:visited, .contact-info .contact-no {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-info {
    padding: 0px 30px;
    border-radius: 5px;
    font-size: 17px;
  }
  .contact-info dl {
    margin: 0px;
    display: table-cell;
  }
  .contact-info dt {
    font-size: 21px;
  }
  .contact-info dd {
    font-size: 32px;
    margin-left: 20px;
  }
  .contact-info dd i {
    font-size: 36px;
  }
  .contact-info .working-time {
    border-top: none;
    border-left: 1px dotted #999;
    padding: 30px 0 30px 30px;
    display: table-cell;
    width: 45%;
  }
}
.contact-index main {
  line-height: 1.6;
}
.contact-index main h2 {
  margin: 0 0 10px 0;
  padding: 1px 10px 1px 20px;
  font-size: 26px;
  color: #555;
  font-family: "TBUDゴシック R";
  letter-spacing: 0.05em;
  background-image: url("https://www.motoe-tekkou.co.jp/media/001/202008/metaball-bl.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 12px 36px;
  line-height: 1.4;
}
.contact-index main h3 {
  margin: 0 0 20px 0;
  padding: 0px 5px;
  font-size: 21px;
  color: #333;
  /*border-bottom: 1px solid #666;*/
  font-family: "TBUDゴシック R";
  letter-spacing: 0.05em;
}
.contact-index main h4 {
  margin: 0 0 10px 0;
  padding: 0px 5px;
  font-size: 16px;
  color: #2268d1;
  /*border-bottom: 1px solid #666;*/
  font-family: "TBUDゴシック R";
  letter-spacing: 0.05em;
}
.contact-index main ul.howto {
  margin: 0 0 30px 0;
  padding: 0 0 0 2em;
  overflow: hidden;
}
.contact-index main ul.howto li {
  margin: 0 0 7px 0;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .contact-index main h2 {
    font-size: 24px;
  }

  .contact-index main h3 {
    font-size: 18px;
  }
}
.contact-box .message-group {
  margin: 0 0 35px 0;
}
.contact-box .message-text {
  color: #2268d1;
  font-weight: bold;
}
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #2268d1;
}
.contact-box p {
  line-height: 1.6;
}

.contact-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: #f7f7f7;
  border: 1px solid #ddd;
}

.contact-form-heading {
  margin: 40px 0 10px 0;
}

.contact-form-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #fff;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
}

.contact-form-control {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .contact-form {
    width: 100%;
  }

  .contact-form-label {
    padding: 10px 15px 10px 15px;
    vertical-align: top;
    width: 30%;
  }

  .contact-form-control {
    padding: 10px 15px 10px 15px;
    width: 70%;
  }

  .contact-form-col {
    margin: 0;
  }
}
/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 25px 0;
  padding: 0 10px;
  background: #ffd746;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  margin: 0 5px;
  padding: 14px 0 10px;
  color: #888;
  font-weight: bold;
  list-style: none;
  border-bottom: 4px solid transparent;
  font-size: 14px;
}
.contact-box .mail-step-item:before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}
.contact-box .mail-step-item-current {
  color: #2268d1;
  border-bottom: 4px solid #2268d1;
}
@media screen and (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 10px;
    padding: 18px 0 14px;
    font-size: 16px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form-btn-send {
    width: 100%;
    max-width: 360px;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  background: #2268d1;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 10px;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 5px;
}
.contact-box textarea {
  font-size: 16px;
  padding: 5px 5px 4px;
}
.contact-box select {
  background-color: #f7f7f7;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
    padding: 5px 8px;
  }
  .contact-box textarea {
    padding: 5px 8px;
  }
  .contact-box select {
    padding-left: 8px;
    min-height: 40px;
  }
}
/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  /*background-color: #ffebee !important;*/
  background-color: #fffbeb !important;
}

/* ------------------------------
　　themes
------------------------------ */
/*acm.min override*/
.acms-entry .entry-container, .acms-entry dl, .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6, .acms-entry p {
  margin-left: 15px;
  margin-right: 15px;
}

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-], .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.acms-label-primary {
  background-color: #ffae00;
  color: #fff;
}

a.acms-label-primary, a:visited.acms-label-primary, a:hover.acms-label-primary {
  text-decoration: none;
  color: #fff;
}

.acms-label-new {
  background-color: #FF6600;
  color: #fff;
}

.acms-badge {
  color: #fff;
}

@media (min-width: 768px) {
  [class*=acms-col] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .acms-grid, .acms-grid-r {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.acms-page-header {
  border-bottom: 2px solid #fc0;
}

/*acm.min override end*/
/*add*/
.entryFormColumnBody .lite-editor-btn-group-wrap .acms-admin-btn-group {
  margin-top: 5px;
}

.acms-form-width-short {
  width: 100%;
  max-width: 100px;
}

.column1 .acms-page-header {
  /*1カラムのarticle headerを非表示*/
  display: none;
}

.main-contents {
  /*↑の余白分をpadding追加*/
  padding-top: 30px;
}

.acms-list-group li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

/*全幅拡張*/
.expand_container {
  padding: 15px 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .expand_container {
    padding: 25px 0;
    margin-bottom: 50px;
  }
}
/*business*/
.entry-column h3.step-arrow {
  padding: 10px;
  width: 100%;
  height: 60px;
  background-image: url(https://www.motoe-tekkou.co.jp/media/001/202008/arrow_large.png);
  background-position: center top;
  background-repeat: no-repeat;
}

/*company*/
.outline {
  position: relative;
  margin-bottom: 50px;
}

.outline .layer-img {
  margin: 0px 15px 10px;
  text-align: center;
  overflow: hidden;
}
.outline .layer-img img {
  margin: 5px auto;
}

@media screen and (min-width: 1024px) {
  .outline .layer-img {
    position: absolute;
    right: -90px;
    top: 30px;
    z-index: 10;
  }
  .outline .layer-img img {
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
    width: 360px;
    height: auto;
  }
}
.entry-footer {
  /*sns*/
  display: none;
}

@media screen and (max-width: 480px) {
  .column-media-left, .column-media-right, .column-media-auto {
    text-align: center;
  }

  .expand_container {
    padding: 15px 0;
  }
}
/*h2 h3+span class バリエーション*/
/*「」*/
.heading-angle {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em 0.2em;
  display: inline-block;
}
.heading-angle:before, .heading-angle:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
}
.heading-angle:before {
  border-left: solid 2px #999;
  border-top: solid 2px #999;
  top: 0;
  left: 0;
}
.heading-angle:after {
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  bottom: 0;
  right: 0;
}

.heading-angle.color-gbl:before {
  border-left: solid 2px #0097BA;
  border-top: solid 2px #0097BA;
}
.heading-angle.color-gbl:after {
  border-right: solid 2px #0097BA;
  border-bottom: solid 2px #0097BA;
}

.heading-angle.color-oyl:before {
  border-left: solid 2px #fbb03b;
  border-top: solid 2px #fbb03b;
}
.heading-angle.color-oyl:after {
  border-right: solid 2px #fbb03b;
  border-bottom: solid 2px #fbb03b;
}

.company .expand_container .heading-square:before, .company .expand_container .heading-square:after {
  border-color: #ddd;
}

/*[]*/
.heading-square {
  position: relative;
  line-height: 1.3;
  padding: 0.15em 0.8em 0;
  display: inline-block;
  top: 0;
}
.heading-square:before, .heading-square:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.heading-square:before {
  border-left: solid 2px #999;
  border-top: solid 2px #999;
  border-bottom: solid 2px #999;
  left: 0;
}
.heading-square:after {
  content: "";
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  right: 0;
}

/*青緑ドットアンダーライン*/
.dotted-border {
  display: block;
  padding: 4px 0px;
  border-bottom: 2px dotted #0097ba;
}

/*左2重線*/
.double-leftborder {
  display: block;
  padding: 4px 10px;
  border-left: 6px double #666;
  border-bottom: 1px solid #ccc;
}

/* ------------------------------
　　home
------------------------------ */
.home .acms-list-group {
  border-top: 2px solid #fff;
}
.home .acms-list-group-item {
  border-bottom: 1px solid #fff;
}
.home .thumbnail-item {
  text-align: center;
}
.home .thumbnail-item img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.home .headline-image {
  float: left;
  margin: 0 10px 0 0;
}
.home .thumbnail-title {
  font-size: 16px;
  font-family: "TBUDゴシック R";
}

@media screen and (min-width: 768px) {
  .home .thumbnail-title {
    font-size: 20px;
  }
}
.latest {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  /*padding: 6px 0 0 0;*/
  margin-top: -30px;
}

.latest a.btn {
  background: #0097BA;
  font-size: 13px;
  padding: 6px 10px;
  color: #ffffdc;
}

@media screen and (min-width: 768px) {
  .latest {
    margin-top: -35px;
  }

  .latest a.btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .latest a.btn {
    padding: 6px 15px;
  }
}
/*営業日カレンダー*/
.unit {
  height: 280px;
  overflow: scroll;
}

.calendar_month {
  font-family: "TBUDゴシック R";
  font-size: 16px;
  margin-bottom: 15px;
}

.bus_calendar {
  margin-bottom: 25px;
}

.bus_calendar table {
  border: 1px solid #999;
  border-spacing: 0px;
  border-collapse: collapse;
  min-width: 96%;
}

.bus_calendar table th {
  border: 1px solid #999;
  width: 14%;
  background: #f0f8ff;
  height: 20px;
}
.bus_calendar table th.w0 {
  color: #ff505e;
}
.bus_calendar table th.w6 {
  color: #e2a113;
}

.bus_calendar table td {
  border: 1px solid #999;
  width: 14%;
}
.bus_calendar table td.day {
  height: 35px;
  line-height: 1.2;
}
.bus_calendar table td.calendar_label {
  color: #da525c;
  font-size: 11px;
}
.bus_calendar table td.calendar_item {
  font-size: 10px;
}
.bus_calendar table td.calendar_close {
  background: #f9eded;
}
.bus_calendar table td.calendar_holiday {
  background: #f1c1c1;
}
.bus_calendar table td.calendar_holiday .calendar_label {
  background: #fff;
}
.bus_calendar table td.calendar_temporary {
  background: #fbf8e6;
}

.hanrei {
  font-size: 12px;
  margin: 7px 0 0 0;
  text-align: left;
  line-height: 1.5;
}

.hanrei .calendar_close {
  background: #f9eded;
  border: 1px solid #ccc;
  display: inline-block;
  width: 25px;
  height: 15px;
}

.hanrei .calendar_holiday {
  background: #f1c1c1;
  border: 1px solid #ccc;
  display: inline-block;
  width: 25px;
  height: 15px;
}

.hanrei .calendar_temporary {
  background: #fbf8e6;
  border: 1px solid #ccc;
  display: inline-block;
  width: 25px;
  height: 15px;
}

/*fontfamily*/
.entry-column .u-ff-bold {
  font-family: "TBUDゴシック E";
}

hr.u-sectionline {
  margin-bottom: 50px;
}

/*flex*/
.u-fld-row {
  /*要素を左から右*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.u-fld-rrev {
  /*要素を右から左*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: wrap-reverse;
          flex-direction: wrap-reverse;
}

.u-fld-col {
  /*要素を上から下*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.u-fld-colr {
  /*要素を下から上*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/*display*/
.u-dp-in {
  display: inline;
}

.u-dp-inbl {
  display: inline-block;
}

.u-dp-bl {
  display: block;
}

/*font size*/
.u-fs12 {
  font-size: 12px;
}

.u-fs13 {
  font-size: 13px;
}

.u-fs14 {
  font-size: 14px;
}

.u-fs18 {
  font-size: 18px;
}

.u-fs20 {
  font-size: 20px;
}

.u-fs24 {
  font-size: 24px;
}

/**/
.u-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
}

.u-tag-bl {
  display: inline-block;
  padding: 3px 8px;
  background-color: #0097BA;
  color: #fff;
  border-radius: 2px;
}

.u-tag-yl {
  display: inline-block;
  padding: 3px 8px;
  background-color: #ffff00;
  color: #0097BA;
  border-radius: 2px;
}

/*background*/
.u-bgc-oyl {
  background: #FFD800;
}

.u-bgc-gbl {
  background: #5DC2ED;
}

.u-bgc-lbl {
  background-color: #bee3f0;
}

.u-bgc-or {
  background-color: #ff6600;
}

.u-bgc-gr {
  background-color: #64af51;
}

.u-bgc-yl {
  background-color: #ffff00;
}

.u-bgc-yl {
  background-color: #ffee9c;
}

.u-bgc-wh {
  background-color: #fff;
}

/*color*/
.u-txc-bl {
  color: #2268d1;
}

.u-txc-gbl {
  color: #0097BA;
}

.u-txc-oyl {
  color: #fbb03b;
}

.u-txc-rd {
  color: #e74545;
}

.u-txc-pk {
  color: #e54e76;
}

.u-txc-wh {
  color: #fff;
}

.u-txc-lgy {
  color: #999;
}

.u-txc-dgy {
  color: #666;
}

.u-txc-gy {
  color: #333;
}

.u-txc-br {
  color: #ab6714;
}

/* margin padding mixin*/
.u-mt0 {
  margin-top: 0px !important;
}

.entry-column p.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.entry-column p.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column p.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.entry-column p.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.entry-column p.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.entry-column p.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.entry-column p.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.entry-column p.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.entry-column p.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.entry-column p.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.entry-column p.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.entry-column p.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.entry-column p.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.entry-column p.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.entry-column p.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.entry-column p.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.entry-column p.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.entry-column p.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.entry-column p.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.entry-column p.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.entry-column p.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.entry-column p.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.entry-column p.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.entry-column p.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.entry-column p.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.entry-column p.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column p.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.entry-column p.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.entry-column p.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.entry-column p.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.entry-column p.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.entry-column p.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.entry-column p.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.entry-column p.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.entry-column p.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.entry-column p.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.entry-column p.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.entry-column p.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.entry-column p.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.entry-column p.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.entry-column p.u-mt80 {
  margin-top: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.entry-column p.u-mr80 {
  margin-right: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.entry-column p.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.entry-column p.u-ml80 {
  margin-left: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.entry-column ul.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column ol.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column dl.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column ul.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column ol.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column dl.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column ul.u-mb50 {
  margin-bottom: 50px !important;
}

.entry-column ol.u-mb50 {
  margin-bottom: 50px !important;
}

.entry-column dl.u-mb50 {
  margin-bottom: 50px !important;
}

/*icomoon selected25icons*/
@font-face {
  font-family: "icomoon25";
  src: url("../fonts/icomoon25.ttf?cgvjy") format("truetype"), url("../fonts/icomoon25.woff?cgvjy") format("woff"), url("../fonts/icomoon25.svg?cgvjy#icomoon25") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon25" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-sad-face--tightly-closed-eyes:before {
  content: "";
}

.fa-angry-face-eyebrows:before {
  content: "";
}

.fa-sad-face-eyebrows:before {
  content: "";
}

.fa-laughing-face:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-monitor:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-pin:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-phone3:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-automobile:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-phone2:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-new-tab:before {
  content: "";
}

/* ------------------------------
　　フッター
------------------------------ */
/* フッター内会社情報 */
.foot-wrapper {
  padding: 30px 0 0;
  background: #29ABE2;
  border-top: 1px solid #fff;
}

.company-about {
  margin: 0 0 30px 0;
  color: #FFF;
}

.company-name {
  margin: 0 0 15px 0;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
}

.company-detail {
  margin: 0 0 5px 0;
  padding: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
}
.company-detail a {
  color: #FFF;
}
.company-detail a:hover {
  text-decoration: underline;
}

/* フッターナビゲーション */
.footer-nav {
  float: left;
  width: 680px;
  max-width: 100%;
  margin: 0 -10px;
}

.footer-nav-item {
  display: block;
  float: left;
  width: 30%;
  margin: 0 0 10px 0;
  padding: 0 10px;
  vertical-align: top;
  box-sizing: border-box;
}

.footer-nav-item:first-child {
  width: 40%;
}

.footer-nav-title {
  margin: 0 0 5px 0;
  /*color: #FFF;*/
  color: #fce669;
  font-size: 16px;
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  color: #fce669;
  list-style: none;
}
.footer-nav-list li {
  line-height: 1.7;
}
.footer-nav-list a {
  color: #fce669;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
/* ページの上に戻るボタン */
.page-top a:focus {
  display: block;
  border: 1px dotted #FFF;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url("../../images/marker/btn_pageTop.png") no-repeat center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
}

.page-top-btn-appear {
  opacity: 1;
}

/*@media screen and (max-width: $breakpoint-md-max){
	.page-top-btn {
		display: none;
	}
}*/
@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* フッター内各SNSアカウントのリンク集 */
.sns-list {
  margin: 0 -5px 30px 15px;
  padding: 0;
  list-style: none;
}

.sns-list-item {
  float: left;
  margin: 0 5px;
}
.sns-list-item a:hover, .sns-list-item a:visited, .sns-list-item a:active, .sns-list-item a:focus {
  text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
  /* Facebook */
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background: #1877f2;
  border-radius: 4px;
  font-size: 19px;
}
.sns-list-item .sns-list-facebook:before {
  vertical-align: middle;
}
.sns-list-item .sns-list-twitter {
  /* Twitter */
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background: #55ACEE;
  border-radius: 4px;
  font-size: 19px;
}
.sns-list-item .sns-list-twitter:before {
  vertical-align: middle;
}
.sns-list-item .sns-list-youtube {
  /* YouTube */
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background: #CD201F;
  border-radius: 4px;
  font-size: 19px;
}
.sns-list-item .sns-list-youtube:before {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .sns-list {
    float: right;
    margin: 0 -10px;
  }

  .sns-list-item {
    margin: 10px;
  }
  .sns-list-item a:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* 著作権表示 */
.copyright {
  margin: 0;
  color: #0192e8;
  padding: 5px;
  background: #FFCC00;
}

.copyright-text {
  margin: 0 auto;
}

.copryright-logo {
  vertical-align: middle;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
  font-size: 24px;
  color: #2268d1;
  font-weight: bold;
  margin: 0;
  padding: 11px 0;
}
.header-stack .site-name {
  margin: 30px 0 20px;
}
.site-name a {
  color: #2268d1;
}
.site-name a:hover, .site-name a:focus, .site-name a:active, .site-name a:visited {
  color: #2268d1;
}

h1.site-name {
  margin: 0;
  padding: 11px 0;
}

.site-logo {
  display: inline-block;
  width: 260px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.site-name-text {
  display: inline;
  vertical-align: middle;
}

.edit-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.header-nav {
  position: relative;
  display: none;
}

.head-wrapper {
  background-color: #5DC2ED;
  font-family: "TBUDゴシック R";
}

@media (min-width: 768px) {
  .site-name {
    font-size: 24px;
  }
  .header-stack .site-name {
    text-align: center;
  }

  .site-logo {
    width: 320px;
  }

  .header {
    display: table;
    width: 100%;
  }
  .header-stack .header {
    display: block;
  }

  .header-logo {
    width: 100%;
    vertical-align: middle;
  }
  .header-stack .header-logo {
    display: block;
  }

  .header-nav {
    display: none;
    vertical-align: middle;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    display: table-cell;
    width: 40%;
  }
  .header-stack .header-logo {
    display: block;
    width: 100%;
  }

  .header-nav {
    display: table-cell;
    width: 60%;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
/* ------------------------------
　　ナビゲーション
------------------------------ */
.header-logo {
  /* 固定したときの高さを保つ */
  padding: 0 0 0 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 65px;
  padding: 0 5px;
  background: #FFF;
  padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
  box-sizing: border-box;
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
  display: inline-block;
  /*height: 44px;*/
  padding: 7px 5px;
  font-size: 20px;
  color: #333;
  box-sizing: border-box;
}
a .nav-menu-btn {
  color: #333;
}
.nav-menu-btn:hover {
  color: #333;
  text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
  display: inline-block;
}

.nav-menu-btn-text {
  display: inline-block;
  margin: 0 0 0 0;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  font-size: 11px;
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action {
  display: table;
  float: right;
  margin: 0;
  padding: 0;
}

.nav-menu-action-item {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.nav-menu-action-link {
  color: #333;
}
.nav-menu-action-link:hover, .nav-menu-action-link:active, .nav-menu-action-link:visited, .nav-menu-action-link:focus {
  color: #333;
  text-decoration: none;
}

.navbar {
  display: none;
  width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
  z-index: 1;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar li a {
  display: block;
  padding: 10px;
  color: #333;
  /*font-weight: bold;*/
  font-size: 16px;
}
.navbar li a:hover, .navbar li a:focus, .navbar li a:active {
  color: #FFF;
  text-decoration: none;
  background: #2268d1;
}
.navbar li.blog-icon, .navbar li.blog-icon.stay {
  position: relative;
}
.navbar li.blog-icon a, .navbar li.blog-icon a:visited, .navbar li.blog-icon a:active, .navbar li.blog-icon a:hover, .navbar li.blog-icon.stay a, .navbar li.blog-icon.stay a:visited, .navbar li.blog-icon.stay a:active, .navbar li.blog-icon.stay a:hover {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("https://www.motoe-tekkou.co.jp/media/001/202008/blog-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  color: rgba(255, 255, 255, 0);
}

@media (min-width: 1024px) {
  /*1024px*/
  .header {
    height: 130px;
  }

  .navbar {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex: 1;
            flex: 1;
    padding: 0;
    margin: 0 15px;
    list-style: none;
  }
  .header-stack .navbar > ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #EEE;
  }
  .navbar li {
    width: 100%;
    border-left: 1px solid #fff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    place-items: center;
    text-align: center;
    vertical-align: middle;
  }
  .navbar li:last-child {
    border-right: 1px solid #fff;
  }
  .header-stack .navbar li.navbar-btn {
    padding: 0 10px;
  }
  .header-stack .navbar li {
    display: table-cell;
    float: none;
    border-left: 1px solid #EEE;
  }
  .navbar li ul {
    /* 二階層目 */
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 220px;
  }
  .navbar li li {
    margin: 0;
  }
  .header-stack .navbar li li {
    display: block;
    border: 0;
  }
  .navbar li a {
    /* 一階層目のリンクのみ */
    width: 100%;
    line-height: 60px;
    padding: 0;
    transition: border 0.25s ease-out;
  }
  .navbar li a:hover, .navbar li a:focus, .navbar li a:active {
    color: #fff;
    background: transparent;
  }
  .header-stack .navbar li a {
    display: block;
    padding: 10px;
    font-size: 16px;
  }
  .navbar li.stay a {
    /* 一階層目のリンクのみ */
    background: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .navbar li.stay a.btn-attention {
    border: 0;
  }
  .navbar li:hover ul {
    /* 二階層目 */
    z-index: 10000;
    display: block;
    -webkit-animation: 0.8s fade-in;
    animation: 0.8s fade-in;
  }
  .navbar li:hover a {
    /* 一階層目のリンクのみ */
    /*background-color:rgba(73,145,208,0.2);*/
    background-color: rgba(246, 253, 142, 0.2);
  }
  .navbar li:hover li {
    border-left: 0;
  }
  .navbar li:hover li a {
    border: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .navbar li li {
    /* 二階層目以降 */
    display: block;
    float: none;
    text-align: left;
    background: #5DC2ED;
    border-top: 1px solid #fff;
    /* &:first-child {
    	border: 0;
    }*/
  }
  .navbar li li:last-child {
    border-right: none;
    border-right: 0;
  }
  .navbar li li a {
    margin: 0;
    padding: 10px 15px;
    line-height: 1.7;
    color: #FFF;
    border: 0;
  }
  .navbar li li a:hover {
    color: #FFF;
    background: #f1ba40;
    border: 0;
  }
  .navbar a.btn-attention {
    /* ボタン（色付き） */
    background: #ffae00;
    color: #FFF;
    font-weight: bold;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    border: 0;
  }
  .navbar a.btn-attention:hover, .navbar a.btn-attention:visited {
    color: #FFF;
    text-decoration: none;
  }
  .navbar a.btn-attention:focus, .navbar a.btn-attention:active {
    color: #FFF;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  }
  .navbar a.btn-attention:hover {
    color: #FFF;
    background-color: #FFC800;
    background-image: linear-gradient(to bottom, #ffae00, #FFC800);
    border: 0;
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    background: #FFC800;
  }
}
.navbar li.stay a {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  /* width: auto; */
}

@media (min-width: 1024px) {
  .header-logo {
    padding: 0;
  }

  .navbar ul li a {
    font-size: 14px;
    color: #fff;
  }
}
/* ------------------------------
　　サイドメニュー
------------------------------ */
.navbar-side {
  position: absolute;
  top: 0;
  right: 0;
  /*@include font-size(11);*/
  font-size: 13px;
  text-align: right;
}

.navbar-side-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  /*background: #333;*/
  background: #FFD800;
  border-radius: 0 0 4px 4px;
}

.navbar-side-item {
  position: relative;
  display: inline-block;
  color: #FFF;
}
.navbar-side-item:before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  /*border-left: 1px dotted #FFF;*/
  border-left: 1px dotted #0192e8;
  content: "";
}
.navbar-side-item:first-child:before {
  content: none;
}

.navbar-side-link {
  display: inline-block;
  padding: 4px 14px 4px 8px;
  /*color: #FFF;*/
  color: #0192e8;
}
.navbar-side-link [class*=acms-icon] {
  margin: -2px 5px 0 0;
}
.navbar-side-link:hover, .navbar-side-link:visited, .navbar-side-link:active, .navbar-side-link:focus {
  /*color: #FFF;*/
  color: #0192e8;
}
.navbar-side-link:hover [class*=acms-icon] {
  text-decoration: none;
}

/* ------------------------------
　　モバイルメニュー
------------------------------ */
/* トグルメニューアイコン */
.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 13px 12px;
  vertical-align: middle;
  background-color: #333;
  border-radius: 1px;
  transition: 0.1s all;
}
.icon-toggle-menu:before, .icon-toggle-menu:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.icon-toggle-menu:before {
  top: -6px;
}
.icon-toggle-menu:after {
  bottom: -6px;
}
[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}
[aria-expanded=true] .icon-toggle-menu:before {
  width: 22px;
  -webkit-transform: translate(-2px, 6px) rotate(45deg);
          transform: translate(-2px, 6px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu:after {
  width: 22px;
  -webkit-transform: translate(-2px, -6px) rotate(-45deg);
          transform: translate(-2px, -6px) rotate(-45deg);
}

/* ナビゲーションバー */
@media (max-width: 1023px) {
  .is-locked {
    overflow: hidden;
  }

  .mobile-nav {
    position: fixed;
    /*top: 0;*/
    top: 70px;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*padding-top: $header-height;*/
    background-color: #fff;
    opacity: 0.3;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }

  .mobile-nav-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-nav-inner {
    padding: 0 20px;
  }
  .mobile-nav-inner + .mobile-nav-inner {
    border-top: 1px solid #CCC;
  }

  .mobile-navbar {
    width: 100%;
  }

  .mobile-navbar-list {
    display: block;
    margin: 20px 0;
    padding: 0;
    line-height: 2.4;
    list-style: none;
    font-size: 18px;
  }
  .mobile-navbar-list li {
    display: block;
  }
  .mobile-navbar-list .navbar-btn {
    margin-top: 10px;
  }
  .mobile-navbar-list a {
    display: block;
  }
  .mobile-navbar-list a:not(.btn-attention),
.mobile-navbar-list a:not(.btn-attention):hover,
.mobile-navbar-list a:not(.btn-attention):visited,
.mobile-navbar-list a:not(.btn-attention):active,
.mobile-navbar-list a:not(.btn-attention):focus {
    color: #333;
  }
  .mobile-navbar-list a.btn-attention {
    font-weight: normal;
    background: transparent;
    border: 1px solid #ffae00;
    color: #ffae00;
    text-align: center;
    font-size: 16px;
  }
  .mobile-navbar-list .mobile-navbar-list {
    margin: -5px 0 10px 10px;
    line-height: 2;
    font-size: 16px;
  }
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention),
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):hover,
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):visited,
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):active,
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):focus {
    color: #666;
  }

  .mobile-nav-side {
    margin: 20px 0;
  }

  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
  }

  .mobile-nav-side-link {
    color: #333;
    display: block;
  }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333;
  }

  .mobile-navbar-footer {
    margin: 15px 0 0 0;
  }
  .mobile-navbar-footer .sns-list {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .mobile-nav {
    top: 64px;
  }
}