.main_image {
  overflow: hidden;
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/denture/denture_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 120px;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 112px;
  height: 113px;
  background: url(/images/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "MEDICAL";
  position: absolute;
  left: 120px;
  bottom: -20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
}
.main_image:before {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "ADULT";
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(/images/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(/images/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(/images/perio/key_kazari03.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    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 {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 28.6vw;
    height: 2.9vw;
    background: url(/images/common/key_text_medical.webp) center/contain no-repeat;
  }
  .main_image .kazari01 {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 80vw;
    height: 48.8vw;
    background: url(/images/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(/images/common/key_kazari02.webp) left bottom/contain no-repeat;
  }
  .main_image .kazari03 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
    height: 93.3vw;
    background: url(/images/common/key_kazari03.webp) right bottom/contain no-repeat;
  }
}

.lead_sec {
  padding: 100px 20px;
  /* .check_title:before {
      content: "";
      position: absolute;
      right: -120px;
      top:    -30px;
      width:  280px;
      height: 142px;
      margin: 0 auto;
      background: url(/images/perio/check_hukidashi.webp) center /contain no-repeat;
  } */
}
.lead_sec .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
  text-align: center;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin: 0 auto 80px;
}
.lead_sec .cont {
  width: 1170px;
  max-width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f2f2eb;
}
.lead_sec .cont_title {
  width: 870px;
  max-width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  margin: 0 auto 30px;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_sec .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 1px;
  background: url(/images/perio/lead_border.webp) center/contain no-repeat;
}
.lead_sec .list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.lead_sec .item {
  max-width: 40%;
}
.lead_sec .item:nth-of-type(1) {
  margin-right: 50px;
}
.lead_sec .item_name {
  position: relative;
  width: 340px;
  max-width: 100%;
  padding: 20px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.lead_sec .item_name:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -30px;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.lead_sec .cont_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_sec .check_box {
  position: relative;
  width: 1100px;
  max-width: 100%;
  padding: 50px 142px;
  margin: 0 auto;
  background: #fafaf8;
  box-sizing: border-box;
}
.lead_sec .check_box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 404px;
  height: 39px;
  margin: 0 auto;
  background: url(/images/perio/text_checklist.webp) center/contain no-repeat;
}
.lead_sec .check_title {
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_sec .check_list {
  display: flex;
  flex-wrap: wrap;
}
.lead_sec .check_item {
  position: relative;
  width: 48%;
  padding-left: 3em;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.lead_sec .check_item {
  margin-bottom: 50px;
}
.lead_sec .check_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 28px;
  background: url(/images/perio/sec02_check.webp) center/contain no-repeat;
}
.lead_sec .check_text {
  letter-spacing: 0.01em;
  text-align: justify;
  color: #4d4d4d;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .lead_sec .fukidashi {
    width: 26vw;
  }
  .lead_sec .check_box {
    position: relative;
    width: 1100px;
    max-width: 100%;
    padding: 50px 50px;
    margin: 0 auto;
    background: #fafaf8;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw;
    /* .check_title:before {
        content: "";
        position: absolute;
        right: -4vw;
        top:   -4vw;
        width: 56vw;
        height: 28.4vw;
    } */
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #49412D;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .lead_sec .cont {
    padding: 8vw 5.5vw;
  }
  .lead_sec .cont_title {
    padding-bottom: 4vw;
    margin: 0 auto 5.5vw;
    font-size: 4.8vw;
  }
  .lead_sec .list {
    display: block;
    margin-bottom: 5.5vw;
  }
  .lead_sec .item {
    max-width: 100%;
  }
  .lead_sec .item .item_figure {
    width: 100%;
    margin: 0 auto;
  }
  .lead_sec .item .item_figure img {
    width: 100%;
  }
  .lead_sec .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .lead_sec .item:nth-of-type(1) .item_figure {
    width: 80%;
    margin: 0 auto;
  }
  .lead_sec .item:nth-of-type(1) .item_figure img {
    width: 100%;
  }
  .lead_sec .item_name {
    width: 100%;
    padding: 4vw;
    margin: 0 auto 8vw;
    box-sizing: border-box;
    background: #fff;
    font-size: 4.4vw;
  }
  .lead_sec .item_name:before {
    content: "";
    position: absolute;
    left: 8vw;
    bottom: -8vw;
    border-top: 4vw solid #fff;
    border-bottom: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
  }
  .lead_sec .cont_text {
    font-size: 3.7vw;
  }
  .lead_sec .check_box {
    padding: 10.6vw 5.5vw 8vw;
    margin: 0 auto;
  }
  .lead_sec .check_box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2.7vw;
    width: 55.5vw;
    height: 5.6vw;
    margin: 0 auto;
    background: url(/images/perio/text_checklist.webp) center/contain no-repeat;
  }
  .lead_sec .check_title {
    padding-top: 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .lead_sec .check_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5.5vw;
  }
  .lead_sec .check_item {
    position: relative;
    width: 100%;
    padding-left: 2.5em;
    box-sizing: border-box;
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
  .lead_sec .check_item {
    margin-bottom: 5.5vw;
  }
  .lead_sec .check_item:before {
    width: 5.5vw;
    height: 4.9vw;
  }
  .lead_sec .check_text {
    font-size: 4.4vw;
  }
}

.sec01 {
  padding-bottom: 30px;
}
.sec01 .sec_text {
  width: 837px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sec01 .cont_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #4D4D4D;
  padding-bottom: 70px;
}
.sec01 .flexbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .textbox {
  width: 466px;
  max-width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .sec_text {
    margin: 0 auto 13.8vw;
  }
  .sec01 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    padding-bottom: initial;
  }
  .sec01 .flexbox {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_image {
    width: 89vw;
    margin: 0 auto 2.7vw;
  }
  .sec01 .sec_image img {
    width: 100%;
  }
  .sec01 .textbox {
    width: 100%;
    max-width: 100%;
    padding-right: initial;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .list {
  display: flex;
  justify-content: center;
}
.sec02 .item {
  width: 540px;
  max-width: 48%;
  padding: 30px 50px;
  box-sizing: border-box;
  background: #f1ece8;
}
.sec02 .item:nth-of-type(1) {
  margin-right: 30px;
}
.sec02 .item_image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-align: center;
}
.sec02 .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .list {
    display: block;
  }
  .sec02 .item {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
    background: #f6f0e7;
  }
  .sec02 .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .sec02 .item_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
    margin: 0 auto 2.7vw;
    width: 24vw;
  }
  .sec02 .item_image img {
    width: 100%;
  }
  .sec02 .item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    text-align: center;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .sec_body {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .kugiri {
  width: 917px;
  max-width: 95%;
  margin-bottom: 70px;
}
.sec03 .cont_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec03 .flexbox {
  display: flex;
  align-items: center;
}
.sec03 .textbox {
  width: 680px;
  margin-right: 50px;
}
.sec03 .cont_header {
  margin-bottom: 30px;
}
.sec03 .cont_title {
  padding: 5px 0 5px 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec03 .price {
  text-wrap: nowrap;
}
.sec03 .cont01 .flexbox {
  margin-bottom: 50px;
}
.sec03 .cont01 .merit_box {
  margin-bottom: 50px;
}
.sec03 .cont01 .box {
  position: relative;
  width: 1000px;
  max-width: 100%;
  padding: 50px 150px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6f0e7;
}
.sec03 .cont01 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 174px;
  height: 32px;
  margin: 0 auto;
  background: url(/images01/denture/text_point.webp) center/contain no-repeat;
}
.sec03 .cont01 .box:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 101px;
  height: 241px;
  background: url(/images01/denture/sec05_illust.webp) center/contain no-repeat;
}
.sec03 .cont01 .box_leadtext {
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec03 .cont02 .flexbox {
  margin-bottom: 50px;
}
.sec03 .cont03 .flexbox {
  margin-bottom: 50px;
}
.sec03 .balance_box {
  display: flex;
  justify-content: space-between;
}
.sec03 .merit_box {
  position: relative;
  width: 495px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #fdf8ed;
}
.sec03 .merit_title {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 81px;
  height: 20px;
}
.sec03 .merit_list {
  width: 100%;
  margin: 0 auto;
}
.sec03 .merit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sec03 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(/images/denture/merit.webp) center/contain no-repeat;
}
.sec03 .merit_item:nth-child(2n-1) {
  margin-right: 20px;
}
.sec03 .merit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.sec03 .demerit_box {
  position: relative;
  width: 495px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #f1f3f4;
}
.sec03 .demerit_title {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  height: 23px;
}
.sec03 .demerit_list {
  width: 100%;
  margin: 0 auto;
}
.sec03 .demerit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sec03 .demerit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(/images/denture/demerit.webp) center/contain no-repeat;
}
.sec03 .demerit_item:nth-child(2n-1) {
  margin-right: 20px;
}
.sec03 .demerit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.sec03 .price_cont .price_list {
  margin-bottom: 50px;
}
.sec03 .price_cont .row {
  display: block;
  width: 800px;
  max-width: 100%;
  border: 1px solid #ed7e00;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.sec03 .price_cont .row {
  display: flex;
  width: 730px;
  max-width: 100%;
  border: 1px solid #ed7e00;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.sec03 .price_cont .term {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 30px 0;
  border-right: 1px solid #ed7e00;
  letter-spacing: 0.1em;
  color: #ed7e00;
}
.sec03 .price_cont .desc {
  width: 50%;
  padding: 30px 0;
}
.sec03 .price_cont .row {
  margin-bottom: 30px;
}
.sec03 .price_cont .link_btn {
  width: 300px;
  margin: 0 auto;
  background: #fff;
}
.sec03 .price_cont .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 60px;
  border-radius: 30px;
  box-sizing: border-box;
  background: #51a6dc;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec03 .price_cont .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 13px;
  margin: auto 0;
  background: url(/images01/caries/btn_arrow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .cont_header {
    display: block;
  }
  .sec03 .cont_title {
    margin-bottom: 5.5vw;
  }
  .sec03 .price {
    font-size: 4vw;
    text-align: right;
  }
  .sec03 .textbox {
    width: 100%;
    margin-right: 0;
  }
  .sec03 .cont_header {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont_title {
    padding: 1.3vw 0 1.3vw 2.7vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    color: #4d4d4d;
  }
  .sec03 .cont_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont_image img {
    width: 100%;
  }
  .sec03 .cont01 .cont_header {
    display: block;
  }
  .sec03 .cont01 .cont_title {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont01 .price {
    font-size: 4vw;
    text-align: right;
  }
  .sec03 .cont01 .flexbox {
    margin-bottom: 8vw;
  }
  .sec03 .cont01 .merit_box {
    margin-bottom: 8vw;
  }
  .sec03 .cont01 .box {
    padding: 8vw 5.5vw 44vw;
  }
  .sec03 .cont01 .box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2.7vw;
    width: 32vw;
    height: 5.8vw;
    margin: 0 auto;
    background: url(/images01/denture/text_point.webp) center/contain no-repeat;
  }
  .sec03 .cont01 .box:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0.2vw;
    width: 50vw;
    height: 50vw;
    background: url(/images01/denture/sp_sec05_illust.webp) center/contain no-repeat;
  }
  .sec03 .cont01 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec03 .cont02 .cont_header {
    display: block;
  }
  .sec03 .cont02 .cont_title {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont02 .price {
    font-size: 4vw;
    text-align: right;
  }
  .sec03 .cont02 .flexbox {
    margin-bottom: 8vw;
  }
  .sec03 .cont03 .cont_header {
    display: block;
  }
  .sec03 .cont03 .cont_title {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont03 .price {
    font-size: 4vw;
    text-align: right;
  }
  .sec03 .cont03 .flexbox {
    margin-bottom: 8vw;
  }
  .sec03 .balance_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .sec03 .merit_box {
    width: 100%;
    max-width: 100%;
    padding: 8vw 5.5vw;
    margin: 0 auto 8vw;
  }
  .sec03 .merit_title {
    padding-bottom: 4vw;
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
  }
  .sec03 .merit_list {
    display: block;
  }
  .sec03 .merit_item {
    width: 100%;
    padding-left: 2em;
    font-size: 4vw;
  }
  .sec03 .merit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3vw;
    width: 4vw;
    height: 4vw;
    background: url(/images/denture/merit.webp) center/contain no-repeat;
  }
  .sec03 .merit_item:nth-child(2n-1) {
    margin-right: 0;
  }
  .sec03 .merit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec03 .demerit_box {
    width: 100%;
    max-width: 100%;
    padding: 8vw 5.5vw;
    margin: 0 auto 8vw;
  }
  .sec03 .demerit_title {
    padding-bottom: 4vw;
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
  }
  .sec03 .demerit_list {
    width: 100%;
  }
  .sec03 .demerit_item {
    padding-left: 2em;
    font-size: 4vw;
  }
  .sec03 .demerit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3vw;
    width: 3.8vw;
    height: 3.8vw;
    background: url(/images/denture/demerit.webp) center/contain no-repeat;
  }
  .sec03 .demerit_item:nth-child(2n-1) {
    margin-right: 0;
  }
  .sec03 .demerit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec03 .price_cont {
    padding: 0 5.5vw;
  }
  .sec03 .price_cont .price_list {
    margin-bottom: 8vw;
  }
  .sec03 .price_cont .term {
    width: 100%;
    padding: 2.7vw;
    box-sizing: border-box;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .sec03 .price_cont .desc {
    width: 100%;
    padding: 2.7vw;
    box-sizing: border-box;
    font-size: 4.4vw;
  }
  .sec03 .price_cont .row {
    display: block;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  .sec03 .price_cont .term {
    border-right: none;
    border-bottom: 1px solid #ed7e00;
    width: 100%;
    padding: 2.7vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .sec03 .price_cont .desc {
    width: 100%;
    padding: 2.7vw;
    font-size: 4vw;
  }
  .sec03 .price_cont .row {
    margin-bottom: 5.5vw;
  }
  .sec03 .price_cont .link_btn {
    width: 80vw;
  }
  .sec03 .price_cont .link_btn a {
    padding: 2.7vw 0;
    border-radius: 8vw;
    font-size: 4vw;
    text-align: center;
  }
  .sec03 .price_cont .link_btn a:before {
    right: 2.7vw;
    width: 2.7vw;
    height: 3.4vw;
  }
}

.sec04 {
  padding-bottom: 30px;
}
.sec04 .sec_text {
  width: 837px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sec04 .cont_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #4D4D4D;
  padding-bottom: 70px;
}
.sec04 .flexbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec04 .textbox {
  width: 466px;
  max-width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .sec_text {
    margin: 0 auto 13.8vw;
  }
  .sec04 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    padding-bottom: initial;
  }
  .sec04 .flexbox {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_image {
    width: 89vw;
    margin: 0 auto 2.7vw;
  }
  .sec04 .sec_image img {
    width: 100%;
  }
  .sec04 .textbox {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}/*# sourceMappingURL=denture.css.map */