html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  width: 100%;
}

header {
  width: 100%;
}

header .header-inner {
  max-width: 750px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

header .header-inner .header-logo {
  padding-left: 10px;
  width: 98px;
  height: 30px;
}

header .header-inner .header-logo-30th {
  margin-left: auto;
  width: 198px;
  line-height: 1;
}

header .header-inner .header-logo-30th img {
  width: 100%;
  height: auto;
}

.main, .footer {
  max-width: 750px;
  margin: 0 auto;
}

.main #kv, .footer #kv {
  background: #87e0fb;
}

.main #kv img, .footer #kv img {
  width: 100%;
  vertical-align: middle;
}

.main #kv .option, .footer #kv .option {
  margin-top: -11%;
}

.main #kv .note, .footer #kv .note {
  padding: 0 4% 9%;
  font-size: 1rem;
  margin-top: 2.6%;
  letter-spacing: 0px;
}

.modal {
  display: none;
}

.modal-overlay {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 9999;
  top: -5000px;
  left: -5000px;
  right: -5000px;
  bottom: -5000px;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.3%;
  text-align: center;
  z-index: 10000;
  overflow: auto;
}

.modal .body {
  margin-top: 10%;
}

.modal .movie-wrap {
  vertical-align: middle;
  top: 10%;
}

.modal .movie-wrap .movie-body {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}

.modal .movie-wrap .movie-body iframe {
  border-width: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal img {
  max-width: 700px;
}

.modal .note {
  font-size: 1rem;
  line-height: 1.6;
  margin: 2.8% auto;
  padding: 0 1em;
  max-width: 700px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal .modal-close {
  background: transparent url(/img/btn_close.svg) no-repeat;
  background-size: contain;
  position: fixed;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  display: block;
  border: 0;
  outline: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  outline: 0ch;
}

.section > header {
  border: 0.3rem solid #222;
  border-left-width: 0;
  border-radius: 0.3rem;
  background-color: #fff;
  margin-left: -4.347826087%;
  width: 99.7101449275%;
  -webkit-box-shadow: 0 0.4rem 0 0 #222222;
          box-shadow: 0 0.4rem 0 0 #222222;
}

.section > header h2 {
  padding: 1.5rem 2rem;
}

.section > header h2 .s {
  font-size: 1.4rem;
  padding-left: 0.5rem;
  display: block;
}

.section > header h2 .l {
  font-size: 2rem;
  border-top: 0.2rem solid #222;
  margin-top: 0.8rem;
  padding-top: 1.5rem;
  padding-left: 0.25rem;
  display: block;
}

.section {
  padding: 8% 4%;
}

.section .body {
  margin-top: 10%;
}

#price {
  background-color: #fdf8c6;
}

#price .price {
  margin-top: 6%;
}

#price .body nav li a {
  color: #222;
  font-family: sans-serif;
  text-decoration: none;
  border: 0.3rem solid #fff;
  border-radius: 0.5rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.2);
  background-color: #ffc700;
  padding: 1.4rem 1.4rem 1.4rem 5.2rem;
  position: relative;
}

#price .body nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  background: url(/img/icon_price.png) center center/contain;
  margin-top: -1.75rem;
}

#price .body nav li a::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(/img/menu_arrow.svg) center center/contain;
  top: 50%;
  right: 1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#price .body nav li .price-table::before {
  background: url(/img/icon_table.png) center center/contain;
}

#price li + li {
  margin-top: 3%;
}

#price span {
  display: block;
}

#price .s {
  font-size: 1.3rem;
}

#price .l {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.4rem;
}

.cv {
  background: #ff7f31 url(/img/cv_bg.png);
}

.cv > header {
  font-weight: bold;
  text-align: center;
  border-left-width: 0.3rem;
  background: #ffee64;
  margin-left: 0;
  padding: 2rem;
  position: relative;
}

.cv > header::before, .cv > header::after {
  content: "";
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  display: inline-block;
  left: 50%;
  position: absolute;
}

.cv > header::before {
  border-width: 2.2rem 1.9rem 0;
  border-top-color: #222;
  margin-left: -1.9rem;
  bottom: -2.2rem;
}

.cv > header::after {
  border-width: 1.5rem 1.25rem 0;
  border-top-color: #ffee64;
  margin-left: -1.25rem;
  bottom: -1.5rem;
}

.cv > header h2 {
  font-size: 2rem;
  line-height: 1.3;
  padding: 0;
}

.cv .option {
  width: 91%;
  margin: 0 auto;
}

.cv nav {
  margin: 1% 0 4%;
  text-align: right;
}

.cv nav a {
  font-size: 1.2rem;
  margin-right: 5%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cv nav a::after {
  content: "";
  background: url(/img/menu_arrow_wh.svg) center center/contain;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -0.1em;
}

.cv nav .auto_cleaner {
  display: block;
  margin-top: 3%;
}

.cv nav .ten_ume {
  display: block;
  margin-top: 3%;
}

.tel {
  margin: 7% auto;
  width: 80%;
}

.tel a {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.cv .note {
  color: #fff;
  margin-top: 1em;
  line-height: 1.4;
}

#merit {
  background: #c3effd;
}

#merit .body {
  margin-top: 9.5%;
}

#merit .body .lead {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin: 0 -0.5em;
  letter-spacing: 0;
}

.merit-item {
  padding: 8.7% 2.9%;
}

.merit-item > .title {
  color: #222;
  font-size: 1.7rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #fff600));
  background: linear-gradient(transparent 40%, #fff600 0);
}

.merit-item > .title sup {
  vertical-align: middle;
  font-size: 9px;
  margin-left: 0.5em;
}

.merit-item .merit-img {
  margin-top: 2rem;
}

.merit-item .merit-text {
  margin-top: 1.5em;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .merit-item .merit-text {
    font-size: 1.7rem;
  }
}

.merit-item .merit-note {
  margin-top: 1em;
  letter-spacing: .05em;
  line-height: 1.4;
  font-size: 1rem;
}

.merit-item:nth-of-type(even) {
  background: #e1f7fe;
  padding-left: 7.2%;
  padding-right: 7.2%;
  margin: 0 -4.3%;
}

.professional > .title {
  color: #3ab6d2;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  background: #fff;
  border-radius: 1rem;
  padding: 3% 0;
  margin-bottom: 9.2%;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
}

.professional > .title .text {
  display: block;
  margin-left: 29%;
}

.professional > .title::after {
  content: "";
  position: absolute;
  background: url(/img/pro_ph.png) center center/contain;
  width: 21.9%;
  padding-top: 24%;
  left: 3%;
  bottom: 0;
}

.professional .time {
  color: #2d9bd4;
  line-height: 1.4;
  margin: 6%  auto 0;
  position: relative;
  display: table;
  font-weight: bold;
}

.professional .time .heading {
  font-size: 1.5rem;
}

.professional .time .detail {
  margin-top: 0.2em;
  font-size: 1.4rem;
}

.professional .time::before {
  content: "";
  background: url(/img/icon_time.png) no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: -3.5rem;
}

.professional .step {
  margin-top: 6%;
  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;
}

.professional .step li {
  width: 48.5%;
}

.professional .step li .step-heading {
  color: #fff;
  padding: 0.5em 1rem;
  background: #2d9bd4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.professional .step li .step-heading .num {
  font-size: 1.1rem;
  text-align: center;
}

.professional .step li .step-heading i {
  font-style: normal;
  font-size: 7px;
  display: block;
  margin-bottom: 0.1rem;
}

.professional .step li .step-heading > .title {
  margin-left: 0.75rem;
}

.professional .step li .step-img {
  margin-top: 0.5rem;
}

.professional .step li .step-text {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.professional .step li:nth-child(n+3) {
  margin-top: 4.6%;
}

#flow {
  background: #fdf8c6;
}

#flow ol {
  position: relative;
}

#flow ol::before {
  content: "";
  border-left: 2px dotted #ffa800;
  height: calc(100% - 8.7%);
  position: absolute;
  left: 8.7%;
  top: 0;
}

#flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4.3%;
  padding: 4.3% 7.2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#flow ol li:first-child {
  padding-top: 0;
}

#flow ol li:nth-child(even) {
  background: #fefce3;
}

#flow ol li .num {
  text-align: center;
  border-radius: 100%;
  background: #ffa800;
  width: 12.3%;
  position: relative;
}

#flow ol li .num::after {
  content: "";
  padding-top: 100%;
  height: 0;
  display: inline-block;
  vertical-align: middle;
}

#flow ol li .num span {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

#flow ol li .num span i {
  display: block;
  font-size: 8px;
  font-style: normal;
}

#flow ol li .flow-text {
  line-height: 1.6;
  width: 85%;
}

#flow ol li .flow-text p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

#flow ol li .flow-text .flow-note {
  font-size: 1rem;
  margin-top: 0.5em;
}

#kodawari {
  background: #f4dcbc;
}

#kodawari .lead {
  color: #835f0e;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

#kodawari .badge {
  width: 70%;
  margin: 3% auto;
}

#kodawari .note {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1em;
}

.kodawari {
  background: #fff;
  margin: 7.2% auto 0;
  padding: 4.3% 6.5% 6.5%;
  width: 97%;
  position: relative;
}

.kodawari .tag {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background: #f56331;
  padding: 0.4rem 1.2rem 0.6rem 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.05rem;
}

.kodawari .tag .num {
  margin-left: 0.2em;
  display: inline-block;
}

.kodawari .tag::after {
  content: "";
  background: #fff;
  width: 1rem;
  height: 105%;
  position: absolute;
  top: 0.1rem;
  right: -0.7rem;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}

.kodawari .title {
  letter-spacing: 0.05em;
  text-align: center;
}

.kodawari .title span {
  display: block;
}

.kodawari .title .s {
  font-size: 1.5rem;
}

.kodawari .title .l {
  color: #ff7f17;
  font-size: 2.3rem;
  margin-top: 0.8rem;
}

.kodawari .title.icon_1::before {
  content: "";
  background: url(/img/point_1_icon.png) no-repeat;
  background-size: contain;
  margin: 0 auto 1rem;
  width: 4rem;
  height: 4rem;
  display: block;
}

.kodawari .title.icon_2::before {
  content: "";
  background: url(/img/point_2_icon.png) no-repeat;
  background-size: contain;
  margin: 0 auto 1rem;
  width: 4rem;
  height: 4rem;
  display: block;
}

.kodawari .title.icon_3::before {
  content: "";
  background: url(/img/point_3_icon.png) no-repeat;
  background-size: contain;
  margin: 0 auto 1rem;
  width: 4rem;
  height: 4rem;
  display: block;
}

.kodawari .movie {
  margin-top: 1.8rem;
}

.kodawari .point {
  margin-top: 2rem;
}

.kodawari .point li {
  line-height: 1.6;
  padding-left: 1.4rem;
  position: relative;
  font-size: 1.7rem;
}

.kodawari .point li::before {
  content: "";
  background: #ffc87f;
  border-radius: 0.9rem;
  height: 0.9rem;
  width: 0.9rem;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.kodawari .point li + li {
  margin-top: 0.5em;
}

.kodawari .frame {
  font-size: 1.1rem;
  font-weight: bold;
  color: #F56331;
  border: 1px solid #F56331;
  padding: 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
}

.kodawari .right {
  text-align: right;
  letter-spacing: 0.05em;
}

#faq .body {
  margin-left: -4.3%;
  margin-right: -4.3%;
}

#faq li .question, #faq li .answer {
  color: #333;
  text-decoration: none;
  padding: 4.6% 4% 4.6% 16.8%;
  display: block;
  position: relative;
  line-height: 1.8;
}

#faq li .question::before, #faq li .answer::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 10%;
  width: 10%;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 4.3%;
}

#faq li .question {
  background: #f8f8f8;
  border: solid #e6e6e6;
  border-width: 0.1rem 0;
}

#faq li .question p {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#faq li .question::before {
  background: url(/img/ico_q.png) no-repeat;
  background-size: contain;
  margin-top: 4.3%;
  top: 50%;
  margin-top: -5%;
}

#faq li .answer p {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

#faq li .answer::before {
  background: url(/img/ico_a.png) no-repeat;
  background-size: contain;
  margin-top: 4.3%;
  top: 0;
}

#faq li .answer .note {
  margin-top: 5px;
  font-size: 0.9rem;
}

.footer__callcenter {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.footer__callcenter img {
  width: 100%;
}

.footer__copyright {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #999;
}
