/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -100px auto 0;
  padding-top: 100px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 30px;
}
.com-txt-ac {
  color: #1ca2e9;
}
.com-txt-lg {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-txt-lg {
    font-size: 1.5rem;
  }
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 100px 0 120px;
  }
}

.news-post {
  width: 100%;
  max-width: 700px;
  border-radius: 13px;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.news-post-link {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.news-post-flx {
  display: flex;
}
.news-post-time {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  flex-shrink: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 8px;
  flex-wrap: wrap;
  line-height: 1.2;
}
.news-post-tag-txt {
  padding: 0 8px;
  border-left: 1px solid #333333;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-bg01 {
  background-color: rgba(132, 187, 54, 0.2);
}
.com-bg02 {
  background: #e9f4da;
}

.com-tel {
  line-height: 1.1;
}
.com-tel-link {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link-num {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .com-tel-link-num {
    font-size: 2.2666666667rem;
  }
}

.com-fuki {
  display: flex;
  margin: 20px auto 0;
  padding-right: 35px;
  justify-content: space-between;
  align-items: flex-start;
}
.com-fuki-box {
  width: 100%;
  max-width: 960px;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 12px;
  position: relative;
}
.com-fuki-box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f2f2f2 transparent transparent transparent;
  border-width: 14px 14px 0px 0px;
  position: absolute;
  right: -15px;
  top: 36px;
}
.com-fuki-box-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .com-fuki-box-txt {
    font-size: 1.5rem;
  }
}
.com-fuki-ila {
  margin-top: 6px;
}
.com-fuki-dl {
  margin-top: 12px;
}
.com-fuki-dl div:nth-of-type(n+2) {
  margin-top: 25px;
}
.com-fuki-dl dt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  color: #84bb36;
}
@media screen and (max-width: 767px) {
  .com-fuki-dl dt {
    font-size: 1.5rem;
  }
}
.com-fuki-dl dd {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .com-fuki-dl dd {
    font-size: 1.5rem;
  }
}

.com-qa-item:nth-of-type(n+2) {
  margin: 70px auto 0;
  padding-top: 70px;
  border-top: 1px solid #d9d9d9;
}
.com-qa-q {
  padding-left: 97px;
  padding-right: 97px;
  position: relative;
}
.com-qa-q::before {
  content: "";
  display: block;
  width: 79px;
  height: 89px;
  background: url(../img/symptom/sym-q.png) no-repeat center/contain;
  position: absolute;
  left: 9px;
  bottom: 0;
}

.com-box {
  border-radius: 50px;
  border: 10px solid #f2f8eb;
  border-radius: 50px;
}

/* =========================================

  main layout  all

========================================= */
/*  top-problem  PC
------------------------------------ */
#top-problem .problem-box {
  display: flex;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 57px 98px 72px;
  background: #fff;
  border-radius: 999px;
  flex-wrap: wrap;
  position: relative;
}
#top-problem .problem-box::before, #top-problem .problem-box::after {
  content: "";
  display: block;
  position: absolute;
}
#top-problem .problem-box::before {
  width: 120px;
  height: 182px;
  background: url(../img/top/problem-ila-l.png) no-repeat center/contain;
  left: -40px;
  top: -27px;
}
#top-problem .problem-box::after {
  width: 102px;
  height: 175px;
  background: url(../img/top/problem-ila-r.png) no-repeat center/contain;
  right: -41px;
  bottom: -53px;
}
@media screen and (min-width: 768px) {
  #top-problem .problem-box p:not(:nth-of-type(4n-3)) {
    margin-left: 95px;
  }
  #top-problem .problem-box p:nth-of-type(4n-3) {
    width: 110px;
  }
  #top-problem .problem-box p:nth-of-type(4n+2) {
    width: 130px;
  }
  #top-problem .problem-box p:nth-of-type(4n-1) {
    width: 150px;
  }
  #top-problem .problem-box p:nth-of-type(n+5) {
    margin-top: 25px;
  }
}
#top-problem .problem-box-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #333333;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-problem .problem-box-txt {
    font-size: 1.5rem;
  }
}
#top-problem .problem-btn {
  margin: -24px auto 0;
}

/*  top-solution  PC
------------------------------------ */
#top-solution .solution-bg {
  position: relative;
}
#top-solution .solution-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 640px;
  margin: auto;
  background: rgba(132, 187, 54, 0.2);
  border-radius: 0 0 95px 95px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
#top-solution .solution-img {
  width: 63.1%;
  max-width: 1200px;
  height: 520px;
  border-radius: 0 999px 999px 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#top-solution .solution-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#top-solution .solution-ttl {
  padding-right: 110px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  color: #84bb36;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-ttl {
    font-size: 2.8rem;
  }
}
#top-solution .solution-ttl::before {
  content: "";
  display: block;
  width: 71px;
  height: 247px;
  background: url(../img/top/solution-ila.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -96px;
}
@media screen and (min-width: 768px) {
  #top-solution .solution-ttl {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  #top-solution .solution-ttl-wrap {
    display: flex;
    justify-content: flex-end;
  }
}
#top-solution .solution-head {
  margin-top: 23px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-head {
    font-size: 1.8666666667rem;
  }
}
#top-solution .solution-txt-box {
  margin-top: 50px;
}

/*  top-about  PC
------------------------------------ */
#top-about {
  padding-top: 195px;
  background: url(../img/top/about-img.jpg) no-repeat calc(50% + 480px) top;
}
@media screen and (min-width: 1921px) {
  #top-about {
    background-position: right top;
  }
}
#top-about .about-box {
  width: 62.5%;
  border-radius: 0 999px 999px 0;
  padding: 50px 7% 60px 21.8%;
  background: url(../img/top/about-tex.png) no-repeat right center/cover;
  position: relative;
}
#top-about .about-box::before {
  display: block;
  width: 76px;
  height: 225px;
  background: url(../img/top/about-ila.png) no-repeat left bottom/contain;
  position: absolute;
  left: 23%;
  bottom: -3px;
  content: "";
}
@media screen and (max-width: 1583px) {
  #top-about .about-box {
    width: 989px;
    padding-left: 15%;
  }
  #top-about .about-box::before {
    left: 9%;
  }
}
#top-about .about-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-about .about-ttl {
    font-size: 2.8rem;
  }
}
#top-about .about-txt-box {
  margin-top: 30px;
}
#top-about .about-btn {
  max-width: 100%;
  margin-top: 43px;
  background: #fff;
  color: #84bb36;
  background: url(../img/top/com-btn-arw-green.png) no-repeat calc(100% - 17px) center #fff;
}
@media screen and (min-width: 768px) {
  #top-about .about-btn:hover {
    background-position: calc(100% - 12px) center;
  }
}
@media screen and (max-width: 1583px) {
  #top-about .about-btn {
    width: 95%;
  }
}
#top-about .com-txt {
  color: #fff;
}

/*  top-contact  PC
------------------------------------ */
.com-contact {
  padding-top: 130px;
  background: url(../img/top/contact-arw.png) no-repeat center 163px;
}
.com-contact .contact-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .com-contact .contact-ttl {
    font-size: 2.8rem;
  }
}
.com-contact .contact-txt {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-txt {
    text-align: center;
  }
}
.com-contact .contact-bg {
  width: 91.6%;
  margin: 35px auto 0;
  padding: 80px 0;
  border-radius: 90px;
  background: url(../img/top/contact-bg.png) no-repeat center/cover;
}
.com-contact .contact-box {
  width: 100%;
  max-width: 500px;
  padding: 10px 20px 25px;
  border-radius: 44px;
  background: #fff;
}
@media screen and (max-width: 1207px) {
  .com-contact .contact-box {
    width: 45%;
  }
}
.com-contact .contact-box-wrap {
  display: flex;
  justify-content: center;
}
.com-contact .contact-box-wrap li:nth-of-type(n+2) {
  margin-left: 40px;
}
.com-contact .contact-box-ttl {
  padding-bottom: 7px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #84bb36;
}
@media screen and (max-width: 767px) {
  .com-contact .contact-box-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-box-txt {
  margin: 10px auto 0;
  padding: 0 30px;
  line-height: 1.76;
  white-space: pre-line;
}
.com-contact .contact-box-tel {
  margin: 34px auto 0;
  text-align: center;
}
.com-contact .contact-btn-wrap {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
}
.com-contact .contact-btn-wrap a:nth-of-type(n+2) {
  margin-left: 40px;
}

/*  top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/bnr-ila.png) no-repeat calc(50% + 590px) bottom;
}
#top-bnr .bnr-inner {
  position: relative;
}
#top-bnr .bnr-inner::before {
  content: "";
  display: block;
  width: 10px;
  height: 110px;
  margin: auto;
  background: #f2f9eb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#top-bnr .bnr-list {
  display: flex;
  justify-content: center;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 540px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: -10px;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 30px;
  border: 10px solid #84bb36;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    background: rgba(132, 187, 54, 0.1);
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover .bnr-list-ttl {
    background: none;
  }
}
#top-bnr .bnr-list-link01 {
  border-radius: 0 90px 0 90px;
}
#top-bnr .bnr-list-link02 {
  border-radius: 90px 0 90px 0;
}
#top-bnr .bnr-list-ttl {
  display: flex;
  width: 100%;
  height: 170px;
  margin: auto;
  background: rgba(132, 187, 54, 0.1);
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #top-bnr .bnr-list-ttl {
    font-size: 2.1333333333rem;
  }
}
#top-bnr .bnr-list-ttl::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  border-radius: 50%;
  background: url(../img/top/com-btn-arw.png) no-repeat center #84bb36;
}
#top-bnr .bnr-list-ttl01 {
  border-radius: 0 95px 0 95px;
}
#top-bnr .bnr-list-ttl02 {
  padding-bottom: 48px;
  border-radius: 95px 0 95px 0;
  padding-left: 15px;
  position: relative;
}
#top-bnr .bnr-list-ttl02::before {
  margin-top: 44px;
}
#top-bnr .bnr-list-en {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #84bb36;
  line-height: 1.6;
  position: absolute;
  right: 189px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  #top-bnr .bnr-list-en {
    font-size: 1.5rem;
  }
}

/*  top-news  PC
------------------------------------ */
#top-news .news-inner {
  background: url(../img/top/news-l.png) no-repeat left bottom, url(../img/top/news-r.png) no-repeat right bottom;
}
#top-news .news-box {
  padding: 50px 40px 60px 48px;
  border-radius: 90px 90px 0 0;
  background: #fff;
  position: relative;
}
#top-news .news-box::before {
  content: "";
  display: block;
  width: 86px;
  height: 196px;
  background: url(../img/top/news-ila.png) no-repeat center/contain;
  position: absolute;
  left: -47px;
  bottom: 8px;
}
#top-news .news-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.06em;
  color: #84bb36;
}
@media screen and (max-width: 767px) {
  #top-news .news-ttl {
    font-size: 3.4666666667rem;
  }
}
#top-news .news-btn {
  width: 250px;
  height: 50px;
  margin: 24px auto 0;
  line-height: 50px;
}

/* =========================================

  sub layout  all

========================================= */
/*  problem  PC
------------------------------------ */
#problem .problem-txt {
  margin: 42px auto 0;
}
@media screen and (min-width: 768px) {
  #problem .problem-txt {
    text-align: center;
  }
}
#problem .problem-list {
  margin: 65px auto 0;
}
#problem .problem-list-item {
  padding: 33px 19px 26px;
  border-radius: 44px;
  background: #fff;
}
#problem .problem-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #problem .problem-list-item:nth-of-type(4) .problem-flx-ico {
    padding-left: 25px;
  }
  #problem .problem-list-item:nth-of-type(5) .problem-flx-ico {
    padding-left: 21px;
  }
}
#problem .problem-list-btn {
  display: flex;
  max-width: 100%;
  height: 50px;
  line-height: 1;
  margin: 30px auto 0;
  background-image: none;
  justify-content: center;
  align-items: center;
}
#problem .problem-list-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  margin-left: 20px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #problem .problem-list-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #problem .problem-flx-ico {
    flex-shrink: 0;
  }
}
#problem .problem-flx-con {
  width: 100%;
  max-width: 880px;
}
#problem .problem-flx-txt {
  margin-top: 20px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#problem .best-txt {
  margin: 65px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
@media screen and (min-width: 768px) {
  #problem .best-txt {
    text-align: center;
  }
}
#problem .best-list {
  margin: 75px auto 0;
}
#problem .best-list-item {
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
}
#problem .best-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#problem .best-list-ttl {
  display: flex;
  border-radius: 13px;
  background: rgba(132, 187, 54, 0.2);
  align-items: center;
}
#problem .best-list-ttl-num {
  width: 100px;
  height: 60px;
  background: #84bb36;
  border-radius: 13px;
  text-align: center;
  line-height: 60px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #problem .best-list-ttl-num {
    font-size: 2.2666666667rem;
  }
}
#problem .best-list-ttl-txt {
  margin-left: 18px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #problem .best-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#problem .best-note {
  margin: 45px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
@media screen and (min-width: 768px) {
  #problem .best-note {
    text-align: center;
  }
}
#problem .best-btn {
  max-width: 360px;
  margin: 30px auto 0;
}
#problem .solution-bg {
  padding-bottom: 58px;
  background: url(../img/problem/solution-img.jpg) no-repeat calc(50% + 480px) bottom;
}
@media screen and (min-width: 1921px) {
  #problem .solution-bg {
    background-position: right bottom;
  }
}
#problem .solution-box {
  width: 62.5%;
  padding: 50px 0 60px;
  border-radius: 0 999px 999px 0;
  background: url(../img/problem/solution-bg.png) no-repeat left center/cover;
}
@media screen and (min-width: 768px) {
  #problem .solution-box {
    min-width: 880px;
  }
}
#problem .solution-con {
  width: 90%;
  max-width: 780px;
  margin-left: auto;
  padding-right: 62px;
}
#problem .solution-ttl {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #problem .solution-ttl {
    font-size: 2.8rem;
  }
}
#problem .solution-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
#problem .solution-list li {
  padding-left: 27px;
  background: url(../img/problem/solution-check.png) no-repeat left 10px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #problem .solution-list li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #problem .solution-list li:nth-of-type(2n-1) {
    width: 310px;
  }
  #problem .solution-list li:nth-of-type(2n) {
    margin-left: 33px;
  }
  #problem .solution-list li:nth-of-type(n+3) {
    margin-top: 8px;
  }
}
#problem .solution-txt {
  margin-top: 20px;
  color: #fff;
}

/*  symptom  PC
------------------------------------ */
#symptom .about-ttl {
  color: #84bb36;
}
#symptom .about-txt {
  margin: 40px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  #symptom .about-txt {
    text-align: center;
  }
}
#symptom .about-list {
  margin: 100px auto 0;
}
#symptom .about-list-item:nth-of-type(n+2) {
  margin: 175px auto 0;
}
#symptom .about-list-ttl {
  text-align: center;
  position: relative;
}
#symptom .about-list-ttl::before {
  content: "";
  display: block;
  width: 79px;
  height: 88px;
  background: url(../img/symptom/sym-ila01.png) no-repeat center/contain;
  position: absolute;
  right: calc(50% - 157px);
  bottom: 0;
}
#symptom .about-list-ttl02::before {
  height: 90px;
  background: url(../img/symptom/sym02-ila.png) no-repeat center/contain;
  right: calc(50% - 170px);
}
#symptom .com-qa {
  margin: 53px auto 0;
}
#symptom .reco {
  margin: 70px auto 0;
  padding-top: 70px;
  border-top: 1px solid #d9d9d9;
}
#symptom .reco-ttl {
  text-align: center;
}
#symptom .reco-list {
  display: flex;
  margin: 20px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#symptom .reco-list-item {
  width: 100%;
  max-width: 500px;
}
#symptom .reco-list-img {
  text-align: center;
}
#symptom .reco-list-ttl {
  margin: 10px auto 0;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #symptom .reco-list-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #symptom .reco-list-ttl {
    white-space: nowrap;
  }
}
#symptom .reco-list-txt {
  margin: 10px auto 0;
  font-size: 1.7rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  line-height: 1.88;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #symptom .reco-list-txt {
    font-size: 1.5rem;
  }
}

/*  store   PC
------------------------------------ */
#store .about-ttl {
  color: #84bb36;
}
#store .about-list {
  margin: 70px auto 0;
}
#store .about-list-item {
  padding: 20px 30px 30px;
}
#store .about-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#store .about-list-ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #store .about-list-ttl {
    font-size: 1.6rem;
  }
}
#store .about-list-flx {
  margin: 20px auto 0;
}
#store .about-list-txt {
  white-space: pre-line;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#store .about-list-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #store .about-list-txt-box {
    max-width: 550px;
  }
}
#store .about-list-txt-box-max {
  max-width: none;
}
#store .about-list-img {
  width: 420px;
  height: 0;
  padding-top: 320px;
  border-radius: 45px;
  overflow: hidden;
  position: relative;
}

/*  qa  PC
------------------------------------ */
#qa .qa-list {
  margin: 76px auto 0;
}
#qa .qa-list-item {
  padding: 20px 20px 30px 75px;
}
#qa .qa-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#qa .qa-list-ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-ttl {
    font-size: 1.6rem;
  }
}
#qa .qa-list-ttl::before {
  content: "Q";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  background: #84bb36;
  color: #fff;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  position: absolute;
  left: -63px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-ttl::before {
    font-size: 2rem;
  }
}
#qa .qa-list-txt {
  margin: 20px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 2;
  white-space: pre-line;
  position: relative;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-txt {
    font-size: 1.5rem;
  }
}
#qa .qa-list-txt::before {
  content: "A";
  color: #dc8e90;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  position: absolute;
  top: -13px;
  left: -47px;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-txt::before {
    font-size: 2rem;
  }
}

/*  information  PC
------------------------------------ */
#information .information-ttl {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #information .information-ttl {
    font-size: 2.8rem;
  }
}
#information .information-table {
  margin: 35px auto 0;
}
#information .map-ttl {
  display: flex;
  margin-bottom: 12px;
  justify-content: center;
  align-items: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #information .map-ttl {
    font-size: 1.5rem;
  }
}
#information .map-ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/information/map.png) no-repeat center/contain;
}

/*  news  PC
------------------------------------ */
#news .com-news-img {
  border-radius: 13px;
  overflow: hidden;
}
#news .com-news-ttl {
  border-radius: 10px;
}
/*  privacy  PC
------------------------------------ */
#privacy .ttl03 {
  padding: 15px;
}/*# sourceMappingURL=all.css.map */