@charset "UTF-8";
/*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: "hannari";
  src: url("/common/font/hannari.woff2") format("woff2"), url("/common/font/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

common local

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .planVisual > .in {
    display: flex;
    justify-content: space-between;
    max-width: 10.4rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .planVisual > .in {
    padding-bottom: 0.35rem;
  }
}
.planVisual .mv {
  position: relative;
  /*No1の表示（使用したい場合コメントアウトを外してください）
  .petan {
  	position: absolute;
  	z-index: 1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	background-image: url('../img/plan_detail_petan_bg.svg');
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: contain;
  	@include sc(pc) {
  		top: 0.1rem;
  		left: 0.1rem;
  		width: 1.2rem;
  		height: 1.11rem;
  	}
  	@include sc(sp){
  		top: .1rem;
  		left: .1rem;
  		width: 88px;
  		height: 82px;
  	}
  	span {
  		@include f_min(600);
  		line-height: 1.2;
  		color: $bcff;
  		text-align: center;
  		@include sc(pc) {
  			font-size: 0.21rem;
  			letter-spacing: 0.08em;
  		}
  		@include sc(sp){
  			padding-right: 0.6vw;
  			padding-bottom: 0.8vw;
  			font-size: 0.15rem;//15px;
  			letter-spacing: 0.1em;
  		}
  	}
  	strong {
  		font-size: 1.75em;
  		font-weight: 600;
  		line-height: 1;
  		letter-spacing: -0.07em;
  		@include sc(pc) {

  		}
  	}
  }*/
}
@media print, screen and (min-width: 641px) {
  .planVisual .mv {
    width: 5.86rem;
    height: 4.4rem;
  }
}
.planVisual .mv .ph {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .planVisual .mv .ph {
    height: 83.33vw;
  }
}
.planVisual .mv .ph img {
  border-radius: 0 0 0.25rem 0.25rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .mv .ph img {
    border-radius: 0;
  }
}
.planVisual .contBox {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox {
    width: 4.2rem;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .planVisual .contBox {
    width: calc(100% - 0.3rem);
    margin: 0 auto;
  }
}
.planVisual .contBox .title {
  text-align: center;
  background-color: #3E8B8C;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .title {
    margin-top: -0.26rem;
    padding: 0.09rem 0 0.14rem;
    border-radius: 0.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .title {
    padding: 0.25rem 0 0.32rem;
    border-radius: 0.1rem;
  }
}
.planVisual .contBox .title span {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.27rem;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .title span {
    font-size: 0.35rem;
  }
}
.planVisual .contBox .detail {
  margin-top: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail {
    margin-top: 0.2rem;
  }
}
.planVisual .contBox .detail dt {
  position: relative;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.12rem;
  color: #7a716e;
  z-index: 1;
}
.os-android .planVisual .contBox .detail dt {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dt {
    font-size: 0.15rem;
  }
}
.planVisual .contBox .detail dt::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  background-color: rgba(122, 113, 110, 0.5);
  z-index: -1;
}
.planVisual .contBox .detail dt span {
  display: inline-block;
  padding: 0 0.11rem;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd {
    margin-top: 0.2rem;
  }
}
.planVisual .contBox .detail dd .price {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price {
    font-feature-settings: "palt";
  }
}
.planVisual .contBox .detail dd .price .prefix {
  position: relative;
  display: inline-block;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price .prefix {
    padding-left: 0.25rem;
    margin-right: 0.23rem;
    text-align: left;
    font-size: 0.14rem;
    line-height: 1.68;
  }
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price .prefix {
    top: -0.05rem;
    padding-left: 0.15rem;
    margin-right: 0.18rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
}
.planVisual .contBox .detail dd .price strong {
  position: relative;
  top: -3px;
  z-index: 0;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price strong {
    font-size: 1.95em;
  }
}
.planVisual .contBox .detail dd .price strong.underline::before {
  bottom: 0.05rem;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price strong.digit1 {
    padding: 0 0.25em;
  }
}
.planVisual .contBox .detail dd .price .suffix {
  display: inline-block;
  position: relative;
  padding-top: 0.13rem;
  margin-left: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price .suffix {
    padding-top: 0.11rem;
    margin-left: 0.05rem;
  }
}
.planVisual .contBox .detail dd .price .suffix:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  font-size: 0.11rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price .suffix:before {
    font-size: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.general {
    margin-top: -0.07rem;
  }
}
.planVisual .contBox .detail dd .price.general .prefix {
  top: -0.08rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.general .prefix {
    top: -0.04rem;
  }
}
.planVisual .contBox .detail dd .price.general strong {
  top: 0;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.general strong {
    font-size: 0.25rem;
  }
}
.planVisual .contBox .detail dd .price.member {
  color: #03888e;
  margin-top: -0.1rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member {
    margin-top: -0.04rem;
  }
}
.planVisual .contBox .detail dd .price.member strong {
  font-size: 0.49rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member strong {
    font-size: 0.62rem;
  }
}
.planVisual .contBox .detail dd .price.member .suffix {
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price.member .suffix {
    top: -3px;
    font-size: 0.22rem;
    margin-left: 0.07rem;
  }
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member .suffix {
    font-size: 0.32rem;
  }
}
.planVisual .contBox .detail dd .price.member .suffix:before {
  left: 1px;
  font-size: 0.11rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member .suffix:before {
    top: 0.04rem;
    font-size: 0.13rem;
  }
}
.planVisual .contBox .detail dd .price.p_small {
  text-align: center;
  padding: 0;
  margin-bottom: 0.2rem;
  width: 100%;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #03888e;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price.p_small {
    font-size: 0.2rem;
  }
}
.planVisual .contBox .detail dd .price.p_small .en {
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price.p_small .en {
    font-weight: 400;
  }
}
.planVisual .contBox .detail dd .price.p_small .tax {
  font-size: 0.12rem;
}
@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price.p_small .tax {
    font-weight: 400;
  }
}
.planVisual .contBox .detail dd .box {
  margin-top: 0.05rem;
  padding: 0.05rem 0 0.1rem;
  background-color: #f3efec;
  border-radius: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box {
    margin-top: 0.04rem;
    padding: 0.08rem 0 0.11rem;
  }
}
.planVisual .contBox .detail dd .box .num {
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 0.13rem;
  color: #7C7574;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .num {
    font-size: 0.16rem;
  }
}
.planVisual .contBox .detail dd .box .num strong {
  font-size: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .num strong {
    font-size: 0.25rem;
  }
}
.planVisual .contBox .detail dd .box .num strong .min {
  position: relative;
  top: 0px;
  right: -1px;
  font-size: 0.16rem;
}
.planVisual .contBox .detail dd .box .flow {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow {
    margin-top: 0.03rem;
  }
}
.planVisual .contBox .detail dd .box .flow .item {
  position: relative;
  display: inline-block;
}
.planVisual .contBox .detail dd .box .flow .item._mask {
  opacity: 0.5;
}
.planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2) {
  padding-left: 0.15rem;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2) {
    padding-left: 0.2rem;
  }
}
.planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.12rem;
  height: 0.11rem;
  background-image: url(../img/home-funeral/mv_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2)::before {
    width: 0.16rem;
    height: 0.13rem;
  }
}
.planVisual .contBox .detail dd .box .flow .item span {
  display: inline-block;
  min-width: 0.66rem;
  padding: 0.01rem 0.12rem;
  background-color: #fff;
  border-radius: 0.11rem;
  box-sizing: border-box;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "palt";
  white-space: nowrap;
  font-size: 0.13rem;
  color: #03888e;
}
@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow .item span {
    min-width: 0.83rem;
    padding: 0.04rem 0.15rem 0.02rem;
    border-radius: 0.2rem;
    font-size: 0.16rem;
  }
}

/* -----------------------------------------------------------------------------

content（rem値修正）

----------------------------------------------------------------------------- */
.sec_intro > .in {
  padding: 0.25rem 0.15rem 0.5rem;
  background-color: #f3efec;
}
.sec_intro > .in > .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.9;
}
.os-android .sec_intro > .in > .title {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .sec_intro > .in > .title {
    font-size: 0.18rem;
  }
}
.sec_intro > .in > .title strong.marker {
  background: linear-gradient(transparent 53%, #f8d679 53%);
}
.sec_intro > .in > .txt {
  width: calc(100% - 0.6rem);
  margin: 0 auto;
  margin-top: 0.15rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .sec_intro > .in > .txt {
    width: 100%;
    text-align: center;
    font-size: 0.15rem;
  }
}
.sec_intro .mod_nav {
  margin-top: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  .sec_intro .mod_nav {
    margin-top: 0.7rem;
  }
}
.sec_intro .mod_nav .navWrap .navLink {
  background-color: #DDE9E2;
}

.sec_feature > .in {
  padding: 0.66rem 0;
}
@media print, screen and (min-width: 641px) {
  .sec_feature > .in {
    padding: 1.15rem 0 0.7rem;
  }
}
.sec_feature .secTit .title {
  line-height: 1.32;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .secTit .title {
    letter-spacing: 0.25em;
    line-height: 1.46;
  }
}
.sec_feature .itemBox {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox {
    max-width: 10.8rem;
    margin: auto;
    margin-top: 0.5rem;
    justify-content: space-between;
  }
}
.sec_feature .itemBox .item {
  width: 3.4rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item {
    width: 100%;
  }
}
.sec_feature .itemBox .item > .in {
  position: relative;
  width: 3rem;
  margin: auto;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item > .in {
    width: calc(100% - 0.34rem);
    padding-bottom: 0.3rem;
  }
}
.sec_feature .itemBox .item .thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 1.58rem;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .thumb {
    height: 36.66vw;
  }
}
.sec_feature .itemBox .item .thumb img {
  border-radius: 0.18rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .thumb img {
    border-radius: 0.13rem;
  }
}
.sec_feature .itemBox .item .thumb:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(50% - 0.62rem);
  bottom: -1rem;
  display: block;
  width: 1.24rem;
  height: 1.24rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .thumb:before {
    left: calc(50% - 14.165vw);
    bottom: -0.84rem;
    width: 28.33vw;
    height: 28.33vw;
  }
}
.sec_feature .itemBox .item .txtBox {
  position: relative;
  z-index: 1;
  margin-top: 0.35rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox {
    margin-top: 8.5vw;
  }
}
.sec_feature .itemBox .item .txtBox:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url("../img/reason_thumb_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox .item .txtBox:before {
    top: -0.06rem;
    left: calc(50% - 1.68rem);
    width: 3.36rem;
    height: 1.92rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox:before {
    top: 0.08rem;
    left: calc(50% - 1.39rem);
    width: 2.78rem;
    height: 1.58rem;
  }
}
.sec_feature .itemBox .item .txtBox .title {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.56;
  color: #78a98c;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox .title {
    font-feature-settings: "palt";
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox .item .txtBox .title {
    width: 130%;
    margin-left: -15%;
    font-size: 0.19rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox .title {
    width: 110%;
    margin-left: -5%;
    font-size: 0.21rem;
    letter-spacing: 0.11em;
    line-height: 1.42;
    white-space: nowrap;
  }
}
.sec_feature .itemBox .item .txtBox .txt {
  letter-spacing: 0.08em;
  color: #473933;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox .item .txtBox .txt {
    margin-top: 0.18rem;
    font-size: 0.15rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox .txt {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    line-height: 1.78;
  }
}
.sec_feature [data-slidearea01].type01 {
  padding: 0;
  overflow: hidden;
  margin-top: 0.4rem;
}
.sec_feature [data-slidearea01].type01 .slidearea01_wrap {
  max-width: 11.8rem;
  width: 100%;
  margin: auto;
  position: relative;
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns button:before, .sec_feature [data-slidearea01].type01 .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: -21.7vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns button:before {
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid #8dad72;
  border-bottom: 1px solid #8dad72;
  transform: rotate(-45deg);
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns button:after {
  content: none;
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns button.next {
  right: -0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_btns button.next {
    right: 0;
  }
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: -0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: 0px;
  }
  .sec_feature [data-slidearea01].type01 .slidearea01_btns button.prev:before {
    transform: rotate(135deg);
  }
}
.sec_feature [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .sec_feature [data-slidearea01].type01 .slidearea01_btns button:hover:before {
  background-color: transparent;
}
.sec_feature [data-slidearea01].type01 .slidearea01_wrapin {
  padding: 0 33.33333%;
}
@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_wrapin {
    margin: 0 7.4%;
    padding: 0;
    overflow: hidden;
  }
}
.sec_feature [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: flex;
}
.sec_feature [data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
.sec_feature [data-slidearea01].type01 .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.sec_feature [data-slidearea01].type01 .slidearea01_pager {
  text-align: center;
}
.sec_feature [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.sec_feature [data-slidearea01].type01 .slidearea01_pager button:after, .sec_feature [data-slidearea01].type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ddd5ca;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_pager button:after, .sec_feature [data-slidearea01].type01 .slidearea01_pager button:before {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.sec_feature [data-slidearea01].type01 .slidearea01_pager button:after {
  transition: 0.2s;
}
.no-touchevents .sec_feature [data-slidearea01].type01 .slidearea01_pager button:hover:after, .sec_feature [data-slidearea01].type01 .slidearea01_pager button.active:after {
  background-color: #03888e;
}
.sec_feature [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}

.sec_flow > .in {
  padding: 0.8rem 0 0.65rem;
  background-color: #EBE4D9;
}
@media print, screen and (min-width: 641px) {
  .sec_flow > .in {
    padding: 1.15rem 0;
  }
}
.sec_flow .secTit .title {
  line-height: 1.3;
}
.sec_flow .flowBox {
  margin: 0 auto;
  padding: 0.62rem 0.6rem 0.3rem 0.6rem;
  width: 100%;
  max-width: 10rem;
  background-color: #fff;
  border-radius: 0.18rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox {
    margin: 0 auto;
    padding: 0.25rem 0.25rem 0;
    width: calc(100% - 0.6rem);
    max-width: 100%;
  }
}
.sec_flow .flowBox > .title {
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.3rem;
  letter-spacing: 0.15em;
  color: #473933;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .title {
    font-size: 0.25rem;
  }
}
.sec_flow .flowBox > .title span {
  position: relative;
  display: inline-block;
}
.sec_flow .flowBox > .title span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.35rem);
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.27rem;
  height: 0.06rem;
  background-image: url(../img/about/flow_title_deco_dot.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .title span::before {
    top: calc(50% + 0.29rem);
    width: 0.17rem;
    height: 0.04rem;
  }
}
.sec_flow .flowBox + .flowBox {
  margin-top: 0.55rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox + .flowBox {
    margin-top: 0.28rem;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox:last-of-type {
    padding-bottom: 0.25rem;
  }
}
.sec_flow .flowBox.flow01 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox.flow01 {
    margin-top: 0.45rem;
  }
}
.sec_flow .flowBox .flowItem {
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .flowItem {
    margin-top: 0.15rem;
  }
}
.sec_flow .flowBox .itemWrap {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap {
    display: flex;
    padding: 0.55rem 0;
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap {
    padding: 0.3rem 0 0.32rem;
  }
}
.sec_flow .flowBox .itemWrap::before {
  position: absolute;
  content: "";
}
.sec_flow .flowBox .itemWrap::before {
  top: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.36rem;
  height: 0.2rem;
  background-image: url(../img/about/flow_deco_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap::before {
    top: -0.1rem;
    width: 0.27rem;
    height: 0.15rem;
  }
}
.sec_flow .flowBox .itemWrap:nth-of-type(1)::before {
  position: static;
  content: unset;
}
.sec_flow .flowBox .itemWrap .dt_ttl {
  padding-left: 0.45rem;
  width: 1.95rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.22rem;
  letter-spacing: 0.11em;
  box-sizing: border-box;
  color: #473933;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl {
    width: 41.66vw;
    padding-left: 0.34rem;
    font-size: 0.17rem;
    letter-spacing: 0.05em;
  }
}
.sec_flow .flowBox .itemWrap .dt_ttl > span {
  position: relative;
}
.sec_flow .flowBox .itemWrap .dt_ttl > span::before {
  position: absolute;
  content: "";
  top: 0.03rem;
  left: -0.45rem;
  width: 0.35rem;
  height: 0.3rem;
  background-image: url(../img/about/flow_title_deco_bg.svg);
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl > span::before {
    top: 1px;
    left: -0.33rem;
    width: 0.28rem;
    height: 0.25rem;
  }
}
.sec_flow .flowBox .itemWrap .dt_ttl > span::after {
  position: absolute;
  top: 0;
  left: -0.34rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl > span::after {
    top: 0;
    left: -0.24rem;
  }
}
.sec_flow .flowBox .itemWrap .txt {
  width: 5.3rem;
  font-size: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .txt {
    margin-top: 0.15rem;
    padding-left: 0;
    width: 41.66vw;
    font-size: 0.14rem;
  }
}
.sec_flow .flowBox .itemWrap .txt .txtLink {
  display: block;
  text-decoration: underline;
}
.sec_flow .flowBox .itemWrap::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.73rem;
  right: 0;
  width: 25vw;
  height: 18.75vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0.06rem;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap::after {
    top: 0.2rem;
    left: 0;
    right: auto;
    width: 1.5rem;
    height: 1.1rem;
    border-radius: 0.1rem;
  }
}
.sec_flow .flowBox .itemWrap._01::after {
  background-image: url(../img/home-funeral/flow_thumb01.jpg);
}
.sec_flow .flowBox .itemWrap._01 .dt_ttl > span::after {
  content: "1";
}
.sec_flow .flowBox .itemWrap._02::after {
  background-image: url(../img/home-funeral/flow_thumb02.jpg);
}
.sec_flow .flowBox .itemWrap._02 .dt_ttl > span::after {
  content: "2";
}
.sec_flow .flowBox .itemWrap._03::after {
  background-image: url(../img/home-funeral/flow_thumb03.jpg);
}
.sec_flow .flowBox .itemWrap._03 .dt_ttl > span::after {
  content: "3";
}
.sec_flow .flowBox .itemWrap._04::after {
  background-image: url(../img/home-funeral/flow_thumb04.jpg);
}
.sec_flow .flowBox .itemWrap._04 .dt_ttl > span::after {
  content: "4";
}
.sec_flow .flowBox .itemWrap._05::after {
  background-image: url(../img/home-funeral/flow_thumb05.jpg);
}
.sec_flow .flowBox .itemWrap._05 .dt_ttl > span::after {
  content: "5";
}
.sec_flow .flowBox .itemWrap._06::after {
  background-image: url(../img/home-funeral/flow_thumb06.jpg);
}
.sec_flow .flowBox .itemWrap._06 .dt_ttl > span::after {
  content: "6";
}
.sec_flow .flowBox .itemWrap._07::after {
  background-image: url(../img/home-funeral/flow_thumb07.jpg);
}
.sec_flow .flowBox .itemWrap._07 .dt_ttl > span::after {
  content: "7";
}
.sec_flow .flowBox .itemWrap._08::after {
  background-image: url(../img/home-funeral/flow_thumb08.jpg);
}
.sec_flow .flowBox .itemWrap._08 .dt_ttl > span::after {
  content: "8";
}
.sec_flow .flowBox .itemWrap._09::after {
  background-image: url(../img/home-funeral/flow_thumb09.jpg);
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap._09 .dt_ttl {
    position: relative;
    top: -0.17rem;
  }
}
.sec_flow .flowBox .itemWrap._09 .dt_ttl > span::after {
  content: "9";
}
.sec_flow .flowBox .itemWrap._10 {
  /*&::after {
  	background-image: url(../img/home-funeral/flow_thumb10.jpg);
  }*/
}
.sec_flow .flowBox .itemWrap._10 .dt_ttl > span::after {
  content: "10";
  left: -0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap._10 .dt_ttl > span::after {
    left: -0.29rem;
  }
}
.sec_flow .afterBox {
  width: calc(100% - 0.6rem);
  padding: 0.17rem 0 0.25rem;
  margin: 0 auto;
  margin-top: 0.29rem;
  border-radius: 0.18rem;
  background-color: #f3efec;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox {
    width: 100%;
    max-width: 10rem;
    margin-top: 0.55rem;
    padding: 0.48rem 0.6rem 0.45rem;
  }
}
.sec_flow .afterBox dl {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox dl {
    display: flex;
  }
}
.sec_flow .afterBox dt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.2rem;
  letter-spacing: 0;
  color: #03888e;
}
.os-android .sec_flow .afterBox dt {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox dt {
    margin-right: 0.4rem;
    font-size: 0.24rem;
  }
}
.sec_flow .afterBox dd {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  letter-spacing: 0;
  line-height: 1.67;
  color: #473933;
}
.os-android .sec_flow .afterBox dd {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox dd {
    font-size: 0.19rem;
  }
}

.sec_price > .in {
  padding: 0.8rem 0 0.65rem;
  background-color: #ECF4F4;
}
@media print, screen and (min-width: 641px) {
  .sec_price > .in {
    padding: 1.25rem 0;
  }
}
.sec_price .secTit .title {
  line-height: 1.3;
}
.sec_price .planBox {
  position: relative;
  letter-spacing: 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox {
    max-width: 10.8rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .planBox {
    display: block;
    max-width: 100%;
    width: calc(100% - 0.3rem);
    margin-top: 0.45rem;
  }
}
.sec_price .planBox > .item {
  position: relative;
  z-index: 0;
  display: block;
  width: 3.4rem;
  transition: 0.5s;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item {
    margin-left: calc((100% - 10.2rem) / 2);
  }
}
.sec_price .planBox > .item:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .sec_price .planBox > .item:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec_price .planBox > .item > .in {
  position: relative;
  width: 100%;
  border-radius: 0.2rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item > .in {
    border-radius: 0.2rem;
  }
}
.sec_price .planBox > .item .detail {
  transition: opacity 0.3s;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail {
    box-shadow: 5px 5px 5px rgba(212, 212, 212, 0.3);
  }
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail {
    border-radius: 0.1rem;
  }
}
.sec_price .planBox > .item .detail > dt {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 0.65rem;
  background-color: #3E8B8C;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dt {
    padding-top: 0.31rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt {
    padding: 0.35rem 0 0.05rem;
    height: 0.45rem;
  }
}
.sec_price .planBox > .item .detail > dt::after {
  position: absolute;
  content: attr(data-subtxt);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dt::after {
    top: 0.1rem;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt::after {
    top: 0.14rem;
    font-size: 0.19rem;
  }
}
.sec_price .planBox > .item .detail > dt::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.03rem;
  bottom: 0;
  right: 0.16rem;
  margin: auto 0;
  width: 0.28rem;
  height: 0.28rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt::before {
    width: 5.83vw;
    height: 5.83vw;
  }
}
.sec_price .planBox > .item .detail > dt span {
  display: inline-block;
  width: 100%;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.32rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-bottom: 0.18rem;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt span {
    font-size: 0.25rem;
    padding-bottom: 0.1rem;
  }
}
.sec_price .planBox > .item .detail > dd {
  line-height: 0;
}
.sec_price .planBox > .item .detail > dd .thumb {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .thumb {
    height: 2.21rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .thumb {
    height: 61.11vw;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .thumb + .priceBox .price.member {
    padding-top: 0;
  }
}
.sec_price .planBox > .item .detail > dd .priceBox {
  background-color: #fff;
}
.sec_price .planBox > .item .detail > dd .price {
  position: relative;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price {
    font-feature-settings: "palt";
  }
}
.sec_price .planBox > .item .detail > dd .price::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 0.4rem);
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: rgba(3, 136, 142, 0.1);
}
.sec_price .planBox > .item .detail > dd .price .prefix {
  position: relative;
  display: inline-block;
  width: 1.1rem;
  top: -0.18rem;
  padding-left: 0.2rem;
  margin-right: 0.18rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.12rem;
  letter-spacing: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price .prefix {
    margin-right: 0.1rem;
    font-size: 0.11rem;
    line-height: 1.68;
  }
}
.sec_price .planBox > .item .detail > dd .price strong {
  position: relative;
  top: -3px;
  z-index: 0;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price strong {
    font-size: 1.95em;
  }
}
.sec_price .planBox > .item .detail > dd .price strong.underline::before {
  bottom: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price strong.digit1 {
    padding: 0 0.25em;
  }
}
.sec_price .planBox > .item .detail > dd .price .suffix {
  display: inline-block;
  position: relative;
  padding-top: 0.13rem;
  margin-left: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price .suffix {
    padding-top: 0.11rem;
    margin-left: 0.05rem;
    font-size: 0.17rem;
    line-height: 1.1;
  }
}
.sec_price .planBox > .item .detail > dd .price .suffix:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  font-size: 0.11rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price .suffix:before {
    font-size: 0.1rem;
  }
}
.sec_price .planBox > .item .detail > dd .price.general {
  padding-top: 0.06rem;
  line-height: 1.8;
}
.sec_price .planBox > .item .detail > dd .price.general .prefix {
  top: -0.08rem;
}
.sec_price .planBox > .item .detail > dd .price.general strong {
  top: 0;
  font-size: 0.27rem;
}
.sec_price .planBox > .item .detail > dd .price.general .suffix {
  font-size: 0.16rem;
  line-height: 1.1;
}
.sec_price .planBox > .item .detail > dd .price.member {
  padding-top: 0.07rem;
  color: #03888e;
  line-height: 1.35;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member {
    padding-top: 0.3rem;
    line-height: 2.15;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price.member strong {
    top: -7px;
    font-size: 0.42rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member strong {
    font-size: 0.49rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member strong._fzmin {
    font-size: 0.4rem;
  }
}
.sec_price .planBox > .item .detail > dd .price.member .suffix {
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price.member .suffix {
    position: relative;
    top: -6px;
    font-size: 0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member .suffix {
    font-size: 0.26rem;
  }
}
.sec_price .planBox > .item .detail > dd .price.member .suffix:before {
  left: 1px;
  font-size: 0.11rem;
}
@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.general + .member {
    padding-top: 0.07rem !important;
    line-height: 1.5 !important;
  }
}
.sec_price .planBox > .item .detail > dd .txt {
  padding: 0.18rem 0.19rem 0.16rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1.87;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .txt {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .planBox > .item.plan01 .detail > dt span {
    padding-left: 0.1rem;
  }
}

.sec_pay > .in {
  padding: 0.7rem 0 0.48rem;
  background-color: #EBE4D9;
}
@media print, screen and (min-width: 641px) {
  .sec_pay > .in {
    padding: 1.15rem 0 1.27rem;
  }
}
.sec_pay .secTit .title {
  line-height: 1.3;
}
@media print, screen and (min-width: 641px) {
  .sec_pay .secTit .title {
    letter-spacing: 0.35em;
  }
}
.sec_pay .secTit .catch {
  margin-top: 0.27rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.87;
  color: #473933;
}
.os-android .sec_pay .secTit .catch {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .sec_pay .secTit .catch {
    margin-top: 0.5rem;
    font-size: 0.18rem;
    letter-spacing: 0.11em;
  }
}
.sec_pay .itemBox {
  width: calc(100% - 0.6rem);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 10rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_pay .itemBox {
    margin-top: 0.32rem;
  }
}
.sec_pay .itemBox .item {
  position: relative;
  padding: 0.12rem 0;
  padding-left: 21.68vw;
  border-bottom: 2px solid rgba(122, 113, 110, 0.2);
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item {
    width: 4.85rem;
    padding: 0.22rem 0.15rem 0.25rem 0;
    padding-left: 1.2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .sec_pay .itemBox .item:nth-of-type(1) {
    border-top: 2px solid rgba(122, 113, 110, 0.2);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item:nth-of-type(-n + 2) {
    border-top: 2px solid rgba(122, 113, 110, 0.2);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item:nth-of-type(even) {
    margin-left: 0.3rem;
  }
}
.sec_pay .itemBox .item > dt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.17rem;
  letter-spacing: -0.02em;
  line-height: 1.78;
  color: #473933;
  white-space: nowrap;
}
.os-android .sec_pay .itemBox .item > dt {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item > dt {
    font-size: 0.2rem;
  }
}
.sec_pay .itemBox .item > dd {
  margin-top: 0.03rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1.78;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item > dd {
    margin-top: 0.09rem;
    font-size: 0.15rem;
  }
}
.sec_pay .itemBox .item .deco {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sec_pay .itemBox .item .deco.deco01 {
  top: 4.8vw;
  left: 0.5vw;
  width: 14.16vw;
  height: 12.22vw;
  background-image: url(../common/img/plan_pay_deco01.png);
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco01 {
    top: 0.31rem;
    left: 0.21rem;
    width: 0.67rem;
    height: 0.58rem;
  }
}
.sec_pay .itemBox .item .deco.deco02 {
  top: 5.1vw;
  left: 1.8vw;
  width: 13.05vw;
  height: 16.38vw;
  background-image: url(../common/img/plan_pay_deco02.png);
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco02 {
    top: 0.3rem;
    left: 0.22rem;
    width: 0.62rem;
    height: 0.78rem;
  }
}
.sec_pay .itemBox .item .deco.deco03 {
  top: 5.6vw;
  left: 0.4vw;
  width: 16.94vw;
  height: 12.77vw;
  background-image: url(../common/img/plan_pay_deco03.png);
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco03 {
    top: 0.3rem;
    left: 0.18rem;
    width: 0.79rem;
    height: 0.6rem;
  }
}
.sec_pay .itemBox .item .deco.deco04 {
  top: 4.7vw;
  left: 0.4vw;
  width: 16.94vw;
  height: 15.27vw;
  background-image: url(../common/img/plan_pay_deco04.png);
}
@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco04 {
    top: 0.3rem;
    left: 0.12rem;
    width: 0.8rem;
    height: 0.72rem;
  }
}

.sec_lead > .in {
  padding: 1.85rem 0 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_lead > .in {
    padding: 1.45rem 0 0.95rem;
  }
}
.sec_lead .secTit .title {
  font-size: 0.28rem;
  line-height: 1.64;
}
@media screen and (max-width: 640px) {
  .sec_lead .secTit .title {
    font-size: 0.19rem;
    letter-spacing: 0.09em;
  }
}
.sec_lead .secTit .title::before {
  top: calc(50% - 1.57rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1rem;
  height: 0.93rem;
  background-image: url(../img/home-funeral/lead_title_deco.svg);
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .sec_lead .secTit .title::before {
    top: calc(50% - 1.18rem);
    width: 0.78rem;
    height: 0.73rem;
  }
}
.sec_lead .leadBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0.48rem auto 0;
  width: 100%;
  max-width: 10rem;
}
@media screen and (max-width: 640px) {
  .sec_lead .leadBox {
    margin-top: 0.3rem;
    max-width: calc(100% - 0.6rem);
  }
}
.sec_lead .leadBox .lead {
  padding: 0.4rem 0 0.42rem;
  width: 48%;
  background-color: #f3efec;
  border-radius: 0.18rem;
}
@media print, screen and (min-width: 641px) {
  .sec_lead .leadBox .lead:nth-of-type(n + 3) {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead {
    width: 100%;
    padding: 0.3rem 0;
  }
  .sec_lead .leadBox .lead + .lead {
    margin-top: 0.3rem;
  }
}
.sec_lead .leadBox .lead .title {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.22rem;
  color: #03888e;
}
@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .title {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .title {
    font-size: 0.19rem;
  }
}
.sec_lead .leadBox .lead .txt {
  text-align: center;
  margin-top: 0.12rem;
}
@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .txt {
    margin-top: 0.08rem;
  }
}
.sec_lead .leadBox .lead .link {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .link {
    margin: 0.15rem auto 0;
    max-width: 83.33%;
  }
}/*# sourceMappingURL=home-funeral.css.map */