@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);
*/
@media print, screen and (min-width: 641px) {
  [class*=bgc]:before {
    left: calc(2.9rem - 50vw);
  }
}

.pagetopbtn {
  display: block;
  right: 0;
  width: 1.15rem;
  height: 0.6rem;
  background-color: #FF7C3C;
  border-radius: 0.1rem 0 0 0.1rem;
}
@media print, screen and (min-width: 641px) {
  .pagetopbtn {
    width: 1.65rem;
    height: 0.91rem;
  }
}
.pagetopbtn::before {
  border: none;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0.85em;
  margin-block: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../../img/welfare/ico_arrow_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  .pagetopbtn::before {
    width: 2em;
    height: 2em;
    top: 0;
    bottom: 0;
    left: auto;
    right: 1.35em;
  }
}
.pagetopbtn::after {
  position: absolute;
  display: block;
  z-index: 1;
  content: "生活保護\a受給診断へ";
  top: 0.8em;
  left: 1.2em;
  white-space: pre;
  font-weight: 700;
  font-size: 0.13rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .pagetopbtn::after {
    top: 1em;
    left: 1.2em;
    white-space: pre;
    font-weight: 700;
    font-size: 0.18rem;
  }
}

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

パーツ

-----------------------------------------*/
.-fw_300 {
  font-weight: 300;
}

.-fw_400 {
  font-weight: 400;
}

.-fw_500 {
  font-weight: 500;
}

.-fw_600 {
  font-weight: 600;
}

.-fw_700 {
  font-weight: 700;
}

.-en_300 {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.-en_400 {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*

.cOrg00 {//淡オレンジ
	color: $bcr00;
}
.cOrg01 {//濃オレンジ
	color: $bcr01;
}
*/
.Org00 {
  color: #F18C25;
}

.c0y00 {
  color: #ffeecc;
}

.cy02 {
  color: #673e13;
}

.c0ff {
  color: #fff;
}

.c0g00 {
  color: #767474;
}

.-tal {
  text-align: left;
}

.-tac {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .-tal_sp {
    text-align: left;
  }
}

@media print, screen and (min-width: 641px) {
  .-tac_pc {
    text-align: center;
  }
}

.-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 641px) {
  .-w_780 {
    width: 7.8rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {
  .-pdi_20_sp {
    padding-inline: 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .-pdi_40_sp {
    padding-inline: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.-sec_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.-sec_tit .main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0.24rem;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #673e13;
}
@media screen and (max-width: 640px) {
  .-sec_tit .main {
    margin-top: 0.12rem;
    font-size: 0.32rem;
  }
}
.-sec_tit .sub {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  display: block;
  width: 100%;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 0.2rem;
  letter-spacing: 0.02em;
  color: #f28a26;
}
@media screen and (max-width: 640px) {
  .-sec_tit .sub {
    font-size: 0.14rem;
  }
}
.-sec_tit .sub::before, .-sec_tit .sub::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  border: 1px dashed #f28a26;
}
@media print, screen and (min-width: 641px) {
  .-sec_tit .sub::before, .-sec_tit .sub::after {
    width: 1.32rem;
  }
}
@media screen and (max-width: 640px) {
  .-sec_tit .sub::before, .-sec_tit .sub::after {
    width: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-sec_tit .sub::before {
    left: calc(50% - 2.9rem);
  }
}
@media screen and (max-width: 640px) {
  .-sec_tit .sub::before {
    left: calc(50% - 1.45rem);
  }
}
@media print, screen and (min-width: 641px) {
  .-sec_tit .sub::after {
    right: calc(50% - 2.9rem);
  }
}
@media screen and (max-width: 640px) {
  .-sec_tit .sub::after {
    right: calc(50% - 1.45rem);
  }
}

.-tit01 {
  font-size: 0.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .-tit01 {
    font-size: 0.3rem;
  }
}

.-tit02 {
  font-size: 0.32rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .-tit02 {
    font-size: 0.24rem;
    line-height: 1.4;
  }
}

.-en_tit01 {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .-en_tit01 {
    font-size: 0.33rem;
  }
}
.-en_tit01 .en_num {
  position: relative;
  display: inline-block;
  font-size: 0.41rem;
  width: 0.88rem;
  height: 0.81rem;
  margin-left: 0.1rem;
  padding-top: 0.2rem;
  background-image: url(../../img/welfare/deco_fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: super;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .-en_tit01 .en_num {
    top: 0.1em;
    width: 0.49rem;
    height: 0.45rem;
    padding-top: 0.5em;
    font-size: 0.23rem;
  }
}

.-catch01 {
  font-size: 0.42rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .-catch01 {
    font-size: 0.25rem;
  }
}

.-catch02 {
  font-size: 0.24rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .-catch02 {
    font-size: 0.16rem;
  }
}

.-catch03 {
  font-size: 0.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .-catch03 {
    font-size: 0.13rem;
    line-height: 1.2;
  }
}

.-catch05 {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.-desc01 {
  font-size: 0.16rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .-desc01 {
    font-size: 0.13rem;
    line-height: 2;
  }
}

.-desc02 {
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .-desc02 {
    font-size: 0.13rem;
  }
}

.-desc03 {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .-desc03 {
    font-size: 0.13rem;
    line-height: 2;
  }
}

.-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  color: #fff;
  background-color: #f28a26;
  border-radius: 0.08rem;
  font-weight: 700;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .-num {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
    border-radius: 0.06rem;
  }
}

.-num_tit {
  position: relative;
}
.-num_tit .-num {
  position: absolute;
  top: -0.05rem;
  left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 0.1rem;
}
.-num_tit .main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  padding-left: 0.6rem;
  font-weight: 700;
  font-size: 0.28rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #673e13;
}
@media screen and (max-width: 640px) {
  .-num_tit .main {
    padding-left: 0.55rem;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.-underline {
  text-decoration: underline;
  text-decoration-color: #f28a26;
  text-underline-offset: 0.4em;
}

.external {
  text-decoration: underline;
  text-decoration-color: #6C6C6C;
  text-underline-offset: 0.3em;
  overflow-wrap: break-word;
}
.no-touchevents .external {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .external:hover {
  opacity: 0.6;
  -webkit-transition: 0;
  transition: 0;
}

.-check_block {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px dashed #f28a26;
}
@media print, screen and (min-width: 641px) {
  .-check_block {
    padding: 0.24rem;
    border-radius: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .-check_block {
    padding: 0.36rem 0.16rem;
    border-radius: 0.1rem;
  }
}
.-check_block[class*=-type]::before {
  position: absolute;
  content: "";
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #f28a26;
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .-check_block[class*=-type]::before {
    top: -0.24rem;
    left: 0.2rem;
    min-width: 0.75rem;
    padding: 0.05rem 0.1rem 0.06rem 0.12rem;
    font-size: 0.18rem;
    border: 2px solid #f28a26;
  }
}
@media screen and (max-width: 640px) {
  .-check_block[class*=-type]::before {
    top: -0.14rem;
    left: 0.1rem;
    padding: 0.06rem 0.09rem 0.05rem 0.1rem;
    font-size: 0.11rem;
    border: 1px solid #f28a26;
  }
}
.-check_block.-typeA::before {
  content: "例えば";
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}
.-check_block.-typeB::before {
  content: "Check!";
}
.-check_block.-typeC::before {
  content: "Point!";
}
.-check_block[class*=-circle]::before {
  position: absolute;
  content: "";
  top: -0.37rem;
  left: -0.27rem;
  width: 1.02rem;
  height: 1.02rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .-check_block[class*=-circle]::before {
    width: 0.71rem;
    height: 0.71rem;
    left: -0.1rem;
  }
}
.-check_block.-circleA::before {
  background-image: url(../../img/welfare/point_check.png);
}
.-check_block.-circleB::before {
  background-image: url(../../img/welfare/point_memo.png);
}

.-list {
  text-align: left;
}
.-list li {
  position: relative;
  padding-left: 0.1rem;
  text-indent: -0.1em;
  z-index: 1;
}
.-list li::before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: 1;
}
.-list li + li {
  margin-top: 0.08rem;
}
.-list.-typeA > li::before {
  width: 0.04rem;
  height: 0.04rem;
  background-color: #f28a26;
  border-radius: 50%;
  top: 0.76em;
  left: 0;
}
.-list.-typeB > li {
  padding-left: 0.25rem;
}
.-list.-typeB > li::before {
  background-image: url(../../img/welfare/list_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.16rem;
  height: 0.16rem;
  top: 0.36em;
  left: 0;
}
.-list.-typeB > li + li {
  margin-top: 0.12rem;
}
.-list.-typeC > li {
  padding-left: 0.25rem;
}
.-list.-typeC > li::before {
  background-image: url(../../img/welfare/list_sankaku.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.13rem;
  height: 0.13rem;
  top: 0.36em;
  left: 0;
}
.-list.-typeC > li + li {
  margin-top: 0.24rem;
}
.-list.-typeD > li {
  padding-left: 0.12rem;
}
.-list.-typeD > li::before {
  width: 0.04rem;
  height: 0.04rem;
  background-color: #313131;
  border-radius: 50%;
  top: 0.76em;
  left: 0;
}
.-list.-typeD > li + li {
  margin-top: 0;
}

[class*=-illust] {
  position: relative;
}
[class*=-illust]::before {
  background-repeat: no-repeat;
  background-size: contain;
}

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

レイアウトベース

-----------------------------------------*/
.content {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {
  .content {
    max-width: 9rem;
    margin-inline: auto;
  }
}

.-welfare_deco {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  position: fixed;
}
.-welfare_deco.-deco01 {
  background-image: url(../../img/welfare/bg_deco_circle01.png);
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 641px) {
  .-welfare_deco.-deco01 {
    width: 6.3rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .-welfare_deco.-deco01 {
    width: 3.56rem;
    height: 3.56rem;
    top: 0.1rem;
    right: -1.1rem;
  }
}
.-welfare_deco.-deco02 {
  background-image: url(../../img/welfare/bg_deco_circle02.png);
  left: 0;
}
@media print, screen and (min-width: 641px) {
  .-welfare_deco.-deco02 {
    width: 6.9rem;
    height: 7.8rem;
    top: 5.37rem;
  }
}
@media screen and (max-width: 640px) {
  .-welfare_deco.-deco02 {
    width: 3.3rem;
    height: 4rem;
    top: 3.6rem;
    left: -0.7rem;
  }
}
.-welfare_deco.-deco03 {
  background-image: url(../../img/welfare/bg_deco_circle03.png);
}
@media print, screen and (min-width: 641px) {
  .-welfare_deco.-deco03 {
    width: 3.46rem;
    height: 3.37rem;
    top: 7.24rem;
    right: 1.03rem;
    rotate: 350deg;
  }
}
@media screen and (max-width: 640px) {
  .-welfare_deco.-deco03 {
    display: none;
  }
}

.section {
  position: relative;
  z-index: 2;
}

.mod_footer {
  position: relative;
  z-index: 1;
}

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

診断

-----------------------------------------*/
.question_wrap {
  position: relative;
  width: 100%;
  border: 6px solid #FFD8A3;
  background-color: #F6F3ED;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {
  .question_wrap {
    height: 5.38rem;
    margin-top: 0.4rem;
    border-radius: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .question_wrap {
    margin-top: 0.3rem;
    padding-bottom: 0.44rem;
    padding-inline: 0.2rem;
    border: 3px solid #FFD8A3;
    border-radius: 0.1rem;
  }
}
.question_wrap::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
  overflow: hidden;
  z-index: -1;
}
@media print, screen and (min-width: 641px) {
  .question_wrap::before {
    width: 6.84rem;
    height: 6.84rem;
  }
}
@media screen and (max-width: 640px) {
  .question_wrap::before {
    width: 3.94rem;
    height: 3.94rem;
    left: -0.35rem;
  }
}
.question_wrap.a1::before, .question_wrap.a2::before, .question_wrap.a3::before, .question_wrap.a4::before, .question_wrap.q3::before, .question_wrap.q5::before {
  position: static;
  display: none;
}
.question_wrap.q1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .question_wrap.q6 {
    padding-bottom: 0.68rem;
  }
}

.question_area {
  position: relative;
  z-index: 2;
}

.answer_area {
  position: relative;
  z-index: 2;
}

.question_tit {
  margin-top: 0.28rem;
}
@media screen and (max-width: 640px) {
  .question_tit {
    margin-top: 0.15rem;
  }
}
.question_tit small {
  display: block;
  margin-top: 0.16rem;
}
@media screen and (max-width: 640px) {
  .question_tit small {
    margin-top: 0.1rem;
  }
}

.answer_desc {
  margin-top: 0.24rem;
}
@media screen and (max-width: 640px) {
  .answer_desc {
    margin-top: 0.2rem;
  }
}
.q3 .answer_desc {
  margin-top: 0.15rem;
}

@media screen and (max-width: 640px) {
  #q1 {
    padding-block: 0.36rem 0;
  }
}
#q1 .q-top_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#q1 .ph01 {
  width: 4.44rem;
}
@media screen and (max-width: 640px) {
  #q1 .ph01 {
    width: 2.06rem;
  }
}
#q1 .ph02 {
  width: 3.95rem;
}
@media screen and (max-width: 640px) {
  #q1 .ph02 {
    width: 2.29rem;
  }
}
@media print, screen and (min-width: 641px) {
  #q1 .ph03 {
    position: absolute;
    width: 1.36rem;
    height: 1.36rem;
    top: 0.62rem;
    right: 0.85rem;
  }
}
@media screen and (max-width: 640px) {
  #q1 .ph03 {
    width: 2.03rem;
    height: auto;
  }
}

#q2, #q4, #q6 {
  padding-top: 1.31rem;
}
@media screen and (max-width: 640px) {
  #q2, #q4, #q6 {
    padding-top: 0.75rem;
  }
}
#q2 .question_tit, #q4 .question_tit, #q6 .question_tit {
  position: relative;
  z-index: -1;
  font-weight: 700;
}
#q2 .question_tit::before, #q4 .question_tit::before, #q6 .question_tit::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin-block: auto;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

#q2 .question_tit::before {
  background-image: url(../../img/welfare/illustration05.png);
}
@media print, screen and (min-width: 641px) {
  #q2 .question_tit::before {
    left: 0.12rem;
    width: 1.94rem;
    height: 1.58rem;
  }
}
@media screen and (max-width: 640px) {
  #q2 .question_tit::before {
    width: 0.85rem;
    height: 0.7rem;
    right: -0.12rem;
    bottom: -0.55rem;
  }
}

@media screen and (max-width: 640px) {
  #q4 .question_tit {
    margin-top: 0.31rem;
  }
}
#q4 .question_tit::before {
  background-image: url(../../img/welfare/illustration06.png);
}
@media print, screen and (min-width: 641px) {
  #q4 .question_tit::before {
    left: 0.47rem;
    width: 1.3rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  #q4 .question_tit::before {
    width: 0.68rem;
    height: 0.78rem;
    right: -0.12rem;
    bottom: -0.85rem;
  }
}
@media screen and (max-width: 640px) {
  #q4 .question_tit small {
    margin-left: 0.5rem;
  }
}

#q6 .question_tit::before {
  background-image: url(../../common/img/illustration03.png);
}
@media print, screen and (min-width: 641px) {
  #q6 .question_tit::before {
    width: 1.83rem;
    height: 1.39rem;
    left: 0.48rem;
  }
}
@media screen and (max-width: 640px) {
  #q6 .question_tit::before {
    width: 0.9rem;
    height: 0.68rem;
    right: -0.12rem;
    bottom: -0.5rem;
  }
}

#q3 .-check_block {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  #q3 .-check_block {
    width: 6.19rem;
  }
}
@media print, screen and (min-width: 641px) {
  #q3 .check {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  #q3 .check > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #q3 .check > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #q3 .check > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #q3 .check > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
#q3 .check dt {
  position: relative;
  display: block;
  padding-bottom: 0.28rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #q3 .check dt {
    white-space: nowrap;
  }
}
#q3 .check dt::before {
  position: absolute;
  content: "";
  top: 0.3rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 0.16rem;
  height: 0.12rem;
  background-image: url(../../img/welfare/ico_arrow_s.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  #q3 .check dt:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media print, screen and (min-width: 641px) {
  #q3 .check dt:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
#q3 .check dd::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.12rem;
  height: 0.12rem;
  padding-right: 0.4em;
  margin-top: 0.5em;
  top: 0.5em;
  left: 0;
}
@media print, screen and (min-width: 641px) {
  #q3 .check dd:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
#q3 .check dd:nth-of-type(1)::before {
  background-image: url(../../img/welfare/ico_cross.svg);
}
@media print, screen and (min-width: 641px) {
  #q3 .check dd:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
#q3 .check dd:nth-of-type(2)::before {
  background-image: url(../../img/welfare/ico_circle.svg);
}
@media screen and (max-width: 640px) {
  #q3 .check dd:nth-of-type(1) {
    position: relative;
    display: block;
    padding-bottom: 0.34rem;
  }
  #q3 .check dd:nth-of-type(1)::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f28a26;
  }
}
@media screen and (max-width: 640px) {
  #q3 .check dt:nth-of-type(2) {
    margin-top: 0.4rem;
  }
}
#q3 .txtlink {
  position: relative;
  display: inline-block;
  margin-top: 0.12rem;
}
#q3 .txtlink:after {
  content: "";
  position: absolute;
  right: -0.6em;
  top: calc(50% - 0.05rem);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.02rem solid #f48a26;
  border-right: 0.02rem solid #f48a26;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#a1, #a2, #q3 {
  padding-top: 1.31rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #a1, #a2, #q3 {
    padding-top: 0.85rem;
  }
}

:where(#a1, #a2, #a3, #a4, #q5) .-check_block::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../img/welfare/illustration04.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  right: -0.6rem;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  :where(#a1, #a2, #a3, #a4, #q5) .-check_block::after {
    width: 1.04rem;
    height: 1.14rem;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  :where(#a1, #a2, #a3, #a4, #q5) .-check_block::after {
    width: 0.62rem;
    height: 0.68rem;
    right: 0.05rem;
    bottom: -0.2rem;
  }
}

#q5 {
  padding-top: 1.71rem;
}
@media screen and (max-width: 640px) {
  #q5 {
    padding-top: 0.85rem;
  }
}
#q5 .-check_block {
  margin-top: 0.52rem;
}
@media screen and (max-width: 640px) {
  #q5 .-check_block {
    margin-top: 0.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  #q5 .-check_block::after {
    right: -0.9rem;
  }
}
#q5 .btn_sub {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.7rem;
  margin-inline: auto;
  font-size: 0.2rem;
}
@media screen and (max-width: 640px) {
  #q5 .btn_sub {
    font-size: 0.15rem;
    bottom: -0.6rem;
  }
}
#q5 .btn_sub span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#q5 .btn_sub span::before, #q5 .btn_sub span::after {
  position: absolute;
  content: "";
  background-image: url(../../img/welfare/text_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.15rem;
  height: 0.19rem;
  top: 0.25em;
}
@media screen and (max-width: 640px) {
  #q5 .btn_sub span::before, #q5 .btn_sub span::after {
    width: 0.1rem;
    height: 0.14rem;
  }
}
#q5 .btn_sub span::before {
  left: -1.15em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#q5 .btn_sub span::after {
  right: -0.95em;
}

#a1, #a2, #a3 {
  padding-top: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #a1, #a2, #a3 {
    padding-top: 0.48rem;
  }
}

#a1 .-check_block {
  margin-top: 0.48rem;
}
@media screen and (max-width: 640px) {
  #a1 .-check_block {
    margin-top: 0.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  #a1 .-check_block::after {
    bottom: -0.6rem;
    right: -0.8rem;
  }
}

#a2 .-check_block {
  margin-top: 0.41rem;
}
@media screen and (max-width: 640px) {
  #a2 .-check_block {
    margin-top: 0.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  #a2 .-check_block::after {
    right: -0.85rem;
    bottom: 0.1rem;
  }
}

#a3 {
  padding-top: 0.48rem;
}
#a3 .answer_desc {
  margin-top: 0.16rem;
}
#a3 .-check_block {
  margin-top: 0.32rem;
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  #a3 .-check_block {
    width: 4.73rem;
  }
}
@media print, screen and (min-width: 641px) {
  #a3 .-check_block::after {
    right: -0.25rem;
    bottom: 0.1rem;
  }
}
#a3 .-desc01 {
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  #a3 .-desc01 {
    margin-top: 0.32rem;
  }
}
#a3 .-underline {
  line-height: 2.2;
}

#a4 {
  padding-top: 1.11rem;
}
@media screen and (max-width: 640px) {
  #a4 {
    padding-top: 0.72rem;
  }
}
@media screen and (max-width: 640px) {
  #a4 .answer_tit {
    font-size: 0.24rem;
    line-height: 1.4;
  }
}
#a4 .-check_block {
  max-width: 6.19rem;
  margin-top: 0.32rem;
  padding-right: 0.35rem;
}
@media print, screen and (min-width: 641px) {
  #a4 .-check_block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #a4 .-check_block {
    padding-right: 0.16rem;
  }
}
#a4 .-check_block::after {
  background-image: url(../../img/welfare/illustration07.png);
}
@media print, screen and (min-width: 641px) {
  #a4 .-check_block::after {
    width: 1.42rem;
    height: 0.98rem;
    right: -0.3rem;
    bottom: -1.3rem;
  }
}
@media screen and (max-width: 640px) {
  #a4 .-check_block::after {
    width: 1rem;
    height: 0.68rem;
  }
}
#a4 .question-btn_again {
  margin-top: 0.35rem;
}

.question_area {
  font-size: 1.5em;
}

#question_step {
  position: absolute;
  top: 0.4rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.59rem;
  width: 5.6rem;
  margin-inline: auto;
  padding: 0.06rem 0.07rem;
  background-color: #fff;
  border: 1px solid #f28a26;
  border-radius: 0.56rem;
}
@media screen and (max-width: 640px) {
  #question_step {
    top: 0.3rem;
    width: 2.7rem;
    gap: 0.23rem;
    padding: 0.03rem 0.03rem;
  }
}
#question_step li {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 1.49rem;
  height: 0.39rem;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 0.54rem;
}
@media screen and (max-width: 640px) {
  #question_step li {
    width: 0.75rem;
    height: 0.2rem;
    padding-top: 0.3em;
    font-size: 0.11rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#question_step li::before {
  position: absolute;
  content: "";
  top: 0;
  right: -1.9em;
  bottom: 0;
  width: 0.26rem;
  height: 0.13rem;
  margin-block: auto;
  background-image: url(../../img/welfare/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #question_step li::before {
    width: 0.12rem;
    height: 0.05rem;
  }
}
#question_step li:last-child {
  display: none;
}
#question_step li:nth-child(3)::before, #question_step li:last-child::before {
  display: none;
}
#question_step li.js-active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FF7C3C), to(#FFA346));
  background: linear-gradient(0.25turn, #FF7C3C, #FFA346);
}
.q1 #question_step, .a1 #question_step, .a2 #question_step, .a3 #question_step {
  display: none;
}
.q4 #question_step li:nth-of-type(1), .q5 #question_step li:nth-of-type(1) {
  color: #f28a26;
}
.q6 #question_step li:nth-of-type(1), .q6 #question_step li:nth-of-type(2) {
  color: #f28a26;
}
.a4 #question_step {
  display: block;
  padding: 0;
  border: none;
  margin-inline: auto;
}
@media print, screen and (min-width: 641px) {
  .a4 #question_step {
    width: 1.66rem;
  }
}
@media screen and (max-width: 640px) {
  .a4 #question_step {
    width: 0.75rem;
  }
}
.a4 #question_step li {
  width: 100%;
  letter-spacing: 0.07em;
}
@media print, screen and (min-width: 641px) {
  .a4 #question_step li {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .a4 #question_step li {
    height: 0.2rem;
    padding-top: 0.3em;
    font-size: 0.11rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#question-btn_area {
  position: relative;
  z-index: 2;
  margin-top: 0.48rem;
}
@media screen and (max-width: 640px) {
  #question-btn_area {
    margin-top: 0.2rem;
  }
}
.q3 #question-btn_area {
  margin-top: 0.23rem;
}
@media screen and (max-width: 640px) {
  .q3 #question-btn_area {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .q4 #question-btn_area {
    margin-top: 0.28rem;
  }
}
.q5 #question-btn_area {
  margin-top: 0.75rem;
}
@media screen and (max-width: 640px) {
  .q6 #question-btn_area {
    margin-top: 0.28rem;
  }
}

@media print, screen and (min-width: 641px) {
  .question-btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.24rem;
  }
}
:where(#question-btn_a, #question-btn_b) {
  display: inline-block;
  text-decoration: none;
  width: 100px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 641px) {
  :where(#question-btn_a, #question-btn_b) {
    padding: 10px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 2.4rem;
    height: 0.56rem;
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  :where(#question-btn_a, #question-btn_b) {
    gap: 0.08rem;
    width: 1.9rem;
    height: 0.45rem;
    margin-inline: auto;
    font-size: 0.14rem;
  }
}
.no-touchevents :where(#question-btn_a, #question-btn_b) {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.no-touchevents :where(#question-btn_a, #question-btn_b):hover {
  opacity: 0.6;
}

#question-btn_a {
  background-color: #fff;
  color: #f28a26;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f28a26;
}
@media screen and (max-width: 640px) {
  #question-btn_a {
    margin-bottom: 0.08rem;
  }
}
.q1 #question-btn_a {
  display: none;
}

#question-btn_b {
  color: #fff;
  background-color: #f28a26;
}
.q1 #question-btn_b {
  width: 3.44rem;
  height: 0.72rem;
  background-color: #FF7C3C;
  position: relative;
}
@media screen and (max-width: 640px) {
  .q1 #question-btn_b {
    width: 2.35rem;
    height: 0.5rem;
    font-size: 0.14rem;
    margin-inline: auto;
  }
}
.q1 #question-btn_b:after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: calc(50% - 0.1rem);
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("../../img/welfare/ico_arrow_btn.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(0%);
          filter: invert(0%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 640px) {
  .q1 #question-btn_b:after {
    top: calc(50% - 0.075rem);
    width: 0.18rem;
    height: 0.18rem;
  }
}
.q6 #question-btn_b {
  position: relative;
  z-index: 1;
}
.q6 #question-btn_b::before, .q6 #question-btn_b:after {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
}
.q6 #question-btn_b::before {
  content: "もしくは家がない状況";
  font-size: 0.24rem;
  top: 0.62rem;
  letter-spacing: 0;
  color: #f28a26;
}
@media screen and (max-width: 640px) {
  .q6 #question-btn_b::before {
    font-size: 0.13rem;
    top: 0.5rem;
  }
}
.q6 #question-btn_b::after {
  content: "※ネットカフェにいる、友人宅にいる等";
  top: 1rem;
  font-size: 0.13rem;
  letter-spacing: 0.02em;
  color: #673e13;
}
@media screen and (max-width: 640px) {
  .q6 #question-btn_b::after {
    font-size: 0.1rem;
    top: 0.7rem;
  }
}
#question-btn_b.js-btn-step {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 2.76rem;
  font-size: 0.24rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #question-btn_b.js-btn-step {
    width: 2.35rem;
    font-size: 0.14rem;
  }
}
#question-btn_b.js-btn-step:after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: calc(50% - 0.1rem);
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("/common/img/headmark_arrow_or.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(0%);
          filter: invert(0%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 640px) {
  #question-btn_b.js-btn-step:after {
    top: calc(50% - 0.075rem);
    width: 0.15rem;
    height: 0.15rem;
  }
}

.question-btn_again {
  position: relative;
  display: block;
  width: 2.76rem;
  height: 0.56rem;
  margin-inline: auto;
  margin-top: 0.48rem;
  font-size: 0.24rem;
  color: #f28a26;
  background-color: #fff;
  border: 2px solid #f28a26;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: text-bottom;
}
@media screen and (max-width: 640px) {
  .question-btn_again {
    width: 2.35rem;
    height: 0.45rem;
    margin-top: 0.4rem;
    font-size: 0.14rem;
    border: 1px solid #f28a26;
  }
}
.no-touchevents .question-btn_again {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.no-touchevents .question-btn_again:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 641px) {
  .line_btn_wrap .question-btn_again {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .line_btn_wrap .question-btn_again {
    margin-top: 0.12rem;
  }
}

.line_btn_wrap {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 641px) {
  .line_btn_wrap {
    padding-top: 0.67rem;
    padding-right: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .line_btn_wrap > * {
    margin-inline: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .line_btn_wrap {
    padding-top: 0.67rem;
  }
}
.line_btn_wrap::before {
  position: absolute;
  content: "";
  background-image: url(../../img/welfare/ico_arrow_w2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.28rem;
  height: 0.28rem;
  top: 0.22rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.btn_line {
  position: relative;
  display: block;
  width: 3.04rem;
  height: 0.56rem;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .btn_line {
    width: 2.35rem;
    height: 0.45rem;
  }
}
.btn_line a.line {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.btn_line a.line span {
  font-size: 0.24rem;
}
@media screen and (max-width: 640px) {
  .btn_line a.line span {
    font-size: 0.14rem;
    padding-left: 0.25rem;
  }
}
.btn_line a.line::after {
  width: 0.28rem;
  height: 0.25rem;
  left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .btn_line a.line::after {
    top: calc(50% - 0.06rem);
    width: 0.18rem;
    height: 0.16rem;
    left: 0.37rem;
  }
}

.js-hide {
  display: none !important;
}

.js-display {
  display: block !important;
}

.js-active {
  display: block !important;
}

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

LP本文

-----------------------------------------*/
.top_desc {
  margin-top: 0.32rem;
}
@media screen and (max-width: 640px) {
  .top_desc {
    margin-top: 0.21rem;
  }
}

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

intro nav

-----------------------------------------*/
.intro_wrap {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  .intro_wrap {
    padding-bottom: 0.6rem;
  }
}

.local_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.35rem;
}
@media screen and (max-width: 640px) {
  .local_nav {
    bottom: auto;
    display: block;
    margin-top: 0.4rem;
  }
}
.local_nav > .item {
  position: relative;
  display: block;
  text-align: center;
  background-image: url("../../img/welfare/nav_bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  -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: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media print, screen and (min-width: 641px) {
  .local_nav > .item {
    width: 3rem;
    height: 3rem;
    padding-top: 0.4rem;
  }
}
.no-touchevents .local_nav > .item:hover {
  -webkit-filter: drop-shadow(0 0 0.01rem rgba(242, 138, 38, 0.5));
          filter: drop-shadow(0 0 0.01rem rgba(242, 138, 38, 0.5));
}
@media screen and (max-width: 640px) {
  .local_nav > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    min-height: 1rem;
    margin: auto;
    padding: 0.1rem 0.07rem 0.1rem;
    border-radius: 0.1rem;
    background-color: #fff;
    background-image: none;
    border: 3px solid #FFD8A3;
    -webkit-filter: drop-shadow(0 0.02rem 0.02rem rgba(242, 138, 38, 0.3));
            filter: drop-shadow(0 0.02rem 0.02rem rgba(242, 138, 38, 0.3));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .local_nav > .item:after {
    content: "";
    position: absolute;
    right: 0.15rem;
    top: calc(50% - 0.12rem);
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background-color: #f28a26;
    border-radius: 50%;
    background-image: url("/common/img/headmark_arrow.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: invert(0%);
            filter: invert(0%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
  }
}
@media screen and (max-width: 640px) {
  .local_nav > .item + .item {
    margin-top: 0.35rem;
  }
}
.local_nav > .item .-num {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
}
@media screen and (max-width: 640px) {
  .local_nav > .item .-num {
    top: -0.25rem;
    left: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .local_nav > .item .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .local_nav > .item .detail {
    position: relative;
    display: block;
    text-align: left;
    border-radius: 0.06rem;
  }
}
.local_nav > .item dt {
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .local_nav > .item dt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.15rem;
    font-size: 0.16rem;
    line-height: 1.68;
  }
}
@media screen and (max-width: 640px) {
  .local_nav > .item dt {
    margin-left: 1.12rem;
    font-size: 0.16rem;
    line-height: 1.4;
  }
}
.local_nav > .item dd {
  display: block;
  margin-top: 0.15rem;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .local_nav > .item dd {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 640px) {
  .local_nav > .item dd {
    position: absolute;
    display: block;
    left: 0.13rem;
    top: 0;
    bottom: 0;
    margin-block: auto;
  }
}
.local_nav > .item dd img {
  width: 1.4rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .local_nav > .item dd img {
    width: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .local_nav > .item:nth-of-type(2) dd {
    top: 0.25rem;
  }
}
.local_nav > .item:nth-of-type(2) dd img {
  width: 1.66rem;
}
@media screen and (max-width: 640px) {
  .local_nav > .item:nth-of-type(2) dd img {
    width: 0.82rem;
  }
}
.local_nav > .item:nth-of-type(3) dd img {
  width: 1.98rem;
}
@media screen and (max-width: 640px) {
  .local_nav > .item:nth-of-type(3) dd img {
    width: 0.81rem;
  }
}

.nav_catch {
  padding-top: 1.62rem;
}
@media screen and (max-width: 640px) {
  .nav_catch {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .nav_catch em {
    font-size: 0.3rem;
  }
}

.nav_desc {
  margin-top: 0.25rem;
  font-size: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .nav_desc {
    font-size: 0.15rem;
  }
}
.nav_desc .-underline {
  text-decoration-color: #ffcc88;
}

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

main 

-----------------------------------------*/
.main_desc {
  line-height: 2;
}

.main_ph {
  position: relative;
  z-index: 1;
  display: block;
  width: 3.33rem;
  height: 2.38rem;
}
.main_ph img {
  border-radius: 0.2rem;
}
.main_ph::before {
  position: absolute;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.data_tit {
  display: inline-block;
  font-weight: 500;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .data_tit {
    font-size: 0.15rem;
  }
}
.data_tit em {
  display: inline-block;
  margin-left: 0.1rem;
  padding: 0.1rem 0.16rem;
  font-weight: 500;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #f28a26;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px dashed #f28a26;
}
@media screen and (max-width: 640px) {
  .data_tit em {
    padding: 0.05rem 0.08rem;
    font-size: 0.11rem;
  }
}

@media screen and (max-width: 640px) {
  .-scroll_table {
    overflow: scroll;
    padding-bottom: 0.2rem;
  }
  .-scroll_table .ps__rail-x {
    opacity: 1 !important;
    height: 0.1rem;
    background-color: #e5e5e5;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .-scroll_table .ps__rail-x .ps__thumb-x {
    height: 0.1rem;
    background-color: #f28a26;
    border-radius: 0.05rem;
    bottom: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .age_wrap .main_tit_area, .work_wrap .main_tit_area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5rem 0.32rem auto;
    grid-template-columns: 5rem 0.32rem auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .age_wrap .main_tit_area > *:nth-child(1), .work_wrap .main_tit_area > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .age_wrap .main_tit_area > *:nth-child(2), .work_wrap .main_tit_area > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .age_wrap .main_tit_area > *:nth-child(3), .work_wrap .main_tit_area > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .age_wrap .main_tit_area .main_tit_txt, .work_wrap .main_tit_area .main_tit_txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .age_wrap .main_tit_area .main_desc, .work_wrap .main_tit_area .main_desc {
    margin-top: 0.1rem;
    padding-left: 0.6rem;
  }
  .age_wrap .main_tit_area .main_ph, .work_wrap .main_tit_area .main_ph {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 640px) {
  .age_wrap .main_tit_area .main_desc, .work_wrap .main_tit_area .main_desc {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .age_wrap .main_ph, .work_wrap .main_ph {
    margin-top: 0.3rem;
  }
}

.age_wrap .-check_block, .work_wrap .-check_block, .house_wrap .-check_block {
  display: block;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .age_wrap .-check_block, .work_wrap .-check_block, .house_wrap .-check_block {
    width: 7.8rem;
    margin-top: 0.9rem;
    padding-block: 0.32rem;
    padding-inline: 0.7rem 1.15rem;
  }
}
@media screen and (max-width: 640px) {
  .age_wrap .-check_block, .work_wrap .-check_block, .house_wrap .-check_block {
    width: 100%;
    margin-top: 0.67rem;
    padding-block: 0.5rem;
    padding-inline: 0.2rem;
  }
}
.age_wrap .-check_block::after, .work_wrap .-check_block::after, .house_wrap .-check_block::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../img/welfare/illustration04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.3rem;
  right: -0.42rem;
  bottom: -0.1rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .age_wrap .-check_block::after, .work_wrap .-check_block::after, .house_wrap .-check_block::after {
    width: 0.87rem;
    height: 0.95rem;
    right: -0.15rem;
    bottom: -0.28rem;
  }
}
.age_wrap .-check_block a, .work_wrap .-check_block a, .house_wrap .-check_block a {
  color: #6C6C6C;
}

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

main 個別

-----------------------------------------*/
.age_wrap {
  padding-block: 0.85rem 0.8rem;
}
@media screen and (max-width: 640px) {
  .age_wrap {
    padding-block: 0.48rem 0.64rem;
  }
}
.age_wrap .main_ph::before {
  background-image: url(../../img/welfare/nav_img01.png);
  width: 1.03rem;
  height: 0.92rem;
  right: -0.34rem;
  bottom: -0.14rem;
}
@media screen and (max-width: 640px) {
  .age_wrap .main_ph::before {
    right: -0.18rem;
  }
}
.age_wrap .-scroll_table {
  margin-top: 0.24rem;
}
@media screen and (max-width: 640px) {
  .age_wrap .-scroll_table {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .age_wrap .age_table {
    display: block;
    width: 3.9rem;
    margin-inline: auto;
  }
}
.age_wrap .data {
  margin-top: 0.24rem;
}
@media screen and (max-width: 640px) {
  .age_wrap .data {
    margin-top: 0.48rem;
  }
}
.age_wrap .-check_block .check_tit span {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .age_wrap .-check_block .check_tit span {
    margin-top: 0.14rem;
  }
}
.age_wrap .-check_block .check_desc {
  line-height: 1.9;
}
.age_wrap .-check_block .check_desc a {
  display: block;
  margin-bottom: 0.1rem;
}

.work_wrap {
  padding-block: 1.42rem 0.8rem;
}
@media screen and (max-width: 640px) {
  .work_wrap {
    padding-block: 0.48rem 0.64rem;
  }
}
@media screen and (max-width: 640px) {
  .work_wrap .-num_tit .-num {
    top: -0.02rem;
  }
}
.work_wrap .main_ph::before {
  background-image: url(../../img/welfare/nav_img02.png);
  width: 1.6rem;
  height: 1.14rem;
  right: -0.36rem;
  bottom: -0.26rem;
}
@media screen and (max-width: 640px) {
  .work_wrap .main_ph::before {
    width: 1.03rem;
    height: 0.75rem;
    right: -0.18rem;
    bottom: -0.08rem;
  }
}
.work_wrap .data {
  margin-top: 0.9rem;
}
.work_wrap .-check_block {
  padding-bottom: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  .work_wrap .check_block01 {
    margin-top: 0.62rem;
  }
}
.work_wrap .check_block01::after {
  position: static;
  display: none;
}
@media screen and (max-width: 640px) {
  .work_wrap .check_block01 {
    padding-top: 0.22rem;
    padding-bottom: 0.28rem;
    margin-top: 0.48rem;
  }
}
.work_wrap .check_block02 {
  padding-left: 0.8rem;
}
@media print, screen and (min-width: 641px) {
  .work_wrap .check_block03 {
    padding: 0;
    margin-top: 0.4rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .work_wrap .check_block03::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .work_wrap .check_block03 {
    padding: 0;
    margin-top: 0.3rem;
  }
  .work_wrap .check_block03::after {
    bottom: -0.48rem;
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .work_wrap .check_block03 .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.work_wrap .check_block03 .check_tit {
  background-color: #FFEECC;
}
@media print, screen and (min-width: 641px) {
  .work_wrap .check_block03 .check_tit {
    display: -ms-grid;
    display: grid;
    place-content: center;
    padding-inline: 0.22rem 0.26rem;
    border-radius: 0.2rem 0 0 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .work_wrap .check_block03 .check_tit {
    padding-block: 0.16rem;
    padding-inline: 0.2rem;
    font-size: 0.14rem;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .work_wrap .check_block03 .check_desc {
    padding-block: 0.24rem;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .work_wrap .check_block03 .check_desc .-list.-typeB {
    padding-block: 0.32rem;
    padding-left: 0.32rem;
  }
  .work_wrap .check_block03 .check_desc .-list.-typeB li {
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 641px) {
  .work_wrap .check_block03 .check_desc .-list.-typeD {
    margin-top: 0.04rem;
    padding-left: 0.2rem;
  }
}
.work_wrap .list_tit {
  position: relative;
  display: inline-block;
}
.work_wrap .list_tit::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../../img/welfare/mark_hatena.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.26rem;
  height: 0.24rem;
  rotate: 13.67deg;
  top: 0.6em;
  right: -2em;
}
@media screen and (max-width: 640px) {
  .work_wrap .list_tit::after {
    width: 0.1rem;
    height: 0.15rem;
    top: 0.65em;
    right: -1em;
  }
}
.work_wrap .list_box {
  margin-top: 0.2rem;
}
.work_wrap .work_catch01 {
  margin-top: 0.82rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .work_wrap .work_catch01 {
    margin-top: 0.71rem;
    font-size: 0.21rem;
  }
}
.work_wrap .work_catch01 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.work_wrap .work_catch01 span::before, .work_wrap .work_catch01 span::after {
  position: absolute;
  content: "";
  background-image: url(../../img/welfare/text_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.18rem;
  height: 0.26rem;
  top: 0.25em;
}
@media screen and (max-width: 640px) {
  .work_wrap .work_catch01 span::before, .work_wrap .work_catch01 span::after {
    top: 0.35em;
  }
}
.work_wrap .work_catch01 span::before {
  left: -1.15em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .work_wrap .work_catch01 span::before {
    left: -1.25em;
  }
}
.work_wrap .work_catch01 span::after {
  right: -0.95em;
}
@media screen and (max-width: 640px) {
  .work_wrap .work_catch01 span::after {
    right: -1.05em;
  }
}
.work_wrap .work_catch01 em {
  position: relative;
  display: inline-block;
}
.work_wrap .work_catch01 em::before, .work_wrap .work_catch01 em::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #eb5a14;
  border-radius: 50%;
  top: 0;
}
@media screen and (max-width: 640px) {
  .work_wrap .work_catch01 em::before, .work_wrap .work_catch01 em::after {
    top: -0.15em;
  }
}
.work_wrap .work_catch01 em::before {
  left: 0.4em;
}
.work_wrap .work_catch01 em::after {
  right: 1.1em;
}
@media print, screen and (min-width: 641px) {
  .work_wrap .work_catch02 {
    margin-top: 0.24rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .work_wrap .work_catch02 {
    margin-top: 0.18rem;
    line-height: 2;
  }
}
.work_wrap .data {
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .work_wrap .data {
    margin-top: 0.4rem;
    width: 100vw;
    margin-left: -0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .work_wrap .data:nth-of-type(2) {
    margin-top: 1.19rem;
  }
}
@media print, screen and (min-width: 641px) {
  .work_wrap .data .data_detail {
    margin-top: 0.42rem;
  }
}
@media screen and (max-width: 640px) {
  .work_wrap .data .data_detail {
    margin-top: 0.16rem;
    padding: 0.2rem;
    background-color: #F9F7F4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .work_wrap .data .data_detail .work_table {
    display: block;
  }
  .work_wrap .data .data_detail .work_table img {
    width: 6.62rem;
  }
}
.work_wrap .data_tit {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .work_wrap .data_tit {
    color: #f28a26;
  }
  .work_wrap .data_tit em {
    margin-left: 0;
  }
}
.work_wrap .work_desc {
  margin-top: 0.72rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .work_wrap .work_desc {
    line-height: 2;
  }
}
.house_wrap {
  padding-block: 1rem;
}
@media screen and (max-width: 640px) {
  .house_wrap {
    padding-block: 0.4rem 0.68rem;
  }
}
.house_wrap .main_tit_area {
  position: relative;
  z-index: 1;
}
.house_wrap .main_tit_area .-deco {
  position: absolute;
  content: "";
  z-index: 1;
  background-image: url(../..//img/welfare/nav_img03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.07rem;
  top: -0.54rem;
  right: 0.3rem;
}
@media screen and (max-width: 640px) {
  .house_wrap .main_tit_area .-deco {
    width: 0.87rem;
    height: 0.54rem;
    top: -0.3rem;
    right: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .house_wrap .house_detail01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 640px) {
  .house_wrap .house_detail01 {
    margin-top: 0.25rem;
  }
}
.house_wrap .house_detail02 {
  margin-top: 0.56rem;
}
@media screen and (max-width: 640px) {
  .house_wrap .house_detail02 {
    margin-top: 0.46rem;
  }
}
@media print, screen and (min-width: 641px) {
  .house_wrap .main_desc_txt {
    width: 3.63rem;
  }
}
.house_wrap .main_desc {
  margin-top: 0.08rem;
}
.house_wrap .house_ph01 {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .house_wrap .house_ph01 {
    width: 3.77rem;
    margin-left: 0.41rem;
  }
}
@media screen and (max-width: 640px) {
  .house_wrap .house_ph01 {
    margin-top: 0.25rem;
  }
}
.house_wrap .house_ph02 {
  display: block;
  margin-top: 0.24rem;
}
@media screen and (max-width: 640px) {
  .house_wrap .house_ph02 {
    margin-top: 0.25rem;
  }
}
.house_wrap .check_tit {
  line-height: 1.8;
}
.house_wrap .check_desc {
  margin-top: 0.19rem;
}
@media screen and (max-width: 640px) {
  .house_wrap .check_desc {
    margin-top: 0.08rem;
    line-height: 2;
  }
}

.faq_wrap {
  position: relative;
  z-index: 0;
  padding-block: 2.4rem 1.9rem;
}
@media screen and (max-width: 640px) {
  .faq_wrap {
    padding-block: 0.4rem 0.5rem;
  }
}
.faq_wrap .-sec_tit {
  padding-bottom: 0.56rem;
}
.faq_wrap .-sec_tit .main {
  font-size: 0.4rem;
}
@media screen and (max-width: 640px) {
  .faq_wrap .-sec_tit .main {
    font-size: 0.25rem;
  }
}
.faq_wrap .-sec_tit .sub::before, .faq_wrap .-sec_tit .sub::after {
  width: 2rem;
}
@media screen and (max-width: 640px) {
  .faq_wrap .-sec_tit .sub::before, .faq_wrap .-sec_tit .sub::after {
    width: 1.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_wrap .-sec_tit .sub::before {
    left: calc(50% - 2.37rem);
  }
}
@media screen and (max-width: 640px) {
  .faq_wrap .-sec_tit .sub::before {
    left: calc(50% - 1.37rem);
  }
}
@media print, screen and (min-width: 641px) {
  .faq_wrap .-sec_tit .sub::after {
    right: calc(50% - 2.37rem);
  }
}
@media screen and (max-width: 640px) {
  .faq_wrap .-sec_tit .sub::after {
    right: calc(50% - 1.37rem);
  }
}
.faq_wrap .-deco {
  position: fixed;
  z-index: -1;
  background-image: url(../../img/welfare/bg_deco_circle03.png);
  width: 4.06rem;
  height: 4.25rem;
  rotate: 350deg;
  top: 0.98rem;
  right: 1.12rem;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .faq_wrap .-deco {
    width: 1.95rem;
    height: 2.1rem;
    top: -0.12rem;
    right: -0.18rem;
  }
}

@media print, screen and (min-width: 641px) {
  .faq_item {
    width: 8.64rem;
    margin-inline: auto;
  }
}
.faq_item summary {
  position: relative;
  display: inline-block;
  padding-left: 0.55rem;
  margin-left: 0.38rem;
}
@media screen and (max-width: 640px) {
  .faq_item summary {
    padding-left: 0.35rem;
    margin-left: 0.2rem;
  }
}
.faq_item summary::before {
  position: absolute;
  display: inline-block;
  content: "Q.";
  top: -0.16em;
  left: 0;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.4rem;
  line-height: 1;
  color: #f28a26;
}
@media screen and (max-width: 640px) {
  .faq_item summary::before {
    top: -0.04em;
    font-size: 0.24rem;
  }
}
.faq_item + .faq_item {
  margin-top: 0.48rem;
}
@media screen and (max-width: 640px) {
  .faq_item + .faq_item {
    margin-top: 0.41rem;
  }
}

.faq_a {
  margin-top: 0.16rem;
  padding-inline: 0.38rem;
  padding-block: 0.35rem 0.4rem;
  border-radius: 0.1rem;
  background-color: #F1EEE9;
}
@media screen and (max-width: 640px) {
  .faq_a {
    padding-inline: 0.2rem;
    padding-block: 0.2rem 0.24rem;
  }
}

.faq_a_tit {
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .faq_a_tit {
    font-size: 0.2rem;
    padding-left: 0.55rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_a_tit {
    padding-left: 0.35rem;
    font-size: 0.14rem;
  }
}
.faq_a_tit::before {
  position: absolute;
  display: inline-block;
  content: "A.";
  top: -0.16em;
  left: 0;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.4rem;
  line-height: 1;
  color: #f28a26;
}
@media screen and (max-width: 640px) {
  .faq_a_tit::before {
    top: -0.03em;
    font-size: 0.24rem;
  }
}

@media print, screen and (min-width: 641px) {
  .faq_a_desc {
    margin-top: 0.2rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_a_desc {
    margin-top: 0.2rem;
  }
}
.faq_a_desc.-list li {
  display: inline-block;
}
.faq_a_desc.-list li span:not(.faq_a_desc_note) {
  display: inline-block;
}
.faq_a_desc.-list li span.faq_a_desc_note {
  position: relative;
  display: inline-block;
  padding-left: 0.32rem;
  margin-left: 0.16rem;
}
@media screen and (max-width: 640px) {
  .faq_a_desc.-list li span.faq_a_desc_note {
    margin-left: 0;
    padding-left: 0.22rem;
  }
}
.faq_a_desc.-list li span.faq_a_desc_note::before {
  position: absolute;
  display: inline-block;
  content: "...";
  top: -0.25em;
  left: 0;
  color: #f28a26;
}
.faq_item01 .faq_a_desc.-list li span:not(.faq_a_desc_note) {
  width: 2.4rem;
}
.faq_item02 .faq_a_desc.-list li span:not(.faq_a_desc_note) {
  width: 1.6rem;
}
.faq_item02 .faq_a_desc.-list li:nth-of-type(2) span.faq_a_desc_note {
  display: inline;
}
@media screen and (max-width: 640px) {
  .faq_item02 .faq_a_desc.-list li:nth-of-type(2) span.faq_a_desc_note {
    display: block;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_item03 .faq_a_desc {
    line-height: 1.8;
  }
}

@media screen and (max-width: 640px) {
  .faq_a_desc_add {
    font-size: 0.11rem;
  }
}
.faq_item01 .faq_a_desc_add {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .faq_item01 .faq_a_desc_add {
    margin-left: 0.71rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_item01 .faq_a_desc_add {
    margin-left: 0.46rem;
  }
}
.faq_item02 .faq_a_desc_add {
  display: block;
}
/*# sourceMappingURL=welfare.css.map */