@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/denture/denture_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/denture/denture_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 .goldcheckbox {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .lead_sec .goldcheckbox {
    margin-top: 5vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point_header .point_title {
    font-feature-settings: "palt";
    font-size: 4.5vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .textbox {
  width: 500px;
  height: 284px;
  border: 1px solid #3B639A;
  padding: 40px 10px 45px;
}
.sec02 .textbox .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  padding-left: 2em;
  position: relative;
  border-bottom: 1px dashed #3B639A;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.sec02 .textbox .box_text {
  width: 90%;
  margin: 0 auto;
}
.sec02 .textbox:nth-of-type(1) {
  margin-right: 50px;
}
.sec02 .bubun::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 75px;
  left: 92px;
  bottom: 0;
  background: url(/images/denture/sec02_1.webp) center/contain no-repeat;
}
.sec02 .sou::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 75px;
  left: 92px;
  bottom: 0;
  background: url(/images/denture/sec02_2.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .flexbox {
    flex-wrap: wrap;
  }
  .sec02 .textbox {
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .sec02 .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
    padding-bottom: 5vw;
  }
  .sec02 .textbox .box_text {
    width: 90%;
    margin: 0 auto;
  }
  .sec02 .textbox:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 5vw;
  }
  .sec02 .bubun::before {
    content: "";
    position: absolute;
    width: 25vw;
    height: 23vw;
    left: 6vw;
    bottom: -3vw;
  }
  .sec02 .sou::before {
    content: "";
    position: absolute;
    width: 25vw;
    height: 23vw;
    left: 6vw;
    bottom: -3vw;
    background: url(/images/denture/sec02_2.webp) center/contain no-repeat;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .sec_body {
  padding: 0 30px;
}
.sec03 .box:not(:nth-of-type(4)) {
  padding-bottom: 65px;
  margin-bottom: 55px;
  border-bottom: 1px solid #3B639A;
}
.sec03 .flexbox {
  align-items: flex-start;
  margin-bottom: 50px;
}
.sec03 .flexbox .imagebox {
  width: 37.7%;
}
.sec03 .flexbox .textbox {
  width: 80%;
  margin-right: 80px;
}
.sec03 .flexbox .textbox .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  margin-left: 2em;
  margin-bottom: 45px;
  position: relative;
}
.sec03 .flexbox .textbox .box_title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 33px;
  left: -50px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/denture/sec03_icon.webp) center/contain no-repeat;
}
.sec03 .flexbox:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_body {
    padding: 0;
  }
  .sec03 .box:not(:nth-of-type(4)) {
    padding-bottom: 10vw;
    margin-bottom: 10vw;
    border-bottom: 1px solid #3B639A;
  }
  .sec03 .flexbox {
    display: block;
    margin-bottom: 5vw;
  }
  .sec03 .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .flexbox .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec03 .flexbox .textbox .box_title {
    font-size: 4.7vw;
    margin-bottom: 5vw;
    margin-left: 3em;
    font-feature-settings: "palt";
  }
  .sec03 .flexbox .textbox .box_title::before {
    content: "";
    position: absolute;
    width: 11vw;
    height: 10vw;
    left: -14vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/denture/sec03_icon.webp) center/contain no-repeat;
  }
  .sec03 .flexbox:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .flexbox {
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec04 .flexbox .imagebox {
  width: 68.5%;
}
.sec04 .flexbox .textbox {
  margin-right: 35px;
  width: 80%;
}
.sec04 .about_btn {
  color: #444444;
}
.sec04 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    display: block;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec04 .flexbox .imagebox {
    width: 100%;
  }
  .sec04 .flexbox .textbox {
    margin-right: initial;
    width: 100%;
  }
  .sec04 .about_btn {
    color: #444444;
  }
  .sec04 .about_btn::before {
    background: url(/images/common/pink_icon.webp) center/contain no-repeat;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .pricebox .price {
  padding: 30px 17px;
  font-feature-settings: "palt";
}
.sec05 .pricebox .price_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec05 .price .small {
    font-size: 3.3vw;
    font-feature-settings: "palt";
  }
}/*# sourceMappingURL=denture.css.map */