@charset "UTF-8";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
body {
  min-width: 1180px;
  min-height: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  line-height: 1.7;
}

@media screen and (min-width: 1024px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 0;
    font-size: 1.6rem;
  }
}
a {
  color: #333;
  text-decoration: underline;
  transition: none .3s linear;
  transition-property: background, color;
}

a img {
  transition: opacity .3s linear;
}

a:hover {
  color: #999;
}

@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: none;
    opacity: .75;
    transition: opacity .3s linear;
  }

  a:hover img {
    opacity: .85;
  }
}
textarea, select, button, input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-radius: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, dl, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

table {
  border-collapse: collapse;
}

.small, small {
  font-size: 90%;
}

.contents .contentsInner {
  box-sizing: border-box;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0 8rem;
}

@media screen and (max-width: 1024px) {
  .contents .contentsInner {
    width: 92%;
    padding: 4rem 0 5rem;
  }
}
.contents .contentsInner h3 {
  font-size: 3.2rem;
  line-height: 1em;
  color: #76b630;
  margin-bottom: 5rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .contents .contentsInner h3 {
    margin-bottom: 3rem;
  }
}
.contents .contentsInner h3.mtop {
  margin-top: 4rem;
}

.faq-list {
  border-top: 1px solid #f2f2f2;
  margin-top: 24px;
}

dl {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  cursor: pointer;
}

.faq-list dl dt {
  vertical-align: middle;
}

.faq-list dl dt.question {
  line-height: 1em;
  padding: 4.5rem 5rem 4.5rem 15rem;
  background: url(https://www.g-plan.net/img/gpointgift/icn_gift_qa_q.png) no-repeat center left 3.5rem;
  position: relative;
}

.faq-list dl dt.question:after {
  content: "+";
  margin-top: -1rem;
  margin-right: 3.4rem;
  font-size: 2.8rem;
  color: #76b630;
  float: right;
  position: absolute;
  height: 2rem;
  top: 50%;
  right: 0;
  line-height: 2rem;
}

.faq-list dl dt.question.open:after {
  content: "×";
}

@media screen and (max-width: 1024px) {
  .faq-list dl dt.question {
    padding: 2rem 3rem 2rem 6rem;
    line-height: 1.4em;
    background: url(https://www.g-plan.net/img/gpointgift/icn_gift_qa_q.png) no-repeat top 2.2rem left 1rem;
    background-size: 4%;
  }

  .faq-list dl dt.question:after {
    content: "+";
    position: absolute;
    height: 2rem;
    top: 50%;
    right: 0;
    margin-right: 0rem;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: -1rem;
  }

  .faq-list dl dt.question.open:after {
    content: "×";
  }
}
@media screen and (max-width: 767px) {
  .faq-list dl dt.question {
    padding-left: 11%;
    background-size: 6%;
  }
}
.faq-list dl dd {
  vertical-align: top;
}

.faq-list dl dd.answer {
  display: none;
  margin-top: -2rem;
  line-height: 1.4em;
  padding: 4.5rem 0 4.5rem 15rem;
  background: url(https://www.g-plan.net/img/gpointgift/icn_gift_qa_a.png) no-repeat top 3rem left 3.5rem;
}

@media screen and (max-width: 1024px) {
  .faq-list dl dd.answer {
    padding: 2rem 3rem 2rem 6rem;
    background: url(https://www.g-plan.net/img/gpointgift/icn_gift_qa_a.png) no-repeat top 2.2rem left 1rem;
    background-size: 4%;
  }
}
@media screen and (max-width: 767px) {
  .faq-list dl dd.answer {
    padding-left: 11%;
    background-size: 6%;
  }
}
.accessibility {
  background: #f5f5f5;
  padding: 24px;
  text-align: left;
  margin-top: 36px;
}
.accessibility p {
  font-weight: bold;
  padding-bottom: 8px;
}
