@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*SPのフォントサイズ
 デザインカンプ横幅 720pxに合わせるために仕様*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
500：Medium（デフォルト）
700：Bold
*/
/*
	$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);
*/
.intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 640px) {
  .intro {
    display: block;
    padding-bottom: 0.4rem;
  }
}
.intro .contTit {
  max-width: 5.6rem;
  width: 100%;
  margin-right: 0.7rem;
}
@media screen and (max-width: 640px) {
  .intro .contTit {
    margin: 0;
  }
}
.intro .ph {
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 3.34rem;
  height: 2.54rem;
}
@media screen and (max-width: 640px) {
  .intro .ph {
    border-radius: 0.1rem;
    width: 100%;
    height: 55.55vw;
    margin-top: 0.25rem;
  }
}

.ancLinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .ancLinkBox {
    width: calc(100% - 0.4rem);
    margin: auto;
    padding-bottom: 0.3rem;
  }
}
.ancLinkBox .item {
  width: 3.06rem;
  height: 1.9rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
          filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item {
    width: 100%;
    height: 1.09rem;
    border-radius: 0.1rem;
    margin-bottom: 0.11rem;
    -webkit-filter: drop-shadow(0 0.025rem 0.025rem rgba(242, 138, 38, 0.5));
            filter: drop-shadow(0 0.025rem 0.025rem rgba(242, 138, 38, 0.5));
  }
}
.ancLinkBox .item:hover {
  opacity: 0.7;
}
.ancLinkBox .item::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(/img/support/anc_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0.15rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item::after {
    width: 0.23rem;
    height: 0.23rem;
    left: auto;
    bottom: auto;
    top: 50%;
    right: 0.18rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.ancLinkBox .item .detail {
  position: absolute;
  left: 0.3rem;
  top: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item .detail {
    left: 0.2rem;
  }
}
.ancLinkBox .item .detail dt {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.57;
  color: #f28a26;
  padding: 0.1rem 0;
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item .detail dt {
    font-size: 0.12rem;
    line-height: 1.52;
  }
}
.ancLinkBox .item .detail dd {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item .detail dd {
    font-size: 0.17rem;
    line-height: 1.4;
  }
}
.ancLinkBox .item .wrapLink {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ancLinkBox .item.type1::before {
  content: "";
  width: 1.02rem;
  height: 0.77rem;
  background-image: url(/img/support/anchor_img01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.23rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item.type1::before {
    width: 0.77rem;
    height: 0.77rem;
    right: 0.55rem;
  }
}
.ancLinkBox .item.type1 .detail {
  top: 44%;
}
.ancLinkBox .item.type2::before {
  content: "";
  width: 0.59rem;
  height: 0.82rem;
  background-image: url(/img/support/anchor_img02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item.type2::before {
    width: 0.445rem;
    height: 0.615rem;
    right: 0.7rem;
  }
}
.ancLinkBox .item.type2 .detail {
  top: 41%;
}
.ancLinkBox .item.type2 dt {
  font-size: 0.14rem;
}
.ancLinkBox .item.type3::before {
  content: "";
  width: 0.71rem;
  height: 0.82rem;
  background-image: url(/img/support/anchor_img03.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item.type3::before {
    width: 0.535rem;
    height: 0.62rem;
    right: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .ancLinkBox .item.type2 dt {
    padding: 0.18rem 0 0.03rem;
  }
}

/*=============================
サポート下層共通
=============================*/
.support_under_intro {
  padding-top: 1rem;
}
.support_under_intro .sub_title {
  padding: 0.4rem 0 0.25rem;
  display: inline-block;
  border-bottom: 0.1rem;
}

.underline {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe63c));
  background: linear-gradient(transparent 60%, #ffe63c 0%);
}
@media screen and (max-width: 640px) {
  .underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe63c));
    background: linear-gradient(transparent 60%, #ffe63c 0%);
  }
}

/*=============================
⽣活保護申請サポート
=============================*/
.support {
  position: relative;
}
@media screen and (max-width: 640px) {
  .support {
    width: calc(100% - 0.4rem);
    margin: auto;
  }
}
.support .in::before {
  height: 5.1rem;
}
@media screen and (max-width: 640px) {
  .support .in::before {
    height: 5rem;
  }
}
.support .contTit {
  padding-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .support .contTit {
    padding-top: 0.4rem;
    width: calc(100% - 0.2rem);
    margin: auto;
  }
}
.support .contTit .title {
  border-bottom: 0;
}
.support .contTit .sub_title {
  display: inline-block;
  border-bottom: 0.02rem solid #f28a26;
  border-left: 0.05rem solid #f28a26;
  padding-bottom: 0.1rem;
  padding-left: 0.1rem;
  font-size: 0.28rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  .support .contTit .sub_title {
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
  }
}
.support .contTit .sub_title .small_text {
  display: inline-block;
  font-size: 0.16rem;
  color: #f28a26;
  letter-spacing: 0.05em;
  padding-right: 0.1rem;
}
@media screen and (max-width: 640px) {
  .support .contTit .sub_title .small_text {
    font-size: 0.125rem;
    padding-right: 0.05rem;
  }
}
.support .lead {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .support .lead {
    font-size: 0.125rem;
    line-height: 2;
    padding-left: 0.1rem;
  }
}
.support .suport_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .support .suport_list {
    padding-bottom: 0.5rem;
  }
  .support .suport_list::before {
    content: "";
    width: calc(100% + 0.4rem);
    background-color: #ffeecc;
    position: absolute;
    top: 0;
    left: -0.2rem;
    height: 100%;
    z-index: -1;
  }
}
.support .suport_list .detail {
  margin-top: 0.4rem;
  position: relative;
  width: 100%;
  max-width: 4.7rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
          filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
  padding: 0.25rem 0.4rem 0.4rem;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail {
    margin-top: 0.38rem;
    border-radius: 0.1rem;
    border: 1px solid #f28a26;
    padding: 0.3rem 0.2rem 0.15rem;
  }
  .support .suport_list .detail::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    background-image: url(/img/support/sp_monthly_box_acc.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .support .suport_list .detail.open::after {
    background-image: url(/img/support/sp_monthly_box_acc_close.svg);
  }
}
.support .suport_list .detail .num {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #f28a26;
  border-radius: 0.08rem;
  color: #fff;
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .num {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    left: 0.2rem;
    top: -0.2rem;
  }
}
.support .suport_list .detail .num span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .num span {
    font-size: 0.2rem;
    top: 45%;
  }
}
.support .suport_list .detail .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1rem;
}
.support .suport_list .detail .title_wrap .title {
  width: 100%;
  max-width: 2.6rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .title_wrap .title {
    font-size: 0.175rem;
    line-height: 1.4;
  }
}
.support .suport_list .detail .title_wrap .illust {
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .title_wrap .illust {
    width: 0.65rem;
    height: 0.45rem;
  }
}
.support .suport_list .detail .title_wrap .illust img {
  display: block;
}
.support .suport_list .detail .text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
  padding-bottom: 0.1rem;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .text {
    font-size: 0.125rem;
    line-height: 2;
  }
}
.support .suport_list .detail .monthly_box .monthly_title {
  background-color: #6B3906;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 0;
  padding: 0.2rem 0.1rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .monthly_box .monthly_title {
    font-size: 0.14rem;
    border-radius: 0.05rem;
    margin-top: 0.1rem;
  }
}
.support .suport_list .detail .monthly_box .monthly_list .monthly_text {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-indent: -0.07rem;
  margin-left: 0.07rem;
  padding-top: 0.06rem;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .monthly_box .monthly_list .monthly_text {
    font-size: 0.11rem;
    padding-top: 0;
    line-height: 1.81;
  }
}
.support .suport_list .detail .monthly_box .monthly_list .monthly_text::before {
  content: "・";
}
.support .suport_list .detail .note {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-indent: -0.14rem;
  margin-left: 0.14rem;
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .note {
    font-size: 0.11rem;
    line-height: 1.81;
    text-indent: -0.11rem;
    margin-left: 0.11rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .support .suport_list .detail .sp_acc_wrap {
    display: none;
  }
}
.support .more_support {
  width: 100%;
  max-width: 8.5rem;
  margin: auto;
  position: relative;
  background-color: #ffcc88;
  padding: 0.55rem 0.35rem 0.3rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .support .more_support {
    padding: 0.25rem 0.2rem 0.2rem;
    border-radius: 0.05rem;
    margin-bottom: 0.5rem;
  }
  .support .more_support::before {
    content: "";
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.5rem);
    background-color: #ffeecc;
    position: absolute;
    top: 0;
    left: -0.2rem;
    z-index: -1;
  }
}
.support .more_support .fukidashi {
  background-color: #6B3906;
  width: 2.57rem;
  line-height: 0;
  padding: 0.27rem 0;
  border-radius: 0.64rem;
  text-align: center;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: -0.27rem;
  left: -0.1rem;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .support .more_support .fukidashi {
    width: 1.55rem;
    border-radius: 0.125rem;
    font-size: 0.12rem;
    padding: 0.16rem 0;
    top: -0.17rem;
  }
}
.support .more_support .fukidashi::after {
  content: "";
  width: 0.175rem;
  height: 0.1rem;
  background-image: url(/img/support/fukidashi_arrow.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.1rem;
  right: 0.48rem;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .support .more_support .fukidashi::after {
    width: 0.12rem;
    height: 0.07rem;
    bottom: -0.07rem;
    right: 0.32rem;
  }
}
.support .more_support .more_support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.support .more_support .more_support_list::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 640px) {
  .support .more_support .more_support_list::before {
    content: none;
  }
}
.support .more_support .more_support_list .detail {
  width: 100%;
  max-width: 3.5rem;
}
@media screen and (max-width: 640px) {
  .support .more_support .more_support_list .detail {
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid #1a1a1a;
  }
  .support .more_support .more_support_list .detail:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.support .more_support .more_support_list .detail .title {
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .support .more_support .more_support_list .detail .title {
    font-size: 0.14rem;
    padding-bottom: 0;
  }
}
.support .more_support .more_support_list .detail .text {
  font-size: 0.16rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .support .more_support .more_support_list .detail .text {
    font-size: 0.125rem;
    line-height: 2;
    text-align: justify;
  }
}
.support .support_case .cont_header {
  width: 100%;
  max-width: 8.5rem;
  margin: auto;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .cont_header {
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .support .support_case .cont_header .sub_title {
    border: 0;
    line-height: 1.6;
    text-indent: -0.1rem;
  }
  .support .support_case .cont_header .sub_title .sp_line {
    border-bottom: 1px;
    border-bottom: 0.02rem solid #f28a26;
    display: inline;
    padding-left: 0.2rem;
    position: relative;
  }
  .support .support_case .cont_header .sub_title .sp_line::before {
    content: "";
    width: 0.03rem;
    height: 0.16rem;
    background-color: #f28a26;
    position: absolute;
    left: 0;
    top: 0.14rem;
  }
}
.support .support_case .case_list_wrap {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap {
    width: calc(100% + 0.4rem);
    margin-left: -0.2rem;
  }
}
.support .support_case .case_list_wrap .case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.02rem;
  border: 0.02rem solid #ffeecc;
  border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list {
    width: 100%;
    max-width: 2.55rem;
    border-radius: 0.05rem;
    margin: 0 0.16rem;
  }
}
.support .support_case .case_list_wrap .case_list .left_box {
  background-color: #ffeecc;
  width: 4rem;
  padding: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list .left_box {
    width: 100%;
    padding: 0.2rem 0.1rem;
  }
}
.support .support_case .case_list_wrap .case_list .left_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.08rem 0 0.08rem 0.14rem;
  border-color: transparent transparent transparent #ffeecc;
  position: absolute;
  right: -0.14rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list .left_box::after {
    border-width: 0.14rem 0.08rem 0 0.08rem;
    border-color: #ffeecc transparent transparent transparent;
    right: 0;
    top: auto;
    bottom: -0.12rem;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
.support .support_case .case_list_wrap .case_list .left_box .illust {
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list .left_box .illust {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.support .support_case .case_list_wrap .case_list .left_box .illust img {
  display: block;
}
.support .support_case .case_list_wrap .case_list .left_box .textbox {
  width: 100%;
  max-width: 2.5rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list .left_box .textbox {
    width: calc(100% - 0.6rem);
  }
}
.support .support_case .case_list_wrap .case_list .left_box .textbox .num {
  font-size: 0.11rem;
  color: #f28a26;
  padding-bottom: 0.05rem;
  letter-spacing: 0.234em;
}
.support .support_case .case_list_wrap .case_list .left_box .textbox .title {
  font-size: 0.16rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list .left_box .textbox .title {
    font-size: 0.11rem;
  }
}
.support .support_case .case_list_wrap .case_list .right_box {
  width: calc(100% - 4rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.25rem 0.45rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list .right_box {
    width: 100%;
    height: 1.4rem;
    padding: 0.15rem 0.2rem;
  }
}
.support .support_case .case_list_wrap .case_list .right_box .text {
  font-size: 0.16rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .support .support_case .case_list_wrap .case_list .right_box .text {
    font-size: 0.11rem;
    text-align: justify;
  }
}
.support .support_case .case_list_wrap .case_list .right_box .small_text {
  font-size: 0.12rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
}
.support .support_case .caption_wrap {
  width: 100%;
  max-width: 8.5rem;
  margin: auto;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .caption_wrap {
    padding-bottom: 0.1rem;
  }
}
.support .support_case .caption_wrap .list .detail {
  padding-bottom: 0.35rem;
  padding-left: 0.55rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .support .support_case .caption_wrap .list .detail {
    padding-bottom: 0.25rem;
    padding-left: 0.3rem;
    margin-left: 0.1rem;
  }
}
.support .support_case .caption_wrap .list .detail::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/common/img/headmark_question.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.07rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .caption_wrap .list .detail::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0;
  }
}
.support .support_case .caption_wrap .list .detail .title {
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .support .support_case .caption_wrap .list .detail .title {
    font-size: 0.14rem;
  }
}
.support .support_case .caption_wrap .list .detail .title span {
  text-decoration: underline;
}
.support .support_case .caption_wrap .list .detail .text {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  padding-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .caption_wrap .list .detail .text {
    font-size: 0.11rem;
    line-height: 1.81;
  }
}
.support .support_case .caption_wrap .list .detail .list_text {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-indent: -0.06rem;
  margin-left: 0.06rem;
}
@media screen and (max-width: 640px) {
  .support .support_case .caption_wrap .list .detail .list_text {
    font-size: 0.11rem;
    line-height: 1.81;
  }
}
.support .support_last_catch {
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.92;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .support .support_last_catch {
    font-size: 0.175rem;
    padding-bottom: 0.4rem;
  }
}

/*=============================
⽣活保護申請サポート利⽤の流れ
=============================*/
.flow .sec_title {
  padding-top: 1rem;
  font-size: 0.28rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow .sec_title {
    padding-top: 0.5rem;
    font-size: 0.2rem;
    letter-spacing: 0.05em;
  }
}
.flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.45rem 0;
}
.flow .flow_list .detail {
  width: 100%;
  max-width: 2.25rem;
  position: relative;
  padding: 0.35rem 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
          filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
}
@media screen and (max-width: 640px) {
  .flow .flow_list .detail {
    max-width: 2.55rem;
    padding: 0.35rem 0.2rem 0.2rem;
    border-radius: 0.1rem;
    height: 2.4rem;
    margin: 0.2rem 0.16rem;
  }
}
.flow .flow_list .detail .num {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #f28a26;
  border-radius: 0.08rem;
  color: #fff;
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flow .flow_list .detail .num {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    left: 0.2rem;
    top: -0.2rem;
  }
}
.flow .flow_list .detail .num span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .flow .flow_list .detail .num span {
    top: 47%;
    font-size: 0.2rem;
  }
}
.flow .flow_list .detail .title {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f28a26;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .flow .flow_list .detail .title {
    text-align: left;
    font-size: 0.175rem;
    padding-bottom: 0.05rem;
  }
}
.flow .flow_list .detail .icon {
  width: 1.2rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .flow .flow_list .detail .icon {
    width: 0.6rem;
    height: 0.36rem;
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    text-align: center;
  }
}
.flow .flow_list .detail .text {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  padding-top: 0.05rem;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .flow .flow_list .detail .text {
    font-size: 0.125rem;
    line-height: 2;
  }
}
.flow .flow_list .detail .small_text {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
  padding-top: 0.05rem;
  color: #f28a26;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .flow .flow_list .detail .small_text {
    font-size: 0.11rem;
    padding-top: 0.1rem;
  }
}
.flow .more_list_btn {
  padding-bottom: 0.8rem;
  width: 100%;
  max-width: 2.95rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .flow .more_list_btn {
    padding-bottom: 0.6rem;
  }
}
.flow .more_list_btn a {
  border-radius: 0.05rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow .more_list_btn a {
    margin: auto;
  }
}
.flow .more_list_btn a::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(/img/support/btn_arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.27rem;
  top: calc(50% - 0.1rem);
}

/*=============================
NPO・他社とのサポート内容⽐較
=============================*/
.compar {
  padding: 1rem;
  width: 100%;
  max-width: 8.5rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .compar {
    padding: 0.5rem 0.2rem;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.compar .title_wrap {
  max-width: 5.55rem;
  margin: auto;
  text-align: center;
  position: relative;
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .compar .title_wrap {
    font-size: 0.2rem;
    line-height: 1.225;
    margin-bottom: 0.3rem;
  }
}
.compar .title_wrap::before {
  content: "";
  width: 0.21rem;
  height: 0.45rem;
  background-image: url(/img/support/compar_title_deco_left.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: 640px) {
  .compar .title_wrap::before {
    width: 0.105rem;
    height: 0.225rem;
    left: calc(50% - 1.05rem);
    top: 75%;
  }
}
.compar .title_wrap::after {
  content: "";
  width: 0.21rem;
  height: 0.45rem;
  background-image: url(/img/support/compar_title_deco_right.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: 640px) {
  .compar .title_wrap::after {
    width: 0.105rem;
    height: 0.225rem;
    right: calc(50% - 1.05rem);
    top: 75%;
  }
}
.compar .title_wrap .small_text {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #f28a26;
  display: block;
  padding-bottom: 0.05rem;
}
@media screen and (max-width: 640px) {
  .compar .title_wrap .small_text {
    font-size: 0.125rem;
  }
}
.compar .compar_table {
  position: relative;
}
@media screen and (max-width: 640px) {
  .compar .compar_table {
    overflow-x: scroll;
    padding-bottom: 0.1rem;
  }
}
.compar .compar_table::-webkit-scrollbar {
  height: 0.1rem;
}
.compar .compar_table::-webkit-scrollbar-thumb {
  background: #f28a26;
  border-radius: 0.1rem;
}
.compar .compar_table::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 0.1rem;
}
.compar .compar_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  .compar .compar_table table {
    width: 5.6rem;
    position: relative;
  }
}
.compar .compar_table table::before {
  content: "";
  width: calc(33.3333333333% + 1px);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #f28a26;
  position: absolute;
  top: 0;
  right: -1px;
}
@media screen and (max-width: 640px) {
  .compar .compar_table table::before {
    width: 2.17rem;
    right: -1px;
  }
}
.compar .compar_table table .title {
  text-align: center;
  height: 0.8rem;
  font-size: 0.17rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333333333%;
}
@media screen and (max-width: 640px) {
  .compar .compar_table table .title {
    font-size: 0.125rem;
    width: auto;
    height: 0.6rem;
  }
}
.compar .compar_table table .title.left {
  background-color: #673e13;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .compar .compar_table table .title.left {
    width: 1.26rem;
  }
}
.compar .compar_table table .title.center {
  background-color: #1a1a1a;
  font-size: 0.2rem;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .compar .compar_table table .title.center {
    font-size: 0.125rem;
  }
}
.compar .compar_table table .title.right {
  background-color: #f28a26;
  font-size: 0.2rem;
}
@media screen and (max-width: 640px) {
  .compar .compar_table table .title.right {
    width: 2.17rem;
    font-size: 0.125rem;
  }
}
.compar .compar_table table .text {
  height: 1rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.81;
  border: 2px solid #CCCCCC;
  border-top: 0;
}
@media screen and (max-width: 640px) {
  .compar .compar_table table .text {
    height: 0.7rem;
    font-size: 0.11rem;
  }
}
.compar .compar_table table .text.center {
  border-right: 0;
}
.compar .compar_table table .text.right {
  border-left: 0;
}

/*=============================
シングルマザー＆ファザーのサポート
=============================*/
.single {
  position: relative;
}
@media screen and (max-width: 640px) {
  .single {
    padding: 0 0.2rem;
  }
}
.single .in::before {
  height: 8.73rem;
}
.single .single_intro {
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .single .single_intro {
    padding-top: 0.5rem;
  }
}
.single .single_intro .contTit {
  padding-left: 0.1rem;
}
.single .single_intro .contTit .title {
  border-bottom: 0;
}
@media screen and (max-width: 640px) {
  .single .single_intro .contTit .title {
    white-space: normal;
  }
}
.single .single_intro .contTit .title .small_text {
  font-size: 0.28rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .single .single_intro .contTit .title .small_text {
    font-size: 0.2rem;
    line-height: 1.55;
    padding-bottom: 0.05rem;
  }
}
.single .single_intro .lead {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
  padding: 0.2rem 0 0.4rem;
  padding-left: 0.4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .single .single_intro .lead {
    font-size: 0.125rem;
    line-height: 2;
    padding: 0 0.1rem 0.4rem;
  }
}
.single .single_intro .lead::after {
  content: "";
  width: 1rem;
  height: 1.33rem;
  background-image: url(/img/support/single_intro_illust.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.1rem;
  right: 0.6rem;
}
@media screen and (max-width: 640px) {
  .single .single_intro .lead::after {
    content: none;
  }
}
.single .single_intro .trouble {
  width: 100%;
  max-width: 8.5rem;
  margin: auto;
}
.single .single_intro .trouble .in_box {
  border: 2px solid #f28a26;
  border-radius: 0.1rem;
  position: relative;
  padding: 0.5rem 0.2rem 0.2rem 0.3rem;
}
@media screen and (max-width: 640px) {
  .single .single_intro .trouble .in_box {
    padding: 0.25rem 0.15rem 0.15rem;
  }
}
.single .single_intro .trouble .in_box .title {
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f28a26;
  position: absolute;
  top: -0.17rem;
  left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .single .single_intro .trouble .in_box .title {
    width: 100%;
    font-size: 0.175rem;
    left: 0;
    top: -0.15rem;
    text-align: center;
  }
}
.single .single_intro .trouble .in_box .title span {
  display: inline-block;
  background-color: #ffeecc;
  padding: 0 0.1rem;
}
.single .single_intro .trouble .in_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .single_intro .trouble .in_box .list .text {
  width: 53%;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .single .single_intro .trouble .in_box .list .text {
    width: 100%;
    font-size: 0.125rem;
    padding-bottom: 0.1rem;
    text-indent: -0.2rem;
    margin-left: 0.2rem;
  }
}
.single .single_intro .trouble .in_box .list .text:nth-child(odd) {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .single .single_intro .trouble .in_box .list .text:nth-child(odd) {
    width: 100%;
  }
}
.single .single_intro .trouble .in_box .list .text::before {
  content: "";
  width: 0.26rem;
  height: 0.18rem;
  display: inline-block;
  background-image: url(/img/support/check_icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.02rem;
}
@media screen and (max-width: 640px) {
  .single .single_intro .trouble .in_box .list .text::before {
    width: 0.2rem;
    height: 0.15rem;
  }
}
.single .point3 .title {
  padding: 0.6rem 0 0.2rem;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.92;
}
@media screen and (max-width: 640px) {
  .single .point3 .title {
    padding: 0.3rem 0 0.1rem;
    font-size: 0.175rem;
    letter-spacing: 0.05em;
    line-height: 1.82;
  }
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list {
    padding-bottom: 0.5rem;
  }
  .single .point3 .point3_list_wrap .list::before {
    content: "";
    width: calc(100% + 0.4rem);
    background-color: #ffeecc;
    position: absolute;
    top: 0;
    left: -0.2rem;
    height: 100%;
    z-index: -1;
  }
}
.single .point3 .point3_list_wrap .list .detail {
  position: relative;
  padding: 0.53rem 1.1rem 0.4rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
          filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail {
    margin-top: 0.38rem;
    border-radius: 0.1rem;
    border: 1px solid #f28a26;
    padding: 0.3rem 0.2rem 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .single .point3 .point3_list_wrap .list .detail::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    background-image: url(/img/support/sp_monthly_box_acc.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .single .point3 .point3_list_wrap .list .detail.open::after {
    background-image: url(/img/support/sp_monthly_box_acc_close.svg);
  }
  .single .point3 .point3_list_wrap .list .detail .textbox.open {
    padding-top: 37vw;
  }
  .single .point3 .point3_list_wrap .list .detail .textbox.open .ph_wrap {
    height: 38.88vw;
  }
  .single .point3 .point3_list_wrap .list .detail .textbox.open .acc_hide_upper {
    display: block;
  }
}
.single .point3 .point3_list_wrap .list .detail .num {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #f28a26;
  border-radius: 0.08rem;
  color: #fff;
  position: absolute;
  left: 0.4rem;
  top: 0.43rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .num {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    left: 0.2rem;
    top: -0.2rem;
  }
}
.single .point3 .point3_list_wrap .list .detail .num span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .num span {
    font-size: 0.2rem;
    top: 45%;
  }
}
.single .point3 .point3_list_wrap .list .detail .textbox {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .point3 .point3_list_wrap .list .detail .textbox .ph_wrap {
  width: 2.15rem;
  height: 1.65rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -0.7rem;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .ph_wrap {
    width: calc(100% + 0.4rem);
    height: 0;
    position: absolute;
    top: -0.3rem;
    left: -0.2rem;
    border-radius: 0.1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.single .point3 .point3_list_wrap .list .detail .textbox .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .point3 .point3_list_wrap .list .detail .textbox .upper_box {
  width: 100%;
  max-width: 5.65rem;
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .upper_box {
    padding-bottom: 0.2rem;
  }
}
.single .point3 .point3_list_wrap .list .detail .textbox .upper_box .point3_title {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .upper_box .point3_title {
    font-size: 0.175rem;
    text-align: center;
    padding-bottom: 0.1rem;
    cursor: pointer;
  }
}
.single .point3 .point3_list_wrap .list .detail .textbox .upper_box .point3_title span {
  color: #f28a26;
}
.single .point3 .point3_list_wrap .list .detail .textbox .upper_box .text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .upper_box .text {
    font-size: 0.125rem;
    line-height: 2;
  }
}
.single .point3 .point3_list_wrap .list .detail .textbox .upper_box .small_text {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .upper_box .acc_hide_upper {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .bottom_box {
    display: none;
    padding-bottom: 0.25rem;
  }
}
.single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .point3_title02 {
  background-color: #6B3906;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0;
  padding: 0.2rem;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .point3_title02 {
    font-size: 0.14rem;
    line-height: 1.6;
    border-radius: 0.05rem;
    padding: 0.05rem 0.3rem 0.07rem 0.1rem;
    position: relative;
    cursor: pointer;
  }
  .single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .point3_title02::before {
    content: "";
    width: 0.125rem;
    height: 0.02rem;
    background-color: #fff;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .point3_title02::after {
    content: "";
    width: 0.02rem;
    height: 0.125rem;
    background-color: #fff;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .point3_title02.open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
.single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .text {
    font-size: 0.125rem;
    line-height: 2;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_list_wrap .list .detail .textbox .bottom_box .acc_hide_bottom_text {
    display: none;
  }
}
.single .point3 .point3_case_wrap {
  padding: 0.8rem 0 0.6rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_case_wrap {
    padding: 0.4rem 0;
    margin-left: -0.2rem;
  }
  .single .point3 .point3_case_wrap::before {
    content: "";
    width: calc(100% + 0.4rem);
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -0.2rem;
    z-index: -1;
  }
}
.single .point3 .point3_case_wrap .point3_case_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.4rem 0.25rem 0.35rem;
  background-color: #ffeecc;
  border-radius: 0.1rem;
  margin-bottom: 2px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_case_wrap .point3_case_box {
    padding: 0.25rem 0.2rem;
    border-radius: 0.05rem;
    display: block;
    max-width: 2.55rem;
    height: 2.65rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0.16rem;
  }
}
.single .point3 .point3_case_wrap .point3_case_box.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.24rem 0.28rem 0 0.28rem;
  border-color: #ffeecc transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.22rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_case_wrap .point3_case_box.arrow::after {
    content: none;
  }
}
.single .point3 .point3_case_wrap .point3_case_box .illust {
  width: 0.72rem;
  height: 1rem;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_case_wrap .point3_case_box .illust {
    width: 0.35rem;
    height: 0.42rem;
    float: left;
    position: relative;
    left: -0.05rem;
    padding-right: 0.05rem;
    padding-bottom: 0.05rem;
  }
}
.single .point3 .point3_case_wrap .point3_case_box .textbox {
  width: 100%;
  max-width: 7.81rem;
  position: relative;
}
.single .point3 .point3_case_wrap .point3_case_box .textbox .num {
  font-size: 0.11rem;
  font-weight: 700;
  letter-spacing: 0.234em;
  color: #f28a26;
  padding-bottom: 0.05rem;
}
.single .point3 .point3_case_wrap .point3_case_box .textbox .text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1.81;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_case_wrap .point3_case_box .textbox .text {
    font-size: 0.11rem;
  }
}
.single .point3 .point3_case_wrap .point3_bottom_catch {
  padding-top: 0.6rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .single .point3 .point3_case_wrap .point3_bottom_catch {
    padding-top: 0.3rem;
    font-size: 0.175rem;
    line-height: 1.82;
  }
}

/*=============================
債務整理サポート
=============================*/
.debts {
  position: relative;
}
@media screen and (max-width: 640px) {
  .debts {
    padding: 0 0.2rem;
  }
}
.debts .in::before {
  height: 7.45rem;
}
.debts .contTit {
  padding-top: 1rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .debts .contTit {
    padding-top: 0.5rem;
    padding-left: 0.1rem;
  }
}
.debts .contTit .title {
  border-bottom: 0;
}
.debts .contTit .title::after {
  content: "";
  width: 1rem;
  height: 1.33rem;
  background-image: url(/img/support/debts_intro_illust.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  right: 0.6rem;
}
@media screen and (max-width: 640px) {
  .debts .contTit .title::after {
    content: none;
  }
}
.debts .lead {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
  padding: 0.2rem 0 0.4rem;
  padding-left: 0.4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .debts .lead {
    font-size: 0.125rem;
    line-height: 2;
    padding-top: 0;
    padding-left: 0.1rem;
  }
}
.debts .trouble {
  width: 100%;
  max-width: 8.5rem;
  margin: auto;
}
.debts .trouble .in_box {
  border: 2px solid #f28a26;
  border-radius: 0.1rem;
  position: relative;
  padding: 0.5rem 0.2rem 0.2rem 0.3rem;
}
@media screen and (max-width: 640px) {
  .debts .trouble .in_box {
    padding: 0.25rem 0.15rem 0.15rem;
  }
}
.debts .trouble .in_box .title {
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f28a26;
  position: absolute;
  top: -0.17rem;
  left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .debts .trouble .in_box .title {
    width: 100%;
    font-size: 0.175rem;
    left: 0;
    top: -0.15rem;
    text-align: center;
  }
}
.debts .trouble .in_box .title span {
  display: inline-block;
  background-color: #ffeecc;
  padding: 0 0.1rem;
}
.debts .trouble .in_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.debts .trouble .in_box .list .text {
  width: 53%;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .debts .trouble .in_box .list .text {
    width: 100%;
    font-size: 0.125rem;
    padding-bottom: 0.1rem;
    text-indent: -0.2rem;
    margin-left: 0.2rem;
  }
}
.debts .trouble .in_box .list .text:nth-child(odd) {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .debts .trouble .in_box .list .text:nth-child(odd) {
    width: 100%;
  }
}
.debts .trouble .in_box .list .text::before {
  content: "";
  width: 0.26rem;
  height: 0.18rem;
  display: inline-block;
  background-image: url(/img/support/check_icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.02rem;
}
@media screen and (max-width: 640px) {
  .debts .trouble .in_box .list .text::before {
    width: 0.2rem;
    height: 0.15rem;
  }
}
.debts .debts3 .title {
  padding: 0.6rem 0 0.2rem;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.92;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .title {
    padding: 0.3rem 0 0;
    font-size: 0.175rem;
    line-height: 1.82;
    letter-spacing: 0.05em;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail {
  position: relative;
  padding: 0.53rem 0.6rem 0.4rem 1.1rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
          filter: drop-shadow(0 0.05rem 0.05rem rgba(242, 138, 38, 0.5));
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail {
    margin-top: 0.38rem;
    border-radius: 0.1rem;
    border: 1px solid #f28a26;
    padding: 0.3rem 0.2rem 0.15rem;
    background-color: #fff;
    cursor: pointer;
  }
  .debts .debts3 .debts3_list_wrap .list .detail::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    background-image: url(/img/support/sp_monthly_box_acc.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .debts .debts3 .debts3_list_wrap .list .detail.open::after {
    background-image: url(/img/support/sp_monthly_box_acc_close.svg);
  }
  .debts .debts3 .debts3_list_wrap .list .detail.open {
    padding-bottom: 0.3rem;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail:last-child {
  margin-bottom: 1rem;
}
.debts .debts3 .debts3_list_wrap .list .detail .num {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #f28a26;
  border-radius: 0.08rem;
  color: #fff;
  position: absolute;
  left: 0.4rem;
  top: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .num {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    left: 0.2rem;
    top: -0.2rem;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .num span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .num span {
    font-size: 0.2rem;
    top: 45%;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox {
  position: relative;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox {
    padding-bottom: 0;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box {
  position: relative;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box {
    padding-bottom: 0.1rem;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box.illust {
  max-width: 5.4rem;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box.illust::after {
  content: "";
  width: 2.39rem;
  height: 1.3rem;
  background-image: url(/img/support/debts_point_illust.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  right: -2.6rem;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box.illust::after {
    width: 1.03rem;
    height: 0.56rem;
    right: 0.2rem;
    top: 0;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .debts3_title {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .debts3_title {
    font-size: 0.17rem;
    line-height: 1.4;
    padding-bottom: 0.1rem;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .debts3_title span {
  color: #f28a26;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .list {
    display: block;
    line-height: 2;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .list .title {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2.18;
  width: 1.1rem;
  position: relative;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .list .title {
    font-size: 0.125rem;
    display: inline-block;
    width: auto;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .list .title::before {
  content: "●";
  font-size: 0.11rem;
  color: #f28a26;
  display: inline-block;
  padding-right: 0.11rem;
  position: relative;
  top: -0.02rem;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .list .title::before {
    font-size: 0.1rem;
    padding-right: 0.01rem;
    top: 0;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .upper_box .list .title::after {
  content: "...";
  display: inline-block;
  padding-left: 0.02rem;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .text {
    display: inline;
    font-size: 0.125rem;
    line-height: 2;
    text-align: justify;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .text .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe63c));
  background: linear-gradient(transparent 60%, #ffe63c 0%);
  padding: 0 2px 1px;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .text .underline::after {
  content: none;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .sp_acc_wrap {
    display: none;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box {
  width: calc(100% + 0.5rem);
  margin-left: -0.5rem;
  position: relative;
  background-color: #ffcc88;
  padding: 0.55rem 0.26rem 0.3rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box {
    width: calc(100% - 0.1rem);
    margin-left: 0.1rem;
    margin-top: 0.2rem;
    border-radius: 0.05rem;
    padding: 0.25rem 0.15rem 0.2rem;
    text-align: justify;
    display: none;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .fukidashi {
  background-color: #6B3906;
  width: 2.57rem;
  line-height: 0;
  padding: 0.27rem 0;
  border-radius: 0.64rem;
  text-align: center;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: -0.27rem;
  left: -0.1rem;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .fukidashi {
    width: 1.45rem;
    padding: 0.16rem 0;
    font-size: 0.12rem;
    top: -0.13rem;
    left: -0.1rem;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .fukidashi::after {
  content: "";
  width: 0.175rem;
  height: 0.1rem;
  background-image: url(/img/support/fukidashi_arrow.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.1rem;
  right: 0.48rem;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .fukidashi::after {
    width: 0.11rem;
    height: 0.06rem;
    bottom: -0.05rem;
    right: 0.22rem;
  }
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .more_support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .more_support_list::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  position: absolute;
  left: 50%;
  top: 0;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .more_support_list .detail {
  width: 100%;
  max-width: 3.5rem;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .more_support_list .detail .title {
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.1rem;
}
.debts .debts3 .debts3_list_wrap .list .detail .textbox .comment_box .more_support_list .detail .text {
  font-size: 0.16rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
}

.faq_tel_wrap {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap {
    padding: 0 0.3rem 0.5rem;
  }
}
.faq_tel_wrap .tel_wrap {
  width: 100%;
  max-width: 8.5rem;
  margin-top: 0.58rem;
  background-color: #f28a26;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0.3rem 0.6rem 0.35rem;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap {
    margin-top: 0.38rem;
    border-radius: 0.05rem;
    padding: 0.15rem 0.3rem 0.17rem;
  }
}
.faq_tel_wrap .tel_wrap .tel_title {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .tel_title {
    font-size: 0.175rem;
    padding-bottom: 0.15rem;
  }
}
.faq_tel_wrap .tel_wrap .list_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .list_wrap .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.faq_tel_wrap .tel_wrap .list_wrap .list .tel_box {
  width: 100%;
  max-width: 2.95rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.3rem;
  border-right: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .list_wrap .list .tel_box {
    padding-right: 0;
    border-right: 0;
  }
}
.faq_tel_wrap .tel_wrap .list_wrap .list .tel_box .tel_num {
  width: 100%;
  max-width: 2.65rem;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .list_wrap .list .tel_box .tel_num {
    width: 100%;
    max-width: 2.5rem;
    margin: auto;
  }
}
.faq_tel_wrap .tel_wrap .list_wrap .list .tel_box .tel_num img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq_tel_wrap .tel_wrap .list_wrap .list .tel_box .small_text {
  font-size: 0.12rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .list_wrap .list .tel_box .small_text {
    letter-spacing: 0;
    padding-top: 0.05rem;
  }
}
.faq_tel_wrap .tel_wrap .list_wrap .list .btn_box {
  width: 100%;
  max-width: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .list_wrap .list .btn_box {
    padding-top: 0.17rem;
  }
}
.faq_tel_wrap .tel_wrap .list_wrap .list .btn_box .btn {
  width: 2rem;
  text-align: center;
  display: block;
  line-height: 0;
  border-radius: 0.05rem;
  padding: 0.26rem 0 0.28rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .list_wrap .list .btn_box .btn {
    width: 100%;
    font-size: 0.14rem;
    border-radius: 0.025rem;
    padding: 0.24rem 0 0.26rem;
    margin-bottom: 0.08rem;
  }
}
.faq_tel_wrap .tel_wrap .list_wrap .list .btn_box .btn:hover {
  opacity: 0.7;
}
.faq_tel_wrap .tel_wrap .list_wrap .list .btn_box .btn.contact {
  background-color: #673e13;
}
.faq_tel_wrap .tel_wrap .list_wrap .list .btn_box .btn.line {
  background-color: #08c559;
  padding-left: 0.3rem;
}
.faq_tel_wrap .tel_wrap .list_wrap .list .btn_box .btn.line::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(/common/img/ico_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .faq_tel_wrap .tel_wrap .list_wrap .list .btn_box .btn.line::before {
    width: 0.28rem;
    height: 0.28rem;
    left: 0.45rem;
  }
}
/*# sourceMappingURL=support.css.map */