@charset 'UTF-8';
.ruby {
  position: relative;
}

.ruby::before {
  content: 'ちょくそう';
  font-size: 1rem;
  left: -50%;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 200%;
}

.sub_mv.cremation .sub_mv_banner {
  background-image: url(../img/cremation/banner.png);
}

.sub_mv.cremation .sub_mv_title .ruby {
  font-size: 4rem;
}

.sub_mv.cremation .ruby::before {
  font-size: 1.6rem;
  top: -16px;
}
.sub_cremation {
  margin-bottom: 170px;
}

.sub_cremation_top {
  margin-bottom: 55px;
}

.sub_cremation_desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

.sub_cremation_price {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.sub_cremation_price th {
  border: 1px solid #ccc;
  border-right: none;
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 29px;
  padding-top: 30px;
  vertical-align: middle;
  width: 25%;
}

.sub_cremation_price tr:first-child th {
  border-right: 1px solid #ccc;
}

.sub_cremation_price th.none {
  border: none;
}

.sub_cremation_price th.gray {
  background-color: #e5e5e5;
}

.sub_cremation_price th.purple {
  background-color: #80769a;
  color: #fff;
}

.sub_cremation_price th.green {
  background-color: #719d6d;
  color: #fff;
}

.sub_cremation_price td.gray {
  background-color: #fafafa;
}

.sub_cremation_price td.purple {
  background-color: #f7f6f9;
}

.sub_cremation_price td.green {
  background-color: #f5f9f4;
}

.sub_cremation_price td {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 30px;
  padding-top: 31px;
  vertical-align: middle;
  width: 25%;
}

.sub_cremation_price td:last-child {
  border-right: 1px solid #ccc;
}

.sub_cremation_price tr:not(:first-child) th {
  border-bottom: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

.sub_cremation_price tr:last-child th {
  border-bottom: 1px solid #ccc;
}

.sub_cremation_price tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.sub_cremation_suitable {
  margin-bottom: 60px;
}

.sub_cremation_suitable_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sub_cremation_suitable_lists_item {
  align-items: center;
  border: 1px solid #222;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  margin-left: 16px;
  padding-bottom: 21px;
  padding-top: 22px;
  text-align: center;
  width: calc(50% - 8px);
}

.sub_cremation_suitable_lists_item:nth-child(2n + 1) {
  margin-left: 0;
}

.sub_cremation_suitable_lists_item:nth-child(n + 3) {
  margin-top: 16px;
}

.sub_cremation_attention {
  margin-bottom: 70px;
}

.sub_cremation_attention_desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 40px;
}

.sub_cremation_attention_content {
  margin-bottom: 20px;
}

.sub_cremation_attention_content_list {
  background-color: #f0f0eb;
  margin-bottom: 10px;
}

.sub_cremation_attention_content_list dt {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.sub_cremation_attention_content_list dt span {
  display: block;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}

.sub_cremation_attention_content_list dt span::after {
  background-image: url(../img/cremation/arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.sub_cremation_attention_content_list dt.down span::after {
  background-image: url(../img/cremation/arrow_up.svg);
}

.sub_cremation_attention_content_list dd {
  border-top: 1px solid #ccc;
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.sub_cremation_attention_last {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

.sub_cremation_flow {
  margin-bottom: 72px;
}

.sub_cremation_flow .sub_guide_title {
  margin-bottom: 40px;
}

.sub_cremation_flow_index {
  margin-bottom: 65px;
}

.sub_cremation_flow_index_lists {
  display: flex;
  justify-content: center;
}

.sub_cremation_flow_index_lists_item {
  margin-left: 15px;
}

.sub_cremation_flow_index_lists_item_box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub_cremation_flow_index_lists_item_box p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-orientation: upright;
  writing-mode: vertical-lr;
}

.sub_cremation_flow_index_lists_item span.number {
  align-items: center;
  background-color: #fff;
  border: 4px double #222;
  border-radius: 50%;
  color: #21651b;
  display: flex;
  font-size: 2.4rem;
  font-weight: 400;
  height: 55px;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  width: 55px;
}

.sub_cremation_flow_index_lists_item span.number::after {
  background-image: url(../img/cremation/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 10px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.sub_cremation_flow_index_lists_item span.symbol {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-orientation: mixed;
}

.sub_cremation_flow_index_lists_item:first-child {
  margin-left: 0;
}

.sub_cremation_flow_index_lists_item:first-child span::after {
  content: none;
}

.sub_cremation_flow_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sub_cremation_flow_lists_item {
  margin-left: 50px;
  width: calc((100% / 3) - (100px / 3));
}

.sub_cremation_flow_lists_item_img {
  margin-bottom: 15px;
}

.sub_cremation_flow_lists_item_img img {
  height: 100%;
  width: 100%;
}

.sub_cremation_flow_lists_item_title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.sub_cremation_flow_lists_item_title_number {
  color: #21651b;
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 5px;
}

.sub_cremation_flow_lists_item_title_text {
  font-size: 1.8rem;
  font-weight: 400;
}

.sub_cremation_flow_lists_item_desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
}

.sub_cremation_flow_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.sub_cremation_flow_lists_item:nth-child(n + 4) {
  margin-top: 40px;
}

.sub_cremation_plan {
  margin-bottom: 70px;
}

.sub_cremation_plan_desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}

.sub_cremation_plan_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 45px;
}

/* .sub_cremation_plan_lists_item:nth-child(even) {
  margin-left: 45px;
} */

.sub_cremation_plan_lists_item {
  width: calc((100% - 45px) / 2);
}

.sub_cremation_plan_lists_item_img {
  margin-bottom: 20px;
  height: 350px;
}

.sub_cremation_plan_lists_item_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sub_cremation_plan_lists_item_title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
}

.sub_cremation_plan_lists_item_price {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 23px;
}

.sub_cremation_plan_lists_item_price span {
  font-size: 1.6rem;
  margin-left: 5px;
}

.sub_cremation_plan_lists_item_desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
}

.sub_cremation_include {
  margin-bottom: 65px;
}

.sub_cremation_include_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sub_cremation_include_lists_item {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  margin-left: 20px;
  padding: 5px;
  width: calc(25% - 15px);
}

.sub_cremation_include_lists_item_img {
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.sub_cremation_include_lists_item_img img {
  height: 100%;
  width: 100%;
}

.sub_cremation_include_lists_item_title {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.sub_cremation_include_lists_item:nth-child(4n + 1) {
  margin-left: 0;
}

.sub_cremation_include_lists_item:nth-child(n + 5) {
  margin-top: 20px;
}

.sub_cremation_comparison {
  margin-bottom: 65px;
}

.sub_cremation_comparison_table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.sub_cremation_comparison_table th {
  border: 1px solid #ccc;
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 15px;
  vertical-align: middle;
  width: 25%;
}

.sub_cremation_comparison_table th span.small {
  display: inline-block;
  font-size: 2rem;
  margin-top: 5px;
}

.sub_cremation_comparison_table th.none {
  border: none;
}

.sub_cremation_comparison_table th.green_th {
  color: #32712c;
}

.sub_cremation_comparison_table td {
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 25px;
  padding-top: 25px;
  vertical-align: middle;
  width: 25%;
}

.sub_cremation_comparison_table td span {
  color: #ac0000;
  font-size: 3.2rem;
  font-weight: 400;
  margin-right: 5px;
}

.sub_cremation_comparison_table td span.small {
  font-size: 2.4rem;
  margin-right: 0;
}

.sub_cremation_comparison_table tr:not(:first-child) th {
  background-color: #f5f5f5;
  border-bottom: none;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

.sub_cremation_comparison_table tr:last-child th {
  border-bottom: 1px solid #ccc;
}

.sub_cremation_comparison_table tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.sub_cremation_comparison_table tr:not(:nth-child(2)) td {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 2.7rem;
  font-weight: normal;
}

.sub_cremation_comparison_table tr:first-child th {
  background-color: #fff;
}

.sub_cremation_title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  margin-bottom: 30px;
  min-height: 56px;
  width: 100%;
}

.sub_cremation_title_small {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
}

.sub_cremation_title_green {
  background-color: #719d6d;
}

.sub_cremation_title_white {
  background-color: #f5f5f5;
  color: #21651b;
}

.cremation_title_green {
  margin-bottom: 30px;
}

.cremation_title_green .ruby {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .sub_mv.cremation {
    height: 120px;
  }
  .sub_mv.cremation .sub_mv_title .ruby {
    font-size: 2.5rem;
  }
  .sub_mv.cremation .ruby::before {
    font-size: 1rem;
    top: -10px;
  }
  .sub_cremation {
    margin-bottom: 50px;
  }
  .sub_cremation .sub_guide_title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 15px;
    min-height: 40px;
    text-align: center;
  }
  .sub_cremation_top {
    margin-bottom: 30px;
  }
  .cremation_title_green .ruby {
    font-size: 1.8rem;
  }
  .sub_cremation_desc {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .sub_cremation_price th {
    font-size: 1.3rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sub_cremation_price td {
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sub_cremation_price tr:not(:first-child) th {
    font-size: 1.2rem;
  }
  .sub_cremation_suitable {
    margin-bottom: 20px;
  }
  .sub_cremation_suitable_lists_item {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px;
    width: 100%;
  }
  .sub_cremation_suitable_lists_item:nth-child(n + 3) {
    margin-top: 0;
  }
  .sub_cremation_suitable_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_cremation_attention {
    margin-bottom: 30px;
  }
  .sub_cremation_attention_desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .sub_cremation_attention_content_list dt {
    padding: 10px;
    padding-right: 25px;
  }
  .sub_cremation_attention_content_list dt span {
    font-size: 1.3rem;
  }
  .sub_cremation_attention_content_list dt span::after {
    right: -15px;
  }
  .sub_cremation_attention_content_list dd {
    font-size: 1.2rem;
    padding: 10px;
    padding-bottom: 30px;
  }
  .sub_cremation_attention_last {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sub_cremation_flow {
    margin-bottom: 30px;
  }
  .sub_cremation_flow .sub_guide_title {
    margin-bottom: 20px;
  }
  .sub_cremation_flow_index {
    margin-bottom: 20px;
  }
  .sub_cremation_flow_index_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 240px;
  }
  .sub_cremation_flow_index_lists_item {
    margin-left: 8px;
    width: calc(25% - 6px);
  }
  .sub_cremation_flow_index_lists_item_box p {
    font-size: 1.5rem;
  }
  .sub_cremation_flow_index_lists_item span.number {
    font-size: 1.8rem;
    font-weight: 400;
    height: 45px;
    margin-bottom: 2px;
    width: 45px;
  }
  .sub_cremation_flow_index_lists_item span.number::after {
    height: 7px;
    left: -15px;
    width: 5px;
  }
  .sub_cremation_flow_index_lists_item span.symbol {
    font-size: 1.2rem;
  }
  .sub_cremation_flow_index_lists_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .sub_cremation_flow_index_lists_item:nth-child(n + 5) {
    margin-top: 8px;
  }
  .sub_cremation_flow_lists_item {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  .sub_cremation_flow_lists_item_img {
    margin-bottom: 10px;
  }
  .sub_cremation_flow_lists_item_title {
    margin-bottom: 10px;
  }
  .sub_cremation_flow_lists_item_title_number {
    font-size: 1.8rem;
  }
  .sub_cremation_flow_lists_item_title_text {
    font-size: 1.6rem;
  }
  .sub_cremation_flow_lists_item_desc {
    font-size: 1.2rem;
  }
  .sub_cremation_flow_lists_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sub_cremation_flow_lists_item:nth-child(n + 4) {
    margin-top: 0;
  }
  .sub_cremation_flow_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_cremation_plan {
    margin-bottom: 30px;
  }
  .sub_cremation_plan_desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .sub_cremation_plan_lists {
    gap: 0;
  }
  .sub_cremation_plan_lists_item {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  .sub_cremation_plan_lists_item_img {
    margin-bottom: 10px;
    height: auto;
    aspect-ratio: 500 / 367;
  }
  .sub_cremation_plan_lists_item_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .sub_cremation_plan_lists_item_price {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .sub_cremation_plan_lists_item_price span {
    font-size: 1.4rem;
    margin-left: 5px;
  }
  .sub_cremation_plan_lists_item_desc {
    font-size: 1.2rem;
  }
  .sub_cremation_plan_lists_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sub_cremation_plan_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_cremation_include {
    margin-bottom: 30px;
  }
  .sub_cremation_include_lists_item {
    margin-bottom: 15px;
    margin-left: 0;
    padding: 5px;
    width: 100%;
  }
  .sub_cremation_include_lists_item:nth-child(n + 5) {
    margin-top: 0;
  }
  .sub_cremation_include_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_cremation_comparison {
    margin-bottom: 30px;
  }
  .sub_cremation_comparison_table th {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10px 5px;
    text-align: center;
  }
  .sub_cremation_comparison_table th span.small {
    font-size: 1rem;
    margin-top: 0;
  }
  .sub_cremation_comparison_table td {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10px 5px;
  }
  .sub_cremation_comparison_table td span {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .sub_cremation_comparison_table td span.small {
    font-size: 1rem;
    margin-top: 0;
  }
  .sub_cremation_comparison_table tr:not(:first-child) th {
    font-size: 1.2rem;
  }
  .sub_cremation_comparison_table tr:not(:nth-child(2)) td {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .sub_cremation_comparison_table tr:first-child th {
    background-color: #fff;
  }
  .sub_cremation_title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
    min-height: 40px;
    text-align: center;
  }
  .sub_cremation_title_small {
    font-size: 1.4rem;
  }
  .sub_cremation .sub_guide_title.fz_sp_2 {
    font-size: 2rem;
  }
  .sub_cremation_title.fz_sp_16 {
    font-size: 1.6rem;
  }
}

.sub_cremation_pricelist_item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sub_cremation_pricelist_item + .sub_cremation_pricelist_item {
  margin-top: 30px;
}

.sub_cremation_pricelist_item_img {
  width: 30%;
  aspect-ratio: 370/289;
}

.sub_cremation_pricelist_item_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub_cremation_pricelist_item_table_wrap {
  width: calc(100% - (40px + 30%));
}

.sub_cremation_pricelist_item_table {
  border: 1px solid #ccc;
}

.sub_cremation_pricelist_item_table_row {
  display: flex;
  align-items: flex-end;
}

.sub_cremation_pricelist_item_table_row:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.sub_cremation_pricelist_item_table_row > * {
  padding: 20px 10px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

.sub_cremation_pricelist_item_table_row_head {
  width: 45%;
  background-color: #f5f5f5;
  text-align: center;
}

.sub_cremation_pricelist_item_table_row_price_l {
  width: 32%;
  text-align: right;
}

.sub_cremation_pricelist_item_table_row_price_s {
  width: 23%;
  font-size: 1.3rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sub_cremation_pricelist_item {
    flex-direction: column;
    gap: 20px 0;
  }
  .sub_cremation_pricelist_item:nth-child(2) {
    flex-direction: column-reverse;
  }
  
  .sub_cremation_pricelist_item + .sub_cremation_pricelist_item {
    margin-top: 40px;
  }
  
  .sub_cremation_pricelist_item_img {
    width: 100%;
  }
  
  .sub_cremation_pricelist_item_table_wrap {
    width: 100%;
  }
  
  .sub_cremation_pricelist_item_table {
    display: flex;
  }

  .sub_cremation_pricelist_item_table_row {
    display: block;
  }
  .sub_cremation_pricelist_item_table_row:not(:last-child) {
    border-bottom: none;
  }
  .sub_cremation_pricelist_item:first-child .sub_cremation_pricelist_item_table_row {
    width: calc(100% / 3);
  }
  .sub_cremation_pricelist_item:nth-child(2) .sub_cremation_pricelist_item_table_row {
    width: calc(100% / 2);
  }

  .sub_cremation_pricelist_item_table_row > * {
    padding: 10px 5px;
    font-size: 1.2rem;
    width: auto;
    text-align: center;
  }
  
  .sub_cremation_pricelist_item_table_row_head {
    width: auto;
    height: 40px;
    text-align: center;
  }
  
  .sub_cremation_pricelist_item_table_row_price_l {
    width: auto;
    text-align: center;
  }
  
  .sub_cremation_pricelist_item_table_row_price_sp {
    width: auto;
    text-align: right;
    font-size: 1rem;
    padding: 0 5px 10px;
  }
}

.sub_flow_main_contents_content_remark {
  align-items: flex-start;
}

.sub_cremation_pricelist_item_table_wrap table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.sub_cremation_pricelist_item_table_wrap tr {
  border-bottom: 1px solid #ccc;
  height: 2rem;
}

.sub_cremation_pricelist_item_table_wrap tr:last-child {
  border-bottom: none;
}

.sub_cremation_pricelist_item_table_wrap td {
  background-color: #fff;
  /* width: 75%; */
  border-right: 1px solid #ccc;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  justify-content: space-between;
  line-height: 1.8;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  text-align: right;
}

.sub_cremation_pricelist_item_table_wrap tr:nth-child(3) td {
  border-right: none;
  display: flex;
  justify-content: flex-end;
}

.sub_cremation_pricelist_item_table_wrap th {
  background-color: #f5f5f5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

.sub_cremation_pricelist_item_table_wrap .td_text01 {
  border-right: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: 20px 10px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  align-items: center;
}

.sub_cremation_pricelist_item_table_wrap .td_text02 {
  border-right: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: right;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  
}
.sub_cremation_pricelist_item_table_row_annotation {
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 10px;
}
.sub_cremation_pricelist_item_table_row_price_l_pc {
  padding: 10px;
}
.sub_cremation_pricelist_item_table_row_price_l_sp {
  display: contents;
}

@media only screen and (max-width: 767px) {

  .sub_cremation_pricelist_item_table_wrap th {
    display: block;
    font-size: 1.2rem;
    padding: 10px 5px;
    width: 100%;
    vertical-align: middle;
  }

  .sub_cremation_pricelist_item_table_wrap td {
    font-size: 1.2rem;
    width: 100%;
    padding: 10px 5px;
  }

  .sub_cremation_pricelist_item_table_wrap .td_text01 {
    font-size: 1.2rem;
    padding: 10px 5px;
  }

  .sub_cremation_pricelist_item_table_wrap .td_text02 {
    font-size: 1.2rem;
  }
  
  .sub_cremation_pricelist_item_table_row_annotation {
    font-size: 1.2rem;
  }
}


/*# sourceMappingURL=cremation.css.map */
