html,
body {
  font-size: 10px;
}

body {
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  font-weight: 400;
}

figure,
ol,
p,
section,
ul {
  margin: 0;
  padding: 0;
}

.wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1280px;
  width: 100%;
}

h1#mainContentFaq {
  align-items: center;
  background-color: #009380;
  color: #fff;
  display: flex;
  font-size: 5rem;
  height: 159px;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}

div#contentMainBox {
  width: 980px;
  margin: 0 auto;
}

div.contentBox {
  width: 660px;
  margin: 0 5px 40px 5px;
}

.a link {
  color: #FF5E00;
  text-decoration: underline;
}

.content-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: skyblue;
  text-align: center;
  line-height: 80px;
}

.question-text {
  font-size: 23px;
}

.coin-check {
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #009380;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
}

.qa-ttl-block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-position: bottom;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.qa-ttl-block::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 30px;
  height: 3px;
  transform: rotate(90deg);
  background-color: #000;
  transition: all .3s ease-in-out;
}

.qa-ttl-block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: all .2s ease-in-out;
}

.qa-ttl-block.is-opend::before {
  transform: rotate(180deg);
}

.qa-ttl-block.is-opend::after {
  opacity: 0;
}

.qa-acc-cnt {
  display: none;
  background-color: #fffaf4;
  padding: 16px;
  margin: 22px auto;
}

.qa-acc-cnt p {
  margin-bottom: 1em;
}


.qa-subttl {
  font-size: 18px;
  margin-left: 20px;
  width: 720px;
}


.table_img {
  margin-bottom: 17px;
}

.text_indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0 !important;
}

.contentlist {
  width: 900px;
}

.pankuzu li {
  list-style: none;
  list-style-position: inside;
}

/*------------------------------------
  Fix banner
------------------------------------*/

#global-footer {
  margin-bottom: 100px;
}

#refund {
  margin-top: var(--globalHdr-height-negative);
  padding-top: var(--globalHdr-height);
  visibility: hidden;
}