.page_intro_block .ttl_box {
  margin-top: 1.7%;
  padding-left: 10.8%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/common/price_illust01.png) no-repeat center bottom;
  background-size: contain;
  width: 218px;
  width: min(16vw, 218px);
  height: min(calc(16vw * 0.858), 187px);
  display: block;
}
.page_intro_block .annotation_txt {
  margin: 14px 0 -5px;
  padding: 0;
  text-indent: 0;
}

.sec_plan .sec_ttl {
  font-size: min(3.7vw, 47px);
  line-height: 1.3;
  margin-top: 10px;
}
.sec_plan .sec_ttl .txt_primarycolor {
  font-size: 1.21em;
}
.sec_plan .sec_ttl .size_small {
  font-size: 0.79em;
  display: inline-block;
  transform: skewX(10deg);
  position: relative;
}
.sec_plan .sec_ttl .size_small::before, .sec_plan .sec_ttl .size_small::after {
  content: "";
  width: 28px;
  height: 38px;
  position: absolute;
  top: 6px;
}
.sec_plan .sec_ttl .size_small::before {
  background: url(../img/price/side_line_left.png) no-repeat;
  background-size: contain;
  left: -48px;
}
.sec_plan .sec_ttl .size_small::after {
  background: url(../img/price/side_line_right.png) no-repeat;
  background-size: contain;
  right: -35px;
}
.sec_plan .tab_wrapper {
  margin-top: 40px;
}
.sec_plan .tab_btn {
  display: none;
}
.sec_plan .tab_list {
  gap: 0 30px;
}
.sec_plan .tab_list li {
  font-size: min(2.5vw, 30px);
  font-weight: bold;
  width: 40.625%;
}
.sec_plan .tab_list .plan_tab {
  border: 2px solid #e4e4e4;
  border-bottom: none;
  display: block;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 3% 0 3.4%;
  cursor: pointer;
}
.sec_plan .tab_list .plan_tab:hover {
  background: #d0eeff;
}
.sec_plan #tab_btn01:checked ~ .tab_list #plan_01,
.sec_plan #tab_btn02:checked ~ .tab_list #plan_02 {
  background: var(--site-primary);
  border: none;
  color: #fff;
  padding: 4.5% 0 5%;
}
.sec_plan .tab_content {
  display: none;
}
.sec_plan #tab_btn01:checked ~ .tab_content_wrapper #tab_content01,
.sec_plan #tab_btn02:checked ~ .tab_content_wrapper #tab_content02 {
  display: block;
}
.sec_plan .tab_content_wrapper {
  border: 2px solid #e4e4e4;
}
.sec_plan .tab_content_wrapper ul {
  margin: -10px 0 -5px;
}
.sec_plan .tab_content_wrapper li {
  width: 22.6%;
  max-width: 230px;
}
.sec_plan .tab_content_wrapper li .ttl {
  font-size: min(2.0vw, 22px);
  line-height: 1.5;
  text-align: center;
  margin: 14px 0 8px;
}
.sec_plan .tab_content_wrapper li p {
  padding: 0 12px;
}

.sec_price_single {
  position: relative;
  z-index: 1;
}
.sec_price_single .nav_area {
  background: #d1e8f6;
  padding: 40px 0;
}
.sec_price_single .nav_area li {
  width: 32.1%;
  margin: 0;
}
.sec_price_single .nav_area li a::after {
  top: 45%;
  transform: rotate(90deg) translate(0px, -50%);
}
.sec_price_single .cate_box {
  margin-bottom: 60px;
}
.sec_price_single #cate01.cate_box {
  margin-top: 10px;
}
.sec_price_single #cate03.cate_box {
  margin-bottom: 40px;
}
.sec_price_single .content_ttl {
  padding: 1.3% 0 1.6%;
}
.sec_price_single table {
  width: 100%;
  background: #fff;
}
.sec_price_single table th {
  font-size: 19px;
  font-weight: bold;
  background: #f5f5f5;
  text-align: center;
  width: 21.4%;
  border: 1px solid #ccc;
  padding: 17px 30px 18px;
}
.sec_price_single table td {
  line-height: 1.8;
  border: 1px solid #ccc;
  padding: 12px 30px 12px;
}
.sec_price_single table td.txt_row {
  padding: 18px 30px 18px;
}
.sec_price_single table td.txt_keycolor {
  font-size: min(2.4vw, 25px);
  font-weight: bold;
  width: 21.4%;
  padding: 12px 20px 12px;
  text-align: center;
}
.sec_price_single table td.txt_keycolor .yen {
  font-size: 0.68em;
}
.sec_price_single .note_box p {
  padding-left: 77px;
}

.sec_pack-plan {
  margin-top: 0;
}
.sec_pack-plan .ttl_underbar {
  margin-top: 10px;
}

.sec_case {
  position: relative;
  z-index: 1;
}
.sec_case .ttl_underbar {
  margin-top: 10px;
}
.sec_case .note_box {
  margin-top: 40px;
}
.sec_case .note_box p {
  padding-left: 77px;
}

.sec_purchase .ttl_underbar {
  margin-top: 10px;
}
.sec_purchase .content_box {
  background: #f5f5f5;
}
.sec_purchase .border_box {
  border-color: #e7f3fa;
  padding: 3% 5% 3.2%;
}

@media only screen and (max-width: 1024px) {
  .sec_plan .sec_ttl {
    margin: 0;
  }
  .sec_price_single #cate01.cate_box {
    margin-top: 0;
  }
  .sec_pack-plan .ttl_underbar {
    margin-top: 0;
  }
  .sec_case .ttl_underbar {
    margin-top: 0;
  }
  .sec_purchase .ttl_underbar {
    margin-top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .sec_price_single table th {
    font-size: 17px;
  }
}
@media only screen and (max-width: 568px) {
  .page_intro_block .content {
    padding-top: 0;
  }
  .page_intro_block .ttl_box {
    margin-top: 0;
    padding-left: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 125px;
    height: 107px;
    margin-left: 20px;
  }
  .sec_plan .sec_ttl {
    font-size: 27px;
    margin-left: -4px;
  }
  .sec_plan .sec_ttl .size_small {
    font-size: 0.75em;
    margin-bottom: 5px;
  }
  .sec_plan .sec_ttl .size_small::before, .sec_plan .sec_ttl .size_small::after {
    width: 16px;
    height: 21px;
    top: 2px;
  }
  .sec_plan .sec_ttl .size_small::before {
    background: url(../img/price/side_line_left_sp.png) no-repeat;
    background-size: contain;
    left: -26px;
  }
  .sec_plan .sec_ttl .size_small::after {
    background: url(../img/price/side_line_right_sp.png) no-repeat;
    background-size: contain;
    right: -21px;
  }
  .sec_plan .tab_wrapper {
    margin-top: 16px;
  }
  .sec_plan .tab_list {
    justify-content: space-between;
    gap: 0;
  }
  .sec_plan .tab_list li {
    font-size: 20px;
    width: 47.8%;
  }
  .sec_plan .tab_list .plan_tab {
    padding: 3.5% 0 4.6%;
  }
  .sec_plan #tab_btn01:checked ~ .tab_list #plan_01,
  .sec_plan #tab_btn02:checked ~ .tab_list #plan_02 {
    padding: 7% 0 8%;
  }
  .sec_plan .tab_content_wrapper ul {
    flex-wrap: wrap;
    margin: 0;
    gap: 25px 0;
  }
  .sec_plan .tab_content_wrapper li {
    width: 47.4%;
  }
  .sec_plan .tab_content_wrapper li .ttl {
    font-size: 17px;
    padding: 0 0;
    margin: 10px 0 5px;
  }
  .sec_plan .tab_content_wrapper li p {
    font-size: 14px;
    padding: 0 10px;
  }
  .sec_price_single .nav_area {
    padding: 30px 0;
  }
  .sec_price_single .nav_area li {
    width: 31.5%;
  }
  .sec_price_single .nav_area li a {
    padding: 14px 0 36px;
  }
  .sec_price_single .nav_area li a::after {
    top: initial;
    bottom: 5px;
    left: 45%;
    right: initial;
    transform: rotate(90deg) translateX(-50%);
  }
  .sec_price_single .cate_box {
    margin: 0 0 35px;
  }
  .sec_price_single .cate_box .content_ttl {
    margin: 0 -5.3vw 20px;
    font-size: 23px;
    padding: 3% 0 3.5%;
  }
  .sec_price_single .cate_box table {
    border: 1px solid #ccc;
  }
  .sec_price_single .cate_box table th {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 19px;
    padding: 9px 0 9px;
  }
  .sec_price_single .cate_box table td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 13px 20px 13px;
  }
  .sec_price_single .cate_box table td.txt_keycolor {
    width: 100%;
    font-size: 23px;
    padding: 5px 20px 7px;
  }
  .sec_price_single .cate_box table td.txt_keycolor .yen {
    font-size: 15px;
  }
  .sec_price_single .cate_box table td.txt_row {
    padding: 11px 20px 11px;
  }
  .sec_price_single .cate_box table tr:last-of-type td.txt_keycolor {
    border: none;
  }
  .sec_price_single #cate03.cate_box {
    margin-bottom: 0;
  }
  .sec_price_single .note_box {
    margin-top: 25px;
  }
  .sec_price_single .note_box p {
    padding-left: 0;
  }
  .sec_pack-plan {
    padding-bottom: 40px;
  }
  .sec_pack-plan.bg_sankaku_right::before {
    content: none;
  }
  .sec_case.bg_sankaku_left::after {
    content: "";
  }
  .sec_case .note_box {
    margin: 25px 5.3vw 0;
  }
  .sec_case .note_box p {
    padding-left: 0;
  }
  .sec_purchase.bg_sankaku_right::before {
    content: none;
  }
  .sec_purchase .border_box {
    margin: 35px 0 0;
    border: 4px solid #e7f3fa;
    padding: 16px 20px 16px;
  }
}/*# sourceMappingURL=price.css.map */