@charset "UTF-8";

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

/*---------------------------------
  共通　パーツ
---------------------------------*/

/*-- PC 共通 --*/
/*hero*/
#top .s-hero {
  background-image: url(/assets/images/original/fukuoka-senior-support-hero-bg.jpg);
  min-height: 430px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 56px;
}

#top .s-hero_txt {
  padding: 16px 0;
  max-width: 512px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #000000;
  position: relative;
}

#top .s-hero_txt:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}

#top .s-hero_txt .s-sm-txt {
  font-weight: 400;
}

#top .s-hero_txt .s-border-txt {
  position: relative;
  display: inline-block;
  z-index: 1;
  /* padding: 0 5px; */
}

#top .s-hero_txt .s-border-txt:after {
  position: absolute;
  content: "";
  background-image: url(/assets/materials/fukuoka-senior-support-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 197px;
  height: 9px;
  bottom: 1px;
  left: 0;
  z-index: -1;
}

#top .s-hero_txt-sm {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #003d71;
  padding-top: 14px;
}

#top .s-hero_flex {
  max-width: 637px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .s-hero_ttl {
  font-size: 46px;
  font-weight: 700;
  color: #003d71;
  line-height: 1.3;
}

#top .s-hero_circle {
  background-color: #00aeef;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

#top .s-hero_circle .s-sm-txt {
  font-size: 16px;
  font-weight: 500;
}

#top .s-hero_btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#top .s-hero_btn {
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

#top .s-hero_btn:hover {
  opacity: 0.8;
}

#top .s-hero_btn.s-bg-blue {
  background-color: #1e50a2;
  box-shadow: 0 7px 0 0 #002e55;
  margin-right: 20px;
  font-family: "Lato", sans-serif;
}

#top .s-hero_btn.s-bg-pink {
  background-color: #e56161;
  box-shadow: 0 7px 0 0 #a24334;
  font-size: 14px;
}

#top .s-hero_inner {
  position: relative;
  height: 375px;
  font-family: 'Noto Sans JP', sans-serif;
}

#top .s-hero_inner:before,
#top .s-hero_inner:after {
  position: absolute;
  content: "";
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

#top .s-hero_inner:before {
  background-image: url(/assets/images/original/fukuoka-senior-support-heroleft.png);
  height: 235px;
  width: 141px;
  left: 110px;
}

#top .s-hero_inner:after {
  background-image: url(/assets/images/original/fukuoka-senior-support-heroright.png);
  width: 247px;
  height: 206px;
  right: 32px;
}

/*hero-ends*/
/*problem-section*/
#top .s-container {
  max-width: 1120px;
  margin: 0 auto;
}

#top .s-wrapper {
  padding: 32px 0 72px;
}

#top .s-heading-sec {
  font-size: 28px;
  font-weight: 700;
  color: #003d71;
  display: inline-block;
  position: relative;
  margin-top: 64px;
  line-height: 1.3;
}

#top .s-heading-sec .abs {
  position: relative;
}

#top .s-heading-sec .abs:before {
  position: absolute;
  content: '';
  background-color: #DB5D49;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#top .s-heading-sec:before,
#top .s-heading-sec:after {
  position: absolute;
  content: "";
  border-left: dotted 3px #00aeef;
  width: 3px;
  height: 100%;
  bottom: 0;
}

#top .s-heading-sec:before {
  left: -35px;
  transform: rotate(-45deg);
}

#top .s-heading-sec:after {
  right: -35px;
  transform: rotate(45deg);
}

#top .s-heading-sec.col-red:before,
#top .s-heading-sec.col-red:after {
  border-left: dotted 3px #db5d49;
}

#top .s-heading-sec.col-red:before {
  left: -40px;
  bottom: -3px;
}

#top .s-heading-sec.col-red:after {
  right: -40px;
  bottom: -3px;
}

#top .col-red {
  margin-top: 72px;
}

#top .s-heading-sec ruby rt {
  color: #db5d49;
  padding-right: 5px;
}

#top .s-col-red {
  color: #db5d49;
}

#top .s-col-sky {
  color: #00aeef;
}

#top .s-problem_row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  align-items: flex-end;
}

#top .s-problem_col {
  padding: 0 20px;
  width: 33.33%;
}

#top .s-problem_list {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  list-style-type: none;
  font-family: 'Noto Sans JP', sans-serif;
}

#top .s-problem_lists.s-pink .s-problem_list:before {
  background-color: #cc9d42;
}

#top .s-problem_list:before {
  position: absolute;
  content: "";
  background-color: #00aeef;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 6px;
  left: -15px;
}

#top .s-problem_lists {
  padding: 16px 16px 19px 29px;
  border-radius: 20px;
  position: relative;
}

#top .s-problem_lists:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}

#top .s-problem_lists.s-sky {
  background-color: #daf0f8;
}

#top .s-problem_lists.s-sky:after {
  border-color: #daf0f8 transparent transparent transparent;
}

#top .s-problem_lists.s-pink {
  background-color: #f0e7d2;
}

#top .s-problem_lists.s-pink:after {
  border-color: #f0e7d2 transparent transparent transparent;
}

#top .s-problem-img {
  display: block;
  margin: 0 auto;
  margin-top: 19px;
}

#top .s-problem_btm {
  max-width: 860px;
  margin: 84px auto 0;
  background-color: #fae4e5;
  border-radius: 20px;
  padding: 0 90px 0 100px;
}

#top .s-problem_btm-wrapper {
  display: flex;
  align-items: center;
}

#top .s-problem_desc {
  font-size: 20px;
  font-weight: 700;
  color: #003d71;
  line-height: 1.7;
  padding-left: 36px;
  font-family: 'Noto Sans JP', sans-serif;
}
#top .s-problem_underline {
position: relative;
padding-bottom: 2px;
}
#top .s-problem_underline::after {
position: absolute;
content: '';
width: 100%;
height: 2px;
background-image: url(/assets/materials/fukuoka-senior-support-line.svg);
background-position: center;
background-size: contain;
background-repeat: repeat-x;
bottom: 0;
left: 0;
}

#top .s-problem_btm-img {
  margin-top: -20px;
}

/*problem-section*/
/*flow*/
#top .s-blue-bg {
  background-color: #b4deee;
}

#top .s-pink-bg {
  background-color: #fae4e5;
}

#top .s-blue {
  color: #1e50a2;
}

#top .s-white-bg {
  background-color: #fff;
}

#top .s-white {
  color: #fff;
}

#top .s-black {
  color: #333;
}

#top .s-heading-primary {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #003d71;
  position: relative;
  padding: 8px 0;
  padding-top: 72px;
  font-family: 'Noto Sans', sans-serif;
}

#top .s-heading-primary::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: #00aeef;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}

#top .s-flow-step {
  height: 73px;
  width: 73px;
  border-radius: 50%;
  background-color: #cc9d42;
  position: absolute;
  left: 15px;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "lato", sans-serif;
}

#top .s-flow-sm {
  font-size: 1.4rem;
  font-weight: 700;
}

#top .s-flow-num {
  font-size: 3rem;
  font-weight: 700;
}

#top .s-flow-card {
  padding: 48px 40px 40px 0px;
  margin-bottom: 50px;
  position: relative;
  align-items: center;
}

#top .s-flow-card:last-of-type {
  margin-bottom: 0;
}

#top .s-flow-card:last-of-type::after {
  border: 0;
}

#top .s-flow-row {
  display: flex;
  align-items: center;
}

#top .s-flow-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 23px solid #fff;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}

#top .s-flow-title {
  font-size: 24px;
  font-weight: 700;
  /* color: #1e50a2; */
  line-height: 1.1;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

#top .s-flow-title-sub {
  color: #00aeef;
}

@media screen and (max-width: 768px) {
  #top .s-flow-title-sub {
  padding: 0 20px;
  }
}

#top .s-flow-text {
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

#top .s-flow-img {
  max-width: 280px;
  flex: 0 0 280px;
  display: flex;
  justify-content: center;
}

#top .s-flow-body {
  flex-grow: 1;
}

#top .s-flow-body-sub {
  margin-top: 24px;
}

#top .s-note {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.9;
  padding: 0;
}

#top .s-flow-text-wrapper {
  margin: 40px 40px 0;
  background-color: #f2f2f2;
  padding: 30px 40px;
  border-radius: 20px;
}

#top .s-flow-detail {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  color: #666;
}

/*flow-ends*/
/* CONSULTATION */

#top .s-consultation-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 360px;
  max-width: 360px;
  border-right: 1px dotted #cc9d42;
}

#top .s-consultation-desc {
  font-weight: 500;
  color: #333333;
}

#top .s-consultation-title {
  font-size: 14px;
  font-weight: 500;
  color: #003d71;
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 5px;
}
#top .s-consultation-title.s-250930 {
  font-size: 18px;
  line-height: 1.8;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #top .s-consultation-title {
    padding-left: 15px;
    padding-right: 0;
  }
}


#top .s-consultation-box {
  padding: 32px 0;
  border-radius: 20px;
  display: flex;
  margin-top: 32px;
}

#top .s-consultation-sub {
  font-size: 16px;
  line-height: 1.3;
  display: block;
  padding-top: 16px;
}

#top .s-consultation-text {
  font-weight: 500;
  flex-grow: 1;
  padding: 0 40px 0 32px;
}

/* CONSULTATION -ends*/
/* Contact*/
#top .s-contact {
  background-image: url(/assets/images/original/fukuoka-senior-support-contact-bg.png);
  margin-top: 24px;
  min-height: 335px;
  padding-top: 0;
}

#top .s-contact .s-heading-sec {
  margin-top: 0;
}

#top .s-contact .s-hero_inner {
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#top .s-contact .s-hero_inner:before,
#top .s-contact .s-hero_inner:after {
  display: none;
}

#top .s-contact-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  padding-top: 20px;
}

#top .s-contact .s-hero_btn-wrapper {
  margin-top: 40px;
}

#top .s-hero-icon {
  margin-right: 5px;
}

/* Service */
#top .s-service {
  background-image: url(/assets/images/original/fukooka-senior-support-bg_town.png);
  background-color: #b4deee;
  /* padding: 72px 0; */

  background-repeat: no-repeat;
  background-position: bottom;
}

#top .s-service-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
}

#top .s-card {
  max-width: 257px;
  height: 358px;
  max-height: 358px;
  margin: 0 15px;
  background-color: #fafafa;
}

#top .s-service .s-text-wrapper .a-text--bold {
  font-size: 18px;
  color: #1e50a2;
  font-weight: 700;
}

#top .s-service .s-text-wrapper {
  margin: 15px 20px 50px;
}

#top .s-service .s-text-wrapper .md-text {
  font-weight: 500;
}

/* Service */
/* store */
#top .s-store .s-store-head .s-text {
  margin: 32px 0 24px;

}

#top .s-store .s-store-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

#top .s-store .s-store-display .s-store-card {
  /* width: 353px; */
  width: calc(100% / 3);
  padding: 0 16px 40px;
  /* margin-bottom: 40px; */
}

#top .s-store .s-store-display .s-store-card .s-store-card-head {
  margin: 16px 0 8px 0;
}

#top .s-store .s-store-content {
  margin-bottom: 7px
}

#top .s-store .s-store-display .s-store-card .s-store-card-head .s-store-card-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #003d71;
}

#top .s-store .s-store-display .s-store-card .s-store-address {
  margin-bottom: 8px;
}

#top .s-store .s-store-display .s-store-card .s-store-address .s-store-address-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
}

#top .s-store .s-store-display .s-store-card .s-store-contact {
  margin-bottom: 12px;
}

#top .s-store .s-store-display .s-store-card .s-store-contact .s-store-phn .s-store-phnum {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #db5d49;
  line-height: 25px;
}

#top .s-store .s-store-phn {
  display: flex;
  align-items: center;
}

#top .s-store .s-store-phn-icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  #top .s-store .s-store-phn-icon {
    margin-right: 8px;
  }
  
}

#top .s-store .s-store-phn-icon:hover {
  opacity: .7;
}

#top .s-store .s-store-time-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #333333;
}

#top .s-store .s-store-map-container {
  display: flex;
}

#top .s-store .s-store-icon .s-icon-text {
  margin-left: -5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  color: #00aeef;
}

#top .s-store .s-store-icon {
  margin-right: 16px;
  transition: all .3s ease-in-out;
}
#top .s-store .s-store-icon:hover {
 opacity: .7;
}

#top .s-consol .s-consol-display {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
}

#top .s-consol .s-consol-card {
  width: 540px;
  /* height: 556px; */
  /* max-height: 556px;  */
  border-radius: 20px;
  background-color: #daf0f8;
  margin: 0px 16px;
}

#top .s-consol .s-consol-img {
  margin-top: 6px;
}

#top .s-consol .s-consol-imgtext {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

#top .s-consol .s-consol-card-head {
  background-color: #00aeef;
  padding: 11px 0;
  border-radius: 15px 15px 0 0;
  color: #ffffff;
}

#top .s-consol .s-consol-headText {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

#top .s-consol .s-consol-icon-container {
  display: flex;
  justify-content: space-evenly;
  padding: 28px 0;
  align-items: flex-start;
  /* border-radius:0 0 15px 15px;; */
}

#top .s-consol .s-consol-icon-container:last-child {
  justify-content: space-evenly;
  /* padding: 28px 0px 72px; */
  align-items: flex-start;
}

#top .s-consol .s-consol-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

#top .s-consol .s-consol-text-content {
  position: relative;
  background-color: white;
  max-width: 371px;
  padding: 17px 18px;
  /* margin-top: 28px; */
}

#top .s-consol .-arrow {
  position: relative;
  background-color: white;
  max-width: 371px;
  padding: 20px 18px;
}

#top .s-consol .s-consol-text-content:before {
  content: "";
  position: absolute;
  width: 0;
  left: -18px;
  top: 42px;
  height: 0;
  border-style: solid;
  border-width: 9.5px 22px 9.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

#top .s-consol .-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 38px;
  right: -16px;
  border-style: solid;
  border-width: 9.5px 0 9.5px 22px;
  border-color: transparent transparent transparent #ffffff;
}

#top .s-consol .order {
  order: 2;
  margin-top: 6px;
}

#top .s-consol .-colred {
  background-color: #fae4e5;
}

#top .s-consol .-headred {
  background-color: #db5d49;
}

#top .s-consol .pt {
  padding-top: 0;
}

@media only screen and (min-width: 769px) {
  /* flow */
}

/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
  #top .s-hero_txt {
    max-width: 260px;
    font-size: 16px;
  }

  #top .s-hero_txt .s-border-txt:after {
    width: 148px;
    bottom: -2px;
    background-size: auto 8px;
  }

  #top .s-hero_txt-sm {
    font-size: 16px;
  }

  #top .s-hero_ttl {
    font-size: 24px;
    line-height: 1.4;
  }

  #top .s-hero_circle {
    width: 53px;
    height: 53px;
    font-size: 15px;
  }

  #top .s-hero_circle .s-sm-txt {
    font-size: 12px;
  }

  #top .s-hero {
    padding-top: 30px;
    height: 450px;
    background-image: url(/assets/images/original/fukuoka-senior-support-hero-bg-sp.jpg);
  }

  #top .s-hero_btn-wrapper {
    flex-direction: column;
    margin-top: 19px;
  }

  #top .s-hero_btn {
    max-width: 270px;
    width: 100%;
    padding: 12px 0;
  }

  #top .s-hero_btn.s-bg-blue {
    margin-right: 0;
    margin-bottom: 18px;
  }

  #top .s-hero_inner:before {
    width: 66px;
    height: 110px;
    left: 10px;
  }

  #top .s-hero_inner:after {
    width: 121px;
    height: 101px;
    right: 7px;
  }

  #top .s-hero_inner {
    height: 420px;
  }

  #top .s-heading-sec:before {
    transform: rotate(-24deg);
    left: -15px;
  }

  #top .s-heading-sec:after {
    transform: rotate(24deg);
    right: -20px;
  }

  #top .s-container {
    padding: 0 15px;
  }

  #top .s-problem_row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
  }

  #top .s-problem_col {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  #top .s-problem_col:nth-of-type(3) {
    margin-bottom: 0;
  }

  #top .s-problem_btm {
    margin: 86px auto 0;
    padding: 0 20px 24px 20px;
  }

  #top .s-problem_btm-wrapper {
    flex-direction: column;
  }

  #top .s-problem_btm-img {
    width: 173px;
    height: 157px;
    margin-top: -35px;
  }

  #top .s-problem_desc {
    padding-left: 0;
    text-align: justify;
  }

  #top .s-hero_flex {
    max-width: 343px;
  }

  #top .s-flow-card {
    padding: 40px 0 30px 0px;
  }

  #top .s-flow-row {
    flex-direction: column;
  }

  #top .s-flow-title {
    margin-top: 24px;
  }

  #top .s-flow-text {
    padding: 0 20px;
  }

  #top .s-flow-img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #top .s-flow-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #top .s-note {
    padding: 0 20px;
  }

  #top .s-flow-text-wrapper {
    margin: 20px 15px 0;
    padding: 20px;
  }

  /* consultation */
  #top .col-sm {
    font-size: 2rem;
  }

  #top .s-consultation-head {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px dotted #cc9d42;
    border-right: none;
  }

  #top .s-consultation-box {
    display: flex;
    flex-direction: column;
    padding: 32px 20px;
  }

  #top .s-heading-sec.col-red:after {
    right: -16px;
  }

  #top .s-heading-sec.col-red:before {
    left: -16px;
  }

  #top .s-heading-sec:before {
    transform: rotate(-24deg);
  }

  #top .s-heading-sec:after {
    transform: rotate(24deg);
  }

  #top .s-consultation-desc {
    padding: 0 10px;
  }

  #top .s-consultation-text {
    padding: 30px 0 0;
  }

  #top .s-heading-primary {

    padding-top: 56px;
  }

  #top .s-service-content {
    flex-wrap: wrap;
  }

  #top .s-service .s-card {
    margin: 15px 15px;
    max-width: 345px;
  }

  #top .s-service .s-card:last-child {
    margin-bottom: 0;
  }

  #top .s-service .s-card-img img {
    height: auto;
    width: 100%;
  }

  /* #top .s-wrapper {
    margin-top: 16px;
  } */
  #top .s-store .s-store-display .s-store-card {
    width: 100%;
  }

  #top .s-store .s-store-display .s-store-card .s-store-img img {
    /* width: 345px; */
    width: 100%;
    height: auto;
  }

  #top .s-store .s-store-display {
    margin-left: 0;
    margin-right: 0;
  }

  #top .s-store .s-store-display .s-store-card {
    padding: 0 0 30px;
  }

  #top .s-consol .s-consol-display {
    flex-wrap: wrap;
  }

  #top .s-consol .s-consol-card:first-child {
    /* margin-top:-5px; */
  }

  #top .s-consol .s-consol-card:last-child {
    margin-bottom: 0;
  }

  #top .s-consol .s-consol-card {
    max-width: 345px;
    margin: 20px 0;
  }

  #top .s-consol .s-consol-text-content {
    max-width: 216px;
  }

  #top .s-consol .-arrow {
    max-width: 216px;
  }

  #top .s-consol .s-consol-img img {
    width: 60px;
    margin-top: 10px;
  }

  #top .s-consol .s-consol-icon-container:last-child {
    padding-top: 0;
  }

  #top .s-contact .s-heading-sec {
    font-size: 22px;
  }

  #top .s-hero_btn.s-bg-pink {
    font-size: 16px;
  }

  #top .s-contact {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #top .s-contact-txt {
    line-height: 1.6;
  }

  #top .col-red {
    margin-top: 64px;
  }

  #top .s-heading-sec {
    margin-top: 89px;
  }

  @media screen and (max-width: 768px) {
    #top .s-heading-sec {
      margin-top: 56px;
    }
  }
}

/* OLD */
#top .s-relocation {
  margin: 72px auto 64px;
}

@media screen and (max-width: 768px) {
  #top .s-relocation {
    margin: 25px auto 56px;
  }
}

#top .s-relocation-title-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  #top .s-relocation-title-box {
    padding: 32px 0 26px;
    margin-bottom: 0;
  }
}


#top .s-relocation-title {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 14px 37px;
  display: inline-block;
  background-color: #00AEEF;
  border-radius: 50px;
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}

#top .s-relocation-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 12px solid #00AEEF;
  border-bottom: 7px solid transparent;
  bottom: -6px;
  left: 80px;
}


#top .s-relocation-subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #003D71;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}


.ss-chiebukuro-main {
  margin: 0 auto;
  width: 1100px;
  height: 650px;
  background: url("/assets/images/original/fukuoka-senior-support-main-bg.jpg") 0 0 no-repeat;
  background-size: 1100px auto
}

.ss-chiebukuro-main__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 110px
}

.ss-chiebukuro-main__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left
}

.ss-chiebukuro-main__lead {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em
}

.ss-chiebukuro-main__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px
}

.ss-chiebukuro-main__list+.ss-chiebukuro-main__list {
  margin-left: 50px
}

.ss-chiebukuro-main__list--sumai a {
  background-color: #003d71;
  -webkit-box-shadow: 0 3px 0 #00060b;
  box-shadow: 0 3px 0 #00060b
}



.ss-chiebukuro-main__list a {
  position: relative;
  display: block;
  width: 250px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 47px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s
}

.ss-chiebukuro-main__list a:hover {
  opacity: 0.8
}

.ss-chiebukuro-main__list a::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 8px);
  right: 20px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-main {
    width: auto;
    height: 58.59375vw;
    background-size: 100% auto
  }

  .ss-chiebukuro-main__head {
    padding-top: 10.15625vw
  }

  .ss-chiebukuro-main__title {
    font-size: 3.90625vw;
    text-align: center
  }

  .ss-chiebukuro-main__lead {
    margin-top: 1.5625vw;
    font-size: 2.34375vw;
    text-align: center;
    line-height: 1.7
  }

  .ss-chiebukuro-main__lists {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-main__list+.ss-chiebukuro-main__list {
    margin-left: 2.60417vw
  }

  .ss-chiebukuro-main__list a {
    width: 32.55208vw;
    height: 6.51042vw;
    font-size: 2.60417vw;
    line-height: 6.51042vw
  }

  .ss-chiebukuro-main__list a::after {
    border-width: 1px;
    top: calc(50% - 1.04167vw);
    right: 2.60417vw;
    width: 1.30208vw;
    height: 1.30208vw
  }
}

.ss-chiebukuro-section {
  margin: 72px auto 62px;
  max-width: 1120px
}


.ss-chiebukuro-section__body {
  background-color: #fff
}

.ss-chiebukuro-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1E50A2;
  position: relative;
}

.ss-chiebukuro-section__title-span {
position: relative;
}
.ss-chiebukuro-section__title-span::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #1e50a2;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.ss-chiebukuro-section__title--sumai {
  /* background-color: #003d71 */
}

.ss-chiebukuro-section__button a {
  display: inline-block;
  position: relative;
  padding: 5px 30px 5px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  color: #003d71;
  -webkit-box-shadow: 0 3px 0 #ccc;
  box-shadow: 0 3px 0 #ccc;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s
}

.ss-chiebukuro-section__button a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #003d71;
  border-right: 2px solid #003d71;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.ss-chiebukuro-section__button a:hover {
  opacity: 0.8
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-section {
    margin-top: 6.51042vw;
    width: auto
  }

  .ss-chiebukuro-section__title {
    display: block;
    padding: 3.25521vw 3.90625vw;
    font-size: 18px;
  }

  .ss-chiebukuro-section__button {
    display: block;
    margin-top: 1.95313vw
  }

  .ss-chiebukuro-section__button a {
    padding: 1.04167vw 5.20833vw 1.04167vw 1.95313vw;
    font-size: 2.86458vw
  }

  .ss-chiebukuro-section__button a::after {
    top: calc(50% - .78125vw);
    right: 2.60417vw;
    width: 1.5625vw;
    height: 1.5625vw
  }
}

.ss-chiebukuro-item {
  margin-bottom: 8px;
}

.ss-chiebukuro-item__title {
  position: relative;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

.ss-chiebukuro-item__title-span {
  margin-right: 10px;
}

.ss-chiebukuro-item__title--sumai-large {
  background-color: #dfe6f2
}

.ss-chiebukuro-item__title--sumai-small {
  padding: 15px 40px;
  background-color: #ebeff6
}



.ss-chiebukuro-item__title.js-accordion-button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s
}

.ss-chiebukuro-item__title.js-accordion-button::before {
  content: "";
  position: absolute;
  background-color: #00AEEF;
  border-radius: 50%;
  top: calc(50% - 12px);
  right: 20px;
  width: 24px;
  height: 24px;
  z-index: 1
}

.ss-chiebukuro-item__title.js-accordion-button::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 6px);
  right: 27px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s;
  transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
  z-index: 2
}

.ss-chiebukuro-item__title.js-accordion-button:hover {
  opacity: 0.8
}

.ss-chiebukuro-item__title.js-accordion-button.open::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc(50% - 3px)
}

.ss-chiebukuro-item__body.js-accordion-target {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height .2s ease, opacity .28s ease-in-out;
}

.ss-chiebukuro-item__body.js-accordion-target.is-shown {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
  padding: 40px 50px 50px;
  transition: max-height .2s ease, opacity .28s ease-in-out;
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-item__title {
    padding: 3.25521vw 10.41667vw 3.25521vw 3.90625vw;
    font-size: 16px;
    line-height: 1.5
  }

  .ss-chiebukuro-item__title--sumai-small {
    padding: 3.25521vw 5.20833vw
  }

  .ss-chiebukuro-item__title.js-accordion-button::before {
    top: calc(50% - 2.34375vw);
    right: 2.60417vw;
    width: 4.6875vw;
    height: 4.6875vw
  }

  .ss-chiebukuro-item__title.js-accordion-button::after {
    top: calc(50% - 1.04167vw);
    right: 4.03646vw;
    width: 1.30208vw;
    height: 1.30208vw
  }

  .ss-chiebukuro-item__title.js-accordion-button.open::after {
    top: calc(50% - .39062vw)
  }

  .ss-chiebukuro-item__body.js-accordion-target {
    padding: 0;
  }

  .ss-chiebukuro-item__body.js-accordion-target.is-shown {

    padding: 5.20833vw;
  }

}

.ss-chiebukuro-content__txt {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8
}

.ss-chiebukuro-content__caption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.8
}

.ss-chiebukuro-content__caption--right {
  text-align: right
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content__txt {
    margin-top: 1.95313vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content__caption {
    margin-top: 1.30208vw;
    font-size: 3.125vw
  }

  .ss-chiebukuro-content__caption--right {
    text-align: left
  }
}

.ss-chiebukuro-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ss-chiebukuro-common__title {
  position: relative;
  padding-left: 45px;
  color: #003d71;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.5
}

.ss-chiebukuro-common__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f2eaf4));
  background: linear-gradient(transparent 70%, #f2eaf4 70%)
}

.ss-chiebukuro-common__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 33px;
  background: url("/assets/materials/fukuoka-senior-support-icon3.svg") 0 0 no-repeat;
  background-size: 100%
}

.ss-chiebukuro-common__title+.ss-chiebukuro-common__lead {
  margin-top: 30px
}



.ss-chiebukuro-common__lead {
  color: #003d71;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em
}

.ss-chiebukuro-common__pic {
  margin-left: 30px
}

.ss-chiebukuro-common__txt {
  margin-top: 20px;
  color: #003d71;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em
}

.ss-chiebukuro-common__label {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-common__table {
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

.ss-chiebukuro-common__table--center {
  text-align: center
}

.ss-chiebukuro-common__table tr th,
.ss-chiebukuro-common__table tr td {
  padding: 10px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-common__table tr th:first-of-type,
.ss-chiebukuro-common__table tr td:first-of-type {
  border-left: none
}

.ss-chiebukuro-common__table tr th:last-of-type,
.ss-chiebukuro-common__table tr td:last-of-type {
  border-right: none
}

.ss-chiebukuro-common__table tr th em,
.ss-chiebukuro-common__table tr td em {
  font-size: 16px;
  font-weight: 700
}

.ss-chiebukuro-common__table thead tr th {
  background-color: #ddd
}

.ss-chiebukuro-common__table tbody tr:nth-of-type(odd) td {
  background-color: #f1f3f8
}

.ss-chiebukuro-common__table tbody tr:nth-of-type(even) td {
  background-color: #e2e7f0
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-common {
    display: block
  }

  .ss-chiebukuro-common__title {
    padding-left: 7.8125vw;
    font-size: 4.6875vw
  }

  .ss-chiebukuro-common__title::before {
    width: 6.51042vw;
    height: 7.03125vw
  }

  .ss-chiebukuro-common__title+.ss-chiebukuro-common__lead {
    margin-top: 3.90625vw
  }



  .ss-chiebukuro-common__lead {
    font-size: 3.90625vw
  }

  .ss-chiebukuro-common__pic {
    margin: 3.90625vw auto 0;
    width: 40%;
    text-align: center
  }

  .ss-chiebukuro-common__pic img {
    width: 100%
  }

  .ss-chiebukuro-common__txt {
    margin-top: 3.90625vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-common__label {
    margin-top: 3.90625vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-common__table {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-common__table tr th,
  .ss-chiebukuro-common__table tr td {
    padding: 1.30208vw;
    font-size: 3.125vw
  }

  .ss-chiebukuro-common__table tr th em,
  .ss-chiebukuro-common__table tr td em {
    font-size: 3.64583vw
  }
}

.ss-chiebukuro-partition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ss-chiebukuro-partition__box {
  width: 50%
}

.ss-chiebukuro-partition__box:first-of-type {
  padding: 10px 20px 10px 0
}

.ss-chiebukuro-partition__box:last-of-type {
  border-left: 1px dashed #000;
  padding: 10px 0 10px 20px
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-partition {
    display: block
  }

  .ss-chiebukuro-partition__box {
    width: auto
  }

  .ss-chiebukuro-partition__box:first-of-type {
    padding: 0
  }

  .ss-chiebukuro-partition__box:last-of-type {
    border-top: 1px dashed #000;
    border-left: none;
    margin-top: 6.51042vw;
    padding: 6.51042vw 0 0
  }
}

.ss-chiebukuro-service {
  margin-top: 30px
}

.ss-chiebukuro-service__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #000
}

.ss-chiebukuro-service__column {
  padding: 0 30px
}

.ss-chiebukuro-service__column+.ss-chiebukuro-service__column {
  border-left: 1px solid #000
}

.ss-chiebukuro-service__tag {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center
}

.ss-chiebukuro-service__tag--pink {
  color: #be0040
}

.ss-chiebukuro-service__tag--orange {
  color: #ed6d00
}

.ss-chiebukuro-service__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px
}

.ss-chiebukuro-service__list {
  width: 120px;
  text-align: center
}

.ss-chiebukuro-service__list+.ss-chiebukuro-service__list {
  margin-left: 10px
}

.ss-chiebukuro-service__label {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-service {
    margin-top: 5.20833vw
  }

  .ss-chiebukuro-service__title {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-service__item {
    display: block;
    margin-top: 1.30208vw;
    padding-top: 0
  }

  .ss-chiebukuro-service__column {
    padding: 5.20833vw 0
  }

  .ss-chiebukuro-service__column+.ss-chiebukuro-service__column {
    padding-bottom: 0;
    border-top: 1px solid #000;
    border-left: none
  }

  .ss-chiebukuro-service__tag {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-service__lists {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-service__list {
    width: 20.83333vw
  }

  .ss-chiebukuro-service__list+.ss-chiebukuro-service__list {
    margin-left: 1.30208vw
  }

  .ss-chiebukuro-service__label {
    margin-top: .65104vw;
    font-size: 3.125vw
  }
}

.ss-chiebukuro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px dashed #000
}

.ss-chiebukuro-detail__box {
  width: 50%
}

.ss-chiebukuro-detail__box:first-of-type {
  padding: 10px 20px 10px 0
}

.ss-chiebukuro-detail__box:last-of-type {
  padding: 10px 0 10px 20px;
  border-left: 1px dashed #000
}

.ss-chiebukuro-detail__box--merit {
  color: #128e87
}

.ss-chiebukuro-detail__box--demerit {
  color: #ca6448
}

.ss-chiebukuro-detail__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em
}

.ss-chiebukuro-detail__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff462));
  background: linear-gradient(transparent 70%, #fff462 70%)
}

.ss-chiebukuro-detail__lists {
  margin-top: 20px
}

.ss-chiebukuro-detail__list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em
}

.ss-chiebukuro-detail__list+.ss-chiebukuro-detail__list {
  margin-top: 5px
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-detail {
    display: block;
    margin-top: 5.20833vw;
    padding: 5.20833vw 0
  }

  .ss-chiebukuro-detail__box {
    width: auto
  }

  .ss-chiebukuro-detail__box:first-of-type {
    padding: 0 0 5.20833vw
  }

  .ss-chiebukuro-detail__box:last-of-type {
    padding: 5.20833vw 0 0;
    border-top: 1px dashed #000;
    border-left: none
  }

  .ss-chiebukuro-detail__title {
    font-size: 3.90625vw
  }

  .ss-chiebukuro-detail__lists {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-detail__list {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-detail__list+.ss-chiebukuro-detail__list {
    margin-top: 1.30208vw
  }
}

.ss-chiebukuro-overview__title {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-overview__title+* {
  margin-top: 20px
}

.ss-chiebukuro-overview__item {
  overflow: hidden;
  border-radius: 8px
}

.ss-chiebukuro-overview__item+.ss-chiebukuro-overview__item {
  margin-top: 30px
}

.ss-chiebukuro-overview__item--type1 .ss-chiebukuro-overview__i-body {
  background-color: #fdede3
}

.ss-chiebukuro-overview__item--type1 .ss-chiebukuro-content__txt+* {
  margin-top: 30px
}

.ss-chiebukuro-overview__item--type2 .ss-chiebukuro-overview__i-body {
  background-color: #feeac0
}

.ss-chiebukuro-overview__item--type3 {
  border: 2px solid #ebf4eb
}

.ss-chiebukuro-overview__item--type3 .ss-chiebukuro-overview__i-head {
  background-color: #ebf4eb
}

.ss-chiebukuro-overview__item--type4 {
  border: 2px solid #dff2fc
}

.ss-chiebukuro-overview__item--type4 .ss-chiebukuro-overview__i-head {
  background-color: #dff2fc
}

.ss-chiebukuro-overview__label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5
}

.ss-chiebukuro-overview__label span {
  font-size: 14px
}

*+.ss-chiebukuro-overview__label {
  margin-top: 30px
}

.ss-chiebukuro-overview__label--border {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #000
}

.ss-chiebukuro-overview__i-head {
  padding: 20px 30px
}

.ss-chiebukuro-overview__i-body {
  padding: 20px 30px
}

.ss-chiebukuro-overview__i-body .ss-chiebukuro-detail {
  margin-top: 0;
  padding: 0;
  border: none
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-overview__title {
    margin-top: 5.20833vw;
    padding-bottom: 1.30208vw;
    font-size: 3.90625vw
  }

  .ss-chiebukuro-overview__title+* {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-overview__item {
    border-radius: 1.5625vw
  }

  .ss-chiebukuro-overview__item+.ss-chiebukuro-overview__item {
    margin-top: 5.20833vw
  }

  .ss-chiebukuro-overview__item--type1 .ss-chiebukuro-content__txt+* {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-overview__label {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-overview__label span {
    font-size: 3.125vw
  }

  *+.ss-chiebukuro-overview__label {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-overview__label--border {
    margin-top: 5.20833vw;
    padding-top: 5.20833vw
  }

  .ss-chiebukuro-overview__i-head {
    padding: 3.90625vw
  }

  .ss-chiebukuro-overview__i-body {
    padding: 3.90625vw
  }
}

.ss-chiebukuro-step__title {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em
}

.ss-chiebukuro-step__title+.ss-chiebukuro-step__title {
  margin-top: 30px
}

.ss-chiebukuro-step__title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 28px;
  height: 32px;
  background: url("/assets/materials/fukuoka-senior-support-icon1.svg") 0 0 no-repeat;
  background-size: 100%
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-step__title {
    padding-left: 5.46875vw;
    font-size: 3.64583vw;
    line-height: 1.5
  }

  .ss-chiebukuro-step__title+.ss-chiebukuro-step__title {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-step__title::before {
    top: -.78125vw;
    width: 4.6875vw;
    height: 5.72917vw
  }
}

.ss-chiebukuro-content1__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 50px
}

.ss-chiebukuro-content1__list {
  width: 250px
}

.ss-chiebukuro-content1__label {
  margin-top: 10px;
  color: #003d71;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content1__lists {
    margin-top: 3.90625vw;
    padding: 0
  }

  .ss-chiebukuro-content1__list {
    width: 33.3%
  }

  .ss-chiebukuro-content1__label {
    margin-top: 1.30208vw;
    padding: 0 1.30208vw;
    font-size: 3.125vw
  }

  .ss-chiebukuro-content1__pic {
    margin: 0 auto;
    width: 20.83333vw
  }
}

.ss-chiebukuro-content2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px
}

.ss-chiebukuro-content2__group {
  width: 750px
}

.ss-chiebukuro-content2__pic1 {
  width: 200px
}

.ss-chiebukuro-content2__pic2 {
  margin: 30px auto 0;
  width: 900px
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content2__item {
    display: block;
    margin-top: 5.20833vw
  }

  .ss-chiebukuro-content2__group {
    width: auto
  }

  .ss-chiebukuro-content2__pic1 {
    margin: 2.60417vw auto 0;
    width: 41.66667vw
  }

  .ss-chiebukuro-content2__pic2 {
    margin-top: 5.20833vw;
    width: auto
  }
}

.ss-chiebukuro-content3__block+.ss-chiebukuro-content3__block {
  margin-top: 30px
}

.ss-chiebukuro-content3__block--sumikae1 .ss-chiebukuro-content3__item {
  border-color: #21ade5
}

.ss-chiebukuro-content3__block--sumikae2 .ss-chiebukuro-content3__title::after {
  background-image: url("/assets/materials/fukuoka-senior-support-arw3.svg")
}

.ss-chiebukuro-content3__block--sumikae2 .ss-chiebukuro-content3__title span {
  background-color: #b864a4
}

.ss-chiebukuro-content3__block--sumikae2 .ss-chiebukuro-content3__item {
  border-color: #b864a4
}

.ss-chiebukuro-content3__block--sumikae3 .ss-chiebukuro-content3__title::after {
  background-image: url("/assets/materials/fukuoka-senior-support-arw4.svg")
}

.ss-chiebukuro-content3__block--sumikae3 .ss-chiebukuro-content3__title span {
  background-color: #922e8e
}

.ss-chiebukuro-content3__block--sumikae3 .ss-chiebukuro-content3__item {
  border-color: #922e8e
}

.ss-chiebukuro-content3__title {
  position: relative;
  display: inline-block;
  margin-left: -10px;
  padding-right: 15px
}

.ss-chiebukuro-content3__title span {
  display: inline-block;
  padding: 15px;
  background-color: #21ade5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content3__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-image: url("/assets/materials/fukuoka-senior-support-arw2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.ss-chiebukuro-content3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  padding-top: 40px;
  border-radius: 8px;
  border: 2px solid #fff
}

.ss-chiebukuro-content3__box {
  position: relative;
  padding: 30px;
  width: 33.3%
}

.ss-chiebukuro-content3__box::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  border-left: 1px dashed #000
}

.ss-chiebukuro-content3__box:last-of-type::after {
  content: none
}

.ss-chiebukuro-content3__box--merit {
  color: #128e87
}

.ss-chiebukuro-content3__box--demerit {
  color: #ca6448
}

.ss-chiebukuro-content3__box .ss-chiebukuro-content__txt {
  margin-top: 0
}

.ss-chiebukuro-content3__tag {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center
}

.ss-chiebukuro-content3__tag span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff462));
  background: linear-gradient(transparent 70%, #fff462 70%)
}

.ss-chiebukuro-content3__pic {
  margin-top: 20px
}

.ss-chiebukuro-content3__caution {
  margin-top: 50px;
  padding: 20px 30px;
  background-color: #fdeef4
}

.ss-chiebukuro-content3__cautiontitle {
  position: relative;
  padding-left: 35px;
  color: #55036b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content3__cautiontitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("/assets/materials/fukuoka-senior-support-icon2.svg") 0 0 no-repeat;
  background-size: 100%
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content3__block+.ss-chiebukuro-content3__block {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-content3__title {
    margin-left: -1.30208vw;
    padding-right: 2.60417vw
  }

  .ss-chiebukuro-content3__title span {
    padding: 2.60417vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content3__title::after {
    width: 2.60417vw
  }

  .ss-chiebukuro-content3__item {
    display: block;
    margin-top: -7.8125vw;
    padding-top: 7.8125vw;
    border-radius: 1.5625vw
  }

  .ss-chiebukuro-content3__box {
    padding: 3.90625vw;
    width: auto
  }

  .ss-chiebukuro-content3__box::after {
    top: auto;
    bottom: 0;
    left: 2.60417vw;
    right: auto;
    width: calc(100% - 5.20833vw);
    height: 1px;
    border-top: 1px dashed #000;
    border-left: none
  }

  .ss-chiebukuro-content3__box:last-of-type::after {
    content: none
  }

  .ss-chiebukuro-content3__tag {
    margin-bottom: 2.60417vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content3__pic {
    margin: 3.90625vw auto 0;
    width: 70%;
    text-align: center
  }

  .ss-chiebukuro-content3__caution {
    margin-top: 3.90625vw;
    padding: 3.90625vw
  }

  .ss-chiebukuro-content3__cautiontitle {
    padding-left: 5.20833vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content3__cautiontitle::before {
    width: 4.42708vw;
    height: 4.42708vw
  }
}

.ss-chiebukuro-content4__pic {
  margin: 30px auto 0;
  width: 900px
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content4__pic {
    margin-top: 3.90625vw;
    width: auto
  }
}

.ss-chiebukuro-apartment__lead {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8
}

.ss-chiebukuro-apartment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

.ss-chiebukuro-apartment__column--left {
  width: 350px
}

.ss-chiebukuro-apartment__column--right {
  width: 500px
}

.ss-chiebukuro-apartment__box {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #e2e7f0
}

.ss-chiebukuro-apartment__pic {
  text-align: center
}

.ss-chiebukuro-apartment__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-apartment__label span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff462));
  background: linear-gradient(transparent 70%, #fff462 70%)
}

.ss-chiebukuro-apartment__txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-apartment__block {
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #e2e7f0
}

.ss-chiebukuro-apartment__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ss-chiebukuro-apartment__detail--merit {
  color: #128e87
}

.ss-chiebukuro-apartment__detail--merit .ss-chiebukuro-apartment__tag {
  border-color: #128e87
}

.ss-chiebukuro-apartment__detail--demerit {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #999;
  color: #ca6448
}

.ss-chiebukuro-apartment__detail--demerit .ss-chiebukuro-apartment__tag {
  border-color: #ca6448
}

.ss-chiebukuro-apartment__tag {
  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;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif
}

.ss-chiebukuro-apartment__lists {
  width: 320px
}

.ss-chiebukuro-apartment__list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-apartment__list+.ss-chiebukuro-apartment__list {
  margin-top: 5px
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-apartment__lead {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-apartment__item {
    display: block;
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-apartment__column--left {
    width: auto
  }

  .ss-chiebukuro-apartment__column--right {
    margin-top: 3.90625vw;
    width: auto
  }

  .ss-chiebukuro-apartment__box {
    margin-top: 3.90625vw;
    padding: 3.90625vw
  }

  .ss-chiebukuro-apartment__pic {
    margin: 0 auto;
    width: 50%
  }

  .ss-chiebukuro-apartment__label {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-apartment__txt {
    margin-top: 2.60417vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-apartment__block {
    padding: 3.90625vw;
    border-radius: 1.5625vw
  }

  .ss-chiebukuro-apartment__detail--demerit {
    margin-top: 2.60417vw;
    padding-top: 2.60417vw
  }

  .ss-chiebukuro-apartment__tag {
    width: 16.92708vw;
    height: 16.92708vw;
    font-size: 2.86458vw
  }

  .ss-chiebukuro-apartment__lists {
    width: 58.59375vw
  }

  .ss-chiebukuro-apartment__list {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-apartment__list+.ss-chiebukuro-apartment__list {
    margin-top: .65104vw
  }
}

.ss-chiebukuro-content7__title {
  font-size: 20px;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content7__title span {
  font-size: 14px
}

.ss-chiebukuro-content7__title span span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff462));
  background: linear-gradient(transparent 70%, #fff462 70%)
}

.ss-chiebukuro-content7-partition {
  margin-top: 30px
}

.ss-chiebukuro-content7__tag {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content7__tag--right {
  margin-left: auto;
  margin-right: auto;
  width: 50%
}

.ss-chiebukuro-content7__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px
}

.ss-chiebukuro-content7__p-box {
  width: 48%
}

.ss-chiebukuro-content7__p-box:nth-of-type(2) {
  margin-left: 4%
}

.ss-chiebukuro-content7__p-name {
  padding: 5px 0;
  background-color: #ebf5ec;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center
}

.ss-chiebukuro-content7__p-name em {
  font-size: 16px
}

.ss-chiebukuro-content7__p-name--right {
  background-color: #eaeff9
}

.ss-chiebukuro-content7__p-pic {
  margin-top: 20px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content7__title {
    font-size: 4.16667vw
  }

  .ss-chiebukuro-content7__title span {
    font-size: 2.86458vw
  }

  .ss-chiebukuro-content7-partition {
    margin-top: 6.51042vw
  }

  .ss-chiebukuro-content7__tag {
    margin-top: 3.90625vw;
    font-size: 3.125vw
  }

  .ss-chiebukuro-content7__plan {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-content7__p-name {
    padding: 1.30208vw;
    font-size: 3.125vw
  }

  .ss-chiebukuro-content7__p-name em {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content7__p-pic {
    margin-top: 3.90625vw
  }
}

.ss-chiebukuro-content13__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ss-chiebukuro-content13__lead {
  color: #003d71;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7
}

.ss-chiebukuro-content13__pic1 {
  margin-left: 30px;
  width: 140px
}

.ss-chiebukuro-content13 .ss-chiebukuro-coolingoff {
  margin-top: 30px
}

.ss-chiebukuro-content13 .ss-chiebukuro-coolingoff__item {
  margin-top: 20px
}

.ss-chiebukuro-content13 .ss-chiebukuro-coolingoff__title {
  font-size: 16px;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content13 .ss-chiebukuro-coolingoff__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff462));
  background: linear-gradient(transparent 70%, #fff462 70%)
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content13__head {
    display: block
  }

  .ss-chiebukuro-content13__lead {
    font-size: 3.90625vw
  }

  .ss-chiebukuro-content13__pic1 {
    margin: 2.60417vw auto 0;
    width: 40%;
    text-align: center
  }

  .ss-chiebukuro-content13 .ss-chiebukuro-coolingoff {
    margin-top: 5.20833vw
  }

  .ss-chiebukuro-content13 .ss-chiebukuro-coolingoff__item {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-content13 .ss-chiebukuro-coolingoff__title {
    font-size: 3.90625vw
  }
}

.ss-chiebukuro-content14 .ss-chiebukuro-overview__title {
  margin-top: 0
}

.ss-chiebukuro-content14 .ss-chiebukuro-overview__i-body .ss-chiebukuro-overview__label {
  color: #ed6d00
}

.ss-chiebukuro-content15__lead {
  color: #003d71;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content15 .ss-chiebukuro-flow {
  margin-top: 30px
}

.ss-chiebukuro-content15 .ss-chiebukuro-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ss-chiebukuro-content15 .ss-chiebukuro-flow__item+.ss-chiebukuro-flow__item {
  margin-top: 20px
}


.ss-chiebukuro-content15 .ss-chiebukuro-flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  bottom: -9px;
  left: 20px;
  background: url("/assets/materials/fukuoka-senior-support-arw1.svg") 0 0 no-repeat;
  background-size: 100% auto
}



.ss-chiebukuro-content15 .ss-chiebukuro-flow__inner {
  margin-left: 20px;
  width: 880px
}



.ss-chiebukuro-content15 .ss-chiebukuro-flow__cautionlist {
  padding-left: 2.8em;
  text-indent: -2.8em;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content15__lead {
    font-size: 3.90625vw
  }

  .ss-chiebukuro-content15 .ss-chiebukuro-flow {
    margin-top: 5.20833vw
  }

  .ss-chiebukuro-content15 .ss-chiebukuro-flow__item+.ss-chiebukuro-flow__item {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-content15 .ss-chiebukuro-flow__item:not(:last-of-type)::after {
    bottom: -1.82292vw;
    left: 1.95313vw;
    width: 1.30208vw;
    height: 1.95313vw
  }


  .ss-chiebukuro-content15 .ss-chiebukuro-flow__inner {
    margin-left: 2.60417vw;
    width: calc(100% - 7.8125vw)
  }


  .ss-chiebukuro-content15 .ss-chiebukuro-flow__cautionlist {
    font-size: 3.125vw
  }
}

.ss-chiebukuro-content16 .ss-chiebukuro-content__caption {
  margin-top: 5px
}

.ss-chiebukuro-content16 .ss-chiebukuro-detail {
  margin-top: 10px;
  padding: 0;
  border-top: none
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content16 .ss-chiebukuro-content__caption {
    margin-top: 1.30208vw
  }

  .ss-chiebukuro-content16 .ss-chiebukuro-detail {
    margin-top: 3.90625vw;
    padding: 0;
    border-top: none
  }
}

.ss-chiebukuro-content17__lists {
  margin-top: 15px;
  padding: 10px 15px 15px;
  border-radius: 8px;
  background-color: #f1f3f8
}

.ss-chiebukuro-content17__list {
  display: inline-block;
  margin-right: 15px;
  padding-top: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content17__lists {
    margin-top: 2.60417vw;
    padding: 2.60417vw;
    border-radius: 1.5625vw
  }

  .ss-chiebukuro-content17__list {
    display: block;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 3.38542vw
  }

  .ss-chiebukuro-content17__list+.ss-chiebukuro-content17__list {
    margin-top: 1.30208vw
  }
}

.ss-chiebukuro-content19__item {
  position: relative;
  margin-top: 30px
}

.ss-chiebukuro-content19__item--type1 {
  margin-top: 15px
}

.ss-chiebukuro-content19__item--type1 .ss-chiebukuro-content19__title {
  background-color: #f6ad3a
}

.ss-chiebukuro-content19__item--type1 .ss-chiebukuro-content19__head::after {
  background-image: url("/assets/materials/fukuoka-senior-support-arw5.svg")
}

.ss-chiebukuro-content19__item--type1 .ss-chiebukuro-content19__body {
  background-color: #fdebd1
}

.ss-chiebukuro-content19__item--type1 .ss-chiebukuro-content19__label {
  color: #f6ad3a
}

.ss-chiebukuro-content19__item--type1 .ss-chiebukuro-content19__label::before {
  background-image: url("/assets/materials/fukuoka-senior-support-icon5.svg")
}

.ss-chiebukuro-content19__item--type2 .ss-chiebukuro-content19__title {
  background-color: #a9cf52
}

.ss-chiebukuro-content19__item--type2 .ss-chiebukuro-content19__head::after {
  background-image: url("/assets/materials/fukuoka-senior-support-arw6.svg")
}

.ss-chiebukuro-content19__item--type2 .ss-chiebukuro-content19__body {
  background-color: #ebf3d9
}

.ss-chiebukuro-content19__item--type2 .ss-chiebukuro-content19__label {
  color: #a9cf52
}

.ss-chiebukuro-content19__item--type2 .ss-chiebukuro-content19__label::before {
  background-image: url("/assets/materials/fukuoka-senior-support-icon6.svg")
}

.ss-chiebukuro-content19__item--type3 .ss-chiebukuro-content19__title {
  background-color: #217fc4
}

.ss-chiebukuro-content19__item--type3 .ss-chiebukuro-content19__head::after {
  background-image: url("/assets/materials/fukuoka-senior-support-arw7.svg")
}

.ss-chiebukuro-content19__item--type3 .ss-chiebukuro-content19__body {
  background-color: #d3ddf1
}

.ss-chiebukuro-content19__item--type3 .ss-chiebukuro-content19__label {
  color: #217fc4
}

.ss-chiebukuro-content19__item--type3 .ss-chiebukuro-content19__label::before {
  background-image: url("/assets/materials/fukuoka-senior-support-icon7.svg")
}

.ss-chiebukuro-content19__pic {
  position: absolute
}

.ss-chiebukuro-content19__pic--pos1 {
  top: 480px;
  right: 20px
}

.ss-chiebukuro-content19__pic--pos2 {
  bottom: -10px;
  right: 10px
}

.ss-chiebukuro-content19__head {
  position: relative;
  display: inline-block;
  margin-left: -10px;
  padding-right: 15px
}

.ss-chiebukuro-content19__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.ss-chiebukuro-content19__title {
  display: inline-block;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content19__body {
  margin-top: -50px;
  padding: 70px 30px 30px;
  border-radius: 8px
}

.ss-chiebukuro-content19__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ss-chiebukuro-content19__group+.ss-chiebukuro-content19__group {
  margin-top: 20px
}

.ss-chiebukuro-content19__group--col2 .ss-chiebukuro-content19__box {
  width: 49%
}

.ss-chiebukuro-content19__group--col3 .ss-chiebukuro-content19__box {
  width: 32%
}

.ss-chiebukuro-content19__box {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff
}

.ss-chiebukuro-content19__label {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content19__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%
}

.ss-chiebukuro-content19__tag {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content__txt+.ss-chiebukuro-content19__tag {
  padding-top: 20px;
  border-top: 1px solid #000
}

.ss-chiebukuro-content19__lists {
  margin-top: 15px
}

.ss-chiebukuro-content19__list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content19__list span {
  color: #217fc4
}

.ss-chiebukuro-content19__list+.ss-chiebukuro-content19__list {
  margin-top: 5px
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content19__item {
    margin-top: 5.20833vw
  }

  .ss-chiebukuro-content19__item--type1 {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-content19__pic {
    text-align: right
  }

  .ss-chiebukuro-content19__pic--pos1 {
    width: 18.22917vw;
    top: -1.95313vw;
    right: 2.60417vw
  }

  .ss-chiebukuro-content19__pic--pos2 {
    width: 16.92708vw;
    top: -2.60417vw;
    right: .65104vw;
    bottom: auto
  }

  .ss-chiebukuro-content19__head {
    margin-left: -1.30208vw;
    padding-right: 2.60417vw
  }

  .ss-chiebukuro-content19__head::after {
    width: 2.60417vw
  }

  .ss-chiebukuro-content19__title {
    padding: 1.95313vw;
    font-size: 4.16667vw
  }

  .ss-chiebukuro-content19__body {
    margin-top: -7.8125vw;
    padding: 9.76562vw 2.60417vw 2.60417vw;
    border-radius: 1.5625vw
  }

  .ss-chiebukuro-content19__group {
    display: block
  }

  .ss-chiebukuro-content19__group+.ss-chiebukuro-content19__group {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-content19__group--col2 .ss-chiebukuro-content19__box {
    width: auto
  }

  .ss-chiebukuro-content19__group--col3 .ss-chiebukuro-content19__box {
    width: auto
  }

  .ss-chiebukuro-content19__box {
    padding: 3.90625vw;
    border-radius: .78125vw
  }

  .ss-chiebukuro-content19__box+.ss-chiebukuro-content19__box {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-content19__label {
    padding-left: 6.51042vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content19__label::before {
    top: .65104vw;
    width: 5.46875vw;
    height: 5.20833vw
  }

  .ss-chiebukuro-content19__tag {
    margin-top: 3.90625vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content__txt+.ss-chiebukuro-content19__tag {
    padding-top: 3.90625vw
  }

  .ss-chiebukuro-content19__lists {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-content19__list {
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content19__list+.ss-chiebukuro-content19__list {
    margin-top: 2.60417vw
  }
}

.ss-chiebukuro-content20__head {
  padding: 10px 0 20px;
  border-bottom: 1px solid #000
}

.ss-chiebukuro-content20__title {
  position: relative;
  padding-left: 100px;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content20__title span {
  color: #db5d49
}

.ss-chiebukuro-content20__title::after {
  content: "";
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 80px;
  height: 80px;
  background: url("/assets/materials/senior-salon-icon2.svg") 0 0 no-repeat;
  background-size: 100%
}

.ss-chiebukuro-content20__item {
  position: relative;
  margin-top: 20px;
  padding: 20px 90px 20px 20px;
  border: 2px solid #db5d49;
  color: #db5d49
}

.ss-chiebukuro-content20__pic {
  position: absolute;
  bottom: 10px;
  right: 20px
}

.ss-chiebukuro-content20__tag {
  padding-bottom: 5px;
  border-bottom: 1px solid #db5d49;
  font-size: 16px;
  font-width: 700;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content20__lists {
  margin-top: 10px
}

.ss-chiebukuro-content20__list {
  display: inline-block;
  padding-right: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content20__list+.ss-chiebukuro-content20__list {
  margin-top: 5px
}

.ss-chiebukuro-content20__label {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em
}

.ss-chiebukuro-content20__label span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff462));
  background: linear-gradient(transparent 70%, #fff462 70%)
}

.ss-chiebukuro-content20__button {
  margin-top: 30px;
  text-align: center
}

.ss-chiebukuro-content20__button a {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 15px 50px 18px;
  background-color: #db5d49;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 3px 0 #9f311f;
  box-shadow: 0 3px 0 #9f311f;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s
}

.ss-chiebukuro-content20__button a:hover {
  opacity: 0.8
}

.ss-chiebukuro-content20__button a::after {
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: calc(50% - 5px);
  right: 25px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro-content20__head {
    padding: 1.30208vw 0 2.60417vw
  }

  .ss-chiebukuro-content20__title {
    padding-left: 15.625vw;
    font-size: 4.42708vw
  }

  .ss-chiebukuro-content20__title::after {
    top: calc(50% - 6.51042vw);
    left: 0;
    width: 13.02083vw;
    height: 13.02083vw
  }

  .ss-chiebukuro-content20__item {
    margin-top: 3.90625vw;
    padding: 2.60417vw 15.625vw 2.60417vw 2.60417vw
  }

  .ss-chiebukuro-content20__pic {
    position: absolute;
    width: 11.71875vw;
    bottom: 2.60417vw;
    right: 2.60417vw
  }

  .ss-chiebukuro-content20__pic img {
    width: 100%
  }

  .ss-chiebukuro-content20__tag {
    padding-bottom: 1.30208vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content20__lists {
    margin-top: 2.60417vw
  }

  .ss-chiebukuro-content20__list {
    display: block;
    padding-right: 0;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content20__list+.ss-chiebukuro-content20__list {
    margin-top: 1.30208vw
  }

  .ss-chiebukuro-content20__label {
    margin-top: 5.20833vw;
    font-size: 3.64583vw
  }

  .ss-chiebukuro-content20__button {
    margin-top: 3.90625vw
  }

  .ss-chiebukuro-content20__button a {
    border-radius: 80px;
    padding: 2.60417vw 6.51042vw 3.125vw;
    font-size: 4.16667vw
  }

  .ss-chiebukuro-content20__button a::after {
    border-width: 2px;
    top: calc(50% - .91146vw);
    right: 3.25521vw;
    width: 1.82292vw;
    height: 1.82292vw
  }
}

.js-trigger.js-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s
}

.js-trigger.js-translate-y {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.js-trigger.js-section-title .ss-section__title--large::before,
.js-trigger.js-section-title .ss-section__title--large::after {
  opacity: 0;
  -webkit-transition: top 0.3s, bottom 0.3s, opacity 0.3s;
  transition: top 0.3s, bottom 0.3s, opacity 0.3s
}

.js-trigger.js-section-title .ss-section__title--large::before {
  top: 50%
}

.js-trigger.js-section-title .ss-section__title--large::after {
  bottom: 50%
}

.js-trigger.js-section-title .ss-section__title--large span {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s
}

.js-init-main {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s
}

.show .js-init-main {
  opacity: 1
}

.show .js-fadein.visible {
  opacity: 1
}

.show .js-translate-y.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.show .js-section-title.visible .ss-section__title--large::before {
  top: 0;
  opacity: 1
}

.show .js-section-title.visible .ss-section__title--large::after {
  bottom: 0;
  opacity: 1
}

.show .js-section-title.visible .ss-section__title--large span {
  opacity: 1
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5
}

.loader span,
.loader span:before,
.loader span:after {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out
}

.loader span {
  color: #db5d49;
  position: absolute;
  top: 150px;
  left: 50%;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s
}

.loader span:before,
.loader span:after {
  content: '';
  position: absolute;
  top: 0
}

.loader span:before {
  color: #003d71;
  left: -2.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}

.loader span:after {
  color: #cc9d42;
  left: 2.5em
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0
  }
}

.ss-chiebukuro {
  padding: 40px 0 100px;
  background-color: #f4c6cb
}

.ss-chiebukuro-section img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

@media screen and (max-width: 768px) {
  .ss-chiebukuro {
    padding: 2.60417vw 2.60417vw 6.51042vw
  }
}
