@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #146dc6;
  text-decoration: none;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li,
ol li {
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

h1 {
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.hide {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  border-top: 2px solid #146dc6;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Roboto', sans-serif;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.pc {
  display: none !important;
}

.sp-block {
  display: block !important;
}

@media screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .sp-block {
    display: inherit !important;
  }
}

/*============================
#header
============================*/
header#header div.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e7f0f9;
  height: 65px;
}

header#header div.header-top #brand-logo {
  padding: 15px;
  width: 60%;
  margin: 0;
  line-height: 1;
  position: relative;
}

header#header div.header-top #brand-logo a {
  display: block;
  position: absolute;
  display: block;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

header#header div.header-top #brand-logo img {
  max-width: 280px;
  width: 100%;
}

header#header div.header-top .h-right {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header#header div.header-top a.tel-btn {
  width: 65px;
  text-align: center;
  display: block;
  font-size: 70%;
  background: #e7f0f9;
  font-weight: bold;
  position: relative;
  line-height: 0;
  color: #000;
}

header#header div.header-top a.tel-btn .icon-phone {
  position: absolute;
  width: 30px;
  display: block;
  top: 50%;
  left: 50%;
  fill: #146dc6;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
}

header#header div.header-top a.tel-btn span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

header#header div.header-top .hamburger {
  width: 65px;
  color: #146dc6;
  font-size: 70%;
  text-align: center;
  font-weight: bold;
  background: none;
  position: relative;
  border: none;
  outline: none;
  padding: 0;
  line-height: 0;
  color: #000;
}

header#header div.header-top .hamburger span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

header#header div.header-top .hamburger span.bar {
  height: 2px;
  width: 35%;
  background: #146dc6;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

header#header div.header-top .hamburger span.bar::before, header#header div.header-top .hamburger span.bar::after {
  height: 2px;
  width: 100%;
  background: #146dc6;
  display: block;
  content: '';
  position: absolute;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

header#header div.header-top .hamburger span.bar::before {
  top: -8px;
}

header#header div.header-top .hamburger span.bar::after {
  bottom: -8px;
}

header#header div.header-top .is-active span.bar {
  background: transparent;
}

header#header div.header-top .is-active span.bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

header#header div.header-top .is-active span.bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

#globalNav {
  position: fixed;
  z-index: 10000;
  right: -2000px;
  top: 65px;
  background: #e7f0f9;
  width: 100%;
  height: calc(100vh - 65px);
  overflow: scroll;
  transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#globalNav .group-area {
  background: #146dc6;
  padding: 5px;
}

#globalNav .group-area a {
  display: block;
  background: #fff;
  color: #146dc6;
  padding: 10px 5px 10px 20px;
  font-size: 80%;
  border-bottom: 1px solid #b1bbc4;
}

#globalNav .group-area a:last-of-type {
  border-bottom: none;
}

#globalNav .menu-item-box {
  background: #fff;
  border: 10px solid #e7f0f9;
  min-height: calc(100% - 120px);
}

#globalNav .menu-item-box .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 70%;
  margin-bottom: 10px;
}

#globalNav .menu-item-box .menu-item li {
  width: 50%;
  border-bottom: 1px solid #b1bbc4;
}

#globalNav .menu-item-box .menu-item li:nth-child(even) {
  border-right: 1px solid #b1bbc4;
}

#globalNav .menu-item-box .menu-item li a {
  padding: 15px 0 15px 15px;
  display: block;
  color: #000;
}

#globalNav .box-inner {
  padding: 10px;
}

#globalNav dl {
  margin-bottom: 15px;
  color: #626e7a;
}

#globalNav dl dt {
  font-weight: bold;
}

#globalNav dl dt::after {
  content: '';
  width: 50px;
  margin: 10px auto;
  height: 2px;
  display: block;
  background: #626e7a;
}

#globalNav dl dd {
  font-size: 80%;
}

#globalNav dl .btn {
  margin-top: 15px;
}

#globalNav dl .btn .icon-marker {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  fill: #146dc6;
}

#globalNav .facebook {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 80%;
}

#globalNav .facebook a {
  color: #4267b2;
}

#globalNav .facebook .icon-facebook {
  fill: #4267b2;
  width: 20px;
  margin-right: 5px;
}

.nav-open #globalNav {
  right: 0;
}

.searchfield-search-box {
  position: relative;
  margin-bottom: 25px;
}

.searchfield-search-box .searchfield {
  background: #fff;
  border: 1px solid #146dc6;
  padding: 8px 10px 8px 40px;
  width: 100%;
  font-size: 80%;
  outline: none;
  border-radius: 5px;
  margin-top: 24px;
}

.searchfield-search-box .search-btn {
  position: absolute;
  width: 30px;
  height: auto;
  left: 3px;
  top: 28px;
  display: block;
  border: none;
  background-color: transparent;
}

.searchfield-search-box .icon-search {
  fill: #146dc6;
  width: 20px;
}

@media screen and (min-width: 992px) {
  header#header div.header-top {
    border-bottom: none;
    height: auto;
    padding: 20px 0;
  }
  header#header div.header-top #brand-logo {
    padding: 0;
    width: 40%;
  }
  header#header div.header-top #brand-logo a {
    display: block;
    position: inherit;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  header#header div.header-top #brand-logo img {
    max-width: 450px;
  }
  header#header div.header-top .h-right {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#header div.header-top a.tel-btn {
    display: none;
  }
  header#header div.header-top .hamburger {
    display: none;
  }
  header#header div.header-top .searchfield-search-box {
    margin-right: 15px;
    width: auto;
    margin-bottom: 0;
  }
  header#header div.header-top address {
    font-size: 90%;
  }
  header#header div.header-top .number-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  header#header div.header-top .number-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header#header div.header-top .number-list .icon {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
  }
  header#header div.header-top .number-list .icon.phone {
    background: #146dc6;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
  }
  header#header div.header-top .number-list .icon.fax {
    background: #818d1c;
    padding: 2px 5px;
    line-height: 1;
  }
  header#header div.header-top .number-list .icon-phone {
    fill: #fff;
    width: 20px;
  }
  #globalNav {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #b1bbc4;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  #globalNav .group-area {
    display: none;
  }
  #globalNav .menu-item-box {
    border: none;
    min-width: 1px;
  }
  #globalNav .menu-item-box .menu-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 100%;
    margin-bottom: 0;
  }
  #globalNav .menu-item-box .menu-item li {
    border-bottom: none;
    width: calc(100% / 5);
    text-align: center;
    padding: 15px 5px;
    white-space: nowrap;
  }
  #globalNav .menu-item-box .menu-item li:nth-child(even) {
    border-right: none;
  }
  #globalNav .menu-item-box .menu-item li a {
    font-size: 120%;
    padding: 5px 0;
    display: block;
    font-weight: bold;
  }
  #globalNav .menu-item-box .menu-item li a.icon-before-arrow::before {
    content: none;
  }
  #globalNav .menu-item-box .menu-item li a:hover {
    background: #e7f0f9;
    border-radius: 100px;
    color: #146dc6;
  }
  #globalNav .menu-item-box .menu-item li a.menu-active {
    background: #146dc6;
    color: #fff;
    border-radius: 100px;
  }
}

@media screen and (min-width: 1200px) {
  header#header div.header-top .searchfield-search-box {
    width: 250px;
  }
}

/*============================
slider
============================*/
.slider {
  margin-bottom: 30px;
}

.slider .slick-prev,
.slider .slick-next {
  display: none !important;
}

.slider .slider-item {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 120px;
  position: relative;
}

.slider .slider-item .slide-inner {
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  width: 95%;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.slider .slider-item .slide-inner .message {
  line-height: 1.2;
  text-shadow: 2px 2px 10px #000;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .slider .slick-prev,
  .slider .slick-next {
    display: inline-block !important;
  }
  .slider .slider-item {
    height: 300px;
  }
  .slider .slider-item .slide-inner {
    font-size: 100%;
    text-align: left;
    left: 0;
    transform: translate(30px, -50%);
    -webkit-transform: translate(30px, -50%);
    -moz-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
  }
  .slider .slider-item .slide-inner .message {
    font-size: 220%;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1024px) {
  .slider .slider-item {
    height: 400px;
  }
  .slider .slider-item .slide-inner {
    font-size: 100%;
    text-align: left;
    left: 0;
    transform: translate(30px, -50%);
    -webkit-transform: translate(30px, -50%);
    -moz-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
  }
  .slider .slider-item .slide-inner .message {
    font-size: 220%;
    line-height: 1.4;
  }
  .slider .slick-prev {
    left: 10px;
    display: block !important;
  }
  .slider .slick-next {
    right: 10px;
    display: block !important;
  }
}

/*============================
fixed-nav
============================*/
#fixed-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0px -6px 15px 0px #ccc;
          box-shadow: 0px -6px 15px 0px #ccc;
  display: none;
}

#fixed-nav .nav-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fixed-nav .bottom-message {
  font-size: 80%;
  background: #146dc6;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

#fixed-nav .btn-group {
  font-size: 70%;
  text-align: center;
  width: calc(100% / 3);
  background: #fff;
  display: block;
  color: #626e7a;
  font-weight: bold;
  height: 90px;
  position: relative;
  text-align: center;
  border-left: 1px solid #ddd;
}

#fixed-nav .btn-group:first-of-type {
  border-left: none;
}

#fixed-nav .btn-group .group-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  fill: #146dc6;
  transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, -75%);
  -moz-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  -o-transform: translate(-50%, -75%);
}

#fixed-nav .btn-group span {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

/*============================
Icon
============================*/
.icon-before-arrow {
  position: relative;
}

.icon-before-arrow::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  left: 5px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #146dc6;
  border-right: 1px solid #146dc6;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.icon-after-arrow {
  position: relative;
}

.icon-after-arrow::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #146dc6;
  border-right: 2px solid #146dc6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.icon-after-arrow_white {
  position: relative;
}

.icon-after-arrow_white::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.icon-before-arrow_white {
  position: relative;
}

.icon-before-arrow_white::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  left: 10px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.icon-after-arrow_black {
  position: relative;
}

.icon-after-arrow_black::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/*============================
Typography
============================*/
.h1-typo {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0;
}

.fs-120 {
  font-size: 120%;
}

.fs-140 {
  font-size: 140%;
}

.fs-160 {
  font-size: 160%;
}

.fs-180 {
  font-size: 180%;
}

.fs-200 {
  font-size: 200%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fc-blue {
  color: #146dc6;
}

.fc-gray {
  color: #626e7a;
}

.fc-darkblue {
  color: #626e7a;
}

.fc-olive {
  color: #818d1c;
}

.fc-red {
  color: #d3352a;
}

.typo-bar::before, .typo-bar::after {
  content: '';
  vertical-align: middle;
  width: 40px;
  height: 3px;
  background: #146dc6;
  display: inline-block;
}

.typo-bar::before {
  margin-right: 10px;
}

.typo-bar::after {
  margin-left: 10px;
  margin-top: 0;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .h1-typo {
    font-size: 200%;
  }
  .typo-bar::before, .typo-bar::after {
    width: 100%;
    height: 3px;
    background: #146dc6;
    display: block;
  }
  .typo-bar::before {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .typo-bar::after {
    content: none;
  }
}

/*============================
Button
============================*/
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 5px 30px;
  min-width: 240px;
  position: relative;
  text-decoration: none !important;
}

.btn-outline-blue {
  border: 1px solid #146dc6;
  color: #146dc6;
}

.btn-outline-blue:hover {
  color: #fff;
  background: #146dc6;
}

.btn-red {
  background: #d3352a;
  color: #fff;
  border-bottom: 5px solid #6e1c16;
}

.btn-red:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  border-bottom: none;
}

.btn-red:hover {
  background: #ba2f25;
}

.btn-blue {
  background: #146dc6;
  color: #fff;
  border-bottom: 5px solid #003d79;
}

.btn-blue:active {
  transform: translateY(1px);
  border-bottom: none;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
}

.btn-blue:hover {
  background: #115fad;
}

/*============================
Layout
============================*/
#main {
  min-height: 100vh;
}

.section-box {
  padding: 15px 0;
  margin: 5px 0;
}

.section-box .section-head {
  margin-bottom: 15px;
  text-align: center;
}

.delighter-box {
  /* スタート時のスタイル */
}

.delighter-box.delighter {
  opacity: 0;
  transform: translatey(5%);
  -webkit-transform: translatey(5%);
  -moz-transform: translatey(5%);
  -ms-transform: translatey(5%);
  -o-transform: translatey(5%);
  transition: all .75s ease-out;
  -webkit-transition: all .75s ease-out;
  -moz-transition: all .75s ease-out;
  -ms-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
}

.delighter-box.delighter.started {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

/*============================
WPネイティブCSS
============================*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

.alignright {
  display: block;
  margin: 0 auto 15px;
}

.alignleft {
  display: block;
  margin: 0 auto 15px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*============================
Site
============================*/
.top-contact {
  background-color: #818d1c;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}

.top-contact a {
  color: #fff;
  display: block;
  font-size: 90%;
  padding-bottom: 15px;
}

.top-contact .image {
  margin-bottom: 15px;
  line-height: 0;
}

.top-contact .tc-headline {
  text-align: center;
  font-size: 120%;
}

.top-contact .tc-detail {
  padding-left: 15px;
  padding-right: 15px;
}

.top-contact .tc-lead {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.tab-switch {
  background: #e7f0f9;
  font-size: 80%;
  width: 100%;
  overflow-x: auto;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
}

.tab-switch a {
  display: inline-block;
  background: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  margin-right: 15px;
}

.tab-switch a.active {
  background: #146dc6;
  color: #fff;
}

.tab-switch a:last-of-type {
  margin-right: 0;
}

.news-area {
  margin-bottom: 30px;
}

.news-box {
  display: none;
}

.news-box.active {
  display: block;
}

.news-box ul li a {
  display: block;
  padding: 10px 25px 10px 5px;
  color: #000;
  border-bottom: 1px solid #b1bbc4;
  line-height: 1.6;
}

.news-box ul li a .category-name {
  padding: 3px 10px;
  text-align: center;
  background: #146dc6;
  color: #fff;
  font-size: 80%;
  margin-right: 10px;
  line-height: 1;
}

.news-box ul li a .category-name.cat-kumiai {
  background: #818d1c;
}

.news-box ul li a .category-name.cat-gyousei {
  background: #d3352a;
}

.news-box ul li a .category-name.cat-katsudou {
  background: #626e7a;
}

.news-box ul li a:hover .post-title {
  text-decoration: underline;
  color: #146dc6;
}

.news-box ul li a .release-date {
  font-size: 80%;
}

.news-box ul li a .post-title {
  display: block;
  font-size: 90%;
  margin-top: 5px;
}

.news-box ul li a .post-excerpt {
  font-size: 80%;
  color: #626e7a;
}

#top-event {
  background: #e7f0f9;
}

.open-cal {
  background: #003d79;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
  padding: 0;
  height: 50px;
}

.open-cal::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M82%2C164h82.4v73.3H82V164z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M214.8%2C164h82.4v73.3h-82.4L214.8%2C164z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M347.6%2C164H430v73.3h-82.4V164z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M82%2C273.9h82.4v73.3H82V273.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M214.8%2C273.9h82.4v73.3h-82.4L214.8%2C273.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M347.6%2C273.9H430v73.3h-82.4V273.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M82%2C383.8h82.4V457H82V383.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M214.8%2C383.8h82.4V457h-82.4L214.8%2C383.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M347.6%2C383.8H430V457h-82.4V383.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M118.6%2C89.3c9.5%2C0%2C17.2-7.7%2C17.2-17.2v-55c0-9.5-7.7-17.2-17.2-17.2s-17.2%2C7.7-17.2%2C17.2v55%20C101.4%2C81.6%2C109.1%2C89.3%2C118.6%2C89.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256%2C89.3c9.5%2C0%2C17.2-7.7%2C17.2-17.2v-55C273.2%2C7.7%2C265.5%2C0%2C256%2C0c-9.5%2C0-17.2%2C7.7-17.2%2C17.2v55%20C238.8%2C81.6%2C246.5%2C89.3%2C256%2C89.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M424.3%2C44.9v27.2c0%2C17-13.9%2C30.9-30.9%2C30.9c-17%2C0-30.9-13.9-30.9-30.9V44.9h-75.6v27.2%20c0%2C17-13.9%2C30.9-30.9%2C30.9c-17%2C0-30.9-13.9-30.9-30.9V44.9h-75.6v27.2c0%2C17-13.9%2C30.9-30.9%2C30.9c-17%2C0-30.9-13.9-30.9-30.9V44.9%20H17.9V512h476.3V44.9L424.3%2C44.9z%20M466.6%2C255.6v109.9v9.1v109.9H329.3h-9.2H191.9h-9.2H45.3V374.6v-9.1V255.6V127.3h137.4h9.2%20h128.2h9.2h137.4V255.6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M393.4%2C89.3c9.5%2C0%2C17.2-7.7%2C17.2-17.2v-55c0-9.5-7.7-17.2-17.2-17.2c-9.5%2C0-17.2%2C7.7-17.2%2C17.2v55%20C376.2%2C81.6%2C383.9%2C89.3%2C393.4%2C89.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.event-box ul li {
  padding: 0 5px;
  margin-bottom: 15px;
}

.event-box ul li a {
  display: block;
  padding: 10px 25px 10px 5px;
  color: #000;
  background: #fff;
  line-height: 1.6;
}

.event-box ul li a .event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-box ul li a .event-icatch {
  width: 38%;
}

.event-box ul li a .event-detail {
  width: 60%;
}

.event-box ul li a .held-date {
  background: #146dc6;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 80%;
  margin-bottom: 5px;
}

.event-box ul li a .event-title {
  display: block;
  font-size: 90%;
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.4;
}

.event-box ul li a .event-title:hover {
  color: #146dc6;
}

.event-box ul li a .event-excerpt {
  font-size: 70%;
  margin-top: 10px;
}

#aside {
  margin-top: 30px;
}

#aside .magazine {
  margin-bottom: 15px;
  padding: 0 15px;
}

#aside .magazine a {
  background: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  color: #fff;
}

#aside .magazine a:hover {
  outline: 1px solid #e60012;
}

#aside .magazine a::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

#aside .magazine a .icatch {
  margin-right: 5%;
  width: 35%;
  border: 1px solid #fff;
}

#aside .magazine a .date {
  font-size: 80%;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  font-weight: normal;
}

#aside .aside-bnr {
  margin-bottom: 30px;
  padding: 0 15px;
}

#aside .aside-bnr li {
  margin-bottom: 15px;
}

#aside .support {
  background: #e7f0f9;
  padding: 15px 10px;
}

#aside .support .support-top {
  text-align: center;
  font-weight: bold;
  color: #626e7a;
  position: relative;
  margin-bottom: 15px;
}

#aside .support .bnr-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#aside .support .bnr-support li {
  margin-bottom: 2%;
  width: 49%;
}

#aside .support .bgs {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  font-size: 80%;
  border: 1px solid #b1bbc4;
}

#aside .support .bgs .bgs-logo {
  width: 35%;
  padding: 0 15px;
  text-align: center;
}

#aside .support .bgs .bgs-logo img {
  width: 100px;
}

#aside .support .bgs .bgs-link {
  width: 65%;
  border-left: 1px solid #b1bbc4;
}

#aside .support .bgs .bgs-link a {
  display: block;
  border-bottom: 1px solid #b1bbc4;
  padding: 10px 15px;
  color: #000;
}

#aside .support .bgs .bgs-link a:last-of-type {
  border-bottom: none;
}

#aside .support .bgs a {
  display: block;
}

.footer-contact {
  background-image: url(img/base/footer-contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff;
  position: relative;
}

.footer-contact .mask {
  padding: 30px 15px;
  width: 100%;
  height: 100%;
  background: rgba(0, 61, 121, 0.8);
}

.footer-contact .lead {
  font-size: 80%;
}

.footer-contact .typo-bar::before, .footer-contact .typo-bar::after {
  background-color: #fff;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

#pageTop a {
  background: #146dc6;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  text-align: center;
  display: block;
  padding-top: 28px;
  padding-left: 22px;
  position: relative;
}

#pageTop a span {
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#footer {
  margin-top: 30px;
  padding-bottom: 30px;
}

#footer .footer-info {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

#footer .footer-info .brand-logo {
  margin-bottom: 10px;
}

#footer .footer-info .brand-logo img {
  max-width: 300px;
}

#footer .footer-info .icon-marker {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  fill: #146dc6;
}

#footer .main-nav {
  display: block;
}

#footer .main-nav li {
  width: 100%;
  border-bottom: 1px solid #b1bbc4;
}

#footer .main-nav li a {
  display: block;
  color: #000 !important;
  padding: 15px 10px 15px 20px;
}

#footer .main-nav li:first-child {
  background: #146dc6;
}

#footer .main-nav li:first-child .fc-blue {
  color: #fff !important;
}

#footer .site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

#footer .site-menu li {
  width: 50%;
  border-top: 1px solid #fff;
}

#footer .site-menu li:nth-child(even) {
  border-left: 1px solid #fff;
}

#footer .site-menu li a {
  display: block;
  padding: 15px 10px 15px 20px;
  background: #146dc6;
  color: #fff;
  font-size: 80%;
}

#footer #copylight {
  text-align: center;
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .top-contact {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .top-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 100%;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-contact .image {
    width: 45%;
    margin-bottom: 0;
  }
  .top-contact .tc-box {
    width: 52%;
    padding: 15px;
  }
  .top-contact .tc-headline {
    text-align: left;
  }
  .top-contact .tc-detail {
    padding-left: 0;
    padding-right: 0;
  }
  .top-contact .tc-lead {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  #main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  #content {
    width: 68%;
  }
  #aside {
    width: 27%;
    padding: 0;
    margin-top: 0;
  }
  #aside .magazine {
    margin-bottom: 15px;
    padding: 0;
  }
  #aside .aside-bnr {
    padding: 0;
  }
  #aside .aside-bnr li {
    margin-bottom: 15px;
  }
  #aside .support .support-top {
    text-align: left;
    font-size: 120%;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #aside .support .bnr-support {
    display: block;
  }
  #aside .support .bnr-support li {
    margin-bottom: 15px;
    width: 100%;
  }
  #aside .support .bgs {
    background: #fff;
    display: block;
    padding: 0 0 15px;
    font-size: 100%;
    border: none;
  }
  #aside .support .bgs .bgs-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 20px;
    word-wrap: break-word;
  }
  #aside .support .bgs .bgs-logo img {
    height: auto !important;
  }
  #aside .support .bgs .bgs-logo .pc {
    text-align: right;
    font-weight: bold;
    line-height: 1.2;
    font-size: 90%;
  }
  #aside .support .bgs .bgs-logo .pc span {
    color: #e0481d;
  }
  #aside .support .bgs .bgs-link {
    width: 100%;
    border-left: none;
    padding: 0 15px;
  }
  #aside .support .bgs .bgs-link a {
    display: block;
    background: #efefef;
    border-bottom: none;
    margin-top: 15px;
  }
  #aside .support .bgs .bgs-link a:hover {
    background: #ddd;
  }
  #aside .support .bgs a {
    display: block;
  }
  .section-box {
    padding: 0;
    margin: 0 0 60px;
  }
  .section-box .section-head {
    margin-bottom: 30px;
    text-align: left;
  }
  .section-box .section-head .lead {
    font-size: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .news-box ul li a {
    display: block;
    padding: 15px 0;
  }
  .news-box ul li a .category-name,
  .news-box ul li a .release-date {
    font-size: 90%;
    margin-right: 10px;
  }
  .news-box ul li a .post-title {
    font-size: 100%;
  }
  .news-box ul li a.icon-after-arrow::after {
    content: none;
  }
  #top-news .more,
  #top-event .more {
    text-align: right;
  }
  #top-news .more a,
  #top-event .more a {
    text-align: right;
    background: none;
    border-radius: 0;
    color: #146dc6;
    min-width: auto;
    border-bottom: none;
    padding: 0 20px 0 0;
    border-bottom: 1px solid #146dc6;
  }
  #top-news .more a::after,
  #top-event .more a::after {
    border-color: #146dc6;
  }
  #top-event {
    background: none;
  }
  #event-table-box table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
  }
  #event-table-box table .fc-day-number {
    text-align: left;
    height: auto;
    font-size: 90%;
  }
  #event-table-box table thead th {
    vertical-align: middle;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    background: #f5f5f6;
  }
  #event-table-box table thead th:nth-child(6n) {
    background: #e7f0f9;
    color: #146dc6;
  }
  #event-table-box table thead th:last-child {
    background: #ffdedc;
    color: #d3352a;
  }
  #event-table-box table tbody td {
    min-height: auto;
  }
  #event-table-box table tbody td a {
    padding: 0;
  }
  #event-table-box .fc-toolbar {
    background: #003d79;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
    text-align: left;
  }
  #event-table-box .fc-toolbar .fc-left {
    font-size: 120%;
  }
  .event-box {
    margin-top: 30px;
  }
  .event-box ul li {
    padding: 0;
    margin-bottom: 0;
  }
  .event-box ul li a {
    display: block;
    padding: 25px 15px;
    color: #000;
    background: #fff;
    line-height: 1.6;
    border-bottom: 1px solid #b1bbc4;
  }
  .event-box ul li a:hover {
    background: #e7f0f9;
  }
  .event-box ul li a::after {
    content: none;
  }
  .event-box ul li a .event-icatch {
    width: 30%;
  }
  .event-box ul li a .event-detail {
    width: 68%;
  }
  .event-box ul li a .held-date {
    font-size: 100%;
  }
  .event-box ul li a .event-title {
    font-size: 120%;
  }
  .event-box ul li a .event-excerpt {
    font-size: 100%;
  }
  .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .case li {
    border: 1px solid #b1bbc4;
    border-radius: 5px;
    width: 32%;
    height: 120px;
  }
  .case li:hover {
    background: #146dc6;
    border-color: #146dc6;
  }
  .case li:hover .group-icon {
    fill: #fff;
  }
  .case li:hover a {
    color: #fff;
  }
  .case li .group-icon {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    fill: #146dc6;
  }
  .case li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 15px;
    text-align: center;
    color: #146dc6;
    font-size: 120%;
  }
  .footer-contact .mask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-contact .lead {
    font-size: 100%;
  }
  .footer-contact .typo-bar::before, .footer-contact .typo-bar::after {
    content: '';
    vertical-align: middle;
    width: 60px;
    height: 3px;
    background: #fff;
    display: inline-block;
  }
  .footer-contact .typo-bar::before {
    margin-right: 10px;
  }
  .footer-contact .typo-bar::after {
    margin-left: 10px;
    margin-top: 0;
  }
  #footer {
    margin-top: 0;
    padding-top: 30px;
  }
  #footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-info {
    width: 40%;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }
  #footer .footer-info .address {
    padding-left: 50px;
  }
  #footer .footer-info .icon-marker {
    margin-right: 10px;
  }
  #footer .footer-info .btn.btn-outline-blue {
    border: none;
    text-align: left;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #146dc6;
    min-width: auto;
    margin-left: 50px;
  }
  #footer .footer-info .btn.btn-outline-blue:hover {
    background: none;
    color: #146dc6;
  }
  #footer .footer-sitemap {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .main-nav {
    width: 25%;
    margin-bottom: 30px;
  }
  #footer .main-nav li {
    width: 100%;
    border-bottom: none;
  }
  #footer .main-nav li a {
    color: #626e7a !important;
    padding: 0 0 0 15px;
    font-size: 90%;
  }
  #footer .main-nav li a::before {
    left: 0;
    border-color: #146dc6;
  }
  #footer .main-nav li:first-child {
    background: none;
    color: #146dc6;
  }
  #footer .main-nav li:first-child .fc-blue {
    color: #146dc6 !important;
  }
  #footer .site-menu {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
  #footer .site-menu li {
    display: inline-block;
    width: auto;
    border-top: none;
    margin-right: 25px;
    margin-bottom: 0;
  }
  #footer .site-menu li:nth-child(even) {
    border-left: none;
  }
  #footer .site-menu li a {
    display: inline-block;
    background: transparent;
    padding: 0 0 0 15px;
    color: #626e7a;
  }
  #footer .site-menu li a:hover {
    color: #146dc6;
  }
  #footer .site-menu li a::before {
    left: 0;
    border-color: #146dc6;
  }
  #footer .site-menu.pc {
    width: 25%;
  }
  #footer .site-menu.pc li {
    display: block;
    margin-right: 0;
  }
  #footer #copylight {
    margin-top: 30px;
    text-align: right;
  }
}

#page-title {
  background-color: #003d79;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  position: relative;
}

#page-title h1 {
  position: relative;
  z-index: 2;
  font-size: 180%;
  color: #fff;
}

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .tab-switch {
    background: #fff;
    font-size: 90%;
    overflow: inherit;
    border: 1px solid #146dc6;
    padding: 0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .tab-switch a {
    width: 20%;
    border-radius: 0;
    padding: 10px 0;
    margin-right: 0;
    display: block;
  }
  .tab-switch a:first-of-type {
    border-radius: 8px 0 0 8px;
  }
  .tab-switch a:last-of-type {
    border-radius: 0 8px 8px 0;
  }
  .tab-switch a:hover {
    background: #e7f0f9;
  }
  .tab-switch a.active {
    background: #146dc6;
    color: #fff;
    position: relative;
  }
  .tab-switch a.active::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #146dc6;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 768px) {
  #page-title {
    padding: 60px 0;
    font-size: 150%;
    text-align-last: left;
  }
}

.custom-edit {
  padding: 15px;
}

.custom-edit a {
  text-decoration: underline;
}

.custom-edit h2 {
  font-size: 140%;
  border-bottom: 2px solid #146dc6;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 5px 0;
  line-height: 1.4;
  color: #626e7a;
}

.custom-edit h2.post-headline {
  margin-top: 0;
}

.custom-edit h3 {
  background: #626e7a;
  color: #fff;
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 110%;
}

.custom-edit h4 {
  color: #003d79;
  padding: 5px 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #003d79;
}

.custom-edit h5 {
  color: #626e7a;
  margin-bottom: 10px;
  font-size: 100%;
  border-bottom: 1px solid #626e7a;
}

.custom-edit h6 {
  margin-bottom: 10px;
  font-size: 100%;
  border-bottom: 1px solid #b1bbc4;
}

.custom-edit table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.custom-edit table th,
.custom-edit table td {
  text-align: left;
  display: block;
  padding: 5px;
  font-weight: normal;
}

.custom-edit table th {
  background: #626e7a;
  color: #fff;
}

.custom-edit table th a {
  color: #fff;
}

.custom-edit ul {
  margin: 15px 0;
  padding: 0 5px;
}

.custom-edit ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.custom-edit ul li::before {
  content: '';
  background: #146dc6;
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.custom-edit ul li ul li::before {
  background: #fff;
  top: 6px;
  width: 5px;
  height: 5px;
  border: 1px solid #146dc6;
}

.custom-edit ul.iroha {
  margin-left: 2em;
}

.custom-edit ul.iroha li {
  list-style-type: katakana-iroha !important;
  padding-left: 0.25em;
}

.custom-edit ul.iroha li:before {
  content: none;
}

.custom-edit ul.flat, .custom-edit ul.flat3, .custom-edit ul.flat4 {
  width: 100%;
  overflow: hidden;
}

.custom-edit ul.flat li,
.custom-edit ul.flat3 li,
.custom-edit ul.flat4 li {
  margin-right: 1em;
  width: 90%;
}

.custom-edit ol {
  margin: 15px 0;
  padding: 0 5px;
  counter-reset: number;
}

.custom-edit ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.custom-edit ol li::before {
  counter-increment: number;
  content: counter(number);
  color: #146dc6;
  width: 20px;
  height: 17px;
  background: #146dc6;
  color: #fff;
  padding-top: 3px;
  font-size: 60%;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 4px;
  left: 0;
}

.custom-edit .magazine-image img {
  max-width: 300px;
}

.custom-edit .magazine-download {
  background: #e7f0f9;
  margin-bottom: 15px;
  margin-top: 15px;
}

.custom-edit .magazine-download a {
  padding: 10px;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  display: block;
  text-align: center;
  text-decoration: none;
}

.custom-edit .magazine-download a::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #146dc6;
}

.custom-edit .magazine-download a .date {
  color: #000;
  background: #fff;
  display: block;
  padding: 5px 0;
  width: 100%;
  margin-top: 5px;
  font-weight: normal;
}

.custom-edit .event-image {
  padding-bottom: 2%;
}

.custom-edit .event-image img {
  max-width: 300px;
}

.custom-edit .contact-box {
  border: 1px solid #b1bbc4;
  padding: 15px;
  margin: 15px 0;
}

.custom-edit .contact-box a.btn {
  text-decoration: none;
  margin-bottom: 15px;
}

.custom-edit .event-box ul {
  padding: 0;
}

.custom-edit .event-box ul li {
  padding: 0;
  margin-bottom: 0;
}

.custom-edit .event-box ul li a {
  border-bottom: 1px solid #b1bbc4;
}

.custom-edit .event-box ul li::before {
  content: none;
}

.custom-edit .childpage-list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 1px solid #146dc6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.custom-edit .childpage-list-top li {
  text-align: center;
  width: 50%;
  font-size: 90%;
  margin-bottom: 0;
  padding-left: 0;
}

.custom-edit .childpage-list-top li:first-child {
  border-right: 1px solid #146dc6;
}

.custom-edit .childpage-list-top li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.custom-edit .childpage-list-top li::before {
  content: none;
}

.custom-edit .childpage-list-unei {
  padding: 0;
}

.custom-edit .childpage-list-unei li {
  border: 1px solid #146dc6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  width: 100%;
  font-size: 90%;
  margin-bottom: 0;
  padding-left: 0;
}

.custom-edit .childpage-list-unei li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

.custom-edit .childpage-list-unei li a:hover {
  background: #146dc6;
  color: #fff;
}

.custom-edit .childpage-list-unei li::before {
  content: none;
}

.custom-edit .childpage-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-edit .childpage-list li {
  text-align: center;
  margin-bottom: 15px;
  padding-left: 0;
}

.custom-edit .childpage-list li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.custom-edit .childpage-list li::before {
  content: none;
}

.custom-edit .childpage-list li .childpage-icatch {
  position: relative;
}

.custom-edit .childpage-list li .childpage-icatch::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-edit .childpage-list li .childpage-detail {
  width: 95%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.custom-edit .childpage-list li .childpage-title {
  font-weight: bold;
  font-size: 110%;
}

.custom-edit .childpage-list li .childpage-excerp {
  margin-top: 5px;
}

.custom-edit .contact-form th {
  background: #efefef;
  color: #626e7a;
}

.custom-edit .contact-form td {
  padding-top: 15px;
  padding-bottom: 30px;
}

.custom-edit .contact-form input,
.custom-edit .contact-form textarea {
  border: 1px solid #b1bbc4;
  display: block;
  width: 100%;
  padding: 5px;
  min-height: 40px;
}

.custom-edit .contact-form select {
  min-width: 200px;
  min-height: 40px;
  text-indent: 5px;
}

.custom-edit .contact-form .wpcf7-not-valid {
  background: #FFEDED;
}

.custom-edit #submit {
  background: #146dc6;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px 0;
  border: none;
}

.custom-edit .wpcf7-validation-errors,
.custom-edit .wpcf7-acceptance-missing {
  background: #d3352a;
  color: #fff;
  border: none;
  padding: 5px;
}

.custom-edit ul.search {
  padding: 0;
}

.custom-edit ul.search li {
  padding-left: 0;
}

.custom-edit ul.search li::before {
  content: none;
}

.custom-edit ul.search li a {
  display: block;
  padding: 15px 15px 15px 5px;
  text-decoration: none;
  border-bottom: 1px solid #b1bbc4;
}

.custom-edit ul.search li a .post-excerp {
  color: #626e7a;
  font-size: 90%;
}

.custom-edit .page-box {
  border-bottom: 1px solid #b1bbc4;
  padding-bottom: 30px;
}

.custom-edit .page-box h3 a {
  color: #fff;
  text-decoration: none;
}

h2.h2-typo {
  font-size: 140%;
  border-bottom: 2px solid #146dc6;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 5px;
  line-height: 1.4;
  color: #626e7a;
}

h2.h2-typo.post-headline {
  margin-top: 0;
}

.breadcrumbs {
  margin: 15px 0;
  color: #626e7a;
}

#header-breadcrumbs {
  font-size: 80%;
  padding: 2px 5px;
  color: #626e7a;
}

ul.magazine-archive li a {
  padding: 15px 5px;
  border-bottom: 1px solid #b1bbc4;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.magazine-archive li a .icatch {
  width: 15%;
}

ul.magazine-archive li a .detail {
  width: 80%;
  color: #626e7a;
}

.related li a {
  display: block;
  padding: 15px 15px 15px 5px;
  border-bottom: 1px solid #b1bbc4;
}

.related li a .related-des {
  display: none;
  color: #626e7a;
}

.interview li a {
  display: block;
  padding: 15px 15px 15px 5px;
  border-bottom: 1px solid #b1bbc4;
}

.interview li a .thumnail {
  display: none;
}

.interview li a .interview-copy {
  display: none;
}

.interview_copy_box {
  background: #e7f0f9;
  padding: 5px;
  font-weight: bold;
  color: #146dc6;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.wp-pagenavi a {
  text-decoration: none;
}

.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page {
  display: inline-block;
  padding: 3px 13px;
  text-align: center;
  border: 1px solid #b1bbc4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
}

.wp-pagenavi .current {
  display: inline-block;
  background: #146dc6;
  color: #fff;
  padding: 3px 13px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  background: #fff;
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 5px;
  background: #fff;
  z-index: 2;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background: #e7f0f9;
}

.close-btn span::before {
  top: 25px;
  left: 13px;
  height: 2px;
  width: 25px;
  background: #146dc6;
  display: block;
  content: '';
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.close-btn span::after {
  top: 25px;
  left: 13px;
  height: 2px;
  width: 25px;
  background: #146dc6;
  display: block;
  content: '';
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

#js-show-popup {
  margin-bottom: 30px;
  margin-top: 15px;
}

.fc-view-container td a {
  padding: 15px 5px;
}

@media screen and (min-width: 768px) {
  .custom-edit {
    padding: 0 15px;
  }
  .custom-edit .childpage-list-unei li {
    width: 50%;
  }
  .custom-edit h2 {
    font-size: 180%;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .custom-edit h3 {
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 140%;
    margin-top: 30px;
  }
  .custom-edit h4 {
    font-size: 120%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .custom-edit h5 {
    color: #626e7a;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 120%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-edit h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-edit table th,
  .custom-edit table td {
    border: 1px solid #b1bbc4;
    display: table-cell;
    padding: 15px;
  }
  .custom-edit table th {
    vertical-align: top;
  }
  .custom-edit ul {
    margin: 30px 5px;
  }
  .custom-edit ul.flat, .custom-edit ul.flat3, .custom-edit ul.flat4 {
    width: 100%;
    overflow: hidden;
  }
  .custom-edit ul.flat li,
  .custom-edit ul.flat3 li,
  .custom-edit ul.flat4 li {
    float: left;
    margin-right: 1em !important;
  }
  .custom-edit ul.flat li {
    width: 47%;
  }
  .custom-edit ul.flat3 li {
    width: 30%;
  }
  .custom-edit ul li {
    margin-bottom: 15px;
  }
  .custom-edit ul li ul {
    margin: 15px 0;
  }
  .custom-edit ol {
    margin: 30px 5px;
  }
  .custom-edit ol li {
    padding-left: 30px;
  }
  .custom-edit ol li::before {
    width: 23px;
    height: 20px;
    padding-top: 3px;
    font-size: 90%;
    top: 0;
    left: 0;
  }
  .custom-edit .col-left {
    float: left;
    padding-right: 2%;
  }
  .custom-edit .col-right {
    float: right;
    padding-left: 2%;
  }
  .custom-edit .w50 {
    width: 50%;
  }
  .custom-edit .magazine-image img {
    max-width: 100%;
  }
  .custom-edit .magazine-download {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .custom-edit .magazine-download a {
    padding: 30px;
  }
  .custom-edit .magazine-download a:hover {
    background: #146dc6;
    color: #fff;
  }
  .custom-edit .magazine-download a:hover::after {
    border-bottom: 10px solid #fff;
  }
  .custom-edit .event-image img {
    max-width: 100%;
  }
  .custom-edit .contact-box {
    padding: 30px;
  }
  .custom-edit .contact-box .btn {
    margin-bottom: 0;
  }
  .custom-edit .childpage-list-top {
    margin: 0 0 30px;
  }
  .custom-edit .childpage-list-top li {
    font-size: 100%;
  }
  .custom-edit .childpage-list-top li a {
    padding: 15px 0;
  }
  .custom-edit .childpage-list-top li a:hover {
    background: #146dc6;
    color: #fff;
  }
  .custom-edit .childpage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .custom-edit .childpage-list li {
    width: 48.5%;
  }
  .custom-edit #submit {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-edit .event-detail th {
    width: 200px;
  }
  h2.h2-typo {
    font-size: 180%;
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .related li a {
    padding: 30px 15px;
  }
  .related li a:hover {
    background: #e7f0f9;
  }
  .related li a .post-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .related li a .related-des {
    display: block;
    padding: 15px;
    font-size: 90%;
    background: #e7f0f9;
  }
  .related li a::after {
    content: none !important;
  }
  .interview li a {
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview li a:hover {
    background: #e7f0f9;
  }
  .interview li a .post-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .interview li a .thumnail {
    display: block;
    margin-right: 15px;
    width: 160px;
  }
  .interview li a .interview-copy {
    display: block;
    color: #626e7a;
  }
  .alignright {
    float: right;
    margin: 0 0 15px 15px;
  }
  .alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }
  .interview_copy_box {
    padding: 15px;
  }
  .wp-pagenavi {
    margin: 30px 0;
  }
  ul.magazine-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.magazine-archive li {
    width: 32%;
    margin-bottom: 5%;
    margin-right: 2%;
  }
  ul.magazine-archive li:nth-child(3n) {
    margin-right: 0;
  }
  ul.magazine-archive li a {
    padding: 0;
    border-bottom: none;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  ul.magazine-archive li a .icatch {
    width: 100%;
  }
  ul.magazine-archive li a .detail {
    width: 100%;
  }
  ul.magazine-archive li a::after {
    content: none !important;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.mododukuri {
  position: absolute;
  top: 360px;
  right: 90px;
}

.mododukuri a {
  display: block;
  background: #be0100;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 40px 15px;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .mododukuri {
    top: 330px;
    right: 60px;
  }
}

.eo-fullcalendar .fc-toolbar {
  margin-bottom: 15px;
}

.fc-toolbar .fc-right {
  float: none !important;
}

.fc .fc-toolbar > * > * {
  float: none !important;
}

@media screen and (min-width: 992px) {
  .eo-fullcalendar .fc-toolbar {
    margin-bottom: 10px;
  }
  .fc-toolbar .fc-right {
    float: right !important;
  }
  .fc .fc-toolbar > * > * {
    float: left !important;
    margin-left: .37em;
    margin-right: .37em;
  }
}
/*# sourceMappingURL=style.css.map */