@charset "utf-8";
article >section a {
  color: #03c;
  text-decoration: underline;
}
article >section a:hover {
  opacity: 0.8;
}
body article {
  margin-top: 0;
}
body article section#main {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  background-image: url("/images/faq/fv_bg_faq.png");
}
body article section#main >h1,
body article section#main >p {
  position: relative;
  top: 140px;
}
body article section#main >h1.first_subtitle,
body article section#main >p.first_subtitle {
  margin-top: 48px;
}
body article section#main >h1.breadcrumb,
body article section#main >p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
body article section#main >h1.breadcrumb >a,
body article section#main >p.breadcrumb >a {
  text-decoration: none;
}
body article section#main >h1.breadcrumb >a:hover,
body article section#main >p.breadcrumb >a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  body article section#main >h1.breadcrumb,
  body article section#main >p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  body article section#main >h1.breadcrumb,
  body article section#main >p.breadcrumb {
    display: none;
  }
}
body >article >section {
  background-color: #fff;
}
body >article >section .contents .illust {
  width: 44.4%;
}
body >article >section .contents .text >h3 {
  position: relative;
  top: -12px;
}
body >article >section .contents .text >img,
body >article >section .contents .text >h3 {
  display: inline-block;
}
body >article >section .contents .text >p {
  margin-bottom: 15px;
}
@media screen and (max-width: 720px) {
  body >article >section .contents .text >a {
    display: block;
  }
  body >article >section .contents .text >a >img {
    display: block;
    margin: 20px auto;
  }
}
body >article >section.caption-list {
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
body >article >section.caption-list .contents {
  margin-top: 64px;
  margin-bottom: 40px;
  padding-bottom: 0;
}
body >article >section.caption-list .contents ul {
  text-align: center;
}
body >article >section.caption-list .contents ul li {
  display: inline-block;
}
body >article >section.caption-list .contents ul li.en_1 a {
  font-size: 77%;
}
body >article >section.caption-list .contents ul li.en_2 a {
  font-size: 91%;
}
body >article >section.caption-list .contents ul li.other-questions {
  display: none;
}
body >article >section.caption-list .contents ul li.button {
  min-width: initial;
  margin-left: 0.1%;
  border: 1px solid #00a59a;
  border-radius: 4px;
  width: 15.666666666666668%;
  height: 40px;
  line-height: 40px;
  background: #fff;
}
body >article >section.caption-list .contents ul li.button:first-child {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  body >article >section.caption-list .contents ul li.button {
    margin-top: 5px;
    width: 32.333333333333336%;
  }
}
@media screen and (max-width: 720px) {
  body >article >section.caption-list .contents ul li.button {
    width: 48%;
  }
}
body >article >section.caption-list .contents ul li.button:hover {
  background: #00a59a;
}
body >article >section.caption-list .contents ul li a {
  display: block;
  color: #00a59a;
  text-decoration: none;
}
body >article >section.caption-list .contents ul li a:hover {
  color: #fff;
  opacity: 1;
}
body >article >section.faq_main .contents {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
body >article >section.faq_main .contents h2 {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background-color: #dbf0ef;
}
body >article >section.faq_main .contents h2 >span {
  padding-left: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #455a64;
}
body >article >section.faq_main .contents h2 >.operation-pane {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 300px;
  text-align: right;
}
body >article >section.faq_main .contents h2 >.operation-pane >button {
  display: inline-block;
  min-width: 125px;
  height: 33px;
  line-height: 33px;
  vertical-align: top;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
body >article >section.faq_main .contents h2 >.operation-pane >button >i.icon {
  display: none;
}
@media screen and (max-width: 720px) {
  body >article >section.faq_main .contents h2 >.operation-pane >button >i.icon {
    font-family: "FontAwesome Regular";
    display: inline-block;
    margin: 0;
    font-size: 24px;
  }
}
body >article >section.faq_main .contents h2 >.operation-pane >button.open-all {
  background-color: #00a59a;
  box-shadow: 0 3px 0 #00897b;
}
body >article >section.faq_main .contents h2 >.operation-pane >button.open-all:hover {
  background-color: #5bc1ba;
}
body >article >section.faq_main .contents h2 >.operation-pane >button.open-all:active {
  background-color: #00a59a;
  box-shadow: none;
  position: relative;
  top: 3px;
}
body >article >section.faq_main .contents h2 >.operation-pane >button.close-all {
  background-color: #607d8b;
  box-shadow: 0 3px 0 #566d77;
}
body >article >section.faq_main .contents h2 >.operation-pane >button.close-all:hover {
  background-color: #90a4ae;
}
body >article >section.faq_main .contents h2 >.operation-pane >button.close-all:active {
  background-color: #607d8b;
  box-shadow: none;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 720px) {
  body >article >section.faq_main .contents h2 >.operation-pane button {
    font-size: 0px;
    min-width: 35px;
  }
  body >article >section.faq_main .contents h2 >.operation-pane button >i.icon {
    margin: 0;
  }
}
body >article >section.faq_main .contents ul.faq-list >li >.question {
  position: relative;
  margin: 20px 0 0 0;
  cursor: pointer;
}
body >article >section.faq_main .contents ul.faq-list >li >.question:before {
  content: "Q";
  display: inline-block;
  font-family: "Oswald";
  font-size: 24px;
  height: 31px;
  width: 31px;
  color: #fff;
  background-color: #00a59a;
  vertical-align: top;
  text-align: center;
  line-height: 31px;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >span {
  display: inline-block;
  padding: 4px 110px 4px 8px;
  min-height: 33px;
  font-size: 16px;
  color: #455a64;
  vertical-align: middle;
  width: calc(100% - 150px);
}
@media screen and (max-width: 720px) {
  body >article >section.faq_main .contents ul.faq-list >li >.question >span {
    width: calc(100% - 100px);
  }
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 300px;
  text-align: right;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button {
  display: inline-block;
  min-width: 95px;
  height: 33px;
  vertical-align: top;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button >i.icon {
  display: none;
}
@media screen and (max-width: 720px) {
  body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button >i.icon {
    font-family: "FontAwesome Regular";
    display: inline-block;
    margin: 0;
    font-size: 24px;
  }
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button.open {
  background-color: #00a59a;
  box-shadow: 0 3px 0 #00897b;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button.open:hover {
  background-color: #5bc1ba;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button.open:active {
  background-color: #00a59a;
  box-shadow: none;
  position: relative;
  top: 3px;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button.close {
  display: none;
  background-color: #607d8b;
  box-shadow: 0 3px 0 #566d77;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button.close:hover {
  background-color: #90a4ae;
}
body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane >button.close:active {
  background-color: #607d8b;
  box-shadow: none;
  position: relative;
  top: 3px;
}
body >article >section.faq_main .contents ul.faq-list >li >.answer {
  display: none;
  margin-top: 15px;
  border-bottom: 1px dotted #b0bec5;
  overflow-y: hidden;
  font-size: 16px;
  background: none;
  color: #455a64;
}
body >article >section.faq_main .contents ul.faq-list >li >.answer a {
  font-size: 16px;
  text-decoration: underline;
}
body >article >section.faq_main .contents ul.faq-list >li >.answer >.answer_text {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.3em;
  width: calc(100% - 50px);
}
body >article >section.faq_main .contents ul.faq-list >li >.answer >.answer_text ul.ul-disc {
  list-style-type: disc;
  margin-left: 1em;
}
body >article >section.faq_main .contents ul.faq-list >li >.answer >.answer_text ul.ul-disc > li {
  list-style: disc;
}
body >article >section.faq_main .contents ul.faq-list >li >.answer:before {
  content: "A";
  display: inline-block;
  font-family: "Oswald";
  font-size: 24px;
  height: 31px;
  width: 31px;
  color: #fff;
  background-color: #607d8b;
  vertical-align: middle;
  text-align: center;
  line-height: 31px;
  margin-right: 3px;
}
body >article >section.faq_main .contents ul.faq-list >li:last-child >.answer {
  border-bottom: none;
}
body >article >section.faq_main .contents ul.faq-list >li.active >.question >.operation-pane >button.open {
  display: none;
}
body >article >section.faq_main .contents ul.faq-list >li.active >.question >.operation-pane >button.close {
  display: inline-block;
}
@media screen and (max-width: 720px) {
  body >article >section.faq_main .contents ul.faq-list >li >.question >span {
    padding: 4px 45px 4px 8px;
    font-size: 14px;
  }
  body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane button {
    font-size: 0px;
    min-width: 35px;
  }
  body >article >section.faq_main .contents ul.faq-list >li >.question >.operation-pane button >i.icon {
    margin: 0;
  }
  body >article >section.faq_main .contents ul.faq-list >li >.answer {
    font-size: 14px;
  }
  body >article >section.faq_main .contents ul.faq-list >li >.answer a {
    font-size: 14px;
  }
}
