@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/***** common color *****/
/***** common settings *****/
@media (max-width: 1023px) {
  .pc-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .tb-sp-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .sp-visibility {
    display: none;
    visibility: hidden;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", arial, helvetica, sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}

a {
  color: inherit;
  text-decoration: inherit;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

.main-title-wrap .title {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 12px;
  border-bottom: solid 1px #777CAE;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  .main-title-wrap .title {
    width: 53.3333333333vw;
    padding-bottom: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
.main-title-wrap .desc {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .main-title-wrap .desc {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}

#shared-footer .access {
  padding-top: 60px;
}
@media (max-width: 767px) {
  #shared-footer .access {
    padding-top: 10.6666666667vw;
  }
}
#shared-footer .access .access-title-wrap .title {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 12px;
  border-bottom: solid 1px #777CAE;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  #shared-footer .access .access-title-wrap .title {
    width: 53.3333333333vw;
    padding-bottom: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
#shared-footer .access .access-title-wrap dl.access-desc {
  display: block;
  max-width: 640px;
  width: 92%;
  margin: 0 auto;
  padding-top: 20px;
}
#shared-footer .access .access-title-wrap dl.access-desc dt {
  padding-top: 10px;
  font-weight: bold;
}
#shared-footer .access .access-title-wrap dl.access-desc dt:before {
  content: "■";
}
#shared-footer .access .access-title-wrap dl.access-desc dd {
  padding-left: 1em;
}
#shared-footer .access .map {
  margin-top: 40px;
  box-sizing: border-box;
  height: 380px;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  #shared-footer .access .map {
    width: 90%;
    margin: 8vw auto;
    height: 106.6666666667vw;
  }
}
#shared-footer .access .map iframe {
  width: 100%;
  height: 380px;
}
@media (max-width: 767px) {
  #shared-footer .access .map iframe {
    height: 106.6666666667vw;
  }
}
#shared-footer .about-box-wrap {
  width: 100%;
  height: 80px;
  background-color: #777CAE;
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap {
    height: auto;
  }
}
#shared-footer .about-box-wrap .about-box {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}
#shared-footer .about-box-wrap .about-box::after {
  clear: both;
  content: "";
  display: block;
}
#shared-footer .about-box-wrap .about-box .about-content {
  float: left;
  margin-right: 40px;
  box-sizing: border-box;
  padding-top: 18px;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media (max-width: 1180px) {
  #shared-footer .about-box-wrap .about-box .about-content {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  #shared-footer .about-box-wrap .about-box .about-content {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap .about-box .about-content {
    float: none;
    margin-right: 0;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#shared-footer .about-box-wrap .about-box .about-content .title {
  display: inline-block;
  height: 46px;
  padding-right: 22px;
  border-right: solid 1px #ffffff;
  margin-right: 16px;
  vertical-align: top;
  font-size: 16px;
  line-height: 46px;
}
@media (max-width: 1023px) {
  #shared-footer .about-box-wrap .about-box .about-content .title {
    padding-right: 15px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap .about-box .about-content .title {
    height: 12.2666666667vw;
    padding-right: 1.8666666667vw;
    margin-right: 1.6vw;
    font-size: 3.4666666667vw;
    line-height: 12.2666666667vw;
  }
}
#shared-footer .about-box-wrap .about-box .about-content .desc {
  display: inline-block;
  height: 46px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 1023px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc {
    height: 12.2666666667vw;
    font-size: 3.2vw;
  }
}
@media (max-width: 1023px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc .two-1 {
    padding-top: 3px;
  }
}
#shared-footer .about-box-wrap .about-box .about-content .desc .two-2 {
  margin-top: 14px;
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc .two-2 {
    margin-top: 3.7333333333vw;
  }
}
#shared-footer .about-box-wrap .about-box .about-content .desc .three-1 {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1023px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc .three-1 {
    display: block;
  }
}
#shared-footer .about-box-wrap .about-box .about-content .desc .three-2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
@media (max-width: 1023px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc .three-2 {
    display: block;
    padding-top: 4px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc .three-2 {
    padding-top: 1.3333333333vw;
  }
}
#shared-footer .about-box-wrap .about-box .about-content .desc .three-3 {
  margin-top: 14px;
}
@media (max-width: 1023px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc .three-3 {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap .about-box .about-content .desc .three-3 {
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  #shared-footer .about-box-wrap .about-box .about-content.border-btm-sp {
    border-bottom: solid 1px #ffffff;
  }
}
#shared-footer .info-box-wrap {
  background-color: #F7F7F7;
}
#shared-footer .info-box-wrap .info-box {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  padding: 60px 0;
}
#shared-footer .info-box-wrap .info-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #shared-footer .info-box-wrap .info-box {
    padding: 10.6666666667vw 0;
  }
}
#shared-footer .info-box-wrap .left-box {
  float: left;
  width: 60%;
}
#shared-footer .info-box-wrap .left-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  #shared-footer .info-box-wrap .left-box {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #shared-footer .info-box-wrap .left-box {
    width: 100%;
  }
}
#shared-footer .info-box-wrap .left-box .link-list {
  float: left;
  width: 33%;
}
#shared-footer .info-box-wrap .left-box .link-list li a {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #shared-footer .info-box-wrap .left-box .link-list li a {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}
#shared-footer .info-box-wrap .left-box .link-list li a:before {
  content: "> ";
}
#shared-footer .info-box-wrap .right-box {
  float: left;
  width: 40%;
}
#shared-footer .info-box-wrap .right-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  #shared-footer .info-box-wrap .right-box {
    float: none;
    width: 60%;
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  #shared-footer .info-box-wrap .right-box {
    width: 100%;
    margin: 8vw auto 0;
  }
}
#shared-footer .info-box-wrap .right-box .image {
  float: left;
  width: 33%;
}
#shared-footer .info-box-wrap .right-box address {
  float: left;
  width: 55%;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  #shared-footer .info-box-wrap .right-box address {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}

section.treatment .main-box {
  max-width: 920px;
  width: 94%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  section.treatment .main-box {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
section.treatment .link-box {
  width: 800px;
  margin: 0 auto;
}
section.treatment .link-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  section.treatment .link-box {
    width: 100%;
  }
}
section.treatment .link-box li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  section.treatment .link-box li {
    width: 32%;
    margin-right: 2%;
    margin-top: 8vw;
  }
}
section.treatment .link-box li:nth-child(3n) {
  margin-right: 0;
}
section.treatment .link-box li a {
  display: block;
  border-radius: 10px;
  background-color: #F7F7FF;
  text-align: center;
  font-size: 16px;
  line-height: 80px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  section.treatment .link-box li a {
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 16vw;
  }
}

/* Form base*/
label {
  font-size: 14px;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:placeholder-shown, textarea:placeholder-shown {
  color: #707070;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=datetime], input[type=file], input[type=submit], textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
  padding-left: 10px;
  resize: none;
}
@media (max-width: 767px) {
  input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=datetime], input[type=file], input[type=submit], textarea {
    height: 30px;
    font-size: 14px;
    line-height: 22px;
  }
}

input[type=submit] {
  text-align: center;
  margin-right: 0;
}

select {
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: 0.06em;
  background-color: #FFFFFF;
  width: 100%;
  height: 40px;
}
@media (max-width: 767px) {
  select {
    height: 30px;
    font-size: 14px;
  }
}

.select-date select {
  position: relative;
  display: inline;
  width: 20%;
}
@media (max-width: 767px) {
  .select-date select {
    width: 30%;
  }
}
.select-date select::after {
  position: absolute;
  top: 5px;
  right: 18px;
  border: 5px solid transparent;
  border-top: 5px solid #2851A3;
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .select-date select::after {
    right: 10px;
  }
}

input[type=checkbox] + label {
  font-size: 14px;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 1023px) {
  input[type=checkbox] + label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  input[type=checkbox] + label {
    font-size: 10px;
    padding-left: 20px;
  }
}
input[type=checkbox] + label::before {
  background: #FFF;
  border: 1px solid #707070;
  box-sizing: border-box;
  border-radius: 4px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 20px;
}
@media (max-width: 767px) {
  input[type=checkbox] + label::before {
    height: 14px;
    margin-top: -6px;
    width: 14px;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0 2px 50px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  input[type=radio] + label {
    font-size: 11px;
    line-height: 13px;
    padding: 2px 0 2px 30px;
    width: 75px;
  }
}
input[type=radio] + label::before {
  background: #fff;
  bottom: 0;
  border: 1px solid #2851A3;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff inset;
  content: "";
  display: block;
  height: 16px;
  left: 18px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 16px;
}
@media (max-width: 767px) {
  input[type=radio] + label::before {
    left: 8px;
  }
}

input[type=radio] + label.either {
  width: 195px;
}
@media (max-width: 767px) {
  input[type=radio] + label.either {
    width: 120px;
  }
}

input[type=radio]:checked + label::before {
  background: #2851A3;
}

input[type=checkbox]:checked + label::after {
  box-sizing: border-box;
  border-left: 3px solid #2851A3;
  border-bottom: 3px solid #2851A3;
  content: "";
  display: block;
  height: 8px;
  left: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 16px;
}
@media (max-width: 767px) {
  input[type=checkbox]:checked + label::after {
    border-left: 2px solid #2851A3;
    border-bottom: 2px solid #2851A3;
    height: 6px;
    left: 4px;
    width: 12px;
  }
}

input[type=checkbox] {
  display: none !important;
}

input[type=file] {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

textarea {
  box-sizing: border-box;
  padding: 10px 15px;
  resize: none;
  line-height: 21px;
  height: 200px;
}
@media (max-width: 767px) {
  textarea {
    margin: 5px 0 0;
    padding: 5px 8px;
    line-height: 16px;
    height: 200px;
  }
}

form.form {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
form.form ul {
  margin: 0 auto;
  max-width: 360px;
  width: 88%;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  form.form ul {
    padding-bottom: 30px;
  }
}
form.form li {
  padding: 10px 0;
}
@media (max-width: 767px) {
  form.form li {
    padding: 5px 0;
  }
}
form.form li::after {
  clear: both;
  content: "";
  display: block;
}
form.form li .head-notice {
  padding: 80px 0 40px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  form.form li .head-notice {
    padding: 50px 0 30px;
    font-size: 14px;
    line-height: 28px;
  }
}
form.form .error-message {
  font-size: 13px;
  line-height: 16px;
  color: red;
}
@media (max-width: 767px) {
  form.form .error-message {
    font-size: 11px;
    line-height: 13px;
  }
}
form.form label {
  box-sizing: border-box;
  display: block;
  padding-bottom: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  form.form label {
    padding-top: 5px;
    padding-right: 2%;
    text-align: left;
  }
}
form.form .form-input-area {
  width: 100%;
}
form.form .form-input-area.checkbox label {
  padding-top: 6px;
}
form.form .notice {
  padding-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #9B9B9B;
}
@media (max-width: 767px) {
  form.form .notice {
    font-size: 10px;
    line-height: 15px;
  }
}
form.form .required-message {
  padding-top: 5px;
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  form.form .radio-list {
    font-size: 12px;
  }
}
form.form .radio-list dt {
  float: left;
  width: 40%;
  padding-top: 8px;
}
@media (max-width: 767px) {
  form.form .radio-list dt {
    padding-top: 5px;
  }
}
form.form .radio-list dd {
  float: left;
}
form.form .radio-list .form-input-area label {
  text-align: left;
}
form.form .radio-list ul li {
  display: inline-block;
}
form.form .submit-area {
  padding-top: 40px;
  text-align: center;
}
form.form .submit-area .btn {
  margin: 0 auto;
}
form.form .btn-submit {
  background-color: #2851A3;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

/* Header */
header#header .main-box .top-box-wrap {
  background-color: #777CAE;
}
header#header .main-box .top-box-wrap .top-box {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  height: 60px;
}
header#header .main-box .top-box-wrap .top-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  header#header .main-box .top-box-wrap .top-box {
    height: 13.3333333333vw;
  }
}
header#header .main-box .top-box-wrap .top-box .logo-box {
  float: left;
}
header#header .main-box .top-box-wrap .top-box .logo-box .logo {
  width: 18px;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  header#header .main-box .top-box-wrap .top-box .logo-box .logo {
    width: 4.8vw;
    padding-top: 4vw;
    padding-right: 0.8vw;
  }
}
header#header .main-box .top-box-wrap .top-box .logo-box .head {
  display: inline-block;
  vertical-align: top;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0.14em;
  color: #ffffff;
}
@media (max-width: 767px) {
  header#header .main-box .top-box-wrap .top-box .logo-box .head {
    font-size: 5.3333333333vw;
    line-height: 12.8vw;
  }
}
header#header .main-box .top-box-wrap .top-box .contact-list {
  float: right;
}
@media (max-width: 767px) {
  header#header .main-box .top-box-wrap .top-box .contact-list {
    display: none;
  }
}
header#header .main-box .top-box-wrap .top-box .contact-list li {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  line-height: 60px;
  color: #ffffff;
  font-weight: bold;
}
header#header .main-box .top-box-wrap .header-menu-btn {
  display: none;
}
@media (max-width: 767px) {
  header#header .main-box .top-box-wrap .header-menu-btn {
    display: block;
    z-index: 20;
    float: right;
    position: relative;
    box-sizing: border-box;
    width: 8vw;
    height: 8vw;
    padding-top: 0;
    margin-top: 3.4666666667vw;
  }
}
header#header .main-box .top-box-wrap .header-menu-btn span {
  display: block;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  header#header .main-box .top-box-wrap .header-menu-btn span {
    height: 2.1333333333vw;
  }
}
header#header .main-box .top-box-wrap .header-menu-btn span:nth-of-type(1) {
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
header#header .main-box .top-box-wrap .header-menu-btn span:nth-of-type(2) {
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
header#header .main-box .main-box-wrap {
  background-image: url("/assets/images/common/treatment_head.jpg");
  background-position: center;
  background-size: cover;
  height: 200px;
  position: relative;
}
@media (max-width: 767px) {
  header#header .main-box .main-box-wrap {
    height: 26.6666666667vw;
  }
}
header#header .main-box .main-box-wrap.reservation {
  background-image: url("/assets/images/common/reservation.jpg");
}
header#header .main-box .main-box-wrap .main-box {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 200px;
  letter-spacing: 0.14em;
  text-align: center;
}
@media (max-width: 767px) {
  header#header .main-box .main-box-wrap .main-box {
    font-size: 5.8666666667vw;
    line-height: 26.6666666667vw;
  }
}
header#header .crumbs-wrap {
  background-color: #F7F7F7;
  height: 60px;
}
@media (max-width: 767px) {
  header#header .crumbs-wrap {
    height: auto;
    padding: 2.6666666667vw 0;
  }
}
header#header .crumbs-wrap .crumbs {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  box-sizing: border-box;
  padding-top: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  header#header .crumbs-wrap .crumbs {
    height: auto;
    padding-top: 0;
    width: 100%;
  }
}
header#header .crumbs-wrap .crumbs ol::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  header#header .crumbs-wrap .crumbs ol {
    text-align: center;
  }
}
header#header .crumbs-wrap .crumbs ol > li {
  float: left;
  padding: 0 20px;
  border-left: solid 1px #707070;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  header#header .crumbs-wrap .crumbs ol > li {
    padding: 0 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  header#header .crumbs-wrap .crumbs ol > li {
    display: inline-block;
    border-left: none;
    width: 30%;
    padding: 2.6666666667vw 2%;
    box-sizing: border-box;
    float: none;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-decoration: underline;
  }
}
header#header .crumbs-wrap .crumbs ol > li ul {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #F7F7F7;
}
header#header .crumbs-wrap .crumbs ol > li ul > li {
  display: block;
  box-sizing: border-box;
  border-top: solid 1px #ffffff;
  text-align: left;
  font-size: 13px;
  padding: 3px 20px;
  background-color: #F7F7F7;
}
@media (max-width: 1023px) {
  header#header .crumbs-wrap .crumbs ol > li ul > li {
    padding: 3px 15px;
  }
}
header#header .crumbs-wrap .crumbs ol > li ul > li a {
  white-space: nowrap;
}

.header-menu-list-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(247, 247, 255, 0.9);
  z-index: 21;
  overflow-y: scroll;
}
.header-menu-list-wrap .menu-close-btn {
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .header-menu-list-wrap .menu-close-btn {
    height: 13.3333333333vw;
  }
}
.header-menu-list-wrap .menu-close-btn span {
  position: absolute;
  top: 30px;
  right: 20px;
  border: 0;
  width: 32px;
  height: 3px;
  background: #777CAE;
}
@media (max-width: 767px) {
  .header-menu-list-wrap .menu-close-btn span {
    top: 6.6666666667vw;
    right: 2.6666666667vw;
    width: 8.5333333333vw;
    height: 0.5333333333vw;
  }
}
.header-menu-list-wrap .menu-close-btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-menu-list-wrap .menu-close-btn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-menu-list-wrap .header-menu-list {
  border-top: solid 1px #777CAE;
}
.header-menu-list-wrap .header-menu-list li {
  border-bottom: solid 1px #777CAE;
}
.header-menu-list-wrap .header-menu-list li a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header-menu-list-wrap .header-menu-list li a {
    font-size: 3.7333333333vw;
    line-height: 13.3333333333vw;
  }
}

.sp-reserved {
  display: none;
}
@media (max-width: 767px) {
  .sp-reserved {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 16vw;
    background-color: #777CAE;
  }
}
.sp-reserved a {
  display: block;
  font-size: 4vw;
  line-height: 16vw;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

/***** footer *****/
#footer {
  width: 100%;
  height: 40px;
  background-color: #777CAE;
}
@media (max-width: 767px) {
  #footer {
    height: 8vw;
  }
}
#footer .footer-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #footer .footer-wrapper {
    font-size: 2.6666666667vw;
    line-height: 8vw;
  }
}

/***** top *****/
.top-box {
  height: 60px;
}

@media (max-width: 780px) {
  .top-box {
    height: 30px;
  }
}
#top .top-main-box .top-box-wrap {
  background-color: #777CAE;
}
#top .top-main-box .top-box-wrap .top-box {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  height: 60px;
}
#top .top-main-box .top-box-wrap .top-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #top .top-main-box .top-box-wrap .top-box {
    height: 13.3333333333vw;
  }
}
#top .top-main-box .top-box-wrap .top-box .logo-box {
  float: left;
}
#top .top-main-box .top-box-wrap .top-box .logo-box .logo {
  width: 18px;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  #top .top-main-box .top-box-wrap .top-box .logo-box .logo {
    width: 4.8vw;
    padding-top: 4.2666666667vw;
    padding-right: 0.8vw;
  }
}
#top .top-main-box .top-box-wrap .top-box .logo-box h1 {
  display: inline-block;
  vertical-align: top;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0.14em;
  color: #ffffff;
}
@media (max-width: 767px) {
  #top .top-main-box .top-box-wrap .top-box .logo-box h1 {
    font-size: 5.3333333333vw;
    line-height: 13.3333333333vw;
  }
}
#top .top-main-box .top-box-wrap .top-box .contact-list {
  float: right;
}
@media (max-width: 767px) {
  #top .top-main-box .top-box-wrap .top-box .contact-list {
    display: none;
  }
}
#top .top-main-box .top-box-wrap .top-box .contact-list li {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  line-height: 60px;
  color: #ffffff;
  font-weight: bold;
}
#top .top-main-box .top-box-wrap .header-menu-btn {
  display: none;
}
@media (max-width: 767px) {
  #top .top-main-box .top-box-wrap .header-menu-btn {
    display: block;
    z-index: 20;
    float: right;
    position: relative;
    box-sizing: border-box;
    width: 8vw;
    height: 8vw;
    padding-top: 0;
    margin-top: 4vw;
  }
}
#top .top-main-box .top-box-wrap .header-menu-btn span {
  display: block;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  #top .top-main-box .top-box-wrap .header-menu-btn span {
    height: 2.1333333333vw;
  }
}
#top .top-main-box .top-box-wrap .header-menu-btn span:nth-of-type(1) {
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#top .top-main-box .top-box-wrap .header-menu-btn span:nth-of-type(2) {
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
#top .top-main-box .main-box-wrap {
  background-image: url("/assets/images/top/top-main.jpg");
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap {
    height: 117.3333333333vw;
  }
}
#top .top-main-box .main-box-wrap .main-box {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .main-box {
    width: 86%;
  }
}
#top .top-main-box .main-box-wrap .main-box .main-text {
  padding-top: 110px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .main-box .main-text {
    padding-top: 24vw;
    font-size: 5.8666666667vw;
    line-height: 11.7333333333vw;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: rgba(119, 124, 174, 0.6);
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap {
    height: auto;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box::after {
  clear: both;
  content: "";
  display: block;
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content {
  float: left;
  margin-right: 40px;
  box-sizing: border-box;
  padding-top: 23px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media (max-width: 1180px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content {
    float: none;
    margin-right: 0;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .title {
  display: inline-block;
  height: 46px;
  padding-right: 22px;
  border-right: solid 1px #ffffff;
  margin-right: 16px;
  vertical-align: top;
  font-size: 16px;
  line-height: 46px;
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .title {
    padding-right: 15px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .title {
    height: 12.2666666667vw;
    padding-right: 1.8666666667vw;
    margin-right: 1.6vw;
    font-size: 3.4666666667vw;
    line-height: 12.2666666667vw;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc {
  display: inline-block;
  height: 46px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc {
    height: 12.2666666667vw;
    font-size: 3.2vw;
  }
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .two-1 {
    padding-top: 3px;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .two-2 {
  margin-top: 14px;
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .two-2 {
    margin-top: 3.7333333333vw;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-1 {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-1 {
    display: block;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-2 {
    display: block;
    padding-top: 4px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-2 {
    padding-top: 1.3333333333vw;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-3 {
  margin-top: 14px;
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-3 {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content .desc .three-3 {
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .about-content.border-btm-sp {
    border-bottom: solid 1px #ffffff;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .desc-link {
  float: right;
}
@media (max-width: 1180px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .desc-link {
    display: none;
  }
}
@media (max-width: 1023px) {
  #top .top-main-box .main-box-wrap .about-box-wrap .about-box .desc-link {
    display: none;
  }
}
#top .top-main-box .main-box-wrap .about-box-wrap .about-box .desc-link a {
  font-size: 14px;
  line-height: 80px;
  color: #ffffff;
  text-decoration: underline;
}
#top .crumbs-wrap {
  background-color: #F7F7F7;
  height: 60px;
}
@media (max-width: 767px) {
  #top .crumbs-wrap {
    height: auto;
    padding: 2.6666666667vw 0;
  }
}
#top .crumbs-wrap .crumbs {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  box-sizing: border-box;
  padding-top: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #top .crumbs-wrap .crumbs {
    height: auto;
    padding-top: 0;
    width: 100%;
  }
}
#top .crumbs-wrap .crumbs ol::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #top .crumbs-wrap .crumbs ol {
    text-align: center;
  }
}
#top .crumbs-wrap .crumbs ol > li {
  float: left;
  padding: 0 20px;
  border-left: solid 1px #707070;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  #top .crumbs-wrap .crumbs ol > li {
    padding: 0 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #top .crumbs-wrap .crumbs ol > li {
    display: inline-block;
    border-left: none;
    width: 30%;
    padding: 2.6666666667vw 2%;
    box-sizing: border-box;
    float: none;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-decoration: underline;
  }
}
#top .crumbs-wrap .crumbs ol > li ul {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #F7F7F7;
}
#top .crumbs-wrap .crumbs ol > li ul > li {
  display: block;
  box-sizing: border-box;
  border-top: solid 1px #ffffff;
  text-align: left;
  padding: 5px 20px;
  font-size: 13px;
  background-color: #F7F7F7;
}
@media (max-width: 1023px) {
  #top .crumbs-wrap .crumbs ol > li ul > li {
    padding: 5px 15px;
  }
}
#top .crumbs-wrap .crumbs ol > li ul > li a {
  white-space: nowrap;
}
#top section.relieve .main-box {
  max-width: 920px;
  width: 94%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #top section.relieve .main-box {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#top section.relieve .main-box .three-point .point-title {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  #top section.relieve .main-box .three-point .point-title {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
#top section.relieve .main-box .three-point .point-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #top section.relieve .main-box .three-point .point-desc {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#top section.relieve .dentist-wrap {
  background-color: #F7F7F7;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #top section.relieve .dentist-wrap {
    padding: 10.6666666667vw 0;
  }
}
#top section.relieve .dentist-wrap.second {
  padding-top: 0;
}
@media (max-width: 767px) {
  #top section.relieve .dentist-wrap.second {
    padding-top: 0vw;
  }
}
#top section.relieve .dentist-wrap .dentist-box {
  max-width: 720px;
  width: 94%;
  margin: 0 auto;
}
#top section.relieve .dentist-wrap .dentist-box::after {
  clear: both;
  content: "";
  display: block;
}
#top section.relieve .dentist-wrap .dentist-box .dentist {
  display: block;
  float: left;
  width: 28%;
  margin-right: 7%;
  line-height: 0;
}
@media (max-width: 767px) {
  #top section.relieve .dentist-wrap .dentist-box .dentist {
    float: none;
    width: 40%;
    margin: 0 auto;
  }
}
#top section.relieve .dentist-wrap .dentist-box .desc {
  float: left;
  width: 65%;
}
@media (max-width: 767px) {
  #top section.relieve .dentist-wrap .dentist-box .desc {
    float: none;
    width: 100%;
    margin: 5.3333333333vw auto 0;
    box-sizing: border-box;
    padding-left: 2.6666666667vw;
    border-left: solid 4px #777CAE;
  }
}
#top section.relieve .dentist-wrap .dentist-box .desc .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  #top section.relieve .dentist-wrap .dentist-box .desc .title {
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
#top section.relieve .dentist-wrap .dentist-box .desc .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  #top section.relieve .dentist-wrap .dentist-box .desc .text {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
}
#top section.relieve .dentist-wrap .dentist-box .dentist-message {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  #top section.relieve .dentist-wrap .dentist-box .dentist-message {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
#top .youtube-area {
  max-width: 920px;
  width: 94%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #top .youtube-area {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#top .youtube-area .youtube-box {
  text-align: center;
}
@media (max-width: 767px) {
  #top .youtube-area .youtube-box iframe {
    width: 100%;
  }
}

/***** 治療 *****/
#treat .content-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #treat .content-wrap {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
#treat .back-link {
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #treat .back-link {
    font-size: 3.4666666667vw;
  }
}
#treat .main-content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #treat .main-content {
    padding: 8vw 0;
  }
}
#treat .main-content figure {
  width: 50%;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  #treat .main-content figure {
    width: 80%;
    margin: 5.3333333333vw auto 0;
  }
}
#treat .main-content figure figcaption {
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  #treat .main-content figure figcaption {
    padding-bottom: 1.3333333333vw;
  }
}
#treat .main-content figure.small-figure {
  width: 30%;
}
@media (max-width: 767px) {
  #treat .main-content figure.small-figure {
    width: 50%;
  }
}
#treat .main-content .double-figure {
  width: 100%;
  margin: 30px auto 0;
}
#treat .main-content .double-figure::after {
  clear: both;
  content: "";
  display: block;
}
#treat .main-content .double-figure figure {
  float: left;
  width: 46%;
  padding: 0 2%;
}
@media (max-width: 767px) {
  #treat .main-content .double-figure figure {
    float: none;
    width: 80%;
    padding: 0;
  }
}
#treat .main-content h1 {
  display: block;
  padding-bottom: 12px;
  border-bottom: solid 1px #777CAE;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  #treat .main-content h1 {
    padding-bottom: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
#treat .main-content p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #treat .main-content p {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#treat .main-content p a {
  text-decoration: underline;
}
#treat .main-content p.center-strong {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .main-content p.center-strong {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#treat .main-content p.notes {
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #treat .main-content p.notes {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
}
#treat .main-content .page-link {
  display: inline-block;
  padding-top: 10px;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: underline;
  color: #777CAE;
}
#treat .main-content .page-link:before {
  content: "> ";
}
#treat .main-content .title-desc {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #treat .main-content .title-desc {
    margin-top: 5.3333333333vw;
  }
}
#treat .main-content .menu-box {
  background-color: #F7F7F7;
  padding: 40px 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #treat .main-content .menu-box {
    margin-top: 8vw;
    padding: 5.3333333333vw 0;
  }
}
#treat .main-content .menu-box .menu-list {
  counter-reset: item;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}
#treat .main-content .menu-box .menu-list > li {
  position: relative;
  padding-left: 2em;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #treat .main-content .menu-box .menu-list > li {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
#treat .main-content .menu-box .menu-list > li:before {
  position: absolute;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
}
#treat .main-content .menu-box .menu-list .menu-children-list {
  counter-reset: childitem;
}
#treat .main-content .menu-box .menu-list .menu-children-list > li {
  position: relative;
  padding-left: 2em;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #treat .main-content .menu-box .menu-list .menu-children-list > li {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
#treat .main-content .menu-box .menu-list .menu-children-list > li:before {
  position: absolute;
  left: 0;
  counter-increment: childitem;
  content: counter(childitem, upper-roman) ".";
}
#treat .main-content h2 {
  box-sizing: border-box;
  margin-top: 50px;
  padding-left: 10px;
  border-left: solid 1px #777CAE;
  border-bottom: solid 1px #777CAE;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #treat .main-content h2 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
#treat .main-content h2.power {
  border-left: none;
  border-top: solid 1px #777CAE;
}
#treat .main-content h3 {
  box-sizing: border-box;
  margin-top: 30px;
  padding-left: 10px;
  background-color: #F7F7FF;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #treat .main-content h3 {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#treat .main-content h4 {
  box-sizing: border-box;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #treat .main-content h4 {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#treat .main-content .image-p {
  margin-top: 30px;
}
#treat .main-content .image-p::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #treat .main-content .image-p {
    margin-top: 5.3333333333vw;
  }
}
#treat .main-content .image-p .image-p-img {
  float: left;
  width: 33%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  #treat .main-content .image-p .image-p-img {
    float: none;
    width: 66%;
    margin: 5.3333333333vw auto 0;
  }
}
#treat .main-content .image-p .image-p-p {
  float: left;
  width: 62%;
}
@media (max-width: 767px) {
  #treat .main-content .image-p .image-p-p {
    float: none;
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
#treat .main-content .image-p .image-p-p p {
  margin-top: 0;
}
#treat .main-content .video-play {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #treat .main-content .video-play {
    margin-top: 5.3333333333vw;
  }
}
#treat .main-content .video-play video {
  width: 100%;
}
#treat .main-content .balloon-msg {
  margin-top: 30px;
}
#treat .main-content .balloon-msg::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #treat .main-content .balloon-msg {
    margin-top: 5.3333333333vw;
  }
}
#treat .main-content .balloon-msg .balloon-msg-img {
  float: left;
  width: 10%;
  margin-right: 4%;
}
@media (max-width: 767px) {
  #treat .main-content .balloon-msg .balloon-msg-img {
    float: none;
    width: 30%;
    margin: 5.3333333333vw auto 0;
  }
}
#treat .main-content .balloon-msg .balloon-msg-content {
  float: left;
  width: 86%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #treat .main-content .balloon-msg .balloon-msg-content {
    float: none;
    width: 100%;
    margin: 2.6666666667vw auto 0;
  }
}
#treat .main-content .balloon-msg .balloon-msg-content .balloon-msg-balloon {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FCF8F8;
}
@media (max-width: 767px) {
  #treat .main-content .balloon-msg .balloon-msg-content .balloon-msg-balloon {
    float: none;
    width: 100%;
    margin: 0 auto 0;
    padding: 10px 20px;
  }
}
#treat .main-content .balloon-msg .balloon-msg-content .balloon-msg-balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FCF8F8;
}
@media (max-width: 767px) {
  #treat .main-content .balloon-msg .balloon-msg-content .balloon-msg-balloon:before {
    top: -30px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border-right: none;
    border: 15px solid transparent;
    border-bottom: 15px solid #FCF8F8;
  }
}
#treat .main-content .balloon-msg .balloon-msg-content p {
  margin-top: 0;
}
@media (max-width: 767px) {
  #treat .main-content .balloon-msg .balloon-msg-content p {
    text-align: center;
  }
}
#treat .main-content .merit-box {
  width: 88%;
  margin: 30px auto 0;
}
#treat .main-content .merit-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #treat .main-content .merit-box {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
#treat .main-content .merit-box .merit {
  float: left;
  width: 45%;
}
@media (max-width: 767px) {
  #treat .main-content .merit-box .merit {
    float: none;
    width: 80%;
    margin: 5.3333333333vw auto 0;
  }
}
#treat .main-content .merit-box .merit .merit-title {
  background-color: #777CAE;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  #treat .main-content .merit-box .merit .merit-title {
    font-size: 4vw;
    line-height: 8vw;
  }
}
#treat .main-content .merit-box .merit .merit-list {
  box-sizing: border-box;
  min-height: 214px;
  padding: 20px 30px;
  background-color: #F7F7FF;
}
@media (max-width: 767px) {
  #treat .main-content .merit-box .merit .merit-list {
    min-height: auto;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
#treat .main-content .merit-box .merit .merit-list li {
  font-size: 15px;
  line-height: 33px;
}
@media (max-width: 767px) {
  #treat .main-content .merit-box .merit .merit-list li {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#treat .main-content .merit-box .merit.merit-right {
  margin-left: 10%;
}
@media (max-width: 767px) {
  #treat .main-content .merit-box .merit.merit-right {
    margin-left: auto;
  }
}
#treat .main-content .merit-box .merit.merit-right .merit-title {
  background-color: #707070;
}
#treat .main-content .merit-box .merit.merit-right .merit-list {
  background-color: #F7F7F7;
}
#treat .main-content .check-box {
  background-color: #F7F7FF;
  box-sizing: border-box;
  padding: 30px 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #treat .main-content .check-box {
    padding: 5.3333333333vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#treat .main-content .check-box .check-list::after {
  clear: both;
  content: "";
  display: block;
}
#treat .main-content .check-box .check-list li {
  float: left;
  width: 50%;
  font-size: 15px;
  line-height: 36px;
}
@media (max-width: 767px) {
  #treat .main-content .check-box .check-list li {
    float: none;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#treat .main-content .check-box .check-list li:before {
  content: "□ ";
}
#treat .main-content .flow-list {
  background-color: #F7F7FF;
  box-sizing: border-box;
  padding: 30px 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #treat .main-content .flow-list {
    padding: 5.3333333333vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#treat .orthodontics-diagnosis-box {
  margin-top: 30px;
  border: solid 2px #C7C7C7;
  box-sizing: border-box;
  padding: 30px;
  min-height: 320px;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box {
    margin-top: 5.3333333333vw;
    padding: 2.6666666667vw;
    min-height: 85.3333333333vw;
  }
}
#treat .orthodontics-diagnosis-box .orthodontics-diagnosis .question {
  background-color: #F7F7FF;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box .orthodontics-diagnosis .question {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#treat .orthodontics-diagnosis-box .orthodontics-diagnosis .answer {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box .orthodontics-diagnosis .answer {
    margin-top: 5.3333333333vw;
  }
}
#treat .orthodontics-diagnosis-box .orthodontics-diagnosis .answer li {
  font-size: 18px;
  line-height: 54px;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box .orthodontics-diagnosis .answer li {
    font-size: 4.2666666667vw;
    line-height: 12.8vw;
  }
}
#treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-head {
  border-bottom: solid 1px #777CAE;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-head {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-text-box {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-text-box {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 12.8vw;
  }
}
#treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-text-box .result {
  padding: 0 10px;
  font-weight: bold;
  font-size: 24px;
  color: #777CAE;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-text-box .result {
    padding: 0 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
#treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-cancel {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.14em;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  #treat .orthodontics-diagnosis-box .orthodontics-diagnosis .result-cancel {
    margin-top: 8vw;
    font-size: 3.4666666667vw;
    line-height: 8vw;
  }
}
#treat .treat-link-box {
  width: 800px;
  margin: 40px auto 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#treat .treat-link-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  #treat .treat-link-box {
    margin-top: 8vw;
    width: 100%;
  }
}
#treat .treat-link-box li {
  box-sizing: border-box;
  width: 40%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #treat .treat-link-box li {
    margin-top: 8vw;
  }
}
#treat .treat-link-box li a {
  display: block;
  border-radius: 10px;
  background-color: #F7F7FF;
  text-align: center;
  font-size: 16px;
  line-height: 80px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #treat .treat-link-box li a {
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 16vw;
  }
}
#treat .orthodontics-combination {
  padding-top: 30px;
}
#treat .orthodontics-combination::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #treat .orthodontics-combination {
    padding-top: 0;
  }
}
#treat .orthodontics-combination .combination-box {
  width: 45%;
  height: 120px;
  float: left;
  background-color: #F7F7FF;
}
@media (max-width: 767px) {
  #treat .orthodontics-combination .combination-box {
    float: none;
    width: 80%;
    margin: 5.3333333333vw auto 0;
    height: auto;
  }
}
#treat .orthodontics-combination .combination-box .desc-text {
  padding-top: 30px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .orthodontics-combination .combination-box .desc-text {
    padding-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
#treat .orthodontics-combination .combination-box .desc-title {
  padding-top: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .orthodontics-combination .combination-box .desc-title {
    padding-top: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }
}
#treat .orthodontics-combination .combination-center {
  float: left;
  width: 10%;
  font-size: 36px;
  line-height: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .orthodontics-combination .combination-center {
    float: none;
    width: 100%;
    margin-top: 4.8vw;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
#treat .engagement-img-flow {
  padding-top: 30px;
}
#treat .engagement-img-flow::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #treat .engagement-img-flow {
    padding-top: 0;
  }
}
#treat .engagement-img-flow .img-box {
  width: 45%;
  float: left;
  box-sizing: border-box;
  border: solid 3px #F7F7FF;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #treat .engagement-img-flow .img-box {
    float: none;
    width: 80%;
    margin: 5.3333333333vw auto 0;
    padding: 2.6666666667vw 0;
  }
}
#treat .engagement-img-flow .img-box .desc-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .engagement-img-flow .img-box .desc-text {
    padding-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
#treat .engagement-img-flow .img-box .desc-img {
  width: 60%;
  margin: 0 auto;
  padding-top: 10px;
}
#treat .engagement-img-flow .img-center {
  float: left;
  width: 10%;
  font-size: 36px;
  line-height: 240px;
  text-align: center;
}
@media (max-width: 767px) {
  #treat .engagement-img-flow .img-center {
    float: none;
    width: 100%;
    margin-top: 4.8vw;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
#treat dl.qa {
  padding-top: 10px;
}
@media (max-width: 767px) {
  #treat dl.qa {
    padding-top: 2.6666666667vw;
  }
}
#treat dl.qa dt {
  position: relative;
  background-color: #FCF8F8;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 15px 3em;
}
@media (max-width: 767px) {
  #treat dl.qa dt {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw 1em 2.6666666667vw 3em;
  }
}
#treat dl.qa dt:before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "Q.";
  color: #AE7777;
  font-weight: bold;
}
@media (max-width: 767px) {
  #treat dl.qa dt:before {
    top: 2.6666666667vw;
    left: 1em;
  }
}
#treat dl.qa dd {
  position: relative;
  background-color: #F7F7FF;
  box-sizing: border-box;
  padding: 15px 3em;
}
@media (max-width: 767px) {
  #treat dl.qa dd {
    padding: 2.6666666667vw 1em 2.6666666667vw 3em;
  }
}
#treat dl.qa dd:before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
  color: #777CAE;
  font-weight: bold;
}
@media (max-width: 767px) {
  #treat dl.qa dd:before {
    top: 2.6666666667vw;
    left: 1em;
  }
}
@media (max-width: 767px) {
  #treat .sp-table-scroll {
    width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  #treat .sp-table-scroll .cost-table {
    min-width: 100%;
    width: auto;
    white-space: nowrap;
  }
}
#treat .cost-table {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #treat .cost-table {
    margin-top: 5.3333333333vw;
  }
}
#treat .cost-table tr {
  border-bottom: solid 1px #C7C7C7;
}
#treat .cost-table tr th, #treat .cost-table tr td {
  padding: 7px 10px;
  font-size: 13px;
  line-height: 26px;
  border-right: solid 1px #F7F7F7;
}
@media (max-width: 767px) {
  #treat .cost-table tr th, #treat .cost-table tr td {
    height: 8vw;
    padding: 0 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
}
#treat .cost-table tr th:last-child, #treat .cost-table tr td:last-child {
  border-right: none;
}
#treat .cost-table tr th {
  background-color: #F7F7FF;
  border-right: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
#treat .cost-table tr th.thead-th {
  text-align: left;
}
#treat .child-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#treat .child-item-list > li {
  width: 33%;
  text-align: center;
}
#treat .child-item-list > li figure {
  width: 60%;
}
#treat .child-item-list > li p {
  margin-top: 10px;
}
#treat .square-box {
  width: 66.6%;
  margin: 20px auto 0;
  box-sizing: border-box;
  border: solid 4px #59cc32;
  border-radius: 20px;
  padding: 30px 40px;
}
#treat .square-box::after {
  clear: both;
  content: "";
  display: block;
}
#treat .square-box .square-left {
  width: 66%;
  float: left;
}
#treat .square-box .square-right {
  width: 33%;
  float: left;
}
#treat .square-box .square-box-title {
  font-weight: bold;
  font-size: 16px;
}
#treat .square-box figure {
  margin: 0;
  width: 100%;
}

/***** 一般ページ *****/
#general .content-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #general .content-wrap {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
#general .back-link {
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #general .back-link {
    font-size: 3.4666666667vw;
  }
}
#general .main-content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #general .main-content {
    padding: 8vw 0;
  }
}
#general .main-content figure {
  width: 50%;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  #general .main-content figure {
    width: 80%;
    margin: 5.3333333333vw auto 0;
  }
}
#general .main-content h1 {
  display: block;
  border-top: solid 1px #777CAE;
  border-bottom: solid 1px #777CAE;
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  #general .main-content h1 {
    font-size: 5.3333333333vw;
    line-height: 11.7333333333vw;
  }
}
#general .main-content p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #general .main-content p {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#general .main-content p a {
  text-decoration: underline;
}
#general .main-content .title-desc {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #general .main-content .title-desc {
    margin-top: 5.3333333333vw;
  }
}
#general .main-content h2 {
  box-sizing: border-box;
  margin-top: 50px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #general .main-content h2 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
#general .line-box-wrap {
  background-color: #F7F7F7;
  margin-top: 30px;
}
#general .line-box-wrap::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #general .line-box-wrap {
    margin-top: 5.3333333333vw;
  }
}
#general .line-box-wrap .line-box {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  #general .line-box-wrap .line-box {
    float: none;
    width: 100%;
    padding: 8vw;
  }
}
#general .line-box-wrap .line-box .qr-desc {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #general .line-box-wrap .line-box .qr-desc {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 1023px) {
  #general .line-box-wrap .line-box .line-add-btn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #general .line-box-wrap .line-box .line-add-btn {
    width: 50%;
  }
}
#general .line-box-wrap .line-box .line-code {
  padding-top: 140px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #00b900;
}
@media (max-width: 767px) {
  #general .line-box-wrap .line-box .line-code {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
#general .line-box-wrap .line-box .line-code .btn-click {
  background-color: #AE7777;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 767px) {
  #general .line-box-wrap .line-box .line-code .btn-click {
    padding: 4vw 8vw;
    font-size: 4.2666666667vw;
  }
}
