@charset "UTF-8";
/* =====================================
	▼▼▼ よくある質問
=====================================*/
h1.title {
  background: url(../img/faq/title_bg_pc.png) no-repeat scroll center top;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  line-height: 150px;
}

h1.title span {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.31rem;
}

h2 {
  font-size: 1.75rem;
  color: #0D3165;
  padding-bottom: 5px;
  background: url(../img/service/h2_border_pc.png) no-repeat scroll left bottom;
  background-size: 100% 4px;
  margin-bottom: 40px;
}

.anchor_link {
  justify-content: space-between;
  margin: 0 0 30px;
}

.anchor_link > li {
  width: 23.5%;
  position: relative;
}

.anchor_link > li > a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  color: #0D3165;
  border: 1px solid #0D3165;
}

.anchor_link > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.faq_wrap .faq {
  padding: 30px 0;
}

.qa_list {
  margin: 0;
}

.qa_list > dl {
  font-size: 1rem;
  color: #333;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px;
}

.qa_list > dl:first-child {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.qa_list > dl:last-child {
  margin: 0;
}

.qa_list > dl > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin: 0 0 15px;
}

.qa_list > dl > dt:hover {
  cursor: pointer;
}

.qa_list > dl > dt.close > .q_txt::after {
  transform: rotate(-180deg);
}

.qa_list > dl > dt > .icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0D3165;
  font-size: 20px;
  color: #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.qa_list > dl > dt > .q_txt {
  width: calc(100% - 60px);
  padding: 10px 60px 0 0;
}

.qa_list > dl > dt > .q_txt::after {
  position: absolute;
  right: 0;
  top: 12px;
  content: " ";
  display: inline-block;
  width: 24px;
  height: 17px;
  background: url(../img/faq/arrow.svg) no-repeat;
  background-size: contain;
  transition: all 0.2s linear;
}

.qa_list > dl dd {
  display: none;
  padding: 0 0 15px;
}

.qa_list > dl dd > .answer_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.qa_list > dl dd > .answer_inner > .icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 20px;
  color: #333;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.qa_list > dl dd > .answer_inner > .a_txt {
  width: calc(100% - 60px);
  padding: 10px 60px 0 0;
  text-align: justify;
  word-break: break-all;
}

.qa_list > dl dd > .answer_inner > .a_txt > a {
  color: #333;
  text-decoration: underline;
}

.qa_list > dl dd > .answer_inner > .a_txt > a:hover {
  opacity: 0.6;
}

/* =====================================
	▼▼▼ 480px〜768px
===================================== */
@media screen and (max-width: 768px) {
  h1.title {
    background: url(../img/faq/title_bg_sp.png) no-repeat scroll center top;
    background-size: 100% 100%;
    line-height: 75px;
    margin-bottom: 0;
  }
  h1.title span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.28rem;
    padding-left: 15px;
  }
  h2 {
    font-size: 1.14rem;
    padding: 0 15px 5px 15px;
    background: url(../img/faq/h2_border_sp.png) no-repeat scroll left bottom;
    background-size: 100%;
    margin-bottom: 25px;
  }
  .anchor_link {
    display: block;
    margin: 0 0 15px;
    padding: 0 15px;
  }
  .anchor_link > li {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
  }
  .anchor_link > li:last-child {
    margin: 0;
  }
  .anchor_link > li > a {
    text-align: left;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    font-size: 14px;
  }
  .anchor_link > li > a:after {
    font-size: 18px;
  }
  .anchor_link > li > a:hover {
    opacity: 1;
  }
  .anchor_link > li > a a:after {
    opacity: 1;
    background: #ecf0f2;
  }
  .faq_wrap .faq {
    padding: 15px 0;
  }
  .qa_list {
    margin: 0;
    padding: 0 15px;
  }
  .qa_list > dl {
    font-size: 0.875rem;
    padding: 0 0 5px;
    margin: 0 0 30px;
  }
  .qa_list > dl:first-child {
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
  .qa_list > dl:last-child {
    margin: 0;
  }
  .qa_list > dl > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: 0 0 10px;
  }
  .qa_list > dl > dt.close > .q_txt::after {
    transform: rotate(-180deg);
  }
  .qa_list > dl > dt > .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
  }
  .qa_list > dl > dt > .q_txt {
    width: calc(100% - 40px);
    padding: 5px 40px 0 0;
  }
  .qa_list > dl > dt > .q_txt::after {
    position: absolute;
    right: 0;
    top: 12px;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url(../img/faq/arrow.svg) no-repeat;
    background-size: contain;
    transition: all 0.2s linear;
  }
  .qa_list > dl dd {
    padding: 0 0 10px;
  }
  .qa_list > dl dd > .answer_inner > .icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .qa_list > dl dd > .answer_inner > .a_txt {
    width: calc(100% - 40px);
    padding: 10px 40px 0 0;
  }
}
