@charset "UTF-8";

#faq header .header_txt { width: auto;}

/* In-page link
--------------------------------------------------------- */
.page_link ul {
  display: flex;
  flex-wrap: wrap;
}
.page_link ul li {
  border-right: 1px solid #e5e5e5;
  margin-bottom: 10px;
  width: 50%;
}
.page_link ul li:nth-child(odd) {
  border-left: 1px solid #e5e5e5;
}
.page_link ul li a {
  padding: 10px 0 10px 15px;
  display: block;
  color: #717171;
  text-decoration: none;
  transition: all .3s;
}
.page_link ul li a:hover {
  opacity: .6;
}
.page_link ul li a span {
  position: relative;
  display: inline-block;
}
.page_link ul li a span::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -20px;
  width: 12px;
  height: 7px;
  background: url(../img/icon_link_down.png) no-repeat;
  background-size: 12px 7px;
}

/* faq
--------------------------------------------------------- */
.faq dt {
  cursor: pointer;
  padding: 30px 15px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.faq dt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 34px;
  height: 34px;
  background: url("../img/icon_open.png") 0 0 / cover no-repeat;
}
.faq dt.opne::after { background: url("../img/icon_close.png") 0 0 / cover no-repeat;}
.faq dt:first-child { padding-top: 0;}
.faq dd {
  display: none;
  padding: 30px 15px;
}
.faq dd p:not(:last-child) {
  margin-bottom: 10px;
}
.kome {
  margin-top: 10px;
  text-indent: -1em;
  margin-left: 1em;
  color: #ff0400;
}
.indent1 {
  /*display: inline-block;*/
  text-indent: -1em;
  margin-left: 1em;
}
.indent2 {
  text-indent: -1em;
  margin-left: 2em;
}
.indent-2p5 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}


@media only screen and (max-width: 750px) {
  .img100 {width: 100%;}
  #faq header .header_txt {
    width: 75%;
    margin-top: -12px;
  }
  .page_link ul li {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .page_link ul li:nth-child(odd) {
    border-left: none;
  }
  .page_link ul li a {
    position: relative;
    text-align: left;
    padding: 17px 25px 17px 0;
  }
  .page_link ul li a span { position: static; }
  .page_link ul li a span::after {
    top: 35%;
    right: 10px;
  }
  .faq dt:first-child { padding-top: 25px; }
  .faq dt {
    font-size: 1em;
    padding: 25px 40px 15px 0;
  }
  .faq dt::after {
    bottom: auto;
    top: 20px;
    right: 0;
  }
  .l_contents * + section {
    padding-top: 60px;
    margin-top: -40px;
  }
  .l_contents > section + section {
    padding-top: 60px;
    margin-top: -40px;
  }
}
