@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

.main {
  margin: 0 auto;
  padding-top: 8.75vw;
  position: relative;
  background-color: #f8f9fa;
}
.main::before {
  content: "";
  width: 17.86458333vw;
  height: 16.38020833vw;
  background-image: url("/asset/img/info/img_info1.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 8.75vw;
  left: -0.6vw;
}
.main::after {
  content: "";
  width: 27.00520833vw;
  height: 12.31770833vw;
  background-image: url("/asset/img/info/img_info2.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.3vw;
  right: 2.083333333vw;
}
.main.top {
  background-color: #fff;
}
.main.top::before, .main.top::after {
  content: none;
}
.main.article::before, .main.article::after {
  content: none;
}

.cookie_area {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #0E5CA7;
  font-size: 1.145833333vw;
  width: 100%;
  padding: 2.34375vw;
  z-index: 100;
  display: none;
}
.cookie_area .cookie__block01 {
  color: #fff;
  text-align: left;
  width: 80%;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
}
.cookie_area .cookie__btn {
  width: 1.145833333vw;
  position: absolute;
  right: -1.5vw;
  top: -1.5vw;
  cursor: pointer;
}
.cookie_area .cookie__btn img {
  width: 100%;
}

.bread__block {
  width: 75.83333333vw;
  margin: 0 auto 2.8125vw;
  background-color: #F8F9FA;
}
.bread__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.78125vw 0;
}
.bread__block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0.3645833333vw;
}
.bread__block ul li::after {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
  background-image: url(/asset/img/arrow_bread.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.bread__block ul li a {
  font-size: 0.9375vw;
  color: #0E5CA7;
  padding-right: 0.3645833333vw;
  position: relative;
}
.bread__block ul li a img {
  width: 1.614583333vw;
}
.bread__block ul li:last-child::after {
  content: none;
}
.bread__block ul li:last-child a {
  color: #000;
}

.title__block {
  margin: 0 auto;
  width: 60.9375vw;
  padding: 0 0 2.96875vw;
  position: relative;
}
.title__block .title__block--title01 {
  font-weight: 900;
  font-size: 2.65625vw;
  letter-spacing: 0.05em;
  text-align: center;
}
.title__block .title__block--link {
  font-size: 1.09375vw;
  line-height: 1.476;
  padding: 0.2083333333vw 2.083333333vw 0.2083333333vw 0.8854166667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid #000 0.0520833333vw;
  position: absolute;
  top: 0.3vw;
  right: 0;
  border-radius: 0.3125vw;
}
.title__block .title__block--link::after {
  content: "";
  width: 1.614583333vw;
  height: 1.614583333vw;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/asset/img/arrow_title.svg"), url("/asset/img/arrow_title_h.svg");
  background-size: cover, 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.title__block .title__block--link:hover {
  background-color: #0E5CA7;
  color: #fff;
  border: solid #0E5CA7 0.0520833333vw;
}
.title__block .title__block--link:hover::after {
  background-size: 0 0, cover;
}

.page__block {
  width: 100%;
  padding: 0 0 8.333333333vw 12.08333333vw;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  z-index: 2;
}

.page__inner {
  background-color: #fff;
  padding: 4.583333333vw 0 4.583333333vw 7.447916667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.8229vw 0 0 1.8229vw;
}

@media screen and (min-width: 768px) {
  .sp__only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 21.33333333vw;
  }
  .main::before {
    content: "";
    width: 41.33333333vw;
    height: 38vw;
    background-image: url("/asset/img/info/img_info1_sp.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 29.75vw;
    left: -8.6vw;
  }
  .main::after {
    content: "";
    width: 62.06933333vw;
    height: 28.22133333vw;
    background-image: url("/asset/img/info/img_info2_sp.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0vw;
    right: 2.666666667vw;
  }
  .bread__block {
    width: 100%;
    margin: 0 auto;
    background-color: #F8F9FA;
    position: relative;
    z-index: 2;
  }
  .bread__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.466666667vw 2.666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bread__block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0.5333333333vw;
  }
  .bread__block ul li::after {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background-image: url(/asset/img/arrow_bread.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }
  .bread__block ul li a {
    font-size: 3.466666667vw;
    color: #0E5CA7;
    padding-right: 0.5333333333vw;
  }
  .bread__block ul li a img {
    width: 6.4vw;
  }
  .bread__block ul li:last-child::after {
    content: none;
  }
  .bread__block ul li:last-child a {
    color: #000;
  }
  .title__block {
    margin: 0 auto;
    padding: 9.066666667vw 0 14.66666667vw;
    width: 74.4vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .title__block .title__block--title01 {
    font-weight: 900;
    font-size: 5.866666667vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .title__block .title__block--link {
    font-size: 3.466666667vw;
    line-height: 1.4615;
    padding: 1.6vw 5.866666667vw 1.6vw 3.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #000 0.2666666667vw;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    border-radius: 1.6vw;
    margin-left: 11.73333333vw;
  }
  .title__block .title__block--link::after {
    content: "";
    width: 6.933333333vw;
    height: 6.933333333vw;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("/asset/img/arrow_title.svg"), url("/asset/img/arrow_title_h.svg");
    background-size: cover, 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .title__block .title__block--link:hover {
    background-color: #0E5CA7;
    color: #fff;
    border: solid #0E5CA7 0.2666666667vw;
  }
  .title__block .title__block--link:hover::after {
    background-size: 0 0, cover;
  }
  .page__block {
    width: 100%;
    padding: 0 0 26.66666667vw 0;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .page__inner {
    background-color: #fff;
    padding: 10.66666667vw 6.4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5.333333333vw 0 0 5.333333333vw;
  }
  .cookie_area {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #0E5CA7;
    font-size: 4vw;
    width: 100%;
    padding: 6.4vw;
    z-index: 100;
    display: none;
  }
  .cookie_area .cookie__block01 {
    color: #fff;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
  }
  .cookie_area .cookie__btn {
    width: 4vw;
    position: absolute;
    right: -4vw;
    top: -4vw;
    cursor: pointer;
  }
  .cookie_area .cookie__btn img {
    width: 100%;
  }
  .pc__only {
    display: none !important;
  }
}
header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background-color: #fff;
  z-index: 100;
  height: 8.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__logo {
  width: 19.79vw;
  margin-left: 5.05vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .header__logo img {
  width: 100%;
}
header .header__nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header__nav1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Roboto", sans-serif;
  padding: 2.0833333333vw 0;
}
header .header__nav1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3.4895vw;
}
header .header__nav1 ul li a {
  font-size: 1.1458vw;
  font-weight: 900;
  color: #000;
  position: relative;
}
header .header__nav1 ul li a:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0E5CA7;
  top: 130%;
  left: 0;
  pointer-events: none;
}
header .header__nav1 ul li a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
header .header__nav1 .contact__btn {
  font-size: 1.0416vw;
  background-color: transparent;
  height: 3.4895vw;
  width: 13.125vw;
  border-radius: 0 0 0 0.677vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2.1354vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
header .header__nav1 .contact__btn::before {
  content: "";
  background-color: #0E5CA7;
  height: 3.4895vw;
  width: 13.125vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: -1;
}
header .header__nav1 .contact__btn::after {
  content: "";
  background-color: #004369;
  height: 3.4895vw;
  width: 13.125vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  z-index: -1;
}
header .header__nav1 .contact__btn:hover::before {
  -webkit-transform: translate(100%);
          transform: translate(100%);
}
header .header__nav1 .contact__btn:hover::after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
header .header__nav--button {
  display: none;
}

.header__nav2 {
  display: none;
}

.header__nav2__bg {
  display: none;
}

@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
  header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    height: 21.33333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header__logo {
    width: 55.22666667vw;
    margin-left: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header__logo img {
    width: 100%;
  }
  header .header__nav1 {
    display: none;
  }
  header .header__nav--button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2.666666667vw;
    cursor: pointer;
  }
  header .header__nav--button::before {
    content: "";
    width: 10.66666667vw;
    height: 10.66666667vw;
    background-image: url("/asset/img/button_header_open.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
  }
  .header__nav2__bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    pointer-events: none;
  }
  .header__nav2__bg .header__nav2 {
    display: block;
    position: absolute;
    width: 87.2vw;
    height: 83.8669950739%;
    overflow-y: scroll;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 5.333333333vw 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2.666666667vw 0 6.4vw;
    -webkit-transform: translate(90vw);
            transform: translate(90vw);
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head {
    height: 22.66666667vw;
    width: 88%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: fixed;
    top: 0;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--logo {
    width: 55.22666667vw;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--logo img {
    width: 100%;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--button::before {
    content: "";
    width: 10.66666667vw;
    height: 10.66666667vw;
    background-image: url("/asset/img/button_header_close.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
  }
  .header__nav2__bg .header__nav2 .header__nav2--body {
    padding: 22.66666667vw 0;
  }
  .header__nav2__bg .header__nav2 .header__nav2--list {
    padding-right: 3.733333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__nav2__bg .header__nav2 .header__nav2--list li {
    margin-bottom: 8.533333333vw;
  }
  .header__nav2__bg .header__nav2 .header__nav2--list li a {
    font-weight: 700;
    font-size: 4.8vw;
    color: #000;
    border-bottom: #E9E9E9 solid 0.2666666667vw;
    display: block;
    padding-bottom: 2.666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__nav2__bg .header__nav2 .contact__btn {
    border-radius: 1.6vw;
    background-color: #0E5CA7;
    width: 100%;
    height: 13.6vw;
    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;
    color: #fff;
    float: 500;
    font-size: 4.266666667vw;
  }
  .header__nav2__bg.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav2__bg.active .header__nav2 {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
footer {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
footer .footer__nav {
  width: 65.72916vw;
  margin: 0 auto;
  padding: 4.47916vw 0 4.16vw;
}
footer .footer__nav .footer__logo {
  margin: 0 0 2.65625vw 1.40625vw;
  width: 20.2083vw;
}
footer .footer__nav .footer__logo img {
  width: 100%;
}
footer .footer__nav .footer__links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer__nav .footer__links .footer__list01 {
  width: 16.822916vw;
}
footer .footer__nav .footer__links .footer__list01 > ul li {
  padding-bottom: 0.885416vw;
  border-bottom: 0.052083vw solid #EAEAEA;
  margin-bottom: 1.302083vw;
}
footer .footer__nav .footer__links .footer__list01 > ul li:last-child {
  margin-bottom: 0;
}
footer .footer__nav .footer__links .footer__list01 > ul li a {
  font-size: 1.0416vw;
  font-weight: 700;
  color: #000;
  display: block;
}
footer .footer__nav .footer__links .footer__list01 > ul li a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark01 {
  width: 22.89%;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark01:hover {
  opacity: 0.6;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark02 {
  width: 42.4%;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark02:hover {
  opacity: 0.6;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark03 {
  width: 25.1%;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark03:hover {
  opacity: 0.6;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark img {
  width: 100%;
  height: auto;
}
footer .footer__nav .footer__links .footer__list02 {
  width: 16.822916vw;
}
footer .footer__nav .footer__links .footer__list02 > a {
  padding-bottom: 0.885416vw;
  border-bottom: 0.052083vw solid #EAEAEA;
  margin-bottom: 1.302083vw;
  font-size: 1.0416vw;
  font-weight: 700;
  color: #000;
  display: block;
}
footer .footer__nav .footer__links .footer__list02 > a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list02 > ul li {
  margin-bottom: 0.78125vw;
}
footer .footer__nav .footer__links .footer__list02 > ul li:last-child {
  margin-bottom: 0;
}
footer .footer__nav .footer__links .footer__list02 > ul li a {
  font-size: 0.9375vw;
  color: #333333;
  display: block;
}
footer .footer__nav .footer__links .footer__list02 > ul li a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list03 {
  width: 26.4583vw;
}
footer .footer__nav .footer__links .footer__list03 > a {
  padding-bottom: 0.885416vw;
  border-bottom: 0.052083vw solid #EAEAEA;
  margin-bottom: 1.302083vw;
  font-size: 1.0416vw;
  font-weight: 700;
  color: #000;
  display: block;
}
footer .footer__nav .footer__links .footer__list03 > a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list03 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer__nav .footer__links .footer__list03 > ul > li {
  width: 10.05208333vw;
}
footer .footer__nav .footer__links .footer__list03 > ul > li:first-child {
  margin-right: 2.083vw;
  width: 13.95833333vw;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li {
  margin-bottom: 0.78125vw;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li:last-child {
  margin-bottom: 0;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li a {
  font-size: 0.9375vw;
  color: #333333;
  display: block;
  letter-spacing: 0.03em;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li.footer__blank {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li.footer__blank::after {
  content: "";
  content: "";
  width: 1.1vw;
  height: 0.9vw;
  margin-left: 0.4vw;
  background-image: url("/asset/img/icon_blank.svg"), url("/asset/img/icon_blank_h.svg");
  background-size: contain, 0 0;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  display: inline-block;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li.footer__blank:hover::after {
  content: "";
  content: "";
  width: 1.1vw;
  height: 0.9vw;
  background-image: url("/asset/img/icon_blank.svg"), url("/asset/img/icon_blank_h.svg");
  background-size: 0 0, contain;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  display: inline-block;
}
footer .copyright {
  background-color: #333333;
  padding: 1.5625vw 0 1.822916vw;
}
footer .copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.78125vw;
}
footer .copyright ul li {
  margin-right: 3.02083vw;
}
footer .copyright ul li a {
  color: #fff;
  font-size: 0.9375vw;
}
footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 0.9375vw;
}

@media screen and (max-width: 767px) {
  footer {
    background-color: #fff;
  }
  footer .footer__nav {
    width: 100%;
    margin: 0 auto;
    padding: 10.66666667vw 6.4vw 10.66666667vw;
  }
  footer .footer__nav .footer__logo {
    margin: 0 0 10.66666667vw;
    width: 60.696vw;
  }
  footer .footer__nav .footer__logo img {
    width: 100%;
  }
  footer .footer__nav .footer__links > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer__nav .footer__links .footer__list01 {
    width: 100%;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li {
    padding-bottom: 2.666666667vw;
    border-bottom: 0.2666666667vw solid #EAEAEA;
    margin-bottom: 5.333333333vw;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li:last-child {
    margin-bottom: 0;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li a {
    font-size: 3.733333333vw;
    font-weight: 700;
    color: #000;
    display: block;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li a:hover {
    color: #0E5CA7;
  }
  footer .footer__nav .footer__links .footer__list01 .footer__mark {
    width: 80%;
    margin: 5.333333333vw auto 0;
  }
  footer .footer__nav .footer__links .footer__list01 .footer__mark img {
    width: 100%;
    height: auto;
  }
  footer .copyright {
    background-color: #333333;
    padding: 5.333333333vw 6.4vw 4vw;
  }
  footer .copyright ul {
    display: block;
    margin-bottom: 9.066666667vw;
  }
  footer .copyright ul li {
    margin-right: 0;
    margin-bottom: 5.333333333vw;
  }
  footer .copyright ul li:last-child {
    margin-bottom: 0;
  }
  footer .copyright ul li a {
    color: #fff;
    font-size: 3.466666667vw;
  }
  footer .copyright p {
    text-align: left;
    color: #fff;
    font-size: 3.466666667vw;
  }
}
.info__content {
  width: 60.9375vw;
}

.info__tab {
  display: block;
  margin-bottom: 1.5625vw;
  position: relative;
}
.info__tab .info__tab--area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #DEDEDE;
  border-radius: 0.625vw;
  padding: 1.041666667vw 2.395833333vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.info__tab .info__tab--area .info__tab--button {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 1.041666667vw;
  line-height: 1.3;
  font-weight: 700;
  padding: 0.5729166667vw 1.822916667vw;
  border-radius: 0.3125vw;
  display: block;
  margin-right: 0.78125vw;
  cursor: pointer;
}
.info__tab .info__tab--area .info__tab--button.active {
  background-color: #0E5CA7;
  color: #fff;
}
.info__tab .info__tab--area .info__tab--button:hover {
  background-color: #0E5CA7;
  color: #fff;
}
.info__tab .info__tab--area .info__tab--button:last-child {
  margin-right: 0;
}

.info__lists {
  width: 60.9375vw;
  margin-bottom: 3.645833333vw;
}
.info__lists .info__article {
  padding: 1.5625vw 0;
  width: 60.9375vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.05208vw #e5e5e5 solid;
}
.info__lists .info__article .info__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.78125vw;
}
.info__lists .info__article .info__tags .info__date {
  color: #848484;
  font-size: 0.9375vw;
  font-weight: 700;
  margin-right: 1.04vw;
}
.info__lists .info__article .info__tags .info__category01 {
  padding: 0.1vw 0.677vw;
  border-radius: 1.5625vw;
  font-size: 0.9375vw;
  border: 0.05208vw #eb0000 solid;
  color: #eb0000;
  line-height: 1.88;
}
.info__lists .info__article .info__tags .info__category02 {
  padding: 0.1vw 0.677vw;
  border-radius: 1.5625vw;
  font-size: 0.9375vw;
  border: 0.05208vw #0091eb solid;
  color: #0091eb;
  line-height: 1.88;
}
.info__lists .info__article .info__title {
  color: #333333;
  font-size: 0.9895833333vw;
  line-height: 1.7894736842;
}
.info__lists .info__article:hover .info__title {
  color: #0E5CA7;
  text-decoration: underline;
}

.info__pagination {
  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;
}
.info__pagination ul {
  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;
}
.info__pagination ul li {
  width: 2.604166667vw;
  height: 2.604166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5208333333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25vw;
  font-weight: 700;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}
.info__pagination ul li.current {
  color: #0E5CA7;
}
.info__pagination ul li:hover {
  color: #0E5CA7;
}
.info__pagination ul li.info__pagination--prev1, .info__pagination ul li.info__pagination--prev2, .info__pagination ul li.info__pagination--next1, .info__pagination ul li.info__pagination--next2 {
  border: #E6E6E6 solid 0.0520833333vw;
  border-radius: 0.3125vw;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}
.info__pagination ul li.info__pagination--prev1:hover, .info__pagination ul li.info__pagination--prev2:hover, .info__pagination ul li.info__pagination--next1:hover, .info__pagination ul li.info__pagination--next2:hover {
  background-color: #E6E6E6;
}
.info__pagination ul li.info__pagination--prev1::before {
  content: "";
  width: 0.78125vw;
  height: 0.8333333333vw;
  background-image: url("/asset/img/info/arrow_pagination1.svg"), url("/asset/img/info/arrow_pagination1_h.svg");
  background-size: cover, 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.info__pagination ul li.info__pagination--prev1:hover::before {
  background-size: 0 0, cover;
}
.info__pagination ul li.info__pagination--prev2 {
  margin-right: 1.666666667vw;
}
.info__pagination ul li.info__pagination--prev2::before {
  content: "";
  width: 0.46875vw;
  height: 0.8333333333vw;
  background-image: url("/asset/img/info/arrow_pagination2.svg"), url("/asset/img/info/arrow_pagination2_h.svg");
  background-size: cover, 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.info__pagination ul li.info__pagination--prev2:hover::before {
  background-size: 0 0, cover;
}
.info__pagination ul li.info__pagination--next1::before {
  content: "";
  width: 0.78125vw;
  height: 0.8333333333vw;
  background-image: url("/asset/img/info/arrow_pagination1.svg"), url("/asset/img/info/arrow_pagination1_h.svg");
  background-size: cover, 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info__pagination ul li.info__pagination--next1:hover::before {
  background-size: 0 0, cover;
}
.info__pagination ul li.info__pagination--next2 {
  margin-left: 1.666666667vw;
}
.info__pagination ul li.info__pagination--next2::before {
  content: "";
  width: 0.46875vw;
  height: 0.8333333333vw;
  background-image: url("/asset/img/info/arrow_pagination2.svg"), url("/asset/img/info/arrow_pagination2_h.svg");
  background-size: cover, 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info__pagination ul li.info__pagination--next2:hover::before {
  background-size: 0 0, cover;
}

.article__content {
  width: 60.9375vw;
}
.article__content .article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5625vw;
}
.article__content .article__tags .article__date {
  color: #848484;
  font-size: 0.9375vw;
  font-weight: 700;
  margin: 0 1.04vw 0 0;
}
.article__content .article__tags .article__category01 {
  padding: 0.1vw 0.677vw;
  border-radius: 1.5625vw;
  font-size: 0.9375vw;
  border: 0.05208vw #eb0000 solid;
  color: #eb0000;
  line-height: 1.88;
  margin: 0;
}
.article__content .article__tags .article__category02 {
  padding: 0.1vw 0.677vw;
  border-radius: 1.5625vw;
  font-size: 0.9375vw;
  border: 0.05208vw #0091eb solid;
  color: #0091eb;
  line-height: 1.88;
  margin: 0;
}
.article__content h1 {
  font-size: 2.239583333vw;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 1.666666667vw;
  border-bottom: 0.0520833333vw solid #EAEAEA;
  margin-bottom: 2.083333333vw;
}
.article__content h2 {
  font-size: 1.770833333vw;
  font-weight: 900;
  line-height: 1.323;
  margin-bottom: 1.71875vw;
}
.article__content h3 {
  font-size: 1.458333333vw;
  font-weight: 700;
  line-height: 1.607;
  margin-bottom: 0.9375vw;
}
.article__content p {
  font-size: 1.145833333vw;
  line-height: 1.8;
  margin-bottom: 1.5625vw;
}
.article__content p strong {
  font-weight: bold;
}
.article__content ul {
  padding-left: 0.7291666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin-bottom: 1.5625vw;
}
.article__content ul li {
  font-size: 1.145833333vw;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.5625vw;
  margin-bottom: 1.041666667vw;
  position: relative;
}
.article__content ul li::before {
  content: "";
  width: 0.5729166667vw;
  height: 0.5729166667vw;
  border-radius: 50%;
  background-color: #0E5CA7;
  position: absolute;
  left: 0;
  top: 0.78vw;
}
.article__content ul li:last-child {
  margin-bottom: 0;
}
.article__content ol {
  padding-left: 0.7291666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  counter-reset: number;
  margin-bottom: 1.5625vw;
}
.article__content ol li {
  font-size: 1.145833333vw;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.5625vw;
  margin-bottom: 1.041666667vw;
  position: relative;
}
.article__content ol li::before {
  counter-increment: number;
  content: counter(number);
  color: #0E5CA7;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
}
.article__content ol li:last-child {
  margin-bottom: 0;
}
.article__content a[href] {
  color: #0E5CA7;
  font-size: 1.09375vw;
  text-decoration: underline;
}
.article__content a[href].article__button {
  margin: 4.166666667vw auto 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.145833333vw;
  text-decoration: none;
  width: 15.46875vw;
  height: 3.854166667vw;
  border: 0.0520833333vw solid #000;
  border-radius: 2.708333333vw;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.article__content a[href].article__button::before {
  content: "";
  width: 2.083333333vw;
  height: 2.083333333vw;
  background-image: url("/asset/img/info/arrow_article.svg"), url("/asset/img/info/arrow_article_h.svg");
  background-size: cover, 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.666666667vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.article__content a[href].article__button:hover {
  background-color: #0E5CA7;
  color: #fff;
  border: 0.0520833333vw solid #0E5CA7;
}
.article__content a[href].article__button:hover::before {
  background-size: 0 0, cover;
  -webkit-transform: translate(0.5208333333vw, -50%);
          transform: translate(0.5208333333vw, -50%);
}
.article__content img {
  display: block;
  max-width: 56.25vw;
  height: 100%;
  width: 100%;
  border-radius: 0.625vw;
  margin: 0 auto 1.5625vw;
}
.article__content em {
  font-style: italic;
}
.article__content blockquote {
  background-color: #F8F9FA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.041666667vw;
}

@media screen and (max-width: 767px) {
  .info__content {
    width: 87.2vw;
  }
  .info__tab {
    display: block;
    margin-bottom: 2.666666667vw;
  }
  .info__tab .info__tab--area {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #DEDEDE;
    width: 100%;
    border-radius: 1.6vw;
    padding: 3.2vw 9.333333333vw;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
  .info__tab .info__tab--area .info__tab--button {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 3.733333333vw;
    line-height: 1.3;
    font-weight: 700;
    padding: 1.6vw 4vw;
    border-radius: 1.6vw;
    display: block;
    margin-right: 0;
    cursor: pointer;
  }
  .info__tab .info__tab--area .info__tab--button.active {
    background-color: #0E5CA7;
    color: #fff;
  }
  .info__tab .info__tab--area .info__tab--button:hover {
    background-color: #0E5CA7;
    color: #fff;
  }
  .info__tab .info__tab--area .info__tab--button:last-child {
    margin-right: 0;
  }
  .info__lists {
    padding-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info__lists .info__article {
    padding: 4vw 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0.05208vw #e5e5e5 solid;
  }
  .info__lists .info__article .info__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.666666667vw;
  }
  .info__lists .info__article .info__tags .info__date {
    color: #848484;
    font-size: 3.466666667vw;
    font-weight: 700;
    margin-right: 2.666666667vw;
  }
  .info__lists .info__article .info__tags .info__category01 {
    padding: 1.6vw 2.666666667vw;
    border-radius: 5.6vw;
    font-size: 3.466666667vw;
    border: 0.2666666667vw #eb0000 solid;
    color: #eb0000;
    line-height: 1;
  }
  .info__lists .info__article .info__tags .info__category02 {
    padding: 1.6vw 2.666666667vw;
    border-radius: 5.6vw;
    font-size: 3.466666667vw;
    border: 0.2666666667vw #0091eb solid;
    color: #0091eb;
    line-height: 1;
  }
  .info__lists .info__article .info__title {
    color: #333333;
    font-size: 3.733333333vw;
    line-height: 1.7857142857;
  }
  .info__pagination {
    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;
    position: relative;
    padding-bottom: 13.33333333vw;
    width: 74.4vw;
    margin: auto;
  }
  .info__pagination ul {
    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;
    margin-bottom: 2.133333333vw;
  }
  .info__pagination ul.info__pagination--prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
  .info__pagination ul.info__pagination--next {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
  }
  .info__pagination ul li {
    width: 13.33333333vw;
    height: 13.33333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.866666667vw 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.333333333vw;
    font-weight: 700;
    cursor: pointer;
  }
  .info__pagination ul li:last-child {
    margin: 0;
  }
  .info__pagination ul li.current {
    color: #0E5CA7;
  }
  .info__pagination ul li:hover {
    color: #0E5CA7;
  }
  .info__pagination ul li.info__pagination--prev1, .info__pagination ul li.info__pagination--prev2, .info__pagination ul li.info__pagination--next1, .info__pagination ul li.info__pagination--next2 {
    border: #E6E6E6 solid 0.2666666667vw;
    border-radius: 1.6vw;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
  }
  .info__pagination ul li.info__pagination--prev1:hover, .info__pagination ul li.info__pagination--prev2:hover, .info__pagination ul li.info__pagination--next1:hover, .info__pagination ul li.info__pagination--next2:hover {
    background-color: #E6E6E6;
  }
  .info__pagination ul li.info__pagination--prev1::before {
    content: "";
    width: 3.421333333vw;
    height: 3.645333333vw;
    background-image: url("/asset/img/info/arrow_pagination1.svg"), url("/asset/img/info/arrow_pagination1_h.svg");
    background-size: cover, 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .info__pagination ul li.info__pagination--prev1:hover::before {
    background-size: 0 0, cover;
  }
  .info__pagination ul li.info__pagination--prev2 {
    margin-right: 0;
  }
  .info__pagination ul li.info__pagination--prev2::before {
    content: "";
    width: 1.821333333vw;
    height: 3.6453333333vw;
    background-image: url("/asset/img/info/arrow_pagination2.svg"), url("/asset/img/info/arrow_pagination2_h.svg");
    background-size: cover, 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .info__pagination ul li.info__pagination--prev2:hover::before {
    background-size: 0 0, cover;
  }
  .info__pagination ul li.info__pagination--next1::before {
    content: "";
    width: 3.421333333vw;
    height: 3.645333333vw;
    background-image: url("/asset/img/info/arrow_pagination1.svg"), url("/asset/img/info/arrow_pagination1_h.svg");
    background-size: cover, 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .info__pagination ul li.info__pagination--next1:hover::before {
    background-size: 0 0, cover;
  }
  .info__pagination ul li.info__pagination--next2 {
    margin-left: 0;
  }
  .info__pagination ul li.info__pagination--next2::before {
    content: "";
    width: 1.821333333vw;
    height: 3.6453333333vw;
    background-image: url("/asset/img/info/arrow_pagination2.svg"), url("/asset/img/info/arrow_pagination2_h.svg");
    background-size: cover, 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .info__pagination ul li.info__pagination--next2:hover::before {
    background-size: 0 0, cover;
  }
  .article__content {
    width: 87.2vw;
  }
  .article__content .article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.666666667vw;
  }
  .article__content .article__tags .article__date {
    color: #848484;
    font-size: 3.466666667vw;
    font-weight: 700;
    margin-right: 2.666666667vw;
  }
  .article__content .article__tags .article__category01 {
    padding: 1.6vw 2.666666667vw;
    border-radius: 5.6vw;
    font-size: 3.466666667vw;
    border: 0.2666666667vw #eb0000 solid;
    color: #eb0000;
    line-height: 1;
  }
  .article__content .article__tags .article__category02 {
    padding: 1.6vw 2.666666667vw;
    border-radius: 5.6vw;
    font-size: 3.466666667vw;
    border: 0.2666666667vw #0091eb solid;
    color: #0091eb;
    line-height: 1;
  }
  .article__content h1 {
    font-size: 5.866666667vw;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom: 5.333333333vw;
    border-bottom: 0.2666666667vw solid #EAEAEA;
    margin-bottom: 6.4vw;
  }
  .article__content h2 {
    font-size: 4.8vw;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 5.6vw;
  }
  .article__content h3 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5.333333333vw;
  }
  .article__content p {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 5.333333333vw;
  }
  .article__content p strong {
    font-weight: bold;
  }
  .article__content ul {
    padding-left: 2.666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin-bottom: 5.333333333vw;
  }
  .article__content ul li {
    font-size: 4vw;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5.333333333vw;
    margin-bottom: 2.666666667vw;
    position: relative;
  }
  .article__content ul li::before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    background-color: #0E5CA7;
    position: absolute;
    left: 0;
    top: 3.2vw;
  }
  .article__content ul li:last-child {
    margin-bottom: 0;
  }
  .article__content ol {
    padding-left: 2.666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    counter-reset: number;
    margin-bottom: 5.333333333vw;
  }
  .article__content ol li {
    font-size: 4vw;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5.333333333vw;
    margin-bottom: 2.666666667vw;
    position: relative;
  }
  .article__content ol li::before {
    counter-increment: number;
    content: counter(number);
    color: #0E5CA7;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Roboto", sans-serif;
  }
  .article__content ol li:last-child {
    margin-bottom: 0;
  }
  .article__content a[href] {
    color: #0E5CA7;
    font-size: 4vw;
    text-decoration: underline;
  }
  .article__content a[href].article__button {
    margin: 10.66666667vw auto 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4vw;
    text-decoration: none;
    width: 81.86666667vw;
    height: 13.33333333vw;
    border: 0.2666666667vw solid #000;
    border-radius: 13.86666667vw;
    position: relative;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .article__content a[href].article__button::before {
    content: "";
    width: 7.466666667vw;
    height: 7.466666667vw;
    background-image: url("/asset/img/info/arrow_article.svg"), url("/asset/img/info/arrow_article_h.svg");
    background-size: cover, 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .article__content a[href].article__button:hover {
    background-color: #0E5CA7;
    color: #fff;
    border: 0.2666666667vw solid #0E5CA7;
  }
  .article__content a[href].article__button:hover::before {
    background-size: 0 0, cover;
    -webkit-transform: translate(0.5208333333vw, -50%);
            transform: translate(0.5208333333vw, -50%);
  }
  .article__content img {
    display: block;
    max-width: 81.86666667vw;
    width: 100%;
    border-radius: 1.6vw;
    margin: 0 auto 3.733333333vw;
  }
  .article__content blockquote {
    background-color: #F8F9FA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5.333333333vw;
  }
}