.main_image {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(/images/caries/caries_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/caries/caries_key.webp) center 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;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .point01 {
  margin-bottom: 80px;
  display: block;
}
.sec01 .point01 .point_header {
  justify-content: center;
}
.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 .middle_box {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.sec01 .point01 .middle_box .box_title {
  padding: 30px 0 50px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #16216d;
  position: relative;
}
.sec01 .point01 .middle_box .box_title::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/caries/sec01_kazari01.webp) center/contain no-repeat;
  width: 111px;
  height: 10px;
}
.sec01 .point01 .middle_box .gridbox {
  width: 100%;
  max-width: 100%;
  -moz-column-gap: clamp(20px, 4.687vw, 60px);
       column-gap: clamp(20px, 4.687vw, 60px);
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
}
.sec01 .point01 .middle_box .item {
  box-sizing: border-box;
}
.sec01 .point01 .middle_box .item .item_head {
  margin-bottom: 20px;
}
.sec01 .point01 .middle_box .item .item_head img {
  width: 100%;
}
.sec01 .point01 .middle_box .item .item_head .merit {
  font-size: 18px;
  letter-spacing: 0.25em;
  color: #16216d;
  text-align: center;
  margin-bottom: 5px;
}
.sec01 .point01 .middle_box .item .item_head .merit .t_blue {
  font-size: 18px;
  letter-spacing: 0.25em;
  color: #2ca6e0;
}
.sec01 .point01 .middle_box .item .item_head .merit .t_num {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
.sec01 .point01 .middle_box .item .item_head .item_title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #16216d;
  text-wrap: nowrap;
}
.sec01 .point01 .middle_box .item .item_image {
  width: 180px;
  text-align: center;
  margin: 0 auto 20px;
}
.sec01 .point01 .middle_box .item .item_image img {
  width: 100%;
}
.sec01 .point01 .middle_box .item .item_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
}
.sec01 .point01 .lower_box {
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
  border: 2px solid #16216d;
  padding: 50px;
  box-sizing: border-box;
}
.sec01 .point01 .lower_box .box_title {
  padding: 0 0 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #16216d;
}
.sec01 .point01 .lower_box .cont {
  width: 1085px;
  max-width: 93%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .point01 .lower_box .cont .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.sec01 .point01 .lower_box .cont .textbox {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-left: 50px;
}
.sec01 .point02 {
  margin-bottom: 80px;
  display: block;
}
.sec01 .point02 .point_header {
  justify-content: center;
}
.sec01 .point02 .imagebox {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
}
.sec01 .point02 .imagebox img {
  width: 100%;
}
.sec01 .point02 .imagebox .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(44, 166, 224, 0.6);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.sec01 .point02 .imagebox .circle_text01 {
  bottom: -40px;
  left: 55px;
}
.sec01 .point02 .imagebox .circle_text02 {
  bottom: -40px;
  left: 200px;
}
.sec01 .point02 .imagebox .circle_text03 {
  bottom: -40px;
  left: 345px;
}
.sec01 .point02 .imagebox .circle_text04 {
  bottom: -40px;
  left: 490px;
}
.sec01 .point02 .textbox {
  width: 1032px;
  max-width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
.sec01 .point03 {
  display: block;
}
.sec01 .point03 .point_header {
  justify-content: center;
}
.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 .point03 .lower_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .box_title {
  padding: 30px 0 60px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #16216d;
  position: relative;
}
.sec01 .point03 .lower_box .box_title::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/caries/sec01_kazari01.webp) center/contain no-repeat;
  width: 111px;
  height: 10px;
}
.sec01 .point03 .lower_box .cont {
  width: 1085px;
  max-width: 93%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .cont .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.sec01 .point03 .lower_box .cont .textbox {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-left: 50px;
}
.sec01 .point03 .lower_box .cont .cont_subtitle {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
}
.sec01 .point03 .lower_box .cont .cont_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
}
.sec01 .point03 .lower_box .cont01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1069px) and (min-width: 768px) {
  .sec01 .point01 .middle_box {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .sec01 .point01 .middle_box .gridbox {
    width: 100%;
    max-width: 100%;
    row-gap: 80px;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
  }
  .sec01 .point01 .middle_box .item {
    box-sizing: border-box;
  }
  .sec01 .point01 .middle_box .item .item_head {
    margin-bottom: 20px;
  }
  .sec01 .point01 .middle_box .item .item_head img {
    width: 100%;
  }
  .sec01 .point01 .middle_box .item .item_head .merit {
    font-size: 18px;
    letter-spacing: 0.25em;
    color: #16216d;
    text-align: center;
    margin-bottom: 5px;
  }
  .sec01 .point01 .middle_box .item .item_head .merit .t_blue {
    font-size: 18px;
    letter-spacing: 0.25em;
    color: #2ca6e0;
  }
  .sec01 .point01 .middle_box .item .item_head .merit .t_num {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .sec01 .point01 .middle_box .item .item_head .item_title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #16216d;
    text-wrap: nowrap;
  }
  .sec01 .point01 .middle_box .item .item_image {
    width: 180px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .sec01 .point01 .middle_box .item .item_image img {
    width: 100%;
  }
  .sec01 .point01 .middle_box .item .item_text {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: justify;
  }
}
@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 .middle_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
  }
  .sec01 .point01 .middle_box .box_title {
    padding: 5.3vwx 0 13.8vw;
    font-size: 5.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: relative;
  }
  .sec01 .point01 .middle_box .box_title::before {
    content: "";
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/caries/sec01_kazari01.webp) center/contain no-repeat;
    width: 29.6vw;
    height: 2.66vw;
  }
  .sec01 .point01 .middle_box .gridbox {
    width: 100%;
    max-width: 100%;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
  }
  .sec01 .point01 .middle_box .item {
    box-sizing: border-box;
  }
  .sec01 .point01 .middle_box .item .item_head {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .middle_box .item .item_head .merit {
    font-size: 5vw;
    letter-spacing: 0.25em;
    margin-bottom: 1.33vw;
  }
  .sec01 .point01 .middle_box .item .item_head .merit .t_blue {
    font-size: 5vw;
    letter-spacing: 0.25em;
    color: #2ca6e0;
  }
  .sec01 .point01 .middle_box .item .item_head .merit .t_num {
    font-size: 6.3vw;
    font-weight: 500;
    letter-spacing: 0;
  }
  .sec01 .point01 .middle_box .item .item_head .item_title {
    font-size: 4.8vw;
  }
  .sec01 .point01 .middle_box .item .item_image {
    width: 48vw;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec01 .point01 .middle_box .item .item_text {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .sec01 .point01 .lower_box {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    border: 0.26vw solid #16216d;
    padding: 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .point01 .lower_box .box_title {
    padding: 0 0 4.2vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .sec01 .point01 .lower_box .cont {
    width: 100%;
    max-width: 93%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01 .point01 .lower_box .cont .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .point01 .lower_box .cont .textbox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point02 .imagebox {
    text-align: center;
    margin: 0 auto 4.2vw;
    position: initial;
  }
  .sec01 .point02 .imagebox .point_image_b {
    padding: 20vw 0;
    position: relative;
  }
  .sec01 .point02 .imagebox .circle {
    position: absolute;
    border-radius: 50%;
    width: 24.6vw;
    height: 24.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
  .sec01 .point02 .imagebox .circle_text01 {
    bottom: 38.934vw;
    left: 2vw;
  }
  .sec01 .point02 .imagebox .circle_text02 {
    bottom: 38.934vw;
    left: 28.6vw;
  }
  .sec01 .point02 .imagebox .circle_text03 {
    bottom: 0;
    left: 33.2vw;
  }
  .sec01 .point02 .imagebox .circle_text04 {
    bottom: 0;
    left: 58.8vw;
  }
  .sec01 .point02 .textbox {
    width: 1032px;
    max-width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .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 .point03 .lower_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .box_title {
    padding: 8vw 0 16vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: relative;
  }
  .sec01 .point03 .lower_box .box_title::before {
    content: "";
    position: absolute;
    bottom: 6.6vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/caries/sec01_kazari01.webp) center/contain no-repeat;
    width: 29.6vw;
    height: 2.6vw;
  }
  .sec01 .point03 .lower_box .cont {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .cont .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .point03 .lower_box .cont .textbox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .sec01 .point03 .lower_box .cont .cont_subtitle {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 1.33vw;
  }
  .sec01 .point03 .lower_box .cont .cont_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  .sec01 .point03 .lower_box .cont01 {
    margin-bottom: 13.8vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .cont01 {
  margin-bottom: 100px;
  display: block;
}
.sec02 .cont01 .upper_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
}
.sec02 .cont01 .upper_box .cont_image {
  width: 362px;
  min-width: 38%;
  max-width: 38%;
}
.sec02 .cont01 .upper_box .textbox {
  width: 62%;
  margin-left: 50px;
}
.sec02 .cont01 .gridbox {
  -moz-column-gap: clamp(0px, 1.125vw, 40px);
       column-gap: clamp(0px, 1.125vw, 40px);
  grid-template-columns: repeat(3, 1fr);
}
.sec02 .cont01 .gridbox .item {
  padding: 20px;
}
.sec02 .cont01 .gridbox .item_head {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-top: 2px solid #16216d;
  border-bottom: 2px solid #16216d;
  margin-bottom: 20px;
}
.sec02 .cont01 .gridbox .item_head .item_icon {
  margin-right: 15px;
}
.sec02 .cont01 .gridbox .item_head .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #16216d;
}
.sec02 .cont01 .gridbox .item_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.sec02 .cont01 .gridbox .item:nth-of-type(1) .item_head .item_title span {
  color: #0071bc;
}
.sec02 .cont01 .gridbox .item:nth-of-type(2) .item_head .item_title span {
  color: #f79362;
}
.sec02 .cont01 .gridbox .item:nth-of-type(3) .item_head .item_title span {
  color: #499250;
}
.sec02 .box {
  width: 1170px;
  max-width: 93%;
  margin: 0 auto;
  border: 2px solid #16216d;
  padding: 0 20px 60px;
  box-sizing: border-box;
}
.sec02 .box .box_title {
  padding: 75px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
}
.sec02 .box .gridbox {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: repeat(5, 1fr);
  box-sizing: content-box;
}
.sec02 .box .gridbox .item {
  display: flex;
  flex-direction: column;
}
.sec02 .box .gridbox .item_image {
  margin: 0 auto 20px;
}
.sec02 .box .gridbox .item_image img {
  width: 100%;
}
.sec02 .box .gridbox .item_title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 25px;
}
.sec02 .box .gridbox .item_text {
  height: 5em;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sec02 .box .gridbox .item_method {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 10px;
}
.sec02 .box .gridbox .item_method_text {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
  display: flex;
  align-items: flex-start;
}
.sec02 .box .gridbox .item:nth-of-type(1) .item_title {
  background-color: #efe1ce;
}
.sec02 .box .gridbox .item:nth-of-type(2) .item_title {
  background-color: #ebdac9;
}
.sec02 .box .gridbox .item:nth-of-type(3) .item_title {
  background-color: #e8d1c3;
}
.sec02 .box .gridbox .item:nth-of-type(4) .item_title {
  background-color: #d2aeab;
}
.sec02 .box .gridbox .item:nth-of-type(5) .item_title {
  background-color: #e0abae;
}
@media screen and (max-width: 969px) and (min-width: 768px) {
  .sec02 .box {
    width: 700px;
    max-width: 93%;
    padding: 0 20px 60px;
  }
  .sec02 .box .box_title {
    padding: 55px 0;
  }
  .sec02 .box .gridbox {
    row-gap: 80px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .sec02 .box .gridbox .item_text {
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec02 .cont01 .upper_box {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 .upper_box .cont_image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .cont01 .upper_box .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec02 .cont01 .gridbox {
    row-gap: 4.2vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .cont01 .gridbox .item {
    padding: 5.5vw 0;
  }
  .sec02 .cont01 .gridbox .item_head {
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.6vw;
    border-top: 0.25vw solid #16216d;
    border-bottom: 0.25vw solid #16216d;
    margin-bottom: 4.2vw;
    padding: 6.2vw 0;
  }
  .sec02 .cont01 .gridbox .item_head .item_icon {
    margin-right: 4vw;
  }
  .sec02 .cont01 .gridbox .item_head .item_icon img {
    width: 100%;
  }
  .sec02 .cont01 .gridbox .item_head .item_title {
    font-size: 4.8vw;
  }
  .sec02 .cont01 .gridbox .item_text {
    font-size: 4vw;
  }
  .sec02 .cont01 .gridbox .item:nth-of-type(1) .item_icon {
    width: 13.33vw;
  }
  .sec02 .cont01 .gridbox .item:nth-of-type(2) .item_icon {
    width: 17.6vw;
  }
  .sec02 .cont01 .gridbox .item:nth-of-type(3) .item_icon {
    width: 13.33vw;
  }
  .sec02 .box {
    width: 89vw;
    max-width: 89%;
    margin: 0 5.5vw;
    border: 2px solid #16216d;
    padding: 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .box .box_title {
    padding: 6vw 0 10vw;
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .box .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
    box-sizing: content-box;
  }
  .sec02 .box .gridbox .item {
    display: flex;
    flex-direction: column;
  }
  .sec02 .box .gridbox .item_image {
    width: 44vw;
    margin: 0 auto 4.2vw;
  }
  .sec02 .box .gridbox .item_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec02 .box .gridbox .item_text {
    height: initial;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec02 .box .gridbox .item_method {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    padding-bottom: 2.6vw;
    text-align: center;
    border-bottom: 0.26vw solid #4d4d4d;
    margin-bottom: 2.6vw;
  }
  .sec02 .box .gridbox .item_method_text {
    font-size: 4vw;
  }
}

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