@charset "UTF-8";
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#maincontainer .submain_visual.price {
  height: 147px;
}
#maincontainer .submain_visual.price .tlcont .tl {
  color: #157758;
  margin: 0;
}
.price-table .table-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.price-list {
  max-width: 670px;
  margin: 0 auto 80px;
}
.price-list.last-c {
  margin-bottom: 35px;
}
.price-list li {
  background: #fff;
  border: solid 1px #46A736;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.price-name {
  color: #47A737;
  font-weight: bold;
  margin-bottom: 18px;
}
.price-value.value-flex {
  display: flex;
  justify-content: center;
}
.price-value.value-flex .value-block {
  margin: 0 20px;
}
.table-comment {
  max-width: 670px;
  margin: 0 auto 110px;
  text-align: center;
  font-size: 1.6rem;
}
.simulation-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 60px 45px;
  margin-bottom: 24px;
}
.simulation-wrap .table-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.simulation-block {
  margin-bottom: 65px;
}
.simulation-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 27px;
  position: relative;
}
.simulation-title::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #47A737;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.simulation-title .underline {
  border-bottom: solid 2px #61A547;
}
.price-calculation {
  display: flex;
  align-items: center;
  padding-left: 27px;
  margin-bottom: 40px;
}
.calculation {
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 1px #61A547;
  border-radius: 7px;
  padding: 5px 16px 7px 18px;
}
.calculation.border {
  border: solid 2px #61A547;
}
.calculation .small {
  font-size: 1.5rem;
  font-weight: 400;
}
.price-calculation .plus {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 10px;
}
.simulation-block .total {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.simulation-block .total::before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 12px solid #47A737;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.about {
  padding: 0 30px;
}
.about-wrap {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 45px;
  background: #F8FBFA;
  border-radius: 10px;
}
.about-block {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 36px;
  position: relative;
  margin-bottom: 40px;
}
.about-block::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #157758;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.about-block .focus {
  font-size: 3rem;
  color: #157758;
  position: relative;
  background: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), #E0E18A 5px, transparent 5px) ,
              radial-gradient(circle at 5px calc(100% - 5px), #E0E18A 5px, transparent 5px) ,
              linear-gradient(to bottom, #F8FBFA calc(100% - 10px), transparent calc(100% - 10px)) ,
              linear-gradient(to right, transparent 5px, #E0E18A 5px, #E0E18A calc(100% - 5px), transparent calc(100% - 5px));
  height: 1.1em;
  display:inline-block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.about-text {
  text-align: center;
  font-size: 1.6rem;
}
.structure-wrap {
  padding: 80px 30px;
  background: url('/images/price/structure-bg.webp') no-repeat center;
  background-size: cover;
}
.structure-wrap .table-title {
  font-size: 2.8rem;
  color: #157758;
  text-align: center;
  margin-bottom: 40px;
}
.structure-about {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
}
.structure-list {
  max-width: 1100px;
  margin: 0 auto 24px;
  display: flex;
}
.structure-list .add {
  width: 56px;
  height: 56px;
  margin: auto 7px;
}
.structure-list .add img {
  width: 56px;
  height: 56px;
}
.structure-list-block {
  display: flex;
  flex-flow: column;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  position: relative;
}
.structure-list-block .block-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.structure-list-block .block-title::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background: #157758;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.structure-list-block .block-img {
  width: 115px;
  height: 115px;
  margin: 26px auto;
}
.structure-list-block .block-img img {
  width: 115px;
  height: 115px;
}
.structure-list-block .block-table {
  flex-grow: 1;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 16px;
}
.blog {
  padding: 0 30px;
}
.block-table-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #BEBEBE;
  line-height: 1.5;
}
.block-table-last-item {
  text-align: right;
  font-weight: bold;
}
.block-table-item .item-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.block-table-item .item-title::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #157758;
  position: absolute;
  top: 0.54em;
  left: 0;
}
.block-table-item .item-text {
  padding-left: 20px;
}
.block-table-item .small {
  font-size: 1.2rem;
}
.structure .price-note {
  max-width: 1100px;
  margin: 0 auto;
}
.app-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 30px;
}
.app-title {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #157758;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.app-text {
  font-size: 1.6rem;
  text-align: center;
}
.app-img {
  width: calc(100% + 50px);
  margin: 30px -25px 15px;
}
.app-img img {
  aspect-ratio: 1090 / 541;
}
.blog-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.blog-title {
  width: fit-content;
  font-size: 2.8rem;
  font-weight: bold;
  color: #157758;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
.blog-title::before,
.blog-title::after {
  content: '';
  display: block;
  width: 23px;
  height: 2px;
  background: #157758;
  position: absolute;
  top: 10px;
}
.blog-title::before {
  right: -33px;
  transform: rotate(-45deg);
}
.blog-title::after {
  left: -33px;
  transform: rotate(45deg);
}
.blog-flex {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 40px rgba(21,119, 88, 0.08);
  padding: 45px;
  display: flex;
  gap: 40px;
}
.blog-flex .img-area {
  width: 505px;
  min-width: 505px;
}
.blog-flex .img-area img {
  aspect-ratio: 101 / 53;
}
.blog-flex .text-area .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.blog-flex .text-area .about-text {
  margin: 30px 0;
  text-align: left;
}
.blog-flex .text-area .link a {
  display: block;
  color: #fff;
  background: #157758;
  font-size: 1.6rem;
  width: 278px;
  padding: 22px 0;
  border-radius: 36px;
  text-align: center;
  margin-left: auto;
  transition: all 0.2s;
}
.blog-flex .text-area .link a:hover {
  opacity: 0.7;
}
.sectioncont.support {
  padding: 0 30px;
}
#price .for-support-inner {
  background: #E8F3EE;
}
@media screen and (min-width: 1025px) {
  .scanimation {
    transition: all 0.5s;
    opacity: 0;
  }
  .scanimation.active {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .page-btn-area {
    padding: 67px 50px 70px;
    background: #EFF3F7;
  }
  .page-btn-text {
    font-size: 1.8rem;
    line-height: 4.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
  }
  .flow-inner {
    padding: 60px 30px;
    background: rgba(221, 234, 231, 0.2);
    overflow: hidden;
  }
  .flow-inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  .price-table {
    transition: all 0.5s;
    opacity: 0;
  }
  .price-table.active {
    opacity: 1;
  }
  .simulation-wrap {
    transition: all 0.5s;
    opacity: 0;
  }
  .simulation-wrap.active {
    opacity: 1;
  }
  #price .for-support-inner {
    max-width: 1100px;
    margin: 80px auto 120px;
    flex-flow: column;
    gap: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .price-name {
    margin-bottom: 10px;
  }
  .simulation-wrap {
    padding: 50px 20px 1px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .simulation-wrap .table-title {
    margin-bottom: 35px;
  }
  .simulation-block {
    margin-bottom: 60px;
  }
  .structure-list {
    flex-flow: column;
  }
  .structure-list-block {
    width: 100%;
  }
  .structure-list-block .block-title {
    margin-bottom: 16px;
  }
  .structure-list-block .block-img {
    width: 85px;
    height: 85px;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 25px;
  }
  .structure-list-block .block-img img {
    width: 85px;
    height: 85px;
  }
  .block-table-item .item-title::before {
    top: 0.45em;
  }
  .structure-list .add {
    width: 30px;
    height: 30px;
    margin: 8px auto;
  }
  .structure-list .add img {
    width: 30px;
    height: 30px;
  }
  .blog-flex {
    flex-flow: column;
    padding: 30px;
  }
  .blog-flex .img-area {
    width: 100%;
    min-width: 100%;
  }
  .blog-flex .text-area .title {
    font-size: 1.8rem;
  }
  .blog-flex .text-area .link a {
    margin-right: auto;
  }
  .price-calculation {
    flex-flow: column;
    padding: 0 18%;
    margin-bottom: 35px;
  }
  .calculation {
    width: 100%;
    text-align: center;
  }
  .price-calculation .plus {
    margin: 0 10px 3px;
  }
  .simulation-block .total::before {
    border-top: 10px solid #47A737;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 0px solid transparent;
  }
  .app-img {
    width: 100%;
    margin: 30px auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #maincontainer .submain_visual.price {
    height: 90px;
  }
  .about {
    padding: 0 20px;
  }
  .about-wrap {
    padding: 16px;
    margin: 0 auto 40px;
  }
  .about-block {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 12px;
    margin-bottom: 25px;
  }
  .about-block::before {
    width: 8px;
    height: 8px;
    top: 0.6em;
  }
  .about-block .focus {
    font-size: 2rem;
    background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #E0E18A 3px, transparent 3px) ,
                radial-gradient(circle at 3px calc(100% - 3px), #E0E18A 3px, transparent 3px) ,
                linear-gradient(to bottom, #F8FBFA calc(100% - 6px), transparent calc(100% - 6px)) ,
                linear-gradient(to right, transparent 3px, #E0E18A 3px, #E0E18A calc(100% - 3px), transparent calc(100% - 3px));
    height: 1.4em;
  }
  .about-text {
    font-size: 1.4rem;
  }
  .structure-wrap {
    padding: 40px 20px;
  }
  .structure-wrap .table-title {
    font-size: 2rem;
    font-weight: bold;
  }
  .structure-about {
    text-align: left;
    margin-bottom: 24px;
  }
  .structure-list-block {
    padding: 16px;
  }
  .structure-list-block .block-title {
    font-size: 1.6rem;
  }
  .structure-list-block .block-img {
    width: 60px;
    height: 60px;
    right: 10px;
  }
  .structure-list-block .block-img img {
    width: 60px;
    height: 60px;
  }
  .block-table-item {
    display: flex;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .block-table-item .item-title {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding-left: 12px;
    width: 105px;
    min-width: 105px;
    letter-spacing: -0.08em;
  }
  .block-table-item .item-title::before {
    width: 8px;
    height: 8px;
  }
  .block-table-item .item-text {
    padding-left: 10px;
  }
  .price-table .table-title {
    font-size: 1.6rem;
    line-height: 1.7em;
    margin-bottom: 30px;
  }
  .price-list {
    margin: 0 auto 60px;
  }
  .price-list li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .price-value.value-flex {
    display: block;
  }
  .price-value.value-flex .value-block {
    margin: 5px 0;
  }
  .price-list.last-c {
    margin-bottom: 25px;
  }
  .table-comment {
    margin: 0 auto 60px;
    font-size: 1.4rem;
    text-align: left;
  }
  .simulation-wrap .table-title {
    font-size: 2rem;
    font-weight: bold;
  }
  .simulation-title {
    font-size: 1.5rem;
    padding-left: 14px;
  }
  .simulation-title::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .calculation {
    font-size: 1.4rem;
  }
  .calculation .small {
    font-size: 1.3rem;
  }
  .simulation-block .total {
    font-size: 1.8rem;
  }
  .page-btn-area {
    padding: 60px 5%;
    background: #EFF3F7;
  }
  .page-btn-text {
    font-size: 1.5rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: left;
  }
  .flow-inner {
    padding: 60px 20px 40px;
    background: rgba(221, 234, 231, 0.2);
    overflow: hidden;
  }
  .flow-inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  .blog-flex {
    padding: 24px 16px;
    gap: 16px;
  }
  .blog-flex .text-area .about-text {
    margin: 16px 0 24px;
  }
  .blog-flex .text-area .link a {
    width: 256px;
    padding: 21px 0;
  }
  .app-wrap {
    padding: 40px 0;
  }
  .app-title {
    font-size: 2rem;
    margin-bottom: 24px;
    padding: 0 20px;
  }
  .app-text {
    text-align: left;
    padding: 0 20px;
  }
  .app-img {
    margin: 10px auto;
  }
  .app-img img {
    aspect-ratio: 41 / 87;
  }
  .app-wrap .price-note {
    padding: 0 20px;
  }
  .blog {
    padding: 0 20px;
  }
  .blog-title {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 auto 24px;
  }
  .blog-title::before,
  .blog-title::after {
    width: 25px;
    top: auto;
    bottom: 8px;
  }
  .sectioncont.support {
    padding: 80px 20px 60px;
  }
}
