@charset "UTF-8";
.is-open {
  display: block;
}

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

.is-close {
  display: none;
}

.hover-shadow:hover {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hover-link:hover {
  color: #8bd5ca;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px;
}

.button-blue {
  background-color: #8bd5ca;
  color: #ffffff;
  width: 320px;
  height: 64px;
  margin: 0 auto;
  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;
  border: 1px solid #190723;
  cursor: pointer;
}

.button-blue h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  margin-right: 25px;
}

.button-blue img {
  width: 14px;
}

.button-blue:hover {
  background-color: #ffffff;
  color: #8bd5ca;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-white {
  background-color: #ffffff;
  color: #8bd5ca;
  width: 300px;
  height: 62px;
  margin: 0 auto;
  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;
  border: 1px solid #190723;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  margin-top: 50px;
}

.button-white h2 {
  font-size: 20px;
  margin-right: 25px;
}

.button-white img {
  width: 14px;
}

.button-white:hover {
  background-color: #8bd5ca;
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-black {
  background-color: #c7c7c7;
  color: #ffffff;
  width: 320px;
  height: 64px;
  margin: 0 auto;
  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;
  border: 1px solid #190723;
  cursor: pointer;
}

.button-black h2 {
  font-size: 20px !important;
  margin-left: 25px;
}

.button-black img {
  width: 14px;
}

.button-black:hover {
  background-color: #ffffff;
  color: #c7c7c7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.more-button-blue {
  background-color: #8bd5ca;
  color: #ffffff;
  width: 320px;
  height: 64px;
  margin: 0 auto;
  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;
  border: 1px solid #190723;
  cursor: pointer;
}

.more-button-blue h2 {
  font-size: 20px;
  margin-right: 25px;
}

.more-button-blue img {
  width: 14px;
}

.title-bar {
  background-color: #b9ede5;
  width: 100%;
  height: 100px;
  border: 1px solid #190723;
  border-width: 1px 0px;
  margin-bottom: 60px;
  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;
}

.title-bar img {
  width: 52px;
  margin-right: 10px;
}

.title-bar h1 {
  font-size: 32px;
}

.sp-button {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pagination-button {
  width: 40px;
  height: 40px;
  border: 1px solid #190723;
  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: 0px 5px;
  cursor: pointer;
}

.pagination-button:hover {
  background-color: #f4f2f0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagination-button-white {
  background-color: #ffffff;
}

.pagination-button-blue {
  background-color: #8bd5ca;
}

.pagination-button-etc {
  width: 40px;
  height: 40px;
  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;
}

.page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #190723;
  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: 0px 5px;
}

.page-numbers:hover {
  background-color: #f4f2f0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-numbers-white {
  background-color: #ffffff;
}

.page-numbers-blue {
  background-color: #8bd5ca;
}

.page-numbers-etc {
  width: 40px;
  height: 40px;
  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;
}

.current {
  background-color: #8bd5ca;
  color: #ffffff;
  cursor: pointer;}

.sp-more-butotn {
  display: none;
}

.back-button {
  background-color: #8bd5ca;
  color: #ffffff;
  width: 320px;
  height: 64px;
  font-size: 20px;
  margin-top: 40px;
  border: 1px solid #190723;
  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;
}

.back-button img {
  margin-left: 10px;
  width: 17px;
}

.back-button:hover {
  background-color: #8bd5ca;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .button-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .button-blue,
  .button-white,
  .button-black,
  .more-button-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 45px;
  }
  .button-blue input h2,
  .button-white h2,
  .button-black h2,
  .more-button-blue h2 {
    font-size: 15px;
  }
  .button-blue img,
  .button-white img,
  .button-black img,
  .more-button-blue img {
    width: 12px;
  }
  .button-black {
    margin-top: 15px;
  }
  .button-white {
    margin-top: 40px;
  }
  .title-bar {
    height: 50px;
    margin-bottom: 25px;
  }
  .title-bar img {
    width: 23px;
    margin-right: 10px;
  }
  .title-bar h1 {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .pagination {
    margin-bottom: 30px;
  }
  .pagination-button,
  .pagination-button-etc {
    display: none;
  }
  .sp-more-button {
    background-color: #8bd5ca;
    color: #ffffff;
    width: 250px;
    height: 45px;
    border: 1px solid #190723;
    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;
  }
  .sp-more-button img {
    margin-left: 5px;
    width: 15px;
  }
  .back-button {
    width: 250px;
    height: 45px;
    font-size: 14px;
  }
  .back-button img {
    width: 11px;
  }
}
