@charset "utf-8";

.servicetop-title,
.service-main-title {
  color:#c7161d;
}
a.servicetop-jump {
  box-shadow:0px 0px 5px 1px #c7161d;
}
.news-title {
  border-color:#c7161d;
}
.servicetop-jump-area-wrap {
  background-color: #e9a2a5;
}
.servicetop-title-wrap {
  background-image:url(../images/net/bg_service_title.png);
}
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.net-catch-wrap {
  margin: 2rem 0 3rem;
  color: #f00;
}
.price-area {
  margin-bottom: 1.5rem;
}
.price-area .course-net {
  display: inline-block;
  border: 2px solid #f00;
  font-size: 2rem;
  padding: 0.6rem 2rem 0.4rem;
  border-radius: 3rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  box-shadow: 3px 3px 0 #f00;
}
.price-area .course-net span {
  font-weight: bold;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
}
.price-area .price {
  display: inline-block;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin-top: 0.3rem;
}
.price-area .price > p {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.price-area .price > p::before,
.price-area .price > p::after {
  content: "";
  width: 1em;
  height: 2px;
  display: inline-block;
  background-color: #f00;
  margin-bottom: 2px;
}
.price-area .price > p::before {
  left: 0;
  transform: rotate(52deg);
}
.price-area .price > p::after {
  right: 0;
  transform: rotate(-52deg);
}
.price-area .price > div {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: left;
  padding-left: 0.5rem;
}
.price-area .price > div span {
  display: block;
  font-weight: bold;
}
.price-area .price > div span:first-child {
  font-size: 0.2em;
  line-height: 1.4;
  padding-bottom: 0.2rem;
}
.price-area .price > div span:last-child {
  font-size: 0.4em;
  letter-spacing: 2px;
}
.net-catch-wrap > p {
  font-size: 1.8rem;
}
/*----------------------------------------------------
  選べるコース
----------------------------------------------------*/
a.btn-course {
  display: block;
  border-width: 2px;
  margin-left: 0.8em;
  margin-bottom: 0;
  margin-top: 10px;
  color: #595757 !important;
  text-align: center;
  font-weight: bold;
}
.btn-course:hover:before {
  right: 10px;
}
.select-course .annotation-txt {
  padding-left: min(1vw, 13px);
}
/*----------------------------------------------------
  充実のオプション
----------------------------------------------------*/
a.option-btn,
.option-btn {
  display:table;
  width:100%;
  text-decoration:none;
  background:url(../images/net/bg_option_btn.png) no-repeat top left;
  background-size:contain;
  vertical-align:middle;
  color:#c7161d;
  border-top:1px solid #ddd;
  position:relative;
  height:90px;
  box-sizing:border-box;
  margin-bottom:15px;
}
.option-btn:hover {
  cursor:pointer;
}
.option-btn-left {
  display:table-cell;
  width:78px;
  vertical-align:middle;
  padding-left:10px;
  box-sizing:border-box;
}
.option-btn .option-btn-icon {
  width:58px;
}
.option-btn-right {
  overflow:hidden;
  font-size:2.2rem;
  font-weight:bold;
  display:table-cell;
  vertical-align:middle;
  padding-right:15px;
  box-sizing:border-box;
}
.option-btn:after {
  position: absolute;
  font-size: 3.4rem;
  line-height: 1;
  top: 50%;
  font-weight:normal;
  margin-top: -17px;
  right:10px;
  content: "\f105";
  font-family: FontAwesome;
  color: #c7161d;
  z-index: 1;
}
.option-btn:hover {
  opacity:0.75;
}
/*メッシュWi-fi*/
.option-wifi p.text {
  color: #c8151d;
  font-weight: bold;
  margin-bottom: 10px;
}
.option-wifi img.flg_house {
  margin-bottom: 15px;
}
.option-wifi img.flg_house {
  width: 338px;
}
/*無線ルーター*/
.option-wifi,
.option-router {
  margin-bottom:15px;
  display:none;
}
.option-wifi-btn:after,
.option-router-btn:after {
  content: "\f0d7";
}
.tbl-wifi,
.tbl-router {
  width:100%;
  font-size:1.4rem;
  margin-top:10px;
}
.tbl-wifi thead th,
.tbl-router thead th {
  font-weight:normal;
  padding-bottom:0;
}
.tbl-wifi tbody tr,
.tbl-router tbody tr {
  border-top:1px solid #c7161d;
  border-bottom:1px solid #c7161d;
}
.tbl-wifi tbody th,
.tbl-wifi tbody td,
.tbl-router tbody th,
.tbl-router tbody td {
  vertical-align:middle;
}
.tbl-wifi tbody td,
.tbl-router tbody td {
  color:#c7161d;
  font-size:1.8rem;
  font-weight:bold;
  position:relative;
  text-align:center;
  text-align: right;
}
.tbl-wifi tbody td:before,
.tbl-router tbody td:before {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  top: 50%;
  font-weight:normal;
  margin-top: -10px;
  left:-9px;
  content: "\f061";
  font-family: FontAwesome;
  color: #c7161d;
  z-index: 1;
}
.tbl-wifi tbody td span.zeinuki,
.tbl-router tbody td span.zeinuki {
  font-weight:bold;
  font-size:1.3rem;
}
/*料金表*/
.tbl-mon-fee {
  margin-bottom:10px;
}
.tbl-mon-fee + .annotation-txt {
  margin-bottom:30px;
}
.mail-address-change {
  background-color:#fffbcb;
  text-align:center;
  padding:7px 15px;
  color:#c7161d;
  font-weight:bold;
  margin:15px 0;
}
.option-fee-right {
  width: 30%;
}
.option-fee {
  text-align:center;
}
.fee-free {
  color:#c7161d;
  font-weight:bold;
}

/*----------------------------------------------------
  便利なサービス
----------------------------------------------------*/
.useful-service-title {
  color:#c7161d;
  font-size:2.2rem;
  text-align:center;
  font-weight:bold;
  border-bottom:3px solid #c7161d;
  padding-bottom:5px;
}
.useful-service-cap {
  font-weight:bold;
}
.useful-service-subttl {
  font-weight:bold;
  color:#c7161d;
}
.useful-service-list {
  list-style:none;
  padding:0;
}
.useful-service-list li {
  text-indent:-1em;
  padding-left:1em;
  font-size:1.4rem;
}
.useful-service-list li:before {
  content:"●";
  color:#c7161d;
}
a.btn-useful-service {
  display:block;
  border:2px solid #c7161d;
  padding:15px 20px 15px 20px;
  text-decoration:none;
  color:#222;
  border-radius:10px;
  font-size:1.8rem;
  position:relative;
  font-weight:bold;
}
.btn-useful-service:before {
  position: absolute;
  font-size: 2.8rem;
  line-height: 1;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  content: "\f105";
  font-family: FontAwesome;
  color: #c7161d;
  z-index: 1;
  transition-duration: 0.3s;
  font-weight:normal;
}
.btn-useful-service:hover:before {
  right:5px;
}
.useful-service-block .tbl-normal {
  margin:10px 0;
  font-size:1.4rem;
}
.useful-service-block .tbl-normal + p {
  margin-bottom:10px;
}
@media screen and (max-width: 1199px) {
  .option-btn-right {
    font-size:2rem;
  }
}
@media screen and (max-width: 991px) {
  .price-area .course-net {
    margin-bottom: 1rem;
  }
  .price-area .price {
    display: block;
  }
  a.btn-jitakuwari-pc {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .net-catch-wrap {
    margin: 0 0 1.5rem;
  }
  .price-area {
    margin-bottom: 1rem;
  }
  .price-area .course-net {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .price-area .price {
    font-size: 4.8rem;
  }
  .price-area .price > p {
    font-size: 1.6rem;
  }
  .net-catch-wrap > p {
    font-size: 1.5rem;
  }
  a.btn-course {
    margin-bottom: 3rem;
  }
  a.btn-course + a.btn-course {
    margin-top: -1.5rem;
  }
  .select-course {
    margin-bottom:15px;
  }
  #select_course .col-lg-6 .col-md-6 {
    margin-bottom: 2rem;
  }
  a.btn-useful-service {
    padding:10px 20px 10px 10px;
    font-size:1.4rem;
  }
  .useful-service-block {
    display:none;
    margin-top:10px;
  }
  .tbl-mon-fee {
    margin-bottom:15px;
  }
  .option-service-fee {
    display:none;
  }
    .option-btn-right {
    font-size:1.8rem;
  }
  .option-btn-left {
    width:60px;
  }
    .option-btn .option-btn-icon {
      width: 40px;
  }
    a.option-btn, .option-btn {
  margin-bottom: 0
  }
  .option-wifi img.flg_house {
    width: inherit;
  }
  .row + a.btn-course {
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .servicetop-main-wrap {
    padding-bottom: 0;
  }
  .net-catch-wrap {
    display: inline-block;
  }
  .price-area .course-net {
    font-size: 1.5rem;
  }
  .price-area .price {
    font-size: 4.2rem;
  }
  .net-catch-wrap > p {
    font-size: 1.4rem;
  }
  a.btn-course.d-sm-none {
    margin-bottom: 3rem;
  }
}
/*----------------------------------------------------
  集合住宅
----------------------------------------------------*/
.tbl-cable-room {
  margin-top:15px;
}