section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.6;
  background: #ddd;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #008aff;
}

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.sp_only {
  display: block;
}

.sp_only_inline {
  display: inline;
}

.pc_only,
.pc_only_inline {
  display: none;
}

.wrap {
  max-width: 640px;
  padding: 0 3.125vw;
  margin: 0 auto;
}

.to_top {
  transition: top 0.6s ease, opacity 0.6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.contents {
  max-width: 640px;
  margin: 0 auto;
  font-size: 4.0625vw;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

em,
.f_bold {
  font-weight: bold;
}

.red {
  color: #e93d3d;
}

.orange {
  color: #ff6e00;
}

.sup {
  vertical-align: super;
  font-size: 0.5em;
}

.bg {
  background: #ff6e00;
  color: #fff;
  padding: 0 0.3em;
}

.marker {
  background: linear-gradient(to bottom, transparent 60%, #fff1a4 60%, #fff1a4 90%, #fff1a4 90%, transparent 90%);
}
.marker.m_orange {
  background: linear-gradient(to bottom, transparent 60%, #ffd7ac 60%, #ffd7ac 90%, #ffd7ac 90%, transparent 90%);
}

.note {
  font-size: 2.1875vw;
  line-height: 1.5;
  margin-left: 1em;
  text-align: left;
  color: #8e8e8e;
}
.note li {
  margin: 0 0 0.5em;
  text-indent: -1em;
}

ol.note {
  margin-left: 2em;
}
ol.note li {
  text-indent: -2em;
}

.btn.anime {
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

@keyframes pulse {
  from {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.cta {
  background: url("../images/bg_dot_yellow.png") repeat;
  padding: 7.8125vw 0;
}
.cta h2 {
  font-size: 6.25vw;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 6.25vw;
}
.cta h2 span {
  display: inline-block;
  border-bottom: 0.3125vw solid #ffcb66;
}
.cta h2 em {
  color: #ff6e00;
}
.cta .attention {
  background: #fffcf0;
  font-size: 2.8125vw;
  border: 0.3125vw dotted #e4d59b;
  padding: 2.1875vw 3.125vw;
  border-radius: 1.5625vw;
  margin: 3.125vw 0 7.8125vw;
  text-align: left;
}
.cta .attention p {
  position: relative;
  padding-left: 4.6875vw;
}
.cta .attention p:before {
  content: "";
  display: block;
  width: 3.125vw;
  height: 4.0625vw;
  background: url("../images/icon_note.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.05em;
  left: 0;
}
.cta .attention + figure {
  padding: 0 3.125vw;
}
.cta .apology {
  padding: 0 3.125vw;
  margin: 7.8125vw 0 4.6875vw;
}
.cta .apology p {
  min-height: 35.9375vw;
  box-sizing: border-box;
  background: #fff;
  padding: 4.6875vw 2.1875vw 3.75vw 20.3125vw;
  text-align: left;
  position: relative;
}
.cta .apology p:after {
  content: "";
  display: block;
  width: 16.71875vw;
  height: 33.75vw;
  background: url("../images/cta_apology_illust.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 1.5625vw;
}

.cta.a {
  position: relative;
  margin-top: 14.0625vw;
  padding-bottom: 17.1875vw;
}
.cta.a:before {
  content: "";
  display: block;
  width: 34.375vw;
  height: 12.5vw;
  background: url("../images/cta_a.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -12.5vw;
  left: 50%;
  transform: translateX(-50%);
}

.cta.b {
  padding-top: 46.875vw;
  margin-top: -40.625vw;
  padding-bottom: 12.5vw;
}
.cta.b h2 + figure {
  padding: 0 4.6875vw;
}

.cta.c {
  padding-top: 18.75vw;
  margin-top: -9.375vw;
}

.fixed_bnr {
  position: fixed;
  bottom: -15.625vw;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.2s;
}
.fixed_bnr.fixed {
  bottom: 0;
}

/*=======================================
	p1
=======================================*/
.nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.nav.fixed {
  position: fixed;
}

.nav_btn {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 3.4375vw;
  right: 4.6875vw;
  z-index: 101;
  cursor: pointer;
}
.nav_btn i {
  display: block;
  width: 6.25vw;
  height: 0.46875vw;
  background: #000;
  margin: 2.8125vw auto;
  position: relative;
}
.nav_btn i:before, .nav_btn i:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.46875vw;
  background: #000;
  position: absolute;
  top: -1.5625vw;
  left: 0;
}
.nav_btn i:after {
  top: 1.5625vw;
}
.nav_btn span {
  display: block;
  font-size: 1.875vw;
}
.nav_btn.active i:before, .nav_btn.active i:after {
  display: none;
}

.nav_main {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  background: #fff;
  display: none;
}
.nav_main .inner {
  padding: 12.5vw 10.9375vw;
}
.nav_main h2 {
  font-size: 5.625vw;
  font-weight: bold;
}
.nav_main li {
  border-bottom: 0.3125vw solid #ececec;
  margin-top: 4.6875vw;
}
.nav_main a {
  display: block;
  font-size: 4.6875vw;
  color: #000;
  padding: 2.1875vw 0;
  position: relative;
}
.nav_main a:before {
  content: "";
  display: block;
  width: 3.90625vw;
  height: 3.90625vw;
  background: #ffe400;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav_main a:after {
  content: "";
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  border-right: 0.46875vw solid #33c3ff;
  border-bottom: 0.46875vw solid #33c3ff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1.25vw;
  transform: translateY(-50%) rotate(-45deg);
}

.p1_intro {
  position: relative;
}
.p1_intro .sec2 {
  background: url("../images/bg_dot_yellow.png") repeat;
  padding-bottom: 21.875vw;
}
.p1_intro .sec2 figure {
  margin-bottom: 4.6875vw;
}
.p1_intro .sec2 figure img {
  margin-top: -1.5625vw;
}

.p1_mouthpiece {
  padding-bottom: 10.9375vw;
}
.p1_mouthpiece figure {
  margin-top: -12.5vw;
  margin-bottom: 3.75vw;
  position: relative;
  z-index: 1;
}

.p1_case {
  padding-bottom: 9.375vw;
}
.p1_case .outer {
  background-image: url("../images/bg_dot_yellow.png");
  background-repeat: repeat;
  border-radius: 3.75vw;
  padding: 9.375vw 3.125vw 3.125vw;
}
.p1_case .outer.b {
  background-image: url("../images/bg_dot_blue.png");
  margin-top: 9.375vw;
  margin-bottom: 4.6875vw;
}
.p1_case .inner {
  background: #fff;
  padding: 6.875vw;
  padding-top: 5.3125vw;
  padding-bottom: 9.375vw;
  margin-top: 6.5625vw;
  border-radius: 0 0 1.25vw 1.25vw;
  position: relative;
}
.p1_case .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 9.6875vw;
  background: url("../images/mask_arrow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -9.6875vw;
  left: 0;
}
.p1_case .inner figure {
  margin-left: -4.6875vw;
  margin-right: -4.6875vw;
  margin-bottom: 9.375vw;
}
.p1_case .more_btn {
  background: #ecc35d;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 4.6875vw 0;
  border-radius: 9.375vw;
  position: relative;
}
.p1_case .more_btn:after {
  content: "";
  display: block;
  width: 2.34375vw;
  height: 2.34375vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 46%;
  right: 6.25vw;
  transform: translateY(-50%) rotate(45deg);
}
.p1_case .more_btn.active:after {
  top: 54%;
  transform: translateY(-50%) rotate(-135deg);
}
.p1_case .more dl {
  margin-top: 6.25vw;
}
.p1_case .more dt {
  background: #b0b0b0;
  border-radius: 0.78125vw;
  font-size: 3.4375vw;
  line-height: 1.4;
  color: #fff;
  padding: 0.4em 0;
  margin-bottom: 2.5vw;
  position: relative;
}
.p1_case .more dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.875vw solid transparent;
  border-top: 2.34375vw solid #b0b0b0;
  position: absolute;
  bottom: -3.75vw;
  left: 50%;
  transform: translateX(-50%);
}
.p1_case .more dd {
  text-align: left;
  font-size: 3.75vw;
  margin-bottom: 3.75vw;
}

.p1_increase figcaption {
  font-size: 2.1875vw;
  padding-right: 6.25vw;
  text-align: right;
  color: #898989;
  line-height: 1;
  margin: 1em 0 1.5em;
}

/*=======================================
	p2
=======================================*/
.p2_worry {
  background: #8e9da1;
  color: #fff;
  padding-bottom: 10.9375vw;
}
.p2_worry figcaption {
  font-size: 2.1875vw;
  margin-top: 4.6875vw;
}

.p2_future .box {
  background: url("../images/bg_dot_blue.png") repeat;
  border-radius: 3.125vw;
  padding: 0 3.125vw 4.6875vw;
  color: #4c4c4c;
  font-weight: bold;
}
.p2_future .icon {
  width: 28.125vw;
  height: 28.125vw;
  border-radius: 50%;
  margin: -15.625vw auto 0;
  background: url("../images/bg_dot_navy.png") repeat;
  font-size: 9.375vw;
  line-height: 28.125vw;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.p2_future .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.875vw solid transparent;
  border-top: 3.4375vw solid #2f4558;
  position: absolute;
  bottom: -5vw;
  left: 50%;
  transform: translateX(-50%);
}
.p2_future h3 {
  font-size: 6.25vw;
  line-height: 1.5;
  margin: 6.25vw 0 5.625vw;
}
.p2_future .wrap figure {
  margin-bottom: 7.8125vw;
}
.p2_future .wrap p {
  font-size: 4.6875vw;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0.6em 0;
}
.p2_future .wrap p span {
  display: inline-block;
  padding: 0 0.2em 0.1em;
  background: #2f4558;
  color: #fff;
}
.p2_future .wrap p em {
  font-size: 1.5em;
}
.p2_future .note {
  text-align: right;
  padding-right: 6.25vw;
}

.p2_age {
  padding: 12.5vw 0 6.25vw;
}

/*=======================================
	p3
=======================================*/
.p3_about {
  background: url("../images/bg_dot_yellow.png") repeat;
  padding: 17.1875vw 0 3.125vw;
  font-size: 4.375vw;
  position: relative;
}
.p3_about:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-top: 9.375vw solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p3_about h2 {
  margin-bottom: 3.125vw;
  padding: 0 3.75vw;
}
.p3_about h2 + p {
  line-height: 2;
  margin-bottom: 4.6875vw;
}
.p3_about p + figure {
  padding: 0 3.125vw;
  margin: 0 0 4.6875vw;
}
.p3_about .note {
  text-align: center;
  margin: 1em 0 3em;
}

.p3_point1 {
  margin-top: -27.5vw;
  padding-bottom: 10.9375vw;
  position: relative;
  z-index: 1;
}
.p3_point1 figure.b img {
  margin-top: -9.375vw;
}
.p3_point1 .sec2 {
  margin: 7.1875vw 0 0;
}
.p3_point1 .sec2 figure {
  margin-bottom: 9.375vw;
}
.p3_point1 .sec2 p {
  margin: 0 0 0.3em;
}
.p3_point1 .sec2 em {
  font-size: 1.538em;
  color: #29b5fe;
  font-style: italic;
}
.p3_point1 .sec2 .note {
  padding: 0 3.125vw;
  margin: 6.25vw 0 0;
}
.p3_point1 .dot {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: #4c4c4c;
  border-radius: 50%;
  margin: 10.9375vw auto 0;
  position: relative;
}
.p3_point1 .dot:before, .p3_point1 .dot:after {
  content: "";
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: #4c4c4c;
  position: absolute;
  top: -3.125vw;
  left: 50%;
  transform: translateX(-50%);
}
.p3_point1 .dot:after {
  top: auto;
  bottom: -3.125vw;
}

.p3_point2 {
  padding-bottom: 9.375vw;
}
.p3_point2 .note {
  margin-top: 6.25vw;
  padding: 0 3.125vw;
}

/*=======================================
	p4
=======================================*/
.p4_possible h2 img {
  margin-bottom: -3.125vw;
}
.p4_possible .box {
  background: url("../images/bg_dot_yellow.png") repeat;
  border-radius: 3.125vw;
  padding: 0 1.5625vw 6.25vw;
}
.p4_possible .a {
  padding: 0 3.125vw 0;
}
.p4_possible .a img {
  margin-top: -1.5625vw;
}
.p4_possible .a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eececb;
  margin-top: 6.25vw;
}
.p4_possible .check {
  font-size: 4.375vw;
  padding: 0 1.5625vw;
  margin: 7.8125vw 0;
  line-height: 1.4;
  text-align: left;
}
.p4_possible .check em {
  font-size: 1.071428em;
}
.p4_possible .check li {
  margin: 0.5em 0;
  padding-left: 7.03125vw;
  position: relative;
}
.p4_possible .check li:before {
  content: "";
  display: block;
  width: 5.46875vw;
  height: 5.46875vw;
  background: url("../images/icon_check.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p4_possible .note {
  padding: 0 1.5625vw;
  margin-top: 1em;
}

.p4_case_title {
  margin: 9.375vw 0 4.6875vw;
}

.p4_merit {
  padding-bottom: 9.375vw;
}
.p4_merit .h {
  margin-bottom: 11.71875vw;
}
.p4_merit section {
  background: url("../images/bg_dot_yellow.png") repeat;
  border-radius: 1.875vw;
  padding: 1.5625vw;
  padding-top: 0;
  margin-bottom: 15.625vw;
  position: relative;
}
.p4_merit section:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4.84375vw solid transparent;
  border-top: 4.84375vw solid #fff2d2;
  position: absolute;
  bottom: -9.375vw;
  left: 50%;
  transform: translateX(-50%);
}
.p4_merit .num {
  width: 11.875vw;
  height: 11.875vw;
  line-height: 11.875vw;
  border: 0.46875vw solid #fff2d2;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  font-size: 6.25vw;
  font-weight: bold;
  color: #ff6e00;
  margin: 0 auto;
  position: relative;
  top: -4.6875vw;
}
.p4_merit h2 {
  color: #ff6e00;
  font-size: 5.9375vw;
  font-weight: bold;
}
.p4_merit h2 .bg {
  display: inline-block;
  margin-top: 0.2em;
}
.p4_merit h2 .s {
  font-size: 0.7894em;
}
.p4_merit .sec1 h2 span {
  display: inline-block;
}
.p4_merit .sec1 h2 img {
  max-width: 31.5625vw;
}
.p4_merit .sec2 h2 span {
  display: inline-block;
  font-size: 4.6875vw;
  padding: 0 4.6875vw;
  position: relative;
}
.p4_merit .sec2 h2 span:before,
.p4_merit .sec2 h2 span:after {
  content: "";
  display: block;
  width: 3.90625vw;
  height: 4.6875vw;
  background-image: url("../images/icon_em.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p4_merit .sec2 h2 span:after {
  background-position: right center;
  left: auto;
  right: 0;
}
.p4_merit .inner {
  background: #fff;
  padding: 4.6875vw;
  margin-top: 11.25vw;
  border-radius: 0 0 1.25vw 1.25vw;
  position: relative;
}
.p4_merit .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 9.6875vw;
  background: url("../images/mask_arrow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -9.6875vw;
  left: 0;
}
.p4_merit .inner h3 {
  font-size: 6.25vw;
  color: #4c4c4c;
  margin-top: 2.5vw;
}
.p4_merit .inner p {
  text-align: left;
  margin: 1em 0;
}
.p4_merit .inner p em {
  font-size: 1.1538em;
}
.p4_merit .inner p.center {
  text-align: center;
}
.p4_merit .sec1 figure + p {
  margin-bottom: 1.5em;
}
.p4_merit .sec3 {
  margin-bottom: 4.6875vw;
}
.p4_merit .sec3:after {
  display: none;
}

.p4_talk .flex {
  text-align: left;
  display: flex;
  margin-bottom: 6.25vw;
}
.p4_talk figure {
  width: 23.75vw;
  padding-top: 1.5625vw;
}
.p4_talk p {
  width: 68.75vw;
  box-sizing: border-box;
  background: #fff;
  color: #4c4c4c;
  border: 0.3125vw solid #ffbe72;
  border-radius: 3.125vw;
  font-size: 3.75vw;
  padding: 3.75vw;
  position: relative;
}
.p4_talk p:after {
  content: "";
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  background-image: url("../images/p4_talk_a_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6.875vw;
  left: -3.125vw;
}
.p4_talk .b {
  flex-direction: row-reverse;
  padding-left: 1.5625vw;
}
.p4_talk .b p {
  border-color: #72d2ff;
}
.p4_talk .b p:after {
  background-image: url("../images/p4_talk_b_arrow.png");
  top: 40vw;
  left: auto;
  right: -3.125vw;
}

/*=======================================
	p5
=======================================*/
.p5_perspective {
  margin-top: 10.9375vw;
}
.p5_perspective figure {
  margin-bottom: 9.375vw;
}

.p5_voice {
  padding-bottom: 7.8125vw;
}
.p5_voice .h {
  margin-top: -9.375vw;
  margin-bottom: 9.375vw;
  position: relative;
  z-index: 1;
}
.p5_voice .slick-slide {
  background: url("../images/bg_dot_pink.png") repeat;
  border-radius: 3.75vw;
  padding: 3.125vw;
  margin: 0 1.5625vw;
}
.p5_voice .slick-slide.blue {
  background: url("../images/bg_dot_blue.png") repeat;
}
.p5_voice .num {
  width: 29.6875vw;
  height: 11.71875vw;
  margin: 0 auto 3.125vw;
  background: url("../images/p5_voice_num.png") no-repeat;
  background-size: contain;
  font-size: 4.6875vw;
  font-weight: bold;
  color: #da5244;
  line-height: 1;
  padding-top: 0.5em;
  box-sizing: border-box;
}
.p5_voice .title {
  text-align: left;
}
.p5_voice .title h2 {
  font-size: 4.375vw;
  font-weight: bold;
  color: #4c4c4c;
  padding: 0 0.5em 1em;
  border-bottom: 0.3125vw solid #ffd5ba;
}
.p5_voice .title figure {
  padding: 3.125vw 0.5em;
  color: #da5244;
  font-weight: bold;
  position: relative;
}
.p5_voice .title figure div {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p5_voice .title figure div img {
  height: 16.25vw;
}
.p5_voice .inner {
  background: #fff;
  border-radius: 1.5625vw;
  padding: 3.75vw;
}
.p5_voice .inner figure {
  margin-bottom: 1em;
}
.p5_voice .inner p {
  text-align: left;
  font-size: 3.75vw;
}
.p5_voice .inner .note {
  margin-top: 1em;
}
.p5_voice .inner .note li {
  margin: 0;
}
.p5_voice .blue .num {
  color: #6cafdf;
}
.p5_voice .blue .title h2 {
  border-bottom-color: #9bc9e7;
}
.p5_voice .blue .title figure {
  color: #4f91c1;
}
.p5_voice .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 7.8125vw;
}
.p5_voice .slick-dots li {
  width: 1.5625vw;
  height: 1.5625vw;
  background: #d0d0d0;
  margin: 0 2.34375vw;
  border-radius: 50%;
}
.p5_voice .slick-dots .slick-active {
  background: #5f5f5f;
}
.p5_voice .slick-dots button {
  font-size: 0;
  line-height: 0;
  border: none;
  background: none;
  outline: none;
}

.p5_effect .outer {
  background: #8e9da1;
  color: #fff;
  padding-bottom: 7.8125vw;
}
.p5_effect .a img {
  margin-top: -6.25vw;
}
.p5_effect .check {
  font-size: 4.375vw;
  padding: 0 1.5625vw;
  margin: 6.25vw 0;
  text-align: left;
}
.p5_effect .check em {
  font-size: 1.071428em;
  background: #2f4558;
}
.p5_effect .check li {
  margin: 0.5em 0;
  padding-left: 7.8125vw;
  position: relative;
}
.p5_effect .check li:before {
  content: "";
  display: block;
  width: 5.46875vw;
  height: 5.46875vw;
  background: url("../images/icon_check_navy.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.p5_improvement {
  padding: 1.5625vw 0 10.9375vw;
}
.p5_improvement .secret_btn {
  margin: 6.25vw 0 3.75vw;
}
.p5_improvement .secret_btn span {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.p5_improvement .secret_btn span:before {
  content: "";
  display: block;
  width: 4.375vw;
  height: 4.375vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 6.25vw;
  right: 4.6875vw;
}
.p5_improvement .secret_btn span:after {
  content: "";
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  box-sizing: border-box;
  border-right: 0.625vw solid #ff6e00;
  border-bottom: 0.625vw solid #ff6e00;
  position: absolute;
  top: 7.5vw;
  right: 6.09375vw;
  transform: rotate(45deg);
}
.p5_improvement .secret_btn.active span:after {
  top: 7.96875vw;
  transform: rotate(-135deg);
}
.p5_improvement figure.a {
  padding: 0 6.25vw;
  margin-bottom: 6.25vw;
}
.p5_improvement figure + p {
  font-size: 4.375vw;
  line-height: 2;
}
.p5_improvement section {
  margin: 9.375vw 0 0;
}
.p5_improvement section h3 {
  background: #12aafa;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  border-radius: 1.25vw;
  padding: 0.4em 0;
  margin-bottom: 6.25vw;
  position: relative;
}
.p5_improvement section h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.5625vw solid transparent;
  border-top: 2.5vw solid #12aafa;
  position: absolute;
  bottom: -3.90625vw;
  left: 50%;
  transform: translateX(-50%);
}
.p5_improvement section figcaption {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.6875vw;
}
.p5_improvement section figcaption p {
  width: 43.75vw;
  padding: 0 2.1875vw;
  box-sizing: border-box;
  font-size: 3.75vw;
  text-align: left;
}
.p5_improvement section figcaption p:first-child {
  margin-right: 6.25vw;
}
.p5_improvement section figcaption em {
  border-bottom: 0.3125vw solid #12aafa;
}
.p5_improvement .b h3 {
  background: #ff6e00;
}
.p5_improvement .b h3:after {
  border-top-color: #ff6e00;
}
.p5_improvement .b figcaption em {
  border-bottom-color: #ff6e00;
}

/*=======================================
	p6
=======================================*/
.p6_technician {
  padding-top: 7.8125vw;
}
.p6_technician .b {
  margin-top: -9.6875vw;
  position: relative;
  z-index: 1;
}

.p6_doc {
  padding-bottom: 4.6875vw;
}
.p6_doc .a {
  margin-top: -9.6875vw;
  margin-bottom: 10.9375vw;
}
.p6_doc .b {
  margin-bottom: 5.3125vw;
}

.p6_consul .b {
  background: #fffde3;
  padding-bottom: 21.875vw;
}
.p6_consul .b figcaption {
  font-size: 4.6875vw;
  padding-top: 4.6875vw;
  margin-bottom: 6.25vw;
}

.p6_clinic {
  padding-bottom: 9.375vw;
  /*	.map{
  		position: relative;
  		width: 100%;
  		padding-top: 56.25%;
  		margin-bottom: calc(100vw / ( 640 / 40 ));
  	}
  	.map iframe{
  		position: absolute;
  		top: 0;
  		right: 0;
  		width: 100% !important;
  		height: 100% !important;
  		z-index: 1;
  	}*/
}
.p6_clinic .h {
  margin-top: -12.1875vw;
  margin-bottom: 9.375vw;
}
.p6_clinic .h h2 {
  font-size: 6.25vw;
  line-height: 1.2;
  color: #ff6e00;
  font-weight: bold;
  margin: 4.0625vw 0;
}
.p6_clinic .ac_btn,
.p6_clinic .ac_btn_sub {
  background: #dde5eb;
  font-size: 4.375vw;
  color: #4c4c4c;
  line-height: 1.2;
  border-radius: 1.5625vw;
  padding: 1em;
  margin-bottom: 1.5625vw;
  position: relative;
}
.p6_clinic .ac_btn:after,
.p6_clinic .ac_btn_sub:after {
  content: "";
  display: block;
  width: 2.8125vw;
  height: 2.8125vw;
  border-right: 0.3125vw solid #4c4c4c;
  border-bottom: 0.3125vw solid #4c4c4c;
  box-sizing: border-box;
  position: absolute;
  top: 48%;
  right: 5.3125vw;
  transform: translateY(-50%) rotate(45deg);
}
.p6_clinic .ac_btn.open:after,
.p6_clinic .ac_btn_sub.open:after {
  top: 52%;
  transform: translateY(-50%) rotate(-135deg);
}
.p6_clinic .ac_btn_sub {
  background: #edf2f6;
}
.p6_clinic .ac_list li {
  padding: 6.25vw 3.125vw;
}
.p6_clinic .ac_list .ac_list_li {
  padding: 0;
}
.p6_clinic .ac_list h2 {
  font-size: 4.375vw;
  border-left: 0.78125vw solid #6cafdf;
  margin-bottom: 4.6875vw;
  text-align: left;
  padding-left: 0.4em;
}
.p6_clinic .ac_list h2 span {
  display: inline-block;
  font-size: 0.8em;
  background: #eee;
  padding: 0.2em 0.6em;
  border-radius: 3px;
  margin-right: 0.5em;
}
.p6_clinic .ac_list dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  font-size: 3.4375vw;
}
.p6_clinic .ac_list dt,
.p6_clinic .ac_list dd {
  margin-bottom: 3.125vw;
}
.p6_clinic .ac_list dt {
  width: 21.875vw;
  background: #6cafdf;
  color: #fff;
  text-align: center;
  border-radius: 0.625vw;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p6_clinic .ac_list dd {
  width: 65.625vw;
  padding-left: 3.125vw;
  box-sizing: border-box;
  margin-top: -0.2em;
}
.p6_clinic .map {
  margin-bottom: 6.25vw;
}
.p6_clinic .map iframe {
  width: 100%;
}
.p6_clinic .btn {
  margin-top: 3.125vw;
}
.p6_clinic .wrap + figure {
  margin-top: 4.6875vw;
}

.p6_faq {
  padding: 12.5vw 0 10.9375vw;
  position: relative;
}
.p6_faq:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.875vw;
  background: url("../images/p6_faq_top.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p6_faq h2 {
  font-size: 5vw;
  line-height: 1.2;
  letter-spacing: 0.34em;
  margin: 3.125vw 0 7.8125vw;
}
.p6_faq h2 span {
  display: block;
  max-width: 32.8125vw;
  margin: 0 auto 3.75vw;
}
.p6_faq dl {
  text-align: left;
}
.p6_faq dt {
  background: #ededed;
  font-size: 4.375vw;
  color: #4c4c4c;
  line-height: 1.6;
  border-radius: 1.5625vw;
  padding: 1.2em 12.5vw 1.2em 10.9375vw;
  margin-bottom: 3.125vw;
  position: relative;
  cursor: pointer;
}
.p6_faq dt:before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 4.6875vw;
  transform: translateY(-50%);
}
.p6_faq dt:after {
  content: "";
  display: block;
  width: 2.8125vw;
  height: 2.8125vw;
  border-right: 0.3125vw solid #4c4c4c;
  border-bottom: 0.3125vw solid #4c4c4c;
  box-sizing: border-box;
  position: absolute;
  top: 48%;
  right: 5.3125vw;
  transform: translateY(-50%) rotate(45deg);
}
.p6_faq dt.open:after {
  top: 52%;
  transform: translateY(-50%) rotate(-135deg);
}
.p6_faq dd {
  padding: 0 1em 2em;
  font-size: 3.75vw;
}
.p6_faq dd p,
.p6_faq dd .note {
  margin-bottom: 4.6875vw;
}
.p6_faq li > a {
  color: #8e8e8e;
  text-decoration: underline;
}

.p6_cta {
  background: url("../images/bg_dot_yellow.png") repeat;
  padding: 21.875vw 0 14.0625vw;
  position: relative;
}
.p6_cta:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-top: 9.375vw solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p6_cta:after {
  content: "";
  display: block;
  width: 0.625vw;
  height: 10vw;
  background: url("../images/icon_dot.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.75vw;
  left: 50%;
  transform: translateX(-50%);
}
.p6_cta p.a {
  font-size: 4.375vw;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.p6_cta figure {
  padding: 0 3.125vw;
}
.p6_cta .attention {
  background: #fffcf0;
  font-size: 2.8125vw;
  border: 0.3125vw dotted #e4d59b;
  padding: 2.1875vw 3.125vw;
  border-radius: 1.5625vw;
  margin: 3.125vw 0 7.8125vw;
  text-align: left;
}
.p6_cta .attention p {
  position: relative;
  padding-left: 4.6875vw;
}
.p6_cta .attention p:before {
  content: "";
  display: block;
  width: 3.125vw;
  height: 4.0625vw;
  background: url("../images/icon_note.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.05em;
  left: 0;
}

/*=======================================
	p7
=======================================*/
.p7_msg {
  padding: 10.9375vw 0 6.25vw;
}
.p7_msg .wrap {
  padding: 0 6.25vw;
}
.p7_msg .h {
  margin-bottom: 12.5vw;
}
.p7_msg figure {
  margin: 2em 0;
}
.p7_msg p {
  text-align: left;
  color: #4c4c4c;
  line-height: 1.85;
}
.p7_msg p em {
  color: #ff6e00;
}
.p7_msg p.b em {
  color: #29b5fe;
}

/*=======================================
	footer
=======================================*/
footer {
  padding-bottom: 14.0625vw;
}
footer .sec1 {
  padding: 9.375vw 0;
  background: #f9fafb;
}
footer .sec1 a {
  text-decoration: underline;
}
footer .sec1 .wrap {
  padding: 0 6.25vw;
}
footer .sec2 {
  font-size: 3.125vw;
  padding: 4.6875vw 0;
  color: #4c4c4c;
  line-height: 1;
}
footer .sec2 a {
  color: #4c4c4c;
}
footer .sec2 figure {
  max-width: 28.75vw;
  margin: 0 auto;
}
footer .sec2 ul {
  display: flex;
  justify-content: center;
  margin: 4.6875vw 0;
}
footer .sec2 li {
  margin: 0 3.90625vw;
  position: relative;
}
footer .sec2 li:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #4c4c4c;
  position: absolute;
  top: 50%;
  right: -3.90625vw;
  transform: translateY(-50%);
}
footer .sec2 li:last-child:after {
  display: none;
}
footer .sec2 p {
  font-size: 2.1875vw;
}

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

	pc size

******************************************************************************************/
@media only screen and (min-width: 640px) {
  .sp_only,
  .sp_only_inline {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .pc_only_inline {
    display: inline;
  }
  .wrap {
    max-width: 640px;
    padding: 0 20px;
  }
  .contents {
    max-width: 640px;
    font-size: 24px;
  }
  .note {
    font-size: 14px;
  }
  .cta {
    padding: 50px 0;
  }
  .cta h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .cta h2 span {
    border-bottom: 2px solid #ffcb66;
  }
  .cta .attention {
    font-size: 18px;
    border: 2px dotted #e4d59b;
    padding: 14px 20px;
    border-radius: 10px;
    margin: 20px 0 50px;
  }
  .cta .attention p {
    padding-left: 30px;
  }
  .cta .attention p:before {
    width: 20px;
    height: 26px;
  }
  .cta .attention + figure {
    padding: 0 20px;
  }
  .cta .apology {
    padding: 0 20px;
    margin: 50px 0 30px;
  }
  .cta .apology p {
    font-size: 22px;
    min-height: 230px;
    padding: 30px 14px 24px 130px;
  }
  .cta .apology p:after {
    width: 107px;
    height: 216px;
    left: 10px;
  }
  .cta.a {
    margin-top: 90px;
    padding-bottom: 110px;
  }
  .cta.a:before {
    width: 220px;
    height: 80px;
    top: -80px;
  }
  .cta.b {
    padding-top: 300px;
    margin-top: -260px;
    padding-bottom: 80px;
  }
  .cta.b h2 + figure {
    padding: 0 30px;
  }
  .cta.c {
    padding-top: 120px;
    margin-top: -60px;
  }
  .fixed_bnr {
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
  }
  /*=======================================
  	p1
  =======================================*/
  .nav {
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
  }
  .nav_btn {
    width: 60px;
    height: 60px;
    top: 22px;
    right: 30px;
  }
  .nav_btn i {
    width: 40px;
    height: 3px;
    margin: 18px auto;
  }
  .nav_btn i:before, .nav_btn i:after {
    height: 3px;
    top: -10px;
  }
  .nav_btn i:after {
    top: 10px;
  }
  .nav_btn span {
    font-size: 12px;
  }
  .nav_main .inner {
    padding: 50px;
  }
  .nav_main h2 {
    font-size: 26px;
  }
  .nav_main li {
    border-bottom: 2px solid #ececec;
    margin-top: 10px;
  }
  .nav_main a {
    font-size: 20px;
    padding: 12px 0;
  }
  .nav_main a:before {
    width: 25px;
    height: 25px;
  }
  .nav_main a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #33c3ff;
    border-bottom: 2px solid #33c3ff;
    right: 10px;
  }
  .p1_intro .sec2 {
    padding-bottom: 140px;
  }
  .p1_intro .sec2 figure {
    margin-bottom: 30px;
  }
  .p1_intro .sec2 figure img {
    margin-top: -10px;
  }
  .p1_mouthpiece {
    padding-bottom: 70px;
  }
  .p1_mouthpiece figure {
    margin-top: -80px;
    margin-bottom: 24px;
  }
  .p1_case {
    padding-bottom: 60px;
  }
  .p1_case .outer {
    border-radius: 24px;
    padding: 60px 20px 20px;
  }
  .p1_case .outer.b {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .p1_case .inner {
    padding: 44px;
    padding-top: 34px;
    padding-bottom: 60px;
    margin-top: 42px;
    border-radius: 0 0 8px 8px;
  }
  .p1_case .inner:before {
    height: 62px;
    top: -62px;
  }
  .p1_case .inner figure {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 60px;
  }
  .p1_case .more_btn {
    padding: 30px 0;
    border-radius: 60px;
  }
  .p1_case .more_btn:after {
    width: 15px;
    height: 15px;
    right: 40px;
  }
  .p1_case .more dl {
    margin-top: 40px;
  }
  .p1_case .more dt {
    border-radius: 5px;
    font-size: 22px;
    margin-bottom: 16px;
  }
  .p1_case .more dt:after {
    border: 12px solid transparent;
    border-top: 15px solid #b0b0b0;
    bottom: -24px;
  }
  .p1_case .more dd {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .p1_increase figcaption {
    font-size: 14px;
    padding-right: 40px;
  }
  /*=======================================
  	p2
  =======================================*/
  .p2_worry {
    padding-bottom: 70px;
  }
  .p2_worry figcaption {
    font-size: 14px;
    margin-top: 30px;
  }
  .p2_future .box {
    border-radius: 20px;
    padding: 0 20px 30px;
  }
  .p2_future .icon {
    width: 180px;
    height: 180px;
    margin: -100px auto 0;
    font-size: 60px;
    line-height: 180px;
  }
  .p2_future .icon:after {
    border: 12px solid transparent;
    border-top: 22px solid #2f4558;
    bottom: -32px;
  }
  .p2_future h3 {
    font-size: 40px;
    margin: 40px 0 36px;
  }
  .p2_future .wrap figure {
    margin-bottom: 50px;
  }
  .p2_future .wrap p {
    font-size: 30px;
  }
  .p2_future .note {
    padding-right: 40px;
  }
  .p2_age {
    padding: 80px 0 40px;
  }
  /*=======================================
  	p3
  =======================================*/
  .p3_about {
    padding: 110px 0 20px;
    font-size: 28px;
  }
  .p3_about:before {
    border: 320px solid transparent;
    border-top: 60px solid #fff;
  }
  .p3_about h2 {
    margin-bottom: 20px;
    padding: 0 24px;
  }
  .p3_about h2 + p {
    margin-bottom: 30px;
  }
  .p3_about p + figure {
    padding: 0 20px;
    margin: 0 0 30px;
  }
  .p3_point1 {
    margin-top: -176px;
    padding-bottom: 70px;
  }
  .p3_point1 figure.b img {
    margin-top: -60px;
  }
  .p3_point1 .sec2 {
    margin: 46px 0 0;
  }
  .p3_point1 .sec2 figure {
    margin-bottom: 60px;
  }
  .p3_point1 .sec2 .note {
    padding: 0 20px;
    margin: 40px 0 0;
  }
  .p3_point1 .dot {
    width: 4px;
    height: 4px;
    margin: 70px auto 0;
  }
  .p3_point1 .dot:before, .p3_point1 .dot:after {
    width: 4px;
    height: 4px;
    top: -20px;
  }
  .p3_point1 .dot:after {
    top: auto;
    bottom: -20px;
  }
  .p3_point2 {
    padding-bottom: 60px;
  }
  .p3_point2 .note {
    margin-top: 40px;
    padding: 0 20px;
  }
  /*=======================================
  	p4
  =======================================*/
  .p4_possible h2 img {
    margin-bottom: -20px;
  }
  .p4_possible .box {
    border-radius: 20px;
    padding: 0 10px 40px;
  }
  .p4_possible .a {
    padding: 0 20px 0;
  }
  .p4_possible .a img {
    margin-top: -10px;
  }
  .p4_possible .a:after {
    margin-top: 40px;
  }
  .p4_possible .check {
    font-size: 28px;
    padding: 0 10px;
    margin: 50px 0;
  }
  .p4_possible .check li {
    padding-left: 45px;
  }
  .p4_possible .check li:before {
    width: 35px;
    height: 35px;
  }
  .p4_possible .note {
    padding: 0 10px;
  }
  .p4_case_title {
    margin: 60px 0 30px;
  }
  .p4_merit {
    padding-bottom: 60px;
  }
  .p4_merit .h {
    margin-bottom: 75px;
  }
  .p4_merit section {
    border-radius: 12px;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 100px;
  }
  .p4_merit section:after {
    border: 31px solid transparent;
    border-top: 31px solid #fff2d2;
    bottom: -60px;
  }
  .p4_merit .num {
    width: 76px;
    height: 76px;
    line-height: 76px;
    border: 3px solid #fff2d2;
    font-size: 40px;
    top: -30px;
  }
  .p4_merit h2 {
    font-size: 38px;
  }
  .p4_merit .sec1 h2 img {
    max-width: 202px;
  }
  .p4_merit .sec2 h2 span {
    font-size: 30px;
    padding: 0 30px;
  }
  .p4_merit .sec2 h2 span:before,
  .p4_merit .sec2 h2 span:after {
    width: 25px;
    height: 30px;
  }
  .p4_merit .inner {
    padding: 30px;
    margin-top: 72px;
    border-radius: 0 0 8px 8px;
  }
  .p4_merit .inner:before {
    height: 62px;
    top: -62px;
  }
  .p4_merit .inner h3 {
    font-size: 40px;
    margin-top: 16px;
  }
  .p4_merit .sec3 {
    margin-bottom: 30px;
  }
  .p4_talk .flex {
    margin-bottom: 40px;
  }
  .p4_talk figure {
    width: 152px;
    padding-top: 10px;
  }
  .p4_talk p {
    width: 440px;
    border: 2px solid #ffbe72;
    border-radius: 20px;
    font-size: 24px;
    padding: 24px;
  }
  .p4_talk p:after {
    width: 20px;
    height: 20px;
    top: 44px;
    left: -20px;
  }
  .p4_talk .b {
    padding-left: 10px;
  }
  .p4_talk .b p:after {
    top: 256px;
    left: auto;
    right: -20px;
  }
  /*=======================================
  	p5
  =======================================*/
  .p5_perspective {
    margin-top: 70px;
  }
  .p5_perspective figure {
    margin-bottom: 60px;
  }
  .p5_voice {
    padding-bottom: 50px;
  }
  .p5_voice .h {
    margin-top: -60px;
    margin-bottom: 60px;
  }
  .p5_voice .slick-slide {
    border-radius: 24px;
    padding: 20px;
    margin: 0 10px;
  }
  .p5_voice .num {
    width: 190px;
    height: 75px;
    margin: 0 auto 20px;
    font-size: 30px;
  }
  .p5_voice .title h2 {
    font-size: 24px;
    border-bottom: 2px solid #ffd5ba;
  }
  .p5_voice .title figure {
    padding: 20px 0.5em;
    font-size: 20px;
  }
  .p5_voice .title figure div img {
    height: 104px;
  }
  .p5_voice .inner {
    border-radius: 10px;
    padding: 24px;
  }
  .p5_voice .inner figure img {
    display: inline;
  }
  .p5_voice .inner p {
    font-size: 20px;
    line-height: 1.8;
  }
  .p5_voice .slick-dots {
    margin-top: 50px;
  }
  .p5_voice .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 15px;
  }
  .p5_effect .outer {
    padding-bottom: 50px;
  }
  .p5_effect .a img {
    margin-top: -40px;
  }
  .p5_effect .check {
    font-size: 28px;
    padding: 0 10px;
    margin: 40px 0;
  }
  .p5_effect .check li {
    padding-left: 50px;
  }
  .p5_effect .check li:before {
    width: 35px;
    height: 35px;
  }
  .p5_improvement {
    padding: 10px 0 70px;
  }
  .p5_improvement .secret_btn {
    margin: 40px 0 24px;
  }
  .p5_improvement .secret_btn span:before {
    width: 28px;
    height: 28px;
    top: 40px;
    right: 30px;
  }
  .p5_improvement .secret_btn span:after {
    width: 10px;
    height: 10px;
    border-right: 4px solid #ff6e00;
    border-bottom: 4px solid #ff6e00;
    top: 48px;
    right: 39px;
  }
  .p5_improvement .secret_btn.active span:after {
    top: 51px;
  }
  .p5_improvement figure.a {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .p5_improvement figure + p {
    font-size: 28px;
  }
  .p5_improvement section {
    margin: 60px 0 0;
  }
  .p5_improvement section h3 {
    font-size: 32px;
    border-radius: 8px;
    margin-bottom: 40px;
  }
  .p5_improvement section h3:after {
    border: 10px solid transparent;
    border-top: 16px solid #12aafa;
    bottom: -25px;
  }
  .p5_improvement section figcaption {
    margin-bottom: 30px;
  }
  .p5_improvement section figcaption p {
    width: 280px;
    padding: 0 14px;
    font-size: 24px;
  }
  .p5_improvement section figcaption p:first-child {
    margin-right: 40px;
  }
  .p5_improvement section figcaption em {
    border-bottom: 2px solid #12aafa;
  }
  /*=======================================
  	p6
  =======================================*/
  .p6_technician {
    padding-top: 50px;
  }
  .p6_technician .b {
    margin-top: -62px;
  }
  .p6_doc {
    padding-bottom: 30px;
  }
  .p6_doc .a {
    margin-top: -62px;
    margin-bottom: 70px;
  }
  .p6_doc .b {
    margin-bottom: 34px;
  }
  .p6_consul .b {
    padding-bottom: 140px;
  }
  .p6_consul .b figcaption {
    font-size: 30px;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .p6_clinic {
    padding-bottom: 60px;
  }
  .p6_clinic .h {
    margin-top: -78px;
    margin-bottom: 60px;
  }
  .p6_clinic .h h2 {
    font-size: 40px;
    margin: 26px 0 0;
  }
  .p6_clinic .ac_btn,
  .p6_clinic .ac_btn_sub {
    font-size: 28px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p6_clinic .ac_btn:after,
  .p6_clinic .ac_btn_sub:after {
    width: 18px;
    height: 18px;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    right: 34px;
  }
  .p6_clinic .ac_list li {
    padding: 40px 20px;
  }
  .p6_clinic .ac_list .ac_list_li {
    padding: 0;
  }
  .p6_clinic .ac_list h2 {
    font-size: 24px;
    border-left: 5px solid #6cafdf;
    margin-bottom: 30px;
  }
  .p6_clinic .ac_list dl {
    font-size: 18px;
  }
  .p6_clinic .ac_list dt,
  .p6_clinic .ac_list dd {
    margin-bottom: 20px;
  }
  .p6_clinic .ac_list dt {
    width: 140px;
    border-radius: 4px;
  }
  .p6_clinic .ac_list dd {
    width: 420px;
    padding-left: 20px;
  }
  .p6_clinic .map {
    margin-bottom: 40px;
  }
  .p6_clinic .btn {
    margin-top: 20px;
  }
  .p6_clinic .wrap + figure {
    margin-top: 30px;
  }
  .p6_faq {
    padding: 80px 0 70px;
  }
  .p6_faq:before {
    height: 12px;
  }
  .p6_faq h2 {
    font-size: 32px;
    margin: 20px 0 50px;
  }
  .p6_faq h2 span {
    max-width: 210px;
    margin: 0 auto 24px;
  }
  .p6_faq dt {
    font-size: 24px;
    border-radius: 10px;
    padding: 1.2em 80px 1.2em 70px;
    margin-bottom: 20px;
  }
  .p6_faq dt:before {
    left: 30px;
  }
  .p6_faq dt:after {
    width: 18px;
    height: 18px;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    right: 34px;
  }
  .p6_faq dd {
    font-size: 20px;
  }
  .p6_faq dd p,
  .p6_faq dd .note {
    margin-bottom: 30px;
  }
  .p6_cta {
    padding: 140px 0 90px;
  }
  .p6_cta:before {
    border: 320px solid transparent;
    border-top: 60px solid #fff;
  }
  .p6_cta:after {
    width: 4px;
    height: 64px;
    top: 24px;
  }
  .p6_cta p.a {
    font-size: 28px;
  }
  .p6_cta figure {
    padding: 0 20px;
  }
  .p6_cta .attention {
    font-size: 18px;
    border: 2px dotted #e4d59b;
    padding: 14px 20px;
    border-radius: 10px;
    margin: 20px 0 50px;
  }
  .p6_cta .attention p {
    padding-left: 30px;
  }
  .p6_cta .attention p:before {
    width: 20px;
    height: 26px;
  }
  /*=======================================
  	p7
  =======================================*/
  .p7_msg {
    padding: 70px 0 40px;
  }
  .p7_msg .wrap {
    padding: 0 40px;
  }
  .p7_msg .h {
    margin-bottom: 80px;
  }
  /*=======================================
  	footer
  =======================================*/
  footer {
    padding-bottom: 90px;
  }
  footer .sec1 {
    padding: 60px 0;
  }
  footer .sec1 .wrap {
    padding: 0 40px;
  }
  footer .sec2 {
    font-size: 20px;
    padding: 30px 0;
  }
  footer .sec2 figure {
    max-width: 184px;
  }
  footer .sec2 ul {
    margin: 30px 0;
  }
  footer .sec2 li {
    margin: 0 25px;
  }
  footer .sec2 li:after {
    right: -25px;
  }
  footer .sec2 p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */