@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;
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
  display: table;
  text-align: center;
}

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

.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;
  }
}

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

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

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

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

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

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

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

#wowma::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) {
  #wowma::after {
    border-width: 35px 35px 0 35px;
    bottom: -35px;
  }
}

#wowma .note {
  margin-bottom: 40px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  #wowma .note {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

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

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

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

@media screen and (max-width: 960px) {
  #wowma .title .hidden-pc{
    display: block;
  }
}

#wowma .box-inner {
  display: flex;
}

@media screen and (max-width: 480px) {
  #wowma .box-inner {
    display: block;
  }
}

#wowma figure {
  margin: 0;
  text-align: center;
}

#wowma figure:last-child {
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  #wowma figure:last-child {
    padding: 0 30px 40px;
  }
	#wowma figure img:nth-of-type(2) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 374px) {
  #wowma figure:last-child {
    padding: 0 20px 40px;
  }
}

@media screen and (min-width: 768px) {
  #wowma figure {
    width: 50%;
    flex: none;
  }
}

#wowma figcaption {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 10% 0;
}

@media screen and (max-width: 767px) {
  #wowma figcaption {
    margin: 25px 0 30px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 580px) {
  #wowma figcaption {
    margin: 25px 0 20px;
  }
}

#pointup {
  padding: 50px 0 200px;
  text-align: center;
  background: url(../img/point_pointup_bottom.png) no-repeat left bottom;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  #pointup {
    padding: 15px 0 100px;
    background-position: center bottom;
    background-size: 768px;
  }
}

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

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

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

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

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

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

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

@media screen and (max-width: 374px) {
  #pointup h2 {
    font-size: 1.1rem;
    background-size: 1.5rem;
    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: 45px 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;
  }
}

#pointup .box:nth-child(3) .point {
  top: 12px;
}

@media screen and (max-width: 767px) {
/*  #pointup .box:nth-child(4) .point {
    top: 2rem;
  }*/
}

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

#pointup .box:nth-child(4), #pointup .box:nth-child(5) {
  border: 4px solid #eb5505;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  #pointup .box:nth-child(n + 4) {
    border-width: 2px;
  }
  #pointup .box:nth-child(4) .hidden-pc , #pointup .box:nth-child(5) .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #pointup .box:nth-child(4) .hidden-pc , #pointup .box:nth-child(5) .hidden-pc {
    display: block;
  }
}

@media screen and (max-width: 880px) {
  #pointup .box:nth-child(n + 9) .hidden-pc:nth-child(2) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
/*  #pointup .box:nth-child(n + 5) .point {
    top: 2.5rem;
  }*/
}

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

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

@media screen and (max-width: 767px) {
  #pointup h3 {
    font-size: 1rem;
  }
  #pointup .block03 h3 span {
  font-size: .7rem;
  }
}

#pointup .point {
  position: absolute;
  top: 20px;
  right: 30px;
  max-width: 95px;
}

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

@media screen and (max-width: 480px) {
  #pointup .box:nth-child(5) .point {
    top: 4px;
    right: 8px;
  }
}

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

#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;
  }

  #pointup .block03 .hidden-pc:nth-of-type(2) {
    display: none;
  }
}

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

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

  #pointup .block03 .hidden-pc:nth-of-type(2) {
    display: block;
  }

}

#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;
}

  #pointup figure {
    margin: 1.5rem .5rem .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: 1.5rem;
}

#pointup .note {
  max-width: 820px;
  font-size: 0.875rem;
  margin: auto;
  margin-top: -15px;
}

#pointup .box:nth-child(2) .note , #pointup .box:nth-child(3) .note , #pointup .box:nth-child(4) .note , #pointup .box:nth-child(8) .note {
  margin-top: 1rem;
}

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

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

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

#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: #eb5505 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;
  }
}

#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;
}

#tokuten .note {
  margin-top: 20px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  #tokuten .note {
    font-size: 12px;
  }
}

@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 52px;
  }
}

#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;
  color: #00c3aa;
}

#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;
}
