@charset "UTF-8";
@import "font-awesome.css";
.makizume .dib {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .makizume .menu-symptoms-in {
    padding-bottom: 10px;
  }
}
.makizume .instagramLink {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #d3eac6;
  border-bottom: 1px solid #d3eac6;
}
@media screen and (max-width: 768px) {
  .makizume .instagramLink {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.makizume .instagramLink a {
  display: block;
  text-decoration: underline;
  color: #6eb943;
  padding: 20px 0;
}
.makizume .instagramLink a:hover {
  text-decoration: none;
}

.makizume-intro {
  margin: 0 auto 60px;
  position: relative;
  max-width: calc(1200px + 8%);
  padding: 0 4%;
}

.makizume-intro-sec {
  position: relative;
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
}

.makizume-intro-sec:last-of-type {
  margin-bottom: 0;
}

.makizume-intro-sec .ttl01 {
  width: 100%;
  margin-bottom: 35px;
}

.makizume-intro-sec-text {
  width: 67%;
}

.makizume-intro-sec-text p {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: justify;
}

.makizume-intro-sec-text p:last-of-type {
  margin-bottom: 0;
}

.makizume-intro img {
  display: block;
  width: 30%;
  height: auto;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .makizume-intro-sec {
    margin: 45px 0 15px;
  }
  .makizume-intro-sec + .makizume-intro-sec {
    margin-top: 25px;
  }
  .makizume-intro-sec .ttl01 {
    margin-bottom: 15px;
  }
  .makizume-intro-sec-text {
    width: 100%;
  }
  .makizume-intro-sec-text p {
    line-height: 1.8;
  }
  .makizume-intro img {
    display: block;
    width: 60%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.makizume-intro-sec p {
  line-height: 2;
  text-align: justify;
}

.makizume-intro-sec li {
  line-height: 2;
  text-align: justify;
  padding-left: 20px;
  position: relative;
}

.makizume-intro-sec li:before {
  content: "✖";
  display: block;
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 1em;
  height: 1em;
  color: #e90f0f;
  font-size: 1.1em;
}

.makizume-intro-sec-numList {
  counter-reset: numList;
  margin: 1.5em 0 1.5em;
}

.makizume-intro-sec-numList .makizume-intro-sec-numList-head {
  padding: 0 0 12px;
  font-weight: bold;
}

.makizume-intro-sec-numList dl {
  counter-increment: numList;
  padding: 0 0 12px;
  margin: 0;
}

.makizume-intro-sec-numList dl:last-child {
  padding-bottom: 0;
}

.makizume-intro-sec-numList dt {
  position: relative;
  padding-left: 1.5em;
  font-weight: 600;
  line-height: 1.6;
}

.makizume-intro-sec-numList dt:before {
  content: counter(numList) ".";
  color: #6eb943;
  position: absolute;
  left: 0;
}

.makizume-intro-sec-numList dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  text-align: justify;
}

.makizume-feature {
  margin: 0 auto 60px;
  position: relative;
  max-width: calc(1200px + 8%);
  padding: 0 4%;
}

.makizume-feature .ttl01 {
  width: 100%;
  margin-bottom: 40px;
}

.makizume-feature-lead {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 40px;
  line-height: 1.5;
}
.makizume-feature-lead strong {
  font-weight: 700;
  color: #6eb943;
}

.makizume-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.makizume-feature-list-item {
  width: 48.6%;
  border: 1px solid #d3eac6;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.8%;
}

.makizume-feature-list-item:nth-last-of-type(1),
.makizume-feature-list-item:nth-last-of-type(2) {
  margin-bottom: 0;
}

.makizume-feature-list-item-in {
  padding: 20px 30px 25px;
}

.makizume-feature-list-item h3 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #6eb943;
  line-height: 1.4;
  margin-bottom: 20px;
  width: 100%;
}

.makizume-feature-list-item picture {
  width: 100%;
  margin-bottom: 15px;
}

.makizume-feature-list-item picture img {
  max-width: 100%;
  height: auto;
}

.makizume-feature-list-item p {
  width: 100%;
  line-height: 1.9;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .makizume-feature {
    margin: 0 auto 35px;
  }
  .makizume-feature .ttl01 {
    margin-bottom: 27px;
  }
  .makizume-feature-lead {
    text-align: center;
    font-size: 1.1em;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .makizume-feature-lead strong {
    display: block;
  }
  .makizume-feature-list {
    display: block;
  }
  .makizume-feature-list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .makizume-feature-list-item:nth-last-of-type(2) {
    margin-bottom: 25px;
  }
  .makizume-feature-list-item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .makizume-feature-list-item-in {
    padding: 15px;
  }
  .makizume-feature-list-item picture {
    max-width: 265px;
    margin: 0 auto 15px;
  }
  .makizume-feature-list-item p {
    line-height: 1.8;
  }
}
.makizume-contactme {
  background-color: #f0f8ec;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto 100px;
  position: relative;
  padding: 50px 50px 50px;
  text-align: center;
  border-radius: 10px;
}
.makizume-contactme .makizume-contactme-in {
  border-radius: 20px;
  background: #fff;
  padding: 35px 40px 20px;
}
.makizume-contactme .makizume-contactme-lead {
  color: #6eb943;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.makizume-contactme .makizume-contactme-text {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.makizume-contactme .makizume-contactme-text p + p {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .makizume-contactme {
    width: 92%;
    margin: 0 auto 60px;
    padding: 20px 4% 20px;
  }
  .makizume-contactme .makizume-contactme-in {
    border-radius: 10px;
    padding: 25px 20px 5px;
  }
  .makizume-contactme .makizume-contactme-lead {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .makizume-contactme .makizume-contactme-text {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
  .makizume-contactme .makizume-contactme-text .dib {
    display: inline;
  }
  .makizume-contactme .makizume-contactme-text p + p {
    margin-top: 0.5em;
  }
}
.makizume-case {
  margin: 0 auto 100px;
  position: relative;
  max-width: calc(1200px + 8%);
  padding: 0 4%;
}

.makizume-case .ttl01 {
  width: 100%;
  margin-bottom: 50px;
}

.makizume-case .ttl01 br {
  display: none;
}

@media screen and (min-width: 769px) {
  .makizume-case .case-list-in-arc {
    width: 33.33%;
  }
}
.makizume-case .btn-group01 {
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .makizume-case {
    margin: 0 auto 70px;
  }
  .makizume-case .ttl01 {
    margin-bottom: 27px;
  }
  .makizume-case .ttl01 br {
    display: inline-block;
  }
  .makizume-case .btn-group01 {
    margin: 0;
  }
}
.makizume-price {
  max-width: calc(740px + 8%);
  padding: 0 4%;
  margin: 0 auto 80px;
}

.makizume-price .ttl01 {
  margin-bottom: 45px;
}

.makizume-price p {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3eac6;
}

.makizume-price p strong {
  display: block;
  margin-top: 0.75em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6eb943;
}

.makizume-price p strong span {
  font-size: 1.375em;
  font-weight: bold;
}

.makizume-price p small {
  font-size: 16px;
  font-size: 1.6rem;
}

.makizume-price table {
  width: 100%;
  border: 1px solid #d3eac6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  table-layout: fixed;
  margin-bottom: 13px;
}

.makizume-price table th,
.makizume-price table td {
  border-bottom: 1px solid #d3eac6;
  border-left: 1px solid #d3eac6;
  background: #fff;
  text-align: center;
  padding: 13px 10px;
  vertical-align: middle;
  line-height: 1.4;
}

.makizume-price table th:nth-child(1) {
  width: 60%;
}

.makizume-price table th:nth-child(2) {
  width: 40%;
}

.makizume-price table th {
  font-weight: 700;
  background: #f0f8ec;
}

.makizume-price table tr *:first-child {
  border-left: none;
}

.makizume-price table tr:last-of-type th,
.makizume-price table tr:last-of-type td {
  border-bottom: none;
}

.makizume-price table tr td:first-of-type {
  font-weight: 700;
}

.makizume-price table .menu-name small {
  position: relative;
  padding-left: 1.1em;
}
.makizume-price table .menu-name small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.makizume-price table .menu-name small br {
  display: none;
}

.makizume-price table td small {
  font-size: 1.3rem;
}

.makizume-price table td span {
  color: #ff0000;
  font-weight: 700;
}

.makizume-price-note li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .makizume-price {
    margin: 0 auto 60px;
  }
  .makizume-price table th:nth-child(1) {
    width: 70%;
  }
  .makizume-price table th:nth-child(2) {
    width: 30%;
  }
  .makizume-price table .menu-name small {
    text-align: left;
  }
  .makizume-price table .menu-name small br {
    display: block;
  }
}
.makizume-faq {
  max-width: calc(750px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}

.makizume-faq-list {
  border-top: 1px solid #d3eac6;
}

.makizume-faq-list-sec {
  border-bottom: 1px solid #d3eac6;
}

.makizume-faq-list-sec h3 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  padding: 25px 45px 25px 65px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pc .makizume-faq-list-sec h3:hover {
  background-color: #f0f8ec;
}

.makizume-faq-list-sec h3 span {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 28px;
}

.makizume-faq-list-sec h3 span:before,
.makizume-faq-list-sec h3 span:after {
  content: "";
  display: block;
  position: absolute;
  background: #6eb943;
}

.makizume-faq-list-sec h3 span:before {
  height: 2px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
}

.makizume-faq-list-sec h3 span:after {
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

.makizume-faq-list-sec.active h3 span:after {
  display: none;
}

.makizume-faq-list-sec p {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 15px 25px 65px;
  display: none;
}

.makizume-faq-list-sec p strong {
  font-size: 20px;
  font-size: 2rem;
}

.makizume-faq-list-sec:first-of-type p {
  display: block;
}

.makizume-faq-list-sec h3:before,
.makizume-faq-list-sec p:before {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  left: 15px;
}

.makizume-faq-list-sec h3:before {
  content: "Q";
  background: #f1c74c;
  top: 20px;
}

.makizume-faq-list-sec p:before {
  content: "A";
  background: #6eb943;
  color: #fff;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .makizume-faq .first-ttl01 {
    margin-bottom: 20px;
  }
  .makizume-faq-list-sec h3 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 15px 40px 15px 40px;
  }
  .pc .makizume-faq-list-sec h3:hover {
    background: none;
  }
  .makizume-faq-list-sec h3:before,
  .makizume-faq-list-sec p:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    left: 0;
  }
  .makizume-faq-list-sec h3:before {
    top: 10px;
  }
  .makizume-faq-list-sec h3 span {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 18px;
  }
  .makizume-faq-list-sec p {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 15px 15px 40px;
    display: none;
  }
  .makizume-faq-list-sec p strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}