
#faq {
  background-color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
}

#faq * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meirio, sans-serif;
  font-weight: 500;
}

#faq a {
  color: #ca123a;
}

#faq img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#faq button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#faq *:focus {
  outline: none;
}

#faq .inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

#faq p {
  text-align: left;
}

#faq a:hover {
  text-decoration: none;
}

#faq .fadein {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: all 1s;
}

#faq .txt {
  margin-bottom: 2em;
}

#faq .txt-bold {
  font-weight: bold;
}

#faq .txt-red {
  color: #ca123a;
}

#faq .txt-orange {
  color :#f07b4c;
}

#faq .txt:last-child {
  margin-bottom: 0;
}

#faq .notes {
  display: inline-block;
  position: relative;
  margin-left: 1em;
}

#faq .notes::before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  width: 1em;
}

#faq .notes-counter-box {
  counter-reset: counter-number;
}

#faq .notes-counter {
  margin-left: 2em;
}

#faq .notes-counter::before {
  content: '※'counter(counter-number);
  counter-increment: counter-number;
  left: -2em;
  width: 2em;
}

#faq .source-han-sans-japanese {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#faq .futura,
#faq .futura * {
  font-family: Futura, "Century Gothic", sans-serif;
}

#faq .txt-shadow-white {
  text-shadow:
  1px 1px 4px rgba(255, 255, 255, .25),
  -1px 1px 4px rgba(255, 255, 255, .25),
  1px -1px 4px rgba(255, 255, 255, .25),
  -1px -1px 4px rgba(255, 255, 255, .25),
  -1px 1px 4px rgba(255, 255, 255, .25),
  1px -1px 4px rgba(255, 255, 255, .25),
  -1px -1px 4px rgba(255, 255, 255, .25);
}

#faq .heading-style01 {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: solid 4px #ca123a;
  font-size: 20px;
  line-height: 1.4;
}

#faq .heading-style02 {
  margin-bottom: 10px;
}

#faq .heading-style02 .heading-txt {
  display: inline-block;
  padding: 5px 15px;
  background-color: #e8e8e8;
  font-weight: bold;
  line-height: 1.4;
}

#faq .heading-style03 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 15px;
}

#faq .heading-style03::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #ca123a;
}

#faq .heading-style04 {
  margin-bottom: 10px;
  font-weight: bold;
}

#faq .definition-list-ttl {
  position: relative;
  margin: 30px 0 15px;
  padding-left: 10px;
}

#faq .definition-list-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #ca123a;
}

#faq .definition-list-ttl:first-child {
  margin-top: 0;
}

#faq .ordered-list-style,
#faq .unordered-list-style {
  margin-left: 1.5em;
}

#faq .list-common-item {
  margin-bottom: 1em;
}

#faq .list-common-item:last-child {
  margin-bottom: 0;
}

#faq .ordered-list-style * {
  list-style-type: decimal;
}

#faq .unordered-list-style * {
  list-style-type: disc;
}

#faq .list-style-arrow * {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
}

#faq .list-style-arrow *::before {
  content: "＞";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}

#faq .table-style-common {
  width: 100%;
  border: solid 2px #7d7d7d;
}

#faq .table-style-common th,
#faq .table-style-common td {
  padding: 10px 5px;
  border-right: solid 1px #7d7d7d;
  border-bottom: solid 1px #7d7d7d;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

#faq .table-style-common th:last-child,
#faq .table-style-common td:last-child {
  border-right: none;
}

#faq .table-style-common tr:last-child td {
  border-bottom: none;
}

#faq .table-style-common .small-txt {
  display: inline-block;
  font-size: 12px;
}

#faq .thead-style-common th {
  background-color: #f8f8f8;
}

#faq .pattern-bg-container {
  margin: 70px 0;
  padding: 50px 0;
  background: url("../images/faq/pattern_bg01.png") repeat left top;
}

#faq .page-title {
  height: 325px;
  background: url("../images/faq/faq_page_title_bg_sp.jpg") no-repeat 60% 15% / cover;
}

#faq .page-title .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}

#faq .page-title-txt {
  margin-top: 20px;
  font-size: 22px;
}

#faq .faq-tab-menu {
  padding: 10px 0 30px;
}

#faq .faq-tab-menu .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  padding: 0;
  border-top: solid 1px #f07b4c;
  border-left: solid 1px #f07b4c;
}

#faq .faq-tab-menu-item {
  width: 33.33%;
}

#faq .faq-tab-menu-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  border-right: solid 1px #f07b4c;
  border-bottom: solid 1px #f07b4c;
  color: #f07b4c;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#faq .faq-tab-menu-btn.active {
  background-color: #f07b4c;
  color: #ffffff;
}

#faq .faq-tab-contents.close {
  display: none;
}

#faq .faq-tab-contents.open {
  display: block;
}

#faq .faq-list-ttl {
  margin-top: 20px;
}

#faq .faq-list-ttl:first-child {
  margin-top: 0;
}

#faq .faq-list-ttl-btn,
#faq .faq-list-box {
  position: relative;
}

#faq .faq-list-ttl-btn::before,
#faq .faq-list-ttl-btn::after,
#faq .faq-list-box::before {
  position: absolute;
}

#faq .faq-list-ttl-btn::before,
#faq .faq-list-box::before {
  left: 5px;
  width: 1em;
  height: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

#faq .faq-list-ttl-btn {
  display: block;
  width: 100%;
  padding: 20px 60px 20px 40px;
  background-color: #f7f8f9;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

#faq .faq-list-ttl-btn::before {
  content: "Q.";
  top: 1.25em;
  bottom: 0;
  color: #ca123a;
}

#faq .faq-list-ttl-btn::after {
  content: "＋";
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #eff2f3;
  font-size: 20px;
}

#faq .faq-list-ttl-btn.active::after {
  content: "－";
}

#faq .faq-list-box {
  padding: 20px 10px 10px 0;
}

#faq .faq-list-box::before {
  content: "A.";
  top: 20px;
  color: #f57642;
}

#faq .faq-list-box .table-box {
  margin-bottom: 20px;
}

#faq .faq-definition-style {
  margin-bottom: 1em;
}

#faq .faq-list-box .list-style-arrow {
  margin: 1em 0;
}

#faq .pdf-link-container {
  margin: 70px 0;
}

#faq .pdf-link-item {
  margin-bottom: 20px;
}

#faq .pdf-link-item:last-child {
  margin-bottom: 0;
}

#faq .pdf-link-item a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 14%;
  border: solid 1px #000000;
  color: #333333;
  font-size: 16px;
  text-align: center;
}

#faq .pdf-link-item .pdf-link-txt {
  position: relative;
  display: inline-block;
}

#faq .pdf-link-item .pdf-link-txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -52px;
  width: 46px;
  height: 42px;
  margin: auto;
  background: url("../images/faq/pdf_icon_orange@2x.png") no-repeat left center/ contain;
}

#faq .pdf-link-item .pdf-link-txt::after {
  content: "＜ダウンロード＞";
  display: block;
  font-size: 15px;
  font-weight: bold;
}

#faq .pdf-link-item .small-txt {
  font-size: 15px;
}

@media screen and (max-width: 767px) {/* ---------- スマホ以下 ---------- */
  #faq .pc-br {
    display: none;
  }
  
  #faq .scroll-box {
    display: block;
    padding-bottom: 5px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  #faq .scroll-box::-webkit-scrollbar {
    height: 10px;
  }

  #faq .scroll-box::-webkit-scrollbar-track {
    background-color: #f9f9f9;
  }

  #faq .scroll-box::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
  }
  
  #faq .faq-list-box .list-box-left-padding {
    padding-left: 35px;
  }
  
  #faq .faq-definition-ttl {
    margin-top: 10px;
  }
  
  #faq .faq-definition-ttl:first-child {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #faq {
    font-size: 14px;
  }

  #faq .inner {
    width: 98%;
    max-width: 1024px;
    padding: 0;
  }
  
  #faq .sp-br {
    display: none;
  }
  
  #faq .heading-style01 {
    margin-bottom: 60px;
    padding-left: 20px;
    border-left-width: 8px;
    font-size: 26px;
  }
  
  #faq .heading-style02 {
    margin-bottom: 20px;
  }
  
  #faq .heading-style02 .heading-txt {
    font-size: 20px;
  }
  
  #faq .heading-style03 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  
  #faq .heading-style04 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  #faq .definition-list-ttl {
    margin: 60px 0 30px;
    padding-left: 15px;
    font-size: 20px;
  }
  
  #faq .definition-list-ttl::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
  
  #faq .scroll-table {
    white-space: normal;
  }
  
  #faq .table-style-common {
    table-layout: fixed;
  }
  
  #faq .table-style-common th,
  #faq .table-style-common td {
    font-size: 16px;
  }
  
  #faq .table-font-big th,
  #faq .table-font-big td {
    font-size: 22px;
  }
  
  #faq .table-font-big .small-txt {
    font-size: 16px;
  }
  
  #faq .pattern-bg-container {
    position: relative;
    padding: 30px 0;
    background: none;
  }
  
  #faq .pattern-bg-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1625px;
    height: 100%;
    background: url("../images/faq/pattern_bg01.png") repeat left top;
  }
  
  #faq .pattern-bg-box {
    position: relative;
    z-index: 2;
  }
  
  #faq .page-title {
    height: 650px;
    background-image: url("../images/faq/faq_page_title_bg_pc.jpg");
  }
  
  #faq .page-title-txt {
    margin-top: 40px;
    font-size: 44px;
  }
  
  #faq .faq-tab-menu {
    padding: 100px 0 80px;
  }
  
  #faq .faq-tab-menu .inner {
    width: 98%;
    border-top-width: 2px;
    border-left-width: 2px;
  }
  
  #faq .faq-tab-menu-btn {
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-size: 18px;
  }
  
  #faq .faq-tab-menu-btn:hover {
    background-color: #f07b4c;
    color: #ffffff;
  }
  
  #faq .faq-list-ttl-btn::before,
  #faq .faq-list-box::before {
    left: 50px;
    font-size: 22px;
  }
  
  #faq .faq-list-ttl {
    margin-top: 40px;
  }
  
  #faq .faq-list-ttl-btn {
    padding: 20px 80px 20px 100px;
    font-size: 18px;
  }
  
  #faq .faq-list-ttl-btn::before {
    top: 1em;
  }
  
  #faq .faq-list-ttl-btn::after {
    width: 60px;
    font-size: 25px;
  }
  
  #faq .faq-list-box {
    padding: 30px 60px 20px 100px;
    font-size: 18px;
  }
  
  #faq .faq-list-box::before {
    top: 30px;
  }
  
  #faq .faq-list-box .table-box {
    margin-bottom: 40px;
  }
  
  #faq .pdf-link-container {
    margin: 140px 0;
  }
  
  #faq .pdf-link-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 30px;
  }
  
  #faq .pdf-link-item {
    width: 48%;
    margin: 0 2% 0 0;
  }
  
  #faq .pdf-link-item:nth-child(even) {
    margin-right: 0;
  }
  
  #faq .pdf-link-item:nth-child(n+3) {
    margin-top: 2%;
  }
  
  #faq .pdf-link-item a {
    padding: 20px 10px 20px 14%;
    border-width: 2px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  
  #faq .pdf-link-item a:hover {
    background-color: #ffffff;
  }
  
  #faq .pdf-link-item .pdf-link-txt::after {
    content: "ダウンロード ＞";
    display: inline-block;
    font-size: 17px;
  }
  
  #faq .faq-definition-style {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 800px;
  }
  
  #faq .faq-definition-ttl {
    width: 45%;
  }
  
  #faq .faq-definition-txt {
    width: 52%;
  }
}
