@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: 'Noto Sans JP', '游ゴシック', '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;
  overflow: hidden; }

.home #main {
  padding-top: 50px; }

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

.innerbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  border-bottom: #000 solid 1px;
  position: relative;
  padding-top: 50px; }

.single .site-main {
  background: url("../../../images/bg_subpage.png") no-repeat right top/80% auto; }

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

#primary, #secondary {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; }

/* リンク */
a {
  color: #55B827;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

a:hover {
  color: #86DC5C;
  text-decoration: underline; }

a img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: nobel, sans-serif !important;
  font-style: normal; }

/* ページタイトル */
.page-title {
  font-family: korolev-military-stencil, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
  width: 100%;
  padding: 1em 0;
  position: relative; }

/* サイドカラム見出し */
.widget-title {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em; }

/* 投稿ページ見出し */
.page-title .subtitle {
  display: block;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 0.5em;
  line-height: 1.5em; }

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

/* ================= フォーム（全ページ共通） ============================================================ */
.gform {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4.5em; }
  .gform:last-child {
    padding-bottom: 0; }
  .gform .formbox {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    /* 段落 */
    /* -------------------------- Google Form ------------------------------------------- */ }
    .gform .formbox p {
      padding-bottom: 1em; }
    .gform .formbox .autoConfirm {
      /* セクション ------------------------------------------- */
      /* ボタン ------------------------------------------- */
      /* 確認画面 ------------------------------------------- */ }
      .gform .formbox .autoConfirm .form_sec {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 4.5em;
        /* 見出し */
        /* 段落 */
        /* 画像タイトル */
        /* 画像 */
        /* 動画タイトル */
        /* 動画テキスト */
        /* 動画 */
        /* フォーム */ }
        .gform .formbox .autoConfirm .form_sec .parts-copy {
          padding-bottom: 0.75em; }
          .gform .formbox .autoConfirm .form_sec .parts-copy:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .desc-text {
          line-height: 1.5em;
          padding-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec .desc-text:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .img-title {
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          .gform .formbox .autoConfirm .form_sec .img-title:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .form_img {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec .form_img img {
            max-width: 100%;
            height: auto; }
          .gform .formbox .autoConfirm .form_sec .form_img:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .video-title {
          font-size: 1em;
          font-weight: 900;
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          .gform .formbox .autoConfirm .form_sec .video-title:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .video-text {
          font-size: 0.9em;
          font-weight: 500;
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          .gform .formbox .autoConfirm .form_sec .video-text:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .youtube_box {
          margin-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec .youtube_box:last-child {
            margin-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec div.center, .gform .formbox .autoConfirm .form_sec div.left, .gform .formbox .autoConfirm .form_sec div.right {
          padding-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec div.center:last-child, .gform .formbox .autoConfirm .form_sec div.left:last-child, .gform .formbox .autoConfirm .form_sec div.right:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec ul.form_ctt {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none inside;
          margin-bottom: 2.25em;
          /* フォーム行 ------------------------------------------- */ }
          .gform .formbox .autoConfirm .form_sec ul.form_ctt:last-child {
            margin-bottom: 0; }
          .gform .formbox .autoConfirm .form_sec ul.form_ctt li {
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch;
            border-radius: 0.5em;
            padding: 0.5em 0;
            margin-bottom: 0.5em;
            background: #eee;
            /* 見出し */
            /* 内容 ------------------------------------------- */ }
            @media screen and (max-width: 700px) {
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li {
                padding: 0.5em; } }
            .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              width: 15em;
              padding: 1em;
              line-height: 1em;
              font-weight: 700;
              color: #000; }
              @media screen and (min-width: 701px) {
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
                  display: -ms-flexbox;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: flex;
                  -ms-flex-align: center;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                  align-items: center; } }
              @media screen and (max-width: 700px) {
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
                  width: 100%;
                  border-right: none; } }
            .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-box-flex: 1;
              -webkit-flex: 1;
              -moz-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              padding: 1em;
              line-height: 1em;
              font-weight: 500;
              color: #000;
              /* 説明文 */
              /* 説明画像 */
              /* フォームパーツ ------------------------------------------- */
              /* 幅100%パーツ */
              /* マウスオーバー時カーソルポインター */
              /* テキストエリア */
              /* チェックボックス・ラジオボタン（デザインボタン） */
              /* 画像付きチェックボックス */
              /* 均等目盛 */
              /* グリッド */ }
              @media screen and (max-width: 700px) {
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
                  width: 100%; } }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p {
                font-size: 0.8em;
                line-height: 1.5em;
                padding-bottom: 0.5em;
                opacity: 0.6;
                filter: alpha(opacity=70); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p:last-child {
                  padding-bottom: 0; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img {
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                line-height: 0;
                padding-bottom: 0.75em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img img {
                  max-width: 100%;
                  height: auto; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img:last-child {
                  padding-bottom: 0; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="text"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="email"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="url"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="number"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="date"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="time"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="datetime-local"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
                font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
                font-size: 1em;
                line-height: 1em;
                box-sizing: border-box;
                padding: 0.5em 1em;
                border-radius: 1.5em;
                border: none;
                background: #fff; }
                @media screen and (max-width: 700px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="text"],
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="email"],
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="url"],
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="number"],
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="date"],
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="time"],
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="datetime-local"],
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
                    padding: 0.5em; } }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="text"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="email"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="url"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="tel"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
                width: 100%; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select,
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label {
                cursor: pointer; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
                height: 10em;
                line-height: 1.5em; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set {
                line-height: 1.5em;
                position: relative;
                display: inline-block;
                padding: 0.5em 1.5em 0.5em 0;
                /* チェックボックス */
                /* ラジオボタン */
                /* その他 */ }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set:last-child {
                  padding-right: 0; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label {
                  display: inline;
                  padding-left: 0.25em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] {
                  position: relative;
                  z-index: 3;
                  cursor: pointer;
                  opacity: 0;
                  filter: alpha(opacity=70); }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::before, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::after {
                    content: "";
                    display: block;
                    line-height: 1em;
                    position: absolute;
                    top: 0.8em;
                    left: 0;
                    right: auto;
                    bottom: auto;
                    width: 0.7em;
                    height: 0.7em;
                    -webkit-transition: 0.2s ease;
                    -moz-transition: 0.2s ease;
                    -ms-transition: 0.2s ease;
                    -o-transition: 0.2s ease;
                    transition: 0.2s ease; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::before {
                    z-index: 1;
                    box-sizing: content-box;
                    border-radius: 0.2em;
                    border: #ccc solid 1px;
                    background: #fff; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::after {
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    line-height: 1;
                    content: "\f00c";
                    top: calc( 0.9em + 1px );
                    left: 1px;
                    z-index: 2;
                    color: #fff;
                    text-indent: 0.1em;
                    opacity: 0;
                    filter: alpha(opacity=70);
                    -webkit-transform: scale(0.6);
                    -moz-transform: scale(0.6);
                    -ms-transform: scale(0.6);
                    -o-transform: scale(0.6);
                    transform: scale(0.6);
                    -webkit-transform-origin: 0 0;
                    -moz-transform-origin: 0 0;
                    -ms-transform-origin: 0 0;
                    -o-transform-origin: 0 0;
                    transform-origin: 0 0;
                    overflow: hidden;
                    width: 0;
                    height: 1.17em;
                    -webkit-transition-delay: 0.2s;
                    -moz-transition-delay: 0.2s;
                    -o-transition-delay: 0.2s;
                    transition-delay: 0.2s; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"]:checked + label::before {
                    border: #55B827 solid 1px;
                    background: #55B827; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"]:checked + label::after {
                    width: 1.17em;
                    opacity: 100;
                    filter: alpha(opacity=70); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] {
                  position: relative;
                  z-index: 3;
                  cursor: pointer;
                  opacity: 0;
                  filter: alpha(opacity=70); }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::before, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0.75em;
                    left: 0;
                    right: auto;
                    bottom: auto;
                    width: 0.7em;
                    height: 0.7em;
                    -webkit-transition: 0.3s ease;
                    -moz-transition: 0.3s ease;
                    -ms-transition: 0.3s ease;
                    -o-transition: 0.3s ease;
                    transition: 0.3s ease;
                    border-radius: 50%; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::before {
                    z-index: 1;
                    box-sizing: content-box;
                    border: #ccc solid 1px;
                    background: #fff; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::after {
                    top: calc( 0.75em + 2px );
                    left: 2px;
                    z-index: 2;
                    box-sizing: border-box;
                    border: #fff solid 0.15em;
                    background: #55B827;
                    opacity: 0;
                    filter: alpha(opacity=70); }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"]:checked + label::before {
                    border: #55B827 solid 2px; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"]:checked + label::after {
                    opacity: 100;
                    filter: alpha(opacity=70); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="text"] {
                  width: 10em;
                  height: 2.5em;
                  display: inline;
                  line-height: 1em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"].other:checked + label::before {
                  top: 1.3em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"].other:checked + label::after {
                  top: calc( 1.4em + 1px ); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"].other:checked + label::before {
                  top: 1.25em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"].other:checked + label::after {
                  top: calc( 1.25em + 2px ); }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                display: -ms-flexbox;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-top: -2%; }
                @media screen and (min-width: 2200px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -4%; } }
                @media screen and (max-width: 1051px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -1em; } }
                @media screen and (max-width: 700px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -4%; } }
                @media screen and (max-width: 480px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -1em; } }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                  position: relative;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  width: 32%;
                  margin-right: 2%;
                  margin-top: 2%;
                  /* 画像 */
                  /* テキスト */ }
                  @media screen and (min-width: 701px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(3n) {
                      margin-right: 0; } }
                  @media screen and (max-width: 700px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                      width: 48%;
                      margin-right: 4%;
                      margin-top: 4%; } }
  @media screen and (max-width: 700px) and (min-width: 481px) {
    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(2n) {
      margin-right: 0; } }

                  @media screen and (max-width: 480px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                      width: 100%;
                      margin-right: 0;
                      margin-top: 1em; } }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img {
                    width: 100%;
                    position: relative;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    line-height: 0;
                    border-radius: 0.5em;
                    background: #fff;
                    cursor: pointer; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img::before {
                      content: "";
                      display: block;
                      padding-top: 79%; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span,
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img {
                      display: block;
                      position: absolute;
                      top: 0.5em;
                      left: 0.5em;
                      right: 0.5em;
                      bottom: 0.5em;
                      margin: auto; }
                      .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span img,
                      .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img img {
                        object-fit: contain;
                        object-position: 50% 50%;
                        width: 100%;
                        height: 100%;
                        font-family: "object-fit: contain; object-position: 50% 50%;"; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img {
                      display: -ms-flexbox;
                      display: -webkit-box;
                      display: -webkit-flex;
                      display: flex;
                      -ms-flex-align: center;
                      -webkit-box-align: center;
                      -webkit-align-items: center;
                      align-items: center;
                      -ms-flex-pack: center;
                      -webkit-box-pack: center;
                      -webkit-justify-content: center;
                      justify-content: center;
                      background: #dcdcdc; }
                      .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img::before {
                        content: "\f302";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 900;
                        line-height: 1;
                        font-weight: 400;
                        font-size: 4em;
                        color: #fff; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .input_set {
                    display: block; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set {
                /* 左右テキスト */
                /* ラジオボタン */ }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
                  padding-right: 2em; }
                  @media screen and (max-width: 480px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
                      padding-right: 1em; } }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option:last-child {
                    padding-right: 0; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set {
                  min-width: 1em;
                  text-align: center; }
                  @media screen and (max-width: 480px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set {
                      padding-right: 1em; } }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set input, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label {
                    display: block; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label {
                    padding-left: 0; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after {
                      left: 0.125em !important; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before {
                      top: 0 !important; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after {
                      top: 2px !important;
                      left: calc( 0.125em + 2px ) !important; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table {
                width: 100%;
                border-spacing: 0; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table td {
                  padding: 0.75em;
                  text-align: center;
                  border-bottom: #ccc solid 1px; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th {
                  font-weight: 500; }
      .gform .formbox .autoConfirm .btn_list {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none inside;
        text-align: center; }
        .gform .formbox .autoConfirm .btn_list input[type="button"],
        .gform .formbox .autoConfirm .btn_list input[type="submit"] {
          font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-size: 16px;
          font-size: 1vw;
          font-weight: 700;
          letter-spacing: 0.5em;
          text-indent: 0.5em;
          margin: 0 1em;
          cursor: pointer;
          border: none;
          width: 12em;
          padding: 1em;
          background: #55B827;
          color: #fff;
          border-radius: 3em; }
          @media screen and (min-width: 2200px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              font-size: 22px;
              line-height: 2.5em; } }
          @media screen and (max-width: 1051px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              font-size: 14px;
              font-size: 1.4vw; } }
          @media screen and (max-width: 700px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              font-size: 13px;
              font-size: 2vw; } }
          @media screen and (max-width: 480px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              font-size: 13px;
              font-size: 3vw; } }
          @media screen and (max-width: 700px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              width: 8em;
              margin: 0 0.5em; } }
        .gform .formbox .autoConfirm .btn_list input[type="button"] {
          background-color: #55B827;
          background-image: url("../../../images/ya2.svg"); }
      .gform .formbox .autoConfirm.confirm .form_sec {
        /* 入力内容 */ }
        .gform .formbox .autoConfirm.confirm .form_sec::after {
          content: "上記内容で送信します。宜しければ送信ボタンを押してください。（※まだ送信は終わっていません）";
          display: block;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.5em;
          padding-top: 2.25em; }
        .gform .formbox .autoConfirm.confirm .form_sec ul {
          background: #fff;
          border-radius: 0.5em;
          overflow: hidden;
          padding: 0 0.5em; }
          .gform .formbox .autoConfirm.confirm .form_sec ul li {
            border-radius: 0;
            border-bottom: #ccc solid 1px;
            margin-bottom: 0; }
            .gform .formbox .autoConfirm.confirm .form_sec ul li:last-child {
              border-bottom: none; }
            @media screen and (max-width: 700px) {
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_h {
                border-bottom: #ccc dashed 1px; } }
            .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d {
              /* 説明文非表示 */
              /* テキスト行 */
              /* ラジオボタン・チェックボックス */
              /* 画像付きラジオボタン・チェックボックス */
              /* 均等目盛 */
              /* グリッド */ }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d p {
                display: none; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d span.autoConfirmVal {
                display: inline-block;
                line-height: 1.5em; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set {
                padding-right: 0; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set input, .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set label {
                  display: none; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox {
                display: block; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox .img-option {
                  width: auto;
                  margin: 0; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .scale_set .input_set {
                position: absolute;
                top: 50%;
                left: 1em;
                right: auto;
                bottom: auto;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%); }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table {
                width: auto; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th, .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td {
                  border-bottom: none; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th {
                  display: none; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td {
                  padding: 0;
                  line-height: 1.5em; }
                  .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td .input_set span::before {
                    content: "：";
                    padding-right: 1em;
                    display: inline-block; }

/* 必須項目 */
.required {
  color: #55B827;
  padding-left: 0.5em; }

/* エラー文 */
.alert {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.25em;
  color: #55B827;
  margin-top: 1em;
  padding-bottom: 0;
  padding-left: 1.4em; }
  .alert::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    content: "\f071";
    position: absolute;
    top: 0;
    left: 0.125em;
    right: auto;
    bottom: auto; }

.err-text {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em; }
  @media screen and (min-width: 1050px) {
    .err-text {
      text-align: center; } }
  .err-text .alert {
    display: inline-block;
    line-height: 1.5em;
    padding: 0.75em;
    padding-bottom: 0.75em !important;
    padding-left: 2.15em;
    border: #55B827 dotted 2px; }
    .err-text .alert::before {
      position: absolute;
      top: 0.875em;
      left: 0.75em;
      right: auto;
      bottom: auto; }
    .err-text .alert a {
      text-decoration: underline; }

/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
#header {
  background: #fff;
  -webkit-box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2); }

/* ロゴ */
.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; } }
  @media screen and (max-width: 400px) {
    .logo {
      padding: 10px 0;
      height: 30px; } }
  .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; } }
    @media screen and (max-width: 400px) {
      .logo img {
        height: 30px; } }

/* -------------------------- グローバルナビゲーション ------------------------------------------- */
.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: 72%; } }
  @media screen and (max-width: 1051px) {
    .gnav {
      right: 100px; } }
  .gnav ul {
    font-family: nobel, sans-serif !important;
    font-style: normal;
    list-style: none inside;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 0.17em;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    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;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .gnav a:hover {
      text-decoration: none;
      color: #55B827; }

/* ===========================================================================================================
　　　　　　　　　格納ナビゲーション
=========================================================================================================== */
@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; } }
@media screen and (max-width: 400px) {
  .hm_btn, .hm_menu_wrap {
    display: none; } }
.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: #55B827;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s; }
  .hm_btn::before {
    -webkit-box-shadow: #55B827 0 12px 0;
    box-shadow: #55B827 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);
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: top 0.7s;
  transition: top 0.7s;
  border: none; }

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1.0;
  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 {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
  transform: rotate(45deg) translate3d(6px, 11px, 0); }
.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
  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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #55B827; }
  @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;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      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: nobel, sans-serif !important;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  color: #aaa; }

/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
#footer {
  background: #000;
  letter-spacing: 0;
  color: #fff; }

#footer a {
  color: #55B827; }
  #footer a:hover {
    text-decoration: none; }

/* 横並び3列 */
#footer .innerbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.footerinfo, .footercal, .footermenu {
  width: 27.5%;
  position: relative; }

@media screen and (max-width: 1050px) {
  .footerinfo, .footercal {
    width: 45%; }

  .footermenu {
    width: 100%; } }
@media screen and (max-width: 850px) {
  .footerinfo, .footercal {
    width: 100%; } }
/* -------------------------- サロン情報 ------------------------------------------- */
.footerinfo {
  width: 30%; }

@media screen and (max-width: 1050px) {
  .footerinfo {
    width: 45%; } }
@media screen and (max-width: 850px) {
  .footerinfo {
    width: 100%;
    text-align: center; } }
/* メイン情報 ------------------------------------------- */
.info_main {
  padding-bottom: 2em; }

.footerinfo .info_main:last-child {
  padding-bottom: 0; }

/* ロゴ */
.footerinfo img {
  max-width: 100%;
  height: auto; }

/* サイト名 */
.sitettl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em; }

.footerlogo, .sitettl small {
  display: block; }

.sitettl small {
  font-size: 0.8em;
  font-weight: 400; }

/* ロゴ */
.footerlogo {
  padding-bottom: 0.5em; }

/* メール */
p.email {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0;
  padding-bottom: 0; }

/* サブ情報 ------------------------------------------- */
.info_sub {
  font-size: 0.83em;
  line-height: 1.8em;
  padding-bottom: 2.4em; }

.footerinfo .info_sub:last-child {
  padding-bottom: 0; }

.info_sub p {
  padding-bottom: 0;
  color: #fff; }

/* 見出し */
.info_sub h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  color: #fff;
  padding-bottom: 0; }

/* 電話 */
.info_sub .tel {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-size: 1.5em; }

/* 資格 */
.info_sub p.license {
  line-height: 1.5em;
  color: #aaa; }

/* -------------------------- 営業日カレンダー ------------------------------------------- */
@media screen and (max-width: 850px) {
  .footercal {
    padding-top: 50px;
    max-width: 400px;
    margin: 0 auto; } }
#biz_calendar p {
  padding-bottom: 1em;
  line-height: 1em;
  font-family: nobel, sans-serif !important;
  font-style: normal;
  letter-spacing: 0.2em; }

#biz_calendar p:last-child {
  padding-bottom: 0; }

/* 見出し */
.footercal .widget-title {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 0; }

/* Biz Calendar ------------------------------------------- */
#biz_calendar {
  width: 100%;
  max-width: none;
  margin: auto;
  font-family: nobel, sans-serif !important;
  font-style: normal; }

#biz_calendar table.bizcal {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

/* 年月タイトル */
.calmonth {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-weight: normal; }

.calttl_year {
  display: inline-block;
  color: #666;
  padding-right: 0.5em;
  font-weight: normal; }

.calttl_month {
  font-size: 3em;
  font-weight: normal; }

/* 曜日 */
#biz_calendar table.bizcal th {
  background-color: #fff;
  border-bottom: #fff solid 2px;
  font-weight: normal; }

#biz_calendar table.bizcal th:first-child, #biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #fff; }

/* 日付 */
#biz_calendar table.bizcal td {
  color: #fff;
  padding: 0.5em; }

/* 今日 */
#biz_calendar table.bizcal .today {
  font-size: 1.25em; }

/* 定休日 */
#biz_calendar table.bizcal .holiday {
  background-color: #fff;
  color: #aaa !important; }

#biz_calendar p span.boxholiday {
  background-color: #aaa; }

/* イベント */
#biz_calendar table.bizcal .eventday {
  background-color: #fff;
  color: #fff !important; }

#biz_calendar p span.boxeventday {
  background-color: #fff; }

/* -------------------------- フッターナビゲーション ------------------------------------------- */
.fnav ul {
  list-style: none inside;
  width: 100%;
  text-align: right; }

.fnav li {
  display: inline-block; }

@media screen and (max-width: 1050px) {
  .footermenu {
    border-top: #fff solid 1px;
    margin-top: 50px;
    padding-top: 50px; }

  .fnav ul {
    text-align: center; } }
/* リンク */
.fnav a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.fnav a:hover {
  text-decoration: none;
  color: #363636; }

/* フッターメニュー ------------------------------------------- */
.fmenu {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-size: 0.83em;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 1.5em; }

.fmenu li {
  padding: 0 1em;
  border-right: #55B827 solid 1px; }

.fmenu li:first-child {
  padding-left: 0; }

.fmenu li:last-child {
  padding-right: 0;
  border-right: none; }

/* SNS ------------------------------------------- */
.sns {
  font-size: 2em; }

.sns li {
  padding-left: 0.5em; }

.sns li:first-child {
  padding-left: 0; }

/* コピーライト ------------------------------------------- */
p.copyright {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-size: 0.75em;
  font-size: 0.60em;
  letter-spacing: 0;
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-bottom: 0;
  color: #666; }

@media screen and (max-width: 1050px) {
  p.copyright {
    position: relative;
    text-align: center;
    padding-top: 3em; } }
/* ===========================================================================================================
　　　　　　　　　（スマホ用）下固定コンバージョンエリア
=========================================================================================================== */
.fixbottom {
  display: none; }

@media screen and (max-width: 400px) {
  #footer {
    padding-bottom: 30vw; }

  .fixbottom {
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 999;
    padding: 1em 5em;
    background: #000; }
    .fixbottom img {
      width: 100%;
      height: auto; } }
/* ===========================================================================================================
　　　　　　　　　トップページメインコンテンツ
=========================================================================================================== */
.topctt {
  width: 100%;
  padding: 8.33em 0; }
  @media screen and (max-width: 480px) {
    .topctt {
      padding: 50px 0; } }

/* 見出し */
.topttl {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  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.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #000; }

@media screen and (max-width: 700px) {
  #intro .center {
    text-align: left; }

  #intro .center span {
    display: inline; } }
/* =============================== メニュー ========================================================== */
#topmenu {
  background: #fff; }
  #topmenu ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    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: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch; }
            #topmenu ul li a .topmenuimg,
            #topmenu ul li a .topmenutxt {
              width: 48%; }
            #topmenu ul li a .topmenutxt {
              display: -ms-flexbox;
              display: -webkit-box;
              display: -webkit-flex;
              display: flex;
              -ms-flex-align: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              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; }
      #topmenu ul li h2 {
        font-size: 1.25em;
        font-weight: normal;
        letter-spacing: 0.2em;
        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: #000;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #topmenu ul li a:hover {
          color: #55B827;
          text-decoration: none; }

/* =============================== 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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

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

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

#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;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.postbox a:hover {
  color: #55B827; }

/* 日付 */
.postbox .date {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  display: inline-block;
  padding-right: 2em;
  color: #86DC5C; }

/* =============================== 新着情報 ========================================================== */
#topnews {
  background: #eee; }

/* =============================== カテゴリーページ ========================================================== */
.archive,
.page-template-page-blogs {
  /* エントリーヘッダー */
  /* 日付 */
  /* 記事タイトル */
  /* 本文抜粋表示 */ }
  .archive article,
  .page-template-page-blogs article {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    margin-bottom: 2em;
    background: #eee;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    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 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      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: #55B827 solid 1px; }
  .archive .datebox,
  .page-template-page-blogs .datebox {
    font-size: 0.8em;
    background: #55B827;
    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: nobel, sans-serif !important;
  font-style: normal;
  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: #55B827; }

/* 矢印 */
.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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* 日付 ------------------------------------------- */
.datebox {
  font-family: nobel, sans-serif !important;
  font-style: normal;
  width: 6.5em;
  max-height: 6.5em;
  box-sizing: border-box;
  background: #eee;
  padding: 1.5em 1em;
  color: #55B827; }

.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: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  -webkit-text-stroke-width: .4px !important;
  line-height: 1.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1em; }

/* -------------------------- 記事本文 ------------------------------------------- */
.entry-content {
  width: 100%;
  position: relative;
  padding: 2em 0 4em 0; }

.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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  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: transparent; }

.sec_bg2 {
  background: #eee; }

.sec_bg3 {
  background: #55B827;
  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: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 1em;
  text-align: center; }

.parts-h4 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25em;
  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: nobel, sans-serif !important;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #55B827;
  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: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25em;
    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.3em; } }
  .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;
  background: #eee;
  color: #000; }
  @media screen and (max-width: 700px) {
    .bbox {
      padding: 1.5em; } }
  .bbox a {
    color: #000; }
  .bbox h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    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; }

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  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: 4em; }
  .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 h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em; }
  @media screen and (max-width: 700px) {
    .imgtxt_txtbox h3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 480px) {
    .imgtxt_txtbox h3 {
      font-size: 1.5em;
      padding-bottom: 0.67em; } }

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }
  .imgbox_txtarea h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2em;
    font-weight: normal;
    -webkit-text-stroke-width: .4px !important;
    line-height: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
  .imgbox_txtarea p {
    padding-bottom: 0; }

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  .img2box ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2em; }
    @media screen and (max-width: 480px) {
      .img2box ul {
        margin-top: -3em; } }
    .img2box ul li {
      width: 48.5%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2em;
      margin-top: 2em;
      background: #fff;
      color: #000;
      /* 画像 */ }
      @media screen and (max-width: 480px) {
        .img2box ul li {
          width: 100%;
          margin-top: 3em; } }
      .img2box ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    .img2box.imghbox ul li {
      width: 48.5%; } }

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  .img3txtbox ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -3em; }
    .img3txtbox ul li {
      width: 32%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 2%;
      margin-top: 3em;
      padding: 2em;
      border: #000 solid 2px;
      /* 画像 */ }
      @media screen and (min-width: 701px) {
        .img3txtbox ul li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 700px) {
        .img3txtbox ul li {
          width: 100%;
          margin-bottom: 3em;
          margin-right: 0; } }
      .img3txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @media screen and (max-width: 700px) {
    .img3txtbox.imghbox ul li {
      width: 32%;
      margin-right: 2%; }
      .img3txtbox.imghbox ul li:nth-child(3n) {
        margin-right: 0; } }

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  .img4txtbox ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2em; }
    @media screen and (max-width: 1051px) {
      .img4txtbox ul {
        margin-top: -3em; } }
    .img4txtbox ul li {
      width: 23.5%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 2%;
      margin-top: 2em;
      /* 画像 */ }
      @media screen and (min-width: 1050px) {
        .img4txtbox ul li:nth-child(4n) {
          margin-right: 0; } }
      @media screen and (max-width: 1051px) {
        .img4txtbox ul li {
          margin-top: 3em; } }
  @media screen and (max-width: 1051px) and (min-width: 481px) {
    .img4txtbox ul li {
      width: 49%; }
      .img4txtbox ul li:nth-child(2n) {
        margin-right: 0; } }

      @media screen and (max-width: 480px) {
        .img4txtbox ul li {
          width: 100%; } }
      .img4txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
@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; } }

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #eee;
  color: #000;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    .no_list {
      padding: 1.5em; } }
  .no_list h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5em; }
    .no_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  background: #eee;
  color: #000;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    .check_list {
      padding: 1.5em; } }
  .check_list h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .check_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #eee;
  color: #000;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    .order_list {
      padding: 1.5em; } }
  .order_list h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-position: inside; }
    .order_list ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 4em;
  /* 見出し */
  /* リスト */ }
  .table_list h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #000 solid 4px;
    background: #fff;
    padding: 1em; }
    @media screen and (max-width: 700px) {
      .table_list ul {
        padding: 0; } }
    .table_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      border-bottom: #000 solid 2px;
      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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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: 700;
        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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  opacity: 0.6;
  padding: 3.57em;
  background: #eee;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    .note_list {
      padding: 1.5em; } }
  .note_list h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    .note_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      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 {
  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 {
  margin-bottom: 0; }

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0; }
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 2.25em; }
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox 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 {
    margin-bottom: 0; }

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

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

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

.contactpage-ctt {
  /* 見出し */ }
  .contactpage-ctt h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    line-height: 1.4em;
    padding-bottom: 0.5em; }
  .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 {
      background: #eee; }
      .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: #55B827; }
          .contactpage-ctt .sec.contact_tel p.contacttel_tel strong {
            font-family: nobel, sans-serif !important;
            font-style: normal;
            font-weight: normal; }
          .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: #55B827; }
          @media screen and (max-width: 700px) {
            .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
              text-align: center; } }
    .contactpage-ctt .sec.webcontact {
      background: #fff; }

/*# sourceMappingURL=style.css.map */
