@charset "UTF-8";
/* CSS Document */
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
  display: block;
}

p {
  /* font-family: 'Noto Serif JP', "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; */
  font-size: 15px;
  letter-spacing: 0.3em;
}

/* .cn p {
	font-family: 'Noto Serif SC', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
}
.tw p {
	font-family: 'Noto Serif TC', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
}
.ko p {
	font-family: 'Noto Serif KR', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
} */
body {
  color: #333;
  line-height: 160%;
  /* font-family: a-otf-ryumin-pr6n, serif; */
  font-style: normal;
  background: #f5f6f4;
}

main {
  padding: 50px 0 0;
}

main h2 {
  margin: 0;
  color: #00183a;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}

main h2 span {
  display: block;
  font-size: 36px;
}

header {
  background: url(../../img/faq/bg_faq_main.jpg) no-repeat top center/cover;
}

header h1 {
  font-weight: 300;
}

header h1 span {
  letter-spacing: 0.2em;
}

.column2 {
  position: relative;
}

main h1 {
  margin-top: 0;
}

#sidebar {
  width: 200px;
  background: #eaebe7;
}
#sidebar h3 {
  color: #00183a;
  margin: 0 0 30px;
  font-size: 20px;
  letter-spacing: 1px;
}
#sidebar ul {
  font-size: 16px;
}
#sidebar ul li {
  list-style: none;
  margin: 0 0 15px;
}
#sidebar ul li a {
  color: #00183a;
}
@media screen and (min-width: 769px) {
  #sidebar.sideab {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 0 350px;
    width: 200px;
    z-index: 12;
    text-align: left;
  }
}

.eng #sidebar ul {
  font-size: 15px;
}

.faqBlock {
  max-width: 600px;
  text-align: left;
  margin: auto;
  position: relative;
  left: -110px;
  z-index: 12;
  background: #eaebe7;
}

.faqBlock h3 {
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  padding-top: 60px;
}

.faqBlock dl {
  font-size: 16px;
  letter-spacing: 2px;
}

.faqBlock dt {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  font-size: 18px;
}

.faqBlock dt:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #00183a;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 3px;
  font-size: 16px;
  letter-spacing: 0;
}

.faqBlock dd {
  position: relative;
  padding: 0 0 30px 50px;
  margin: 0 0 30px;
  border-bottom: 1px solid #00183a;
}

.faqBlock dd a {
  color: #333;
  text-decoration: underline;
}

.faqBlock dd:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #00183a;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 3px;
  letter-spacing: 0;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  header {
    min-height: 530px;
    overflow: visible;
  }
  header h1 {
    width: 180px;
    height: 180px;
    background: #00183a;
    position: absolute;
    top: auto;
    bottom: -180px;
    right: 800px;
    left: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    font-size: 16px;
  }
  header h1 span {
    font-size: 25px;
  }
  header h1:before {
    content: "";
    background: rgba(0, 24, 28, 0.5);
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 360px;
    z-index: -1;
  }
  .faq {
    margin: 0 0 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .faqBlock {
    left: -8%;
    right: 0;
    max-width: 60%;
  }
  #sidebar.sideab {
    width: 155px;
    left: 45%;
  }
  /*
  	#sidebar.sideab.add {
  		top: 260px !important;
  		bottom: auto !important;
  	}
  */
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 0 80%;
    overflow: visible;
  }
  header h1 {
    width: 125px;
    height: 125px;
    background: #00183a;
    position: absolute;
    top: auto;
    bottom: -125px;
    right: auto;
    left: 20px;
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    text-align: left;
  }
  header h1:before {
    content: "";
    background: rgba(0, 24, 28, 0.5);
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 125px;
    height: 250px;
    z-index: -1;
  }
  main {
    padding: 50px 0 0;
  }
  main h2 {
    font-size: 5vw;
    line-height: 2;
  }
  main h2 span {
    font-size: 8vw;
  }
  main h2 span.font_ja {
    font-size: 6vw;
  }
  .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .faqBlock {
    position: static;
    margin: 0 20px 50px;
  }
  .faqBlock h3 {
    margin: 0 0 50px;
    font-size: 20px;
  }
  .faqBlock dl {
    font-size: 14px;
  }
  .faqBlock dt {
    font-size: 16px;
  }
  #sidebar {
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    position: static !important;
  }
  #sidebar h3 {
    display: none;
  }
  #sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
  #sidebar ul li {
    margin: 0;
    width: 50%;
    padding: 10px;
    border: 1px solid #00183a;
    text-align: center;
    background-color: #fff;
  }
  #sidebar ul li:nth-child(even) {
    border-left: none;
  }
  #sidebar ul li:nth-child(n+3) {
    border-top: none;
  }
  #sidebar ul li a {
    pointer-events: none;
    color: #333;
  }
  #sidebar ul li.open {
    background-color: #00183a;
  }
  #sidebar ul li.open a {
    color: #fff;
  }
}/*# sourceMappingURL=faq.css.map */