@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (min-width: 640px) {
  .inner {
    padding: 0 25px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.main {
  max-width: 640px;
  margin: 0 auto;
  background: #002D77;
}

.heading {
  text-align: center;
  color: #002D77;
  background: #fff;
  font-weight: bold;
  font-size: 5.333vw;
  padding: 0;
}

@media screen and (min-width: 640px) {
  .heading {
    font-size: 34px;
  }
}

.period {
  padding: 10vw 0 4.2vw;
}

@media screen and (min-width: 640px) {
  .period {
    padding: 80px 0 40px;
  }
}

.period .wrap2 {
  margin-top: 10vw;
}

@media screen and (min-width: 640px) {
  .period .wrap2 {
    margin-top: 80px;
  }
}

.period .attention {
  color: #fff;
  font-size: 2.76666vw;
  text-align: center;
  white-space: nowrap;
  margin-top: 2.66vw;
}

@media screen and (min-width: 640px) {
  .period .attention {
    font-size: 18px;
    margin-top: 20px;
  }
}

.period .icon {
  width: 50%;
  margin: 4vw auto 0;
}

@media screen and (min-width: 640px) {
  .period .icon {
    margin-top: 25px;
  }
}

.footer .copyright {
  font-size: 2.6666vw;
  text-align: center;
  color: #fff;
  padding: 0 0 2.6666vw;
  background-color: #002D77;
}

@media screen and (min-width: 640px) {
  .footer .copyright {
    padding: 0 0 17px;
    font-size: 17px;
  }
}

.back-to-top {
  text-align: center;
  padding: 12vw 0 15.333vw;
}

@media screen and (min-width: 640px) {
  .back-to-top {
    padding: 50px 0 80px;
  }
}

.back-to-top a {
  color: #fff;
  font-size: 4.2666vw;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .back-to-top a {
    font-size: 26px;
  }
}

.back-to-top a:hover {
  opacity: .6;
}

.present .card {
  width: 95%;
  margin: 0 auto 10px;
}

.present .card a {
  -webkit-transition: .3s;
  transition: .3s;
}

.present .card a:hover {
  opacity: .6;
}

.present .card:last-child {
  margin-top: 20px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.modal__content {
  max-width: 400px;
  margin: 0 auto;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.plus {
  width: 12%;
  margin: 20px auto 25px;
}

.batu {
  max-width: 10%;
  position: absolute;
  top: 20px;
  right: 20px;
}

.common-box {
  border-radius: 5.3vw;
  padding: 1.3vw;
  background: #FFF100;
  margin-top: 12vw;
}

.common-box .title1 {
  width: 90%;
}

.common-box .title2 {
  width: 80%;
}

.common-box .title {
  margin: 0 auto;
  margin-bottom: 5.3vw;
}

@media screen and (min-width: 640px) {
  .common-box .title {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 640px) {
  .common-box {
    margin-top: 50px;
    padding: 6px;
    border-radius: 20px;
  }
}

.common-box .border-wrap1 {
  border-radius: 5.3vw;
  padding: 1.3vw;
  background: #38BEEF;
}

@media screen and (min-width: 640px) {
  .common-box .border-wrap1 {
    border-radius: 20px;
    padding: 6px;
  }
}

.common-box .border-wrap2 {
  padding: 5.3vw 4vw;
  border-radius: 5.3vw;
  background: #fff;
}

@media screen and (min-width: 640px) {
  .common-box .border-wrap2 {
    border-radius: 20px;
    padding: 30px;
  }
}

.ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ul1 li {
  width: calc(50% - 2vw * 1/2);
  margin-right: 2vw;
}

.ul1 li .img {
  margin-bottom: 10px;
}

.ul1 li:nth-child(2n) {
  margin-right: 0;
}

.ul1 li:nth-child(n + 3) {
  margin-top: 8vw;
}

@media screen and (min-width: 640px) {
  .ul1 li {
    width: calc(50% - 30px * 1/2);
    margin-right: 30px;
  }
  .ul1 li:nth-child(2n) {
    margin-right: 0;
  }
  .ul1 li:nth-child(n + 3) {
    margin-top: 60px;
  }
}

.ul1 .text {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #002D77;
  line-height: 1.334;
  color: #014EA1;
}

@media screen and (min-width: 640px) {
  .ul1 .text {
    font-size: 18px;
  }
}

.ul1 span.r-mark {
  /* position: relative;
  top: 1.3vw; */
  transform: translateY(30%);
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .ul1 span {
    top: 8px;
  }
}

.area {
  margin-bottom: 6vw;
}

@media screen and (min-width: 640px) {
  .area {
    margin-bottom: 70px;
  }
}

.area .area-title {
  color: #185BAA;
  padding-bottom: 15px;
  border-bottom: 2px solid #185BAA;
  font-weight: bold;
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .area .area-title {
    font-size: 28px;
    padding-bottom: 20px;
  }
}

.area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area .contents {
  font-size: 4.266vw;
  font-weight: 600;
}

@media screen and (min-width: 640px) {
  .area .contents {
    font-size: 20px;
  }
}

.area .small {
  font-weight: 600;
  font-size: 3.2vw;
  display: block;
}

@media screen and (min-width: 640px) {
  .area .small {
    font-size: 16px;
  }
}

.s-box {
  border-radius: 15px;
  padding: 4vw 4.5vw;
  background: #fff;
  border: 1px solid #185BAA;
  height: 260px;
  overflow: hidden;
  font-size: 3.7333vw;
  overflow: auto;
}

@media screen and (min-width: 640px) {
  .s-box {
    padding: 30px;
    height: 400px;
    font-size: 18px;
  }
}

.s-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex2 {
  padding-left: 4vw;
}

@media screen and (min-width: 640px) {
  .flex2 {
    padding-left: 20px;
  }
}

.area {
  /* Webkitブラウザ（ChromeやSafariなど）に適用 */
}

.area ::-webkit-scrollbar {
  width: 6px;
  /* スクロールバーの幅 */
}

.area ::-webkit-scrollbar-track {
  margin: 5px;
}

.area ::-webkit-scrollbar-thumb {
  background-color: #185BAA;
  /* スクロールバーのつまみの色 */
  border-radius: 6px;
  /* スクロールバーのつまみの角を丸める */
}

.area ::-webkit-scrollbar-thumb:hover {
  background-color: #123E7C;
  /* スクロールバーのつまみのhover時の色 */
}

.submit {
  text-align: center;
  margin-top: 30px;
}

.submit a {
  width: 80%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 4.26vw;
  display: block;
  color: #fff;
  border-radius: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#aa020c), to(#f03b44));
  background: linear-gradient(0deg, #aa020c 0%, #f03b44 100%);
  padding: 15px 0;
}

@media screen and (min-width: 640px) {
  .submit a {
    font-size: 20px;
    padding: 25px 0;
  }
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

.common-box-re {
  position: relative;
  padding-bottom: 100px !important;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 640px) {
  .common-box-re {
    padding-bottom: 150px !important;
  }
}

#footer {
  -webkit-transition: .3s;
  transition: .3s;
}

.submit {
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  max-width: 350px;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.submit a {
  -webkit-transition: .3s;
  transition: .3s;
}

.f-fml-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  position: initial !important;
  font-weight: 500;
}
