@charset "UTF-8";
/* CSS Document */
/*
Theme Name: スマートパックS
*/
/* 影 */
* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

/* Noto Sansフォント */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: local("NotoSansJP-Light.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansJP-Light.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-DemiLight.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
/* ===========================================================================================================
　　　　　　　　　全体
=========================================================================================================== */
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.5em;
  color: #000;
}
@media screen and (min-width: 2200px) {
  body {
    font-size: 22px;
    line-height: 2.5em;
  }
}
@media screen and (max-width: 1051px) {
  body {
    font-size: 14px;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 13px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 13px;
    font-size: 3vw;
  }
}

/* ===========================================================================================================
　　　　　　　　　レイアウト
=========================================================================================================== */
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 999;
}

#main {
  width: 100%;
  position: relative;
}

#footer {
  width: 100%;
  position: relative;
  padding: 4.16em 0;
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 2200px;
  padding: 0 4.545%;
  margin: 0 auto;
}
@media screen and (min-width: 2200px) {
  .innerbox {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1051px) {
  .innerbox {
    padding: 0 50px;
  }
}
@media screen and (max-width: 700px) {
  .innerbox {
    padding: 0 20px;
  }
}

.innermin {
  width: 100%;
  position: relative;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* ===========================================================================================================
　　　　　　　　　下層ページ
=========================================================================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
.page-header {
  width: 100%;
  padding: 0;
  background: #149b86;
  position: relative;
  padding-top: 50px;
}

/* -------------------------- 2カラムページ ------------------------------------------- */
.wrap {
  width: 100%;
  padding: 2em 0 4em 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#primary, #secondary {
  position: relative;
  box-sizing: border-box;
}

#primary {
  width: 80%;
  padding-right: 5%;
}
@media screen and (max-width: 1051px) {
  #primary {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  #primary {
    width: 100%;
    padding-right: 0;
    padding-bottom: 4em;
  }
}

#secondary {
  width: 20%;
}
@media screen and (max-width: 1051px) {
  #secondary {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  #secondary {
    width: 100%;
  }
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img.img_max100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: auto;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* リンク */
a {
  color: #149b86;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  color: #9ec33a;
  text-decoration: underline;
}

a img {
  transition: 0.3s ease;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ボタン */
/* 段落 */
p {
  padding-bottom: 2em;
}

/* 中寄せ */
.center {
  text-align: center;
}

.center span {
  display: block;
}

/* 右寄せ */
.right {
  text-align: right;
}

/* 欧文フォント */
.egfont {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* ページタイトル */
.page-title {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 1.5em;
  width: 100%;
  padding: 1em 0;
  position: relative;
  color: #fff;
}
.page-title::first-letter {
  color: #9ec33a;
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 4em;
  }
}

/* サイドカラム見出し */
.widget-title {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-transform: uppercase;
}

/* 投稿ページ見出し */
.page-title .subtitle {
  display: block;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.5em;
  line-height: 1.25em;
}

.category-news .page-title .subtitle {
  display: none;
}

/* 検索 */
.search-form {
  width: 100%;
  text-align: center;
}
.search-form label {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

input.search-field {
  width: 16em;
  line-height: 1em;
  padding: 1em;
  border: none;
  background: #666;
}

.search-submit {
  width: 3em;
  height: 3em;
  box-sizing: border-box;
  border: none;
  background: #149b86;
  padding: 1em;
  position: relative;
  top: 0.15em;
  cursor: pointer;
}
.search-submit .svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}

/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
#header {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  filter: drop-shadow(0 0.2em 1em rgba(0, 0, 0, 0.24));
}

/* ロゴ */
.logo {
  line-height: 0;
  position: relative;
  padding: 5px 0;
  height: 40px;
}
@media screen and (max-width: 1350px) {
  .logo {
    padding: 10px 0;
    height: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .logo {
    padding: 15px 0;
    height: 20px;
  }
}
.logo img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 1350px) {
  .logo img {
    height: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .logo img {
    height: 20px;
  }
}

/* -------------------------- グローバルナビゲーション ------------------------------------------- */
.gnav {
  position: absolute;
  top: 0;
  right: 4.545%;
  width: 65%;
  height: 50px;
  box-sizing: border-box;
  /* リンク */
}
@media screen and (min-width: 2200px) {
  .gnav {
    right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .gnav {
    width: auto;
  }
}
@media screen and (max-width: 1051px) {
  .gnav {
    right: 100px;
  }
}
.gnav ul {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  list-style: none inside;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 900;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1500px) {
  .gnav ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .gnav ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 1350px) {
  .gnav ul {
    font-size: 12px;
  }
}
.gnav ul li {
  padding-right: 2em;
  /* 画像ナビ ------------------------------------------- */
}
.gnav ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1600px) {
  .gnav ul li {
    padding-right: 1em;
  }
}
@media screen and (max-width: 1051px) {
  .gnav ul li {
    display: none;
  }
}
.gnav ul li.gnavimg {
  padding-right: 1em;
  /* 画像 */
}
@media screen and (max-width: 1051px) {
  .gnav ul li.gnavimg {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .gnav ul li.gnavimg {
    display: none;
  }
}
.gnav ul li.gnavimg:last-child {
  padding-right: 0;
}
.gnav ul li.gnavimg img {
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.gnav a {
  display: inline-block;
  box-sizing: border-box;
  color: #000;
  transition: 0.3s ease;
}
.gnav a:hover {
  text-decoration: none;
  color: #149b86;
}

/* ===========================================================================================================
　　　　　　　　　格納ナビゲーション
=========================================================================================================== */
@media screen and (min-width: 1051px) {
  .hm_btn, .hm_menu_wrap {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .hm_btn, .hm_menu_wrap {
    display: block;
  }
}
.hm_menu_check { /* チェックボックスを隠す */
  display: none;
}

/* メニューボタン */
.hm_btn {
  position: fixed;
  width: 30px;
  height: 27px;
  cursor: pointer;
  z-index: 2;
  top: 12px;
  right: 50px;
  z-index: 9999999999;
}
@media screen and (max-width: 700px) {
  .hm_btn {
    right: 20px;
  }
}
.hm_btn::before, .hm_btn::after {
  width: 30px;
  height: 3px;
  background: #149b86;
  display: block;
  content: "";
  position: absolute;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #149b86 0 12px 0;
}
.hm_btn::after {
  bottom: 0;
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999999999991;
}

.hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.hm_inner:before {
  content: "";
  display: block;
  padding-top: 50px;
}

.menucontent {
  box-sizing: border-box;
  padding: 0 0 0 0;
  width: 100%;
  position: absolute;
  top: -1000px;
  left: 0;
  bottom: 0;
  transition: top 0.7s;
  border: none;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  height: 50px;
}
.hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: transparent 0 0 0;
  transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

/* -------------------------- 中身デザイン ------------------------------------------- */
.menucontent ul,
.menucontent li {
  list-style: none inside;
  padding: 0;
  margin: 0;
}
.menucontent ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #149b86;
}
@media screen and (max-width: 700px) {
  .menucontent ul {
    padding: 0;
  }
}
.menucontent ul li {
  height: 50px;
  font-size: 14px;
  line-height: 1em;
}
.menucontent ul li.gnavimg {
  display: none;
}
@media screen and (max-width: 700px) {
  .menucontent ul li {
    width: 100%;
  }
  .menucontent ul li.gnavimg {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 0;
    height: auto;
  }
}
.menucontent ul li a {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 0;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

/* サイドカラム ------------------------------------------- */
.widget {
  padding-bottom: 3em;
}
.widget ul {
  list-style: none inside;
  width: 100%;
  position: relative;
}
.widget ul li {
  width: 100%;
  position: relative;
  margin-top: 1em;
  line-height: 1.5em;
}

.widget_recent_entries ul li {
  padding-top: 1.5em;
}

/* 日付 */
.post-date {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  color: #707070;
}

/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
#footer {
  background: #f3f3f3;
  letter-spacing: 0;
  color: #000;
  /* 横並び3列 */
  /* -------------------------- サロン情報 ------------------------------------------- */
  /* -------------------------- 営業日カレンダー ------------------------------------------- */
  /* 見出し */
  /* Biz Calendar ------------------------------------------- */
  /* 年月タイトル */
  /* 曜日 */
  /* 日付 */
  /* 今日 */
  /* 定休日 */
  /* イベント */
  /* -------------------------- フッターナビゲーション ------------------------------------------- */
  /* リンク */
  /* フッターメニュー ------------------------------------------- */
  /* SNS ------------------------------------------- */
  /* コピーライト ------------------------------------------- */
}
#footer a {
  color: #000;
}
#footer a:hover {
  text-decoration: none;
  color: #149b86;
}
#footer .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#footer .footerinfo, #footer .footermenu {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 1050px) {
  #footer .footerinfo, #footer .footercal {
    width: 45%;
  }
  #footer .footermenu {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #footer .footerinfo, #footer .footercal {
    width: 100%;
  }
}
#footer .footerinfo {
  width: 30%;
  padding: 0;
  box-sizing: border-box;
  /* メイン情報 ------------------------------------------- */
  /* サブ情報 ------------------------------------------- */
}
@media screen and (max-width: 1050px) {
  #footer .footerinfo {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
#footer .footerinfo a:hover img {
  opacity: 1;
  filter: alpha(opacity=70);
  transform: translate(0, 0.2em);
}
#footer .footerinfo .info_main {
  padding-bottom: 2em;
  /* サイト名 */
  /* メール */
}
#footer .footerinfo .info_main:last-child {
  padding-bottom: 0;
}
#footer .footerinfo .info_main .sitettl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  /* ロゴ */
  /* 小文字 */
  /* 日本語 */
}
#footer .footerinfo .info_main .sitettl .footerlogo {
  display: block;
  padding-bottom: 0.5em;
}
#footer .footerinfo .info_main .sitettl .footerlogo img {
  width: 100%;
  height: auto;
  max-width: 12em;
}
#footer .footerinfo .info_main .sitettl small {
  font-size: 0.7em;
  font-weight: 400;
  padding-right: 0.5em;
}
#footer .footerinfo .info_main .sitettl span {
  font-size: 0.85em;
}
#footer .footerinfo .info_main p.email {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.83em;
  padding-bottom: 1em;
}
#footer .footerinfo a:hover p.email {
  text-decoration: underline;
}
#footer .footerinfo .info_sub {
  font-size: 0.83em;
  line-height: 1.8em;
  padding-bottom: 2.4em;
  /* 見出し */
  /* 電話 */
  /* 資格 */
}
#footer .footerinfo .info_sub:last-child {
  padding-bottom: 0;
}
#footer .footerinfo .info_sub p {
  padding-bottom: 0;
}
#footer .footerinfo .info_sub h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  padding-bottom: 0;
}
#footer .footerinfo .info_sub .tel {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}
#footer .footerinfo .info_sub p.license {
  line-height: 1.5em;
}
@media screen and (max-width: 850px) {
  #footer .footercal {
    padding-top: 50px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#footer #biz_calendar p {
  padding-bottom: 1em;
  line-height: 1em;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
}
#footer #biz_calendar p:last-child {
  padding-bottom: 0;
}
#footer .footercal .widget-title {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 0;
}
#footer #biz_calendar {
  width: 100%;
  max-width: none;
  margin: auto;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
#footer #biz_calendar table.bizcal {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
#footer .calmonth {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
#footer .calttl_year {
  display: inline-block;
  color: #666;
  padding-right: 0.5em;
  font-weight: normal;
}
#footer .calttl_month {
  font-size: 3em;
  font-weight: normal;
}
#footer #biz_calendar table.bizcal th {
  background-color: #fff;
  border-bottom: #fff solid 2px;
  font-weight: normal;
}
#footer #biz_calendar table.bizcal th:first-child, #footer #biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #fff;
}
#footer #biz_calendar table.bizcal td {
  color: #fff;
  padding: 0.5em;
}
#footer #biz_calendar table.bizcal .today {
  font-size: 1.25em;
}
#footer #biz_calendar table.bizcal .holiday {
  background-color: #fff;
  color: #aaa !important;
}
#footer #biz_calendar p span.boxholiday {
  background-color: #aaa;
}
#footer #biz_calendar table.bizcal .eventday {
  background-color: #fff;
  color: #fff !important;
}
#footer #biz_calendar p span.boxeventday {
  background-color: #fff;
}
#footer .fnav ul {
  list-style: none inside;
  width: 100%;
  text-align: right;
}
#footer .fnav li {
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  #footer .footermenu {
    border-top: #149b86 solid 1px;
    margin-top: 50px;
    padding-top: 50px;
  }
  #footer .fnav ul {
    text-align: center;
  }
}
#footer .fnav a {
  color: #000;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=70);
}
#footer .fnav a:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=70);
}
#footer .fmenu {
  font-size: 0.83em;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
  #footer .fmenu {
    margin-top: -1em;
  }
}
#footer .fmenu li {
  font-weight: 500;
  padding: 0.2em 1em 0 1em;
  border-right: rgba(0, 0, 0, 0.4) solid 1px;
}
@media screen and (min-width: 481px) {
  #footer .fmenu li:first-child {
    padding-left: 0;
  }
  #footer .fmenu li:last-child {
    padding-right: 0;
  }
}
#footer .fmenu li:last-child {
  border-right: none;
}
@media screen and (max-width: 480px) {
  #footer .fmenu li {
    margin-top: 1em;
  }
}
#footer .fmenu li a {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .fmenu li a:hover {
  opacity: 1;
  filter: alpha(opacity=70);
}
#footer .fmenu.outsite li {
  font-weight: 400;
  border-color: rgba(0, 0, 0, 0.3);
}
#footer .fmenu.outsite li a {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=70);
}
#footer .fmenu.outsite li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .sns {
  font-size: 2em;
}
#footer .sns li {
  padding-left: 0.5em;
}
#footer .sns li a {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .sns li a:hover {
  opacity: 1;
  filter: alpha(opacity=70);
}
#footer .sns li .footer_bn {
  width: 100%;
  height: auto;
  max-width: 8em;
  margin-top: 1em;
}
#footer .sns li:first-child {
  padding-left: 0;
}
#footer p.copyright {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5em;
  text-align: right;
  padding-top: 3em;
  padding-bottom: 0;
  opacity: 0.6;
  filter: alpha(opacity=70);
  color: #7d7d7d;
}
@media screen and (max-width: 1050px) {
  #footer p.copyright {
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }
}

/* ===========================================================================================================
　　　　　　　　　トップページメインコンテンツ
=========================================================================================================== */
.topctt {
  width: 100%;
  padding: 8.33em 0;
}
@media screen and (max-width: 480px) {
  .topctt {
    padding: 50px 0;
  }
}

/* 見出し */
.topttl {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
  margin: 0 auto;
}
.topttl img {
  max-width: 100%;
  height: auto;
}

/* 段落 */
.topctt p:last-child {
  padding-bottom: 0;
}

/* =============================== スライドショー ========================================================== */
.spslider {
  display: none;
}

@media screen and (max-width: 750px) {
  .pcslider {
    display: none;
  }
  .spslider {
    display: block;
  }
}
/* =============================== 導入 ========================================================== */
#intro {
  background: url(../../../../images/bg_top.svg) no-repeat 100% 0%;
  background-size: contain;
  color: #000;
}
#intro p {
  font-size: 1.3em;
  font-weight: 900;
  line-height: 2em;
}
@media screen and (max-width: 700px) {
  #intro p {
    font-size: 1em;
  }
  #intro p span {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  #intro .center {
    text-align: left;
  }
  #intro .center span {
    display: inline;
  }
}
/* =============================== メニュー ========================================================== */
#topmenu {
  background: #149b86;
  color: #fff;
}
#topmenu ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#topmenu ul li {
  width: 30%;
  position: relative;
  line-height: 2.25em;
  /* 画像 */
  /* 見出し */
  /* 段落 */
  /* リンク */
}
@media screen and (max-width: 700px) {
  #topmenu ul li {
    width: 100%;
    margin-bottom: 2em;
  }
  #topmenu ul li:last-child {
    margin-bottom: 0;
  }
  #topmenu ul li a {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #topmenu ul li a .topmenuimg,
  #topmenu ul li a .topmenutxt {
    width: 48%;
  }
  #topmenu ul li a .topmenutxt {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #topmenu ul li {
    margin-bottom: 3em;
  }
  #topmenu ul li:last-child {
    margin-bottom: 0;
  }
}
#topmenu ul li img {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
  filter: drop-shadow(0 0.2em 1em rgba(0, 0, 0, 0.24));
}
#topmenu ul li h2 {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
#topmenu ul li p:last-child {
  padding-bottom: 0;
}
#topmenu ul li a {
  color: #fff;
  transition: 0.3s ease-in-out;
}
#topmenu ul li a:hover {
  color: #CFE19C;
  text-decoration: none;
}
#topmenu ul li a:hover img {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  opacity: 1;
  filter: alpha(opacity=70);
  transform: translate(0, 0.2em);
}

/* =============================== Youtube ========================================================== */
#topvideo {
  background: url(../../../images/bg_top2.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* 見出し */
#topvideo .topttl {
  width: 48.3%;
}

@media screen and (max-width: 980px) {
  #topvideo .topttl {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #topvideo .topttl {
    width: 100%;
  }
}
/* ボタン */
.btn_more {
  padding-top: 2em;
}

.btn_more img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .btn_more img {
    width: 200px;
  }
}
/* =============================== Instagram ========================================================== */
#topinsta {
  background: #000;
  color: #fff;
}

/* -------------------------- インスタエリア ------------------------------------------- */
@media screen and (max-width: 1050px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
}
/* =============================== ブログ ========================================================== */
#topblog {
  background: #fff;
}

/* -------------------------- 新着共通 ------------------------------------------- */
#topblog .innermin, #topnews .innermin {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* 見出し */
#topblog .topttl, #topnews .topttl {
  width: 24%;
  position: relative;
  box-sizing: border-box;
  padding-right: 5.7%;
  padding-bottom: 0;
  border-right: #149b86 solid 4px;
  display: flex;
  align-items: center;
  color: #149b86;
}

#topblog .topttl a, #topnews .topttl a {
  color: #149b86;
}

#topblog .topttl a:hover, #topnews .topttl a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #topblog .topttl, #topnews .topttl {
    width: 100%;
    border-right: none;
    padding-bottom: 1.5em;
  }
  #topblog .topttl span, #topnews .topttl span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #topblog .topttl img, #topnews .topttl img {
    width: 30%;
  }
}
/* 記事エリア ------------------------------------------- */
.postbox {
  width: 76%;
  position: relative;
  box-sizing: border-box;
  padding-left: 5.7%;
}

.postbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
}

.postbox li {
  width: 100%;
  height: 1.2em;
  line-height: 1em;
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.postbox li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .postbox {
    width: 100%;
  }
}
/* リンク */
.postbox a {
  color: #000;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}

.postbox a:hover {
  color: #149b86;
}

/* 日付 */
.postbox .date {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 2em;
  color: #9ec33a;
}

/* =============================== 新着情報 ========================================================== */
#topnews {
  background: #9ec33a;
}
#topnews .topttl a {
  color: #fff;
}
#topnews .postbox .date {
  color: #fff;
}

/* =============================== カテゴリーページ ========================================================== */
.archive,
.page-template-page-blogs {
  /* エントリーヘッダー */
  /* 日付 */
  /* 記事タイトル */
  /* 本文抜粋表示 */
}
.archive article,
.page-template-page-blogs article {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  margin-bottom: 2em;
  background: #eeeeee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.archive article .post-thumbnail,
.page-template-page-blogs article .post-thumbnail {
  width: 25%;
  box-sizing: border-box;
  padding-right: 1em;
  /* サムネイル画像 */
}
@media screen and (max-width: 700px) {
  .archive article .post-thumbnail,
  .page-template-page-blogs article .post-thumbnail {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1em;
  }
}
.archive article .post-thumbnail img,
.page-template-page-blogs article .post-thumbnail img {
  width: 100%;
  height: auto;
}
.archive article .post-area,
.page-template-page-blogs article .post-area {
  flex: 1;
}
@media screen and (max-width: 700px) {
  .archive article .post-area,
  .page-template-page-blogs article .post-area {
    width: 100%;
  }
}
.archive .entry-header,
.page-template-page-blogs .entry-header {
  border-bottom: #149b86 solid 1px;
}
.archive .datebox,
.page-template-page-blogs .datebox {
  font-size: 0.8em;
  background: #149b86;
  color: #fff;
}
@media screen and (max-width: 1051px) {
  .archive .datebox,
  .page-template-page-blogs .datebox {
    font-size: 0.6em;
  }
}
.archive .entry-title,
.page-template-page-blogs .entry-title {
  font-size: 1.2em;
  line-height: 1.5em;
}
.archive .entry-title a,
.page-template-page-blogs .entry-title a {
  color: #000;
}
.archive .entry-content,
.page-template-page-blogs .entry-content {
  padding: 1em 0 1em 0;
  line-height: 1.75em;
}

/* ページネーション ------------------------------------------- */
.pagination .nav-links {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  text-align: center;
  color: #aaa;
}
.pagination .nav-links a, .pagination .nav-links span {
  display: inline-block;
  padding: 0.5em;
}
.pagination .nav-links span.screen-reader-text {
  display: none;
}
.pagination .nav-links a {
  color: #149b86;
}

/* 矢印 */
.page-numbers::before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
}

.prev.page-numbers::before {
  content: "\f053";
}

.next.page-numbers::before {
  content: "\f054";
}

/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
/* -------------------------- エントリーヘッダー ------------------------------------------- */
.entry-header {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

/* 日付 ------------------------------------------- */
.datebox {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 6.5em;
  max-height: 6.5em;
  box-sizing: border-box;
  background: #eeeeee;
  padding: 1.5em 1em;
  color: #149b86;
  font-weight: 900;
}

.date_y,
.date_md {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

/* 年 */
.date_y {
  letter-spacing: 0.2em;
  line-height: 1em;
  padding-bottom: 1em;
}

/* 月日 */
.date_md {
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1em;
}

/* エントリータイトル ------------------------------------------- */
.entry-title {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  -webkit-text-stroke-width: 0.4px !important;
  line-height: 1.5em;
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1em;
  font-weight: 700;
}

/* -------------------------- 記事本文 ------------------------------------------- */
.entry-content {
  width: 100%;
  position: relative;
  padding: 2em 0 4em 0;
}
.entry-content h4 {
  font-size: 1.5em;
}
.entry-content h5 {
  font-size: 1.25em;
}
.entry-content h6 {
  font-size: 1.2em;
}

.img {
  max-width: 100%;
  height: auto;
}

/* -------------------------- ナビゲーション ------------------------------------------- */
.screen-reader-text,
.nav-subtitle,
.nav-links svg {
  display: none;
}

.nav-next {
  text-align: right;
}

/* 矢印 ------------------------------------------- */
.nav-previous a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-next a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

/* 前後タイトル ------------------------------------------- */
.nav-links {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.nav-previous,
.nav-next {
  width: 48%;
  position: relative;
}

/* あふれた文字･･･表示 */
.nav-title {
  display: block;
  line-height: 1em;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.nav-next .nav-title {
  padding-left: 0;
  padding-right: 1em;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.sec {
  width: 100%;
  padding: 8.33em 0;
}

/* 最大幅1500px */
.max1500px {
  max-width: 1500px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #fff;
}

.sec_bg2 {
  background: #eeeeee;
}

.sec_bg3 {
  background: #666;
  color: #fff;
}

.sec_bg3 a {
  color: #fff;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .parts-h3 {
    font-size: 1.8em;
  }
}

.parts-h4 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .parts-h4 {
    font-size: 1.3em;
  }
}

/* 大きな数字 */
.lnmb {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #149b86;
  display: block;
  line-height: 1em;
  padding-bottom: 1em;
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt .sec p {
  padding-bottom: 4em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.5em;
  }
}
.freepage-ctt .sec p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto;
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin-bottom: 4em;
  background: #eeeeee;
  color: #000;
}
@media screen and (max-width: 700px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox a {
  color: #000;
}
.bbox h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .bbox h3 {
    font-size: 1.5em;
  }
}
.bbox p {
  padding-bottom: 0;
}

/* ------------ Googleマップ ------------------------------------------- */
.access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 4.5em;
}
.access_map iframe,
.access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 700px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 12em;
  }
}
.access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4.5em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 700px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 4.5em;
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1051px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .imgtxt_txtbox h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～6つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3,
.imgbox_txtarea h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4.5em;
  /* リスト */
}
.img2box ul,
.img3txtbox ul,
.img4txtbox ul,
.img5txtbox ul,
.img6txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 700px) {
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    margin-top: -3em;
  }
}
.img2box ul li,
.img3txtbox ul li,
.img4txtbox ul li,
.img5txtbox ul li,
.img6txtbox ul li {
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 700px) {
  .img2box ul li,
  .img3txtbox ul li,
  .img4txtbox ul li,
  .img5txtbox ul li,
  .img6txtbox ul li {
    margin-top: 3em;
  }
}
.img2box ul li img,
.img3txtbox ul li img,
.img4txtbox ul li img,
.img5txtbox ul li img,
.img6txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  /* リスト */
}
@media screen and (min-width: 701px) {
  .img2box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 700px) {
  .img2box ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.img2box ul li {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .img2box ul li:has(.youtube_box) {
    width: 100%;
  }
}
.img2box.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  /* リスト */
}
.img3txtbox ul {
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 701px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img3txtbox ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img3txtbox.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  /* リスト */
}
.img4txtbox ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1051px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 5つ並び画像テキストボックス -------------------------------- */
.img5txtbox {
  /* リスト */
}
.img5txtbox ul li {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .img5txtbox ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/* 6つ並び画像テキストボックス -------------------------------- */
.img6txtbox {
  /* リスト */
}
.img6txtbox ul li {
  width: 15%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .img6txtbox ul li:nth-child(6n) {
    margin-right: 0;
  }
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 700px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */
  }
  .img1txt_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_tb {
    /* リスト */
  }
  .img2txt_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img2txt_tb ul li {
    width: 49%;
  }
  .img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img3txt_tb ul li {
    width: 32%;
  }
  .img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img4txt_tb ul li {
    width: 23.5%;
  }
  .img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img5txt_tb ul li {
    width: 18.4%;
  }
  .img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #eeeeee;
  color: #000;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 700px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .no_list h3 {
    font-size: 1.5em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  background: #eeeeee;
  color: #000;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 700px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .check_list h3 {
    font-size: 1.5em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #eeeeee;
  color: #000;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 700px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .order_list h3 {
    font-size: 1.5em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style-position: inside;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 4em;
  /* 見出し */
  /* リスト */
}
.table_list h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 700px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
  background: #eeeeee;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: #000 solid 1px;
  padding: 0.5em;
}
@media screen and (max-width: 700px) {
  .table_list ul li {
    padding: 0 0.5em;
  }
}
.table_list ul li:last-child {
  border-bottom: none;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 1em;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    padding: 1em;
    display: block;
    text-align: left;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: 400;
  border-right: #000 solid 1px;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    font-weight: bold;
    border-right: none;
    border-bottom: #000 solid 1px;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  opacity: 0.6;
  padding: 3.57em;
  background: #eeeeee;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 700px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child,
.freepage-ctt .sec .innerbox .img5txtbox:last-child,
.freepage-ctt .sec .innerbox .img6txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child,
.freepage-ctt .sec .innerbox .access_map:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child,
.img5txtbox img:last-child,
.img6txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child,
.img5txtbox a img:last-child,
.img6txtbox a img:last-child {
  margin-bottom: 2.25em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img,
.img5txtbox a:last-child img,
.img6txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child,
.img5txtbox a:last-child img:last-child,
.img6txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 公開設定 ========================================================= */
.sec-off {
  display: none;
}

/* =============== 背景色 ========================================================= */
.sec-bg1 {
  background: #fff;
}
.sec-bg1:first-child {
  padding-top: 4.5em;
}

.sec-bg2 {
  background: #eeeeee;
}

.sec-bg3 {
  background: #149b86;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec-bg1 + .sec-bg1,
.sec-bg2 + .sec-bg2,
.sec-bg3 + .sec-bg3 {
  padding-top: 0 !important;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 1em;
  color: #149b86;
  /* 大きな数字 */
}
.sec-bg3 .parts_hd {
  color: #fff;
}
.parts_hd .hd_jp {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  font-size: 2em;
  line-height: 1.5em;
}
@media screen and (max-width: 700px) {
  .parts_hd .hd_jp {
    font-size: 1.6em;
  }
}
.parts_hd .hd_en {
  display: block;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 700px) {
  .parts_hd .hd_en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_en {
    font-size: 2em;
  }
}
.parts_hd .hd_en + .hd_jp {
  font-size: 1.15em;
  padding-top: 0.5em;
}
@media screen and (max-width: 700px) {
  .parts_hd .hd_en + .hd_jp {
    font-size: 1.25em;
  }
}

.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 左寄せ・幅指定中央配置テキスト */
.tw_s {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .tw_s {
    width: 100%;
  }
}

.tw_m {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .tw_m {
    width: 100%;
  }
}

.tw_l {
  width: 100%;
}

/* ------------ 段落 -------------------------------- */
.partspage-ctt a {
  text-decoration: underline;
}
.partspage-ctt .link_txt a {
  font-size: 1.5em;
}
.partspage-ctt .btn {
  padding-bottom: 4.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec-bg3 a {
  color: #fff;
}
.partspage-ctt .sec-bg3 a:hover {
  color: #9ec33a;
}
.partspage-ctt .sec-bg3 .parts_copy {
  color: #000 !important;
}
.partspage-ctt .sec p {
  padding-bottom: 4.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  color: #149b86;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.6em;
  }
}
.partspage-ctt .sec p.ts_m {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 4.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #149b86;
  opacity: 0.8;
  filter: alpha(opacity=70);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2em;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.25em;
  margin-bottom: 4.5em;
  background: #eeeeee;
  color: #000;
  border-radius: 1em;
}
.sec-bg2 .textbox {
  background: #fff;
}
@media screen and (max-width: 700px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

/* ------------ Googleマップ ------------------------------------------- */
.access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 4.5em;
}
.access_map iframe,
.access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 700px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 12em;
  }
}
.access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 4.5em;
  text-align: center;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 700px) {
  .parts_img img {
    width: 100%;
  }
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 4.5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1051px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.imgltxt .imgtxt_img {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.imgrtxt .imgtxt_img {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 画像 */
.imgcard_img {
  position: relative;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4.5em;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 700px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -3em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* リンク */
  /* 画像 */
}
@media screen and (max-width: 700px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 3em;
  }
}
.imgcard_l1 ul li a,
.imgcard_l2 ul li a,
.imgcard_l3 ul li a,
.imgcard_l4 ul li a,
.imgcard_l5 ul li a,
.imgcard_l6 ul li a {
  text-decoration: none;
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

/* 1つ並び -------------------------------- */
.imgcard_l1 {
  /* リスト */
}
@media screen and (min-width: 701px) {
  .imgcard_l1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l1 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l1 ul li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .imgcard_l1 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l1.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l1.imghbox ul li {
    width: 47%;
  }
}

/* 2つ並び -------------------------------- */
.imgcard_l2 {
  /* リスト */
}
.imgcard_l2 ul {
  justify-content: space-between !important;
}
@media screen and (min-width: 701px) {
  .imgcard_l2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l2 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l2 ul li {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .imgcard_l2 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l2.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l2.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び -------------------------------- */
.imgcard_l3 {
  /* リスト */
}
.imgcard_l3 ul {
  margin-top: -3em;
}
.imgcard_l3 ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 701px) {
  .imgcard_l3 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l3 ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l3.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgcard_l3.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び -------------------------------- */
.imgcard_l4 {
  /* リスト */
}
.imgcard_l4 ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .imgcard_l4 ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1051px) and (min-width: 481px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 5つ並び -------------------------------- */
.imgcard_l5 {
  /* リスト */
}
.imgcard_l5 ul li {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .imgcard_l5 ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/* 6つ並び -------------------------------- */
.imgcard_l6 {
  /* リスト */
}
.imgcard_l6 ul li {
  width: 15%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .imgcard_l6 ul li:nth-child(6n) {
    margin-right: 0;
  }
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 700px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */
  }
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */
  }
  .imgcard_l2_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */
  }
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
.rd {
  border-radius: 2.5em;
}

/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 4.5em;
  margin: 0 auto;
  margin-bottom: 4.5em;
  background: #eeeeee;
  color: #000;
  border-radius: 1em;
  /* 見出し */
}
.sec-bg2 .no_list,
.sec-bg2 .order_list,
.sec-bg2 .check_list {
  background: #fff;
}
.sec-bg3 .no_list,
.sec-bg3 .order_list,
.sec-bg3 .check_list {
  background: #fff;
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #149b86;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list ul li,
.no_list ol li,
.order_list ul li,
.order_list ol li,
.check_list ul li,
.check_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child,
.no_list ol li:last-child,
.order_list ul li:last-child,
.order_list ol li:last-child,
.check_list ul li:last-child,
.check_list ol li:last-child {
  padding-bottom: 0;
}
.no_list ul li .li_ttl,
.no_list ol li .li_ttl,
.order_list ul li .li_ttl,
.order_list ol li .li_ttl,
.check_list ul li .li_ttl,
.check_list ol li .li_ttl {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.no_list ul li .li_ttl + .li_txt,
.no_list ol li .li_ttl + .li_txt,
.order_list ul li .li_ttl + .li_txt,
.order_list ol li .li_ttl + .li_txt,
.check_list ul li .li_ttl + .li_txt,
.check_list ol li .li_ttl + .li_txt {
  display: block;
}
.no_list ul li .li_txt,
.no_list ol li .li_txt,
.order_list ul li .li_txt,
.order_list ol li .li_txt,
.check_list ul li .li_txt,
.check_list ol li .li_txt {
  text-indent: initial;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #149b86;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-top: 0.5em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  margin-left: -0.8em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  color: #149b86;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 0.5em;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li::before {
  position: absolute;
  padding-left: 0;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #149b86;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4.5em;
  color: #000;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #149b86;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .table h3,
  .table h4 {
    font-size: 1.3em;
  }
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 1em;
  margin-bottom: 0.5em;
  overflow: hidden;
  background: #eeeeee;
}
.sec-bg1 .table ul li .table_th,
.sec-bg1 .table ul li .table_td {
  border-color: #fff;
}
.sec-bg2 .table ul li {
  background: #fff;
}
.sec-bg2 .table ul li .table_th,
.sec-bg2 .table ul li .table_td {
  border-color: #eeeeee;
}
.sec-bg3 .table ul li .table_th,
.sec-bg3 .table ul li .table_td {
  border-color: #149b86;
}
.table ul li:last-child {
  margin-bottom: 0;
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: 1%;
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: 2%;
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: 3%;
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: 4%;
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: 5%;
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: 6%;
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: 7%;
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: 8%;
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: 9%;
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: 10%;
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: 11%;
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: 12%;
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: 13%;
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: 14%;
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: 15%;
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: 16%;
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: 17%;
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: 18%;
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: 19%;
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: 20%;
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: 21%;
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: 22%;
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: 23%;
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: 24%;
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: 25%;
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: 26%;
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: 27%;
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: 28%;
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: 29%;
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: 30%;
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: 31%;
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: 32%;
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: 33%;
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: 34%;
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: 35%;
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: 36%;
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: 37%;
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: 38%;
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: 39%;
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: 40%;
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: 41%;
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: 42%;
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: 43%;
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: 44%;
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: 45%;
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: 46%;
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: 47%;
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: 48%;
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: 49%;
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: 50%;
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: 51%;
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: 52%;
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: 53%;
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: 54%;
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: 55%;
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: 56%;
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: 57%;
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: 58%;
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: 59%;
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: 60%;
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: 61%;
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: 62%;
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: 63%;
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: 64%;
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: 65%;
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: 66%;
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: 67%;
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: 68%;
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: 69%;
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: 70%;
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: 71%;
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: 72%;
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: 73%;
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: 74%;
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: 75%;
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: 76%;
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: 77%;
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: 78%;
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: 79%;
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: 80%;
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: 81%;
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: 82%;
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: 83%;
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: 84%;
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: 85%;
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: 86%;
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: 87%;
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: 88%;
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: 89%;
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: 90%;
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: 91%;
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: 92%;
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: 93%;
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: 94%;
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: 95%;
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: 96%;
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: 97%;
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: 98%;
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: 99%;
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li.table_li .row_th {
  color: #149b86;
  font-weight: 700;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #149b86;
}
.table ul li.table_li .col_th {
  color: #149b86;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .table ul li.table_li .col_th {
    display: none;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1em 1.5em;
  margin: 0.5em 0;
  font-size: 1em;
  line-height: 1.5em;
  border-right: #fff solid 0.15em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    padding: 1em;
    width: 100%;
    border-right: none;
    border-bottom: #fff solid 0.15em;
  }
}
.table ul li .table_td {
  width: auto;
  font-weight: 500;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .table ul li .col_th_sp {
    display: block;
    font-size: 0.8em;
  }
}
.table ul li:last-child {
  border-bottom: none;
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 4.5em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tl_box.side_tl .tl, .tl_box.side_img .tl {
  width: 45% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .tl_box.side_tl .tl, .tl_box.side_img .tl {
    width: 100% !important;
  }
}
.tl_box .tl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.25em;
  /* 見出し */
  /* リスト */
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #149b86;
}
.sec-bg3 .tl_box .tl h3,
.sec-bg3 .tl_box .tl h4 {
  color: #000;
}
@media screen and (max-width: 700px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.3em;
  }
}
.tl_box .tl ul {
  list-style: none inside;
  text-align: left;
  display: table;
  width: auto;
  /* 最後の点線 */
}
.tl_box .tl ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: table-row;
}
.tl_box .tl ul li:first-child::before {
  top: 2em;
}
.tl_box .tl ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.tl_box .tl ul li .tl_time,
.tl_box .tl ul li .tl_txt {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-weight: 900;
  text-align: right;
  color: #000;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt strong {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.tl_box .tl ul li .tl_txt::before, .tl_box .tl ul li .tl_txt::after {
  content: "";
  display: block;
}
.tl_box .tl ul li .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: #149b86 solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=70);
}
.sec-bg3 .tl_box .tl ul li .tl_txt::before {
  border-color: #fff;
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #149b86;
  z-index: 2;
}
.sec-bg3 .tl_box .tl ul li .tl_txt::after {
  background: #fff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.tl_box .tl ul li .tl_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-top: 1em;
}
.tl_box .tl ul li .tl_img img {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.tl_box .tl ul.on li:last-child .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: #149b86 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=70);
}
.sec-bg3 .tl_box .tl ul.on li:last-child .tl_txt::before {
  border-color: #fff;
}
@media screen and (max-width: 700px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 700px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4.5em;
  color: #000;
  border-radius: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1051px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 700px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list.bgcolor {
  background: #dcdcdc;
  padding: 2.25em;
}
.sec-bg3 .note_list.bgcolor {
  background: #fff;
}
.note_list h3,
.note_list h4 {
  color: #149b86;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "※";
  padding-left: 0em;
  margin-top: -0.2em;
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  display: block;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 700px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: block;
}

/* =============== Youtube動画 ========================================================= */
.yttxt .imgtxt_img {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .yttxt .imgtxt_img {
    width: 100%;
  }
}

.yttxt_youtube {
  width: 100%;
}
.yttxt_youtube span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yttxt_youtube span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.imgcard_l2 .yttxt_youtube,
.imgcard_l3 .yttxt_youtube {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.partspage-ctt .sec .innerbox p:last-child,
.partspage-ctt .sec .innerbox p.parts_copy:last-child,
.partspage-ctt .sec .innerbox p.note:last-child,
.partspage-ctt .sec .innerbox .btn:last-child,
.partspage-ctt .sec .innerbox .parts_img:last-child,
.partspage-ctt .sec .innerbox .imgltxt:last-child,
.partspage-ctt .sec .innerbox .imgrtxt:last-child,
.partspage-ctt .sec .innerbox .imgcard_l1:last-child,
.partspage-ctt .sec .innerbox .imgcard_l2:last-child,
.partspage-ctt .sec .innerbox .imgcard_l3:last-child,
.partspage-ctt .sec .innerbox .imgcard_l4:last-child,
.partspage-ctt .sec .innerbox .imgcard_l5:last-child,
.partspage-ctt .sec .innerbox .imgcard_l6:last-child,
.partspage-ctt .sec .innerbox .tl_box:last-child,
.partspage-ctt .sec .innerbox .pdf_box:last-child,
.partspage-ctt .sec .innerbox .faq_box:last-child {
  padding-bottom: 0;
}
.partspage-ctt .sec .innerbox .textbox:last-child,
.partspage-ctt .sec .innerbox .no_list:last-child,
.partspage-ctt .sec .innerbox .check_list:last-child,
.partspage-ctt .sec .innerbox .order_list:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .note_list:last-child,
.partspage-ctt .sec .innerbox .access_map:last-child,
.partspage-ctt .sec .innerbox .sitemap_box:last-child,
.partspage-ctt .sec .innerbox .table:last-child {
  margin-bottom: 0;
}

.imgcard_l2 img:last-child,
.imgcard_l3 img:last-child,
.imgcard_l4 img:last-child {
  margin-bottom: 0;
}
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 a img:last-child {
  margin-bottom: 1em;
}
.imgcard_l2 a:last-child img,
.imgcard_l3 a:last-child img,
.imgcard_l4 a:last-child img {
  margin-bottom: 0;
}
.imgcard_l2 a:last-child img:last-child,
.imgcard_l3 a:last-child img:last-child,
.imgcard_l4 a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_img .youtube_box {
  margin-bottom: 0;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child .imgcard_img::after {
  display: none;
}
.imgcard_flow ul li .imgcard_img::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #149b86;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: -8%;
  bottom: auto;
  transform: translateY(-50%);
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 700px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_tb.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb.imgcard_flow ul li .imgcard_img::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #149b86;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -2em;
    transform: translateX(-50%);
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l2_tb.imgcard_flow ul li {
    width: 47%;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_tb.imgcard_flow ul li {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l3_tb.imgcard_flow ul li {
    width: 31%;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) .imgcard_img::after {
    display: none;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_sp.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_sp.imgcard_flow ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) .imgcard_img::after {
    display: none;
  }
  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_sp.imgcard_flow ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) .imgcard_img::after {
    display: none;
  }
  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) .imgcard_img::after {
    display: none;
  }
  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) .imgcard_img::after {
    display: none;
  }
  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) .imgcard_img::after {
    display: none;
  }
}
/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 4.5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 700px) {
  .pdf_box h4 {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  background: #eeeeee;
  border-radius: 1em;
}
.sec-bg2 .pdf_box ul li, .sec-bg3 .pdf_box ul li {
  background: #fff;
}
.pdf_box ul li a {
  display: block;
  color: #000;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a i {
  color: #000;
  padding-right: 0.25em;
  position: absolute;
  top: 1.5em;
  transition: 0.3s ease;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 1em;
}
.pdf_box ul li a:hover {
  color: #149b86 !important;
}
.pdf_box ul li a:hover i {
  color: #149b86;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 4.5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box ul.qa_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.faq_box ul.qa_list li.qa_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 0.5em;
  overflow: hidden;
  /* テキスト ------------------------------------------- */
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set:not(:last-child) {
  margin-bottom: 1em;
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  background: #eeeeee;
  padding: 1.2em;
  text-indent: -1.9em;
  padding-left: 3.45em;
  padding-right: 4em;
  transition: 1s ease;
}
.sec-bg2 .faq_box ul.qa_list li.qa_set .qa_txt .question, .sec-bg3 .faq_box ul.qa_list li.qa_set .qa_txt .question {
  background: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  content: "Q";
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: 300;
  text-indent: 0;
  line-height: 1em;
  content: "+";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.6em;
  bottom: 0.6em;
  transition: 1s ease;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #eeeeee;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease;
}
.sec-bg2 .faq_box ul.qa_list li.qa_set .qa_txt p.answer, .sec-bg3 .faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  background: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
  text-indent: -1.8em;
  padding-left: 3.8em;
  line-height: 1.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  content: "A";
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.5em;
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_open {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=70);
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  font-weight: 700;
  background: #149b86;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
  padding-bottom: 0.2em;
  color: #000;
  border-color: #000;
}
.sec-bg3 .faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
}
.faq_box .btn {
  padding-top: 2em;
}

/* =============== サイトマップ ========================================================= */
/* サイトマップ共通 -------------------------------- */
.sitemap_box {
  margin-bottom: 4.5em;
}
.sitemap_box ul.sitemap_list {
  font-size: 1.5em;
  list-style-type: decimal;
  padding-left: 1em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 {
  padding-bottom: 1em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1:last-child {
  padding-bottom: 0;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 a.l1_url {
  color: #dcdcdc;
  text-decoration-color: #dcdcdc;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 h4.sitemap_l1_txt {
  color: #dcdcdc;
  border-bottom: #149b86 solid 0.2em;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 {
  font-size: 0.8em;
  list-style-type: none;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 {
  position: relative;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1em;
  right: auto;
  bottom: auto;
  width: 0.8em;
  height: 0.8em;
  background-color: #149b86;
  border-radius: 50%;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 ul.sitemap_list_l3 {
  list-style: none;
  padding-left: 1.5em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 ul.sitemap_list_l3 li.sitemap_l3 {
  font-size: 0.8em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 ul.sitemap_list_l3 li.sitemap_l3::before {
  content: ">";
  color: #000;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contact-template .wrap,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.contactpage-ctt {
  /* 見出し */
}
.contactpage-ctt h3 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 900;
}
.contactpage-ctt .sec {
  width: 100%;
}
.contactpage-ctt .sec p {
  padding-bottom: 2em;
}
@media screen and (max-width: 700px) {
  .contactpage-ctt .sec p.center {
    text-align: left;
  }
}
.contactpage-ctt .sec.contact_tel p {
  /* -------------------------- 電話 ------------------------------------------- */
  /* 時間 */
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel {
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #149b86;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel strong {
  font-family: "Urbanist", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-weight: 900;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_tel.center {
    text-align: center;
  }
}
.contactpage-ctt .sec.contact_tel p.contacttel_time {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0;
  color: #149b86;
}
@media screen and (max-width: 700px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
    text-align: center;
  }
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  color: #000;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 700px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 18em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 18em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  border: #eeeeee solid 0.1em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  display: inline-block;
  cursor: pointer;
  padding: 1em 5em;
  border: #000 solid 0.1em;
  background: #000;
  color: #fff;
  transition: 0.3s ease;
  text-align: center;
  border: #149b86 solid 2px;
  border-radius: 5em;
  background: #149b86;
  color: #fff;
  font-weight: 700;
  padding: 0.5em 5em;
}
.formbox .wpcf7-form input[type=submit]:hover {
  background: #fff;
  color: #000;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=70);
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #149b86;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #149b86;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

/* ================= フォーム確認画面 ============================================================ */
div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: #fff !important;
  border-radius: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf + div#wpcf7cpcnf {
  position: absolute;
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #ececec dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 15em;
  font-weight: normal !important;
  text-align: left;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  display: inline-block;
  cursor: pointer;
  padding: 1em 5em;
  border: #000 solid 0.1em;
  background: #000;
  color: #fff;
  transition: 0.3s ease;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 10em !important;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding: 0.5em 1em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #9ec33a;
  border: #9ec33a solid 2px;
  color: #fff;
  border-radius: 5em;
  padding: 0.5em;
  font-weight: 700;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background: #dcdcdc;
  border: #149b86 solid 2px;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
  background: #149b86;
  color: #fff;
  border: #149b86 solid 2px;
  border-radius: 5em;
  padding: 0.5em;
}

/* 非表示コンテンツの高さ */
.wpcf7cp-form-hide {
  height: 0;
}/*# sourceMappingURL=style.css.map */