<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.shuei {
  margin-bottom: 45px;
  font-size: 30px;
  color: #59270d;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  h2.shuei {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
h2.shuei span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  h2.shuei span {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

ul.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  ul.breadcrumb {
    margin: 0 auto 30px;
  }
}
ul.breadcrumb li:not(:nth-last-of-type(1)) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #6b6b6b;
}
@media screen and (max-width: 768px) {
  ul.breadcrumb li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
    padding-right: 10px;
  }
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}

section.lead {
  margin-bottom: 55px;
  line-height: 2;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.lead {
    margin-bottom: 26px;
    padding: 20px 5% 0;
    line-height: 1.6;
    text-align: left;
    font-size: 16px;
  }
}

section.cariesFree {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.cariesFree {
    margin-bottom: 36px;
    padding: 0 3.5%;
  }
}
section.cariesFree .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px;
  border-radius: 30px;
  background: url(/kids/index/img/caries_bg.gif) repeat top 20px left 20px;
}
@media screen and (max-width: 768px) {
  section.cariesFree .inner {
    padding: 24px 3.5%;
    border-radius: 15px;
  }
}
section.cariesFree .inner h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.cariesFree .inner h2 {
    margin-bottom: 18px;
    font-size: 22px;
  }
}
section.cariesFree .inner h2 span {
  color: #16afb7;
  font-weight: inherit;
}
section.cariesFree .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
section.cariesFree .inner .cntWrap .cntBox {
  width: 30%;
}
section.cariesFree .inner dl dt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  section.cariesFree .inner dl dt {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
section.cariesFree .inner dl dd {
  padding: 0 0 0 90px;
}
@media screen and (max-width: 768px) {
  section.cariesFree .inner dl dd {
    padding: 0 3%;
  }
}
section.cariesFree .inner dl dd ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.cariesFree .inner dl dd ul li {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
section.cariesFree .inner dl dd ul li span {
  margin: 0 10px;
  padding: 2px 5px;
  background-color: #ffa733;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.cariesFree .inner dl dd ul li span {
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
  }
}

section.program {
  margin-bottom: 155px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.program {
    margin-bottom: 45px;
  }
}
section.program .inner {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.program .inner {
    padding: 0 5%;
  }
}
section.program .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  background: url(/kids/index/img/program_ttl_bg.gif) no-repeat bottom center;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.program .inner h2 {
    justify-content: space-between;
    padding-top: 55px;
    background: none;
  }
}
section.program .inner h2::before, section.program .inner h2::after {
  width: calc((100% - 260px) / 2);
  height: 30px;
}
@media screen and (max-width: 768px) {
  section.program .inner h2::before, section.program .inner h2::after {
    content: '';
  }
}
section.program .inner h2::before {
  background: url(/kids/index/img/program_ttl_bg_sp-l.gif) no-repeat center right/contain;
}
section.program .inner h2::after {
  background: url(/kids/index/img/program_ttl_bg_sp-r.gif) no-repeat center left/contain;
}
section.program .inner h2 img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(130px);
}
@media screen and (max-width: 768px) {
  section.program .inner h2 img {
    width: 120px;
    transform: translateX(50px);
  }
}
@media screen and (max-width: 768px) {
  section.program .inner .table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  section.program .inner .table img {
    max-width: 600px;
    width: 600px;
  }
}
section.program .inner p {
  margin: 50px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.program .inner p {
    margin: 24px 0;
    line-height: 1.6;
    text-align: left;
  }
}
section.program .inner .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.program .inner .btnWrap {
    display: block;
  }
}
section.program .inner .btnWrap a.btn {
  width: 310px;
  height: 50px;
  margin: 0 25px;
  border-radius: 30px;
  background-color: #f99;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.program .inner .btnWrap a.btn {
    width: 260px;
    height: 40px;
    margin: 0 auto 18px;
  }
}

section.cause {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  section.cause {
    margin-bottom: 60px;
  }
}
section.cause .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
section.cause .inner &gt; p {
  margin-bottom: 65px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.cause .inner &gt; p {
    margin-bottom: 30px;
    padding: 0 5%;
    line-height: 1.6;
    text-align: left;
  }
}
section.cause .inner &gt; img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.cause .inner &gt; img {
    margin-bottom: 40px;
  }
}
section.cause .inner h3 {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.cause .inner h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
section.cause .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap {
    display: block;
    padding: 0 5%;
    text-align: left;
  }
}
section.cause .inner .cntWrap .cntBox {
  width: 30%;
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox::after {
    content: '';
    display: block;
    clear: both;
  }
}
section.cause .inner .cntWrap .cntBox:not(:nth-last-of-type(1)) {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox:not(:nth-last-of-type(1)) {
    margin-bottom: 50px;
  }
}
section.cause .inner .cntWrap .cntBox:not(:nth-last-of-type(1))::before {
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-left: 16px solid #3f3f3f;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 200px;
  right: -32px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox:not(:nth-last-of-type(1))::before {
    top: auto;
    bottom: -35px;
    right: 83%;
    transform: translateX(50%) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox:not(:nth-last-of-type(1))::after {
    content: '';
    display: block;
    clear: both;
  }
}
section.cause .inner .cntWrap .cntBox h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 3em;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox h4 {
    display: block;
    float: right;
    width: 65%;
    min-height: 0;
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 18px;
  }
}
section.cause .inner .cntWrap .cntBox img {
  margin: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox img {
    float: left;
    width: 35%;
  }
}
section.cause .inner .cntWrap .cntBox p {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.cause .inner .cntWrap .cntBox p {
    float: right;
    width: 64%;
  }
}

section.screening {
  padding: 50px 0 0;
  background: #fcf5d7 url(/kids/index/img/screening_bg.gif) no-repeat top center/100% auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.screening {
    padding: 25px 5% 30px;
    background: #fcf5d7 url(/kids/index/img/screening_bg.gif) repeat-y top center/100% auto;
  }
}
section.screening .inner {
  max-width: 1150px;
  margin: 0 auto 50px;
  padding: 55px 110px 70px;
  border: 7px dotted #ffa733;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.screening .inner {
    padding: 20px 5%;
    border-width: 4px;
    border-radius: 20px;
  }
}
section.screening .inner .cntTtl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.screening .inner .cntTtl {
    margin-bottom: 20px;
  }
}
section.screening .inner p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.screening .inner p {
    line-height: 1.6;
    text-align: left;
  }
}
section.screening .inner img.line {
  margin: 55px 0 40px;
}
@media screen and (max-width: 768px) {
  section.screening .inner img.line {
    margin: 30px 0 25px;
  }
}
section.screening .inner .importance {
  margin-top: 55px;
  padding-top: 40px;
  border-top: 2px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  section.screening .inner .importance {
    margin-top: 30px;
    padding-top: 25px;
  }
}
section.screening .inner .importance h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.screening .inner .importance h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
section.screening .inner .importance .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 435px;
  height: 65px;
  margin: 0 auto 45px;
  border: 2px dashed #ffa733;
  color: #ffa733;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.screening .inner .importance .copy {
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    font-size: 22px;
  }
}
section.screening .detail h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.screening .detail h3 {
    margin-bottom: 18px;
    font-size: 22px;
  }
}
section.screening .detail .cntWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
  /*
  .cntBox {
  	margin-bottom: 25px;
  	@include break {
  		margin-bottom: 14px;
  	}
  }//_cntBox*/
}
@media screen and (max-width: 768px) {
  section.screening .detail .cntWrap {
    margin-bottom: 30px;
    display: block;
  }
}
section.screening .detail .cntWrap &gt; li {
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  max-width: 480px;
  width: 48%;
  margin-bottom: 40px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  section.screening .detail .cntWrap &gt; li {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 46px;
    border-radius: 30px;
  }
}
section.screening .detail .cntWrap &gt; li:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 18px;
  right: 18px;
  width: 45px;
  height: 45px;
  background: url("../img/scr_check.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  section.screening .detail .cntWrap &gt; li:after {
    width: 40px;
    height: 40px;
    bottom: 13px;
    right: 13px;
  }
}
section.screening .detail .cntWrap &gt; li.scr_01 h4:before {
  background: url("../img/scr_01.png") no-repeat center center/100% auto;
}
section.screening .detail .cntWrap &gt; li.scr_02 h4:before {
  background: url("../img/scr_02.png") no-repeat center center/100% auto;
}
section.screening .detail .cntWrap &gt; li.scr_03 h4:before {
  background: url("../img/scr_03.png") no-repeat center center/100% auto;
}
section.screening .detail .cntWrap &gt; li.scr_04 h4:before {
  background: url("../img/scr_04.png") no-repeat center center/100% auto;
}
section.screening .detail .cntWrap &gt; li h4 {
  position: relative;
  background-color: #ffb433;
  display: table;
  width: 100%;
  min-height: 56px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  section.screening .detail .cntWrap &gt; li h4 {
    min-height: 50px;
    border-radius: 20px 20px 0 0;
  }
}
section.screening .detail .cntWrap &gt; li h4 em {
  display: table-cell;
  color: #ffffff;
  vertical-align: middle;
  text-align: left;
  padding-left: 86px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.screening .detail .cntWrap &gt; li h4 em {
    font-size: 20px;
    padding-left: 80px;
  }
}
section.screening .detail .cntWrap &gt; li h4:before {
  left: 14px;
  top: -10px;
  content: '';
  display: inline-block;
  width: 60px;
  height: 58px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.screening .detail .cntWrap &gt; li h4:before {
    left: 16px;
    top: -7px;
    width: 50px;
    height: 49px;
  }
}
section.screening .detail .cntWrap &gt; li p {
  padding: 25px 30px 10px;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.screening .detail .cntWrap &gt; li p {
    padding: 15px 5% 5px;
    font-size: 16px;
  }
}
section.screening .forParent img.line {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  section.screening .forParent img.line {
    margin-bottom: 25px;
  }
}
section.screening .forParent h3 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.screening .forParent h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
section.screening .forParent p {
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.screening .forParent p {
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: left;
  }
}
section.screening .forParent dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.screening .forParent dl {
    display: block;
  }
}
section.screening .forParent dl dt {
  width: 100%;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.screening .forParent dl dt {
    margin-bottom: 18px;
    text-align: left;
    font-size: 18px;
  }
}
section.screening .forParent dl dd {
  width: 30%;
  line-height: 2;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.screening .forParent dl dd {
    width: 100%;
    margin-bottom: 18px;
    line-height: 1.6;
    font-size: 16px;
  }
}
section.screening .forParent dl dd span {
  padding: 0 5px;
  background-color: #ffa733;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.screening .forParent dl dd span {
    padding: 0 3px;
  }
}


</pre></body></html>