@charset "utf-8";
/* /access/hikari/au/musenlan/index.html */
.msn-fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 767px){
  .msn-fs-16 {
    font-size: 12px;
  }
}

.msn-kv {
  padding: 0 0 20px;
}
.s-link-current {
  color: #fff;
  background: #000;
}
.msn-device {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.msn-device-item {
  width: calc(50% - 20px);
}
.msn-device-inner {
  position: relative;
}
.msn-devicelabel-wrap {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
}
.msn-devicelabel--parent {
  background: #EB5503;
  color: #ffffff;
  padding: 6px 30px 2px;
}
.msn-devicelabel--child {
  background: #243674;
  color: #ffffff;
  padding: 6px 30px 2px;
}
.msn-device-desc {
  display: flex;
  background: #f3f4f8;
  width: calc(100% - 30px);
}
.msn-device-img {
  
}
.msn-device-img img {
  width: 100%;
}
.msn-device-spec {
  padding: 15px 0 0;
  line-height: 30px;
  width: calc(100% - 230px);
  position: absolute;
  height: 100%;
  top: 32px;
  right: 0;
  background: #fff;
}
.msn-device-spec ul {
  padding: 0 0 0 20px;
}
.msn-device-price-wrap {
  padding: 0 0 0 20px;
}
.msn-device-price {
  font-size: 18px;
  font-weight: bold;
  display: inline;
  position: relative;
  z-index: 0;
  background:linear-gradient(transparent 50%, #feee7f 50%);
}
.msn-device-discount {
  background: #eb5503;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.spec-attention {
  padding: 15px 0 0;
  line-height: 22px;
}

/* @Media screen (label size) */
@media screen and (max-width: 990px){
  .msn-devicelabel-wrap {
    font-size: 12px;
  }
  .msn-devicelabel--parent {
    padding: 6px 20px 4px;
  }
  .msn-devicelabel--child {
    padding: 6px 20px 4px;
  }
}

/*@Media screen (sp size) */
@media screen and (max-width: 767px){
  .msn-kv {
    padding: 0 0 10px;
  }
  .msn-device-item {
    width: 100%;
  }
  .msn-device-spec {
    width: 52%;
    line-height: 22px;
    box-sizing: border-box;
    top: 28px;
  }
  .msn-device-spec ul {
    margin: 0px;
  }
  .msn-device-img {
    width: 50%;
  }
  .msn-device-price {
    font-size: 14px;
    display: inline-block;
  }
  .msn-device-discount {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .msn-device-item:last-child {
    padding-bottom: 25px;
  }
}

/* @Media screen (sp size: iphone5) */
@media screen and (max-width: 374px){
  .msn-device-spec {
    font-size: 11px;
  }
  .msn-device-price {
    font-size: 11px;
  }
  .msn-device-discount {
    font-size: 11px;
  }
  .msn-devicelabel--parent {
    padding: 6px 10px 4px;
  }
  .msn-devicelabel--child {
    padding: 6px 10px 4px;
  }
  .spec-attention {
    padding: 0;
    line-height: 16px;
  }
}


/* 高速サービス　セクション */
.i-mediaSp {
  display: none;
}
.i-kv-inner {
  max-width: 100%;
}
.i-kv_area {
  border-bottom: none;
}
.i-npbtn {
  padding: 10px 230px 38px;
}
.i-npbtn__inner {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 9px 0;
  border-radius: 40px;
  font-size: 20px;
  position: relative;
}
.i-npbtn__inner::before {
  content: "";
  display: block;
  background: url(../img/arrow_w.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
a.i-npbtn__inner:hover {
  color: #fff;
}
.i-npbtn__inner--serv {
  display: block;
  background: #eb5503;
  color: #fff;
  text-align: center;
  padding: 9px 55px;
  border-radius: 40px;
  font-size: 20px;
  position: relative;
}
.i-npbtn__inner--serv::before {
  content: "";
  display: block;
  background: url(../img/arrow_o.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
a.i-npbtn__inner--serv:hover {
  color: #fff;
}
.i-npbtn--serv {
  padding: 24px 230px 60px;
}
.i-plan__title {
  text-align: center;
  padding: 60px 0 40px;
}
.i-flow {
  display: flex;
  position: relative;
}
.i-flow__middle {
  position: absolute;
  top: 0;
  right: 16%;
  z-index: -50;
  height: 100%;
}
.i-flow__middle img {
  height: 100%;
}
.i-flow__end {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -50;
  height: 100%;
}
.i-flow__end img {
  height: 100%;
}
.i-caption__inner {
  text-align: center;
  margin: 0;
  padding: 40px 0 60px;
  font-weight: bold;
  line-height: 32px;
}
.i-service__title {
  text-align: center;
  padding: 0 0 50px;
}

/* SP Size ~ 767px*/
@media screen and (max-width: 767px) {
  .i-mediaPc {
    display: none;
  }
  .i-mediaSp {
    display: block;
  }
  .i-npbtn {
    padding: 0 0 25px;
  }
  .i-npbtn__inner {
    font-size: 12px;
  }
  .i-npbtn__inner::before {
    width: 17px;
    height: 17px;
  }
  .i-plan__title {
    padding: 30px 0 20px;
  }
  .i-caption__inner {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0 50px;
  }
  .i-service__title {
    padding: 0 75px 25px;
  }
  .i-npbtn--serv {
    padding: 15px 0 30px;
  }
  .i-npbtn__inner--serv {
    padding: 8px 25px;
    font-size: 12px;
  }
  .i-npbtn__inner--serv::before {
    width: 17px;
    height: 17px;
    right: 6px;
  }
}
/* //高速サービス　セクション */
