@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

#contents-area,
.lyt-col-1 #contents-body {
  width: 100%;
}

#contents-norikae-soudan {
  font-family: Roboto,"Noto Sans JP",sans-serif;
  overflow-x: hidden;
}
#contents-norikae-soudan p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  word-break: break-all;
}
#contents-norikae-soudan img {
  max-width: 100%;
}
.contents-inner {
  width: 950px;
  margin: 0 auto;
}
.contents-inner a {
  color: #0b5bce;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
.contents-inner a:hover {
  opacity: 0.8;
}
.is-sp {
  display: none;
}


.section-mv {
  position: relative;
  background-color: #ff9300;
  min-height: auto;
  margin: 0;
  overflow: hidden
}
.section-mv-image {
  position: relative;
  width: 2000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.section-about {
  margin: 100px 0;
  text-align: center;
}
.section-about h2 {
  width: 484px;
  margin: 0 auto 40px ;
}

.section-tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.section-tab-item {
  position: relative;
  width: 470px;
  height: 100px;
  padding: 0;
  border: none;
  border-bottom: 5px solid #fff;
  background: none;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
.section-tab-item:nth-of-type(1) {
  background-color: #36b06f;
}
.section-tab-item:nth-of-type(2) {
  background-color: #2e81e1;
}
.section-tab-item:nth-of-type(1).is-active {
  border-bottom-color: #36b06f;
}
.section-tab-item:nth-of-type(2).is-active {
  border-bottom-color: #2e81e1;
}

.section-tab-content {
  display: none;
  padding-bottom: 100px;
}
.section-tab-content.is-active {
  display: block;
}
.section-tab-content#tab-family {
  background-color: #6ac494;
}
.section-tab-content#tab-alone {
  background-color: #64a3ea;
}
.section-worries {
  position: relative;
  margin-bottom: 125px;
  padding-top: 100px;
}
.section-tab-content#tab-family .section-worries {
  background-color: #36b06f;
}
.section-tab-content#tab-alone .section-worries {
  background-color: #2e81e1;
}
.section-worries::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -125px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px calc(50vw - 1px) 0 calc(50vw - 1px);
  border-color: #36b06f transparent transparent transparent;
  transform: translateX(-50%);
}
.section-tab-content#tab-alone .section-worries::after {
  border-color: #2e81e1 transparent transparent transparent;
}
.section-worries h3 {
  width: 670px;
  margin: 0 auto;
}

.section-tab-content .contents-inner {
  padding-top: 100px;
}
.section-tab-content .contents-inner + .contents-inner {
  position: relative;
  margin-top: 100px;
}
.section-tab-content .contents-inner + .contents-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 870px;
  height: 1px;
  background-color: #c3e7d4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-tab-content#tab-alone .contents-inner + .contents-inner::before {
  background-color: #c3dbf7;
}

.contents-inner h4 {
  margin-bottom: 40px;
  text-align: center;
}
.section-box {
  width: 670px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.2);
}
.section-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100px ;
  font-size: 24px;
  font-weight: bold;
  background-color: #36b06f;
  border-radius: 30px 30px 0 0;
}
.section-tab-content#tab-alone .section-box-title {
  background-color: #2e81e1;
}
.section-box-inner {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 50px;
  text-align: center;
}
.section-box-inner img {
  width: 323px;
  margin: 0 auto;
}
.section-box-tel {
  background: #fff;
  border: 6px solid #ff5b5a;
  border-radius: 30px;
  padding: 30px 40px 33px;
}
.section-box-inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: 100%;
  height: 120px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  background: url(/mobile/set/data/special/online-shop-norikae-soudan/img/p/bg_btn.png) no-repeat center center / cover;
}
.section-box-inner .btn span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background-color: #ff5b5a;
  border-radius: 6px;
  padding: 5px 20px;
  margin: 2px 0 0 7px;
}
.section-box-inner .btn.tel {
  color: #ff5b5a;
  height: auto;
  font-size: 43px;
  background: none;
  pointer-events: none;
}
.section-box-inner .btn + p {
  margin-top: 3px !important;
}

.txt-step {
  width: 274px;
  margin: 0 auto 40px;
}
.step-list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.step-list li {
  position: relative;
  width: 290px;
  min-height: 328px;
  background-color: #fff;
  border: 4px solid #c3e7d4;
  border-radius: 12px;
  padding: 40px 45px;
  box-sizing: border-box;
}
.step-list.col-2 li {
  width: 455px;
}
.section-tab-content#tab-alone .step-list li {
  border-color: #c3dbf7;
}
.step-list li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/special/online-shop-norikae-soudan/img/p/ico_arrow.png) no-repeat center center / cover;
  transform: translateY(-50%);
}
.step-list li .step-list-txt p {
  position: relative;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 1 !important;
  color: #6ac494;
  margin-bottom: 30px !important;
  text-align: center;
}
.step-list li .step-list-txt p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 90px;
  height: 2px;
  background-color: #6ac494 ;
  transform: translateX(-50%);
}
.section-tab-content#tab-alone .step-list li .step-list-txt p {
  color: #64a3ea;
}
.section-tab-content#tab-alone .step-list li .step-list-txt p::after {
  background-color: #64a3ea;
} 
.step-list li .step-list-txt h5 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  min-height: 66px;
  margin-bottom: 40px;
  text-align: center;
}
.step-list li h5 span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
.step-list li h5 span i {
  width: 90px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  background-color: #ff5b5a;
  border-radius: 14px;
  margin-top: 10px;
  padding: 3px 0;
}
.step-list li img {
  display: block;
  width: 102px;
  margin: 0 auto;
}

.txt-preparation {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.step-list li .step-list-title p {
  position: relative;
  font-size: 44px !important;
  font-weight: bold;
  line-height: 1 !important;
  color: #6ac494;
  margin-bottom: 30px !important;
  text-align: center;
}
.step-list li .step-list-title p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 90px;
  height: 2px;
  background-color: #6ac494 ;
  transform: translateX(-50%);
}
.section-tab-content#tab-alone .step-list li .step-list-title p {
  color: #64a3ea;
}
.section-tab-content#tab-alone .step-list li .step-list-title p::after {
  background-color: #64a3ea;
}
.step-list li .step-list-title h5 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.step-list li p + p {
  margin-top: 5px !important;
}

.section-banner{
  background-color: #dfe5eb;
}
.section-banner-inner{
  padding: 100px 0 93px;
  width: 950px;
  margin: 0 auto;
}
.section-banner-img{
  width: 100%;
  margin-top: 57px;
}
.list-note{
  margin-top: 25px;
}
.list-note-item{
  display: flex;
  align-items: start;
  font-size: 14px;
  color: #333333;
}
.list-note-item:not(:first-child){
  margin-top: 6px;
}
.list-note-item-num{
  min-width: 26px;
  display: block;
  line-height: 1.75;
}
.list-note-item-txt{
  font-size: 14px !important;
}
/*--------------------------
お客さまの声
----------------------------*/
.voice-list {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 70px;
}
.voice-list li {
  position: relative;
  width: 230px;
  min-height: 404px;
  background-color: #fff;
  border: 4px solid #c3e7d4;
  border-radius: 12px;
  padding: 84px 30px 22px;
  box-sizing: border-box;
}
.section-tab-content#tab-alone .voice-list li {
  border-color: #c3dbf7;
}
.voice-list-icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background-size: 100% auto;
}
.voice-list li:nth-of-type(1) .voice-list-icon {
  background-image: url(/mobile/set/data/special/online-shop-norikae-soudan/img/shared/img_icon-male-40.webp);
}
.voice-list li:nth-of-type(2) .voice-list-icon {
  background-image: url(/mobile/set/data/special/online-shop-norikae-soudan/img/shared/img_icon-woman-30.webp);
}
.voice-list li:nth-of-type(3) .voice-list-icon {
  background-image: url(/mobile/set/data/special/online-shop-norikae-soudan/img/shared/img_icon-male-70.webp);
}
.voice-list li:nth-of-type(4) .voice-list-icon {
  background-image: url(/mobile/set/data/special/online-shop-norikae-soudan/img/shared/img_icon-woman-50.webp);
}
.voice-list-2col {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.voice-list-txt {
  min-height: 270px;
}
