#hoken {
  padding-top: 76px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #hoken {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#hoken .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #hoken .common-title.type03 {
    margin-bottom: 50px;
  }
}
#hoken .top-text {
  margin-bottom: 30px;
}
#hoken .top-text .main {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #hoken .top-text .main {
    font-size: 16px;
    line-height: 26px;
  }
}
#hoken .top-text .main .color {
  color: var(--theme-color);
}
#hoken .set:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #hoken .set:not(:first-child) {
    margin-top: 30px;
  }
}
#hoken .set .title {
  margin-bottom: 14px;
  border-bottom: solid 2px var(--theme-color);
}
#hoken .set .title span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 13px;
  padding-left: 13px;
  height: 30px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  background-color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #hoken .set .title span {
    height: 26px;
    font-size: 14px;
  }
}
#hoken .set .text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #hoken .set .text {
    font-size: 14px;
    line-height: 26px;
  }
}
#hoken .set .text .sub {
  margin-top: 14px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #hoken .set .text .sub {
    font-size: 12px;
  }
}

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