@charset "UTF-8";
#hasSideBar {
  padding-top: 81px;
}
@media screen and (max-width: 767px) {
  #hasSideBar {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #hasSideBar .sideBar {
    margin-bottom: 0;
  }
}
#hasSideBar .sideBar .banner {
  width: 100%;
  transition: ease 0.2s opacity;
}
@media screen and (max-width: 767px) {
  #hasSideBar .sideBar .banner {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  #hasSideBar .sideBar .banner:hover {
    opacity: 0.5;
  }
}
#hasSideBar .rightContents {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents {
    padding-bottom: 80px;
  }
}
#hasSideBar .rightContents .main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
  width: 100%;
  height: 61px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents .main-title {
    margin-bottom: 30px;
    height: 44px;
    font-size: 18px;
  }
}
#hasSideBar .rightContents .set:not(:first-child) {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents .set:not(:first-child) {
    margin-top: 80px;
  }
}
#hasSideBar .rightContents .set .title {
  margin-bottom: 30px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 36px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents .set .title {
    font-size: 18px;
    line-height: 30px;
  }
}
#hasSideBar .rightContents .set .title.small {
  font-size: 22px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents .set .title.small {
    font-size: 18px;
    line-height: 30px;
  }
}
#hasSideBar .rightContents .set .title .accent {
  color: var(--accent-color);
}
#hasSideBar .rightContents .set.check-list {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #F2F2F2;
}
#hasSideBar .rightContents .set.check-list .set-title {
  display: inline-block;
  margin-bottom: 29px;
  padding-bottom: 6px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents .set.check-list .set-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #hasSideBar .rightContents .set.check-list .set-title {
    font-size: 18px;
    line-height: 24px;
  }
}
#hasSideBar .rightContents .set.check-list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  width: 562px;
  max-width: calc(100% - 40px);
}
#hasSideBar .rightContents .set.check-list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents .set.check-list ul li {
    font-size: 16px;
  }
}
#hasSideBar .rightContents .set.check-list ul li:not(:first-child) {
  margin-top: 32px;
}
#hasSideBar .rightContents .set.check-list ul li::before {
  flex-shrink: 0;
  content: "";
  display: block;
  margin-top: 3px;
  margin-right: 13px;
  width: 18px;
  height: 16px;
  background-image: url(../../img/index/intro-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#hasSideBar .rightContents .banner {
  margin-top: 6.7rem;
  width: 100%;
  transition: ease 0.2s opacity;
}
@media (hover: hover) and (pointer: fine) {
  #hasSideBar .rightContents .banner:hover {
    opacity: 0.5;
  }
}
#hasSideBar .rightContents .banner img {
  width: 100%;
}
#hasSideBar .rightContents #voice {
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents #voice {
    margin-top: 80px;
  }
}
#hasSideBar .rightContents #voice .title {
  margin-bottom: 30px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 36px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents #voice .title {
    font-size: 18px;
    line-height: 30px;
  }
}
#hasSideBar .rightContents #voice .title::before {
  content: "▼";
  margin-right: 9px;
  font-size: 18px;
  color: var(--theme-color);
  vertical-align: 3px;
}
#hasSideBar .rightContents #voice .title::after {
  content: "▼";
  margin-left: 9px;
  font-size: 18px;
  color: var(--theme-color);
  vertical-align: 3px;
}
@media screen and (max-width: 767px) {
  #hasSideBar .rightContents #voice .title::before, #hasSideBar .rightContents #voice .title::after {
    font-size: 12px;
  }
}
#hasSideBar .rightContents #voice .title .accent {
  color: var(--accent-color);
}
#hasSideBar .set.pc-off .banner {
  display: block;
  margin: 0 auto;
  max-width: 230px;
}

#price {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #price {
    padding-bottom: 80px;
  }
}
#price .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #price .common-title.type03 {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=single-menu.css.map */