@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

section, figure, aside, header, footer, main, nav {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
  border: none;
  background-color: #FFFFFF;
}

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

. tac {
  text-align: center !important;
}

.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font-family: 'Noto Sans JP', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  color: #444444;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #444444;
}

a[href^="tel:"] {
  cursor: default;
}

/* ---------------------------
mod-header
--------------------------- */
.mod-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-header-logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.mod-header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.mod-header-h {
  font-size: 0.8rem;
}

.mod-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod-header-links-item.is-access {
  font-size: 0.8rem;
}

.mod-header-contactLinks {
  z-index: 10;
}

.mod-header-contactLinks-item a {
  display: block;
  color: #fff;
  line-height: 1;
}

.mod-header-contactLinks-item.item-contact a {
  background: #1ba1e6;
}

.mod-header-contactLinks-item.item-reserve a {
  background: #82c7e6;
}

.mod-header-contactLinks-item img {
  width: 32px;
  margin-bottom: 7px;
}

/* ---------------------------
mod-footer
--------------------------- */
.mod-footer-head {
  margin-bottom: 30px;
}

.mod-footer-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-footer-info-h {
  margin-bottom: 1em;
}

.mod-footer-info-address {
  margin-bottom: 1em;
  font-size: 0.9rem;
}

.mod-footer-info-tel {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  letter-spacing: 0.1em;
}

.mod-footer-info-tel img {
  width: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.mod-footer-foot {
  font-size: 0.8rem;
}

.mod-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-footer-links-item:not(:last-child):after {
  content: "｜";
  margin: 0 10px;
}

.mod-footer-pagetop {
  position: fixed;
  border-radius: 50%;
  background: #E7F2F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-footer-pagetop img {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* ---------------------------
l-post
--------------------------- */
.l-post-side-sec:not(:last-child) {
  margin-bottom: 50px;
}

.l-post-side-sec-h {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 0.85rem;
}

.l-post-side-posts li {
  padding: 1em 0.5em;
  border-bottom: 1px dotted #c7c7c7;
  font-size: 0.85rem;
}

.l-post-side-posts li a {
  padding-left: 15px;
  display: block;
  position: relative;
}

.l-post-side-posts li a:before {
  content: "";
  background: url("../img/base/ico_arrow2_c1.svg") center no-repeat;
  background-size: contain;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.l-post-side-childPosts {
  margin-left: 1em;
  padding-top: 0.5em;
}

.l-post-side-childPosts li {
  border-bottom: none;
  padding-bottom: 0.5em;
}

.l-post-side-childPosts li:last-child {
  padding-bottom: 0;
}

.l-post-side-facebook a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-post-side-facebook i {
  width: 42px;
  height: 42px;
  background: #1ba1e6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  vertical-align: middle;
}

.l-post-side-facebook i img {
  width: 24px;
}

.tac {
  text-align: center !important;
}

a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

.mod-link01 {
  color: #444444;
  text-decoration: underline !important;
}

.mod-link01:hover {
  text-decoration: none !important;
}

.mod-attention-ft085 {
  font-size: 0.85rem;
}

/* ---------------------------
home
--------------------------- */
.home-mv {
  position: relative;
}

.home-mv-slide {
  height: 100%;
}

.home-mv-slide-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-mv-slide-img {
  position: relative;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.6s 0.6s;
  -o-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
  background: url() center no-repeat;
  background-size: cover;
}

.slick-current .home-mv-slide-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.home-mv-slide-charm {
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #fff;
  padding: 12px 20px;
  padding-right: 40px;
  font-weight: bold;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: 0.6s 0.6s;
  -o-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.home-mv-slide-charm:before {
  content: "";
  display: block;
  background: url("../img/base/ico_arrow2_c1.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

.slick-current .home-mv-slide-charm {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.home-mv-slide01-txts {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-mv-slide01-logo {
  margin-bottom: 1em;
}

.home-mv-slide01-h {
  font-weight: bold;
  font-size: 1.3rem;
}

.home-mv-slide01-h small {
  font-size: 0.9rem;
  display: block;
}

.home-mv-thumbs {
  position: absolute;
  right: 10px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-mv-thumbs-item {
  margin-left: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}

.home-mv-thumbs-item.on {
  border-color: #fff;
}

.home-info-h {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  color: #1ba1e6;
  font-weight: bold;
}

.home-info-btn {
  width: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.home-info-posts-item {
  border-bottom: 1px solid #E1E5E7;
}

.home-info-posts-item a {
  display: block;
}

.home-schedule-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.home-field-sec-h {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.home-field-sec-h small {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.5em;
}

.home-field-sec-h small {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  color: #1ba1e6;
}

.home-field-sec-lead {
  margin-bottom: 1em;
  font-weight: 500;
}

.home-field-sec-links {
  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;
}

.home-field-sec-links-item {
  width: 49%;
  margin-bottom: 2%;
}

.home-field-sec-links-item i {
  width: 40%;
  display: inline-block;
}

.home-field-sec-links-item a {
  display: block;
  background: #fff;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.home-field-sec-links-txt {
  font-weight: 500;
  color: #395162;
}

.home-lifestyle-h {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  color: #1ba1e6;
  text-align: center;
  margin-bottom: 0.7em;
  font-weight: bold;
}

.home-lifestyle-lead {
  margin-bottom: 2em;
  text-align: center;
  font-weight: bold;
}

.home-lifestyle-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-lifestyle-links-item {
  text-align: center;
}

.home-lifestyle-links-img {
  margin-bottom: 1em;
}

.home-about {
  background: #ecf7fb;
}

.home-about-h {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  color: #1ba1e6;
  text-align: center;
  margin-bottom: 0.7em;
  font-weight: bold;
}

.home-about-lead {
  margin-bottom: 2em;
  text-align: center;
  font-weight: bold;
}

.home-about-cats-img {
  margin-bottom: 1em;
  text-align: center;
}

.home-about-cats-txt {
  font-weight: bold;
  font-size: 1.1rem;
}

.home-about-largeLink {
  margin-bottom: 1em;
}

.home-about-smallLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-about-smallLinks-item {
  width: 48%;
  margin-bottom: 4%;
}

.home-recruit {
  background: url("../img/home/recruit_bg_01.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.home-recruit-h {
  margin-bottom: 1rem;
}

.home-recruit-h small {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  display: block;
  margin-bottom: 1em;
}

.home-recruit-lead {
  margin-bottom: 1em;
}

.home-recruit-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-recruit-links-item {
  margin-bottom: 4%;
}

/* ---------------------------
h
--------------------------- */
.mod-h01 {
  font-weight: bold;
}

.mod-h01-wrap {
  text-align: center;
  font-weight: bold;
  color: #1ba1e6;
  letter-spacing: 0.1;
  border-bottom: 1px solid #DCDCDC;
}

.mod-h02 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mod-h02 small {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 1em;
}

.mod-h03 {
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.mod-title-01 {
  text-align: center;
  font-size: 1.6rem;
  color: #26596D;
  line-height: 1.8em;
}

/* ---------------------------
mod-gnav
--------------------------- */
.mod-gnav-links2 {
  display: none;
}

.mod-gnav-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecf7fb;
}

.mod-gnav-btn svg {
  width: 40px;
}

.mod-gnav-btn-lines {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.on .mod-gnav-btn-lines {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.mod-gnav-btn-lines-item {
  height: 2px;
  background: #1ba1e6;
  width: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#cat-special .mod-gnav-btn-lines-item {
  background: #444444;
}

.mod-gnav-btn-lines-item:not(:last-child) {
  margin-bottom: 8px;
}

.mod-gnav-tel {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
}

/* ---------------------------
btn
--------------------------- */
.mod-btn01 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2em;
}

.mod-btn01:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod-btn01.bg-pkg {
  background: -webkit-gradient(linear, left top, right top, from(#FD6AF2), to(#DF0576));
  background: -webkit-linear-gradient(left, #FD6AF2 0%, #DF0576 100%);
  background: -o-linear-gradient(left, #FD6AF2 0%, #DF0576 100%);
  background: linear-gradient(to right, #FD6AF2 0%, #DF0576 100%);
}

.mod-btn01.bg-wh:after {
  background: rgba(186, 226, 255, 0.5);
}

.mod-btn01.bd-c1 {
  border: 1px solid #1ba1e6;
}

.mod-btn01.arrow-r:before, .mod-btn01.arrow-br:before {
  content: "";
  display: block;
  background: url("../img/base/ico_arrow01_yw.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
}

.mod-btn01.arrow-r.bg-bk:before, .mod-btn01.arrow-r.bg-c1:before, .mod-btn01.arrow-r.bg-gn:before, .mod-btn01.arrow-br.bg-bk:before, .mod-btn01.arrow-br.bg-c1:before, .mod-btn01.arrow-br.bg-gn:before {
  background-image: url("../img/base/ico_arrow01_yw.svg");
}

.mod-btn01.arrow-r.bg-yw:before, .mod-btn01.arrow-r.bg-lgy:before, .mod-btn01.arrow-r.bg-wh:before, .mod-btn01.arrow-br.bg-yw:before, .mod-btn01.arrow-br.bg-lgy:before, .mod-btn01.arrow-br.bg-wh:before {
  background-image: url("../img/base/ico_arrow01_bu.svg");
}

.mod-btn01.arrow-r.c-pk:before, .mod-btn01.arrow-br.c-pk:before {
  background-image: url("../img/base/ico_arrow01_pk.svg");
}

.mod-btn01.arrow-r:before {
  right: 10px;
  margin-top: -10px;
}

.mod-btn01.arrow-br:before {
  right: 10px;
  margin-top: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mod-btn01.ico-mail span {
  position: relative;
  display: inline-block;
}

.mod-btn01.ico-mail span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/base/ico_mail_01.svg") center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.mod-btn01.ico-instagram {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}

.mod-btn01.ico-instagram:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/base/ico_instagram_bk.svg") center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.mod-btn01.ico-instagram.u-c-wh:after {
  background-image: url("../img/base/ico_instagram_wh.svg");
}

.mod-btn01.ico-newTab {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}

.mod-btn01.ico-newTab:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/base/ico_newTab_wh.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

.mod-btn01.ico-onLeft {
  padding-left: 50px;
}

.mod-btn01.ico-onLeft:after {
  content: "";
  display: block;
  background: url() center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 45px;
  height: 45px;
  left: 5px;
}

.mod-btn01 span, .mod-btn01 aside {
  position: relative;
  z-index: 1;
}

.mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
  content: "";
  display: block;
  background: url("../img/base/ico_newTab_01_wh.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
}

@-webkit-keyframes mod-btn01-lineX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes mod-btn01-lineX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes mod-btn01-lineY {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes mod-btn01-lineY {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* ---------------------------
btns1col
--------------------------- */
.mod-btns1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-btns2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-btns2col-item {
  width: 48%;
}

.mod-btns3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-btns3col-item {
  width: 32%;
}

/* ---------------------------
mod-slide
--------------------------- */
.mod-slide-nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-slide-nav01 li {
  width: 26px;
  height: 4px;
  background: #fff;
  margin: 0 4px 4px;
  cursor: pointer;
}

.mod-slide-nav01 li.slick-active {
  background: #2D7638;
}

.mod-slide-nav01 li button {
  display: none;
}

.mod-slide-btn01 {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.mod-slide-btn01.is-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* ---------------------------
mod-wysiwyg
--------------------------- */
.mod-wysiwyg {
  overflow: hidden;
}

.mod-wysiwyg a {
  color: #65C9F7;
  text-decoration: underline;
}

.mod-wysiwyg a:hover {
  text-decoration: none;
}

.mod-wysiwyg a img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mod-wysiwyg a img:hover {
  opacity: 0.8;
}
h1.wrapin { text-decoration: underline; }
.mod-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}

.mod-wysiwyg h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.73rem;
  font-weight: bold;
}

.mod-wysiwyg h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.44rem;
  font-weight: bold;
}

.mod-wysiwyg h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: bold;
}

.mod-wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.mod-wysiwyg ol li {
  list-style-type: decimal;
}

.mod-wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.mod-wysiwyg ul li {
  list-style-type: disc;
}

.mod-wysiwyg p {
  margin-bottom: 1.5em;
}

.mod-wysiwyg em {
  font-weight: normal;
  font-style: italic;
}

/* ---------------------------
mod-pageNav
--------------------------- */
.mod-pageNav .wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-pageNav .wp-pagenavi .extend {
  display: none;
}

.mod-pageNav .wp-pagenavi li, .mod-pageNav .wp-pagenavi span, .mod-pageNav .wp-pagenavi a {
  margin: 0 0.5em;
  padding: 8px 15px;
  display: block;
  background: #f5f5f5;
}

.mod-pageNav .wp-pagenavi li.current, .mod-pageNav .wp-pagenavi span.current, .mod-pageNav .wp-pagenavi a.current {
  background: #fff;
  color: #1ba1e6;
  border: 2px solid #1ba1e6;
}

.mod-pageNav .wp-pagenavi li:hover, .mod-pageNav .wp-pagenavi span:hover, .mod-pageNav .wp-pagenavi a:hover {
  text-decoration: none;
}

.pswp__caption__center {
  font-size: 1rem !important;
  max-width: 1000px !important;
  text-align: center !important;
}

.pswp__ui--hidden .pswp__caption {
  -webkit-transform: translateY(100px) !important;
  -ms-transform: translateY(100px) !important;
  transform: translateY(100px) !important;
}

.pswp__top-bar {
  background: none !important;
  background-size: cover !important;
}

.pswp__button--close {
  background: url("../img/base/ico_close_wh.svg") center no-repeat !important;
  background-position: center !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  width: 50px !important;
  height: 50px !important;
  background: url("/common2019/img/base/ico_arrow01_wh.svg") center no-repeat !important;
  background-size: contain !important;
}

.pswp__button--arrow--left:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* ---------------------------
pankuzu
--------------------------- */
.mod-pankuzu-links-item a {
  color: #000000;
}

.mod-pankuzu-links-item:not(:last-child):after {
  content: "＞";
  margin: 0 1em;
}

/* ---------------------------
mod-footerContact
--------------------------- */
.mod-footerContact {
  background: #ecf7fb;
}

.mod-footerContact-head {
  text-align: center;
}

.mod-footerContact-h .en {
  font-weight: bold;
  display: block;
  color: #1ba1e6;
}

.mod-footerContact-h .ja {
  display: block;
  letter-spacing: 0.15em;
}

.mod-footerContact-links-item {
  text-align: center;
}

.mod-footerContact-links-item a {
  color: #fff;
  display: block;
}

.mod-footerContact-links-item.item-contact a {
  background: #1ba1e6;
}

.mod-footerContact-links-item.item-reserve a {
  background: #82c7e6;
}

.mod-footerContact-links-item .ico {
  width: 32px;
  margin: 0 auto 5px;
  line-height: 1;
}

/* ---------------------------
mod-sec
--------------------------- */
/* ---------------------------
beginner
--------------------------- */
.beginner-index-lead-h {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
}

.beginner-index-lead-txt p:not(:last-child) {
  margin-bottom: 1em;
}

.beginner-index-listen-head {
  background: url("../img/beginner/index/listen_bg_01.jpg") right bottom no-repeat;
  background-size: cover;
}

.beginner-index-listen-head-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0.1em;
}

.beginner-index-listen-head-txts {
  color: #fff;
  font-weight: bold;
}

.beginner-index-feature-features-item {
  position: relative;
}

.beginner-index-feature-features-item.is-large {
  margin-bottom: 3em;
}

.beginner-index-feature-features-item.is-small {
  margin-bottom: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-large .beginner-index-feature-features-txts {
  position: relative;
  margin-top: -70px;
  background: #fff;
  margin-left: 20%;
  margin-right: 5%;
}

.beginner-index-feature-features-h {
  font-weight: bold;
}

.is-small .beginner-index-feature-features-h {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.is-large .beginner-index-feature-features-h {
  font-size: 1.3rem;
}

.beginner-index-feature-features-img {
  background: url() center no-repeat;
  background-size: cover;
}

.beginner-index-promise-promises {
  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;
}

.beginner-index-promise-promises-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ecf7fb;
  font-weight: bold;
}

.beginner-index-promise-promises-num {
  position: absolute;
  left: 50%;
  top: -35px;
}

.beginner-index-promise-promises-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
}

.beginner-flow-consult {
  border-bottom: 1px solid #DCDCDC;
}

.beginner-flow-consult-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beginner-flow-consult-mail dt {
  width: 40%;
}

.beginner-flow-consult-mail dt a {
  color: #fff;
  background: #1ba1e6;
  position: relative;
  font-size: 1.5rem;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.beginner-flow-consult-mail dt a:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}

.beginner-flow-consult-mail dd {
  width: 60%;
  color: #1ba1e6;
  background: #ecf7fb;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.beginner-flow-consult-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.beginner-flow-consult-faq-txt {
  text-decoration: underline !important;
  color: #1ba1e6;
}

.beginner-flow-consult-faq:hover .beginner-flow-consult-faq-txt {
  text-decoration: none !important;
}

.beginner-flow-faq-faqs-item {
  position: relative;
  background: #f5f5f5;
}

.beginner-flow-faq-faqs i {
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
}

.beginner-flow-faq-faqs-h {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.beginner-flow-counselling-sec-txts {
  background: #ecf7fb;
}

.beginner-flow-counselling-sec-30min {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}

.beginner-flow-counselling-sec-h {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.beginner-flow-counselling-sec-img {
  background: url() center no-repeat;
  background-size: cover;
}

.item01 .beginner-flow-counselling-sec-img {
  background-image: url("../img/beginner/flow/counselling_img_01.jpg");
}

.item02 .beginner-flow-counselling-sec-img {
  background-image: url("../img/beginner/flow/counselling_img_02.jpg");
}

.beginner-flow-reserve-notes {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5em;
}

.beginner-flow-mail {
  position: relative;
  background: #ecf7fb;
  text-align: center;
}

.beginner-flow-mail-ico {
  text-align: center;
  margin-bottom: 1em;
  display: block;
}

.beginner-flow-mail-h {
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.beginner-flow-mail-txt {
  margin-bottom: 1em;
}

.beginner-flow-first-time {
  background: #fff;
  margin-bottom: 30px;
}

.beginner-flow-first-time-h {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.beginner-flow-first-time-lead {
  margin-bottom: 2em;
}

.beginner-flow-first-time-sample {
  background: #f5f5f5;
}

.beginner-flow-first-time-sample-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2rem;
}

.beginner-flow-first-time-samples-item:not(:last-child) {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.beginner-flow-first-time-samples-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e1e5e7;
}

.beginner-flow-first-time-samples-item dt {
  margin-right: 2em;
}

.beginner-flow-first-time-samples-item dt:before {
  content: "◯";
  color: #1ba1e6;
  margin-right: 0.5em;
  font-size: 0.75em;
}

.beginner-flow-first-time-samples-item dd {
  font-weight: bold;
}

.beginner-flow-first-tabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beginner-flow-first-tabNav-item {
  background: #1ba1e6;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}

.beginner-flow-first-tabNav-item.on {
  background: #fff;
  color: #444444;
}

.beginner-flow-first-tabSec {
  background: #fff;
}

.beginner-flow-first-tabSec:not(.on) {
  display: none;
}

.beginner-flow-first-tabSec-h {
  margin-bottom: 1em;
}

.beginner-hospital-charm-charms-item dt {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6;
}

.beginner-hospital-photo-photos-item figcaption {
  margin-top: 10px;
}

.beginner-hospital-system-sec-h {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
}

.beginner-society-teeth-h {
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.beginner-society-teeth-h small {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.beginner-society-teeth-img {
  text-align: center;
}

.beginner-society-teeth-img figcaption {
  margin-top: 1em;
  font-size: 0.85rem;
}

.beginner-society-teeth-notes {
  font-size: 0.85rem;
  margin-bottom: 2em;
}

.beginner-society-nico {
  border-top: 1px solid #ecf7fb;
}

.beginner-society-nico-h {
  text-align: center;
  margin-bottom: 50px;
}

.beginner-society-nico-acts-item dt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.beginner-society-nico-acts-item dl {
  margin-bottom: 1em;
}

.beginner-society-nico-acts-h {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.beginner-society-nico-acts-img {
  text-align: center;
  margin-bottom: 1.5em;
}

.beginner-society-nico-maintenance {
  background: #ecf7fb;
}

.beginner-society-nico-maintenance-h {
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}

.beginner-society-nico-maintenance-h small {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.beginner-society-nico-maintenance-txts dt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.1rem;
}

.beginner-society-nico-maintenance-txts dd {
  margin-bottom: 2em;
}

.beginner-society-nico-maintenance-img {
  text-align: center;
}

/* ---------------------------
mod-keyvisualHead
--------------------------- */
.mod-keyvisualHead {
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.2em;
}

.mod-keyvisualHead.align-lb {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mod-keyvisualHead.align-lc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-keyvisualHead.align-rb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mod-keyvisualHead.align-rt {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mod-keyvisualHead.align-cb {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-keyvisualHead-txts {
  font-weight: bold;
}

.mod-keyvisualHead-txts .tit {
  display: block;
  margin-bottom: 0.4em;
}

.mod-keyvisualHead-txts i {
  display: inline-block;
}

.mod-keyvisualHead-txts i img {
  border-radius: 50%;
  border: 4px solid #fff;
}

/* ---------------------------
mod-fukidashiNum
--------------------------- */
.mod-fukidashiNum {
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-fukidashiNum:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.mod-fukidashiNum.is-c1 {
  background: #1ba1e6;
  color: #fff;
}

.mod-fukidashiNum.is-c1:before {
  border-top-color: #1ba1e6;
  border-right-color: #1ba1e6;
}

/* ---------------------------
mod-sameCatNav
--------------------------- */
.mod-sameCatNav {
  border-top: 1px solid #ecf7fb;
}

.mod-sameCatNav-h {
  font-weight: bold;
  line-height: 1.4;
}

.mod-sameCatNav-links-item {
  position: relative;
  padding-left: 30px;
}

.mod-sameCatNav-links-item:not(:last-child) {
  margin-bottom: 0.5em;
}

.mod-sameCatNav-links-item a {
  color: #607D8B;
}

.mod-sameCatNav-links-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../img/base/sameCatNav_ico_01.svg") center no-repeat;
  background-size: contain;
  display: none;
}

.mod-sameCatNav-links-item.on:before {
  display: block;
}

/* ---------------------------
mod-schedule
--------------------------- */
.mod-schedule-table {
  width: 250px;
  margin-bottom: 1em;
}
.mod-schedule-table2 {
  width: 500px;
}

.mod-schedule-table th, .mod-schedule-table td {
  text-align: center;
}

.mod-schedule-table .tal {
  padding-left: 0;
}

.mod-schedule-notes {
  text-align: right;
}

.mod-footer .mod-schedule-notes {
  text-align: left;
}

/* ---------------------------
preventive
--------------------------- */
.preventive {
  /* ---------------------------
preventive-flow
	--------------------------- */
}

.preventive-index-sec01-copy {
  text-align: center;
  margin-bottom: 80px;
}

.preventive-index-sec01-copy p:not(:last-child) {
  margin-bottom: 1em;
}

.preventive-index-sec01-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preventive-index-sec01-column-item {
  position: relative;
}

.preventive-index-sec01-column-item.item01 {
  background: url("/common2019/img/preventive/index/sec01-column-item-img01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.preventive-index-sec01-column-item.item02 {
  background: url("/common2019/img/preventive/index/sec01-column-item-img02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.preventive-index-sec01-column-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.preventive-index-sec01-column-item-txt {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  background: #fff;
  position: relative;
  width: 80%;
  position: absolute;
  left: 0;
  top: 100%;
  font-weight: bold;
}

.preventive-index-sec01-column-item-txt:before {
  content: "";
  background: url("/common2019/img/base/ico_arrow1_c1.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 18px;
  margin-top: -9px;
}

.preventive-index-sec02 {
  background: #EDF5F7;
  padding: 60px 0 90px;
}

.preventive-index-sec02-support-item {
  position: relative;
  background: #FFF;
}

.preventive-index-sec02-support-item i {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.preventive-index-sec02-support-item-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.preventive-index-sec02-support-item-txt {
  line-height: 2em;
}

.preventive-index-sec03 {
  background: #DBEBEF;
}

.preventive-index-sec03-maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFF;
  padding: 50px 40px 0;
}

.preventive-index-sec03-maintenance-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preventive-index-sec03-maintenance-column-list {
  font-size: 0.85rem;
}

.preventive-index-sec03-maintenance-column-num {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1;
}

.preventive-index-sec03-maintenance-column-num em {
  font-size: 2em;
}

.preventive-index-sec03-maintenance-column-circle {
  margin-bottom: 1em;
  text-align: center;
}

.preventive-index-sec03-maintenance-info {
  line-height: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.preventive-index-sec03-maintenance-after {
  font-size: 0.85rem;
}

.preventive-index-sec03-maintenance-after em {
  font-size: 1.2em;
}

.preventive-index-sec03-maintenance-after.mb30 {
  margin-bottom: 30px;
}

.preventive-index-sec03-maintenance-graph {
  background: #FFF;
}

.preventive-flow-programs-h {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #82c7e6;
  border-radius: 2em;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}

.preventive-flow-programs-h:before, .preventive-flow-programs-h:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -12px;
  border: 12px solid transparent;
}

.preventive-flow-programs-h:before {
  border-top-color: #82c7e6;
}

.preventive-flow-programs-h:after {
  border-top-color: #fff;
  margin-top: -1px;
}

.preventive-flow-programs-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preventive-flow-programs-txt {
  width: 66%;
}

.preventive-flow-programs-img {
  width: 30%;
}

.preventive-flow-maintenance-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preventive-flow-maintenance-cats-item {
  width: 48%;
  text-align: center;
  background: #82c7e6;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.preventive-flow-maintenance-cats-item.on {
  background: #fff;
  color: #1ba1e6;
}

.preventive-flow-maintenance-cats-item.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  border: 10px solid transparent;
  border-top-color: #fff;
  margin-left: -10px;
}

.preventive-flow-maintenance-tab {
  display: none;
}

.preventive-flow-maintenance-tab.on {
  display: block;
}

.preventive-flow-maintenance-days-item {
  background: #fff;
  position: relative;
}

.preventive-flow-maintenance-days-h {
  margin-bottom: 1em;
}

.preventive-flow-maintenance-days-h .num {
  color: #1ba1e6;
  font-weight: bold;
  display: block;
}

.preventive-flow-maintenance-days-h em {
  font-size: 2.2em;
  line-height: 1;
}

.preventive-flow-maintenance-days-h .txt {
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
}

.preventive-flow-maintenance-days-time {
  font-size: 0.9rem;
}

.preventive-flow-maintenance-days-txt {
  margin-bottom: 1em;
  font-size: 0.9rem;
}

.preventive-flow-maintenance-days-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.preventive-flow-maintenance-days-list {
  font-size: 0.9rem;
}

.preventive-flow-maintenance-day5-h, .preventive-flow-maintenance-day9-h {
  background: #1ba1e6;
  color: #fff;
  width: 100%;
}

.preventive-flow-maintenance-day5-h .num, .preventive-flow-maintenance-day9-h .num {
  font-weight: bold;
  display: block;
}

.preventive-flow-maintenance-day5-h em, .preventive-flow-maintenance-day9-h em {
  font-size: 2.2em;
}

.preventive-flow-maintenance-day5-h .txt, .preventive-flow-maintenance-day9-h .txt {
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
}

.preventive-flow-maintenance-day5-h small, .preventive-flow-maintenance-day9-h small {
  font-size: 0.9rem;
  font-weight: normal;
}

.preventive-flow-maintenance-day5-time, .preventive-flow-maintenance-day9-time {
  font-size: 0.9rem;
}

.preventive-flow-maintenance-day5-txts, .preventive-flow-maintenance-day9-txts {
  background: #fff;
  position: relative;
}

.preventive-flow-maintenance-day5-h2, .preventive-flow-maintenance-day9-h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.preventive-flow-maintenance-day5-txt, .preventive-flow-maintenance-day9-txt {
  margin-bottom: 1em;
}

.preventive-flow-maintenance-day5-list, .preventive-flow-maintenance-day9-list {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.preventive-flow-maintenance-day5-list li, .preventive-flow-maintenance-day9-list li {
  margin-right: 2em;
}

.mod-preventive-program-programs-item {
  border-bottom: 1px solid #EDF5F7;
}

.mod-preventive-program-programs-item.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.mod-preventive-program-programs-item-bg {
  background: url() no-repeat;
  background-position: center;
  background-size: cover;
  width: 40%;
}

.mod-preventive-program-programs-item-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-preventive-program-programs-item-info-title {
  line-height: 1.7em;
  max-width: 500px;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
}

.mod-preventive-program-programs-item-info-txt {
  line-height: 2em;
  max-width: 500px;
  margin: 0 auto 30px;
  margin-bottom: 1em;
}

.mod-preventive-program-programs-item-info-link {
  height: 60px;
  max-width: 500px;
  margin: 0 auto;
}

.mod-preventive-program-programs-item-info-link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  border-radius: 30px;
  background: #26596D;
}

/* ---------------------------
mod-noteArchive
--------------------------- */
.mod-noteArchive-h {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #1ba1e6;
}

.mod-noteArchive-h small {
  font-size: 0.9rem;
  display: block;
}

.mod-noteArchive-lead {
  margin-bottom: 1.5em;
  font-weight: bold;
}

.mod-noteArchive-cats {
  margin-bottom: 1em;
  margin-left: 0.5em;
  font-size: 0.95rem;
}

.mod-noteArchive-cats-item {
  margin-bottom: 0.5em;
}

.mod-noteArchive-cats-item a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url("../img/base/ico_arrow2_c1.svg") center no-repeat;
  background-size: contain;
}

.mod-noteArchive-btn {
  margin-bottom: 30px;
}

.mod-noteArchive-fb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-noteArchive-fb i {
  width: 42px;
  height: 42px;
  background: #1ba1e6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  vertical-align: middle;
}

.mod-noteArchive-fb i img {
  width: 24px;
}

.mod-noteArchive-main {
  padding: 20px;
}

.mod-noteArchive-posts-item {
  margin-bottom: 4%;
}

.mod-noteArchive-posts-img {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background: url() center no-repeat;
  background-size: cover;
}

.mod-noteArchive-posts-cat {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 4px 8px;
}

.mod-noteArchive-posts-txt {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.mod-noteArchive-posts-txt .date {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  margin-right: 1em;
}

.mod-noteArchive-posts-txt .num {
  display: block;
  font-size: 1.6rem;
}

.mod-noteArchive-posts-txt .txt {
  font-size: 1.1rem;
}

/* ---------------------------
orthodontic
--------------------------- */
.orthodontic-sameCatNav {
  background: #d9eef7;
}

.orthodontic-sameCatNav-links {
  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;
}

.orthodontic-sameCatNav-links-item {
  margin-bottom: 2%;
}

.orthodontic-sameCatNav-links-item i {
  width: 40%;
  display: inline-block;
}

.orthodontic-sameCatNav-links-item a {
  display: block;
  background: #fff;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.orthodontic-sameCatNav-links-txt {
  font-weight: 500;
  color: #395162;
  line-height: 1.4;
}

.orthodontic-index-charm-charms {
  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;
}

.orthodontic-index-charm-charms-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.orthodontic-index-charm-charms-num {
  position: absolute;
  left: 50%;
  top: -35px;
}

.orthodontic-index-charm-charms-txt {
  background: #fff;
}

.orthodontic-index-charm-charms-txt dt {
  font-weight: bold;
  margin-bottom: 1em;
}

.orthodontic-index-charm-charms-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

.orthodontic-index-reason-lead {
  margin-bottom: 5em;
}

.orthodontic-index-reason-reasons {
  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;
}

.orthodontic-index-reason-reasons-item {
  position: relative;
  background: #ecf7fb;
}

.orthodontic-index-reason-reasons-item i {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  text-align: center;
}

.orthodontic-index-reason-reasons-item dt {
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}

.orthodontic-index-reason-reasons-item dd {
  font-size: 0.9rem;
}

.orthodontic-index-reason-reasons-num {
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
}

.orthodontic-flow-lead-txt {
  margin-bottom: 3em;
}

.orthodontic-flow-span-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.orthodontic-flow-span-steps-item {
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orthodontic-flow-span-steps-item:after {
  content: "";
  display: block;
  width: 55px;
  height: 100%;
  background: url("../img/orthodontic/flow/steps_bg_01.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 98%;
  top: 0;
  z-index: 1;
}

.orthodontic-flow-span-steps-item.is-phase01, .orthodontic-flow-span-steps-item.is-phase03 {
  width: 30%;
}

.orthodontic-flow-span-steps-item.is-phase02 {
  width: 40%;
}

.orthodontic-flow-span-steps-item.is-phase01 {
  background: #26c6da;
}

.orthodontic-flow-span-steps-item.is-phase01:after {
  background-image: url("../img/orthodontic/flow/steps_bg_01.png");
}

.orthodontic-flow-span-steps-item.is-phase02 {
  background: #1ba1e6;
}

.orthodontic-flow-span-steps-item.is-phase02:after {
  background-image: url("../img/orthodontic/flow/steps_bg_02.png");
}

.orthodontic-flow-span-steps-item.is-phase03 {
  background: #66bb6a;
}

.orthodontic-flow-span-steps-item.is-phase03:after {
  background-image: url("../img/orthodontic/flow/steps_bg_03.png");
}

.orthodontic-flow-span-steps-item em {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
}

.orthodontic-flow-span-secs .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.orthodontic-flow-span-secs-frame {
  position: relative;
}

.orthodontic-flow-span-secs-slideBtn {
  position: absolute;
  top: 50%;
}

.orthodontic-flow-span-sec.is-phase01 {
  background: #def6f9;
}

.orthodontic-flow-span-sec.is-phase02 {
  background: #ddf1fb;
}

.orthodontic-flow-span-sec.is-phase03 {
  background: #e8f5e9;
}

.orthodontic-flow-span-sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orthodontic-flow-span-sec-num {
  margin-right: 20px;
  position: relative;
}

.is-phase01 .orthodontic-flow-span-sec-num {
  background: #26c6da;
}

.is-phase01 .orthodontic-flow-span-sec-num:before {
  border-top-color: #26c6da;
  border-right-color: #26c6da;
}

.is-phase02 .orthodontic-flow-span-sec-num {
  background: #1ba1e6;
}

.is-phase02 .orthodontic-flow-span-sec-num:before {
  border-top-color: #1ba1e6;
  border-right-color: #1ba1e6;
}

.is-phase03 .orthodontic-flow-span-sec-num {
  background: #66bb6a;
}

.is-phase03 .orthodontic-flow-span-sec-num:before {
  border-top-color: #66bb6a;
  border-right-color: #66bb6a;
}

.orthodontic-flow-span-sec-h {
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.orthodontic-price-lead {
  margin-bottom: 3em;
}

.orthodontic-price-lead-txt p {
  margin-bottom: 1em;
}

.orthodontic-price-lead-charms-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orthodontic-price-lead-charms-head i {
  margin-right: 20px;
}

.orthodontic-price-lead-charms-h {
  font-weight: bold;
}

.orthodontic-price-examples-item {
  margin-bottom: 30px;
  background: #fff;
}

#cat-price .orthodontic-price-examples-item {
  background: #ecf7fb;
}

.orthodontic-price-examples-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.orthodontic-price-examples-head i {
  margin-right: 10px;
}

.orthodontic-price-examples-h {
  font-weight: bold;
  line-height: 1.7;
}

.orthodontic-price-examples-monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.orthodontic-price-examples-monthly dt {
  background: #1ba1e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 80px;
  height: 48px;
  margin-right: 20px;
  position: relative;
  line-height: 1.4;
  text-align: center;
  font-size: 0.85rem;
}

.orthodontic-price-examples-monthly dt:after {
  content: "";
  display: block;
  border: 24px solid transparent;
  border-left-width: 10px;
  border-left-color: #1ba1e6;
  position: absolute;
  left: 100%;
  top: 0;
}

.orthodontic-price-examples-monthly dd {
  font-weight: bold;
  font-size: 1.4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 238, 88, 0)), color-stop(51%, #ffee58));
  background: -webkit-linear-gradient(rgba(255, 238, 88, 0) 50%, #ffee58 51%);
  background: -o-linear-gradient(rgba(255, 238, 88, 0) 50%, #ffee58 51%);
  background: linear-gradient(rgba(255, 238, 88, 0) 50%, #ffee58 51%);
  line-height: 1;
  padding-left: 1em;
}

.orthodontic-price-examples-monthly em {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.orthodontic-price-examples-txt em {
  margin-left: 2em;
  font-size: 1.1em;
}

.orthodontic-price-examples-table th {
  padding-right: 1em;
}

.orthodontic-price-examples-table td {
  text-align: right;
}

.orthodontic-price-steps-item {
  margin-bottom: 20px;
}

.orthodontic-price-steps-txt {
  background: #fff;
}

.item01 .orthodontic-price-steps-txt {
  background: #1ba1e6;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.item01 .orthodontic-price-steps-txt em {
  font-size: 1.5em;
}

.item02 .orthodontic-price-steps-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
}

.item02 .orthodontic-price-steps-txt em {
  font-size: 1.7em;
}

.item04 .orthodontic-price-steps-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.orthodontic-price-steps-txt.is-others dt {
  margin-bottom: 1em;
}

.orthodontic-price-steps-h {
  color: #fff;
  background: #1ba1e6;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

.orthodontic-price-steps-dl {
  margin-bottom: 1em;
}

.orthodontic-price-steps-dl dt {
  font-weight: bold;
}

.orthodontic-price-steps-table th {
  width: 11em;
}

.orthodontic-voice-sec-h {
  font-weight: bold;
  border-bottom: 2px solid #1ba1e6;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.orthodontic-faq-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orthodontic-faq-nav-item {
  text-align: center;
}

.orthodontic-faq-nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dcdcdc;
  border-radius: 6px;
}

.orthodontic-faq-nav-item i {
  display: inline-block;
}

.orthodontic-faq-nav-txt {
  font-weight: bold;
}

.orthodontic-faq-sec-q {
  background: #ecf7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.orthodontic-faq-sec-q i {
  margin-right: 20px;
}

.orthodontic-faq-sec-q-cat {
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
}

.orthodontic-faq-sec-q-btn {
  position: relative;
  width: 25px;
  height: 25px;
}

.orthodontic-faq-sec-q-btn:before, .orthodontic-faq-sec-q-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1ba1e6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.orthodontic-faq-sec-q-btn:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.orthodontic-faq-sec-a {
  display: none;
}

.orthodontic-faq-sec-a-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orthodontic-faq-sec-a-num {
  position: relative;
  color: #1ba1e6;
}

.orthodontic-faq-sec-a-txts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.orthodontic-faq-sec-a-txts p {
  margin-bottom: 1em;
}

.orthodontic-faq-sec-a-closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.orthodontic-faq-sec-a-closeBtn .mod-btn01 {
  width: auto;
}

.mod-orthodontic-lifestyle-h {
  text-align: center;
  margin-bottom: 3em;
}

.mod-orthodontic-lifestyle-h small {
  font-weight: bold;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.mod-orthodontic-lifestyle-h span {
  letter-spacing: 0.2em;
}

.mod-orthodontic-nav01-item {
  text-align: center;
}

.mod-orthodontic-nav01-item a {
  color: #fff;
  display: block;
}

.mod-orthodontic-nav01-item.item-contact a {
  background: #8dd0f2;
}

.mod-orthodontic-nav01-item.item-reserve a {
  background: #76c7f0;
}

/* ---------------------------
mod-invisalignBnr
--------------------------- */
.mod-invisalignBnr {
  background: url("../img/base/invisalign_bg_01.jpg") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
}

.mod-invisalignBnr-h {
  margin-bottom: 1em;
}

.mod-invisalignBnr-lead {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.mod-contactLinks-item {
  position: relative;
}

.mod-contactLinks-item.is-tel i {
  width: 16px;
  display: inline-block;
  margin-right: 6px;
}

.mod-contactLinks-item.is-tel i img {
  vertical-align: middle;
}

.mod-contactLinks-item.is-tel a {
  background: #ecf7fb;
  position: relative;
  padding: 30px;
}

.mod-contactLinks-item.is-online a {
  color: #fff;
  background: #1ba1e6;
}

.mod-contactLinks-item.is-online a:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  font-size: 1.4rem;
}

.mod-contactLinks-item dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.mod-contactLinks-item.is-tel dt {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
}

.mod-contactLinks-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 30px;
}

.mod-contactLinks-item dd {
  font-size: 0.85rem;
}

/* ---------------------------
mod-form
--------------------------- */
.mod-form {
  background: #ecf7fb;
  margin-bottom: 30px;
}

.mod-form .error {
  color: #f00;
}

.mod-form .must {
  color: #1ba1e6;
}

.mod-form-table {
  display: block;
  margin-bottom: 30px;
}

.mod-form-table tbody, .mod-form-table tr, .mod-form-table th, .mod-form-table td {
  display: block;
}

.mod-form-table tr {
  margin-bottom: 2em;
}

.mod-form-table th {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.mod-form-attention {
  margin-bottom: 2em;
}

.mod-form-attention a {
  word-break: break-all;
}

.mod-form-attention-h {
  font-weight: bold;
  margin-bottom: 1em;
}

.mod-form-attention-txt {
  font-size: 0.85rem;
}

.mod-form-btns .mod-btn01 {
  border: none;
  font-size: 1rem;
}

/* ---------------------------
lifestyle
--------------------------- */
.lifestyle-head-h {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.lifestyle-head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lifestyle-head-links-item {
  font-weight: bold;
}

.lifestyle-head-links-item a {
  text-align: center;
  padding: 10px;
  background: #ecf7fb;
  display: block;
}

.lifestyle-head-links-item i img {
  border-radius: 50%;
  border: 4px solid #fff;
}

.lifestyle-head-links-item.on a {
  color: #fff;
  background: #82c7e6;
}

.lifestyle-faqs-item {
  background: #f5f5f5;
}

.lifestyle-faqs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.lifestyle-faqs-head-infos-h {
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
}

.lifestyle-faqs-head-infos-h:before {
  content: "●";
  color: #1ba1e6;
  position: absolute;
  left: 0;
  top: 0;
}

.lifestyle-faqs-head-infos-notes {
  font-size: 0.85rem;
  padding-left: 1.3rem;
  display: block;
}

.lifestyle-faqs-img {
  margin-right: 20px;
}

.lifestyle-faqs-img img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.lifestyle-faqs-img figcaption {
  text-align: center;
  color: #1ba1e6;
  font-size: 0.85rem;
  margin-top: 0.5em;
}

.lifestyle-faqs-h {
  font-weight: bold;
  margin-bottom: 1em;
}

.lifestyle-faqs-h em {
  background: #f5f382;
}

.lifestyle-answer {
  background: #ecf7fb;
}

.lifestyle-answer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.lifestyle-answer-num {
  position: relative;
}

.lifestyle-answer-h {
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
}

.lifestyle-answer-txt p {
  margin-bottom: 1em;
}

.lifestyle-answer-img {
  background: #fff;
}

.lifestyle-answer-img figcaption {
  margin-top: 1em;
  font-size: 0.85rem;
}

.lifestyle-conclusion-box {
  border: 2px solid #82c7e6;
}

.lifestyle-conclusion-h {
  text-align: center;
  font-weight: bold;
  color: #1ba1e6;
  margin-bottom: 1rem;
  margin-top: -1.2em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.lifestyle-conclusion-h span {
  background: #fff;
  display: inline-block;
  padding: 0 12px;
}

.lifestyle-conclusion-txt {
  margin-bottom: 2em;
}

.lifestyle-conclusion-btn a {
  color: #fff;
  background: #1ba1e6;
  display: block;
  text-align: center;
  padding: 30px;
  position: relative;
}

.lifestyle-conclusion-btn a:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  font-size: 1.4rem;
}

.lifestyle-conclusion-btn dt {
  font-weight: bold;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}

.lifestyle-conclusion-btn dd {
  font-size: 0.85rem;
}

.lifestyle-conclusion-btn i {
  width: 50px;
  display: inline-block;
  margin-bottom: 10px;
}

.lifestyle-reserve-note {
  margin-top: 2em;
  font-size: 0.85rem;
  color: #696969;
}

.mod-lifestyle-styles {
  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;
}

.mod-lifestyle-styles-item {
  position: relative;
  margin-bottom: 4%;
}

.mod-lifestyle-styles-item i {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.mod-lifestyle-styles-item i img {
  border-radius: 50%;
}

.mod-lifestyle-styles-img {
  text-align: center;
}

.mod-lifestyle-styles-txt {
  background: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

/* ---------------------------
price
--------------------------- */
.price-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.price-mv-bg {
  background: url("../img/price/mv_bg_01.jpg") center no-repeat;
  background-size: cover;
}

.price-mv-txts {
  background: #fff;
}

.price-mv-h {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.price-mv-txt p:not(:last-child) {
  margin-bottom: 1em;
}

.price-ages-item {
  background: #ecf7fb;
}

.price-ages-item dt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.price-ages-item dd {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.price-ages-item dd em {
  font-size: 1.7em;
  color: #1ba1e6;
}

.price-ages-txt {
  font-size: 0.9rem;
}

.price-plan {
  margin-bottom: 3em;
}

.price-plan-head {
  background: #82c7e6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-plan-h {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.price-plan-h2 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.price-plan-note {
  font-size: 0.85rem;
}

.price-plan-txts {
  background: #f2f9fc;
}

.price-plan-col {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.price-plan-plans {
  margin-bottom: 1em;
}

.price-plan-plans-item {
  border-bottom: 1px solid #cde9f5;
  padding: 0.5em 0;
  font-size: 0.9rem;
}

.price-plan-plans-item.is-large {
  font-weight: bold;
}

.price-plan-plans-item.is-large em {
  font-size: 2em;
}

.price-plan-plans-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-plan-plans-item dt {
  position: relative;
  padding-left: 2em;
}

.price-plan-plans-item dt span {
  position: absolute;
  left: 0;
  top: 0;
  color: #82c7e6;
  font-weight: bold;
}

.price-plan-plans-item dd {
  font-weight: bold;
}

.price-sec-lead {
  margin-bottom: 2em;
}

/* ---------------------------
mod-catHead01
--------------------------- */
.mod-catHead01 {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}

.mod-catHead01-h {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ---------------------------
about
--------------------------- */
.about-index-mv {
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
}

.about-index-mv-txts {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.about-index-lead p:not(:last-child) {
  margin-bottom: 1.5em;
}

.about-index-doctor-img {
  text-align: center;
}

.about-index-doctor-clear {
  margin-bottom: 30px;
}

.about-index-doctor-name em {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
}

.about-index-doctor-history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-index-doctor-history dt {
  margin-right: 2em;
}

.about-index-doctor-history dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-index-doctor-txt {
  border: 2px solid #e1e5e7;
  font-weight: bold;
}

.about-index-dentists-h span {
  font-size: 0.85rem;
  display: block;
}

.about-index-dentists-h em {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.about-index-dentists-h .is-colored {
  color: #e91e63;
}

.about-index-recruit {
  background: url("../img/about/index/recruit_bg_01.jpg") center top no-repeat;
  background-size: cover;
}

.about-index-recruit-txts {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.about-index-recruit-en {
  margin-bottom: 1em;
}

.about-index-recruit-h {
  margin-bottom: 0.7em;
}

.about-index-recruit-txt {
  margin-bottom: 1em;
}

.about-access-specTable th, .about-access-specTable td {
  padding: 6px;
}

.about-access-specTable th {
  font-weight: bold;
}

.about-access-scheduleTable {
  width: 100%;
  margin-bottom: 2em;
}

.about-access-scheduleTable th {
  font-weight: bold;
}

.about-access-scheduleTable th.is-tal {
  text-align: left;
}

.about-access-scheduleTable th, .about-access-scheduleTable td {
  text-align: center;
}

.about-access-spec-note {
  font-size: 0.85rem;
}

.about-access-access-txts p:not(:last-child) {
  margin-bottom: 2em;
}

/* ---------------------------
general
--------------------------- */
.general-index-treatments-item {
  position: relative;
  background: #ecf7fb;
}

.general-index-treatments-num {
  position: absolute;
  left: 50%;
  top: -35px;
}

.general-index-treatments-h {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.general-index-treatments-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

.general-index-treatment-preventive dt {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.1em;
}

.general-index-treatment-preventive dd p {
  margin-bottom: 2em;
}

.general-index-child-txts p:not(:last-child) {
  margin-bottom: 1em;
}

.general-index-child-wishes-item {
  position: relative;
  background: #ecf7fb;
  background: #fff;
}

.general-index-child-wishes-item i {
  position: absolute;
  left: 50%;
}

.general-index-child-wishes-h {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.general-whitening-plans-item {
  background: #ecf7fb;
}

.general-whitening-plans-h {
  text-align: center;
  font-weight: bold;
  color: #1ba1e6;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
}

.general-whitening-plans-h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.general-whitening-plans-txt {
  margin-bottom: 2em;
}

.general-whitening-plans-prices {
  font-weight: bold;
}

.general-whitening-plans-prices-item dl {
  display: inline;
}

.general-whitening-plans-prices-item dt {
  display: inline;
  font-weight: bold;
}

.general-whitening-plans-prices-item:not(:last-child) {
  margin-bottom: 1em;
}

.general-whitening-plans-prices-item small {
  font-weight: normal;
}

.general-whitening-notes {
  text-align: right;
  font-size: 0.85rem;
  margin-bottom: 1em;
}

.general-whitening-courses-item {
  position: relative;
}

.general-whitening-courses-h {
  background: #82c7e6;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.general-whitening-courses-h2 {
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.general-whitening-courses-prices {
  border-top: 1px solid #82c7e6;
  padding: 1em 0px;
  font-size: 0.9rem;
}

.general-whitening-courses-price {
  border-top: 1px solid #82c7e6;
  padding-top: 1em;
  font-weight: bold;
  text-align: right;
}

/* ---------------------------
mod-weddingBnr
--------------------------- */
.mod-weddingBnr {
  border-top: 1px solid #ecf7fb;
}

.mod-weddingBnr-h {
  line-height: 1.6;
}

.mod-weddingBnr-txt {
  margin-bottom: 2em;
}

.mod-weddingBnr-img {
  background: url("../img/base/bnr_wedding.jpg?v2") right top no-repeat;
  background-size: cover;
}

/* ---------------------------
mod-voiceNav01
--------------------------- */
.mod-voiceNav01-item {
  text-align: center;
}

.mod-voiceNav01-item a {
  color: #fff;
  display: block;
  background: url() center no-repeat;
  background-size: cover;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mod-voiceNav01-item.item-price a {
  background-image: url("../img/base/bnr_price.jpg");
}

.mod-voiceNav01-item.item-faq a {
  background-image: url("../img/base/bnr_faq.jpg");
}

/* ---------------------------
reservation
--------------------------- */
.reservation-first-lead {
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.reservation-first-txt {
  margin-bottom: 2em;
}

.reservation-first-tel {
  background: #ecf7fb;
}

.reservation-first-tel-h {
  margin-bottom: 1em;
}

.reservation-first-tel-txt {
  margin-bottom: 2em;
}

.reservation-first-tel-num {
  background: #fff;
  text-align: center;
}

.reservation-first-tel-num dd {
  font-size: 0.85rem;
}

.reservation-first-tel-num dt {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.reservation-second-use {
  background: #fff;
}

.reservation-second-use-h {
  font-weight: bold;
  margin-bottom: 1em;
}

.reservation-second-use-steps {
  margin-bottom: 2em;
}

.reservation-second-use-steps li:not(:last-child) {
  margin-bottom: 1em;
}

.reservation-second-use-notes li {
  font-size: 0.85rem;
}

.reservation-second-use-notes li:not(:last-child) {
  margin-bottom: 1em;
}

.reservation-second-use-img img {
  border: 1px solid #dedede;
}

/* ---------------------------
mod-post
--------------------------- */
.mod-posts01-item {
  border-bottom: 1px solid #dcdcdc;
}

.mod-posts01-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-posts01-col1 {
  position: relative;
}

.mod-posts01-img {
  background: url() center no-repeat;
  background-size: cover;
}

.mod-posts01-cat {
  background: #fff;
}

.mod-posts01-txts {
  width: 60%;
}

.mod-posts01-date {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.mod-posts01-h {
  font-weight: bold;
}

.mod-post01-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.85rem;
}

.mod-post01-date {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.mod-post01-cat a {
  display: inline-block;
  background: #eff2f3;
  color: #607d8b;
  padding: 4px 8px;
  margin-left: 1em;
}

.mod-post01-h {
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #444444;
}

.mod-post01-snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod-post01-snss-item {
  margin-right: 10px;
}

.mod-post01-snss-item.is-facebook {
  margin-top: -9px;
}

.mod-post01-postLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-post01-postLinks-item.item-next {
  text-align: right;
}

.mod-post01-postLinks-dl dt {
  position: relative;
  margin-bottom: 0.5em;
}

.mod-post01-postLinks-dl dt:before {
  content: "";
  background: url("../img/base/ico_arrow03_c1.svg") center no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  position: absolute;
  top: 0.5em;
}

.mod-post01-postLinks-item.item-prev .mod-post01-postLinks-dl dt {
  padding-left: 15px;
}

.mod-post01-postLinks-item.item-prev .mod-post01-postLinks-dl dt:before {
  margin-right: 10px;
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.mod-post01-postLinks-item.item-next .mod-post01-postLinks-dl dt {
  padding-right: 15px;
}

.mod-post01-postLinks-item.item-next .mod-post01-postLinks-dl dt:before {
  margin-left: 10px;
  right: 0;
}

.mod-post01-postLinks-dl dd {
  font-size: 0.85rem;
}

/* ---------------------------
sitemap
--------------------------- */
.sitemap-cats {
  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;
}

.sitemap-cats-item {
  width: 48%;
}

.sitemap-largeLink {
  border-bottom: 1px solid #444444;
  padding-bottom: 0.5em;
  margin-bottom: 0.9em;
  font-weight: bold;
}

.sitemap-links2-item {
  font-size: 0.85rem;
}

.sitemap-links2-item:not(:last-child) {
  margin-bottom: 1em;
}

.sitemap-links2-item a {
  color: #1ba1e6;
}

/* ---------------------------
privacy
--------------------------- */
.privacy-sec {
  font-size: 0.9rem;
}

.privacy-sec:not(:last-child) {
  border-bottom: 1px solid #dedede;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.privacy-sec p:not(:last-child) {
  margin-bottom: 2em;
}

.privacy-sec-h {
  font-weight: bold;
  margin-bottom: 1rem;
}

.privacy-sec-dl {
  margin-bottom: 2em;
}

.privacy-sec-dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* ---------------------------
mod-megaNav
--------------------------- */
/* ---------------------------
line
--------------------------- */
.mod-line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 500px;
}

.mod-line-box-item {
  max-width: 50%;
}

.mod-line-box-item:nth-child(1) {
  margin-right: 20px;
}

.u-c-gd {
  color: #1ba1e6 !important;
}

.u-c-bk {
  color: #444444 !important;
}

.u-c-gy {
  color: #616161 !important;
}

.u-c-lgy {
  color: #EAEAEA !important;
}

.u-c-c1 {
  color: #1ba1e6 !important;
}

.u-c-c2 {
  color: #82c7e6 !important;
}

.u-c-c3 {
  color: #ecf7fb !important;
}

.u-c-c4 {
  color: #f2f9fc !important;
}

.u-c-gn {
  color: #2D7638 !important;
}

.u-c-wh {
  color: #fff !important;
}

.u-c-pk {
  color: #EEA295 !important;
}

.u-c-yw {
  color: #FFFF01 !important;
}

.u-bg-gd {
  background: #1ba1e6 !important;
}

.u-bg-bk {
  background: #444444 !important;
}

.u-bg-gy {
  background: #616161 !important;
}

.u-bg-lgy {
  background: #EAEAEA !important;
}

.u-bg-c1 {
  background: #1ba1e6 !important;
}

.u-bg-c2 {
  background: #82c7e6 !important;
}

.u-bg-c3 {
  background: #ecf7fb !important;
}

.u-bg-c4 {
  background: #f2f9fc !important;
}

.u-bg-gn {
  background: #2D7638 !important;
}

.u-bg-wh {
  background: #fff !important;
}

.u-bg-pk {
  background: #EEA295 !important;
}

.u-bg-yw {
  background: #FFFF01 !important;
}

/* ---------------------------
input
--------------------------- */
.u-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  position: relative;
  vertical-align: middle;
  padding: 12px;
  resize: none;
  border-radius: 3px;
  font-size: 1rem;
}

.u-input.invalid {
  border-color: #d45252;
}

.u-input.size-100p {
  width: 100%;
}

/* ---------------------------
m
--------------------------- */
.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-1e {
  margin-bottom: 1em !important;
}

.u-mb-2e {
  margin-bottom: 2em !important;
}

.u-mb-3e {
  margin-bottom: 3em !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

/* ---------------------------
p
--------------------------- */
.u-pt-0 {
  padding-bottom: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-1e {
  padding-bottom: 1em !important;
}

.u-pb-2e {
  padding-bottom: 2em !important;
}

.u-pb-3e {
  padding-bottom: 3em !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

/* ---------------------------
link
--------------------------- */
.u-link01, .beginner-flow-faq-faqs-txt a {
  text-decoration: underline !important;
  color: #1ba1e6;
}

.u-link01:hover, .beginner-flow-faq-faqs-txt a:hover {
  text-decoration: none !important;
}

/* ---------------------------
list
--------------------------- */
.u-list01 li {
  margin-left: 1em;
}

.u-list01 li:before {
  content: "・";
  margin-left: -1em;
}

.u-list02 li {
  list-style-type: decimal;
  display: list-item;
  margin-left: 30px;
}

.u-list03 li {
  margin-left: 1em;
}

.u-list03 li:before {
  content: "・";
  margin-left: -1em;
}

.u-bd-gd {
  border: 1px solid #1ba1e6 !important;
}

.u-bd-bk {
  border: 1px solid #444444 !important;
}

.u-bd-gy {
  border: 1px solid #616161 !important;
}

.u-bd-lgy {
  border: 1px solid #EAEAEA !important;
}

.u-bd-c1 {
  border: 1px solid #1ba1e6 !important;
}

.u-bd-c2 {
  border: 1px solid #82c7e6 !important;
}

.u-bd-c3 {
  border: 1px solid #ecf7fb !important;
}

.u-bd-gn {
  border: 1px solid #2D7638 !important;
}

.u-bd-wh {
  border: 1px solid #fff !important;
}

.u-bd-pk {
  border: 1px solid #EEA295 !important;
}

.u-bd-yw {
  border: 1px solid #FFFF01 !important;
}

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
}

.u-wysiwyg a {
  text-decoration: underline;
}

.u-wysiwyg a:hover {
  text-decoration: none;
}

.u-wysiwyg a img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.u-wysiwyg a img:hover {
  opacity: 0.8;
}

.u-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}

.u-wysiwyg h2 {
  margin-bottom: 1.5em;
  border-left: 2px solid #1ba1e6;
  padding-left: 1em;
}

.u-wysiwyg h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #c7c7c7;
}

.u-wysiwyg h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: bold;
}

.u-wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.u-wysiwyg ol li {
  list-style-type: decimal;
}

.u-wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.u-wysiwyg ul li {
  list-style-type: disc;
}

.u-wysiwyg p {
  margin-bottom: 1.5em;
}

.u-wysiwyg em {
  font-weight: normal;
  font-style: italic;
}

.u-wysiwyg blockquote {
  background: #f2f2f2;
}

.u-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}

.u-wysiwyg .alignright {
  float: right;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}

.u-wysiwyg .alignleft {
  float: left;
  margin-bottom: 1.5em;
  margin-right: 1.5em;
}

@media screen and (min-width: 1299px) {
  /* ==========================================================================
   Large 
   ========================================================================== */
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px;
  }
  body {
    line-height: 2;
  }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 15px 80px;
    padding-left: 200px;
    height: 120px;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .is-scrolled .mod-header {
    top: -50px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  }
  .mod-header-top {
    margin-bottom: 5px;
  }
  .mod-header-logo a {
    width: 180px;
    height: 200px;
  }
  .mod-header-logo img {
    width: 100px;
  }
  .mod-header-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-links-item {
    margin-left: 40px;
  }
  .mod-header-links-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-links-item img {
    width: 16px;
    margin-right: 8px;
    vertical-align: sub;
  }
  .mod-header-links-item.is-tel {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .mod-header-links-item.is-line {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .mod-header-contactLinks {
    position: fixed;
    right: 0;
    top: 210px;
  }
  .mod-header-contactLinks-item a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 60px;
    height: 160px;
    padding: 15px;
  }
  .mod-header-contactLinks-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-contactLinks-item.item-gnavBtn {
    display: none;
  }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 50px 0;
  }
  .mod-footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-footer-col1 {
    width: 45%;
    margin-left: 3%;
  }
  .mod-footer-logo {
    width: 30%;
  }
  .mod-footer-info {
    width: 63%;
  }
  .mod-footer-info-h {
    width: 260px;
  }
  .mod-footer-info-tel {
    font-size: 1.8rem;
  }
  .mod-footer-col2 {
    width: 46%;
  }
  .mod-footer-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mod-footer-pagetop {
    width: 64px;
    height: 64px;
    right: 60px;
    bottom: 40px;
  }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0 110px;
  }
  .l-post-main {
    width: 64.3%;
    max-width: 680px;
  }
  .l-post-side {
    width: 28%;
  }
  .spOnly {
    display: none;
  }
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wrapin-700 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-900 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-930 {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-980 {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-1010 {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-1100 {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  #wrapper {
    padding-top: 20px;
  }
  /* ---------------------------
home
--------------------------- */
  .home-mv {
    height: 40vw !important;
  }
  .home-mv-slide-item {
    padding: 0 80px;
  }
  .home-mv-slide-img {
    max-width: 1280px;
    margin: 0 auto;
    height: 40vw !important;
  }
  .home-mv-slide01-txts {
    margin-left: 14%;
    width: 23%;
  }
  .home-mv-thumbs-item {
    width: 114px;
  }
  .home-infoClear {
    padding: 50px 0;
  }
  .home-infoClear-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-info {
    width: 48%;
  }
  .home-info-h {
    margin-bottom: 1.4em;
  }
  .home-info-posts-item {
    padding: 19px 0;
  }
  .home-schedule {
    width: 48%;
  }
  .home-field {
    position: relative;
  }
  .home-field-bg01, .home-field-bg02 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .home-field-bg01 {
    background: #d9eef7;
    left: 0;
  }
  .home-field-bg02 {
    background: #ecf7fb;
    right: 0;
  }
  .home-field-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-field-sec {
    position: relative;
    width: 44%;
    padding: 30px 0 50px;
  }
  .home-field-sec-h {
    font-size: 1.8rem;
  }
  .home-field-sec-lead {
    font-size: 1.1rem;
  }
  .home-field-sec-links-item i {
    width: 116px;
  }
  .home-lifestyle {
    padding: 40px 0;
  }
  .home-lifestyle-lead {
    font-size: 1.2rem;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about-lead {
    font-size: 1.2rem;
  }
  .home-about-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-about-cats-item {
    width: 48%;
  }
  .home-recruit {
    padding: 120px 0;
  }
  .home-recruit-h {
    font-size: 1.9rem;
  }
  .home-recruit-links-item {
    width: 23%;
  }
  /* ---------------------------
h
--------------------------- */
  .mod-h01 {
    font-size: 2rem;
  }
  .mod-h01-wrap {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-h02 {
    font-size: 1.7rem;
    margin-bottom: 3em;
  }
  .mod-h03 {
    font-size: 1.5rem;
  }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav-logo {
    display: none;
  }
  .mod-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mod-gnav-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-gnav-links-item:not(:last-child):after {
    content: "｜";
    margin: 0 10px;
    color: #c7c7c7;
  }
  .mod-gnav-links-item.on a {
    color: #1ba1e6;
    font-weight: bold;
  }
  .mod-gnav-links2 {
    display: none !important;
  }
  .mod-gnav-btn {
    right: 10px;
    height: 80px;
    display: none;
  }
  .mod-gnav-close {
    display: none;
  }
  .mod-gnav-contactLinks {
    display: none;
  }
  .mod-gnav-tel {
    display: none;
  }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px;
  }
  .mod-btn01.size-s {
    padding: 8px 16px;
  }
  .mod-btn01.w100 {
    width: 8em;
    margin: 0 auto;
    padding: 6px 12px;
    letter-spacing: 0;
    font-size: 1.0rem;
  }
  .mod-btn01.w380 {
    width: 380px;
    margin: 0 auto;
  }
  .mod-btn01.w680 {
    width: 680px;
    margin: 0 auto;
  }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    width: 24px;
    height: 24px;
  }
  .mod-btn01.newTab-r:before {
    right: 10px;
    margin-top: -10px;
  }
  @-webkit-keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  /* ---------------------------
btns1col
--------------------------- */
  .mod-btns1col-item {
    width: 420px;
  }
  /* ---------------------------
mod-slide
--------------------------- */
  .mod-slide-btn01 {
    width: 50px;
    margin-top: -23px;
  }
  /* ---------------------------
mod-wysiwyg
--------------------------- */
  /* ---------------------------
mod-pageNav
--------------------------- */
  .pswp__button--close {
    width: 40px !important;
    height: 40px !important;
  }
  /* ---------------------------
pankuzu
--------------------------- */
  .mod-pankuzu {
    font-size: 0.85rem;
    padding: 95px 0 0 0;
  }
  .mod-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 80px;
  }
  /* ---------------------------
mod-footerContact
--------------------------- */
  .mod-footerContact-head {
    padding: 50px 0;
  }
  .mod-footerContact-h .ja {
    font-size: 1.5rem;
  }
  .mod-footerContact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-footerContact-links-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-footerContact-links-item a {
    padding: 30px 0;
  }
  /* ---------------------------
mod-sec
--------------------------- */
  .mod-sec01 {
    padding: 80px 0;
  }
  /* ---------------------------
beginner
--------------------------- */
  .beginner-index-lead-h {
    font-size: 2rem;
  }
  .beginner-index-lead-txt {
    text-align: center;
  }
  .beginner-index-listen-head {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
    margin-left: 0;
  }
  .beginner-index-listen-head-txts {
    font-size: 2.0rem;
  }
  .beginner-index-feature-features {
    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;
  }
  .beginner-index-feature-features-item {
    width: 48.5%;
  }
  .beginner-index-feature-features-item.is-small:nth-child(4n+3), .beginner-index-feature-features-item.is-small:nth-child(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .is-large .beginner-index-feature-features-txts {
    padding: 20px 30px;
  }
  .is-small .beginner-index-feature-features-txts {
    padding: 1.5em 2em;
    width: 50%;
  }
  .is-large .beginner-index-feature-features-img {
    height: 320px;
  }
  .is-small .beginner-index-feature-features-img {
    width: 50%;
  }
  .beginner-index-promise-promises {
    margin-bottom: -90px;
  }
  .beginner-index-promise-promises-item {
    width: 31%;
    height: 240px;
    padding: 75px 30px;
    font-size: 1.1rem;
    margin-bottom: 90px;
  }
  .beginner-index-promise-promises-num {
    margin-left: -35px;
  }
  .beginner-index-promise-promises-txt {
    padding-right: 50px;
  }
  .beginner-flow-consult {
    padding: 50px 0;
  }
  .beginner-flow-consult-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-flow-consult-txts {
    width: 35%;
  }
  .beginner-flow-consult-img {
    width: 60%;
  }
  .beginner-flow-faq-faqs {
    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;
    margin-bottom: 50px;
  }
  .beginner-flow-faq-faqs-item {
    width: 23%;
    padding: 30px;
    padding-top: 60px;
  }
  .beginner-flow-counselling {
    padding: 50px 0 0;
  }
  .beginner-flow-counselling-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .beginner-flow-counselling-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .beginner-flow-counselling-sec-txts {
    width: 40%;
    padding: 70px 40px;
  }
  .beginner-flow-counselling-sec-30min {
    width: 84px;
  }
  .beginner-flow-counselling-sec-h {
    font-size: 1.3rem;
  }
  .beginner-flow-counselling-sec-img {
    width: 60%;
  }
  .beginner-flow-mail {
    padding: 50px;
  }
  .beginner-flow-mail-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-time {
    padding: 40px;
  }
  .beginner-flow-first-time-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-time-txts {
    width: 50%;
  }
  .beginner-flow-first-time-sample {
    padding: 40px;
  }
  .beginner-flow-first-time-samples {
    max-width: 520px;
    margin: 0 auto;
  }
  .beginner-flow-first-tabNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beginner-flow-first-tabNav-item {
    padding: 12px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .beginner-flow-first-tabNav-item:not(:last-child) {
    margin-right: 10px;
  }
  .beginner-flow-first-tabSec {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .beginner-flow-first-tabSec-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-tabSec-img {
    width: 45%;
  }
  .beginner-flow-first-tabSec-txts {
    width: 50%;
  }
  .beginner-hospital-charm-charms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 80px;
  }
  .beginner-hospital-charm-charms-item {
    width: 18%;
  }
  .beginner-hospital-charm-charms-item dt {
    text-align: center;
    margin-bottom: 1em;
  }
  .beginner-hospital-charm-charms-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .beginner-hospital-photo-photos-item {
    max-width: 654px;
    padding: 0 14px;
  }
  .beginner-hospital-system-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beginner-hospital-system-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .beginner-hospital-system-sec:not(:last-child) {
    margin-bottom: 70px;
  }
  .beginner-hospital-system-sec-txts {
    width: 45%;
  }
  .beginner-hospital-system-sec-img {
    width: 50%;
  }
  .beginner-society-teeth-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-society-teeth-txts {
    width: 48%;
  }
  .beginner-society-teeth-h {
    font-size: 2.0rem;
  }
  .beginner-society-teeth-img {
    width: 48%;
  }
  .beginner-society-nico-lead {
    text-align: center;
    margin-bottom: 50px;
  }
  .beginner-society-nico-acts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .beginner-society-nico-acts-item {
    width: 48%;
  }
  .beginner-society-nico-maintenance {
    padding: 40px 70px;
  }
  .beginner-society-nico-maintenance-h {
    font-size: 1.6rem;
  }
  .beginner-society-nico-maintenance-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-society-nico-maintenance-txts {
    width: 58%;
  }
  .beginner-society-nico-maintenance-img {
    width: 38%;
  }
  /* ---------------------------
mod-keyvisualHead
--------------------------- */
  .mod-keyvisualHead {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
  }
  .mod-keyvisualHead-txts {
    font-size: 2.0rem;
  }
  .mod-keyvisualHead-txts .tit {
    font-size: 1.1rem;
  }
  .mod-keyvisualHead-txts i {
    width: 64px;
  }
  /* ---------------------------
mod-fukidashiNum
--------------------------- */
  .mod-fukidashiNum {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
    box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
  }
  /* ---------------------------
mod-sameCatNav
--------------------------- */
  .mod-sameCatNav {
    padding: 70px 0;
  }
  .mod-sameCatNav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-sameCatNav-h {
    font-size: 2.2rem;
    margin-right: 100px;
  }
  /* ---------------------------
mod-schedule
--------------------------- */
  .mod-schedule-table th, .mod-schedule-table td {
    border-right: 1px solid #E1E5E7;
    padding: 10px;
  }
  .mod-schedule-table .tal {
    width: 8em;
  }
  /* ---------------------------
preventive
--------------------------- */
  .preventive {
    /* ---------------------------
preventive-flow
	--------------------------- */
  }
  .preventive-index-sec01-copy {
    line-height: 2em;
  }
  .preventive-index-sec01-column-item {
    width: 49%;
    min-height: 360px;
    margin-right: 30px;
  }
  .preventive-index-sec01-column-item:nth-child(2) {
    margin-right: 0;
  }
  .preventive-index-sec01-column-item-txt {
    padding: 30px;
    margin-top: -40px;
  }
  .preventive-index-sec02-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .preventive-index-sec02-support-item {
    width: 49%;
    padding: 60px 35px;
  }
  .preventive-index-sec02-support-item i {
    top: -50px;
  }
  .preventive-index-sec02-support-item-title {
    font-size: 1.5rem;
  }
  .preventive-index-sec03-maintenance-column {
    width: 49%;
  }
  .preventive-index-sec03-maintenance-column-item.left {
    width: 40%;
  }
  .preventive-index-sec03-maintenance-column-item.right {
    width: 55%;
  }
  .preventive-index-sec03-maintenance-column-num {
    font-size: 1.8rem;
  }
  .preventive-index-sec03-maintenance-info {
    font-size: 1.1rem;
  }
  .preventive-index-sec03-maintenance-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 45px;
  }
  .preventive-index-sec03-maintenance-graph-item {
    width: 49%;
  }
  .preventive-index-sec03-maintenance-graph-item.pdl30 {
    padding-left: 30px;
  }
  .preventive-flow-programs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .preventive-flow-programs-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .preventive-flow-programs-h {
    font-size: 1.2rem;
  }
  .preventive-flow-maintenance-cats {
    margin-bottom: 40px;
  }
  .preventive-flow-maintenance-cats-item {
    padding: 20px;
  }
  .preventive-flow-maintenance-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preventive-flow-maintenance-days-item {
    padding: 30px;
    padding-bottom: 180px;
    width: 31.3%;
    margin-bottom: 3%;
  }
  .preventive-flow-maintenance-days-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .preventive-flow-maintenance-day5 {
    width: 65%;
    margin-bottom: 3%;
  }
  .preventive-flow-maintenance-day5, .preventive-flow-maintenance-day9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preventive-flow-maintenance-day5-h, .preventive-flow-maintenance-day9-h {
    padding: 10px 30px;
  }
  .preventive-flow-maintenance-day5-txts, .preventive-flow-maintenance-day9-txts {
    padding: 30px;
  }
  .preventive-flow-maintenance-day5-h2, .preventive-flow-maintenance-day9-h2 {
    font-size: 1.7rem;
  }
  .preventive-flow-maintenance-day5-clear, .preventive-flow-maintenance-day9-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .preventive-flow-maintenance-day5-col1, .preventive-flow-maintenance-day9-col1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
  }
  .preventive-flow-maintenance-day5-img, .preventive-flow-maintenance-day9-img {
    width: 170px;
  }
  .mod-preventive-program-programs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-preventive-program-programs-item-bg {
    min-height: 405px;
  }
  .mod-preventive-program-programs-item-info {
    padding: 80px;
    width: 60%;
  }
  .mod-preventive-program-programs-item-info-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .mod-preventive-program-programs-item-info-txt {
    font-size: 1.1rem;
  }
  /* ---------------------------
mod-noteArchive
--------------------------- */
  .mod-noteArchive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
  }
  .mod-noteArchive-head {
    padding: 80px 5%;
    width: 30%;
  }
  .mod-noteArchive-h {
    font-size: 2rem;
  }
  .mod-noteArchive-lead {
    font-size: 1.1rem;
  }
  .mod-noteArchive-main {
    width: 75%;
  }
  .mod-noteArchive-posts {
    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;
  }
  .mod-noteArchive-posts-item {
    width: 48%;
  }
  .mod-noteArchive-posts-img {
    height: 20vw;
  }
  /* ---------------------------
orthodontic
--------------------------- */
  .orthodontic-sameCatNav {
    padding: 40px 0;
  }
  .orthodontic-sameCatNav-links-item {
    width: 16%;
  }
  .orthodontic-sameCatNav-links-item i {
    width: 116px;
  }
  .orthodontic-sameCatNav-links-txt {
    font-size: 0.85rem;
  }
  .orthodontic-index-lead-txt {
    text-align: center;
  }
  .orthodontic-index-charm-charms {
    margin-bottom: -90px;
  }
  .orthodontic-index-charm-charms-item {
    width: 31%;
    margin-bottom: 90px;
  }
  .orthodontic-index-charm-charms-num {
    margin-left: -35px;
  }
  .orthodontic-index-charm-charms-txt {
    padding: 60px 30px 30px;
  }
  .orthodontic-index-charm-charms-txt dt {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  .orthodontic-index-reason-reasons {
    margin-bottom: -90px;
  }
  .orthodontic-index-reason-reasons-item {
    width: 31%;
    font-size: 1.1rem;
    padding: 30px;
    padding-top: 80px;
    margin-bottom: 90px;
  }
  .orthodontic-index-invisalign-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
  }
  .orthodontic-index-invisalign-txts {
    width: 55%;
  }
  .orthodontic-index-invisalign-btns {
    width: 40%;
  }
  .orthodontic-flow-lead-txt {
    text-align: center;
  }
  .orthodontic-flow-span-steps-item {
    font-size: 1.2rem;
    padding: 30px;
    height: 130px;
  }
  .orthodontic-flow-span-steps-item:not(.is-phase01) {
    padding-left: 60px;
  }
  .orthodontic-flow-span-steps-item.is-phase03 {
    padding-right: 10px;
  }
  .orthodontic-flow-span-steps-item em {
    font-size: 1.5rem;
  }
  .orthodontic-flow-span-secs-slideBtn {
    width: 50px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-prev {
    left: -70px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-next {
    right: -70px;
  }
  .orthodontic-flow-span-sec {
    padding: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: auto !important;
  }
  .orthodontic-flow-span-sec.is-noImage {
    display: block !important;
  }
  .orthodontic-flow-span-sec-txts {
    width: 50%;
  }
  .orthodontic-flow-span-sec-head {
    margin-bottom: 30px;
  }
  .orthodontic-flow-span-sec-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-lead-txt {
    max-width: 730px;
    margin: 0 auto 3em;
  }
  .orthodontic-price-lead-charms {
    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;
  }
  .orthodontic-price-lead-charms-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .orthodontic-price-lead-charms-head {
    margin-bottom: 20px;
  }
  .orthodontic-price-lead-charms-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-examples {
    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;
  }
  .orthodontic-price-examples-item {
    width: 48%;
    padding: 26px 40px 70px;
  }
  .orthodontic-price-examples-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-examples-txts {
    max-width: 340px;
    margin: 0 auto;
  }
  .orthodontic-price-examples-monthly em {
    font-size: 3rem;
  }
  .orthodontic-price-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orthodontic-price-steps-txt {
    padding: 20px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .orthodontic-price-steps-h {
    padding: 20px 30px;
    width: 284px;
    margin-right: 20px;
    font-size: 1.3rem;
  }
  .orthodontic-voice-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orthodontic-voice-sec:not(:last-child) {
    margin-bottom: 50px;
  }
  .orthodontic-voice-sec:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .orthodontic-voice-sec-img {
    width: 45%;
  }
  .orthodontic-voice-sec-txts {
    width: 50%;
  }
  .orthodontic-voice-sec-h {
    font-size: 1.2rem;
  }
  .orthodontic-faq-nav {
    margin-bottom: 50px;
  }
  .orthodontic-faq-nav-item {
    width: 23%;
  }
  .orthodontic-faq-nav-item a {
    padding: 24px;
  }
  .orthodontic-faq-nav-item i {
    margin-bottom: 10px;
  }
  .orthodontic-faq-sec {
    margin-bottom: 3em;
  }
  .orthodontic-faq-sec-q {
    padding: 30px 40px;
  }
  .orthodontic-faq-sec-q-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .orthodontic-faq-sec-q-h {
    font-size: 1.2rem;
  }
  .orthodontic-faq-sec-a {
    padding: 40px 0 0 40px;
  }
  .orthodontic-faq-sec-a-num {
    width: 70px;
    margin-right: 20px;
  }
  .mod-orthodontic-lifestyle-h span {
    font-size: 1.6rem;
  }
  .mod-orthodontic-nav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mod-orthodontic-nav01-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-orthodontic-nav01-item a {
    padding: 50px 0;
  }
  /* ---------------------------
mod-invisalignBnr
--------------------------- */
  .mod-invisalignBnr {
    padding: 80px 0;
  }
  .mod-invisalignBnr-lead {
    font-size: 1.8rem;
  }
  .mod-invisalignBnr-btn {
    max-width: 420px;
  }
  .mod-contactLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-contactLinks-item {
    width: 50%;
  }
  .mod-contactLinks-item dt {
    font-size: 1.6rem;
  }
  /* ---------------------------
mod-form
--------------------------- */
  .mod-form {
    padding: 50px;
  }
  .mod-form-table {
    max-width: 810px;
    margin: 0 auto;
  }
  /* ---------------------------
lifestyle
--------------------------- */
  .lifestyle-head {
    margin-bottom: 50px;
  }
  .lifestyle-head-links-item {
    width: 23%;
  }
  .lifestyle-head-links-item i {
    width: 64px;
    margin-right: 20px;
  }
  .lifestyle-head-links-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lifestyle-lead {
    text-align: center;
    padding-top: 40px;
  }
  .lifestyle-faqs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .lifestyle-faqs-item {
    width: 31%;
    padding: 20px;
  }
  .lifestyle-faqs-txts {
    padding: 20px;
  }
  .lifestyle-faqs-h {
    font-size: 1.1rem;
  }
  .lifestyle-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px;
  }
  .lifestyle-answer:not(:last-child) {
    margin-bottom: 50px;
  }
  .lifestyle-answer-txts {
    width: 45%;
  }
  .lifestyle-answer-num {
    margin-right: 20px;
  }
  .lifestyle-answer-h {
    font-size: 1.4rem;
  }
  .lifestyle-answer-img {
    width: 50%;
    padding: 40px;
  }
  .lifestyle-conclusion-box {
    padding: 0 80px 50px;
  }
  .lifestyle-conclusion-h {
    font-size: 2rem;
  }
  .lifestyle-conclusion-txt {
    text-align: center;
  }
  .lifestyle-conclusion-btn a {
    width: 100%;
  }
  .lifestyle-conclusion-btn dt {
    font-size: 1.5rem;
  }
  .mod-lifestyle-styles-item {
    width: 23%;
  }
  .mod-lifestyle-styles-item i {
    width: 90px;
    margin-top: -45px;
  }
  .mod-lifestyle-styles-item i img {
    border: 5px solid #fff;
  }
  /* ---------------------------
price
--------------------------- */
  .price-mv-bg {
    height: 600px;
    width: 60%;
  }
  .price-mv-txts {
    padding: 80px;
    margin-top: 60px;
    margin-left: 80px;
    width: 50%;
    margin-right: -20%;
  }
  .price-mv-h {
    font-size: 2rem;
  }
  .price-ages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .price-ages-item {
    width: 48%;
    padding: 30px 20px;
  }
  .price-ages-item dt {
    font-size: 1.4rem;
  }
  .price-ages-item dd {
    font-size: 1.4rem;
  }
  .price-plan-head {
    padding: 20px 30px;
  }
  .price-plan-h {
    font-size: 1.3rem;
  }
  .price-plan-txts {
    padding: 25px 50px;
  }
  .price-plan-clear {
    -webkit-columns: 2;
    columns: 2;
  }
  .price-sec-lead {
    text-align: center;
  }
  /* ---------------------------
mod-catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-catHead01-h {
    font-size: 1.9rem;
  }
  /* ---------------------------
about
--------------------------- */
  .about-index-mv {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
  }
  .about-index-mv-txts {
    font-size: 5.0rem;
  }
  .about-index-lead {
    text-align: center;
  }
  .about-index-doctor-img {
    margin-bottom: 40px;
  }
  .about-index-doctor-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-index-doctor-name {
    width: 45%;
  }
  .about-index-doctor-history {
    width: 50%;
  }
  .about-index-doctor-txt {
    padding: 20px 30px;
  }
  .about-index-dentists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .about-index-dentists-item {
    width: 48%;
  }
  .about-index-dentists-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .about-index-recruit {
    padding: 80px 0;
  }
  .about-index-recruit-txts {
    padding: 50px 30px;
  }
  .about-index-recruit-h {
    font-size: 1.9rem;
  }
  .about-access-specTable {
    margin-bottom: 40px;
  }
  .about-access-specTable th {
    padding-right: 2em;
  }
  .about-access-scheduleTable th, .about-access-scheduleTable td {
    border-right: 1px solid #E1E5E7;
    padding: 10px;
  }
  .about-access-spec-note {
    margin-bottom: 40px;
  }
  .about-access-access-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .about-access-access-txts {
    width: 50%;
  }
  .about-access-access-img {
    width: 50%;
  }
  .about-access-access-gmap iframe {
    width: 100%;
    height: 440px;
  }
  /* ---------------------------
general
--------------------------- */
  .general-index-treatments {
    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;
    margin-bottom: -90px;
  }
  .general-index-treatments-item {
    width: 48%;
    font-size: 1.1rem;
    margin-bottom: 90px;
    padding: 60px 30px 30px;
  }
  .general-index-treatments-num {
    margin-left: -35px;
  }
  .general-index-treatments-h {
    font-size: 1.5rem;
  }
  .general-index-treatment-preventive {
    padding-top: 60px;
  }
  .general-index-treatment-preventive dt {
    font-size: 1.3rem;
  }
  .general-index-treatment-preventive dd p {
    text-align: center;
  }
  .general-index-treatment-preventive dd .mod-btn01 {
    max-width: 440px;
    margin: 0 auto;
  }
  .general-index-child-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .general-index-child-txts {
    width: 48%;
  }
  .general-index-child-img {
    width: 62%;
    margin-right: -15%;
  }
  .general-index-child-wishes {
    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;
    margin-bottom: -90px;
  }
  .general-index-child-wishes-item {
    width: 48%;
    margin-bottom: 90px;
    padding: 90px 30px 30px;
  }
  .general-index-child-wishes-item i {
    top: -82px;
    margin-left: -82px;
  }
  .general-index-child-wishes-h {
    font-size: 1.3rem;
  }
  .general-whitening-plans {
    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;
  }
  .general-whitening-plans-item {
    width: 48%;
    padding: 30px;
  }
  .general-whitening-plans-h {
    font-size: 1.3rem;
  }
  .general-whitening-plans-h2 {
    font-size: 1.1rem;
  }
  .general-whitening-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .general-whitening-courses-item {
    width: 31%;
    padding-bottom: 60px;
  }
  .general-whitening-courses-h {
    padding: 30px 24px;
    font-size: 1.2rem;
  }
  .general-whitening-courses-h2 {
    font-size: 1.1rem;
  }
  .general-whitening-courses-price {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
  }
  /* ---------------------------
mod-weddingBnr
--------------------------- */
  .mod-weddingBnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mod-weddingBnr-txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 20px;
    width: 60%;
  }
  .mod-weddingBnr-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .mod-weddingBnr-img {
    width: 40%;
  }
  /* ---------------------------
mod-voiceNav01
--------------------------- */
  .mod-voiceNav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-voiceNav01-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-voiceNav01-item a {
    padding: 120px 0;
  }
  /* ---------------------------
reservation
--------------------------- */
  .reservation-first-leadSec {
    margin-bottom: 40px;
  }
  .reservation-first-lead {
    font-size: 1.9rem;
  }
  .reservation-first-tel {
    padding: 50px;
    margin-bottom: 40px;
  }
  .reservation-first-tel-num {
    padding: 20px 40px;
  }
  .reservation-first-tel-num dt {
    font-size: 2.2rem;
  }
  .reservation-second-use {
    padding: 40px;
  }
  .reservation-second-use-h {
    font-size: 1.3rem;
  }
  .reservation-second-use-clear {
    overflow: hidden;
  }
  .reservation-second-use-img {
    float: right;
    margin-left: 40px;
  }
  /* ---------------------------
mod-post
--------------------------- */
  .mod-posts01-item {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .mod-posts01-col1 {
    width: 38%;
  }
  .mod-posts01-img {
    width: 100%;
    height: 160px;
  }
  .mod-posts01-cat {
    padding: 4px 10px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.85rem;
  }
  .mod-posts01-h {
    font-size: 1.4rem;
  }
  .mod-post01 {
    margin-bottom: 50px;
  }
  .mod-post01-h {
    font-size: 1.7rem;
  }
  .mod-post01-article {
    margin-bottom: 45px;
  }
  .mod-post01-postLinks-item {
    width: 30%;
  }
  /* ---------------------------
sitemap
--------------------------- */
  .sitemap-cats-item {
    margin-bottom: 60px;
  }
  .sitemap-largeLink {
    font-size: 1.1rem;
  }
  /* ---------------------------
privacy
--------------------------- */
  .privacy-sec-h {
    font-size: 1.1rem;
  }
  /* ---------------------------
mod-megaNav
--------------------------- */
  .mod-megaNav-cats-item {
    background: rgba(27, 161, 230, 0.9);
    color: #fff;
    padding: 30px 40px;
    position: absolute;
    right: 80px;
    top: 100%;
    width: calc(50% - 80px);
    min-width: 680px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
  }
  .mod-megaNav-cats-item a {
    color: #fff;
  }
  .mod-megaNav-cats-item.on {
    opacity: 1;
    pointer-events: auto;
  }
  .mod-megaNav-largeLink {
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  .mod-megaNav-largeLink a {
    display: block;
    padding: 8px 0;
    position: relative;
  }
  .mod-megaNav-largeLink a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../img/base/ico_arrow2_wh.svg") center no-repeat;
    background-size: contain;
  }
  .mod-megaNav-links2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-megaNav-links2-item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 1em;
  }
  .mod-megaNav-lifestyle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-megaNav-lifestyle dt {
    line-height: 1.4;
  }
  .mod-megaNav-lifestyle dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px;
  }
  .mod-megaNav-lifestyle-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-megaNav-lifestyle-links-item {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .mod-megaNav-lifestyle-links-item:not(:last-child) {
    margin-right: 30px;
  }
  .mod-megaNav-lifestyle-links-item i {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .mod-megaNav-lifestyle-links-item i img {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 64px;
  }
  /* ---------------------------
line
--------------------------- */
  .mod-line-box {
    margin: 0 auto 80px;
  }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
p
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h2 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.24rem;
  }
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
  /* ==========================================================================
   PC 
   ========================================================================== */
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 15px;
  }
  body {
    line-height: 2;
  }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 15px 80px;
    padding-left: 200px;
    height: 120px;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .is-scrolled .mod-header {
    top: -50px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  }
  .mod-header-top {
    margin-bottom: 5px;
  }
  .mod-header-logo a {
    width: 180px;
    height: 200px;
  }
  .mod-header-logo img {
    width: 100px;
  }
  .mod-header-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-links-item {
    margin-left: 40px;
  }
  .mod-header-links-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-links-item img {
    width: 16px;
    margin-right: 8px;
    vertical-align: sub;
  }
  .mod-header-links-item.is-tel {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .mod-header-links-item.is-line {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .mod-header-contactLinks {
    position: fixed;
    right: 0;
    top: 210px;
  }
  .mod-header-contactLinks-item a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 60px;
    height: 160px;
    padding: 15px;
  }
  .mod-header-contactLinks-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-contactLinks-item.item-gnavBtn {
    display: none;
  }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 50px 0;
  }
  .mod-footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-footer-col1 {
    width: 45%;
    margin-left: 3%;
  }
  .mod-footer-logo {
    width: 30%;
  }
  .mod-footer-info {
    width: 63%;
  }
  .mod-footer-info-h {
    width: 260px;
  }
  .mod-footer-info-tel {
    font-size: 1.8rem;
  }
  .mod-footer-col2 {
    width: 46%;
  }
  .mod-footer-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mod-footer-pagetop {
    width: 64px;
    height: 64px;
    right: 60px;
    bottom: 40px;
  }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0 110px;
  }
  .l-post-main {
    width: 64.3%;
    max-width: 680px;
  }
  .l-post-side {
    width: 28%;
  }
  .tbOnly {
    display: none;
  }
  .spOnly {
    display: none;
  }
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wrapin-700 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-900 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-930 {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-980 {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-1010 {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-1100 {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  #wrapper {
    padding-top: 120px;
  }
  /* ---------------------------
home
--------------------------- */
  .home-mv {
    height: 40vw !important;
  }
  .home-mv-slide-item {
    padding: 0 80px;
  }
  .home-mv-slide-img {
    max-width: 1280px;
    margin: 0 auto;
    height: 40vw !important;
  }
  .home-mv-slide01-txts {
    margin-left: 14%;
    width: 23%;
  }
  .home-mv-thumbs-item {
    width: 114px;
  }
  .home-infoClear {
    padding: 50px 0;
  }
  .home-infoClear-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-info {
    width: 48%;
  }
  .home-info-h {
    margin-bottom: 1.4em;
  }
  .home-info-posts-item {
    padding: 19px 0;
  }
  .home-schedule {
    width: 48%;
  }
  .home-field {
    position: relative;
  }
  .home-field-bg01, .home-field-bg02 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .home-field-bg01 {
    background: #d9eef7;
    left: 0;
  }
  .home-field-bg02 {
    background: #ecf7fb;
    right: 0;
  }
  .home-field-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-field-sec {
    position: relative;
    width: 44%;
    padding: 60px 0 50px;
  }
  .home-field-sec-h {
    font-size: 1.8rem;
  }
  .home-field-sec-lead {
    font-size: 1.1rem;
  }
  .home-field-sec-links-item i {
    width: 116px;
  }
  .home-lifestyle {
    padding: 40px 0;
  }
  .home-lifestyle-lead {
    font-size: 1.2rem;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about-lead {
    font-size: 1.2rem;
  }
  .home-about-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-about-cats-item {
    width: 48%;
  }
  .home-recruit {
    padding: 120px 0;
  }
  .home-recruit-h {
    font-size: 1.9rem;
  }
  .home-recruit-links-item {
    width: 23%;
  }
  /* ---------------------------
h
--------------------------- */
  .mod-h01 {
    font-size: 2rem;
  }
  .mod-h01-wrap {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-h02 {
    font-size: 1.7rem;
    margin-bottom: 3em;
  }
  .mod-h03 {
    font-size: 1.5rem;
  }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav-logo {
    display: none;
  }
  .mod-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mod-gnav-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-gnav-links-item:not(:last-child):after {
    content: "｜";
    margin: 0 10px;
    color: #c7c7c7;
  }
  .mod-gnav-links-item.on a {
    color: #1ba1e6;
    font-weight: bold;
  }
  .mod-gnav-links2 {
    display: none !important;
  }
  .mod-gnav-btn {
    right: 10px;
    height: 80px;
    display: none;
  }
  .mod-gnav-close {
    display: none;
  }
  .mod-gnav-contactLinks {
    display: none;
  }
  .mod-gnav-tel {
    display: none;
  }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px;
  }
  .mod-btn01.size-s {
    padding: 8px 16px;
  }
  .mod-btn01.w100 {
    width: 8em;
    margin: 0 auto;
    padding: 6px 12px;
    letter-spacing: 0;
    font-size: 1.0rem;
  }
  .mod-btn01.w380 {
    width: 380px;
    margin: 0 auto;
  }
  .mod-btn01.w680 {
    width: 680px;
    margin: 0 auto;
  }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    width: 24px;
    height: 24px;
  }
  .mod-btn01.newTab-r:before {
    right: 10px;
    margin-top: -10px;
  }
  @-webkit-keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  /* ---------------------------
btns1col
--------------------------- */
  .mod-btns1col-item {
    width: 420px;
  }
  /* ---------------------------
mod-slide
--------------------------- */
  .mod-slide-btn01 {
    width: 50px;
    margin-top: -23px;
  }
  /* ---------------------------
mod-wysiwyg
--------------------------- */
  /* ---------------------------
mod-pageNav
--------------------------- */
  .mod-pageNav {
    padding: 50px 20px;
  }
  .pswp__button--close {
    width: 40px !important;
    height: 40px !important;
  }
  /* ---------------------------
pankuzu
--------------------------- */
  .mod-pankuzu {
    font-size: 0.85rem;
    padding: 20px 0;
  }
  .mod-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 80px;
  }
  /* ---------------------------
mod-footerContact
--------------------------- */
  .mod-footerContact-head {
    padding: 50px 0;
  }
  .mod-footerContact-h .ja {
    font-size: 1.5rem;
  }
  .mod-footerContact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-footerContact-links-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-footerContact-links-item a {
    padding: 30px 0;
  }
  /* ---------------------------
mod-sec
--------------------------- */
  .mod-sec01 {
    padding: 80px 0;
  }
  /* ---------------------------
beginner
--------------------------- */
  .beginner-index-lead-h {
    font-size: 2rem;
  }
  .beginner-index-lead-txt {
    text-align: center;
  }
  .beginner-index-listen-head {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
    margin-left: 0;
  }
  .beginner-index-listen-head-txts {
    font-size: 2.0rem;
  }
  .beginner-index-feature-features {
    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;
  }
  .beginner-index-feature-features-item {
    width: 48.5%;
  }
  .beginner-index-feature-features-item.is-small:nth-child(4n+3), .beginner-index-feature-features-item.is-small:nth-child(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .is-large .beginner-index-feature-features-txts {
    padding: 20px 30px;
  }
  .is-small .beginner-index-feature-features-txts {
    padding: 1.5em 2em;
    width: 50%;
  }
  .is-large .beginner-index-feature-features-img {
    height: 320px;
  }
  .is-small .beginner-index-feature-features-img {
    width: 50%;
  }
  .beginner-index-promise-promises {
    margin-bottom: -90px;
  }
  .beginner-index-promise-promises-item {
    width: 31%;
    height: 240px;
    padding: 75px 30px;
    font-size: 1.1rem;
    margin-bottom: 90px;
  }
  .beginner-index-promise-promises-num {
    margin-left: -35px;
  }
  .beginner-index-promise-promises-txt {
    padding-right: 50px;
  }
  .beginner-flow-consult {
    padding: 50px 0;
  }
  .beginner-flow-consult-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-flow-consult-txts {
    width: 35%;
  }
  .beginner-flow-consult-img {
    width: 60%;
  }
  .beginner-flow-faq-faqs {
    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;
    margin-bottom: 50px;
  }
  .beginner-flow-faq-faqs-item {
    width: 23%;
    padding: 30px;
    padding-top: 60px;
  }
  .beginner-flow-counselling {
    padding: 50px 0 0;
  }
  .beginner-flow-counselling-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .beginner-flow-counselling-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .beginner-flow-counselling-sec-txts {
    width: 40%;
    padding: 70px 40px;
  }
  .beginner-flow-counselling-sec-30min {
    width: 84px;
  }
  .beginner-flow-counselling-sec-h {
    font-size: 1.3rem;
  }
  .beginner-flow-counselling-sec-img {
    width: 60%;
  }
  .beginner-flow-mail {
    padding: 50px;
  }
  .beginner-flow-mail-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-time {
    padding: 40px;
  }
  .beginner-flow-first-time-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-time-txts {
    width: 50%;
  }
  .beginner-flow-first-time-sample {
    padding: 40px;
  }
  .beginner-flow-first-time-samples {
    max-width: 520px;
    margin: 0 auto;
  }
  .beginner-flow-first-tabNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beginner-flow-first-tabNav-item {
    padding: 12px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .beginner-flow-first-tabNav-item:not(:last-child) {
    margin-right: 10px;
  }
  .beginner-flow-first-tabSec {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .beginner-flow-first-tabSec-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-tabSec-img {
    width: 45%;
  }
  .beginner-flow-first-tabSec-txts {
    width: 50%;
  }
  .beginner-hospital-charm-charms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 80px;
  }
  .beginner-hospital-charm-charms-item {
    width: 18%;
  }
  .beginner-hospital-charm-charms-item dt {
    text-align: center;
    margin-bottom: 1em;
  }
  .beginner-hospital-charm-charms-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .beginner-hospital-photo-photos-item {
    max-width: 654px;
    padding: 0 14px;
  }
  .beginner-hospital-system-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beginner-hospital-system-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .beginner-hospital-system-sec:not(:last-child) {
    margin-bottom: 70px;
  }
  .beginner-hospital-system-sec-txts {
    width: 45%;
  }
  .beginner-hospital-system-sec-img {
    width: 50%;
  }
  .beginner-society-teeth-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-society-teeth-txts {
    width: 48%;
  }
  .beginner-society-teeth-h {
    font-size: 2.0rem;
  }
  .beginner-society-teeth-img {
    width: 48%;
  }
  .beginner-society-nico-lead {
    text-align: center;
    margin-bottom: 50px;
  }
  .beginner-society-nico-acts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .beginner-society-nico-acts-item {
    width: 48%;
  }
  .beginner-society-nico-maintenance {
    padding: 40px 70px;
  }
  .beginner-society-nico-maintenance-h {
    font-size: 1.6rem;
  }
  .beginner-society-nico-maintenance-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-society-nico-maintenance-txts {
    width: 58%;
  }
  .beginner-society-nico-maintenance-img {
    width: 38%;
  }
  /* ---------------------------
mod-keyvisualHead
--------------------------- */
  .mod-keyvisualHead {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
  }
  .mod-keyvisualHead-txts {
    font-size: 2.0rem;
  }
  .mod-keyvisualHead-txts .tit {
    font-size: 1.1rem;
  }
  .mod-keyvisualHead-txts i {
    width: 64px;
  }
  /* ---------------------------
mod-fukidashiNum
--------------------------- */
  .mod-fukidashiNum {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
    box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
  }
  /* ---------------------------
mod-sameCatNav
--------------------------- */
  .mod-sameCatNav {
    padding: 70px 0;
  }
  .mod-sameCatNav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-sameCatNav-h {
    font-size: 2.2rem;
    margin-right: 100px;
  }
  /* ---------------------------
mod-schedule
--------------------------- */
  .mod-schedule-table th, .mod-schedule-table td {
    border-right: 1px solid #E1E5E7;
    padding: 10px;
  }
  .mod-schedule-table .tal {
    width: 8em;
  }
  /* ---------------------------
preventive
--------------------------- */
  .preventive {
    /* ---------------------------
preventive-flow
	--------------------------- */
  }
  .preventive-index-sec01-copy {
    line-height: 2em;
  }
  .preventive-index-sec01-column-item {
    width: 49%;
    min-height: 360px;
    margin-right: 30px;
  }
  .preventive-index-sec01-column-item:nth-child(2) {
    margin-right: 0;
  }
  .preventive-index-sec01-column-item-txt {
    padding: 30px;
    margin-top: -40px;
  }
  .preventive-index-sec02-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .preventive-index-sec02-support-item {
    width: 49%;
    padding: 60px 35px;
  }
  .preventive-index-sec02-support-item i {
    top: -50px;
  }
  .preventive-index-sec02-support-item-title {
    font-size: 1.5rem;
  }
  .preventive-index-sec03-maintenance-column {
    width: 49%;
  }
  .preventive-index-sec03-maintenance-column-item.left {
    width: 40%;
  }
  .preventive-index-sec03-maintenance-column-item.right {
    width: 55%;
  }
  .preventive-index-sec03-maintenance-column-num {
    font-size: 1.8rem;
  }
  .preventive-index-sec03-maintenance-info {
    font-size: 1.1rem;
  }
  .preventive-index-sec03-maintenance-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 45px;
  }
  .preventive-index-sec03-maintenance-graph-item {
    width: 49%;
  }
  .preventive-index-sec03-maintenance-graph-item.pdl30 {
    padding-left: 30px;
  }
  .preventive-flow-programs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .preventive-flow-programs-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .preventive-flow-programs-h {
    font-size: 1.2rem;
  }
  .preventive-flow-maintenance-cats {
    margin-bottom: 40px;
  }
  .preventive-flow-maintenance-cats-item {
    padding: 20px;
  }
  .preventive-flow-maintenance-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preventive-flow-maintenance-days-item {
    padding: 30px;
    padding-bottom: 180px;
    width: 31.3%;
    margin-bottom: 3%;
  }
  .preventive-flow-maintenance-days-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .preventive-flow-maintenance-day5 {
    width: 65%;
    margin-bottom: 3%;
  }
  .preventive-flow-maintenance-day5, .preventive-flow-maintenance-day9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preventive-flow-maintenance-day5-h, .preventive-flow-maintenance-day9-h {
    padding: 10px 30px;
  }
  .preventive-flow-maintenance-day5-txts, .preventive-flow-maintenance-day9-txts {
    padding: 30px;
  }
  .preventive-flow-maintenance-day5-h2, .preventive-flow-maintenance-day9-h2 {
    font-size: 1.7rem;
  }
  .preventive-flow-maintenance-day5-clear, .preventive-flow-maintenance-day9-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .preventive-flow-maintenance-day5-col1, .preventive-flow-maintenance-day9-col1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
  }
  .preventive-flow-maintenance-day5-img, .preventive-flow-maintenance-day9-img {
    width: 170px;
  }
  .mod-preventive-program-programs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-preventive-program-programs-item-bg {
    min-height: 405px;
  }
  .mod-preventive-program-programs-item-info {
    padding: 80px;
    width: 60%;
  }
  .mod-preventive-program-programs-item-info-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .mod-preventive-program-programs-item-info-txt {
    font-size: 1.1rem;
  }
  /* ---------------------------
mod-noteArchive
--------------------------- */
  .mod-noteArchive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
  }
  .mod-noteArchive-head {
    padding: 80px 5%;
    width: 30%;
  }
  .mod-noteArchive-h {
    font-size: 2rem;
  }
  .mod-noteArchive-lead {
    font-size: 1.1rem;
  }
  .mod-noteArchive-main {
    width: 75%;
  }
  .mod-noteArchive-posts {
    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;
  }
  .mod-noteArchive-posts-item {
    width: 48%;
  }
  .mod-noteArchive-posts-img {
    height: 20vw;
  }
  /* ---------------------------
orthodontic
--------------------------- */
  .orthodontic-sameCatNav {
    padding: 40px 0;
  }
  .orthodontic-sameCatNav-links-item {
    width: 16%;
  }
  .orthodontic-sameCatNav-links-item i {
    width: 116px;
  }
  .orthodontic-sameCatNav-links-txt {
    font-size: 0.85rem;
  }
  .orthodontic-index-lead-txt {
    text-align: center;
  }
  .orthodontic-index-charm-charms {
    margin-bottom: -90px;
  }
  .orthodontic-index-charm-charms-item {
    width: 31%;
    margin-bottom: 90px;
  }
  .orthodontic-index-charm-charms-num {
    margin-left: -35px;
  }
  .orthodontic-index-charm-charms-txt {
    padding: 60px 30px 30px;
  }
  .orthodontic-index-charm-charms-txt dt {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  .orthodontic-index-reason-reasons {
    margin-bottom: -90px;
  }
  .orthodontic-index-reason-reasons-item {
    width: 31%;
    font-size: 1.1rem;
    padding: 30px;
    padding-top: 80px;
    margin-bottom: 90px;
  }
  .orthodontic-index-invisalign-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
  }
  .orthodontic-index-invisalign-txts {
    width: 55%;
  }
  .orthodontic-index-invisalign-btns {
    width: 40%;
  }
  .orthodontic-flow-lead-txt {
    text-align: center;
  }
  .orthodontic-flow-span-steps-item {
    font-size: 1.2rem;
    padding: 30px;
    height: 130px;
  }
  .orthodontic-flow-span-steps-item:not(.is-phase01) {
    padding-left: 60px;
  }
  .orthodontic-flow-span-steps-item.is-phase03 {
    padding-right: 10px;
  }
  .orthodontic-flow-span-steps-item em {
    font-size: 1.5rem;
  }
  .orthodontic-flow-span-secs-slideBtn {
    width: 50px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-prev {
    left: -70px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-next {
    right: -70px;
  }
  .orthodontic-flow-span-sec {
    padding: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: auto !important;
  }
  .orthodontic-flow-span-sec.is-noImage {
    display: block !important;
  }
  .orthodontic-flow-span-sec-txts {
    width: 50%;
  }
  .orthodontic-flow-span-sec-head {
    margin-bottom: 30px;
  }
  .orthodontic-flow-span-sec-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-lead-txt {
    max-width: 730px;
    margin: 0 auto 3em;
  }
  .orthodontic-price-lead-charms {
    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;
  }
  .orthodontic-price-lead-charms-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .orthodontic-price-lead-charms-head {
    margin-bottom: 20px;
  }
  .orthodontic-price-lead-charms-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-examples {
    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;
  }
  .orthodontic-price-examples-item {
    width: 48%;
    padding: 26px 40px 70px;
  }
  .orthodontic-price-examples-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-examples-txts {
    max-width: 340px;
    margin: 0 auto;
  }
  .orthodontic-price-examples-monthly em {
    font-size: 3rem;
  }
  .orthodontic-price-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orthodontic-price-steps-txt {
    padding: 20px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .orthodontic-price-steps-h {
    padding: 20px 30px;
    width: 284px;
    margin-right: 20px;
    font-size: 1.3rem;
  }
  .orthodontic-voice-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orthodontic-voice-sec:not(:last-child) {
    margin-bottom: 50px;
  }
  .orthodontic-voice-sec:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .orthodontic-voice-sec-img {
    width: 45%;
  }
  .orthodontic-voice-sec-txts {
    width: 50%;
  }
  .orthodontic-voice-sec-h {
    font-size: 1.2rem;
  }
  .orthodontic-faq-nav {
    margin-bottom: 50px;
  }
  .orthodontic-faq-nav-item {
    width: 23%;
  }
  .orthodontic-faq-nav-item a {
    padding: 24px;
  }
  .orthodontic-faq-nav-item i {
    margin-bottom: 10px;
  }
  .orthodontic-faq-sec {
    margin-bottom: 3em;
  }
  .orthodontic-faq-sec-q {
    padding: 30px 40px;
  }
  .orthodontic-faq-sec-q-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .orthodontic-faq-sec-q-h {
    font-size: 1.2rem;
  }
  .orthodontic-faq-sec-a {
    padding: 40px 0 0 40px;
  }
  .orthodontic-faq-sec-a-num {
    width: 70px;
    margin-right: 20px;
  }
  .mod-orthodontic-lifestyle-h span {
    font-size: 1.6rem;
  }
  .mod-orthodontic-nav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mod-orthodontic-nav01-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-orthodontic-nav01-item a {
    padding: 50px 0;
  }
  /* ---------------------------
mod-invisalignBnr
--------------------------- */
  .mod-invisalignBnr {
    padding: 80px 0;
  }
  .mod-invisalignBnr-lead {
    font-size: 1.8rem;
  }
  .mod-invisalignBnr-btn {
    max-width: 420px;
  }
  .mod-contactLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-contactLinks-item {
    width: 50%;
  }
  .mod-contactLinks-item dt {
    font-size: 1.6rem;
  }
  /* ---------------------------
mod-form
--------------------------- */
  .mod-form {
    padding: 50px;
  }
  .mod-form-table {
    max-width: 810px;
    margin: 0 auto;
  }
  /* ---------------------------
lifestyle
--------------------------- */
  .lifestyle-head {
    margin-bottom: 50px;
  }
  .lifestyle-head-links-item {
    width: 23%;
  }
  .lifestyle-head-links-item i {
    width: 64px;
    margin-right: 20px;
  }
  .lifestyle-head-links-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lifestyle-lead {
    text-align: center;
    padding-top: 40px;
  }
  .lifestyle-faqs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .lifestyle-faqs-item {
    width: 31%;
    padding: 20px;
  }
  .lifestyle-faqs-txts {
    padding: 20px;
  }
  .lifestyle-faqs-h {
    font-size: 1.1rem;
  }
  .lifestyle-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px;
  }
  .lifestyle-answer:not(:last-child) {
    margin-bottom: 50px;
  }
  .lifestyle-answer-txts {
    width: 45%;
  }
  .lifestyle-answer-num {
    margin-right: 20px;
  }
  .lifestyle-answer-h {
    font-size: 1.4rem;
  }
  .lifestyle-answer-img {
    width: 50%;
    padding: 40px;
  }
  .lifestyle-conclusion-box {
    padding: 0 80px 50px;
  }
  .lifestyle-conclusion-h {
    font-size: 2rem;
  }
  .lifestyle-conclusion-txt {
    text-align: center;
  }
  .lifestyle-conclusion-btn a {
    width: 100%;
  }
  .lifestyle-conclusion-btn dt {
    font-size: 1.5rem;
  }
  .mod-lifestyle-styles-item {
    width: 23%;
  }
  .mod-lifestyle-styles-item i {
    width: 90px;
    margin-top: -45px;
  }
  .mod-lifestyle-styles-item i img {
    border: 5px solid #fff;
  }
  /* ---------------------------
price
--------------------------- */
  .price-mv-bg {
    height: 600px;
    width: 60%;
  }
  .price-mv-txts {
    padding: 80px;
    margin-top: 60px;
    margin-left: 80px;
    width: 50%;
    margin-right: -20%;
  }
  .price-mv-h {
    font-size: 2rem;
  }
  .price-ages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .price-ages-item {
    width: 48%;
    padding: 30px 20px;
  }
  .price-ages-item dt {
    font-size: 1.4rem;
  }
  .price-ages-item dd {
    font-size: 1.4rem;
  }
  .price-plan-head {
    padding: 20px 30px;
  }
  .price-plan-h {
    font-size: 1.3rem;
  }
  .price-plan-txts {
    padding: 25px 50px;
  }
  .price-plan-clear {
    -webkit-columns: 2;
    columns: 2;
  }
  .price-sec-lead {
    text-align: center;
  }
  /* ---------------------------
mod-catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-catHead01-h {
    font-size: 1.9rem;
  }
  /* ---------------------------
about
--------------------------- */
  .about-index-mv {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
  }
  .about-index-mv-txts {
    font-size: 5.0rem;
  }
  .about-index-lead {
    text-align: center;
  }
  .about-index-doctor-img {
    margin-bottom: 40px;
  }
  .about-index-doctor-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-index-doctor-name {
    width: 45%;
  }
  .about-index-doctor-history {
    width: 50%;
  }
  .about-index-doctor-txt {
    padding: 20px 30px;
  }
  .about-index-dentists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .about-index-dentists-item {
    width: 48%;
  }
  .about-index-dentists-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .about-index-recruit {
    padding: 80px 0;
  }
  .about-index-recruit-txts {
    padding: 50px 30px;
  }
  .about-index-recruit-h {
    font-size: 1.9rem;
  }
  .about-access-specTable {
    margin-bottom: 40px;
  }
  .about-access-specTable th {
    padding-right: 2em;
  }
  .about-access-scheduleTable th, .about-access-scheduleTable td {
    border-right: 1px solid #E1E5E7;
    padding: 10px;
  }
  .about-access-spec-note {
    margin-bottom: 40px;
  }
  .about-access-access-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .about-access-access-txts {
    width: 50%;
  }
  .about-access-access-img {
    width: 50%;
  }
  .about-access-access-gmap iframe {
    width: 100%;
    height: 440px;
  }
  /* ---------------------------
general
--------------------------- */
  .general-index-treatments {
    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;
    margin-bottom: -90px;
  }
  .general-index-treatments-item {
    width: 48%;
    font-size: 1.1rem;
    margin-bottom: 90px;
    padding: 60px 30px 30px;
  }
  .general-index-treatments-num {
    margin-left: -35px;
  }
  .general-index-treatments-h {
    font-size: 1.5rem;
  }
  .general-index-treatment-preventive {
    padding-top: 60px;
  }
  .general-index-treatment-preventive dt {
    font-size: 1.3rem;
  }
  .general-index-treatment-preventive dd p {
    text-align: center;
  }
  .general-index-treatment-preventive dd .mod-btn01 {
    max-width: 440px;
    margin: 0 auto;
  }
  .general-index-child-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .general-index-child-txts {
    width: 48%;
  }
  .general-index-child-img {
    width: 62%;
    margin-right: -15%;
  }
  .general-index-child-wishes {
    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;
    margin-bottom: -90px;
  }
  .general-index-child-wishes-item {
    width: 48%;
    margin-bottom: 90px;
    padding: 90px 30px 30px;
  }
  .general-index-child-wishes-item i {
    top: -82px;
    margin-left: -82px;
  }
  .general-index-child-wishes-h {
    font-size: 1.3rem;
  }
  .general-whitening-plans {
    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;
  }
  .general-whitening-plans-item {
    width: 48%;
    padding: 30px;
  }
  .general-whitening-plans-h {
    font-size: 1.3rem;
  }
  .general-whitening-plans-h2 {
    font-size: 1.1rem;
  }
  .general-whitening-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .general-whitening-courses-item {
    width: 31%;
    padding-bottom: 60px;
  }
  .general-whitening-courses-h {
    padding: 30px 24px;
    font-size: 1.2rem;
  }
  .general-whitening-courses-h2 {
    font-size: 1.1rem;
  }
  .general-whitening-courses-price {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
  }
  /* ---------------------------
mod-weddingBnr
--------------------------- */
  .mod-weddingBnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mod-weddingBnr-txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 20px;
    width: 60%;
  }
  .mod-weddingBnr-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .mod-weddingBnr-img {
    width: 40%;
  }
  /* ---------------------------
mod-voiceNav01
--------------------------- */
  .mod-voiceNav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-voiceNav01-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-voiceNav01-item a {
    padding: 120px 0;
  }
  /* ---------------------------
reservation
--------------------------- */
  .reservation-first-leadSec {
    margin-bottom: 40px;
  }
  .reservation-first-lead {
    font-size: 1.9rem;
  }
  .reservation-first-tel {
    padding: 50px;
    margin-bottom: 40px;
  }
  .reservation-first-tel-num {
    padding: 20px 40px;
  }
  .reservation-first-tel-num dt {
    font-size: 2.2rem;
  }
  .reservation-second-use {
    padding: 40px;
  }
  .reservation-second-use-h {
    font-size: 1.3rem;
  }
  .reservation-second-use-clear {
    overflow: hidden;
  }
  .reservation-second-use-img {
    float: right;
    margin-left: 40px;
  }
  /* ---------------------------
mod-post
--------------------------- */
  .mod-posts01-item {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .mod-posts01-col1 {
    width: 38%;
  }
  .mod-posts01-img {
    width: 100%;
    height: 160px;
  }
  .mod-posts01-cat {
    padding: 4px 10px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.85rem;
  }
  .mod-posts01-h {
    font-size: 1.4rem;
  }
  .mod-post01 {
    margin-bottom: 50px;
  }
  .mod-post01-h {
    font-size: 1.7rem;
  }
  .mod-post01-article {
    margin-bottom: 45px;
  }
  .mod-post01-postLinks-item {
    width: 30%;
  }
  /* ---------------------------
sitemap
--------------------------- */
  .sitemap-cats-item {
    margin-bottom: 60px;
  }
  .sitemap-largeLink {
    font-size: 1.1rem;
  }
  /* ---------------------------
privacy
--------------------------- */
  .privacy-sec-h {
    font-size: 1.1rem;
  }
  /* ---------------------------
mod-megaNav
--------------------------- */
  .mod-megaNav-cats-item {
    background: rgba(27, 161, 230, 0.9);
    color: #fff;
    padding: 30px 40px;
    position: absolute;
    right: 80px;
    top: 100%;
    width: calc(50% - 80px);
    min-width: 680px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
  }
  .mod-megaNav-cats-item a {
    color: #fff;
  }
  .mod-megaNav-cats-item.on {
    opacity: 1;
    pointer-events: auto;
  }
  .mod-megaNav-largeLink {
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  .mod-megaNav-largeLink a {
    display: block;
    padding: 8px 0;
    position: relative;
  }
  .mod-megaNav-largeLink a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../img/base/ico_arrow2_wh.svg") center no-repeat;
    background-size: contain;
  }
  .mod-megaNav-links2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-megaNav-links2-item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 1em;
  }
  .mod-megaNav-lifestyle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-megaNav-lifestyle dt {
    line-height: 1.4;
  }
  .mod-megaNav-lifestyle dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px;
  }
  .mod-megaNav-lifestyle-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-megaNav-lifestyle-links-item {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .mod-megaNav-lifestyle-links-item:not(:last-child) {
    margin-right: 30px;
  }
  .mod-megaNav-lifestyle-links-item i {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .mod-megaNav-lifestyle-links-item i img {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 64px;
  }
  /* ---------------------------
line
--------------------------- */
  .mod-line-box {
    margin: 0 auto 80px;
  }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
p
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h2 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.24rem;
  }
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
   TB 
   ========================================================================== */
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 8%;
  }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px;
  }
  body {
    line-height: 2;
  }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 15px 80px;
    padding-left: 110px;
    height: 120px;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .is-scrolled .mod-header {
    top: -50px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  }
  .mod-header-top {
    margin-bottom: 5px;
  }
  .mod-header-logo a {
    width: 180px;
    height: 200px;
  }
  .mod-header-logo img {
    width: 100px;
  }
  .mod-header-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-links-item {
    margin-left: 40px;
  }
  .mod-header-links-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-links-item img {
    width: 16px;
    margin-right: 8px;
    vertical-align: sub;
  }
  .mod-header-links-item.is-tel {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .mod-header-links-item.is-line {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .mod-header-contactLinks {
    position: fixed;
    right: 0;
    top: 210px;
  }
  .mod-header-contactLinks-item a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 60px;
    height: 160px;
    padding: 15px;
  }
  .mod-header-contactLinks-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-header-contactLinks-item.item-gnavBtn {
    display: none;
  }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 50px 0;
  }
  .mod-footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-footer-col1 {
    width: 45%;
    margin-left: 3%;
  }
  .mod-footer-logo {
    width: 30%;
  }
  .mod-footer-info {
    width: 63%;
  }
  .mod-footer-info-h {
    width: 260px;
  }
  .mod-footer-info-tel {
    font-size: 1.8rem;
  }
  .mod-footer-col2 {
    width: 46%;
  }
  .mod-footer-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mod-footer-pagetop {
    width: 64px;
    height: 64px;
    right: 60px;
    bottom: 40px;
  }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0 110px;
  }
  .l-post-main {
    width: 64.3%;
    max-width: 680px;
  }
  .l-post-side {
    width: 28%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: none;
    display: none;
  }
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 8%;
  }
  .wrapin-700 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-900 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-930 {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-980 {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-1010 {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrapin-1100 {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  #wrapper {
    padding-top: 60px;
  }
  /* ---------------------------
home
--------------------------- */
  .home-mv {
    height: 40vw !important;
  }
  .home-mv-slide-item {
    padding: 0 80px;
  }
  .home-mv-slide-img {
    max-width: 1280px;
    margin: 0 auto;
    height: 40vw !important;
  }
  .home-mv-slide01-txts {
    margin-left: 14%;
    width: 23%;
  }
  .home-mv-thumbs-item {
    width: 114px;
  }
  .home-infoClear {
    padding: 50px 0;
  }
  .home-infoClear-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-info {
    width: 48%;
  }
  .home-info-h {
    margin-bottom: 1.4em;
  }
  .home-info-posts-item {
    padding: 19px 0;
  }
  .home-schedule {
    width: 48%;
  }
  .home-field {
    position: relative;
  }
  .home-field-bg01, .home-field-bg02 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .home-field-bg01 {
    background: #d9eef7;
    left: 0;
  }
  .home-field-bg02 {
    background: #ecf7fb;
    right: 0;
  }
  .home-field-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-field-sec {
    position: relative;
    width: 44%;
    padding: 60px 0 50px;
  }
  .home-field-sec-h {
    font-size: 1.8rem;
  }
  .home-field-sec-lead {
    font-size: 1.1rem;
  }
  .home-field-sec-links-item i {
    width: 116px;
  }
  .home-lifestyle {
    padding: 40px 0;
  }
  .home-lifestyle-lead {
    font-size: 1.2rem;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about-lead {
    font-size: 1.2rem;
  }
  .home-about-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-about-cats-item {
    width: 48%;
  }
  .home-recruit {
    padding: 120px 0;
  }
  .home-recruit-h {
    font-size: 1.9rem;
  }
  .home-recruit-links-item {
    width: 23%;
  }
  /* ---------------------------
h
--------------------------- */
  .mod-h01 {
    font-size: 2rem;
  }
  .mod-h01-wrap {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-h02 {
    font-size: 1.7rem;
    margin-bottom: 3em;
  }
  .mod-h03 {
    font-size: 1.5rem;
  }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav-logo {
    display: none;
  }
  .mod-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mod-gnav-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-gnav-links-item:not(:last-child):after {
    content: "｜";
    margin: 0 10px;
    color: #c7c7c7;
  }
  .mod-gnav-links-item.on a {
    color: #1ba1e6;
    font-weight: bold;
  }
  .mod-gnav-links2 {
    display: none !important;
  }
  .mod-gnav-btn {
    right: 10px;
    height: 80px;
    display: none;
  }
  .mod-gnav-close {
    display: none;
  }
  .mod-gnav-contactLinks {
    display: none;
  }
  .mod-gnav-tel {
    display: none;
  }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px;
  }
  .mod-btn01.size-s {
    padding: 8px 16px;
  }
  .mod-btn01.w100 {
    width: 8em;
    margin: 0 auto;
    padding: 6px 12px;
    letter-spacing: 0;
    font-size: 1.0rem;
  }
  .mod-btn01.w380 {
    width: 380px;
    margin: 0 auto;
  }
  .mod-btn01.w680 {
    width: 680px;
    margin: 0 auto;
  }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    width: 24px;
    height: 24px;
  }
  .mod-btn01.newTab-r:before {
    right: 10px;
    margin-top: -10px;
  }
  @-webkit-keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  /* ---------------------------
btns1col
--------------------------- */
  .mod-btns1col-item {
    width: 420px;
  }
  /* ---------------------------
mod-slide
--------------------------- */
  .mod-slide-btn01 {
    width: 50px;
    margin-top: -23px;
  }
  /* ---------------------------
mod-wysiwyg
--------------------------- */
  /* ---------------------------
mod-pageNav
--------------------------- */
  .pswp__button--close {
    width: 40px !important;
    height: 40px !important;
  }
  /* ---------------------------
pankuzu
--------------------------- */
  .mod-pankuzu {
    font-size: 0.85rem;
    padding: 20px 0;
  }
  .mod-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 80px;
  }
  /* ---------------------------
mod-footerContact
--------------------------- */
  .mod-footerContact-head {
    padding: 50px 0;
  }
  .mod-footerContact-h .ja {
    font-size: 1.5rem;
  }
  .mod-footerContact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-footerContact-links-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-footerContact-links-item a {
    padding: 30px 0;
  }
  /* ---------------------------
mod-sec
--------------------------- */
  .mod-sec01 {
    padding: 80px 0;
  }
  /* ---------------------------
beginner
--------------------------- */
  .beginner-index-lead-h {
    font-size: 2rem;
  }
  .beginner-index-lead-txt {
    text-align: center;
  }
  .beginner-index-listen-head {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
    margin-left: 0;
  }
  .beginner-index-listen-head-txts {
    font-size: 2.0rem;
  }
  .beginner-index-feature-features {
    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;
  }
  .beginner-index-feature-features-item {
    width: 48.5%;
  }
  .beginner-index-feature-features-item.is-small:nth-child(4n+3), .beginner-index-feature-features-item.is-small:nth-child(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .is-large .beginner-index-feature-features-txts {
    padding: 20px 30px;
  }
  .is-small .beginner-index-feature-features-txts {
    padding: 1.5em 2em;
    width: 50%;
  }
  .is-large .beginner-index-feature-features-img {
    height: 320px;
  }
  .is-small .beginner-index-feature-features-img {
    width: 50%;
  }
  .beginner-index-promise-promises {
    margin-bottom: -90px;
  }
  .beginner-index-promise-promises-item {
    width: 31%;
    height: 240px;
    padding: 75px 30px;
    font-size: 1.1rem;
    margin-bottom: 90px;
  }
  .beginner-index-promise-promises-num {
    margin-left: -35px;
  }
  .beginner-index-promise-promises-txt {
    padding-right: 50px;
  }
  .beginner-flow-consult {
    padding: 50px 0;
  }
  .beginner-flow-consult-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-flow-consult-txts {
    width: 35%;
  }
  .beginner-flow-consult-img {
    width: 60%;
  }
  .beginner-flow-faq-faqs {
    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;
    margin-bottom: 50px;
  }
  .beginner-flow-faq-faqs-item {
    width: 23%;
    padding: 30px;
    padding-top: 60px;
  }
  .beginner-flow-counselling {
    padding: 50px 0 0;
  }
  .beginner-flow-counselling-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .beginner-flow-counselling-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .beginner-flow-counselling-sec-txts {
    width: 40%;
    padding: 70px 40px;
  }
  .beginner-flow-counselling-sec-30min {
    width: 84px;
  }
  .beginner-flow-counselling-sec-h {
    font-size: 1.3rem;
  }
  .beginner-flow-counselling-sec-img {
    width: 60%;
  }
  .beginner-flow-mail {
    padding: 50px;
  }
  .beginner-flow-mail-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-time {
    padding: 40px;
  }
  .beginner-flow-first-time-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-time-txts {
    width: 50%;
  }
  .beginner-flow-first-time-sample {
    padding: 40px;
  }
  .beginner-flow-first-time-samples {
    max-width: 520px;
    margin: 0 auto;
  }
  .beginner-flow-first-tabNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beginner-flow-first-tabNav-item {
    padding: 12px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .beginner-flow-first-tabNav-item:not(:last-child) {
    margin-right: 10px;
  }
  .beginner-flow-first-tabSec {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .beginner-flow-first-tabSec-h {
    font-size: 1.5rem;
  }
  .beginner-flow-first-tabSec-img {
    width: 45%;
  }
  .beginner-flow-first-tabSec-txts {
    width: 50%;
  }
  .beginner-hospital-charm-charms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 80px;
  }
  .beginner-hospital-charm-charms-item {
    width: 18%;
  }
  .beginner-hospital-charm-charms-item dt {
    text-align: center;
    margin-bottom: 1em;
  }
  .beginner-hospital-charm-charms-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .beginner-hospital-photo-photos-item {
    max-width: 654px;
    padding: 0 14px;
  }
  .beginner-hospital-system-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beginner-hospital-system-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .beginner-hospital-system-sec:not(:last-child) {
    margin-bottom: 70px;
  }
  .beginner-hospital-system-sec-txts {
    width: 45%;
  }
  .beginner-hospital-system-sec-img {
    width: 50%;
  }
  .beginner-society-teeth-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-society-teeth-txts {
    width: 48%;
  }
  .beginner-society-teeth-h {
    font-size: 2.0rem;
  }
  .beginner-society-teeth-img {
    width: 48%;
  }
  .beginner-society-nico-lead {
    text-align: center;
    margin-bottom: 50px;
  }
  .beginner-society-nico-acts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .beginner-society-nico-acts-item {
    width: 48%;
  }
  .beginner-society-nico-maintenance {
    padding: 40px 70px;
  }
  .beginner-society-nico-maintenance-h {
    font-size: 1.6rem;
  }
  .beginner-society-nico-maintenance-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .beginner-society-nico-maintenance-txts {
    width: 58%;
  }
  .beginner-society-nico-maintenance-img {
    width: 38%;
  }
  /* ---------------------------
mod-keyvisualHead
--------------------------- */
  .mod-keyvisualHead {
    height: 450px;
    padding: 90px 90px;
    margin: 0 80px;
  }
  .mod-keyvisualHead-txts {
    font-size: 2.0rem;
  }
  .mod-keyvisualHead-txts .tit {
    font-size: 1.1rem;
  }
  .mod-keyvisualHead-txts i {
    width: 64px;
  }
  /* ---------------------------
mod-fukidashiNum
--------------------------- */
  .mod-fukidashiNum {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
    box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
  }
  /* ---------------------------
mod-sameCatNav
--------------------------- */
  .mod-sameCatNav {
    padding: 70px 0;
  }
  .mod-sameCatNav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-sameCatNav-h {
    font-size: 2.2rem;
    margin-right: 100px;
  }
  /* ---------------------------
mod-schedule
--------------------------- */
  .mod-schedule-table th, .mod-schedule-table td {
    border-right: 1px solid #E1E5E7;
    padding: 10px;
  }
  .mod-schedule-table .tal {
    width: 8em;
  }
  /* ---------------------------
preventive
--------------------------- */
  .preventive {
    /* ---------------------------
preventive-flow
	--------------------------- */
  }
  .preventive-index-sec01-copy {
    line-height: 2em;
  }
  .preventive-index-sec01-column-item {
    width: 49%;
    min-height: 360px;
    margin-right: 30px;
  }
  .preventive-index-sec01-column-item:nth-child(2) {
    margin-right: 0;
  }
  .preventive-index-sec01-column-item-txt {
    padding: 30px;
    margin-top: -40px;
  }
  .preventive-index-sec02-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .preventive-index-sec02-support-item {
    width: 49%;
    padding: 60px 35px;
  }
  .preventive-index-sec02-support-item i {
    top: -50px;
  }
  .preventive-index-sec02-support-item-title {
    font-size: 1.5rem;
  }
  .preventive-index-sec03-maintenance-column {
    width: 49%;
  }
  .preventive-index-sec03-maintenance-column-item.left {
    width: 40%;
  }
  .preventive-index-sec03-maintenance-column-item.right {
    width: 55%;
  }
  .preventive-index-sec03-maintenance-column-num {
    font-size: 1.8rem;
  }
  .preventive-index-sec03-maintenance-info {
    font-size: 1.1rem;
  }
  .preventive-index-sec03-maintenance-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 45px;
  }
  .preventive-index-sec03-maintenance-graph-item {
    width: 49%;
  }
  .preventive-index-sec03-maintenance-graph-item.pdl30 {
    padding-left: 30px;
  }
  .preventive-flow-programs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .preventive-flow-programs-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .preventive-flow-programs-h {
    font-size: 1.2rem;
  }
  .preventive-flow-maintenance-cats {
    margin-bottom: 40px;
  }
  .preventive-flow-maintenance-cats-item {
    padding: 20px;
  }
  .preventive-flow-maintenance-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preventive-flow-maintenance-days-item {
    padding: 30px;
    padding-bottom: 180px;
    width: 31.3%;
    margin-bottom: 3%;
  }
  .preventive-flow-maintenance-days-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .preventive-flow-maintenance-day5 {
    width: 65%;
    margin-bottom: 3%;
  }
  .preventive-flow-maintenance-day5, .preventive-flow-maintenance-day9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preventive-flow-maintenance-day5-h, .preventive-flow-maintenance-day9-h {
    padding: 10px 30px;
  }
  .preventive-flow-maintenance-day5-txts, .preventive-flow-maintenance-day9-txts {
    padding: 30px;
  }
  .preventive-flow-maintenance-day5-h2, .preventive-flow-maintenance-day9-h2 {
    font-size: 1.7rem;
  }
  .preventive-flow-maintenance-day5-clear, .preventive-flow-maintenance-day9-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .preventive-flow-maintenance-day5-col1, .preventive-flow-maintenance-day9-col1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
  }
  .preventive-flow-maintenance-day5-img, .preventive-flow-maintenance-day9-img {
    width: 170px;
  }
  .mod-preventive-program-programs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mod-preventive-program-programs-item-bg {
    min-height: 405px;
  }
  .mod-preventive-program-programs-item-info {
    padding: 80px;
    width: 60%;
  }
  .mod-preventive-program-programs-item-info-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .mod-preventive-program-programs-item-info-txt {
    font-size: 1.1rem;
  }
  /* ---------------------------
mod-noteArchive
--------------------------- */
  .mod-noteArchive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
  }
  .mod-noteArchive-head {
    padding: 80px 5%;
    width: 30%;
  }
  .mod-noteArchive-h {
    font-size: 2rem;
  }
  .mod-noteArchive-lead {
    font-size: 1.1rem;
  }
  .mod-noteArchive-main {
    width: 75%;
  }
  .mod-noteArchive-posts {
    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;
  }
  .mod-noteArchive-posts-item {
    width: 48%;
  }
  .mod-noteArchive-posts-img {
    height: 20vw;
  }
  /* ---------------------------
orthodontic
--------------------------- */
  .orthodontic-sameCatNav {
    padding: 40px 0;
  }
  .orthodontic-sameCatNav-links-item {
    width: 16%;
  }
  .orthodontic-sameCatNav-links-item i {
    width: 116px;
  }
  .orthodontic-sameCatNav-links-txt {
    font-size: 0.85rem;
  }
  .orthodontic-index-lead-txt {
    text-align: center;
  }
  .orthodontic-index-charm-charms {
    margin-bottom: -90px;
  }
  .orthodontic-index-charm-charms-item {
    width: 31%;
    margin-bottom: 90px;
  }
  .orthodontic-index-charm-charms-num {
    margin-left: -35px;
  }
  .orthodontic-index-charm-charms-txt {
    padding: 60px 30px 30px;
  }
  .orthodontic-index-charm-charms-txt dt {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  .orthodontic-index-reason-reasons {
    margin-bottom: -90px;
  }
  .orthodontic-index-reason-reasons-item {
    width: 31%;
    font-size: 1.1rem;
    padding: 30px;
    padding-top: 80px;
    margin-bottom: 90px;
  }
  .orthodontic-index-invisalign-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
  }
  .orthodontic-index-invisalign-txts {
    width: 55%;
  }
  .orthodontic-index-invisalign-btns {
    width: 40%;
  }
  .orthodontic-flow-lead-txt {
    text-align: center;
  }
  .orthodontic-flow-span-steps-item {
    font-size: 1.2rem;
    padding: 30px;
    height: 130px;
  }
  .orthodontic-flow-span-steps-item:not(.is-phase01) {
    padding-left: 60px;
  }
  .orthodontic-flow-span-steps-item.is-phase03 {
    padding-right: 10px;
  }
  .orthodontic-flow-span-steps-item em {
    font-size: 1.5rem;
  }
  .orthodontic-flow-span-secs-slideBtn {
    width: 50px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-prev {
    left: -70px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-next {
    right: -70px;
  }
  .orthodontic-flow-span-sec {
    padding: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: auto !important;
  }
  .orthodontic-flow-span-sec.is-noImage {
    display: block !important;
  }
  .orthodontic-flow-span-sec-txts {
    width: 50%;
  }
  .orthodontic-flow-span-sec-head {
    margin-bottom: 30px;
  }
  .orthodontic-flow-span-sec-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-lead-txt {
    max-width: 730px;
    margin: 0 auto 3em;
  }
  .orthodontic-price-lead-charms {
    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;
  }
  .orthodontic-price-lead-charms-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .orthodontic-price-lead-charms-head {
    margin-bottom: 20px;
  }
  .orthodontic-price-lead-charms-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-examples {
    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;
  }
  .orthodontic-price-examples-item {
    width: 48%;
    padding: 26px 40px 70px;
  }
  .orthodontic-price-examples-h {
    font-size: 1.3rem;
  }
  .orthodontic-price-examples-txts {
    max-width: 340px;
    margin: 0 auto;
  }
  .orthodontic-price-examples-monthly em {
    font-size: 3rem;
  }
  .orthodontic-price-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orthodontic-price-steps-txt {
    padding: 20px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .orthodontic-price-steps-h {
    padding: 20px 30px;
    width: 284px;
    margin-right: 20px;
    font-size: 1.3rem;
  }
  .orthodontic-voice-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orthodontic-voice-sec:not(:last-child) {
    margin-bottom: 50px;
  }
  .orthodontic-voice-sec:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .orthodontic-voice-sec-img {
    width: 45%;
  }
  .orthodontic-voice-sec-txts {
    width: 50%;
  }
  .orthodontic-voice-sec-h {
    font-size: 1.2rem;
  }
  .orthodontic-faq-nav {
    margin-bottom: 50px;
  }
  .orthodontic-faq-nav-item {
    width: 23%;
  }
  .orthodontic-faq-nav-item a {
    padding: 24px;
  }
  .orthodontic-faq-nav-item i {
    margin-bottom: 10px;
  }
  .orthodontic-faq-sec {
    margin-bottom: 3em;
  }
  .orthodontic-faq-sec-q {
    padding: 30px 40px;
  }
  .orthodontic-faq-sec-q-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .orthodontic-faq-sec-q-h {
    font-size: 1.2rem;
  }
  .orthodontic-faq-sec-a {
    padding: 40px 0 0 40px;
  }
  .orthodontic-faq-sec-a-num {
    width: 70px;
    margin-right: 20px;
  }
  .mod-orthodontic-lifestyle-h span {
    font-size: 1.6rem;
  }
  .mod-orthodontic-nav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mod-orthodontic-nav01-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-orthodontic-nav01-item a {
    padding: 50px 0;
  }
  /* ---------------------------
mod-invisalignBnr
--------------------------- */
  .mod-invisalignBnr {
    padding: 80px 0;
  }
  .mod-invisalignBnr-lead {
    font-size: 1.8rem;
  }
  .mod-invisalignBnr-btn {
    max-width: 420px;
  }
  .mod-contactLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-contactLinks-item {
    width: 50%;
  }
  .mod-contactLinks-item dt {
    font-size: 1.6rem;
  }
  /* ---------------------------
mod-form
--------------------------- */
  .mod-form {
    padding: 50px;
  }
  .mod-form-table {
    max-width: 810px;
    margin: 0 auto;
  }
  /* ---------------------------
lifestyle
--------------------------- */
  .lifestyle-head {
    margin-bottom: 50px;
  }
  .lifestyle-head-links-item {
    width: 23%;
  }
  .lifestyle-head-links-item i {
    width: 64px;
    margin-right: 20px;
  }
  .lifestyle-head-links-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lifestyle-lead {
    text-align: center;
    padding-top: 40px;
  }
  .lifestyle-faqs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .lifestyle-faqs-item {
    width: 31%;
    padding: 20px;
  }
  .lifestyle-faqs-txts {
    padding: 20px;
  }
  .lifestyle-faqs-h {
    font-size: 1.1rem;
  }
  .lifestyle-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px;
  }
  .lifestyle-answer:not(:last-child) {
    margin-bottom: 50px;
  }
  .lifestyle-answer-txts {
    width: 45%;
  }
  .lifestyle-answer-num {
    margin-right: 20px;
  }
  .lifestyle-answer-h {
    font-size: 1.4rem;
  }
  .lifestyle-answer-img {
    width: 50%;
    padding: 40px;
  }
  .lifestyle-conclusion-box {
    padding: 0 80px 50px;
  }
  .lifestyle-conclusion-h {
    font-size: 2rem;
  }
  .lifestyle-conclusion-txt {
    text-align: center;
  }
  .lifestyle-conclusion-btn a {
    width: 100%;
  }
  .lifestyle-conclusion-btn dt {
    font-size: 1.5rem;
  }
  .mod-lifestyle-styles-item {
    width: 23%;
  }
  .mod-lifestyle-styles-item i {
    width: 90px;
    margin-top: -45px;
  }
  .mod-lifestyle-styles-item i img {
    border: 5px solid #fff;
  }
  /* ---------------------------
price
--------------------------- */
  .price-mv-bg {
    height: 600px;
    width: 60%;
  }
  .price-mv-txts {
    padding: 80px;
    margin-top: 60px;
    margin-left: 80px;
    width: 50%;
    margin-right: -20%;
  }
  .price-mv-h {
    font-size: 2rem;
  }
  .price-ages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .price-ages-item {
    width: 48%;
    padding: 30px 20px;
  }
  .price-ages-item dt {
    font-size: 1.4rem;
  }
  .price-ages-item dd {
    font-size: 1.4rem;
  }
  .price-plan-head {
    padding: 20px 30px;
  }
  .price-plan-h {
    font-size: 1.3rem;
  }
  .price-plan-txts {
    padding: 25px 50px;
  }
  .price-plan-clear {
    -webkit-columns: 2;
    columns: 2;
  }
  .price-sec-lead {
    text-align: center;
  }
  /* ---------------------------
mod-catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-catHead01-h {
    font-size: 1.9rem;
  }
  /* ---------------------------
about
--------------------------- */
  .about-index-mv {
    height: 660px;
    padding: 90px 90px;
    margin: 0 80px;
  }
  .about-index-mv-txts {
    font-size: 5.0rem;
  }
  .about-index-lead {
    text-align: center;
  }
  .about-index-doctor-img {
    margin-bottom: 40px;
  }
  .about-index-doctor-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-index-doctor-name {
    width: 45%;
  }
  .about-index-doctor-history {
    width: 50%;
  }
  .about-index-doctor-txt {
    padding: 20px 30px;
  }
  .about-index-dentists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .about-index-dentists-item {
    width: 48%;
  }
  .about-index-dentists-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .about-index-recruit {
    padding: 80px 0;
  }
  .about-index-recruit-txts {
    padding: 50px 30px;
  }
  .about-index-recruit-h {
    font-size: 1.9rem;
  }
  .about-access-specTable {
    margin-bottom: 40px;
  }
  .about-access-specTable th {
    padding-right: 2em;
  }
  .about-access-scheduleTable th, .about-access-scheduleTable td {
    border-right: 1px solid #E1E5E7;
    padding: 10px;
  }
  .about-access-spec-note {
    margin-bottom: 40px;
  }
  .about-access-access-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .about-access-access-txts {
    width: 50%;
  }
  .about-access-access-img {
    width: 50%;
  }
  .about-access-access-gmap iframe {
    width: 100%;
    height: 440px;
  }
  /* ---------------------------
general
--------------------------- */
  .general-index-treatments {
    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;
    margin-bottom: -90px;
  }
  .general-index-treatments-item {
    width: 48%;
    font-size: 1.1rem;
    margin-bottom: 90px;
    padding: 60px 30px 30px;
  }
  .general-index-treatments-num {
    margin-left: -35px;
  }
  .general-index-treatments-h {
    font-size: 1.5rem;
  }
  .general-index-treatment-preventive {
    padding-top: 60px;
  }
  .general-index-treatment-preventive dt {
    font-size: 1.3rem;
  }
  .general-index-treatment-preventive dd p {
    text-align: center;
  }
  .general-index-treatment-preventive dd .mod-btn01 {
    max-width: 440px;
    margin: 0 auto;
  }
  .general-index-child-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .general-index-child-txts {
    width: 48%;
  }
  .general-index-child-img {
    width: 62%;
    margin-right: -15%;
  }
  .general-index-child-wishes {
    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;
    margin-bottom: -90px;
  }
  .general-index-child-wishes-item {
    width: 48%;
    margin-bottom: 90px;
    padding: 90px 30px 30px;
  }
  .general-index-child-wishes-item i {
    top: -82px;
    margin-left: -82px;
  }
  .general-index-child-wishes-h {
    font-size: 1.3rem;
  }
  .general-whitening-plans {
    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;
  }
  .general-whitening-plans-item {
    width: 48%;
    padding: 30px;
  }
  .general-whitening-plans-h {
    font-size: 1.3rem;
  }
  .general-whitening-plans-h2 {
    font-size: 1.1rem;
  }
  .general-whitening-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .general-whitening-courses-item {
    width: 31%;
    padding-bottom: 60px;
  }
  .general-whitening-courses-h {
    padding: 30px 24px;
    font-size: 1.2rem;
  }
  .general-whitening-courses-h2 {
    font-size: 1.1rem;
  }
  .general-whitening-courses-price {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
  }
  /* ---------------------------
mod-weddingBnr
--------------------------- */
  .mod-weddingBnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mod-weddingBnr-txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 20px;
    width: 60%;
  }
  .mod-weddingBnr-h {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .mod-weddingBnr-img {
    width: 40%;
  }
  /* ---------------------------
mod-voiceNav01
--------------------------- */
  .mod-voiceNav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-voiceNav01-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .mod-voiceNav01-item a {
    padding: 120px 0;
  }
  /* ---------------------------
reservation
--------------------------- */
  .reservation-first-leadSec {
    margin-bottom: 40px;
  }
  .reservation-first-lead {
    font-size: 1.9rem;
  }
  .reservation-first-tel {
    padding: 50px;
    margin-bottom: 40px;
  }
  .reservation-first-tel-num {
    padding: 20px 40px;
  }
  .reservation-first-tel-num dt {
    font-size: 2.2rem;
  }
  .reservation-second-use {
    padding: 40px;
  }
  .reservation-second-use-h {
    font-size: 1.3rem;
  }
  .reservation-second-use-clear {
    overflow: hidden;
  }
  .reservation-second-use-img {
    float: right;
    margin-left: 40px;
  }
  /* ---------------------------
mod-post
--------------------------- */
  .mod-posts01-item {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .mod-posts01-col1 {
    width: 38%;
  }
  .mod-posts01-img {
    width: 100%;
    height: 160px;
  }
  .mod-posts01-cat {
    padding: 4px 10px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.85rem;
  }
  .mod-posts01-h {
    font-size: 1.4rem;
  }
  .mod-post01 {
    margin-bottom: 50px;
  }
  .mod-post01-h {
    font-size: 1.7rem;
  }
  .mod-post01-article {
    margin-bottom: 45px;
  }
  .mod-post01-postLinks-item {
    width: 30%;
  }
  /* ---------------------------
sitemap
--------------------------- */
  .sitemap-cats-item {
    margin-bottom: 60px;
  }
  .sitemap-largeLink {
    font-size: 1.1rem;
  }
  /* ---------------------------
privacy
--------------------------- */
  .privacy-sec-h {
    font-size: 1.1rem;
  }
  /* ---------------------------
mod-megaNav
--------------------------- */
  .mod-megaNav-cats-item {
    background: rgba(27, 161, 230, 0.9);
    color: #fff;
    padding: 30px 40px;
    position: absolute;
    right: 80px;
    top: 100%;
    width: calc(50% - 80px);
    min-width: 680px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
  }
  .mod-megaNav-cats-item a {
    color: #fff;
  }
  .mod-megaNav-cats-item.on {
    opacity: 1;
    pointer-events: auto;
  }
  .mod-megaNav-largeLink {
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  .mod-megaNav-largeLink a {
    display: block;
    padding: 8px 0;
    position: relative;
  }
  .mod-megaNav-largeLink a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../img/base/ico_arrow2_wh.svg") center no-repeat;
    background-size: contain;
  }
  .mod-megaNav-links2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-megaNav-links2-item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 1em;
  }
  .mod-megaNav-lifestyle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-megaNav-lifestyle dt {
    line-height: 1.4;
  }
  .mod-megaNav-lifestyle dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px;
  }
  .mod-megaNav-lifestyle-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-megaNav-lifestyle-links-item {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .mod-megaNav-lifestyle-links-item:not(:last-child) {
    margin-right: 30px;
  }
  .mod-megaNav-lifestyle-links-item i {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .mod-megaNav-lifestyle-links-item i img {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 64px;
  }
  /* ---------------------------
line
--------------------------- */
  .mod-line-box {
    margin: 0 auto 80px;
  }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
p
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h2 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.24rem;
  }
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP 
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px;
  }
  body {
    line-height: 1.8;
  }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header-logo a {
    width: 60px;
    height: 60px;
  }
  .mod-header-logo img {
    width: 40px;
  }
  .mod-header-h {
    display: none;
  }
  .mod-header-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-header-links {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .mod-header-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.85rem;
  }
  .mod-header-links-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #1ba1e6;
    width: 60px;
    height: 60px;
  }
  .mod-header-links-item img {
    width: 14px;
    display: block;
    margin: 0 auto;
  }
  .mod-header-contactLinks {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-header-contactLinks-item {
    width: 50%;
  }
  .mod-header-contactLinks-item img {
    vertical-align: middle;
  }
  .mod-header-contactLinks-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .mod-header-contactLinks-item.item-gnavBtn {
    width: 50px;
  }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 30px 0 110px;
  }
  .mod-footer-col1 {
    margin-bottom: 30px;
  }
  .mod-footer-logo {
    width: 20%;
  }
  .mod-footer-info {
    width: 75%;
  }
  .mod-footer-info-h {
    max-width: 80%;
  }
  .mod-footer-info-tel {
    font-size: 1.6rem;
  }
  .mod-footer-foot {
    text-align: center;
  }
  .mod-footer-links {
    margin-bottom: 1em;
  }
  .mod-footer-pagetop {
    display: none;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 20px;
  }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-clear {
    padding: 30px 0 50px;
  }
  .l-post-main {
    margin-bottom: 30px;
  }
  .lapctbOnly {
    display: none;
  }
  .pcOnly {
    display: none;
  }
  .tbOnly {
    display: none;
  }
  .mod-wrapin-sp {
    padding: 0 20px;
  }
  /* ---------------------------
home
--------------------------- */
  .home-mv {
    height: calc(550px + 40px) !important;
  }
  .home-mv-slide-item {
    padding: 20px;
  }
  .home-mv-slide-img {
    height: 550px !important;
  }
  .home-mv-slide01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 60%;
  }
  .home-mv-slide01-txts {
    width: 100%;
  }
  .home-mv-slide01-logo img {
    width: 200px;
  }
  .home-mv-thumbs {
    display: none;
  }
  .home-infoClear {
    padding: 20px;
  }
  .home-info {
    margin-bottom: 40px;
  }
  .home-info-h {
    margin-bottom: 1em;
  }
  .home-info-posts-item {
    padding: 10px 0;
  }
  .home-field-sec {
    padding: 20px;
  }
  .home-field-sec:nth-child(1) {
    background: #DBEBEF;
  }
  .home-field-sec:nth-child(2) {
    background: #EDF5F7;
  }
  .home-field-sec-h {
    font-size: 1.4rem;
  }
  .home-lifestyle {
    padding: 20px 0;
  }
  .home-lifestyle-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-about {
    padding: 20px 0;
  }
  .home-about-cats-item:not(:last-child) {
    margin-bottom: 1em;
  }
  .home-recruit {
    padding: 60px 0;
  }
  .home-recruit-h {
    font-size: 1.5rem;
  }
  .home-recruit-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-recruit-links-item {
    width: 48%;
  }
  /* ---------------------------
h
--------------------------- */
  .mod-h01 {
    font-size: 1.3rem;
  }
  .mod-h01-wrap {
    padding: 30px 0;
  }
  .mod-h02 {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .mod-h03 {
    font-size: 1.2rem;
  }
  .mod-title-01 {
    font-size: 1.2rem;
  }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 11;
    background: #1ba1e6;
    color: #fff;
    padding: 20px;
  }
  .mod-gnav.on {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mod-gnav-scroll {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mod-gnav-logo {
    width: 80%;
    margin-bottom: 20px;
  }
  .mod-gnav-links {
    border-top: 1px solid #49b4eb;
    margin-bottom: 20px;
  }
  .mod-gnav-links-item {
    border-bottom: 1px solid #49b4eb;
    font-size: 1.1rem;
  }
  .mod-gnav-links-item a {
    color: #fff;
    display: block;
    padding: 10px 0;
  }
  .mod-gnav-links-item.on a {
    color: #82c7e6;
    font-weight: bold;
  }
  .mod-gnav-foldingBtn {
    position: relative;
  }
  .mod-gnav-foldingBtn-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
  }
  .mod-gnav-foldingBtn-btn:before, .mod-gnav-foldingBtn-btn:after {
    content: "";
    display: block;
    width: 46%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -1px;
  }
  .mod-gnav-foldingBtn-btn:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mod-gnav-foldingBtn-btn.on:after {
    display: none;
  }
  .mod-gnav-links2 {
    background: rgba(0, 0, 0, 0.1);
  }
  .mod-gnav-links2 a {
    color: #fff !important;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: normal !important;
  }
  .mod-gnav-btn {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .mod-gnav-close {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 20px;
  }
  .mod-gnav-contactLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .mod-gnav-contactLinks-item {
    width: 48%;
  }
  .mod-gnav-contactLinks-item a {
    display: block;
    color: #1ba1e6;
    background: #fff;
    padding: 6px;
    text-align: center;
    border-radius: 4px;
  }
  .mod-gnav-contactLinks-item img {
    width: 24px;
    vertical-align: middle;
  }
  .mod-gnav-contactLinks-item i, .mod-gnav-contactLinks-item span {
    display: block;
  }
  .mod-gnav-tel {
    text-align: center;
    font-size: 1.6rem;
  }
  .mod-gnav-tel i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
  }
  .mod-gnav-tel img {
    vertical-align: middle;
  }
  .mod-gnav-tel a {
    color: #fff;
  }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 8px 8px;
  }
  .mod-btn01.arrow-r:before, .mod-btn01.arrow-br:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    width: 16px;
    height: 16px;
  }
  .mod-btn01.newTab-r:before {
    right: 10px;
    margin-top: -8px;
  }
  @-webkit-keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  /* ---------------------------
btns1col
--------------------------- */
  .mod-btns1col-item {
    width: 100%;
  }
  .mod-btns2col.is-sp1col {
    display: block;
  }
  .is-sp1col .mod-btns2col-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .mod-btns3col.is-sp1col {
    display: block;
  }
  .is-sp1col .mod-btns3col-item {
    width: 100%;
    margin-bottom: 10px;
  }
  /* ---------------------------
mod-slide
--------------------------- */
  .mod-slide-btn01 {
    width: 30px;
    margin-top: -18px;
  }
  /* ---------------------------
mod-wysiwyg
--------------------------- */
  /* ---------------------------
mod-pageNav
--------------------------- */
  .mod-pageNav {
    padding: 15px 0;
    font-size: 0.8em;
  }
  .pswp__button--close {
    width: 34px !important;
    height: 34px !important;
  }
  /* ---------------------------
pankuzu
--------------------------- */
  .mod-pankuzu {
    font-size: 0.8rem;
    padding: 10px 20px;
    display: none;
  }
  .mod-pankuzu-links-item {
    display: inline;
  }
  /* ---------------------------
mod-footerContact
--------------------------- */
  .mod-footerContact {
    padding: 30px 20px;
  }
  .mod-footerContact-head {
    padding: 0 0 30px;
  }
  .mod-footerContact-h .ja {
    font-size: 1.3rem;
  }
  .mod-footerContact-links-item {
    font-size: 1.2rem;
  }
  .mod-footerContact-links-item:not(:last-child) {
    margin-bottom: 1em;
  }
  .mod-footerContact-links-item a {
    padding: 20px 0;
  }
  /* ---------------------------
mod-sec
--------------------------- */
  .mod-sec01 {
    padding: 30px 0;
  }
  /* ---------------------------
beginner
--------------------------- */
  .beginner-index-lead-h {
    font-size: 1.5rem;
  }
  .beginner-index-lead-txt br {
    display: none;
  }
  .beginner-index-listen-head {
    background-position: 72% bottom;
    padding: 20px 30px;
    height: 100vw;
  }
  .beginner-index-listen-head-txts {
    font-size: 1.4rem;
  }
  .beginner-index-feature-features-item {
    margin-bottom: 1em;
  }
  .beginner-index-feature-features-item.is-small {
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .is-large .beginner-index-feature-features-txts {
    padding: 20px;
  }
  .is-small .beginner-index-feature-features-txts {
    padding: 1.2em 1.2em;
    width: 70%;
  }
  .is-large .beginner-index-feature-features-img {
    height: 51vw;
  }
  .is-small .beginner-index-feature-features-img {
    width: 30%;
  }
  .beginner-index-promise-promises {
    margin-top: 50px;
    margin-bottom: -50px;
  }
  .beginner-index-promise-promises-item {
    width: 48%;
    padding: 30px 15px 20px;
    padding-bottom: 20%;
    margin-bottom: 50px;
  }
  .beginner-index-promise-promises-item br {
    display: none;
  }
  .beginner-index-promise-promises-num {
    margin-left: -25px;
  }
  .beginner-flow-consult {
    padding: 30px 0;
  }
  .beginner-flow-consult-clear {
    margin-bottom: 30px;
  }
  .beginner-flow-consult-txts {
    margin-bottom: 2em;
  }
  .beginner-flow-consult-img {
    text-align: center;
  }
  .beginner-flow-faq-faqs {
    margin-bottom: 30px;
  }
  .beginner-flow-faq-faqs-item {
    padding: 20px;
    padding-top: 40px;
  }
  .beginner-flow-faq-faqs-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .beginner-flow-faq-faqs i {
    width: 70px;
  }
  .beginner-flow-counselling {
    padding: 30px 0 0;
  }
  .beginner-flow-counselling-sec-txts {
    padding: 40px 20px;
  }
  .beginner-flow-counselling-sec-30min {
    width: 50px;
  }
  .beginner-flow-counselling-sec-h {
    font-size: 1.1rem;
  }
  .beginner-flow-counselling-sec-img {
    height: 60vw;
  }
  .beginner-flow-mail {
    padding: 30px;
  }
  .beginner-flow-mail-ico img {
    width: 40px;
  }
  .beginner-flow-mail-h {
    font-size: 1.3rem;
  }
  .beginner-flow-first-time {
    padding: 20px;
  }
  .beginner-flow-first-time-h {
    font-size: 1.3rem;
  }
  .beginner-flow-first-time-h i {
    width: 40px;
  }
  .beginner-flow-first-time-txts {
    margin-bottom: 1em;
  }
  .beginner-flow-first-time-sample {
    padding: 20px;
  }
  .beginner-flow-first-tabNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .beginner-flow-first-tabNav-item {
    padding: 3px 5px;
    width: 32%;
    font-size: 0.8rem;
    margin-bottom: 2%;
  }
  .beginner-flow-first-tabNav-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .beginner-flow-first-tabSec {
    padding: 20px;
    margin-bottom: 30px;
  }
  .beginner-flow-first-tabSec-h {
    font-size: 1.2rem;
  }
  .beginner-flow-first-tabSec-img {
    margin-bottom: 1em;
  }
  .beginner-hospital-charm-charms-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1em;
    border-bottom: 1px solid #dedede;
  }
  .beginner-hospital-charm-charms-item dl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .beginner-hospital-charm-charms-item dt {
    margin-bottom: 0.5em;
  }
  .beginner-hospital-charm-charms-item dt br {
    display: none;
  }
  .beginner-hospital-charm-charms-item:not(:last-child) {
    margin-bottom: 1em;
  }
  .beginner-hospital-charm-charms-img {
    width: 20%;
    margin-right: 5%;
  }
  .beginner-hospital-photo-photos-item {
    padding: 0 10px;
    max-width: 80vw;
  }
  .beginner-hospital-system-sec:not(:last-child) {
    margin-bottom: 40px;
  }
  .beginner-hospital-system-sec-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .beginner-society-teeth-h {
    font-size: 1.4rem;
  }
  .beginner-society-teeth-img {
    margin-bottom: 30px;
  }
  .beginner-society-teeth-img img {
    width: 50%;
  }
  .beginner-society-nico-h img {
    width: 50%;
  }
  .beginner-society-nico-lead {
    margin-bottom: 30px;
  }
  .beginner-society-nico-lead br {
    display: none;
  }
  .beginner-society-nico-acts {
    margin-bottom: 30px;
  }
  .beginner-society-nico-acts-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .beginner-society-nico-acts-img img {
    width: 50%;
  }
  .beginner-society-nico-maintenance {
    padding: 20px;
  }
  .beginner-society-nico-maintenance-h {
    font-size: 1.3rem;
  }
  .beginner-society-nico-maintenance-txts {
    margin-bottom: 30px;
  }
  /* ---------------------------
mod-keyvisualHead
--------------------------- */
  .mod-keyvisualHead {
    padding: 80px 30px 20px;
    height: 100vw;
  }
  .mod-keyvisualHead-txts {
    font-size: 1.4rem;
  }
  .mod-keyvisualHead-txts .tit {
    font-size: 0.9rem;
  }
  .mod-keyvisualHead-txts i {
    width: 34px;
  }
  /* ---------------------------
mod-fukidashiNum
--------------------------- */
  .mod-fukidashiNum {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: -5px 5px 0 0 rgba(27, 161, 230, 0.2);
    box-shadow: -5px 5px 0 0 rgba(27, 161, 230, 0.2);
  }
  .mod-fukidashiNum:before {
    border-width: 6px;
  }
  /* ---------------------------
mod-sameCatNav
--------------------------- */
  .mod-sameCatNav {
    padding: 40px 0;
  }
  .mod-sameCatNav-h {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  /* ---------------------------
mod-schedule
--------------------------- */
  .mod-schedule-table th, .mod-schedule-table td {
    padding: 4px 3px;
  }
  /* ---------------------------
preventive
--------------------------- */
  .preventive {
    /* ---------------------------
preventive-flow
	--------------------------- */
  }
  .preventive-index-sec01-copy {
    margin-bottom: 40px;
    text-align: left;
  }
  .preventive-index-sec01-copy br {
    display: none;
  }
  .preventive-index-sec01-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .preventive-index-sec01-column-item {
    width: 100%;
    height: 50vw;
  }
  .preventive-index-sec01-column-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .preventive-index-sec01-column-item-txt {
    padding: 10px;
    padding-right: 30px;
    margin-top: -30px;
  }
  .preventive-index-sec01-column-item-txt:before {
    top: 50%;
    right: 10px;
    width: 20px;
    height: 10px;
    margin-top: -5px;
  }
  .preventive-index-sec02 {
    padding: 60px 0 0px;
  }
  .preventive-index-sec02-support-item {
    width: 100%;
    padding: 50px 15px 30px;
  }
  .preventive-index-sec02-support-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .preventive-index-sec02-support-item i {
    top: -20px;
  }
  .preventive-index-sec02-support-item i img {
    width: 100px;
  }
  .preventive-index-sec02-support-item-title {
    font-size: 1.2rem;
  }
  .preventive-index-sec03-maintenance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }
  .preventive-index-sec03-maintenance-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .preventive-index-sec03-maintenance-column-item.left {
    width: 35%;
  }
  .preventive-index-sec03-maintenance-column-item.right {
    width: 60%;
  }
  .preventive-index-sec03-maintenance-column-item img {
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .preventive-index-sec03-maintenance-column-num {
    font-size: 1.4rem;
  }
  .preventive-index-sec03-maintenance-info {
    font-size: 1rem;
  }
  .preventive-index-sec03-maintenance-after.mb30 {
    margin-bottom: 15px;
  }
  .preventive-index-sec03-maintenance-graph {
    padding: 25px;
  }
  .preventive-index-sec03-maintenance-graph-item {
    margin-bottom: 1em;
  }
  .preventive-flow-programs {
    margin-bottom: 30px;
  }
  .preventive-flow-programs-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .preventive-flow-programs-h {
    font-size: 1.1rem;
  }
  .preventive-flow-maintenance-cats {
    margin-bottom: 20px;
  }
  .preventive-flow-maintenance-cats-item {
    padding: 12px;
  }
  .preventive-flow-maintenance-days-item {
    padding: 20px;
    padding-bottom: 80px;
    margin-bottom: 20px;
  }
  .preventive-flow-maintenance-days-img {
    width: 80px;
  }
  .preventive-flow-maintenance-days-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preventive-flow-maintenance-days-list li {
    margin-right: 2em;
  }
  .preventive-flow-maintenance-day5-h, .preventive-flow-maintenance-day9-h {
    padding: 10px 20px;
  }
  .preventive-flow-maintenance-day5-txts, .preventive-flow-maintenance-day9-txts {
    padding: 20px;
    padding-bottom: 80px;
  }
  .preventive-flow-maintenance-day5-h2, .preventive-flow-maintenance-day9-h2 {
    font-size: 1.3rem;
  }
  .preventive-flow-maintenance-day5-img, .preventive-flow-maintenance-day9-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
  }
  .mod-preventive-program-programs-item-bg {
    width: 100%;
    height: 60vw;
  }
  .mod-preventive-program-programs-item-info {
    width: 100%;
    padding: 20px;
  }
  .mod-preventive-program-programs-item-info-title {
    max-width: 100%;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .mod-preventive-program-programs-item-info-txt {
    max-width: 100%;
  }
  .mod-preventive-program-programs-item-info-link {
    max-width: 100%;
  }
  /* ---------------------------
mod-noteArchive
--------------------------- */
  .mod-noteArchive-head {
    padding: 20px;
  }
  .mod-noteArchive-h {
    font-size: 1.4rem;
  }
  .mod-noteArchive-posts-img {
    height: 50vw;
  }
  /* ---------------------------
orthodontic
--------------------------- */
  .orthodontic-sameCatNav {
    padding: 30px 0;
  }
  .orthodontic-sameCatNav-links-item {
    width: 49%;
  }
  .orthodontic-index-lead-txt br {
    display: none;
  }
  .orthodontic-index-charm-charms {
    margin-top: 50px;
    margin-bottom: -50px;
  }
  .orthodontic-index-charm-charms-item {
    width: 48%;
    margin-bottom: 50px;
  }
  .orthodontic-index-charm-charms-item br {
    display: none;
  }
  .orthodontic-index-charm-charms-num {
    margin-left: -25px;
  }
  .orthodontic-index-charm-charms-txt {
    padding: 30px 16px 20px;
  }
  .orthodontic-index-charm-charms-txt dd {
    font-size: 0.85rem;
  }
  .orthodontic-index-reason-reasons {
    margin-bottom: -40px;
  }
  .orthodontic-index-reason-reasons-item {
    width: 48%;
    padding: 30px 15px 20px;
    margin-bottom: 40px;
  }
  .orthodontic-index-reason-reasons-item dd br {
    display: none;
  }
  .orthodontic-index-reason-reasons-item i {
    top: -30px;
  }
  .orthodontic-index-reason-reasons-item i img {
    width: 60px;
  }
  .orthodontic-index-invisalign-clear {
    padding-top: 30px;
  }
  .orthodontic-index-invisalign-txts {
    margin-bottom: 2em;
  }
  .orthodontic-flow-span-steps-item {
    padding: 10px;
    height: 65px;
    font-size: 0.85rem;
  }
  .orthodontic-flow-span-steps-item:after {
    width: 30px;
  }
  .orthodontic-flow-span-steps-item:not(.is-phase01) {
    padding-left: 20px;
  }
  .orthodontic-flow-span-steps-item.is-phase03 {
    padding-right: 0px;
  }
  .orthodontic-flow-span-steps-item em {
    font-size: 1.4rem;
  }
  .orthodontic-flow-span-secs-frame {
    margin: 0 20px;
  }
  .orthodontic-flow-span-secs-slideBtn {
    width: 25px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-prev {
    left: -30px;
  }
  .orthodontic-flow-span-secs-slideBtn.is-next {
    right: -30px;
  }
  .orthodontic-flow-span-sec {
    padding: 30px;
    float: none;
    height: auto !important;
    overflow: hidden;
  }
  .orthodontic-flow-span-sec-head {
    margin-bottom: 20px;
  }
  .orthodontic-flow-span-sec-h {
    font-size: 1.2rem;
  }
  .orthodontic-flow-span-sec-img {
    float: right;
    width: 40%;
    margin: -30px;
    margin-top: -30px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: none;
  }
  .orthodontic-flow-span-sec-img video {
    width: 100%;
  }
  .orthodontic-price-lead-txt {
    margin-bottom: 3em;
  }
  .orthodontic-price-lead-charms-item {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .orthodontic-price-lead-charms-head {
    margin-bottom: 1em;
  }
  .orthodontic-price-lead-charms-head i {
    width: 60px;
  }
  .orthodontic-price-lead-charms-h {
    font-size: 1.1rem;
  }
  .orthodontic-price-examples-item {
    padding: 15px 24px 50px;
  }
  .orthodontic-price-examples-h {
    font-size: 1.1rem;
  }
  .orthodontic-price-examples-monthly dt {
    width: 4.5em;
  }
  .orthodontic-price-examples-monthly em {
    font-size: 3.4rem;
  }
  .orthodontic-price-examples-txt {
    font-size: 0.85rem;
  }
  .orthodontic-price-steps-txt {
    padding: 10px 20px;
  }
  .orthodontic-price-steps-h {
    padding: 10px 20px;
    font-size: 1.1rem;
  }
  .orthodontic-voice-sec:not(:last-child) {
    margin-bottom: 30px;
  }
  .orthodontic-voice-sec-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .orthodontic-voice-sec-h {
    font-size: 1.1rem;
  }
  .orthodontic-faq-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .orthodontic-faq-nav-item {
    width: 48%;
    margin-bottom: 4%;
  }
  .orthodontic-faq-nav-item i img {
    width: 40px;
  }
  .orthodontic-faq-nav-item a {
    padding: 8px 4px;
  }
  .orthodontic-faq-sec {
    margin-bottom: 1em;
  }
  .orthodontic-faq-sec-q {
    padding: 12px 20px;
  }
  .orthodontic-faq-sec-q-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .orthodontic-faq-sec-q-cat img {
    width: 40px;
  }
  .orthodontic-faq-sec-q-h {
    font-size: 1.1rem;
  }
  .orthodontic-faq-sec-q-btn {
    margin-left: 20px;
  }
  .orthodontic-faq-sec-a {
    padding: 20px 0 0 20px;
  }
  .orthodontic-faq-sec-a-num {
    width: 50px;
    margin-right: 20px;
  }
  .mod-orthodontic-lifestyle-h span {
    font-size: 1.3rem;
  }
  .mod-orthodontic-nav01-item {
    font-size: 1.2rem;
  }
  .mod-orthodontic-nav01-item:not(:last-child) {
    margin-bottom: 1em;
  }
  .mod-orthodontic-nav01-item a {
    padding: 20px 0;
  }
  .mod-orthodontic-nav01-item .ico img {
    width: 50px;
  }
  /* ---------------------------
mod-invisalignBnr
--------------------------- */
  .mod-invisalignBnr {
    padding: 40px 0;
  }
  .mod-invisalignBnr-lead {
    font-size: 1.5rem;
  }
  .mod-contactLinks-item dt {
    font-size: 1.4rem;
  }
  .mod-contactLinks-item.is-online a {
    padding-right: 50px;
  }
  /* ---------------------------
mod-form
--------------------------- */
  .mod-form {
    padding: 20px;
  }
  /* ---------------------------
lifestyle
--------------------------- */
  .lifestyle-head {
    margin-bottom: 30px;
  }
  .lifestyle-head-links-item {
    font-size: 0.85rem;
    width: 23%;
  }
  .lifestyle-head-links-item i {
    display: block;
    text-align: center;
  }
  .lifestyle-head-links-item i img {
    width: 34px;
  }
  .lifestyle-lead {
    padding-top: 20px;
  }
  .lifestyle-lead br {
    display: none;
  }
  .lifestyle-faqs {
    margin-bottom: 30px;
  }
  .lifestyle-faqs-item {
    padding: 12px;
  }
  .lifestyle-faqs-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .lifestyle-faqs-txts {
    padding: 15px;
  }
  .lifestyle-answer {
    padding: 20px;
  }
  .lifestyle-answer:not(:last-child) {
    margin-bottom: 30px;
  }
  .lifestyle-answer-txts {
    margin-bottom: 20px;
  }
  .lifestyle-answer-num {
    margin-right: 10px;
  }
  .lifestyle-answer-h {
    font-size: 1.2rem;
  }
  .lifestyle-answer-img {
    padding: 20px;
  }
  .lifestyle-conclusion-box {
    padding: 0 20px 20px;
  }
  .lifestyle-conclusion-h {
    font-size: 1.4rem;
  }
  .lifestyle-conclusion-txt br {
    display: none;
  }
  .lifestyle-conclusion-btn dt {
    font-size: 1.2rem;
  }
  .mod-lifestyle-styles-item {
    width: 48%;
  }
  .mod-lifestyle-styles-item i {
    width: 50px;
    margin-top: -25px;
  }
  .mod-lifestyle-styles-item i img {
    border: 2px solid #fff;
  }
  .mod-lifestyle-styles-img {
    overflow: hidden;
    height: 30vw;
  }
  .mod-lifestyle-styles-img img {
    margin-top: -10vw;
  }
  /* ---------------------------
price
--------------------------- */
  .price-mv-bg {
    height: 80vw;
    width: 120%;
  }
  .price-mv-txts {
    padding: 30px;
    margin-top: 40vw;
    width: 170%;
    margin-right: -50%;
  }
  .price-mv-h {
    font-size: 1.4rem;
  }
  .price-ages {
    margin-bottom: 30px;
  }
  .price-ages-item {
    padding: 20px 15px;
  }
  .price-ages-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .price-ages-item dt {
    font-size: 1.2rem;
  }
  .price-ages-item dd {
    font-size: 1.1rem;
  }
  .price-plan-head {
    padding: 12px 20px;
  }
  .price-plan-h {
    font-size: 1.2rem;
  }
  .price-plan-txts {
    padding: 12px 30px;
  }
  /* ---------------------------
mod-catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 30px 0;
    padding-top: 80px;
    margin: 0 30px;
  }
  .mod-catHead01-h {
    font-size: 1.6rem;
  }
  /* ---------------------------
about
--------------------------- */
  .about-index-mv {
    padding: 20px 30px;
    height: 70vw;
  }
  .about-index-mv-txts {
    font-size: 7vw;
  }
  .about-index-lead br {
    display: none;
  }
  .about-index-doctor-img {
    margin-bottom: 30px;
  }
  .about-index-doctor-name {
    margin-bottom: 1em;
  }
  .about-index-doctor-txt {
    padding: 15px 20px;
  }
  .about-index-dentists-item:not(:last-child) {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #dedede;
  }
  .about-index-recruit {
    padding: 40px 0;
  }
  .about-index-recruit-txts {
    padding: 20px;
  }
  .about-index-recruit-h {
    font-size: 1.4rem;
  }
  .about-access-specTable {
    margin-bottom: 30px;
  }
  .about-access-scheduleTable th, .about-access-scheduleTable td {
    padding: 4px 0;
  }
  .about-access-spec-note {
    margin-bottom: 30px;
  }
  .about-access-access-txts {
    margin-bottom: 30px;
  }
  .about-access-access-img {
    margin-bottom: 30px;
  }
  .about-access-access-gmap iframe {
    width: 100%;
    height: 300px;
  }
  /* ---------------------------
general
--------------------------- */
  .general-index-treatments {
    margin-top: 50px;
    margin-bottom: -50px;
  }
  .general-index-treatments-item {
    padding: 40px 15px 20px;
    margin-bottom: 50px;
  }
  .general-index-treatments-item br {
    display: none;
  }
  .general-index-treatments-num {
    margin-left: -25px;
  }
  .general-index-treatments-h {
    font-size: 1.2rem;
  }
  .general-index-treatment-preventive {
    padding: 30px;
  }
  .general-index-treatment-preventive dt {
    font-size: 1.1rem;
  }
  .general-index-child-clear {
    margin-bottom: 50px;
  }
  .general-index-child-txts {
    margin-bottom: 20px;
  }
  .general-index-child-img {
    text-align: center;
  }
  .general-index-child-wishes {
    margin-bottom: -50px;
  }
  .general-index-child-wishes-item {
    padding: 60px 20px 20px;
    margin-bottom: 50px;
  }
  .general-index-child-wishes-item i {
    width: 100px;
    top: -50px;
    margin-left: -50px;
  }
  .general-index-child-wishes-h {
    font-size: 1.1rem;
  }
  .general-index-child-wishes-txt br {
    display: none;
  }
  .general-whitening-plans-item {
    padding: 20px;
  }
  .general-whitening-plans-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .general-whitening-plans-h {
    font-size: 1.2rem;
  }
  .general-whitening-courses-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .general-whitening-courses-h {
    padding: 22px 15px;
    font-size: 1.2rem;
  }
  .general-whitening-courses-price {
    font-size: 1.1rem;
  }
  /* ---------------------------
mod-weddingBnr
--------------------------- */
  .mod-weddingBnr-txts {
    padding: 20px;
  }
  .mod-weddingBnr-h {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .mod-weddingBnr-img {
    height: 40vw;
  }
  /* ---------------------------
mod-voiceNav01
--------------------------- */
  .mod-voiceNav01 {
    margin: 0 20px;
  }
  .mod-voiceNav01-item {
    font-size: 1.2rem;
  }
  .mod-voiceNav01-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .mod-voiceNav01-item a {
    padding: 40px 0;
  }
  .mod-voiceNav01-item .ico img {
    width: 50px;
  }
  /* ---------------------------
reservation
--------------------------- */
  .reservation-first-leadSec {
    margin-bottom: 30px;
  }
  .reservation-first-lead {
    font-size: 1.4rem;
  }
  .reservation-first-tel {
    padding: 20px;
    margin-bottom: 30px;
  }
  .reservation-first-tel-num {
    padding: 20px;
  }
  .reservation-first-tel-num dt {
    font-size: 1.5rem;
  }
  .reservation-second-use {
    padding: 20px;
  }
  .reservation-second-use-h {
    font-size: 1.1rem;
  }
  .reservation-second-use-img {
    text-align: center;
    margin-bottom: 20px;
  }
  /* ---------------------------
mod-post
--------------------------- */
  .mod-posts01-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .mod-posts01-col1 {
    width: 35%;
  }
  .mod-posts01-img {
    width: 100%;
    height: 22vw;
    margin-bottom: 10px;
  }
  .mod-posts01-cat {
    line-height: 1.2;
    font-size: 0.8rem;
  }
  .mod-posts01-h {
    font-size: 1.2rem;
  }
  .mod-post01 {
    margin-bottom: 30px;
  }
  .mod-post01-h {
    font-size: 1.3rem;
  }
  .mod-post01-article {
    margin-bottom: 45px;
  }
  .mod-post01-postLinks-item {
    width: 45%;
  }
  /* ---------------------------
sitemap
--------------------------- */
  .sitemap-cats-item {
    margin-bottom: 30px;
  }
  /* ---------------------------
privacy
--------------------------- */
  .privacy-sec-h {
    font-size: 1rem;
  }
  /* ---------------------------
mod-megaNav
--------------------------- */
  .mod-megaNav-cats {
    display: none;
  }
  /* ---------------------------
line
--------------------------- */
  .mod-line-box {
    margin: 0 auto 40px;
  }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
p
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h2 {
    font-size: 1.2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.14rem;
  }
  .u-wysiwyg blockquote {
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  .mod-schedule-table2 {
    width: 350px;
  }  
  table.mod-schedule-table2 {
    display: flex;
    flex-direction: column;
  }
  .mod-schedule-table2 tr {
    display: flex;
    flex-direction: column;
  }
  .mod-schedule-table2 tr td {
    padding: 8px;
    border: 1px solid #ddd;
  }
  tr td:first-child {
    background-color: #ffffe0;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.img3 {
  width: 100%;
  display:flex;
  aspect-ratio: 16 / 9;
}
.img3 img {
  padding: 8px;
}
.img4 {
  text-align: center;
}
.img4 img {
  padding: 8px;
}
.youtube video {
  width: 100%;
  height: 100%;
}
.home-schedule dl dt, .home-field-sec dl dt {
  background: #f0f8ff;
  color: #696969;
  padding-left: 5px;
}
.home-schedule dl dd, .home-field-sec dl dd {
  padding-left: 15px;
}
dl.gsw dt {
  background: #006BB8;
  color: #FFC72C;
  padding-left: 5px;
}
dl.gsw dt a, dl.gsw dt a:visited{
  color: #FFC72C;
}
dl.gsw dd {
  padding-left: 15px;
}
h2.home-field-sec-h a {
  font-size: 75%;
}
.notfound {
  padding: 30px;
  width: 70%;
}
.review {
  margin-top: 5px;  
}