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

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

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

/* ===========================================================================================================
　　　　　　　　　レイアウト
=========================================================================================================== */
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  #header {
    height: 65px;
  }
}

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

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

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

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

/* ===========================================================================================================
　　　　　　　　　下層ページ
=========================================================================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
.page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: calc(6em + 80px);
  padding-bottom: 6em;
  background: #d1e4f0;
}
.page-header .innerbox {
  /* ボタンがある時 */
}
.page-header .innerbox:has(.btn) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-header .innerbox:has(.btn) .page-title {
  width: auto;
  padding-right: 0.2em;
}
.page-header .innerbox:has(.btn) .btn {
  padding-top: 1em;
}

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

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

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

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

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

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

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

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

a img {
  transition: 0.3s ease;
}

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

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

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

.center span {
  display: block;
}

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

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

/* ページタイトル */
.page-title {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1em;
  width: 100%;
  position: relative;
  color: #0da9f2;
}
.page-title:has(+ .search_cate) {
  padding-bottom: 0.5em;
}

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

/* 投稿ページ見出し */
.page-title .subtitle {
  display: block;
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 0.3em;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1em;
  color: #090a37;
  padding-bottom: 0.4em;
  /* イベント年月 */
  /* イベントカテゴリ名 */
}
.page-title .subtitle .eg {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  padding-left: 0.5em;
  bottom: -0.02em;
}
.page-title .subtitle .eg .year {
  font-weight: normal;
  font-variation-settings: "wght" 500;
  font-size: 0.8em;
  padding-right: 0.1em;
}
.page-title .subtitle .eg .month {
  font-weight: normal;
  font-variation-settings: "wght" 700;
}
.page-title .subtitle .cate_name {
  padding-left: 0.5em;
  font-size: 0.8em;
  font-weight: 700;
}
.page-title .subtitle .cate_name::before {
  content: "-";
}

/* ボタン */
.btn a {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1em;
  display: inline-block;
  background: #0da9f2;
  color: #fff;
  padding: 1.5em 4em;
  line-height: 1em;
  height: 4em;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2em;
  text-align: center;
  transition: 0.3s ease;
}
.btn a:hover {
  background: #0da9f2;
  transform: translate(0, 0.3em);
  text-decoration: none;
}

.btns button {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1em;
  display: inline-block;
  background: #0da9f2;
  color: #fff;
  padding: 1.5em 4em;
  line-height: 1em;
  height: 4em;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2em;
  text-align: center;
  transition: 0.3s ease;
  border: none;
  margin-bottom: 0;
  margin: 0 5px;
}
.btns button:hover {
  background: #0da9f2;
  transform: translate(0, 0.3em);
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .btns button {
    padding: 0.5em 2em;
  }
}
.btns .run-btn {
  background: #1d20a9;
}
.btns .run-btn:hover {
  background: #1d20a9;
}
.btns .reset-btn {
  background: #fff;
  color: #000;
  border: #000 solid 1px;
}
.btns .reset-btn:hover {
  background: #fff;
  color: #000;
}

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

input.search-field {
  width: 16em;
  line-height: 1em;
  padding: 1em;
  border: none;
  background: #d9edf4;
  border-radius: 2em;
}
#secondary input.search-field {
  background: #fff;
}

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

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.sec_bg2 .formbox {
  padding: 2.25em;
  border-radius: 1em;
  background: #fff;
}
@media screen and (max-width: 700px) {
  .sec_bg2 .formbox {
    padding: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .sec_bg2 .formbox {
    padding: 1em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}

/* BowNow ------------------------------------------- */
.no-js body {
  background: transparent;
}

.form-preview-wrap {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 700;
  /* 必須・任意 */
  /* 入力欄 */
  /* 住所自動入力 */
  /* 段落の余白 */
  /* ボタン（共通） */
  /* キャンセルボタン */
  /* ファイル選択ボタン */
}
.form-preview-wrap .form-preview-reqiured,
.form-preview-wrap .form-preview-not-reqiured {
  border-radius: 2em;
}
.form-preview-wrap .form-preview-reqiured {
  background: #1d20a9;
  color: #0da9f2;
}
.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: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  border-radius: 1.5em;
  border: none !important;
  background: #d9edf4 !important;
}
.form-preview-wrap .form-preview-dl {
  border-color: #d9edf4;
  /* ラジオボタン・チェックボックス */
}
.form-preview-wrap .form-preview-dl a {
  color: #0da9f2;
  text-decoration: underline;
}
.form-preview-wrap .form-preview-dl a:hover {
  color: #0da9f2;
}
.form-preview-wrap .form-preview-dl textarea {
  border-radius: 0.5em;
}
.form-preview-wrap .form-preview-dl > dd label {
  cursor: pointer;
}
.form-preview-wrap .form-preview-dl[data-type=address] input[type=button] {
  background-color: #0da9f2;
  border-radius: 0.25em;
  cursor: pointer;
  transition: 0.3s ease;
}
.form-preview-wrap .form-preview-dl[data-type=address] input[type=button]:hover {
  background: #0da9f2;
}
.form-preview-wrap .form-preview-help-text,
.form-preview-wrap .form-preview-alert-text {
  padding-bottom: 0;
}
.form-preview-wrap input[type=file]::file-selector-button,
.form-preview-wrap input[type=file] .btn,
.form-preview-wrap .show-page-btn::file-selector-button,
.form-preview-wrap .show-page-btn .btn {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  border: none;
  background-color: #0da9f2;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
  border-radius: 2em;
  transform: translate(-0.2em, -0.2em);
  letter-spacing: 1em;
  text-indent: 1em;
  margin-bottom: 0.5em;
}
.form-preview-wrap input[type=file]::file-selector-button:hover,
.form-preview-wrap input[type=file] .btn:hover,
.form-preview-wrap .show-page-btn::file-selector-button:hover,
.form-preview-wrap .show-page-btn .btn:hover {
  transform: translate(0, 0);
  background-color: #0da9f2;
}
.form-preview-wrap #cancel-btn {
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  background-color: #666 !important;
}
.form-preview-wrap #cancel-btn:hover {
  background-color: #0da9f2 !important;
}
.form-preview-wrap input[type=file] {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1em;
  font-weight: 700;
  color: #0da9f2;
  cursor: pointer;
  min-width: 26em;
}
@media screen and (max-width: 540px) {
  .form-preview-wrap input[type=file] {
    min-width: inherit;
  }
}
.form-preview-wrap input[type=file]::file-selector-button {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1em;
  display: inline-block;
  background: #0da9f2;
  color: #fff;
  padding: 1.5em 4em;
  line-height: 1em;
  height: 4em;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2em;
  text-align: center;
  transition: 0.3s ease;
  font-size: 1em;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0;
  margin-top: 0.4em;
  margin-left: 0.2em;
}
.form-preview-wrap input[type=file]::file-selector-button:hover {
  background: #0da9f2;
  transform: translate(0, 0.3em);
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .form-preview-wrap input[type=file]::file-selector-button {
    display: block;
    margin-bottom: 0.5em;
  }
}
.form-preview-wrap input[type=file]:hover {
  background-color: #fff;
}
.form-preview-wrap input[type=file]:hover::file-selector-button {
  transform: translate(0, 0);
}

#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%;
}

/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
#header {
  transition: 1s ease;
}
@media screen and (max-width: 1160px) {
  #header {
    background: #fff;
  }
}
#header.scroll {
  background: #fff;
}
@media screen and (max-width: 1051px) {
  #header .innerbox {
    padding: 0 10px;
  }
}

/* ロゴ */
.logo {
  line-height: 0;
  position: relative;
  padding: 20px 0;
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .logo {
    height: 25px;
  }
}
.logo img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 1150px) and (min-width: 481px) {
  .logo img {
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .logo img {
    height: 25px;
  }
}

/* -------------------------- グローバルナビゲーション ------------------------------------------- */
.gnav {
  position: absolute;
  top: 0;
  right: 4.545%;
  height: 80px;
  box-sizing: border-box;
  /* リンク */
}
@media screen and (max-width: 1051px) {
  .gnav {
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .gnav {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 0;
    left: 10px;
  }
}
.gnav ul {
  list-style: none inside;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1500px) {
  .gnav ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .gnav ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 1350px) {
  .gnav ul {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  .gnav ul {
    gap: 10px;
  }
}
.gnav ul li {
  padding-right: 2em;
  /* 画像ナビ ------------------------------------------- */
}
.gnav ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1600px) {
  .gnav ul li {
    padding-right: 1em;
  }
}
@media screen and (max-width: 1160px) {
  .gnav ul li {
    display: none;
  }
}
.gnav ul li.gnavimg {
  padding-right: 1em;
  line-height: 0;
  /* 画像 */
}
@media screen and (max-width: 1160px) {
  .gnav ul li.gnavimg {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .gnav ul li.gnavimg {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .gnav ul li.gnavimg {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 700px) {
  .gnav ul li.gnavimg:nth-child(2) {
    display: none;
  }
}
.gnav ul li.gnavimg:last-child {
  padding-right: 0;
}
.gnav ul li.gnavimg img {
  margin: 8px 0;
  position: relative;
  height: 64px;
  width: auto;
}
@media screen and (max-width: 1400px) and (min-width: 481px) {
  .gnav ul li.gnavimg img {
    margin: 15px 0;
    height: 50px;
  }
}
.gnav ul li.gnavimg a:hover img {
  opacity: 1;
  filter: alpha(opacity=70);
  transform: translate(0, 0.2em);
}
.gnav a {
  display: inline-block;
  box-sizing: border-box;
  color: #090a37;
  transition: 0.3s ease;
}
.gnav a:hover {
  text-decoration: none;
  color: #0da9f2;
}

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

/* メニューボタン */
.hm_btn {
  position: fixed;
  width: 30px;
  height: 27px;
  border: #fff solid 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  top: 15px;
  right: 5px;
  z-index: 9999999999;
  transform: scale(0.7);
  transform-origin: 100% 0;
}
@media screen and (max-width: 480px) {
  .hm_btn {
    top: 10px;
    right: 5px;
  }
}
.hm_btn::before, .hm_btn::after {
  width: 30px;
  height: 3px;
  background: #0da9f2;
  display: block;
  content: "";
  position: absolute;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #0da9f2 0 12px 0;
}
.hm_btn::after {
  bottom: 0;
}

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

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

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

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

/* 開閉時のアニメーション */
.hm_menu_check:checked + #header, .hm_menu_check.open + #header {
  background: #fff;
}
.hm_menu_check:checked ~ .hm_menu_wrap, .hm_menu_check.open ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.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;
}
.hm_menu_check:checked ~ .hm_btn::before, .hm_menu_check.open ~ .hm_btn::before {
  box-shadow: transparent 0 0 0;
  transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after, .hm_menu_check.open ~ .hm_btn::after {
  transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

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

/* =============================== サイドバー（フッター上に表示） =================================================================== */
#secondary {
  width: 100%;
  padding: 100px 0;
  position: relative;
  background: #d9edf4;
}
#secondary a {
  color: #090a37;
}
#secondary a:hover {
  color: #0da9f2;
}

@media screen and (max-width: 480px) {
  #secondary {
    padding: 50px 0;
  }
}
/* 見出し */
.widget-title {
  font-size: 2em;
  line-height: 1em;
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  font-weight: normal;
  font-variation-settings: "wght" 700;
  letter-spacing: 0;
  color: #0da9f2;
  padding-bottom: 0.5em;
}

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

/* -------------------------- レイアウト ------------------------------------------- */
/* 全体（グリッド） ------------------------------------------- */
.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%;
}

.widget-area .widget {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2em;
}

/* 各アイテム */
.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: #000 solid 1px;
  padding-bottom: 0;
}

.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;
}

.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;
}

.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) {
  .widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
  /* 各アイテム */
  .widget-area .widget:nth-child(1) {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: #000 solid 1px;
    padding-bottom: 4em;
  }
  .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) {
  .widget-area .widget:nth-child(2), .widget-area .widget:nth-child(3), .widget-area .widget:nth-child(4) {
    width: 100%;
  }
}
/* 新着記事（フレキシブルボックス） ------------------------------------------- */
.newlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 高さを揃える */
  align-items: stretch;
}
.newlist li {
  width: 19%;
  margin-right: 1.25%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  /* リンク */
}
.newlist li:nth-child(5) {
  margin-right: 0;
}
.newlist li:nth-child(n+6) {
  display: none;
}
@media screen and (max-width: 480px) {
  .newlist li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 1em;
  }
}
.newlist li a {
  text-decoration: none;
  color: #fff;
  /* アイキャッチ画像 */
  /* 日付 */
  /* 記事タイトル */
  /* 日付・記事タイトル */
}
@media screen and (max-width: 480px) {
  .newlist li a {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
}
@media screen and (max-width: 480px) {
  .newlist li a figure {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
}
.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) {
  .newlist li a .newlistimg,
  .newlist li a .nmpostimg {
    width: 30%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.newlist li a .newlistimg::before,
.newlist li a .nmpostimg::before {
  display: block;
  content: "";
  padding-top: 66.47%;
}
.newlist li a .newlistimg span,
.newlist li a .nmpostimg span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.newlist li a .date {
  display: block;
  width: 100%;
  color: #aaa;
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  padding: 1em 0 0.5em 0;
}
.newlist li a .date .year {
  font-size: 0.7em;
  font-weight: 600;
  padding-right: 0.25em;
}
.report-template-default .newlist li a .date {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.2em;
  padding-bottom: 0.25em;
}
.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: #090a37;
  height: auto;
  transition: 0.3s ease;
}
@media screen and (max-width: 480px) {
  .newlist li a .title,
  .newlist li a .nmpost_ttl {
    font-size: 1em;
    line-height: 1.5em;
    height: 4.7em;
    overflow: hidden;
    text-align: justify;
  }
  .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: #d9edf4;
  }
  .newlist li a .title::before,
  .newlist li a .nmpost_ttl::before {
    content: "…";
    bottom: 0;
    right: 0;
    color: #090a37;
  }
  .newlist li a .title::after,
  .newlist li a .nmpost_ttl::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .newlist li a figcaption,
  .newlist li a .newlisttxt {
    width: 66%;
    display: flex;
    align-items: center;
  }
}
.newlist li a:hover {
  /* アイキャッチ画像 */
  /* 日付 */
  /* 記事タイトル */
}
.newlist li a:hover .newlistimg span img,
.newlist li a:hover .nmpostimg span img {
  opacity: 1;
  filter: alpha(opacity=70);
  transform: scale(1.1);
}
.newlist li a:hover .date {
  color: #0da9f2;
}
.newlist li a:hover .title,
.newlist li a:hover .nmpost_ttl {
  font-weight: 500;
  color: #0da9f2;
}

/* -------------------------- 検索バー ------------------------------------------- */
.searcharea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .searcharea {
    justify-content: space-between;
  }
}
/* フォーム ------------------------------------------- */
.search-form {
  width: 25em;
}

@media screen and (max-width: 1051px) {
  .search-form {
    width: 20em;
  }
}
@media screen and (max-width: 700px) {
  .search-form {
    width: 19em;
  }
}
@media screen and (max-width: 480px) {
  .search-form {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
  #search-2 {
    width: 100%;
  }
  .search-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* 検索文字 */
.search-form label .screen-reader-text {
  display: none;
}

/* 文字入力エリア */
.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) {
  .search-form input.search-field {
    width: 15em;
  }
}
@media screen and (max-width: 700px) {
  .search-form input.search-field {
    width: 14em;
  }
}
@media screen and (max-width: 480px) {
  .search-form input.search-field {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
  .search-form input.search-field {
    width: auto;
    flex: 1;
  }
}
/* ボタン */
.search-submit {
  display: inline-block;
  font-size: 1em;
  padding: 1em;
  margin-left: 0.5em;
  border: none;
  cursor: pointer;
  background: #0da9f2;
  border-radius: 50%;
  transition: 0.3s ease;
}
.search-submit svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.search-submit .screen-reader-text {
  display: none;
}
.search-submit:hover {
  background: #0da9f2;
}

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

.sr_searchbox .search-form {
  margin: 0 auto;
}

/* -------------------------- アーカイブ ------------------------------------------- */
.widget select {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1em;
  padding: 0.5em 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  padding-right: 2em;
  color: #090a37;
  background: #fff url(../../../images/bg_sbtn.svg) no-repeat right top;
  background-size: contain;
}

.widget select option[selected] {
  background: #0da9f2;
  cursor: pointer;
}

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

.widget select::-ms-expand {
  display: none;
}

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

/* ===========================================================================================================
　　　　　　　　　（スマホ用）下固定コンバージョンエリア
=========================================================================================================== */
.fixbottom {
  display: none;
}

@media screen and (max-width: 820px) {
  #footer {
    padding-bottom: 30vw;
  }
  .fixbottom {
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 999;
    padding: 0.5em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .fixbottom a {
    width: 49.25%;
  }
  .fixbottom a img {
    width: 100%;
    height: auto;
  }
}
/* ===========================================================================================================
　　　　　　　　　トップページメインコンテンツ
=========================================================================================================== */
.topctt {
  width: 100%;
  padding: 8.33em 0;
  /* -------------------------- ボタン ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .topctt {
    padding: 50px 0;
  }
}
.topctt .btn {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.topctt .btn a {
  text-align: center;
  width: 18em;
}
@media screen and (max-width: 480px) {
  .topctt .btn a {
    width: 100%;
  }
}

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

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

/* =============================== スライドショー ========================================================== */
#topmain {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 1160px) {
  #topmain {
    padding-top: 60px;
  }
}

.spslider {
  display: none;
}

@media screen and (max-width: 750px) {
  .pcslider {
    display: none;
  }
  .spslider {
    display: block;
  }
}
/* =============================== メニュー ========================================================== */
#topmenu {
  background: #fff;
}
#topmenu ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#topmenu ul li {
  width: 30%;
  position: relative;
  line-height: 2.25em;
  /* 画像 */
  /* 見出し */
  /* 段落 */
  /* リンク */
}
@media screen and (max-width: 700px) {
  #topmenu ul li {
    width: 100%;
    margin-bottom: 2em;
  }
  #topmenu ul li:last-child {
    margin-bottom: 0;
  }
  #topmenu ul li a {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #topmenu ul li a .topmenuimg,
  #topmenu ul li a .topmenutxt {
    width: 48%;
  }
  #topmenu ul li a .topmenutxt {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #topmenu ul li {
    margin-bottom: 3em;
  }
  #topmenu ul li:last-child {
    margin-bottom: 0;
  }
}
#topmenu ul li img {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
}
#topmenu ul li h2 {
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
#topmenu ul li p:last-child {
  padding-bottom: 0;
}
#topmenu ul li a {
  color: #090a37;
  transition: 0.3s ease-in-out;
}
#topmenu ul li a:hover {
  color: #0da9f2;
  text-decoration: none;
}

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

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

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

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

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

/* -------------------------- インスタエリア ------------------------------------------- */
@media screen and (max-width: 1050px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
}
/* =============================== 新着共通 ========================================================== */
#topblog,
#topnews {
  /* 見出し */
}
#topblog .innermin,
#topnews .innermin {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#topblog .topttl,
#topnews .topttl {
  width: 24%;
  position: relative;
  box-sizing: border-box;
  padding-right: 5.7%;
  padding-bottom: 0;
  border-right: #0da9f2 solid 4px;
  display: flex;
  align-items: center;
  color: #0da9f2;
}
@media screen and (max-width: 480px) {
  #topblog .topttl,
  #topnews .topttl {
    width: 100%;
    border-right: none;
    padding-bottom: 1.5em;
  }
  #topblog .topttl span,
  #topnews .topttl span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #topblog .topttl img,
  #topnews .topttl img {
    width: 30%;
  }
}
#topblog .topttl a,
#topnews .topttl a {
  color: #090a37;
}
#topblog .topttl a:hover,
#topnews .topttl a:hover {
  text-decoration: none;
}

/* 記事エリア ------------------------------------------- */
.postbox {
  width: 76%;
  position: relative;
  box-sizing: border-box;
  padding-left: 5.7%;
  /* リンク */
  /* 日付 */
}
@media screen and (max-width: 480px) {
  .postbox {
    width: 100%;
  }
}
.postbox a {
  color: #090a37;
  transition: 0.3s ease-in-out;
}
.postbox a:hover {
  color: #0da9f2;
}
.postbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
}
.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;
}
.postbox ul li:last-child {
  margin-bottom: 0;
}
.postbox .date {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 2em;
  color: #0da9f2;
}

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

/* =============================== ブログ ========================================================== */
#topblog {
  background: #fff;
}

/* =============================== イベント情報 ========================================================== */
#topsec_abst {
  background: #d1e4f0;
}

/* ======================== 相続税・報酬 概算フォーム =================================================== */
.taxfeeform {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: #d9edf4 !important;
  padding: 80px 40px !important;
}
@media screen and (max-width: 700px) {
  .taxfeeform {
    width: 100% !important;
  }
}

.card {
  background: #0da9f2;
  color: #fff;
  padding: 40px;
}
.card:not(:last-child) {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 480px) {
  .aclist, .singlebox {
    padding-bottom: 50px;
  }
}
.screen-reader-text {
  display: none;
}

/* ページネーション ------------------------------------------- */
.navigation {
  width: 100%;
  padding: 3em 0 0 0;
}

.navigation a {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #0da9f2;
  border: none;
  font-size: 1em;
  line-height: 1em;
  transition: 0.3s ease-in-out;
  position: relative;
}

.navigation a:hover {
  opacity: 0.7em;
  filter: alpha(opacity=70);
  text-decoration: none;
}

.navigation a svg {
  width: 1em;
  height: 1em;
}

.nav-links {
  text-align: center;
  width: 100%;
}

/* 数字 */
.navigation a.page-numbers {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.5em;
  font-weight: normal;
  font-variation-settings: "wght" 500;
  display: inline-block;
  color: #0da9f2;
  margin: 0 0.2em;
}

.navigation a.page-numbers:hover {
  color: #0da9f2;
}

.navigation span.page-numbers {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.8em;
  font-weight: normal;
  font-variation-settings: "wght" 500;
  display: inline-block;
  color: #999;
  margin: 0 0.2em;
  line-height: 1em;
}

.navigation .nav-links a.page-numbers:first-child, .navigation .nav-links a.page-numbers:last-child {
  background: transparent;
}

/* 矢印 */
.navigation svg {
  fill: #0da9f2;
}

.navigation svg:hover {
  fill: #0da9f2;
}

/* -------------------------- イベント事例・タクソノミーから探す ------------------------------------------- */
.search_cate {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  background: #fff;
  border-radius: 1em;
  color: #0da9f2;
  /* 見出し */
  /* ターム一覧 */
}
#secondary .search_cate {
  margin-bottom: 4em;
}
.search_cate h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 0.25em;
  padding-top: 1em;
}
.search_cate h3:first-child {
  padding-top: 0;
}
.search_cate h3 i {
  padding-right: 0.25em;
}
.search_cate ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.search_cate ul li {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.5em;
  padding-right: 0.5em;
}
.search_cate ul li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.9em;
  padding-left: 0.5em;
  border-right: #0da9f2 solid 1px;
  opacity: 0.5;
  filter: alpha(opacity=70);
}
.search_cate ul li:last-child::after {
  content: none;
}
.search_cate ul li a {
  text-decoration: underline;
  color: #1d20a9 !important;
}
.search_cate ul li a:hover {
  color: #0da9f2 !important;
}

/* -------------------------- 新着一覧ページ ------------------------------------------- */
.aclist {
  padding-top: 8.33em;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.aclist article {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 2em;
  position: relative;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  /* リンク */
}
@media screen and (min-width: 1001px) {
  .aclist article:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .aclist article {
    width: 32%;
    margin-right: 1.5%;
  }
  .aclist article:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .aclist article {
    width: 48%;
    margin-right: 4%;
  }
  .aclist article:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .aclist article {
    width: 100%;
    margin-right: 0;
  }
}
.aclist article a {
  background: #d9edf4;
  color: #090a37;
  padding-bottom: 4em;
  width: 100%;
  transition: 0.3s ease-in-out;
  /* アイキャッチ ------------------------------------------- */
  /* テキスト領域 ------------------------------------------- */
  /* ボタン */
  /* マウスオーバー */
}
.aclist article a .post-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aclist article a .post-thumbnail::before {
  display: block;
  content: "";
  padding-top: 66.47%;
}
.aclist article a .post-thumbnail span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.aclist article a .aclisttxt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  /* 本文抜粋 */
}
.aclist article a .aclisttxt .entry-header {
  padding-bottom: 0;
  background: transparent;
  /* 日付 */
  /* 見出し */
}
.aclist article a .aclisttxt .entry-header .date {
  width: 100%;
  display: block;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}
.aclist article a .aclisttxt .entry-header .date .year {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.625em;
  font-weight: 600;
}
.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) {
  .aclist article a .aclisttxt .entry-header .entry-title {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-bottom: 1em;
  }
}
.aclist article a .aclisttxt .entry-content {
  font-size: 0.9em;
  line-height: 1.5em;
}
@media screen and (max-width: 1000px) {
  .aclist article a .aclisttxt .entry-content {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.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: #0da9f2;
  color: #fff;
  position: absolute;
  left: 10%;
  bottom: 2em;
  border-radius: 1.2em;
  transition: 0.3s ease;
}
.aclist article a:hover {
  background: #0da9f2;
  text-decoration: none;
  color: #090a37;
  /* アイキャッチ */
  /* ボタン */
}
.aclist article a:hover .post-thumbnail span img {
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=70);
}
.aclist article a:hover .btn_more {
  background: #fff;
  color: #0da9f2;
}

/* =============================== ブログ =================================================================== */
#blog {
  background: #fff;
}

/* 見出し */
#blog .topttl {
  color: #0da9f2;
}

/* -------------------------- 記事エリア ------------------------------------------- */
.nmpostbox {
  width: 100%;
  position: relative;
}
.nmpostbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.nmpostbox ul li {
  width: 23.4%;
  padding-right: 2.13%;
  padding-bottom: 3em;
}
.nmpostbox ul li:nth-child(4n) {
  padding-right: 0;
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .nmpostbox ul li {
    width: 46%;
    padding-right: 8%;
    padding-bottom: 5em;
  }
  .nmpostbox ul li:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .nmpostbox ul li {
    width: 100%;
    padding-right: 0;
  }
}
.nmpostbox ul li a {
  /* リンクマウスオーバー */
}
.nmpostbox ul li a figure {
  width: 100%;
  /* サムネイル画像 ------------------------------------------- */
}
.nmpostbox ul li a figure .nmpostimg {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
.nmpostbox ul li a figure .nmpostimg::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.nmpostbox ul li a figure .nmpostimg .nmpostimginner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nmpostbox ul li a figure figcaption div {
  /* 日付 ------------------------------------------- */
  /* タイトル ------------------------------------------- */
}
.nmpostbox ul li a figure figcaption div .date {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  width: 100%;
  display: block;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  color: #0da9f2;
  padding-top: 0.5em;
  transition: 0.3s ease;
}
.nmpostbox ul li a figure figcaption div .date .year {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.625em;
  font-weight: 600;
}
.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: #090a37;
}
.nmpostbox ul li a:hover {
  text-decoration: none;
}
.nmpostbox ul li a:hover figure {
  /* サムネイル画像 ------------------------------------------- */
}
.nmpostbox ul li a:hover figure .nmpostimg .nmpostimginner img {
  opacity: 1;
  filter: alpha(opacity=70);
  transform: scale(1.1);
}
.nmpostbox ul li a:hover figure figcaption div {
  /* 日付 ------------------------------------------- */
  /* タイトル ------------------------------------------- */
}
.nmpostbox ul li a:hover figure figcaption div .date {
  color: #0da9f2;
}
.nmpostbox ul li a:hover figure figcaption div .nmpost_ttl {
  color: #0da9f2;
}

/* リンク */
.nmpostbox a:hover .gridttl {
  color: #0da9f2;
  text-decoration: underline;
}

/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
.singlebox {
  margin: 0 auto;
}

/* 投稿記事領域 ------------------------------------------- */
.entry-header {
  padding-bottom: 3em;
  background: #d1e4f0;
}

/* 見出し */
.singlebox .entry-title {
  font-size: 1.7em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #0da9f2 solid 2px;
  color: #1d20a9;
}

/* 日付 */
.singlebox .date {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  width: 100%;
  font-size: 1.2em;
  color: #0da9f2;
  text-align: right;
}

/* 開催日時 */
.event_date {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
  color: #0da9f2;
}

/* 投稿記事領域 ------------------------------------------- */
/* 見出し */
.singlebox h4, .singlebox h5, .singlebox h6 {
  color: #0da9f2;
  padding-bottom: 1em;
}

.singlebox h4 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 2em;
}

.singlebox h5 {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.6em;
}

.singlebox h6 {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.4em;
}

/* 画像 */
.singlebox img {
  max-width: 100%;
  height: auto;
}

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

.single .nav-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.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対応 */
}

.single a:hover .nav-title {
  text-decoration: underline;
  color: #0da9f2;
}

.single .nav-previous {
  text-align: left;
}

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

@media screen and (max-width: 750px) {
  .single .nav-title {
    width: 10em;
  }
}
/* 矢印 */
.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;
}

.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;
}

.single .nav-previous a:hover::before, .single .nav-next a:hover::after {
  color: #0da9f2;
}

/* 申し込みフォーム ------------------------------------------- */
.singlebox .webcontact .formbox {
  padding-top: 0;
}
.singlebox .webcontact ul.form_ctt {
  background: #fff;
  padding: 0;
  padding-left: 0;
}

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

.sec {
  width: 100%;
  padding: 8.33em 0;
}
@media screen and (max-width: 700px) {
  .sec p {
    word-break: break-all;
  }
}

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

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

.sec_bg2 {
  background: #d9edf4;
}

.sec_bg3 {
  background: #0da9f2;
  color: #fff;
}
.sec_bg3 a {
  color: #fff927;
}
.sec_bg3 a:hover {
  color: #fff927;
}

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  color: #1d20a9;
}
.sec_bg3 .parts-h3 {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .parts-h3 {
    font-size: 2em;
  }
}

/*.sec_bg3 .parts-h3{
	color: $bc;
}*/
.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) {
  .parts-h4 {
    font-size: 1.3em;
  }
}

/* 大きな数字 */
.lnmb {
  font-family: impact, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 0.6em;
  font-weight: normal;
  font-variation-settings: "wght" 700;
  letter-spacing: 0;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
  color: #0da9f2;
}
.sec_bg3 .lnmb {
  color: #1d20a9;
}

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

/* ------------ 段落 -------------------------------- */
.freepage-ctt .sec p {
  padding-bottom: 4em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.5em;
  }
}
.freepage-ctt .sec p.note {
  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: #f6593f;
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec.sec_bg3 p.note {
  color: #fff927;
}

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

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin-bottom: 3.57em;
  background: #fff;
  color: #090a37;
  border-radius: 1em;
}
.sec_bg1 .bbox {
  background: #d9edf4;
}
@media screen and (max-width: 700px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox a {
  color: #0da9f2 !important;
}
.bbox a:hover {
  color: #f6593f !important;
}
.bbox h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #0da9f2;
}
@media screen and (max-width: 700px) {
  .bbox h3 {
    font-size: 1.5em;
  }
}
.bbox p {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  position: relative;
  background: #fff;
  border-radius: 1em;
  color: #090a37;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .no_list {
  background: #d9edf4;
}
@media screen and (max-width: 700px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #1d20a9;
}
@media screen and (max-width: 700px) {
  .no_list h3 {
    font-size: 1.5em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}
.no_list ul li a {
  color: #0da9f2 !important;
}
.no_list ul li a:hover {
  color: #f6593f !important;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  background: #fff;
  color: #090a37;
  border-radius: 1em;
  max-width: none !important;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .check_list {
  background: #d9edf4;
}
@media screen and (max-width: 700px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #1d20a9;
}
@media screen and (max-width: 700px) {
  .check_list h3 {
    font-size: 1.5em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #0da9f2;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}
.check_list ul li a {
  color: #0da9f2 !important;
}
.check_list ul li a:hover {
  color: #f6593f !important;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  position: relative;
  background: #fff;
  color: #090a37;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .order_list {
  background: #d9edf4;
}
@media screen and (max-width: 700px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #1d20a9;
}
@media screen and (max-width: 700px) {
  .order_list h3 {
    font-size: 1.5em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style-position: inside;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}
.order_list ol li a {
  color: #0da9f2 !important;
}
.order_list ol li a:hover {
  color: #f6593f !important;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 4em;
  /* 見出し */
  /* リスト */
}
.table_list:last-child {
  padding-bottom: 0;
}
.table_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: #1d20a9;
}
.sec_bg3 .table_list h3 {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  background: #fff;
  border-radius: 1em;
}
.table_list ul li a {
  color: #0da9f2 !important;
}
.table_list ul li a:hover {
  color: #f6593f !important;
}
.top_bg1 .table_list ul li, .sec_bg1 .table_list ul li {
  background: #d9edf4;
}
@media screen and (max-width: 700px) {
  .table_list ul li {
    padding: 0 0.25em;
  }
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 0.75em 1em;
  font-size: 1em;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    padding: 1em 0.75em;
    display: block;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: 700;
  border-right: #0da9f2 solid 0.1em;
  color: #0da9f2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #0da9f2 solid 0.1em;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  padding: 3.57em;
  background: #fff;
  color: #f6593f;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .note_list {
  background: #0da9f2;
  color: #fff927;
}
.note_list a {
  color: #0da9f2 !important;
}
.sec_bg1 .note_list a {
  color: #fff !important;
}
.note_list a:hover {
  color: #f6593f !important;
}
.sec_bg1 .note_list a:hover {
  color: #fff !important;
}
@media screen and (max-width: 700px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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