@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

.pageTitle {
  background-image: url(/img/faq/bg_head_faq_01.jpg);
}
/* ===================================
#head
=================================== */
#head {
  background: url(/img/faq/bg_head_01.png) center top repeat-x;
}

/* ===================================
#contents
=================================== */
#contents {
  background: #fff;
  margin-top: 30px;
  padding: 20px;
  font-size: 14px;
}
#faq_wrap {
  border: 5px solid #004b7e;
  padding: 10px 5px;
  overflow: hidden;
}
#faq_wrap {
  border: 0;
}
#faq_wrap h3 {
  display: none;
}
#faq_wrap .q_wrap {
  color: #00379f;
  font-size: 110%;
  min-height: 22px;
  line-height: 1.6;
  padding: 4px 0 5px 34px;
  margin-bottom: 10px;
  background: url(/img/faq/faq_icon.png) no-repeat 2px 7px;
}
#faq_wrap .a_wrap {
  min-height: 22px;
  padding: 4px 0 10px 34px;
  margin-bottom: 10px;
  background: url(/img/faq/faq_icon.png) no-repeat 2px -50px;
  border-bottom: 1px solid #ddd;
}
#faq_wrap .inbox {
  color: #07f;
  padding: 15px;
  margin: 10px 10px 10px 0;
  border: 1px solid #ccc;
  background: white;
}
#faq_wrap .a_wrap img {
  display: none;
}
#faq_wrap #contact span {
  display: block;
  color: #666;
  padding-bottom: 5px;
}
#faq_wrap #contact a {
  display: block;
  color: white;
  width: 180px;
  padding: 3px 0 3px 24px;
  font-size: 120%;
  background: #454545 url(/img/faq/ic_sprite_black.png) no-repeat 3px -190px;
  text-decoration: none;
}
#faq_wrap {
  border: 0;
  padding: 0;
  margin: 0;
}
#faq_wrap {
  border: 5px solid #004b7e;
  padding: 10px 5px;
  overflow: hidden;
}
#faq_wrap {
  border: 0;
}
#faq_wrap h3 {
  display: block;
  padding: 0 0 10px;
  margin-bottom: 15px;
  background: url(../../common/img/border_img1.gif) repeat-x 0 bottom;
}
#faq_wrap .q_wrap {
  font-size: 120%;
  font-weight: 700;
  margin: 0 5px 10px;
}
#faq_wrap .a_wrap {
  margin: 0 5px 10px;
  padding-top: 0;
  border-bottom: 0;
}
#faq_wrap .a_wrap .a_styler {
  padding: 10px;
  border: 1px solid #ddd;
  background: url(/img/faq/box_bg.png) repeat-x 0 0;
}
#faq_wrap .a_wrap .a_inner {
  font-size: 110%;
  line-height: 1.6;
  padding: 15px;
  background: white;
  overflow: hidden;
}
#faq_wrap .a_wrap .a_inner a {
  color: var(--color-blue-3);
  text-decoration: underline;
}
#faq_wrap .a_wrap .a_inner a:hover {
  opacity: 0.7;
}
#faq_wrap .inbox {
  max-width: 350px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: calc(100% - 336px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#faq_wrap .inbox p {
  margin-left: 1em;
  text-indent: -1em;
}
#faq_wrap .inbox.alphabet p {
  display: flex;
  margin: 0;
  text-indent: 0;
  gap: 0.5em;
}
#faq_wrap .a_wrap img {
  display: block;
  float: right;
  padding: 10px;
}
#faq_wrap #contact {
  text-align: center;
  padding: 0 5px 20px 0;
}
#faq_wrap #contact span {
  display: inline-block;
  color: #666;
  font-size: 130%;
  padding: 0 10px 5px 0;
  text-decoration: underline;
}
#faq_wrap #contact a {
  display: inline-block;
  color: white;
  width: 180px;
  padding: 5px 0 5px 30px;
  font-size: 120%;
  background: var(--color-blue-3) url(/img/faq/ic_sprite_black.png) no-repeat 6px -190px;
  text-align: left;
  text-decoration: none;
}
#faq_wrap #contact a:hover {
  opacity: 0.7;
}
#faq_wrap {
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 750px) {
  /* CSS Document */
  /* SP用スタイルシート */
  body {
    background: #fff !important;
  }

  /* ===================================
    #head
    =================================== */
  #head {
    background: url(/img/faq/bg_head_01.png) center top repeat-x;
    background-size: cover;
  }

  /* ===================================
    #contents
    =================================== */
  #contents {
    margin-top: 0;
    padding: 0;
  }
  #faq_wrap {
    border: 5px solid #004b7e;
    padding: 10px 5px;
    overflow: hidden;
  }
  #faq_wrap {
    border: 0;
  }
  #faq_wrap h3 {
    display: none;
  }
  #faq_wrap .a_wrap .a_inner {
    font-size: 100%;
    padding: 0;
  }

  #faq_wrap .q_wrap {
    color: #00379f;
    font-size: 120%;
    min-height: 22px;
    line-height: 1.6;
    padding: 4px 0 0 0;
    margin: 0 0 10px 0;
    background: url(/img/faq/faq_icon.png) no-repeat 2px 0;
    font-weight: normal;
    background: none;
    position: relative;
    display: flex;
  }
  #faq_wrap .q_wrap::before {
    content: "";
    display: block;
    background: url(/img/faq/faq_icon.png) no-repeat 2px 5px;
    width: 34px;
    height: 34px;
  }
  #faq_wrap .q_wrap span {
    display: block;
    flex-shrink: 100;
  }
  #faq_wrap .a_wrap {
    min-height: 22px;
    padding: 0 0 10px 34px;
    margin: 0 0 10px 0;
    background: url(/img/faq/faq_icon.png) no-repeat 2px -50px;
    border-bottom: 1px solid #ddd;
  }
  #faq_wrap .a_wrap .a_styler {
    border: none;
    padding: 0;
  }
  #faq_wrap .inbox {
    color: #07f;
    line-height: 20px;
    padding: 10px;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    background: white;
    width: 100%;
  }
  #faq_wrap .a_wrap img {
    display: none;
  }
  #faq_wrap #contact span {
    display: block;
    color: #666;
    padding-bottom: 5px;
    font-size: unset;
    padding: 0;
    text-decoration: none;
  }
  #faq_wrap #contact a {
    display: block;
    color: white;
    width: 100%;
    padding: 0 0 0 40px;
    font-size: 120%;
    background: #454545 url(/img/faq/ic_sprite_black.png) no-repeat 8px -186px;
    text-decoration: none;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    align-items: center;
  }
  #faq_wrap {
    border: 0;
    padding: 0;
    margin: 0;
  }
  #faq_wrap #contact {
    text-align: left;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  a {
    color: #333;
    text-decoration: none;
  }
}
