@charset "UTF-8";
/*===========================================================
@nifty with ドコモ光
common
============================================================*/
body {
  font-size: 15px;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.text-link {
  padding-left: 0;
}
.text-link:before {
  display: none;
}
.footer-company {
  background: #fff1c0;
}
.page-scroll {
  padding-top: 50px;
  margin-top: -50px;
}

/* ipv4 判定だし分け */
.ipv4-protocol{
    display: none;
  }
.ipv4-show{
    display: block;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/*************************************
base
**************************************/
.docomo-top .sec-area .inner {
  padding: 60px 0;
}
.sec-area .inner {
  padding: 65px 0;
}
.sec-area.is-top .inner {
  padding-top: 30px;
}
.mark-item {
  display: inline-block;
  font-size: 12px;
  padding: 0 2px;
  position: relative;
  top: -6px;
}
.is-dotted-top {
  border-top: 3px dotted #e5e5e5;
}
.text + .img {
  margin-top: 15px;
}
.text + .tbl {
  margin-top: 15px;
}
.img + .text {
  margin-top: 15px;
}
.bnr-wrap:hover {
  background: #fff;
}
.bnr-wrap a:hover {
  opacity: 0.8;
}
.bnr-wrap + .bnr-wrap {
  margin-top: 20px;
}
.tbl-wrap + .tbl-wrap {
  margin-top: 25px;
}
.text-lead {
  font-size: 16px;
}
.text-lead.is-middle {
  font-size: 20px;
}
.font-red {
  color: #d00f31;
}
.font-red-pink {
  color: #ff1744;
}
.font-bule {
  color: #2854a3;
}
.font-orange {
  color: #fa8200;
}
.font-white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 10px 12px;
  }
  .docomo-top .sec-area .inner {
    padding: 30px 12px;
  }
  .sec-area .inner {
    padding: 25px 12px;
  }
  .sec-area.is-top .inner {
    padding-top: 25px;
  }
  .mark-item {
    font-size: 11px;
  }
  .text-lead.is-middle {
    font-size: 17px;
  }
}
/*************************************
header
**************************************/
.header {
  background: #fff;
}
.grid-header > .col.is-logo {
  max-width: 570px;
  width: 570px;
}
.grid-header > .col.is-link {
  max-width: 410px;
  font-size: 12px;
}
.grid-header > .col.is-link .link-userinfo {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  padding-right: 10px;
}
.grid-header > .col.is-link .link-nifty {
  padding-left: 10px;
  text-align: right;
}
.header-balloon {
  background: #e8e8e8;
  padding: 5px 15px;
  position: relative;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
.header-balloon:before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid #e8e8e8;
  bottom: 50%;
  left: -14px;
  transform: translateX(0);
  transform: translateY(50%);
}
.header .list-triangle {
  padding-left: 12px;
  position: relative;
  font-size: 13px;
}
.header .list-triangle > a {
  color: #000;
}
.header .list-triangle:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left: 7px solid #000;
  position: absolute;
  top: 0.43em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .grid-header > .col.is-logo {
    width: 160px;
  }
  .grid-header > .col.is-link {
    display: none;
  }
  .header .logo-docomo {
    width: 160px !important;
  }
  .header .list-triangle {
    font-size: 12px;
  }
}
/*************************************
gnav
**************************************/
.main.on {
  padding-top: 54px;
}
.gnav-area {
  width: 100%;
  border-top: 1px solid #d00f31;
  border-bottom: 1px solid #d00f31;
  background: #fff;
}
.gnav-area.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.gnav-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gnav-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0; 
}

.label-wrap {
  display: inline-block;
  position: relative;
}
.list-gnav{
  width: 100%;
  justify-content: space-between;
}
.list-gnav li {
  border-right: 2px solid #d00f31;
}
.list-gnav li:first-child {
  border-left: 2px solid #d00f31;
}
.btn-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: #d00f31;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 15px;
  line-height: 1.0;
  text-decoration: none;
  text-align: center;
}
.btn-gnav .text-sub {
  font-size: 10px;
}
.hover-wrap{
  position:relative;
  z-index: 0;
}
.btn-gnav:hover .hover-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #fff31a;
  z-index: -1;
  bottom: -3px;
}

/* btn-gnav border ページ別 */
.is-top .gnav-top .hover-wrap:before,
.is-price .gnav-price .hover-wrap:before,
.is-cam .gnav-cam .hover-wrap:before,
.is-feature .gnav-feature .hover-wrap:before,
.is-option .gnav-option .hover-wrap:before,
.is-flow .gnav-flow .hover-wrap:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #fff31a;
  z-index: -1;
  bottom: -3px;
}


.btn.is-anchor {
  background: #fff url("/docomo/images/icon-arrowGray_B.svg") no-repeat center left 10px;
  background-size: 8px auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0px #fdcd00;
  box-shadow: 0 3px 0px #fdcd00;
  color: #d00f31;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 25px 6px 30px;
  text-align: center;
}

.btn.is-click-apply {
  margin: 0 20px;
  background: #00a589;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 6px;
  line-height: 1.5;
  transition: all 0.25s;
  position: relative;
}
.btn.is-click-apply:before{
  content: none;
}

.btn.is-click-apply:hover {
  box-shadow: none;
  transform: translateY(3px);
  opacity: 1;
}

.btn.is-click-apply.icon-circle-star {
  padding: 7px 15px 7px 50px;
}
.btn.is-click-apply.icon-circle-star:before {
  display: none;
}
.btn.is-click-apply.icon-circle-star:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 7px;
  top: -3px;
  z-index: 1;
  width: 34px;
  height: 34px;
  background: url("/docomo/images/icon-circle-star.svg") no-repeat;
}
.btn-hamburger {
  display: none;
}
.gnav-overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .main.on {
    padding-top: 52px;
  }
  /* gnav-spスマホメニュー */
  .gnav-sp {
    background: #f7f7f7;
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 99999;
    margin-left: 0;
    bottom: 0;
    width: 250px;
    min-width: 250px;
    transition: all .3s ease-in-out;
    overflow: hidden;
    height: 100%;
  }
  .gnav-sp .inner {
    padding: 0;
  }
  .gnav-sp .head {
    padding: 30px 17px 36px;
    background: #d00f31;
  }
  .gnav-sp-menu + .gnav-sp-menu {
    margin-top: 10px;
  }
  .list-gnav-sp {
    padding: 0px 10px;
    background: #fff;
  }
  .list-gnav-sp > li a {
    padding: 12px 19px 12px 47px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }
  .list-gnav-sp > li:not(:last-child) a {
    border-bottom: 1px solid #ececec;
  }
  .gnav-sp-menu.is-nifty .list-gnav-sp > li a {
    padding: 12px 19px 12px 15px;
    font-weight: normal;
    font-size: 12px;
  }
  .gnav-sp-btn {
    margin-top: 30px;
  }
  .list-sp-btn li:last-child {
    margin-top: 10px;
  }
  .btn.is-click-apply {
    font-size: 23px;
    border-radius: 6px;
    box-shadow: 0 3px 0px #0d827c;
    padding: 20px 15px;
  }
  .btn.is-click-apply.icon-circle-star::after {
    left: 10px;
    top: 5px;
  }
  .gnav-sp .btn.is-click-apply {
    font-size: 15px;
    padding: 10px 15px 10px 20px;
  }
  .btn.is-click-apply.icon-circle-star {
    padding: 10px 15px 10px 35px;
  }
  .list-gnav-sp > li .icon-gnav-top:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url("/docomo/images/icon-gnav-top.svg") no-repeat;
  }
  .list-gnav-sp > li .icon-gnav-phone:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 12px;
    width: 15px;
    height: 22px;
    background: url("/docomo/images/icon-gnav-phone.svg") no-repeat;
  }
  .list-gnav-sp > li .icon-gnav-price:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 22px;
    height: 22px;
    background: url("/docomo/images/icon-gnav-price.svg") no-repeat;
  }
  .list-gnav-sp > li .icon-gnav-cam:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url("/docomo/images/icon-gnav-cam.svg") no-repeat;
  }
  .list-gnav-sp > li .icon-gnav-feature:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 11px;
    top: 12px;
    width: 16px;
    height: 23px;
    background: url("/docomo/images/icon-gnav-feature.svg") no-repeat;
  }
  .list-gnav-sp > li .icon-gnav-flow:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 14px;
    width: 24px;
    height: 18px;
    background: url("/docomo/images/icon-gnav-flow.svg") no-repeat;
  }
  .list-gnav-sp > li .icon-gnav-option:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 11px;
    top: 12px;
    width: 22px;
    height: 22px;
    background: url("/docomo/images/icon-gnav-option.svg") no-repeat;
  }
  
  /* gnav-sp挙動css */
  .gnav-sp.active {
    left: 0;
    transition: left .25s ease-out;
    width: 250px;
    overflow-y: auto;
  }
  .btn-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .btn-hamburger .icon-hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 3px;
  }
  .btn-hamburger.active .icon-hamburger {
    z-index: 111;
    background: transparent;
  }
  .icon-hamburger span {
    display: inline-block;
    width: 28px;
    height: 4px;
    background: #d00f31;
    border-radius: 999em;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: 0.2s ease;
  }
  .icon-hamburger span:nth-child(1) {
    top: 4px;
  }
  .icon-hamburger span:nth-child(2) {
    top: 50%;
    margin-top: -2px;
  }
  .icon-hamburger span:nth-child(3) {
    bottom: 4px;
  }
  .btn-hamburger.active .icon-hamburger span {
    background: #fff;
  }
  .btn-hamburger.active .icon-hamburger span:nth-child(1) {
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -1px;
  }
  .btn-hamburger.active .icon-hamburger span:nth-child(2) {
    display: none;
  }
  .btn-hamburger.active .icon-hamburger span:nth-child(3) {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  #wrap.scroll-prevent {
    width: 100%;
    z-index: 9999;
  }
  .gnav-overlay.active {
    display: block;
    cursor: pointer;
    transition: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
  }
}
/**************************************************
配下ページ ページタイトルエリア
***************************************************/
/*top-area*/
.top-area.is-ttl {
  /*border-bottom: 2px solid #eff0f4;*/
}
.top-area.is-ttl .inner {
  padding: 20px 0 5px;
}
.top-area.is-ttl .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.top-area.is-ttl .ttl .text-sub {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top-area.is-ttl .inner {
    padding: 12px 0;
  }
  .top-area.is-ttl .ttl {
    font-size: 20px;
  }
}
/**************************************************
ttl / heding-text
***************************************************/
.ttl-wrap {
  margin-bottom: 30px;
}
.ttl-wrap-group {
  margin-bottom: 20px;
}
.ttl-main {
  margin-bottom: 20px;
  text-align: center;
}
.ttl-01.ttl-main {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: bold;
}
.ttl-02.ttl-main {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
}
.ttl-page {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.ttl-page .text-sub {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
.ttl-sec {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.ttl-sec.is-line-bottom {
  font-size: 28px;
  font-weight: bold;
  padding: 3px 0;
  text-align: left;
}
.ttl-sec + .ttl-text {
  margin-top: 10px;
}
.ttl-sec .text-sub {
  font-size: 24px;
  font-weight: normal;
}
.ttl-sec .text-sub.is-block {
  display: block;
}
.ttl-group {
  font-size: 30px;
  font-weight: bold;
}
.ttl-group.is-center {
  text-align: center;
}
.ttl-group.is-line-bottom {
  font-size: 22px;
  font-weight: bold;
  padding: 3px 0;
  text-align: left;
}
.ttl-group .text-sub {
  font-size: 18px;
  font-weight: normal;
}
.ttl-text.is-lead {
  font-size: 17px;
  text-align: center;
}
.is-band {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.is-band:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 60%;
  background: #d00f31;
  position: absolute;
  top: 20%;
  left: 0;
}
.is-band:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 60%;
  background: #d00f31;
  position: absolute;
  top: 20%;
  right: 0;
}
.is-band.is-blue:before {
  background: #2854a3;
}
.is-band.is-blue:after {
  background: #2854a3;
}
.is-balloon {
  background: #ffdd33;
  border-radius: 500px;
  font-size: 19px;
  font-weight: bold;
  padding: 14px 12px;
  margin-bottom: 17px;
  text-align: center;
  position: relative;
}
.is-balloon:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #ffdd33 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -13px;
}
.is-balloon.is-inline {
  display: inline-block;
  padding: 14px 40px;
}
.is-balloon.is-black {
  background: #000;
  color: #fff;
}
.is-balloon.is-black:after {
  border-color: #000 transparent transparent transparent;
}
.is-balloon.is-small {
  font-size: 16px;
  padding: 5px 17px 4px;
  margin-bottom: 12px;
}
.is-balloon.is-small:after {
  bottom: -7px;
}
.is-balloon.is-small.is-inline {
  padding: 4px 58px 3px;
}
.is-balloon.is-large {
  font-size: 24px;
  padding: 10px 12px;
}
.is-balloon.is-large.is-inline {
  padding: 10px 40px 10px;
}
.is-line-bottom {
  border-bottom: 1px solid #d00f31;
  font-size: 20px;
  padding: 5px 2px;
  margin-bottom: 16px;
  text-align: center;
}
.is-line-bottom.is-white {
  border-color: #fff;
}
.is-line-bottom.is-black {
  border-color: #000;
}
.is-line-bottom.is-yellow {
  border-color: #ffd217;
}
.is-line-bottom.al-left {
  text-align: left;
}
.is-line-bottom .text-sub {
  font-size: 14px;
}
.is-dashed-bottom {
  border-bottom: 1px dashed #8a8a8a;
}
.is-icon-circle {
  display: inline-block;
  font-size: 20px;
  padding-left: 24px;
  position: relative;
}
.is-icon-circle:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 4px solid #d00f31;
  border-radius: 500px;
  position: absolute;
  top: 6px;
  left: 0;
}
.is-icon-circle .text {
  font-size: 14px;
}
.text-star {
  color: #ddb614;
  font-size: 18px;
  font-weight: bold;
}
.text-star > span {
  display: inline-block;
  background: url("/docomo/images/top/icon-star.png"), url("/docomo/images/top/icon-star.png");
  background-size: 59px auto, 59px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 center, right 0 center;
  padding: 0 70px;
}
.ttl-wLine {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.ttl-wLine:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  border-top: 3px solid #9da0a3;
  border-bottom: 1px solid #9da0a3;
  position: absolute;
  bottom: 0;
  left: 0;
}

.autoHeight-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-lead {
  margin-bottom: 15px;
}
.top-lead .text {
  color: #ff1744;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.top-lead.is-caution {
  border: 2px solid #ffd217;
  padding: 15px;
}
.top-lead.is-caution.bg-ivory {
  background-color: #fefeef;
}
.top-lead.is-caution .text {
  color: #000;
  font-size: 14px;
}
.ribbon-wrap {
  margin-bottom: 20px;
  text-align: center;
}
.is-ribbon {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 0 40px;
  font-size: 22px;
  background: #d00f31;
  color: #FFF;
  box-sizing: border-box;
  font-weight: bold;
}
.is-ribbon:before, .is-ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.is-ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.is-ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.is-2lines-ribbon {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 0 40px 0 40px;
  font-size: 22px;
  background: #d00f31;
  color: #FFF;
  box-sizing: border-box;
  font-weight: bold;
}
.is-2lines-ribbon:before, .is-2lines-ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.is-2lines-ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.is-2lines-ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .ttl-wrap {
    margin-bottom: 20px;
  }
  .ttl-main {
    text-align: center;
  }
  .ttl-main img {
    width: 300px;
  }
  .ttl-page {
    font-size: 20px;
  }
  .ttl-page .text-sub {
    font-size: 14px;
  }
  .ttl-01.ttl-main {
    font-size: 26px;
  }
  .ttl-02.ttl-main {
    font-size: 24px;
  }
  .ttl-sec {
    font-size: 23px;
  }
  .ttl-sec.is-line-bottom {
    font-size: 18px;
  }
  .ttl-sec .text-sub {
    font-size: 16px;
  }
  .ttl-group {
    font-size: 18px;
  }
  .ttl-group.is-line-bottom {
    font-size: 17px;
  }
  .is-band {
    padding: 0 20px;
  }
  .is-band:before {
    height: 100%;
    top: 0;
  }
  .is-band:after {
    height: 100%;
    top: 0;
  }
  .is-balloon {
    font-size: 16px;
    padding: 6px 24px;
  }
  .is-balloon:after {
    border-width: 8px 11px 0 11px;
    bottom: -8px;
    margin-left: -11px;
  }
  .is-balloon.is-small {
    font-size: 12px;
    padding: 4px 8px 3px;
  }
  .is-balloon.is-small:after {
    bottom: -6px;
  }
  .is-balloon.is-small.is-inline {
    padding: 4px 25px 3px;
  }
  .is-balloon.is-large {
    font-size: 18px;
  }
  .is-line-bottom {
    font-size: 16px;
  }
  .is-icon-circle {
    font-size: 16px;
    padding-left: 21px;
  }
  .is-icon-circle:before {
    width: 15px;
    height: 15px;
    border: 3px solid #d00f31;
  }
  .text-star {
    font-size: 14px;
  }
  .text-star > span {
    background-size: 40px auto, 40px auto;
    padding: 0 50px;
  }
  .ttl-wLine {
    font-size: 20px;
  }
  .ttl-bgDot {
    font-size: 18px;
  }
  .ttl-bgDot > span {
    padding: 0 15px;
  }
  .top-lead .text {
    font-size: 15px;
    font-weight: normal;
  }
  .is-ribbon {
    font-size: 16px;
  }
  .is-ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .is-ribbon:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
  .is-2lines-ribbon {
    line-height: 25px;
    font-size: 16px;
    text-align: left;
  }
}
/**************************************************
btn
**************************************************/
.btn:hover:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.btn.is-apply {
  width: 380px;
  margin: 0 auto;
  background: #fff url("/docomo/images/icon-arrowRed_R.svg") no-repeat center right 20px;
  background-size: 10px auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 0px #fdcd00;
  box-shadow: 0 3px 0px #fdcd00;
  color: #d00f31;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 38px 18px 20px;
  text-align: center;
  line-height: 1.4;
}
.btn.is-apply .text-sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.btn.is-black {
  width: 550px;
  background: #000 url("/docomo/images/icon-arrowWhite_R.svg") no-repeat center right 20px;
  background-size: 10px auto;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 32px 40px 32px 30px;
  margin: 0 auto;
  text-align: center;
}
.btn.is-black.is-small {
  width: 100%;
  background-size: 6px auto;
  background-position: center right 10px;
  font-size: 15px;
  padding: 10px 25px 10px 20px;
}
.btn.is-border {
  background: #fff url("/docomo/images/icon-arrowGray_R.svg") no-repeat center right 10px;
  background-size: 5px auto;
  border: 1px solid #aeb2b7;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 #aeb2b7;
  box-shadow: 0 2px 0 #aeb2b7;
  color: #43474c;
  text-align: center;
  padding: 10px 30px 10px 20px;
}
.btn.is-border.is-inline {
  display: inline-block;
}
.btn.is-border-black {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 8px;
  box-shadow: 0 2px 0 #000;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 30px;
}
.btn.is-yellow {
  background: #f3d846;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 28px 12px 20px;
  text-align: center;
  position: relative;
}
.btn.is-yellow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #d8c03a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.btn.is-round-border {
  background: url("/docomo/images/top/icon-arrow_option_03.svg") no-repeat right 15px center;
  border: 1px solid #333;
  border-radius: 7px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 35px;
  max-width: 350px;
  margin: 0 auto;
}
.btn.is-round-border:before {
  display: none;
}
.btn.is-round-border.is-big.is-white {
  background: #fff url("/docomo/images/top/icon-arrow_option_03.svg") no-repeat right 15px center;
  font-size: 27px;
  max-width: 660px;
  padding: 20px 35px;
}
.btn.is-yellow-shadow {
  max-width: 660px;
  margin: 0 auto;
  background: #f7df00 url("/docomo/images/top/icon-arrow_option_03.svg") no-repeat right 15px center;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  padding: 20px 35px;
  box-shadow: 0 6px 0 #ddb614;
  border-radius: 13px;
  line-height: 1.5;
  transition: all 0.25s;
}
.btn.is-yellow-shadow:before {
  display: none;
}
.btn.is-gray-shadow {
  max-width: 660px;
  margin: 0 auto;
  background: #F0F0F0 url("/docomo/images/top/icon-arrow_option_03.svg") no-repeat right 15px center;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  padding: 20px 35px;
  box-shadow: 0 6px 0 #888786;
  border-radius: 13px;
  line-height: 1.5;
  transition: all 0.25s;
}
.btn.is-yellow-shadow .text-sub {
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.btn.is-gray-shadow .text-sub {
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.btn.is-yellow-shadow:hover, .btn.is-yellow-shadow:focus {
  box-shadow: none;
  transform: translateY(6px);
  opacity: 1;
}
.btn.is-yellow-shadow.is-inline {
  display: inline-block;
}
.btn.is-blue-shadow {
  max-width: 660px;
  height: 100%;
  margin: 0 auto;
  background: #fff url("/docomo/images/top/icon-arrow_option_03.svg") no-repeat right 15px center;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 20px 35px;
  box-shadow: 0 6px 0 #b1cfdd;
  border-radius: 13px;
  line-height: 1.5;
  transition: all 0.25s;
}
.btn.is-blue-shadow:before {
  display: none;
}
.btn.is-gray-shadow:hover, .btn.is-gray-shadow:focus {
  box-shadow: none;
  transform: translateY(6px);
  opacity: 1;
}
.btn.is-gray-shadow.is-inline {
  display: inline-block;
}

.btn.is-border-slim {
  background: #fff url("/common_top/images/icon-arrow_orange_02.svg") no-repeat right 14px center;
  background-size: auto auto;
  background-size: auto auto;
  background-size: 19px auto;
  border: 1px solid #e2ded5;
  border-radius: 999em;
  color: #333;
  padding: 9px 45px 9px 30px;
  text-align: center;
}
.btn.is-border-slim:before {
  display: none;
}
.btn.is-border-slim.is-inline {
  display: inline-block;
}
.btn.is-yellow-lead {
  background: #ffc900;
  border-radius: 6px;
  box-shadow: 0 5px 0 #aa810e;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  padding: 30px 35px;
  line-height: 1.2;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.btn.is-yellow-lead:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 10px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.btn.is-yellow-lead.is-small {
  font-size: 20px;
  padding: 20px 35px;
  max-width: 480px;
}
.btn.is-border-blue {
  background: #fff;
  border: 3px solid #04487a;
  box-shadow: 0 5px #04487a;
  border-radius: 6px;
  color: #04487a;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.btn.is-border-blue:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 10px solid #04487a;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .btn:hover:after {
    display: none;
  }
  .btn.is-apply {
    width: 100%;
    background-size: 7px auto;
    background-position: center right 10px;
    border-radius: 4px;
    font-size: 18px;
    padding: 16px 25px 16px 15px;
  }
  .btn.is-black {
    width: 100%;
    background-size: 7px auto;
    background-position: center right 10px;
    border-radius: 4px;
    font-size: 16px;
    padding: 20px 25px 20px 15px;
  }
  .btn.is-black.is-small {
    font-size: 13px;
  }
  .btn.is-border-black {
    font-size: 14px;
  }
  .btn.is-round-border {
    font-size: 14px;
    width: 100%;
    max-width: 280px;
  }
  .btn.is-yellow-shadow, .btn.is-gray-shadow {
    font-size: 20px;
    padding: 10px 35px;
  }
  .btn.is-yellow-shadow .text-sub, .btn.is-gray-shadow .text-sub {
    font-size: 12px;
  }
  .btn.is-round-border.is-big.is-white {
    font-size: 18px;
    padding: 17px 35px;
  }
  .btn.is-yellow-lead {
    font-size: 17px;
    padding: 17px 25px;
  }
  .btn.is-yellow-lead:before {
    border: 6px solid transparent;
    border-left: 7px solid #000;
    right: 8px;
    margin-top: -6px;
  }
  .btn.is-yellow-lead.is-small {
    font-size: 16px;
    padding: 16px 25px;
  }
  .btn.is-border-blue {
    font-size: 17px;
    padding: 17px 25px;
    max-width: 580px;
  }
  .btn.is-border-blue:before {
    border: 6px solid transparent;
    border-left: 7px solid #04487a;
    position: absolute;
    right: 8px;
    margin-top: -6px;
  }
}

/*btn*/
.arrow-btn{
  margin: auto;
  display:block;
  padding: 6px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #d00f31;
}
.arrow-btn.is-border{
  border: 2px solid #333;
}

.arrow-btn:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 48px;
  background: #333;
  top: 0;
  right: 0;
}
.arrow-btn:after{
  content: "";
  position: absolute;
  height: 6px;
  width: 20px;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  background: url("/docomo/images/top/icon-arrow_wt.svg") no-repeat center;
  background-size: contain;
}

.arrow-btn:hover{
  color: #333;
  background: #ffe219;
}

@media screen and (max-width: 768px){
  .arrow-btn:before {
    width: 40px;
  }
}

.btn.is-green-shadow {
  max-width: 660px;
  height: 100%;
  margin: 0 auto;
  background: #00a589;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 20px 30px;
  box-shadow: 0 6px 0 #0d827c;
  border: 6px solid #0cbf9d;
  border-radius: 6px;
  line-height: 1.3;
  transition: all 0.25s;
}
.btn.is-green-shadow .text-read{
  font-weight: normal;
  font-size: 16px;
}
.btn.is-green-shadow:hover, .btn.is-green-shadow:focus {
  box-shadow: none;
  transform: translateY(6px);
  opacity: 1;
}
.btn.is-green-shadow:before{
  content: "";
  position: absolute;
  height: 6px;
  width: 20px;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  background: url("/docomo/images/top/icon-arrow_wt.svg") no-repeat center;
  background-size: contain;
  border: 0;
}
.btn:hover:after {
  border-radius: 2px;
}

@media screen and (max-width: 768px){
  .btn.is-green-shadow .text-read{
    font-size: 14px;
  }
}


/*================================
list
=================================*/
.list-note.is-gray li {
  color: #4d4d4d;
}
.list-dotted.is-large > li {
  font-size: 16px;
}
.list-dotted.is-large > li:before {
  top: 12px;
}
.list-dotted.is-red > li {
  background: none;
  padding-left: 20px;
  position: relative;
}
.list-dotted.is-red > li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d00f31;
  border-radius: 500px;
  position: absolute;
  top: 8px;
  left: 5px;
}
.list-dotted.is-white > li:before {
  background: #fff;
}
.list-dotted.col-2 > li {
  width: calc(100% / 2);
  margin-top: 0;
}
.list-dotted.col-2 > li:nth-child(n+3) {
  margin-top: 3px;
}
.list-arrow li + li {
  margin-top: 3px;
}
.list-arrow .link-arrow {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.list-arrow .link-arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #3ea3c4;
  position: absolute;
  top: 9px;
  left: 0;
}
.list-arrow.is-small li {
  font-size: 12px;
}
.list-arrow.is-small .link-arrow:before {
  top: 6px;
}
.list-arrow.is-large li {
  font-size: 16px;
}
.list-arrow.is-large .link-arrow {
  padding-left: 15px;
}
.list-arrow.is-large .link-arrow:before {
  border-width: 5px 0 5px 7px;
  top: 8px;
}
.list-arrow.is-grid li {
  margin-bottom: 3px;
}
.list-arrow.is-grid li + li {
  margin-top: 0;
}
.list-arrow.is-grid li:not(:last-child) {
  margin-right: 15px;
}
.list-sub.is-small li {
  font-size: 13px;
}
.list-sub.is-small li + li {
  margin-top: 0;
}
.list-num > li {
  padding-left: 1.3em;
}
.list-num > li .mark {
  position: relative;
  left: -0.3em;
  margin-left: -1.0em;
}
.list-explain > li + li {
  margin-top: 15px;
}
.list-btn li {
  width: 48%;
}
.list-faq li + li {
  margin-top: 8px;
}
.list-faq .icon-q {
  display: inline-block;
  background: url("/docomo/images/icon-q.png") no-repeat top 2px left;
  background-size: 22px auto;
  padding: 2px 0 2px 30px;
}
.box-col .heading-text .text-sub {
  font-size: 14px;
}
.box-col .heading-logo {
  padding-bottom: 30px;
}
.box-col .content + .lower {
  padding-top: 15px;
}
.box-col .lower .text-link {
  text-align: center;
}
.text-link a {
  font-size: 18px;
  color: #000;
}
.text-link .icon-textlink {
  display: inline-block;
  background: url("/docomo/images/icon-arrow.svg") no-repeat center right;
  background-size: 24px auto;
  padding: 2px 32px 2px 0;
}
.text-link.is-right {
  text-align: right;
  margin-top: 20px;
}
.text-link.is-small a {
  font-size: 14px;
}
.text-link.is-small .icon-textlink {
  background-size: 18px auto;
  padding: 2px 25px 2px 0;
}
@media screen and (max-width: 768px) {
  .list-dotted.is-large > li {
    font-size: 15px;
  }
  .list-dotted.col-2 > li {
    width: 100%;
  }
  .list-dotted.col-2 > li + li {
    margin-top: 3px;
  }
  .list-btn li {
    width: 100%;
  }
  .list-btn li + li {
    margin-top: 15px;
  }
  .box-col .heading-logo {
    padding-bottom: 10px;
  }
  .box-col .content + .lower {
    padding-top: 10px;
  }
  .text-link a {
    font-size: 14px;
  }
  .text-link .icon-textlink {
    background-size: 18px auto;
    padding: 1px 24px 1px 0;
  }
}
/*================================
table
=================================*/
th.al-top {
  vertical-align: top;
}
th .text-sub {
  font-size: 13px;
}
td.al-top {
  vertical-align: top;
}
td .text-lead {
  font-size: 20px;
}
td .text-sub {
  font-size: 13px;
}
td .add-text {
  display: inline-block;
  margin-left: 10px;
}
.tbl-bg-01 {
  background: #000;
  color: #fff;
  font-size: 17px;
}
.tbl-bg-02 {
  background: #eff0f4;
}
@media screen and (max-width: 768px) {
  td .text-lead {
    font-size: 16px;
  }
  td .text-sub {
    font-size: 12px;
  }
  .tbl-bg-01 {
    font-size: 15px;
  }
  .tbl-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tbl-scroll table::-webkit-scrollbar {
    height: 4px;
  }
  .tbl-scroll table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tbl-scroll table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/**************************************************
news-area
**************************************************/
.news-area .inner {
  padding: 15px 0;
}
.list-news {
  background: #f2f2f2;
  border-radius: 999em;
}
.list-news .news-col:first-child {
  flex: 1;
  padding-right: 30px;
}
.news-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 999em 0 0 999em;
  padding: 7px 15px;
}
.news-heading .label-news {
  background: none;
  border-radius: 0;
  padding: 0
}
.news-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 7px 0;
}
.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
}
.news-link .date {
  font-weight: bold;
  margin: 0 15px;
}
.news-link .link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-link .link a {
  color: #000;
}
.news-more {
  font-size: 13px;
  padding: 7px 0;
}
.news-wrap .list-dotted {
  margin-top: 10px;
}
.news-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-back .date {
  width: 70px;
}
.news-back .text {
  width: calc(100% - 70px);
}
.label-wrap {
  display: inline-block;
  position: relative;
}
.label-news {
  background: #1a1a1a;
  border-radius: 500px;
  padding: 4px 15px 5px;
}
.label-news .label-text {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.label-news.is-year {
  padding: 2px 18px;
}
.label-news.is-year .label-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-area .inner {
    padding: 15px 12px;
  }
  .list-news {
    border-radius: 15px 15px 0 0;
  }
  .list-news .news-col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .news-heading {
    border-radius: 15px 15px 0 0;
  }
  .news-content {
    padding: 5px 15px;
  }
  .news-link .date {
    margin: 0 10px 0 0;
  }
  .news-more {
    text-align: right;
    padding: 5px 15px;
  }
}
/**************************************************
apply-area
**************************************************/
.supplement-area {
  padding: 15px 0;
  background: #efefef;
}
.apply-area {
  background: #d00f31;
}
.apply-area a {
  color: #fff;
}
.heading-text.is-frame {
  border: 2px solid #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}
.box-shortWidth {
  width: 34%;
  margin: 0 auto;
  text-align: left;
}
.box-middleWidth {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.box-apply {
  padding:20px;
  border-radius: 10px;
  background: #ffffff;
}
.box-apply:first-child{
  padding: 60px 20px;
}

.list-dotted.is-check{
  margin-top: 10px;
}
.list-dotted.is-check>li{
  padding-left: 20px;
}
.list-dotted.is-check>li:before{
  width: 14px;
  height: 14px;
  background: url(/docomo/images/top/icon-check_wt.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.tel-num {
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  cursor: default;
  color: #fff;
}
.apply-area .tel-wrap a.tel-num{
  color: #333;
}

.icon-tel {
  display: inline-block;
  background: url("/docomo/images/icon-tel.svg") no-repeat center left;
  background-size: 22px auto;
  padding-left: 30px;
}
.icon-web {
  display: inline-block;
  background: url("/docomo/images/icon-web.svg") no-repeat center left;
  background-size: 22px auto;
  padding-left: 30px;
}

.apply-time{
  padding: 5px;
  border-radius: 6px;
  background: #efefef;
}
.apply-time dt{
  width: 25%;
  padding: 10px;
  text-align: center;
}
.apply-time dd{
  width: 75%;
  padding: 10px;
  border-left: 1px solid #c1c1c1;
  position: relative;
}
.apply-time dd .day{
  position: absolute;
  padding: 0 5px;
  background: #efefef;
  z-index: 1;
}
.apply-time dd .time{
  position: relative;
  padding-left: 70px;
}
.apply-time dd .time:before{
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-size: 6px 2px;
  background-image: linear-gradient(to right, #c1c1c1, #c1c1c1 2px, transparent 2px, transparent 6px);
  background-repeat: repeat-x;
  left: 0;
  top: 10px;
}

.grid-tel > .col {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .apply-area .inner {
    padding: 30px 12px;
  }
  .heading-text.is-frame {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .box-shortWidth {
    width: 100%;
  }
  .box-apply,
  .box-apply:first-child {
    padding: 15px 10px;
    border-radius: 6px;
  }
  .tel-num {
    font-size: 30px;
  }
  .icon-freedial::before {
    top: 1px;
  }
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
}
/*////////////////////
エレコム・バッファロー／F-secure追加
////////////////////*/
.top-area.is-router .inner {
  padding: 20px 10px !important;
}
.router-detail-area {
  position: relative;
  background-color: #9ee3e8;
}
.router-detail-area .blank {
  display: none;
}
.router-detail-area .ribbon-wrap {
  position: absolute;
  top: -25px;
  right: 50%;
  margin-right: -183px;
}
.ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ribbon span {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
  font-size: 22px;
  background: #d00f31;
  color: #FFF;
  box-sizing: border-box;
  font-weight: bold;
}
.router-detail-area .is-2lines-ribbon:before {
  background: url(/docomo/images/router/ribbon-left.png) no-repeat;
}
.router-detail-area .is-2lines-ribbon:after {
  background: url(/docomo/images/router/ribbon-right.png) no-repeat;
}
.router-detail-area .tab-wrap {
  margin-top: 60px;
}
.router-detail-box .box:first-of-type {
  width: 370px;
}
.router-detail-box .box:nth-of-type(2) {
  width: calc(100% - 370px);
  padding-left: 20px;
}

.router-detail-group{
  padding: 20px 0;
}
/* end*/
.router-detail-group.end{
  position: relative;
  padding: 50px 0 20px;
  margin-bottom: 20px;
}
.router-detail-group.end:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
   background: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 2;
}
.router-detail-group.end:after{
  position: absolute;
  content: "本製品は取り扱い終了しました。";
  font-size: 20px;
  font-weight: bold;
  color: #f22016;
  width: 300px;
  height: 34px;
  top: 10px;
  left: 50%;
  margin-left: -150px;
  z-index: 3;
}


.tab-box {
  border: none;
  padding: 30px 30px 25px;
}
.tab{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #7c7c7c;
	background-color: #eaedef;
}

.first-tab.tab-wrap .tab:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 100px;
	left: 30px;
	bottom: 10px;
	background: url("/docomo/images/router/img-router-elecom-off.png") no-repeat;
	background-size: contain;
}
.first-tab.tab-wrap .tab:nth-of-type(2):before {
  position: absolute;
  content: '';
  width: 60px;
  height: 100px;
  left: 20px;
  bottom: 8px;
  background: url("/docomo/images/router/img-router-buffalo-off.png") no-repeat;
  background-size: contain;
}
.first-tab.tab-wrap .tab:nth-of-type(3):before {
  position: absolute;
  content: '';
  width: 70px;
  height: 100px;
  left: 16px;
  bottom: 8px;
  background: url("/docomo/images/router/img-router-io-data-off.png") no-repeat;
  background-size: contain;
  background-position: 0 19px;
}

.first-tab.tab-wrap .tab.active{
	position: relative;
	color: #FFF;
	background-color: #0067ad;
}
.first-tab.tab-wrap .tab.active:nth-of-type(2){
	color: #FFF;
	background-color: #e55566;
}
.first-tab.tab-wrap .tab.active:nth-of-type(3){
	color: #FFF;
	background-color: #9159de;
}
.first-tab.tab-wrap .tab.active:before{
	background: url("/docomo/images/router/img-router-elecom.png") no-repeat;
	background-size: contain;
}
.first-tab.tab-wrap .tab.active:after{
	border: 10px solid transparent;
	border-top-color: #0067ad;
	border-bottom-width: 0;
	bottom: -10px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}
.first-tab.tab-wrap .tab.active:nth-of-type(2):before{
	background: url("/docomo/images/router/img-router-buffalo.png") no-repeat;
	background-size: contain;
}
.first-tab.tab-wrap .tab.active:nth-of-type(3):before{
	background: url("/docomo/images/router/img-router-io-data.png") no-repeat;
	background-size: contain;
  background-position: 0 19px;
}
.first-tab.tab-wrap .tab.active:nth-of-type(2):after{
	border-top-color: #e55566;
}
.first-tab.tab-wrap .tab.active:nth-of-type(3):after{
	border-top-color: #9159de;
}

/* tab-sub-box*/
.tab-sub-box {
  margin-top: 30px;
  display: none;
}
.tab-sub-box.active {
  display: block;
}
.sub-btn {
  width: 48%;
  padding: 10px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #7c7c7c;
  background-color: #eaedef;
  cursor: pointer;
  border-top: 5px solid #fff;
}
.sub-btn:before{
  border: 6px solid transparent;
  border-left-color: #7c7c7c;
  border-right-width: 0;
  top: 50%;
  content: "";
  display: block;
  left: 50px;
  margin-top: -6px;
  position: absolute;
  width: 0;
}
.sub-btn.active {
  color: #000;
  background-color: #ffdfde;
  border-top: 5px solid #e55566;
}
.sub-btn.active:before{
  border-left-color: #e55566;
}
.sub-btn.active:after {
  border: 10px solid transparent;
  border-top-color: #ffdfde;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.tab-content {
  background-color: #FFF;
}
.tab-content h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0067ad;
  border-bottom: 3px dotted #9ee3e8;
}
.tab-content ul + h4 {
  margin-top: 50px;
}
.price-txt {
  position: relative;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 20px;
  background-color: #b7e4e5;
  border-left: 5px solid #0067ad;
}
.price-txt:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: #9dc6c6 #fff #fff #9dc6c6;
}
.price-txt p {
  text-align: center;
}
.price-txt p span {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  color: #0067ad;
}
.price-txt p span > span {
  font-size: 20px;
}
.price-txt p .font-small {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.router-detail-area .tbl tr {
  border-bottom: 5px solid #FFF;
}
.router-detail-area .tbl tr:last-of-type {
  border-bottom: none;
}
.router-detail-area .tbl td, .router-detail-area .tbl th {
  padding: 18px 15px;
  font-size: 14px;
  border: none;
}
.router-detail-area .tbl .bg-gray1 {
  background-color: #7c7c7c;
  color: #FFF;
}
.router-detail-area .tbl .bg-gray2 {
  background-color: #eaedef;
}
.width33 {
  width: 33%;
}
.width67 {
  width: 67%;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.column {
  width: calc(100% - 156px);
}
.blue-btn {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #0067ad;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 3px 0px #004a5e;
}
.blue-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blue-btn:hover {
  opacity: .8;
}
.router-detail-area .tbl .ttl-stripe {
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #0067ad;
  background-color: #FFF;
}
.list-dotted.is-black > li:before {
  width: 8px;
  height: 8px;
  background: #1e1e1e;
  top: 0.5em;
}
.tab-box .list-note {
  margin-top: 20px;
  font-size: 12px;
}
.movie-btn {
  width: calc((100% - 20px)/2);
}
.movie-btn {
  padding: 10px 20px;
  color: #0067ad;
  background-color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #0067ad;
  border-radius: 999em;
  cursor: pointer;
}
.movie-btn.active {
  color: #FFF;
  background-color: #0067ad;
  font-weight: bold;
}
.movie-box {
  display: none;
}
.movie-box.active {
  display: block;
}
.movie-box iframe {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  border: 20px solid #eaedef;
}
.contact-wrap {
  margin-top: 50px;
  padding: 20px;
  background: repeating-linear-gradient(-45deg, #ffc900, #ffc900 6px, #ffd91d 0, #ffd91d 12px);
}
.contact-wrap .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0067ad;
}
.contact-wrap .title span {
  font-size: 16px;
  font-weight: normal;
}
.contact-box {
  margin-top: 15px;
  padding: 20px;
  background-color: #FFF;
}
.contact-box .box {
  width: calc(100% / 2);
}
.contact-box .box:only-child {
  width: 100%;
  padding: 20px 60px;
  border: none;
}
.contact-box .box:only-child .right-box-title {
  text-align: center;
}
.contact-box .box:only-child .right-box-title:before {
  left: 230px;
}
.contact-box .list-note {
  margin-top: 10px;
}
.left-box {
  padding: 20px 10px 10px 0;
  border-right: 3px dotted #686868;
}
.right-box {
  padding: 20px 5px 10px 15px;
}
.left-box-title, .right-box-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 70px;
  font-size: 18px;
  font-weight: bold;
}
.left-box-title:before, .right-box-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 51px;
  height: 51px;
  margin-top: -25px;
}
.left-box-title:before {
  background: url("/docomo/images/router/icon-hukidashi.png") no-repeat;
}
.right-box-title:before {
  background: url("/docomo/images/router/icon-tel.png") no-repeat;
}
.left-box .blue-btn {
  margin: 10px 0 20px 0;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 999em;
  box-shadow: 0 4px 0px #004a5e;
}
.left-box .blue-btn:after {
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.fz14 {
  font-size: 14px;
}
.timelist {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
.timelist-box {
  padding: 5px 15px;
}
.timelist .timelist-box:first-of-type {
  color: #FFF;
  background-color: #7c7c7c;
}
.timelist .timelist-box:nth-of-type(n+2) {
  width: calc(100% - 90px);
  background-color: #eaedef;
}
.timelist-box span {
  margin-left: 5px;
  font-size: 12px;
}
.right-box .list-dotted > li {
  white-space: nowrap;
}
/*elecom-box buffalo-box*/
/*.elecom-box h4,*/
.buffalo-box h4 {
  color: #e55566;
  border-bottom: 3px dotted #ffcfcf;
}
/*.router-detail-area .elecom-box .tbl .ttl-stripe,*/
.router-detail-area .buffalo-box .tbl .ttl-stripe {
  color: #e55566;
}
/*.elecom-box .price-txt,*/
.buffalo-box .price-txt {
  background-color: #ffdfde;
  border-left: 5px solid #ff6151;
}
/*.elecom-box .price-txt:after,*/
 .buffalo-box .price-txt:after {
  border-color: #e5bebe #fff #fff #e5bebe;
}
/*.elecom-box .price-txt p span,*/
.buffalo-box .price-txt p span {
  color: #f22016;
}
/*.elecom-box .contact-wrap .title,*/
.buffalo-box .contact-wrap .title {
  color: #e55566;
}
/*io-data--box buffalo-box*/
/*.io-data--box h4,*/
.io-data-box h4 {
  color: #9159de;
  border-bottom: 3px dotted #e6d4ff;
}
/*.router-detail-area .io-data--box .tbl .ttl-stripe,*/
.router-detail-area .io-data-box .tbl .ttl-stripe {
  color: #9159de;
}
/*.io-data-box .price-txt,*/
.io-data-box .price-txt {
  background-color: #e6d4ff;
  border-left: 5px solid #9159de;
}
/*.io-data-box .price-txt:after,*/
 .io-data-box .price-txt:after {
  border-color: #e5bebe #fff #fff #e5bebe;
}
/*.io-data-box .price-txt:after,*/
.io-data-box .price-txt:after {
  border-color: #b0a2c4 #fff #fff #b0a2c4;
}
/*.io-data-box .price-txt p span,*/
.io-data-box .price-txt p span {
  color: #9159de;
}
/*.io-data-box .contact-wrap .title,*/
.io-data-box .contact-wrap .title {
  color: #9159de;
}
.pink-btn {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #e55566;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 3px 0px #ba4760;
}
.pink-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pink-btn:hover {
  opacity: .8;
}
.purple-btn {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #9159de;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 3px 0px #662d91;
}
.purple-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.purple-btn:hover {
  opacity: .8;
}
.left-box .pink-btn {
  margin: 10px 0 20px 0;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 999em;
}
.left-box .purple-btn {
  margin: 10px 0 20px 0;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 999em;
}
.contact-wrap .blue-btn {
  margin: 10px 0 20px 0;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 999em;
  box-shadow: 0 4px 0px #004a5e;
}
/*end*/
.router-detail-group.end .blue-btn,
.router-detail-group.end .pink-btn{
  z-index: 3;
  opacity: 0.8;
}


.buffalo-box .movie-btn {
  width: calc((100% - 20px)/3);
}
.elecom-box .movie-btn,
.buffalo-box .movie-btn{
  color: #e55566;
  border: 2px solid #e55566;
}
.elecom-box .movie-btn.active,
.buffalo-box .movie-btn.active{
  color: #FFF;
  background-color: #e55566;
}
.buffalo-box .contact-wrap .title {
  color: #e55566;
}
.buffalo-box .timelist .timelist-box:first-of-type {
  display: flex;
  align-items: center;
}
.buffalo-box .timelist .timelist-box:nth-of-type(n+2) {
  width: calc(100% - 90px);
}
@media screen and (max-width: 768px) {
  .top-area.is-router .inner {
    padding: 15px 10px 30px !important;
  }
  .router-detail-area .ribbon-wrap {
    position: absolute;
    top: -25px;
    right: 50%;
    margin-right: -123px;
  }
  .ribbon span {
    font-size: 16px;
  }
  .router-detail-area .inner {
    margin-top: 25px;
    padding: 65px 12px 25px;
  }
  .router-detail-box .box:first-of-type {
    width: 100%;
  }
  .router-detail-box .box:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .router-detail-area .tab-wrap {
    margin-top: 40px;
  }
  .contact-box, .contact-box .box:only-child {
    padding: 20px 12px;
  }
  .contact-box .box {
    width: 100%;
  }
  .router-detail-group.end:after{
  font-size: 16px;
  width: 100%;
  height: 17px;
  margin-left: -110px;
}
  .tab-box {
    padding: 30px 15px 25px;
  }
  .tab {
    display: flex;
    padding: 15px 10px;
    text-align: left;
    font-size: 14px;
  }
  .tab:nth-of-type(2){
    padding-left: 10px;
  }
  .tab p {
    margin: 0 auto;
  }
  .sub-btn {
    font-size: 15px;
  }
  .sub-btn:before{
    left: 10px;
  }
  .first-tab.tab-wrap .tab:before,
  .first-tab.tab-wrap .tab:nth-of-type(2):before,
    .first-tab.tab-wrap .tab:nth-of-type(3):before{
    display: none;
  }
  .tab-content h4 {
    font-size: 16px;
  }
  .tab-content ul + h4 {
    margin-top: 20px;
  }
  .router-detail-area .tbl td, .router-detail-area .tbl th {
    padding: 10px 15px;
    font-size: 12px;
  }
  .price-txt {
    font-size: 16px;
  }
  .price-txt p span {
    font-size: 32px;
  }
  .price-txt p span > span {
    font-size: 16px;
  }
  .price-txt p .font-small {
    font-size: 12px;
  }
  .inline-flex {
    align-items: stretch;
    flex-direction: column;
  }
  .column {
    width: 100%;
  }
  .blue-btn {
    width: 156px;
    margin: 5px 0 0;
    padding: 5px 20px;
  }
  .blue-btn:after {
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .movie-btn {
    width: 100%;
    font-size: 14px;
  }
  .movie-btn + .movie-btn {
    margin-top: 10px;
  }
  .movie-box {
    position: relative;
    margin-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 10px solid #DDD;
  }
  .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
  }
  .contact-box .list-note {
    margin-top: 10px;
  }
  .left-box {
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 3px dotted #686868;
  }
  .left-box-title, .right-box-title {
    padding-left: 50px;
    font-size: 14px;
  }
  .left-box-title:before, .right-box-title:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
    .contact-box .box:only-child .right-box-title {
    padding-left: 10px;
  }
  .contact-box .box:only-child .right-box-title:before {
    left: 0;
  }
  .left-box-title:before {
    background-size: contain;
  }
  .right-box-title:before {
    background-size: contain;
  }
  .left-box .blue-btn,
  .contact-wrap .blue-btn {
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
  }
  .left-box .pink-btn {
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
  }
  .left-box .purple-btn {
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
  }
  .contact-wrap {
    margin-top: 30px;
    padding: 15px 10px;
  }
  .contact-wrap .title {
    font-size: 16px;
  }
  .contact-wrap .title span {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .right-box {
    padding: 30px 0 0;
  }
  .right-box .list-dotted > li {
    white-space: normal;
  }
  .timelist {
    font-size: 12px;
  }
  .timelist-box {
    padding: 5px 10px;
  }
  .timelist .timelist-box:first-of-type {
    display: flex;
    align-items: center;
  }
  .timelist .timelist-box:nth-of-type(n+2) {
    width: calc(100% - 68px);
  }
  .timelist-box span {
    margin-left: 0;
  }
  .pink-btn {
    width: 156px;
    margin: 5px 0 0;
    padding: 5px 20px;
  }
  .pink-btn:after {
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .buffalo-box .movie-btn {
    width: 100%;
  }
  .buffalo-box .timelist .timelist-box:nth-of-type(n+2) {
    width: calc(100% - 68px);
  }
  .num-freedial {
    font-size: 28px;
  }
}
@media screen and (max-width: 390px) {
  .tab {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 350px) {
  .num-freedial {
    font-size: 24px !important;
  }
  .left-box-title, .right-box-title {
    padding-left: 35px;
  }
}

/*////////////////////
F-secure画像追加
////////////////////*/
.Fsec-img-box{
  margin-top: 20px;
}
.f-sec-wrap{
  width: 40%;
}
.Fsec-img-box>.list-note{
  width: 58%;
  margin-top: 0;
}
.img.img-smp {
  height: 245px;
}
.list-img-device {
  width: 100%;
  background: #fff;
  flex-wrap: nowrap;
}
.list-img-device>li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 5px;
  position: relative;
  cursor: pointer;
}
.list-img-device>li:last-child{
  border-right: 1px solid #eaeaea;
}
.list-img-device>li img {
  max-height: 90px;
  width: 100%;
}
@media screen and (max-width: 768px){
  .img.img-smp {
    height: inherit;
  }
  .f-sec-wrap,
  .Fsec-img-box>.list-note{
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .img.img-smp {
    height: 210px;
  }
}
@media screen and (max-width: 350px) {
  .img.img-smp {
    height: 175px;
  }
}

/*20200817*/
.cam-mv{
  padding: 40px 0;
}
@media screen and (max-width: 768px){
.cam-mv{
  padding: 30px 0;
}
}