#subpage .page_links {
  margin-top: 80px;
}
#subpage .page_links ~ .sect_ttl {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #subpage .page_links {
    margin-top: 40px;
  }
  #subpage .page_links ~ .sect_ttl {
    padding-top: 40px;
  }
}
#subpage .table_type01.case_table {
  margin-bottom: 0;
  margin-top: 60px;
}
#subpage .table_type01.case_table tbody tr th {
  width: 200px;
}
#subpage .table_type01.case_table tbody tr td {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #subpage .table_type01.case_table {
    margin-bottom: 0;
    margin-top: 32px;
  }
  #subpage .table_type01.case_table tbody tr th {
    width: 100px;
  }
  #subpage .table_type01.case_table tbody tr td {
    text-align: justify;
  }
}
#subpage .price_list dl {
  padding: 16px 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
#subpage .price_list dl.block {
  display: block;
}
#subpage .price_list dl.block dt {
  padding-bottom: 10px;
}
#subpage .price_list dl.block dt small {
  display: inline-block;
  margin-left: 1em;
}
#subpage .price_list dl dt {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
#subpage .price_list dl dt small {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  text-indent: -0.5em;
}
#subpage .price_list dl dd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  color: #ce4847;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
#subpage .price_list dl dd i {
  font-size: 2rem;
  margin: 0 10px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
#subpage .price_list dl dd span {
  padding: 5px 16px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .price_list dl dd span:before {
  content: "";
  width: 5px;
  height: calc(100% - 10px);
  border: 2px solid #ce4847;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
}
#subpage .price_list dl dd span:after {
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  border: 2px solid #ce4847;
  border-left: 0;
  position: absolute;
  right: 0;
  top: 5px;
  box-sizing: border-box;
}
#subpage .price_list dl dd b {
  font-size: 1.85rem;
}
#subpage .price_list dl dd small {
  font-size: 1.2rem;
}
#subpage .price_list dl dd small.basic {
  margin-right: 1em;
}
#subpage .price_list dl dd small.yen {
  font-size: 1rem;
  position: relative;
  top: 2px;
  padding-left: 3px;
}
#subpage .price_list dl + dl {
  margin-top: 16px;
}
#subpage .price_list + small {
  display: block;
  font-size: 1rem;
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #subpage .price_list dl {
    padding: 8px 12px;
    display: block;
    border-radius: 12px;
  }
  #subpage .price_list dl.block {
    display: block;
  }
  #subpage .price_list dl.block dt {
    padding-bottom: 5px;
    text-align: center;
  }
  #subpage .price_list dl.block dt small {
    display: block;
    margin: 0;
  }
  #subpage .price_list dl dt {
    text-align: center;
  }
  #subpage .price_list dl dt small {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    text-indent: 0;
  }
  #subpage .price_list dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #subpage .price_list dl dd i {
    font-size: 1.5rem;
    margin: 0 3px;
    top: -1px;
  }
  #subpage .price_list dl dd span {
    padding: 0 10px;
    font-size: 1.2rem;
    height: 30px;
  }
  #subpage .price_list dl dd span:before {
    content: "";
    width: 5px;
    height: calc(100% - 10px);
    border: 1px solid #ce4847;
    border-right: 0;
    left: 0;
    top: 5px;
    box-sizing: border-box;
  }
  #subpage .price_list dl dd span:after {
    content: "";
    width: 5px;
    height: calc(100% - 10px);
    border: 1px solid #ce4847;
    border-left: 0;
    right: 0;
    top: 5px;
    box-sizing: border-box;
  }
  #subpage .price_list dl dd b {
    font-size: 1.5rem;
  }
  #subpage .price_list dl dd small {
    font-size: 1rem;
  }
  #subpage .price_list dl dd small.basic {
    margin-right: 1em;
  }
  #subpage .price_list dl dd small.yen {
    font-size: 1rem;
    position: relative;
    top: 2px;
    padding-left: 2px;
  }
  #subpage .price_list dl + dl {
    margin-top: 12px;
  }
  #subpage .price_list + small {
    padding-top: 5px;
  }
}
#subpage .tax {
  padding: 30px 0;
}
#subpage .tax figure {
  padding: 20px 0;
}
#subpage .tax small {
  display: block;
  font-size: 1.2rem;
  padding: 20px;
  background: #fcfbf8;
  background: #F8F6F0;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #subpage .tax {
    padding: 30px 0;
  }
  #subpage .tax figure {
    padding: 20px 0;
    text-align: center;
  }
  #subpage .tax figure img {
    width: 265px;
    margin: 0 auto;
  }
  #subpage .tax small {
    font-size: 1rem;
    padding: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
