@charset "UTF-8";
.sec_tit_box {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.sec_tit_box .sub_tit {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-right: -0.6%;
  line-height: 1.15;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}

.sec_tit_box .sub_tit span {
  margin: 0 0.5625rem;
}

.sec_tit_box .sub_tit::before, .sec_tit_box .sub_tit::after {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 1.875rem;
  background-size: 100% 100%;
  background-image: url(../common/img/txt_mark.png);
}

.sec_tit_box .sub_tit::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.sec_tit_box .sec_tit {
  margin: 0;
  font-size: 27px;
}

.select_box input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_box input[type="submit"] {
  margin-left: 0;
  width: 100px;
  font-size: 1.125rem;
  line-height: 2.5;
  flex-shrink: 0;
  color: #fff;
  background-color: #a61978;
  border: none;
  cursor: pointer;
}

.search_step1, .search_step2 {
  width: 200px;
  margin-right: 20px;
}

.select_wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 45px;
}

.select_wrap select {
  padding: 0 32px 0 12px;
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select_wrap select::-ms-expand {
  display: none;
}

.select_wrap::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #a80f78 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  border-width: 7px 6px 0;
  right: 16px;
}

.input_wrap {
  width: 100%;
}

.input_wrap input {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #000;
  height: 2.8125em;
}

/*mv
-----------------------------------------------------------*/
#mv {
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
}

#mv .slide_wrap {
  width: 100%;
}

#mv .top_tit {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  order: 1;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 13px 0;
  background: #fff;
}

#mv .top_tit span {
  margin: 0 10px;
}

#mv .top_tit::after, #mv .top_tit::before {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background: #333;
}

#mv div[class^="slide_box"] {
  background-size: cover;
  background-position: center top;
  width: 100%;
}

#mv .slide_box01 {
  background-image: url(../img/mvbg01.jpg);
  padding: 66px 0 105px;
}

#mv .slide_box01 .inner {
  position: relative;
}

#mv .slide_box01 .inner > * {
  position: relative;
  z-index: 1;
}

#mv .slide_box01 .inner figure {
  width: 39.2%;
  position: absolute;
  right: -14.3%;
  bottom: -105px;
  z-index: 0;
}

#mv .slide_box01 .mv_txt {
  margin-bottom: 23px;
}

#mv .slide_box01 .mv_list {
  width: 64.6%;
  margin: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#mv .slide_box01 .mv_list li {
  width: 27.8637770898%;
}

#mv .slick-dots {
  bottom: 30px;
}

#mv .slick-dots li {
  margin: 0;
}

#mv .slick-dots li button::before {
  font-size: 10px;
  opacity: 1;
  color: #fff;
}

#mv .slick-dots li.slick-active button::before {
  color: #333;
}

#mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#mv .slick-slide img.sp {
  display: none;
}

#mv .page_tit {
  margin-bottom: 22px;
}
#mv .slide_box01 {
  position: relative;
}
#mv .slide_box01 .chokuso_link_btn {
  width: 33.75rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 4.4375rem;
}
#mv .slide_box01 .chokuso_link_btn dl {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.1em;
  box-sizing: border-box;
}
#mv .slide_box01 .chokuso_link_btn dl dt {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0.0272727273em 0.3636363636em 0 0;
}
#mv .slide_box01 .chokuso_link_btn dl dd {
  vertical-align: baseline;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 0.4125em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#mv .slide_box01 .chokuso_link_btn dl dd strong {
  margin-left: 0.1315789474em;
  font-size: 38px;
  letter-spacing: normal;
  margin-right: 0.07em;
  margin-bottom: -0.08em;
}
#mv .slide_box01 .chokuso_link_btn dl dd .typ1 {
  margin: 0 -0.3em;
}
#mv .slide_box01 .chokuso_link_btn dl dd .typ2 {
  font-size: 13px;
  letter-spacing: normal;
  margin-left: 0.8em;
  margin-bottom: 0.08em;
}
#mv .slide_box01 .chokuso_link_btn .note {
  font-size: 10px;
  letter-spacing: 0.07em;
}
#mv .slide_box01 .chokuso_link_btn a {
  background: #a80f78;
  display: block;
  padding: 0.375rem 0 0.5rem;
  box-sizing: border-box;
}
#mv .slide_box01 .chokuso_link_btn a:hover {
  opacity: 0.6;
}

/*top_mv_menu
-----------------------------------------------------------*/
#top_mv_menu .top_mv_menu_list {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  color: #fff;
}

#top_mv_menu .top_mv_menu_list li {
  width: calc(25% - 1px );
}

#top_mv_menu .top_mv_menu_list li a {
  height: 100%;
  background: #a80f78;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 163px;
}

#top_mv_menu .top_mv_menu_list li a::before {
  content: "";
  display: block;
  width: 29.1428571429%;
  max-width: 102px;
  height: 100%;
  background-size: 100% auto;
  margin-right: 2.2857142857%;
  background-position: center center;
  background-repeat: no-repeat;
}

#top_mv_menu .top_mv_menu_list li a dl {
  font-weight: bold;
  min-width: 54.8571428571%;
  text-align: center;
  font-size: 16px;
}

@media print, screen and (min-width: 1000px) and (max-width: 1300px) {
  #top_mv_menu .top_mv_menu_list li a dl {
    font-size: 1.2307692308vw;
  }
}
@media print, screen and (max-width: 999px) {
  #top_mv_menu .top_mv_menu_list li a dl {
    font-size: 12px;
  }
}
#top_mv_menu .top_mv_menu_list li a dl dt {
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 14px;
}

#top_mv_menu .top_mv_menu_list li a dl dt strong {
  font-size: 1.375em;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
  line-height: 1;
}

#top_mv_menu .top_mv_menu_list li a dl dd {
  font-size: 0.8125em;
  padding-bottom: 11px;
  position: relative;
}

#top_mv_menu .top_mv_menu_list li a dl dd::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 5.625rem;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#top_mv_menu .top_mv_menu_list li a dl dd::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 0.625rem;
}

#top_mv_menu .top_mv_menu_list li:first-child a::before {
  background-image: url(../img/top_mv_menu_list01.png);
}

#top_mv_menu .top_mv_menu_list li:nth-child(2) a::before {
  background-image: url(../img/top_mv_menu_list02.png);
}

#top_mv_menu .top_mv_menu_list li:nth-child(3) a::before {
  background-image: url(../img/top_mv_menu_list03.png);
}

#top_mv_menu .top_mv_menu_list li:last-child a::before {
  background-image: url(../img/top_mv_menu_list04.png);
}

/*top_bnr_area
-----------------------------------------------------------*/
#top_bnr_area {
  margin-bottom: 38px;
}

#top_bnr_area .top_bnr_list {
  width: 82%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 40px;
  text-align: center;
}

#top_bnr_area .top_bnr_list li {
  width: 48.7804878049%;
}

#top_bnr_area .top_bnr_list li .txt {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 8px;
  font-weight: bold;
}

#top_bnr_area .top_bnr_list li .txt span {
  margin: 0 4px;
}

#top_bnr_area .top_bnr_list li .txt strong {
  font-size: 17.2px;
}

#top_bnr_area .top_bnr_list li .txt::before, #top_bnr_area .top_bnr_list li .txt::after {
  content: "";
  display: inline-block;
  width: 0.6875rem;
  height: 1.1875rem;
  background-size: auto 100%;
  background-image: url(../common/img/txt_mark02.png);
  background-repeat: no-repeat;
}

#top_bnr_area .top_bnr_list li .txt::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#top_bnr_area .link_box_list {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}

#top_bnr_area .link_box_list li {
  width: 33.233632436%;
  margin-bottom: 0;
}

#top_bnr_area .link_box_list li dl {
  text-align: center;
  padding: 20px 0 19px;
  position: relative;
}

#top_bnr_area .link_box_list li dl dt {
  font-size: 1.3125rem;
  margin-bottom: 15px;
  font-weight: bold;
}

#top_bnr_area .link_box_list li dl dd {
  font-size: 0.9375rem;
}

#top_bnr_area .link_box_list li dl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #a80f78;
}

#top_bnr_area .link_box_list li.first_link dl dt span {
  position: relative;
  display: inline-block;
}

#top_bnr_area .link_box_list li.first_link dl dt span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -2.0625rem;
  width: 1.3125rem;
  height: 1.625rem;
  background-image: url(/common/img/h_first_icon.png);
  background-size: 100% 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*set_plan_area
-----------------------------------------------------------*/
#set_plan_area {
  margin-bottom: 27px;
}

/*link_area
-----------------------------------------------------------*/
#link_area {
  margin-bottom: 78px;
}
#link_area .bnr_box01 {
  margin-bottom: 20px;
}

/*search_area
-----------------------------------------------------------*/
#search_area .tit_area {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#search_area .tit_area > div:first-of-type {
  margin-bottom: 15px;
}

#search_area .tit_area::before, #search_area .tit_area::after {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
}

#search_area .tit_area::before {
  width: 4rem;
  height: 5.125rem;
  background-image: url(/common/img/bottom_tit_img01.png);
  margin-right: 2.1%;
}

#search_area .tit_area::after {
  width: 7.25rem;
  height: 6.0625rem;
  background-image: url(/common/img/bottom_tit_img02.png);
  margin-left: 1.7%;
}

#search_area .sec_tit {
  margin-bottom: 11px;
}

#search_area .sub_txt_list {
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}

#search_area .sub_txt_list li {
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search_area .sub_txt_list li span {
  background: #a80f78;
  line-height: 2.125rem;
  padding: 0 1.125rem;
}

#search_area .sub_txt_list li:first-child {
  margin-right: -0.3125rem;
}

#search_area .sub_txt_list li:first-child::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.125rem 0.625rem 0 0;
  border-color: #a80f78 transparent transparent transparent;
}

#search_area .sub_txt_list li:last-child::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.125rem 0.625rem;
  border-color: transparent transparent #a80f78 transparent;
}

#search_area .search_wrap {
  background: #f6f4f8;
  border: 1px dashed #a80f78;
  padding: 28px 3.2% 30px;
}

#search_area .hall_list_box {
  margin-bottom: 36px;
}

#search_area .hall_list_box .box_tit::before {
  content: "";
  width: 2.125rem;
  height: 2.1875rem;
  background-size: 100% 100%;
  background-image: url(/common/img/hall_list_box_tit.png);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.8125rem;
}

#search_area .hall_list_box .box_tit::after {
  margin-top: 4px;
}

#search_area .hall_list_box .hall_list dt {
  width: 8.75rem;
  color: #a80f78;
  font-size: 1rem;
  line-height: 2.08;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#search_area .hall_list_box .hall_list dd {
  width: calc(100% - 8.75rem);
  font-size: 1rem;
  line-height: 2.08;
  letter-spacing: 0.03em;
}

#search_area .hall_list_box .hall_list dd span {
  font-size: 0.8125rem;
}

#search_area .hall_list_box .hall_list dd li {
  color: #bababa;
}

#search_area .hall_list_box .hall_list dd li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}

#search_area .hall_list_box .hall_list dd a {
  text-decoration: underline;
  color: #000;
}
#search_area .hall_list_box .hall_list dd a:hover {
  text-decoration: none;
}

#search_area .local_area_box {
  margin-bottom: 36px;
}

#search_area .local_area_box .box_tit::before {
  content: "";
  width: 2.125rem;
  height: 2.1875rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/common/img/search_area_icon.png);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.8125rem;
}

#search_area .local_area_box .box_tit::after {
  margin-top: 4px;
}

#search_area .local_area_box .local_area_list {
  background: #fff;
  padding: 21px 20px 0;
}

#search_area .local_area_box .local_area_list li {
  margin: 0 16px 20px;
}
#search_area .local_area_box .local_area_list li a {
  text-decoration: underline;
}
#search_area .local_area_box .local_area_list li a:hover {
  text-decoration: none;
}

#search_area .search_area_box {
  margin-bottom: 36px;
}

#search_area .search_area_box .box_tit::before {
  content: "";
  width: 2.125rem;
  height: 2.1875rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/common/img/search_area_icon.png);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.8125rem;
}

#search_area .search_area_box .box_tit::after {
  margin-top: 4px;
}

#search_area .search_area_box .select_box form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search_area .search_nearby_wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#search_area .search_nearby_wrap .search_nearby {
  margin-bottom: 0;
  width: 540px;
}

#search_area .search_nearby_wrap .search_nearby .box_tit::before {
  content: "";
  width: 2.125rem;
  height: 2.1875rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/common/img/train_icon.png);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.8125rem;
}

#search_area .search_nearby_wrap .search_nearby .box_tit::after {
  margin-top: 4px;
}

#search_area .search_nearby_wrap .search_nearby form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search_area .search_nearby_wrap .search_zip {
  margin-bottom: 0;
  width: 350px;
}

#search_area .search_nearby_wrap .search_zip .box_tit::before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/common/img/zip_icon.png);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 1.0625rem;
}

#search_area .search_nearby_wrap .search_zip form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

#search_area .search_nearby_wrap .search_zip .label {
  font-size: 18px;
  margin-right: 9px;
}

/*link_area02
-----------------------------------------------------------*/
#link_area02 {
  margin-bottom: 78px;
}

/*support_area
-----------------------------------------------------------*/
#support_area {
  margin-bottom: 80px;
}

#support_area .sec_tit_box {
  margin-bottom: 10px;
}

#support_area .sec_tit_box figure {
  width: 7.4%;
  margin-left: -1%;
}

/*voice
-----------------------------------------------------------*/
#voice {
  margin-bottom: 80px;
}

#voice .sec_tit_box {
  margin-bottom: 24px;
}

#voice .sec_tit_box figure {
  width: 7.9%;
  margin-left: -1%;
}

#voice .voice_intro {
  background: #f6f4f8;
  border: 3px solid #a80f78;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 11px 0;
}

#voice .voice_intro dt {
  font-size: 1.375rem;
  font-weight: bold;
  color: #a80f78;
  line-height: 1.4;
  margin-right: 7%;
}

#voice .voice_intro dd {
  -webkit-align-items: center;
  align-items: center;
}

#voice .voice_intro dd .txt {
  font-size: 1.125rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid #a80f78;
  border-radius: 2.0625rem;
  font-weight: bold;
  margin-right: 1.0625rem;
  background: #fff;
}

#voice .voice_intro dd .score_graph_box {
  width: 6.375rem;
  height: 6.375rem;
}

#voice .voice_intro dd .score_graph_box .score_txt_box {
  padding-top: 20px;
}

#voice .voice_intro dd figure {
  width: 6.375rem;
}

#voice .voice_intro dd:first-of-type {
  margin-right: 5.4%;
}

#voice .onecolumn_txt {
  margin-bottom: 18px;
}

#voice .voice_list {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

#voice .voice_list li {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 32px 0 30px;
}

#voice .voice_list li:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid #ccc;
}

#voice .voice_list li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

#voice .voice_list li .txt_box {
  width: 11.1875rem;
  margin: 18px 5.421686747% 0 6.4257028112%;
}

#voice .voice_list li .txt_box .txt {
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0 0 13px;
}

#voice .voice_list li .txt_box .txt a {
  color: inherit;
}

#voice .voice_list li .txt_box .txt a:hover {
  text-decoration: none;
}

#voice .voice_list li .txt_box .name {
  font-size: 0.8125rem;
}

#voice .voice_list li .img_box {
  width: 46.1847389558%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#voice .voice_list li .img_box .score_graph_wrap {
  width: 6.375rem;
}

#voice .voice_list li .img_box .score_graph_wrap .score_graph_box {
  width: 100%;
  height: 6.375rem;
  margin-bottom: 10px;
}

#voice .voice_list li .img_box .score_graph_wrap .txt {
  font-size: 0.9375rem;
  font-weight: bold;
}

#voice .voice_list li .img_box figure {
  width: 6.375rem;
  text-align: center;
}

#voice .voice_list li .img_box figure img {
  margin-bottom: 10px;
}

#voice .voice_list li .img_box figure figcaption {
  font-size: 0.9375rem;
  font-weight: bold;
}

/*quality
-----------------------------------------------------------*/
#quality {
  margin-bottom: 90px;
}
#quality .quality_flex_sp {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
#quality .quality_flex_sp figure {
  width: 180px;
}
#quality .quality_flex_sp .txt_box {
  width: calc(100% - 250px);
  margin-left: 32px;
}
#quality .quality_flex_sp .txt_box .tit {
  margin-bottom: 15px;
  font-size: 1.375rem;
  color: #a80f78;
}
#quality .quality_box2 {
  margin-bottom: 30px;
}
#quality .quality_box2 .img_box {
  -webkit-flex-direction: column;
  flex-direction: column;
}
#quality .quality_box2 .img_box .txt_box {
  order: 1;
}
#quality .quality_box2 .img_box .txt_box .tit_txt {
  margin-bottom: 5px;
}
#quality .quality_box2 .img_box .txt_box .txt {
  text-align: justify;
  letter-spacing: -0.05em;
}
#quality .quality_box2 .img_box figure {
  margin-bottom: 15px;
}

/*funeral_flow
-----------------------------------------------------------*/
#funeral_flow {
  margin-bottom: 90px;
}
#funeral_flow > .onecolumn_txt small {
  font-size: 0.875em;
}

#funeral_flow .sec_tit span {
  display: inline-block;
  position: relative;
}

#funeral_flow .sec_tit span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -5.9375rem;
  width: 4.4375rem;
  height: 4.5rem;
  background-size: 100% 100%;
  background-image: url(../img/funeral_flow_tit_img.png);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#funeral_flow .box_tit_box {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}

#funeral_flow .box_tit_box .box_tit {
  margin: 0 2% 0 0;
}

#funeral_flow .box_tit_box .box_tit::after {
  width: 6.25rem;
}

#funeral_flow .box_tit_box .txt {
  font-size: 0.875rem;
}

#funeral_flow .date_list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 3px;
}

#funeral_flow .date_list li {
  border: 1px solid #ccc;
  border-bottom: none;
  height: 10px;
  text-align: center;
}

#funeral_flow .date_list li span {
  display: inline-block;
  background: #fff;
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  transform: translate(0, -80%);
  padding: 0 0.375rem;
  font-size: 0.875rem;
}

#funeral_flow .date_list li:first-child {
  width: 25.7%;
}

#funeral_flow .date_list li:first-child span {
  margin-left: 8.560311284%;
}

#funeral_flow .date_list li:nth-child(2) {
  width: 38.1%;
}

#funeral_flow .date_list li:last-child {
  width: 34.5%;
}

#funeral_flow .flow_list {
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}

#funeral_flow .flow_list li {
  background: #d6bbc0;
  text-align: center;
  padding: 14px 0;
  font-size: 0.9375rem;
  position: relative;
}

#funeral_flow .flow_list li:first-child {
  width: 10%;
}

#funeral_flow .flow_list li:nth-child(2) {
  width: 10.2%;
}

#funeral_flow .flow_list li:nth-child(3) {
  width: 13%;
}

#funeral_flow .flow_list li:nth-child(4) {
  width: 7%;
}

#funeral_flow .flow_list li:nth-child(5) {
  width: 24.9%;
}

#funeral_flow .flow_list li:nth-child(6) {
  width: 18.8%;
}

#funeral_flow .flow_list li:nth-child(7) {
  width: 6.3%;
}

#funeral_flow .flow_list li:last-child {
  width: 8.7%;
  margin-right: 11px;
}

#funeral_flow .flow_list li:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 11px;
  border-color: transparent transparent transparent #d6bbc0;
}

#funeral_flow .flow_list li:not(:nth-child(6)):not(:last-child)::after {
  content: "";
  width: 13px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  background-image: url(../img/flow_vecter.png);
  background-size: 100% 100%;
  z-index: 1;
}

#funeral_flow .link_box_list {
  margin-bottom: 30px;
}

#funeral_flow .link_box_list small {
  display: inline-block;
  font-size: 10px;
  background: #dedede;
  font-weight: normal;
  padding: 3px 2px;
  margin: -3px 1px 0;
}

/*news
-----------------------------------------------------------*/
#news {
  margin-bottom: 80px;
}

#news .news_list_wrap {
  border: 1px solid #ccc;
  position: relative;
}

#news .news_list_wrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ccc;
  top: 0;
  left: 50%;
}

#news .news_list_box {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}

#news .news_list_box .box_tit {
  margin-bottom: 28px;
}

#news .news_list {
  margin-bottom: 20px;
}

#news .news_list li {
  padding-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  min-height: 80px;
  box-sizing: border-box;
}

#news .news_list li:not(first-child) {
  margin-top: 22px;
}

#news .news_list li dl {
  font-size: 0.9375rem;
  line-height: 1.5em;
}

#news .news_date {
  width: 5.625rem;
}
#news .news_date::after {
  width: 4.1875rem;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 11px;
  display: block;
  margin-top: 7px;
  line-height: 1;
}
#news .news_date.skin_fair::after {
  content: "終活フェア";
  background-color: #5f880f;
}
#news .news_date.skin_meeting::after {
  content: "終活セミナー";
  background-color: #d85c18;
}
#news .news_date.skin_consultation::after {
  content: "相談会";
  background-color: #187ed8;
}

#news .news_content {
  width: calc(100% - 5.625rem);
  margin-left: auto;
}

#news .news_content a {
  color: #a80f78;
  text-decoration: underline;
}
#news .news_content a:hover {
  text-decoration: none;
}

/*outro
-----------------------------------------------------------*/
#outro .gray_box {
  background: #eeeef3;
  padding: 50px 5%;
}

#outro .gray_box .img_box {
  width: 32.8888888889%;
  margin-right: 3.3333333333%;
  position: relative;
}

#outro .gray_box .img_box .img01 {
  width: 70.2702702703%;
  margin: 0;
}

#outro .gray_box .img_box .img02 {
  width: 50.3378378378%;
  margin: -66px 0 0 49.6621621622%;
}

#outro .gray_box .txt_box {
  width: 63.4444444444%;
}

#outro .gray_box .txt_box .tit_txt {
  color: #a80f78;
  font-size: 1.625rem;
  line-height: 1.4em;
  margin-bottom: 28px;
}

#outro .gray_box .txt_box .txt {
  font-size: 0.9375rem;
  line-height: 2.1em;
}

/*knowledge_link_area
-----------------------------------------------------------*/
#knowledge_link_area .funeral_flow_list_wrap {
  margin-bottom: 100px;
}
#knowledge_link_area .knowledge_link_bnr {
  margin-bottom: 30px;
}
#knowledge_link_area .btn_list .list_btn a {
  background: #6654ae;
}
