@charset "UTF-8";
/* CSS Document */
/*
Theme Name: スマートパックS
*/
/* line 1, sass/_layout.scss */
* {
  margin: 0;
  padding: 0; }

/* line 5, sass/_layout.scss */
html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth; }

/* 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"); }
/* ===========================================================================================================
　　　　　　　　　全体
=========================================================================================================== */
/* line 85, sass/_layout.scss */
body {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5em;
  color: #000; }
  @media screen and (min-width: 2200px) {
    /* line 85, sass/_layout.scss */
    body {
      font-size: 22px;
      line-height: 2.5em; } }
  @media screen and (max-width: 1051px) {
    /* line 85, sass/_layout.scss */
    body {
      font-size: 14px;
      font-size: 1.4vw; } }
  @media screen and (max-width: 700px) {
    /* line 85, sass/_layout.scss */
    body {
      font-size: 13px;
      font-size: 2vw; } }
  @media screen and (max-width: 480px) {
    /* line 85, sass/_layout.scss */
    body {
      font-size: 13px;
      font-size: 3vw; } }

/* ===========================================================================================================
　　　　　　　　　レイアウト
=========================================================================================================== */
/* line 97, sass/_layout.scss */
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 999; }

/* line 104, sass/_layout.scss */
#main {
  width: 100%;
  position: relative;
  padding-top: 60px; }

/* line 110, sass/_layout.scss */
#footer {
  width: 100%;
  position: relative;
  padding: 4.16em 0; }

/* line 116, sass/_layout.scss */
.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) {
    /* line 116, sass/_layout.scss */
    .innerbox {
      padding: 0 100px; } }
  @media screen and (max-width: 1051px) {
    /* line 116, sass/_layout.scss */
    .innerbox {
      padding: 0 50px; } }
  @media screen and (max-width: 700px) {
    /* line 116, sass/_layout.scss */
    .innerbox {
      padding: 0 20px; } }

/* line 131, sass/_layout.scss */
.innermin {
  width: 100%;
  position: relative;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto; }

/* ===========================================================================================================
　　　　　　　　　下層ページ
=========================================================================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
/* line 146, sass/_layout.scss */
.page-header {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  background: #000000; }

/* -------------------------- 2カラムページ ------------------------------------------- */
/* line 153, sass/_layout.scss */
.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; }

/* line 159, sass/_layout.scss */
#primary, #secondary {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 162, sass/_layout.scss */
#primary {
  width: 80%;
  padding-right: 5%; }
  @media screen and (max-width: 1051px) {
    /* line 162, sass/_layout.scss */
    #primary {
      width: 70%; } }
  @media screen and (max-width: 480px) {
    /* line 162, sass/_layout.scss */
    #primary {
      width: 100%;
      padding-right: 0;
      padding-bottom: 4em; } }

/* line 174, sass/_layout.scss */
#secondary {
  width: 20%; }
  @media screen and (max-width: 1051px) {
    /* line 174, sass/_layout.scss */
    #secondary {
      width: 30%; } }
  @media screen and (max-width: 480px) {
    /* line 174, sass/_layout.scss */
    #secondary {
      width: 100%; } }

/* 画像 */
/* line 2, sass/elements/_image.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

/* line 6, sass/elements/_image.scss */
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%;"; }

/* リンク */
/* line 2, sass/elements/_link.scss */
a {
  color: #ff0096;
  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; }

/* line 7, sass/elements/_link.scss */
a:hover {
  color: #0096ff;
  text-decoration: underline; }

/* line 11, sass/elements/_link.scss */
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; }

/* line 14, sass/elements/_link.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* 段落 */
/* line 2, sass/elements/_text.scss */
p {
  padding-bottom: 2em; }

/* 中寄せ */
/* line 7, sass/elements/_text.scss */
.center {
  text-align: center; }

/* line 10, sass/elements/_text.scss */
.center span {
  display: block; }

/* 右寄せ */
/* line 15, sass/elements/_text.scss */
.right {
  text-align: right; }

/* 欧文フォント */
/* line 21, sass/elements/_text.scss */
.egfont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic; }

/* ページタイトル */
/* line 26, sass/elements/_text.scss */
.page-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 5em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1em;
  width: 100%;
  padding: 1em 0;
  position: relative;
  color: #C5E4E8; }
  @media screen and (max-width: 480px) {
    /* line 26, sass/elements/_text.scss */
    .page-title {
      font-size: 4em; } }

/* サイドカラム見出し */
/* line 42, sass/elements/_text.scss */
.widget-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em; }

/* 投稿ページ見出し */
/* line 52, sass/elements/_text.scss */
.page-title .subtitle {
  display: block;
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.4em;
  line-height: 1em;
  color: #fff; }

/* ボタン */
/* line 27, sass/elements/_btn.scss */
.btn a {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  display: inline-block;
  background: #ff0096;
  color: #fff;
  padding: 1.5em 4em;
  line-height: 1em;
  height: 4em;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2em;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  /* line 19, sass/elements/_btn.scss */
  .btn a:hover {
    background: #0096ff;
    -webkit-transform: translate(0, 0.3em);
    -moz-transform: translate(0, 0.3em);
    -ms-transform: translate(0, 0.3em);
    -o-transform: translate(0, 0.3em);
    transform: translate(0, 0.3em);
    text-decoration: none; }

/* 検索 */
/* line 2, sass/elements/_form.scss */
.search-form {
  width: 100%;
  text-align: center; }
  /* line 5, sass/elements/_form.scss */
  .search-form label {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

/* line 11, sass/elements/_form.scss */
input.search-field {
  width: 16em;
  line-height: 1em;
  padding: 1em;
  border: none;
  background: #f3f3f3;
  border-radius: 2em; }
  /* line 18, sass/elements/_form.scss */
  #secondary input.search-field {
    background: #fff; }

/* line 22, sass/elements/_form.scss */
.search-submit {
  width: 3em;
  height: 3em;
  box-sizing: border-box;
  border: none;
  background: #000000;
  padding: 1em;
  position: relative;
  top: 0.15em;
  cursor: pointer; }
  /* line 32, sass/elements/_form.scss */
  .search-submit .svg {
    width: 1em;
    height: 1em;
    fill: #fff; }

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
/* line 45, sass/elements/_form.scss */
.formbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 700px) {
    /* line 45, sass/elements/_form.scss */
    .formbox {
      padding: 1.5em 0; } }
  /* line 52, sass/elements/_form.scss */
  .formbox h3 {
    font-size: 2em;
    line-height: 1.7em;
    padding-bottom: 0.5em; }
  /* line 57, sass/elements/_form.scss */
  .formbox p {
    padding-bottom: 2em; }

/* BowNow ------------------------------------------- */
/* line 64, sass/elements/_form.scss */
.no-js body {
  background: transparent; }

/* line 68, sass/elements/_form.scss */
.form-preview-wrap {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 必須・任意 */
  /* 入力欄 */
  /* 住所自動入力 */
  /* 段落の余白 */
  /* ボタン */ }
  /* line 73, sass/elements/_form.scss */
  .form-preview-wrap .form-preview-reqiured,
  .form-preview-wrap .form-preview-not-reqiured {
    border-radius: 2em; }
  /* line 77, sass/elements/_form.scss */
  .form-preview-wrap .form-preview-reqiured {
    background: #ffea00;
    color: #fff; }
  /* line 83, sass/elements/_form.scss */
  .form-preview-wrap input[type="text"],
  .form-preview-wrap input[type="email"],
  .form-preview-wrap input[type="tel"],
  .form-preview-wrap input[type="date"],
  .form-preview-wrap textarea {
    font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    border-radius: 1.5em;
    border: none !important; }
  /* line 92, sass/elements/_form.scss */
  .form-preview-wrap .form-preview-dl {
    /* ラジオボタン・チェックボックス */ }
    /* line 93, sass/elements/_form.scss */
    .form-preview-wrap .form-preview-dl a {
      color: #ff0096;
      text-decoration: underline; }
      /* line 96, sass/elements/_form.scss */
      .form-preview-wrap .form-preview-dl a:hover {
        color: #0096ff; }
    /* line 100, sass/elements/_form.scss */
    .form-preview-wrap .form-preview-dl textarea {
      border-radius: 0.5em; }
    /* line 106, sass/elements/_form.scss */
    .form-preview-wrap .form-preview-dl > dd label {
      cursor: pointer; }
  /* line 114, sass/elements/_form.scss */
  .form-preview-wrap .form-preview-dl[data-type='address'] input[type="button"] {
    background-color: #000000;
    border-radius: 0.25em;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    /* line 119, sass/elements/_form.scss */
    .form-preview-wrap .form-preview-dl[data-type='address'] input[type="button"]:hover {
      background: #000000; }
  /* line 126, sass/elements/_form.scss */
  .form-preview-wrap .form-preview-help-text,
  .form-preview-wrap .form-preview-alert-text {
    padding-bottom: 0; }
  /* line 133, sass/elements/_form.scss */
  .form-preview-wrap .show-page-btn .btn {
    font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    border: none;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    border-radius: 2em;
    -webkit-transform: translate(-0.2em, -0.2em);
    -moz-transform: translate(-0.2em, -0.2em);
    -ms-transform: translate(-0.2em, -0.2em);
    -o-transform: translate(-0.2em, -0.2em);
    transform: translate(-0.2em, -0.2em);
    letter-spacing: 1em;
    text-indent: 1em;
    box-shadow: 0.2em 0.2em 0 0 #ff0096;
    margin-bottom: 0.5em;
    /* キャンセルボタン */ }
    /* line 146, sass/elements/_form.scss */
    .form-preview-wrap .show-page-btn .btn:hover {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      background-color: #ffea00;
      box-shadow: 0 0 0 0 #ff0096; }
    /* line 153, sass/elements/_form.scss */
    .form-preview-wrap .show-page-btn .btn#cancel-btn {
      letter-spacing: 0;
      text-indent: 0;
      background: #999;
      box-shadow: 0.2em 0.2em 0 0 #666; }
      /* line 158, sass/elements/_form.scss */
      .form-preview-wrap .show-page-btn .btn#cancel-btn:hover {
        background-color: #ffea00;
        box-shadow: 0 0 0 0 #666; }

/* line 171, sass/elements/_form.scss */
#confirm-fields .form-preview-dl:nth-child(n+7):nth-child(-n+10) > dt,
#confirm-fields .form-preview-dl:nth-child(n+7):nth-child(-n+10) > dd {
  width: 100%; }

/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
/* line 4, sass/_header.scss */
#header {
  background: #fff; }

/* ロゴ */
/* line 9, sass/_header.scss */
.logo {
  line-height: 0;
  position: relative;
  padding: 15px 0;
  height: 30px;
  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; }
  /* line 15, sass/_header.scss */
  .logo img {
    height: 30px;
    width: auto; }
    /* line 18, sass/_header.scss */
    .logo img.logoc {
      opacity: 0;
      filter: alpha(opacity=70); }
      /* line 20, sass/_header.scss */
      .scroll .logo img.logoc {
        opacity: 1;
        filter: alpha(opacity=70); }
    /* line 24, sass/_header.scss */
    .logo img.logow {
      position: absolute;
      top: 15px;
      left: 0;
      right: auto;
      bottom: auto; }
      /* line 26, sass/_header.scss */
      .scroll .logo img.logow {
        opacity: 0;
        filter: alpha(opacity=70); }
@media screen and (max-width: 1051px) and (min-width: 851px) {
  /* line 15, sass/_header.scss */
  .logo img {
    height: 18px; } }

    @media screen and (max-width: 1160px) {
      /* line 15, sass/_header.scss */
      .logo img {
        height: 25px; } }
    @media screen and (max-width: 1160px) {
      /* line 15, sass/_header.scss */
      .logo img {
        height: auto;
        width: 10em; } }

/* -------------------------- グローバルナビゲーション ------------------------------------------- */
/* line 46, sass/_header.scss */
.gnav {
  position: absolute;
  top: 0;
  right: 4.545%;
  height: 60px;
  box-sizing: border-box;
  /* リンク */ }
  @media screen and (max-width: 1160px) {
    /* line 46, sass/_header.scss */
    .gnav {
      right: 70px; } }
  @media screen and (max-width: 700px) {
    /* line 46, sass/_header.scss */
    .gnav {
      right: 20px; } }
  /* line 58, sass/_header.scss */
  .gnav ul {
    font-family: rig-sans, source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    list-style: none inside;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    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) {
      /* line 58, sass/_header.scss */
      .gnav ul {
        font-size: 16px; } }
    @media screen and (max-width: 1400px) {
      /* line 58, sass/_header.scss */
      .gnav ul {
        font-size: 14px; } }
    @media screen and (max-width: 1350px) {
      /* line 58, sass/_header.scss */
      .gnav ul {
        font-size: 12px; } }
    /* line 77, sass/_header.scss */
    .gnav ul li {
      padding-right: 2em;
      /* 画像ナビ ------------------------------------------- */ }
      /* line 79, sass/_header.scss */
      .gnav ul li:last-child {
        padding-right: 0; }
      @media screen and (max-width: 1600px) {
        /* line 77, sass/_header.scss */
        .gnav ul li {
          padding-right: 1em; } }
      @media screen and (max-width: 1160px) {
        /* line 77, sass/_header.scss */
        .gnav ul li {
          display: none; } }
      /* line 89, sass/_header.scss */
      .gnav ul li.gnavimg {
        padding-right: 1em;
        /* 画像 */ }
        @media screen and (max-width: 1160px) {
          /* line 89, sass/_header.scss */
          .gnav ul li.gnavimg {
            display: block; } }
        @media screen and (max-width: 820px) {
          /* line 89, sass/_header.scss */
          .gnav ul li.gnavimg {
            display: none; } }
        /* line 97, sass/_header.scss */
        .gnav ul li.gnavimg:last-child {
          padding-right: 0; }
        /* line 101, sass/_header.scss */
        .gnav ul li.gnavimg img {
          vertical-align: middle;
          position: relative;
          height: 45px;
          width: auto; }
        /* line 110, sass/_header.scss */
        .gnav ul li.gnavimg a:hover img {
          opacity: 1;
          filter: alpha(opacity=70);
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em); }
  /* line 120, sass/_header.scss */
  .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; }
    /* line 125, sass/_header.scss */
    .gnav a:hover {
      text-decoration: none;
      color: #9805c2; }
    /* line 129, sass/_header.scss */
    .scroll .gnav a {
      color: #000; }
      /* line 131, sass/_header.scss */
      .scroll .gnav a:hover {
        color: #9805c2; }

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

/* メニューボタン */
/* line 20, sass/_spnav.scss */
.hm_btn {
  position: fixed;
  width: 30px;
  height: 27px;
  border: #000000 solid 21.5px;
  border-left-width: 20px;
  border-right-width: 20px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  z-index: 2;
  top: 5px;
  right: 5px;
  z-index: 9999999999;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  @media screen and (max-width: 700px) {
    /* line 20, sass/_spnav.scss */
    .hm_btn {
      right: 20px; } }
  /* line 39, sass/_spnav.scss */
  .hm_btn::before, .hm_btn::after {
    width: 30px;
    height: 3px;
    background: #fff;
    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; }
  /* line 50, sass/_spnav.scss */
  .hm_btn::before {
    -webkit-box-shadow: #fff 0 12px 0;
    box-shadow: #fff 0 12px 0; }
  /* line 54, sass/_spnav.scss */
  .hm_btn::after {
    bottom: 0; }

/* -------------------------- 格納領域 ------------------------------------------- */
/* line 60, sass/_spnav.scss */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 60px;
  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; }

/* line 78, sass/_spnav.scss */
.hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* line 87, sass/_spnav.scss */
.hm_inner:before {
  content: "";
  display: block;
  padding-top: 60px; }

/* line 92, sass/_spnav.scss */
.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; }

/* 開閉時のアニメーション */
/* line 109, sass/_spnav.scss */
.hm_menu_check:checked + #header, .hm_menu_check.open + #header {
  background: #fff; }
/* line 112, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_menu_wrap, .hm_menu_check.open ~ .hm_menu_wrap {
  opacity: 1.0;
  filter: alpha(opacity=100);
  visibility: visible; }
  /* line 116, sass/_spnav.scss */
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent, .hm_menu_check.open ~ .hm_menu_wrap .menucontent {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    height: 50px; }
/* line 124, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::before, .hm_menu_check.open ~ .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); }
/* line 130, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::after, .hm_menu_check.open ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
  transform: rotate(-45deg) translate3d(6px, -11px, 0); }

/* -------------------------- 中身デザイン ------------------------------------------- */
/* line 140, sass/_spnav.scss */
.menucontent ul,
.menucontent li {
  list-style: none inside;
  padding: 0;
  margin: 0; }
/* line 146, sass/_spnav.scss */
.menucontent ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
  background: #000000; }
  @media screen and (max-width: 700px) {
    /* line 146, sass/_spnav.scss */
    .menucontent ul {
      padding: 0; } }
  /* line 154, sass/_spnav.scss */
  .menucontent ul li {
    font-family: rig-sans, source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em; }
    /* line 160, sass/_spnav.scss */
    .menucontent ul li.gnavimg {
      display: none; }
    @media screen and (max-width: 700px) {
      /* line 154, sass/_spnav.scss */
      .menucontent ul li {
        width: 100%; }
        /* line 165, sass/_spnav.scss */
        .menucontent ul li.gnavimg {
          display: block;
          background: #fff;
          border-bottom: 0;
          height: auto; } }
    /* line 172, sass/_spnav.scss */
    .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; }

/* =============================== サイドバー（フッター上に表示） =================================================================== */
/* line 2, sass/_side.scss */
#secondary {
  width: 100%;
  padding: 100px 0;
  position: relative;
  background: #0096ff; }
  /* line 7, sass/_side.scss */
  #secondary a {
    color: #fff; }
    /* line 9, sass/_side.scss */
    #secondary a:hover {
      color: #000000; }

@media screen and (max-width: 480px) {
  /* line 16, sass/_side.scss */
  #secondary {
    padding: 50px 0; } }
/* 見出し */
/* line 23, sass/_side.scss */
.widget-title {
  font-size: 1.5em;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 0.5em; }

@media screen and (max-width: 700px) {
  /* line 34, sass/_side.scss */
  .widget-title {
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.8em; } }
/* リスト */
/* line 43, sass/_side.scss */
.widget ul {
  list-style: none inside; }
  /* line 45, sass/_side.scss */
  .widget ul li {
    list-style: none inside;
    margin-bottom: 0.5em;
    line-height: 1.5em; }
    /* line 49, sass/_side.scss */
    .widget ul li:last-child {
      padding-bottom: 0; }
    /* line 52, sass/_side.scss */
    .widget ul li.cat-item-none {
      color: #999; }

/* -------------------------- レイアウト ------------------------------------------- */
/* 全体（グリッド） ------------------------------------------- */
/* line 61, sass/_side.scss */
.widget-area {
  width: 100%;
  position: relative;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr 30%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 30%; }

/* line 70, sass/_side.scss */
.widget-area .widget {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2em; }

/* 各アイテム */
/* line 77, sass/_side.scss */
.widget-area .widget:nth-child(1) {
  grid-row: 1 / 4;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 3;
  padding-right: 2.08em;
  border-right: #666 solid 1px;
  padding-bottom: 0; }

/* line 87, sass/_side.scss */
.widget-area .widget:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding-left: 2.08em; }

/* line 94, sass/_side.scss */
.widget-area .widget:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  padding-left: 2.08em; }

/* line 101, sass/_side.scss */
.widget-area .widget:nth-child(4) {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  padding-left: 2.08em;
  padding-bottom: 0; }

/* グリッド→フレキシブルボックス */
@media screen and (max-width: 700px) {
  /* line 113, sass/_side.scss */
  .widget-area {
    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; }

  /* 各アイテム */
  /* line 132, sass/_side.scss */
  .widget-area .widget:nth-child(1) {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: #666 solid 1px;
    padding-bottom: 4em; }

  /* line 139, sass/_side.scss */
  .widget-area .widget:nth-child(2), .widget-area .widget:nth-child(3), .widget-area .widget:nth-child(4) {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 4em; } }
@media screen and (max-width: 480px) {
  /* line 147, sass/_side.scss */
  .widget-area .widget:nth-child(2), .widget-area .widget:nth-child(3), .widget-area .widget:nth-child(4) {
    width: 100%; } }
/* 新着記事（フレキシブルボックス） ------------------------------------------- */
/* line 154, sass/_side.scss */
.newlist {
  width: 100%;
  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; }
  /* line 167, sass/_side.scss */
  .newlist li {
    width: 19%;
    margin-right: 1.25%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    /* リンク */ }
    /* line 173, sass/_side.scss */
    .newlist li:nth-child(5) {
      margin-right: 0; }
    /* line 176, sass/_side.scss */
    .newlist li:nth-child(n + 6) {
      display: none; }
    @media screen and (max-width: 480px) {
      /* line 167, sass/_side.scss */
      .newlist li {
        width: 100%;
        margin-right: 0;
        padding-bottom: 1em; } }
    /* line 185, sass/_side.scss */
    .newlist li a {
      text-decoration: none;
      color: #fff;
      /* アイキャッチ画像 */
      /* 日付 */
      /* 記事タイトル */
      /* 日付・記事タイトル */ }
      @media screen and (max-width: 480px) {
        /* line 185, sass/_side.scss */
        .newlist 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; } }
      @media screen and (max-width: 480px) {
        /* line 207, sass/_side.scss */
        .newlist li a figure {
          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; } }
      /* line 230, sass/_side.scss */
      .newlist li a .newlistimg,
      .newlist li a .nmpostimg {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 1em;
        margin-bottom: 0.5em; }
        @media screen and (max-width: 480px) {
          /* line 230, sass/_side.scss */
          .newlist li a .newlistimg,
          .newlist li a .nmpostimg {
            width: 30%;
            float: left;
            box-sizing: border-box;
            margin-bottom: 0; } }
        /* line 244, sass/_side.scss */
        .newlist li a .newlistimg::before, .newlist li a .nmpostimg::before {
          display: block;
          content: "";
          padding-top: 100%; }
          /* line 248, sass/_side.scss */
          .post-type-archive-works .newlist li a .newlistimg::before, .works-template-default .newlist li a .newlistimg::before,
          .post-type-archive-works .newlist li a .nmpostimg::before, .works-template-default .newlist li a .nmpostimg::before {
            padding-top: 66.47%; }
        /* line 253, sass/_side.scss */
        .newlist li a .newlistimg span,
        .newlist li a .nmpostimg span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      /* line 265, sass/_side.scss */
      .newlist li a .date {
        display: block;
        width: 100%;
        color: #bbb;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: Italic;
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2em;
        padding: 1em 0 0.5em 0; }
        /* line 274, sass/_side.scss */
        .newlist li a .date .year {
          font-size: 0.7em;
          font-weight: 500;
          padding-right: 0.25em; }
        /* line 279, sass/_side.scss */
        .report-template-default .newlist li a .date {
          font-family: "Montserrat", sans-serif;
          font-optical-sizing: auto;
          font-weight: 900;
          font-style: Italic;
          font-size: 1.2em;
          padding-bottom: 0.25em; }
      /* line 287, sass/_side.scss */
      .newlist li a .title,
      .newlist li a .nmpost_ttl {
        font-size: 0.9em;
        font-weight: 400;
        width: 100%;
        display: block;
        line-height: 1.5em;
        color: #fff;
        height: auto;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media screen and (max-width: 480px) {
          /* line 287, sass/_side.scss */
          .newlist li a .title,
          .newlist li a .nmpost_ttl {
            font-size: 1em;
            line-height: 1.5em;
            height: 4.7em;
            overflow: hidden;
            text-align: justify; }
            /* line 323, sass/_mixins.scss */
            .newlist li a .title::before, .newlist li a .title::after,
            .newlist li a .nmpost_ttl::before,
            .newlist li a .nmpost_ttl::after {
              position: absolute;
              background: #0096ff; }
            /* line 328, sass/_mixins.scss */
            .newlist li a .title::before,
            .newlist li a .nmpost_ttl::before {
              content: "…";
              bottom: 0;
              right: 0;
              color: #fff; }
            /* line 334, sass/_mixins.scss */
            .newlist li a .title::after,
            .newlist li a .nmpost_ttl::after {
              content: "";
              height: 100%;
              width: 100%; } }
      @media screen and (max-width: 480px) {
        /* line 306, sass/_side.scss */
        .newlist li a figcaption,
        .newlist li a .newlisttxt {
          width: 66%;
          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; } }
      /* line 321, sass/_side.scss */
      .newlist li a:hover {
        /* アイキャッチ画像 */
        /* 日付 */
        /* 記事タイトル */ }
        /* line 326, sass/_side.scss */
        .newlist li a:hover .newlistimg span img,
        .newlist li a:hover .nmpostimg span img {
          opacity: 1;
          filter: alpha(opacity=70);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        /* line 333, sass/_side.scss */
        .newlist li a:hover .date {
          color: #000000; }
        /* line 337, sass/_side.scss */
        .newlist li a:hover .title,
        .newlist li a:hover .nmpost_ttl {
          font-weight: 500;
          color: #000000; }

/* -------------------------- 検索バー ------------------------------------------- */
/* line 348, sass/_side.scss */
.searcharea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

@media screen and (max-width: 700px) {
  /* line 366, sass/_side.scss */
  .searcharea {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }
/* フォーム ------------------------------------------- */
/* line 376, sass/_side.scss */
.search-form {
  width: 25em; }

@media screen and (max-width: 1051px) {
  /* line 381, sass/_side.scss */
  .search-form {
    width: 20em; } }
@media screen and (max-width: 700px) {
  /* line 387, sass/_side.scss */
  .search-form {
    width: 19em; } }
@media screen and (max-width: 480px) {
  /* line 393, sass/_side.scss */
  .search-form {
    width: 25em; } }
@media screen and (max-width: 480px) {
  /* line 399, sass/_side.scss */
  #search-2 {
    width: 100%; }

  /* line 402, sass/_side.scss */
  .search-form {
    width: 100%;
    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; } }
/* 検索文字 */
/* line 418, sass/_side.scss */
.search-form label .screen-reader-text {
  display: none; }

/* 文字入力エリア */
/* line 423, sass/_side.scss */
.search-form input.search-field {
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  width: 20em;
  font-size: 1em;
  line-height: 2em;
  padding: 0.5em 1em;
  border: none; }

@media screen and (max-width: 1051px) {
  /* line 433, sass/_side.scss */
  .search-form input.search-field {
    width: 15em; } }
@media screen and (max-width: 700px) {
  /* line 439, sass/_side.scss */
  .search-form input.search-field {
    width: 14em; } }
@media screen and (max-width: 480px) {
  /* line 445, sass/_side.scss */
  .search-form input.search-field {
    width: 25em; } }
@media screen and (max-width: 480px) {
  /* line 452, sass/_side.scss */
  .search-form input.search-field {
    width: auto;
    flex: 1; } }
/* ボタン */
/* line 459, sass/_side.scss */
.search-submit {
  display: inline-block;
  font-size: 1em;
  padding: 1em;
  margin-left: 0.5em;
  border: none;
  cursor: pointer;
  background: #000000;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  /* line 469, sass/_side.scss */
  .search-submit svg {
    width: 1em;
    height: 1em;
    fill: #000; }
  /* line 474, sass/_side.scss */
  .search-submit .screen-reader-text {
    display: none; }
  /* line 477, sass/_side.scss */
  .search-submit:hover {
    background: #ff0096; }

/* -------------------------- 検索結果ページ ------------------------------------------- */
/* line 483, sass/_side.scss */
.search .aclist p, .search .aclist .sr_searchbox {
  width: 100%;
  position: relative; }

/* line 487, sass/_side.scss */
.sr_searchbox .search-form {
  margin: 0 auto; }

/* -------------------------- アーカイブ ------------------------------------------- */
/* line 492, sass/_side.scss */
.widget select {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  padding: 0.5em 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  padding-right: 2em;
  color: #000;
  background: #fff url(../../../images/bg_sbtn.svg) no-repeat right top;
  background-size: contain; }

/* line 505, sass/_side.scss */
.widget select option[selected] {
  background: #000000;
  cursor: pointer; }

@media screen and (max-width: 700px) {
  /* line 511, sass/_side.scss */
  .widget select {
    width: 100%;
    box-sizing: border-box; } }
/* 矢印非表示 */
/* line 518, sass/_side.scss */
.widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 523, sass/_side.scss */
.widget select::-ms-expand {
  display: none; }

/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
/* line 4, sass/_footer.scss */
#footer {
  background: #f3f3f3;
  letter-spacing: 0;
  color: #000000;
  background-image: url(/images/footer_back.webp);
  background-size: cover;
  background-position: bottom;
  padding-top: 13em; }
  @media screen and (max-width: 1160px) {
    /* line 4, sass/_footer.scss */
    #footer {
      background-size: 180%;
      background-position: bottom right;
      background-repeat: no-repeat; } }
  @media screen and (max-width: 1051px) {
    /* line 4, sass/_footer.scss */
    #footer {
      background-size: 180%; } }

/* line 21, sass/_footer.scss */
#footer a {
  color: #000000; }
  /* line 23, sass/_footer.scss */
  #footer a:hover {
    text-decoration: none; }

/* 横並び3列 */
/* line 29, sass/_footer.scss */
#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;*/
  padding-bottom: 4em; }
  @media screen and (max-width: 1051px) {
    /* line 29, sass/_footer.scss */
    #footer .innerbox {
      padding-top: 0; } }

/* line 49, sass/_footer.scss */
.footerinfo, .footermenu {
  /*width: 48%;*/
  position: relative; }

@media screen and (max-width: 1050px) {
  /* line 55, sass/_footer.scss */
  .footerinfo, .footercal {
    width: 45%; }

  /* line 58, sass/_footer.scss */
  .footermenu {
    width: 100%; } }
@media screen and (max-width: 850px) {
  /* line 64, sass/_footer.scss */
  .footerinfo, .footercal {
    width: 100%; } }
/* -------------------------- サロン情報 ------------------------------------------- */
/* line 71, sass/_footer.scss */
.footerinfo {
  width: 30%;
  padding: 0;
  box-sizing: border-box;
  /* メイン情報 ------------------------------------------- */
  /* サブ情報 ------------------------------------------- */ }
  @media screen and (max-width: 1050px) {
    /* line 71, sass/_footer.scss */
    .footerinfo {
      width: 100%;
      text-align: center;
      box-sizing: border-box; } }
  /* line 84, sass/_footer.scss */
  .footerinfo .info_main {
    padding-bottom: 2em;
    /* サイト名 */
    /* メール */ }
    /* line 86, sass/_footer.scss */
    .footerinfo .info_main:last-child {
      padding-bottom: 0; }
    /* line 91, sass/_footer.scss */
    .footerinfo .info_main .sitettl {
      font-family: rig-sans, source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1.5em;
      /* ロゴ */
      /* 小文字 */
      /* 日本語 */ }
      /* line 98, sass/_footer.scss */
      .footerinfo .info_main .sitettl .footerlogo {
        display: block;
        padding-bottom: 0.5em; }
        /* line 101, sass/_footer.scss */
        .footerinfo .info_main .sitettl .footerlogo img {
          width: 100%;
          height: auto;
          max-width: 12em; }
      /* line 109, sass/_footer.scss */
      .footerinfo .info_main .sitettl small {
        font-size: 0.7em;
        font-weight: 400;
        padding-right: 0.5em; }
      /* line 116, sass/_footer.scss */
      .footerinfo .info_main .sitettl span {
        font-size: 0.85em; }
    /* line 122, sass/_footer.scss */
    .footerinfo .info_main p.email {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: Italic;
      font-size: 0.83em;
      letter-spacing: 0.2em;
      padding-bottom: 0; }
  /* line 131, sass/_footer.scss */
  .footerinfo .info_sub {
    font-size: 0.83em;
    line-height: 1.8em;
    padding-bottom: 2.4em;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* 見出し */
    /* 電話 */
    /* 資格 */ }
    /* line 136, sass/_footer.scss */
    .footerinfo .info_sub:last-child {
      padding-bottom: 0; }
    /* line 139, sass/_footer.scss */
    .footerinfo .info_sub p {
      padding-bottom: 0; }
    /* line 144, sass/_footer.scss */
    .footerinfo .info_sub h3 {
      font-size: 1em;
      font-weight: 400;
      line-height: 1.8em;
      padding-bottom: 0; }
    /* line 152, sass/_footer.scss */
    .footerinfo .info_sub .tel {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: Italic;
      font-size: 1.5em; }
    /* line 158, sass/_footer.scss */
    .footerinfo .info_sub p.license {
      line-height: 1.5em; }

/* -------------------------- 営業日カレンダー ------------------------------------------- */
@media screen and (max-width: 850px) {
  /* line 166, sass/_footer.scss */
  .footercal {
    padding-top: 50px;
    max-width: 400px;
    margin: 0 auto; } }
/* line 173, sass/_footer.scss */
#biz_calendar p {
  padding-bottom: 1em;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  letter-spacing: 0.2em; }

/* line 179, sass/_footer.scss */
#biz_calendar p:last-child {
  padding-bottom: 0; }

/* 見出し */
/* line 184, sass/_footer.scss */
.footercal .widget-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 0; }

/* Biz Calendar ------------------------------------------- */
/* line 194, sass/_footer.scss */
#biz_calendar {
  width: 100%;
  max-width: none;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic; }

/* line 200, sass/_footer.scss */
#biz_calendar table.bizcal {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

/* 年月タイトル */
/* line 208, sass/_footer.scss */
.calmonth {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-weight: normal; }

/* line 212, sass/_footer.scss */
.calttl_year {
  display: inline-block;
  color: #666;
  padding-right: 0.5em;
  font-weight: normal; }

/* line 218, sass/_footer.scss */
.calttl_month {
  font-size: 3em;
  font-weight: normal; }

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

/* line 229, sass/_footer.scss */
#biz_calendar table.bizcal th:first-child, #biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #fff; }

/* 日付 */
/* line 234, sass/_footer.scss */
#biz_calendar table.bizcal td {
  color: #fff;
  padding: 0.5em; }

/* 今日 */
/* line 240, sass/_footer.scss */
#biz_calendar table.bizcal .today {
  font-size: 1.25em; }

/* 定休日 */
/* line 245, sass/_footer.scss */
#biz_calendar table.bizcal .holiday {
  background-color: #fff;
  color: #aaa !important; }

/* line 249, sass/_footer.scss */
#biz_calendar p span.boxholiday {
  background-color: #aaa; }

/* イベント */
/* line 254, sass/_footer.scss */
#biz_calendar table.bizcal .eventday {
  background-color: #fff;
  color: #fff !important; }

/* line 258, sass/_footer.scss */
#biz_calendar p span.boxeventday {
  background-color: #fff; }

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

/* line 268, sass/_footer.scss */
.fnav li {
  display: inline-block; }

@media screen and (max-width: 1050px) {
  /* line 273, sass/_footer.scss */
  .footermenu {
    border-top: rgba(255, 255, 255, 0.2) solid 1px; }

  /* line 276, sass/_footer.scss */
  .fnav ul {
    text-align: center; } }
/* リンク */
/* line 283, sass/_footer.scss */
.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; }

/* line 291, sass/_footer.scss */
.fnav a:hover {
  text-decoration: none;
  color: #363636; }

/* フッターメニュー ------------------------------------------- */
/* line 298, sass/_footer.scss */
.fmenu {
  font-family: rig-sans, source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 0.83em;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 1.5em; }
  @media screen and (max-width: 480px) {
    /* line 298, sass/_footer.scss */
    .fmenu {
      margin-top: -1em; } }

/* line 308, sass/_footer.scss */
.fmenu li {
  padding: 0.2em 1em 0 1em;
  border-right: rgba(255, 255, 255, 0.4) solid 1px; }
  @media screen and (min-width: 481px) {
    /* line 312, sass/_footer.scss */
    .fmenu li:first-child {
      padding-left: 0; }
    /* line 315, sass/_footer.scss */
    .fmenu li:last-child {
      padding-right: 0; } }
  /* line 319, sass/_footer.scss */
  .fmenu li:last-child {
    border-right: none; }
  @media screen and (max-width: 480px) {
    /* line 308, sass/_footer.scss */
    .fmenu li {
      margin-top: 1em; }
      /* line 324, sass/_footer.scss */
      .fmenu li:nth-child(3) {
        border-right: none; } }
  /* line 328, sass/_footer.scss */
  .fmenu li a {
    opacity: 0.7;
    filter: alpha(opacity=70); }
    /* line 330, sass/_footer.scss */
    .fmenu li a:hover {
      opacity: 1;
      filter: alpha(opacity=70);
      color: #fff; }

/* SNS ------------------------------------------- */
/* line 338, sass/_footer.scss */
.sns {
  font-size: 2em; }

/* line 341, sass/_footer.scss */
.sns li {
  padding-left: 0.5em; }

/* line 344, sass/_footer.scss */
.sns li:first-child {
  padding-left: 0; }

/* コピーライト ------------------------------------------- */
/* line 349, sass/_footer.scss */
p.copyright {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 0.60em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 3em;
  text-align: left;
  padding-bottom: 0;
  opacity: 0.6;
  filter: alpha(opacity=70); }

@media screen and (max-width: 1050px) {
  /* line 361, sass/_footer.scss */
  p.copyright {
    position: relative;
    text-align: center;
    padding-top: 3em; } }
/* ===========================================================================================================
　　　　　　　　　下固定コンバージョンエリア
=========================================================================================================== */
/* line 371, sass/_footer.scss */
.fixbottom {
  display: block;
  position: fixed;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  z-index: 999;
  padding: 0.5em;
  text-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  /* line 380, sass/_footer.scss */
  .fixbottom a {
    width: 48%;
    display: inline-block; }
    /* line 383, sass/_footer.scss */
    .fixbottom a img {
      width: 100%;
      height: auto; }
    /* line 386, sass/_footer.scss */
    .fixbottom a:first-child {
      margin-right: 1%; }

@media screen and (max-width: 1160px) {
  /* line 393, sass/_footer.scss */
  #footer {
    padding-bottom: 30vw; }

  /* line 396, sass/_footer.scss */
  .fixbottom {
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 999;
    padding: 0.5em;
    text-align: center;
    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; }
    /* line 405, sass/_footer.scss */
    .fixbottom a {
      width: 49.25%; }
      /* line 407, sass/_footer.scss */
      .fixbottom a img {
        width: 100%;
        height: auto; } }
/* ===========================================================================================================
　　　　　　　　　トップページメインコンテンツ
=========================================================================================================== */
/* line 4, sass/_top.scss */
.topctt {
  width: 100%;
  padding: 8.33em 0;
  /* -------------------------- ボタン ------------------------------------------- */ }
  @media screen and (max-width: 480px) {
    /* line 4, sass/_top.scss */
    .topctt {
      padding: 50px 0; } }
  /* line 12, sass/_top.scss */
  .topctt .btn {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    /* line 15, sass/_top.scss */
    .topctt .btn a {
      text-align: center;
      width: 18em; }
      @media screen and (max-width: 480px) {
        /* line 15, sass/_top.scss */
        .topctt .btn a {
          width: 100%; } }

/* 見出し */
/* line 26, sass/_top.scss */
.topttl {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-bottom: 1em;
  margin: 0 auto; }
  /* line 34, sass/_top.scss */
  .topttl img {
    max-width: 100%;
    height: auto; }

/* 段落 */
/* line 43, sass/_top.scss */
.topctt p:last-child {
  padding-bottom: 0; }

/* =============================== スライドショー ========================================================== */
/* line 50, sass/_top.scss */
#topmain {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10; }

/* line 54, sass/_top.scss */
.spslider {
  display: none; }

@media screen and (max-width: 750px) {
  /* line 59, sass/_top.scss */
  .pcslider {
    display: none; }

  /* line 62, sass/_top.scss */
  .spslider {
    display: block; } }
/* =============================== メニュー ========================================================== */
/* line 70, sass/_top.scss */
#topmenu {
  background: #fff; }
  /* line 72, sass/_top.scss */
  #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; }
    /* line 76, sass/_top.scss */
    #topmenu ul li {
      width: 30%;
      position: relative;
      line-height: 2.25em;
      /* 画像 */
      /* 見出し */
      /* 段落 */
      /* リンク */ }
      @media screen and (max-width: 700px) {
        /* line 76, sass/_top.scss */
        #topmenu ul li {
          width: 100%;
          margin-bottom: 2em; }
          /* line 83, sass/_top.scss */
          #topmenu ul li:last-child {
            margin-bottom: 0; }
          /* line 86, sass/_top.scss */
          #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; }
            /* line 90, sass/_top.scss */
            #topmenu ul li a .topmenuimg,
            #topmenu ul li a .topmenutxt {
              width: 48%; }
            /* line 94, sass/_top.scss */
            #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) {
        /* line 76, sass/_top.scss */
        #topmenu ul li {
          margin-bottom: 3em; }
          /* line 108, sass/_top.scss */
          #topmenu ul li:last-child {
            margin-bottom: 0; } }
      /* line 113, sass/_top.scss */
      #topmenu ul li img {
        width: 100%;
        height: auto;
        padding-bottom: 1em; }
      /* line 119, sass/_top.scss */
      #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; }
      /* line 128, sass/_top.scss */
      #topmenu ul li p:last-child {
        padding-bottom: 0; }
      /* line 132, sass/_top.scss */
      #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; }
        /* line 139, sass/_top.scss */
        #topmenu ul li a:hover {
          color: #000000;
          text-decoration: none; }

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

/* 見出し */
/* line 156, sass/_top.scss */
#topvideo .topttl {
  width: 48.3%; }

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

/* line 176, sass/_top.scss */
.btn_more img {
  max-width: 100%;
  height: auto; }

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

/* -------------------------- インスタエリア ------------------------------------------- */
@media screen and (max-width: 1050px) {
  /* line 195, sass/_top.scss */
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%; } }
@media screen and (max-width: 700px) {
  /* line 201, sass/_top.scss */
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33.33%; } }
@media screen and (max-width: 480px) {
  /* line 207, sass/_top.scss */
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%; } }
/* =============================== 新着共通 ========================================================== */
/* line 213, sass/_top.scss */
#topblog,
#topnews {
  /* 見出し */ }
  /* line 215, sass/_top.scss */
  #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; }
  /* line 229, sass/_top.scss */
  #topblog .topttl,
  #topnews .topttl {
    width: 24%;
    position: relative;
    box-sizing: border-box;
    padding-right: 5.7%;
    padding-bottom: 0;
    border-right: #000000 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: #000000; }
    @media screen and (max-width: 480px) {
      /* line 229, sass/_top.scss */
      #topblog .topttl,
      #topnews .topttl {
        width: 100%;
        border-right: none;
        padding-bottom: 1.5em; }
        /* line 249, sass/_top.scss */
        #topblog .topttl span,
        #topnews .topttl span {
          display: block;
          width: 100%;
          text-align: center; }
        /* line 254, sass/_top.scss */
        #topblog .topttl img,
        #topnews .topttl img {
          width: 30%; } }
    /* line 258, sass/_top.scss */
    #topblog .topttl a,
    #topnews .topttl a {
      color: #000; }
      /* line 260, sass/_top.scss */
      #topblog .topttl a:hover,
      #topnews .topttl a:hover {
        text-decoration: none; }

/* 記事エリア ------------------------------------------- */
/* line 268, sass/_top.scss */
.postbox {
  width: 76%;
  position: relative;
  box-sizing: border-box;
  padding-left: 5.7%;
  /* リンク */
  /* 日付 */ }
  @media screen and (max-width: 480px) {
    /* line 268, sass/_top.scss */
    .postbox {
      width: 100%; } }
  /* line 277, sass/_top.scss */
  .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; }
    /* line 284, sass/_top.scss */
    .postbox a:hover {
      color: #000000; }
  /* line 289, sass/_top.scss */
  .postbox ul {
    list-style: none inside;
    width: 100%;
    position: relative; }
    /* line 293, sass/_top.scss */
    .postbox ul 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; }
      /* line 303, sass/_top.scss */
      .postbox ul li:last-child {
        margin-bottom: 0; }
  /* line 310, sass/_top.scss */
  .postbox .date {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: Italic;
    display: inline-block;
    padding-right: 2em;
    color: #ff0096; }

/* =============================== 新着情報 ========================================================== */
/* line 320, sass/_top.scss */
#topnews {
  background: #f3f3f3; }

/* =============================== ブログ ========================================================== */
/* line 325, sass/_top.scss */
#topblog {
  background: #fff; }

/* =============================== カテゴリーページ ========================================================== */
/* line 2, sass/topics/_archive.scss */
.aclist, .singlebox, .nmpost_list {
  padding-bottom: 100px; }

@media screen and (max-width: 480px) {
  /* line 7, sass/topics/_archive.scss */
  .aclist, .singlebox {
    padding-bottom: 50px; } }
/* line 12, sass/topics/_archive.scss */
.screen-reader-text {
  display: none; }

/* ページネーション ------------------------------------------- */
/* line 17, sass/topics/_archive.scss */
.navigation {
  width: 100%;
  padding: 3em 0 0 0; }

/* line 21, sass/topics/_archive.scss */
.navigation a {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #ff0096;
  border: none;
  font-size: 1em;
  line-height: 1em;
  -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;
  position: relative; }

/* line 38, sass/topics/_archive.scss */
.navigation a:hover {
  opacity: 0.7em;
  filter: alpha(opacity=70);
  text-decoration: none; }

/* line 43, sass/topics/_archive.scss */
.navigation a svg {
  width: 1em;
  height: 1em; }

/* line 47, sass/topics/_archive.scss */
.nav-links {
  text-align: center;
  width: 100%; }

/* 数字 */
/* line 53, sass/topics/_archive.scss */
.navigation a.page-numbers {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
  color: #ff0096;
  margin: 0 0.2em; }

/* line 61, sass/topics/_archive.scss */
.navigation a.page-numbers:hover {
  color: #0096ff; }

/* line 64, sass/topics/_archive.scss */
.navigation span.page-numbers {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 1.8em;
  font-weight: 600;
  display: inline-block;
  color: #aaa;
  margin: 0 0.2em;
  line-height: 1em; }

/* line 73, sass/topics/_archive.scss */
.navigation .nav-links a.page-numbers:first-child, .navigation .nav-links a.page-numbers:last-child {
  background: transparent; }

/* 矢印 */
/* line 78, sass/topics/_archive.scss */
.navigation svg {
  fill: #ff0096; }

/* line 81, sass/topics/_archive.scss */
.navigation svg:hover {
  fill: #0096ff; }

/* -------------------------- 新着一覧ページ ------------------------------------------- */
/* line 86, sass/topics/_archive.scss */
.aclist {
  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; }
  /* line 97, sass/topics/_archive.scss */
  .aclist article {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 2em;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    border-radius: 1em;
    /* リンク */ }
    @media screen and (min-width: 1001px) {
      /* line 114, sass/topics/_archive.scss */
      .aclist article:nth-child(4n) {
        margin-right: 0; } }
    @media screen and (max-width: 1000px) and (min-width: 751px) {
      /* line 97, sass/topics/_archive.scss */
      .aclist article {
        width: 32%;
        margin-right: 1.5%; }
        /* line 121, sass/topics/_archive.scss */
        .aclist article:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 750px) {
      /* line 97, sass/topics/_archive.scss */
      .aclist article {
        width: 48%;
        margin-right: 4%; }
        /* line 128, sass/topics/_archive.scss */
        .aclist article:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      /* line 97, sass/topics/_archive.scss */
      .aclist article {
        width: 100%;
        margin-right: 0; } }
    /* line 138, sass/topics/_archive.scss */
    .aclist article a {
      background: #f3f3f3;
      color: #000;
      padding-bottom: 4em;
      width: 100%;
      -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;
      /* アイキャッチ ------------------------------------------- */
      /* テキスト領域 ------------------------------------------- */
      /* ボタン */
      /* マウスオーバー */ }
      /* line 150, sass/topics/_archive.scss */
      .aclist article a .post-thumbnail {
        width: 100%;
        position: relative;
        overflow: hidden; }
        /* line 154, sass/topics/_archive.scss */
        .aclist article a .post-thumbnail::before {
          display: block;
          content: "";
          padding-top: 66.47%; }
        /* line 159, sass/topics/_archive.scss */
        .aclist article a .post-thumbnail span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      /* line 171, sass/topics/_archive.scss */
      .aclist article a .aclisttxt {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 2em;
        /* 本文抜粋 */ }
        /* line 177, sass/topics/_archive.scss */
        .aclist article a .aclisttxt .entry-header {
          padding-bottom: 0;
          background: transparent;
          /* 日付 */
          /* 見出し */ }
          /* line 182, sass/topics/_archive.scss */
          .aclist article a .aclisttxt .entry-header .date {
            font-family: rig-sans, source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            width: 100%;
            display: block;
            font-size: 0.8em;
            font-weight: 400;
            line-height: 1.2em;
            padding-bottom: 0.5em; }
            /* line 190, sass/topics/_archive.scss */
            .aclist article a .aclisttxt .entry-header .date .year {
              display: inline-block;
              padding-right: 0.5em;
              font-size: 0.625em; }
          /* line 198, sass/topics/_archive.scss */
          .aclist article a .aclisttxt .entry-header .entry-title {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5em;
            padding-bottom: 1em; }
            @media screen and (max-width: 1000px) {
              /* line 198, sass/topics/_archive.scss */
              .aclist article a .aclisttxt .entry-header .entry-title {
                font-size: 1.1em;
                line-height: 1.5em;
                padding-bottom: 1em; } }
        /* line 212, sass/topics/_archive.scss */
        .aclist article a .aclisttxt .entry-content {
          font-size: 0.9em;
          line-height: 1.5em; }
          @media screen and (max-width: 1000px) {
            /* line 212, sass/topics/_archive.scss */
            .aclist article a .aclisttxt .entry-content {
              font-size: 1em;
              line-height: 1.5em; } }
      /* line 223, sass/topics/_archive.scss */
      .aclist article a .btn_more {
        width: 80%;
        height: 2.5em;
        line-height: 1em;
        padding: 0.7em 0;
        text-align: center;
        box-sizing: border-box;
        background: #ff0096;
        color: #fff;
        position: absolute;
        left: 10%;
        bottom: 2em;
        border-radius: 1.2em;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
      /* line 240, sass/topics/_archive.scss */
      .aclist article a:hover {
        background: #000000;
        text-decoration: none;
        color: #000;
        /* アイキャッチ */
        /* ボタン */ }
        /* line 248, sass/topics/_archive.scss */
        .aclist article a:hover .post-thumbnail span img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1);
          opacity: 1;
          filter: alpha(opacity=70); }
        /* line 256, sass/topics/_archive.scss */
        .aclist article a:hover .btn_more {
          background: #0096ff; }

/* =============================== ブログ =================================================================== */
/* line 270, sass/topics/_archive.scss */
#blog {
  background: #fff; }

/* 見出し */
/* line 275, sass/topics/_archive.scss */
#blog .topttl {
  color: #000000; }

/* -------------------------- 記事エリア ------------------------------------------- */
/* line 280, sass/topics/_archive.scss */
.nmpostbox {
  width: 100%;
  position: relative; }
  /* line 283, sass/topics/_archive.scss */
  .nmpostbox ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 293, sass/topics/_archive.scss */
    .nmpostbox ul li {
      width: 23.4%;
      padding-right: 2.13%;
      padding-bottom: 3em; }
      /* line 297, sass/topics/_archive.scss */
      .nmpostbox ul li:nth-child(4n) {
        padding-right: 0; }
      @media screen and (max-width: 750px), screen and (max-height: 450px) {
        /* line 293, sass/topics/_archive.scss */
        .nmpostbox ul li {
          width: 46%;
          padding-right: 8%;
          padding-bottom: 5em; }
          /* line 304, sass/topics/_archive.scss */
          .nmpostbox ul li:nth-child(2n) {
            padding-right: 0; } }
      @media screen and (max-width: 480px) {
        /* line 293, sass/topics/_archive.scss */
        .nmpostbox ul li {
          width: 100%;
          padding-right: 0; } }
      /* line 312, sass/topics/_archive.scss */
      .nmpostbox ul li a {
        /* リンクマウスオーバー */ }
        /* line 313, sass/topics/_archive.scss */
        .nmpostbox ul li a figure {
          width: 100%;
          /* サムネイル画像 ------------------------------------------- */ }
          /* line 316, sass/topics/_archive.scss */
          .nmpostbox ul li a figure .nmpostimg {
            display: block;
            width: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 1em; }
            /* line 322, sass/topics/_archive.scss */
            .nmpostbox ul li a figure .nmpostimg::before {
              display: block;
              content: "";
              padding-top: 100%; }
            /* line 327, sass/topics/_archive.scss */
            .nmpostbox ul li a figure .nmpostimg .nmpostimginner {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
          /* line 338, sass/topics/_archive.scss */
          .nmpostbox ul li a figure figcaption div {
            /* 日付 ------------------------------------------- */
            /* タイトル ------------------------------------------- */ }
            /* line 340, sass/topics/_archive.scss */
            .nmpostbox ul li a figure figcaption div .date {
              font-family: "Montserrat", sans-serif;
              font-optical-sizing: auto;
              font-weight: 900;
              font-style: Italic;
              width: 100%;
              display: block;
              font-size: 2em;
              font-weight: 600;
              line-height: 1em;
              color: #ff0096;
              padding-top: 0.5em;
              -webkit-transition: 0.3s ease;
              -moz-transition: 0.3s ease;
              -ms-transition: 0.3s ease;
              -o-transition: 0.3s ease;
              transition: 0.3s ease; }
              /* line 350, sass/topics/_archive.scss */
              .nmpostbox ul li a figure figcaption div .date .year {
                display: inline-block;
                padding-right: 0.5em;
                font-size: 0.625em;
                font-weight: 500; }
            /* line 359, sass/topics/_archive.scss */
            .nmpostbox ul li a figure figcaption div .nmpost_ttl {
              width: 100%;
              display: block;
              line-height: 2em;
              height: 1.7em;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              color: #000; }
        /* line 374, sass/topics/_archive.scss */
        .nmpostbox ul li a:hover {
          text-decoration: none; }
          /* line 376, sass/topics/_archive.scss */
          .nmpostbox ul li a:hover figure {
            /* サムネイル画像 ------------------------------------------- */ }
            /* line 380, sass/topics/_archive.scss */
            .nmpostbox ul li a:hover figure .nmpostimg .nmpostimginner img {
              opacity: 1;
              filter: alpha(opacity=70);
              -webkit-transform: scale(1.1);
              -moz-transform: scale(1.1);
              -ms-transform: scale(1.1);
              -o-transform: scale(1.1);
              transform: scale(1.1); }
            /* line 387, sass/topics/_archive.scss */
            .nmpostbox ul li a:hover figure figcaption div {
              /* 日付 ------------------------------------------- */
              /* タイトル ------------------------------------------- */ }
              /* line 389, sass/topics/_archive.scss */
              .nmpostbox ul li a:hover figure figcaption div .date {
                color: #0096ff; }
              /* line 394, sass/topics/_archive.scss */
              .nmpostbox ul li a:hover figure figcaption div .nmpost_ttl {
                color: #0096ff; }

/* リンク */
/* line 407, sass/topics/_archive.scss */
.nmpostbox a:hover .gridttl {
  color: #000000;
  text-decoration: underline; }

/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
/* line 7, sass/topics/_single.scss */
.singlebox {
  margin: 0 auto; }

/* 投稿記事領域 ------------------------------------------- */
/* line 12, sass/topics/_single.scss */
.entry-header {
  padding-bottom: 3em; }

/* 見出し */
/* line 17, sass/topics/_single.scss */
.singlebox .entry-title {
  font-size: 1.7em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #000 solid 2px; }

/* 日付 */
/* line 26, sass/topics/_single.scss */
.singlebox .date {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  opacity: 0.35;
  filter: alpha(opacity=70);
  text-align: right; }

/* 開催日時 */
/* line 37, sass/topics/_single.scss */
.event_date {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.25em;
  padding-bottom: 0.5em; }

/* 投稿記事領域 ------------------------------------------- */
/* 見出し */
/* line 47, sass/topics/_single.scss */
.singlebox h4, .singlebox h5, .singlebox h6 {
  color: #000000;
  padding-bottom: 1em; }

/* line 51, sass/topics/_single.scss */
.singlebox h4 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 2em; }

/* line 58, sass/topics/_single.scss */
.singlebox h5 {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.6em; }

/* line 65, sass/topics/_single.scss */
.singlebox h6 {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.4em; }

/* 画像 */
/* line 75, sass/topics/_single.scss */
.singlebox img {
  max-width: 100%;
  height: auto; }

/* ページネーション ------------------------------------------- */
/* line 82, sass/topics/_single.scss */
.single .nav-subtitle, .nav-title-icon-wrapper {
  display: none; }

/* line 85, sass/topics/_single.scss */
.single .nav-links {
  width: 100%;
  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; }

/* line 98, sass/topics/_single.scss */
.single .nav-title {
  display: inline-block;
  width: 20em;
  line-height: 1.5em;
  height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }

/* line 108, sass/topics/_single.scss */
.single a:hover .nav-title {
  text-decoration: underline;
  color: #0096ff; }

/* line 112, sass/topics/_single.scss */
.single .nav-previous {
  text-align: left; }

/* line 115, sass/topics/_single.scss */
.single .nav-next {
  text-align: right; }

@media screen and (max-width: 750px) {
  /* line 120, sass/topics/_single.scss */
  .single .nav-title {
    width: 10em; } }
/* 矢印 */
/* line 126, sass/topics/_single.scss */
.single .nav-previous a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f060";
  padding-right: 0.5em;
  position: relative;
  top: -0.3em; }

/* line 135, sass/topics/_single.scss */
.single .nav-next a::after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f061";
  padding-left: 0.5em;
  position: relative;
  top: -0.3em; }

/* line 144, sass/topics/_single.scss */
.single .nav-previous a:hover::before, .single .nav-next a:hover::after {
  color: #ff0096; }

/* 申し込みフォーム ------------------------------------------- */
/* line 151, sass/topics/_single.scss */
.singlebox .webcontact .formbox {
  padding-top: 0; }
/* line 154, sass/topics/_single.scss */
.singlebox .webcontact ul.form_ctt {
  background: #fff;
  padding: 0;
  padding-left: 0; }

/* -------------------------- ブログ一覧ページ ------------------------------------------- */
@media screen and (min-width: 751px) {
  /* line 165, sass/topics/_single.scss */
  .nmpost_list .nmpostbox li {
    margin-bottom: 3em; } }
/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
/* line 4, sass/page/free/_freebackground.scss */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0; }

/* line 8, sass/page/free/_freebackground.scss */
.sec {
  width: 100%;
  padding: 8.33em 0; }
  @media screen and (max-width: 700px) {
    /* line 12, sass/page/free/_freebackground.scss */
    .sec p {
      word-break: break-all; } }

/* 最大幅1500px */
/* line 20, sass/page/free/_freebackground.scss */
.max1500px {
  max-width: 1500px;
  margin: 0 auto; }

/* =============== 背景色 ========================================================= */
/* line 28, sass/page/free/_freebackground.scss */
.sec_bg1 {
  background: #fff; }

/* line 31, sass/page/free/_freebackground.scss */
.sec_bg2 {
  background: #f3f3f3; }

/* line 34, sass/page/free/_freebackground.scss */
.sec_bg3 {
  background: #000000;
  color: #fff; }
  /* line 37, sass/page/free/_freebackground.scss */
  .sec_bg3 a {
    color: #9805c2; }
    /* line 39, sass/page/free/_freebackground.scss */
    .sec_bg3 a:hover {
      color: #ffea00; }

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
/* line 4, sass/page/free/_freetext.scss */
.parts-h3 {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
  text-align: center;
  color: #000000; }
  /* line 12, sass/page/free/_freetext.scss */
  .sec_bg3 .parts-h3 {
    color: #fff; }
  @media screen and (max-width: 700px) {
    /* line 4, sass/page/free/_freetext.scss */
    .parts-h3 {
      font-size: 2em; } }

/*.sec_bg3 .parts-h3{
	color: $bc;
}*/
/* line 24, sass/page/free/_freetext.scss */
.parts-h4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em; }
  @media screen and (max-width: 700px) {
    /* line 24, sass/page/free/_freetext.scss */
    .parts-h4 {
      font-size: 1.3em; } }

/* 大きな数字 */
/* line 41, sass/page/free/_freetext.scss */
.lnmb {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: Italic;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
  color: #000000; }
  /* line 50, sass/page/free/_freetext.scss */
  .sec_bg3 .lnmb {
    color: #C5E4E8; }

/* 左寄せ・幅指定中央配置テキスト */
/* line 61, sass/page/free/_freetext.scss */
.centerbox {
  max-width: 800px;
  margin: 0 auto; }

/* ------------ 段落 -------------------------------- */
/* line 69, sass/page/free/_freetext.scss */
.freepage-ctt .sec p {
  padding-bottom: 4em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */ }
  /* line 72, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.btmmin {
    padding-bottom: 2em; }
  /* line 76, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.parts-copy {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 76, sass/page/free/_freetext.scss */
      .freepage-ctt .sec p.parts-copy {
        font-size: 1.5em; } }
  /* line 86, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.note {
    font-size: 0.9em;
    line-height: 1.7em;
    padding-bottom: 4em;
    padding-left: 1.2em;
    text-indent: -0.65em;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #0096ff; }
    /* line 96, sass/page/free/_freetext.scss */
    .freepage-ctt .sec p.note::before {
      display: inline-block;
      content: "※";
      padding-right: 0.2em; }
/* line 105, sass/page/free/_freetext.scss */
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0; }
/* line 114, sass/page/free/_freetext.scss */
.freepage-ctt .sec_bg3 .sec p.note {
  color: #9805c2; }

/* やや小さめ強調 */
/* line 123, sass/page/free/_freetext.scss */
.strong {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em; }

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
/* line 4, sass/page/free/_freeblock.scss */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  background: #fff;
  color: #000;
  border-radius: 1em; }
  /* line 11, sass/page/free/_freeblock.scss */
  .sec_bg1 .bbox {
    background: #f3f3f3; }
  @media screen and (max-width: 700px) {
    /* line 4, sass/page/free/_freeblock.scss */
    .bbox {
      padding: 1.5em; } }
  /* line 17, sass/page/free/_freeblock.scss */
  .bbox a {
    color: #000000 !important; }
    /* line 19, sass/page/free/_freeblock.scss */
    .bbox a:hover {
      color: #0096ff !important; }
  /* line 23, sass/page/free/_freeblock.scss */
  .bbox h3 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #000000; }
    @media screen and (max-width: 700px) {
      /* line 23, sass/page/free/_freeblock.scss */
      .bbox h3 {
        font-size: 1.5em; } }
  /* line 33, sass/page/free/_freeblock.scss */
  .bbox p {
    padding-bottom: 0; }

/* =============== 画像 ========================================================= */
/* line 2, sass/page/free/_freeimage.scss */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  text-align: center; }
  /* line 7, sass/page/free/_freeimage.scss */
  .parts-100img.center {
    text-align: center; }
  /* line 10, sass/page/free/_freeimage.scss */
  .parts-100img.left {
    text-align: left; }
  /* line 13, sass/page/free/_freeimage.scss */
  .parts-100img.right {
    text-align: right; }
  /* line 16, sass/page/free/_freeimage.scss */
  .parts-100img img {
    max-width: inherit;
    height: auto; }
    @media screen and (max-width: 700px) {
      /* line 16, sass/page/free/_freeimage.scss */
      .parts-100img img {
        width: 100%; } }

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

/* 画像左 -------------------------------- */
/* line 56, sass/page/free/_freeimage.scss */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%; }

/* 画像右 -------------------------------- */
/* line 64, sass/page/free/_freeimage.scss */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%; }

@media screen and (max-width: 480px) {
  /* line 72, sass/page/free/_freeimage.scss */
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0; } }

/* テキスト -------------------------------- */
/* 見出し */
/* line 85, sass/page/free/_freeimage.scss */
.imgtxt_txtbox h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em; }
  @media screen and (max-width: 700px) {
    /* line 85, sass/page/free/_freeimage.scss */
    .imgtxt_txtbox h3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 480px) {
    /* line 85, sass/page/free/_freeimage.scss */
    .imgtxt_txtbox h3 {
      font-size: 1.5em;
      padding-bottom: 0.67em; } }

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
/* line 102, sass/page/free/_freeimage.scss */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }
  /* line 108, sass/page/free/_freeimage.scss */
  .imgbox_txtarea h3 {
    font-size: 1.2em;
    font-weight: 700;
    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; }
  /* line 117, sass/page/free/_freeimage.scss */
  .imgbox_txtarea p {
    padding-bottom: 0; }

/* 2つ並び画像テキストボックス -------------------------------- */
/* line 123, sass/page/free/_freeimage.scss */
.img2box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  /* line 127, sass/page/free/_freeimage.scss */
  .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) {
      /* line 127, sass/page/free/_freeimage.scss */
      .img2box ul {
        margin-top: -3em; } }
    /* line 135, sass/page/free/_freeimage.scss */
    .img2box ul li {
      width: 48.5%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 2em;
      color: #000;
      /* 画像 */ }
      @media screen and (max-width: 480px) {
        /* line 135, sass/page/free/_freeimage.scss */
        .img2box ul li {
          width: 100%;
          margin-top: 3em; } }
      /* line 145, sass/page/free/_freeimage.scss */
      .img2box ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    /* line 153, sass/page/free/_freeimage.scss */
    .img2box.imghbox ul li {
      width: 48.5%; } }

/* 3つ並び画像テキストボックス -------------------------------- */
/* line 163, sass/page/free/_freeimage.scss */
.img3txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  /* line 167, sass/page/free/_freeimage.scss */
  .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; }
    /* line 172, sass/page/free/_freeimage.scss */
    .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;
      /* 画像 */ }
      @media screen and (min-width: 701px) {
        /* line 178, sass/page/free/_freeimage.scss */
        .img3txtbox ul li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 700px) {
        /* line 172, sass/page/free/_freeimage.scss */
        .img3txtbox ul li {
          width: 100%;
          margin-bottom: 3em;
          margin-right: 0; } }
      /* line 188, sass/page/free/_freeimage.scss */
      .img3txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @media screen and (max-width: 700px) {
    /* line 196, sass/page/free/_freeimage.scss */
    .img3txtbox.imghbox ul li {
      width: 32%;
      margin-right: 2%; }
      /* line 200, sass/page/free/_freeimage.scss */
      .img3txtbox.imghbox ul li:nth-child(3n) {
        margin-right: 0; } }

/* 4つ並び画像テキストボックス -------------------------------- */
/* line 211, sass/page/free/_freeimage.scss */
.img4txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  /* line 215, sass/page/free/_freeimage.scss */
  .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) {
      /* line 215, sass/page/free/_freeimage.scss */
      .img4txtbox ul {
        margin-top: -3em; } }
    /* line 223, sass/page/free/_freeimage.scss */
    .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) {
        /* line 229, sass/page/free/_freeimage.scss */
        .img4txtbox ul li:nth-child(4n) {
          margin-right: 0; } }
      @media screen and (max-width: 1051px) {
        /* line 223, sass/page/free/_freeimage.scss */
        .img4txtbox ul li {
          margin-top: 3em; } }
  @media screen and (max-width: 1051px) and (min-width: 481px) {
    /* line 223, sass/page/free/_freeimage.scss */
    .img4txtbox ul li {
      width: 49%; }
      /* line 237, sass/page/free/_freeimage.scss */
      .img4txtbox ul li:nth-child(2n) {
        margin-right: 0; } }

      @media screen and (max-width: 480px) {
        /* line 223, sass/page/free/_freeimage.scss */
        .img4txtbox ul li {
          width: 100%; } }
      /* line 246, sass/page/free/_freeimage.scss */
      .img4txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
@media screen and (max-width: 1051px) and (min-width: 481px) {
  /* line 254, sass/page/free/_freeimage.scss */
  .img4txtbox.imghbox ul li {
    width: 23.5%; }
    /* line 258, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(2n) {
      margin-right: 2%; }
    /* line 261, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(4n) {
      margin-right: 0; } }

  @media screen and (max-width: 480px) {
    /* line 254, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li {
      width: 23.5%; }
      /* line 268, sass/page/free/_freeimage.scss */
      .img4txtbox.imghbox ul li:nth-child(4n) {
        margin-right: 0; } }

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
/* line 4, sass/page/free/_freelist.scss */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  position: relative;
  background: #fff;
  border-radius: 1em;
  color: #000;
  /* 見出し */
  /* リスト */ }
  /* line 14, sass/page/free/_freelist.scss */
  .sec_bg1 .no_list {
    background: #f3f3f3; }
  @media screen and (max-width: 700px) {
    /* line 4, sass/page/free/_freelist.scss */
    .no_list {
      padding: 1.5em; } }
  /* line 21, sass/page/free/_freelist.scss */
  .no_list h3 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #000000; }
    @media screen and (max-width: 700px) {
      /* line 21, sass/page/free/_freelist.scss */
      .no_list h3 {
        font-size: 1.5em; } }
  /* line 32, sass/page/free/_freelist.scss */
  .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; }
    /* line 35, sass/page/free/_freelist.scss */
    .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; }
      /* line 40, sass/page/free/_freelist.scss */
      .no_list ul li:last-child {
        padding-bottom: 0; }

/* チェックボックスマークつき -------------------------------- */
/* line 48, sass/page/free/_freelist.scss */
.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;
  background: #fff;
  color: #000;
  border-radius: 1em;
  max-width: none !important;
  /* 見出し */
  /* リスト */ }
  /* line 57, sass/page/free/_freelist.scss */
  .sec_bg1 .check_list {
    background: #f3f3f3; }
  @media screen and (max-width: 700px) {
    /* line 48, sass/page/free/_freelist.scss */
    .check_list {
      padding: 1.5em; } }
  /* line 64, sass/page/free/_freelist.scss */
  .check_list h3 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #000000; }
    @media screen and (max-width: 700px) {
      /* line 64, sass/page/free/_freelist.scss */
      .check_list h3 {
        font-size: 1.5em; } }
  /* line 75, sass/page/free/_freelist.scss */
  .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; }
    /* line 78, sass/page/free/_freelist.scss */
    .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; }
      /* line 85, sass/page/free/_freelist.scss */
      .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: 900;
        color: #000000; }
      /* line 94, sass/page/free/_freelist.scss */
      .check_list ul li:last-child {
        padding-bottom: 0; }

/* 番号つき -------------------------------- */
/* line 102, sass/page/free/_freelist.scss */
.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;
  position: relative;
  background: #fff;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */ }
  /* line 111, sass/page/free/_freelist.scss */
  .sec_bg1 .order_list {
    background: #f3f3f3; }
  @media screen and (max-width: 700px) {
    /* line 102, sass/page/free/_freelist.scss */
    .order_list {
      padding: 1.5em; } }
  /* line 118, sass/page/free/_freelist.scss */
  .order_list h3 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #000000; }
    @media screen and (max-width: 700px) {
      /* line 118, sass/page/free/_freelist.scss */
      .order_list h3 {
        font-size: 1.5em; } }
  /* line 129, sass/page/free/_freelist.scss */
  .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; }
    /* line 132, sass/page/free/_freelist.scss */
    .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; }
      /* line 139, sass/page/free/_freelist.scss */
      .order_list ol li:nth-child(n+10) {
        text-indent: -1.5em;
        padding-left: 1.5em; }
      /* line 143, sass/page/free/_freelist.scss */
      .order_list ol li:last-child {
        padding-bottom: 0; }

/* 表型 -------------------------------- */
/* line 151, sass/page/free/_freelist.scss */
.table_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 4em;
  /* 見出し */
  /* リスト */ }
  /* line 156, sass/page/free/_freelist.scss */
  .table_list h3 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 0.5em;
    color: #000000; }
    @media screen and (max-width: 700px) {
      /* line 156, sass/page/free/_freelist.scss */
      .table_list h3 {
        font-size: 1.5em; } }
  /* line 167, sass/page/free/_freelist.scss */
  .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; }
    /* line 170, sass/page/free/_freelist.scss */
    .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;
      margin-bottom: 0.5em;
      padding: 0.25em 0;
      background: #fff;
      border-radius: 1em; }
      /* line 177, sass/page/free/_freelist.scss */
      .sec_bg1 .table_list ul li {
        background: #f3f3f3; }
      @media screen and (max-width: 700px) {
        /* line 170, sass/page/free/_freelist.scss */
        .table_list ul li {
          padding: 0 0.25em; } }
      /* line 183, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_th,
      .table_list ul li .tablelist_td {
        padding: 0.75em 1em;
        font-size: 1em;
        text-align: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 700px) {
          /* line 183, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_th,
          .table_list ul li .tablelist_td {
            padding: 1em 0.75em;
            display: block; } }
      /* line 194, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_th {
        width: 30%;
        font-weight: 700;
        border-right: #e0dfe0 solid 0.1em;
        color: #000000;
        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) {
          /* line 194, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_th {
            width: 100%;
            border-right: none;
            border-bottom: #e0dfe0 solid 0.1em; } }
      /* line 206, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_td {
        width: 70%; }
        @media screen and (max-width: 700px) {
          /* line 206, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_td {
            width: 100%; } }

/* 注釈マークつき -------------------------------- */
/* line 217, sass/page/free/_freelist.scss */
.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;
  padding: 3.57em;
  background: #fff;
  color: #0096ff;
  border-radius: 1em;
  /* 見出し */
  /* リスト */ }
  /* line 225, sass/page/free/_freelist.scss */
  .sec_bg1 .note_list {
    background: #f3f3f3; }
  @media screen and (max-width: 700px) {
    /* line 217, sass/page/free/_freelist.scss */
    .note_list {
      padding: 1.5em; } }
  /* line 232, sass/page/free/_freelist.scss */
  .note_list h3 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 232, sass/page/free/_freelist.scss */
      .note_list h3 {
        font-size: 1.3em;
        font-weight: 500; } }
  /* line 243, sass/page/free/_freelist.scss */
  .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; }
    /* line 246, sass/page/free/_freelist.scss */
    .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; }
      /* line 253, sass/page/free/_freelist.scss */
      .note_list ul li::before {
        display: inline-block;
        padding-left: 1em;
        padding-right: 0.2em;
        content: "※"; }
      /* line 259, sass/page/free/_freelist.scss */
      .note_list ul li:last-child {
        padding-bottom: 0; }

/* =============== Youtube動画 ========================================================= */
/* line 3, sass/page/free/_freeyoutube.scss */
.videobox .imgtxt_imgbox {
  width: 60%; }

/* line 7, sass/page/free/_freeyoutube.scss */
.youtube_box {
  width: 100%; }
  /* line 9, sass/page/free/_freeyoutube.scss */
  .youtube_box span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    /* line 14, sass/page/free/_freeyoutube.scss */
    .youtube_box span iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

/* line 25, sass/page/free/_freeyoutube.scss */
.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em; }

/* トップページLP */
/* line 32, sass/page/free/_freeyoutube.scss */
.youtube_block .youtube_box {
  display: inline-block; }
  @media screen and (max-width: 700px) {
    /* line 32, sass/page/free/_freeyoutube.scss */
    .youtube_block .youtube_box {
      width: 100% !important; } }

/* =============== 余白ゼロ ========================================================= */
/* line 14, sass/page/free/_freenospace.scss */
.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; }
/* line 24, sass/page/free/_freenospace.scss */
.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; }

/* line 36, sass/page/free/_freenospace.scss */
.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0; }
/* line 42, sass/page/free/_freenospace.scss */
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 2.25em; }
/* line 47, sass/page/free/_freenospace.scss */
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0; }
  /* line 49, sass/page/free/_freenospace.scss */
  .img2box a:last-child img:last-child,
  .img3txtbox a:last-child img:last-child,
  .img4txtbox a:last-child img:last-child {
    margin-bottom: 0; }

/* line 59, sass/page/free/_freenospace.scss */
li .youtube_box:last-child {
  margin-bottom: 0; }

/* line 65, sass/page/free/_freenospace.scss */
.imgtxt_imgbox .youtube_box {
  margin-bottom: 0; }

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

/* line 10, sass/page/_contact.scss */
.contactpage-ctt {
  /* 見出し */ }
  /* line 12, sass/page/_contact.scss */
  .contactpage-ctt h3 {
    font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 0.5em;
    color: #000000; }
  /* line 20, sass/page/_contact.scss */
  .contactpage-ctt .sec {
    width: 100%; }
    /* line 22, sass/page/_contact.scss */
    .contactpage-ctt .sec p {
      padding-bottom: 2em; }
      @media screen and (max-width: 700px) {
        /* line 25, sass/page/_contact.scss */
        .contactpage-ctt .sec p.center {
          text-align: left; } }
    /* line 31, sass/page/_contact.scss */
    .contactpage-ctt .sec.contact_tel p {
      /* -------------------------- 電話 ------------------------------------------- */
      /* 時間 */ }
      /* line 33, sass/page/_contact.scss */
      .contactpage-ctt .sec.contact_tel p.contacttel_tel {
        font-size: 3em;
        line-height: 1em;
        padding-bottom: 0.1em;
        color: #000000; }
        /* line 38, sass/page/_contact.scss */
        .contactpage-ctt .sec.contact_tel p.contacttel_tel strong {
          font-family: "Montserrat", sans-serif;
          font-optical-sizing: auto;
          font-weight: 900;
          font-style: Italic;
          font-weight: normal; }
        /* line 42, sass/page/_contact.scss */
        .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) {
          /* line 50, sass/page/_contact.scss */
          .contactpage-ctt .sec.contact_tel p.contacttel_tel.center {
            text-align: center; } }
      /* line 56, sass/page/_contact.scss */
      .contactpage-ctt .sec.contact_tel p.contacttel_time {
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.3em;
        padding-bottom: 0;
        color: #000000; }
        @media screen and (max-width: 700px) {
          /* line 63, sass/page/_contact.scss */
          .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
            text-align: center; } }

/* ================= フォーム（全ページ共通） ============================================================ */
/* line 2, sass/form/_googleform.scss */
.gform {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4.5em; }
  /* line 5, sass/form/_googleform.scss */
  .gform:last-child {
    padding-bottom: 0; }
  /* line 8, sass/form/_googleform.scss */
  .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 ------------------------------------------- */ }
    /* line 13, sass/form/_googleform.scss */
    .gform .formbox p {
      padding-bottom: 1em; }
    /* line 18, sass/form/_googleform.scss */
    .gform .formbox .autoConfirm {
      /* セクション ------------------------------------------- */
      /* ボタン ------------------------------------------- */
      /* 確認画面 ------------------------------------------- */ }
      /* line 21, sass/form/_googleform.scss */
      .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;
        /* 見出し */
        /* 段落 */
        /* 画像タイトル */
        /* 画像 */
        /* 動画タイトル */
        /* 動画テキスト */
        /* 動画 */
        /* フォーム */ }
        /* line 26, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .form_sec .parts-copy {
          font-size: 1.3em;
          font-weight: 700;
          line-height: 1.25em;
          padding-bottom: 0.75em; }
          /* line 31, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .parts-copy:last-child {
            padding-bottom: 0; }
        /* line 37, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .form_sec .desc-text {
          line-height: 1.5em;
          padding-bottom: 1em; }
          /* line 40, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .desc-text:last-child {
            padding-bottom: 0; }
        /* line 46, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .form_sec .img-title {
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          /* line 49, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .img-title:last-child {
            padding-bottom: 0; }
        /* line 55, sass/form/_googleform.scss */
        .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; }
          /* line 58, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .form_img img {
            max-width: 100%;
            height: auto; }
          /* line 61, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .form_img:last-child {
            padding-bottom: 0; }
        /* line 67, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .form_sec .video-title {
          font-size: 1.2em;
          font-weight: 700;
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          /* line 72, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .video-title:last-child {
            padding-bottom: 0; }
        /* line 78, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .form_sec .video-text {
          font-size: 0.9em;
          font-weight: 500;
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          /* line 83, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .video-text:last-child {
            padding-bottom: 0; }
        /* line 89, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .form_sec .youtube_box {
          margin-bottom: 1em; }
          /* line 91, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec .youtube_box:last-child {
            margin-bottom: 0; }
        /* line 96, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .form_sec div.center, .gform .formbox .autoConfirm .form_sec div.left, .gform .formbox .autoConfirm .form_sec div.right {
          padding-bottom: 1em; }
          /* line 100, sass/form/_googleform.scss */
          .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; }
        /* line 107, sass/form/_googleform.scss */
        .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;
          /* フォーム行 ------------------------------------------- */ }
          /* line 111, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm .form_sec ul.form_ctt:last-child {
            margin-bottom: 0; }
          /* line 116, sass/form/_googleform.scss */
          .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;
            padding: 0;
            margin-bottom: 0.5em;
            background: #f3f3f3;
            /* 見出し */
            /* 内容 ------------------------------------------- */ }
            /* line 123, sass/form/_googleform.scss */
            .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;
              background: #000000;
              color: #fff; }
              @media screen and (min-width: 701px) {
                /* line 123, sass/form/_googleform.scss */
                .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;
                  -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  -webkit-justify-content: center;
                  justify-content: center; } }
              @media screen and (max-width: 700px) {
                /* line 123, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
                  width: 100%; } }
            /* line 140, sass/form/_googleform.scss */
            .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) {
                /* line 140, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
                  width: 100%; } }
              /* line 152, sass/form/_googleform.scss */
              .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); }
                /* line 157, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p:last-child {
                  padding-bottom: 0; }
              /* line 163, sass/form/_googleform.scss */
              .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; }
                /* line 167, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img img {
                  max-width: 100%;
                  height: auto; }
                /* line 170, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img:last-child {
                  padding-bottom: 0; }
              /* line 176, sass/form/_googleform.scss */
              .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: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
                font-style: normal;
                font-size: 1em;
                line-height: 1em;
                box-sizing: border-box;
                padding: 0.5em 1em;
                border-radius: 0.25em;
                border: none;
                background: #fff; }
                @media screen and (max-width: 700px) {
                  /* line 176, sass/form/_googleform.scss */
                  .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; } }
              /* line 199, sass/form/_googleform.scss */
              .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%; }
              /* line 208, sass/form/_googleform.scss */
              .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; }
              /* line 214, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
                height: 10em;
                line-height: 1.5em; }
              /* line 220, sass/form/_googleform.scss */
              .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;
                /* チェックボックス */
                /* ラジオボタン */
                /* その他 */ }
                /* line 225, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set:last-child {
                  padding-right: 0; }
                /* line 228, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label {
                  display: inline;
                  padding-left: 0.25em; }
                /* line 234, sass/form/_googleform.scss */
                .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); }
                  /* line 240, sass/form/_googleform.scss */
                  .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; }
                  /* line 250, sass/form/_googleform.scss */
                  .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: #000 solid 1px;
                    background: #fff; }
                  /* line 257, sass/form/_googleform.scss */
                  .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; }
                  /* line 276, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"]:checked + label::before {
                    border: #000000 solid 1px;
                    background: #000000; }
                  /* line 280, sass/form/_googleform.scss */
                  .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); }
                /* line 289, sass/form/_googleform.scss */
                .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); }
                  /* line 295, sass/form/_googleform.scss */
                  .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%; }
                  /* line 305, sass/form/_googleform.scss */
                  .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: #000 solid 1px;
                    background: #fff; }
                  /* line 311, sass/form/_googleform.scss */
                  .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: #000000;
                    opacity: 0;
                    filter: alpha(opacity=70); }
                  /* line 323, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"]:checked + label::before {
                    border: #000000 solid 2px; }
                  /* line 326, sass/form/_googleform.scss */
                  .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); }
                /* line 334, sass/form/_googleform.scss */
                .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; }
                /* line 344, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"].other:checked + label::before {
                  top: 1.3em; }
                /* line 347, sass/form/_googleform.scss */
                .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 ); }
                /* line 358, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"].other:checked + label::before {
                  top: 1.25em; }
                /* line 361, sass/form/_googleform.scss */
                .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 ); }
              /* line 371, sass/form/_googleform.scss */
              .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) {
                  /* line 371, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -4%; } }
                @media screen and (max-width: 1051px) {
                  /* line 371, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -1em; } }
                @media screen and (max-width: 700px) {
                  /* line 371, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -4%; } }
                @media screen and (max-width: 480px) {
                  /* line 371, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -1em; } }
                /* line 387, sass/form/_googleform.scss */
                .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: 2201px) {
                    /* line 393, sass/form/_googleform.scss */
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(3n) {
                      margin-right: 0; } }
                  @media screen and (min-width: 2200px) {
                    /* line 387, sass/form/_googleform.scss */
                    .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 (min-width: 2200px) and (min-width: 1050px) {
    /* line 402, sass/form/_googleform.scss */
    .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: 1051px) {
                    /* line 387, sass/form/_googleform.scss */
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                      width: 100%;
                      margin-right: 0;
                      margin-top: 1em; } }
                  @media screen and (max-width: 700px) {
                    /* line 387, sass/form/_googleform.scss */
                    .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) {
    /* line 417, sass/form/_googleform.scss */
    .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) {
                    /* line 387, sass/form/_googleform.scss */
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                      width: 100%;
                      margin-right: 0;
                      margin-top: 1em; } }
                  /* line 429, sass/form/_googleform.scss */
                  .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;
                    border-radius: 0.5em;
                    cursor: pointer; }
                    /* line 681, sass/_mixins.scss */
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img::before {
                      content: "";
                      display: block;
                      padding-top: 79%; }
                    /* line 437, sass/form/_googleform.scss */
                    .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; }
                      /* line 442, sass/form/_googleform.scss */
                      .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%;"; }
                    /* line 446, sass/form/_googleform.scss */
                    .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: #ccc; }
                      /* line 449, sass/form/_googleform.scss */
                      .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; }
                  /* line 460, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .input_set {
                    display: block; }
              /* line 467, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set {
                /* 左右テキスト */
                /* ラジオボタン */ }
                /* line 470, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
                  padding-right: 2em; }
                  @media screen and (max-width: 480px) {
                    /* line 470, sass/form/_googleform.scss */
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
                      padding-right: 1em; } }
                  /* line 475, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option:last-child {
                    padding-right: 0; }
                /* line 481, sass/form/_googleform.scss */
                .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) {
                    /* line 481, sass/form/_googleform.scss */
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set {
                      padding-right: 1em; } }
                  /* line 487, sass/form/_googleform.scss */
                  .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; }
                  /* line 490, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label {
                    padding-left: 0; }
                    /* line 492, sass/form/_googleform.scss */
                    .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; }
                    /* line 496, sass/form/_googleform.scss */
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before {
                      top: 0 !important; }
                    /* line 499, sass/form/_googleform.scss */
                    .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; }
              /* line 508, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table {
                width: 100%;
                border-spacing: 0; }
                /* line 511, sass/form/_googleform.scss */
                .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: #000 solid 1px; }
                /* line 516, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th {
                  font-weight: 500; }
      /* line 529, sass/form/_googleform.scss */
      .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; }
        /* line 533, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .btn_list input[type="button"],
        .gform .formbox .autoConfirm .btn_list input[type="submit"] {
          font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 1em;
          display: inline-block;
          background: #ff0096;
          color: #fff;
          padding: 1.5em 4em;
          line-height: 1em;
          height: 4em;
          cursor: pointer;
          box-sizing: border-box;
          border-radius: 2em;
          text-align: center;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-style: normal;
          font-size: 1.5em;
          font-weight: 700;
          text-indent: 0.5em;
          letter-spacing: 0.5em;
          width: 12em;
          height: 3em;
          padding: 1em;
          margin: 0 1em;
          border: none;
          border-radius: 1.5em;
          cursor: pointer; }
          /* line 19, sass/elements/_btn.scss */
          .gform .formbox .autoConfirm .btn_list input[type="button"]:hover,
          .gform .formbox .autoConfirm .btn_list input[type="submit"]:hover {
            background: #0096ff;
            -webkit-transform: translate(0, 0.3em);
            -moz-transform: translate(0, 0.3em);
            -ms-transform: translate(0, 0.3em);
            -o-transform: translate(0, 0.3em);
            transform: translate(0, 0.3em);
            text-decoration: none; }
          @media screen and (max-width: 700px) {
            /* line 533, sass/form/_googleform.scss */
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              width: 8em;
              margin: 0 0.5em; } }
        /* line 553, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm .btn_list input[type="button"] {
          background-color: #666; }
      /* line 560, sass/form/_googleform.scss */
      .gform .formbox .autoConfirm.confirm .form_sec {
        /* 入力内容 */ }
        /* line 561, sass/form/_googleform.scss */
        .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; }
        /* line 570, sass/form/_googleform.scss */
        .gform .formbox .autoConfirm.confirm .form_sec ul {
          background: #fff;
          border-radius: 0.5em;
          padding: 0 0.5em; }
          /* line 574, sass/form/_googleform.scss */
          .gform .formbox .autoConfirm.confirm .form_sec ul li {
            border-radius: 0;
            border-bottom: #fff solid 0.5em;
            margin-bottom: 0; }
            /* line 578, sass/form/_googleform.scss */
            .gform .formbox .autoConfirm.confirm .form_sec ul li:last-child {
              border-bottom: none; }
            /* line 581, sass/form/_googleform.scss */
            .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d {
              /* 説明文非表示 */
              /* テキスト行 */
              /* ラジオボタン・チェックボックス */
              /* 画像付きラジオボタン・チェックボックス */
              /* 均等目盛 */
              /* グリッド */ }
              /* line 584, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d p {
                display: none; }
              /* line 589, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d span.autoConfirmVal {
                display: inline-block;
                line-height: 1.5em; }
              /* line 595, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set {
                padding-right: 0; }
                /* line 597, sass/form/_googleform.scss */
                .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; }
              /* line 603, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox {
                display: block; }
                /* line 605, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox .img-option {
                  width: auto;
                  margin: 0; }
              /* line 613, sass/form/_googleform.scss */
              .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%); }
              /* line 620, sass/form/_googleform.scss */
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table {
                width: auto; }
                /* line 622, sass/form/_googleform.scss */
                .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; }
                /* line 625, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th {
                  display: none; }
                /* line 628, sass/form/_googleform.scss */
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td {
                  padding: 0;
                  line-height: 1.5em; }
                  /* line 633, sass/form/_googleform.scss */
                  .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td .input_set span::before {
                    content: "：";
                    padding-right: 1em;
                    display: inline-block; }

/* 必須項目 */
/* line 655, sass/form/_googleform.scss */
.required {
  color: #000000;
  padding-left: 0.5em; }
  /* line 658, sass/form/_googleform.scss */
  .form_h .required {
    color: #fff; }

/* エラー文 */
/* line 664, sass/form/_googleform.scss */
.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: #000000;
  margin-top: 1em;
  padding-bottom: 0;
  padding-left: 1.4em; }
  /* line 673, sass/form/_googleform.scss */
  .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; }

/* line 679, sass/form/_googleform.scss */
.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) {
    /* line 679, sass/form/_googleform.scss */
    .err-text {
      text-align: center; } }
  /* line 685, sass/form/_googleform.scss */
  .err-text .alert {
    display: inline-block;
    line-height: 1.5em;
    padding: 0.75em;
    padding-bottom: 0.75em !important;
    padding-left: 2.15em;
    border: #000000 dotted 2px;
    color: #000; }
    /* line 693, sass/form/_googleform.scss */
    .err-text .alert::before {
      position: absolute;
      top: 0.875em;
      left: 0.75em;
      right: auto;
      bottom: auto;
      color: #000000; }
    /* line 697, sass/form/_googleform.scss */
    .err-text .alert a {
      text-decoration: underline;
      color: #000000; }

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