@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP";
/*--------------------------------------------------
  colors
--------------------------------------------------*/
/*--------------------------------------------------
  base size
--------------------------------------------------*/
/*--------------------------------------------------
  font family
--------------------------------------------------*/
/*--------------------------------------------------
  font weight
--------------------------------------------------*/
/*--------------------------------------------------
  break points
--------------------------------------------------*/
/*--------------------------------------------------------------
  media query
-------------------------------------------------------------- */
/*--------------------------------------------------
  font size
--------------------------------------------------*/
/*--------------------------------------------------------------
  em変換
-------------------------------------------------------------- */
/*@mixin fontSize($size_px){
  font-size: $size_px + px;
  font-size: $size_px / 16 + em;
}*/
/*--------------------------------------------------------------
  line-height計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  calc計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  flex
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: break-all;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  line-height: 1;
}
body * {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root {
  font-size: 100%;
}

html {
  height: auto;
  scroll-padding-top: 6.3492063492vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1261px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 20vw;
  }
}

body {
  height: auto;
  color: #5D5D5D;
  font-size: 1.125rem;
  font-kerning: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0;
  background: #FFF;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-y: scroll;
  box-sizing: border-box;
  hyphens: auto;
}
@media screen and (min-width: 1261px) {
  body {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
body.is-modal-open {
  height: 100vh;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  body.is-modal-open:has(.modal-search) {
    height: auto;
    overflow-y: auto;
  }
}

/*--------------------------------------------------------------
  Wrapper
-------------------------------------------------------------- */
.wrapper {
  position: relative;
}

/*--------------------------------------------------------------
  Section Title
-------------------------------------------------------------- */
.section-title__en {
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #139AF7;
}
.section-title__description {
  color: #666;
  margin: 6px 0 0;
}
@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
  }
  .section-title__en {
    font-size: 2rem;
  }
  .section-title__description {
    font-size: 0.875rem;
    margin: 15px 0 0;
  }
}

/*--------------------------------------------------------------
  More Button
-------------------------------------------------------------- */
/*.btn-view-more {
  margin: 52px auto 0;
  text-align: center;
  &__inner {
    @include fontSize(18);
    display: inline-block;
    height: 52px;
    min-width: 176px;
    cursor: pointer;
    color: $white;
    text-decoration: none;
    line-height: 52px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15) inset;
    background-color: $blue01;
    .label {
      font-weight: 500;
      vertical-align: middle;
    }
    &:hover,
    &:active {
      background: $blue01Active;
    }
  }
  @include mq(sp) {
    margin: 32px auto 0;
    &__inner {
      width: 100%;
    }
  }
}*/
/*--------------------------------------------------------------
  WP Page Navi
  Plugin pagination
-------------------------------------------------------------- */
.wp-pagenavi {
  max-width: 960px;
  padding: 88px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 40px 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi .current {
  display: inline-block;
  width: 28px;
  text-decoration: none;
  color: #0F5587;
  margin: 8px 16px;
  line-height: 28px;
  border: 1px solid #0F5587;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current:hover {
  opacity: 0.4;
}
.wp-pagenavi a {
  color: #FFF;
  background: #0F5587;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: auto;
  padding: 0 8px;
}

/*--------------------------------------------------------------
  header
  header.php
-------------------------------------------------------------- */
.header__sp-site-logo, .header__sp-menu {
  display: none;
}
.header__right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .header__right-nav {
    padding: 12px 0;
  }
}
.header__right-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0 30px;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .header__right-nav__item {
    padding: 0 15px;
    border: none;
  }
}
.header__right-nav__item.textsize_change, .header__right-nav__item:last-child {
  border: none;
}
.header__right-nav__item.search {
  cursor: pointer;
}
.header__right-nav__item.search .icon,
.header__right-nav__item.search .text {
  display: inline-block;
  vertical-align: middle;
}
.header__right-nav__item.search .icon {
  margin: 0 10px 0 0;
}
.header__right-nav__item.search .text {
  color: #FFF;
  border: none;
  background: none;
}
.header__right-nav__item.search .search__form {
  display: none;
}
.header__right-nav__item.search.on .text {
  display: none;
}
.header__right-nav__item.search.on .search__form {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__right-nav__item.textsize_change {
    display: none;
  }
}
.header__right-nav__item .font-size {
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.3;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.header__right-nav__item .font-size.small {
  font-size: 12px;
}
.header__right-nav__item .font-size.normal {
  font-size: 14px;
}
.header__right-nav__item .font-size.large {
  font-size: 18px;
}
.header__right-nav__item .font-size:hover {
  opacity: 0.9;
}
.header__right-nav__item .font-size.active {
  opacity: 1;
}
.header__right-nav__item.metro-tokyo {
  margin-left: -18px;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .header__right-nav__item.metro-tokyo {
    margin: 18px 0 0;
  }
}
.header__right-nav__item.metro-tokyo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 48px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background: #042B43;
  border: 4px solid #093E60;
  border-radius: 24px;
}
.header__right-nav__item.metro-tokyo a:hover {
  background: #093E60;
}
.header__nav-btn-check {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}
.header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 12px 3.1746031746vw;
  background-color: #021D2E;
}
@media screen and (min-width: 1261px) {
  .header__upper {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 3.1746031746vw 0;
  }
}
.header__upper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__upper__inner.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__under {
  background-color: #06304E;
  padding: 1px 3.1746031746vw;
}
@media screen and (max-width: 767px) {
  .header__under {
    display: none;
  }
}
.header__under__inner {
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (min-width: 1261px) {
  .header__under__inner {
    max-width: 1260px;
  }
}
.header__under__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: stretch;
}
.header__under__list .item {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  margin-left: 1px;
}
.header__under__list .item a {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 16px 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.header__under__list .item a.highlight {
  position: relative;
  height: 100%;
  color: #FFF;
  font-weight: 700;
  background-color: #0E5A95;
  padding: 16px 30px 16px 42px;
}
.header__under__list .item a.highlight:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("../images/2022/icon_arrow_b@2x.png") no-repeat 50%/cover;
}
.header__nav-btn {
  cursor: pointer;
  position: relative;
  display: block;
  width: 2.5396825397vw;
  height: 2.2222222222vw;
  margin-right: 2.380952381vw;
  padding: 0.1587301587vw 0;
}
@media screen and (min-width: 1261px) {
  .header__nav-btn {
    width: 32px;
    height: 28px;
    margin-right: 30px;
    padding: 2px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-btn {
    width: 8.5333333333vw;
    height: 7.4666666667vw;
    min-width: 8.5333333333vw;
    /*width: 32px;
    height: 28px;*/
    margin-right: 8vw;
    padding: 0.5333333333vw 0;
  }
}
.header__nav-btn span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0.3174603175vw;
  margin: auto;
  text-indent: -9999px;
  background-color: #FFF;
}
@media screen and (min-width: 1261px) {
  .header__nav-btn span {
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-btn span {
    height: 1.0666666667vw;
  }
}
.header__nav-btn span:before, .header__nav-btn span:after {
  content: "";
  display: block;
  position: absolute;
  height: 0.3174603175vw;
  background-color: #FFF;
}
@media screen and (min-width: 1261px) {
  .header__nav-btn span:before, .header__nav-btn span:after {
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-btn span:before, .header__nav-btn span:after {
    height: 1.0666666667vw;
  }
}
.header__nav-btn span:before {
  top: -0.9523809524vw;
  width: 100%;
}
@media screen and (min-width: 1261px) {
  .header__nav-btn span:before {
    top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-btn span:before {
    top: -3.2vw;
  }
}
.header__nav-btn span:after {
  bottom: -0.9523809524vw;
  width: 1.5873015873vw;
}
@media screen and (min-width: 1261px) {
  .header__nav-btn span:after {
    bottom: -12px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-btn span:after {
    bottom: -3.2vw;
    width: 5.3333333333vw;
  }
}
.header__nav {
  display: none;
  position: absolute;
  top: 5.9523809524vw;
  left: 0;
  z-index: 100;
  background-color: #021D2E;
}
@media screen and (min-width: 1261px) {
  .header__nav {
    top: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .header__nav {
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    top: 19.2vw;
  }
}
.header__nav__list__item {
  font-size: 1.25rem;
  padding: 12px 2.380952381vw;
  line-height: 1.6;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .header__nav__list__item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1261px) {
  .header__nav__list__item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__list__item {
    padding: 0 5.3333333333vw;
  }
}
.header__nav__list__item a {
  display: inline-block;
  padding: -0.9523809524vw;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 1261px) {
  .header__nav__list__item a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__list__item a {
    padding: 3.2vw 5.3333333333vw;
  }
}
.header__site-logo {
  flex: 0 1 auto;
}
.header__site-logo .logo {
  margin-right: 0.6349206349vw;
}
@media screen and (max-width: 767px) {
  .header__site-logo .logo {
    display: none;
  }
}
.header__site-logo .logo-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header__translate {
  font-size: 0.875rem;
  padding: 0 2.380952381vw;
  color: #FFF;
}
@media screen and (min-width: 1261px) {
  .header__translate {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__translate {
    padding: 0 8vw;
  }
}
.header__translate .font-size {
  display: inline-block;
  cursor: pointer;
  opacity: 0.3;
  margin-left: 0.6349206349vw;
  vertical-align: middle;
}
@media screen and (min-width: 1261px) {
  .header__translate .font-size {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header__translate .font-size {
    margin-left: 2.1333333333vw;
  }
}
.header__translate .font-size.small {
  font-size: 0.75rem;
}
.header__translate .font-size.normal {
  font-size: 0.875rem;
}
.header__translate .font-size.large {
  font-size: 1.125rem;
}
.header__translate .font-size:hover {
  opacity: 0;
}
.header.top {
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}
.header.lower {
  padding: 2.0634920635vw 2.5396825397vw;
  background: #F7F8F9;
}
.header.lower .header__right-nav {
  color: #000;
}
.header.lower .header__right-nav__item {
  border-color: #000;
}
@media screen and (min-width: 1261px) {
  .header.lower {
    padding: 26px 32px;
  }
}
@media screen and (max-width: 767px) {
  .header.lower {
    padding: 6.9333333333vw 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px 0;
    /*&__sp-menu {
      position: relative;
      display: block;
      width: 26px;
      padding: 0 0 13px;
      border: {
        top: 3px solid $white;
        bottom: 3px solid $white;
      }
      background: none;
      &:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: $white;
      }
    }*/
  }
  .header__sp-site-logo {
    width: calc(100% - 27px);
  }
  .header__sp-site-logo a {
    display: block;
    height: 43px;
    color: #FFF;
    text-decoration: none;
  }
  .header__sp-site-logo img,
  .header__sp-site-logo p {
    display: inline-block;
    vertical-align: middle;
  }
  .header__sp-site-logo img {
    width: auto;
    height: 100%;
    margin: 0 10px 0 0;
  }
  .header__sp-site-logo p {
    font-size: 14px;
    font-weight: 900;
  }
  .header.lower {
    padding: 8px 15px;
    /*.header {
      &__sp-site-logo {
        a {
          color: $black;
        }
      }
      &__sp-menu {
        border: {
          top: 3px solid $black;
          bottom: 3px solid $black;
        }
        &:after {
          background: $black;
        }
      }
    }*/
  }
}

.header__nav-btn-check:checked + .header__nav-btn + .header__nav {
  display: block;
}

.mobile_menu_list {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #CCC;
  background: #F7F8F9;
}
.mobile_menu_list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 15px;
  border-bottom: 1px solid #D1D1D1;
}
.mobile_menu_list__head__logo {
  display: block;
  width: calc(100% - 27px);
}
.mobile_menu_list__head__logo a {
  display: block;
  height: 43px;
  color: #000;
  text-decoration: none;
}
.mobile_menu_list__head__logo img,
.mobile_menu_list__head__logo p {
  display: inline-block;
  vertical-align: middle;
}
.mobile_menu_list__head__logo img {
  width: auto;
  height: 100%;
  margin: 0 10px 0 0;
}
.mobile_menu_list__head__logo p {
  font-size: 14px;
  font-weight: 900;
}
.mobile_menu_list__head__close-button {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none;
}
.mobile_menu_list__head__close-button:before, .mobile_menu_list__head__close-button:after {
  content: "";
  position: absolute;
  display: block;
  background: #333;
}
.mobile_menu_list__head__close-button:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mobile_menu_list__head__close-button:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile_menu_list__search {
  padding: 20px 15px;
  border-bottom: 1px solid #D1D1D1;
}
.mobile_menu_list__search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #FFF;
}
.mobile_menu_list__search__form .icon {
  width: 21px;
  height: 21px;
  margin: 0 14px 0 0;
}
.mobile_menu_list__search__form .input {
  width: calc(100% - 35px);
  height: 48px;
  font-size: 16px;
  border: none;
}
.mobile_menu_list__links__item {
  font-size: 1.125rem;
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 15px;
  border-bottom: 1px solid #D1D1D1;
}
.mobile_menu_list__links__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.mobile_menu_list__select-font-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 15px;
}
.mobile_menu_list__select-font-size .label {
  margin: 0 31px 0 0;
}
.mobile_menu_list__select-font-size .font-size {
  display: inline-block;
  width: 40px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  margin: 0 12px 0 0;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333;
  background: #FFF;
}
.mobile_menu_list__select-font-size .font-size.small {
  font-size: 12px;
}
.mobile_menu_list__select-font-size .font-size.normal {
  font-size: 16px;
}
.mobile_menu_list__select-font-size .font-size.large {
  font-size: 20px;
}
.mobile_menu_list__select-font-size .font-size.active {
  color: #FFF;
  background: #333;
}
.mobile_menu_list__tokyo-logo {
  display: block;
  padding: 28px 0;
  text-align: center;
  background: #FFF;
}

/*--------------------------------------------------------------
  Lower menu 下層ページのみ
  header.php
-------------------------------------------------------------- */
.lower_menu {
  padding: 20px 0;
  margin: 0 auto;
}
.lower_menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 23px;
}
.lower_menu__top__logo {
  width: 44.7%;
}
.lower_menu__top__logo img {
  width: 100%;
  height: auto;
}
.lower_menu__top__links a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 4px 0 4px 32px;
  margin: 0 0 0 32px;
  vertical-align: middle;
  border-left: solid 1px #DCDCDC;
}
.lower_menu__top__links a:first-child {
  border: none;
}
.lower_menu__breadcrumb {
  max-width: 77.7777777778vw;
  margin: 0 auto;
  padding: 1.5873015873vw 0;
}
@media screen and (min-width: 1261px) {
  .lower_menu__breadcrumb {
    max-width: 980px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .lower_menu__breadcrumb {
    max-width: 92%;
  }
}
.lower_menu__breadcrumb a,
.lower_menu__breadcrumb span {
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 0.9523809524vw;
  vertical-align: middle;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1261px) {
  .lower_menu__breadcrumb a,
  .lower_menu__breadcrumb span {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lower_menu__breadcrumb a,
  .lower_menu__breadcrumb span {
    padding-right: 3.2vw;
  }
}
.lower_menu__breadcrumb a:not(.home):before,
.lower_menu__breadcrumb span:not(.home):before {
  content: "/";
  display: inline-block;
  padding-right: 0.9523809524vw;
  color: #9D9696;
}
@media screen and (min-width: 1261px) {
  .lower_menu__breadcrumb a:not(.home):before,
  .lower_menu__breadcrumb span:not(.home):before {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lower_menu__breadcrumb a:not(.home):before,
  .lower_menu__breadcrumb span:not(.home):before {
    padding-right: 3.2vw;
  }
}
.lower_menu__breadcrumb a {
  color: #0F5587;
}
.lower_menu__breadcrumb span {
  color: #666;
}
@media screen and (max-width: 767px) {
  .lower_menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower_menu {
    padding: 20px;
  }
  .lower_menu__top__logo {
    width: 38.7%;
  }
  .lower_menu__top__links a {
    padding: 4px 0 4px 12px;
    margin: 0 12px 0 0;
  }
}

/*--------------------------------------------------------------
  Footer
  footer.php
-------------------------------------------------------------- */
.footer {
  position: relative;
  /*@include mq(sp) {
    &__link-list {
      @include flexDirection;
      padding: 0 15px;
      &__item {
        width: 100%;
        margin: 0 0 20px;
      }
    }
    &__utility-list {
      @include flexWrap;
      &__item {
        width: 50%;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid $gray04;
        &:nth-child(even) {
          border-left: 1px solid $gray04;
        }
      }
    }
    &__tocho-link {
      @include fontSize(16);
      position: static;
      display: block;
      color: $gray15;
      padding: 15px 0;
      text-decoration: none;
      text-align: center;
      border-bottom: 1px solid $gray04;
    }
  }
  @include mq(tablet) {
    &__link-list {
      &__item {
      }
    }
  }*/
}
.footer__wrapper {
  border-top: solid 1px #E75D4A;
}
.footer__utility-list-wrapper {
  border-bottom: 1px solid #707070;
}
.footer__utility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 88.0952380952vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1261px) {
  .footer__utility-list {
    max-width: 1110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__utility-list {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__utility-list {
    display: block;
    padding: 4.8vw 0;
  }
}
.footer__utility-list__item {
  padding: 2.2222222222vw 1.5873015873vw;
}
@media screen and (min-width: 1261px) {
  .footer__utility-list__item {
    padding: 28px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__utility-list__item {
    padding: 1.3333333333vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
.footer__utility-list__item .link {
  font-size: 1.125rem;
  color: #707070;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__utility-list__item .link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__utility-list__item .link {
    text-decoration: underline;
  }
}
.footer__utility-list__item .link:hover {
  opacity: 0.8;
}
.footer__logo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.5238095238vw 0 4.2063492063vw;
}
@media screen and (min-width: 1261px) {
  .footer__logo__wrapper {
    padding: 57px 0 53px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo__wrapper {
    flex-direction: column-reverse;
  }
}
.footer__logo {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    padding: 3.7333333333vw 0;
  }
}
.footer__logo img {
  width: 30.1587301587vw;
  height: auto;
}
@media screen and (min-width: 1261px) {
  .footer__logo img {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 80vw;
  }
}
.footer__sub-logo {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer__sub-logo {
    padding: 3.7333333333vw 0;
  }
}
.footer__sub-logo img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__sub-logo img {
    width: 37.3333333333vw;
  }
}
.footer__tocho-link {
  font-size: 1.125rem;
  position: absolute;
  right: 1.5873015873vw;
  bottom: 1.6666666667vw;
  margin: auto;
  font-weight: 700;
  color: #707070;
  text-decoration: none;
}
@media screen and (min-width: 1261px) {
  .footer__tocho-link {
    right: 20px;
    bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .footer__tocho-link {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 22.6666666667vw;
    width: 69.3333333333vw;
    height: 16vw;
    border: 1px solid #707070;
    border-radius: 5px;
    background-color: #FFF;
  }
}
.footer__tocho-link:after {
  content: "";
  display: inline-block;
  width: 0.9523809524vw;
  height: 0.9523809524vw;
  margin-left: 0.9523809524vw;
  border-right: 5px solid #707070;
  border-bottom: 5px solid #707070;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1261px) {
  .footer__tocho-link:after {
    width: 12px;
    height: 12px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__tocho-link:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 4px;
  }
}
.footer__copyrights {
  font-size: 1.125rem;
  display: block;
  height: 4.7619047619vw;
  line-height: 4.7619047619vw;
  text-align: center;
  background-color: #F3F3F3;
}
@media screen and (min-width: 1261px) {
  .footer__copyrights {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyrights {
    height: auto;
    padding-top: 32vw;
    padding-bottom: 9.3333333333vw;
    line-height: 1;
  }
}

/*--------------------------------------------------------------
  Modal Window
-------------------------------------------------------------- */
.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  height: calc(100vh - 100px);
  max-height: 85%;
  padding: 30px 10px;
  background-color: #FFF;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.modal__inner {
  max-height: 100%;
  padding: 0 30px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .modal__inner {
    padding: 0;
  }
}

.modal__close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  font-size: 24px;
}

.modal__title {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  padding-bottom: 25px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 3px solid #317BB1;
}
@media screen and (max-width: 767px) {
  .modal__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .modal__title {
    padding: 32px 15px 25px;
    margin-bottom: 48px;
    line-height: 1.3;
  }
}

.modal__open-button__wrap {
  text-align: right;
  margin: 20px 0;
  padding-right: 2.380952381vw;
}
@media screen and (min-width: 1261px) {
  .modal__open-button__wrap {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal__open-button__wrap {
    padding-right: 0;
  }
}
.modal__open-button__wrap button {
  font-size: 1.125rem;
  color: #5D5D5D;
  line-height: 1.5;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .modal__open-button__wrap button {
    font-size: 0.875rem;
  }
}
.modal__open-button__wrap button:hover {
  opacity: 0.8;
}
.modal__open-button__wrap button:before {
  content: "";
  display: inline-block;
  width: 0.873015873vw;
  height: 0.7936507937vw;
  margin-right: 0.873015873vw;
  background: url(../images/2022/icon_arrow_r@3x.png) no-repeat 50%/cover;
}
@media screen and (min-width: 1261px) {
  .modal__open-button__wrap button:before {
    width: 11px;
    height: 10px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .modal__open-button__wrap button:before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-right: 2.9333333333vw;
  }
}

/*--------------------------------------------------
  colors
--------------------------------------------------*/
/*--------------------------------------------------
  base size
--------------------------------------------------*/
/*--------------------------------------------------
  font family
--------------------------------------------------*/
/*--------------------------------------------------
  font weight
--------------------------------------------------*/
/*--------------------------------------------------
  break points
--------------------------------------------------*/
/*--------------------------------------------------------------
  media query
-------------------------------------------------------------- */
/*--------------------------------------------------
  font size
--------------------------------------------------*/
/*--------------------------------------------------------------
  em変換
-------------------------------------------------------------- */
/*@mixin fontSize($size_px){
  font-size: $size_px + px;
  font-size: $size_px / 16 + em;
}*/
/*--------------------------------------------------------------
  line-height計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  calc計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  flex
-------------------------------------------------------------- */
body.top {
  /*--------------------------------------------------------------
    front-page.php
  -------------------------------------------------------------- */
}
body.top .main-visual {
  position: relative;
  padding: 6.3492063492vw 0;
  background: url("../images/2022/img_hero_graphic.png") #0C2A52 no-repeat 50%/cover;
}
@media screen and (min-width: 1261px) {
  body.top .main-visual {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  body.top .main-visual {
    padding: 8vw 0;
    background-position: -71.4285714286vw 0;
  }
}
body.top .main-visual__inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 1.5873015873vw;
}
@media screen and (min-width: 1261px) {
  body.top .main-visual__inner {
    max-width: 1260px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top .main-visual__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  body.top .main-visual__inner {
    display: block;
    max-width: initial;
    padding: 0 15px;
  }
}
body.top .main-visual__title {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  body.top .main-visual__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
body.top .main-visual__button__outer {
  grid-area: 3/1/4/2;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.top .main-visual__button {
  display: block;
  line-height: normal;
  letter-spacing: normal;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
  text-align: left;
  border-radius: 4px;
  padding: 12px 18px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.top .main-visual__button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.top .main-visual__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 10px;
  }
}
body.top .main-visual__image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.top .main-visual__image {
    max-width: 300px;
  }
}
body.top .main-visual__search {
  grid-column: 2/3;
  grid-row: 1/2;
  max-width: 100%;
  width: 62.9365079365vw;
}
@media screen and (min-width: 1261px) {
  body.top .main-visual__search {
    width: 793px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top .main-visual__search {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  body.top .main-visual__search {
    margin-bottom: 20px;
    width: 100%;
  }
}
body.top .main-visual__description {
  grid-area: 2/2/4/3;
}
@media screen and (max-width: 767px) {
  body.top .main-visual__description__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.top .main-visual__description__text {
  color: #FFF;
  line-height: 2;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  body.top .main-visual__description__text {
    line-height: 1.7142857143;
  }
}
body.top .main-visual__description__text a {
  color: #FFF;
}
body.top .main-visual__description__list {
  list-style-type: disc;
  margin-left: 1.5em;
}
body.top .main-visual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top .main-visual__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top .main-visual__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
body.top .main-visual__list .item {
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top .main-visual__list .item {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.top .main-visual__list .item {
    flex: 0 0 auto;
    width: 100%;
  }
}
body.top .main-visual__list .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  padding: 16px 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
body.top .main-visual__list .item a.rounded {
  position: relative;
  height: 53px;
  color: #FFF;
  font-weight: 700;
  background-color: #0B3F64;
  border: 4px solid #D0FCF4;
  border-radius: 3em;
  padding: 8px 30px;
}
body.top .main-visual__list .item a.rounded:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("../images/2022/icon_arrow_w@2x.png") no-repeat 50%/cover;
}
body.top .main-visual__list .item a.gradient {
  background: linear-gradient(#1A0F6C 0%, #13639B 100%);
}
body.top .main-visual__banners {
  background-color: #317BB1;
}
body.top .main-visual__banners__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  body.top .main-visual__banners__inner {
    display: block;
  }
}
body.top .main-visual__banners__link__wrapper {
  flex: 1 1 calc(33.3333333333% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 4px solid #239CF4;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  body.top .main-visual__banners__link__wrapper:not(:last-of-type) {
    margin-bottom: 4.8vw;
  }
}
body.top .main-visual__banners__link__wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  padding: 16px 12px;
}
body.top .category_section__inner, body.top .example_section__inner, body.top .index_columns__inner, body.top .main-visual__banners__inner {
  max-width: 100vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5873015873vw;
  padding-right: 1.5873015873vw;
}
@media screen and (min-width: 1261px) {
  body.top .category_section__inner, body.top .example_section__inner, body.top .index_columns__inner, body.top .main-visual__banners__inner {
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__inner, body.top .example_section__inner, body.top .index_columns__inner, body.top .main-visual__banners__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
body.top .category_section__title, body.top .example_section__title, body.top .legend_section__title, body.top .ranking_section__title, body.top .news_section__title {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.7619047619vw;
  margin-bottom: 5.0793650794vw;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  background-color: #FFF;
  border: 1px solid #239CF4;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  body.top .category_section__title, body.top .example_section__title, body.top .legend_section__title, body.top .ranking_section__title, body.top .news_section__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1261px) {
  body.top .category_section__title, body.top .example_section__title, body.top .legend_section__title, body.top .ranking_section__title, body.top .news_section__title {
    min-height: 60px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__title, body.top .example_section__title, body.top .legend_section__title, body.top .ranking_section__title, body.top .news_section__title {
    min-height: 13.3333333333vw;
    margin-bottom: 9.3333333333vw;
    line-height: 1.5;
  }
}
body.top .index_columns {
  background-color: #F5F9FF;
}
body.top .index_columns__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.8095238095vw;
}
@media screen and (min-width: 1261px) {
  body.top .index_columns__inner {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  body.top .index_columns__inner {
    display: block;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
body.top .news_section {
  position: relative;
  width: 100%;
  max-width: 46.0317460317vw;
}
@media screen and (min-width: 1261px) {
  body.top .news_section {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section {
    max-width: 100%;
  }
}
body.top .news_section__link {
  position: absolute;
  top: 6.746031746vw;
  right: 2.8571428571vw;
  text-align: right;
}
@media screen and (min-width: 1261px) {
  body.top .news_section__link {
    top: 85px;
    right: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section__link {
    top: 16vw;
    right: 0;
  }
}
body.top .news_section__link a {
  display: inline-block;
  color: #5D5D5D;
  line-height: 1.5;
  text-decoration: underline;
}
body.top .news_section__link a:hover {
  opacity: 0.8;
}
body.top .news_section__link a:before {
  content: "";
  display: inline-block;
  width: 0.873015873vw;
  height: 0.7936507937vw;
  margin-right: 0.873015873vw;
  background: url(../images/2022/icon_arrow_r@3x.png) no-repeat 50%/cover;
}
@media screen and (min-width: 1261px) {
  body.top .news_section__link a:before {
    width: 11px;
    height: 10px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section__link a:before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-right: 2.9333333333vw;
  }
}
body.top .news_section__list {
  margin-bottom: 1.5873015873vw;
}
@media screen and (min-width: 1261px) {
  body.top .news_section__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section__list {
    margin-bottom: 13.3333333333vw;
    padding: 0 3.2vw;
  }
}
body.top .news_section__list a {
  color: #5D5D5D;
  text-decoration: none;
}
body.top .news_section__list a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
body.top .news_section .title-sup {
  margin-bottom: 0.7936507937vw;
}
@media screen and (min-width: 1261px) {
  body.top .news_section .title-sup {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section .title-sup {
    margin-bottom: 2.6666666667vw;
  }
}
body.top .news_section .title-sup .cat {
  font-size: 0.875rem;
  display: inline-block;
  height: 2.1428571429vw;
  margin-right: 0.7936507937vw;
  padding: 0 0.9523809524vw;
  color: #FFF;
  line-height: 2.1428571429vw;
  border-radius: 5px;
}
@media screen and (min-width: 1261px) {
  body.top .news_section .title-sup .cat {
    height: 27px;
    margin-right: 10px;
    padding: 0 12px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section .title-sup .cat {
    height: 7.2vw;
    margin-right: 2.6666666667vw;
    padding: 0 3.2vw;
    line-height: 7.2vw;
  }
}
body.top .news_section .title-sup .cat.information {
  background-color: #0F5587;
}
body.top .news_section .title-sup .cat.update {
  background-color: #159848;
}
body.top .news_section .title-sup .cat.pickup {
  background-color: #E75D4A;
}
body.top .news_section .title-sup .cat.cat_case {
  background-color: #06304E;
}
body.top .news_section .title-sup .cat.etc {
  background-color: #239CF4;
}
body.top .news_section .title-sup .post_date {
  font-size: 1rem;
  display: inline-block;
  color: #333;
  font-family: mr-eaves-modern, sans-serif;
  line-height: 1.0625;
}
body.top .news_section .title {
  font-size: 1.125rem;
  margin-bottom: 1.5873015873vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.top .news_section .title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1261px) {
  body.top .news_section .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section .title {
    margin-bottom: 9.0666666667vw;
  }
}
body.top .news_section .title i {
  margin-left: 0.6349206349vw;
  font-size: 1rem;
}
@media screen and (min-width: 1261px) {
  body.top .news_section .title i {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.top .news_section .title i {
    margin-left: 2.1333333333vw;
  }
}
body.top .ranking_section {
  position: relative;
  width: 100%;
  max-width: 46.0317460317vw;
}
@media screen and (min-width: 1261px) {
  body.top .ranking_section {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  body.top .ranking_section {
    max-width: 100%;
  }
}
body.top .ranking_section__title {
  color: #333;
}
body.top .ranking_section .period {
  position: absolute;
  top: 6.746031746vw;
  right: 0;
  text-align: right;
}
@media screen and (min-width: 1261px) {
  body.top .ranking_section .period {
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  body.top .ranking_section .period {
    top: 16vw;
  }
}
body.top .ranking_section__list {
  counter-reset: item;
  margin-left: 1em;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  body.top .ranking_section__list {
    margin-left: 0;
    padding: 0 3.2vw;
  }
}
body.top .ranking_section__list li {
  display: flex;
  font-size: 0.875rem;
  position: relative;
}
body.top .ranking_section__list li:not(:last-of-type) {
  padding-bottom: 1.1111111111vw;
  margin-bottom: 1.1111111111vw;
}
@media screen and (min-width: 1261px) {
  body.top .ranking_section__list li:not(:last-of-type) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.top .ranking_section__list li:not(:last-of-type) {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    border-bottom: 1px solid #E8E8E8;
  }
}
body.top .ranking_section__list li::before {
  flex: 0 0 2.8571428571vw;
  height: 2.8571428571vw;
  margin-right: 14px;
  font-size: 1.875rem;
  counter-increment: item;
  content: counter(item);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9D9696;
  white-space: nowrap;
  border: 2px solid #9D9696;
  background-color: #FFF;
}
@media screen and (min-width: 1261px) {
  body.top .ranking_section__list li::before {
    flex: 0 0 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.top .ranking_section__list li::before {
    flex: 0 0 9.6vw;
    height: 9.6vw;
  }
}
body.top .ranking_section__list li:nth-of-type(1):before {
  color: #F59C00;
  border-color: #F59C00;
}
body.top .ranking_section__list li:nth-of-type(2):before {
  color: #CE9277;
  border-color: #CE9277;
}
body.top .ranking_section__list li:nth-of-type(3):before {
  color: #833512;
  border-color: #833512;
}
body.top .ranking_section__list li a {
  line-height: 1.7142857143;
  text-decoration: none;
}
body.top .ranking_section__list .subject {
  display: block;
  margin-bottom: 0.4761904762vw;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1261px) {
  body.top .ranking_section__list .subject {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  body.top .ranking_section__list .subject {
    margin-bottom: 1.6vw;
  }
}
body.top .ranking_section__list .division {
  font-size: 0.875rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.7936507937vw;
  color: #696969;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1261px) {
  body.top .ranking_section__list .division {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top .ranking_section__list .division {
    margin-right: 2.6666666667vw;
  }
}
body.top .legend_section {
  padding-top: 3.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1261px) {
  body.top .legend_section {
    padding-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  body.top .legend_section {
    display: block;
    padding-top: 5.3333333333vw;
  }
}
body.top .legend_section__title {
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 1261px) {
  body.top .legend_section__title {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.top .legend_section__title {
    margin-bottom: 4vw;
  }
}
body.top .legend_section__list li {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1.5em;
}
body.top .legend_section__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}
body.top .legend_section__list li:nth-child(1)::before {
  background: url(../images/legend_icon_popular.png) no-repeat 0 50%;
  background-size: contain;
}
body.top .legend_section__list li:nth-child(2)::before {
  mask-image: url(../images/legend_icon_unlink.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #d29922;
}
body.top .example_section {
  margin: 4.126984127vw 0 6.9841269841vw;
}
@media screen and (min-width: 1261px) {
  body.top .example_section {
    margin: 52px 0 88px;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section {
    margin: 20px 0 0;
  }
}
body.top .example_section__inner {
  position: relative;
}
body.top .example_section__title {
  margin-bottom: 7.9365079365vw;
}
@media screen and (min-width: 1261px) {
  body.top .example_section__title {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__title {
    margin-bottom: 18.1333333333vw;
  }
}
body.top .example_section__link {
  position: absolute;
  top: 6.746031746vw;
  right: 3.9682539683vw;
  text-align: right;
}
@media screen and (min-width: 1261px) {
  body.top .example_section__link {
    top: 85px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__link {
    top: 16vw;
    right: 5.3333333333vw;
  }
}
body.top .example_section__link a {
  display: inline-block;
  color: #5D5D5D;
  line-height: 1.5;
  text-decoration: underline;
}
body.top .example_section__link a:hover {
  opacity: 0.8;
}
body.top .example_section__link a:before {
  content: "";
  display: inline-block;
  width: 0.873015873vw;
  height: 0.7936507937vw;
  margin-right: 0.873015873vw;
  background: url(../images/2022/icon_arrow_r@3x.png) no-repeat 50%/cover;
}
@media screen and (min-width: 1261px) {
  body.top .example_section__link a:before {
    width: 11px;
    height: 10px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__link a:before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-right: 2.9333333333vw;
  }
}
body.top .example_section__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}
body.top .example_section__flex a {
  flex: 1 1 393px;
  color: #333;
  text-decoration: none;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  body.top .example_section__flex {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__article {
    max-width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
body.top .example_section__article a {
  color: #333;
  text-decoration: none;
}
body.top .example_section__article .img {
  text-align: center;
  margin-bottom: 1.5873015873vw;
}
@media screen and (min-width: 1261px) {
  body.top .example_section__article .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__article .img {
    margin-bottom: 4vw;
  }
}
body.top .example_section__article .img img {
  max-width: 100%;
  height: auto;
}
body.top .example_section__article .img-tableau-thumbnail img {
  border: 1px solid #B9B9B9;
}
body.top .example_section__article .title {
  font-size: 1.25rem;
  margin-bottom: 1.9047619048vw;
  color: #5D5D5D;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 1261px) {
  body.top .example_section__article .title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__article .title {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  body.top .example_section__article .title br {
    display: block;
  }
}
body.top .example_section__article .title.center {
  text-align: center;
}
body.top .example_section__article .desc {
  font-size: 0.875rem;
  margin-bottom: 2.380952381vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1261px) {
  body.top .example_section__article .desc {
    margin-bottom: 30px;
  }
}
body.top .example_section__article .link {
  color: #041F33;
  text-decoration: underline;
}
body.top .example_section__article .link:before {
  content: "";
  display: inline-block;
  width: 0.873015873vw;
  height: 0.7936507937vw;
  margin-right: 0.9523809524vw;
  background: url(../images/2022/icon_arrow_g@3x.png) no-repeat 50%/cover;
}
@media screen and (min-width: 1261px) {
  body.top .example_section__article .link:before {
    width: 11px;
    height: 10px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__article .link:before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-right: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body.top .example_section__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.top .statistics_section {
  position: relative;
  padding: 72px 0;
  background-color: #F2F2F2;
}
body.top .statistics_section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.top .statistics_section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
body.top .statistics_section__column {
  width: 20%;
  text-align: center;
}
body.top .statistics_section__column-label {
  font-size: 1rem;
  color: #333;
}
body.top .statistics_section__column-count {
  font-size: 2.25rem;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #333;
  margin: 20px 0 0;
  border-bottom: solid 2px #333;
}
body.top .statistics_section__column-count:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  body.top .statistics_section__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body.top .statistics_section__column {
    width: 33.3333333333%;
  }
  body.top .statistics_section__column:first-child, body.top .statistics_section__column:nth-child(2), body.top .statistics_section__column:nth-child(3) {
    margin: 0 0 42px;
  }
  body.top .statistics_section__column-label {
    font-size: 0.875rem;
  }
  body.top .statistics_section__column-count {
    font-size: 1.5rem;
  }
}
body.top .link_section {
  padding: 3.4126984127vw 0;
}
@media screen and (min-width: 1261px) {
  body.top .link_section {
    padding: 43px 0;
  }
}
@media screen and (max-width: 767px) {
  body.top .link_section {
    padding: 10.6666666667vw 11.7333333333vw;
  }
}
body.top .link_section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.top .link_section__list {
    display: block;
  }
}
body.top .link_section__list__item {
  display: block;
  max-width: 23.8095238095vw;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1261px) {
  body.top .link_section__list__item {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  body.top .link_section__list__item {
    max-width: 100%;
  }
}
body.top .link_section__list__item:not(:last-of-type) {
  margin-right: 1.5873015873vw;
}
@media screen and (min-width: 1261px) {
  body.top .link_section__list__item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top .link_section__list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10.6666666667vw;
  }
}
body.top .link_section__list__item .link {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.9365079365vw;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  border: solid 1px #707070;
  border-radius: 5px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  body.top .link_section__list__item .link {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1261px) {
  body.top .link_section__list__item .link {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top .link_section__list__item .link {
    height: 9.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  body.top .link_section__list__item .link {
    height: 26.6666666667vw;
  }
}
body.top .link_section__list__item .link:hover {
  opacity: 0.8;
  background-color: #F2F2F2;
}
body.top .sns iframe {
  width: 500px !important;
  height: 100% !important;
}
body.top .control-tooltip {
  position: relative;
  transition: all 0.3s ease-in-out;
}
body.top .tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: 0.4;
  width: 220px;
  padding: 16px;
  background-color: #0F5587;
  color: #FFF;
  position: absolute;
  top: -70%;
  left: 50%;
  margin-left: -110px;
  border-radius: 4px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top .tooltip {
    width: 180px;
    margin-left: -90px;
  }
}
@media screen and (max-width: 767px) {
  body.top .tooltip {
    width: 150px;
    margin-left: -75px;
  }
}
body.top .tooltip p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: left;
}
body.top .tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #0F5587 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -12.5px;
}
body.top .control-tooltip:hover .tooltip {
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: 0.3s linear;
}
body.top .search-box {
  position: relative;
  background: #5BB6DD;
  border: 10px solid transparent;
}
body.top .search-box__input {
  font-size: 1.125rem;
  margin: 0 0 11px;
  padding: 0 217px 0 1.5873015873vw;
  width: 100%;
  height: 75px;
  outline: none;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 767px) {
  body.top .search-box__input {
    padding: 0 75px 0 20px;
    height: 65px;
  }
}
body.top .search-box__input:focus::-webkit-input-placeholder, body.top .search-box__input:focus:-moz-placeholder, body.top .search-box__input:focus:-ms-input-placeholder, body.top .search-box__input:focus::placeholder {
  color: #D1D1D1;
  font-weight: 500;
}
body.top .search-box__inner {
  position: relative;
}
body.top .search-box__submit {
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  width: 207px;
  height: 75px;
  color: #FFF;
  font-weight: 700;
  background-color: #0F5587;
}
@media screen and (max-width: 767px) {
  body.top .search-box__submit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.top .search-box__submit {
    padding-top: 65px;
    width: 65px;
    height: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
}
body.top .search-box__submit:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  mask-image: url(../images/main_icon_search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  body.top .search-box__submit:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
  }
}
body.top .search-box__button {
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  height: 60px;
  color: #062C47;
  font-weight: 700;
  background-color: #D1E9FA;
}
@media screen and (max-width: 767px) {
  body.top .search-box__button {
    height: 50px;
  }
}
body.top .search-box__button:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/main_icon_arrow02.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  body.top .search-box__button:before {
    top: -2px;
    width: 17px;
    height: 16px;
    background-image: url(../images/main_icon_plus.svg);
  }
}

body.top.is-modal-open .search-box__button:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  body.top.is-modal-open .search-box__button:before {
    transform: none;
  }
}

/*--------------------------------------------------
  colors
--------------------------------------------------*/
/*--------------------------------------------------
  base size
--------------------------------------------------*/
/*--------------------------------------------------
  font family
--------------------------------------------------*/
/*--------------------------------------------------
  font weight
--------------------------------------------------*/
/*--------------------------------------------------
  break points
--------------------------------------------------*/
/*--------------------------------------------------------------
  media query
-------------------------------------------------------------- */
/*--------------------------------------------------
  font size
--------------------------------------------------*/
/*--------------------------------------------------------------
  em変換
-------------------------------------------------------------- */
/*@mixin fontSize($size_px){
  font-size: $size_px + px;
  font-size: $size_px / 16 + em;
}*/
/*--------------------------------------------------------------
  line-height計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  calc計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  flex
-------------------------------------------------------------- */
body.top {
  /*--------------------------------------------------------------
    front-page.php
  -------------------------------------------------------------- */
}
body.top #modal-survey .modal__close-button {
  color: #7C7C7C;
  font-size: 30px;
  background: none;
}
@media screen and (max-width: 767px) {
  body.top #modal-survey .modal__close-button {
    top: 12px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.top #modal-survey .modal__inner {
    margin: 0 -10px;
  }
}
body.top #modal-survey .modal__lead__container {
  margin: -50px 0 30px;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.top #modal-survey .modal__lead__container {
    margin-top: -30px;
    padding: 0 15px;
  }
}
body.top #modal-survey .modal__lead__text {
  margin-bottom: 12px;
  line-height: 1.7;
  font-size: 1rem;
}
body.top #modal-survey .modal__lead__text--small {
  font-size: 0.875rem;
}
body.top #modal-survey .modal__inner.-send .modal__lead__container {
  display: none;
}
body.top #modal-survey .modal__inner.-send .modal-survey {
  display: none;
}
body.top #modal-survey .modal__inner.-send .modal-button {
  display: none;
}
body.top #modal-survey .modal__inner.-send .modal-button.finish {
  display: flex;
}
body.top #modal-survey .modal__inner.-send .modal-finish {
  display: block;
}
body.top .modal-survey {
  padding: 0 50px;
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  body.top .modal-survey {
    padding: 0 15px;
  }
}
body.top .modal-survey__item + .modal-survey__item {
  margin-top: 47px;
}
body.top .modal-survey__title {
  margin-bottom: 4px;
  color: #000;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  body.top .modal-survey__title {
    position: relative;
    padding-right: 55px;
  }
}
body.top .modal-survey__title strong {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3em 0;
  width: 46px;
  color: #FFF;
  font-size: 0.875rem;
  background: #E75D4A;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25em;
}
@media screen and (max-width: 767px) {
  body.top .modal-survey__title strong {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
body.top .modal-survey__error {
  margin-top: 56px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  body.top .modal-survey__error {
    padding: 0 15px;
  }
}
body.top .modal-survey__error p {
  font-size: 0.875rem;
  color: #E75D4A;
  line-height: 1.5;
  margin-bottom: 8px;
}
body.top .modal-select {
  appearance: none;
  padding: 5px 12px;
  width: 100%;
  height: 47px;
  font-size: 0.875rem;
  color: #000;
  background: #FFF;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  body.top .modal-select {
    font-size: 1rem;
  }
}
body.top .modal-select.is-error {
  color: #E75D4A;
  border-color: #E75D4A;
}
body.top .modal-checkbox {
  margin-top: 16px;
  font-size: 0.875rem;
}
body.top .modal-checkbox__item {
  display: flex;
}
body.top .modal-checkbox label {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  height: 47px;
}
body.top .modal-checkbox input {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  margin: 0;
  z-index: -1;
}
body.top .modal-checkbox input:checked + span::after {
  opacity: 1;
}
body.top .modal-checkbox input:focus-visible + span::before {
  border: 2px solid #249EB3;
}
body.top .modal-checkbox input.is-error + span::before {
  border-color: #E75D4A;
}
body.top .modal-checkbox span {
  position: relative;
  padding-left: 37px;
}
body.top .modal-checkbox span::before, body.top .modal-checkbox span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 4px;
  box-sizing: border-box;
}
body.top .modal-checkbox span::before {
  width: 25px;
  height: 25px;
  background: #FFF;
  border: 1px solid #C4C4C4;
}
body.top .modal-checkbox span::after {
  left: 4px;
  width: 17px;
  height: 17px;
  background: #249EB3;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.25s;
}
body.top .modal-textarea {
  margin-top: 20px;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
}
body.top .modal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  body.top .modal-button {
    margin-top: 26px;
    padding: 0 15px;
  }
}
body.top .modal-button.finish {
  display: none;
}
body.top .modal-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  width: 242px;
  height: 73px;
  color: #FFF;
  background: #4B4B4B;
  border: 10px solid #e6e6e6;
  cursor: pointer;
}
body.top .modal-button button.js-survey-submit {
  background: #0F5587;
  border-color: #cee3f3;
}
body.top .modal-button button:disabled {
  opacity: 0.6;
  filter: grayscale(100%);
  cursor: inherit;
}
body.top .modal-finish {
  display: none;
  padding: 15px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border: 10px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  body.top .modal-finish {
    margin: 0 15px;
    line-height: 1.5;
  }
}

/*--------------------------------------------------
  colors
--------------------------------------------------*/
/*--------------------------------------------------
  base size
--------------------------------------------------*/
/*--------------------------------------------------
  font family
--------------------------------------------------*/
/*--------------------------------------------------
  font weight
--------------------------------------------------*/
/*--------------------------------------------------
  break points
--------------------------------------------------*/
/*--------------------------------------------------------------
  media query
-------------------------------------------------------------- */
/*--------------------------------------------------
  font size
--------------------------------------------------*/
/*--------------------------------------------------------------
  em変換
-------------------------------------------------------------- */
/*@mixin fontSize($size_px){
  font-size: $size_px + px;
  font-size: $size_px / 16 + em;
}*/
/*--------------------------------------------------------------
  line-height計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  calc計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  flex
-------------------------------------------------------------- */
body.top {
  /*--------------------------------------------------------------
    front-page.php
  -------------------------------------------------------------- */
}
body.top .category_section {
  padding: 3.3333333333vw 0 1.1111111111vw;
  background-color: #F2F2F2;
}
@media screen and (min-width: 1261px) {
  body.top .category_section {
    padding: 42px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section {
    padding: 5.3333333333vw 0 3.7333333333vw;
  }
}
body.top .category_section__title {
  margin-bottom: 3.1746031746vw;
  color: #333;
}
@media screen and (min-width: 1261px) {
  body.top .category_section__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__title {
    margin-bottom: 6.4vw;
  }
}
body.top .category_section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 81.746031746vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1261px) {
  body.top .category_section__list {
    max-width: 1030px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__list:after {
    content: "";
    display: block;
    width: 32%;
  }
}
body.top .category_section__list__item {
  position: relative;
  width: 14%;
  height: 12.1428571429vw;
  margin-bottom: 1.5873015873vw;
  padding: 1.5873015873vw 0;
  text-align: center;
}
@media screen and (min-width: 1261px) {
  body.top .category_section__list__item {
    height: 153px;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__list__item {
    width: 32%;
    height: 37.3333333333vw;
    margin-bottom: 2.1333333333vw;
    padding: 1.6vw 0 5.3333333333vw;
  }
}
body.top .category_section__list__item a {
  display: block;
  text-decoration: none;
}
body.top .category_section__list__item .circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: width padding opacity;
  transition-property: width padding opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #F3F3F3;
}
body.top .category_section__list__item .icon {
  display: block;
  width: 6.6666666667vw;
  height: 4.2857142857vw;
  margin: 0 auto;
}
@media screen and (min-width: 1261px) {
  body.top .category_section__list__item .icon {
    width: 84px;
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__list__item .icon {
    width: 22.4vw;
    height: 12.2666666667vw;
  }
}
body.top .category_section__list__item .icon img {
  width: 3.1746031746vw;
  height: auto;
}
@media screen and (min-width: 1261px) {
  body.top .category_section__list__item .icon img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__list__item .icon img {
    width: 9.0666666667vw;
  }
}
body.top .category_section__list__item .title {
  min-height: 3.5714285714vw;
  color: #333;
}
@media screen and (min-width: 1261px) {
  body.top .category_section__list__item .title {
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_section__list__item .title {
    min-height: 8.5333333333vw;
  }
}
body.top .category_section__list__item .title__text {
  font-size: 0.875rem;
  display: block;
  height: 1.25em;
  line-height: 1.25em;
}
body.top .category_section__list__item .count {
  font-size: 0.875rem;
  color: #666;
  -webkit-transition-property: font-size color;
  transition-property: font-size color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
body.top .category_section__list__item:hover .circle-bg {
  width: calc(100% + 20px);
  padding: calc(100% + 20px) 0 0;
  opacity: 1;
}
body.top .category_section__list__item:hover .count {
  font-size: 1.25rem;
  color: #139AF7;
}
body.top .category_modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
body.top .category_modal__item .icon {
  margin-right: 16px;
}
body.top .category_modal__item .icon img {
  width: 3.1746031746vw;
  height: auto;
}
@media screen and (min-width: 1261px) {
  body.top .category_modal__item .icon img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.top .category_modal__item .icon img {
    width: 9.0666666667vw;
  }
}
body.top .category_modal__item .title {
  color: #333;
  margin: 16px;
}
body.top .category_modal__item .description {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin: 16px 0;
}

/*--------------------------------------------------
  colors
--------------------------------------------------*/
/*--------------------------------------------------
  base size
--------------------------------------------------*/
/*--------------------------------------------------
  font family
--------------------------------------------------*/
/*--------------------------------------------------
  font weight
--------------------------------------------------*/
/*--------------------------------------------------
  break points
--------------------------------------------------*/
/*--------------------------------------------------------------
  media query
-------------------------------------------------------------- */
/*--------------------------------------------------
  font size
--------------------------------------------------*/
/*--------------------------------------------------------------
  em変換
-------------------------------------------------------------- */
/*@mixin fontSize($size_px){
  font-size: $size_px + px;
  font-size: $size_px / 16 + em;
}*/
/*--------------------------------------------------------------
  line-height計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  calc計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  flex
-------------------------------------------------------------- */
body.top {
  /*--------------------------------------------------------------
    front-page.php
  -------------------------------------------------------------- */
}
body.top .modal-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 33px 20px 20px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.top .modal-search {
    position: fixed;
    top: 0;
    padding: 0 0 95px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.top .modal-search__inner {
    padding: 20px 15px;
    max-height: 100%;
    overflow-y: auto;
  }
}
body.top .modal-search__title {
  font-size: 1.125rem;
  margin-bottom: 30px;
  padding-bottom: 13px;
  width: 100%;
  color: #0E5A95;
  font-weight: 700;
  border-bottom: 1px solid #949799;
}
body.top .modal-search__item ~ .modal-search__item {
  margin-top: 30px;
}
body.top .modal-search__item.is-flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  body.top .modal-search__item.is-flex {
    display: block;
  }
}
body.top .modal-search__item.is-flex .modal-search__label {
  margin-bottom: 0;
  width: 118px;
}
@media screen and (max-width: 767px) {
  body.top .modal-search__item.is-flex .modal-search__label {
    margin-bottom: 7px;
    width: auto;
  }
}
body.top .modal-search__item.is-flex .modal-search__content {
  flex: 1;
}
body.top .modal-search__label {
  font-size: 0.875rem;
  margin-bottom: 7px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
}
body.top .modal-search__content {
  font-size: 0.75rem;
}
body.top .modal-search__content[role=group] {
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.top .modal-search__content.is-date {
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
}
body.top .modal-search__input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 0.9375rem;
  padding: 8px 7px;
  width: 100%;
  background: #FFF;
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  body.top .modal-search__input {
    padding: 10px 7px;
  }
}
body.top .modal-search__date {
  flex: 1;
  position: relative;
}
body.top .modal-search__date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 22px;
  background: url(../images/main_icon_calender.svg) no-repeat 100% 50%;
  background-size: 18px auto;
  pointer-events: none;
}
body.top .modal-search__date:has(.modal-search__input:disabled)::after {
  background: #D9D9D9;
  mask-image: url(../images/main_icon_calender.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
body.top .modal-search__radio, body.top .modal-search__checkbox {
  padding: 5px 5px 5px 0;
}
body.top .modal-search__radio:has(input:disabled), body.top .modal-search__checkbox:has(input:disabled) {
  color: #D9D9D9;
  pointer-events: none;
  user-select: none;
}
body.top .modal-search__radio input, body.top .modal-search__checkbox input {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
body.top .modal-search__fix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  body.top .modal-search__fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
  }
}
body.top .modal-search__reset {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 160px;
  height: 50px;
  color: #093E60;
  font-size: 1.125rem;
  background: #FFF;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  body.top .modal-search__reset {
    flex: 1;
    height: 55px;
  }
}
body.top .modal-search__reset:hover {
  background-color: #e6e6e6;
}
body.top .modal-search__submit {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 160px;
  height: 50px;
  font-size: 1.125rem;
  color: #FFF;
  background: #093E60;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  body.top .modal-search__submit {
    flex: 1;
    height: 55px;
  }
}
body.top .modal-search__close {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  position: fixed;
  top: 5px;
  right: 5px;
  display: none;
  padding-top: 30px;
  width: 30px;
  height: 0;
  overflow: hidden;
  text-indent: 200%;
  background: #062C47;
  border-radius: 50%;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.top .modal-search__close {
    display: block;
  }
}
body.top .modal-search__close::before, body.top .modal-search__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  display: inline-block;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background: #FFF;
}
body.top .modal-search__close::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #FFF;
  transform: translate(-50%) rotate(-45deg);
}
body.top .modal-search__term {
  font-size: 0.75rem;
  margin-top: 13px;
}
body.top .modal-search .select2 {
  display: block;
}
body.top .modal-search .select2-container--classic .select2-selection--multiple,
body.top .modal-search .select2-container--classic.select2-container--focus .select2-selection--multiple {
  border-color: #999;
  border-radius: 0;
}
body.top .modal-search .select2-container--classic .select2-selection--multiple {
  padding-right: 30px;
  min-height: 40px;
  /* 開いたときにガクッとする不具合用 */
}
@media screen and (max-width: 767px) {
  body.top .modal-search .select2-container--classic .select2-selection--multiple {
    min-height: 43px;
  }
}
body.top .modal-search .select2-container--classic .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/main_icon_arrow.svg) no-repeat 100% 50%;
  background-size: 18px auto;
}
body.top .modal-search .select2-container .select2-search--inline .select2-search__field {
  font-size: 0.9375rem;
  margin-top: 9px;
  margin-bottom: 5px;
}
body.top .modal-search .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 6px 10px 5px;
  color: #0f578a;
  background: #D0E9FB;
  border: none;
}
body.top .modal-search .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 0;
  padding-right: 11px;
}
body.top .modal-search .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  padding-top: 15px;
  width: 15px;
  height: 0;
  text-indent: 200%;
  overflow: hidden;
  background: url(../images/main_icon_close.svg) no-repeat 50% 50%;
  background-size: cover;
}
body.top .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #999;
  border-top: 1px solid #999;
}
body.top .select2-results__options {
  font-size: 0.875rem;
  line-height: 1.15;
  color: #000;
}
body.top .select2-container--classic .select2-results__option {
  position: relative;
  padding: 7px 10px 7px 27px;
  transition: background-color 0.3s linear;
}
body.top .select2-container--classic .select2-results__option:before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #bab8b8;
  border-radius: 2px;
  width: 12px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  box-sizing: border-box;
}
body.top .select2-container--classic .select2-results__option:hover {
  color: #000;
  background-color: #E6F4FE;
}
body.top .select2-container--classic .select2-results__option--selected {
  color: #000;
  background: transparent;
}
body.top .select2-container--classic .select2-results__option--selected::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid;
  border-left: 1px solid;
  width: 8px;
  height: 4px;
  top: 50%;
  left: 12px;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
  box-sizing: border-box;
}

/*--------------------------------------------------
  colors
--------------------------------------------------*/
/*--------------------------------------------------
  base size
--------------------------------------------------*/
/*--------------------------------------------------
  font family
--------------------------------------------------*/
/*--------------------------------------------------
  font weight
--------------------------------------------------*/
/*--------------------------------------------------
  break points
--------------------------------------------------*/
/*--------------------------------------------------------------
  media query
-------------------------------------------------------------- */
/*--------------------------------------------------
  font size
--------------------------------------------------*/
/*--------------------------------------------------------------
  em変換
-------------------------------------------------------------- */
/*@mixin fontSize($size_px){
  font-size: $size_px + px;
  font-size: $size_px / 16 + em;
}*/
/*--------------------------------------------------------------
  line-height計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  calc計算
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  flex
-------------------------------------------------------------- */
body.lower {
  /*  Category
      どこで使用しているのは不明
  */
  /*--------------------------------------------------------------
    Search
    search.php
  -------------------------------------------------------------- */
  /*--------------------------------------------------------------
    2019キャラバン系
    /case/caravan2019
    /report/caravan2019-nakano
    /report/caravan2019-kokubunji
  -------------------------------------------------------------- */
  /*--------------------------------------------------------------
    .case-collect-box
    - /caseページの「利活用事例募集中」で使用
  -------------------------------------------------------------- */
}
body.lower pre {
  white-space: pre-wrap;
}
body.lower .title_area {
  color: #666;
  max-width: 77.7777777778vw;
  margin: 0 auto 20px;
  background: none !important;
  /*@include mq(sp) {
    h2 {
      font-size: 24px;
      padding: 24px 15px;
    }
    .list-links {
      display: none;
    }
  }
  @include mq(tablet) {
    h2 {
      font-size: 28px;
      padding: 36px 20px 30px;
    }
  }*/
}
@media screen and (min-width: 1261px) {
  body.lower .title_area {
    max-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .title_area {
    max-width: 92%;
  }
}
body.lower .title_area .inner {
  border-bottom: solid 1px #239CF4;
  padding: 1.2698412698vw 0 1.2698412698vw;
}
body.lower .title_area h2 {
  font-size: 2.25rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  body.lower .title_area h2 {
    font-size: 1.5rem;
  }
}
body.lower .title_area .list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
body.lower .title_area .list-links span,
body.lower .title_area .list-links a {
  display: block;
  width: 20%;
  color: #FFF;
  text-decoration: underline;
  padding: 4px 0 28px;
}
body.lower .title_area .list-links a:hover {
  opacity: 0.6;
}
body.lower .title_area .list-links span.current {
  background: url("../images/current_mark.png") no-repeat bottom center;
}
body.lower .category {
  position: absolute;
  top: 35px;
  left: 3px;
  width: 84px;
  font-size: 12px;
  color: #FFF;
  padding: 6px 6px 4px;
  text-align: center;
}
body.lower .category.cat_case {
  background-color: #139AF7;
}
body.lower .category.cat_report {
  background-color: #009944;
}
body.lower .category.cat_pickup {
  background-color: #FF9000;
}
body.lower .category.cat_update {
  background-color: #f7EE13;
}
body.lower .category.cat_information {
  background-color: #90c31f;
}
body.lower .entries {
  max-width: 77.7777777778vw;
  margin: 0 auto 0;
  border-bottom: solid 1px #D8DEDF;
}
@media screen and (min-width: 1261px) {
  body.lower .entries {
    max-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .entries {
    max-width: 92%;
  }
}
body.lower .entries .entry-link {
  position: relative;
  padding: 25px 0 25px 0;
  border-top: solid 1px #D8DEDF;
}
body.lower .entries .entry-link:first-child {
  border: none;
}
body.lower .entries .entry-link .date {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 10px;
}
body.lower .entries .entry-link .entry-title {
  display: block;
  color: #00273D;
  line-height: 1.4285714286;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.lower .entries .entry-link .entry-title:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  body.lower .entries .category {
    position: static;
    margin: 0 0 10px;
  }
}
body.lower .tile {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 80px;
}
body.lower .tile__item {
  flex: 0 1 calc(33.3333333333% - 20px);
  margin: 20px 10px;
}
@media screen and (max-width: 767px) {
  body.lower .tile__item {
    flex: 0 1 calc(50% - 20px);
  }
}
body.lower .tile .thumbnail {
  text-align: center;
}
body.lower .tile .thumbnail img {
  border: 1px solid #B9B9B9;
  max-width: 100%;
  height: auto;
}
body.lower .tile .link {
  text-decoration: none;
}
body.lower .tile .title {
  color: #00273D;
  line-height: 1.4285714286;
  margin: 0.5em 0;
}
body.lower .tile .date {
  font-size: 0.875rem;
  color: #666;
  text-align: right;
}
body.lower .news-entries {
  max-width: 960px;
  margin: 25px auto 0;
  border-bottom: solid 1px #D8DEDF;
}
body.lower .news-entries .entry-link {
  display: flex;
  padding: 32px 0;
  border-top: solid 1px #D8DEDF;
}
body.lower .news-entries .entry-link:first-child {
  border: none;
}
body.lower .news-entries .entry-link .date {
  margin-top: 4px;
  margin-right: 2em;
  color: #666;
}
body.lower .news-entries .entry-link .entry-title {
  flex: 1;
  display: block;
  color: #00273D;
  line-height: 1.6;
  text-decoration: none;
}
body.lower .news-entries .entry-link .entry-title:hover {
  opacity: 0.6;
}
body.lower .news-entries .entry-link .fa-external-link-alt {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  body.lower .news-entries .entry-link {
    display: block;
    padding: 15px;
  }
  body.lower .news-entries .entry-link .date {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower .news-entries .entry-link {
    padding: 32px 60px;
  }
}
body.lower .single_contents {
  position: relative;
  max-width: 77.7777777778vw;
  margin: 4.7619047619vw auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents {
    max-width: 980px;
    margin: 60px auto;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents {
    max-width: 92%;
    margin: 8vw auto;
  }
}
body.lower .single_contents:after {
  content: "";
  display: table;
  clear: both;
}
body.lower .single_contents h1 {
  font-weight: 900;
  margin: 3.1746031746vw 0 1.1904761905vw;
  line-height: 1.1;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents h1 {
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents h1 {
    margin: 5.3333333333vw 0 4vw;
  }
}
body.lower .single_contents h2 {
  font-weight: 900;
  margin: 3.1746031746vw 0 1.1904761905vw;
  line-height: 1.1;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents h2 {
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents h2 {
    margin: 5.3333333333vw 0 4vw;
  }
}
body.lower .single_contents h3 {
  font-weight: 900;
  margin: 3.1746031746vw 0 1.1904761905vw;
  line-height: 1.1;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents h3 {
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents h3 {
    margin: 5.3333333333vw 0 4vw;
  }
}
body.lower .single_contents h4 {
  font-weight: 900;
  margin: 3.1746031746vw 0 1.1904761905vw;
  line-height: 1.1;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents h4 {
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents h4 {
    margin: 5.3333333333vw 0 4vw;
  }
}
body.lower .single_contents h5 {
  font-weight: 900;
  margin: 3.1746031746vw 0 1.1904761905vw;
  line-height: 1.1;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents h5 {
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents h5 {
    margin: 5.3333333333vw 0 4vw;
  }
}
body.lower .single_contents h6 {
  font-weight: 900;
  margin: 3.1746031746vw 0 1.1904761905vw;
  line-height: 1.1;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents h6 {
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents h6 {
    margin: 5.3333333333vw 0 4vw;
  }
}
body.lower .single_contents h1 {
  font-size: 2em;
}
body.lower .single_contents h2 {
  font-size: 1.6em;
}
body.lower .single_contents h3 {
  padding-bottom: 0.3174603175vw;
  font-size: 1.4em;
  font-weight: 200;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents h3 {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents h3 {
    padding-bottom: 1.0666666667vw;
    font-size: 1.2em;
  }
}
body.lower .single_contents h4 {
  font-size: 1.3em;
}
body.lower .single_contents h5 {
  font-size: 1.2em;
}
body.lower .single_contents h6 {
  font-size: 1.1em;
}
body.lower .single_contents a {
  font-size: 0.875rem;
  color: #0F5587;
  text-decoration: underline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.lower .single_contents a:hover {
  opacity: 0.6;
}
body.lower .single_contents p {
  font-size: 0.875rem;
  margin-top: 1.2698412698vw;
  zoom: 1;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents p {
    margin-top: 4.2666666667vw;
  }
}
body.lower .single_contents p:after {
  content: "";
  display: block;
  clear: both;
}
body.lower .single_contents p,
body.lower .single_contents li,
body.lower .single_contents dt,
body.lower .single_contents dd {
  line-height: 1.8;
}
body.lower .single_contents span {
  font-weight: inherit;
}
body.lower .single_contents ul,
body.lower .single_contents ol {
  margin: 0.5em 0 0.5em 2em;
}
body.lower .single_contents ul {
  list-style-type: disc;
}
body.lower .single_contents ol {
  list-style-type: decimal;
}
body.lower .single_contents li {
  padding: 0.2em 0;
}
body.lower .single_contents dl dt {
  font-weight: 900;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  body.lower .single_contents .table_wrapper {
    overflow-x: auto;
  }
}
body.lower .single_contents table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.2em 0 0.5em 0;
}
body.lower .single_contents table caption {
  font-weight: bold;
  margin-bottom: 0.3em;
}
body.lower .single_contents table th {
  font-weight: 900;
  text-align: center;
  background-color: #F3F3F3;
}
body.lower .single_contents table th,
body.lower .single_contents table td {
  padding: 10px;
}
body.lower .single_contents table.border th,
body.lower .single_contents table.border td {
  border: 1px solid #333;
}
body.lower .single_contents img:not(.single_contents_meta__img) {
  max-width: calc(100% - 20px);
  height: auto;
  margin: 10px;
}
body.lower .single_contents img:not(.single_contents_meta__img).alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
body.lower .single_contents img:not(.single_contents_meta__img).aligncenter {
  display: block;
  margin: 10px auto;
}
body.lower .single_contents img:not(.single_contents_meta__img).alignright {
  float: right;
  margin: 0 0 10px 20px;
}
body.lower .single_contents hr {
  margin: 1em 0;
  height: 2px;
  border: none;
  border-top: 1px solid #D4D7D9;
}
body.lower .single_contents .data-link {
  margin: 0.5em 0 2em;
}
body.lower .single_contents .data-link li {
  list-style: none;
  padding: 0;
}
body.lower .single_contents .data-link a {
  position: relative;
  display: block;
  padding-left: 1.746031746vw;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents .data-link a {
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents .data-link a {
    padding-left: 5.8666666667vw;
  }
}
body.lower .single_contents .data-link a:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.873015873vw;
  height: 0.7936507937vw;
  background: url(../images/2022/icon_arrow_r@3x.png) no-repeat 50%/cover;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents .data-link a:before {
    width: 11px;
    height: 10px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents .data-link a:before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-right: 2.9333333333vw;
  }
}
body.lower .single_contents .data-link a::after {
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.6349206349vw;
  font-size: 1rem;
}
@media screen and (min-width: 1261px) {
  body.lower .single_contents .data-link a::after {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .single_contents .data-link a::after {
    margin-left: 2.1333333333vw;
  }
}
body.lower .single_contents .data-link + p {
  margin: -1em 0 2em;
}
@media screen and (max-width: 767px) {
  body.lower .single_contents {
    padding: 0 15px;
  }
  body.lower .single_contents table {
    width: initial !important;
    max-width: 100% !important;
  }
  body.lower .single_contents .date {
    margin: 0 0 15px;
  }
  body.lower .single_contents img:not(.single_contents_meta__img) {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  body.lower .single_contents img:not(.single_contents_meta__img).alignleft, body.lower .single_contents img:not(.single_contents_meta__img).alignright {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower .single_contents {
    padding: 0 20px;
  }
}
body.lower .single_contents_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body.lower .single_contents_meta .date {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}
body.lower .single_contents_meta .sns_share_link {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  margin-bottom: 12px;
  border-radius: 3em;
  border: 2px solid;
  background-color: #FFF;
  text-decoration: none;
  color: #0F5587;
  font-weight: 700;
  font-size: 0.875rem;
}
body.lower .single_contents_meta .sns_share_link.facebook {
  border-color: #1877F2;
  margin-right: 8px;
}
body.lower .single_contents_meta .sns_share_link.twitter {
  border-color: #000000;
}
body.lower .single_contents_meta .sns_share_link .sns_share_link__icon {
  display: inline-block;
  width: 16px;
  margin-right: 4px;
}
body.lower .single_contents_meta .single_contents_meta__img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.lower .case-study {
  color: #333;
}
body.lower .case-study .single_contents h3 {
  font-size: 1.875rem;
  margin-bottom: 2.5396825397vw;
  padding-bottom: 1.2698412698vw;
  color: #5D5D5D;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  body.lower .case-study .single_contents h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1261px) {
  body.lower .case-study .single_contents h3 {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .case-study .single_contents h3 {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 0;
  }
}
body.lower .case-study .single_contents h4 {
  font-size: 1.5rem;
  margin: 2.8571428571vw 0 1.5873015873vw;
  font-weight: 400;
  line-height: 1.6923076923;
}
@media screen and (max-width: 767px) {
  body.lower .case-study .single_contents h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1261px) {
  body.lower .case-study .single_contents h4 {
    margin: 36px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .case-study .single_contents h4 {
    margin: 8.5333333333vw 0 3.2vw;
  }
}
body.lower .case-study .single_contents dl dt {
  font-size: 1.125rem;
  margin-bottom: 1.5873015873vw;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body.lower .case-study .single_contents dl dt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1261px) {
  body.lower .case-study .single_contents dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .case-study .single_contents dl dt {
    margin-bottom: 1.0666666667vw;
  }
}
body.lower .case-study .single_contents dl dd {
  font-size: 0.875rem;
  margin-bottom: 3.0158730159vw;
}
@media screen and (min-width: 1261px) {
  body.lower .case-study .single_contents dl dd {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .case-study .single_contents dl dd {
    margin-bottom: 6.4vw;
  }
}
body.lower .search_results {
  max-width: 960px;
  margin: 25px auto;
  line-height: 24px;
}
body.lower .caravan2019 .summary,
body.lower .caravan2019-nakano .summary,
body.lower .caravan2019-kokubunji .summary {
  font-size: 16px;
}
body.lower .caravan2019 .caravan2019,
body.lower .caravan2019-nakano .caravan2019,
body.lower .caravan2019-kokubunji .caravan2019 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 180%;
}
body.lower .caravan2019 .caravan2019 img,
body.lower .caravan2019-nakano .caravan2019 img,
body.lower .caravan2019-kokubunji .caravan2019 img {
  max-width: 100%;
}
body.lower .caravan2019 .caravan2019 img.topphoto,
body.lower .caravan2019-nakano .caravan2019 img.topphoto,
body.lower .caravan2019-kokubunji .caravan2019 img.topphoto {
  width: 100%;
}
body.lower .caravan2019 .caravan2019 *, body.lower .caravan2019 .caravan2019 p, body.lower .caravan2019 .caravan2019 li,
body.lower .caravan2019-nakano .caravan2019 *,
body.lower .caravan2019-nakano .caravan2019 p,
body.lower .caravan2019-nakano .caravan2019 li,
body.lower .caravan2019-kokubunji .caravan2019 *,
body.lower .caravan2019-kokubunji .caravan2019 p,
body.lower .caravan2019-kokubunji .caravan2019 li {
  line-height: 1.8;
}
body.lower .caravan2019 .caravan2019 header,
body.lower .caravan2019 .caravan2019 .header,
body.lower .caravan2019-nakano .caravan2019 header,
body.lower .caravan2019-nakano .caravan2019 .header,
body.lower .caravan2019-kokubunji .caravan2019 header,
body.lower .caravan2019-kokubunji .caravan2019 .header {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
body.lower .caravan2019 .caravan2019 header img,
body.lower .caravan2019 .caravan2019 .header img,
body.lower .caravan2019-nakano .caravan2019 header img,
body.lower .caravan2019-nakano .caravan2019 .header img,
body.lower .caravan2019-kokubunji .caravan2019 header img,
body.lower .caravan2019-kokubunji .caravan2019 .header img {
  width: 100%;
}
body.lower .caravan2019 .caravan2019 main,
body.lower .caravan2019-nakano .caravan2019 main,
body.lower .caravan2019-kokubunji .caravan2019 main {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
body.lower .caravan2019 .caravan2019 section,
body.lower .caravan2019-nakano .caravan2019 section,
body.lower .caravan2019-kokubunji .caravan2019 section {
  margin: 0 0 40px;
  clear: both;
}
body.lower .caravan2019 .caravan2019 section:after,
body.lower .caravan2019-nakano .caravan2019 section:after,
body.lower .caravan2019-kokubunji .caravan2019 section:after {
  content: "";
  display: block;
  clear: both;
}
body.lower .caravan2019 .caravan2019 h2,
body.lower .caravan2019-nakano .caravan2019 h2,
body.lower .caravan2019-kokubunji .caravan2019 h2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-top: 4px solid #CBE5E4;
  background-color: #80C9CB;
}
body.lower .caravan2019 .caravan2019 h2 .sub,
body.lower .caravan2019-nakano .caravan2019 h2 .sub,
body.lower .caravan2019-kokubunji .caravan2019 h2 .sub {
  font-size: 1rem;
}
body.lower .caravan2019 .caravan2019 h3,
body.lower .caravan2019-nakano .caravan2019 h3,
body.lower .caravan2019-kokubunji .caravan2019 h3 {
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 2px solid #FC7A7C;
}
body.lower .caravan2019 .caravan2019 h4.result,
body.lower .caravan2019-nakano .caravan2019 h4.result,
body.lower .caravan2019-kokubunji .caravan2019 h4.result {
  font-size: 1.4rem;
  font-weight: 400;
  color: #FF6F71;
  text-align: center;
}
body.lower .caravan2019 .caravan2019 h4.result .text_s,
body.lower .caravan2019-nakano .caravan2019 h4.result .text_s,
body.lower .caravan2019-kokubunji .caravan2019 h4.result .text_s {
  font-size: 1.2rem;
  color: #333;
}
body.lower .caravan2019 .caravan2019 .bold,
body.lower .caravan2019-nakano .caravan2019 .bold,
body.lower .caravan2019-kokubunji .caravan2019 .bold {
  font-weight: 600;
}
body.lower .caravan2019 .caravan2019 ul,
body.lower .caravan2019-nakano .caravan2019 ul,
body.lower .caravan2019-kokubunji .caravan2019 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.lower .caravan2019 .caravan2019 ul:after,
body.lower .caravan2019-nakano .caravan2019 ul:after,
body.lower .caravan2019-kokubunji .caravan2019 ul:after {
  content: "";
  display: block;
  clear: both;
}
body.lower .caravan2019 .caravan2019 ul li,
body.lower .caravan2019-nakano .caravan2019 ul li,
body.lower .caravan2019-kokubunji .caravan2019 ul li {
  width: 49%;
  float: left;
  margin-bottom: 10px;
  box-sizing: border-box;
}
body.lower .caravan2019 .caravan2019 ul li:nth-child(even),
body.lower .caravan2019-nakano .caravan2019 ul li:nth-child(even),
body.lower .caravan2019-kokubunji .caravan2019 ul li:nth-child(even) {
  width: 49%;
  float: right;
  margin-bottom: 10px;
  box-sizing: border-box;
}
body.lower .caravan2019 .caravan2019 ul li img,
body.lower .caravan2019-nakano .caravan2019 ul li img,
body.lower .caravan2019-kokubunji .caravan2019 ul li img {
  width: 100%;
}
body.lower .caravan2019 .caravan2019 ul.group,
body.lower .caravan2019-nakano .caravan2019 ul.group,
body.lower .caravan2019-kokubunji .caravan2019 ul.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
body.lower .caravan2019 .caravan2019 ul.group li,
body.lower .caravan2019-nakano .caravan2019 ul.group li,
body.lower .caravan2019-kokubunji .caravan2019 ul.group li {
  padding: 10px;
  margin: 0 10px 20px 0;
  background: #F2FFC4;
}
body.lower .caravan2019 .caravan2019 ul.group li:nth-child(even),
body.lower .caravan2019-nakano .caravan2019 ul.group li:nth-child(even),
body.lower .caravan2019-kokubunji .caravan2019 ul.group li:nth-child(even) {
  margin: 0 0 20px 10px;
}
body.lower .caravan2019 .caravan2019 .photo_center,
body.lower .caravan2019-nakano .caravan2019 .photo_center,
body.lower .caravan2019-kokubunji .caravan2019 .photo_center {
  width: 100%;
  margin: 0 auto;
}
body.lower .caravan2019 .caravan2019 .photo_right,
body.lower .caravan2019-nakano .caravan2019 .photo_right,
body.lower .caravan2019-kokubunji .caravan2019 .photo_right {
  width: 450px;
  float: right;
  margin: 0 0 0 20px;
}
body.lower .caravan2019 .caravan2019 .photo_right img,
body.lower .caravan2019-nakano .caravan2019 .photo_right img,
body.lower .caravan2019-kokubunji .caravan2019 .photo_right img {
  width: 100%;
}
body.lower .caravan2019 .caravan2019 #top .text_s,
body.lower .caravan2019-nakano .caravan2019 #top .text_s,
body.lower .caravan2019-kokubunji .caravan2019 #top .text_s {
  font-size: 1.2rem;
}
body.lower .caravan2019 .caravan2019 .midashi,
body.lower .caravan2019-nakano .caravan2019 .midashi,
body.lower .caravan2019-kokubunji .caravan2019 .midashi {
  position: relative;
  width: 400px;
  color: #333;
  padding: 0 0 0 20px;
  box-shadow: 0 0 0 5px #FFE482;
  background-color: #FFE482;
}
body.lower .caravan2019 .caravan2019 .midashi:after,
body.lower .caravan2019-nakano .caravan2019 .midashi:after,
body.lower .caravan2019-kokubunji .caravan2019 .midashi:after {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #FFF #FFF #FFCB10;
}
@media screen and (max-width: 767px) {
  body.lower .caravan2019 .caravan2019 .midashi,
  body.lower .caravan2019-nakano .caravan2019 .midashi,
  body.lower .caravan2019-kokubunji .caravan2019 .midashi {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    margin: 0 0 10px;
    box-shadow: none;
  }
  body.lower .caravan2019 .caravan2019 .midashi:after,
  body.lower .caravan2019-nakano .caravan2019 .midashi:after,
  body.lower .caravan2019-kokubunji .caravan2019 .midashi:after {
    content: none;
  }
}
body.lower .caravan2019 .caravan2019 .midashi2,
body.lower .caravan2019-nakano .caravan2019 .midashi2,
body.lower .caravan2019-kokubunji .caravan2019 .midashi2 {
  position: relative;
  width: 400px;
  color: #333;
  padding: 0 0 0 20px;
  box-shadow: 0 0 0 5px #EFEFEF;
  background-color: #EFEFEF;
}
body.lower .caravan2019 .caravan2019 .midashi2:after,
body.lower .caravan2019-nakano .caravan2019 .midashi2:after,
body.lower .caravan2019-kokubunji .caravan2019 .midashi2:after {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #FFF #FFF #999;
}
@media screen and (max-width: 767px) {
  body.lower .caravan2019 .caravan2019 .midashi2,
  body.lower .caravan2019-nakano .caravan2019 .midashi2,
  body.lower .caravan2019-kokubunji .caravan2019 .midashi2 {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    margin: 0 0 10px;
    box-shadow: none;
  }
  body.lower .caravan2019 .caravan2019 .midashi2:after,
  body.lower .caravan2019-nakano .caravan2019 .midashi2:after,
  body.lower .caravan2019-kokubunji .caravan2019 .midashi2:after {
    content: none;
  }
}
body.lower .caravan2019 .caravan2019 .summary,
body.lower .caravan2019-nakano .caravan2019 .summary,
body.lower .caravan2019-kokubunji .caravan2019 .summary {
  font-weight: 400;
  font-size: 1.4rem;
}
body.lower .caravan2019 .caravan2019 .theme,
body.lower .caravan2019-nakano .caravan2019 .theme,
body.lower .caravan2019-kokubunji .caravan2019 .theme {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 20px;
}
body.lower .caravan2019 .caravan2019 #top,
body.lower .caravan2019-nakano .caravan2019 #top,
body.lower .caravan2019-kokubunji .caravan2019 #top {
  text-align: center;
}
body.lower .caravan2019 .caravan2019 .expertname,
body.lower .caravan2019-nakano .caravan2019 .expertname,
body.lower .caravan2019-kokubunji .caravan2019 .expertname {
  font-size: 1.1rem;
}
body.lower .caravan2019 .caravan2019 .title-nakano,
body.lower .caravan2019-nakano .caravan2019 .title-nakano,
body.lower .caravan2019-kokubunji .caravan2019 .title-nakano {
  font-size: 2.4rem;
  font-weight: 600;
  color: #23A233;
  padding: 20px 0;
  text-align: center;
  border-bottom: 4px solid #23A233;
  background-color: #E8FAEA;
}
body.lower .caravan2019 .caravan2019 .title-kokubunji,
body.lower .caravan2019-nakano .caravan2019 .title-kokubunji,
body.lower .caravan2019-kokubunji .caravan2019 .title-kokubunji {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FB761E;
  padding: 20px 0;
  text-align: center;
  border-bottom: 4px solid #FB761E;
  background-color: #FDF2D6;
}
@media screen and (max-width: 767px) {
  body.lower .caravan2019 .date,
  body.lower .caravan2019-nakano .date,
  body.lower .caravan2019-kokubunji .date {
    padding: 15px 15px 0;
  }
  body.lower .caravan2019 .single_contents,
  body.lower .caravan2019-nakano .single_contents,
  body.lower .caravan2019-kokubunji .single_contents {
    padding: 0;
    margin: 0;
  }
  body.lower .caravan2019 .caravan2019 h3,
  body.lower .caravan2019-nakano .caravan2019 h3,
  body.lower .caravan2019-kokubunji .caravan2019 h3 {
    padding: 0 15px;
  }
  body.lower .caravan2019 .caravan2019 h4.result,
  body.lower .caravan2019-nakano .caravan2019 h4.result,
  body.lower .caravan2019-kokubunji .caravan2019 h4.result {
    padding: 0 15px;
  }
  body.lower .caravan2019 .caravan2019 section p, body.lower .caravan2019 .caravan2019 section > div,
  body.lower .caravan2019-nakano .caravan2019 section p,
  body.lower .caravan2019-nakano .caravan2019 section > div,
  body.lower .caravan2019-kokubunji .caravan2019 section p,
  body.lower .caravan2019-kokubunji .caravan2019 section > div {
    padding: 0 15px;
  }
  body.lower .caravan2019 .caravan2019 ul li,
  body.lower .caravan2019-nakano .caravan2019 ul li,
  body.lower .caravan2019-kokubunji .caravan2019 ul li {
    float: none;
    width: 100%;
  }
  body.lower .caravan2019 .caravan2019 ul li:nth-child(even),
  body.lower .caravan2019-nakano .caravan2019 ul li:nth-child(even),
  body.lower .caravan2019-kokubunji .caravan2019 ul li:nth-child(even) {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  body.lower .caravan2019 .caravan2019 ul.group,
  body.lower .caravan2019-nakano .caravan2019 ul.group,
  body.lower .caravan2019-kokubunji .caravan2019 ul.group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.lower .caravan2019 .caravan2019 ul.group li,
  body.lower .caravan2019-nakano .caravan2019 ul.group li,
  body.lower .caravan2019-kokubunji .caravan2019 ul.group li {
    margin: 0 0 10px;
  }
  body.lower .caravan2019 .caravan2019 ul.group li:nth-child(even),
  body.lower .caravan2019-nakano .caravan2019 ul.group li:nth-child(even),
  body.lower .caravan2019-kokubunji .caravan2019 ul.group li:nth-child(even) {
    margin: 0 0 10px;
  }
  body.lower .caravan2019 .caravan2019 .photo_center,
  body.lower .caravan2019-nakano .caravan2019 .photo_center,
  body.lower .caravan2019-kokubunji .caravan2019 .photo_center {
    padding: 0;
  }
  body.lower .caravan2019 .caravan2019 .photo_right,
  body.lower .caravan2019-nakano .caravan2019 .photo_right,
  body.lower .caravan2019-kokubunji .caravan2019 .photo_right {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 10px;
  }
  body.lower .caravan2019 .caravan2019 .summary,
  body.lower .caravan2019-nakano .caravan2019 .summary,
  body.lower .caravan2019-kokubunji .caravan2019 .summary {
    font-size: 16px;
    padding: 20px 15px;
  }
}
body.lower .caravan2019 .caravan2019 .btn-square-kokubunji {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #FB761E;
  padding: 0.5em;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 3px;
  border-bottom: 4px solid #FB761E;
  background: #FDF2D6;
}
body.lower .caravan2019 .caravan2019 .btn-square-kokubunji:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
@media screen and (max-width: 767px) {
  body.lower .caravan2019 .caravan2019 .btn-square-kokubunji {
    display: block;
    width: 100%;
  }
}
body.lower .caravan2019 .caravan2019 .btn-square-nakano {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #23A233;
  padding: 0.5em;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 3px;
  border-bottom: 4px solid #23A233;
  background: #E8FAEA;
}
body.lower .caravan2019 .caravan2019 .btn-square-nakano:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
@media screen and (max-width: 767px) {
  body.lower .caravan2019 .caravan2019 .btn-square-nakano {
    display: block;
    width: 100%;
  }
}
body.lower .caravan2019-kokubunji .caravan2019 .midashi2_note,
body.lower .caravan2019-nakano .caravan2019 .midashi2_note {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #EFEFEF 50%, #EFEFEF 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 97%, #999 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2;
}
body.lower .caravan2019-kokubunji .caravan2019 .flex_box .photo_right,
body.lower .caravan2019-nakano .caravan2019 .flex_box .photo_right {
  float: none;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
body.lower .caravan2019-kokubunji .caravan2019 .flex_box .midashi2,
body.lower .caravan2019-nakano .caravan2019 .flex_box .midashi2 {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
body.lower .caravan2019-kokubunji .caravan2019 ul li,
body.lower .caravan2019-nakano .caravan2019 ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  body.lower .caravan2019-kokubunji .caravan2019 .midashi2_note,
  body.lower .caravan2019-nakano .caravan2019 .midashi2_note {
    background: none;
  }
  body.lower .caravan2019-kokubunji .caravan2019 .flex_box,
  body.lower .caravan2019-nakano .caravan2019 .flex_box {
    padding: 0;
  }
  body.lower .caravan2019-kokubunji .caravan2019 .flex_box .photo_right,
  body.lower .caravan2019-nakano .caravan2019 .flex_box .photo_right {
    display: block;
    width: 100%;
    margin: 0;
  }
  body.lower .caravan2019-kokubunji .caravan2019 .flex_box .midashi2,
  body.lower .caravan2019-nakano .caravan2019 .flex_box .midashi2 {
    display: block;
    width: 100%;
    padding: 18px 15px;
    margin: 0 0 14px;
    box-shadow: none;
  }
  body.lower .caravan2019-kokubunji .caravan2019 .flex_box .midashi2:after,
  body.lower .caravan2019-nakano .caravan2019 .flex_box .midashi2:after {
    content: none;
  }
  body.lower .caravan2019-kokubunji .caravan2019 ul li,
  body.lower .caravan2019-nakano .caravan2019 ul li {
    width: 100%;
  }
}
body.lower .case-collect-box {
  max-width: 77.7777777778vw;
  margin: 3.1746031746vw auto 100px;
  line-height: 1.555;
  border-radius: 10px;
}
@media screen and (min-width: 1261px) {
  body.lower .case-collect-box {
    max-width: 980px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  body.lower .case-collect-box {
    max-width: 92%;
    margin: 10.6666666667vw auto;
  }
}
body.lower .case-collect-box__title {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1.2698412698vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body.lower .case-collect-box__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1261px) {
  body.lower .case-collect-box__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.lower .case-collect-box__title {
    margin-bottom: 4.2666666667vw;
  }
}
body.lower .case-collect-box__text {
  line-height: 2;
  margin-bottom: 1em;
}
body.lower .case-collect-box__text--small {
  font-size: 0.875rem;
  line-height: 2;
}
body.lower .case-collect-box__link-button {
  display: block;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  padding: 16px;
  text-align: center;
  border: 4px solid #139AF7;
  border-radius: 5px;
}
body.lower .case-collect-box__link-button__wrap {
  margin: 40px 0;
}
body.lower .case-collect-box__number-list {
  list-style: decimal inside;
}
body.lower .case-collect-box__number-list__item {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
  page-accessibility.php
  アクセシビリティ試験結果
-------------------------------------------------------------- */
span.as_title {
  display: block;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.8;
  margin: 2.380952381vw 0 1.1904761905vw;
}

span.as_block {
  display: block;
  font-size: 0.875rem;
  line-height: 1.8;
}

.as_p_style {
  font-size: 0.875rem;
  line-height: 1.8;
}

.no-wrap {
  white-space: nowrap;
}

table.check-list tr:not(:last-child) {
  border: none;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  table.check-list thead {
    display: none;
  }
  table.check-list td {
    display: block;
  }
}

ol.bracket-number-list li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.bracket-number-list li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  padding-right: 0.5em;
}

/*# sourceMappingURL=renewal.css.map */
