@charset "UTF-8";
* {
  box-sizing: border-box;
}

a:hover {
  opacity: .6;
}

.display-pc {
  display: block;
}

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

.display-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .display-sp {
    display: block;
  }
}

.link-text {
  color: #333;
  text-decoration: none;
}

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

.link-blank::after {
  content: url(../img/icn-link-blank.png);
}

.wrapper {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 374px) {
  .wrapper {
    padding: 0 13px;
  }
}

.first-text {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  margin: 0 auto;
  display: table;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .first-text {
    padding: 0;
    font-size: 1.0625rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 374px) {
  .first-text {
    font-size: .95rem;
  }
}

.first-text::before, .first-text::after {
  position: absolute;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .first-text::before, .first-text::after {
    bottom: 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 374px) {
  .first-text::before, .first-text::after {
    font-size: 1.1rem;
  }
}

.first-text::before {
  content: '＼ ';
  margin: 0 0 0 -34px;
}

@media screen and (max-width: 767px) {
  .first-text::before {
    left: 0;
  }
}

@media screen and (max-width: 374px) {
  .first-text::before {
    margin-left: -22px;
  }
}

.first-text::after {
  content: ' ／';
  margin: 0 -34px 0 0;
}

@media screen and (max-width: 767px) {
  .first-text::after {
    right: 0;
  }
}

@media screen and (max-width: 374px) {
  .first-text::after {
    margin-right: -22px;
  }
}

.note {
  font-size: 0.875rem;
  margin: auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 12px;
    margin-right: -.5rem;
  }
}

@media screen and (max-width: 767px) {
  #hero {
    padding-top: 1rem;
  }
}

#hero img {
  width: 100%;
  height: auto;
}

#aucharge {
  background-color: #fdeee6;
  padding: 60px 0 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #aucharge {
    padding: 30px 0 40px;
  }
}

#aucharge::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fdeee6 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #aucharge::after {
    border-width: 35px 35px 0 35px;
    bottom: -35px;
  }
}

#aucharge .box {
  padding: 60px 80px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  }

#aucharge h2 {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #pointup {
    background-size: 650px;
  }
}

@media screen and (max-width: 767px) {
  #aucharge h2 {
    margin-bottom: 15px;
  }
  #aucharge .box {
    padding: 50px 60px;
  }
}

@media screen and (max-width: 480px) {
  #aucharge .box {
    padding: 30px 25px;
  }
}

#aucharge figure {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
#aucharge figure:nth-of-type(2) {
  margin-top: 25px;
}

#aucharge .note {
  margin-bottom: 1em;
  text-align: center;
}

#aucharge .note.width {
  width: 62%;
  text-align: left;
}

#aucharge .note:nth-child(1) {
  margin-bottom: 40px;
  font-size: 0.875rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #aucharge .note:nth-child(1) {
    margin-bottom: 20px;
    font-size: 12px;
  }
  #aucharge .note.width {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #aucharge .note {
    text-align: left;
  }
  #aucharge figure {
    margin-bottom: 15px;
  }
  #aucharge figure:nth-of-type(2) {
    margin-top: 18px;
  }
}

#pointup {
  padding: 50px 0 80px;
  text-align: center;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  #pointup {
    padding: 15px 0 40px;
  }
}

@media screen and (max-width: 480px) {
  #pointup {
    background-size: 650px;
  }
}

#pointup .title {
  font-size: 1.375rem;
  position: relative;
  padding: 50px 0 22%;
}

#pointup .title-2 {
  margin: 80px 0 60px;
  text-align: center;
}

@media screen and (max-width: 1046px) {
  #pointup .title-2 img {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  #pointup .title {
    padding: 50px 0 115px;
  }
  #pointup .title-2 {
    margin: 60px 0 40px;
  }
  #pointup .title-2 img {
    width: 58%;
    margin: auto;
  }
  #pointup .title-2 img.hidden-pc {
    width: 330px;
    margin: auto;
  }
}

#pointup .title p {
  position: absolute;
  top: 20px;
  left: 25px;
}

@media screen and (max-width: 767px) {
  #pointup .title p {
    top: 20px;
    max-width: 330px;
    right: 0;
    margin: auto;
  }
}

#pointup h2 {
  display: inline-block;
  font-size: 2.125rem;
  color: #eb5505;
  background: url(../img/charge_icon_phone.png) no-repeat left center;
  padding-left: 57px;
  height: 57px;
}

@media screen and (max-width: 767px) {
  #pointup h2 {
    font-size: 1.25rem;
    background-size: 22px;
    padding: 10px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 374px) {
  #pointup h2 {
    font-size: 1.1rem;
    background-size: 1.8rem;
    padding-left: 2.2rem;
  }
}

#pointup .box {
  max-width: 820px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  #pointup .box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #pointup .box:nth-child(2) .point {
    top: 15px;
  }
  #pointup .box:nth-child(n+6) .point {
     max-width: 95px;
  }
}

@media screen and (max-width: 767px) {
  #pointup .box:nth-child(2) p {
    margin-top: .5rem;
  }
  #pointup .box:nth-child(2) .point {
    top: 10px;
  }
  #pointup .box:nth-child(3) .point {
    top: 12px;
  }
}

@media screen and (min-width: 374px) {
  #pointup .box:nth-child(2) br:last-child {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #pointup .box:nth-child(5) br:nth-child(2) {
    display: block;
  }
  #pointup .box:nth-child(5) br:nth-child(3) {
    display: none;
  }
}

#pointup h3 {
  font-size: 1.375rem;
  text-align: left;
}

#pointup .block03 h3 span {
    font-size: 1rem;
}

@media screen and (max-width: 880px) {
  #pointup .box:nth-of-type(7) .hidden-pc:nth-child(2) {
  display: block;
  }
  #pointup .box:nth-of-type(8) .hidden-pc:nth-child(2) {
  display: none;
  }
}

@media screen and (max-width: 480px) {
  #pointup .box:nth-of-type(8) .hidden-pc:nth-child(2) {
  display: block;
  }
  #pointup .box:nth-of-type(9) .point {
  top: 4px;
  right: 8px;
  }
}

@media screen and (max-width: 767px) {
  #pointup h3 {
    font-size: 1rem;
  }
  #pointup .block03 h3 span {
  font-size: .7rem;
  }
  #pointup .block03 .hidden-pc:nth-of-type(2) {
  display: none;
  }
}

@media screen and (max-width: 374px) {
  #pointup .block03 .hidden-pc:nth-of-type(2) {
  display: block;
  }
}

#pointup .point {
  position: absolute;
  top: 20px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  #pointup .point {
    top: 20px;
    right: 20px;
    max-width: 75px;
  }
}

@media screen and (max-width: 340px) {
  #pointup .point {
    max-width: 52px;
  }
}

@media screen and (max-width: 374px) {
  #pointup .point {
    right: 12px;
  }
}

#pointup .label {
  margin-top: .5rem;
  text-align: left;
}

#pointup .label span {
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 1px 15px 0px;
  border-radius: 10px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  #pointup .label span {
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 0.6875rem;
    margin-right: 3px;
  }
}

@media screen and (max-width: 374px) {
  #pointup .label span {
    font-size: 10px;
    margin-right: 0;
    padding: 2px 5px;
  }
}

#pointup .label span:nth-of-type(3) {
  margin-top: .4rem;
}

#pointup .label .label1 {
  background: #25bc5e;
}

#pointup .label .label2 {
  background: #d0ae24;
}

#pointup .label .label3 {
  background: #eb5505;
}

#pointup p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #pointup figure {
    margin: .5rem;
  }
}

#pointup ul {
  text-align: left;
  border-top: 2px dashed #666666;
  margin-top: 40px;
  padding: 40px 15px 0 20px;
}

@media screen and (max-width: 767px) {
  #pointup ul {
    margin-top: 25px;
    padding: 20px 0 0;
  }
}

#pointup li {
  margin-bottom: 15px;
  position: relative;
  padding: 0 60px 0 1rem;
}

#pointup li:before {
  content: '・';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

#pointup li span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #pointup li span {
    width: 40px;
    font-size: 1rem;
  }
}

#pointup .link {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #pointup .link {
    margin-top: 1rem;
  }
}

#pointup .note {
  margin-top: 1rem;
}

#pointup .bottom {
  margin-top: 160px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  #pointup .bottom {
    margin-top: 107px;
  }
}

#pointup .bottom img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  #pointup .bottom img {
    width: 70%;
    max-width: 300px;
  }
}

#pointup .bottom:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fdeee6 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #pointup .bottom:before {
    border-width: 35px 35px 0 35px;
    top: -65px;
  }
}

#pointup .period {
  max-width: 820px;
  margin: auto;
}

#pointup .period .first-text {
  margin-bottom: 5px;
}

#pointup .period h2 {
  background-image: url(../img/charge_icon_en.png);
}

@media screen and (max-width: 767px) {
  #pointup .period h2 {
    background-size: 30px;
    padding-left: 40px;
    text-align: left;
    padding-top: 0;
    line-height: 1.3;
  }
}

#pointup .period h2 + p {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #pointup .period h2 + p {
    font-size: 0.875rem;
    text-align: left;
    margin: .5rem 0 1rem;
  }
}

#pointup .period figure {
  margin: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #pointup .period figure {
    margin-bottom: 20px;
  }
}

#pointup .note {
  max-width: 820px;
}

#premium {
  background-color: #fdeee6;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #premium {
    padding: 40px 0;
  }
}

#premium::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fdeee6 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #premium::after {
    border-width: 35px 35px 0 35px;
    bottom: -35px;
  }
}

#premium .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

#premium .box-title {
  background-color: #eb5505;
  color: white;
  font-size: 1.625rem;
  text-align: center;
  padding: 18px 100px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #premium .box-title {
    padding: .5rem 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 374px) {
  #premium .box-title {
    font-size: .95rem;
  }
}

#premium .box-title img {
  position: absolute;
  top: -1.5rem;
  right: 1.2rem;
}

@media screen and (max-width: 767px) {
  #premium .box-title img {
    max-width: 60px;
    top: -1rem;
    right: -.5rem;
  }
}

@media screen and (max-width: 374px) {
  #premium .box-title img {
    max-width: 50px;
  }
}

#premium .box-content {
  padding: 60px 40px;
}

@media screen and (max-width: 767px) {
  #premium .box-content {
    padding: 30px 20px;
  }
}

#premium .lead {
  font-size: 1.375rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #premium .lead {
    font-size: 0.9375rem;
    text-align: left;
  }
}

#premium .about {
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 25px 0;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  #premium .about {
    margin: 1rem 0;
    padding: 1rem;
  }
}

#premium .about h3 {
  font-size: 1.125rem;
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  #premium .about h3 {
    font-size: 0.875rem;
  }
}

#premium .about p {
  text-align: left;
}

#premium .about + p {
  text-align: center;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  #premium .about + p {
    font-size: 0.875rem;
    text-align: left;
  }
}

#premium figure {
  margin: 40px 0 1rem;
}

@media screen and (max-width: 767px) {
  #premium figure {
    margin-top: 1rem;
  }
}

#premium .campaign {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #premium .campaign {
    margin-top: 1.5rem;
  }
}

#premium .campaign h3 {
  text-align: center;
  color: #c10000;
  font-size: 1.625rem;
  background: url(../img/charge_bg_dot.png) repeat-x left center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  #premium .campaign h3 {
    font-size: 1rem;
    background-size: 6px;
    margin-bottom: 1rem;
  }
}

#premium .campaign h3 span {
  background: white;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  #premium .campaign h3 span {
    padding: 0 .5rem;
  }
}

@media screen and (min-width: 768px) {
  #premium .campaign-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

#premium .campaign-box {
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: bold;
  padding: 30px 1rem 60px;
  text-align: center;
  position: relative;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  #premium .campaign-box {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  #premium .campaign-box {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    padding: 1rem 1rem 3rem;
  }
}

#premium .campaign-box p:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #c10000;
  background: #fff7d7;
  padding: .2rem;
}

@media screen and (max-width: 767px) {
  #premium .campaign-box p:last-child {
    padding: .4rem;
  }
}

#tokuten {
  background-color: #fff7d7;
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  #tokuten {
    padding: 40px 0 50px;
  }
}

#tokuten h2 {
  margin-bottom: 22px;
  text-align: center;
}

#tokuten h2 img {
   margin: auto;
}

#tokuten .text-center {
  margin-bottom: 50px;
  font-size: 1.3rem;
  font-weight: bold;
}

#tokuten .box_wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  #tokuten h2 {
    margin-bottom: 5px;
  }

  #tokuten .text-center {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}

#tokuten .box {
  padding: 30px 30px 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  width: 48%;
}
#tokuten .point .text-connect{
  position: absolute;
  top: 38%;
  left: -60px;
  width:100px;
}

@media screen and (max-width: 480px) {
  #tokuten .box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #tokuten .box {
    padding: 32px 15px 40px;
  }
}

#tokuten h3 {
  margin-bottom: 18px;
  padding: 12px 8px 10px;
  border-radius: 8px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  #tokuten h3 {
    padding: 8px 8px 6px;
    font-size: 1rem;
  }
}

#tokuten figure {
  margin: 0 0 10px;
}

#tokuten figure img {
  max-width: 80%;
}

#tokuten .link {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

#tokuten .charge {
  margin: 0 auto;
  background-color: #ffffff;
}

#tokuten .point {
  margin: 0 auto;
  background-color: #ffe57e;
}

#tokuten .charge h3 {
  background-color: #fff3c6;
}
#tokuten .point h3 {
  color: #ff5100;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #tokuten .point .text-connect {
    left: -46px;
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  #tokuten .box_wrapper {
    display: block;
  }

  #tokuten .box+.box {
    margin-top: 30px;
  }

  #tokuten .point .text-connect {
    position: absolute;
    top: -50px;
    left: 40%;
  }
}

#copy {
  background-color: #eb5505;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  #copy {
    padding: 17px 0;
  }
}

#copy h2 {
  color: #fff;
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  #copy h2 {
    font-size: 1rem;
  }
}

#simulator {
  background-color: #fdeee6;
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  #simulator {
    padding-bottom: 40px;
  }
}

#simulator p {
  text-align: center;
}

#simulator img {
  margin: auto;
}

#au-area {
  background-color: #e8e8e8;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  #au-area {
    padding: 50px 0;
  }
}

#au-area h2 {
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  #au-area h2 {
    font-size: 1.0625rem;
  }
}

#au-area .buy-plan {
  text-align: center;
  background: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  #au-area .buy-plan {
    padding-top: 20px;
  }
}

#au-area .buy-plan h3 {
  color: #eb5505;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  #au-area .buy-plan h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-top: 30px;
  }
}

@media screen and (max-width: 374px) {
  #au-area .buy-plan h3 {
    font-size: 1.1rem;
  }
}

#au-area .buy-plan h3 span {
  padding: 20px 26px 20px 50px;
  position: relative;
  background: url(../img/point_icon_shop.png) no-repeat 23px center;
  z-index: 2;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #au-area .buy-plan h3 span {
    background-position: 10px center;
    padding: 0 10px 0 2rem;
    background-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #au-area .buy-plan h3 span {
    padding: 20px 26px 20px 58px;
  }
}

#au-area .buy-plan .box-wrapper {
  align-items: center;
  padding: 0px 40px 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #au-area .buy-plan .box-wrapper {
    display: block;
    padding: 0 20px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 374px) {
  #au-area .buy-plan .box-wrapper {
    padding: 0 15px;
  }
}

#au-area .buy-plan .box {
  text-align: center;
  font-weight: bold;
  width: 30%;
}

@media screen and (max-width: 767px) {
  #au-area .buy-plan .box {
    width: auto;
    margin: 0;
    padding: 30px 0 20px;
  }
  #au-area .buy-plan .box:not(:last-child) {
    border-bottom: 1px solid #aaaaaa;
  }
}

@media screen and (max-width: 374px) {
  #au-area .buy-plan .box br {
    display: block;
  }
}

#au-area .buy-plan .box p:nth-of-type(2) {
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  #au-area .buy-plan .box p:nth-of-type(2) {
    margin-top: 10px;
  }
}

#au-area .buy-plan a {
  border: 2px solid #eb5505;
  color: #eb5505;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  max-width: 340px;
  position: relative;
  margin: 0 auto;
  padding: 9px 30px 9px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

@media screen and (max-width: 767px) {
  #au-area .buy-plan a {
    height: 40px;
    width: 90%;
    max-width: 280px;
    padding: 9px 20px;
    border-width: 1px;
  }
}

#au-area .buy-plan a:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icn-link-blank-orange.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 11px;
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 20px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  #au-area .buy-plan a:after {
    top: 13px;
  }
}

#question {
  background-color: #fff;
  padding: 80px 0 76px;
}

@media screen and (max-width: 767px) {
  #question {
    padding: 45px 0;
  }
}

#question h2 {
  font-weight: bold;
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  #question h2 {
    font-size: 1.25rem;
  }
}

#question .q-contents {
  max-width: 780px;
  margin: 53px auto 10px;
}

@media screen and (max-width: 767px) {
  #question .q-contents {
    margin: 25px auto 0;
  }
}

#question .q-contents ul li {
  border-bottom: 1px solid #ccc;
}

#question .q-contents ul li:last-child {
  border: none;
}

#question .q-contents ul li a {
  text-decoration: none;
  padding: 20px 40px;
  color: #000;
  position: relative;
  display: block;
}

#question .q-contents ul li a::before {
  content: 'Ｑ';
  position: absolute;
  margin: 2px 0 0 0;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  color: #00c3aa;
}

@media screen and (min-width: 768px) {
  #question .q-contents ul li a::before {
    font-size: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
}

#question .q-contents ul li a::after {
  content: url(../img/icon_arrow_right.png);
  position: absolute;
  margin: 2px 0 0 0;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
}

#question .q-contents ul li a.link-text {
  color: #333;
  text-decoration: none;
}

#question .q-contents ul li a.link-text:hover {
  color: #06a;
  text-decoration: underline;
}

#question .q-contents p {
  text-align: right;
  margin: 20px 10px 0 0;
}

#question .q-contents p a {
  color: #0067aa;
  position: relative;
  padding: 0 15px 0 0;
}

#question .q-contents p a::after {
  content: url(../img/icn-link-blank.png);
  position: absolute;
  margin: 0;
  right: 0;
  top: -6px;
  display: inline-block;
}

#question .q-contents p a.link-text {
  color: #333;
  text-decoration: none;
}

#question .q-contents p a.link-text:hover {
  color: #06a;
  text-decoration: underline;
}

#question .q-contents p a.link-text:hover::after {
  content: url("../img/icn-link-blank.png");
}

#campaign {
  background-color: #fdeee6;
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  #campaign {
    padding: 40px 0 30px;
  }
}

#campaign h2 {
  font-size: 2rem;
  color: #eb5505;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #campaign h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 374px) {
  #campaign h2 {
    font-size: 1.15rem;
  }
}

#campaign ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  #campaign ul {
    display: block;
  }
}

#campaign li {
  width: 31%;
  flex-basis: 31%;
  max-width: 100%;
}

#campaign li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #campaign li+li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 480px) {
  #campaign li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.wt-pagetop.is-fixed {
  bottom: 20px;
}

.wt-footer {
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .wt-footer-inr {
    padding-top: 0;
  }
}

.wt-footerMenu > ul > :first-child,
.wt-footerMenu > ul > li {
  border-color: #d1d1d1;
}

.wt-footer-copy {
  background-color: #f5f5f5;
}

.wt-footer-copy .wt-footer-copy-inr {
  padding: 40px 0;
}
