.main_image {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(/images/inlay_crown/inlay_crown_key.webp) right top/cover no-repeat;
  background-size: 1008px 410px;
  overflow: hidden;
}
.main_image .inner {
  width: 1010px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #16216d;
}
.main_image .text::after {
  content: "MEDICAL";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #16216d;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 32.3vw;
    box-sizing: border-box;
    background: url(/images/inlay_crown/inlay_crown_key.webp) 73% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 0 0 7vw;
  }
  .main_image .text {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .main_image .text::after {
    bottom: -6.6vw;
    font-size: 4vw;
  }
}

.lead_sec {
  padding: 30px 20px 0;
}
.lead_sec .sec_text {
  margin: 0 auto 100px;
}
.lead_sec .check_list_box {
  margin: 0 auto;
}
.lead_sec .check_list_box .check_column {
  margin: 0 auto 40px;
}
.lead_sec .check_list_box .column01 {
  width: 55%;
}
.lead_sec .check_list_box .column02 {
  width: 45%;
}
.lead_sec .check_list_box .check_text {
  margin-bottom: 26px;
  position: relative;
}
.lead_sec .check_list_box .check_text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -112px;
  background: url(/images/inlay_crown/kazari01.webp) center/contain no-repeat;
  width: 112px;
  height: 141px;
}
@media screen and (max-width: 767px) {
  .lead_sec .sec_text {
    margin: 0 auto 13.8vw;
  }
  .lead_sec .check_list_box .check_column {
    display: none;
  }
  .lead_sec .check_list_box .check_text {
    margin-bottom: 18.6vw;
  }
  .lead_sec .check_list_box .check_text::before {
    top: initial;
    transform: initial;
    bottom: -32.6vw;
    right: 0;
    width: 23.86vw;
    height: 30.6vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .point01 {
  display: block;
}
.sec01 .point01 .point_header {
  justify-content: flex-start;
}
.sec01 .point01 .upper_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point01 .upper_box .textbox {
  margin-right: 50px;
}
.sec01 .point01 .upper_box .point_text {
  margin-bottom: 40px;
}
.sec01 .point02 {
  display: block;
}
.sec01 .point02 .point_header {
  justify-content: flex-start;
}
.sec01 .point02 .upper_box {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point02 .upper_box .textbox {
  margin-left: 50px;
}
.sec01 .point03 {
  display: block;
}
.sec01 .point03 .point_header {
  justify-content: flex-start;
}
.sec01 .point03 .upper_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point03 .upper_box .textbox {
  margin-right: 50px;
}
.sec01 .point04 {
  display: block;
}
.sec01 .point04 .point_header {
  justify-content: flex-start;
}
.sec01 .point04 .upper_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point04 .upper_box .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 {
    display: block;
  }
  .sec01 .point01 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point01 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point01 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .upper_box .point_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point02 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .upper_box .textbox {
    margin-left: initial;
  }
  .sec01 .point03 {
    display: block;
  }
  .sec01 .point03 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point03 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point03 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point04 {
    display: block;
  }
  .sec01 .point04 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point04 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point04 .upper_box .textbox {
    margin-left: initial;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .sec_text {
  width: 810px;
  max-width: 100%;
  margin: 0 auto 80px;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
  color: #4d4d4d;
}
.sec02 .menu_box {
  margin: 0 auto 55px;
  box-sizing: border-box;
  /* .price_text {
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: .1em;
    text-align: right;
  } */
}
.sec02 .menu_box .menu_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: left;
  color: #16216d;
  border-left: solid 14px #16216d;
  height: 60px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.sec02 .menu_box .menu_title span {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: -20px;
}
.sec02 .menu_box .flex_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 55px;
  box-sizing: border-box;
}
.sec02 .menu_box .textbox {
  width: 70%;
  margin-right: 60px;
  box-sizing: border-box;
}
.sec02 .menu_box .menu_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 30px;
}
.sec02 .menu_box .menu_pic {
  width: 300px;
  min-width: 30%;
}
.sec02 .menu_box .menu_pic img {
  width: 100%;
  height: 100%;
}
.sec02 .balance_box {
  display: flex;
  justify-content: space-between;
}
.sec02 .balance_box:not(:last-of-type) {
  margin-bottom: 55px;
}
.sec02 .merit_box {
  position: relative;
  width: 525px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #fcf0f5;
}
.sec02 .merit_title {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #faa9b5;
  margin-bottom: 30px;
}
.sec02 .merit_list {
  width: 100%;
  margin: 0 auto;
}
.sec02 .merit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  color: #666666;
}
.sec02 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(/images/inlay_crown/merit.webp) center/contain no-repeat;
}
.sec02 .merit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.sec02 .demerit_box {
  position: relative;
  width: 525px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #ededed;
}
.sec02 .demerit_title {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #808080;
  margin-bottom: 30px;
}
.sec02 .demerit_list {
  width: 100%;
  margin: 0 auto;
}
.sec02 .demerit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  color: #666666;
}
.sec02 .demerit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(/images/inlay_crown/demerit.webp) center/contain no-repeat;
}
.sec02 .demerit_item:nth-child(2n-1) {
  margin-right: 20px;
}
.sec02 .demerit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.sec02 .menu_box:nth-of-type(3) .menu_text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
  .sec02 .menu_box {
    display: block;
    margin: 0 auto 4.2vw;
    box-sizing: border-box;
  }
  .sec02 .menu_box .menu_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1;
    height: 13.3vw;
    margin-left: initial;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
    text-align: left;
  }
  .sec02 .menu_box .menu_title span {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    margin-bottom: -4vw;
  }
  .sec02 .menu_box .flex_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 8vw;
    box-sizing: border-box;
  }
  .sec02 .menu_box .textbox {
    width: 100%;
    margin-right: initial;
    box-sizing: border-box;
  }
  .sec02 .menu_box .price_text {
    font-size: 4vw;
  }
  .sec02 .menu_box .menu_price {
    font-size: 4vw;
    margin-bottom: 1.2vw;
    letter-spacing: 0.1em;
    text-align: right;
  }
  .sec02 .menu_box .menu_pic {
    width: 100%;
  }
  .sec02 .menu_box .menu_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .menu_box .menu_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    margin-bottom: 4.2vw;
  }
  .sec02 .menu_box .menu_pic {
    min-width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .menu_box .menu_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .balance_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 4.2vw;
  }
  .sec02 .balance_box:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec02 .merit_box {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin: 0 auto 4.2vw;
    box-sizing: border-box;
  }
  .sec02 .merit_box .merit_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec02 .merit_box .merit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
  }
  .sec02 .merit_box .merit_item {
    flex-grow: 1;
    font-size: 4vw;
    letter-spacing: 0.2em;
    padding-left: 1.6em;
    margin-bottom: 15px;
    position: relative;
  }
  .sec02 .merit_box .merit_item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 4.53vw;
    height: 4.53vw;
    background: url(/images/denture/merit.webp) center/contain no-repeat;
  }
  .sec02 .merit_box .merit_item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec02 .merit_box .pain3 {
    width: 100%;
    margin-right: 1em;
  }
  .sec02 .merit_box .pain2 {
    width: 100%;
    margin-right: 1em;
  }
  .sec02 .demerit_box {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin: 0 auto 4.2vw;
    box-sizing: border-box;
  }
  .sec02 .demerit_box .demerit_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec02 .demerit_box .demerit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
  }
  .sec02 .demerit_box .demerit_item {
    flex-grow: 1;
    font-size: 4vw;
    letter-spacing: 0.2em;
    padding-left: 1.6em;
    margin-bottom: 15px;
    position: relative;
  }
  .sec02 .demerit_box .demerit_item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 4.53vw;
    height: 4.53vw;
    background: url(/images/denture/demerit.webp) center/contain no-repeat;
  }
  .sec02 .demerit_box .demerit_item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec02 .demerit_box .pain3 {
    width: 100%;
    margin-right: 1em;
  }
  .sec02 .demerit_box .pain2 {
    width: 100%;
    margin-right: 1em;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .sec_header {
  margin-bottom: 25px;
}
.sec03 .cautionarynote {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #333631;
  margin-bottom: 50px;
}
.sec03 .title {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  padding-bottom: 10px;
  border-bottom: 1px solid #16216d;
  margin-bottom: 50px;
}
.sec03 .price_dbox:nth-of-type(3) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_header {
    margin-bottom: 4vw;
  }
  .sec03 .cautionarynote {
    font-size: 3.7vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .title {
    width: 90%;
    font-size: 4.8vw;
    margin-bottom: 8vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #16216d;
    margin-bottom: 4.2vw;
  }
  .sec03 .price_dbox:nth-of-type(3) {
    margin-bottom: 13.8vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .cont01 {
  margin-bottom: 40px;
}
.sec04 .cont01 .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont01 {
    margin-bottom: 4.2vw;
  }
  .sec04 .cont01 .textbox {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=inlay_crown.css.map */