<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1199px) {
  .l-header__logo img {
    max-height: 50px;
  }
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 55px;
  }
}

.p-triangle {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-article08__content {
    display: flex;
    flex-direction: column;
  }
  .p-article08__btn {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .p-footer-link {
    height: auto;
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.2;
    text-align: left;
  }
}

.post-type-archive-news .l-primary,
.single-news .l-primary {
  width: 100%;
}

.post-type-archive-news .l-secondary,
.single-news .l-secondary {
  display: none;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row &gt; .col {
  flex: 1;
}

.row &gt; .col.flex_0 {
  flex: 0;
}

.row &gt; .col.flex_1 {
  flex: 1;
}

.row &gt; .col.flex_2 {
  flex: 2;
}

.row &gt; .col.flex_3 {
  flex: 3;
}

.row &gt; .col.flex_4 {
  flex: 4;
}

.row &gt; .col.flex_5 {
  flex: 5;
}

.row &gt; .col.flex_6 {
  flex: 6;
}

.row &gt; .col.flex_7 {
  flex: 7;
}

.row &gt; .col.flex_8 {
  flex: 8;
}

.row &gt; .col.flex_9 {
  flex: 9;
}

.row &gt; .col.flex_10 {
  flex: 10;
}

@media (min-width: 768px) {
  .row.pc-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.pc-col2 &gt; .col {
    flex: 0 49%;
  }
  .row.pc-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.pc-col3 &gt; .col {
    flex: 0 32%;
  }
  .row &gt; .col.wide {
    flex: 100%;
  }
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 &gt; .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 &gt; .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .highlight {
  padding: calc(4% + 5px);
  background-color: rgba(153, 0, 31, 0.08);
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 15px;
  }
}

.p-entry__body .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .title_h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: auto;
  margin-bottom: 1.2em;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 {
    font-size: 24px;
    margin-bottom: 0.8em;
  }
}

.p-entry__body h3.title_h3 {
  position: relative;
  padding: 0;
  padding-left: 0.7em;
  margin-bottom: 0.8em;
}

.p-entry__body h3.title_h3:before {
  content: "";
  position: absolute;
  background: #99001f;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}

.p-entry__body h4.title_h4 {
  position: relative;
  font-size: 18px;
  padding: 0;
  padding-left: 0.8em;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .p-entry__body h4.title_h4 {
    font-size: 16px;
  }
}

.p-entry__body h4.title_h4:before {
  content: "";
  position: absolute;
  background: #99001f;
  width: 6px;
  height: 3px;
  top: 0.6em;
  left: 0;
}

.p-entry__body .p-btn {
  background: #99001f;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.p-entry__body .p-btn:hover {
  background: #700018;
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 0;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::after {
  content: "Follow us!";
  display: block;
  margin-left: 24px;
  font-size: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

.text-red {
  color: red;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 420px;
}

@media (max-width: 767px) {
  .map_wide {
    padding-top: 100%;
  }
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}

table.table-default tr th {
  vertical-align: middle;
}

table.table-default tr th.right, table.table-default tr td.right {
  text-align: right;
}

table.table-menu tr td {
  background: none;
  border-left: none;
  border-right: none;
}

table.table-menu tr td:not(:first-child) {
  text-align: right;
}

@media (max-width: 767px) {
  table.table-menu.responsive-stack td:not(:first-child) {
    border-top-style: dashed;
  }
}

@media (max-width: 767px) {
  table.responsive-stack {
    border-bottom: 1px solid #ddd;
  }
  table.responsive-stack tr th, table.responsive-stack tr td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    border-bottom: none;
  }
}

figure {
  text-align: center;
}

figure figcaption {
  margin-top: 1.5em;
}

figure + p {
  margin-top: 1.5em !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .pc-text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .pc-text-right {
    text-align: right;
  }
}

.text-large {
  font-size: 20px;
}

@media (max-width: 767px) {
  .text-large {
    font-size: 16px;
  }
}

.bold {
  font-weight: bold;
}

body:not(.home) .p-page-header__title {
  display: none;
}

@media (min-width: 1200px) {
  body:not(.home) .p-page-header__inner {
    top: calc(50% + 40px);
  }
}

body:not(.home) .row:not(:last-child) {
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  body:not(.home) .row:not(:last-child) {
    margin-bottom: 7%;
  }
}

body:not(.home) .row.mb-near {
  margin-bottom: 2%;
}

body:not(.home) .post_content .sec_basic:last-child {
  margin-bottom: 0;
}

body:not(.home) .l-primary ul.c-share {
  margin-top: 3em;
}

body:not(.home) .p-latest-news ul.p-latest-news__list {
  margin-top: 1em;
}

body:not(.home) .l-primary {
  width: 100%;
}

body:not(.home) .l-secondary {
  display: none;
}

body:not(.home) .p-latest-news__list li {
  margin-top: 1em;
}

.p-info {
  background: url(/wp-content/uploads/bg_img005.jpg) center;
  border-bottom: 0;
}

.p-pagetop {
  background: #444444;
}

.p-pagetop:hover {
  background: #700018;
}

.p-cb {
  padding-top: 0;
}

.p-entry__body {
  margin-bottom: 0;
}

.tp_instagram {
  background: url(/wp-content/uploads/bg_img001.jpg) top center;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .tp_instagram {
    padding: 50px 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .p-header-slider__item-img {
    background-size: contain;
    padding-bottom: 96%;
  }
}

@media (max-width: 767px) {
  .p-header-slider {
    height: auto;
  }
  .p-header-slider .p-header-slider__item-img {
    height: auto;
    padding-top: 100%;
  }
}

.border {
  border: 1px solid #99001f;
  padding: 3%;
}

ul.list-unstyled {
  margin-left: 0;
}

ul.list-unstyled li {
  list-style: none;
}

figure img + figcaption {
  margin-top: .8em;
}

.row.to_down {
  margin-bottom: 70px;
  position: relative;
}

.row.to_down:before {
  content: '';
  display: block;
  width: 50px;
  height: 20px;
  background: #99001f;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 220%);
}

@media (max-width: 767px) {
  .row.to_down {
    margin-bottom: 40px;
  }
  .row.to_down:before {
    width: 30px;
    height: 15px;
    transform: translate(-50%, 200%);
  }
}

.tp_company {
  background: #fff7eb;
}

@media (min-width: 768px) and (max-width: 1500px) {
  .tp_company .container {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .tp_company .row {
    display: flex;
    align-items: center;
  }
  .tp_company .row.reverse {
    flex-direction: row-reverse;
  }
  .tp_company .row .col:first-child figure {
    position: relative;
    height: 600px;
  }
  .tp_company .row .col:first-child figure:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #fff7eb 0%, rgba(255, 247, 235, 0) 100%);
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .tp_company .row .col:first-child figure img {
    position: absolute;
    max-width: 911px;
    top: 0;
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .tp_company .row .col:first-child figure {
    overflow: hidden;
  }
  .tp_company .row .col:first-child figure img {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .tp_company .row .col:last-child .txt_inner {
    position: relative;
  }
  .tp_company .row .col:last-child .txt_inner h2 {
    text-align: left;
    margin-bottom: 0.8em;
  }
}

@media (min-width: 768px) and (max-width: 1090px) {
  .tp_company .row .col:last-child .txt_inner h2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .tp_company .row .col:last-child .txt_inner h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (min-width: 1501px) {
  .tp_company .row .col:last-child .txt_inner p {
    line-height: 2.188;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .tp_company .row .col:last-child .txt_inner {
    max-width: 500px;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1090px) {
  .tp_company .row .col:last-child .txt_inner {
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .tp_company .row .col:last-child .btn {
    margin-top: 40px;
  }
  .tp_company .row .col:last-child .btn .col {
    display: flex;
    grid-gap: 40px;
  }
}

@media (max-width: 767px) {
  .tp_company .txt_inner {
    padding: calc(4% + 10px) 4%;
  }
}

.tp_grave_removal {
  position: relative;
  padding: 120px 0;
  max-width: 1920px;
  margin: auto;
}

@media (max-width: 900px) {
  .tp_grave_removal {
    padding: 50px 0;
  }
}

.tp_grave_removal:before, .tp_grave_removal:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 496px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.tp_grave_removal:before {
  background: url(/wp-content/uploads/bg_img003.jpg) no-repeat top right/contain;
  top: 0;
}

.tp_grave_removal:after {
  background: url(/wp-content/uploads/bg_img003_2.jpg) no-repeat bottom left/contain;
  bottom: 0;
}

.tp_grave_removal .container {
  width: calc(100% - 20px);
}

.tp_grave_removal .row {
  position: relative;
}

.tp_grave_removal .row h2 {
  text-align: left;
  margin-bottom: 0.8em;
}

@media (max-width: 1200px) {
  .tp_grave_removal .row h2 {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  .tp_grave_removal .row h2 {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 767px) {
  .tp_grave_removal .row h2 {
    font-size: 22px;
  }
}

.tp_grave_removal .row:before {
  content: "";
  position: absolute;
  z-index: -1;
}

@media (max-width: 1700px) {
  .tp_grave_removal .row:before {
    opacity: 0.5;
  }
}

@media (max-width: 900px) {
  .tp_grave_removal .row:before {
    content: none;
  }
}

.tp_grave_removal .row:first-child:before {
  background: url(/wp-content/uploads/bnr_img004_2.png) no-repeat center right/contain;
  width: 270px;
  height: 143px;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}

@media (max-width: 1700px) {
  .tp_grave_removal .row:first-child:before {
    width: 200px;
    bottom: -50px;
    transform: none;
    z-index: 2;
  }
}

.tp_grave_removal .row:nth-child(2):before {
  background: url(/wp-content/uploads/bnr_img005_3.png) no-repeat center left/contain;
  width: 153px;
  height: 226px;
  bottom: -50px;
  left: -50px;
  transform: translateX(-100%);
}

@media (max-width: 1700px) {
  .tp_grave_removal .row:nth-child(2):before {
    width: 120px;
    left: 0;
    top: -10%;
    bottom: auto;
    transform: none;
  }
}

.tp_grave_removal .row:last-child:before {
  background: url(/wp-content/uploads/bnr_img006_2.png) no-repeat center right/contain;
  width: 168px;
  height: 157px;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}

@media (max-width: 1700px) {
  .tp_grave_removal .row:last-child:before {
    width: 130px;
    bottom: -50px;
    transform: none;
    z-index: 2;
  }
}

@media (min-width: 901px) {
  .tp_grave_removal .row {
    display: flex;
    align-items: flex-end;
  }
  .tp_grave_removal .row:not(:last-child) {
    margin-bottom: 100px;
  }
  .tp_grave_removal .row figure {
    position: relative;
    height: 550px;
  }
  .tp_grave_removal .row figure img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;
  }
}

@media (min-width: 901px) and (max-width: 1300px) {
  .tp_grave_removal .row figure img.right {
    left: auto;
    right: 0;
    transform: none;
    width: 160%;
  }
}

@media (min-width: 901px) {
  .tp_grave_removal .row .txt_inner {
    position: relative;
    padding: 60px 0 20px;
    max-width: 520px;
    z-index: 1;
  }
  .tp_grave_removal .row .txt_inner:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 30%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  .tp_grave_removal .row .txt_inner p {
    line-height: 2.188;
  }
  .tp_grave_removal .row .txt_inner a.p-btn {
    margin-top: 2em;
  }
}

@media (min-width: 901px) and (max-width: 1700px) {
  .tp_grave_removal .row .txt_inner {
    margin: auto;
    width: 90%;
    max-width: 500px;
  }
  .tp_grave_removal .row .txt_inner:before {
    content: none;
  }
}

@media (min-width: 901px) {
  .tp_grave_removal .row .col.txt {
    position: relative;
  }
}

@media (min-width: 901px) and (max-width: 1700px) {
  .tp_grave_removal .row .col.txt {
    background: #fff;
  }
}

@media (min-width: 901px) and (min-width: 1701px) {
  .tp_grave_removal .row:not(.reverse) .txt_inner {
    margin-left: auto;
  }
  .tp_grave_removal .row:not(.reverse) .txt_inner:before {
    left: -70px;
  }
}

@media (min-width: 901px) and (min-width: 1701px) {
  .tp_grave_removal .row.reverse .txt_inner {
    margin-left: 0;
  }
  .tp_grave_removal .row.reverse .txt_inner:before {
    right: -70px;
  }
}

@media (max-width: 900px) {
  .tp_grave_removal .row {
    display: block;
    max-width: 640px;
    margin: auto;
    background: #fff;
  }
  .tp_grave_removal .row:not(:last-child) {
    margin-bottom: 7%;
  }
  .tp_grave_removal .row .col.txt {
    padding: calc(4% + 5px);
  }
  .tp_grave_removal .row .col .sp-text-center {
    text-align: center;
    margin-top: 1em;
  }
}

.p-index-content04 {
  padding: 50px 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-index-content04 {
    padding: 100px 0;
  }
}

.p-headline__link:hover {
  color: #efe0e0;
}

/*# sourceMappingURL=custom.css.map */
</pre></body></html>