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

html, body {
  height: 100%;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 35px;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  color: #000;
  background: #fff;
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.basewrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 9.375%;
}
@media screen and (min-width: 2000px) {
  .basewrap {
    padding: 0 12%;
  }
}
@media screen and (max-width: 1200px) {
  .basewrap {
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .basewrap {
    padding: 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .innerbox {
    padding: 0 2em;
  }
  .innerbox.baseinner {
    padding: 0;
  }
}

.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 2em 0;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 3.6em;
  z-index: 999;
}

#wrapper {
  position: relative;
  box-sizing: border-box;
  margin-top: 3.6em;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-bottom: 0;
  }
}
#wrapper .baseinner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#main {
  width: 74%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main {
    width: 100%;
  }
}

#sidebar {
  width: 26%;
  padding-left: 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
    padding-left: 0;
  }
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 3em;
  padding-bottom: 3em;
}
#footer .innerbox {
  padding: 0 1em;
}

/* ページヘッダー */
.page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3em 0 2em;
  border-bottom: #285697 solid 2px;
  text-align: center;
}
.page-header .page-title {
  padding-bottom: 0;
}

/* 画像 */
img {
  vertical-align: bottom;
}

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

#newspost .post .entry-content img {
  max-width: 100%;
  height: auto;
}

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

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

a img {
  transition: 0.3s ease-in-out;
}

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

/* ボタン */
.btn {
  display: inline-block;
  background: #285697;
  padding: 0.25em 1.5em;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.btn a {
  display: inline-block;
  color: #fff;
}
.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn:hover a {
  text-decoration: none;
}

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

.sec p:last-child {
  padding-bottom: 0;
}

.center {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .center span {
    display: block;
  }
}

.right {
  text-align: right;
}

/* 欧文 */
.egtxt {
  font-family: "Crimson Text", serif;
}

/* タイトル */
.main_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: -0.25em;
  color: #285697;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 1.5em;
  }
}
.main_ttl .egtxt {
  display: block;
  font-size: 0.4em;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #416caa;
  padding-top: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .main_ttl .egtxt {
    font-size: 0.6em;
  }
}

.sub_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: -0.25em;
  color: #285697;
  padding-bottom: 1.4em;
}

/* 投稿記事新着5件表示 */
.postbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.postbox li .date {
  font-family: "Crimson Text", serif;
  color: #285697;
}
.postbox li a {
  color: #000;
}
.postbox li a:hover {
  color: #416caa;
}

/* 月別アーカイブプルダウン表示 */
.archive_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.archive_box select {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1em;
  height: 2.57em;
  line-height: 2.57em;
  padding: 0 1em;
  color: #285697;
  border: #285697 solid 0.1em;
  cursor: pointer;
}

/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 2em;
}

.innerbox .formbox:last-child {
  padding-bottom: 0;
}

/* contact form 7 ------------------------------------------- */
div.wpcf7 {
  text-align: left;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  position: relative;
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 35px;
  font-size: 1.25vw;
  border: none;
  padding: 1em;
  border: #285697 solid 1px;
}
@media screen and (min-width: 2000px) {
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: 4.3vw;
  }
}
.wpcf7-form p:last-of-type {
  padding-bottom: 0;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  width: 100% !important;
  border-radius: 0.31em;
  box-sizing: border-box;
  line-height: 1em;
}

.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}

label.yubin {
  position: relative;
  top: 1em;
}

label.yubin br {
  display: none;
}

.wpcf7-form input[type=tel] {
  width: 100% !important;
  max-width: 300px;
  border-radius: 0.31em;
  box-sizing: border-box;
  line-height: 1.7em;
}

.wpcf7-form input[type=date] {
  font-family: "Crimson Text", serif;
  border-radius: 0.31em;
  box-sizing: border-box;
  line-height: 1em;
}

.wpcf7-form p {
  padding: 0 0 2em 0;
}

/*本文*/
.wpcf7-form textarea {
  width: 100% !important;
  border-radius: 0.31em;
  box-sizing: border-box;
}

/*送信ボタン*/
.wpcf7-form .wpcf7-submit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  width: 10em !important;
  padding: 0.5em 1em;
  border: #285697 solid 0.1em;
  font-size: 1.2em;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  color: #285697;
  background: #fff;
}

.wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  background: #285697;
  color: #fff;
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* チェックボックス */
span.wpcf7-list-item {
  display: block;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #285697;
  color: #285697;
}

/* 非表示 */
.screen-reader-text,
.nav-next-text,
.nav-prev-text {
  display: none;
}

.acf-table {
  width: 100%;
  border-collapse: collapse;
}
.acf-table thead {
  background-color: #8daedd;
  color: #fff;
}
.acf-table thead th {
  padding: 0.8em;
  line-height: 1.25;
  text-align: left;
  border-bottom: 0.1em solid #ddd;
  text-align: center;
}
.acf-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.acf-table tbody tr td {
  padding: 0.8em;
  font-size: 0.8em;
  border-bottom: 0.1em solid #ddd;
  vertical-align: top;
}
.acf-table tbody tr td:nth-child(1), .acf-table tbody tr td:nth-child(2) {
  text-align: center;
}
.acf-table th,
.acf-table td {
  border-right: 0.1em solid #ddd;
  line-height: 1.5;
}
.acf-table th:last-child,
.acf-table td:last-child {
  border-right: none;
}
.acf-table__04 th:nth-child(1), .acf-table__04 th:nth-child(2) {
  width: 4.5em;
  min-width: 4.5em;
}
@media screen and (max-width: 767px) {
  .acf-table__04 th:nth-child(3), .acf-table__04 th:nth-child(4) {
    min-width: 20em;
  }
}
.acf-table__04 td:nth-child(1), .acf-table__04 td:nth-child(2) {
  text-align: center;
}
.acf-table__05 th:nth-child(1), .acf-table__05 th:nth-child(2), .acf-table__05 th:nth-child(3) {
  width: 4.5em;
  min-width: 4.5em;
}
@media screen and (max-width: 767px) {
  .acf-table__05 th:nth-child(4) {
    min-width: 20em;
  }
}
.acf-table__05 th:nth-child(5) {
  width: 3em;
  min-width: 3em;
}
@media screen and (max-width: 767px) {
  .acf-table__05 th:nth-child(5) {
    min-width: 4.5em;
  }
}
.acf-table__05 td:nth-child(1), .acf-table__05 td:nth-child(2) {
  text-align: center;
}
.acf-table__05 .pdf-icon {
  display: block;
  width: 2.5em;
  margin: 0 auto;
  color: #285697;
}

.scroll-hint .scroll-hint-icon-wrap .scroll-hint-icon {
  top: 15%;
  left: calc(50% - 5em);
  width: 10em;
  height: auto;
  padding: 30px 10px 10px;
  color: #fff;
}
.scroll-hint .scroll-hint-icon-wrap .scroll-hint-icon .scroll-hint-text {
  font-size: 0.8em;
  margin-top: 0;
  line-height: 2;
  color: inherit;
}

.proposal-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .proposal-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =======================================================================================================================
　　　　　　　　　固定ナビゲーション
======================================================================================================================= */
/* 格納ナビ共通 */
.mainnav {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  list-style: none inside;
  position: relative;
  box-sizing: border-box;
}
.mainnav .mmenu {
  position: relative;
  box-sizing: border-box;
}
.mainnav .mmenu .subnav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  text-align: left;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.mainnav .mmenu .subnav.service_nav {
  width: 150%;
}
@media screen and (max-width: 900px) {
  .mainnav .mmenu .subnav.service_nav {
    width: 100%;
  }
}
.mainnav .mmenu .subnav .sbmenu a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #416caa;
  color: #fff;
  font-weight: normal;
  padding: 0.5em 1em;
  border-top: #fff solid 1px;
}
.mainnav .mmenu .subnav .sbmenu a:hover {
  background: #8daedd;
}
.mainnav .mmenu .check_subnav {
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 1em;
  cursor: pointer;
  z-index: 10000000000000000000000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainnav .mmenu .check_subnav:checked ~ .subnav {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mainnav .mmenu .label_subnav {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
}

/* =============== ヘッダー ========================================================= */
#header {
  background: #fff;
}
#header .innerbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #header .innerbox {
    padding: 0 1em;
  }
}
#header .innerbox .logo {
  font-size: 1em;
  line-height: 0;
  height: 3.6em;
  display: flex;
  align-items: center;
}
#header .innerbox .logo img {
  width: auto;
  height: 2.457em;
}
#header .innerbox .gnav {
  display: flex;
  align-items: center;
  height: 3.6em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #header .innerbox .gnav {
    display: none;
  }
}
#header .innerbox .gnav .mainnav {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
#header .innerbox .gnav .mainnav .mmenu {
  display: inline-block;
  font-size: 35px;
  font-size: 1.25vw;
  line-height: 1em;
  height: 1em;
  padding-right: 2em;
}
@media screen and (min-width: 2000px) {
  #header .innerbox .gnav .mainnav .mmenu {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  #header .innerbox .gnav .mainnav .mmenu {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #header .innerbox .gnav .mainnav .mmenu {
    font-size: 4.3vw;
  }
}
#header .innerbox .gnav .mainnav .mmenu:last-child {
  padding-right: 0;
}
#header .innerbox .gnav .mainnav .mmenu a {
  color: #000;
}
#header .innerbox .gnav .mainnav .mmenu a:hover {
  color: #416caa;
  text-decoration: none;
}
#header .innerbox .gnav .mainnav .mmenu .label_subnav {
  color: #000;
}
#header .innerbox .gnav .mainnav .mmenu .check_subnav:checked + .label_subnav {
  color: #416caa;
}
#header .innerbox .gnav .mainnav .mmenu .check_subnav:hover + .label_subnav {
  color: #416caa;
}
#header .innerbox .gnav .mainnav .mmenu .subnav {
  position: absolute;
  top: 2.3em;
  left: 0;
  right: 0;
  bottom: auto;
}
#header .innerbox .gnav .mainnav .mmenu .subnav .sbmenu a {
  color: #fff;
}
#header .innerbox .gnav .mainnav .mmenu .subnav .sbmenu:first-child a {
  border-top: none;
}

/* =======================================================================================================================
　　　　　　　　　格納ナビゲーション
======================================================================================================================= */
.hm_btn,
.hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .hm_btn,
  .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

/* メニューボタン */
.hm_btn {
  position: fixed;
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
  border: rgba(255, 255, 255, 0) solid 1.3em;
  z-index: 9999999999991;
}

.hm_btn::before {
  box-shadow: #285697 0 0.532em 0;
}

.hm_btn::after {
  bottom: 0;
}

.hm_btn::before,
.hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #285697;
  display: block;
  content: "";
  position: absolute;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}

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

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

.menucontent {
  box-sizing: border-box;
  padding: 3.6em 0 0 0;
  width: 100%;
  position: absolute;
  right: 0;
  top: -1000px;
  transition: top 0.7s;
  background: #fff;
  /* メニュー中身デザイン */
}
.menucontent .mainnav {
  background: #285697;
}
.menucontent .mainnav .mmenu {
  border-top: #fff solid 1px;
}
.menucontent .mainnav .mmenu a,
.menucontent .mainnav .mmenu .label_subnav {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em 0;
  color: #fff;
  text-align: center;
}
.menucontent .mainnav .mmenu a:hover,
.menucontent .mainnav .mmenu .label_subnav:hover {
  text-decoration: none;
  background: #416caa;
}
.menucontent .mainnav .mmenu .check_subnav {
  height: 3em;
}
.menucontent .mainnav .mmenu .check_subnav:checked ~ .subnav {
  height: auto;
}
.menucontent .mainnav .mmenu .check_subnav:checked + .label_subnav {
  background: #416caa;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  height: auto;
}

.hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: transparent 0 0 0;
  transform: rotate(45deg) translate3d(0.266em, 0.49em, 0);
}

.hm_menu_check:checked ~ .hm_btn::after {
  transform: rotate(-45deg) translate3d(0.266em, -0.49em, 0);
}

/* =======================================================================================================================
　　　　　　　　　サイドカラム
======================================================================================================================= */
#sidebar {
  background: #fff;
  /* =============== バナー領域 ========================================================= */
  /* =============== 最新記事 ========================================================= */
  /* =============== 過去の記事 ========================================================= */
}
#sidebar .side_ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 3em;
}
#sidebar .side_ctt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sidebar .side_ctt {
    margin-bottom: 0;
  }
}
#sidebar .side_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.2em;
  font-weight: normal;
  color: #285697;
  line-height: 1em;
  text-align: center;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  #sidebar .side_ttl {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  #sidebar .side_ttl {
    font-size: 1.5em;
  }
}
#sidebar .side_ttl .egtxt {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: #416caa;
  padding-top: 1em;
}
@media screen and (max-width: 900px) {
  #sidebar .side_ttl .egtxt {
    font-size: 0.6em;
  }
}
#sidebar .side_bn {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sidebar .side_bn {
    padding: 2em 0;
    background: #8daedd;
  }
}
#sidebar .side_bn ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  line-height: 0;
}
#sidebar .side_bn ul li {
  line-height: 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
}
#sidebar .side_bn ul li:last-child {
  padding-bottom: 0;
}
#sidebar .side_bn ul li img {
  width: 100%;
  height: auto;
}
#sidebar .side_news {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sidebar .side_news {
    padding: 2em 0 0 0;
    background: #285697;
  }
  #sidebar .side_news .side_ttl {
    color: #fff;
  }
  #sidebar .side_news .side_ttl .egtxt {
    color: #fff;
  }
}
#sidebar .side_news .postbox {
  border-top: #285697 solid 2px;
}
@media screen and (max-width: 767px) {
  #sidebar .side_news .postbox {
    border-top: #fff solid 2px;
  }
}
#sidebar .side_news .postbox li {
  border-bottom: #8daedd solid 1px;
  padding: 1em 0;
  line-height: 1.5em;
}
#sidebar .side_news .postbox li .date {
  display: block;
}
@media screen and (max-width: 767px) {
  #sidebar .side_news .postbox li {
    border-bottom: #fff solid 1px;
    padding: 1em;
  }
  #sidebar .side_news .postbox li .date {
    color: #fff;
  }
  #sidebar .side_news .postbox li a {
    color: #fff;
  }
}
#sidebar .side_archives {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sidebar .side_archives {
    padding: 2em 0;
    background: #416caa;
  }
  #sidebar .side_archives .side_ttl {
    color: #fff;
  }
  #sidebar .side_archives .side_ttl .egtxt {
    color: #fff;
  }
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  background: #285697;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    border-top: #fff solid 2px;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fbe6eb;
}
#footer .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 5em;
  /* =============== 会社情報 ========================================================= */
  /* =============== フッターメニュー ========================================================= */
  /* =============== コピーライト ========================================================= */
}
#footer .innerbox .footer_info {
  width: 37%;
  position: relative;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
@media screen and (max-width: 767px) {
  #footer .innerbox .footer_info {
    width: 100%;
    text-align: center;
  }
}
#footer .innerbox .footer_info .sub_ttl {
  color: #fff;
  padding-bottom: 0;
}
#footer .innerbox .footer_info p {
  line-height: 1.2em;
  padding-bottom: 0;
  padding-top: 0.9em;
}
@media screen and (max-width: 767px) {
  #footer .innerbox .footer_info p span {
    display: block;
  }
}
#footer .innerbox #fnav {
  width: 63%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #footer .innerbox #fnav {
    width: 100%;
    padding: 2em 0 1em 0;
  }
}
#footer .innerbox #fnav ul {
  list-style: none inside;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #footer .innerbox #fnav ul {
    text-align: center;
  }
}
#footer .innerbox #fnav ul li {
  display: inline-block;
  line-height: 1em;
  font-size: 35px;
  font-size: 1.25vw;
  padding-left: 2em;
}
@media screen and (min-width: 2000px) {
  #footer .innerbox #fnav ul li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  #footer .innerbox #fnav ul li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .innerbox #fnav ul li {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .innerbox #fnav ul li {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #footer .innerbox #fnav ul li {
    padding-left: 0;
    padding-top: 0.5em;
  }
}
#footer .innerbox #fnav ul li a {
  display: block;
  font-size: 0.8em;
  line-height: 2em;
  margin-top: -0.5em;
}
@media screen and (max-width: 900px) {
  #footer .innerbox #fnav ul li a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  #footer .innerbox #fnav ul li a {
    display: inline;
    font-size: 0.8em;
  }
  #footer .innerbox #fnav ul li a::after {
    content: "|";
    padding: 0 1em;
  }
}
#footer .innerbox #fnav ul li:nth-child(2n) a::after {
  content: none;
}
#footer .innerbox .copyright {
  font-family: "Crimson Text", serif;
  font-size: 0.6em;
  line-height: 1em;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  text-align: right;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #footer .innerbox .copyright {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 900px) {
  #footer .innerbox .copyright {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 0.9em;
    position: relative;
    text-align: center;
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  #footer .innerbox .copyright {
    line-height: 1.5em;
    font-size: 0.7em;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer .innerbox .copyright span {
    display: block;
  }
}

/* =======================================================================================================================
　　　　　　　　　トップページ
======================================================================================================================= */
/* =============== メイン画像 ========================================================= */
#mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #mainimg .pc {
    display: none;
  }
}
#mainimg .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #mainimg .sp {
    display: inline-block;
  }
}

/* =============== バナー ========================================================= */
#top_bn {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top_bn {
    margin-top: 0;
    margin-bottom: 2em;
    padding: 0 1em;
  }
}

/* =============== メインテキスト ========================================================= */
#maintxt {
  background: #fff;
  color: #000;
}
/* =============== 新着情報 ========================================================= */
#top_news {
  background: #fbe6eb;
  padding: 3em;
}
@media screen and (max-width: 767px) {
  #top_news {
    padding: 2em 0;
  }
}
#top_news .postbox li {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}
#top_news .postbox li .date {
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  #top_news .postbox li .date {
    padding-right: 1em;
  }
}
/* 新着ヘッダー */
.news_header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.news_header .main_ttl {
  line-height: 1em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .news_header .main_ttl {
    text-align: left;
  }
}
.news_header .btn_list {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 8.57em;
  height: 2.57em;
}
.news_header .btn_list img {
  width: 100%;
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ
======================================================================================================================= */
/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #fff;
}

.sec_bg2 {
  background: #fbe6eb;
  padding: 3em;
}
@media screen and (max-width: 767px) {
  .sec_bg2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec_bg3 {
  background: #fbf1d8;
  padding: 3em;
}
@media screen and (max-width: 767px) {
  .sec_bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  color: #285697;
}
@media screen and (max-width: 767px) {
  .parts-h3 {
    font-size: 1.4em;
    padding-bottom: 1.3em;
  }
}

.parts-h4 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
  color: #285697;
}
@media screen and (max-width: 767px) {
  .parts-h4 {
    padding-bottom: 0.8em;
  }
}

/* 英語タイトル */
.eg_subttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
  color: #416caa;
  display: block;
  line-height: 1em;
  padding-top: 0.5em;
}

/* 大きな数字 */
.lnmb {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #416caa;
  display: block;
  line-height: 1em;
  padding-bottom: 0.05em;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .freepage-ctt p {
    padding-bottom: 1.5em;
  }
}

/* 余白小さめ */
.freepage-ctt p.btmmin {
  padding-bottom: 1em;
}

/* 強調 -------------------------------- */
.freepage-ctt p.parts-copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #285697;
}
@media screen and (max-width: 767px) {
  .freepage-ctt p.parts-copy {
    font-size: 1.3em;
    padding-bottom: 0.8em;
  }
}

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

/* 注釈 -------------------------------- */
p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto;
}

.freepage-ctt .sec p.note:last-child {
  padding-bottom: 0;
}

p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
  text-indent: -1em;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  margin-bottom: 2em;
  background: #8daedd;
  border: #416caa solid 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bbox {
    padding: 1em;
  }
}

.bbox h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 1em;
  color: #285697;
}
@media screen and (max-width: 767px) {
  .bbox h3 {
    font-size: 1.4em;
    padding-bottom: 0.5em;
  }
}

.freepage-ctt .bbox p {
  padding-bottom: 0;
}

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

.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 767px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt, .box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 2em;
}

.imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 2em;
}
@media screen and (max-width: 1200px) {
  .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2em;
  }
}

/* 画像 */
.imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .box_imglefttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
  }
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em;
  color: #285697;
}

/* ------------ 画像ボックス -------------------------------- */
/* テキスト共通 */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}

.imgbox_txtarea h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #285697 solid 1px;
  color: #285697;
}

.freepage-ctt .imgbox_txtarea p {
  padding-bottom: 0;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  padding-bottom: 2em;
}

/* リスト */
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* 高さを揃える */
  align-items: stretch;
  margin-top: -2em;
}

.img2box ul li {
  width: 48%;
  box-sizing: border-box;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .img2box ul li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .img2box.imghbox ul li {
    width: 48%;
  }
}

/* 画像 */
.img2box img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.img2box.imghbox img {
  margin-bottom: 0;
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  padding-bottom: 2em;
}

/* リスト */
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* 高さを揃える */
  align-items: stretch;
  margin-top: -2em;
}

.img3txtbox ul li {
  width: 32%;
  position: relative;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 1em;
  background: #fff;
  border: #285697 solid 2px;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .img3txtbox ul li {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .img3txtbox.imghbox ul li {
    width: 32%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 画像 */
.img3txtbox img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.img3txtbox.imghbox img {
  margin-bottom: 0;
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  padding-bottom: 2em;
}

.freepage-ctt .sec .img4txtbox:last-child {
  padding-bottom: 0;
}

/* リスト */
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* 高さを揃える */
  align-items: stretch;
  margin-top: -2em;
}

.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  margin-right: 2%;
  margin-top: 2em;
}
@media screen and (min-width: 1201px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .img4txtbox ul li {
    width: 48%;
    margin-right: 4%;
  }
  .img4txtbox ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .img4txtbox ul li {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .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: 767px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 画像 */
.img4txtbox img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.img4txtbox.imghbox img {
  margin-bottom: 0;
}

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

.youtube_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1em;
}

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

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 1500px;
  position: relative;
  background: #285697;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .no_list {
    padding: 1em;
  }
}

.freepage-ctt .sec .no_list:last-child {
  margin-bottom: 0;
}

/* 見出し */
.no_list h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .no_list h3 {
    font-size: 1.4em;
    padding-bottom: 0.5em;
  }
}

/* リスト */
.no_list ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.5em;
}

.no_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}

.no_list li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 1500px;
  position: relative;
  background: #285697;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .check_list {
    padding: 1em;
  }
}

/* 見出し */
.check_list h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .check_list h3 {
    font-size: 1.4em;
    padding-bottom: 0.5em;
  }
}

/* リスト */
.check_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none inside;
}

.check_list li {
  width: 100%;
  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 li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f14a";
}

.check_list li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 1500px;
  position: relative;
  background: #285697;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .order_list {
    padding: 1em;
  }
}

/* 見出し */
.order_list h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .order_list h3 {
    font-size: 1.4em;
    padding-bottom: 0.5em;
  }
}

/* リスト */
.order_list ol {
  width: 100%;
  box-sizing: border-box;
  list-style-position: inside;
}

.order_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

.order_list li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.order_list li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 2em;
}

.freepage-ctt .sec .table_list:last-child {
  padding-bottom: 0;
}

/* 見出し */
.table_list h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
  color: #285697;
}
@media screen and (max-width: 767px) {
  .table_list h3 {
    font-size: 1.4em;
  }
}

/* リスト */
.table_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0.5%;
}
.table_list ul li:last-child {
  margin-bottom: 0;
}

.tablelist_th, .tablelist_td {
  padding: 1em;
  font-size: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tablelist_th, .tablelist_td {
    display: block;
  }
}

.tablelist_th {
  width: 30%;
  font-weight: 400;
  background: #285697;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tablelist_th {
    width: 100%;
  }
}

.tablelist_td {
  width: 70%;
  background: #8daedd;
  color: #285697;
}
@media screen and (max-width: 767px) {
  .tablelist_td {
    width: 100%;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 1500px;
  position: relative;
  opacity: 0.6;
  padding: 2em;
  background: #8daedd;
}
@media screen and (max-width: 767px) {
  .note_list {
    padding: 1em;
  }
}

/* 見出し */
.note_list h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .note_list h3 {
    font-size: 1.4em;
    padding-bottom: 0.5em;
  }
}

/* リスト */
.note_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none inside;
}

.note_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.note_list li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}

.note_list li:last-child {
  padding-bottom: 0;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy: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: 1em;
}
.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;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .contactpage-ctt p.center {
    text-align: left;
  }
  .contactpage-ctt p.center.contacttel_tel, .contactpage-ctt p.center.contacttel_time {
    text-align: center;
  }
  .contactpage-ctt h3.center {
    text-align: center;
  }
}

/* 見出し */
@media screen and (max-width: 767px) {
  .contactpage-ctt .main_ttl {
    font-size: 1.25em;
  }
}

/* 段落 */
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

/* =============== 電話 ========================================================= */
.contact_tel {
  background: #fff;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.contactpage-ctt .sec p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "Crimson Text", serif;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contactpage-ctt .sec p.contacttel_tel {
    font-size: 2em;
  }
}

.contactpage-ctt .sec p.contacttel_tel strong {
  font-weight: normal;
}

.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f095";
  font-weight: 900;
}

/* 時間 */
.contactpage-ctt .sec p.contacttel_time {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contactpage-ctt .sec p.contacttel_time {
    font-size: 1em;
  }
}

/* =============== WEB ========================================================= */
.webcontact {
  background: #fbe6eb;
  padding: 3em;
}
@media screen and (max-width: 767px) {
  .webcontact {
    padding: 2em 0;
  }
}

/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
.single .entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0;
}
.single .entry-header .entry-title {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .single .entry-header .entry-title {
    font-size: 1.25em;
  }
}
.single .entry-header .date {
  text-align: right;
  color: #8daedd;
  line-height: 1em;
}

/* ページナビゲーション */
.postnav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0;
  border-top: #8daedd solid 1px;
}
@media screen and (max-width: 767px) {
  .postnav {
    padding-bottom: 2em;
  }
}
.postnav ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  height: 1.5em;
}
.postnav ul li {
  position: relative;
  box-sizing: border-box;
  width: 47%;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  position: absolute;
}
.postnav ul li a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.postnav ul li a span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.postnav ul li.pre {
  top: 0;
  left: 0;
}
.postnav ul li.pre a span {
  padding-left: 1em;
}
.postnav ul li.pre a::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f104";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 1.5em;
  line-height: 1.5em;
}
.postnav ul li.next {
  top: 0;
  right: 0;
  text-align: right;
}
.postnav ul li.next a span {
  padding-right: 1em;
}
.postnav ul li.next a::after {
  display: block;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  height: 1.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .postnav ul li a span {
    display: none;
  }
  .postnav ul li.pre a::before {
    font-size: 1em;
    height: 1.5em;
    line-height: 1.5em;
  }
  .postnav ul li.pre a::after {
    font-size: 1.2em;
    padding-left: 1em;
    content: "前へ";
  }
  .postnav ul li.next a::before {
    font-size: 1.2em;
    padding-right: 1em;
    content: "次へ";
  }
  .postnav ul li.next a::after {
    font-size: 1em;
    height: 1.5em;
    line-height: 1.5em;
  }
}

/* =============== 記事一覧ページ ========================================================= */
#postlist .listpage_ctt {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #postlist .listpage_ctt {
    padding-bottom: 2em;
  }
}
#postlist .listpage_ctt .innerbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2em;
}
#postlist .listpage_ctt .innerbox .entrybox {
  width: 48%;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 1.8em;
  margin-top: 2em;
  background: #fbe6eb;
  border: #fbe6eb solid 0.2em;
}
#postlist .listpage_ctt .innerbox .entrybox .entry-header {
  padding-bottom: 1em;
}
#postlist .listpage_ctt .innerbox .entrybox .entry-header .entry-title {
  padding-bottom: 0.25em;
}
#postlist .listpage_ctt .innerbox .entrybox .entry-header .date {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: right;
  line-height: 1em;
}
#postlist .listpage_ctt .innerbox .entrybox p {
  color: #000;
}
#postlist .listpage_ctt .innerbox .entrybox:hover {
  text-decoration: none;
  border: #285697 solid 0.2em;
}
@media screen and (max-width: 767px) {
  #postlist .listpage_ctt .innerbox .entrybox {
    padding: 0.8em;
    width: 100%;
  }
}

/* ページネーション */
.pagination {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding: 3em 0 0 0;
  margin-top: 3em;
  border-top: #8daedd solid 1px;
}
@media screen and (max-width: 767px) {
  .pagination {
    padding: 2em 0 0 0;
    margin-top: 2em;
  }
}
.pagination .svg-icon {
  fill: #285697;
  width: 1.5em;
  height: 1.5em;
  vertical-align: bottom;
}
.pagination .page-numbers {
  display: inline-block;
  font-family: "Crimson Text", serif;
  line-height: 1.25em;
  padding: 0.25em;
  border: #285697 solid 2px;
  margin: 0 0.15em;
}
.pagination .page-numbers.current {
  color: #8daedd;
  font-size: 1.5em;
  border: none;
  margin: 0;
  position: relative;
  top: 0.1em;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
  padding: 0.3em 0;
  margin: 0;
}
.pagination a.page-numbers:hover {
  background: #285697;
  color: #fff;
  text-decoration: none;
}
.pagination a.page-numbers.prev:hover, .pagination a.page-numbers.next:hover {
  background: transparent;
  color: #fff;
}

/* アーカイブページ */
.archive .page-title .year {
  font-size: 0.65em;
  vertical-align: baseline;
  padding-right: 0.25em;
}/*# sourceMappingURL=style.css.map */