@charset "UTF-8";
/*
Theme Name: CMS
Description: サイトオリジナルテンプレート
Author: サイト管理者
Version: 2.1.0
*/
/****************************************
	General Setting
*****************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #111;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-family: "Noto Serif JP", serif, "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important;
}

/*----------------------------------------
	Width (基本幅)
----------------------------------------*/
@media only screen and (max-width: 1200px) {
  .container-main {
    min-width: 1200px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 896px) {
  .container-main {
    min-width: 100%;
  }
}
/****************************************
	Typography (TEXT)
*****************************************/
h1, h2, h3, h4, h5, h6, p, a, li, dt, dd, address, blockquote {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

.txt-bold {
  font-weight: bold;
}

.txt-line-und {
  text-decoration: underline;
}

.txt-line-ove {
  text-decoration: overline;
}

.txt-line-thr {
  text-decoration: line-through;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, a, address {
  -ms-transform: rotate(0.028deg);
}

/****************************************
	Link
*****************************************/
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1em;
  line-height: 1.75;
}

a:hover {
  color: #264c93;
}

a:active,
a:hover {
  outline-width: 0;
}

.no-call {
  cursor: default;
}

.no-call:hover {
  text-decoration: none;
}

/****************************************
	List
*****************************************/
ul, ol {
  list-style: none;
  width: 100%;
}
ul li, ol li {
  line-height: 1;
  width: 100%;
}

/****************************************
	Image
*****************************************/
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.75;
}

.inclImg {
  display: block;
  line-height: 0;
}
.inclImg.inv:hover img {
  opacity: 1;
}

/****************************************
	Layout
*****************************************/
header, main, footer, nav, section, article, div, ul, ol, li, dl, dt, dd, figure, figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header, main, footer, nav, section, article, div, ul, ol, li, dl, dt, dd, figure, figcaption, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-contents, .l-header, .l-main, .l-sidebar, .l-footer, .l-hero, .l-navi {
  width: 100%;
  height: auto;
}

.l-contents-wrap {
  width: 1000px;
  margin: 0 auto;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.l-sidebar {
  max-width: 100%;
}

.l-hero {
  max-width: 100%;
}

.l-navi {
  max-width: 100%;
}

.wrapper, .inner, .area, .unit, .box, .item {
  width: 100%;
  height: auto;
}

.wrapper {
  max-width: 100%;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
.inner.inner-full {
  max-width: 100%;
}

.area {
  max-width: 100%;
}

.unit {
  max-width: 100%;
}

.box {
  max-width: 100%;
}

.item {
  max-width: 100%;
}

@media only screen and (max-width: 896px) {
  .inner {
    max-width: 100%;
  }
}
/****************************************
	Loading
*****************************************/
.container-main {
  width: 100%;
}

/****************************************
	Header
*****************************************/
.l-header {
  width: 100%;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .wrapper.bg {
  background: #FFF;
}
.l-header .wrapper .inner {
  height: 140px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .wrapper .inner .unit-logo {
  width: 497px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .wrapper .inner .unit-logo .desc {
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.l-header .wrapper .inner .unit-logo .desc span {
  font-size: 1.3em;
  margin: 0 5px;
}
.l-header .wrapper .inner .unit-other {
  width: 360px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .wrapper .inner .unit-other .contact {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .wrapper .inner .unit-other .contact a {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header .wrapper .inner .unit-other .contact a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 40px;
  height: 7px;
  display: inline-block;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin-left: 0.5em;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  margin-top: -2px;
}
.l-header .wrapper .inner .unit-other .contact a .img-icon {
  margin-right: 15px;
}
.l-header .wrapper .inner .unit-other .contact a .txt {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
.l-header .wrapper .inner .unit-other .contact a .txt-sp {
  display: none;
}
.l-header .wrapper .inner .unit-other .contact.form-01 a {
  background: #264c93;
}
.l-header .wrapper .inner .unit-other .contact.form-01 a:hover {
  background: #111;
}
.l-header .wrapper .inner .unit-other .contact.form-02 {
  margin-top: 10px;
}
.l-header .wrapper .inner .unit-other .contact.form-02 a {
  background: #32a2b7;
}
.l-header .wrapper .inner .unit-other .contact.form-02 a::after {
  width: 200px;
}
.l-header .wrapper .inner .unit-other .contact.form-02 a .txt {
  font-size: 1.4em;
}
.l-header .wrapper .inner .unit-other .contact.form-02 a:hover {
  background: #111;
}

.is-show .l-header .wrapper .inner {
  height: 80px;
}
.is-show .l-header .wrapper .inner .unit-logo {
  width: 360px;
}
.is-show .l-header .wrapper .inner .unit-logo .desc {
  font-size: 0.8em;
  margin-bottom: 3px;
}
.is-show .l-header .wrapper .inner .unit-logo .desc span {
  font-size: 1.2em;
}
.is-show .l-header .wrapper .inner .unit-other {
  width: 430px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.is-show .l-header .wrapper .inner .unit-other .contact a .img-icon {
  margin-right: 10px;
}
.is-show .l-header .wrapper .inner .unit-other .contact a .txt {
  font-size: 1em;
}
.is-show .l-header .wrapper .inner .unit-other .contact a::after {
  display: none;
}
.is-show .l-header .wrapper .inner .unit-other .contact.form-01 {
  width: 270px;
}
.is-show .l-header .wrapper .inner .unit-other .contact.form-02 {
  margin-top: 0;
  width: 150px;
}
.is-show .l-header .wrapper .inner .unit-other .contact.form-02 .txt {
  font-size: 1.2em;
}

@media only screen and (max-width: 896px) {
  .l-header .wrapper .inner {
    height: auto;
  }
  .l-header .wrapper .inner .unit-logo {
    display: none;
  }
  .l-header .wrapper .inner .unit-other {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .l-header .wrapper .inner .unit-other .contact {
    width: 50%;
  }
  .l-header .wrapper .inner .unit-other .contact a .img-icon {
    margin-right: 5px;
    width: 40px;
  }
  .l-header .wrapper .inner .unit-other .contact a .txt {
    display: none;
  }
  .l-header .wrapper .inner .unit-other .contact a .txt-sp {
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
  }
  .l-header .wrapper .inner .unit-other .contact.form-02 {
    margin-top: 0;
  }
  .l-header .wrapper .inner .unit-other .contact.form-02 a::after {
    display: none;
  }
  .l-header .wrapper .inner .unit-other .contact.form-02 a .txt {
    font-size: 1em;
  }
  .is-show .l-header .wrapper .inner {
    height: auto;
  }
  .is-show .l-header .wrapper .inner .unit-other {
    width: 100%;
  }
  .is-show .l-header .wrapper .inner .unit-other .contact a .img-icon {
    margin-right: 5px;
  }
  .is-show .l-header .wrapper .inner .unit-other .contact a .txt {
    font-size: 1em;
  }
  .is-show .l-header .wrapper .inner .unit-other .contact.form-01 {
    width: 50%;
  }
  .is-show .l-header .wrapper .inner .unit-other .contact.form-02 {
    width: 50%;
  }
  .is-show .l-header .wrapper .inner .unit-other .contact.form-02 .txt {
    font-size: 1em;
  }
}
/****************************************
	Navigation / .globalNav
*****************************************/
.l-navi {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: fixed;
  top: 140px;
  left: 0;
  z-index: 9999;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(221, 248, 255, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-navi .wrapper {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.l-navi .wrapper .inner {
  max-width: 100%;
  height: auto;
}

.navi-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.navi-wrap .navi-global {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.navi-wrap .navi-global .navi-global-menu {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi-wrap .navi-global .navi-global-menu > li {
  width: 20%;
  position: relative;
  z-index: 1;
}
.navi-wrap .navi-global .navi-global-menu > li > a {
  display: block;
  width: 100%;
  height: 55px;
  color: #111;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
}
.navi-wrap .navi-global .navi-global-menu > li > a:hover {
  color: #32a2b7;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
.navi-wrap .navi-global .navi-global-menu > li.current-menu-item > a {
  color: #32a2b7;
  background: rgba(255, 255, 255, 0.5);
}

.is-show .l-navi {
  top: 80px;
  background: rgb(221, 248, 255);
}
.is-show .l-navi .wrapper .inner {
  height: auto;
}

@media only screen and (max-width: 896px) {
  .l-navi {
    top: 0;
  }
  .l-navi .wrapper {
    width: 100%;
  }
  .is-show .l-navi {
    top: 0;
  }
}
/*----------------------------------------
	Navigation (Toggle) responsive-nav.js
----------------------------------------*/
/*[setting]
Toggle Button */
.navi-mobile-toggle, .navi-logo {
  display: none;
}

@media only screen and (max-width: 896px) {
  .navi-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background: #FFF;
    padding: 17px 0 18px 15px;
  }
  .navi-logo .img-logo {
    height: 20px;
  }
  .navi-mobile-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 102;
  }
  .navi-mobile-toggle div {
    position: relative;
  }
  .navi-mobile-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    border-radius: 4px;
    width: 100%;
    background: #264c93;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .navi-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  .navi-mobile-toggle span:nth-child(2) {
    top: 11px;
  }
  .navi-mobile-toggle span:nth-child(3) {
    top: 22px;
  }
  .navi-mobile-head {
    width: 60px;
    height: 55px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    margin: 0 0 0 auto;
  }
  .navi-wrap .navi-global {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    visibility: hidden;
    background: #08307d;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }
  .navi-wrap .navi-global .navi-global-menu {
    display: block;
    -webkit-overflow-scrolling: touch;
    margin-top: 55px;
    background: #EEE;
  }
  .navi-wrap .navi-global .navi-global-menu > li {
    width: 100%;
  }
  .navi-wrap .navi-global .navi-global-menu li a {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
    background: #08307d;
    text-align: left;
    padding: 15px 30px;
    font-size: 0.9em;
    text-shadow: none;
  }
  .navi-wrap .navi-global .navi-global-menu li:first-child a {
    border-top: transparent;
  }
  .navi-wrap .navi-global .navi-global-menu > li > .sub-menu {
    min-width: 100%;
    top: 0;
    left: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navi-wrap .navi-global .navi-global-menu > li.open_sub > .sub-menu {
    position: relative;
    z-index: 1;
    border: none;
    -webkit-transition: initial;
    transition: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navi-wrap .navi-global .navi-global-menu > li.open_sub > .sub-menu > li {
    border-bottom: none;
  }
  .navi-wrap .navi-global .navi-global-menu > li > .sub-menu > li a {
    font-size: 0.9em;
    text-align: left;
    display: block;
    width: 100%;
    padding: 15px 15px 15px 30px;
    color: #000;
    background-color: #FFF;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .navi-mobile-toggle {
    display: block;
  }
  /*[setting]
  #nav_toggle 切り替えアニメーション */
  .open .navi-mobile-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .open .navi-mobile-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .navi-mobile-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  /*[setting]
  .global_.navi-global スライドアニメーション */
  .global_nav.narrow {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .navi-wrap .navi-global {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .open .navi-global {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  /*[setting]
  サブメニューを持っている要素に対して処理（WP利用時のみ） */
  .navi-wrap .navi-global .navi-global-menu > li.menu-item-has-children > a {
    pointer-events: none;
  }
}
/****************************************
	Main Visual
*****************************************/
.l-hero {
  margin-top: 140px;
  height: auto;
  position: relative;
  z-index: 0;
}
.l-hero .main-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.l-hero .main-image .carousel-hero {
  width: 100%;
  position: relative;
}
.l-hero .main-image .mainImg {
  width: 100%;
  height: 255px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-image: url("./img/contents/hero-common.jpg");
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-hero .main-image .mainImg .pageTtl {
  width: auto;
  font-size: 2.1em;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #0a3992;
  text-shadow: 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF;
  border-bottom: 2px solid #0a3992;
  padding: 0 50px 10px;
  margin-top: 20px;
}
.l-hero .main-image .mainImg .treTtl {
  width: auto;
  font-size: 2.1em;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #FFF;
  border-bottom: 2px solid #89d1e0;
  padding: 0 50px 10px;
  margin-top: 40px;
}
.l-hero .main-image .mainImg .treTtl span {
  font-size: 1.2em;
  color: #89d1e0;
}
.l-hero .main-image .mainImg .treSub {
  width: 100%;
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #89d1e0;
  text-align: center;
  padding-top: 10px;
}
.l-hero .main-image .mainImg .blogTtl {
  font-size: 1.8em;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-left: 38%;
  margin-top: 50px;
}
.l-hero .main-image .mainImg .blogTtl span {
  font-size: 1.2em;
}
.l-hero .main-image .mainImg .blogSub {
  width: auto;
  font-size: 1.9em;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #3765c3;
  width: 100%;
  padding-left: 38%;
  margin-top: 40px;
}
.l-hero .main-image .mainImg .blogSub span {
  font-size: 1.2em;
}

.home .l-hero .main-image .mainImg {
  height: 600px;
  background-size: cover;
}
.home .l-hero .main-image .mainImg.car01 {
  background-image: url("./img/top/hero-01.jpg");
}
.home .l-hero .main-image .mainImg.car02 {
  background-image: url("./img/top/hero-02.jpg");
}
.home .l-hero .main-image .mainImg .catch {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.home .l-hero .main-image .mainImg .catch .txt {
  font-size: 1.8em;
  color: #000;
  letter-spacing: 0.15em;
  margin-top: 230px;
  padding-left: 130px;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
}
.home .l-hero .main-image .mainImg .catch .txt.white {
  color: #FFF;
  text-shadow: none;
}

.category_blog .l-hero .main-image .mainImg {
  background-image: url("./img/contents/hero-blog.jpg");
}

.category_treatise .l-hero .main-image .mainImg {
  background-image: url("./img/contents/hero-treatise.jpg");
  background-position: -100px center;
}

/* [setting] */
/*　Slick　ドット色変更　*/
.slick-dotted {
  margin-bottom: 50px;
}

.carousel-hero .slick-dots {
  bottom: -30px;
}
.carousel-hero .slick-dots li button::before {
  background: #DDD;
}
.carousel-hero .slick-dots li.slick-active button::before {
  background: #8ea4c0;
}

/*　Slick　矢印色変更　*/
.main-image .carousel-hero .slick-prev:before,
.main-image .carousel-hero .slick-next:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

/*　Slick　ロード中非表示　*/
.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

@media only screen and (max-width: 896px) {
  .l-hero {
    margin-top: 55px;
  }
  .l-hero .main-image .mainImg {
    height: 120px;
  }
  .l-hero .main-image .mainImg .pageTtl {
    width: auto;
    margin-top: 0;
    font-size: 1.4em;
  }
  .l-hero .main-image .mainImg .treTtl {
    margin-top: 0;
    font-size: 1.4em;
  }
  .l-hero .main-image .mainImg .treTtl span {
    font-size: 1.1em;
  }
  .l-hero .main-image .mainImg .treSub {
    font-size: 1em;
  }
  .l-hero .main-image .mainImg .blogTtl {
    font-size: 1.2em;
    padding-left: 10px;
    margin-top: 0;
  }
  .l-hero .main-image .mainImg .blogTtl span {
    font-size: 1em;
  }
  .l-hero .main-image .mainImg .blogSub {
    font-size: 0.9em;
    padding-left: 10px;
    margin-top: 35px;
  }
  .l-hero .main-image .mainImg .blogSub span {
    font-size: 1.1em;
  }
  .category_blog .l-hero .main-image .mainImg {
    background-position: right center;
  }
  .category_treatise .l-hero .main-image .mainImg .treTtl {
    padding: 0 0px 10px;
  }
  .home .l-hero .main-image .mainImg {
    height: 300px;
  }
  .home .l-hero .main-image .mainImg .catch {
    width: 100%;
  }
  .home .l-hero .main-image .mainImg .catch .txt {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    margin-top: 135px;
    padding-left: 10px;
  }
}
/****************************************
	Main (Common) 
*****************************************/
main .sect {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}
main .sect .wrapper .sect-header {
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
}
main .sect .wrapper .sect-header .sect-header-wrap {
  width: 1060px;
  margin: 0 auto;
}
main .sect .wrapper .sect-header .sect-header-wrap .box-ttl {
  width: 500px;
  padding: 30px 35px;
  background: #072f7d;
}
main .sect .wrapper .sect-header .sect-header-wrap .box-ttl .mainTtl {
  width: 100%;
  color: #FFF;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1;
}
main .sect .wrapper .sect-header .sect-header-wrap .box-ttl .subTtl {
  width: 100%;
  color: #7999d8;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
main .sect .wrapper .sect-header .sect-header-wrap .eng {
  display: inline-block;
  margin: 0 30px 0 auto;
  font-size: 1.9em;
  letter-spacing: 0.1em;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 32, 95, 0.6);
}
main .sect .wrapper .sect-header + .inner {
  margin-top: 60px;
}

@media only screen and (max-width: 896px) {
  _::-webkit-full-page-media, _:future, :root .home main {
    margin-bottom: 0;
  }
  main .sect {
    margin: 20px auto 0;
  }
  main .sect .wrapper .sect-header {
    position: relative;
    top: 0;
  }
  main .sect .wrapper .sect-header .sect-header-wrap {
    width: 100%;
  }
  main .sect .wrapper .sect-header .sect-header-wrap .box-ttl {
    width: 100%;
    padding: 10px;
  }
  main .sect .wrapper .sect-header .sect-header-wrap .box-ttl .mainTtl {
    font-size: 1.2em;
  }
  main .sect .wrapper .sect-header .sect-header-wrap .box-ttl .subTtl {
    font-size: 0.9em;
  }
  main .sect .wrapper .sect-header .sect-header-wrap .eng {
    display: none;
  }
  main .sect .wrapper .sect-header + .inner {
    margin-top: 0;
  }
}
/****************************************
	Main (Post)
*****************************************/
/*---------------------------------------
	Common (Post) Editor reflect
	[ Plugin (TinyMCE Advanced) ] 
----------------------------------------*/
/*[setting]
	editor-style.cssと共に変更 */
main section article.post .post_content a {
  color: #003399;
  text-decoration: underline;
}

main section article.post .post_content a:visited {
  color: #003399;
}

main section article.post .post_content a:hover {
  color: #003399;
  text-decoration: none;
}

main section article.post .post_content a:active {
  color: #003399;
}

main section article.post .post_content img {
  margin: 0.5em 0;
  width: auto !important;
  max-width: 100% !important;
}

main section article.post .post_content img.alignleft {
  margin: 0.5em auto 0.5em 0 !important;
}

main section article.post .post_content img.aligncenter {
  display: block;
  margin: 0.5em auto !important;
}

main section article.post .post_content img.alignright {
  display: block;
  margin: 0.5em 0 0.5em auto !important;
}

/****************************************
	Category Page (Post) .category_blog
*****************************************/
.category_blog .sect-post {
  padding: 90px 0;
  margin: 0px auto 0;
  background: #c6d8de;
}
.category_blog .sect-post .wrapper .inner {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.category_blog .sect-post .wrapper .inner .unit {
  padding: 50px 40px 30px;
  margin: 50px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("./img/contents/about-bg-01.jpg");
  background-color: #FFF;
}
.category_blog .sect-post .wrapper .inner .unit .col-l {
  width: 620px;
}
.category_blog .sect-post .wrapper .inner .unit .col-r {
  width: 260px;
}
.category_blog .sect-post .post {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_blog .sect-post .post:not(:first-child) {
  padding-top: 25px;
}
.category_blog .sect-post .post .area-img .postThumb {
  width: 100%;
}
.category_blog .sect-post .post .area-img .postThumb a {
  width: 100%;
  display: block;
}
.category_blog .sect-post .post .area-img .postThumb.image img {
  width: 100%;
}
.category_blog .sect-post .post .area-txt {
  width: 100%;
}
.category_blog .sect-post .post .area-txt .postDate {
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.category_blog .sect-post .post .area-txt .postTtl {
  line-height: 1.4;
  font-size: 1.2em;
  color: #264c93;
  margin-bottom: 30px;
}
.category_blog .sect-post .post .area-txt .postTtl a {
  color: #264c93;
  font-weight: bold;
  text-decoration: underline;
}
.category_blog .sect-post .post .area-txt .postTtl a:hover {
  color: #32a2b7;
  text-decoration: none;
}
.category_blog .sect-post .post .area-txt .postCont {
  width: 100%;
}
.category_blog .sect-post .post .area-txt .postCont p {
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  font-size: 0.9em;
}

@media only screen and (max-width: 896px) {
  .category_blog .sect-post {
    padding: 0;
  }
  .category_blog .sect-post .wrapper .inner {
    border-top: 0;
    border-bottom: 0;
  }
  .category_blog .sect-post .wrapper .inner .unit {
    padding: 25px 20px 20px;
    margin: 30px auto;
  }
  .category_blog .sect-post .wrapper .inner .unit .col-l {
    width: 100%;
  }
  .category_blog .sect-post .wrapper .inner .unit .col-r {
    width: 100%;
  }
  .category_blog .sect-post .post {
    border-bottom: 0;
  }
  .category_blog .sect-post .post .area-img .postThumb {
    margin-top: 15px;
  }
  .category_blog .sect-post .post .area-txt .postDate {
    font-size: 0.8em;
    margin-bottom: 10px;
  }
  .category_blog .sect-post .post .area-txt .postTtl {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  .category_blog .sect-post .post .area-txt .postCont p {
    font-size: 0.85em;
  }
}
/****************************************
	Category Page (Post) .category_treatise
*****************************************/
.category_treatise .sect-post-list {
  padding: 50px 0 0;
  margin: 0px auto;
  background: #c6d8de;
}
.category_treatise .sect-post-list .wrapper .inner .list-ttl {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #FFF;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  color: #264c93;
  text-shadow: 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF;
}
.category_treatise .sect-post-list .wrapper .inner .unit {
  padding: 30px 20px 10px;
  background: #FFF;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post {
  width: 100%;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post li {
  width: 470px;
  margin-bottom: 15px;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post li:nth-child(2n) {
  margin-left: 20px;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post li a {
  width: 100%;
  padding: 10px;
  color: #264c93;
  background: #c2e5ed;
  font-size: 0.95em;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post li a span {
  font-size: 0.5em;
  margin-left: 2px;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post li a:hover {
  color: #FFF;
  background: #264c93;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post li:nth-child(4n) a, .category_treatise .sect-post-list .wrapper .inner .unit .list-post li:nth-child(4n+1) a {
  background: #d0d9e8;
}
.category_treatise .sect-post-list .wrapper .inner .unit .list-post li:nth-child(4n) a:hover, .category_treatise .sect-post-list .wrapper .inner .unit .list-post li:nth-child(4n+1) a:hover {
  background: #264c93;
}
.category_treatise .sect-post {
  padding: 90px 0;
  margin: 0px auto 0;
  background: #c6d8de;
}
.category_treatise .sect-post .wrapper .sect-header .sect-header-wrap .box-ttl {
  width: auto;
  min-width: 500px;
  max-width: 650px;
}
.category_treatise .sect-post .wrapper .sect-header .sect-header-wrap .box-ttl .mainTtl {
  line-height: 1.2;
}
.category_treatise .sect-post .wrapper .inner .unit {
  padding: 50px 40px 30px;
  background: #FFF;
}
.category_treatise .sect-post .post {
  width: 100%;
  margin-top: 55px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_treatise .sect-post .post:not(:first-child) {
  padding-top: 25px;
}
.category_treatise .sect-post .post .area-txt {
  width: 100%;
}
.category_treatise .sect-post .post .area-txt .noteTxt {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 10px solid #264c93;
  border-bottom: 1px solid #9bbfd7;
}
.category_treatise .sect-post .post .area-txt .noteTxt p {
  font-size: 0.9em;
  color: #264c93;
}
.category_treatise .sect-post .post .area-txt .postCont {
  width: 100%;
}
.category_treatise .sect-post .post .area-txt .postCont p {
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  font-size: 0.9em;
}
.category_treatise .sect-post .post .area-txt .postCont li {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  font-size: 0.9em;
}
.category_treatise .sect-post .post .area-txt .postCont .table-box {
  width: 100%;
}
.category_treatise .sect-post .post .area-txt .postCont table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 15px auto;
}
.category_treatise .sect-post .post .area-txt .postCont table tr:first-of-type {
  background: #EEE;
}
.category_treatise .sect-post .post .area-txt .postCont table th, .category_treatise .sect-post .post .area-txt .postCont table td {
  font-size: 0.9em;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.category_treatise .sect-post .post .area-txt .postCont table th {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.category_treatise .sect-post .post .area-txt .postCont table td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

@media only screen and (max-width: 896px) {
  .category_treatise .sect-post-list {
    padding: 25px 0 0;
  }
  .category_treatise .sect-post-list .wrapper .inner .list-ttl {
    font-size: 1.2;
  }
  .category_treatise .sect-post-list .wrapper .inner .unit {
    padding: 20px 10px;
  }
  .category_treatise .sect-post-list .wrapper .inner .unit .list-post li {
    width: 100%;
    margin-bottom: 10px;
  }
  .category_treatise .sect-post-list .wrapper .inner .unit .list-post li:nth-child(2n) {
    margin-left: 0;
  }
  .category_treatise .sect-post-list .wrapper .inner .unit .list-post li a {
    padding: 10px;
    font-size: 0.8em;
  }
  .category_treatise .sect-post-list .wrapper .inner .unit .list-post li a span {
    margin-left: 0;
  }
  .category_treatise .sect-post {
    padding: 30px 0 10px;
  }
  .category_treatise .sect-post .wrapper .sect-header .sect-header-wrap .box-ttl {
    min-width: 100%;
    max-width: 100%;
  }
  .category_treatise .sect-post .wrapper .inner .unit {
    padding: 20px 10px;
  }
  .category_treatise .sect-post .post {
    width: 100%;
    margin-top: 10px;
  }
  .category_treatise .sect-post .post .area-txt .noteTxt {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 10px solid #264c93;
    border-bottom: 1px solid #9bbfd7;
  }
  .category_treatise .sect-post .post .area-txt .noteTxt p {
    font-size: 0.8em;
    font-size: 1.4;
  }
  .category_treatise .sect-post .post .area-txt .postCont {
    overflow: auto;
  }
  .category_treatise .sect-post .post .area-txt .postCont p {
    font-size: 0.8em;
  }
  .category_treatise .sect-post .post .area-txt .postCont li {
    font-size: 0.8em;
  }
  .category_treatise .sect-post .post .area-txt .postCont .table-box {
    overflow: auto;
  }
  .category_treatise .sect-post .post .area-txt .postCont table {
    margin: 10px auto;
  }
  .category_treatise .sect-post .post .area-txt .postCont table th, .category_treatise .sect-post .post .area-txt .postCont table td {
    font-size: 0.8em;
  }
}
/*---------------------------------------
	Sidebar
----------------------------------------*/
.l-sidebar .l-sidebar-wrap {
  width: 100%;
}
.l-sidebar .l-sidebar-wrap .side-unit {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}
.l-sidebar .l-sidebar-wrap .side-unit .area {
  padding: 5px;
}
.l-sidebar .l-sidebar-wrap .side-unit .sideTtl {
  background-color: #264c93;
  width: 100%;
}
.l-sidebar .l-sidebar-wrap .side-unit .sideTtl h5 {
  color: #FFF;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.l-sidebar .l-sidebar-wrap .side-unit .postList .post {
  padding: 5px;
  border-bottom: 0;
}
.l-sidebar .l-sidebar-wrap .side-unit .postList .post .postTtl {
  line-height: 1;
  font-size: 0.9em;
}
.l-sidebar .l-sidebar-wrap .side-unit .postList .post .postTtl a {
  line-height: 1.3;
  color: #264c93;
  text-decoration: underline;
}
.l-sidebar .l-sidebar-wrap .side-unit .postList .post .postTtl a:hover {
  color: #111;
  text-decoration: none;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar caption {
  padding: 10px;
  margin-bottom: 15px;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar thead th {
  text-align: center;
  line-height: 1.5;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar thead th:nth-child(7) {
  color: #ff2c2c;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar tbody td {
  text-align: center;
  line-height: 1.5;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar tbody td a {
  display: block;
  width: 100%;
  color: #FFF;
  background: #264c93;
  text-decoration: none;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar tbody td a:hover {
  background: #32a2b7;
}
.l-sidebar .l-sidebar-wrap .side-unit .area-cal #wp-calendar foot td {
  padding: 10px 0 0;
}

@media only screen and (max-width: 896px) {
  .l-sidebar {
    margin-top: 20px;
  }
  .l-sidebar .l-sidebar-wrap .side-unit .sideTtl h5 {
    font-size: 0.9em;
  }
  .l-sidebar .l-sidebar-wrap .side-unit .postList .post .postTtl {
    font-size: 0.9em;
  }
}
/*---------------------------------------
	- Pagination
	[ Plugin (WP-PageNavi) ] 
----------------------------------------*/
.navArea {
  width: 100%;
  margin: 50px auto;
}
.navArea .wp-pagenavi {
  display: block;
  text-align: center;
  clear: both;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navArea .wp-pagenavi a, .navArea .wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  border: none !important;
  padding: 0.3em 0.8em !important;
  margin: 0 0.2em !important;
  font-size: 0.9em;
}
.navArea .wp-pagenavi a:hover, .navArea .wp-pagenavi span.current {
  color: #FFF;
  border: none !important;
  background: #264c93;
  text-decoration: none !important;
}
.navArea .wp-pagenavi span.current {
  font-weight: normal;
  background: #32a2b7;
}

@media only screen and (max-width: 896px) {
  .navArea {
    margin: 30px auto;
  }
  .navArea .wp-pagenavi {
    padding: 0;
  }
  .navArea .wp-pagenavi a, .navArea .wp-pagenavi span {
    text-align: center;
    text-decoration: none;
    padding: 1em 1.5em !important;
    margin: 0 !important;
  }
  .navArea .wp-pagenavi .pages, .navArea .wp-pagenavi .current {
    padding: 1em 1em !important;
  }
  .navArea .wp-pagenavi .previouspostslink, .navArea .wp-pagenavi .nextpostslink {
    padding: 1em 2em !important;
  }
  .navArea .wp-pagenavi .first, .navArea .wp-pagenavi .last, .navArea .wp-pagenavi .smaller, .navArea .wp-pagenavi .larger, .navArea .wp-pagenavi .extend {
    display: none;
  }
}
/*---------------------------------------
	Single Page (Post) .single
----------------------------------------*/
/*---------------------------------------
	- Lightbox (Post)
----------------------------------------*/
.lightboxOverlay {
  z-index: 999999 !important;
  opacity: 0.85 !important;
}

.lb-outerContainer {
  background-color: unset !important;
}

.lb-outerContainer,
.lightbox .lb-image {
  border-radius: 0 !important;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  width: 50% !important;
  background: none !important;
  text-decoration: none;
  opacity: 1 !important;
}

.lb-nav a.lb-prev {
  margin: 0 auto 0 0;
}

.lb-nav a.lb-next {
  margin: 0 0 0 auto;
}

.lb-nav a.lb-prev::before,
.lb-nav a.lb-next::before,
.lb-nav a.lb-prev::after,
.lb-nav a.lb-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lb-nav a.lb-prev::before,
.lb-nav a.lb-prev::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  left: 30px;
}

.lb-nav a.lb-next::before,
.lb-nav a.lb-next::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  right: 30px;
}

.lb-nav a.lb-prev::after,
.lb-nav a.lb-next::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.lb-nav a.lb-prev::after {
  left: 29px;
}

.lb-nav a.lb-next::after {
  right: 29px;
}

.lb-nav a.lb-prev:hover::before {
  left: 20px;
}

.lb-nav a.lb-prev:hover::after {
  left: 19px;
}

.lb-nav a.lb-next:hover::before {
  right: 20px;
}

.lb-nav a.lb-next:hover::after {
  right: 19px;
}

.lb-loader {
  top: 50%;
  height: auto;
  margin-top: -30px;
}

.lb-cancel {
  display: block;
  width: 40px;
  height: 59px;
  margin: 0 auto;
  background: none !important;
}

.lb-cancel::before {
  display: inline-block;
  content: "\f110";
  font-weight: 900;
  color: #FFF;
  font-size: 4rem;
  -webkit-animation: r1 2s linear infinite;
          animation: r1 2s linear infinite;
}

@-webkit-keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lb-dataContainer,
.lb-data,
.lb-data .lb-details {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lb-data .lb-close {
  width: 33px !important;
  height: 33px !important;
  background: none !important;
  position: relative;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  text-decoration: none;
}

.lb-data .lb-close::before,
.lb-data .lb-close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 45px;
  background-color: #FFF;
}

.lb-data .lb-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.lb-data .lb-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#lightbox {
  display: block;
  z-index: 1000000 !important;
}

@media only screen and (max-width: 896px) {
  .lb-nav a.lb-prev::before,
  .lb-nav a.lb-next::before,
  .lb-nav a.lb-prev::after,
  .lb-nav a.lb-next::after {
    width: 20px;
    height: 20px;
  }
}
/*---------------------------------------
	- Page Link (Post)
----------------------------------------*/
.nextprev {
  text-align: center;
  padding: 50px 0;
  width: 96%;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nextprev a {
  font-size: 0.9em;
  text-decoration: none;
  display: block;
  /*text-decoration: none !important;*/
}
.nextprev .link-category {
  width: 10%;
}
.nextprev .link-category a {
  width: 100%;
  color: #FFF;
  padding: 5px 0;
  margin: 0;
  background: #264c93;
  border: 1px solid #264c93;
}
.nextprev .link-category a:hover {
  color: #FFF;
  background: #32a2b7;
  border: 1px solid #32a2b7;
}
.nextprev .link-prev, .nextprev .link-next {
  width: 40%;
}
.nextprev .link-prev a, .nextprev .link-next a {
  width: 100%;
  color: #111;
}
.nextprev .link-prev a:hover, .nextprev .link-next a:hover {
  text-decoration: none;
  color: #32a2b7;
}
.nextprev .link-prev {
  text-align: left;
}
.nextprev .link-prev a::before {
  content: "";
  width: 20px;
  height: 5px;
  display: inline-block;
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin-right: 0.5em;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.nextprev .link-next {
  text-align: right;
}
.nextprev .link-next a::after {
  content: "";
  width: 20px;
  height: 5px;
  display: inline-block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-left: 0.5em;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}

@media only screen and (max-width: 896px) {
  .nextprev {
    padding: 15px 0 0;
    margin: 15px auto;
  }
  .nextprev .link-category {
    width: 30%;
  }
  .nextprev .link-category a {
    padding: 0.5em 0;
  }
  .nextprev .link-prev, .nextprev .link-next {
    text-align: center;
    width: 30%;
  }
  .nextprev .link-prev a, .nextprev .link-next a {
    display: block;
    padding: 1em 0;
  }
  .nextprev .link-prev a span, .nextprev .link-next a span {
    display: none;
  }
  .nextprev .link-prev a::before {
    width: auto;
    height: auto;
    border-left: none;
    border-bottom: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    content: "前へ";
    margin-right: 0.5em;
  }
  .nextprev .link-next a::after {
    width: auto;
    height: auto;
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    content: "次へ";
    margin-left: 0.5em;
  }
}
/****************************************
	Home (Page) .home
*****************************************/
.home .sect-cf {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("./img/top/cf-bg-01.jpg");
}
.home .sect-cf .wrapper .inner {
  max-width: 860px;
}
.home .sect-cf .wrapper .inner .unit .box .item, .home .sect-cf .wrapper .inner .unit .box p {
  width: 100%;
}
.home .sect-cf .wrapper .inner .unit .box-cont.mt-space {
  margin-top: 60px;
}
.home .sect-cf .wrapper .inner .unit .box-cont .item-head {
  margin-bottom: 2em;
}
.home .sect-cf .wrapper .inner .unit .box-cont .item-head .ttl {
  width: 100%;
  font-size: 1.8em;
  line-height: 1.5;
  color: #264c93;
}
.home .sect-cf .wrapper .inner .unit .box-cont .item-cont p {
  width: 100%;
  font-size: 1em;
  line-height: 1.7;
}
.home .sect-cf .wrapper .inner .unit .box-cont .item-cont p:nth-of-type(n+2) {
  margin-top: 1.25em;
}
.home .sect-cf .wrapper .inner .unit .box-bannar {
  margin-top: 60px;
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-head {
  margin-bottom: 50px;
  position: relative;
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-head .txt {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.5;
  color: #264c93;
  text-align: center;
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-head .arrow {
  position: relative;
  display: inline-block;
  width: 20.4px;
  height: 11.2px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-head .arrow::before, .home .sect-cf .wrapper .inner .unit .box-bannar .item-head .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #264c93;
  -webkit-transform-origin: 50% calc(100% - 1px);
      -ms-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-head .arrow::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-head .arrow::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner {
  max-width: 750px;
  border: 1px solid #d92500;
  line-height: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner .img-banner {
  width: 100%;
  opacity: 1;
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner .img-banner.sp {
  display: none;
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-banner.social {
  margin-top: 20px;
}
.home .sect-cf .wrapper .inner .unit .box-bannar .item-banner.social .banner {
  border: 1px solid #000;
}
.home .sect-greeting {
  margin-top: 0;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("./img/top/greeting-bg-01.jpg");
}
.home .sect-greeting .wrapper .inner .unit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  padding: 35px;
}
.home .sect-greeting .wrapper .inner .unit .item-l {
  width: 520px;
  margin-top: 55px;
}
.home .sect-greeting .wrapper .inner .unit .item-l .txt {
  width: 100%;
  font-size: 0.95em;
  margin-bottom: 2em;
  line-height: 2;
}
.home .sect-greeting .wrapper .inner .unit .item-l .txt.strong {
  color: #264c93;
  font-size: 1.1em;
}
.home .sect-greeting .wrapper .inner .unit .item-r {
  width: 410px;
}
.home .sect-greeting .wrapper .inner .unit .item-w .txt-sign {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
.home .sect-greeting .wrapper .inner .unit .item-w .btn-more {
  margin-left: 30px;
  padding: 5px 10px;
  background: #9bbfd7;
  color: #FFF;
  font-size: 1em;
}
.home .sect-greeting .wrapper .inner .unit .item-w .btn-more:hover {
  background: #264c93;
}
.home .sect-menu .wrapper .inner .unit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .sect-menu .wrapper .inner .unit .box {
  width: 450px;
}
.home .sect-menu .wrapper .inner .unit .box .item-head {
  width: 100%;
  padding-left: 10px;
  border-left: 10px solid #264c93;
  border-bottom: 2px solid #9bbfd7;
  margin-bottom: 15px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sect-menu .wrapper .inner .unit .box .item-head .ttl {
  color: #264c93;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.home .sect-menu .wrapper .inner .unit .box .item-head .sub {
  margin-left: 10px;
  color: #8d93c0;
  font-size: 0.8em;
}
.home .sect-menu .wrapper .inner .unit .box a {
  width: 100%;
  line-height: 0;
  border: 1px solid #9bbfd7;
}
.home .sect-menu .wrapper .inner .unit .box a img {
  width: 100%;
}
.home .sect-books .wrapper .inner .unit {
  width: 100%;
}
.home .sect-books .wrapper .inner .unit .box {
  width: 1000px;
  margin: 0 auto;
}
.home .sect-books .wrapper .inner .unit-head {
  border-bottom: 1px solid #9bbfd7;
}
.home .sect-books .wrapper .inner .unit-head .box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home .sect-books .wrapper .inner .unit-head .box .item-head {
  width: auto;
  padding: 10px 15px;
  background: #264c93;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sect-books .wrapper .inner .unit-head .box .item-head .ttl {
  color: #FFF;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.home .sect-books .wrapper .inner .unit-head .box .item-head .sub {
  margin-left: 10px;
  color: #8d93c0;
  font-size: 0.8em;
}
.home .sect-books .wrapper .inner .unit-head .box .more {
  padding: 2px 20px;
  background: #9bbfd7;
  color: #FFF;
  font-size: 0.9em;
}
.home .sect-books .wrapper .inner .unit-head .box .more:hover {
  background: #264c93;
}
.home .sect-books .wrapper .inner .unit-cont {
  width: 100%;
  margin-top: 20px;
  background: #313131;
  padding: 30px 0;
}
.home .sect-books .wrapper .inner .unit-cont .box {
  width: 1150px;
}
.home .sect-books .wrapper .inner .unit-cont .box li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

@media only screen and (max-width: 896px) {
  .home .sect-cf {
    padding: 0;
  }
  .home .sect-cf .wrapper .inner .unit {
    padding: 25px 15px;
  }
  .home .sect-cf .wrapper .inner .unit .box-cont.mt-space {
    margin-top: 40px;
  }
  .home .sect-cf .wrapper .inner .unit .box-cont .item-head .ttl {
    font-size: 1.3em;
  }
  .home .sect-cf .wrapper .inner .unit .box-cont .item-cont p {
    font-size: 0.85em;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar {
    margin-top: 40px;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-head {
    margin-bottom: 30px;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-head .txt {
    font-size: 1em;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-head .arrow {
    bottom: -20px;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner {
    max-width: 80%;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .sect-greeting {
    padding: 0;
  }
  .home .sect-greeting .wrapper .inner .unit {
    padding: 15px;
  }
  .home .sect-greeting .wrapper .inner .unit .item-l {
    width: 100%;
    margin-top: 25px;
  }
  .home .sect-greeting .wrapper .inner .unit .item-l .txt {
    font-size: 0.85em;
    line-height: 1.8;
    margin-bottom: 1.6em;
  }
  .home .sect-greeting .wrapper .inner .unit .item-l .txt br {
    display: none;
  }
  .home .sect-greeting .wrapper .inner .unit .item-l .txt.strong {
    font-size: 1em;
  }
  .home .sect-greeting .wrapper .inner .unit .item-r {
    width: 100%;
  }
  .home .sect-greeting .wrapper .inner .unit .item-r img {
    width: 80%;
    margin: 0 auto;
  }
  .home .sect-greeting .wrapper .inner .unit .item-w {
    margin-top: 15px;
  }
  .home .sect-greeting .wrapper .inner .unit .item-w .txt-sign {
    font-size: 1.3em;
    width: 100%;
    text-align: center;
  }
  .home .sect-greeting .wrapper .inner .unit .item-w .btn-more {
    margin: 10px auto 0;
  }
  .home .sect-menu {
    margin: 50px auto 0;
  }
  .home .sect-menu .wrapper .inner .unit {
    padding: 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .sect-menu .wrapper .inner .unit .box {
    width: 100%;
    max-width: 450px;
  }
  .home .sect-menu .wrapper .inner .unit .box:first-of-type {
    margin-bottom: 25px;
  }
  .home .sect-menu .wrapper .inner .unit .box .item-head .ttl {
    font-size: 1em;
  }
  .home .sect-books {
    margin: 50px auto 0;
  }
  .home .sect-books .wrapper .inner .unit {
    padding: 10px;
  }
  .home .sect-books .wrapper .inner .unit .box {
    width: 100%;
  }
  .home .sect-books .wrapper .inner .unit-head .box .item-head {
    width: auto;
    padding: 5px 10px;
  }
  .home .sect-books .wrapper .inner .unit-head .box .item-head .ttl {
    font-size: 1em;
  }
  .home .sect-books .wrapper .inner .unit-head .box .more {
    padding: 5px 10px;
    font-size: 1em;
  }
  .home .sect-books .wrapper .inner .unit-head .box .more:hover {
    background: #264c93;
  }
  .home .sect-books .wrapper .inner .unit-cont .box {
    width: 100%;
  }
  .home .sect-books .wrapper .inner .unit-cont .box li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 520px) {
  .home .sect-cf .wrapper .inner .unit .box-cont .item-head .ttl {
    font-size: 1.2em;
  }
  .home .sect-cf .wrapper .inner .unit .box-cont .item-cont p {
    font-size: 0.85em;
  }
  .home .sect-cf .wrapper .inner .unit .box-cont .item-cont p br.pc {
    display: none;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-head .txt {
    font-size: 0.9em;
    text-align: left;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner {
    max-width: 90%;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner .img-banner.pc {
    display: none;
  }
  .home .sect-cf .wrapper .inner .unit .box-bannar .item-banner .banner .img-banner.sp {
    display: block;
  }
}
/****************************************
	Profile (Page) .page_profile
*****************************************/
.page_profile .sect-about {
  padding: 90px 0;
  margin: 0px auto 0;
  background: #c6d8de;
}
.page_profile .sect-about .wrapper .inner .unit {
  padding: 40px 50px;
  background: #FFF;
}
.page_profile .sect-about .wrapper .inner .unit .box .item-head {
  width: 100%;
  padding-left: 10px;
  border-left: 10px solid #264c93;
  border-bottom: 2px solid #9bbfd7;
  margin-bottom: 25px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_profile .sect-about .wrapper .inner .unit .box .item-head .ttl {
  color: #264c93;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.page_profile .sect-about .wrapper .inner .unit .box .item-head .sub {
  margin-left: 10px;
  color: #8d93c0;
  font-size: 0.8em;
}
.page_profile .sect-about .wrapper .inner .unit-prof {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("./img/contents/about-bg-01.jpg");
}
.page_profile .sect-about .wrapper .inner .unit-prof .item {
  margin-top: 55px;
}
.page_profile .sect-about .wrapper .inner .unit-prof .item-l {
  width: 590px;
}
.page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-name {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 80px;
}
.page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-name .name {
  font-size: 2.3em;
  letter-spacing: 0.1em;
}
.page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-name .kana {
  color: #32a2b7;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
.page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-cont .txt {
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 2em;
  line-height: 2.3;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_profile .sect-about .wrapper .inner .unit-prof .item-r {
  width: 244px;
}
.page_profile .sect-about .wrapper .inner .unit-prof .item-r img:first-child {
  margin-bottom: 15px;
}
.page_profile .sect-about .wrapper .inner .unit-list {
  margin-top: 15px;
}
.page_profile .sect-about .wrapper .inner .unit-list .item-note {
  margin-bottom: 20px;
}
.page_profile .sect-about .wrapper .inner .unit-list .item-note .note {
  color: #264c93;
  font-size: 0.9em;
}
.page_profile .sect-about .wrapper .inner .unit-list .item-note .more {
  padding: 2px 20px;
  background: #9bbfd7;
  color: #FFF;
  font-size: 0.9em;
}
.page_profile .sect-about .wrapper .inner .unit-list .item-note .more:hover {
  background: #264c93;
}
.page_profile .sect-about .wrapper .inner .unit-list .list {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.page_profile .sect-about .wrapper .inner .unit-list .list dt, .page_profile .sect-about .wrapper .inner .unit-list .list dd {
  padding: 5px 0;
  font-size: 0.85em;
  line-height: 2;
}
.page_profile .sect-about .wrapper .inner .unit-list .list dt {
  width: 150px;
}
.page_profile .sect-about .wrapper .inner .unit-list .list dd {
  width: 750px;
}

@media only screen and (max-width: 896px) {
  .page_profile .sect-about {
    padding: 0;
  }
  .page_profile .sect-about .wrapper .inner .unit {
    padding: 20px 10px;
  }
  .page_profile .sect-about .wrapper .inner .unit .box .item-head .ttl {
    font-size: 1em;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item {
    margin-top: 0;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-l {
    width: 100%;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-name {
    margin: 20px auto 30px;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-name .name {
    font-size: 2em;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-name .kana {
    font-size: 0.9em;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-l .box-cont .txt {
    font-size: 0.8em;
    line-height: 2;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-r {
    width: 100%;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-r img {
    width: 47%;
    margin-left: auto;
    margin-right: auto;
  }
  .page_profile .sect-about .wrapper .inner .unit-prof .item-r img:first-child {
    margin-bottom: 10px;
  }
  .page_profile .sect-about .wrapper .inner .unit-list .item-note .note {
    font-size: 0.8em;
    margin-bottom: 20px;
  }
  .page_profile .sect-about .wrapper .inner .unit-list .item-note .more {
    width: 100%;
    padding: 5px 20px;
  }
  .page_profile .sect-about .wrapper .inner .unit-list .list dt, .page_profile .sect-about .wrapper .inner .unit-list .list dd {
    font-size: 0.8em;
  }
  .page_profile .sect-about .wrapper .inner .unit-list .list dt {
    width: 100%;
    background: #f1f1f1;
    padding: 5px;
  }
  .page_profile .sect-about .wrapper .inner .unit-list .list dt br {
    display: none;
  }
  .page_profile .sect-about .wrapper .inner .unit-list .list dd {
    width: 100%;
  }
}
/****************************************
	Books (Page) .page_books
*****************************************/
.page_books .sect-list {
  padding: 90px 0;
  margin: 0px auto 0;
  background: #c6d8de;
}
.page_books .sect-list .wrapper .inner .unit {
  padding: 100px 50px 50px;
  background: #FFF;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page_books .sect-list .wrapper .inner .unit .post-book {
  width: 440px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #264c93;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}
.page_books .sect-list .wrapper .inner .unit .post-book:nth-of-type(even) {
  margin-left: 20px;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-comics {
  border-color: #910000;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-comics .book-ttl h4 {
  color: #910000;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-comics .book-ttl .type {
  color: #910000;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-dvd {
  border-color: #00a0e9;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-dvd .book-ttl h4 {
  color: #00a0e9;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-dvd .book-ttl .type {
  color: #00a0e9;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-other {
  border-color: #666;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-other .book-ttl h4 {
  color: #666;
}
.page_books .sect-list .wrapper .inner .unit .post-book.type-other .book-ttl .type {
  color: #666;
}
.page_books .sect-list .wrapper .inner .unit .post-book .book-ttl {
  width: 100%;
  min-height: 48px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_books .sect-list .wrapper .inner .unit .post-book .book-ttl .new {
  background: #F00;
  padding: 3px 5px;
  font-size: 0.7em;
  font-weight: bold;
  color: #FFF;
  font-family: sans-serif;
  margin-right: 5px;
}
.page_books .sect-list .wrapper .inner .unit .post-book .book-ttl .type {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  color: #264c93;
  font-weight: bold;
}
.page_books .sect-list .wrapper .inner .unit .post-book .book-ttl h4 {
  width: 100%;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  color: #264c93;
  line-height: 1.3;
  margin-top: 5px;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l {
  width: 220px;
  position: relative;
  padding-bottom: 25px;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-info {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-info dt, .page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-info dd {
  font-size: 0.8em;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-info dt {
  width: 60px;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-info dd {
  width: 160px;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-lead {
  margin-top: 10px;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-link {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-link a {
  font-size: 0.8em;
  color: #264c93;
  text-decoration: underline;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-link a:hover {
  color: #32a2b7;
  text-decoration: none;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-r {
  width: 172px;
  border: 1px solid #CCC;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-r a {
  line-height: 0;
  width: 100%;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-r img {
  width: 100%;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-w {
  margin-top: 20px;
}
.page_books .sect-list .wrapper .inner .unit .post-book .item-w p {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 896px) {
  .page_books .sect-list {
    padding: 0;
  }
  .page_books .sect-list .wrapper .inner .unit {
    padding: 50px 20px 10px;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book {
    width: 100%;
    padding: 10px;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book:nth-of-type(even) {
    margin-left: 0;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .book-ttl {
    min-height: auto;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .book-ttl h4 {
    font-size: 0.9em;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .item-l {
    width: 100%;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-info dt, .page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-info dd {
    font-size: 0.9em;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-link {
    position: relative;
    margin-top: 20px;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .item-l .book-link a {
    font-size: 1em;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background: #d4f8ff;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .item-r {
    margin: 15px auto 0;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .item-w {
    margin-top: 20px;
  }
  .page_books .sect-list .wrapper .inner .unit .post-book .item-w p {
    font-size: 0.7em;
    line-height: 1.7;
  }
}
/****************************************
	Contact Us (Page) 
*****************************************/
/*---------------------------------------
	Form [ reset ]
----------------------------------------*/
input, textarea {
  border-radius: 0;
}

button, input, optgroup, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

form#mailformpro select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1;
  background: #FFF;
  text-indent: 0.01px;
  text-overflow: "";
}

form#mailformpro select::-ms-expand {
  display: none;
}

/*---------------------------------------
	Form [ base ]
----------------------------------------*/
form#mailformpro button,
form#mailformpro input,
form#mailformpro select,
form#mailformpro textarea {
  width: 100%;
  padding: 5px 2%;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form#mailformpro input,
form#mailformpro select,
form#mailformpro textarea {
  border: 1px solid #000;
  /*background-color: #fafafa;*/
}

form#mailformpro input:focus,
form#mailformpro select:focus,
form#mailformpro textarea:focus {
  background-color: #FFF;
}

form#mailformpro button {
  border-radius: 0px;
}

/*[setting]
	入力項目ごとの幅設定　*/
form#mailformpro textarea {
  width: 100% !important;
  height: 350px !important;
}

form#mailformpro input.w75 {
  width: 75%;
}

form#mailformpro input.w50 {
  width: 50%;
}

form#mailformpro input.w25 {
  width: 25%;
}

@media only screen and (max-width: 896px) {
  form#mailformpro input.w75,
  form#mailformpro input.w50,
  form#mailformpro input.w25 {
    width: 100%;
  }
  form#mailformpro textarea {
    height: 10em !important;
  }
}
/*---------------------------------------
	Form [ mailformpro ]
----------------------------------------*/
form#mailformpro {
  width: 100%;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
  color: #FFF;
  padding: 20px 0 !important;
  background: #000;
  border: solid 1px #000;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp_buttons {
  width: 40%;
  margin: 0 auto;
}

#mfp_overlay_inner .mfp_buttons {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mfp_element_reset {
  color: #000;
  background: #EEE;
  border: solid 1px #EEE;
}

.mfp_element_submit:hover,
.mfp_element_button:hover {
  color: #000;
  background: #FFF;
  border: solid 1px #000;
}

.mfp_element_reset:hover,
#mfp_button_cancel:hover {
  color: #000;
  background: #FFF;
  border: solid 1px #000;
  font-weight: normal;
}

#mfp_overlay_inner .mfp_element_button {
  width: 30%;
  background: #000;
  border: solid 1px #000;
}

#mfp_overlay_inner .mfp_element_button:hover {
  color: #000;
  background: #FFF;
}

#mfp_overlay_inner #mfp_button_cancel {
  color: #000;
  background: #FFF;
}

#mfp_overlay_inner #mfp_button_cancel:hover {
  color: #FFF;
  background: #000;
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form textarea:focus {
  outline: none;
  border: 1px solid #666;
}

form#mailformpro .must {
  color: #FFF;
  background-color: inherit;
  border: none;
  display: inline-block;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1em;
  border-radius: 0;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  background-color: #ff2c2c;
}

form#mailformpro div.mfp_err {
  width: 100%;
  color: #ff2c2c;
}

form#mailformpro div.mfp_err::before {
  content: "\f06a";
  color: #ff2c2c;
  font-weight: 900;
  background: none;
  padding: 0;
}

form#mailformpro dt label,
form#mailformpro dd label {
  cursor: pointer;
}

form#mailformpro dt label {
  margin-top: 0;
}

/* Checkboxes styles */
.type_checkbox input[type=checkbox] {
  display: none;
}

.type_checkbox input[type=checkbox] ~ label.text {
  display: block;
  position: relative;
  padding-left: 35px;
  font: "Open Sans", Arial, sans-serif;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.type_checkbox input[type=checkbox] ~ label.text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* Radio button styles */
.type_radio input[type=radio] {
  display: none;
}

.type_radio label {
  line-height: 2em;
  padding: 0 2em;
  position: relative;
  white-space: unset;
}

.type_radio label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 100%;
  opacity: 0.25;
}

.type_radio label.mfp_checked::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
}

input[type=checkbox]:checked ~ .type_radio label {
  display: block;
}

form#mailformpro dl dd ul li,
form#mailformpro dl dd ol li {
  margin-bottom: 1em !important;
}

form#mailformpro dl dd label.select_area {
  position: relative;
  padding: 0;
}

form#mailformpro dl dd label.select_area::before {
  display: block;
  font-size: 1.4rem;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "▼";
  position: absolute;
  top: 13px;
  left: 10px;
  pointer-events: none;
}

form#mailformpro dl dd select.mfp_element_select-one {
  height: 40px;
  min-width: 200px;
  max-width: 320px;
  padding-left: 30px;
  color: #000;
}

form#mailformpro dl dd select.mfp_element_select-one:hover {
  cursor: pointer;
}

@media only screen and (max-width: 896px) {
  form#mailformpro label {
    white-space: normal !important;
  }
  #mfp_overlay_inner table#mfp_confirm_table tr th,
  #mfp_overlay_inner table#mfp_confirm_table tr td {
    font-size: 1.4rem;
    padding: 10 5px;
  }
  #mfp_overlay_inner table#mfp_confirm_table tr th {
    white-space: normal;
    width: 30%;
  }
  #mfp_overlay_inner table#mfp_confirm_table tr td {
    width: 70%;
  }
  #mfp_overlay_inner .mfp_element_button {
    width: 45%;
  }
}
/*---------------------------------------
	Contact Us (Page) .temp-contact
----------------------------------------*/
.page .temp-contact {
  padding: 90px 0;
  margin: 0px auto 0;
  background: #c6d9e1;
}
.page .temp-contact .wrapper .sect-header .sect-header-wrap .box-ttl {
  background: #32a2b7;
}
.page .temp-contact .wrapper .sect-header .sect-header-wrap .box-ttl .subTtl {
  color: #c3e3e9;
}
.page .temp-contact .wrapper .inner .unit-desc {
  padding: 0;
  background: #FFF;
}
.page .temp-contact .wrapper .inner .unit-desc .item-l {
  width: 500px;
  padding: 100px 35px 0;
}
.page .temp-contact .wrapper .inner .unit-desc .item-l .txt {
  width: 100%;
  line-height: 2;
  position: relative;
}
.page .temp-contact .wrapper .inner .unit-desc .item-l .txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page .temp-contact .wrapper .inner .unit-desc .item-r {
  width: 500px;
  line-height: 0;
}
.page .temp-contact .wrapper .inner .unit-form {
  padding: 50px 40px;
  background: #FFF;
  border: 10px solid #a8c6d9;
}
.page .temp-contact .wrapper .inner .unit-form .item-head .form-ttl {
  color: #264c93;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  border: 1px solid;
  border-radius: 2em;
}
.page .temp-contact .wrapper .inner .unit-form .item-head .txt {
  padding: 40px 0 20px;
  font-size: 0.9em;
}
.page .temp-contact .wrapper .inner .unit-form .item-head .box-files {
  margin-bottom: 40px;
}
.page .temp-contact .wrapper .inner .unit-form .item-head .box-files a {
  color: #FFF;
  padding: 15px;
  background: #264c93;
}
.page .temp-contact .wrapper .inner .unit-form .item-head .box-files a:hover {
  background: #32a2b7;
}
.page .temp-contact .wrapper .inner .unit-form .item-head .box-files p {
  font-size: 0.9em;
}
.page .temp-contact .wrapper .inner .unit-form form {
  width: 100%;
  margin: 0 auto;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield {
  width: 100%;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform {
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dt, .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd {
  padding: 20px 20px;
  line-height: 2;
  border-bottom: 1px solid #CCC;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dt:first-of-type, .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd:first-of-type {
  border-top: 1px solid #CCC;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dt .note, .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd .note {
  width: 100%;
  font-size: 0.8em;
  margin-top: 5px;
  color: #666;
  display: block;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dt {
  width: 25%;
  background: #f7f7f7;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd {
  width: 75%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd ol {
  width: 100%;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd ol li {
  width: 100%;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .other {
  width: 100%;
  padding: 20px 0;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .other .check {
  width: 100%;
  font-size: 1em;
  text-align: center;
  margin: 20px 0;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .other .check p {
  display: inline-block;
  margin: 0 auto;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .other .check a {
  text-decoration: underline;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .other .mfp_buttons {
  min-width: 480px;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .other .mfp_buttons button {
  padding: 20px 0;
  color: #FFF;
  background: #264c93;
  border: solid 1px #264c93;
}
.page .temp-contact .wrapper .inner .unit-form form #mailfield .other .mfp_buttons button:hover {
  color: #264c93;
  background: #FFF;
  border: solid 1px #264c93;
}

@media only screen and (max-width: 896px) {
  .page .temp-contact {
    padding: 0;
  }
  .page .temp-contact .wrapper .inner .unit-desc {
    padding: 0 10px;
  }
  .page .temp-contact .wrapper .inner .unit-desc .item-l {
    width: 100%;
    padding: 25px 0;
  }
  .page .temp-contact .wrapper .inner .unit-desc .item-l .txt {
    font-size: 0.9em;
  }
  .page .temp-contact .wrapper .inner .unit-desc .item-l .txt::before {
    display: none;
  }
  .page .temp-contact .wrapper .inner .unit-desc .item-r {
    width: 100%;
  }
  .page .temp-contact .wrapper .inner .unit-form {
    padding: 25px 10px;
    border: 0;
  }
  .page .temp-contact .wrapper .inner .unit-form .item-head .form-ttl {
    font-size: 1em;
  }
  .page .temp-contact .wrapper .inner .unit-form .item-head .txt {
    padding: 20px 0;
    font-size: 0.8em;
  }
  .page .temp-contact .wrapper .inner .unit-form .item-head .box-files a {
    padding: 15px 10px;
  }
  .page .temp-contact .wrapper .inner .unit-form .item-head .box-files p {
    font-size: 0.75em;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dt, .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd {
    padding: 10px;
    font-size: 0.9em;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dt {
    width: 100%;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dt label {
    line-height: 1.3;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd {
    width: 100%;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .mailform dd:first-of-type {
    border-top: 0;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .other .check p {
    font-size: 0.8em;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .other .check a {
    text-decoration: underline;
  }
  .page .temp-contact .wrapper .inner .unit-form form #mailfield .other .mfp_buttons {
    min-width: 80%;
  }
}
/****************************************
	Thanks (Page) .temp-contact-thanks
*****************************************/
.temp-contact-thanks .wrapper .inner article i.fa-paper-plane {
  font-size: 8rem;
  margin: 0 auto 20px;
  color: #264c93;
}

.temp-contact-thanks .wrapper .inner article h4 {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 50px;
  color: #000;
}

.temp-contact-thanks .wrapper .inner article .thanks_en {
  width: 100%;
  text-align: center;
}

.temp-contact-thanks .wrapper .inner article .thanks_lead {
  width: 100%;
  color: #000;
  font-weight: bold;
  padding: 70px 0 1em 0;
  text-align: center;
}

.temp-contact-thanks .wrapper .inner article .thanks_description {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
}

.temp-contact-thanks .wrapper .inner article a.btn {
  background: #264c93;
  border: 1px solid #264c93;
  color: #FFF;
  width: 200px;
  padding: 10px 15px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.temp-contact-thanks .wrapper .inner article a.btn:hover {
  color: #264c93;
  background: #FFF;
  border: 1px solid #264c93;
  text-decoration: none;
}

@media only screen and (max-width: 896px) {
  .temp-contact-thanks .wrapper .inner article {
    width: 100%;
    padding: 0 10px;
  }
  .temp-contact-thanks .wrapper .inner article i.fa-paper-plane {
    font-size: 5rem;
  }
  .temp-contact-thanks .wrapper .inner article h4 {
    font-size: 2rem;
    padding: 0;
  }
  .temp-contact-thanks .wrapper .inner article .thanks_lead {
    padding: 25px 0;
  }
  .temp-contact-thanks .wrapper .inner article .thanks_description {
    font-size: 0.8em;
  }
}
/****************************************
	Footer
*****************************************/
.l-footer {
  margin-top: 80px;
}
.l-footer .wrapper .inner.bg-1 {
  background: #001e57;
}
.l-footer .wrapper .inner .unit-footer-top .box-head {
  width: 100%;
  padding: 35px 0;
  background-image: url("./img/common/footer-bg-01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.l-footer .wrapper .inner .unit-footer-top .box-head .ttl {
  width: 100%;
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #264c93;
}
.l-footer .wrapper .inner .unit-footer-top .box-head i {
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  bottom: -50px;
  left: 50%;
  color: #264d93;
  font-size: 1.5em;
  margin-left: -10px;
}
.l-footer .wrapper .inner .unit-footer-top .box-head {
  /*&::before {
  	content: "";
  	display: block;
  	position: absolute;
  	bottom: -40px;
  	left: 50%;
  	margin-left: -10px;
  	width: 20px;
  	height: 20px;
  	border-top: solid 2px $color-base-2;
  	border-right: solid 2px $color-base-2;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }*/
}
.l-footer .wrapper .inner .unit-footer-top .box-bannar {
  width: 1000px;
  margin: 80px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .wrapper .inner .unit-footer-top .box-bannar a {
  line-height: 0;
}
.l-footer .wrapper .inner .unit-footer-top .box-bannar a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
.l-footer .wrapper .inner .unit-footer-mid {
  width: 1100px;
  margin: 0 auto 50px;
}
.l-footer .wrapper .inner .unit-footer-mid .text {
  color: #3a548c;
  font-size: 4em;
  padding: 10px 0 30px;
  line-height: 1;
}
.l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .ttl {
  width: 100px;
  color: #FFF;
  font-size: 0.85em;
}
.l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer {
  width: 260px;
}
.l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item {
  width: 130px;
  font-size: 0.85em;
  border-left: 1px solid #3a548c;
  padding-left: 5px;
}
.l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item::before {
  content: "・";
  color: #FFF;
  line-height: 1.75;
}
.l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item a {
  color: #FFF;
}
.l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item a:hover {
  color: #32a2b7;
}
.l-footer .wrapper .inner .unit-footer-btm .box-count {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: black;
  padding: 2px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 0.7em;
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer .wrapper .inner .unit-footer-btm .box-count .count-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .wrapper .inner .unit-footer-btm .box-count .count-s:not(:first-of-type) {
  margin-left: 10px;
}
.l-footer .wrapper .inner .unit-footer-btm .box-count img {
  margin-left: 5px;
}
.l-footer .wrapper .inner .unit-footer-btm .box-copyright {
  padding: 20px 0 10px;
}
.l-footer .wrapper .inner .unit-footer-btm .box-copyright p {
  color: #FFF;
  width: 100%;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .wrapper .inner .unit-footer-btm .box-copyright p .cr-mark {
  margin-right: 5px;
  font-size: 1.2em;
}
.l-footer .wrapper .inner .unit-footer-btm .box-copyright p .cr-name {
  letter-spacing: 0.05em;
}
.l-footer .wrapper .inner .unit-footer-btm .box-created {
  padding: 0 0 20px;
}
.l-footer .wrapper .inner .unit-footer-btm .box-created p {
  width: 100%;
  font-size: 0.7em;
  text-align: center;
}
.l-footer .wrapper .inner .unit-footer-btm .box-created p a {
  color: #acc1ec;
  font-size: 1em;
  text-decoration: underline;
}
.l-footer .wrapper .inner .unit-footer-btm .box-created p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 896px) {
  .l-footer {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-head {
    padding: 25px 0;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-head .ttl {
    width: 100%;
    font-size: 1.4rem;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-head {
    /*&::before {
    	bottom: -25px;
    }*/
  }
  .l-footer .wrapper .inner .unit-footer-top .box-head i {
    bottom: -35px;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-bannar {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 30px;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-bannar a:first-child {
    margin-bottom: 15px;
  }
  .l-footer .wrapper .inner .unit-footer-mid {
    width: 100%;
    margin: 0 auto 25px;
  }
  .l-footer .wrapper .inner .unit-footer-mid .text {
    font-size: 1.8em;
    padding: 20px 10px;
  }
  .l-footer .wrapper .inner .unit-footer-mid .box-footer-navi {
    padding: 0 10px;
  }
  .l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .ttl {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer {
    width: 260px;
  }
  .l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item {
    width: 130px;
    font-size: 0.85em;
    border-left: 1px solid #3a548c;
    padding-left: 5px;
  }
  .l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item::before {
    content: "・";
    color: #FFF;
    line-height: 1.75;
  }
  .l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item a {
    color: #FFF;
  }
  .l-footer .wrapper .inner .unit-footer-mid .box-footer-navi .navi-footer .navi-footer-menu .menu-item a:hover {
    color: #32a2b7;
  }
  .l-footer .wrapper .inner .unit-footer-btm .box-count {
    font-size: 0.65em;
  }
  .l-footer .wrapper .inner .unit-footer-btm .box-copyright p {
    font-size: 0.7em;
  }
}
/****************************************
	Not Found (Page) .temp_notfound
*****************************************/
.error404 .temp_notfound {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 270px 0 50px;
  text-align: center;
}

.error404 .temp_notfound article {
  margin: 0 auto;
}

.error404 .temp_notfound i {
  font-size: 4rem;
  line-height: 2em;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}

.error404 .temp_notfound h1 {
  width: 100%;
  color: rgba(0, 0, 0, 0.25);
  font-size: 5rem;
  font-weight: bold;
}

.error404 .temp_notfound p {
  width: 100%;
  line-height: 2em;
}

.error404 .temp_notfound a.btn {
  background: #111;
  border: 1px solid #111;
  color: #FFF;
  width: 200px;
  padding: 10px 15px;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}

.error404 .temp_notfound a.btn:hover {
  background: #264c93;
  border: 1px solid #264c93;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 896px) {
  .error404 .temp_notfound {
    margin: 55px auto 20px;
    padding: 0 10px;
  }
  .error404 .temp_notfound article {
    margin: 50px auto 0;
  }
  .error404 .temp_notfound h1 {
    font-size: 4rem;
  }
  .error404 .temp_notfound i {
    font-size: 3rem;
  }
  .error404 .temp_notfound p {
    font-size: 0.8em;
  }
}
/****************************************
	PAGE TOP < scroll >
*****************************************/
#pagetop {
  width: 100%;
}
#pagetop a {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  text-align: center;
  line-height: 0em;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 99;
}
#pagetop a span.text {
  font-size: 1.2rem;
  line-height: 1em;
}
#pagetop a span.arrow {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  background: #264c93;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-radius: 100%;*/
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
#pagetop a span.arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -4px 0 0 -8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
#pagetop a:hover {
  text-decoration: none;
}
#pagetop a:hover span.arrow {
  background: #FFF;
}
#pagetop a:hover span.arrow::after {
  border-left: 1px solid #264c93;
  border-bottom: 1px solid #264c93;
}

@media only screen and (max-width: 896px) {
  _::-webkit-full-page-media, _:future, :root #pagetop {
    height: auto;
  }
  #pagetop a {
    display: none;
  }
}