@charset "UTF-8";
/* after support header setting
------------------------------------*/
.afterSupportHeader {
  box-sizing: border-box;
  position: relative;
  background: #f4f5f8;
  height: 355px;
}
.afterSupportHeader::before, .afterSupportHeader::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #000, transparent);
  content: "";
  height: 24px;
  opacity: .05;
  width: 100%;
}
.afterSupportHeader::after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
}
.afterSupportHeader .inner {
  display: flex;
  align-items: center;
  padding: 0 20px;
  z-index: 0;
  position: relative;
  background: url(/img/after-support/bg_main-after-support.webp) right center/auto 100% no-repeat;
  margin-inline: auto;
  width: 1120px;
  height: 100%;
}
.afterSupportHeader .inner h1 {
  margin: 0 0 40px;
  font-size: 50px;
}
.afterSupportHeader .inner h1 span {
  position: relative;
  display: inline-block;
}
.afterSupportHeader .inner h1 span::before {
  bottom: -5px;
  left: 0;
  position: absolute;
  background-color: #333;
  content: "";
  height: 2px;
  width: 100%;
}

/* after support intro setting
------------------------------------*/
.afterSupportIntro {
  background: #f3f3f3;
}
.afterSupportIntro .inner {
  padding: 90px 0 70px;
  margin-inline: auto;
  width: 1000px;
  text-align: center;
}
.afterSupportIntro .inner h2 {
  margin: 0 0 50px;
}
.afterSupportIntro .inner h2 strong {
  display: block;
  border-radius: 18px;
  background: #2d438b;
  margin: 0 auto 15px;
  width: 320px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.afterSupportIntro .inner h2 em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}
.afterSupportIntro .inner h2 em span {
  position: relative;
  display: inline-block;
  margin: 5px 0 0;
  font-size: 50px;
}
.afterSupportIntro .inner h2 em span::after {
  bottom: -5px;
  left: 0;
  position: absolute;
  background-color: #333;
  content: "";
  height: 2px;
  width: 100%;
}
.afterSupportIntro .inner > p {
  margin: 0 auto 90px;
  width: 930px;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
.afterSupportIntro .inner ul {
  margin: 0 0 75px;
}
.afterSupportIntro .inner ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 20px 0 rgba(170, 170, 170, 0.3);
  margin: 0 0 20px;
  padding: 20px;
  height: 240px;
}
.afterSupportIntro .inner ul li p {
  width: 650px;
  line-height: 1.8;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}
.afterSupportIntro .inner ul li p em {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
.afterSupportIntro .inner ul li p a {
  display: block;
  border-radius: 10px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.278%22%20height%3D%2215.556%22%20viewBox%3D%220%200%209.278%2015.556%22%3E%3Cpath%20d%3D%22M349.5%2C703.222l-1.5%2C1.5L354.278%2C711%2C348%2C717.278l1.5%2C1.5L357.278%2C711Z%22%20transform%3D%22translate(-348%20-703.222)%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 30px 0 0;
  width: 320px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: 0.2s ease-in-out box-shadow;
}
.afterSupportIntro .inner ul li p a:hover {
  box-shadow: 0 0 10px rgba(45, 67, 139, 0.4);
}

/* after support expense setting
------------------------------------*/
.afterSupportExpense {
  background: #f3f3f3;
}
.afterSupportExpense .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 90px 0 70px;
  margin-inline: auto;
  width: 1000px;
  text-align: center;
}
.afterSupportExpense .inner h2 {
  margin: 0 0 10px;
  width: 100%;
  font-weight: 700;
  font-size: 36px;
}
.afterSupportExpense .inner h2 span {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  font-size: 50px;
}
.afterSupportExpense .inner h2 span::after {
  bottom: -5px;
  left: 0;
  position: absolute;
  background-color: #333;
  content: "";
  height: 2px;
  width: 100%;
}
.afterSupportExpense .inner p {
  width: 460px;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
.afterSupportExpense .inner p sup {
  font-size: 9px;
}
.afterSupportExpense .inner p small {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
}
.afterSupportExpense .inner table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 930px;
}
.afterSupportExpense .inner table th {
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #f4f5f8;
  padding: 28px 30px 30px;
  width: 300px;
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  font-size: 18px;
  color: #2d438b;
}
.afterSupportExpense .inner table td {
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
  padding: 25px 30px;
  width: 631px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}
.afterSupportExpense .inner table td ul li {
  position: relative;
  padding: 0 0 0 12px;
}
.afterSupportExpense .inner table td ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -5px;
  font-weight: 700;
  color: #2d438b;
}
.afterSupportExpense .inner table td ul li:not(:last-child) {
  margin: 0 0 10px;
}
.afterSupportExpense .inner table td ul li small {
  display: block;
  font-size: 12px;
}

/* plan setting
------------------------------------*/
.plan {
  position: relative;
  background: #dce9f4;
  padding: 65px 0 55px;
}
.plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #fff, #dce9f4);
  height: 390px;
  width: 100%;
}

/* .cta-ajustment setting
------------------------------------*/
.cta-ajustment {
  background: #fff;
}
.cta-ajustment .c-cta {
  padding: 0 0 50px;
}
.cta-ajustment .c-cta::before, .cta-ajustment .c-cta::after {
  display: none;
}
.cta-ajustment .c-cta > ul {
  text-align: center;
  padding: 10px 0;
}
.cta-ajustment .c-cta > ul li a {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.278%22%20height%3D%2215.556%22%20viewBox%3D%220%200%209.278%2015.556%22%3E%3Cpath%20d%3D%22M349.5%2C703.222l-1.5%2C1.5L354.278%2C711%2C348%2C717.278l1.5%2C1.5L357.278%2C711Z%22%20transform%3D%22translate(-348%20-703.222)%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 22px;
  font-weight: 700;
  height: 70px;
  text-decoration: none;
  transition: 0.2s ease-in-out box-shadow;
  width: 360px;
}
.cta-ajustment .c-cta > ul li a:hover {
  box-shadow: 0 0 10px rgba(45, 67, 139, 0.4);
}

/* .c-interview setting
------------------------------------*/
.c-interview {
  border-top: none;
}

/* other plan setting
------------------------------------*/
.otherPlan {
  background: #f3f3f3;
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* after support header setting
  ------------------------------------*/
  .afterSupportHeader {
    height: 27.2vw;
  }
  .afterSupportHeader::before, .afterSupportHeader::after {
    height: 2.666667vw;
  }
  .afterSupportHeader .inner {
    padding: 0 5.3333333vw;
    background: url(/img/after-support/bg_main-after-support_sp.webp) right center/auto 100% no-repeat;
    width: 100vw;
  }
  .afterSupportHeader .inner h1 {
    margin: 0 0 3.2vw;
    font-size: 6.9333333vw;
  }
  .afterSupportHeader .inner h1 span::before {
    bottom: -1.3333333vw;
    height: 0.5333333vw;
  }

  /* after support intro setting
  ------------------------------------*/
  .afterSupportIntro {
    background: #f3f3f3;
  }
  .afterSupportIntro .inner {
    padding: 9.3333333vw 0 8vw;
    margin-inline: auto;
    width: 100vw;
    text-align: center;
  }
  .afterSupportIntro .inner h2 {
    margin: 0 0 5.3333333vw;
  }
  .afterSupportIntro .inner h2 strong {
    border-radius: 3.466667vw;
    margin: 0 auto 2.666667vw;
    width: 76vw;
    height: 6.9333333vw;
    line-height: 6.9333333vw;
    font-size: 4.2666667vw;
  }
  .afterSupportIntro .inner h2 em {
    font-size: 4.8vw;
  }
  .afterSupportIntro .inner h2 em span {
    margin: 1.3333333vw 0 0;
    font-size: 6.9333333vw;
  }
  .afterSupportIntro .inner h2 em span::after {
    bottom: -1.3333333vw;
    height: 0.5333333vw;
  }
  .afterSupportIntro .inner > p {
    margin: 0 auto 16vw;
    width: 90vw;
    line-height: 1.6;
    font-size: 4.2666667vw;
  }
  .afterSupportIntro .inner ul {
    margin: 0 auto 75px;
    width: 92vw;
  }
  .afterSupportIntro .inner ul li {
    display: block;
    border-radius: 1.3333333vw;
    background: white;
    box-shadow: 0 0 2.66667vw 0 rgba(170, 170, 170, 0.3);
    margin: 0 0 8vw;
    padding: 5.3333333vw;
    height: auto;
  }
  .afterSupportIntro .inner ul li img {
    width: 100%;
  }
  .afterSupportIntro .inner ul li p {
    padding: 6vw 0 0;
    width: 100%;
    line-height: 1.6;
    font-size: 4.2666667vw;
  }
  .afterSupportIntro .inner ul li p em {
    margin: 0 0 2.666667vw;
    font-size: 5.3333333vw;
  }
  .afterSupportIntro .inner ul li p a {
    border-radius: 1.3333333vw;
    background-position: right 3.333333vw center;
    box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.1);
    margin: 6.6666667vw 0 0;
    width: 100%;
    height: 16.266667vw;
    line-height: 16.266667vw;
    font-size: 5.3333333vw;
  }

  /* after support expense setting
  ------------------------------------*/
  .afterSupportExpense .inner {
    display: block;
    padding: 16vw 0;
    width: 100vw;
    text-align: center;
  }
  .afterSupportExpense .inner h2 {
    margin: 0 0 8.6666667vw;
    font-size: 4.8vw;
  }
  .afterSupportExpense .inner h2 span {
    margin: 0;
    line-height: 1.4;
    font-size: 6.9333333vw;
  }
  .afterSupportExpense .inner h2 span::after {
    bottom: -1.3333333vw;
    height: 0.5333333vw;
  }
  .afterSupportExpense .inner img {
    width: 89.6vw;
  }
  .afterSupportExpense .inner p {
    margin: 0 auto 16vw;
    padding: 4.2666667vw 0 0;
    width: 90vw;
    line-height: 1.6;
    font-size: 4.2666667vw;
  }
  .afterSupportExpense .inner p sup {
    font-size: 2.4vw;
  }
  .afterSupportExpense .inner p small {
    margin: 2vw 0 0;
    font-size: 2.933333vw;
  }
  .afterSupportExpense .inner .tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 4vw;
    width: 100%;
  }
  .afterSupportExpense .inner .tableWrap table {
    width: 170.133333vw;
  }
  .afterSupportExpense .inner .tableWrap table th {
    border: 0.2666667vw solid #ccc;
    padding: 5.4vw 0 4.8vw 4.8vw;
    width: 48vw;
    font-size: 4.8vw;
  }
  .afterSupportExpense .inner .tableWrap table td {
    border: 0.2666667vw solid #ccc;
    padding: 4vw 0 4vw 4.8vw;
    width: 122.133333vw;
    letter-spacing: -0.02em;
    font-size: 4.2666667vw;
  }
  .afterSupportExpense .inner .tableWrap table td ul li {
    padding: 0 0 0 4.2666667vw;
  }
  .afterSupportExpense .inner .tableWrap table td ul li::before {
    left: -1.3333333vw;
  }
  .afterSupportExpense .inner .tableWrap table td ul li:not(:last-child) {
    margin: 0 0 0.4vw;
  }
  .afterSupportExpense .inner .tableWrap table td ul li small {
    font-size: 2.933333vw;
  }

  /* plan setting
  ------------------------------------*/
  .plan {
    padding: 9.3333333vw 0;
  }

  /* .cta-ajustment setting
  ------------------------------------*/
  .cta-ajustment {
    margin: 0 0 4vw;
    padding: 10.666667vw 0 0;
  }
  .cta-ajustment .c-cta {
    padding: 0;
  }
  .cta-ajustment .c-cta::before {
    display: none;
  }
  .cta-ajustment .c-cta .c-cta__sp {
    padding-bottom: 4vw;
  }

  /* .c-interview setting
  ------------------------------------*/
  .c-interview {
    border-top: none;
  }

  /* other plan setting
  ------------------------------------*/
  .otherPlan {
    background: #f3f3f3;
  }
}
.c-after-support-wrap {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-after-support-wrap {
    width: 100%;
  }
}
.c-after-support-wrap .c-after-support-wrap-body > .txt1 {
  margin-top: 40px;
  font-size: 16px;
  line-height: calc(29 / 16);
}
.c-after-support-wrap .c-after-support-wrap-body > .txt2 {
  margin-top: 20px;
  font-size: 12px;
  line-height: calc(29 / 12);
}
@media screen and (max-width: 768px) {
  .c-after-support-wrap .c-after-support-wrap-body > .txt2 {
    font-size: 11px;
    line-height: calc(30.8 / 22);
    padding-left: 1em;
    text-indent: -1em;
  }
}

.after-support-worry-list dt {
  background: url(../img/object/component/after-support/ico-check.svg) no-repeat 10px 0/22px auto;
  font-size: 20px;
  line-height: calc(22 / 20);
  color: #2d438b;
  font-weight: 700;
  padding: 0 10px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .after-support-worry-list dt {
    background-position: 0 2px;
    background-size: 19px auto;
    font-size: 18px;
    line-height: calc(50.4 / 36);
    padding: 0 10px 0 31px;
  }
}
.after-support-worry-list dt.has-num {
  background: none;
  padding: 0 10px 0 0;
}
.after-support-worry-list dt .num {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1;
  width: 44px;
  text-align: right;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .after-support-worry-list dt .num {
    text-align: left;
    font-size: 20px;
    width: 32px;
    top: 2px;
  }
}
.after-support-worry-list dd {
  font-size: 16px;
  line-height: calc(29 / 16);
  padding: 8px 10px 25px 40px;
}
@media screen and (max-width: 768px) {
  .after-support-worry-list dd {
    padding: 10px 10px 21px 31px;
    line-height: calc(51.2 / 32);
  }
}
.after-support-worry-list:has(.num) dt {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .after-support-worry-list:has(.num) dt {
    padding-left: 32px;
  }
}
.after-support-worry-list:has(.num) dd {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .after-support-worry-list:has(.num) dd {
    padding-left: 32px;
  }
}
.after-support-worry-list:has(+ .after-support-worry-list) {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.after-support-service-list {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .after-support-service-list {
    width: 100%;
  }
}
.after-support-service-list ul {
  display: grid;
  grid-template-columns: repeat(4, 230px);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .after-support-service-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.after-support-service-list ul li {
  background: #fff;
  border-radius: 4px;
  position: relative;
  align-content: center;
  transition: 0.2s ease-in-out box-shadow;
}
.after-support-service-list ul li::after {
  content: "";
  background: url(../img/object/component/about/c-reason-arrow3.svg) no-repeat 100% 100%/100% auto;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 9px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .after-support-service-list ul li::after {
    width: 8px;
    height: 13px;
    right: 3px;
  }
}
.after-support-service-list ul li a {
  display: grid;
  grid-template-columns: 84px auto;
  gap: 14px;
  padding: 5px;
  text-decoration: none;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .after-support-service-list ul li a {
    grid-template-columns: 67px auto;
    padding: 4px;
    gap: 8px;
  }
}
.after-support-service-list ul li a img {
  width: 84px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .after-support-service-list ul li a img {
    width: 67px;
  }
}
.after-support-service-list ul li a span {
  font-size: 16px;
  line-height: calc(22.4 / 16);
  font-weight: 700;
  padding-right: 21px;
}
@media screen and (max-width: 768px) {
  .after-support-service-list ul li a span {
    font-size: 14px;
    line-height: calc(40 / 28);
    padding-right: 12px;
  }
}
@media (any-hover: hover) {
  .after-support-service-list ul li:hover {
    box-shadow: 0 0 10px rgba(45, 67, 139, 0.4);
  }
}

.tree-burial-point ul {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .tree-burial-point ul {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.tree-burial-point ul li {
  min-height: 105px;
  background: #fff;
  border-radius: 10px;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18);
}
@media screen and (max-width: 768px) {
  .tree-burial-point ul li {
    border-radius: 5px;
    min-height: 72px;
    line-height: calc(50.4 / 36);
  }
}
.tree-burial-point ul:has(li:first-child + li + li + li:last-child) {
  grid-template-columns: repeat(4, 225px);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .tree-burial-point ul:has(li:first-child + li + li + li:last-child) {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.tree-burial-point ul:has(li:first-child + li + li + li:last-child) li {
  min-height: 134px;
}
@media screen and (max-width: 768px) {
  .tree-burial-point ul:has(li:first-child + li + li + li:last-child) li {
    min-height: 72px;
  }
}
.tree-burial-point ul:has(li:first-child + li + li + li + li:last-child) li:nth-child(4) {
  width: 300px;
  grid-column: 1/3;
  grid-row: 2/2;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .tree-burial-point ul:has(li:first-child + li + li + li + li:last-child) li:nth-child(4) {
    width: auto;
    justify-self: normal;
    grid-column: auto;
    grid-row: auto;
  }
}
.tree-burial-point ul:has(li:first-child + li + li + li + li:last-child) li:nth-child(5) {
  width: 300px;
  grid-column: 2/4;
  grid-row: 2/2;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .tree-burial-point ul:has(li:first-child + li + li + li + li:last-child) li:nth-child(5) {
    width: auto;
    justify-self: normal;
    grid-column: auto;
    grid-row: auto;
  }
}

.tree-burial-type-list ul {
  display: grid;
  grid-template-columns: repeat(3, 290px);
  gap: 40px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .tree-burial-type-list ul {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.tree-burial-type-list ul li {
  position: relative;
}
.tree-burial-type-list ul li .label {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #2d438b;
  width: fit-content;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin-inline: auto;
  border-bottom: 2px solid currentColor;
  padding: 0 1px 10px;
}
@media screen and (max-width: 768px) {
  .tree-burial-type-list ul li .label {
    padding: 0 6px 10px;
    top: -9px;
  }
}
.tree-burial-type-list ul li img {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .tree-burial-type-list ul li img {
    max-width: 215px;
  }
}
.tree-burial-type-list ul li .txt-wrap {
  padding-block: 20px 0;
}
.tree-burial-type-list ul li .txt1 {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tree-burial-type-list ul li .txt1 {
    font-size: 18px;
    line-height: calc(50.4 / 36);
    margin-bottom: 8px;
  }
}
.tree-burial-type-list ul li .txt1 span {
  font-size: calc(16 / 22 * 100%);
  display: inline-block;
  margin-inline: -7px;
}
.tree-burial-type-list ul li .txt2 {
  font-size: 16px;
  line-height: calc(29 / 16);
}
@media screen and (max-width: 768px) {
  .tree-burial-type-list ul li .txt2 {
    font-size: 16px;
  }
}
.tree-burial-type-list.-type2 ul {
  grid-template-columns: repeat(3, 300px);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .tree-burial-type-list.-type2 ul {
    grid-template-columns: 100%;
  }
}
.tree-burial-type-list.-type2 ul li .label {
  font-size: 24px;
  color: #fff;
  background: #2d438b;
  text-align: center;
  align-content: center;
  width: 50px;
  aspect-ratio: 1 / 1;
  top: 0;
  right: auto;
  margin-inline: auto;
  border-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .tree-burial-type-list.-type2 ul li .label {
    font-size: 20px;
    width: 40px;
  }
}
.tree-burial-type-list.-type2 ul li img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-emergency-table {
    width: calc(100% + 15px);
    overflow-x: auto;
  }
}
.c-emergency-table table {
  margin: 0;
  border-color: inherit;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-emergency-table table:has(th:nth-child(1) + th + th:nth-child(3)) {
    width: 857px;
  }
  .c-emergency-table table:has(th:nth-child(1) + th:nth-child(2)) {
    width: 640px;
  }
}
.c-emergency-table table tr td, .c-emergency-table table tr th {
  border: 1px solid #ccc;
}
.c-emergency-table table tr th {
  font-weight: 700;
  font-size: 18px;
  line-height: calc(29 /18);
  color: #fff;
}
.c-emergency-table table tr:has(th:nth-child(1) + th + th:nth-child(3)) th:nth-child(1) {
  width: calc(240 / 960 * 100%);
}
.c-emergency-table table tr:has(th:nth-child(1) + th + th:nth-child(3)) th:nth-child(2) {
  width: calc(360 / 960 * 100%);
}
.c-emergency-table table tr:has(th:nth-child(1) + th + th:nth-child(3)) th:nth-child(3) {
  width: calc(360 / 960 * 100%);
}
.c-emergency-table table tr:has(th:nth-child(1) + th:nth-child(2)) th:nth-child(1) {
  width: calc(350 / 960 * 100%);
}
@media screen and (max-width: 768px) {
  .c-emergency-table table tr:has(th:nth-child(1) + th:nth-child(2)) th:nth-child(1) {
    width: calc(522 / 1280 * 100%);
  }
}
.c-emergency-table table tr:has(th:nth-child(1) + th:nth-child(2)) th:nth-child(2) {
  width: calc(610 / 960 * 100%);
}
@media screen and (max-width: 768px) {
  .c-emergency-table table tr:has(th:nth-child(1) + th:nth-child(2)) th:nth-child(2) {
    width: calc(758 / 1280 * 100%);
  }
}
.c-emergency-table table tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(29 /16);
}
@media screen and (max-width: 768px) {
  .c-emergency-table table tr td {
    line-height: calc(51.2 / 38);
  }
}
.c-emergency-table table thead th {
  text-align: center;
  background: #2d438b;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-emergency-table table thead th {
    padding: 7px;
  }
}
.c-emergency-table table tbody th {
  background: #7f8eac;
  text-align: left;
  vertical-align: top;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-emergency-table table tbody th {
    padding: 15px 19px;
  }
}
.c-emergency-table table tbody td {
  vertical-align: top;
  background: #fff;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-emergency-table table tbody td {
    padding: 15px 19px;
  }
}

.c-embalming-guide {
  background: #dfe9f3;
  border-radius: 10px;
  padding: 38px 40px 34px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-embalming-guide {
    padding: 20px 20px 22px;
    border-radius: 5px;
    margin-top: 30px;
  }
}
.c-embalming-guide .txt1 {
  text-align: center;
  color: #2d438b;
  font-size: 20px;
  line-height: calc(25 /20);
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-embalming-guide .txt1 {
    text-align: left;
    font-size: 18px;
  }
}
.c-embalming-guide .txt2 {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(29 /16);
}
@media screen and (max-width: 768px) {
  .c-embalming-guide .txt2 {
    line-height: calc(51.2 / 38);
  }
}

.c-embalming-dl dl {
  display: grid;
  grid-template-columns: calc(260 / 960 * 100%) calc(700 / 960 * 100%);
  min-height: 88px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-embalming-dl dl {
    grid-template-columns: 100%;
    min-height: auto;
    margin-bottom: 19px;
  }
}
.c-embalming-dl dl dt {
  text-align: center;
  align-content: center;
  background: #2d438b;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-embalming-dl dl dt {
    min-height: 57px;
  }
}
.c-embalming-dl dl dd {
  align-content: center;
  font-weight: 700;
  background: #fff;
  padding: 0 35px;
  border: 1px solid #ccc;
  border-left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-embalming-dl dl dd {
    text-align: center;
    min-height: 80px;
    padding: 0;
  }
}
.c-embalming-dl strong {
  font-family: "Oswald", sans-serif;
}
.c-embalming-dl .txt1 {
  color: #2d438b;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-embalming-dl .txt1 {
    font-size: 16px;
  }
}
.c-embalming-dl .txt1 strong {
  font-size: calc(28 /  20 * 100%);
}
@media screen and (max-width: 768px) {
  .c-embalming-dl .txt1 strong {
    font-size: calc(24 /  16 * 100%);
  }
}
.c-embalming-dl .txt2 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-embalming-dl .txt2 {
    font-size: 12px;
  }
}
.c-embalming-dl .txt2 strong {
  font-size: calc(20 /  16 * 100%);
}
@media screen and (max-width: 768px) {
  .c-embalming-dl .txt2 strong {
    font-size: calc(16 /  12 * 100%);
  }
}
.c-embalming-dl .txt3 {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(29 /16);
}
@media screen and (max-width: 768px) {
  .c-embalming-dl .txt3 {
    line-height: calc(51.2 / 38);
  }
}

.c-embalming-service-info {
  background: #fff;
  border-radius: 10px;
  padding: 26px 30px 23px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .c-embalming-service-info {
    padding: 20px 20px 22px;
    border-radius: 5px;
    margin-top: 30px;
  }
}
.c-embalming-service-info .txt1 {
  color: #2d438b;
  font-size: 18px;
  line-height: calc(25 / 18);
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .c-embalming-service-info .txt1 {
    text-align: left;
    font-size: 18px;
  }
}
.c-embalming-service-info ul {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-embalming-service-info ul {
    flex-direction: column;
    gap: 14px;
  }
}
.c-embalming-service-info ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(29 /16);
}
@media screen and (max-width: 768px) {
  .c-embalming-service-info ul li {
    line-height: 1;
  }
}
.c-embalming-service-info ul li::before {
  content: "";
  background: #2d438b;
  width: 6px;
  border-radius: 100vmax;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 9px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .c-embalming-service-info ul li::before {
    left: 5px;
    top: 5px;
  }
}
