@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2 .inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .page_h2 .inner {
    padding-bottom: 40px;
  }
}
.a_list {
  display: block;
}
.a_list li + li {
  margin-top: 80px;
}
@media screen and (max-width: 818px) {
  .a_list li + li {
    margin-top: 40px;
  }
}
.a_list li dl {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 818px) {
  .a_list li dl {
    display: block;
  }
}
.a_list li dl::after {
  background: #F5F5F5;
  width: calc(100% - 290px);
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
@media screen and (max-width: 818px) {
  .a_list li dl::after {
    width: 100%;
  }
}
.a_list li dl dt {
  width: 400px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .a_list li dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.a_list li dl dd {
  width: calc(100% - 400px);
  text-align: left;
  padding: 40px 60px 40px 40px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 818px) {
  .a_list li dl dd {
    width: 100%;
    padding: 20px;
  }
}
.a_list li dl dd .pink_btn_yajiru {
  margin-left: 0;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .a_list li dl dd .pink_btn_yajiru {
    margin: auto;
    margin-top: 20px;
  }
}
.a_list li dl dd .ttl {
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 818px) {
  .a_list li dl dd .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.a_list li dl dd ul {
  width: fit-content;
  margin-top: 16px;
}
.a_list li dl dd ul li {
  text-align: left;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .a_list li dl dd ul li {
    padding-left: 25px;
  }
}
.a_list li dl dd ul li + li {
  margin-top: 6px;
}
.a_list li dl dd ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: 10px;
  background: #1D50A1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .a_list li dl dd ul li::after {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
.a_list li:nth-child(even) dl {
  flex-direction: row;
}
.a_list li:nth-child(even) dl::after {
  left: auto;
  right: 0;
}
.price .inner {
  padding-top: 100px;
}
@media screen and (max-width: 818px) {
  .price .inner {
    padding-top: 50px;
  }
}
.price .two_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 818px) {
  .price .two_item {
    margin-top: 20px;
    display: block;
  }
}
.price dl {
  width: 100%;
  max-width: 353px;
  border: 1px solid #C5C5C5;
}
@media screen and (max-width: 818px) {
  .price dl {
    margin: auto;
  }
  .price dl + dl {
    margin-top: 15px;
  }
}
.price dl dt {
  line-height: 58px;
  background: #1D50A1;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  .price dl dt {
    line-height: 48px;
  }
}
.price dl dd {
  padding: 25px 15px 35px 15px;
}
@media screen and (max-width: 818px) {
  .price dl dd {
    padding: 28px 10px;
  }
}
.price dl dd p {
  text-align: left;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .price dl dd p {
    margin-top: 10px;
  }
}
.price dl dd .pr {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .price dl dd .pr {
    font-size: 20px;
  }
}
.price .big {
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .price .big {
    margin-top: 20px;
  }
}
@media screen and (max-width: 818px) {
  .price .big dd .pr {
    font-size: 18px;
    letter-spacing: -1px;
  }
}
.price .big dd p {
  text-align: center;
}
.price .pr_item {
  max-width: 836px;
  margin: auto;
}
.btn_item {
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 60px;
  column-gap: 23px;
  width: 100%;
  max-width: 623px;
}
@media screen and (max-width: 818px) {
  .btn_item {
    margin-top: 30px;
    display: block;
  }
}
.v_item {
  margin-top: 120px;
}
@media screen and (max-width: 818px) {
  .v_item {
    margin-top: 60px;
  }
}
.v_item ul {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 818px) {
  .v_item ul {
    display: block;
  }
}
.v_item ul li {
  width: calc(50% - 15px);
  border: 1px solid #707070;
}
@media screen and (max-width: 818px) {
  .v_item ul li {
    width: 100%;
  }
  .v_item ul li + li {
    margin-top: ;
  }
}
.v_item ul li .v_ttl {
  margin: 16px 0;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}
@media screen and (max-width: 818px) {
  .v_item ul li .v_ttl {
    margin: 10px 0;
    font-size: 20px;
  }
}
.v_item ul li .v_txt {
  padding: 0 15px 25px 15px;
}
.v_item ul li p {
  text-align: left;
}
.v_item ul li a {
  max-width: 294px;
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 24px;
  background: #BF0071;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 39px;
}
@media screen and (max-width: 818px) {
  .v_item ul li a {
    font-size: 13px;
    margin-top: 15px;
  }
}
