@charset "UTF-8";
/* ご利用ガイドTOP */
/* contents area */
.indexmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 956px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.indexmenu__page {
  width: 280px;
  margin: 0 0 60px;
}
.indexmenu__page__btn {
  display: block;
  height: 300px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 2px 2px 6px rgba(145, 140, 132, 0.3);
          box-shadow: 2px 2px 6px rgba(145, 140, 132, 0.3);
}
.indexmenu__page__btn * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexmenu__page__btn:hover {
  text-decoration: none !important;
}
.indexmenu__page__btn:hover * {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexmenu__page__icon {
  padding: 40px 73px 0;
}
.indexmenu__page__ttl {
  padding: 0.6em 0 0.8em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75em;
  color: #9b0000;
}
.indexmenu__page__txt {
  padding: 0 33px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 720px;
  margin: 0 auto;
  padding: 0 0 100px;
}
.submenu__page {
  width: 220px;
}
.submenu .submenu__page__btn {
  display: block;
  position: relative;
  border: 1px solid #9b0000;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 82px;
  color: #9b0000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.submenu .submenu__page__btn:after {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #9b0000;
  border-right: 1px solid #9b0000;
}
.submenu .submenu__page__btn:hover {
  background: #9b0000;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.submenu .submenu__page__btn:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .indexmenu {
    width: auto;
    padding: 10vw 0 0;
  }
  .indexmenu__page {
    width: 41.3333333333vw;
    margin: 0 0 5vw;
  }
  .indexmenu__page__btn {
    display: block;
    height: 100%;
    border-top-left-radius: 2.1333333333vw;
    border-top-right-radius: 2.1333333333vw;
    border-bottom-left-radius: 2.1333333333vw;
    border-bottom-right-radius: 2.1333333333vw;
    -webkit-box-shadow: 0.3vw 0.3vw 0.7vw rgba(145, 140, 132, 0.3);
            box-shadow: 0.3vw 0.3vw 0.7vw rgba(145, 140, 132, 0.3);
  }
  .indexmenu__page__btn * {
    -webkit-transition: unset;
    transition: unset;
  }
  .indexmenu__page__btn:hover * {
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
  }
  .indexmenu__page__icon {
    padding-top: 4.1333333333vw;
    padding-right: 7.2vw;
    padding-bottom: 0vw;
    padding-left: 7.2vw;
  }
  .indexmenu__page__ttl {
    min-height: 3.5em;
    font-size: 3.7333333333vw;
  }
  .indexmenu__page__txt {
    padding-top: 0vw;
    padding-right: 2.6666666667vw;
    padding-bottom: 4.4vw;
    padding-left: 2.6666666667vw;
    font-size: 3.2vw;
  }

  .submenu {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: auto;
    padding-top: 9.3333333333vw;
    padding-right: 6.6666666667vw;
    padding-bottom: 8vw;
    padding-left: 6.6666666667vw;
  }
  .submenu__page {
    width: auto;
    padding-bottom: 8vw;
  }
  .submenu .submenu__page__btn {
    border: 0.4vw solid #9b0000;
    border-top-left-radius: 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 16vw;
  }
  .submenu .submenu__page__btn:after {
    right: 5.8666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.4vw solid #9b0000;
    border-right: 0.4vw solid #9b0000;
  }
}
