@charset "utf-8";

/* --------------------
 base settings
-------------------- */

#contentId {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

#contentId * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/* Bugfix for Android font-size
#contentId * {max-height: 999999px;}
*/

#contentId ol,
#contentId ul {
  list-style: none;
}

#contentId img {
  /*height: auto;*/
  max-width: 100%;
  vertical-align: top;
}

/* --------------------
 Class
-------------------- */

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.nw {
  display: inline-block;
}
.keepall {
  word-break: keep-all;
}

.mincho {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Original Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
img {
  width: auto;
  max-width: 100% !important;
  vertical-align: top;
}
/* --------------------
 Content
-------------------- */
#router * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
#router {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}
#router img {
  width: 100%;
}
/* term */
#router #term {
  margin: 1.8rem 0 1rem;
}
#router #term ul {
  margin-left: 4%;
  margin-bottom: 1rem;
}
#router #term li {
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  width: 45%;
  padding: 14px 0;
  margin: 0 10px 1rem;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: middle;
}
#router #term li:nth-child(2n + 1) {
  margin: 0 0 1rem;
}
#router #term a {
  color: #616161;
  font-weight: normal;
}
#router #term dl {
  margin-bottom: 0.8rem;
  border: 2px solid #000;
  border-top: none;
}
#router #term dt {
  background-color: #000;
  color: #fff;
  font-size: 1.05rem;
  padding: 0.2em 0.5em;
}
#router #term dd {
  padding: 0.4em 1.5em;
  font-size: 4vw;
  background-color: #fff;
}
#router #term .arrow {
  background: url(/library/contents/services/battery/arrow.png) no-repeat;
  background-size: 10px 10px;
  background-position: center right 7px;
}
#router .termLink a {
  text-decoration: none;
}
#router #term a {
  width: 100%;
  display: inline-block;
}
/* section */
#router .section {
  text-align: center;
  margin: 2.6rem 20px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dedede;
}
#router .section:nth-of-type(3) {
  padding-top: 2.5rem;
  border-top: 1px solid #dedede;
  margin-top: 2rem;
}
#router .section:nth-of-type(6) {
  margin: 2rem 0;
  padding: 0 20px 2.5rem;
}
#router .edition {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #00c2a8;
  margin-bottom: 20px;
}
#router .section .text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
  color: #444444;
}
#router .section ul {
  width: 100%;
  margin-top: 1.5rem;
  color: #444444;
}
#router .section li {
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.8rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
}

/* howto */
#router .section .howto {
  margin-top: 0rem;
}
#router .howto .howto_wrap {
  width: 100%;
  display: block;
}
#router .howto .howto_img {
  width: 80px;
  margin: 0 auto;
}
#router .howto .howto_text {
  padding: 1rem 0;
  line-height: 2;
  letter-spacing: 3px;
}
#router .howto .howto_icon {
  width: 130px;
  margin: 0 auto;
}
#router .howto .howto_icon_arrow {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}
#router .howto .howto_icon_arrow img {
  width: 50px;
}
#router .howto .howto_icon_box {
  display: flex;
}

/* guide */
#router .section .guide {
  display: block;
  margin-top: 0.5rem;
}
#router .guide_list {
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}
#router .guide_list:first-of-type {
  width: 100px;
  margin-top: 2.5rem;
  margin: 0 auto;
}
#router .guide_list h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#router h4 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
#router .guide_text {
}

/* appli__webStore-Btn */
#router .section .appli__webStore-Btn {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
#router .appli__webStore-Btn li {
  width: 150px;
}
#router .appli__webStore-Btn li p {
  margin-bottom: 0.7rem;
}
#router .appli__webStore-Btn li#Btn-GP img {
  width: 100%;
}
#router .appli__webStore-Btn li#Btn-AS img {
  width: 84%;
}

/* price */
#router table {
  width: 100%;
}
#router tr {
  align-items: center;
  box-sizing: border-box;
  color: #3e3e3e;
}
#router table tr:first-child {
  background-color: #00c2a8;
  color: #fff;
}
#router tr:nth-child(odd) {
  background-color: #a5f3e9;
}
#router tr th {
  /* width: 60%; */
  padding: 1rem 0.5rem;
  text-align: left;
}
#router tr td {
  padding: 1rem 0.5rem;
  text-align: left;
  width: 50%;
}
#router .section td {
  position: relative;
  font-weight: bold;
  width: 20%;
  margin-left: auto;
  margin-right: 0px;
  text-align: left;
}
#router .section .price_btn {
  margin: 0.8rem auto 1rem;
  position: relative;
}
#router .section .price_btn a {
  background-color: #3e3e3e;
  display: block;
  padding: 0.8rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  border-radius: 0.3rem;
}
#router .section .price_btn::after {
  position: absolute;
  content: url("/library/contents/services/battery/icon06.png");
  top: 50%;
  right: 15px;
  margin-top: -10px;
  color: #fff;
  line-height: 1;
}

/* fee */
#router .section .fee {
  text-align: left;
  line-height: 1.5;
  margin: 0.8rem 0;
  padding: 0.5rem 0;
  letter-spacing: 1px;
  color: #444444;
  font-size: 0.8rem;
}
#router .small-txt {
  letter-spacing: 1px;
  color: #444444;
  font-size: 0.8rem;
  text-align: left;
}
/* contact */
#router .contact_text {
  font-size: 1.5rem;
  letter-spacing: 5px;
  color: #444444;
  line-height: 1.8;
  margin-top: 0.6rem;
}
#router .section .btn {
  margin: 0.8rem auto 1rem;
  position: relative;
}
#router .section .btn a {
  display: block;
  padding: 0.8rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #00c2a8;

  border-radius: 0.3rem;
}
#router .section .btn::after {
  position: absolute;
  content: url(/library/contents/services/battery/other_window.gif);
  top: 50%;
  right: 15px;
  margin-top: -10px;
  color: #fff;
  line-height: 1;
}
#router .attention {
  margin-top: 1rem;
}
#router .indent {
  padding-left: 1em;
  text-indent: -1em;
}
#router .plan-table-box {
  overflow: auto;
}
#router .plan-table {
  width: 740px;
}
#router .plan-table-icon {
  position: relative;
  padding-left: 3.2rem;
  font-weight: bold;
  font-size: 0.85rem;
  text-align: left;
}

#router .plan-table-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("/library/contents/services/router/img/icon_scroll.png") no-repeat center center;
  background-size: 100% auto;
  width: 3rem;
  height: 2rem;
}
#router .plan-table-container {
  display: grid;
  gap: 1rem;
}
/* --------------------
 Smart device
-------------------- */
@media screen and (max-width: 768px) {
  /* PC-SP Switch */
  .dispPC {
    display: none;
  }
  #router .guide_spotApp {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* --------------------
 PC and Print
-------------------- */
@media screen and (min-width: 769px), print {
  /* PC-SP Switch */
  .dispSP {
    display: none;
  }

  /* ----- Content ----- */
  #contentId .name {
  }
  #router {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
    -webkit-text-size-adjust: 100%;
    width: 740px;
    line-height: 1.5;
  }
  #router img {
    width: 100%;
  }

  /* term */
  #router #term {
    margin: 1.8rem 0 1rem;
  }
  #router #term ul {
    margin: 0;
  }
  #router #term li {
    width: 178px;
    margin: 0 10px 0 0;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    background-size: 28px 28px;
    background-position: center right 10px;
  }
  #router #term li:nth-child(2n + 1) {
    margin: 0 8px 0 0;
  }
  #router #term li:last-child {
    margin: 0;
  }
  #router #term a {
    width: 133px;
    padding: 10px 0;
  }
  #router #term .arrow {
    width: 135px;
    padding: 0;
  }
  #router .termLink .smooth:after {
    right: -427px;
    top: 28px;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }

  /* section */
  #router .section {
    text-align: center;
    margin: 2.6rem 0;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #dedede;
  }
  #router .section:nth-of-type(3) {
    padding-top: 2.5rem;
    border-top: 1px solid #dedede;
    margin-top: 2rem;
  }
  #router .section:nth-of-type(6) {
    margin: 4rem 0;
  }
  #router .edition {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    color: #00c2a8;
  }
  #router .section .text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.5rem;
    letter-spacing: 0.1rem;
    color: #444444;
  }
  #router .section ul {
    width: 740px;
    margin-top: 1.5rem;
    color: #444444;
  }
  #router .section li {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0.8rem;
    letter-spacing: 0.1rem;
  }

  /* howto */
  #router .section .howto {
    margin-top: 0rem;
  }
  #router .howto .howto_wrap {
    width: 740px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #router .howto .howto_img {
    width: 10%;
  }
  #router .howto .howto_text {
    width: 70%;
    margin: 1rem;
  }
  #router .howto .howto_icon_arrow {
    width: 740px;
    text-align: center;
    margin: 0.5rem 0;
  }
  #router .howto .howto_icon_arrow img {
    width: 5%;
  }
  #router .howto .howto_icon_box {
    flex-direction: column;
  }

  /* fee */
  #router .section .fee {
    text-align: left;
    line-height: 1.5;
    margin: 0.8rem 0;
    padding: 0.5rem 0;
    letter-spacing: 1px;
    color: #444444;
    font-size: 0.8rem;
  }
  #router .small-txt {
    text-align: left;
  }
  /* guide */
  #router .section .guide {
    display: grid;
    margin-top: 0.5rem;
    width: 100%;
  }
  #router .guide_spotApp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
  }
  #router .guide_spotApp_hr {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
  }
  #router .guide_spotApp ul {
    width: 100%;
  }
  #router .guide_list {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0.5rem;
    letter-spacing: 0.1rem;
  }
  #router .guide_list:first-of-type {
    width: 35%;
    margin-top: 2.5rem;
  }
  #router .guide_list h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  #router h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  #router .guide_text {
    margin-left: 0.8rem;
  }

  /* appli__webStore-Btn */
  #router .section .appli__webStore-Btn {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
  #router .appli__webStore-Btn li {
    width: 150px;
  }
  #router .appli__webStore-Btn li p {
    margin-bottom: 0.7rem;
  }
  #router .appli__webStore-Btn li#Btn-GP img {
    width: 100%;
  }
  #router .appli__webStore-Btn li#Btn-AS img {
    width: 84%;
  }

  /* price */
  #router tr {
    align-items: center;
    box-sizing: border-box;
    color: #3e3e3e;
  }
  #router table {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  #router table tr:first-child {
    background-color: #00c2a8;
    color: #fff;
  }
  #router tr:nth-child(odd) {
    background-color: #a5f3e9;
  }
  #router tr th {
    width: 20%;
    border-bottom: initial;
    padding: 0.8rem;
    text-align: left;
  }
  #router tr td {
    width: 35%;
    padding: 0.8rem;
    text-align: end;
  }
  #router .section .price_btn {
    margin: 0.8rem auto 1rem;
    width: 300px;
    position: relative;
  }
  #router .section .price_btn a {
    background-color: #3e3e3e;
    display: block;
    padding: 0.8rem;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border-radius: 0.3rem;
  }
  #router .section .price_btn::after {
    position: absolute;
    content: url("/library/contents/services/battery/icon06.png");
    top: 50%;
    right: 15px;
    margin-top: -10px;
    color: #fff;
    line-height: 1;
  }

  /* contact */
  #router .contact_text {
    font-size: 1.5rem;
    letter-spacing: 5px;
    color: #444444;
    line-height: 1.8;
    margin-top: 0.6rem;
  }
  #router .section .btn {
    margin: 0.8rem auto 1rem;
    width: 300px;
    position: relative;
  }
  #router .section .btn a {
    display: block;
    padding: 0.8rem;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background-color: #00c2a8;
    border-radius: 0.3rem;
  }
  #router .section .btn::after {
    position: absolute;
    content: url(/library/contents/services/battery/other_window.gif);
    top: 50%;
    right: 15px;
    margin-top: -10px;
    color: #fff;
    line-height: 1;
  }

  /* bnr_img */
  #router .section .bnr_img {
    width: 100%;
  }

  #router .attention {
    margin-top: 1rem;
  }
  #router .plan-table {
    width: 100%;
  }
}
