@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*, *:after, *:before {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, svg {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: inherti;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "メイリオ", "Meiryo",sans-serif;
  color: #707070;
}

body {
  width: 100%;
  height: 100%;
}

main {
  margin: 0 auto;
  max-width: 1600px;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

p {
  display: inline-block;
}

section {
  padding: 0 80px;
  margin: 160px auto 0 auto;
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  section {
    padding: 0;
    margin: 20.83333vw auto 0 auto;
    width: 79.16667vw;
  }
}

.inner {
  margin: 0 80px;
}

@media screen and (max-width: 768px) {
  .inner {
    margin: 0;
  }
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/bg.png);
  background-size: cover;
  z-index: -100;
}

.title {
  display: flex;
  align-items: center;
}

.title h3 {
  margin-left: 20px;
  font-family: 'Libre Baskerville';
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .title h3 {
    margin-left: 2.60417vw;
    font-size: 5.20833vw;
  }
}

.text_bar {
  width: 40px;
  border-bottom: solid 1px #707070;
}

@media screen and (max-width: 768px) {
  .text_bar {
    width: 5.20833vw;
  }
}

.bar {
  width: 100%;
  border-bottom: solid 1px #707070;
}

.underline {
  text-decoration: underline;
}

.scroll_animation {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.scroll_animation_active {
  opacity: 1;
  transform: translateY(0);
}

header {
  margin: 0 80px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header {
    margin: 0 10.41667vw;
    height: 20.83333vw;
  }
}

header ul {
  display: flex;
  align-items: center;
}

header ul a {
  margin-left: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header ul a {
    margin-left: 7.8125vw;
  }
}

header ul a p {
  font-family: 'Libre Baskerville';
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  header ul a p {
    font-size: 5.20833vw;
  }
}

.logo {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 15.625vw;
  }
}

.header_icon {
  height: 30px;
}

@media screen and (max-width: 768px) {
  .header_icon {
    height: 6.51042vw;
  }
}

.cart {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .cart {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .store_text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #faq {
    margin-top: 10.41667vw;
  }
}

#faq ul {
  margin-top: 40px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  #faq ul {
    margin-top: 5.20833vw;
    margin-bottom: 10.41667vw;
  }
}

.faq_content {
  margin: 40px 80px;
  font-size: 1.8rem;
  font-family: 'Libre Baskerville';
}

@media screen and (max-width: 768px) {
  .faq_content {
    margin: 5.20833vw 5.20833vw;
    font-size: 3.125vw;
  }
}

.faq_content tr th, .faq_content tr td {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .faq_content tr th, .faq_content tr td {
    padding-left: 5.20833vw;
  }
}

.faq_content tr th:first-child, .faq_content tr td:first-child {
  padding-left: 0;
}

.faq_content tr td {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .faq_content tr td {
    padding-top: 3.90625vw;
  }
}

.qa {
  text-align: center;
}
/*# sourceMappingURL=faq.css.map */