@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .uk-container.narrow {
  max-width: 1100px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #000000;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  font-weight: 300;
  position: relative;
}

@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: .7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 1280px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (max-width: 1280px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* グラデーション */
/* margin auto */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #000;
}

a:hover {
  transition: all 0.5s ease 0s;
}

a.link-color {
  color: #608BCE;
  text-decoration: underline;
}

.wrap {
  overflow: clip;
}

@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
}

.att::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.att.red {
  color: #EC6D74;
}

p {
  line-height: 1.85;
}

@media (max-width: 767px) {
  p {
    line-height: 1.65;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

.uk-section-large {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .uk-section-large {
    padding: 70px 0 50px;
  }
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
  height: 100px;
  z-index: 99;
  /*--------------------------
     ヘッダーロゴ
    ----------------------------*/
  /*ロゴ -----*/
  /* ナビ -----*/
  /* お問い合わせ-----*/
}

@media (max-width: 959px) {
  header {
    height: 70px;
    position: fixed;
    background: #fff;
  }
  header::before {
    content: none;
  }
}

header .uk-flex {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

@media (max-width: 959px) {
  header .uk-flex {
    display: block;
  }
}

header .hd-logo {
  position: absolute;
  left: 25px;
  top: 30px;
  margin: 0;
}

header .hd-logo h1 {
  margin: 0;
}

header .hd-logo h1 a {
  display: block;
  padding: 0;
}

header .hd-logo h1 a img {
  width: 300px;
  height: auto;
}

@media (max-width: 1280px) {
  header .hd-logo {
    top: 25px;
  }
  header .hd-logo h1 a img {
    width: 250px;
  }
}

@media (max-width: 959px) {
  header .hd-logo {
    top: 15px;
    left: 10px;
  }
}

header .hd__gnavi {
  position: relative;
  margin-right: 30px;
}

@media (max-width: 1280px) {
  header .hd__gnavi {
    margin-right: 10px;
  }
}

@media (max-width: 959px) {
  header .hd__gnavi {
    display: none;
  }
}

header .hd__gnavi nav {
  height: 100%;
}

header .hd__gnavi nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  margin-left: -30px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

header .hd__gnavi nav > ul > li {
  margin-top: 0 !important;
  position: relative;
}

header .hd__gnavi nav > ul > li > a, header .hd__gnavi nav > ul > li > button {
  all: unset;
  line-height: 1.0;
  display: inline-block;
  font-weight: 500;
  padding: 0px 30px;
  position: relative;
  font-weight: bold;
  background: none;
  border: none;
  font-size: 16px;
  color: #000;
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

@media (min-width: 960px) {
  header .hd__gnavi nav > ul > li > a:hover, header .hd__gnavi nav > ul > li > button:hover {
    color: #004E9B;
  }
}

header .hd__gnavi nav > ul > li > button[aria-expanded="true"] {
  color: #004E9B;
}

header .hd__gnavi nav > ul > li .uk-dropdown {
  z-index: 10;
  top: 62px !important;
  min-width: 220px;
  background: #E9EEF5;
}

header .hd__gnavi nav > ul > li .uk-dropdown .child {
  padding: 0;
  margin: 0;
}

header .hd__gnavi nav > ul > li .uk-dropdown .child li a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

header .hd__gnavi nav > ul > li .uk-dropdown .child li a::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #608BCE;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (min-width: 960px) {
  header .hd__gnavi nav > ul > li .uk-dropdown .child li a:hover {
    color: #004E9B;
  }
}

header .hd__gnavi nav > ul > li.current {
  position: relative;
}

header .hd__gnavi nav > ul > li.current::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #608BCE;
  position: absolute;
  bottom: -38px;
  left: 0;
}

@media (min-width: 960px) {
  header .hd__gnavi nav > ul > li.current a:hover {
    color: #000;
  }
}

header .hd__gnavi nav > ul > li.fb a img {
  width: 30px;
  height: 30px;
}

@media (max-width: 1280px) {
  header .hd__gnavi nav > ul > li > a, header .hd__gnavi nav > ul > li button {
    padding: 0 15px;
  }
}

header .hd__contact {
  height: 100%;
  /* お問い合わせボタン -----*/
}

@media (max-width: 959px) {
  header .hd__contact {
    display: none;
  }
}

header .hd__contact__btn {
  height: 100%;
}

header .hd__contact__btn a {
  width: 180px;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.5s ease 0s;
  background: #608BCE;
}

header .hd__contact__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 30px;
}

header .hd__contact__btn a span::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (min-width: 960px) {
  header .hd__contact__btn a:hover {
    background: #004E9B;
    transition: all 0.5s ease 0s;
  }
}

header.uk-sticky.uk-active {
  position: fixed !important;
  z-index: 999;
  height: 70px;
}

header.uk-sticky.uk-active .hd-logo {
  top: 12px;
}

header.uk-sticky.uk-active .hd-logo h1 img {
  width: 250px;
}

@media (max-width: 959px) {
  header.uk-sticky.uk-active .hd-logo {
    top: 15px;
  }
}

header.uk-sticky.uk-active .hd__gnavi nav > ul > li.current {
  position: relative;
}

header.uk-sticky.uk-active .hd__gnavi nav > ul > li.current::after {
  bottom: -23px;
}

header.uk-sticky.uk-active .hd__gnavi nav > ul > li .uk-dropdown {
  top: 47px !important;
}

/*--------------------------
 スマホヘッダー
----------------------------*/
.menu__toggle {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  padding: 0;
  z-index: 9999 !important;
  text-align: center;
  display: none;
  background: #004E9B;
}

@media (max-width: 959px) {
  .menu__toggle {
    display: block;
  }
}

.menu__toggle .text {
  font-size: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  bottom: -25px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}

.menu__toggle .text::before {
  content: 'MENU';
}

.menu__toggle__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  top: calc(50% - 10px);
  z-index: 3;
  width: 100%;
  height: 23px;
  cursor: pointer;
  text-align: center;
}

.menu__toggle__btn span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 20px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu__toggle__btn span:nth-child(1) {
  top: 0px;
  animation: menu-bar01 .75s forwards;
}

.menu__toggle__btn span:nth-child(2) {
  top: 10px;
  transition: all .25s .25s;
  opacity: 1;
}

.menu__toggle__btn span:nth-child(3) {
  bottom: 0;
  animation: menu-bar02 .75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(18px) rotate(45deg);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* メニュー開 */
.menu__toggle__btn[aria-expanded=true] span:nth-child(1) {
  animation: active-menu-bar01 .75s forwards;
}

.menu__toggle__btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.menu__toggle__btn[aria-expanded=true] span:nth-child(3) {
  animation: active-menu-bar03 .75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.menu__toggle__btn[aria-expanded=true] .text::before {
  content: 'CLOSE';
}

.uk-modal.spn__navi {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  top: 0px;
  z-index: 9999;
  /* お問い合わせボタン -----*/
}

@media (max-width: 767px) {
  .uk-modal.spn__navi {
    padding: 0;
  }
}

.uk-modal.spn__navi .uk-modal-dialog {
  background: url(../img/common/modal_bg.png) #fff no-repeat center top/auto 92px;
  width: 400px;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 25px 25px;
  margin-left: calc(100% - 400px);
  z-index: 9998;
}

@media (max-width: 640px) {
  .uk-modal.spn__navi .uk-modal-dialog {
    width: 100%;
    margin-left: 0;
  }
}

.uk-modal.spn__navi .menu__toggle__close {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0px;
  top: 0px;
  background: #004E9B;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  top: calc(50% - 5px);
  z-index: 3;
  width: 100%;
  height: 23px;
  cursor: pointer;
  text-align: center;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close svg {
  display: none;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 24px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(1) {
  animation: active-menu-bar01 .75s forwards;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(2) {
  opacity: 0;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(3) {
  animation: active-menu-bar03 .75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(-45deg);
  }
}

.uk-modal.spn__navi .menu__toggle__close .uk-close .text {
  font-size: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  bottom: -15px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close .text::before {
  content: 'CLOSE';
}

.uk-modal.spn__navi .logo {
  position: absolute;
  left: 10px;
  top: 16px;
}

.uk-modal.spn__navi .logo a {
  display: block;
}

.uk-modal.spn__navi .logo a img {
  width: 250px;
  height: auto;
}

.uk-modal.spn__navi .spn__navi__list {
  padding: 80px 0 0px;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li {
  border-bottom: 1px solid #D8D8D8;
  margin-top: 0;
  position: relative;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li > a {
  padding: 20px 0px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 1.0;
  padding-left: 20px;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li > a::before {
  content: '';
  width: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: calc(100% - 20px);
  background: #608BCE;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li > a span {
  display: block;
  font-size: 13px;
  color: #608BCE;
  margin-top: 5px;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li > a.event-none {
  pointer-events: none;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li .child {
  margin: 0 0 15px;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li .child li a {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 500;
  position: relative;
  display: block;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li .child li a::before {
  content: '−';
  color: #608BCE;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

.uk-modal.spn__navi .spn__contact {
  width: 90%;
  margin: 50px auto 0;
}

.uk-modal.spn__navi .spn__contact .spn__contact__mail a {
  background: #608BCE;
  display: block;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 30px;
}

.uk-modal.spn__navi .spn__contact .spn__contact__mail a span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding-left: 30px;
  box-sizing: border-box;
  display: block;
}

.uk-modal.spn__navi .spn__contact .spn__contact__mail a span::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

/* contents */
.contents {
  position: relative;
  z-index: 1;
}

/* 見出し01 */
.ttl01 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.ttl01::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #608BCE;
  position: absolute;
  top: 20px;
  left: 0;
}

.ttl01 span {
  font-size: 15px;
  color: #608BCE;
  display: block;
}

@media (max-width: 959px) {
  .ttl01 {
    text-align: center;
    padding-left: 0;
  }
  .ttl01::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -20px;
  }
}

@media (max-width: 767px) {
  .ttl01 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .ttl01 {
    font-size: 24px;
  }
}

/* 見出し02 */
.ttl02 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

@media (max-width: 640px) {
  .ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

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

.ttl02.line::after {
  content: '';
  background: #3fa872;
  background: linear-gradient(140deg, #3fa872 40%, #35bf45 100%);
  width: 55px;
  height: 5px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
}

@media (max-width: 640px) {
  .ttl02.line {
    margin-bottom: 20px;
  }
  .ttl02.line::after {
    bottom: -15px;
  }
}

/* ボタン */
.btn {
  max-width: 300px;
  margin-top: 50px;
}

@media (max-width: 640px) {
  .btn {
    width: 100%;
    max-width: 100%;
  }
}

.btn a {
  position: relative;
  display: block;
  line-height: 1.0;
  background: #608BCE;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.btn a span {
  font-weight: bold;
  line-height: 1.0;
  padding-right: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
  color: #fff;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 1;
  font-size: 18px;
}

@media (max-width: 640px) {
  .btn a span {
    font-size: 16px;
  }
}

.btn a span::before, .btn a span::after {
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.5s ease 0s;
}

.btn a span::before {
  width: 20px;
  right: 5px;
  height: 1px;
}

.btn a span::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  right: 0px;
}

.btn a:hover, .btn a:active {
  background: #004E9B;
}

.btn a:hover span, .btn a:active span {
  transition: all 0.5s ease 0s;
}

.btn a:hover span::before, .btn a:active span::before {
  transition: all 0.5s ease 0s;
  width: 25px;
  right: 0;
}

.btn a:hover span::after, .btn a:active span::after {
  transition: all 0.5s ease 0s;
  right: -5px;
}

.btn.back span {
  padding-left: 20px;
  padding-right: 0;
}

.btn.back span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}

.scroll-sign {
  display: none;
}

@media (max-width: 640px) {
  .scroll-sign {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #004E9B;
    margin-bottom: 5px;
  }
}

@media (max-width: 640px) {
  .table-wrap {
    transform: scale(1, -1);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #004E9B #E9EEF5;
  }
  .table-wrap ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .table-wrap ::-webkit-scrollbar-thumb {
    background: #004E9B;
    border-radius: 4px;
  }
  .table-wrap ::-webkit-scrollbar-track {
    background: #E9EEF5;
    border-radius: 4px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .table-wrap .uk-table {
    transform: scale(1, -1);
    position: relative;
  }
}

.tbl01 {
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}

.tbl01 th, .tbl01 td {
  font-size: 14px;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  vertical-align: middle;
}

.tbl01 th.sticky, .tbl01 td.sticky {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
}

.tbl01 th.sticky::before, .tbl01 td.sticky::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #d4d4d4;
}

.tbl01 th {
  font-weight: bold;
  color: #000;
}

.tbl01.uk-table-striped tr:nth-child(odd) th.sticky, .tbl01.uk-table-striped tr:nth-child(odd) td.sticky {
  background: #f8f8f8;
}

.dotList {
  margin: 0;
}

.dotList li {
  position: relative;
  padding-left: 14px;
}

.dotList li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #608BCE;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .dotList li::before {
    top: 7px;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}

/*--------------------------
 トップページ
----------------------------*/
#Home {
  /*--------------------------
     メインビジュアル
    ----------------------------*/
  /*--------------------------
    未来にはばたく民族教育
    ----------------------------*/
  /*--------------------------
     学校概要
    ----------------------------*/
  /*--------------------------
    日々の学校活動を発信中！
    ----------------------------*/
}

#Home .contents h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #Home .contents h2 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  #Home .contents h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

#Home .fv {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 600px;
}

@media (max-width: 1280px) {
  #Home .fv {
    height: 500px;
  }
}

@media (max-width: 959px) {
  #Home .fv {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #Home .fv {
    height: 350px;
  }
}

#Home .fv__img {
  height: 100%;
}

#Home .fv__img .uk-slideshow-items {
  min-height: 100% !important;
}

#Home .fv__bnr {
  max-width: 1200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 50px;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  #Home .fv__bnr {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  #Home .fv__bnr {
    bottom: 15px;
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  #Home .fv__bnr {
    padding: 0 5px;
  }
}

#Home .fv__bnr .uk-position-relative {
  padding: 0 14px;
}

#Home .fv__bnr .uk-position-relative .uk-slider-items {
  margin-left: -15px;
}

#Home .fv__bnr .uk-slidenav {
  background: #608BCE;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: relative;
}

#Home .fv__bnr .uk-slidenav svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 15px;
  height: 15px;
}

#Home .fv__bnr .uk-slidenav-previous {
  left: -15px;
}

#Home .fv__bnr .uk-slidenav-next {
  right: -15px;
}

#Home .features {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}

#Home .features__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#Home .features__text {
  width: calc(50% - 30px);
  margin-right: 30px;
}

#Home .features__text p {
  text-align: justify;
}

#Home .features__img {
  width: calc(50% - 50px);
  margin-left: 50px;
  border-radius: 10px;
  overflow: hidden;
}

#Home .features__illust {
  position: absolute;
  bottom: -10px;
  left: 35%;
}

#Home .features__illust img {
  width: 270px;
  height: 150px;
}

@media (max-width: 959px) {
  #Home .features {
    padding-bottom: 80px;
  }
  #Home .features__text {
    width: 100%;
    order: 2;
    margin-right: 0;
    margin-top: 30px;
  }
  #Home .features__img {
    width: 100%;
    margin: 0 auto;
    order: 1;
    max-width: 500px;
  }
  #Home .features__illust {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 640px) {
  #Home .features {
    padding-bottom: 100px;
  }
  #Home .features__text .btn {
    margin: 30px 0;
  }
  #Home .features__illust {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: auto;
    bottom: -20px;
  }
  #Home .features__illust img {
    width: calc(270px * .9);
    height: calc(150px * .9);
  }
}

#Home .outline {
  background: #E9EEF5;
  position: relative;
}

@media (max-width: 959px) {
  #Home .outline {
    padding-bottom: 160px;
  }
}

@media (max-width: 767px) {
  #Home .outline {
    padding-bottom: 120px;
  }
}

#Home .outline__inner {
  display: flex;
  flex-wrap: wrap;
}

#Home .outline__text {
  width: 380px;
}

#Home .outline__text p {
  text-align: justify;
  padding-left: 20px;
  margin-top: 50px;
  padding-right: 20px;
}

@media (max-width: 959px) {
  #Home .outline__text {
    width: 100%;
  }
  #Home .outline__text p {
    text-align: center;
    padding: 0 0 30px;
  }
}

@media (max-width: 640px) {
  #Home .outline__text {
    margin-top: 0px;
  }
  #Home .outline__text p {
    text-align: left;
  }
}

#Home .outline__list {
  width: calc(100% - 380px);
}

#Home .outline__list .uk-flex {
  flex-wrap: wrap;
  margin-left: -40px;
}

#Home .outline__list .uk-flex > div {
  width: calc(50% - 40px);
  margin-left: 40px;
  text-align: center;
}

#Home .outline__list .uk-flex > div:nth-child(n+3) {
  margin-top: 30px;
}

#Home .outline__list .uk-flex > div .img {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

#Home .outline__list .uk-flex > div .img::before {
  transition: all 0.5s ease 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

#Home .outline__list .uk-flex > div .img img {
  transition: all 0.5s ease 0s;
}

#Home .outline__list .uk-flex > div h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
}

#Home .outline__list .uk-flex > div h3::before {
  content: '';
  width: 2px;
  height: 30px;
  background: #608BCE;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -30px;
  z-index: 2;
}

#Home .outline__list .uk-flex > div a {
  display: block;
}

@media (min-width: 960px) {
  #Home .outline__list .uk-flex > div a:hover .img {
    position: relative;
  }
  #Home .outline__list .uk-flex > div a:hover .img::before {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease 0s;
  }
  #Home .outline__list .uk-flex > div a:hover .img img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  #Home .outline__list .uk-flex > div h3 {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  #Home .outline__list {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #Home .outline__list .uk-flex {
    margin-left: -20px;
  }
  #Home .outline__list .uk-flex > div {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  #Home .outline__list .uk-flex > div:nth-child(n+3) {
    margin-top: 20px;
  }
  #Home .outline__list .uk-flex > div h3 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #Home .outline__list .uk-flex {
    margin-left: -15px;
  }
  #Home .outline__list .uk-flex > div {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
  #Home .outline__list .uk-flex > div:nth-child(n+3) {
    margin-top: 15px;
  }
  #Home .outline__list .uk-flex > div h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#Home .outline .outline__illust01,
#Home .outline .outline__illust02,
#Home .outline .outline__illust03 {
  position: absolute;
  bottom: 0px;
}

#Home .outline .outline__illust01 {
  left: 50px;
  width: 450px;
}

#Home .outline .outline__illust01 .svg-wrap {
  padding-top: 40%;
}

@media (max-width: 1280px) {
  #Home .outline .outline__illust01 {
    width: calc(450px * .8);
  }
}

@media (max-width: 767px) {
  #Home .outline .outline__illust01 {
    width: calc(450px * .7);
    left: 20px;
  }
}

@media (max-width: 767px) {
  #Home .outline .outline__illust01 {
    width: calc(450px * .6);
    left: -80px;
  }
}

#Home .outline .outline__illust02 {
  left: 60%;
  width: 90px;
  bottom: -2px;
}

#Home .outline .outline__illust02 .svg-wrap {
  padding-top: 90%;
}

@media (max-width: 1280px) {
  #Home .outline .outline__illust02 {
    width: calc(90px * .8);
  }
}

@media (max-width: 767px) {
  #Home .outline .outline__illust02 {
    width: calc(90px * .7);
  }
}

@media (max-width: 640px) {
  #Home .outline .outline__illust02 {
    width: calc(90px * .6);
  }
}

#Home .outline .outline__illust03 {
  right: 50px;
  width: 100px;
  bottom: -3px;
}

#Home .outline .outline__illust03 .svg-wrap {
  padding-top: 110%;
}

@media (max-width: 1280px) {
  #Home .outline .outline__illust03 {
    width: calc(100px * .8);
  }
}

@media (max-width: 767px) {
  #Home .outline .outline__illust03 {
    width: calc(100px * .7);
    right: 20px;
  }
}

@media (max-width: 640px) {
  #Home .outline .outline__illust03 {
    width: calc(100px * .6);
    right: 10px;
  }
}

#Home .facebook {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #Home .facebook {
    padding-bottom: 100px;
  }
}

#Home .facebook .uk-container {
  position: relative;
}

#Home .facebook__inner {
  display: flex;
  flex-wrap: wrap;
}

#Home .facebook__text {
  width: calc(50% - 30px);
  margin-right: 30px;
}

#Home .facebook__text p {
  text-align: justify;
  padding-left: 20px;
  margin-top: 50px;
}

#Home .facebook__text .btn {
  margin-left: 20px;
}

#Home .facebook__text .btn a {
  position: relative;
  background: #0866FF;
}

#Home .facebook__text .btn a img {
  height: 26px;
  width: 147px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 960px) {
  #Home .facebook__text .btn a:hover {
    background: #004E9B;
  }
  #Home .facebook__text .btn a:hover img {
    opacity: 1;
  }
}

@media (max-width: 959px) {
  #Home .facebook__text {
    width: 100%;
    margin-right: 0;
  }
  #Home .facebook__text p {
    text-align: center;
    padding-left: 0;
  }
  #Home .facebook__text .btn {
    margin: 0 auto 50px;
  }
}

@media (max-width: 640px) {
  #Home .facebook__text p {
    text-align: left;
  }
}

#Home .facebook__timeline {
  width: calc(50% - 50px);
  margin-left: 50px;
}

#Home .facebook__timeline .fb-page,
#Home .facebook__timeline .fb-page span,
#Home .facebook__timeline iframe {
  width: 100% !important;
  height: 500px !important;
}

@media (max-width: 959px) {
  #Home .facebook__timeline {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #Home .facebook__timeline .fb-page,
  #Home .facebook__timeline .fb-page span,
  #Home .facebook__timeline iframe {
    height: 400px !important;
  }
}

#Home .facebook__illust {
  position: absolute;
  bottom: -105px;
  left: 0;
  width: 520px;
}

#Home .facebook__illust .svg-wrap {
  padding-top: 10%;
}

@media (max-width: 959px) {
  #Home .facebook__illust {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  #Home .facebook__illust {
    width: 90%;
  }
}

#Home .ft__illust {
  display: none;
}

/*--------------------------
 下層ページ共通
----------------------------*/
body.page {
  /* ページタイトル */
}

body.page .pagehead {
  background: #E9EEF5;
  height: 300px;
}

@media (max-width: 640px) {
  body.page .pagehead {
    height: 250px;
  }
}

body.page .pagehead .uk-container {
  position: relative;
  height: 100%;
}

body.page .pagehead__cnts {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
}

@media (max-width: 959px) {
  body.page .pagehead__cnts {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}

body.page .pagehead h2 {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.page .pagehead h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  body.page .pagehead h2 {
    font-size: 28px;
  }
}

body.page .pagehead h2 span {
  display: block;
}

body.page .pagehead h2 span.kr {
  font-size: 15px;
  color: #608BCE;
  font-weight: 500;
}

body.page .pagehead h2 span.subtitle {
  font-size: 24px;
  color: #004E9B;
  margin-top: 15px;
}

body.page .pagehead .breadcrumb {
  margin-top: 20px;
}

body.page .pagehead .breadcrumb ul {
  margin: 0 !important;
  padding: 0;
}

body.page .pagehead .breadcrumb ul li {
  margin-top: 0;
  display: inline-block;
  line-height: 1.0;
  position: relative;
  padding-right: 2em;
}

body.page .pagehead .breadcrumb ul li a, body.page .pagehead .breadcrumb ul li span {
  font-size: 12px;
  display: block;
}

body.page .pagehead .breadcrumb ul li a {
  text-decoration: underline;
}

body.page .pagehead .breadcrumb ul li::after {
  content: '＞';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.5em;
  font-size: 11px;
}

body.page .pagehead .breadcrumb ul li:last-child {
  padding-right: 0;
}

body.page .pagehead .breadcrumb ul li:last-child::after {
  content: none;
}

body.page .ttl01 {
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  body.page .ttl01 {
    margin-bottom: 30px;
  }
}

body.page .uk-section-large {
  padding-bottom: 0;
}

body.page .uk-section-large .section__inner {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  body.page .uk-section-large .section__inner {
    padding: 0;
  }
}

body.page .uk-section-large:last-of-type {
  padding-bottom: 100px;
}

@media (max-width: 640px) {
  body.page .uk-section-large:last-of-type {
    padding-bottom: 50px;
  }
}

body.page .uk-section-large .uk-container.flex {
  display: flex;
  flex-wrap: wrap;
}

body.page .uk-section-large .uk-container.flex .section__title {
  width: 300px;
  box-sizing: border-box;
  padding-right: 30px;
  box-sizing: border-box;
}

body.page .uk-section-large .uk-container.flex .section__title p {
  padding: 0 20px;
}

body.page .uk-section-large .uk-container.flex .section__inner {
  width: calc(100% - 300px);
  margin-top: 10px;
}

@media (max-width: 959px) {
  body.page .uk-section-large .uk-container.flex .section__title {
    width: 100%;
  }
  body.page .uk-section-large .uk-container.flex .section__title p {
    padding: 0;
  }
  body.page .uk-section-large .uk-container.flex .section__inner {
    width: 100%;
    margin-top: 0;
  }
}

body.page .ft__illust {
  position: relative;
  height: 150px;
  z-index: 1;
}

@media (max-width: 640px) {
  body.page .ft__illust {
    height: 120px;
  }
}

body.page .ft__illust .ft__illust01,
body.page .ft__illust .ft__illust02,
body.page .ft__illust .ft__illust03 {
  position: absolute;
  bottom: 0px;
}

body.page .ft__illust .ft__illust01 {
  left: 50px;
  width: 450px;
}

body.page .ft__illust .ft__illust01 .svg-wrap {
  padding-top: 40%;
}

@media (max-width: 959px) {
  body.page .ft__illust .ft__illust01 {
    width: calc(450px * .8);
  }
}

@media (max-width: 767px) {
  body.page .ft__illust .ft__illust01 {
    width: calc(450px * .7);
    left: 20px;
  }
}

@media (max-width: 767px) {
  body.page .ft__illust .ft__illust01 {
    width: calc(450px * .6);
    left: -80px;
  }
}

body.page .ft__illust .ft__illust02 {
  left: 60%;
  width: 90px;
  bottom: -2px;
}

body.page .ft__illust .ft__illust02 .svg-wrap {
  padding-top: 90%;
}

@media (max-width: 959px) {
  body.page .ft__illust .ft__illust02 {
    width: calc(90px * .8);
  }
}

@media (max-width: 767px) {
  body.page .ft__illust .ft__illust02 {
    width: calc(90px * .7);
  }
}

@media (max-width: 640px) {
  body.page .ft__illust .ft__illust02 {
    width: calc(90px * .6);
  }
}

body.page .ft__illust .ft__illust03 {
  right: 50px;
  width: 100px;
  bottom: -3px;
}

body.page .ft__illust .ft__illust03 .svg-wrap {
  padding-top: 110%;
}

@media (max-width: 959px) {
  body.page .ft__illust .ft__illust03 {
    width: calc(100px * .8);
  }
}

@media (max-width: 767px) {
  body.page .ft__illust .ft__illust03 {
    width: calc(100px * .7);
    right: 20px;
  }
}

@media (max-width: 640px) {
  body.page .ft__illust .ft__illust03 {
    width: calc(100px * .6);
    right: 10px;
  }
}

/*--------------------------
 学校概要
----------------------------*/
body[id^="About"] header .hd__gnavi nav > ul > li:nth-child(3)::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #608BCE;
  position: absolute;
  bottom: -38px;
  left: 0;
}

body[id^="About"] header.uk-sticky.uk-active .hd__gnavi nav > ul > li {
  position: relative;
}

body[id^="About"] header.uk-sticky.uk-active .hd__gnavi nav > ul > li::after {
  bottom: -23px;
}

body[id^="About"] .contents {
  /* 沿革と年間行事 */
}

body[id^="About"] .contents .history__list, body[id^="About"] .contents .event__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 767px) {
  body[id^="About"] .contents .history__list::before, body[id^="About"] .contents .event__list::before {
    content: '';
    width: 3px;
    background: #efefef;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 3.5px;
  }
}

body[id^="About"] .contents .history__list dt, body[id^="About"] .contents .history__list dd, body[id^="About"] .contents .event__list dt, body[id^="About"] .contents .event__list dd {
  padding: 15px;
  box-sizing: border-box;
}

body[id^="About"] .contents .history__list dt, body[id^="About"] .contents .event__list dt {
  width: 10em;
  position: relative;
}

body[id^="About"] .contents .history__list dt::after, body[id^="About"] .contents .event__list dt::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #004E9B;
  position: absolute;
  top: 22px;
  right: 0px;
  z-index: 1;
}

body[id^="About"] .contents .history__list dt::before, body[id^="About"] .contents .event__list dt::before {
  content: '';
  width: 3px;
  height: 100%;
  background: #efefef;
  position: absolute;
  right: 3.5px;
  top: 0;
}

body[id^="About"] .contents .history__list dt:first-of-type::before, body[id^="About"] .contents .event__list dt:first-of-type::before {
  top: 22px;
}

body[id^="About"] .contents .history__list dt:last-of-type::before, body[id^="About"] .contents .event__list dt:last-of-type::before {
  bottom: 22px;
  top: auto;
}

@media (max-width: 767px) {
  body[id^="About"] .contents .history__list dt, body[id^="About"] .contents .event__list dt {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 20px;
  }
  body[id^="About"] .contents .history__list dt::after, body[id^="About"] .contents .event__list dt::after {
    position: absolute;
    top: 7px;
    right: auto;
    left: 0;
  }
  body[id^="About"] .contents .history__list dt::before, body[id^="About"] .contents .event__list dt::before {
    content: none;
  }
}

body[id^="About"] .contents .history__list dd, body[id^="About"] .contents .event__list dd {
  width: calc(100% - 10em);
}

@media (max-width: 767px) {
  body[id^="About"] .contents .history__list dd, body[id^="About"] .contents .event__list dd {
    width: 100% !important;
    padding-top: 0;
    padding-left: 20px;
  }
}

/*--------------------------
 学校の特色
----------------------------*/
body#Feature .featurebox h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 640px) {
  body#Feature .featurebox h4 {
    font-size: 18px;
    padding: 6px 10px;
    padding-left: 25px;
  }
}

body#Feature .featurebox h4::before {
  content: '';
  width: 10px;
  top: 0;
  bottom: 0;
  background: #608BCE;
  position: absolute;
  left: 0;
}

body#Feature .featurebox.orange {
  margin-top: 50px;
}

body#Feature .featurebox.orange h4::before {
  background: #EB943F;
}

body#Feature .featurebox.green {
  margin-top: 50px;
}

body#Feature .featurebox.green h4::before {
  background: #46AA8A;
}

body#Feature .featurebox .uk-flex {
  flex-wrap: wrap;
  align-items: flex-start;
}

body#Feature .featurebox .text {
  width: calc(50% - 30px);
  margin-right: 30px;
}

body#Feature .featurebox .text p {
  text-align: justify;
}

body#Feature .featurebox .img {
  width: calc(50% + 15px);
  display: flex;
  margin-left: -15px;
  flex-wrap: wrap;
}

body#Feature .featurebox .img > * {
  width: calc(50% - 15px);
  margin-left: 15px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1180px) and (min-width: 960px) {
  body#Feature .featurebox .text {
    width: calc(100% + 15px);
    order: 2;
  }
  body#Feature .featurebox .img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body#Feature .featurebox .text {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
  body#Feature .featurebox .img {
    width: calc(100% + 15px);
    order: 1;
    margin-bottom: 20px;
  }
}

/*--------------------------
 学校概要（教科内容と学校日課）
----------------------------*/
body#AboutCurriculum {
  /* 教科内容 */
  /* 学校日課 */
}

@media (max-width: 640px) {
  body#AboutCurriculum .curriculum table {
    width: 800px;
  }
}

body#AboutCurriculum .curriculum table th, body#AboutCurriculum .curriculum table td {
  text-align: center;
}

@media (min-width: 1600px) {
  body#AboutCurriculum .curriculum table th br, body#AboutCurriculum .curriculum table td br {
    display: none;
  }
}

@media (max-width: 1280px) {
  body#AboutCurriculum .curriculum table th, body#AboutCurriculum .curriculum table td {
    padding: 10px 5px;
  }
}

@media (max-width: 959px) {
  body#AboutCurriculum .curriculum table th br, body#AboutCurriculum .curriculum table td br {
    display: none;
  }
}

@media (max-width: 640px) {
  body#AboutCurriculum .curriculum table th, body#AboutCurriculum .curriculum table td {
    padding: 10px;
  }
}

body#AboutCurriculum .curriculum table tr th {
  text-align: center;
  background: #E9EEF5;
}

body#AboutCurriculum .curriculum table tr th:nth-child(2) {
  white-space: nowrap;
}

body#AboutCurriculum .curriculum table tr th .spn {
  display: none;
}

@media (max-width: 767px) {
  body#AboutCurriculum .curriculum table tr th .spn {
    display: inline-block;
  }
}

body#AboutCurriculum .curriculum table tr.table__ft th, body#AboutCurriculum .curriculum table tr.table__ft td {
  text-align: center;
}

@media (max-width: 640px) {
  body#AboutCurriculum .routine table {
    width: 600px;
  }
}

body#AboutCurriculum .routine table th, body#AboutCurriculum .routine table td {
  text-align: center;
}

body#AboutCurriculum .routine table th {
  background: #E9EEF5;
  white-space: nowrap;
}

/*--------------------------
 学校概要（通学バスとクラブ活動）
----------------------------*/
body#AboutClub .bus .section__inner, body#AboutClub .club .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

body#AboutClub .bus .section__inner .bus__text,
body#AboutClub .bus .section__inner .club__text, body#AboutClub .club .section__inner .bus__text,
body#AboutClub .club .section__inner .club__text {
  width: calc(100% - 350px);
  padding-right: 50px;
  box-sizing: border-box;
}

body#AboutClub .bus .section__inner .bus__text table th,
body#AboutClub .bus .section__inner .club__text table th, body#AboutClub .club .section__inner .bus__text table th,
body#AboutClub .club .section__inner .club__text table th {
  background: #E9EEF5;
}

body#AboutClub .bus .section__inner .bus__img,
body#AboutClub .bus .section__inner .club__img, body#AboutClub .club .section__inner .bus__img,
body#AboutClub .club .section__inner .club__img {
  width: 350px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}

body#AboutClub .club table th, body#AboutClub .club table td {
  text-align: center;
}

body#AboutClub .club__img img {
  border-radius: 5px;
}

body#AboutClub .club__img img:nth-child(n+2) {
  margin-top: 15px;
}

/*--------------------------
 学校概要（納付金と年間行事）
----------------------------*/
body#AboutEvent .contents {
  /* 納付金　*/
  /* 年間行事　*/
}

body#AboutEvent .contents .payment table th {
  background: #E9EEF5;
}

body#AboutEvent .contents .bus .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

body#AboutEvent .contents .bus .section__inner .bus__text {
  width: calc(100% - 350px);
  padding-right: 50px;
  box-sizing: border-box;
}

body#AboutEvent .contents .bus .section__inner .bus__text table th {
  background: #E9EEF5;
}

body#AboutEvent .contents .bus .section__inner .bus__img {
  width: 350px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}

body#AboutEvent .contents .event .section__inner {
  width: calc(100% - 300px - 250px);
}

@media (max-width: 959px) {
  body#AboutEvent .contents .event .section__inner {
    width: calc(100% - 250px);
  }
}

@media (max-width: 640px) {
  body#AboutEvent .contents .event .section__inner {
    width: 100%;
  }
}

body#AboutEvent .contents .event .section__img {
  width: 250px;
}

body#AboutEvent .contents .event .section__img div {
  border-radius: 5px;
  overflow: hidden;
}

body#AboutEvent .contents .event .section__img div:nth-child(n+2) {
  margin-top: 10px;
}

@media (max-width: 640px) {
  body#AboutEvent .contents .event .section__img {
    display: none;
  }
}

body#AboutEvent .contents .event__list dt {
  width: 5em;
}

@media (max-width: 767px) {
  body#AboutEvent .contents .event__list dt {
    font-size: 110%;
  }
}

body#AboutEvent .contents .event__list dt:nth-of-type(1)::after {
  background: #EB6EA5;
}

body#AboutEvent .contents .event__list dt:nth-of-type(2)::after {
  background: #608BCE;
}

body#AboutEvent .contents .event__list dt:nth-of-type(3)::after {
  background: #46AA8A;
}

body#AboutEvent .contents .event__list dt:nth-of-type(4)::after {
  background: #E5C028;
}

body#AboutEvent .contents .event__list dt:nth-of-type(5)::after {
  background: #EC6D74;
}

body#AboutEvent .contents .event__list dt:nth-of-type(6)::after {
  background: #CDA45A;
}

body#AboutEvent .contents .event__list dt:nth-of-type(7)::after {
  background: #A875B0;
}

body#AboutEvent .contents .event__list dt:nth-of-type(8)::after {
  background: #A5694A;
}

body#AboutEvent .contents .event__list dt:nth-of-type(9)::after {
  background: #78C3D8;
}

body#AboutEvent .contents .event__list dt:nth-of-type(10)::after {
  background: #B12524;
}

body#AboutEvent .contents .event__list dt:nth-of-type(11)::after {
  background: #6BC2AD;
}

body#AboutEvent .contents .event__list dt:nth-of-type(12)::after {
  background: #EB943F;
}

body#AboutEvent .contents .event__list dd {
  width: calc(100% - 5em);
}

body#AboutEvent .contents .event__list dd ul {
  margin-left: 20px;
}

@media (max-width: 767px) {
  body#AboutEvent .contents .event__list dd ul {
    margin-left: 0;
  }
}

body#AboutEvent .contents .event__list dd ul li {
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
}

body#AboutEvent .contents .event__list dd ul.pink li::before {
  background: #EB6EA5;
}

body#AboutEvent .contents .event__list dd ul.blue li::before {
  background: #608BCE;
}

body#AboutEvent .contents .event__list dd ul.green li::before {
  background: #46AA8A;
}

body#AboutEvent .contents .event__list dd ul.yellow li::before {
  background: #E5C028;
}

body#AboutEvent .contents .event__list dd ul.red li::before {
  background: #EC6D74;
}

body#AboutEvent .contents .event__list dd ul.mustard li::before {
  background: #CDA45A;
}

body#AboutEvent .contents .event__list dd ul.purple li::before {
  background: #A875B0;
}

body#AboutEvent .contents .event__list dd ul.brown li::before {
  background: #A5694A;
}

body#AboutEvent .contents .event__list dd ul.lblue li::before {
  background: #78C3D8;
}

body#AboutEvent .contents .event__list dd ul.dred li::before {
  background: #B12524;
}

body#AboutEvent .contents .event__list dd ul.lgreen li::before {
  background: #6BC2AD;
}

body#AboutEvent .contents .event__list dd ul.orange li::before {
  background: #EB943F;
}

body#AboutEvent .contents .event__list dd .spnimg {
  display: none;
}

@media (max-width: 640px) {
  body#AboutEvent .contents .event__list dd .spnimg {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 8px;
    max-width: 350px;
  }
}

/*--------------------------
 学校概要（沿革とアクセス）
----------------------------*/
body#AboutAccess .contents {
  /* アクセス */
}

body#AboutAccess .contents .access__info h4 {
  font-size: 18px;
  font-weight: bold;
}

body#AboutAccess .contents .access__info h4 span {
  font-size: 16px;
  margin-right: 0.6em;
}

@media (max-width: 640px) {
  body#AboutAccess .contents .access__info h4 span {
    display: block;
    margin-right: 0;
  }
}

body#AboutAccess .contents .access .map iframe {
  height: 450px;
}

@media (max-width: 640px) {
  body#AboutAccess .contents .access .map iframe {
    height: 300px;
  }
}

/*--------------------------
 附属幼稚園
----------------------------*/
body#Yuchiban,
body#Kkotbong {
  /* 年間行事　*/
  /* 年間行事　*/
}

body#Yuchiban .pagehead-yuchiban,
body#Yuchiban .pagehead-kkotbong,
body#Kkotbong .pagehead-yuchiban,
body#Kkotbong .pagehead-kkotbong {
  padding: 100px 0 0px;
  text-align: center;
  background: #e9f7ff;
  position: relative;
}

body#Yuchiban .pagehead-yuchiban h2,
body#Yuchiban .pagehead-kkotbong h2,
body#Kkotbong .pagehead-yuchiban h2,
body#Kkotbong .pagehead-kkotbong h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  font-family: m-plus-rounded-1m, gulim, sans-serif;
}

body#Yuchiban .pagehead-yuchiban h2 span,
body#Yuchiban .pagehead-kkotbong h2 span,
body#Kkotbong .pagehead-yuchiban h2 span,
body#Kkotbong .pagehead-kkotbong h2 span {
  display: block;
  color: #608BCE;
  font-size: 20px;
}

@media (max-width: 640px) {
  body#Yuchiban .pagehead-yuchiban h2,
  body#Yuchiban .pagehead-kkotbong h2,
  body#Kkotbong .pagehead-yuchiban h2,
  body#Kkotbong .pagehead-kkotbong h2 {
    font-size: 36px;
  }
  body#Yuchiban .pagehead-yuchiban h2 span,
  body#Yuchiban .pagehead-kkotbong h2 span,
  body#Kkotbong .pagehead-yuchiban h2 span,
  body#Kkotbong .pagehead-kkotbong h2 span {
    font-size: 16px;
  }
}

body#Yuchiban .pagehead-yuchiban::before, body#Yuchiban .pagehead-yuchiban::after,
body#Yuchiban .pagehead-kkotbong::before,
body#Yuchiban .pagehead-kkotbong::after,
body#Kkotbong .pagehead-yuchiban::before,
body#Kkotbong .pagehead-yuchiban::after,
body#Kkotbong .pagehead-kkotbong::before,
body#Kkotbong .pagehead-kkotbong::after {
  content: '';
  width: 300px;
  padding-top: 50%;
  background: url(../img/yuchiban/kumo.png) no-repeat top left/100% auto;
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  body#Yuchiban .pagehead-yuchiban::before, body#Yuchiban .pagehead-yuchiban::after,
  body#Yuchiban .pagehead-kkotbong::before,
  body#Yuchiban .pagehead-kkotbong::after,
  body#Kkotbong .pagehead-yuchiban::before,
  body#Kkotbong .pagehead-yuchiban::after,
  body#Kkotbong .pagehead-kkotbong::before,
  body#Kkotbong .pagehead-kkotbong::after {
    width: 150px;
  }
}

body#Yuchiban .pagehead-yuchiban::before,
body#Yuchiban .pagehead-kkotbong::before,
body#Kkotbong .pagehead-yuchiban::before,
body#Kkotbong .pagehead-kkotbong::before {
  left: 0;
}

body#Yuchiban .pagehead-yuchiban::after,
body#Yuchiban .pagehead-kkotbong::after,
body#Kkotbong .pagehead-yuchiban::after,
body#Kkotbong .pagehead-kkotbong::after {
  right: 0;
  transform: scale(-1, 1);
}

body#Yuchiban .ft__illust,
body#Kkotbong .ft__illust {
  background: #e9f7ff;
}

body#Yuchiban .contents .bg,
body#Kkotbong .contents .bg {
  background: #e9f7ff;
}

body#Yuchiban .contents .bg .uk-container,
body#Kkotbong .contents .bg .uk-container {
  max-width: 1200px;
}

body#Yuchiban .yuchiban__cnts,
body#Kkotbong .yuchiban__cnts {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 100px;
}

body#Yuchiban .yuchiban__cnts h3,
body#Kkotbong .yuchiban__cnts h3 {
  font-family: m-plus-rounded-1m, gulim, sans-serif;
}

@media (max-width: 640px) {
  body#Yuchiban .yuchiban__cnts,
  body#Kkotbong .yuchiban__cnts {
    padding: 30px;
  }
}

body#Yuchiban .message,
body#Kkotbong .message {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 640px) {
  body#Yuchiban .message,
  body#Kkotbong .message {
    text-align: left;
    padding-top: 0;
    padding-bottom: 100px;
  }
}

body#Yuchiban .message .uk-container,
body#Kkotbong .message .uk-container {
  position: relative;
  font-family: m-plus-rounded-1m, gulim, sans-serif;
}

body#Yuchiban .message .uk-container .enji01, body#Yuchiban .message .uk-container .enji02,
body#Kkotbong .message .uk-container .enji01,
body#Kkotbong .message .uk-container .enji02 {
  position: absolute;
  bottom: -100px;
  width: 120px;
  height: auto;
}

body#Yuchiban .message .uk-container .enji01,
body#Kkotbong .message .uk-container .enji01 {
  left: 50px;
}

body#Yuchiban .message .uk-container .enji02,
body#Kkotbong .message .uk-container .enji02 {
  right: 50px;
}

@media (max-width: 959px) {
  body#Yuchiban .message .uk-container .enji01, body#Yuchiban .message .uk-container .enji02,
  body#Kkotbong .message .uk-container .enji01,
  body#Kkotbong .message .uk-container .enji02 {
    width: 100px;
  }
}

@media (max-width: 767px) {
  body#Yuchiban .message .uk-container .enji01, body#Yuchiban .message .uk-container .enji02,
  body#Kkotbong .message .uk-container .enji01,
  body#Kkotbong .message .uk-container .enji02 {
    width: 80px;
  }
}

@media (max-width: 767px) {
  body#Yuchiban .message .uk-container .enji01, body#Yuchiban .message .uk-container .enji02,
  body#Kkotbong .message .uk-container .enji01,
  body#Kkotbong .message .uk-container .enji02 {
    bottom: -120px;
  }
  body#Yuchiban .message .uk-container .enji01,
  body#Kkotbong .message .uk-container .enji01 {
    left: 25%;
  }
  body#Yuchiban .message .uk-container .enji02,
  body#Kkotbong .message .uk-container .enji02 {
    right: 25%;
  }
}

body#Yuchiban .goal,
body#Kkotbong .goal {
  padding-top: 30px;
}

body#Yuchiban .goal ol,
body#Kkotbong .goal ol {
  margin: 0;
  padding: 0 0 0 20px;
}

body#Yuchiban .goal ol li:nth-child(n+2),
body#Kkotbong .goal ol li:nth-child(n+2) {
  margin-top: 10px;
}

body#Yuchiban .hoiku ul li:nth-child(n+2),
body#Kkotbong .hoiku ul li:nth-child(n+2) {
  margin-top: 20px;
}

body#Yuchiban .hoiku ul li h4,
body#Kkotbong .hoiku ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-family: m-plus-rounded-1m, gulim, sans-serif;
}

@media (max-width: 640px) {
  body#Yuchiban .hoiku ul li h4,
  body#Kkotbong .hoiku ul li h4 {
    font-size: 18px;
    padding: 6px 10px;
    padding-left: 25px;
  }
}

body#Yuchiban .hoiku ul li h4::before,
body#Kkotbong .hoiku ul li h4::before {
  content: '';
  width: 10px;
  top: 0;
  bottom: 0;
  background: #608BCE;
  position: absolute;
  left: 0;
}

body#Yuchiban .hoiku ul li.orange h4::before,
body#Kkotbong .hoiku ul li.orange h4::before {
  background: #EB943F;
}

body#Yuchiban .hoiku ul li.green h4::before,
body#Kkotbong .hoiku ul li.green h4::before {
  background: #46AA8A;
}

body#Yuchiban .hoiku ul li.pink h4::before,
body#Kkotbong .hoiku ul li.pink h4::before {
  background: #EB6EA5;
}

body#Yuchiban .hoiku ul li.yellow h4::before,
body#Kkotbong .hoiku ul li.yellow h4::before {
  background: #E5C028;
}

body#Yuchiban .hoiku ul li p,
body#Kkotbong .hoiku ul li p {
  margin: 0;
}

body#Yuchiban .hoiku .uk-flex,
body#Kkotbong .hoiku .uk-flex {
  margin-left: -30px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  body#Yuchiban .hoiku .uk-flex,
  body#Kkotbong .hoiku .uk-flex {
    margin-left: 0;
  }
}

body#Yuchiban .hoiku .uk-flex > div,
body#Kkotbong .hoiku .uk-flex > div {
  margin-left: 30px;
}

body#Yuchiban .hoiku .uk-flex > div.text,
body#Kkotbong .hoiku .uk-flex > div.text {
  width: calc(65% - 30px);
}

body#Yuchiban .hoiku .uk-flex > div.img,
body#Kkotbong .hoiku .uk-flex > div.img {
  width: calc(35% - 30px);
}

body#Yuchiban .hoiku .uk-flex > div.img img,
body#Kkotbong .hoiku .uk-flex > div.img img {
  border-radius: 5px;
  overflow: hidden;
}

body#Yuchiban .hoiku .uk-flex > div.img img:nth-child(n+2),
body#Kkotbong .hoiku .uk-flex > div.img img:nth-child(n+2) {
  margin-top: 15px;
}

@media (max-width: 640px) {
  body#Yuchiban .hoiku .uk-flex > div.text,
  body#Kkotbong .hoiku .uk-flex > div.text {
    width: 100%;
    margin-left: 0;
  }
  body#Yuchiban .hoiku .uk-flex > div.img,
  body#Kkotbong .hoiku .uk-flex > div.img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
  }
  body#Yuchiban .hoiku .uk-flex > div.img img,
  body#Kkotbong .hoiku .uk-flex > div.img img {
    display: block;
    width: calc(33.33% - 5px);
    margin-left: 5px;
  }
  body#Yuchiban .hoiku .uk-flex > div.img img:nth-child(n+2),
  body#Kkotbong .hoiku .uk-flex > div.img img:nth-child(n+2) {
    margin-top: 0px;
  }
}

body#Yuchiban .target ul li,
body#Kkotbong .target ul li {
  position: relative;
  padding-left: 20px;
}

body#Yuchiban .target ul li::before,
body#Kkotbong .target ul li::before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 6.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

body#Yuchiban .target ul li.blue::before,
body#Kkotbong .target ul li.blue::before {
  background: #608BCE;
}

body#Yuchiban .target ul li.pink::before,
body#Kkotbong .target ul li.pink::before {
  background: #EB6EA5;
}

body#Yuchiban .target ul li.yellow::before,
body#Kkotbong .target ul li.yellow::before {
  background: #E5C028;
}

body#Yuchiban .event__list, body#Yuchiban .nikka__list,
body#Kkotbong .event__list,
body#Kkotbong .nikka__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 767px) {
  body#Yuchiban .event__list::before, body#Yuchiban .nikka__list::before,
  body#Kkotbong .event__list::before,
  body#Kkotbong .nikka__list::before {
    content: '';
    width: 3px;
    background: #efefef;
    position: absolute;
    top: 22px;
    bottom: 0;
    left: 3.5px;
  }
}

body#Yuchiban .event__list dt, body#Yuchiban .event__list dd, body#Yuchiban .nikka__list dt, body#Yuchiban .nikka__list dd,
body#Kkotbong .event__list dt,
body#Kkotbong .event__list dd,
body#Kkotbong .nikka__list dt,
body#Kkotbong .nikka__list dd {
  padding: 15px;
  box-sizing: border-box;
}

body#Yuchiban .event__list dt, body#Yuchiban .nikka__list dt,
body#Kkotbong .event__list dt,
body#Kkotbong .nikka__list dt {
  width: 5em;
  position: relative;
}

@media (max-width: 767px) {
  body#Yuchiban .event__list dt br, body#Yuchiban .nikka__list dt br,
  body#Kkotbong .event__list dt br,
  body#Kkotbong .nikka__list dt br {
    display: none;
  }
}

body#Yuchiban .event__list dt span, body#Yuchiban .nikka__list dt span,
body#Kkotbong .event__list dt span,
body#Kkotbong .nikka__list dt span {
  display: none;
}

@media (max-width: 767px) {
  body#Yuchiban .event__list dt span, body#Yuchiban .nikka__list dt span,
  body#Kkotbong .event__list dt span,
  body#Kkotbong .nikka__list dt span {
    display: inline-block;
  }
}

body#Yuchiban .event__list dt::after, body#Yuchiban .nikka__list dt::after,
body#Kkotbong .event__list dt::after,
body#Kkotbong .nikka__list dt::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #004E9B;
  position: absolute;
  top: 22px;
  right: 0px;
  z-index: 1;
}

body#Yuchiban .event__list dt::before, body#Yuchiban .nikka__list dt::before,
body#Kkotbong .event__list dt::before,
body#Kkotbong .nikka__list dt::before {
  content: '';
  width: 3px;
  height: 100%;
  background: #efefef;
  position: absolute;
  right: 3.5px;
  top: 0;
}

body#Yuchiban .event__list dt:first-of-type::before, body#Yuchiban .nikka__list dt:first-of-type::before,
body#Kkotbong .event__list dt:first-of-type::before,
body#Kkotbong .nikka__list dt:first-of-type::before {
  top: 22px;
}

body#Yuchiban .event__list dt:last-of-type::before, body#Yuchiban .nikka__list dt:last-of-type::before,
body#Kkotbong .event__list dt:last-of-type::before,
body#Kkotbong .nikka__list dt:last-of-type::before {
  bottom: 5em;
  top: auto;
}

@media (max-width: 767px) {
  body#Yuchiban .event__list dt, body#Yuchiban .nikka__list dt,
  body#Kkotbong .event__list dt,
  body#Kkotbong .nikka__list dt {
    font-size: 110%;
    width: 100%;
  }
  body#Yuchiban .event__list dt::after, body#Yuchiban .nikka__list dt::after,
  body#Kkotbong .event__list dt::after,
  body#Kkotbong .nikka__list dt::after {
    position: absolute;
    top: 22px;
    right: auto;
    left: 0;
  }
  body#Yuchiban .event__list dt::before, body#Yuchiban .nikka__list dt::before,
  body#Kkotbong .event__list dt::before,
  body#Kkotbong .nikka__list dt::before {
    content: none;
  }
}

body#Yuchiban .event__list dt:nth-of-type(1)::after, body#Yuchiban .nikka__list dt:nth-of-type(1)::after,
body#Kkotbong .event__list dt:nth-of-type(1)::after,
body#Kkotbong .nikka__list dt:nth-of-type(1)::after {
  background: #EB6EA5;
}

body#Yuchiban .event__list dt:nth-of-type(2)::after, body#Yuchiban .nikka__list dt:nth-of-type(2)::after,
body#Kkotbong .event__list dt:nth-of-type(2)::after,
body#Kkotbong .nikka__list dt:nth-of-type(2)::after {
  background: #46AA8A;
}

body#Yuchiban .event__list dt:nth-of-type(3)::after, body#Yuchiban .nikka__list dt:nth-of-type(3)::after,
body#Kkotbong .event__list dt:nth-of-type(3)::after,
body#Kkotbong .nikka__list dt:nth-of-type(3)::after {
  background: #EC6D74;
}

body#Yuchiban .event__list dt:nth-of-type(4)::after, body#Yuchiban .nikka__list dt:nth-of-type(4)::after,
body#Kkotbong .event__list dt:nth-of-type(4)::after,
body#Kkotbong .nikka__list dt:nth-of-type(4)::after {
  background: #CDA45A;
}

body#Yuchiban .event__list dt:nth-of-type(5)::after, body#Yuchiban .nikka__list dt:nth-of-type(5)::after,
body#Kkotbong .event__list dt:nth-of-type(5)::after,
body#Kkotbong .nikka__list dt:nth-of-type(5)::after {
  background: #EB943F;
}

body#Yuchiban .event__list dt:nth-of-type(6)::after, body#Yuchiban .nikka__list dt:nth-of-type(6)::after,
body#Kkotbong .event__list dt:nth-of-type(6)::after,
body#Kkotbong .nikka__list dt:nth-of-type(6)::after {
  background: #A875B0;
}

body#Yuchiban .event__list dd, body#Yuchiban .nikka__list dd,
body#Kkotbong .event__list dd,
body#Kkotbong .nikka__list dd {
  width: calc(100% - 5em);
}

@media (max-width: 767px) {
  body#Yuchiban .event__list dd, body#Yuchiban .nikka__list dd,
  body#Kkotbong .event__list dd,
  body#Kkotbong .nikka__list dd {
    width: 100% !important;
    padding-top: 0;
    padding-left: 20px;
  }
}

body#Yuchiban .event__list dd ul, body#Yuchiban .nikka__list dd ul,
body#Kkotbong .event__list dd ul,
body#Kkotbong .nikka__list dd ul {
  margin-left: 20px;
}

@media (max-width: 767px) {
  body#Yuchiban .event__list dd ul, body#Yuchiban .nikka__list dd ul,
  body#Kkotbong .event__list dd ul,
  body#Kkotbong .nikka__list dd ul {
    margin-left: 0;
  }
}

body#Yuchiban .event__list dd ul li, body#Yuchiban .nikka__list dd ul li,
body#Kkotbong .event__list dd ul li,
body#Kkotbong .nikka__list dd ul li {
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
}

body#Yuchiban .event__list dd ul.pink li::before, body#Yuchiban .nikka__list dd ul.pink li::before,
body#Kkotbong .event__list dd ul.pink li::before,
body#Kkotbong .nikka__list dd ul.pink li::before {
  background: #EB6EA5;
}

body#Yuchiban .event__list dd ul.blue li::before, body#Yuchiban .nikka__list dd ul.blue li::before,
body#Kkotbong .event__list dd ul.blue li::before,
body#Kkotbong .nikka__list dd ul.blue li::before {
  background: #608BCE;
}

body#Yuchiban .event__list dd ul.green li::before, body#Yuchiban .nikka__list dd ul.green li::before,
body#Kkotbong .event__list dd ul.green li::before,
body#Kkotbong .nikka__list dd ul.green li::before {
  background: #46AA8A;
}

body#Yuchiban .event__list dd ul.yellow li::before, body#Yuchiban .nikka__list dd ul.yellow li::before,
body#Kkotbong .event__list dd ul.yellow li::before,
body#Kkotbong .nikka__list dd ul.yellow li::before {
  background: #E5C028;
}

body#Yuchiban .event__list dd ul.red li::before, body#Yuchiban .nikka__list dd ul.red li::before,
body#Kkotbong .event__list dd ul.red li::before,
body#Kkotbong .nikka__list dd ul.red li::before {
  background: #EC6D74;
}

body#Yuchiban .event__list dd ul.mustard li::before, body#Yuchiban .nikka__list dd ul.mustard li::before,
body#Kkotbong .event__list dd ul.mustard li::before,
body#Kkotbong .nikka__list dd ul.mustard li::before {
  background: #CDA45A;
}

body#Yuchiban .event__list dd ul.purple li::before, body#Yuchiban .nikka__list dd ul.purple li::before,
body#Kkotbong .event__list dd ul.purple li::before,
body#Kkotbong .nikka__list dd ul.purple li::before {
  background: #A875B0;
}

body#Yuchiban .event__list dd ul.brown li::before, body#Yuchiban .nikka__list dd ul.brown li::before,
body#Kkotbong .event__list dd ul.brown li::before,
body#Kkotbong .nikka__list dd ul.brown li::before {
  background: #A5694A;
}

body#Yuchiban .event__list dd ul.lblue li::before, body#Yuchiban .nikka__list dd ul.lblue li::before,
body#Kkotbong .event__list dd ul.lblue li::before,
body#Kkotbong .nikka__list dd ul.lblue li::before {
  background: #78C3D8;
}

body#Yuchiban .event__list dd ul.dred li::before, body#Yuchiban .nikka__list dd ul.dred li::before,
body#Kkotbong .event__list dd ul.dred li::before,
body#Kkotbong .nikka__list dd ul.dred li::before {
  background: #B12524;
}

body#Yuchiban .event__list dd ul.lgreen li::before, body#Yuchiban .nikka__list dd ul.lgreen li::before,
body#Kkotbong .event__list dd ul.lgreen li::before,
body#Kkotbong .nikka__list dd ul.lgreen li::before {
  background: #6BC2AD;
}

body#Yuchiban .event__list dd ul.orange li::before, body#Yuchiban .nikka__list dd ul.orange li::before,
body#Kkotbong .event__list dd ul.orange li::before,
body#Kkotbong .nikka__list dd ul.orange li::before {
  background: #EB943F;
}

body#Yuchiban .event__list dd .spnimg, body#Yuchiban .nikka__list dd .spnimg,
body#Kkotbong .event__list dd .spnimg,
body#Kkotbong .nikka__list dd .spnimg {
  display: none;
}

@media (max-width: 640px) {
  body#Yuchiban .event__list dd .spnimg, body#Yuchiban .nikka__list dd .spnimg,
  body#Kkotbong .event__list dd .spnimg,
  body#Kkotbong .nikka__list dd .spnimg {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 8px;
    max-width: 350px;
  }
}

body#Yuchiban .event .section__inner,
body#Kkotbong .event .section__inner {
  width: calc(100% - 300px - 250px);
}

@media (max-width: 959px) {
  body#Yuchiban .event .section__inner,
  body#Kkotbong .event .section__inner {
    width: calc(100% - 250px);
  }
}

@media (max-width: 640px) {
  body#Yuchiban .event .section__inner,
  body#Kkotbong .event .section__inner {
    width: 100%;
  }
}

body#Yuchiban .event .section__img,
body#Kkotbong .event .section__img {
  width: 250px;
}

body#Yuchiban .event .section__img div,
body#Kkotbong .event .section__img div {
  border-radius: 5px;
  overflow: hidden;
}

body#Yuchiban .event .section__img div:nth-child(n+2),
body#Kkotbong .event .section__img div:nth-child(n+2) {
  margin-top: 10px;
}

@media (max-width: 640px) {
  body#Yuchiban .event .section__img,
  body#Kkotbong .event .section__img {
    display: none;
  }
}

body#Yuchiban .nikka .time,
body#Kkotbong .nikka .time {
  display: flex;
}

body#Yuchiban .nikka .time h4,
body#Kkotbong .nikka .time h4 {
  background: #608BCE;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: m-plus-rounded-1m, gulim, sans-serif;
  margin: 0;
  text-align: center;
}

body#Yuchiban .nikka .time p,
body#Kkotbong .nikka .time p {
  margin: 0;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  body#Yuchiban .nikka .event__list::before,
  body#Kkotbong .nikka .event__list::before {
    bottom: 80px;
  }
}

body#Yuchiban .nikka .event__list dt::after,
body#Kkotbong .nikka .event__list dt::after {
  background: #608BCE !important;
}

body#Yuchiban .nikka .event__list dt:last-of-type::before,
body#Kkotbong .nikka .event__list dt:last-of-type::before {
  bottom: 50px;
}

body#Yuchiban .nikka .otherinfo h4,
body#Kkotbong .nikka .otherinfo h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 640px) {
  body#Yuchiban .nikka .otherinfo h4,
  body#Kkotbong .nikka .otherinfo h4 {
    font-size: 18px;
    padding: 6px 10px;
    padding-left: 25px;
  }
}

body#Yuchiban .nikka .otherinfo h4::before,
body#Kkotbong .nikka .otherinfo h4::before {
  content: '';
  width: 10px;
  top: 0;
  bottom: 0;
  background: #608BCE;
  position: absolute;
  left: 0;
}

body#Yuchiban .nikka .otherinfo p,
body#Kkotbong .nikka .otherinfo p {
  margin-top: 10px;
}

body#Yuchiban .payment,
body#Kkotbong .payment {
  padding-bottom: 30px !important;
}

body#Yuchiban .payment table,
body#Kkotbong .payment table {
  max-width: 500px;
}

body#Yuchiban .payment table th,
body#Kkotbong .payment table th {
  background: #E9EEF5;
  width: 200px;
}

@media (max-width: 959px) {
  body#Yuchiban .payment table,
  body#Kkotbong .payment table {
    margin: 0 auto;
  }
}

body#Yuchiban .payment .red,
body#Kkotbong .payment .red {
  color: #EC6D74;
}

/*--------------------------
 コッポン
----------------------------*/
body#Kkotbong .uk-lightbox {
  z-index: 999;
}

body#Kkotbong .uk-lightbox .uk-lightbox-items > * > * {
  max-width: 90vw;
  max-height: 90vh;
}

body#Kkotbong .message .uk-container .illust01, body#Kkotbong .message .uk-container .illust02 {
  position: absolute;
  bottom: -100px;
  width: 280px;
  height: auto;
}

@media (max-width: 767px) {
  body#Kkotbong .message .uk-container .illust01, body#Kkotbong .message .uk-container .illust02 {
    width: 200px;
  }
}

body#Kkotbong .message .uk-container .illust01 {
  left: 50px;
}

@media (max-width: 640px) {
  body#Kkotbong .message .uk-container .illust01 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

body#Kkotbong .message .uk-container .illust02 {
  right: 50px;
}

@media (max-width: 640px) {
  body#Kkotbong .message .uk-container .illust02 {
    display: none;
  }
}

body#Kkotbong .gaiyo {
  padding-top: 30px;
}

body#Kkotbong .gaiyo .section__inner {
  width: calc(100% - 300px - 280px);
  margin-right: 30px;
}

@media (max-width: 959px) {
  body#Kkotbong .gaiyo .section__inner {
    width: calc(100% - 280px);
  }
}

@media (max-width: 640px) {
  body#Kkotbong .gaiyo .section__inner {
    width: 100%;
    margin-right: 0;
    order: 3;
  }
}

body#Kkotbong .gaiyo .chirashi {
  width: 250px;
}

body#Kkotbong .gaiyo .chirashi div {
  border-radius: 5px;
  overflow: hidden;
}

body#Kkotbong .gaiyo .chirashi div:nth-child(n+2) {
  margin-top: 10px;
}

@media (max-width: 640px) {
  body#Kkotbong .gaiyo .chirashi {
    width: 100%;
    order: 2;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

body#Kkotbong .gaiyo .box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 25px;
  position: relative;
  font-family: m-plus-rounded-1m, gulim, sans-serif;
}

@media (max-width: 640px) {
  body#Kkotbong .gaiyo .box h4 {
    font-size: 18px;
    padding: 6px 10px;
    padding-left: 25px;
  }
}

body#Kkotbong .gaiyo .box h4::before {
  content: '';
  width: 10px;
  top: 0;
  bottom: 0;
  background: #608BCE;
  position: absolute;
  left: 0;
}

body#Kkotbong .gaiyo .box p {
  margin: 10px 0 0;
}

body#Kkotbong .gaiyo .box p.att {
  margin: 0;
}

body#Kkotbong .gaiyo .box:nth-child(n+2) {
  margin-top: 30px;
}

body#Kkotbong .gaiyo .box .spn {
  display: none;
}

@media (max-width: 959px) {
  body#Kkotbong .gaiyo .box .spn {
    display: block;
  }
}

body#Kkotbong .gaiyo .box .spn a {
  background: #06C755;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

body#Kkotbong .gaiyo .box .qr {
  margin-top: 15px;
}

@media (max-width: 959px) {
  body#Kkotbong .gaiyo .box .qr {
    display: none;
  }
}

body#Kkotbong .gaiyo .box .qr__img {
  width: 100px;
  height: auto;
}

body#Kkotbong .gaiyo .box .qr p {
  padding-left: 15px;
}

/*--------------------------
 お問い合わせ
----------------------------*/
body[id^="Contact"] .required {
  color: #fff;
  background: #EA6666;
  font-size: 12px;
  padding: 4px;
  line-height: 1.0;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
}

body[id^="Contact"] .form__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body[id^="Contact"] .form__title {
  width: 400px;
}

body[id^="Contact"] .form__title .bs-mail-description .required {
  margin-left: 0;
  margin-right: 5px;
}

@media (max-width: 959px) {
  body[id^="Contact"] .form__title {
    width: 100%;
  }
  body[id^="Contact"] .form__title .bs-mail-description {
    text-align: center;
  }
}

@media (max-width: 640px) {
  body[id^="Contact"] .form__title .bs-mail-description {
    text-align: left;
  }
}

body[id^="Contact"] .form__cnts {
  width: calc(100% - 400px);
  max-width: 600px;
}

@media (max-width: 959px) {
  body[id^="Contact"] .form__cnts {
    width: 100%;
    margin: 0 auto;
  }
}

body[id^="Contact"] form {
  /* 同意チェック */
}

body[id^="Contact"] form table {
  width: 100%;
}

body[id^="Contact"] form table th {
  padding: 0;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
}

body[id^="Contact"] form table th .normal {
  display: none;
}

body[id^="Contact"] form table td {
  padding: 15px 0 30px;
  display: block;
}

@media (max-width: 640px) {
  body[id^="Contact"] form table td {
    padding-bottom: 15px;
  }
}

body[id^="Contact"] form table td > span {
  display: block;
}

body[id^="Contact"] form table td > span:nth-child(n+2) {
  margin-top: 10px;
}

body[id^="Contact"] form table td input[type="text"], body[id^="Contact"] form table td input[type="email"], body[id^="Contact"] form table td textarea {
  border: 1px solid #e3e7f3;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  background: #fff;
}

@media (max-width: 640px) {
  body[id^="Contact"] form table td input[type="text"], body[id^="Contact"] form table td input[type="email"], body[id^="Contact"] form table td textarea {
    font-size: 14px;
    padding: 15px;
  }
}

body[id^="Contact"] form table td input[type="text"]::placeholder, body[id^="Contact"] form table td input[type="email"]::placeholder, body[id^="Contact"] form table td textarea::placeholder {
  color: #D8D8D8;
}

body[id^="Contact"] form table td textarea {
  resize: vertical;
}

body[id^="Contact"] form table td .radiobox {
  margin-left: -20px;
}

body[id^="Contact"] form table td .radiobox > * {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  body[id^="Contact"] form table td .radiobox > * {
    display: block;
    margin-bottom: 0;
  }
  body[id^="Contact"] form table td .radiobox > *:nth-child(n+2) {
    margin-top: 15px;
  }
}

body[id^="Contact"] form table td .radiobox > * input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #A5A5A5;
  border-radius: 10px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body[id^="Contact"] form table td .radiobox > * input[type="radio"]:checked::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #46AA8A;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

body[id^="Contact"] form .privacy__check {
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 640px) {
  body[id^="Contact"] form .privacy__check {
    margin: 15px 0;
  }
}

body[id^="Contact"] form .privacy__check input[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #A5A5A5;
  vertical-align: -15px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body[id^="Contact"] form .privacy__check input[type="checkbox"]:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid #46AA8A;
  border-bottom: 3px solid #46AA8A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
  top: 45%;
}

@media (max-width: 640px) {
  body[id^="Contact"] form .privacy__check input[type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: -10px;
  }
}

body[id^="Contact"] form .privacy__check span {
  font-weight: bold;
}

body[id^="Contact"] form .privacy__check span a {
  color: #608BCE;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}

body[id^="Contact"] form .privacy__check span a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
}

body[id^="Contact"] form .agree {
  text-align: center;
  margin: 0px auto 50px;
  font-weight: 500;
}

body[id^="Contact"] form .agree a {
  text-decoration: underline;
  color: #004E9B;
}

body[id^="Contact"] form .bs-mail-form-submit {
  display: flex;
  justify-content: center;
}

body[id^="Contact"] form .bs-mail-form-submit input {
  max-width: 350px;
  display: block;
  width: calc(50% - 20px);
  line-height: 1.0;
  height: 60px;
  border-radius: 30px;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s ease 0s;
}

body[id^="Contact"] form .bs-mail-form-submit input:nth-child(n+2) {
  margin-left: 20px;
}

@media (max-width: 640px) {
  body[id^="Contact"] form .bs-mail-form-submit input {
    font-size: 16px;
    height: 50px;
    border-radius: 25px;
    padding: 10px;
    width: calc(50% - 10px);
  }
  body[id^="Contact"] form .bs-mail-form-submit input:nth-child(n+2) {
    margin-left: 10px;
  }
}

body[id^="Contact"] form .bs-mail-form-submit input[type="reset"] {
  background: #666;
}

body[id^="Contact"] form .bs-mail-form-submit input#BtnMessageConfirm {
  background: #608BCE;
}

body[id^="Contact"] form .bs-mail-form-submit input#BtnMessageConfirm.is-disabled {
  background: #E9EEF5;
}

@media (min-width: 960px) {
  body[id^="Contact"] form .bs-mail-form-submit input:hover {
    transition: all 0.5s ease 0s;
  }
  body[id^="Contact"] form .bs-mail-form-submit input:hover[type="reset"] {
    background: #999;
  }
  body[id^="Contact"] form .bs-mail-form-submit input:hover#BtnMessageConfirm {
    background: #004E9B;
  }
  body[id^="Contact"] form .bs-mail-form-submit input:hover#BtnMessageConfirm.is-disabled {
    background: #E9EEF5;
  }
}

/*--------------------------
 お問い合わせ（確認）
----------------------------*/
@media (max-width: 959px) {
  body[id^="Contact"] .confirm .form__title p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  body[id^="Contact"] .confirm .form__title p {
    text-align: left;
  }
}

body[id^="Contact"] .confirm .form__cnts table {
  margin-bottom: 50px;
}

body[id^="Contact"] .confirm .form__cnts table th {
  padding-top: 15px;
}

body[id^="Contact"] .confirm .form__cnts table td {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

body[id^="Contact"] .confirm .form__cnts .error-message {
  color: #ea6666;
}

body[id^="Contact"] .confirm .form__cnts .bs-mail-form-submit input#BtnMessageBack {
  background: #666;
}

body[id^="Contact"] .confirm .form__cnts .bs-mail-form-submit input#BtnMessageSubmit {
  background: #608BCE;
}

/*--------------------------
 お問い合わせ（完了）
----------------------------*/
body[id^="Contact"] .submit .form__cnts a {
  color: #608BCE;
  text-decoration: underline;
}

/*--------------------------
 プライバシーポリシー
----------------------------*/
body#Policy .contents .policy__inner .uk-container {
  max-width: 800px;
}

body#Policy .contents .policy__inner .uk-container h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

body#Policy .contents .policy__inner .uk-container p {
  margin-top: 0;
  font-size: 14px;
}

body#Policy .contents .policy__inner .uk-container p strong {
  font-weight: bold;
}

.ft-fix {
  display: none;
}

@media (max-width: 959px) {
  .ft-fix {
    display: block;
    background: #0866FF;
    height: 70px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .ft-fix a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ft-fix a::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/common/ico_blank.svg) no-repeat center/contain;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .ft-fix span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 25px;
  }
  .ft-fix span::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_fb.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  overflow: hidden;
  background: #608BCE;
  color: #fff;
}

@media (max-width: 959px) {
  footer {
    padding-bottom: 100px !important;
  }
}

footer .ft__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 959px) {
  footer .ft__inner {
    flex-wrap: wrap;
  }
}

footer .ft__info {
  position: relative;
  width: calc(50% - 210px);
  text-align: center;
}

@media (max-width: 959px) {
  footer .ft__info {
    width: 100%;
  }
}

footer .ft__info .logo img {
  width: 300px;
  height: auto;
}

footer .ft__info .info {
  margin: 20px 0;
}

footer .ft__info .info p {
  font-size: 14px;
  margin-bottom: 0;
}

footer .ft__info .btn {
  margin: 50px auto 0;
}

footer .ft__info .btn a {
  background: #fff;
  transition: all 0.5s ease 0s;
}

footer .ft__info .btn a span {
  color: #608BCE;
  padding-right: 0;
  padding-left: 30px;
  transition: all 0.5s ease 0s;
}

footer .ft__info .btn a span::before {
  content: '';
  background: url(../img/common/ico_contact_blue.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  transition: all 0.5s ease 0s;
}

footer .ft__info .btn a span::after {
  content: none;
}

@media (min-width: 960px) {
  footer .ft__info .btn a:hover {
    background: #004E9B;
    transition: all 0.5s ease 0s;
  }
  footer .ft__info .btn a:hover span {
    color: #fff;
    transition: all 0.5s ease 0s;
  }
  footer .ft__info .btn a:hover span::before {
    transition: all 0.5s ease 0s;
    background: url(../img/common/ico_contact.svg) no-repeat center/contain;
  }
}

footer .ft__navi {
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  footer .ft__navi {
    width: 100%;
    margin-top: 50px;
  }
}

footer .ft__navi .uk-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 959px) {
  footer .ft__navi .uk-flex {
    justify-content: center;
  }
}

footer .ft__navi .uk-flex > div {
  margin-left: 80px;
}

@media (max-width: 767px) {
  footer .ft__navi .uk-flex > div {
    margin-left: 50px;
  }
}

@media (max-width: 959px) {
  footer .ft__navi .uk-flex > div:nth-child(3) {
    display: none;
  }
}

footer .ft__navi .uk-flex > div ul li {
  box-sizing: border-box;
  margin: 0;
}

footer .ft__navi .uk-flex > div ul li a {
  color: #fff;
  font-weight: bold;
}

@media (min-width: 960px) {
  footer .ft__navi .uk-flex > div ul li a:hover {
    opacity: .7;
  }
}

footer .ft__navi .uk-flex > div:first-child {
  margin-left: 0;
}

footer .ft__navi .uk-flex > div:first-child ul li:nth-child(n+2) {
  margin-top: 50px;
}

footer .ft__navi .uk-flex > div .child ul li a {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

footer .ft__navi .uk-flex > div .child ul li a::before {
  content: '−';
  display: inline-block;
  margin-right: 3px;
}

footer .ft__navi .uk-flex > div .child ul li:nth-child(n+2) {
  margin-top: 10px;
}

footer .ft__bottom {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}

footer .ft__bottom .copy {
  font-size: 12px;
}

footer .ft__bottom .subnav > ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

footer .ft__bottom .subnav > ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
