.hero {
  background: url("/wp-content/themes/bones/dist/img/prevention/hero.jpg") center/cover no-repeat;
}

@media screen and (max-width: 640px) {
  .hero {
    background-image: url("/wp-content/themes/bones/dist/img/prevention/hero-sp.jpg");
  }
}

.ttl-m {
  padding: 16px;
  margin-bottom: calc(8px * 2);
  font-weight: bold;
  font-size: 2.4rem;
  color: #533300;
  background: rgba(243, 152, 0, 0.1);
  border-radius: 12px 2px;
}

@media screen and (max-width: 960px) {
  .ttl-m {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .ttl-m {
    font-size: 1.6rem !important;
    padding: 12px;
  }
}

.ttl-s {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin-bottom: 2px !important;
  padding: 2px 10px;
  background: rgba(98, 178, 113, 0.1);
}

@media screen and (max-width: 640px) {
  .ttl-s {
    font-size: 1.4rem;
  }
}

.desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 480px) {
  .desc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2px;
  }
}

.desc-list dt {
  min-width: 120px;
  font-weight: bold;
}

.desc-list dd {
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .desc-list dd {
    font-size: 1.4rem;
  }
}

.desc-list:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #333333;
}

@media screen and (max-width: 480px) {
  .desc-list:not(:last-of-type) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}

.desc-list.--wide dt {
  min-width: 168px;
}

.dot-frame {
  padding: 0 40px 22px;
}

@media screen and (max-width: 768px) {
  .dot-frame {
    padding: 0 24px 14px;
  }
}

@media screen and (max-width: 480px) {
  .dot-frame {
    padding: 0 14px 14px;
  }
}

.dot-frame .worries-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .dot-frame .worries-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 640px) {
  .dot-frame .worries-unit {
    display: block;
  }
}

.dot-frame .worries-unit .list {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .dot-frame .worries-unit .list:first-of-type {
    margin-bottom: 8px;
  }
}

.dot-frame .worries-unit .list__item {
  background: #f4f9fc;
  padding: 8px 8px 8px 34px;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .dot-frame .worries-unit .list__item {
    font-size: 1.4rem;
  }
}

.dot-frame .worries-unit .list__item:not(:last-of-type) {
  margin-bottom: 6px;
}

.dot-frame .worries-unit .list__item::before {
  left: 12px;
}

.dot-frame .frame-txt {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .dot-frame .frame-txt {
    text-align: left;
    font-size: 1.4rem;
  }
}

.check-list {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .check-list:first-of-type {
    margin-bottom: 10px;
  }
}

.check-list__item {
  position: relative;
  background: none;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
}

.check-list__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #f39800;
  -webkit-mask-image: url("/wp-content/themes/bones/dist/img/icon/check.svg");
  mask-image: url("/wp-content/themes/bones/dist/img/icon/check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.check-list__item:nth-of-type(2n)::before {
  background-color: #b3ca3f;
}

.check-list:nth-of-type(2) .check-list__item::before {
  background-color: #b3ca3f;
}

.check-list:nth-of-type(2) .check-list__item:nth-of-type(2n)::before {
  background-color: #f39800;
}

.caries-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.caries-unit:not(:last-of-type) {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  .caries-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .caries-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .caries-unit:not(:last-of-type) {
    margin-bottom: calc(8px * 8);
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .caries-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .caries-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.caries-unit__dtl {
  width: calc(100% - 467px);
}

@media screen and (max-width: 960px) {
  .caries-unit__dtl {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.caries-unit__dtl .caries-catch {
  font-size: 2.4rem;
  color: #f39800;
  margin-bottom: calc(8px * 2);
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .caries-unit__dtl .caries-catch {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .caries-unit__dtl .caries-catch {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .caries-unit__dtl .caries-catch {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .caries-unit__dtl .caries-catch {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}

.caries-unit__dtl em {
  font-weight: bold;
}

.caries-unit__vsl {
  width: 427px;
}

@media screen and (max-width: 960px) {
  .caries-unit__vsl {
    width: 100%;
    max-width: 480px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 640px) {
  .caries-unit__vsl {
    max-width: 320px;
    margin: 0 auto 12px;
  }
}

.caries-unit__vsl img {
  border-radius: 8px;
}

.treatment .treatment-txt {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .treatment .treatment-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.treatment .treatment-txt em {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .treatment .treatment-txt em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .treatment .treatment-txt em {
    font-size: 1.4rem;
  }
}

.features .brn-bg--features {
  padding-bottom: 80px;
  padding-top: 120px;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .features .brn-bg--features {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

@media screen and (max-width: 640px) {
  .features .brn-bg--features {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.features .features-inner {
  background: #ffffff;
  border-radius: 8px;
  counter-reset: list-num;
  padding: 4px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .features .features-inner {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .features .features-inner {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.features .features-inner .features-ttl {
  background: #f8B658;
  border-radius: 8px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 12px;
}

@media screen and (max-width: 640px) {
  .features .features-inner .features-ttl {
    font-size: 2rem;
  }
}

.features .features-inner .features-list {
  padding: 40px;
}

@media screen and (max-width: 960px) {
  .features .features-inner .features-list {
    padding: 24px;
  }
}

@media screen and (max-width: 640px) {
  .features .features-inner .features-list {
    padding: 16px;
  }
}

.features .features-inner .features-list__item {
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .features .features-inner .features-list__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.features .features-inner .features-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.features .features-inner .features-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .features .features-inner .features-list__item dt {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .features .features-inner .features-list__item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1.5;
  }
}

.features .features-inner .features-list__item dt:before {
  display: inline-block;
  counter-increment: list-num;
  content: counter(list-num) "";
  color: #ffffff;
  margin-right: 16px;
  font-size: 3.0rem;
  font-weight: 100;
  font-family: "Roboto";
  background: url("/wp-content/themes/bones/dist/img/reserve/cancel-no.svg") center/cover no-repeat;
  width: 56px;
  height: 60px;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .features .features-inner .features-list__item dt:before {
    margin-right: 8px;
    font-size: 2rem;
    width: 36px;
    height: 38px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 480px) {
  .features .features-inner .features-list__item dt:before {
    font-size: 1.6rem;
    width: 27px;
    height: 29px;
    padding: 0 9px;
  }
}

@media screen and (max-width: 640px) {
  .features .features-inner .features-list__item dd {
    font-size: 1.4rem;
  }
}

.about {
  margin-top: 88px;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .about {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .about {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .about {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    margin-top: 56px;
  }
}

@media screen and (max-width: 640px) {
  .about {
    margin-top: 44px;
  }
}

@media screen and (max-width: 480px) {
  .about {
    margin-top: 32px;
  }
}

.prevention {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .prevention {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .prevention {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.prevention .prevention-txt {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .prevention .prevention-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.prevention .desc-list dt {
  line-height: 1.3;
}

.progression {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .progression {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .progression {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.progression .progression-txt {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .progression .progression-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.progression .progression-unit {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-inline: auto;
}

@media screen and (max-width: 480px) {
  .progression .progression-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.progression .progression-unit:not(:last-of-type) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #333333;
}

.progression .progression-unit__vsl {
  width: 119px;
}

.progression .progression-unit__dtl {
  width: calc(100% - 143px);
}

@media screen and (max-width: 480px) {
  .progression .progression-unit__dtl {
    width: 100%;
  }
}

.progression .progression-unit__dtl .progression-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .progression .progression-unit__dtl .progression-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .progression .progression-unit__dtl .progression-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .progression .progression-unit__dtl .progression-ttl {
    text-align: center;
  }
}

.progression .progression-unit__dtl .progression-ttl span {
  font-size: 1.6rem;
}

.progression .progression-unit__dtl .desc-list {
  gap: 12px;
  padding-bottom: 0;
  margin-bottom: 12px;
  border-bottom: none;
}

.progression .progression-unit__dtl .desc-list dt {
  text-align: center;
  padding: 0 6px;
  background: rgba(243, 152, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .progression .progression-unit__dtl .desc-list dt {
    width: 100%;
    font-size: 1.6rem;
  }
}

.flow .brn-bg--caries {
  padding-bottom: 80px;
  padding-top: 120px;
}

@media screen and (max-width: 960px) {
  .flow .brn-bg--caries {
    padding-bottom: 64px;
    padding-top: 56px;
  }
}

@media screen and (max-width: 640px) {
  .flow .brn-bg--caries {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.flow .caries-bg {
  position: relative;
}

.flow .caries-bg:before {
  content: "";
  background: url("/wp-content/themes/bones/dist/img/prevention/prevention-flow-bg1.png") left/cover no-repeat;
  position: absolute;
  top: -24px;
  left: -120px;
  height: 1001px;
  width: 185px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .flow .caries-bg:before {
    content: none;
  }
}

.flow .caries-bg:after {
  content: "";
  background: url("/wp-content/themes/bones/dist/img/prevention/prevention-flow-bg2.png") left/cover no-repeat;
  position: absolute;
  top: 40px;
  right: -70px;
  height: 1100px;
  width: 166px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .flow .caries-bg:after {
    content: none;
  }
}

.flow .flow-inner {
  background: #ffffff;
  border-radius: 8px;
  counter-reset: list-num;
  padding: 40px;
}

@media screen and (max-width: 960px) {
  .flow .flow-inner {
    padding: 24px;
  }
}

.flow .flow-inner .flow-list__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .flow .flow-inner .flow-list__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.flow .flow-inner .flow-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.flow .flow-inner .flow-list__item dt {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .flow .flow-inner .flow-list__item dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .flow-inner .flow-list__item dt {
    font-size: 1.6rem;
  }
}

.flow .flow-inner .flow-list__item dt:before {
  counter-increment: list-num;
  content: counter(list-num) ".";
  color: #f39800;
  margin-right: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .flow .flow-inner .flow-list__item dt:before {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .flow-inner .flow-list__item dt:before {
    margin-right: 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .flow-inner .flow-list__item dd {
    font-size: 1.4rem;
  }
}

.flow .flow-inner .flow-list__item--noborder {
  border-bottom: none;
  padding-bottom: 0;
}

.check {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .check {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .check {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.faq .faq-list__item {
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .faq .faq-list__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.faq .faq-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.faq .faq-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .faq .faq-list__item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1.5;
  }
}

.faq .faq-list__item dt:before {
  display: inline-block;
  content: "Q";
  color: #ffffff;
  margin-right: 16px;
  font-size: 3.0rem;
  font-weight: 100;
  font-family: "Roboto";
  background: url("/wp-content/themes/bones/dist/img/reserve/cancel-no.svg") center/cover no-repeat;
  width: 56px;
  height: 60px;
  padding: 0 18px;
}

@media screen and (max-width: 640px) {
  .faq .faq-list__item dt:before {
    margin-right: 8px;
    font-size: 2rem;
    width: 36px;
    height: 38px;
    padding: 0 11px;
  }
}

@media screen and (max-width: 480px) {
  .faq .faq-list__item dt:before {
    font-size: 1.6rem;
    width: 27px;
    height: 29px;
    padding: 0 8px;
  }
}

@media screen and (max-width: 640px) {
  .faq .faq-list__item dd {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=../../maps/pages/caries.css.map */
