body {
  font-size: 16px;
  margin: 0;
}

.sp {
  display: none !important;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  body, html {
    width: 100%;
  }
  body > * {
    max-width: 100%;
    overflow: hidden;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
}
.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 632px;
  width: 100%;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #cba135;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: source-han-sans-japanese;
  font-weight: 700;
  line-height: 160%;
  padding: 10px 70px 13px;
  cursor: pointer;
  border: 2px solid #cba135;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1310px) {
  .button {
    font-size: 24px;
    padding: 10px 30px 13px;
    height: 60px;
  }
}
@media (max-width: 1050px) {
  .button {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .button {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 8px 0;
  }
}
.button.rev {
  color: #cba135;
  background-color: #fff;
  border: 2px solid #fff;
}
.button.rev::after {
  background-image: url("../images/rect-gold.svg");
  background-size: contain;
}
.button.rev:hover {
  background: transparent;
  color: #fff;
}
.button.rev:hover::after {
  background-image: url("../images/Rectangle_69-2.svg");
  background-size: contain;
}
.button::after {
  position: absolute;
  right: 20px;
  content: "";
  width: 14px;
  height: 25px;
  background-image: url("../images/Rectangle_69-2.svg");
  background-size: contain;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button:hover {
  background: #fff;
  color: #cba135;
}
.button:hover::after {
  right: 10px;
  background: url("../images/rect-gold.svg") no-repeat;
  background-size: contain;
}

.font_en {
  font-family: din-condensed;
  font-weight: 500;
}

html.wf-loading body {
  visibility: hidden;
}

html.wf-active body {
  visibility: visible;
  opacity: 1;
}

html.wf-loading body {
  opacity: 0;
}

header {
  border-bottom: 1px solid #EAEBF4;
  padding: 20px 35px;
  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;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
}
@media (max-width: 768px) {
  header {
    padding: 15px 15px;
  }
}
header h1 {
  line-height: 1;
}
@media (max-width: 768px) {
  header h1 {
    width: 182px;
  }
}
header .header_contact {
  font-size: 16px;
}
@media (max-width: 768px) {
  header .header_contact {
    font-size: 12px;
  }
}
header .header_contact a {
  padding: 0.7em 1.5em;
  background: #323C96;
  color: #fff;
  font-weight: bold;
  border: 1px solid #323C96;
  border-radius: 2px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-family: source-han-sans-japanese;
}
header .header_contact a:hover {
  background: #fff;
  color: #323C96;
}

body {
  padding: 85px 0 0;
}
@media (max-width: 768px) {
  body {
    padding: 65px 0 0;
  }
}

#footer {
  position: relative;
}
#footer .rect-patrs.rev.bottom {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  position: relative;
  width: 100%;
  height: 170px;
}
@media (max-width: 768px) {
  #footer .rect-patrs.rev.bottom {
    height: 90px;
  }
}
#footer .rect-patrs .gray {
  position: absolute;
  background-color: #EAEBF4;
  clip-path: polygon(0 0, 100% 0, 32% 0%, 0 90%);
  width: 100%;
  height: 170px;
  margin: 1px 0 0;
}
@media (max-width: 768px) {
  #footer .rect-patrs .gray {
    height: 90px;
  }
}
#footer .rect-patrs.rev.bottom .blue {
  background-color: rgb(50, 60, 150);
  height: 170px;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  width: 100%;
}
@media (max-width: 768px) {
  #footer .rect-patrs.rev.bottom .blue {
    height: 90px;
  }
}
#footer .contents {
  display: block;
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-family: din-condensed;
  font-weight: 300;
  letter-spacing: 4px;
  background: #323C96;
  padding: 10px 80px 35px 0;
}
@media (max-width: 768px) {
  #footer .contents {
    font-size: 10px;
    padding: 10px 10px 35px 0;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: source-han-sans-japanese;
}
.price .contents {
  max-width: 1280px;
  text-align: center;
  width: 80%;
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .price .contents {
    width: 100%;
    padding: 70px 18px 0;
  }
}
.price .contents h2 {
  font-size: 120px;
  color: #323C96;
  position: relative;
  z-index: 2;
  line-height: 1em;
}
@media (max-width: 1310px) {
  .price .contents h2 {
    font-size: 90px;
  }
}
@media (max-width: 1000px) {
  .price .contents h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .price .contents h2 {
    font-size: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0.9em;
    text-align: center;
  }
}
.price .contents .catch {
  color: #323c96;
  text-align: center;
  font-size: 48px;
  font-family: source-han-sans-japanese;
  font-weight: 700;
  margin-top: 1%;
  line-height: 1.4;
}
@media (max-width: 1310px) {
  .price .contents .catch {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .price .contents .catch {
    font-size: 28px;
    margin-top: 1%;
  }
}
.price .price_initial {
  width: 70%;
  max-width: 540px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .price .price_initial {
    width: 100%;
    max-width: 500px;
    margin: 17% auto 0;
  }
}
.price .price_initial .price_initial_ttl {
  background: #323C96;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height: 3em;
  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;
}
@media (max-width: 768px) {
  .price .price_initial .price_initial_ttl {
    height: 2.4em;
    font-size: 16px;
    height: 3em;
  }
}
.price .price_initial .price_initial_cont {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  padding: 20px 5px;
  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;
  gap: 16px;
}
.price .price_initial .price_initial_price {
  font-size: 16px;
  color: #CBA135;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price .price_initial .price_initial_price {
    font-size: 14px;
  }
}
.price .price_initial .price_initial_price .font_en {
  font-size: 44px;
}
@media (max-width: 768px) {
  .price .price_initial .price_initial_price .font_en {
    font-size: 36px;
  }
}
.price .price_initial .price_initial_txt {
  background: #EAEBF4;
  color: #323C96;
  line-height: 1em;
  padding: 12px 16px;
  border-radius: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price .price_initial .price_initial_txt {
    font-size: 14px;
  }
}
.price .price_list_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92%;
  margin: 140px auto 0;
}
@media (max-width: 1150px) {
  .price .price_list_01 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .price .price_list_01 {
    margin: 100px auto 0;
  }
}
@media (max-width: 768px) {
  .price .price_list_01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 17% auto 0;
    max-width: 500px;
  }
}
.price .price_list_01 li {
  width: 28.5%;
  position: relative;
}
@media (max-width: 1250px) {
  .price .price_list_01 li {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .price .price_list_01 li {
    width: 47.7611940299%;
  }
  .price .price_list_01 li:first-child {
    width: 100%;
    margin: 0 0 30px;
  }
}
.price .price_list_01 li .circle {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -6px;
}
@media (max-width: 768px) {
  .price .price_list_01 li .circle {
    top: 10px;
  }
}
.price .price_list_01 li .string {
  width: 4px;
  height: 60px;
  border-radius: 2px;
  background: #CBA135;
  position: absolute;
  top: -34px;
  left: 50%;
  margin: 0 0 0 -2px;
}
@media (max-width: 768px) {
  .price .price_list_01 li .string {
    height: 32px;
    top: -16px;
  }
}
.price .price_list_01 li .price_name {
  background: #323C96;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  height: 8em;
  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;
  padding: 1em 0 0;
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_name {
    height: 6.5em;
    font-size: 15px;
  }
}
.price .price_list_01 li .price_txt {
  font-size: 20px;
  padding: 23px 0;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_txt {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_txt {
    padding: 15px 0;
  }
}
.price .price_list_01 li .price_txt span:nth-child(1) {
  font-size: 44px;
  color: #CBA135;
  padding: 0 3px 0 8px;
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_txt span:nth-child(1) {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_txt span:nth-child(1) {
    font-size: 34px;
  }
}
.price .price_list_01 li .price_txt span:nth-child(2) {
  font-size: 20px;
  color: #CBA135;
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_txt span:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_txt span:nth-child(2) {
    font-size: 14px;
  }
}
.price .price_list_01 li .price_doc {
  background: #EAEBF4;
  text-align: center;
  color: #323C96;
  line-height: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 6.5em;
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_doc {
    height: auto;
    min-height: 6em;
    padding: 12px 0;
  }
}
.price .price_list_01 li .price_doc p {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_doc p {
    font-size: 12px;
    line-height: 1.2;
  }
}
.price .price_list_01 li .price_doc p.font_en {
  font-size: 36px;
  margin: 7px 0 5px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_doc p.font_en {
    font-size: 28px;
    margin: 5px 0 0px;
  }
}
.price .price_list_01 li .price_doc p.font_en span {
  font-family: source-han-sans-japanese;
  font-size: 16px;
}
.price .price_list_01 li .price_doc p.font_en:last-child {
  margin: 7px 0 -0.3em;
}
.price .price_list_01 li .price_doc p.text_gray {
  font-size: 12px;
  color: #333;
  font-weight: 300;
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_doc p.text_gray {
    font-size: 10px;
  }
}
.price .price_list_01 li .price_list {
  padding: 17px 10px;
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_list {
    padding: 17px 0;
  }
}
.price .price_list_01 li .price_list.price_list_02 {
  padding: 17px 10px 0;
}
@media (max-width: 768px) {
  .price .price_list_01 li .price_list.price_list_02 {
    padding: 17px 0 0;
  }
}
.price .price_list_01 li .price_list .price_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  margin: 0 0 7px;
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_list .price_list_inner {
    display: block;
  }
}
.price .price_list_01 li .price_list .price_list_inner:last-child {
  margin: 0;
}
.price .price_list_01 li .price_list .price_list_inner dt {
  font-size: 13px;
  color: #323C96;
}
@media (max-width: 1350px) {
  .price .price_list_01 li .price_list .price_list_inner dt {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .price .price_list_01 li .price_list .price_list_inner dt {
    font-size: 11px;
  }
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_list .price_list_inner dt {
    font-size: 12px;
  }
}
.price .price_list_01 li .price_list .price_list_inner dd {
  font-size: 13px;
}
@media (max-width: 1350px) {
  .price .price_list_01 li .price_list .price_list_inner dd {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .price .price_list_01 li .price_list .price_list_inner dd {
    font-size: 11px;
  }
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_list .price_list_inner dd {
    font-size: 12px;
  }
}
.price .price_list_01 li .price_list .text_gray {
  text-align: right;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  margin: -5px 0 10px;
}
@media (max-width: 1000px) {
  .price .price_list_01 li .price_list .text_gray {
    text-align: center;
  }
}
.price .price_list_01 li .price_inner {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  padding: 0 5px 15px;
}
.price .price_list_01 li .form_03 {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #CBA135;
  border-radius: 3px;
}
.price .price_list_01 li .form_03:after {
  width: 7px;
  height: 12px;
}
@media (max-width: 768px) {
  .price .price_list_01 li .form_03:after {
    right: 12px;
  }
}
.price .price_list_01 li .form_03:hover {
  background: #CBA135;
  color: #fff;
}
.price .price_list_01 li .form_01 {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #CBA135;
  background: #CBA135;
  border-radius: 3px;
  color: #fff;
  margin: 7px 0 0;
}
.price .price_list_01 li .form_01:after {
  width: 7px;
  height: 12px;
}
@media (max-width: 768px) {
  .price .price_list_01 li .form_01:after {
    right: 12px;
  }
}
.price .price_list_01 li .form_01:hover {
  background: #fff;
  color: #CBA135;
}
.price .price_button {
  background: #EAEBF4;
  padding: 24px;
  width: 480px;
  height: 75px;
  margin: 125px auto 100px;
  position: relative;
  font-weight: 600;
  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;
  border: 1px solid #EAEBF4;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 768px) {
  .price .price_button {
    width: 100%;
    margin: 80px auto 0px;
  }
}
.price .price_button .text_open {
  font-size: 24px;
  color: #323C96;
}
@media (max-width: 768px) {
  .price .price_button .text_open {
    font-size: 18px;
  }
}
.price .price_button .text_close {
  font-size: 24px;
  display: none;
  color: #666666;
}
@media (max-width: 768px) {
  .price .price_button .text_close {
    font-size: 18px;
  }
}
.price .price_button::after {
  content: "";
  background: url(../images/Rectangle_69.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 33px;
  right: 25px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 768px) {
  .price .price_button::after {
    top: 30px;
  }
}
.price .price_button:hover {
  background: #fff;
}
.price .price_button.show {
  background: #eee;
  border: 1px solid #eee;
}
.price .price_button.show .text_open {
  display: none;
}
.price .price_button.show .text_close {
  display: block;
}
.price .price_button.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.price .price_button.show:hover {
  background: #fff;
}

.price_more_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 125px 0 0;
}
@media (max-width: 768px) {
  .price_more_wrap {
    overflow: visible;
    margin: 80px 0 0;
  }
}
.price_more_wrap.price_more_wrap_02 li {
  width: 52.3255813953%;
}
@media (max-width: 1200px) {
  .price_more_wrap.price_more_wrap_02 li {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .price_more_wrap.price_more_wrap_02 li {
    width: 100%;
  }
}
.price_more_wrap.price_more_wrap_02 li .price_more_ttl,
.price_more_wrap.price_more_wrap_02 li .price_more_inner {
  width: 100%;
}
.price_more_wrap.price_more_wrap_02 li .price_more_inner .price_more_doc {
  width: 100%;
}
.price_more_wrap.price_more_wrap_02 li.last_cont .button {
  width: 100%;
}
.price_more_wrap.price_more_wrap_03 {
  margin: 50px 0 0;
}
.price_more_wrap.price_more_wrap_03 li {
  width: 52.3255813953%;
  max-width: 540px;
}
@media (max-width: 768px) {
  .price_more_wrap.price_more_wrap_03 li {
    width: 100%;
  }
}
.price_more_wrap.price_more_wrap_03 li.last_cont .button {
  width: 100%;
}
.price_more_wrap.price_more_wrap_04 li {
  width: 73.6434108527%;
  max-width: 760px;
}
@media (max-width: 1250px) {
  .price_more_wrap.price_more_wrap_04 li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .price_more_wrap.price_more_wrap_04 li {
    width: 100%;
  }
}
.price_more_wrap.price_more_wrap_04 li .price_more_ttl {
  width: 50%;
}
@media (max-width: 950px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_ttl {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_ttl {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_doc {
  width: 50%;
}
@media (max-width: 950px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_doc {
    width: 290px;
  }
}
@media (max-width: 800px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_doc {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_doc {
    width: 100%;
  }
}
.price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_list {
  width: 49.3421052632%;
}
@media (max-width: 950px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_list {
    width: calc(100% - 295px);
  }
}
@media (max-width: 800px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_list {
    width: calc(100% - 285px);
  }
}
@media (max-width: 768px) {
  .price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_list {
    width: 100%;
  }
  .price_more_wrap.price_more_wrap_04 li .price_more_inner .price_more_list .price_list_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.price_more_contents li {
  margin: 0 auto 50px;
  max-width: 705px;
  text-align: center;
  width: 72%;
}
@media (max-width: 1250px) {
  .price_more_contents li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .price_more_contents li {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.price_more_contents li:last-child {
  margin: 0 auto;
}
.price_more_contents li.last_cont {
  padding: 115px 0;
  margin: -50px auto 0;
}
@media (max-width: 768px) {
  .price_more_contents li.last_cont {
    padding: 100px 0;
  }
  .price_more_contents li.last_cont .button {
    height: 66px;
  }
  .price_more_contents li.last_cont .button::after {
    width: 10px;
    height: 17px;
  }
}
.price_more_contents li.last_cont p {
  color: #323C96;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .price_more_contents li.last_cont p {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.price_more_contents li .price_more_ttl {
  width: 56.7375886525%;
  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;
  margin: 0 0 8px;
}
@media (max-width: 880px) {
  .price_more_contents li .price_more_ttl {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_ttl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2px;
  }
}
.price_more_contents li .price_more_ttl .price_more_name {
  background: #323C96;
  color: #fff;
  padding: 9px 12px 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1450px) {
  .price_more_contents li .price_more_ttl .price_more_name {
    padding: 10px 12px;
  }
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_ttl .price_more_name {
    text-align: left;
    font-size: 15px;
    padding: 9px 10px 10px;
  }
}
.price_more_contents li .price_more_ttl .price_more_name span {
  display: inline-block;
}
@media (max-width: 410px) {
  .price_more_contents li .price_more_ttl .price_more_name span {
    display: block;
  }
}
.price_more_contents li .price_more_ttl .price_more_txt {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 1450px) {
  .price_more_contents li .price_more_ttl .price_more_txt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_ttl .price_more_txt {
    font-size: 14px;
  }
}
.price_more_contents li .price_more_ttl .price_more_txt span:nth-child(1) {
  font-size: 44px;
  color: #CBA135;
  padding: 0 3px 0 3px;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_ttl .price_more_txt span:nth-child(1) {
    font-size: 34px;
    padding: 0 1px 0 3px;
  }
}
.price_more_contents li .price_more_ttl .price_more_txt span:nth-child(2) {
  font-size: 20px;
  color: #CBA135;
}
@media (max-width: 1000px) {
  .price_more_contents li .price_more_ttl .price_more_txt span:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_ttl .price_more_txt span:nth-child(2) {
    font-size: 14px;
  }
}
.price_more_contents li .price_more_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.price_more_contents li .price_more_inner .price_more_doc {
  width: 56.7375886525%;
  padding: 12px 15px;
  -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;
  background: #EAEBF4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323C96;
  font-weight: 600;
  line-height: 1;
  height: 4.1em;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_doc {
    width: 100%;
    padding: 10px 10px;
    height: 4em;
  }
}
.price_more_contents li .price_more_inner .price_more_doc p {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_doc p {
    font-size: 12px;
  }
}
.price_more_contents li .price_more_inner .price_more_doc p.font_en {
  font-size: 36px;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_doc p.font_en {
    font-size: 36px;
  }
}
.price_more_contents li .price_more_inner .price_more_doc p.font_en span {
  font-family: source-han-sans-japanese;
  font-size: 16px;
}
.price_more_contents li .price_more_inner .price_more_doc p .text_gray {
  font-size: 12px;
  font-weight: 300;
  display: block;
  color: #333;
  margin: 8px 0 0;
}
.price_more_contents li .price_more_inner .price_more_list {
  width: 42.5531914894%;
  background: #F8F8F8;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .price_more_contents li .price_more_inner .price_more_list {
    padding: 8px 15px;
  }
}
@media (max-width: 900px) {
  .price_more_contents li .price_more_inner .price_more_list {
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_list {
    width: 100%;
    margin: 5px 0 8px;
  }
}
.price_more_contents li .price_more_inner .price_more_list .price_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  margin: 0 0 5px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_list .price_list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.price_more_contents li .price_more_inner .price_more_list .price_list_inner:last-child {
  margin: 0;
}
.price_more_contents li .price_more_inner .price_more_list .price_list_inner dt {
  color: #323C96;
}
.price_more_contents li .price_more_inner .price_more_list .price_list_inner dt.col_3_1 {
  width: 9em;
  text-align: left;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_list .price_list_inner dt.col_3_1 {
    width: 50%;
  }
}
.price_more_contents li .price_more_inner .price_more_list .price_list_inner dd.col_3_2 {
  width: 9em;
  text-align: right;
}
@media (max-width: 825px) {
  .price_more_contents li .price_more_inner .price_more_list .price_list_inner dd.col_3_2 {
    width: 7em;
  }
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_list .price_list_inner dd.col_3_2 {
    width: 50%;
  }
}
.price_more_contents li .price_more_inner .price_more_list .price_list_inner dd.col_3_3 {
  text-align: left;
  width: 10.5em;
  font-weight: 300;
  font-size: 10px;
}
@media (max-width: 768px) {
  .price_more_contents li .price_more_inner .price_more_list .price_list_inner dd.col_3_3 {
    width: 100%;
    text-align: right;
    margin: 5px 0;
  }
}

.price_more_swiper_nav {
  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;
  width: 370px;
  margin: 80px auto;
}
@media (max-width: 768px) {
  .price_more_swiper_nav {
    margin: 40px auto 80px;
    width: 100%;
    padding: 0 20px;
  }
}
.price_more_swiper_nav .price_more_swiper-button-next,
.price_more_swiper_nav .price_more_swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #323C96;
  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;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.price_more_swiper_nav .price_more_swiper-button-next:after,
.price_more_swiper_nav .price_more_swiper-button-prev:after {
  content: "";
  display: block;
  height: 20px;
  width: 12px;
  background-image: url(../images/Rectangle_69-2.svg);
  background-size: contain;
  margin: 0 0 0 4px;
}
.price_more_swiper_nav .price_more_swiper-button-next:hover,
.price_more_swiper_nav .price_more_swiper-button-prev:hover {
  background: #000;
}
.price_more_swiper_nav .price_more_swiper-button-next.swiper-button-disabled,
.price_more_swiper_nav .price_more_swiper-button-prev.swiper-button-disabled {
  background: rgba(50, 60, 150, 0.2);
  cursor: default;
}
.price_more_swiper_nav .price_more_swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 4px 0 0;
}
.price_more_swiper_nav .price_more_swiper_pagination {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.price_more_swiper_nav .price_more_swiper_pagination .swiper-pagination-bullet {
  background: rgba(50, 60, 150, 0.2);
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 13px;
}
.price_more_swiper_nav .price_more_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #323C96;
  cursor: default;
}
.price_more_swiper_nav .price_more_swiper_pagination .swiper-pagination-bullet:nth-child(2) {
  width: 10px;
  height: 10px;
}
.price_more_swiper_nav .price_more_swiper_pagination .swiper-pagination-bullet:nth-child(3) {
  width: 12px;
  height: 12px;
}
.price_more_swiper_nav .price_more_swiper_pagination .swiper-pagination-bullet:nth-child(4) {
  width: 14px;
  height: 14px;
}
.price_more_swiper_nav .price_more_swiper_pagination .swiper-pagination-bullet:nth-child(5) {
  width: 16px;
  height: 16px;
}

.price_attention {
  max-width: 1280px;
  width: 71%;
  font-size: 14px;
  margin: 0 auto 0;
  font-weight: 300;
  color: #333;
}
@media (max-width: 1250px) {
  .price_attention {
    width: 80%;
  }
}
.price_attention li {
  margin: 0 0 7px;
}
@media (max-width: 768px) {
  .price_attention li {
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .price_attention {
    font-size: 12px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 70px;
  }
}

.price_nav {
  margin: 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .price_nav {
    border: 2px solid #323C96;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 60px auto;
  }
}
.price_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .price_nav ul {
    display: none;
  }
}
.price_nav ul li {
  width: 19.7%;
  background: #EAEBF4;
  color: #323C96;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #EAEBF4;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  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;
}
@media (max-width: 1250px) {
  .price_nav ul li {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .price_nav ul li {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .price_nav ul li {
    font-size: 12px;
  }
}
@media (max-width: 820px) {
  .price_nav ul li {
    line-height: 1.3;
    font-size: 14px;
  }
}
.price_nav ul li br {
  display: none;
}
@media (max-width: 820px) {
  .price_nav ul li br {
    display: block;
  }
}
@media (max-width: 768px) {
  .price_nav ul li {
    width: 100%;
    background: #fff;
  }
}
.price_nav ul li.active {
  background: #323C96;
  border: 1px solid #323C96;
  color: #fff;
  cursor: default;
  -webkit-transition: none;
  transition: none;
}
.price_nav ul li.active:hover {
  background: #323C96;
}
.price_nav ul li.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 13px solid #323C96;
}
@media (max-width: 768px) {
  .price_nav ul li.active::after {
    display: none;
  }
}
.price_nav ul li:hover {
  background: #fff;
}
.price_nav ul li.select {
  display: none;
}
.price_nav ul li a {
  display: block;
  padding: 13px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .price_nav ul li a {
    font-size: 18px;
  }
}
.price_nav .price_nav_arrow {
  display: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .price_nav .price_nav_arrow {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
    background: #323C96;
    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;
  }
}
.price_nav .price_nav_arrow svg {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.price_nav .price_nav_active {
  display: block;
  color: #323C96;
  background: rgba(50, 60, 150, 0.1);
  border: none;
  font-size: 18px;
  padding: 13px 0;
  line-height: 1em;
  font-weight: bold;
  width: 100%;
}
.price_nav .price_nav_active:hover {
  background: rgba(50, 60, 150, 0.1);
}
.price_nav.click .price_nav_arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.price_note {
  background: #F8F8F8;
  width: 52.3255813953%;
  margin: 0 auto 120px;
}
@media (max-width: 1200px) {
  .price_note {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .price_note {
    width: 100%;
    margin: 0 auto 20%;
  }
}
.price_note .price_note_ttl {
  color: #000;
  line-height: 1em;
  padding: 0.9em;
  font-size: 14px;
  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-weight: bold;
}
.price_note ul {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.price_note ul li {
  background: #fff;
  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;
  width: calc(50% - 2.5px);
  font-size: 14px;
  padding: 1em;
  font-weight: bold;
}
@media (max-width: 1350px) {
  .price_note ul li {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .price_note ul li {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  .price_note ul li {
    width: 100%;
  }
}
.price_note ul li p:first-child {
  color: #323C96;
}
.price_note ul li p:nth-child(2) span {
  font-size: 12px;
}
/*# sourceMappingURL=price.css.map */