@charset "UTF-8";
/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@1,700&display=swap");
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	HTMLタグ再定義
/* -------------------------------------------------------------------------------- */
html {
  font-size: 15px;
}

body {
  min-width: 993px;
  background-color: #FCF8ED;
  color: #534741;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

body:before {
  content: "";
  display: block;
  padding-top: 37.5%;
  background-image: url("../images/bgimg_header.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body:before {
    padding-top: 93.75%;
    background-size: 250% auto;
  }
}

body:not(.home):after {
  content: "";
  display: block;
  padding-top: 17.1875%;
  background-image: url("../images/bgimg_footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

main {
  display: block;
}

dl:last-child {
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

small {
  font-size: 86%;
}

figure {
  text-align: center;
}

figure figcaption {
  font-size: 86%;
  margin-top: .4em;
}

caption {
  font-weight: bold;
}

a,
a * {
  -webkit-transition: all .2s;
  transition: all .2s;
}

main a:link, main a:visited {
  color: #ce7e00;
}

main a:link:not([href*="tel:"]), main a:visited:not([href*="tel:"]) {
  text-decoration: underline;
}

main a:hover, main a:active {
  color: #a56500;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------------------------------------------------------------- */
/*	外部ファイル読み込み
/* -------------------------------------------------------------------------------- */
/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	グリッドシステム
/* -------------------------------------------------------------------------------- */
.row.row-min-gutter > [class*='col-'] {
  padding-right: 1px;
  padding-left: 1px;
}

/* -------------------------------------------------------------------------------- */
/*	見出し
/* -------------------------------------------------------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #534741;
}

.page-header {
  padding-left: 10px;
  padding-right: 10px;
}

.page-header.ouchi {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page-header.ouchi {
    margin-top: 0;
  }
}

.page-header.ouchi:before {
  content: "";
  display: block;
  width: 300px;
  height: 260px;
  background-image: url("../images/ouchi/logo_niko-no-ouchi@2x.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: -160px;
}

@media only screen and (max-width: 767px) {
  .page-header.ouchi:before {
    width: 240px;
    height: 208px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-header.ouchi > * {
  position: relative;
}

/* -------------------------------------------------------------------------------- */
/*	パネル
/* -------------------------------------------------------------------------------- */
.panel-body + .panel-body {
  border-top: solid 2px #F9F2E1;
}

.panel.panel-secondary {
  border-color: #D62D66;
}

.panel.panel-quaternary {
  border-color: #5FAB6D;
}

/* -------------------------------------------------------------------------------- */
/*	埋め込み効果
/* -------------------------------------------------------------------------------- */
.well {
  margin-top: 10px;
  margin-bottom: 10px;
}

.well:first-child {
  margin-top: 0;
}

/* -------------------------------------------------------------------------------- */
/*	リスト
/* -------------------------------------------------------------------------------- */
.list-unstyled:first-child {
  margin-top: 0;
}

.list-unstyled:last-child {
  margin-bottom: 0;
}

dl.list-inline > dt,
dl.list-inline > dd {
  display: inline-block;
}

dl.list-inline > dt {
  margin-left: .8em;
}

dl.list-inline > dt:first-child {
  margin-left: 0;
}

/* -------------------------------------------------------------------------------- */
/*	リストグループ
/* -------------------------------------------------------------------------------- */
.table + .list-group > .list-group-item:first-child,
.table-responsive + .list-group > .list-group-item:first-child,
.ttl-lv2 + .list-group > .list-group-item:first-child {
  border-radius: 0;
  border-top: none;
}

.box > .list-group > .list-group-item {
  border-left: none;
  border-right: none;
}

.box > .list-group > .list-group-item:last-child {
  border-radius: 0;
  border-bottom: none;
}

/* -------------------------------------------------------------------------------- */
/*	テーブル
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	パンくずリスト
/* -------------------------------------------------------------------------------- */
.breadcrumb {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb li a {
  color: #666;
  text-decoration: none !important;
}

.breadcrumb li:last-of-type a {
  color: #00827B;
}

.breadcrumb:hover, .breadcrumb.hover {
  color: #ce7e00 !important;
}

/* -------------------------------------------------------------------------------- */
/*	ページャー
/* -------------------------------------------------------------------------------- */
.pager .previous:not(.fa),
.pager .next:not(.fa) {
  font-weight: bold;
}

.pager .previous a,
.pager .next a {
  background-color: #ce7e00;
  color: #fff !important;
  text-decoration: none !important;
}

.pager .previous a:hover, .pager .previous a.hover,
.pager .next a:hover,
.pager .next a.hover {
  background-color: #a56500;
}

/* -------------------------------------------------------------------------------- */
/*	ページネーション
/* -------------------------------------------------------------------------------- */
.pagination a {
  color: #fff !important;
  text-decoration: none !important;
}

.pagination li:not(.active) a {
  background-color: #ce7e00;
}

.pagination li:not(.active) a:hover, .pagination li:not(.active) a.hover {
  background-color: #a56500;
}

/* -------------------------------------------------------------------------------- */
/*	ボタン
/* -------------------------------------------------------------------------------- */
.btn {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none !important;
}

.btn:not(.display-btn) {
  color: #fff !important;
}

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

.btn-default {
  position: relative;
  background-color: #ce7e00;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 0 #824f00;
          box-shadow: 0 3px 0 #824f00;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.btn-default:hover {
  top: -4px;
  -webkit-box-shadow: 0 7px 0 #824f00;
          box-shadow: 0 7px 0 #824f00;
}

.btn-default:active {
  top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default:hover, .btn-default:active {
  background-color: #ce7e00 !important;
  border-color: #ce7e00;
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	問い合わせ
/* -------------------------------------------------------------------------------- */
.contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact__list .contact__item:not(:first-child) {
  margin-left: 10px;
}

.contact__list .contact__item.phone {
  width: 260px;
}

.contact__list .contact__item.appointment {
  width: 220px;
}

.contact__list .contact__item.lang_en {
  width: 100px;
}

/* -------------------------------------------------------------------------------- */
/*	ヘッダー
/* -------------------------------------------------------------------------------- */
#header {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 10px;
  z-index: 103;
}

@media only screen and (max-width: 767px) {
  #header .contact {
    display: none;
  }
}

/* -------------------------------------------------------------------------------- */
/*	段組（メインコンテンツ／サイドバー）
/* -------------------------------------------------------------------------------- */
#main__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 993px;
}

@media only screen and (max-width: 767px) {
  #main__wrapper {
    min-width: 0;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 60px;
  }
}

#main__wrapper #main {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #main__wrapper #main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: none;
    width: 100%;
  }
}

#main__wrapper #sidebar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex-basis: 340px;
      -ms-flex-preferred-size: 340px;
          flex-basis: 340px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  #main__wrapper #sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: none;
    width: 100%;
  }
}

/* -------------------------------------------------------------------------------- */
/*	メインコンテンツ
/* -------------------------------------------------------------------------------- */
#main {
  margin-top: 100px;
  padding-bottom: 4em;
  position: relative;
  z-index: 101;
}

@media only screen and (max-width: 767px) {
  #main {
    margin-top: 0;
    padding-bottom: 2em;
  }
}

/* -------------------------------------------------------------------------------- */
/*	サイドバー
/* -------------------------------------------------------------------------------- */
#sidebar {
  background-color: #fff;
  background-image: url("../images/logo-mark.png");
  background-repeat: no-repeat;
  background-size: 182px;
  background-position: left -26px bottom;
  padding-bottom: 180px;
  position: relative;
  z-index: 104;
}

@media only screen and (max-width: 767px) {
  #sidebar {
    z-index: 102;
    padding-top: 2em;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar .logo {
    display: none;
  }
}

#sidebar #sidebar__inner .bn {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #sidebar #sidebar__inner .bn {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

#sidebar #sidebar__inner .bn .widget {
  margin-bottom: 0;
  margin-top: 20px;
}

#sidebar #sidebar__inner .bn .contact__item {
  background-color: #FCF8ED;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

#sidebar #sidebar__inner .bn .contact__item:not(.contact__item__top) {
  margin-top: 0;
  padding-top: 20px;
}

#sidebar #sidebar__inner .bn .contact__item.contact__item__top {
  padding-top: 20px;
  border-radius: 2px 2px 0 0;
}

#sidebar #sidebar__inner .bn .contact__item.contact__item__bottom {
  padding-bottom: 20px;
  border-radius: 0 0 2px 2px;
}

/* -------------------------------------------------------------------------------- */
/*	パンくずリスト
/* -------------------------------------------------------------------------------- */
.breadcrumb {
  position: relative;
  z-index: 101;
  padding-left: 10px;
  padding-right: 10px;
}

/* -------------------------------------------------------------------------------- */
/*	記事一覧
/* -------------------------------------------------------------------------------- */
.news__list > a {
  display: block;
  text-decoration: none !important;
}

.news__list > a:nth-child(even) {
  background-color: #FCF8ED;
}

.news__list > a:nth-child(odd) {
  background-color: #F9F2E1;
}

.news__list > a:link, .news__list > a:visited {
  color: #534741;
}

.news__list > a:hover {
  color: #a56500;
}

.news__list .news__item {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
}

.news__list .news__item > dt + dd {
  margin-top: .6em;
}

.news__list + .news__readmore {
  margin-top: 1em;
  margin-left: 10px;
  margin-right: 10px;
}

/* -------------------------------------------------------------------------------- */
/*	フッター
/* -------------------------------------------------------------------------------- */
#footer {
  background-color: #fff;
  padding-bottom: 10px;
}

#footer:before {
  content: "";
  display: block;
  height: 4px;
  background-color: #79C4C9;
  margin-top: 1px;
  margin-bottom: 20px;
}

#footer #footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#footer #footer__inner #fnav {
  max-width: 760px;
}

@media only screen and (max-width: 767px) {
  #footer #footer__inner .contact {
    display: none;
  }
}

#footer #footer__inner .contact__list {
  display: block;
}

@media only screen and (min-width: 1280px) {
  #footer #footer__inner .contact__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#footer #footer__inner .contact__list .contact__item:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (min-width: 1280px) {
  #footer #footer__inner .contact__list .contact__item:not(:first-child) {
    margin-top: 0;
  }
}

#footer #copyright {
  margin-top: 2em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  text-align: center;
}

#footer #copyright,
#footer #copyright > a {
  color: #00827B;
}

/* -------------------------------------------------------------------------------- */
/*	English／このページのトップに戻る：共通
/* -------------------------------------------------------------------------------- */
@-webkit-keyframes popover {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes popover {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fixedButtonLoaded {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  25% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  45% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  55% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fixedButtonLoaded {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  25% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  45% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  55% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* -------------------------------------------------------------------------------- */
/*	English
/* -------------------------------------------------------------------------------- */
#english {
  position: fixed;
  right: 5px;
  bottom: 52px;
  margin-bottom: 7em;
  z-index: 102;
  line-height: 1;
  width: 6em;
  -webkit-animation: fixedButtonLoaded 1.2s ease 0.6s;
  animation: fixedButtonLoaded 1.2s ease 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 767px) {
  #english {
    bottom: auto;
    -webkit-animation: none;
    animation: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

#english li {
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  #english li {
    font-size: 16px;
  }
}

#english li .popover {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: -40px;
  top: -55px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  -webkit-animation: popover 20s ease 1.6s;
  animation: popover 20s ease 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#english li .popover .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.6);
}

#english li a {
  display: block;
  height: 6em;
  border: solid 2px #fff;
  background-color: #ce7e00;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #english li a {
    height: auto;
    border: none;
    border-radius: 0;
    padding: 0.6em 10px;
    text-align: right;
    line-height: 1.188em;
  }
}

#english li a .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -.75em;
  display: block;
  text-align: center;
  font-size: 2.0rem;
  -webkit-transition: top .2s;
  transition: top .2s;
}

@media only screen and (max-width: 767px) {
  #english li a .fa {
    position: static;
    margin-top: 0;
    font-size: 1.25rem;
    float: right;
    margin-left: .438em;
  }
}

#english li a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #english li a span {
    position: static;
    text-align: inherit;
  }
}

#english li a:hover, #english li a.hover {
  background-color: #824f00;
}

/* -------------------------------------------------------------------------------- */
/*	このページのトップに戻る
/* -------------------------------------------------------------------------------- */
#gototop {
  position: fixed;
  right: 5px;
  bottom: 52px;
  z-index: 102;
  width: 6em;
  line-height: 1;
  -webkit-animation: fixedButtonLoaded 1.2s ease 0.15s;
  animation: fixedButtonLoaded 1.2s ease 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#gototop li {
  list-style-type: none;
}

#gototop li a {
  display: block;
  height: 6em;
  border: solid 2px #fff;
  background-color: #00827B;
  border-radius: 6px;
  color: #fff;
  position: relative;
}

#gototop li a .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -.5em;
  display: block;
  text-align: center;
  font-size: 2em;
  font-size: 2.0rem;
  -webkit-transition: top .2s;
  transition: top .2s;
}

#gototop li a:hover, #gototop li a.hover {
  background-color: #004f4b;
}

#gototop li a:hover .fa, #gototop li a.hover .fa {
  top: 48%;
}

/* -------------------------------------------------------------------------------- */
/*	固定表示
/* -------------------------------------------------------------------------------- */
#fixedarea {
  position: fixed;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  #fixedarea {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00827B;
    border-top: solid 1px #fff;
  }
}

#fixedarea .nav__list {
  margin-bottom: 0;
  min-height: 1px;
}

#fixedarea .nav__list:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html #fixedarea .nav__list {
  height: 1px;
  /*\*/
  /*/
	  height: auto;
	  overflow: hidden;
	  /**/
}

@media only screen and (max-width: 767px) {
  #fixedarea .nav__list .nav__item {
    width: 50%;
  }
}

#fixedarea .nav__list .nav__item > a {
  display: block;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #fixedarea .nav__list .nav__item > a {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #fixedarea .nav__list .nav__item#nav__top {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  #fixedarea .nav__list .nav__item#nav__english {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  #fixedarea .nav__list .nav__item#nav__english > a {
    text-align: right;
  }
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	グローバルナビ
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #gnav {
    display: none;
  }
}

#gnav .nav__list {
  margin-bottom: 0;
}

#gnav .nav__list .nav__item {
  font-size: 1.25rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  border-top: solid 1px #FCF8ED;
}

#gnav .nav__list .nav__item:first-child {
  border-top: none;
}

#gnav .nav__list .nav__item > a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: .8em;
  padding-bottom: .8em;
  color: #00827B;
}

#gnav .nav__list .nav__item > a:hover, #gnav .nav__list .nav__item > a.hover {
  text-decoration: none;
  color: #004f4b;
  background-color: #F2F9FA;
}

#gnav .nav__list .nav__item.current-menu-item > a {
  color: #004f4b;
  background-color: #ffe966;
}

#gnav .nav__list .nav__item > .sub-menu {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 20px;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item {
  border-top: solid 1px #fff;
  font-size: 1rem;
  font-weight: 400;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item > a {
  display: block;
  background-color: #F2F9FA;
  padding-top: .8em;
  padding-bottom: .8em;
  padding-left: 10px;
  padding-right: 10px;
  color: #00827B;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item > a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  margin-right: .4em;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item > a:hover, #gnav .nav__list .nav__item > .sub-menu > .menu-item > a.hover {
  background-color: #e6f4f5;
  text-decoration: none;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item:first-child {
  border-top: none;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item:first-child > a {
  border-radius: 6px 6px 0 0;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item:last-child > a {
  border-radius: 0 0 6px 6px;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item:only-child > a {
  border-radius: 6px;
}

#gnav .nav__list .nav__item > .sub-menu > .menu-item.current-menu-item > a {
  background-color: #ffe966;
}

#gnav .nav__list .nav__item.ouchi > a {
  color: #4e955b;
}

#gnav .nav__list .nav__item.ouchi > a:hover, #gnav .nav__list .nav__item.ouchi > a.hover {
  color: #417c4c;
  background-color: #f2f8f3;
}

#gnav .nav__list .nav__item.ouchi.current-menu-item > a {
  color: #417c4c;
  background-color: #ffe966;
}

#gnav .nav__list .nav__item.ouchi > .sub-menu > .menu-item:not(.current-menu-item) > a {
  background-color: #f2f8f3;
  color: #4e955b;
}

#gnav .nav__list .nav__item.ouchi > .sub-menu > .menu-item:not(.current-menu-item) > a:hover, #gnav .nav__list .nav__item.ouchi > .sub-menu > .menu-item:not(.current-menu-item) > a.hover {
  background-color: #e5f1e7;
}

#gnav .nav__list .nav__item.facebook > a {
  color: #23599a;
}

#gnav .nav__list .nav__item.facebook > a:before {
  content: "\f09a";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  width: 17px;
  height: 17px;
  background-color: #23599a;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  border-radius: 10em;
}

#gnav .nav__list .nav__item.facebook > a:hover, #gnav .nav__list .nav__item.facebook > a.hover {
  color: #15355c;
  background-color: #f3f7fc;
}

#gnav .nav__list .nav__item.facebook > a:hover:before, #gnav .nav__list .nav__item.facebook > a.hover:before {
  background-color: #15355c;
}

#gnav .nav__list .nav__item.english > a {
  color: #d60029;
}

#gnav .nav__list .nav__item.english > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  width: 17px;
  height: 17px;
  background-image: url("../images/lib/english-icon@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px auto;
}

#gnav .nav__list .nav__item.english > a:hover, #gnav .nav__list .nav__item.english > a.hover {
  color: #8a001a;
  background-color: #fff0f2;
}

#gnav .nav__list .nav__item.english:first-child {
  margin-bottom: 24px;
}

#gnav .nav__list .nav__item.english:first-child > a {
  background-color: #d60029;
  color: #fff;
  margin-left: 10px;
  margin-right: 20px;
  border-radius: 6px;
}

#gnav .nav__list .nav__item.english:first-child > a:hover {
  background-color: #a3001f;
}

#gnav .nav__list .nav__item.english:first-child + .nav__item {
  border-top: none;
}

.slicknav_menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
}

/* -------------------------------------------------------------------------------- */
/*	フッターナビ
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fnav {
    display: none;
  }
}

#fnav .nav__list {
  margin-bottom: 0;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media only screen and (min-width: 1280px) {
  #fnav .nav__list {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

#fnav .nav__list a {
  display: block;
  color: #534741;
}

#fnav .nav__list > .menu-item > a {
  padding-top: .3em;
  padding-bottom: .3em;
  font-weight: 700;
}

#fnav .nav__list > .menu-item.facebook > a {
  color: #23599a;
}

#fnav .nav__list > .menu-item.facebook > a:before {
  content: "\f09a";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  width: 17px;
  height: 17px;
  background-color: #23599a;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  border-radius: 10em;
}

#fnav .nav__list > .menu-item.english > a {
  color: #d60029;
}

#fnav .nav__list > .menu-item.english > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  width: 17px;
  height: 17px;
  background-image: url("../images/lib/english-icon@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px auto;
}

#fnav .sub-menu {
  margin-left: 0;
}

#fnav .sub-menu > .menu-item > a {
  padding-top: .2em;
  padding-bottom: .2em;
  font-weight: 400;
}

#fnav .sub-menu > .menu-item > a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  margin-right: .4em;
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	見出し
/* -------------------------------------------------------------------------------- */
body.english .h1, body.english h1,
body.news-english .h1,
body.news-english h1 {
  font-size: 45px;
}

body.english .h2, body.english h2,
body.news-english .h2,
body.news-english h2 {
  font-size: 33px;
}

body.english .h3, body.english h3,
body.news-english .h3,
body.news-english h3 {
  font-size: 23.75px;
}

body.english .h4, body.english h4,
body.news-english .h4,
body.news-english h4 {
  font-size: 22.5px;
}

body.english .h5, body.english h5,
body.news-english .h5,
body.news-english h5 {
  font-size: 17.5px;
}

body.english .h6, body.english h6,
body.news-english .h6,
body.news-english h6 {
  font-size: 15px;
}

.ttl-lv1,
.ttl-lv2,
.ttl-lv3,
.ttl-lv4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}

body.english .ttl-lv1,
body.news-english .ttl-lv1, body.english
.ttl-lv2,
body.news-english
.ttl-lv2, body.english
.ttl-lv3,
body.news-english
.ttl-lv3, body.english
.ttl-lv4,
body.news-english
.ttl-lv4 {
  font-family: "Overlock", cursive;
  line-height: 1.1;
}

.ttl-lv2 {
  font-size: 24px;
  margin-top: 2.4em;
  margin-bottom: 1.2em;
}

body.english .ttl-lv2,
body.news-english .ttl-lv2 {
  font-size: 36px;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}

.ttl-lv3 {
  font-size: 21px;
  margin-top: 2.4em;
  margin-bottom: 1.2em;
}

body.english .ttl-lv3,
body.news-english .ttl-lv3 {
  font-size: 26.25px;
  margin-top: 1.92em;
  margin-bottom: 0.96em;
}

.ttl-lv4 {
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 1em;
}

body.english .ttl-lv4,
body.news-english .ttl-lv4 {
  font-size: 22.5px;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}

.ttl-lv5 {
  font-size: 16px;
  margin-top: 2em;
  margin-bottom: 1em;
}

body.english .ttl-lv5,
body.news-english .ttl-lv5 {
  font-size: 20px;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}

/* -------------------------------------------------------------------------------- */
/*	パネル
/* -------------------------------------------------------------------------------- */
.panel-secondary {
  border-color: #D62D66;
}

.panel-secondary .panel-heading {
  background-color: #D62D66;
  color: #fff;
}

/* -------------------------------------------------------------------------------- */
/*	汎用：区切り線
/* -------------------------------------------------------------------------------- */
.hr-slash {
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 6px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 233, 102, 0), rgba(255, 233, 102, 0) 33.33%, #ffe966 33.33%, #ffe966 66.67%, rgba(255, 233, 102, 0) 66.67%, rgba(255, 233, 102, 0) 100%);
  background-image: linear-gradient(-45deg, rgba(255, 233, 102, 0), rgba(255, 233, 102, 0) 33.33%, #ffe966 33.33%, #ffe966 66.67%, rgba(255, 233, 102, 0) 66.67%, rgba(255, 233, 102, 0) 100%);
  background-size: 10px 100%;
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	共通
/* -------------------------------------------------------------------------------- */
.list {
  margin-top: .8em;
  margin-bottom: .8em;
}

.list:first-child {
  margin-top: 0;
}

.list:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------- */
/*	リスト
/* -------------------------------------------------------------------------------- */
ul.list,
ol.list {
  margin-left: 2em;
}

@media only screen and (max-width: 767px) {
  ul.list,
  ol.list {
    margin-left: 1.5em;
  }
}

.list-item {
  margin-top: .4em;
}

.list-item:first-child {
  margin-top: 0;
}

ul.list > .list-item {
  list-style-type: disc;
}

ul.list > .list-item > li {
  list-style-type: circle;
}

ol.list > .list-item {
  list-style-type: decimal;
}

ol.list > .list-item > li {
  list-style-type: circle;
}

/* -------------------------------------------------------------------------------- */
/*	定義リスト
/* -------------------------------------------------------------------------------- */
dt.list-item {
  margin-top: .6em;
}

dt.list-item:first-child {
  margin-top: 0;
}

dd.list-item {
  margin-top: .3em;
}

/* -------------------------------------------------------------------------------- */
/*	ステップ
/* -------------------------------------------------------------------------------- */
.steps {
  display: table;
  width: 100%;
  border: solid 1px #5FAB6D;
  border-radius: 3px;
  padding: 1px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #4e955b;
}

@media only screen and (max-width: 767px) {
  .steps {
    display: block;
  }
}

.steps-item {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  counter-increment: steps;
}

@media only screen and (max-width: 767px) {
  .steps-item {
    display: block;
  }
}

.steps-item:before {
  content: counter(steps);
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  font-size: 3.0rem;
  font-weight: normal;
  color: #95c79e;
  line-height: 1;
}

.steps-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f2f8f3;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .steps-item:after {
    margin-top: 0;
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #cce4d0 transparent transparent transparent;
  }
}

.steps-item:nth-child(even) {
  background-color: #f2f8f3;
}

.steps-item:nth-child(even):after {
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 767px) {
  .steps-item:nth-child(even):after {
    border-color: #fff transparent transparent transparent;
  }
}

.steps-item:first-child {
  border-radius: 3px 0 0 3px;
}

.steps-item:first-child:after {
  content: none;
}

.steps-item:last-child {
  border-radius: 0 3px 3px 0;
}

.steps-item.steps-item-4 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .steps-item.steps-item-4 {
    width: auto;
  }
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	縞模様
/* -------------------------------------------------------------------------------- */
.table-striped-even > tbody > tr:nth-of-type(2n) {
  background-color: #F9F9F9;
}

.table-striped-multiple-even > tbody:nth-of-type(2n) {
  background-color: #F9F9F9;
}

/* -------------------------------------------------------------------------------- */
/*	セル幅固定
/* -------------------------------------------------------------------------------- */
.table-fixed {
  table-layout: fixed;
}

@media only screen and (min-width: 768px) {
  .table-sm-fixed {
    table-layout: fixed;
  }
}

/* -------------------------------------------------------------------------------- */
/*	診療時間
/* -------------------------------------------------------------------------------- */
.timetable > thead > tr > th {
  min-width: 5em;
}

@media only screen and (max-width: 767px) {
  .timetable > thead > tr > th {
    min-width: 0;
    padding: .2em 4px;
  }
}

@media only screen and (max-width: 767px) {
  .timetable > tbody > tr > th {
    padding: .4em 4px;
    font-size: 13px;
  }
}

.timetable > tbody > tr > td {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .timetable > tbody > tr > td {
    padding: .2em 4px;
  }
}

@media only screen and (max-width: 767px) {
  .timetable .service-icon {
    display: block;
    width: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}

.timetable-legend {
  background-color: #FCF8ED;
  border-radius: 2px;
  padding: 1em 10px;
  max-width: 480px;
  float: right;
  margin-left: 3em;
  margin-bottom: .6em;
}

@media only screen and (max-width: 767px) {
  .timetable-legend {
    float: none;
    margin-left: 0;
  }
}

.timetable-legend-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.timetable-legend-dl > dt,
.timetable-legend-dl > dd {
  margin-top: .4em;
  margin-bottom: .4em;
}

.timetable-legend-dl > dt {
  width: 26px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .timetable-legend-dl > dt {
    width: 14px;
  }
}

.timetable-legend-dl > dt + dd {
  padding-left: 10px;
}

.timetable-legend-dl > dd {
  width: calc( (100% - 26px * 2) / 2);
}

@media only screen and (max-width: 767px) {
  .timetable-legend-dl > dd {
    width: calc( 100% - 26px);
  }
}

.service-icon {
  display: inline-block;
  width: 26px;
}

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

.service-text {
  display: inline-block;
  margin: 0 -6px;
  font-size: 13px;
  font-weight: bold;
  color: #D62D66;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .service-text {
    margin: 0 -3px;
    font-size: 11px;
  }
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	枠線
/* -------------------------------------------------------------------------------- */
.btn.display-btn {
  background-color: transparent;
  border-width: 2px;
  border-color: transparent;
  border-radius: 2px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  z-index: 1;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.btn.display-btn:before, .btn.display-btn:after {
  content: "";
  display: block;
  border-radius: 2px;
  position: absolute;
}

.btn.display-btn:before {
  background-color: #ffe966;
  top: 2px;
  bottom: -4px;
  left: 2px;
  right: -4px;
  z-index: -1;
  -webkit-transition: top .2s, bottom .2s, left .2s, right .2s;
  transition: top .2s, bottom .2s, left .2s, right .2s;
}

.btn.display-btn:after {
  border-style: solid;
  border-width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.btn.display-btn.btn-primary {
  color: #00827B;
}

.btn.display-btn.btn-primary:after {
  border-color: #00827B;
}

.btn.display-btn:hover:before, .btn.display-btn:active:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn.display-btn:hover.btn-primary, .btn.display-btn:active.btn-primary {
  color: #006963;
}

.btn.display-btn:hover.btn-primary:after, .btn.display-btn:active.btn-primary:after {
  border-color: #006963;
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	ラベル
/* -------------------------------------------------------------------------------- */
.label-pill {
  border-radius: 10em;
}

.label-xs {
  font-size: 9.1px;
}

.label-sm {
  font-size: 11.9px;
}

.label-md {
  font-size: 14px;
}

.label-secondary {
  background-color: #D62D66;
}

.label-tertiary {
  background-color: #ffe966;
}

.label-quaternary {
  background-color: #5FAB6D;
}

.label-white {
  background-color: #fff;
  color: #333;
}

.label {
  vertical-align: middle;
}

.label.label-outline {
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.label.label-outline.label-primary {
  border-color: #00827B;
  color: #00827B;
}

.label.label-outline.label-secondary {
  border-color: #D62D66;
  color: #D62D66;
}

.label.label-outline.label-tertiary {
  border-color: #ffe966;
  color: #ffe966;
}

.label.label-outline.label-quaternary {
  border-color: #5FAB6D;
  color: #5FAB6D;
}

/* -------------------------------------------------------------------------------- */
/*	バッジ
/* -------------------------------------------------------------------------------- */
.badge.badge-secondary {
  background-color: #D62D66 !important;
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	各種アイコン
/* -------------------------------------------------------------------------------- */
.icon-info:before, .icon-info:after {
  content: "\f05a";
}

.icon-medical:before, .icon-medical:after {
  content: "\f0f1";
}

.icon-ouchi:before, .icon-ouchi:after {
  content: "\f015";
}

.icon-morning:before, .icon-morning:after {
  content: "\f0f4";
}

.icon-noon:before, .icon-noon:after {
  content: "\f185";
}

.icon-evening:before, .icon-evening:after {
  content: "\f186";
}

.icon-phone:before, .icon-phone:after {
  content: "\f098";
}

.icon-caution:before, .icon-caution:after {
  content: "\f071";
}

.icon-arrow-right:before, .icon-arrow-right:after {
  content: "\f0a9";
}

/* -------------------------------------------------------------------------------- */
/*	共通設定
/* -------------------------------------------------------------------------------- */
.icon-left:before, .icon-left:after,
.icon-right:before,
.icon-right:after {
  font-family: FontAwesome;
  font-weight: normal;
}

.icon-left.icon-fw:before, .icon-left.icon-fw:after,
.icon-right.icon-fw:before,
.icon-right.icon-fw:after {
  width: 1.28571em;
  text-align: center;
}

.icon-left:before,
.icon-left .fa {
  margin-right: .4em;
}

.icon-left:after {
  content: none  !important;
}

.icon-right:before {
  content: none !important;
}

.icon-right:after,
.icon-right .fa {
  margin-left: .4em;
}

/* -------------------------------------------------------------------------------- */
/*	装飾：色設定
/* -------------------------------------------------------------------------------- */
.icon-primary:before, .icon-primary:after {
  color: #00827B;
}

.icon-gray:before, .icon-gray:after {
  color: #666;
}

/* -------------------------------------------------------------------------------- */
/*	装飾：丸囲み
/* -------------------------------------------------------------------------------- */
.icon-circle:before, .icon-circle:after {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  border-radius: .9em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.8;
}

.icon-circle.icon-primary:before, .icon-circle.icon-primary:after {
  background-color: #00827B;
}

.icon-circle.icon-secondary:before, .icon-circle.icon-secondary:after {
  background-color: #D62D66;
}

.icon-circle.icon-tertiary:before, .icon-circle.icon-tertiary:after {
  background-color: #ffe966;
}

.icon-circle.icon-quaternary:before, .icon-circle.icon-quaternary:after {
  background-color: #5FAB6D;
}

.icon-circle.icon-accent:before, .icon-circle.icon-accent:after {
  background-color: #ce7e00;
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	本文
/* -------------------------------------------------------------------------------- */
p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

#main a:hover, #main a.hover {
  text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/*	フォント指定
/* -------------------------------------------------------------------------------- */
.font-family-base {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* -------------------------------------------------------------------------------- */
/*	文字サイズ
/* -------------------------------------------------------------------------------- */
.text-sm {
  font-size: 11.9px;
}

.text-md {
  font-size: 14px;
}

.text-lg {
  font-size: 17.5px;
}

/* -------------------------------------------------------------------------------- */
/*	文字色
/* -------------------------------------------------------------------------------- */
.text-primary:link, .text-primary:visited {
  color: #00827B !important;
}

.text-primary-darker, .text-primary-darker:link, .text-primary-darker:visited {
  color: #004f4b !important;
}

.text-secondary, .text-secondary:link, .text-secondary:visited {
  color: #D62D66 !important;
}

.text-tertiary, .text-tertiary:link, .text-tertiary:visited {
  color: #ffe966 !important;
}

.text-quaternary, .text-quaternary:link, .text-quaternary:visited {
  color: #5FAB6D !important;
}

.text-quaternary-dark, .text-quaternary-dark:link, .text-quaternary-dark:visited {
  color: #4e955b !important;
}

.text-accent, .text-accent:link, .text-accent:visited {
  color: #ce7e00 !important;
}

.text-accent-darker, .text-accent-darker:link, .text-accent-darker:visited {
  color: #824f00 !important;
}

.text-body-color, .text-body-color:link, .text-body-color:visited {
  color: #534741 !important;
}

.text-black, .text-black:link, .text-black:visited {
  color: #333 !important;
}

.text-white, .text-white:link, .text-white:visited {
  color: #fff !important;
}

/* -------------------------------------------------------------------------------- */
/*	折り返し
/* -------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .text-nowrap-sm {
    white-space: nowrap;
  }
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	レスポンシブ対応
/* -------------------------------------------------------------------------------- */
.img-fluid {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	最大幅
/* -------------------------------------------------------------------------------- */
.img-maxwidth-214 {
  width: 100%;
  max-width: 214px;
}

@media only screen and (max-width: 767px) {
  .img-maxwidth-xs-140 {
    width: 100%;
    max-width: 140px;
  }
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	slicknav
/* -------------------------------------------------------------------------------- */
.slicknav_menu {
  background: #00827B !important;
  padding: 0 !important;
  border-bottom: solid 1px #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  -webkit-box-shadow: 0 4px 4px rgba(51, 51, 51, 0.2);
          box-shadow: 0 4px 4px rgba(51, 51, 51, 0.2);
}

.slicknav_menu .slicknav_menutxt {
  text-shadow: none !important;
  font-weight: normal !important;
}

.slicknav_btn {
  background-color: transparent !important;
  float: left !important;
  margin: 0 !important;
  padding: 0.6em 10px !important;
  width: 100%;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.slicknav_btn.slicknav_open .slicknav_menutxt {
  color: #79C4C9;
}

.slicknav_icon {
  margin: .188em .438em 0 0 !important;
}

.slicknav_icon .slicknav_icon-bar {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.slicknav_icon .slicknav_icon-bar:nth-of-type(1) {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(0deg) translateY(0);
          transform: rotate(0deg) translateY(0);
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}

.slicknav_icon .slicknav_icon-bar:nth-of-type(2) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(2) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.slicknav_icon .slicknav_icon-bar:nth-of-type(3) {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(0deg) translateY(0);
          transform: rotate(0deg) translateY(0);
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
}

.slicknav_open .slicknav_icon .slicknav_icon-bar {
  background-color: #79C4C9;
}

.slicknav_nav {
  max-height: 86vh;
  overflow-y: scroll !important;
  position: relative;
  top: -51px;
  pointer-events: none;
}

.slicknav_nav > li {
  pointer-events: all;
  border-top: dotted 1px #004f4b;
}

.slicknav_nav > li > a {
  display: block;
  padding: 1em 10px !important;
  margin: 0 !important;
  color: #fff;
}

.slicknav_nav > li > a:hover, .slicknav_nav > li > a.hover {
  background: transparent !important;
}

.slicknav_nav > li > a:hover,
.slicknav_nav > li > a:hover > a, .slicknav_nav > li > a.hover,
.slicknav_nav > li > a.hover > a {
  color: #ffe966 !important;
}

.slicknav_nav > li > a > img {
  display: block;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.slicknav_nav > li.current_page_item > a {
  color: #ffe966;
}

.slicknav_nav > li > .sub-menu {
  margin: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
}

.slicknav_nav > li > .sub-menu > .menu-item {
  border-top: dotted 2px #F2F9FA;
}

.slicknav_nav > li > .sub-menu > .menu-item > a {
  margin: 0;
  border-radius: 0;
  display: block;
  background-color: #F2F9FA;
  padding: 0.8em 10px;
  color: #00827B;
}

.slicknav_nav > li > .sub-menu > .menu-item > a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  margin-right: .4em;
}

.slicknav_nav > li > .sub-menu > .menu-item > a:hover, .slicknav_nav > li > .sub-menu > .menu-item > a.hover {
  background-color: #ffe966;
}

.slicknav_nav > li > .sub-menu > .menu-item:first-child {
  border-top: none;
}

.slicknav_nav > li > .sub-menu > .menu-item:first-child > a {
  border-radius: 6px 6px 0 0;
}

.slicknav_nav > li > .sub-menu > .menu-item:last-child > a {
  border-radius: 0 0 6px 6px;
}

.slicknav_nav > li > .sub-menu > .menu-item:only-child > a {
  border-radius: 6px;
}

.slicknav_nav > li > .sub-menu > .menu-item.current_page_item > a {
  background-color: #ffe966;
}

.slicknav_nav > li.contact {
  background-color: #fff;
}

.slicknav_nav > li.contact + .contact {
  border-top: none;
}

.slicknav_nav > li.contact + .contact > a {
  padding-top: 0 !important;
}

.slicknav_nav > li.facebook {
  background-color: #23599a;
}

.slicknav_nav > li.facebook > a:before {
  content: "\f09a";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  margin-right: .6em;
  width: 17px;
  height: 17px;
  background-color: #fff;
  color: #23599a;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  border-radius: 10em;
}

.slicknav_nav > li.english {
  background-color: #d60029;
  width: max(100px, 50%);
  margin-left: auto;
}

.slicknav_nav > li.english > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .6em;
  width: 17px;
  height: 17px;
  background-image: url("../images/lib/english-icon@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px auto;
}

.slicknav_nav .slicknav_arrow {
  float: right;
  margin-right: 5px;
}

/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* サイドバー幅：PC */
#fixedarea .nav__list .nav__item#nav__top, .slicknav_menu {
  font-family: "rounded";
}

body.english h1,
body.news-english h1, body.english .h1,
body.news-english .h1, body.english h2,
body.news-english h2, body.english .h2,
body.news-english .h2, body.english h3,
body.news-english h3, body.english .h3,
body.news-english .h3, body.english h4,
body.news-english h4, body.english .h4,
body.news-english .h4, body.english h5,
body.news-english h5, body.english .h5,
body.news-english .h5, body.english h6,
body.news-english h6, body.english .h6,
body.news-english .h6, #english li, body.english #fixedarea .nav__list .nav__item#nav__top, #fixedarea .nav__list .nav__item#nav__english, .slicknav_menu .slicknav_menutxt {
  font-family: 'Nunito', sans-serif;
}

body.english, body.news-english {
  font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -------------------------------------------------------------------------------- */
/*	回り込み
/* -------------------------------------------------------------------------------- */
.box--align_left {
  float: left;
}

.box--align_right {
  float: right;
}

.clear {
  clear: both;
}

/* -------------------------------------------------------------------------------- */
/*	ポジション
/* -------------------------------------------------------------------------------- */
.position-ralative {
  position: relative !important;
}

/* -------------------------------------------------------------------------------- */
/*	ボックス要素
/* -------------------------------------------------------------------------------- */
.box {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px rgba(0, 175, 227, 0.5);
          box-shadow: 0 0 2px rgba(0, 175, 227, 0.5);
  padding-top: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box:before {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

.box:before {
  background-color: #ffe966;
}

.box > .table > thead > tr > th:first-child,
.box > .table > thead > tr > td:first-child,
.box > .table > tbody > tr > th:first-child,
.box > .table > tbody > tr > td:first-child {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .box > .table > thead > tr > th:first-child,
  .box > .table > thead > tr > td:first-child,
  .box > .table > tbody > tr > th:first-child,
  .box > .table > tbody > tr > td:first-child {
    padding-left: 20px;
  }
}

.box > .table > thead > tr > th:last-child,
.box > .table > thead > tr > td:last-child,
.box > .table > tbody > tr > th:last-child,
.box > .table > tbody > tr > td:last-child {
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .box > .table > thead > tr > th:last-child,
  .box > .table > thead > tr > td:last-child,
  .box > .table > tbody > tr > th:last-child,
  .box > .table > tbody > tr > td:last-child {
    padding-right: 20px;
  }
}

.box > div:last-child,
.box > table:last-child,
.box > .img-fluid:last-child,
.box > .list-group > .list-group-item:last-child {
  border-radius: 0 0 6px 6px !important;
}

/* -------------------------------------------------------------------------------- */
/*	ボックス要素：マージン
/* -------------------------------------------------------------------------------- */
.mgn_horizontal {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .mgn_horizontal {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .mgn_horizontal {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.mgn_horizontal_half {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .mgn_horizontal_half {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 1280px) {
  .mgn_horizontal_half {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.mgn_horizontal_none {
  margin-left: 0;
  margin-right: 0;
}

.table th .mgn_horizontal_none,
.table td .mgn_horizontal_none {
  margin-left: -19px;
  margin-right: -19px;
}

.mgn_horizontal_negative {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 767px) {
  .mgn_horizontal_negative {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (min-width: 1280px) {
  .mgn_horizontal_negative {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.mgn_vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}

.box > .mgn_vertical:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.mgn_vertical_half {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box > .mgn_vertical_half:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.mgn_vertical_none {
  margin-top: 0;
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------- */
/*	ボックス要素：パディング
/* -------------------------------------------------------------------------------- */
.pdd_horizontal {
  padding-left: 20px;
  padding-right: 20px;
}

.pdd_vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pdd_vertical_half {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* -------------------------------------------------------------------------------- */
/*	上下揃え
/* -------------------------------------------------------------------------------- */
.va-middle {
  vertical-align: middle !important;
}

.va-text-top {
  vertical-align: text-top !important;
}

.va-text-bottom {
  vertical-align: text-bottom !important;
}

/* -------------------------------------------------------------------------------- */
/*	背景色
/* -------------------------------------------------------------------------------- */
.bg-primary-light {
  background: #79C4C9 !important;
}

.bg-primary-lightest {
  background: #F2F9FA !important;
}

.bg-secondary {
  background: #D62D66 !important;
}

.bg-secondary-lightest {
  background: #fff8fb !important;
}

.bg-tertiary {
  background: #ffe966 !important;
}

.bg-quaternary {
  background: #5FAB6D !important;
}

.bg-quaternary-lightest {
  background: #f2f8f3 !important;
}

.bg-palest-gray {
  background: #FCF8ED !important;
}

.bg-body-bg-alt {
  background: #F9F2E1 !important;
}

.bg-transparent {
  background: transparent !important;
}

/* -------------------------------------------------------------------------------- */
/*	ボーダー
/* -------------------------------------------------------------------------------- */
.border-0 {
  border-width: 0 !important;
}

.border-top-0 {
  border-top-width: 0 !important;
}

.border-bottom-0 {
  border-bottom-width: 0 !important;
}

.border-left-0 {
  border-left-width: 0 !important;
}

.border-right-0 {
  border-right-width: 0 !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-left-dotted {
  border-left-style: dotted !important;
}

.border-right-dotted {
  border-right-style: dotted !important;
}

/* -------------------------------------------------------------------------------- */
/*	最大幅
/* -------------------------------------------------------------------------------- */
.maxwidth-360 {
  width: 100%;
  max-width: 360px;
}

.maxwidth-960 {
  width: 100%;
  max-width: 960px;
}

@media only screen and (min-width: 768px) {
  .maxwidth-sm-470 {
    width: 100%;
    max-width: 470px;
  }
}

/* -------------------------------------------------------------------------------- */
/*	幅
/* -------------------------------------------------------------------------------- */
.width-25-pct {
  width: 25%;
}

/* -------------------------------------------------------------------------------- */
/*	カラム : 改行
/* -------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .break-before-column {
    -webkit-column-break-before: column !important;
            break-before: column !important;
  }
}

@media only screen and (max-width: 767px) {
  .break-before-xs-column {
    -webkit-column-break-before: column !important;
            break-before: column !important;
  }
}

/* -------------------------------------------------------------------------------- */
/*	マージン
/* -------------------------------------------------------------------------------- */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-xs-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-xs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-xs-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-xs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-xs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-auto {
    margin-top: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-5 {
    margin-top: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-6 {
    margin-top: 6rem !important;
  }
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-5 {
    margin-bottom: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-xs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-xs-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-xs-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-xs-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-xs-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-xs-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .ml-xs-auto {
    margin-left: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-xs-0 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-xs-1 {
    margin-left: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-xs-2 {
    margin-left: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-xs-3 {
    margin-left: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-xs-4 {
    margin-left: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-xs-5 {
    margin-left: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-xs-6 {
    margin-left: 6rem !important;
  }
}

.mr-auto {
  margin-right: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .mr-xs-auto {
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-xs-0 {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-xs-1 {
    margin-right: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-xs-2 {
    margin-right: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-xs-3 {
    margin-right: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-xs-4 {
    margin-right: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-xs-5 {
    margin-right: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-xs-6 {
    margin-right: 6rem !important;
  }
}

/* -------------------------------------------------------------------------------- */
/*	余白
/* -------------------------------------------------------------------------------- */
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .py-xs-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-xs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-xs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-xs-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-xs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-xs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

.pt-auto {
  padding-top: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-auto {
    padding-top: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-xs-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-xs-1 {
    padding-top: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-xs-2 {
    padding-top: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-xs-3 {
    padding-top: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-xs-4 {
    padding-top: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-xs-5 {
    padding-top: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-auto {
    padding-bottom: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-xs-2 {
    padding-bottom: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-xs-3 {
    padding-bottom: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-xs-4 {
    padding-bottom: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-xs-5 {
    padding-bottom: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .px-xs-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-xs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-xs-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-xs-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-xs-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-xs-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-xs-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

.pl-auto {
  padding-left: auto !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .pl-xs-auto {
    padding-left: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-xs-1 {
    padding-left: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-xs-2 {
    padding-left: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-xs-3 {
    padding-left: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-xs-4 {
    padding-left: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-xs-5 {
    padding-left: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-xs-6 {
    padding-left: 6rem !important;
  }
}

.pr-auto {
  padding-right: auto !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

@media only screen and (max-width: 767px) {
  .pr-xs-auto {
    padding-right: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-xs-0 {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-xs-1 {
    padding-right: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-xs-2 {
    padding-right: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-xs-3 {
    padding-right: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-xs-4 {
    padding-right: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-xs-5 {
    padding-right: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-xs-6 {
    padding-right: 6rem !important;
  }
}
/*# sourceMappingURL=styles.css.map */