@charset "UTF-8";
.font12 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .font12 {
    font-size: clamp(11px, 1vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .font12 {
    font-size: clamp(10px, 1.432vw, 11px);
  }
}
@media screen and (max-width: 480px) {
  .font12 {
    font-size: clamp(9px, 2.083vw, 10px);
  }
}

/*
BASIC
=====================================================================*/
.check_listbox .check_list_title, .notes_detailbox, ul#flow_notesList ul.check_list li, .list_check li, ul.freedial_mark_list li {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .check_listbox .check_list_title, .notes_detailbox, ul#flow_notesList ul.check_list li, .list_check li, ul.freedial_mark_list li {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .check_listbox .check_list_title, .notes_detailbox, ul#flow_notesList ul.check_list li, .list_check li, ul.freedial_mark_list li {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .check_listbox .check_list_title, .notes_detailbox, ul#flow_notesList ul.check_list li, .list_check li, ul.freedial_mark_list li {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .check_listbox .check_list_title, .notes_detailbox, ul#flow_notesList ul.check_list li, .list_check li, ul.freedial_mark_list li {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}

.flow_notes_headline .flow_num {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .flow_notes_headline .flow_num {
    font-size: clamp(26px, 1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .flow_notes_headline .flow_num {
    font-size: clamp(22px, 2.168vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .flow_notes_headline .flow_num {
    font-size: clamp(22px, 3.385vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .flow_notes_headline .flow_num {
    font-size: clamp(18px, 4.583vw, 22px);
  }
}

.flow_notes_headline {
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  .flow_notes_headline {
    font-size: clamp(22px, 1.25vw, 26px);
  }
}
@media screen and (max-width: 1024px) {
  .flow_notes_headline {
    font-size: clamp(18px, 1.668vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .flow_notes_headline {
    font-size: clamp(18px, 2.864vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .flow_notes_headline {
    font-size: clamp(16px, 3.75vw, 18px);
  }
}

.pickup_headline, .card_info_title {
  font-family: "Cochin", "NotoSerif", serif !important;
}

/* ===================================================================
お急ぎの方へ
=====================================================================*/
#bannerArea.urgency {
  padding-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #bannerArea.urgency {
    padding-top: 0%;
    margin-bottom: 0%;
  }
}

.urgency .min {
  font-family: "Cochin", "NotoSerif", serif !important;
}

.red {
  color: #D61105;
}

#flowIntro.one_period {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* ---------------------------------------------------------------- */
#criticalIllness .section_title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #criticalIllness .section_title {
    text-align: center;
  }
}

#criticalIllness dl.two_layot_bloc {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #criticalIllness dl.two_layot_bloc {
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 768px) {
  #criticalIllness dl.two_layot_bloc dt {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 768px) {
  #criticalIllness dl.two_layot_bloc dd {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #criticalIllness dl.two_layot_bloc.reverse dd .one_period {
    margin: 0 auto 0 0;
  }
}
#criticalIllness dl.two_layot_bloc div.font24 {
  margin-bottom: 1.4rem;
}

/* ---------------------------------------------------------------- */
#free_dialBox {
  max-width: 445px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #free_dialBox {
    margin: 4% auto 6%;
  }
}

.link_free_dial {
  padding: 0;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .link_free_dial {
    margin-bottom: 6%;
    width: 86%;
  }
}
.link_free_dial a, .link_free_dial img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
}
.link_free_dial a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
ul.freedial_mark_list {
  list-style-type: none;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.freedial_mark_list li {
  width: 32%;
  margin-right: 2%;
  height: auto;
  text-align: center;
  letter-spacing: 0;
  line-height: 100%;
  padding: 0.4rem 0.3rem 0.3rem;
  background: #fff;
  color: #016FB8;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(47, 142, 220, 0.2);
  box-shadow: 0 0 10px rgba(47, 142, 220, 0.2);
}
@media screen and (max-width: 768px) {
  ul.freedial_mark_list li {
    padding: 0.6rem 0.3rem 0.5rem;
  }
}
ul.freedial_mark_list li:nth-of-type(3n) {
  margin-right: 0;
}

/*
ご相談だけでも対応いたします
===================================================================== */
.p-center-card {
  width: 86%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-center-card {
    width: 88%;
    display: block;
    border-radius: 10px;
    padding-bottom: 2.5rem;
  }
}

/* ---------------------------------------------------------------- */
#criticalIllness .p-center-card {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #criticalIllness .p-center-card {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #criticalIllness .p-center-card .notes_inner {
    padding: max(3%, 30px) max(3%, 30px) max(3%, 30px) 0;
  }
}
@media screen and (max-width: 768px) {
  #criticalIllness .p-center-card .notes_inner {
    padding: max(3%, 30px);
  }
}

/* ---------------------------------------------------------------- */
.card_pic {
  padding: 0;
  width: 32%;
  height: 100%;
  margin: 0 3% 0 0;
  display: block;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 0 0 max(26%, 25px);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .card_pic {
    width: 46%;
    padding-bottom: 58%;
  }
}
@media screen and (max-width: 768px) {
  .card_pic {
    display: block;
    width: calc(100% - 5rem);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
  }
}
.card_pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .card_pic img {
    position: static;
    height: auto;
  }
}

/* ---------------------------------------------------------------- */
#card_notesBox {
  width: 65%;
}
@media screen and (max-width: 1200px) {
  #card_notesBox {
    width: 51%;
  }
}
@media screen and (max-width: 768px) {
  #card_notesBox {
    width: 100%;
  }
}

/* ---------------------------------------------------------------- */
.notes_inner {
  padding: max(3%, 30px);
}
@media screen and (max-width: 1200px) {
  .notes_inner {
    padding: 2%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .notes_inner {
    padding: 2.5rem;
  }
}

/* ---------------------------------------------------------------- */
.card_info_title {
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #3388dd;
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  .card_info_title {
    font-size: clamp(22px, 1.25vw, 26px);
  }
}
@media screen and (max-width: 1024px) {
  .card_info_title {
    font-size: clamp(18px, 1.668vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .card_info_title {
    font-size: clamp(18px, 2.864vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .card_info_title {
    font-size: clamp(16px, 3.75vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .card_info_title {
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */
.list_check {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.list_check li {
  position: relative;
  padding: 0px 0px 0px 2em;
  margin: 0px;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .list_check li {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .list_check li {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .list_check li {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .list_check li {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
.list_check li:before, .list_check li:after {
  position: absolute;
  top: 0.5rem;
  height: 1em;
  content: "";
}
.list_check li:before {
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  border: 1px solid #3388dd;
}
.list_check li:after {
  left: 0.5em;
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
  width: 0.5em;
  border-bottom: 2px solid #3388dd;
  border-right: 2px solid #3388dd;
}
.list_check > li + li {
  margin: 1em 0px 0px;
}

/* ===================================================================
ご依頼の流れ
=====================================================================*/
ul#flow_notesList {
  list-style-type: none;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  ul#flow_notesList {
    margin-top: 5%;
  }
}
ul#flow_notesList li {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  ul#flow_notesList li {
    margin-bottom: 5%;
  }
}
ul#flow_notesList li:last-of-type {
  margin-bottom: 0;
}
ul#flow_notesList ul.check_list {
  list-style-type: none;
  width: 68%;
  height: auto;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#flow_notesList ul.check_list {
    width: 100%;
  }
}
ul#flow_notesList ul.check_list li {
  width: auto;
  margin: 0 2% 0 0;
  line-height: 180%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: inherit;
  display: inline-block;
}
ul#flow_notesList ul.check_list li span {
  color: #78C153;
}
ul#flow_notesList ul.check_list li.fullsize {
  width: 100%;
}

/* ---------------------------------------------------------------- */
.flow_notes_inner {
  padding: 15px 60px 60px;
}
@media screen and (max-width: 768px) {
  .flow_notes_inner {
    padding: 6%;
  }
}

/* ---------------------------------------------------------------- */
dl.flow_notesbody {
  width: 95%;
  height: auto;
  margin: 0 0 4% auto;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  dl.flow_notesbody {
    margin-bottom: 2%;
  }
}
dl.flow_notesbody dt, dl.flow_notesbody dd {
  height: auto;
  position: relative;
  z-index: 1;
}
dl.flow_notesbody dt {
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 2%;
}
dl.flow_notesbody dd {
  width: 48%;
}

/* ---------------------------------------------------------------- */
.flow_notes_headline {
  font-weight: 400;
  line-height: 140%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "NotoSerif", serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: -0.01rem;
  padding-top: min(3%, 30px);
}
@media screen and (max-width: 768px) {
  .flow_notes_headline {
    margin-bottom: 4%;
  }
}
.flow_notes_headline .flow_num {
  font-family: "Cochin", "NotoSerif", serif !important;
  position: relative;
  z-index: 1;
  color: #78C153;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .flow_notes_headline .flow_num {
    position: relative;
    z-index: 1;
    margin-right: 1.5rem;
    /*
    	&:before {
    		content:"";
    		position: absolute;
    		right: -.7rem;
    		top: 0;
    		width: 1px;
    		height: 100%;
    		background: #78C153;
    	}
    */
  }
}
.flow_notes_headline .flow_num:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 2rem;
  height: 1px;
  background: #78C153;
}
@media screen and (max-width: 768px) {
  .flow_notes_headline .flow_num:after {
    left: auto;
    right: -0.5rem;
    top: 50%;
    bottom: auto;
    width: 1px;
    height: 1.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ---------------------------------------------------------------- */
.notes_headline_pic {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.notes_headline_pic img {
  width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ---------------------------------------------------------------- */
.notes_detailbox {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .notes_detailbox {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .notes_detailbox {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .notes_detailbox {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .notes_detailbox {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .notes_detailbox {
    text-align: left;
    margin-top: 6%;
    width: 95%;
  }
}

/* ---------------------------------------------------------------- */
.link_free_dial02 {
  width: 80%;
  height: auto;
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  .link_free_dial02 {
    width: 80%;
    margin: 0.5rem auto 0;
  }
}
.link_free_dial02 a, .link_free_dial02 img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
}
.link_free_dial02 a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
.flow_pickup_box {
  border: 1px solid #78C153;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow_pickup_box {
    margin-bottom: 4%;
  }
}
.flow_pickup_box .pickup_headline {
  margin-bottom: 0.8rem;
}

/* ---------------------------------------------------------------- */
.pickup_headline {
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .pickup_headline {
    font-size: clamp(19px, 1.0422vw, 22px);
  }
}
@media screen and (max-width: 1024px) {
  .pickup_headline {
    font-size: clamp(17px, 1.757vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .pickup_headline {
    font-size: clamp(17px, 2.343vw, 19px);
  }
}
@media screen and (max-width: 480px) {
  .pickup_headline {
    font-size: clamp(16px, 3.54vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .pickup_headline {
    text-align: center;
    margin-bottom: 0.8rem;
  }
}

/* ---------------------------------------------------------------- */
.check_listbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .check_listbox {
    display: block;
  }
}
.check_listbox:last-of-type {
  margin-bottom: 0;
}
.check_listbox .check_list_title {
  width: 26%;
  text-align: center;
  margin-right: 2%;
  background: rgba(120, 193, 83, 0.1);
  border-radius: 100vh;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .check_listbox .check_list_title {
    width: auto;
    display: inline-block;
    padding: 0.3rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}

/* ---------------------------------------------------------------- */
.cautions p {
  line-height: 140%;
  font-size: 14px;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 769px) {
  .cautions p {
    font-size: clamp(13px, 0.729vw, 14px);
  }
}
@media screen and (max-width: 1024px) {
  .cautions p {
    font-size: clamp(12px, 1.2695vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .cautions p {
    font-size: clamp(12px, 1.692vw, 13px);
  }
}
@media screen and (max-width: 480px) {
  .cautions p {
    font-size: clamp(11px, 2.5vw, 12px);
  }
}
.cautions p:last-of-type {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- */
.one_period_flow {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 1200px;
}

/* ---------------------------------------------------------------- */
.one_period_flow_notice {
  display: inline-block;
  margin: 10px auto;
  padding: 1rem 40px;
  border: 1px solid #78C153;
  border-radius: 100vh;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .one_period_flow_notice {
    width: 90%;
    padding: 1rem 0.4rem;
  }
}
.one_period_flow_notice p {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .one_period_flow_notice p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .one_period_flow_notice p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .one_period_flow_notice p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .one_period_flow_notice p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
.one_period_flow_notice p .for_msp {
  display: none;
}
@media screen and (max-width: 768px) {
  .one_period_flow_notice p {
    font-size: clamp(16px, 2.916vw, 18px);
  }
}
@media screen and (max-width: 480px) {
  .one_period_flow_notice p .for_msp {
    display: block;
  }
}

/* ===================================================================
ご葬儀プラン
=====================================================================*/
.section_urgency {
  padding: 90px 0 80px;
}
@media screen and (max-width: 768px) {
  .section_urgency {
    padding: 4% 0 0%;
  }
}
.section_urgency .contents_title {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .section_urgency .contents_title {
    text-align: center !important;
  }
}

/* ---------------------------------------------------------------- */
#urgency-Morgue dd {
  padding-right: 5%;
}

/* ===================================================================
よくある質問
=====================================================================*/
.flow_headline.qa span {
  padding-right: 0.4rem;
  color: #78C153;
  font-family: "Cochin", "NotoSerif", serif !important;
}

/* 2026.01.15 custom
/* ---------------------------------------------------------------- */
.sub_headline {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .sub_headline {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .sub_headline {
    font-size: clamp(18px, 1.757vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sub_headline {
    font-size: clamp(18px, 2.343vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  .sub_headline {
    font-size: clamp(15px, 3.33vw, 16px);
  }
}