/*
|---------------------------------------------------------------
| helpful.css
|---------------------------------------------------------------
*/
.lylw-main {
  padding-top: 0;
}

@media screen and (max-width: 960px) {
  .lylw-footer {
    padding-bottom: 80px;
  }
}
.lylw-footer__toTop {
  display: block;
}

/*
 * Article
------------------------------------------------*/
body.single-helpful .fs-c-breadcrumb {
  display: block;
}
body.single-helpful .fs-c-breadcrumb.page-helpful-sp_breadcrumb {
  font-size: 12px;
}
@media screen and (min-width: 960.02px) {
  body.single-helpful .fs-c-breadcrumb.page-helpful-sp_breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  body.single-helpful .fs-c-breadcrumb:not(.page-helpful-sp_breadcrumb) {
    display: none;
  }
}
body.single-helpful .lylw-main {
  padding: 0 0 25px;
}

.page-helpful {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  color: #707070;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
@media screen and (min-width: 960.02px) {
  .page-helpful {
    padding: 40px 0;
  }
}
.page-helpful .lylw-container {
  max-width: 1200px;
}
.page-helpful__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: clamp(20px, 5.33vw, 35px);
  font-weight: normal;
  line-height: 1.5;
}
.page-helpful__header {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  padding: 15px 0 0;
}
.page-helpful__header__content {
  display: block;
  width: 100%;
  border-bottom: 3px solid #d8c2a9;
  padding: 0 0 15px;
}
.page-helpful__body {
  display: block;
  width: 100%;
}
.page-helpful__body .lylw-container {
  max-width: 1000px;
}
.page-helpful__footer {
  display: block;
  width: 100%;
}
.page-helpful__footer__content {
  display: block;
  width: 100%;
  border-top: 3px solid #d8c2a9;
  padding: 30px 0 0;
}
@media screen and (min-width: 960.02px) {
  .page-helpful__footer__content {
    border-top: 0;
  }
}
.page-helpful__nav {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 10.67vw, 80px);
}

/*
 * Nav
------------------------------------------------*/
.helpful-nav {
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 4vw, 25px);
}
.helpful-nav__list {
  counter-reset: helpfulNav;
  list-style: none;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1px;
}
.helpful-nav__list__item {
  counter-increment: helpfulNav;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 960.02px) {
  .helpful-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
  }
}
.helpful-nav__link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 0.5em;
  font-size: clamp(16px, 4.27vw, 26px);
  background: #f7f3ee;
  text-decoration: none !important;
}
.helpful-nav__link, .helpful-nav__link:visited, .helpful-nav__link:hover, .helpful-nav__link:active {
  color: #707070;
}
.helpful-nav__link::before {
  content: counter(helpfulNav);
  display: block;
  flex: 0 0 3em;
  max-width: 3em;
  text-align: center;
  font-size: clamp(16px, 4.27vw, 18px);
  line-height: 1;
  padding: 0.5em 0;
  border-right: 4px solid #d8c2a9;
  margin-right: 0.75em;
}
.helpful-nav__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: currentColor;
  transform: rotate(45deg) skew(-15deg, -15deg);
}

/*
 * Note
------------------------------------------------*/
.helpful-note {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  color: #707070;
  font-size: clamp(12px, 3.2vw, 14px);
}
.helpful-note p {
  margin: 0;
}

/*
 * Section
------------------------------------------------*/
.helpful-section {
  display: block;
  width: 100%;
  padding: 25px 0;
}
.helpful-section[id] {
  scroll-margin-top: 150px;
}
.helpful-section__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5em 0.5em;
  font-size: clamp(24px, 6.4vw, 30px);
  font-weight: 500;
  text-align: center;
  color: #707070;
  background: #f7f3ee;
}
.helpful-section__header {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 960.02px) {
  .helpful-section__header {
    margin-bottom: 40px;
  }
}
.helpful-section__body {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960.02px) {
  .helpful-section__body {
    padding: 0 8px;
  }
}

/*
 * Item
------------------------------------------------*/
.helpful-item_list {
  list-style: none;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
}
.helpful-item_list__item {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.helpful-item_list__item + .helpful-item_list__item {
  border-top: 1px solid #707070;
  padding-top: 15px;
}
@media screen and (min-width: 960.02px) {
  .helpful-item_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 36px;
  }
  .helpful-item_list__item {
    padding: 0;
  }
  .helpful-item_list__item + .helpful-item_list__item {
    border: 0;
    padding-top: 0;
  }
}

.helpful-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(16px, 4.27vw, 18px);
}
.helpful-item__image {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
.helpful-item__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.helpful-item__meta {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  text-align: right;
}
.helpful-item__name {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
@media screen and (min-width: 960.02px) {
  .helpful-item__meta {
    margin-bottom: 10px;
  }
  .helpful-item__name {
    margin-top: 42px;
  }
  .helpful-item__meta + .helpful-item__name {
    margin-top: 0;
  }
}
.helpful-item__point {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.helpful-item__nav {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: auto;
}
.helpful-item__nav__btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 0.25em 1.5em;
  border-radius: 3px;
  overflow: hidden;
  color: #ffffff !important;
  background: #B8987B;
  text-decoration: none !important;
}
@media screen and (min-width: 960.02px) {
  .helpful-item__nav__btn {
    font-size: 16px;
    padding: 0.5em 2.5em;
  }
}

.helpful-item-image {
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helpful-item-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .helpful-item-image {
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 459/235;
    border: 1px solid #707070;
  }
}

.helpful-item-badge {
  color: #ffffff;
  background: #F3AF63;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(11px, 2.93vw, 14px);
  padding: 0.5em 0.5em;
  text-align: center;
}

.helpful-item-name {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.13em;
  line-height: 1.5;
}
@media screen and (min-width: 960.02px) {
  .helpful-item-name {
    min-height: 3em;
  }
}
.helpful-item-name a {
  color: inherit !important;
  text-decoration: underline;
}
.helpful-item-name a > span {
  display: inline-block;
  text-decoration: inherit;
}
.helpful-item-name a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  vertical-align: middle;
  background-image: url(../images/helpful/link.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.helpful-item-point {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.helpful-item-point__head {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.25em 0;
}
.helpful-item-point__head::before {
  content: "";
  display: block;
  width: 2.19em;
  height: 2.06em;
  flex-shrink: 0;
  margin: 0 4px 0 0;
  align-self: flex-start;
  background-image: url(../images/helpful/point.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.helpful-item-point__body {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.88;
}

/*
 * Story
------------------------------------------------*/
.helpful-story {
  display: block;
  width: 100%;
  max-width: 624px;
  margin: 1em auto;
  font-size: clamp(18px, 4.8vw, 20px);
  text-align: center;
}
@media screen and (min-width: 960.02px) {
  .helpful-story {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.helpful-story[href] {
  color: #5963EC;
  text-decoration: underline;
}
.helpful-story__title {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 2em;
}
.helpful-story__title span {
  display: block;
}
.helpful-story__body {
  display: block;
  width: 100%;
}
.helpful-story__image {
  display: block;
  width: 100%;
}
.helpful-story__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .lylw-container .helpful-story__image {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
