@charset "UTF-8";
body {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, FontAwesome, icomoon, Arial, sans-serif;
}

input, button, select, option, textarea {
  font-family: inherit;
}

#faq-content {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
}

@media only screen and (min-width: 961px) {
  #faq-content .desktop-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  #faq-content .mobile-hide {
    display: none !important;
  }
  #faq-content .mobile-br::before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 960px) {
  #faq-content {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
    width: 100% !important;
  }
}

#faq-content .hide {
  display: none !important;
}

#faq-content .category-tree {
  width: 280px;
}

@media only screen and (max-width: 960px) {
  #faq-content .category-tree {
    width: 100%;
  }
}

#faq-content .category-tree .ttl-category {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  border-radius: 6px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  #faq-content .category-tree .ttl-category {
    border-radius: 0;
    height: 45px;
  }
}

#faq-content .category-tree .ttl-category h2 {
  color: white;
  font-size: 20px;
}

#faq-content .category-tree .ttl-category .category-toggle-button.open {
  position: absolute;
  display: block;
  height: 20px;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  color: white;
  font-size: 20px;
  line-height: 20px;
}

#faq-content .category-tree #faq-category-list .ttl-modal {
  display: none;
}

#faq-content .category-tree #faq-category-list .large-category p {
  display: flex;
  align-items: center;
  height: 30px;
}

#faq-content .category-tree #faq-category-list .large-category p a {
  display: flex;
  align-items: center;
  height: 30px;
  text-decoration: none;
}

#faq-content .category-tree #faq-category-list .large-category p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

#faq-content .category-tree #faq-category-list .large-category > li {
  margin-top: 10px;
}

#faq-content .category-tree #faq-category-list .large-category > li .large-category-name {
  font-weight: 700;
  padding-left: 1em;
}

#faq-content .category-tree #faq-category-list .large-category > li .medium-category > li .medium-category-name {
  padding-left: 2em;
}

#faq-content .category-tree #faq-category-list .large-category > li .medium-category > li .small-category > li .small-category-name {
  padding-left: 3em;
}

#faq-content .category-tree #faq-category-list .large-category li.active > p {
  background-color: #ffd900;
  font-weight: 700;
}

#faq-content .category-tree #faq-category-list .large-category li.active > ul {
  background-color: #f7f7f7;
  padding: 10px 0;
}

#faq-content .category-tree #faq-category-list .large-category li .prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
}

@media only screen and (max-width: 960px) {
  #faq-content .category-tree #faq-category-list {
    display: none;
    transition: 300ms;
    height: 0;
    width: 0;
    opacity: 0;
    background-color: #F2F2F2;
  }
  #faq-content .category-tree #faq-category-list.open-modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    overflow-y: scroll;
    opacity: 1;
    z-index: 10000;
    padding-bottom: 120px;
  }
  #faq-content .category-tree #faq-category-list .ttl-modal {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-radius: 0;
    height: 45px;
    position: relative;
  }
  #faq-content .category-tree #faq-category-list .ttl-modal p {
    color: white;
    font-size: 20px;
  }
  #faq-content .category-tree #faq-category-list .ttl-modal .category-toggle-button.close {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 33px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid white;
    padding: 3px 5px;
  }
  #faq-content .category-tree #faq-category-list .ttl-modal .category-toggle-button.close i.fa {
    margin-right: 3px;
  }
  #faq-content .category-tree #faq-category-list .large-category {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #faq-content .category-tree #faq-category-list .large-category p {
    height: auto;
    min-height: 50px;
    font-size: 20px;
    position: relative;
  }
}

@media only screen and (max-width: 960px) and (max-width: 320px) {
  #faq-content .category-tree #faq-category-list .large-category p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  #faq-content .category-tree #faq-category-list .large-category p::after {
    content: '';
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #faq-content .category-tree #faq-category-list .large-category p a {
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 10px 0;
    position: relative;
  }
  #faq-content .category-tree #faq-category-list .large-category p a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #faq-content .category-tree #faq-category-list .large-category > li {
    border: 1px solid #707070;
    border-radius: 6px;
    margin-top: 30px;
  }
  #faq-content .category-tree #faq-category-list .large-category > li:first-child {
    margin-top: 0;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .large-category-name {
    padding-left: 0;
    background-color: #707070;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .large-category-name a {
    justify-content: center;
    color: white;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category {
    background-color: white;
    border-radius: 0 0 6px 6px;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category p::after {
    border-top: 2px solid black;
    border-right: 2px solid black;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category > li {
    border-bottom: 1px solid #DFDFDF;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category > li:last-child {
    border-bottom: 0;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category > li .medium-category-name {
    padding: 0 45px 0 20px;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category > li .small-category {
    border-radius: 0 0 6px 6px;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category > li .small-category > li {
    border-top: 1px solid #DFDFDF;
  }
  #faq-content .category-tree #faq-category-list .large-category > li .medium-category > li .small-category > li .small-category-name {
    padding: 0 45px 0 40px;
  }
  #faq-content .category-tree #faq-category-list .large-category li.active > p {
    background-color: #ffd900;
  }
  #faq-content .category-tree #faq-category-list .large-category li.active > p a {
    color: black;
  }
  #faq-content .category-tree #faq-category-list .large-category li.active > p a::after {
    display: none;
  }
  #faq-content .category-tree #faq-category-list .large-category li.active > ul {
    background-color: white;
    padding: 0;
  }
  #faq-content .category-tree #faq-category-list .large-category li .prev::before {
    display: none;
  }
}

#faq-content .faq-list,
#faq-content .faq-detail,
#faq-content .faq-index {
  width: calc(100% - 300px);
  margin-left: 20px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-list,
  #faq-content .faq-detail,
  #faq-content .faq-index {
    width: 90%;
    margin: 0 auto;
  }
}

#faq-content .faq-list.faq-relation, #faq-content .faq-list.faq-many-views {
  width: 100%;
  margin-left: 0;
  margin-top: 90px;
}

#faq-content .faq-list.faq-relation h2, #faq-content .faq-list.faq-many-views h2 {
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-list.faq-relation {
    margin-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #faq-content .faq-list.faq-relation {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-list.faq-many-views {
    margin-top: 30px;
  }
}

#faq-content .faq-list .ttl-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 30px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-list .ttl-list {
    margin: 30px 0;
  }
}

#faq-content .faq-list .ttl-list h1 {
  font-weight: 700;
}

#faq-content .faq-list .ttl-list h1 span {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, rgba(255, 217, 0, 0) 54%, #ffd900 55%, #ffd900 100%);
}

#faq-content .faq-list .ttl-list h1 strong {
  display: inline;
  font-size: 27px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-list .ttl-list h1 strong {
    font-size: 20px;
  }
}

#faq-content .faq-list .ttl-list h1 small {
  display: inline;
  font-size: 27px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-list .ttl-list h1 small {
    font-size: 20px;
  }
}

#faq-content .faq-list .article-list li {
  border-top: 1px solid #dfdfdf;
}

#faq-content .faq-list .article-list li:last-child {
  border-bottom: 1px solid #dfdfdf;
}

#faq-content .faq-list .article-list li a {
  display: flex;
  padding: 20px 0;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-list .article-list li a {
    font-size: 16px;
  }
}

#faq-content .faq-list .article-list li a span {
  display: inline-block;
  width: calc(100% - 40px);
}

#faq-content .faq-list .article-list li a:hover span {
  text-decoration: underline;
  opacity: 0.8;
}

#faq-content .icon {
  text-decoration: none !important;
}

#faq-content .icon.icon-q {
  display: flex;
  font-style: normal;
  justify-content: center;
  align-items: center;
  background-color: black;
  border-radius: 6px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  position: relative;
}

#faq-content .icon.icon-q::before {
  content: "Q";
  color: white;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 960px) {
  #faq-content .icon.icon-q::before {
    font-size: 16px;
  }
}

#faq-content .icon.icon-a {
  display: flex;
  font-style: normal;
  justify-content: center;
  align-items: center;
  background-color: #ffd900;
  border-radius: 6px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  position: relative;
}

#faq-content .icon.icon-a::before {
  content: "A";
  color: white;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 960px) {
  #faq-content .icon.icon-a::before {
    font-size: 16px;
  }
}

#faq-content .pager-wrap {
  width: 100%;
  padding: 60px 0;
}

@media only screen and (max-width: 960px) {
  #faq-content .pager-wrap {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 640px) {
  #faq-content .pager-wrap {
    padding: 30px 0 0;
  }
}

#faq-content .pager-wrap ul.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 320px) {
  #faq-content .pager-wrap ul.pager {
    font-size: 12px;
  }
}

#faq-content .pager-wrap ul.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #707070;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  #faq-content .pager-wrap ul.pager li a {
    min-width: 30px;
    height: 30px;
  }
}

#faq-content .pager-wrap ul.pager li a:hover {
  opacity: 1;
  border: 1px solid #ff8800;
}

#faq-content .pager-wrap ul.pager li a.prev {
  padding: 0 20px;
}

#faq-content .pager-wrap ul.pager li a.prev::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ff8800;
  border-bottom: 1px solid #ff8800;
  transform: rotate(45deg);
  margin-right: 5px;
}

#faq-content .pager-wrap ul.pager li a.next {
  padding: 0 10px;
}

#faq-content .pager-wrap ul.pager li a.next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ff8800;
  border-top: 1px solid #ff8800;
  transform: rotate(45deg);
  margin-right: 5px;
}

#faq-content .pager-wrap ul.pager li a.last {
  border: none;
}

#faq-content .pager-wrap ul.pager li a.last::before {
  content: "…";
  margin-right: 1em;
}

#faq-content .pager-wrap ul.pager li span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #707070;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  #faq-content .pager-wrap ul.pager li span {
    min-width: 30px;
    height: 30px;
  }
}

#faq-content .pager-wrap ul.pager li span.active {
  border: 1px solid #ff8800;
}

#faq-content .pager-wrap ul.pager li span.prev {
  color: #dfdfdf;
  border: none;
}

#faq-content .pager-wrap ul.pager li span.prev::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  transform: rotate(45deg);
  margin-right: 5px;
}

#faq-content .pager-wrap ul.pager li span.next {
  color: #dfdfdf;
  border: none;
}

#faq-content .pager-wrap ul.pager li span.next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  transform: rotate(45deg);
  margin-right: 5px;
}

#faq-content .pager-wrap ul.pager li span.last {
  border: none;
}

#faq-content .pager-wrap ul.pager li span.last::before {
  content: "…";
  margin-right: 1em;
}

#faq-content .pager-wrap ul.pager li + li {
  margin-left: 20px;
}

@media only screen and (max-width: 960px) {
  #faq-content .pager-wrap ul.pager li + li {
    margin-left: 10px;
  }
}

#faq-content .faq-search-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-search-form {
    margin-top: 30px;
  }
}

#faq-content .faq-search-form input[name="keyword"] {
  width: calc(100% - 120px);
  height: 50px;
  border: 1px solid #707070;
  margin: 0 !important;
  font-size: 16px;
  border-radius: 6px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-search-form input[name="keyword"] {
    width: calc(100% - 90px);
    height: 40px;
    font-size: 14px;
  }
}

#faq-content .faq-search-form button[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 50px;
  background-color: black;
  color: white;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  margin: 0 !important;
  text-align: center;
}

#faq-content .faq-search-form button[type="submit"] span {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-search-form button[type="submit"] {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
}

#faq-content .faq-search-form button[type="submit"]::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-search-form button[type="submit"]::after {
    right: 10px;
  }
}

#faq-content .faq-search-form button[type="submit"]:hover {
  opacity: 0.8;
}

#faq-content .faq-detail .faq-question {
  width: 100%;
  padding: 20px 50px;
  margin-top: 60px;
  border-radius: 6px;
  background-color: #f2f2f2;
  display: flex;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-detail .faq-question {
    margin-top: 30px;
    padding: 20px 20px;
  }
}

#faq-content .faq-detail .faq-question h1 {
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

#faq-content .faq-detail .faq-answer-wrapper {
  margin-top: 40px;
  display: flex;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-detail .faq-answer-wrapper {
    margin-top: 30px;
  }
}

#faq-content .faq-detail #faq-answer {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 400;
}

#faq-content .faq-detail #faq-answer strong {
  font-weight: 700;
}

#faq-content .faq-detail #faq-answer .red {
  color: red !important;
}

#faq-content .faq-detail #faq-answer a {
  color: #3A9DCB;
}

#faq-content .faq-detail #faq-answer a.fa.fa-chevron-circle-right {
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, FontAwesome, icomoon, Arial, sans-serif !important;
}

#faq-content .faq-detail #faq-answer a.fa.fa-chevron-circle-right::before {
  font-family: FontAwesome;
  color: #333333 !important;
  text-decoration: none;
  display: inline-block;
  margin-right: 0.2em;
}

#faq-content .faq-detail #faq-answer img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#faq-content .faq-detail .faq-info {
  padding: 10px 20px;
  margin-top: 40px;
  font-size: 14px;
  background-color: #F7F7F7;
  display: flex;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-detail .faq-info {
    margin-top: 30px;
  }
}

#faq-content .faq-detail .faq-category {
  margin-top: 30px;
  padding-left: 20px;
  display: flex;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-detail .faq-category {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #faq-content .faq-detail .faq-category {
    padding-bottom: 0;
  }
}

#faq-content .faq-detail .faq-category .ttl-faq-category {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

#faq-content .faq-detail .faq-category .faq-category-list {
  margin-left: 10px;
}

#faq-content .faq-detail .faq-category .faq-category-list li {
  display: flex;
}

#faq-content .faq-detail .faq-category .faq-category-list li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-detail .faq-category .faq-category-list li {
    flex-wrap: wrap;
  }
}

#faq-content .faq-detail .faq-category .faq-category-list li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  min-height: 20px;
  padding-left: 13.48px;
}

#faq-content .faq-detail .faq-category .faq-category-list li a:first-child {
  border-left: 4px solid black;
  padding-left: 10px;
}

#faq-content .faq-detail .faq-category .faq-category-list li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
  margin-right: 10px;
}

#faq-content .faq-keywords {
  width: 100%;
  background-color: #EFEFEF;
  padding: 30px;
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-keywords {
    margin-top: 30px;
    padding: 20px 10px;
  }
}

#faq-content .faq-keywords h2 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#faq-content .faq-keywords ul.faq-keywords-list {
  display: flex;
  flex-wrap: wrap;
}

#faq-content .faq-keywords ul.faq-keywords-list li {
  background-color: white;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  border-radius: 100px;
}

@media only screen and (max-width: 960px) {
  #faq-content .faq-keywords ul.faq-keywords-list li {
    margin-top: 15px;
    margin-right: 15px;
  }
}

#faq-content .faq-keywords ul.faq-keywords-list li a {
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  #faq-content .error-message {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #faq-content .error-message {
    padding-bottom: 0;
  }
}

#faq-breadcrumb {
  padding: 60px 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  #faq-breadcrumb {
    width: 90% !important;
  }
}

#faq-breadcrumb .icon.icon-breadcrumb {
  width: 16px;
  height: 16px;
  background-color: black;
  display: block;
  position: relative;
  margin-right: 10px;
}

#faq-breadcrumb .icon.icon-breadcrumb::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #fed700 transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#faq-breadcrumb ol {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

#faq-breadcrumb ol li {
  font-size: 12px;
}

#faq-breadcrumb ol li strong {
  font-weight: 300;
  color: #707070;
}

#faq-breadcrumb ol li a {
  text-decoration: none;
  color: black;
}

#faq-breadcrumb ol li a:hover {
  opacity: 0.8;
}

#faq-breadcrumb ol li:nth-child(n + 2)::before {
  content: ">";
  margin: 0 3px;
}
