@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/price/price_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/price/price_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.lead_sec .sec_text {
  margin-bottom: 90px;
}
.lead_sec .first_box {
  margin: 0 auto 145px;
}
.lead_sec .first_box .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.lead_sec .first_box .item {
  width: 475px;
  max-width: 48%;
  background-color: #F2F2F2;
  padding: 40px;
  box-sizing: border-box;
}
.lead_sec .first_box .item:nth-of-type(1) {
  background-color: rgba(170, 210, 210, 0.3);
}
.lead_sec .first_box .item:nth-of-type(1) .item_title {
  color: #3B639A;
  border-bottom: 1px dashed #3B639A;
}
.lead_sec .first_box .item_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #A67E34;
  padding-bottom: 15px;
  border-bottom: 1px dashed #A67E34;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.lead_sec .second_box .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 60px;
  border-bottom: 1px solid #444444;
}
.lead_sec .second_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 45px;
  width: 895px;
  margin: 0 auto 70px;
}
.lead_sec .second_box .gridbox .about_btn {
  padding: 0;
}
.lead_sec .second_box .gridbox .about_btn .btn_img {
  height: 60px;
}
.lead_sec .second_box .gridbox .about_btn .btn_text {
  border: 1px solid #3B639A;
  width: 260px;
  height: 102px;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.lead_sec .second_box .gridbox .about_btn .btn_text::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background: url(/images/price/yajirushi.webp) center/contain no-repeat;
}
.lead_sec .second_box .gridbox .about_btn::before {
  display: none;
}
.lead_sec .link_box .flexbox {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.lead_sec .link_box .flexbox .about_btn p {
  font-size: 18px;
  color: #A67E34;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.lead_sec .link_box .flexbox .about_btn::before {
  width: 30px;
  height: 30px;
  background: url(/images/price/gold.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin-bottom: 13.8vw;
  }
  .lead_sec .first_box {
    margin: 0 auto 15vw;
  }
  .lead_sec .first_box .list {
    display: block;
  }
  .lead_sec .first_box .item {
    width: 100%;
    max-width: 100%;
    padding: 5vw;
  }
  .lead_sec .first_box .item:nth-of-type(1) {
    margin-bottom: 5vw;
  }
  .lead_sec .first_box .item_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .lead_sec .first_box .item_text {
    font-size: 4vw;
  }
  .lead_sec .second_box .box_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .lead_sec .second_box .gridbox {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    row-gap: 5vw;
    width: 100%;
    margin: 0 auto 5vw;
  }
  .lead_sec .second_box .gridbox .about_btn {
    padding: 0;
  }
  .lead_sec .second_box .gridbox .about_btn .btn_img {
    height: 16vw;
    width: 14.7vw;
  }
  .lead_sec .second_box .gridbox .about_btn .btn_text {
    border: 1px solid #3B639A;
    width: 40vw;
    font-size: 4vw;
    height: 20vw;
    padding-right: 3vw;
  }
  .lead_sec .second_box .gridbox .about_btn .btn_text::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 6px;
    background: url(/images/price/yajirushi.webp) center/contain no-repeat;
  }
  .lead_sec .second_box .gridbox .about_btn::before {
    display: none;
  }
  .lead_sec .link_box .flexbox {
    display: block;
  }
  .lead_sec .link_box .flexbox .about_btn {
    width: 63.3vw;
  }
  .lead_sec .link_box .flexbox .about_btn p {
    font-size: 4vw;
  }
  .lead_sec .link_box .flexbox .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
}

.sec01, .add04 {
  margin-bottom: 100px;
}
.sec01 .price_box .box_header, .add04 .price_box .box_header {
  margin-bottom: 20px;
}
.sec01 .price_box .box_header .box_title, .add04 .price_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  padding-left: 1em;
}
.sec01 .price_box .dlist, .add04 .price_box .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.sec01 .price_box .dlist .row, .add04 .price_box .dlist .row {
  display: flex;
  border: 1px solid #3B639A;
}
.sec01 .price_box .dlist .row:nth-of-type(1), .add04 .price_box .dlist .row:nth-of-type(1) {
  border-bottom: 0px solid #3B639A;
}
.sec01 .price_box .dlist .menu, .add04 .price_box .dlist .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 30px;
  box-sizing: border-box;
  font-size: 21px;
  text-align: center;
  color: #3B639A;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec01 .price_box .dlist .text, .add04 .price_box .dlist .text {
  width: 55%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
  line-height: 1.7;
}
.sec01 .price_box .dlist .price, .add04 .price_box .dlist .price {
  width: 27%;
  padding: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B639A;
  line-height: 2;
}
.sec01 .price_box .about_btn, .add04 .price_box .about_btn {
  margin: 0 auto;
  position: relative;
}
.sec01 .price_box .about_btn p, .add04 .price_box .about_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
}
.sec01 .price_box .about_btn::before, .add04 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/ortho_i.webp) center/contain no-repeat;
}
.sec01 .price_box .about_btn::after, .add04 .price_box .about_btn::after {
  content: "＞";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  top: initial;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec01, .add04 {
    margin-bottom: 13.8vw;
  }
  .sec01 .price_box .box_header, .add04 .price_box .box_header {
    margin-bottom: 20px;
  }
  .sec01 .price_box .box_header .box_title, .add04 .price_box .box_header .box_title {
    font-size: 24px;
  }
  .sec01 .price_box .dlist, .add04 .price_box .dlist {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  .sec01 .price_box .dlist .row, .add04 .price_box .dlist .row {
    display: block;
    border: 1px solid #3B639A;
    margin-bottom: 5vw;
  }
  .sec01 .price_box .dlist .row:nth-of-type(1), .add04 .price_box .dlist .row:nth-of-type(1) {
    border-bottom: 1px solid #3B639A;
  }
  .sec01 .price_box .dlist .menu, .add04 .price_box .dlist .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 4.8vw;
    text-align: center;
    color: #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .sec01 .price_box .dlist .text, .add04 .price_box .dlist .text {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border-right: 0px solid #3B639A;
    border-left: 0px solid #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .sec01 .price_box .dlist .price, .add04 .price_box .dlist .price {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3B639A;
    line-height: 2;
  }
  .sec01 .price_box .about_btn, .add04 .price_box .about_btn {
    margin: 0 auto;
    position: relative;
    padding: 4vw 8vw 4vw 4vw;
  }
  .sec01 .price_box .about_btn p, .add04 .price_box .about_btn p {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .sec01 .price_box .about_btn::before, .add04 .price_box .about_btn::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: -10vw;
    top: initial;
    right: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec01 .price_box .about_btn::after, .add04 .price_box .about_btn::after {
    content: "＞";
    position: absolute;
    font-size: 3vw;
    font-weight: bold;
    right: 0;
    top: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.add04 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/perio_i.png) center/contain no-repeat;
}

.sec02, .add02 {
  margin-bottom: 100px;
}
.sec02 .price_box .box_header, .add02 .price_box .box_header {
  margin-bottom: 20px;
}
.sec02 .price_box .box_header .box_title, .add02 .price_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  padding-left: 1em;
}
.sec02 .price_box .dlist, .add02 .price_box .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.sec02 .price_box .dlist .row, .add02 .price_box .dlist .row {
  display: flex;
  border: 1px solid #3B639A;
}
.sec02 .price_box .dlist .row:nth-of-type(1), .sec02 .price_box .dlist .row:nth-of-type(2), .sec02 .price_box .dlist .row:nth-of-type(3), .sec02 .price_box .dlist .row:nth-of-type(4), .sec02 .price_box .dlist .row:nth-of-type(5), .add02 .price_box .dlist .row:nth-of-type(1), .add02 .price_box .dlist .row:nth-of-type(2), .add02 .price_box .dlist .row:nth-of-type(3), .add02 .price_box .dlist .row:nth-of-type(4), .add02 .price_box .dlist .row:nth-of-type(5) {
  border-bottom: 0px solid #3B639A;
}
.sec02 .price_box .dlist .menu, .add02 .price_box .dlist .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 25px 10px;
  box-sizing: border-box;
  font-size: 21px;
  text-align: center;
  color: #3B639A;
}
.sec02 .price_box .dlist .text, .add02 .price_box .dlist .text {
  width: 55%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
.sec02 .price_box .dlist .price, .add02 .price_box .dlist .price {
  width: 27%;
  padding: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #3B639A;
  line-height: 2;
  flex-direction: column;
}
.sec02 .price_box .dlist .price .bold, .add02 .price_box .dlist .price .bold {
  font-weight: bold;
  text-align: left;
  color: #3B639A;
}
.sec02 .price_box .dlist .price .top_price, .add02 .price_box .dlist .price .top_price {
  margin-bottom: 20px;
  color: #3B639A;
}
.sec02 .price_box .about_btn, .add02 .price_box .about_btn {
  margin: 0 auto;
  position: relative;
}
.sec02 .price_box .about_btn p, .add02 .price_box .about_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
}
.sec02 .price_box .about_btn::before, .add02 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/inlay_i.webp) center/contain no-repeat;
}
.sec02 .price_box .about_btn::after, .add02 .price_box .about_btn::after {
  content: "＞";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  top: initial;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec02, .add02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .price_box .box_header, .add02 .price_box .box_header {
    margin-bottom: 20px;
  }
  .sec02 .price_box .box_header .box_title, .add02 .price_box .box_header .box_title {
    font-size: 24px;
  }
  .sec02 .price_box .dlist, .add02 .price_box .dlist {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  .sec02 .price_box .dlist .row, .add02 .price_box .dlist .row {
    display: block;
    border: 1px solid #3B639A;
    margin-bottom: 5vw;
  }
  .sec02 .price_box .dlist .row:nth-of-type(1), .sec02 .price_box .dlist .row:nth-of-type(2), .sec02 .price_box .dlist .row:nth-of-type(3), .sec02 .price_box .dlist .row:nth-of-type(4), .sec02 .price_box .dlist .row:nth-of-type(5), .add02 .price_box .dlist .row:nth-of-type(1), .add02 .price_box .dlist .row:nth-of-type(2), .add02 .price_box .dlist .row:nth-of-type(3), .add02 .price_box .dlist .row:nth-of-type(4), .add02 .price_box .dlist .row:nth-of-type(5) {
    border-bottom: 1px solid #3B639A;
  }
  .sec02 .price_box .dlist .menu, .add02 .price_box .dlist .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 4.8vw;
    text-align: center;
    color: #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .sec02 .price_box .dlist .text, .add02 .price_box .dlist .text {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border-right: 0px solid #3B639A;
    border-left: 0px solid #3B639A;
    border-bottom: 1px solid #3B639A;
    line-height: 1.7;
  }
  .sec02 .price_box .dlist .price, .add02 .price_box .dlist .price {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3B639A;
    line-height: 2;
    text-align: center;
  }
  .sec02 .price_box .dlist .price .top_price, .add02 .price_box .dlist .price .top_price {
    margin-bottom: 3vw;
    font-size: 4vw;
    text-align: center;
  }
  .sec02 .price_box .about_btn, .add02 .price_box .about_btn {
    margin: 0 auto;
    position: relative;
    padding: 4vw 8vw 4vw 4vw;
  }
  .sec02 .price_box .about_btn p, .add02 .price_box .about_btn p {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .sec02 .price_box .about_btn::before, .add02 .price_box .about_btn::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: -10vw;
    top: initial;
    right: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec02 .price_box .about_btn::after, .add02 .price_box .about_btn::after {
    content: "＞";
    position: absolute;
    font-size: 3vw;
    font-weight: bold;
    right: 0;
    top: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.add02 .price_box .dlist .row:nth-of-type(5) {
  border-bottom: 1px solid #3B639A;
}
.add02 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/root_i.png) center/contain no-repeat;
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .price_box .box_header {
  margin-bottom: 20px;
}
.sec03 .price_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  padding-left: 1em;
}
.sec03 .price_box .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.sec03 .price_box .dlist .row {
  display: flex;
  border: 1px solid #3B639A;
}
.sec03 .price_box .dlist .row:nth-of-type(1), .sec03 .price_box .dlist .row:nth-of-type(2) {
  border-bottom: 0px solid #3B639A;
}
.sec03 .price_box .dlist .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 30px;
  box-sizing: border-box;
  font-size: 21px;
  text-align: center;
  color: #3B639A;
}
.sec03 .price_box .dlist .text {
  width: 55%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
  line-height: 1.7;
}
.sec03 .price_box .dlist .price {
  width: 27%;
  padding: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #3B639A;
  flex-direction: column;
  line-height: 2;
}
.sec03 .price_box .dlist .price p {
  color: #3B639A;
}
.sec03 .price_box .about_btn {
  margin: 0 auto;
  position: relative;
}
.sec03 .price_box .about_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
}
.sec03 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/denture_i.webp) center/contain no-repeat;
}
.sec03 .price_box .about_btn::after {
  content: "＞";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  top: initial;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .price_box .box_header {
    margin-bottom: 20px;
  }
  .sec03 .price_box .box_header .box_title {
    font-size: 24px;
  }
  .sec03 .price_box .dlist {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  .sec03 .price_box .dlist .row {
    display: block;
    border: 1px solid #3B639A;
    margin-bottom: 5vw;
  }
  .sec03 .price_box .dlist .row:nth-of-type(1), .sec03 .price_box .dlist .row:nth-of-type(2) {
    border-bottom: 1px solid #3B639A;
  }
  .sec03 .price_box .dlist .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 4.8vw;
    text-align: center;
    color: #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .sec03 .price_box .dlist .text {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border-right: 0px solid #3B639A;
    border-left: 0px solid #3B639A;
    border-bottom: 1px solid #3B639A;
    line-height: 1.7;
  }
  .sec03 .price_box .dlist .price {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3B639A;
    line-height: 2;
  }
  .sec03 .price_box .about_btn {
    margin: 0 auto;
    position: relative;
    padding: 4vw 8vw 4vw 4vw;
  }
  .sec03 .price_box .about_btn p {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .sec03 .price_box .about_btn::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: -10vw;
    top: initial;
    right: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec03 .price_box .about_btn::after {
    content: "＞";
    position: absolute;
    font-size: 3vw;
    font-weight: bold;
    right: 0;
    top: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .price_box .box_header {
  margin-bottom: 20px;
}
.sec04 .price_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  padding-left: 1em;
}
.sec04 .price_box .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.sec04 .price_box .dlist .row {
  display: flex;
  border: 1px solid #3B639A;
}
.sec04 .price_box .dlist .row:nth-of-type(1) {
  border-bottom: 0px solid #3B639A;
}
.sec04 .price_box .dlist .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 30px;
  box-sizing: border-box;
  font-size: 21px;
  text-align: center;
  color: #3B639A;
}
.sec04 .price_box .dlist .text {
  width: 55%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
.sec04 .price_box .dlist .price {
  width: 27%;
  padding: 30px 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B639A;
  line-height: 2;
  flex-direction: column;
}
.sec04 .price_box .dlist .price .top_price {
  margin-bottom: 20px;
  color: #3B639A;
}
.sec04 .price_box .dlist .price .bluebox {
  background-color: rgba(85, 168, 171, 0.1);
  padding: 10px 15px;
  text-align: right;
}
.sec04 .price_box .dlist .price .bluebox .blue_title {
  text-align: center;
  border-bottom: 0.5px solid #3b639a;
  margin-bottom: 10px;
}
.sec04 .price_box .dlist .price .bluebox .blue_text {
  color: #3B639A;
  margin-bottom: 5px;
}
.sec04 .price_box .dlist .price .bluebox .blue_text .bold {
  font-weight: bold;
}
.sec04 .price_box .dlist .price .bluebox .blue_text:last-of-type {
  margin-bottom: 0;
}
.sec04 .price_box .about_btn {
  margin: 0 auto;
  position: relative;
}
.sec04 .price_box .about_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
}
.sec04 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/implant_i.webp) center/contain no-repeat;
}
.sec04 .price_box .about_btn::after {
  content: "＞";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  top: initial;
  bottom: 50%;
  transform: translateY(50%);
}
.sec04 .price_box .bottom_box .option_title {
  font-size: 21px;
  color: #3B639A;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 55px;
}
.sec04 .price_box .bottom_box .option_title::before {
  content: "■";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.sec04 .price_box .bottom_box .jika {
  margin-bottom: 10px;
}
.sec04 .price_box .bottom_box .option_subtitle {
  font-size: 13px;
  margin-bottom: 55px;
}
.sec04 .price_box .bottom_box .box {
  display: flex;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3B639A;
}
.sec04 .price_box .bottom_box .textbox {
  width: 49%;
}
.sec04 .price_box .bottom_box .textbox .box_title {
  font-size: 21px;
  color: #3B639A;
  margin-bottom: 20px;
}
.sec04 .price_box .bottom_box .box_price {
  color: #3B639A;
  width: 49%;
  text-align: right;
  letter-spacing: 0.1em;
}
.sec04 .price_box .bottom_box .flexbox {
  justify-content: flex-end;
  -moz-column-gap: 110px;
       column-gap: 110px;
  padding-left: 30px;
  align-items: center;
}
.sec04 .price_box .bottom_box .flexbox .left_price {
  color: #3B639A;
  font-weight: bold;
  width: 40%;
}
.sec04 .price_box .bottom_box .flexbox .right_price {
  color: #3B639A;
  margin-bottom: 10px;
  width: 30%;
}
.sec04 .price_box .bottom_box .small_box {
  width: 19%;
}
.sec04 .price_box .bottom_box .big_box {
  width: 79%;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .price_box .box_header {
    margin-bottom: 20px;
  }
  .sec04 .price_box .box_header .box_title {
    font-size: 24px;
  }
  .sec04 .price_box .dlist {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  .sec04 .price_box .dlist .row {
    display: block;
    border: 1px solid #3B639A;
    margin-bottom: 5vw;
  }
  .sec04 .price_box .dlist .row:nth-of-type(1) {
    border-bottom: 1px solid #3B639A;
  }
  .sec04 .price_box .dlist .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 4.8vw;
    text-align: center;
    color: #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .sec04 .price_box .dlist .text {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border-right: 0px solid #3B639A;
    border-left: 0px solid #3B639A;
    border-bottom: 1px solid #3B639A;
    line-height: 1.7;
  }
  .sec04 .price_box .dlist .price {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3B639A;
    line-height: 2;
  }
  .sec04 .price_box .dlist .price .top_price {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .sec04 .price_box .dlist .price .bluebox {
    margin-bottom: 3vw;
    padding: 3vw;
    width: 80%;
  }
  .sec04 .price_box .dlist .price .bluebox .blue_text {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .sec04 .price_box .about_btn {
    margin: 0 auto;
    position: relative;
    padding: 4vw 8vw 4vw 4vw;
  }
  .sec04 .price_box .about_btn p {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .sec04 .price_box .about_btn::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: -10vw;
    top: initial;
    right: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec04 .price_box .about_btn::after {
    content: "＞";
    position: absolute;
    font-size: 3vw;
    font-weight: bold;
    right: 0;
    top: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec04 .price_box .bottom_box .option_title {
    font-size: 4.5vw;
    color: #3B639A;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 5vw;
  }
  .sec04 .price_box .bottom_box .option_title::before {
    content: "■";
    position: absolute;
    width: 4.5vw;
    height: 4.5vw;
    left: 0;
    bottom: 50%;
    transform: translateY(35%);
  }
  .sec04 .price_box .bottom_box .jika {
    margin-bottom: 10px;
  }
  .sec04 .price_box .bottom_box .option_subtitle {
    font-size: 3.8vw;
    margin-bottom: 5vw;
  }
  .sec04 .price_box .bottom_box .box {
    display: flex;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border-bottom: 1px solid #3B639A;
  }
  .sec04 .price_box .bottom_box .textbox {
    width: 100%;
  }
  .sec04 .price_box .bottom_box .textbox .box_title {
    font-size: 4.5vw;
    color: #3B639A;
    margin-bottom: -7vw;
  }
  .sec04 .price_box .bottom_box .textbox .box_text {
    font-size: 4vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .sec04 .price_box .bottom_box .textbox .hone, .sec04 .price_box .bottom_box .textbox .niji {
    margin-bottom: 3vw;
  }
  .sec04 .price_box .bottom_box .box_price {
    color: #3B639A;
    width: 100%;
    text-align: right;
  }
  .sec04 .price_box .bottom_box .flexbox {
    justify-content: flex-start;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    padding-left: 0;
    align-items: center;
  }
  .sec04 .price_box .bottom_box .flexbox .left_price {
    color: #3B639A;
    font-weight: bold;
    width: 100%;
  }
  .sec04 .price_box .bottom_box .flexbox .hone_left {
    width: 39%;
  }
  .sec04 .price_box .bottom_box .flexbox .right_price {
    color: #3B639A;
    margin-bottom: 0;
    width: 60%;
  }
  .sec04 .price_box .bottom_box .flexbox:not(:last-of-type) {
    margin-bottom: 2vw;
  }
  .sec04 .price_box .bottom_box .small_box {
    width: 100%;
  }
  .sec04 .price_box .bottom_box .big_box {
    width: 79%;
  }
}

.sec05, .add01, .add03 {
  margin-bottom: 100px;
}
.sec05 .price_box .box_header, .add01 .price_box .box_header, .add03 .price_box .box_header {
  margin-bottom: 20px;
}
.sec05 .price_box .box_header .box_title, .add01 .price_box .box_header .box_title, .add03 .price_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  padding-left: 1em;
}
.sec05 .price_box .dlist, .add01 .price_box .dlist, .add03 .price_box .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.sec05 .price_box .dlist .row, .add01 .price_box .dlist .row, .add03 .price_box .dlist .row {
  display: flex;
  border: 1px solid #3B639A;
}
.sec05 .price_box .dlist .row:nth-of-type(1), .add01 .price_box .dlist .row:nth-of-type(1), .add03 .price_box .dlist .row:nth-of-type(1) {
  border-bottom: 1px solid #3B639A;
}
.sec05 .price_box .dlist .menu, .add01 .price_box .dlist .menu, .add03 .price_box .dlist .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 25px;
  box-sizing: border-box;
  font-size: 21px;
  text-align: center;
  color: #3B639A;
  flex-direction: column;
}
.sec05 .price_box .dlist .subtitle, .add01 .price_box .dlist .subtitle, .add03 .price_box .dlist .subtitle {
  font-size: 14px;
}
.sec05 .price_box .dlist .text, .add01 .price_box .dlist .text, .add03 .price_box .dlist .text {
  width: 55%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
  line-height: 1.7;
}
.sec05 .price_box .dlist .price, .add01 .price_box .dlist .price, .add03 .price_box .dlist .price {
  width: 27%;
  padding: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B639A;
  line-height: 2;
}
.sec05 .price_box .about_btn, .add01 .price_box .about_btn, .add03 .price_box .about_btn {
  margin: 0 auto;
  position: relative;
}
.sec05 .price_box .about_btn p, .add01 .price_box .about_btn p, .add03 .price_box .about_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
}
.sec05 .price_box .about_btn::before, .add01 .price_box .about_btn::before, .add03 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/whitening_i.webp) center/contain no-repeat;
}
.sec05 .price_box .about_btn::after, .add01 .price_box .about_btn::after, .add03 .price_box .about_btn::after {
  content: "＞";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  top: initial;
  bottom: 50%;
  transform: translateY(50%);
}
.sec05 .home_whitening, .add01 .home_whitening, .add03 .home_whitening {
  margin-bottom: 100px;
}
.sec05 .w_title, .add01 .w_title, .add03 .w_title {
  font-size: 21px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #3B639A;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sec05 .w_subtitle, .add01 .w_subtitle, .add03 .w_subtitle {
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec05, .add01, .add03 {
    margin-bottom: 13.8vw;
  }
  .sec05 .price_box .box_header, .add01 .price_box .box_header, .add03 .price_box .box_header {
    margin-bottom: 20px;
  }
  .sec05 .price_box .box_header .box_title, .add01 .price_box .box_header .box_title, .add03 .price_box .box_header .box_title {
    font-size: 24px;
  }
  .sec05 .price_box .dlist, .add01 .price_box .dlist, .add03 .price_box .dlist {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  .sec05 .price_box .dlist .subtitle, .add01 .price_box .dlist .subtitle, .add03 .price_box .dlist .subtitle {
    font-size: 3.8vw;
  }
  .sec05 .price_box .dlist .row, .add01 .price_box .dlist .row, .add03 .price_box .dlist .row {
    display: block;
    border: 1px solid #3B639A;
    margin-bottom: 5vw;
  }
  .sec05 .price_box .dlist .row:nth-of-type(1), .add01 .price_box .dlist .row:nth-of-type(1), .add03 .price_box .dlist .row:nth-of-type(1) {
    border-bottom: 1px solid #3B639A;
  }
  .sec05 .price_box .dlist .menu, .add01 .price_box .dlist .menu, .add03 .price_box .dlist .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 4.8vw;
    text-align: center;
    color: #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .sec05 .price_box .dlist .text, .add01 .price_box .dlist .text, .add03 .price_box .dlist .text {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border-right: 0px solid #3B639A;
    border-left: 0px solid #3B639A;
    border-bottom: 1px solid #3B639A;
    line-height: 1.7;
  }
  .sec05 .price_box .dlist .price, .add01 .price_box .dlist .price, .add03 .price_box .dlist .price {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3B639A;
    line-height: 2;
  }
  .sec05 .price_box .about_btn, .add01 .price_box .about_btn, .add03 .price_box .about_btn {
    margin: 0 auto;
    position: relative;
    padding: 4vw 8vw 4vw 4vw;
  }
  .sec05 .price_box .about_btn p, .add01 .price_box .about_btn p, .add03 .price_box .about_btn p {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .sec05 .price_box .about_btn::before, .add01 .price_box .about_btn::before, .add03 .price_box .about_btn::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: -10vw;
    top: initial;
    right: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec05 .price_box .about_btn::after, .add01 .price_box .about_btn::after, .add03 .price_box .about_btn::after {
    content: "＞";
    position: absolute;
    font-size: 3vw;
    font-weight: bold;
    right: 0;
    top: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec05 .home_whitening, .add01 .home_whitening, .add03 .home_whitening {
    margin-bottom: 10vw;
  }
  .sec05 .w_title, .add01 .w_title, .add03 .w_title {
    font-size: 4.5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    text-align: center;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    border-bottom: 1px dashed #3B639A;
    letter-spacing: 0.1em;
  }
  .sec05 .w_subtitle, .add01 .w_subtitle, .add03 .w_subtitle {
    letter-spacing: 0.1em;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-weight: bold;
    font-size: 4vw;
  }
}

.add03 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/ishoku_i.png) center/contain no-repeat;
}

.sec06 {
  margin-bottom: 100px;
}
.sec06 .price_box .box_header {
  margin-bottom: 20px;
}
.sec06 .price_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  padding-left: 1em;
}
.sec06 .price_box .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.sec06 .price_box .dlist .row {
  display: flex;
  border: 1px solid #3B639A;
}
.sec06 .price_box .dlist .row:nth-of-type(1) {
  border-bottom: 0px solid #3B639A;
}
.sec06 .price_box .dlist .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 30px;
  box-sizing: border-box;
  font-size: 21px;
  text-align: center;
  color: #3B639A;
}
.sec06 .price_box .dlist .text {
  width: 55%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
  line-height: 1.7;
}
.sec06 .price_box .dlist .price {
  width: 27%;
  padding: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B639A;
  line-height: 2;
}
.sec06 .price_box .about_btn {
  margin: 0 auto;
  position: relative;
}
.sec06 .price_box .about_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
}
.sec06 .price_box .about_btn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -40px;
  top: initial;
  right: initial;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/price/inlay_i.webp) center/contain no-repeat;
}
.sec06 .price_box .about_btn::after {
  content: "＞";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  top: initial;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .price_box .box_header {
    margin-bottom: 20px;
  }
  .sec06 .price_box .box_header .box_title {
    font-size: 24px;
  }
  .sec06 .price_box .dlist {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  .sec06 .price_box .dlist .row {
    display: block;
    border: 1px solid #3B639A;
    margin-bottom: 5vw;
  }
  .sec06 .price_box .dlist .row:nth-of-type(1) {
    border-bottom: 1px solid #3B639A;
  }
  .sec06 .price_box .dlist .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 4.8vw;
    text-align: center;
    color: #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .sec06 .price_box .dlist .text {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border-right: 0px solid #3B639A;
    border-left: 0px solid #3B639A;
    border-bottom: 1px solid #3B639A;
    line-height: 1.7;
  }
  .sec06 .price_box .dlist .price {
    width: 100%;
    padding: 3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3B639A;
    line-height: 2;
  }
  .sec06 .price_box .about_btn {
    margin: 0 auto;
    position: relative;
    padding: 4vw 8vw 4vw 4vw;
  }
  .sec06 .price_box .about_btn p {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .sec06 .price_box .about_btn::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: -10vw;
    top: initial;
    right: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec06 .price_box .about_btn::after {
    content: "＞";
    position: absolute;
    font-size: 3vw;
    font-weight: bold;
    right: 0;
    top: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.sec07 {
  margin-bottom: 100px;
}
.sec07 .textbox {
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
}
.sec07 .imagebox {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-bottom: 13.8vw;
  }
  .sec07 .textbox {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 10vw;
  }
  .sec07 .imagebox {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    justify-content: center;
  }
}

.sec08 {
  margin-bottom: 100px;
}
.sec08 .lead_text {
  width: 912px;
  max-width: 100%;
  font-size: 18px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 80px;
}
.sec08 .upper_box {
  width: 864px;
  max-width: 100%;
  background-color: #F2F2F2;
  padding: 35px 30px 50px;
  margin: 0 auto 20px;
}
.sec08 .upper_box .box_title {
  color: #3B639A;
  text-align: center;
  font-size: 21px;
  margin-bottom: 25px;
}
.sec08 .upper_box .stn_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}
.sec08 .upper_box .stn_text .blue {
  color: #3B639A;
  font-weight: bold;
}
.sec08 .upper_box .stn_text .gold {
  font-weight: bold;
  color: #A67E34;
}
.sec08 .upper_box .stn_text .small_text {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.sec08 .info_text {
  width: 903px;
  max-width: 100%;
  padding-left: 1em;
  text-indent: -1.2em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 auto 70px;
}
.sec08 .about_btn {
  border-bottom: 1px dashed #3B639A;
  color: #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec08 .about_btn p {
  color: #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec08 .about_btn::before {
  content: "＞";
  background: none;
  width: initial;
  height: initial;
}
@media screen and (max-width: 768px) {
  .sec08 .lead_text {
    width: 100%;
    max-width: 100%;
    font-size: 4vw;
    margin: 0 auto;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 10vw;
  }
  .sec08 .upper_box {
    width: 88%;
    max-width: 100%;
    background-color: #F2F2F2;
    padding: 5.5vw;
    margin: 0 auto 4.2vw;
  }
  .sec08 .upper_box .box_title {
    color: #3B639A;
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .sec08 .upper_box .stn_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 5vw;
  }
  .sec08 .upper_box .small_text {
    font-size: 3.4vw;
    letter-spacing: 0.1em;
  }
  .sec08 .info_text {
    width: 88%;
    max-width: 100%;
    padding-left: 1em;
    text-indent: -1.2em;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: 4vw;
    margin: 0 auto 10vw;
  }
  .sec08 .about_btn {
    border-bottom: 1px dashed #3B639A;
    color: #3B639A;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .sec08 .about_btn p {
    color: #3B639A;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .sec08 .about_btn::before {
    content: "＞";
    font-size: 4vw;
    background: none;
  }
}/*# sourceMappingURL=price03.css.map */