@charset "utf-8";

/*  readTxtBlock
/* ------------------------------------------------------------------------ */
.readTxtBlock {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .readTxtBlock {
    margin-bottom: 20px;
  }
}


/*  faqPageLinkBlock
/* ------------------------------------------------------------------------ */
.faqPageLinkBlock {
  margin-bottom: 40px;
}

.faqPageLinkBlock ul {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}

.faqPageLinkBlock ul li {
  background: #eeeeee;
  border: #ccc 1px solid;
  text-align: center;
  width: 263px;
  margin: 15px 15px 0 0;
}

.faqPageLinkBlock ul li:nth-child(4n) {
  margin-right: 0;
}

.faqPageLinkBlock ul li:first-child,
.faqPageLinkBlock ul li:nth-child(2),
.faqPageLinkBlock ul li:nth-child(3),
.faqPageLinkBlock ul li:nth-child(4) {
  margin-top: 0;
}

.faqPageLinkBlock ul li a {
  display: block;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faqPageLinkBlock ul li a:hover {
  text-decoration: none;
}

.faqPageLinkBlock ul li a:after {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e914';
  font-size: 11px;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

@media (min-width:768px) {
  .faqPageLinkBlock ul li a:hover {
    opacity: 0.7;
  }
}

@media (max-width:767px) {
  .faqPageLinkBlock ul {
    width: 90%;
  }

  .faqPageLinkBlock ul li,
  .faqPageLinkBlock ul li:nth-child(3),
  .faqPageLinkBlock ul li:nth-child(4) {
    width: 50%;
    margin: 0% 0% 0 0;
    border-top: none;
  }

  .faqPageLinkBlock ul li:nth-child(2n) {
    margin-right: 0;
    border-left: none;
  }

  .faqPageLinkBlock ul li:first-child,
  .faqPageLinkBlock ul li:nth-child(2) {
    margin-top: 0;
    border-top: #ccc 1px solid;
  }
}


/*  faqBlock
/* ------------------------------------------------------------------------ */
.faqBlock .box {
  margin: 90px 0 0 0;
}

.faqBlock .box:first-child {
  margin-top: 0;
  padding-top: 0;
}

.faqBlock .box .h03 {
  margin-bottom: 15px;
}

.faqBlock.close .box .faqDl {
  border-bottom: #ccc 1px solid;
}

.faqBlock .box .faqDl dt {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding: 40px 0 6px 0;
  border-top: #ccc 1px solid;
  margin-top: 40px;
}

.faqBlock.close .box .faqDl dt {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  padding: 25px 50px 25px 0;
  margin-top: 0;
}

.faqBlock .box .faqDl dt:first-child {
  border-top: none;
}

.faqBlock.open .box .faqDl dt:first-child {
  padding-top: 0;
}

.faqBlock.close .box .faqDl dt:hover {
  text-decoration: underline;
}

.faqBlock.close .box .faqDl dt:before {
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 18px;
  content: '';
  margin-top: -9px;
  display: block;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.faqBlock.close .box .faqDl dt.selected:before {
  margin-top: -5px;
  transform: rotate(135deg);
}

.faqBlock.close .box .faqDl dt:hover:before,
.faqBlock.close .box .faqDl dt.selected:hover:before {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}


.faqBlock .box .faqDl dt span {
  position: relative;
  padding: 0 0 0 50px;
  display: block;
}

.faqBlock .box .faqDl dt span:before {
  content: 'Q';
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -0.45em;
  left: 0;
}

.faqBlock .box .faqDl dd {
  text-align: left;
  position: relative;
  margin: 12px 0 30px 0;
}

.faqBlock.close .box .faqDl dd {
  display: none;
  margin: 0 0 30px 0;
  padding-right: 50px;
}

.faqBlock .box .faqDl dd span {
  position: relative;
  padding: 0 0 0 50px;
  display: block;
}

.faqBlock .box .faqDl dd span:before {
  content: 'A';
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -0.45em;
  left: 0;
}

@media (max-width:767px) {
  .faqBlock .box {
    margin: 10px 0 0 0;
    padding-top: 50px;
  }

  .faqBlock .box:first-child {
    margin-top: 0;
  }

  .faqBlock .box .faqDl dt {
    font-size: 16px;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
  }

  .faqBlock.close .box .faqDl dt {
    font-size: 15px;
    padding: 18px 50px 18px 0;
  }

  .faqBlock .box .faqDl dt span {
    padding: 0 0 0 40px;
  }

  .faqBlock .box .faqDl dt span:before {
    font-size: 24px;
    top: -0.35em;
  }

  .faqBlock .box .faqDl dd {
    text-align: left;
    position: relative;
    margin: 25px 0 0 0;
  }


  .faqBlock.close .box .faqDl dd {
    margin: 0 0 18px 0;
    padding-right: 50px;
  }

  .faqBlock .box .faqDl dd span {
    padding: 0 0 0 40px;
  }

  .faqBlock .box .faqDl dd span:before {
    font-size: 24px;
    top: -0.45em;
  }
}



/* ============================================================
カスタマイズ
============================================================ */
.faqPageLinkBlock ul li {
  background-color: #e9f1f5;
  border-color: #d1dce1;
  }
.faqBlock.close .box .faqDl {
  border-color: #d1dce1;
  }
.faqBlock.close .box .faqDl dt {
  border-color: #d1dce1;
  font-weight: 500;
  }
.faqBlock .box .faqDl dt span:before,
.faqBlock .box .faqDl dd span:before {
  font-weight: 600;
  }

/* ＞767 --------------------------- */
@media (max-width: 767px) {

  .faqPageLinkBlock ul li:first-child,
  .faqPageLinkBlock ul li:nth-child(2) {
    border-color: #d1dce1;
    }

} /* end ＞767 */
