@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#lead .wrapper {
  max-width: 900px;
  text-align: left;
}
#lead h2 {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  #lead h2 {
    font-size: 20px;
  }
}

.caution {
  background: #eceda7;
  position: relative;
  padding: 50px 70px 50px 70px;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .caution {
    background: #eceda7;
    position: relative;
    padding: 60px 8% 50px 8%;
    margin-top: 50px;
  }
}
.caution h2 {
  background: #303131;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  padding: 8px 0;
  font-size: 110%;
}
@media only screen and (max-width: 1024px) {
  .caution h2 {
    width: 230px;
  }
}
.caution h3 {
  color: #3d3a39 !important;
  font-size: 150%;
  line-height: 150%;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .caution h3 {
    font-size: 140%;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
}
.caution p {
  text-align: left;
  margin: 0 0 30px;
}
.caution ul {
  text-align: left;
  margin: 0 0 30px 0;
}
.caution li {
  float: left;
  width: 47.5%;
  padding: 0 0 0 2.5%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .caution li {
    float: none;
    width: 93%;
    padding: 0 0 0 7%;
  }
}
.caution li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/common/icon_check_b.svg");
}
.caution a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

.check {
  max-width: 900px;
  margin: 50px auto 0;
  font-weight: bold;
}
.check ul {
  text-align: left;
  margin-bottom: 2rem;
}
.check li {
  float: left;
  width: 48%;
  margin: 0 2% 7px 0;
  padding-left: 24px;
  line-height: 1.4;
  background-image: url("../images/common/icon_check_b.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 2px;
}
@media only screen and (max-width: 1024px) {
  .check li {
    float: none;
    width: 100%;
    margin: 0 0 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .check p {
    text-align: left;
  }
}

#treatment_top #page_title .image {
  background-image: url("../images/treatment/top/page_title-top@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #treatment_top #page_title .image {
    background-image: url("../images/treatment/top/page_title-top.jpg");
  }
}
#treatment_top #about_point ul {
  letter-spacing: -0.5em;
}
#treatment_top #about_point li {
  letter-spacing: 0.03em;
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid;
  margin: 0 10px;
  /*全体角丸*/
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}
@media only screen and (max-width: 1024px) {
  #treatment_top #about_point li {
    padding: 5px 15px;
    margin: 0 3px 5px 3px;
  }
}
#treatment_top #about_point ul.before li {
  color: #00a4d1;
  border-color: #00a4d1;
}
#treatment_top #about_point ul.after li {
  color: #f08086;
  border-color: #f08086;
}
#treatment_top #about_point .yaji {
  width: 94px;
  margin: 20px auto;
}
#treatment_top #shurui .wrapper {
  max-width: 900px;
}
#treatment_top #shurui .lead {
  text-align: left;
  margin-bottom: 50px;
}
#treatment_top #history .wrapper {
  max-width: 900px;
}
#treatment_top #history .lead {
  text-align: left;
  margin-bottom: 50px;
}
#treatment_top #flow article {
  margin-bottom: 60px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#treatment_top #flow .text {
  width: 75%;
  margin: 0 0 0 0%;
}
@media only screen and (max-width: 600px) {
  #treatment_top #flow .text {
    width: 100%;
  }
}
#treatment_top #flow h3 {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #00a4d1;
  font-size: 150%;
  letter-spacing: 0.12em;
  line-height: 150%;
  border-bottom: 1px solid #333;
  padding: 30px 0 10px 5%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #treatment_top #flow h3 {
    font-size: 140%;
    letter-spacing: 0.05em;
    padding: 0px 0 5px 5%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  #treatment_top #flow h3 {
    padding: 0px 0 5px 0px;
    margin-bottom: 15px;
  }
}
#treatment_top #flow h3 span {
  font-family: serif;
  font-weight: normal;
  font-size: 90%;
}
#treatment_top #flow h3 small {
  font-size: 75%;
}
@media only screen and (max-width: 1024px) {
  #treatment_top #flow h3 small {
    display: block;
  }
}
#treatment_top #flow .image {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  #treatment_top #flow .image {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#treatment_top #flow p {
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 600px) {
  #treatment_top #flow p {
    margin: 0 0 0 0px;
  }
}

#adult #page_title .image {
  background-image: url("../images/treatment/adult/page_title-adult@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #adult #page_title .image {
    background-image: url("../images/treatment/adult/page_title-adult.jpg");
  }
}
#adult #point .waku {
  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: 1.5rem;
}
#adult #point .waku .text {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #adult #point .waku .text {
    width: 100%;
  }
}
#adult #point .waku .image {
  width: 100%;
  max-width: 700px;
  margin: 2rem auto 0;
}
@media only screen and (max-width: 600px) {
  #adult #point .waku .image {
    width: 100%;
    margin: 20px 0 0;
  }
}
#adult #merit article {
  margin-bottom: 60px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#adult #merit article:last-child {
  margin-bottom: 0px;
  text-align: left;
}
#adult #merit article .text {
  width: 73%;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 600px) {
  #adult #merit article .text {
    float: none;
    width: 100%;
    margin: 0;
  }
}
#adult #merit article .text h3 {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #00a4d1;
  font-size: 150%;
  letter-spacing: 0.12em;
  line-height: 150%;
  border-bottom: 1px solid #333;
  padding: 30px 0 10px 0px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #adult #merit article .text h3 {
    font-size: 140%;
    letter-spacing: 0.05em;
    padding: 0px 0 5px 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  #adult #merit article .text h3 {
    text-align: center;
  }
}
#adult #merit article .text h3 span {
  font-family: serif;
  font-weight: normal;
  font-size: 48px;
  letter-spacing: 0;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  #adult #merit article .text h3 span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  #adult #merit article .text h3 span {
    display: block;
    padding: 0;
  }
}
#adult #merit article .text h3 small {
  font-size: 75%;
}
@media only screen and (max-width: 1024px) {
  #adult #merit article .text h3 small {
    display: block;
  }
}
#adult #merit article .text p {
  margin: 0 0 0 0px;
}
#adult #merit article .image {
  width: 22%;
}
@media only screen and (max-width: 600px) {
  #adult #merit article .image {
    width: 150px;
    margin: 0 auto 10px auto;
  }
}
#adult #type .lead {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 60px;
}

#child #page_title .image {
  background-image: url("../images/treatment/child/page_title-child@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #child #page_title .image {
    background-image: url("../images/treatment/child/page_title-child.jpg");
  }
}
#child #genin p.lead {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  #child #genin p.lead {
    text-align: left;
  }
}
#child #genin .genin_list dl {
  margin: 0 0 40px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#child #genin .genin_list dl dt {
  color: #2395c0;
  font-size: 150%;
  letter-spacing: 0.12em;
  width: 22%;
  font-weight: bold;
  padding: 1em 0;
}
@media only screen and (max-width: 1024px) {
  #child #genin .genin_list dl dt {
    width: 100%;
    padding: 0 0 0 15px;
    border-left: 3px solid #2395c0;
    margin-bottom: 15px;
    font-size: 130%;
  }
}
#child #genin .genin_list dl dd {
  border-left: 2px solid #2395c0;
  width: 73%;
  padding: 0 0 0 5%;
}
@media only screen and (max-width: 1024px) {
  #child #genin .genin_list dl dd {
    border-left: none;
    width: 100%;
    padding: 0 0 0 0;
  }
}
#child #genin .word {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#child #genin .word article {
  border: 1px solid #333;
  padding: 20px 30px;
  text-align: left;
  margin: 0 1% 20px;
  width: 98%;
}
#child #genin .word article.left {
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  #child #genin .word article.left {
    width: 98%;
  }
}
#child #genin .word article.right {
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  #child #genin .word article.right {
    width: 98%;
  }
}
#child #genin .word article .h3_back {
  position: relative;
  border-bottom: 1px solid #333;
  height: 13px;
  margin: 0 0 25px 0;
}
#child #genin .word article h3 {
  display: inline-block;
  background: #fff;
  padding: 0 20px 0 0;
  font-size: 100%;
  margin: 0 0 20px 0;
  position: absolute;
  top: 0;
  aleft: 0;
}
#child #genin .word article p {
  font-size: 90%;
  line-height: 160%;
  margin: 0;
}
#child #demerit p.lead {
  margin-bottom: 50px;
  text-align: left;
  max-width: 720px;
  margin: 0 auto 50px;
}
#child #demerit .check {
  max-width: 720px;
  margin: 0 auto 50px;
}
#child #timing .wrapper, #child #type .wrapper {
  max-width: 900px;
}
#child #timing p, #child #type p {
  text-align: left;
}

#invisalign #page_title .title {
  width: 700px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #page_title .title {
    width: 80%;
  }
}
#invisalign #page_title .image {
  background-image: url("../images/treatment/invisalign/page_title-invisalign@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #invisalign #page_title .image {
    background-image: url("../images/treatment/invisalign/page_title-invisalign.jpg");
  }
}
@media only screen and (max-width: 600px) {
  #invisalign #page_title .inpage {
    padding-top: 70px;
  }
}
#invisalign #about h2.teian {
  font-family: serif;
  font-weight: normal;
  margin: 0 0 1.5rem;
  font-size: 170%;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about h2.teian {
    font-size: 130%;
  }
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .copy {
    margin: 0%;
    text-align: left;
  }
}
#invisalign #about .copy p {
  margin-bottom: 60px;
}
#invisalign #about .copy h3 {
  color: #00a4d1;
  margin: 0 0 20px 0;
  font-size: 150%;
  line-height: 150%;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .copy h3 {
    font-size: 110%;
  }
}
#invisalign #about .copy .waku {
  border: 2px solid #00a4d1;
  padding: 30px 0;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .copy .waku {
    padding: 30px 19px 30px 20px;
  }
}
#invisalign #about .copy .waku li {
  color: #00a4d1;
  font-weight: bold;
  position: relative;
  font-size: 110%;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .copy .waku li {
    font-size: 100%;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
}
#invisalign #about .copy .waku li:last-child {
  margin-bottom: 0px;
}
#invisalign #about .copy .yaji {
  width: 190px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .copy .yaji {
    width: 100px;
  }
}
#invisalign #about .copy h2 {
  font-family: serif;
  font-weight: normal;
  font-size: 190%;
  line-height: 160%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .copy h2 {
    font-size: 120%;
    line-height: 160%;
    margin-bottom: 20px;
    text-align: center;
  }
}
#invisalign #about .list article {
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .list article {
    margin: 0 0% 40px 0%;
  }
}
#invisalign #about .list article:last-child {
  margin-bottom: 0px;
  text-align: left;
}
#invisalign #about .list article .text {
  width: 75%;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .list article .text {
    width: 100%;
    margin-bottom: 10px;
  }
}
#invisalign #about .list article .text .no {
  color: #00a4d1;
  font-family: serif;
  font-size: 56px;
  line-height: 100%;
  padding-left: 30px;
  background: url(../images/common/top_invi_mark.png) no-repeat left top;
  margin-bottom: 10px;
  font-size: 36px;
}
#invisalign #about .list article .text h2 {
  color: #00a4d1;
  font-size: 150%;
  letter-spacing: 0.12em;
  line-height: 150%;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-right: 5%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .list article .text h2 {
    letter-spacing: 0.05em;
    font-size: 130%;
  }
}
@media only screen and (max-width: 600px) {
  #invisalign #about .list article .text h2 {
    font-size: 120%;
  }
}
#invisalign #about .list article .text p {
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .list article .text p {
    margin: 0 0px 0 0;
  }
}
#invisalign #about .list article .image {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .list article .image {
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  #invisalign #about .list article .image img {
    max-width: 300px;
    width: 100%;
  }
}
#invisalign #merit h2.midashi {
  border-bottom: 3px solid #f08086;
}
#invisalign #merit article {
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #invisalign #merit article {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0% 40px 0%;
  }
}
#invisalign #merit article:last-child {
  margin: 0 0 0px 0;
}
#invisalign #merit article .image {
  width: 22%;
}
@media only screen and (max-width: 600px) {
  #invisalign #merit article .image {
    width: 50%;
    margin: 0 auto;
  }
}
#invisalign #merit article .text {
  width: 73%;
  text-align: left;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 600px) {
  #invisalign #merit article .text {
    width: 100%;
    margin: 20px 0 0;
  }
}
#invisalign #merit article .text h2 {
  color: #f08086;
  font-size: 150%;
  line-height: 150%;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #merit article .text h2 {
    font-size: 130%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
}
#invisalign #demerit {
  background: #eceda7;
  position: relative;
  padding: 60px 5% 50px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #demerit {
    padding-top: 70px;
  }
}
#invisalign #demerit h2 {
  background: #303131;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  padding: 8px 0;
  font-size: 110%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #demerit h2 {
    width: 230px;
  }
}
#invisalign #demerit h3 {
  font-size: 150%;
  line-height: 150%;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #demerit h3 {
    font-size: 130%;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
}
#invisalign #demerit .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#invisalign #demerit article {
  margin: 0px 0px 0 0px;
  text-align: left;
  width: 48%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #invisalign #demerit article {
    width: 100%;
    margin: 0 0 30px;
  }
}
#invisalign #demerit h4 {
  border-bottom: 1px solid #303131;
  margin-bottom: 10px;
  font-size: 110%;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #demerit h4 {
    font-size: 100%;
  }
}
#invisalign #chiryo .video_box {
  width: 900px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo .video_box {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#invisalign #chiryo .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0px auto 0;
}
#invisalign #chiryo .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#invisalign #chiryo ul.blue {
  margin: 0 0 70px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo ul.blue {
    margin: 0 0 50px;
    text-align: left;
  }
}
#invisalign #chiryo ul.blue li {
  color: #00a4d1;
  font-weight: bold;
  font-size: 110%;
  padding-top: 40px;
  background: url(../images/common/logomark_only@2x.png) no-repeat center top;
  background-size: 60px;
  margin-bottom: 20px;
  line-height: 170%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo ul.blue li {
    font-size: 100%;
  }
}
#invisalign #chiryo ul.blue li:last-child {
  margin-bottom: 0px;
}
#invisalign #chiryo ul.blue li small {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  display: block;
  margin-top: 4px;
}
#invisalign #chiryo .dakara h2 {
  font-family: serif;
  font-weight: normal;
  font-size: 150%;
  margin-bottom: 1.5rem;
}
#invisalign #chiryo .dakara ul {
  margin: 0 0 2rem;
}
#invisalign #chiryo .dakara li {
  border: 2px solid #00a4d1;
  margin-bottom: 15px;
  text-align: left;
  padding: 15px 30px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo .dakara li {
    padding: 15px 5%;
    height: auto;
  }
}
#invisalign #chiryo .dakara li .no {
  float: left;
  width: 90px;
  background: url(../images/common/top_invi_mark.png) no-repeat left top;
  color: #00a4d1;
  font-family: serif;
  font-size: 50px;
  padding-left: 25px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo .dakara li .no {
    float: none;
    width: 90px;
    font-size: 30px;
    padding-left: 25px;
    line-height: 100%;
  }
}
#invisalign #chiryo .dakara li h3 {
  color: #00a4d1;
  font-size: 150%;
  padding-top: 12px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo .dakara li h3 {
    font-size: 110%;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo .dakara li p {
    text-align: left;
    margin: 0%;
  }
}
@media only screen and (max-width: 1024px) {
  #invisalign #chiryo .dakara p.bottom {
    text-align: left;
  }
}
#invisalign #chigai article {
  margin: 0 auto 50px auto;
  max-width: 900px;
  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;
  width: 100%;
}
#invisalign #chigai article h2 {
  color: #00a4d1;
  font-size: 150%;
  letter-spacing: 0.12em;
  margin: 0 0 40px 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chigai article h2 {
    font-size: 130%;
    margin: 0 0 20px;
  }
}
#invisalign #chigai article .invi, #invisalign #chigai article .wire {
  width: 380px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chigai article .invi, #invisalign #chigai article .wire {
    width: 46%;
  }
}
@media only screen and (max-width: 600px) {
  #invisalign #chigai article .invi, #invisalign #chigai article .wire {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
#invisalign #chigai article h3 {
  margin: 0 auto 20px auto;
  padding: 5px 0;
  font-size: 110%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #chigai article h3 {
    font-size: 100%;
    width: 100%;
  }
}
#invisalign #chigai article .invi h3 {
  background: #00a4d1;
  color: #fff;
}
#invisalign #chigai article .wire h3 {
  background: #f3ede6;
  color: #3d3a39;
}
#invisalign #chigai article .image {
  width: 240px;
  margin: 0 auto 20px auto;
}
#invisalign #chigai article h4 {
  margin: 0 auto 5px auto;
  font-size: 100%;
}
#invisalign #chigai article p {
  text-align: left;
  font-size: 90%;
}
#invisalign #story .lead {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story .lead {
    margin: 0 5% 40px 5%;
    text-align: left;
  }
}
#invisalign #story .back {
  background: #f3ede6;
  padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story .back .wrapper {
    margin: 0 2% !important;
    width: 96% !important;
  }
}
#invisalign #story article {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article {
    margin: 0 0% 40px 0%;
  }
}
#invisalign #story article .no {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article .no {
    font-size: 38px;
  }
}
#invisalign #story article .waku {
  background: #fff;
  padding: 50px 120px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article .waku {
    padding: 30px 8%;
  }
}
#invisalign #story article .title {
  background: url("../images/treatment/invisalign/story_title1.png") no-repeat left top;
  padding: 20px 0 0 0;
  width: 500px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article .title {
    padding: 20px 0 0 0;
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#invisalign #story article .title2 {
  background: url(../images/treatment/invisalign/story_title2.png) no-repeat right bottom;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article .title2 {
    padding: 0 5% 20px 5%;
  }
}
#invisalign #story article .title h3 {
  font-family: serif;
  font-size: 150%;
  font-weight: normal;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article .title h3 {
    font-size: 130%;
  }
}
#invisalign #story article .title .name {
  color: #f08086;
  font-size: 90%;
}
#invisalign #story article .image {
  float: right;
  width: 300px;
  margin: 0 0 20px 40px;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article .image {
    float: none;
    width: 100%;
    maz-width: 300px;
    margin: 0 auto 20px auto;
  }
}
#invisalign #story article p {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #invisalign #story article p {
    text-align: left;
    padding: 0 0%;
  }
}
#invisalign #making .lead {
  text-align: left;
  margin-bottom: 50px;
}
#invisalign #making article {
  text-align: left;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #invisalign #making article {
    margin-bottom: 50px;
  }
}
#invisalign #making article:last-child {
  margin-bottom: 0px;
}
#invisalign #making article .image {
  width: 22%;
}
@media only screen and (max-width: 600px) {
  #invisalign #making article .image {
    width: 240px;
    margin: 0 auto 20px auto;
    float: none;
  }
}
#invisalign #making article .text {
  width: 78%;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 600px) {
  #invisalign #making article .text {
    width: 100%;
  }
}
#invisalign #making article .text h3 {
  border-bottom: 1px solid #303131;
  padding: 0 0 10px 5%;
  margin-bottom: 20px;
  color: #00a4d1;
  font-size: 150%;
  letter-spacing: 0.12em;
  line-height: 150%;
}
@media only screen and (max-width: 600px) {
  #invisalign #making article .text h3 {
    border-bottom: none;
    padding: 0 0 10px 0px;
    margin-bottom: 15px;
    font-size: 130%;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
#invisalign #making article .text h3 small {
  font-family: serif;
  font-size: 90%;
  font-weight: normal;
  padding-right: 20px;
}
@media only screen and (max-width: 600px) {
  #invisalign #making article .text h3 small {
    display: block;
    text-align: center;
    padding-right: 0px;
  }
}
#invisalign #making article .text p {
  padding: 0 0 0px 5%;
}
@media only screen and (max-width: 600px) {
  #invisalign #making article .text p {
    padding: 0 0 0px 0px;
  }
}
#invisalign #making article .text p strong {
  color: #00a4d1;
}
#invisalign #treatment, #invisalign #point {
  /*** 成功のポイント **/
}
#invisalign #treatment .lead, #invisalign #point .lead {
  text-align: left;
  margin: 0 auto 40px;
  max-width: 900px;
}
#invisalign #treatment article, #invisalign #point article {
  margin: 0 0 60px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #invisalign #treatment article, #invisalign #point article {
    margin: 0 0 50px 0;
  }
}
#invisalign #treatment article:last-child, #invisalign #point article:last-child {
  margin: 0 0 0px 0;
}
#invisalign #treatment article h3, #invisalign #point article h3 {
  border-bottom: 1px solid #303131;
  padding: 0 0 10px 0px;
  margin-bottom: 20px;
  color: #00a4d1;
  font-size: 150%;
  letter-spacing: 0.12em;
  line-height: 150%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #invisalign #treatment article h3, #invisalign #point article h3 {
    font-size: 140%;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article h3, #invisalign #point article h3 {
    font-size: 130%;
    text-align: center;
    border: none;
  }
}
#invisalign #treatment article h3 .no, #invisalign #point article h3 .no {
  background: url(../images/common/top_invi_mark.png) no-repeat left top;
  padding: 0 10px 0 25px;
  font-size: 50px;
  line-height: 100%;
  font-family: serif;
  font-weight: normal;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  #invisalign #treatment article h3 .no, #invisalign #point article h3 .no {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article h3 .no, #invisalign #point article h3 .no {
    display: block;
    width: 60px;
    margin: 0 auto;
    padding: 0 10px 0 25px;
  }
}
#invisalign #treatment article .image, #invisalign #point article .image {
  width: 22%;
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article .image, #invisalign #point article .image {
    width: 240px;
    margin: 0 auto 20px auto;
  }
}
#invisalign #treatment article .text, #invisalign #point article .text {
  width: 73%;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article .text, #invisalign #point article .text {
    width: 100%;
    margin: 0;
  }
}
#invisalign #treatment article ul li, #invisalign #point article ul li {
  padding-left: 22px;
  margin: 0 0 2em 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article ul li, #invisalign #point article ul li {
    padding-left: 22px;
    margin: 0 0 1.5em 0;
  }
}
#invisalign #treatment article ul li:before, #invisalign #point article ul li:before {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/common/icon_check_b.svg");
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article ul li:before, #invisalign #point article ul li:before {
    top: 5px;
    left: 0px;
  }
}
#invisalign #treatment article ul li:last-child, #invisalign #point article ul li:last-child {
  margin-bottom: 0;
}
#invisalign #treatment article:last-child, #invisalign #point article:last-child {
  margin-bottom: 0;
}
#invisalign #treatment article h3 small, #invisalign #point article h3 small {
  padding: 0 10px 0 0px;
  font-size: 90%;
  line-height: 100%;
  font-family: serif;
  font-weight: normal;
  letter-spacing: 0;
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article h3 small, #invisalign #point article h3 small {
    display: block;
    text-align: center;
    padding: 0 0 10px 0px;
    font-size: 90%;
  }
}
#invisalign #treatment article .point, #invisalign #point article .point {
  background: url(../images/common/logomark_only@2x.png) no-repeat left 15px;
  background-size: 70px;
  padding: 60px 0 0 0;
  color: #00a4d1;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #invisalign #treatment article .point, #invisalign #point article .point {
    background: url(../images/common/logomark_only@2x.png) no-repeat center 15px;
    background-size: 70px;
    padding: 60px 0 0 0;
    color: #00a4d1;
    font-weight: normal;
  }
}
#invisalign #treatment_law .wrapper {
  max-width: 900px;
}
#invisalign #treatment_law h2 {
  font-family: serif;
  font-weight: normal;
  font-size: 140%;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 1024px) {
  #invisalign #treatment_law h2 {
    text-align: left;
    font-size: 120%;
  }
}
#invisalign #treatment_law h3 {
  text-align: left;
  margin: 0 0 0.5rem;
  font-size: 105%;
}
#invisalign #treatment_law p {
  text-align: left;
  margin: 0 0 2rem;
}

#multi #lead2 .wrapper, #mtm #lead2 .wrapper, #lingual #lead2 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#multi #lead2 .text, #mtm #lead2 .text, #lingual #lead2 .text {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #multi #lead2 .text, #mtm #lead2 .text, #lingual #lead2 .text {
    width: 100%;
  }
}
#multi #lead2 .image, #mtm #lead2 .image, #lingual #lead2 .image {
  margin: 2rem auto 0;
  max-width: 700px;
}
@media only screen and (max-width: 600px) {
  #multi #lead2 .image, #mtm #lead2 .image, #lingual #lead2 .image {
    width: 100%;
    margin: 20px 0 0;
  }
}
#multi #merit .wrapper, #multi #demerit .wrapper, #mtm #merit .wrapper, #mtm #demerit .wrapper, #lingual #merit .wrapper, #lingual #demerit .wrapper {
  max-width: 900px;
}
#multi #merit .text, #multi #demerit .text, #mtm #merit .text, #mtm #demerit .text, #lingual #merit .text, #lingual #demerit .text {
  text-align: left;
}

#multi #page_title .title {
  width: 700px;
}
@media only screen and (max-width: 1024px) {
  #multi #page_title .title {
    width: 80%;
  }
}
#multi #page_title .image {
  background-image: url("../images/treatment/multi/page_title-multi@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #multi #page_title .image {
    background-image: url("../images/treatment/multi/page_title-multi.jpg");
  }
}
@media only screen and (max-width: 600px) {
  #multi #page_title .inpage {
    padding-top: 70px;
  }
}

#mtm #page_title .image {
  background-image: url("../images/treatment/mtm/page_title-mtm@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #mtm #page_title .image {
    background-image: url("../images/treatment/mtm/page_title-mtm.jpg");
  }
}

#lingual #page_title .image {
  background-image: url("../images/treatment/lingual/page_title-lingual@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #lingual #page_title .image {
    background-image: url("../images/treatment/lingual/page_title-lingual.jpg");
  }
}
/*# sourceMappingURL=maps/treatment.css.map */
@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS Document */
/************************************

all-in-one Calendar

************************************/
/*** カレンダー内のリンクを無効化 **/
.ai1ec-day a {
  pointer-events: none !important;
  color: #333;
}

.timely {
  margin: 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  /*windows対策*/
  font-size: 90% !important;
  line-height: 140%;
}

/**** all-in-one Calendar ***/
.ai1ec-calendar-toolbar {
  display: none;
}

.ai1ec-views-dropdown {
  display: none;
}

/*** 枠***/
.timely td,
#ai1ec-container td {
  background: none;
  border: 0;
  padding: 0;
  height: 100px;
}

/*** 日付***/
.ai1ec-month-view .ai1ec-date {
  background: #fff;
  color: #333333;
  font-size: 90%;
  font-weight: bold;
  line-height: 150%;
  height: 20px;
  margin-bottom: 1px;
  padding: 3px 0.4em;
  text-shadow: none;
}

/*** イベント部分***/
.ai1ec-month-view .ai1ec-event {
  height: 80px;
  overflow: visible !important;
  white-space: normal !important;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.ai1ec-month-view .ai1ec-allday .ai1ec-event {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #333;
  text-shadow: none;
}

.ai1ec-month-view .ai1ec-event {
  height: 80px;
  line-height: 150%;
  margin: 0;
}

.ai1ec-month-view a.ai1ec-event-container,
.ai1ec-week-view a.ai1ec-event-container,
.ai1ec-oneday-view a.ai1ec-event-container {
  border: none;
  display: block;
  font-size: inherit;
  opacity: 1;
}

.ai1ec-month-view .ai1ec-allday {
  padding-left: 0;
  width: 100%;
}

/*** empty ***/
.ai1ec-month-view td.ai1ec-empty {
  background: #ffffff !important;
}

/*** popup ***/
.ai1ec-popover,
.ai1ec-popup,
.ai1ec-popup-in-month-view {
  display: none !important;
  opacity: 0 !important;
}

/*** 右下のシェア的なもの ***/
.ai1ec-subscribe-container {
  display: none;
}

@media only screen and (max-width: 960px) {
  .timely {
    font-size: 80% !important;
  }
  .ai1ec-calendar-title {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 480px) {
  .timely {
    font-size: 70% !important;
  }
  /***navi ***/
  a.ai1ec-prev-year,
  a.ai1ec-next-year {
    display: none !important;
  }
  /*** 枠***/
  .timely td,
  #ai1ec-container td {
    height: 90px;
  }
  /*** 日付***/
  .ai1ec-month-view .ai1ec-date {
    height: 15px;
    font-size: 70%;
    padding: 1px 0.4em;
  }
  /*** イベント部分***/
  .ai1ec-month-view .ai1ec-event {
    height: 75px;
    padding: 2px;
  }
  .ai1ec-month-view .ai1ec-event {
    height: 75px;
    line-height: 130%;
  }
}

/************************************

Simple booking calendar

************************************/
/*** Simple booking calendar ***/
#sbc-calendar {
  float: none;
  margin: 0 5px 30px 0;
}

.sbc-calendar-month {
  float: none;
  padding: 5%;
  width: 90%;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sbc-calendar table {
  border-top: 1px solid #000;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sbc-calendar-wrapper table tr,
#sbc-calendar-wrapper table th {
  background: none !important;
}

#sbc-calendar-wrapper table tr td {
  border: 0;
  padding: 10px 0;
  line-height: 150%;
  vertical-align: middle;
}

#sbc-calendar table thead th,
#sbc-calendar tr td {
  font-size: 100%;
  text-align: center;
  line-height: 150%;
  padding: 10px 0;
  width: 14.285%;
  height: auto;
  border: none;
}

#sbc-calendar table tfoot td {
  padding: 10px 0;
  text-align: left;
}

#sbc-calendar tr td {
  border: 1px solid #fff;
  padding: 10px 0;
}

#sbc-calendar tr td.pad {
  width: auto;
}

#sbc-calendar-wrapper .sbc-status-free {
  background-color: #eee;
}

#sbc-calendar-wrapper .sbc-status-booked {
  background-color: #feecec;
}

#sbc-calendar-wrapper .sbc-status-changeover {
  background-color: #ecfcfe;
}

#sbc-calendar td.sbc-status-free {
  border-color: #eee;
}

#sbc-calendar td.sbc-status-booked {
  border-color: #feecec;
}

#sbc-calendar td.sbc-status-changeover {
  border-color: #ecfcfe;
}

/*** calendar ***/
/** スマホ表示調整 **/
#calendar .ssp_pc {
  display: block;
}

#calendar .ssp_sp {
  display: none;
}

@media only screen and (max-width: 512px) {
  #calendar .ssp_pc {
    display: none;
  }
  #calendar .ssp_sp {
    display: block;
  }
}

/************************************

event oganiser?

************************************/
/*** title ***/
.eo-fullcalendar-responsive .fc-toolbar h2 {
  font-size: 120%;
  font-weight: bold;
  padding: 10px 0;
}

.fc button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

/*** 日付曜日のセル***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
  text-align: left;
  line-height: 2em;
  border-bottom: 1px solid #dbdada;
  border-top: 1px solid #dbdada;
  font-weight: 700;
  background: #efefef;
}

.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number,
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
  text-align: left;
  line-height: 2em;
  border-bottom: 1px solid #dbdada;
  border-top: 1px solid #dbdada;
  font-weight: 700;
  background: #efefef;
}

/** 曜日　***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}

/*** 日付***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
  float: left;
  position: relative;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  color: #666;
}

.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right:after,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right:after {
  position: absolute;
  top: 0;
  right: -12px;
  content: "日";
}

/** today color **/
.eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: none;
}

/*** 色分け範囲 ***/
.fc-listDay-view .fc-day-grid-event,
.fc-listMonth-view .fc-day-grid-event,
.fc-listWeek-view .fc-day-grid-event {
  margin: 0 0px 0px;
  padding: 5px;
}

.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before {
  line-height: 0.5em;
  content: "";
  color: #fff;
  display: block;
}

/*** カレンダー ***/
.fc-day-grid-event .fc-time {
  display: none;
}
/*# sourceMappingURL=../../maps/soleil_dental/css/foot.css.map */
