.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.is-hover:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .is-hover:hover {
    opacity: 1;
  }
}
html {
  font-size: 2.666vw;
}

body {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7EED1;
}
body img {
  width: 100%;
  vertical-align: bottom;
}

header {
  padding: 1rem 0;
}
header .header-logo {
  width: 20rem;
  margin: 0 auto;
}

.main-content .main-ttl {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: center bottom/100% no-repeat url("../img/bg_ttl_1.png");
  background-color: #84CA61;
  padding: 0.4rem 0 0.2rem;
}
.main-content .main-ttl span {
  font-size: 4rem;
}

.txt-lead {
  color: #5F0000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 2rem 0 4rem;
  padding: 0 2rem;
}

.ranking {
  padding-bottom: 3.5rem;
}

.box-item {
  background: #FFF;
  border-bottom: solid #2D6C2A 2px;
  -webkit-box-shadow: 0 5px 3px rgba(0, 5, 3, 0.2);
          box-shadow: 0 5px 3px rgba(0, 5, 3, 0.2);
}
.box-item:not(:first-child) {
  margin-top: 4.6rem;
}
.box-item .item-ttl {
  position: relative;
}
.box-item .item-ttl .ttl-txt {
  color: #FFF;
  background: #5E9864;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 1.6rem 0 0.8rem 3rem;
  border-bottom: solid #2D6C2A 2px;
}
.box-item .item-ttl .ttl-deco {
  position: absolute;
  top: -34%;
  left: 0;
  width: 100%;
}
.box-item .item-ttl .ttl-rank {
  position: absolute;
  bottom: 2px;
  left: 1.6%;
  width: 14%;
}
.box-item .item-ttl .ttl-rank.p-4_5 {
  bottom: 4px;
  left: 2.666%;
  width: 10.66%;
}
.box-item .item-img {
  padding: 0 8.5rem;
}
.box-item .area-dl {
  margin: 0 1rem 1.8rem;
  padding: .3rem 1.2rem;
  border: solid #2D6C2A 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-item .area-dl .dl-txt {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #5F0000;
}
.box-item .area-dl .dl-txt span {
  font-size: 1.4rem;
  line-height: 1.4;
}
.box-item .area-dl .dl-img {
  width: 26.8%;
}
.box-item .btn-dl {
  width: 28rem;
  margin: 1.2rem auto 3rem;
  background-color: #84CA61;
  border-radius: 100px;
  text-align: center;
  border: solid #2D6C2A 0.2rem;
}
.box-item .btn-dl a {
  font-size: 1.8rem;
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 1rem 0;
}

.words {
  padding-bottom: 3.3rem;
}
.words .ttl-sec {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  background: center bottom/100% no-repeat url("../img/bg_ttl_2.png");
  background-color: #84CA61;
  padding: 0.9rem 0;
}
.words .box-item {
  margin-top: 3rem;
}
.words .box-item:first-child {
  margin-top: 2rem;
}
.words .box-item .item-ttl .ttl-txt {
  color: #FFF;
  font-size: 2rem;
  padding: 1.4rem 0;
  border-top: solid #2D6C2A 2px;
  border-bottom: solid #2D6C2A 2px;
  background: center bottom/100% no-repeat url("../img/bg_ttl_3.png");
  background-color: #5E9864;
}

.howto .ttl-sec {
  color: #FFF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #84CA61;
  padding: 0.2rem 0;
  border-top: solid #68A749 2px;
  border-bottom: solid #68A749 2px;
}
.howto .txt-read {
  color: #5F0000;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 1rem 2rem;
}
.howto .box-howto {
  padding-bottom: 4rem;
  background-color: #F7EED1;
}
.howto .box-howto .ttl-item {
  color: #5F0000;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #B5DD8D;
  padding: 0.6rem 0;
  border-top: solid #EAFFD5 2px;
  border-bottom: solid #EAFFD5 2px;
}
.howto .box-howto .ttl-item .txt-note {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.1rem;
}
.howto .box-howto .ttl-item.p-02 {
  color: #FFF;
  line-height: 1.3;
  background-color: #84CA61;
  padding: 0.5rem 0;
  border-top: solid #68A749 2px;
  border-bottom: solid #68A749 2px;
}
.howto .box-howto .howto-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2rem;
}
.howto .box-howto .howto-list .list-item {
  width: 47%;
  padding-top: 1.5rem;
}
.howto .box-howto .howto-list .list-item .howto-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  color: #550C06;
  margin-top: 1rem;
}
.howto .box-howto .howto-list .list-item .howto-txt .t-em {
  color: #2645AD;
}
.howto .box-howto .howto-list .list-item .howto-txt .p-note {
  font-size: 1.4rem;
}
.howto .box-howto .howto-list .list-item .howto-txt img {
  width: 1.8rem;
}

.to-top {
  width: 26rem;
  margin: 0 auto;
  background-color: #FF7E9C;
  border-radius: 100px;
  border: solid #FFF 2px;
  text-align: center;
}
.to-top a {
  font-size: 2rem;
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 0.3rem 0;
}

footer {
  padding: 3rem 0 5rem;
}
footer .logo-kddi {
  width: 9.5rem;
  margin: 0 auto;
}
footer .copy {
  color: #5F0000;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 1.8rem;
  word-break: break-all;
}

/*# sourceMappingURL=style.css.map */