@charset "utf-8";
/*-----------------------
*
*  フリーページのCSSを記述する
*
-------------------------*/
.nav-list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px auto 0;
}
.nav-list li {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  width: 25%;
}
.nav-list a {
  color: #333;
}
.bank {
  background: #eee;
  padding: 15px;
  margin-top: 15px;
}
.fs-c-documentArticle__heading {
  padding: 6px 10px;
  text-align: left;
}
.fs-c-documentArticle {
  padding-top: 70px;
  margin-top: -70px;
}
.fs-c-breadcrumb.freepage_bl {
  position: absolute;
  width: 100vw;
  top: 214px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.pc-margin {
  margin-top: 15px;
}
.fs-u-tel {
  color: #333;
}
.fs-c-documentArticle p a {
  text-decoration: underline;
  word-break: break-word;
  color: #1637f1!important;
  font-weight: bold;
}
.fs-c-documentArticle p a:hover {
  opacity: 0.6;
}
.square a {
    text-decoration: underline;
    word-break: break-word;
    color: #1637f1 !important;
    font-weight: bold;
}

/* ---------------------------------------
      フリーページ　FAQ
-------------------------------------------- */
.faq-nav li {
  margin: 10px 0;
  font-size: 16px;
}
.faq-list {
  border-bottom: 1px solid #ccc;
}
.faq-item {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.faq-item:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
.faq-title {
  font-size: 15px;
  font-weight: bold;
  padding: 20px 60px;
  margin: 20px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.faq-title:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 40%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.faq-title:hover {
  opacity: 0.75;
}
.faq-detail {
  display: none;
  padding: 0 80px 40px;
}
.faq-item.is-open .faq-detail {
  display: block;
}
.intro {
  text-align: center;
  font-size: 16px;
  width: 80%;
  margin: 50px auto;
}
.info {
  text-align: center;
  font-size: 24px;
  border: 2px solid #000;
  width: 80%;
  margin: 50px auto;
  padding: 10px;
}
.attention {
  color: #de0202;
}
.point-line {
  background: #ffeb3b;
  padding: 2px 5px;
  font-weight: bold;
}
.square {
  border: 1px solid #000;
  padding: 30px;
  margin: 40px 0;
}

/* ---------------------------------------
      フリーページ　サイズ
-------------------------------------------- */
.product-size-images, .product-size-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 40px auto 0;
}
.product-image {
  max-width: 600px;
  width: 50%;
  margin: 0 auto;
}
.image-text {
  display: block;
  font-size: 16px;
}
.text-pink {
  color: #e5004f;
}

@media screen and (min-width: 769px) {
  .fs-l-main {
    padding: 55px 1rem 0!important;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb.freepage_bl {
    top: 60px;
  }
  .fs-c-documentArticle {
    padding-top: 60px;
    margin-top: -60px!important;
    margin-bottom: 20px;
  }
.fs-c-documentArticle__heading {
    font-size: 1rem;
    background: #000000;
  }
  .nav-list {
    width: 100%;
    padding-top: 80px;
  }
  .nav-list li {
    width: 50%;
  }
  .fs-c-address {
    text-align: left;
  }
  .fs-c-address__mail {
    font-size: 14px;
  }
  .pc-margin {
    margin-top: 0;
  }
  
  /* ---------------------------------------
      フリーページ　FAQ
-------------------------------------------- */
  .faq-nav {
    margin: 0;
    padding: 0;
  }
  .faq-nav li {
    width: 50%;
    margin: 5px 0;
    font-size: 14px;
  }
  .faq-list {
    margin-bottom: 20px;
  }
  .faq-item {
    font-size: 13px;
    line-height: 1.5;
  }
  .faq-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 20px 0;
    width: 93%;
  }
  .faq-title:after {
    right: -5%;
    top: 40%;
    display: block;
    width: 6px;
    height: 6px;
  }
  .faq-detail {
    display: none;
    padding: 0 5px 20px;
  }
  .intro {
    font-size: 12px;
    width: 100%;
    margin: 120px auto 50px;
  }
  .info {
    font-size: 16px;
    width: 95%;
    margin: 50px auto;
  }
  .square {
    padding: 20px;
    margin: 20px 0;
  }
  .sp-none {
    display: none;
  }

/* ---------------------------------------
      フリーページ　サイズ
-------------------------------------------- */
  .product-size-images {
      display: block;
      margin: 0 auto;
  }
  .product-image {
    width: 80%;
  }
}
