@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

----------------------------------------------------------------------------- */
._archive .mainVisual .contTit {
  /*&::after {
  	background-image: url(../img/house/mv_title_deco.svg);
  }*/
}
@media print, screen and (min-width: 641px) {
  ._archive .mainVisual .contTit {
    padding-left: 0.7rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._archive .mainVisual .contTit .title {
    letter-spacing: 0.25em;
  }
}

.pankuzuWrap {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .mod_inquiry {
    margin-top: 0.6rem;
  }
}

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

content（rem値修正）

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

aside サイドバー

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

archive 家族葬事例一覧ページ

----------------------------------------------------------------------------- */
._archive .contents-main {
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main {
    padding: 0 0.15rem 0;
  }
}
._archive .contents-main .title {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .title {
    margin-top: 0.25rem;
    text-align: center;
    font-size: 0.18rem;
    line-height: 1.66;
  }
}
._archive .contents-main .post:last-child {
  padding-bottom: 0.5rem;
}
._archive .contents-main .post > a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 641px) {
  ._archive .contents-main .post > a {
    display: flex;
    padding: 0.4rem 0.4rem 0.4rem 0;
    border-bottom: 2px solid rgba(122, 113, 110, 0.2);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post > a {
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(122, 113, 110, 0.2);
  }
}
._archive .contents-main .post > a:hover {
  opacity: 0.7;
}
._archive .contents-main .post > a::after {
  content: "";
  width: 0.085rem;
  height: 0.15rem;
  background-image: url(/img/news/list_link_arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post > a::after {
    content: none;
    width: 0.07rem;
    height: 0.11rem;
    right: 0;
  }
}
._archive .contents-main .post .title {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.2rem 0.1rem;
  border-radius: 0.05rem;
  background-color: #ebe4d9;
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  line-height: 2;
  font-feature-settings: "palt";
  box-sizing: border-box;
  margin-right: 0.12rem;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .title {
    padding: 0.08rem 0.1rem 0.08rem;
    font-size: 0.15rem;
    line-height: 1.46;
    margin: 0;
  }
}
._archive .contents-main .post .detailBox {
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .detailBox {
    margin-top: 0.15rem;
  }
  ._archive .contents-main .post .detailBox::after {
    content: "";
    width: 0.07rem;
    height: 0.11rem;
    background-image: url(/img/news/list_link_arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}
._archive .contents-main .post .thumb {
  overflow: hidden;
  border-radius: 0.05rem;
}
@media print, screen and (min-width: 641px) {
  ._archive .contents-main .post .thumb {
    width: 2.7rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .thumb {
    width: 1.3rem;
    height: 1rem;
  }
}
._archive .contents-main .post .txtBox {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  ._archive .contents-main .post .txtBox {
    width: 4rem;
    padding-left: 0.34rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox {
    width: calc(100% - 1.3rem);
    padding-left: 0.12rem;
  }
}
._archive .contents-main .post .txtBox .cat {
  margin-top: 0.2rem;
  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.17rem;
  color: #A1A93D;
  border-left: 4px solid #A1A93D;
  padding-left: 0.07rem;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .cat {
    margin-top: 0.03rem;
    font-size: 0.13rem;
    line-height: 1.3;
    padding-left: 0.05rem;
    border-left: 3px solid #A1A93D;
  }
}
._archive .contents-main .post .txtBox .info {
  margin-top: 0.11rem;
  display: flex;
  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: 600;
  font-feature-settings: "palt";
  font-size: 0.19rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .info {
    margin-top: 0.07rem;
    display: block;
    font-size: 0.14rem;
    line-height: 1.57;
  }
}
._archive .contents-main .post .txtBox .info ._price {
  color: #03888e;
  padding-right: 0.17rem;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .info ._price {
    padding-right: 0;
  }
}
._archive .contents-main .post .txtBox .info ._capacity {
  color: #78a98c;
}
._archive .contents-main .post .txtBox .time {
  margin-top: 0.11rem;
  display: 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: 600;
  font-feature-settings: "palt";
  font-size: 0.15rem;
  color: #7a716e;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .time {
    margin-top: 0.05rem;
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-sub {
    padding-top: 0 !important;
  }
}

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

single 家族葬事例詳細ページ

----------------------------------------------------------------------------- */
._single {
  background-color: #f3efec;
}
._single .pankuzuWrap {
  background-color: #f3efec;
}
._single .mod_contact {
  background-color: #ebe4d9;
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .mod_contact {
    display: none;
  }
}
._single .contents-main {
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main {
    padding-bottom: 0;
  }
}
._single .contents-main .case_detail_title {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1.53;
  color: #473933;
  background-color: #fff;
  padding: 0.1rem 0.2rem 0.13rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_title {
    margin: 0.25rem 0.15rem;
    font-size: 0.21rem;
    line-height: 1.28;
  }
}
._single .contents-main .case_detail_header {
  margin-top: 0.4rem;
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.2rem;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header {
    padding: 0.15rem;
    margin: 0 0.15rem 0.1rem;
  }
}
._single .contents-main .case_detail_header .ph {
  margin: 0;
  border-radius: 0.1rem;
  overflow: hidden;
}
._single .contents-main .case_detail_header .cat {
  margin-top: 0.3rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  font-weight: 600;
  color: #473933;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(122, 113, 110, 0.2);
}
.os-android ._single .contents-main .case_detail_header .cat {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .cat {
    margin-top: 0.2rem;
    text-align: left;
    font-size: 0.16rem;
    padding: 0 0.05rem 0.15rem;
  }
}
._single .contents-main .case_detail_header .cat .small_text {
  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.156rem;
  font-weight: 700;
  color: #A1A93D;
  display: inline-block;
  padding-right: 0.1rem;
  position: relative;
  top: -0.01rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .cat .small_text {
    font-size: 0.13rem;
    display: block;
  }
}
._single .contents-main .case_detail_header .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.15rem;
  }
}
._single .contents-main .case_detail_header .info ._price {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.2rem;
  font-weight: 700;
  color: #03888e;
  padding-right: 0.4rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info ._price {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info ._price {
    width: 50%;
    font-size: 0.16rem;
    padding-right: 0;
    padding-left: 0.05rem;
    padding-bottom: 0.15rem;
    box-sizing: border-box;
  }
}
._single .contents-main .case_detail_header .info ._price .small_text {
  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.156rem;
  position: relative;
  top: -0.01rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info ._price .small_text {
    font-size: 0.13rem;
  }
}
._single .contents-main .case_detail_header .info ._capacity {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.2rem;
  font-weight: 700;
  color: #78a98c;
  padding-right: 0.4rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info ._capacity {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info ._capacity {
    width: 50%;
    font-size: 0.16rem;
    padding-right: 0;
    padding-bottom: 0.15rem;
  }
}
._single .contents-main .case_detail_header .info ._capacity .small_text {
  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.156rem;
  position: relative;
  top: -0.01rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info ._capacity .small_text {
    font-size: 0.13rem;
  }
}
._single .contents-main .case_detail_header .info .time {
  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.05em;
  color: #7a716e;
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .case_detail_header .info .time {
    padding-top: 0.05rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_header .info .time {
    width: 100%;
    padding-left: 0.05rem;
    padding-top: 0.15rem;
    box-sizing: border-box;
    font-size: 0.12rem;
    border-top: 1px solid rgba(122, 113, 110, 0.2);
  }
}
._single .contents-main .case_detail_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(122, 113, 110, 0.2);
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_cont {
    padding: 0.3rem 0 0.2rem;
    display: block;
    margin: 0 0.15rem;
  }
}
._single .contents-main .case_detail_cont .case_detail_cont_title {
  width: 1.8rem;
  padding: 0.55rem 0 0.65rem;
  text-align: center;
  background-image: url(/img/case/case_cont_title_bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_cont .case_detail_cont_title {
    margin: auto;
  }
}
._single .contents-main .case_detail_cont .case_detail_cont_title span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.19rem;
  letter-spacing: 0.08em;
  color: #473933;
  font-feature-settings: "palt";
}
.os-android ._single .contents-main .case_detail_cont .case_detail_cont_title span {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_cont .case_detail_cont_title span {
    font-size: 0.2rem;
  }
}
._single .contents-main .case_detail_cont .case_detail_txt {
  width: 100%;
  max-width: 4.75rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  line-height: 2.23;
  font-feature-settings: "palt";
}
.os-android ._single .contents-main .case_detail_cont .case_detail_txt {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_detail_cont .case_detail_txt {
    font-size: 0.15rem;
    line-height: 2.13;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .case_info_table {
    margin-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_info_table {
    margin: 0.4rem 0.15rem 0;
    padding-bottom: 0.4rem;
  }
}
._single .contents-main .case_info_table .case_info_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.21rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #473933;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #473933;
}
.os-android ._single .contents-main .case_info_table .case_info_title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_info_table .case_info_title {
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
  }
}
._single .contents-main .case_info_table table {
  padding: 0.3rem 0 0.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.81;
  color: #473933;
}
.os-android ._single .contents-main .case_info_table table {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_info_table table {
    padding: 0.3rem 0;
    font-size: 0.14rem;
    line-height: 1.71;
    font-feature-settings: "palt";
  }
}
._single .contents-main .case_info_table table th {
  background-color: #BBD4C5;
  padding: 0.15rem 0.18rem;
  width: 2rem;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_info_table table th {
    width: 1rem;
    padding: 0.13rem 0.14rem;
  }
}
._single .contents-main .case_info_table table td {
  background-color: #fff;
  padding: 0.15rem 0.18rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .case_info_table table td {
    padding: 0.13rem 0.14rem;
  }
}
._single .contents-main .case_info_table table td a {
  color: #78a98c;
  text-decoration: underline;
}
._single .contents-main .case_info_table table td a:hover {
  text-decoration: none;
}
._single .contents-main .case_info_table .link a {
  margin: 0;
  padding-right: 0.2rem;
  box-sizing: border-box;
}
._single .contact_wrap {
  width: 100%;
  background-color: #EBE4D9;
  padding: 0.4rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  ._single .contact_wrap {
    padding: 0.3rem 0.15rem;
  }
}
._single .mod_columns.case .in {
  padding: 1.6rem 0 2rem;
}
@media screen and (max-width: 640px) {
  ._single .mod_columns.case .in {
    padding: 0.75rem 0 1rem;
  }
}
._single .mod_columns.case .in .mod_columns_title {
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
  line-height: 1.58;
}
@media screen and (max-width: 640px) {
  ._single .mod_columns.case .in .mod_columns_title {
    font-size: 0.23rem;
    line-height: 1.56;
    padding-bottom: 0.15rem;
  }
}
._single .mod_columns.case .in .columnBox {
  border: 0;
}
._single .mod_columns.case .in .columnBox .column a .ph {
  margin: 0 5.3% 0 0;
  width: 1.6rem;
  height: 1.23rem;
}
@media screen and (max-width: 640px) {
  ._single .mod_columns.case .in .columnBox .column a .ph {
    width: 1.3rem;
    height: 1rem;
    margin-right: 3.82vw;
  }
}
._single .mod_columns.case .in .columnBox .column a .txtbox {
  width: 59%;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._single .mod_columns.case .in .columnBox .column a .txtbox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
._single .mod_columns.case .in .columnBox .column a .txtbox .title {
  width: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.os-android ._single .mod_columns.case .in .columnBox .column a .txtbox .title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .mod_columns.case .in .columnBox .column a .txtbox .title span {
    width: 49.24vw;
    margin-right: 0.2rem;
  }
}
._single .mod_columns.case .in .columnBox .column a .txtbox .area {
  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.05em;
  color: #A1A93D;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  ._single .mod_columns.case .in .columnBox .column a .txtbox .area {
    max-width: 90%;
    margin-top: 0.1rem;
    padding-left: 0.07rem;
    border-left: 4px solid #A1A93D;
    font-size: 0.17rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  ._single .mod_columns.case .in .columnBox .column a .txtbox .area {
    /*position: absolute;
    top: 0;*/
    max-width: 45.44vw;
    margin-bottom: 0.05rem;
    padding: 0.06rem 0.08rem 0.05rem;
    font-size: 0.13rem;
    color: #fff;
    line-height: 1;
    background-color: #A1A93D;
    border-radius: 0.3rem;
  }
}/*# sourceMappingURL=case.css.map */