.need-assistance__detail .text-wrap .txt {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}

/* ---------------------------------------------------
region-status 各地域の状況の一例
--------------------------------------------------- */
.region-status {
	position: relative;
}

.region-status__contents {
	background: rgba(255, 255, 255, 0.9);
	padding: 66px 80px 80px;
}

.region-status__contents__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.region-status__contents__heading {
	font-size: 50px;
	font-weight: 900;
	color: #0099ff;
	text-align: center;
	line-height: 1.44;
	margin-bottom: 49px;
}

.region-status__contents__item {
	padding: 25px 30px;
}

.region-status__contents__item .heading {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.375;
	color: #0099ff;
	font-family: $font-jp-serif;
	letter-spacing: 0.06em;
}

.region-status__contents__item .text {
	margin-top: 16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8333333333;
	color: #15171e;
	font-family: $font-jp-serif;
	letter-spacing: 0.06em;
}

.region-status__contents .image {
  margin-top: 30px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.region-status__contents .image__item {
  line-height: 1;
  width: 47.3880597015%;
}
.region-status__contents .image__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.region-status__contents .image__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.region-status__contents .image__item:nth-of-type(2n) {
  margin-left: 5.223880597%;
}
.region-status__contents .image__item .image-txt {
  display: block;
  font-size: 0.6rem;
  text-align: left;
  line-height: 1.3;
}

/* ---------------------------------------------------
Ready to Use Therapeutic Food 栄養治療食
--------------------------------------------------- */
.rutf-anniversary {
  background: #0099ff;
  position: relative;
  padding: 0 80px;
}
.rutf-anniversary__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.rutf-anniversary__detail {
  padding-top: 77px;
  padding-bottom: 70px;
}
.rutf-anniversary__detail__ttl {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 43px;
  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;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.rutf-anniversary__detail__text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 183.3333333333%;
  color: #fff;
}
.rutf-anniversary__detail .image {
  padding: 30px 40px 35px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.rutf-anniversary__detail .image__item {
  line-height: 1;
  width: 47.3880597015%;
}
.rutf-anniversary__detail .image__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.rutf-anniversary__detail .image__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.rutf-anniversary__detail .image__item:nth-of-type(2n) {
  margin-left: 5.223880597%;
}

@media screen and (max-width: 1080px) {
	/* ---------------------------------------------------
	Ready to Use Therapeutic Food 栄養治療食
	--------------------------------------------------- */
  .rutf-anniversary__detail__text br {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	/* ---------------------------------------------------
	Ready to Use Therapeutic Food 栄養治療食
	--------------------------------------------------- */
  .rutf-anniversary__detail__ttl {
    font-size: 42.5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ---------------------------------------------------
	region-status 各地域の状況の一例
	--------------------------------------------------- */
	.region-status__contents {
		padding: 66px 40px 80px;
	}
	/* ---------------------------------------------------
	Ready to Use Therapeutic Food 栄養治療食
	--------------------------------------------------- */
	.rutf-anniversary {
    padding: 0 0 0 0;
  }
  .rutf-anniversary__detail {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
  }
  .rutf-anniversary__detail__ttl {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    line-height: 124%;
    background: #0099ff;
    margin-bottom: 0;
  }
  .rutf-anniversary__detail__text {
    padding: 0 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------
	region-status 各地域の状況の一例
	--------------------------------------------------- */
	.region-status__contents {
		padding: 66px 30px 80px;
	}
	.region-status__contents__inner {
	  max-width: 1180px;
	  margin: 0 auto;
	}
	.region-status__contents__heading {
	  font-size: 7.666667vw;
	  font-weight: 900;
	  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	  color: #0099ff;
	  text-align: center;
	  line-height: 1.44;
	  margin-bottom: unset;
	}
	.region-status__contents__item {
		padding: 25px 5px;;
	}
	.region-status__contents__item .heading {
	  font-size: 24px;
	  font-weight: 900;
	  line-height: 1.375;
	  color: #0099ff;
	  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	  letter-spacing: 0.06em;
	}
	.region-status__contents__item .text {
	  margin-top: 16px;
	  font-size: 18px;
	  font-weight: 500;
	  line-height: 1.8333333333;
	  color: #15171e;
	  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	  letter-spacing: 0.06em;
	}
	.region-status__contents .image {
		margin-top: 9.3333333333vw;
	    display: block;
	}
	.region-status__contents .image__item {
		margin-top: 8vw;
	    width: 100%;
	}
	.region-status__contents .image__item iframe {
	    width: 100%;
	    height: auto;
	}
	.region-status__contents .image__item:nth-of-type(2n) {
	    margin-left: 0;
	}
	.region-status__contents .image__item:first-of-type {
	    margin-top: 0;
	}
	/* ---------------------------------------------------
  Ready to Use Therapeutic Food 栄養治療食
  --------------------------------------------------- */
  .rutf-anniversary {
    height: auto;
    padding: 0 0 12vw;
    background: #0099ff;
  }
  .rutf-anniversary__inner {
    margin: 0 auto;
  }
  .rutf-anniversary__detail {
    padding-top: 0;
    padding-bottom: 0;
    background: #0099ff;
  }
  .rutf-anniversary__detail__ttl {
    width: 100%;
    font-size: 6.6666666667vw;
    line-height: 124%;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10.9333333333vw;
    padding-bottom: 6.9333333333vw;
    background: #0099ff;
    transform: translateX(0px);
  }
  .rutf-anniversary__detail__text {
    text-align: left;
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 178.5714285714%;
    color: #fff;
    padding: 0 5.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rutf-anniversary__detail .image {
		padding: 30px 20px 0;
	  display: block;
	}
	.rutf-anniversary__detail .image__item {
		margin-top: 8vw;
	    width: 100%;
	}
	.rutf-anniversary__detail .image__item iframe {
	    width: 100%;
	    height: auto;
	}
	.rutf-anniversary__detail .image__item:nth-of-type(2n) {
	    margin-left: 0;
	}
	.rutf-anniversary__detail .image__item:first-of-type {
	    margin-top: 0;
	}
}
