@charset "UTF-8";
/*　　共通クラス
=======================*/
.heart-message-wrapper {
  background-image: url(../img/heart-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 4.5rem 0 0;
}

.heart-message-wrapper .l_inner {
  padding-bottom: 1.5rem;
}

.heart-message {
  border: 3px solid #0f3675;
  border-radius: 1em;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #fff;
  position: relative;
}

.heart-message:before {
  content: "";
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/heart.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.heart-message p, .heart-message p img {
  z-index: 999;
  position: relative;
}

.heart-message p:nth-of-type(2) {
  padding-top: 0.5rem;
}

@media screen and (min-width: 980px) {
  .heart-message-wrapper {
    padding: 4rem 0 0;
  }
  .heart-message {
    padding: 1rem;
  }
  .heart-message:before {
    width: 9rem;
    height: 9rem;
    top: 55%;
  }
  .heart-message p:nth-of-type(2) {
    font-size: 1.6em;
  }
}

.next-section-ttl {
  color: #0f3675;
  font-size: 1.3em;
  padding: 0.3rem 0;
  margin-top: 0.3rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .next-section-ttl {
    font-size: 2em;
  }
}

/*    ヘッダー
=======================*/
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  padding-top: 4px;
  z-index: 1000;
}

.header-inner {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: auto;
}

.header-logo {
  width: 20%;
}

.header-upper-right {
  width: 70%;
  margin-right: 30px;
}

.header-contact-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-contact-wrapper li {
  color: #fff;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
  text-align: center;
  margin-left: 0.5rem;
}

.header-contact-wrapper li a {
  display: block;
}

.header-application {
  background-color: #c8113d;
}

.header-contact {
  background-color: #88b829;
}

.gNavList {
  display: none;
}

.gNavList li {
  border: 1px solid #231815;
  border-radius: 6px;
  padding: 0.5rem;
  background-color: #fff;
}

.gNavList li a {
  display: block;
}

@media screen and (max-width: 960px) {
  .site-header.is-active {
    height: 100vh;
    background-color: #fff;
  }
  .site-header.is-active .gNavList {
    padding-top: 5rem;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }
  .site-header.is-active .gNavList li {
    width: 15rem;
    margin: 1rem auto;
  }
  .site-header.is-active .gNavList li a {
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .site-header {
    position: static;
    padding-top: 1rem;
  }
  .header-upper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    width: auto;
  }
  .header-upper-right {
    width: auto;
    margin-right: 0;
  }
  .header-contact-wrapper li {
    font-size: 14px;
    padding: 0.8rem 1rem;
    -webkit-box-shadow: 1px 1px 5px rgba(35, 24, 21, 0.9);
            box-shadow: 1px 1px 5px rgba(35, 24, 21, 0.9);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
  }
  .header-contact-wrapper li span {
    display: inline;
    font-size: 0.9em;
    font-weight: normal;
  }
  .header-contact-wrapper li a:after {
    content: "＞";
    margin-left: 6px;
  }
  .header-contact-wrapper li:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .haeder-lower {
    max-width: 960px;
    margin: 1rem auto 0.5rem;
  }
  .gNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gNavList li {
    width: 16.2%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .gNavList li a {
    font-size: 14px;
    text-align: right;
    display: block;
  }
  .gNavList li:hover {
    background-color: #0f3675;
    color: #fff;
  }
}

/*　　  スライダー
=======================*/
.mainVis {
  position: relative;
}

.mainVis_copy {
  position: absolute;
  width: 55%;
  right: 5%;
  bottom: 3em;
  z-index: 999;
}

@media screen and (min-width: 980px) {
  .mainVis_copy {
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 6rem;
    bottom: auto;
    text-align: center;
  }
}

/*　　  どうぶつWiFiとは？
=======================*/
.about .heart-message {
  background-color: #359bd0;
}

.jaws-text img {
  display: block;
  margin: 1rem auto;
}

.jaws-activity-box {
  border: 1px solid #dc5519;
  margin: 1rem auto;
  width: 100%;
}

.jaws-activity-box h3 {
  background-color: #e79115;
  text-align: center;
  padding: 0.5rem;
}

.jaws-activity-box h3 img {
  display: inline-block;
  height: 1.5rem;
  width: auto;
}

.jaws-activity-box li {
  margin-bottom: 0.5rem;
}

.jaws-activity-box li:before {
  content: "■";
  margin-right: 4px;
}

.jaws-activity-box-content {
  padding: 1rem 2rem;
}

@media screen and (min-width: 980px) {
  .jaws-text {
    font-size: 1.2em;
    vertical-align: middle;
  }
  .jaws-text img {
    display: inline-block;
    float: right;
    margin: 0 0 0 2em;
  }
  .jaws-activity-box {
    width: 48%;
  }
  .jaws-activity-box h3 {
    font-size: 1.8em;
  }
  .jaws-activity-box h3 img {
    display: block;
    margin: auto;
  }
  .jaws-activity-box li {
    font-size: 1.2em;
  }
  .jaws-activity-box:nth-of-type(1) li {
    margin-bottom: 2rem;
  }
}

/*　　料金プラン
========================*/
.planName-advent {
  background-color: #0f3675;
  color: #fff100;
}

.planName-giga {
  background-color: #b71c25;
  color: #fff;
}

.planName-right {
  background-color: #82c1ea;
  color: #fff;
}

.plan-table {
  border: 1px solid #0f3675;
  margin: 1rem auto;
}

.plan-table tbody {
  border-top: 1px solid #0f3675;
}

.plan-table tbody th {
  background-color: #fffcdb;
  border-right: 1px solid #0f3675;
  border-bottom: 1px solid #0f3675;
}

.plan-table tbody td {
  border-right: 1px solid #0f3675;
  border-bottom: 1px solid #0f3675;
  text-align: center;
}

.plan-table tbody .price td {
  font-weight: bold;
  font-size: 1.1em;
}

.plan-price-discount {
  width: 100%;
  border: 1px solid #231815;
}

.plan-price-discount p {
  padding: 0.2rem 1rem;
  text-align: center;
}

.plan-price-discount p:nth-of-type(1) {
  background-color: #359bd0;
  color: #fff;
  font-weight: bold;
}

.plan-price-discount .text-sky {
  color: #359bd0;
  font-size: 2em;
  font-weight: bold;
}

.plan-price-note {
  padding-top: 0.5rem;
}

.plan-price-note li {
  padding-left: 1rem;
}

.plan-price-note li:before {
  content: "※";
  margin-left: -1rem;
  margin-right: 0.2rem;
}

.plan-price-note .m_text-red {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.plan-period h3 {
  background-color: #0f3675;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.3rem;
  margin: 2rem auto 1rem;
}

.plan-period picture {
  text-align: center;
  display: inherit;
}

.plan-period .plan-period-note {
  padding-top: 1rem;
}

@media screen and (min-width: 980px) {
  .plan-price-upper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .plan-table {
    width: 62%;
    margin: 0;
  }
  .plan-price-discount {
    width: 37%;
    height: 150px;
  }
  .plan-price-discount p:nth-of-type(2),
  .plan-price-discount p:nth-of-type(3) {
    text-align: left;
  }
  .plan-price-discount .text-sky {
    display: block;
    font-size: 2.2em;
    line-height: 1;
  }
  .plan-period .m_text-80 {
    max-width: 840px;
    margin: auto;
  }
}

/*　　端末一覧
======================*/
.item .m_section-ttl img {
  width: 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1rem;
}

.item-elm {
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}

.item-elm .item-img {
  text-align: center;
  min-height: 220px;
}

.item-elm h3 {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: bold;
  margin: 0.5rem 0;
}

.item-elm .specList {
  width: 224px;
  margin: 0.5rem auto;
}

.item-elm .border-radius {
  border: 1px solid #231815;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  position: relative;
}

.item-elm .spec-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.item-elm .spec-inner p {
  line-height: 1.2;
  font-size: 0.9em;
}

.item-elm .spec-inner p span {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

.item-elm .wimax,
.item-elm .LTE {
  border-radius: 6px;
  color: #fff;
  padding: 0.2rem 0.5rem;
}

.item-elm .wimax {
  background-color: #359bd0;
  margin-right: 0.5rem;
}

.item-elm .LTE {
  background-color: #dc5519;
}

.item-note dt {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .item .m_section-ttl img {
    width: auto;
  }
  .itemList {
    margin-top: 3rem;
  }
  .item-elm {
    width: 30%;
  }
}

/*　　オプション
=====================*/
.option-block {
  max-width: 460px;
  margin: 0 auto;
}

.option-block:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

.option-block .m_table01 {
  margin: 1rem 0;
  border: 1px solid #231815;
}

.optionName {
  border: 4px solid #0f3675;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  padding: 0.2rem;
}

.optionText {
  text-align: center;
  padding: 1.2rem;
  background-image: url(../img/option-text-triangle.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.option-price {
  text-align: center;
  margin-top: -1rem;
}

.option-stnd:before {
  background-image: url(../img/option-lion.png);
}

.option-stnd .optionName {
  background-color: #dc6a9a;
}

.option-wide:before {
  background-image: url(../img/option-squirrel.png);
}

.option-wide .optionName {
  background-color: #db5358;
}

@media screen and (min-width: 980px) {
  .option-block:before {
    width: 4rem;
    height: 4rem;
  }
  .option-block.option-stnd:before {
    margin-left: 0;
    margin-right: auto;
  }
  .option-block.option-wide:before {
    margin-left: auto;
    margin-right: 0;
  }
  .option-block .m_table01 th {
    text-align: center;
    width: 30%;
  }
}

/*　　対応エリア確認
========================*/
.area {
  padding-bottom: 4rem;
}

.area-bgArea {
  background-image: url(../img/area-bg.jpg);
  background-size: cover;
  text-align: center;
}

.area-bgArea .l_inner > p {
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
}

.area-bgArea .l_inner > p:nth-of-type(2) {
  font-size: 3.2em;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(35, 24, 21, 0.9);
}

.area-bgArea .l_inner > p:nth-of-type(2) sup {
  font-size: 10px;
  color: #231815;
}

.area-btn-block {
  margin-top: 3rem;
}

.area-btn-block .area-btn {
  display: block;
  margin: 0.3rem auto;
  padding: 0.6rem;
  background-color: #0f3675;
  color: #fff;
  border-radius: 33px;
  font-size: 1.2em;
  width: 19rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #0f3675;
}

.area-btn-block .area-btn:after {
  content: "＞";
  position: absolute;
  right: 1rem;
}

.area-btn-block .area-btn:hover {
  background-color: transparent;
  color: #0f3675;
}

@media screen and (min-width: 980px) {
  .area-bgArea .l_inner > p {
    font-size: 2.5em;
  }
  .area-bgArea .l_inner > p:nth-of-type(2) {
    font-size: 6.1em;
  }
  .area-bgArea + p {
    text-align: center;
  }
  .area-btn-block .area-btn {
    font-size: 2em;
    width: 25rem;
  }
}

/*　　会社概要
==================*/
.company {
  background-image: url(../img/company-bg.jpg);
  background-size: cover;
  background-position: center;
}

.company .m_table01 {
  max-width: 420px;
  margin: auto;
}

.company .m_table01 dt,
.company .m_table01 dd {
  padding-bottom: 0.5em;
}

.company .m_table01 dt {
  float: left;
}

.company .m_table01 dd {
  margin-left: 30%;
}

.company .m_table01 .company-inner {
  padding: 2rem 0 3rem;
}

@media screen and (min-width: 980px) {
  .company .m_table01 {
    margin-left: 0;
    margin-right: auto;
  }
  .company .m_table01 dd {
    margin-left: 40%;
  }
}

/*  注意事項
================*/
.notis-block {
  margin-bottom: 2rem;
}

.notis-block h3:before {
  content: "■";
  display: inline;
  margin-right: 6px;
}

.notes .l_inner > p {
  margin-bottom: 3rem;
}

.notes .heart-message {
  background-color: #d35e69;
}

@media screen and (min-width: 980px) {
  .notis-block {
    margin-bottom: 5rem;
  }
}

/*　　　フッター
======================*/
.footer-nav li {
  border: 1px solid #231815;
  border-radius: 6px;
  width: 32%;
  margin-bottom: 0.5rem;
}

.footer-nav li a {
  display: block;
  font-size: 0.9em;
  padding: 0.5rem;
  text-align: center;
}

.copyright-wrapper {
  background-color: #0f3675;
  color: #fff;
  text-align: right;
  padding-bottom: 6rem;
}

@media screen and (min-width: 980px) {
  .l_footer .l_inner {
    padding: 1rem 0;
  }
  .footer-nav {
    padding-top: 3rem;
  }
  .footer-nav li {
    width: 16.3%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .footer-nav li a {
    text-align: right;
    font-size: 14px;
  }
  .footer-nav li:hover {
    background-color: #0f3675;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */