/*----------------------------------------------------
 メッシュWi-Fi
------------------------------------------------------*/
/*メインイメージ*/
.mainimg-area {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

/*サービスの特徴*/
article {
  margin-bottom: 5.0rem;
}
.contens-sub-title-wrap {
  font-weight: bold;
  display: flex;
}
.contens-sub-title-wrap .point {
  background-color: #FFF000;
  display: flex;
  align-items: center;
}
.contens-sub-title-wrap .point p{
  font-size: 2.0rem;
  padding: 0 2rem;
  display: inline-block;
}
.contens-sub-title-wrap .point .point-num {
  font-size: 3.6rem;
  margin-left: 1rem;
  vertical-align: middle;
}
.contens-sub-title {
  background-color: #006CC6;
  flex-grow: 1;
  align-self: center;
}
.contens-sub-title p {
  color: #fff;
  font-size: 2.2rem;
  padding-left: 2rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.chara-service .contents-box {
  border-radius: 0;
  display: flex;
  justify-content: space-around;
  margin-bottom: 3.0rem;
}
.chara-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chara-list p.list-txt {
  font-weight: bold;
  font-size: 2.0rem;
  position: relative;
}
.chara-list p.list-txt::before {
  content: "\f046";
  font-family: 'FontAwesome';
  color: #006CC6;
  position: absolute;
  left: -25px;
}
.chara-list p .bd-text {
  position: relative;
}
.chara-list p .bd-text::after {
background-color: #FFF000;
content: "";
display: block;
width: 100%;
height: 7px;
position: absolute;
bottom: -8px;
} 
.pic-service-area {
  display: flex;
  align-items: baseline;
}
.pic-service-wrap {
  position: relative;
  margin: 0 3.0rem;
}
.pic-service-area-right {
  margin-top: 1.5rem;
}
.fig-service02 {
  margin-top: 3.0rem;
}

/*従来wi-fiとの違い*/
.arrow-area {
  position: relative;
  margin: 0 3.0rem;
}
.arrow-area::before {
  content: '\f178';
  font-family: 'FontAwesome';
  color: #D51A18;
  font-size: 5.8rem;
}
.fig-difference-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 6.0rem;
  justify-content: space-around;
}
.fig-difference-wrap:nth-of-type(3) {
  flex-direction: row-reverse;
}
.fig-difference-block p {
  font-size: 2.0rem;
  text-align: center;
}
.txt-cooperation{
  font-weight: bold;
  color: #006CC6;
}
.fig-difference-wrap .text-area-title {
  font-size: 2.2rem;
  margin-bottom: 2.0rem;
}
.fig-difference-wrap .text-area p {
  margin-bottom: 2.0rem;
}
/*ご利用料金*/
/* .usage-fee-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
} */
.usage-fee {
  width: 100%;
  margin-bottom: 5px;
}
.usage-fee tr {
  border-bottom: 1px solid #222;
}
.usage-fee tr:first-of-type {
  border-top: 1px solid #222;
}
.usage-fee th{
  background-color: #E2E2E2;
  text-align: center;
  font-weight: bold;
  white-space: normal;
  vertical-align: middle;
}
.usage-fee td {
  vertical-align: middle;
  padding-left: 1rem;
}
.usage-fee td .monthly-fee {
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.usage-fee td .monthly-fee-red {
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #d50f19;
}
.campaign-area {
  text-align: center;
  margin-bottom: 4rem;
}
.precautions {
  width: 90%;
}
.campaign-title img {
  width: 3.5rem;
}

/*申し込みまでの流れ*/
.apply-flow {
  counter-reset: h3;
}
.apply-flow .contents-box {
  display: flex;
  padding: 2.5rem 4rem;
  justify-content: space-around;
  /* align-items: center; */
}
.apply-flow .text-area-title {
  font-size: 2.8rem;
  color: #333;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 1.5rem;
}
.apply-flow .text-area-title::before {
  counter-increment: h3;
  content: counter(h3);
  color: #fff;
  background-color: #006CC6;
  position: absolute;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  left: 0;
  border-radius: 50%;
}
.apply-flow .text-area-wrap {
  width: 61%;
  margin-top: 1.0rem;
}
.apply-flow .contents-box img {
  max-width: 100%;
}
.apply-flow .arrow-area {
  margin: 0;
  text-align: center;
}
.apply-flow .arrow-area::before {
  content: '\f175';
}
/*TCNメッシュWi-Fiサポート*/

.support-link-area {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  width: 100%;
  background: #e5f0f9;
  padding: 3rem 5rem;
  border-radius: 2rem;
}
.support-link-area p {
  color:#006CC6;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.support-link {
  background: #fff;
  color: #222 !important;
  text-decoration: none;
  border: 2px solid #006CC6;
  padding: 0.5rem 3rem 0.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  position: relative;
  width: 240px;
  display: block;
  margin: auto;
}
.support-link-left,
.support-link-right {
  width: 50%;
}
.support-link-right {
  text-align: center;
}
.support-link-left {
  width: 55%;
}

.support-link::after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  color: #006CC6;
  right: 1rem;
  text-decoration: none;
}
.support-link:hover {
  background: #fffeee;
  text-decoration: none;
}
.apply-meshwifi {
  background: #fff;
  color: #006CC6 !important;
  font-size: 1.6rem;
  border: 2px solid #006CC6;
  padding: 2.0rem 2.0rem;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 2rem;
  transition: 0.2s all;
  margin-bottom: 4.0rem;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
.apply-meshwifi::after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  color: #006CC6;
  right: 3rem;
  text-decoration: none;
}
.apply-meshwifi:hover {
  background: #fffeee;
  text-decoration: none;
}
.caution {
  font-size: 1.4rem;
  margin-bottom: 6.0rem;
}
.caution-title {
  font-size: 2.0rem;
  margin-bottom: 1.5rem;
}

/**/
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 991.98px) {
  .chara-service .contents-box {
    flex-direction: column;
    align-items: center;
  }
  .contents-box .chara-list:first-of-type {
    margin-bottom: 3.0rem;
  }
  .chara-service:nth-of-type(3) .contents-box .chara-list:first-of-type {
    margin-bottom: 0;
  }
  .fig-service02 p {
    margin-top: 1.5rem;
  }
  .fig-difference-wrap,
  .fig-difference-wrap:nth-of-type(3) {
    flex-direction: column;
  }
  .arrow-area {
    margin-top: 1.5rem;
  }
  .arrow-area::before {
    content: '\f175';
    font-size: 4.8rem;
  }
  .fig-difference02 {
    margin-top: -3.0rem;
  }
  .fig-difference-wrap .text-area {
    margin-bottom: 3.0rem;
  }
 

  .precautions {
    width: 100%;
    margin-top: 3rem;
  }
  .apply-flow .text-area-title {
    line-height: 1.4;
  }
  .apply-flow .contents-box {
    align-items: center;
  }
  .apply-flow .text-area-wrap {
    margin-top: 0;
  }
  .support-link-left,
  .support-link-right {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .apply-flow .contents-box {
    flex-direction: column;
  }
  .apply-flow .text-area-wrap {
    width: 100%;
  }
  .apply-flow .text-area-title {
    font-size: 2.2rem;
  }
  .apply-flow .text-area-title::before {
    top: -6px;
  }
  
  .support .contents-title {
    text-indent: -5rem;
  }
  .support .contents-title .ico-img {
    width: 3.12rem;
  }
  .support-link-area {
    flex-direction: column;
    padding: 2rem;

  }
  .support-link-left,
  .support-link-right {
    width: 100%;
  }
  .support-link-right {
    margin-top: 1.5rem;
  }
 
 
  .support-link-area p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .contens-sub-title-wrap .point p{
    font-size: 1.7rem;
    padding: 0 1rem;
  }
  .second-contents-wrap article {
    padding-left: 0px;
    padding-right: 0px;
}
.contents-box {
  background-color: #e5f0f9;
  padding: 2rem 2rem;
  border-radius: 2rem;
}
  .contens-sub-title-wrap .point .point-num {
    font-size: 3.0rem;
  }
  .contens-sub-title p{
    font-size: 1.8rem;
    padding-left: 1rem;
  }
  .chara-list p.list-txt::before {
    left: -20px;
  }
  .chara-list p.list-txt {
    font-size: 1.7rem;
  }
  .pic-service-area {
    flex-direction: column;
  }
  .pic-service-area .pic-service-wrap:first-of-type {
    margin-bottom: 1.5rem;
  }
  .word-pic-service p {
    font-size: 1.5rem;
  }
  .fig-difference-block p {
    font-size: 1.7rem;
  }
  .fig-difference-wrap .text-area-title {
    font-size: 1.8rem;
  }
  .usage-fee td .monthly-fee {
    font-size: 2.8rem;
    margin-right: 0.5rem;
  }
  .campaign-title {
    font-size: 1.8rem;
  }
  .apply-meshwifi {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
  .caution {
    font-size: 1.2rem;
  }
  .caution-title {
    font-size: 1.8rem;
  }
}