@charset "UTF-8";
.meshWiFi h1,
.meshWiFi h2,
.meshWiFi h3,
.meshWiFi h4,
.meshWiFi h5,
.meshWiFi h6,
.meshWiFi div,
.meshWiFi p,
.meshWiFi dl dt,
.meshWiFi dl dd,
.meshWiFi ul li {
  line-height: 1.5;
}
.meshWiFi > * {
  color: #383838;
}
.meshWiFi > img {
  max-width: 100%;
}
.meshWiFi .fontBold {
  font-weight: bold;
}
.meshWiFi a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.meshWiFi .u-bgc-e1edf3 {
  background-color: #e1edf3;
}
.meshWiFi section.faq.sec {
  border-top: none;
}
.meshWiFi .kv__inner {
  text-align: center;
}
.meshWiFi .kv__image {
  padding-top: 64px;
  background-color: #ffffff;
}
.meshWiFi .kv__image img {
  display: block;
  margin: 0 auto;
}
.meshWiFi .kv__attention {
  margin: 10px 0;
}
.meshWiFi .apply {
  width: 100%;
  padding: 25px 0;
  background-color: #f3e88a;
}
.meshWiFi .apply__lead {
  position: relative;
  width: 720px;
  padding: 32px 0;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  font-weight: bold;
}
.meshWiFi .apply__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meshWiFi .apply__titleWrap {
  padding: 0 30px;
  width: 34%;
  border-right: 2px solid #757575;
}
.meshWiFi .apply__titleWrap p {
  position: relative;
  padding-left: 38px;
  font-size: 18px;
  line-height: 1;
}
.meshWiFi .apply__titleWrap p::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  content: "";
  background-image: url(/hikari/smarthome/smart_life/meshwifi/images/apply_title_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.meshWiFi .apply__textWrap {
  padding: 0 30px;
  width: 66%;
}
.meshWiFi .apply__text {
  font-size: 18px;
  color: #383838;
}
.meshWiFi .apply__button {
  margin-top: 24px;
}
.meshWiFi .apply__button.inner {
  width: 412px;
  margin: 0 auto;
}
.meshWiFi .apply__button a {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #262626;
  border-radius: 50vh;
  line-height: 1;
  text-align: center;
  color: #383838;
}
.meshWiFi .meshIntro {
  padding-top: 50px;
  padding-bottom: 100px;
}
.meshWiFi .meshIntro__headline {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.meshWiFi .meshIntro__headline.lrg .meshIntro__title {
  font-size: 50px;
}
.meshWiFi .meshIntro__headline.mesh {
  padding-bottom: 300px;
  margin-top: 50px;
}
.meshWiFi .meshIntro__headline.mesh > p {
  position: relative;
  line-height: 1;
  z-index: 1;
  text-shadow: 4px 4px 0 #FFF, -4px -4px 0 #FFF, -4px 4px 0 #FFF, 4px -4px 0 #FFF, 0px 4px 0 #FFF, 0 -4px 0 #FFF, -4px 0 0 #FFF, 4px 0 0 #FFF;
}
.meshWiFi .meshIntro__headline.mesh::before {
  position: absolute;
  top: -26px;
  left: 50%;
  content: "";
  width: 662px;
  height: 400px;
  background-image: url(/hikari/smarthome/smart_life/meshwifi/images/meshIntro_image_pc.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.meshWiFi .meshIntro__subTitle {
  font-size: 20px;
  line-height: 1;
}
.meshWiFi .meshIntro__title {
  margin-top: 16px;
  font-size: 40px;
  line-height: 1;
}
.meshWiFi .meshIntro__negWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 86px;
}
.meshWiFi .meshIntro__negWrap::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 63px 0 63px;
  border-color: #fc4545 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.meshWiFi .meshIntro__negItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 40px) / 3);
  padding: 40px 20px 20px;
  border: 4px solid #fc4545;
  border-radius: 18px;
}
.meshWiFi .meshIntro__negItem:not(:last-child) {
  margin-right: 20px;
}
.meshWiFi .meshIntro__negTitle {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.meshWiFi .meshIntro__negTitle img {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  vertical-align: text-top;
}
.meshWiFi .meshIntro__negImage {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.meshWiFi .meshIntro__negText {
  margin-top: 16px;
  font-size: 18px;
  text-align: center;
}
.meshWiFi .meshIntro__textBox {
  margin-top: 40px;
}
.meshWiFi .meshIntro__textBox p {
  font-size: 16px;
  color: #757575;
}
.meshWiFi .meshIntro__textBox p.textIndent {
  position: relative;
  padding-left: 32px;
}
.meshWiFi .meshIntro__textBox p.textIndent::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※1";
}
.meshWiFi .meshIntro__textBox p.textIndent--2::before {
  content: "※2";
}
.meshWiFi .meshIntro__textBox p:not(:first-of-type) {
  margin-top: 32px;
}
.meshWiFi .meshAbout {
  position: relative;
  padding: 100px 0;
}
.meshWiFi .meshAbout::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 63px 0 63px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.meshWiFi .meshAbout__leadText {
  margin: 62px 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.meshWiFi .meshApply {
  padding: 100px 0;
  background-color: #f3e88a;
}
.meshWiFi .meshTokuten {
  padding-top: 100px;
  padding-bottom: 100px;
}
.meshWiFi .meshTokuten .meshIntro__headline, .meshWiFi .meshTokuten .l-section__content {
  margin-top: 0;
}
.meshWiFi .meshTokuten__textBox {
  width: 800px;
  margin-top: 35px;
}
.meshWiFi .meshTokuten__mainText {
  font-size: 18px;
  text-align: center;
}
.meshWiFi .meshTokuten__subText {
  margin-top: 32px;
  font-size: 16px;
  color: #757575;
}
.meshWiFi .meshSetting {
  padding: 30px 0 112px;
}
.meshWiFi .meshSetting .c-card {
  padding: 70px 50px 50px 85px;
}
.meshWiFi .c-card {
  padding: 50px;
  background-color: #ffffff;
  border-radius: 16px;
}
.meshWiFi .c-card:not(:first-child) {
  margin-top: 24px;
}
.meshWiFi .c-card__content {
  text-align: center;
}
.meshWiFi .c-card__title {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.meshWiFi .c-card__title.uLine {
  padding-bottom: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(0%, #74b9dc));
  background: linear-gradient(transparent 82%, #74b9dc 0%);
}
.meshWiFi .c-card__title.uLine02 {
  padding-bottom: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(0%, #ffec4a));
  background: linear-gradient(transparent 82%, #ffec4a 0%);
}
.meshWiFi .c-card__title.pop {
  padding-left: 48px;
}
.meshWiFi .c-card__title.pop::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 35px;
  height: 27px;
  background-image: url(/hikari/smarthome/smart_life/meshwifi/images/card_title_pop01.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.meshWiFi .c-card__image {
  margin-top: 22px;
  text-align: center;
}
.meshWiFi .c-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meshWiFi .c-card__box .c-card__boxText {
  width: 46%;
  margin-right: 30px;
}
.meshWiFi .c-card__box .c-card__boxText .colorRed {
  color: #de3939;
}
.meshWiFi .c-card__box .c-card__image {
  width: 54%;
}
.meshWiFi .c-card__text {
  margin-top: 32px;
  font-size: 18px;
  text-align: left;
}
.meshWiFi .c-card__subTextBox {
  padding-top: 32px;
  margin-top: 40px;
  border-top: 1px solid #dadada;
}
.meshWiFi .c-card__subTextBox p {
  font-size: 16px;
  color: #757575;
  text-align: left;
}
.meshWiFi .c-table {
  margin-top: 50px;
  border: 1px solid #DADADA;
  width: 100%;
  border-radius: 8px;
}
.meshWiFi .c-table__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meshWiFi .c-table__content:not(:first-of-type) {
  border-top: 1px solid #D5D5D5;
}
.meshWiFi .c-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42%;
  background-color: #F6F6F6;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.meshWiFi .c-table__text {
  width: 58%;
  padding: 32px 50px 32px 0;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}
.meshWiFi .c-table__text .inner-s {
  font-size: 16px;
}
.meshWiFi .c-table__text .inner-m {
  font-size: 24px;
}
.meshWiFi .c-table__text .inner-l {
  font-size: 48px;
}
.meshWiFi .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  margin: 0 auto;
  margin-top: 24px;
}
.meshWiFi .c-button.mt-l {
  margin-top: 50px;
}
.meshWiFi .c-button__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 48px 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f44040;
  border-radius: 50vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.meshWiFi .c-button__link::before {
  position: absolute;
  top: 50%;
  right: 90px;
  width: 31px;
  height: 25px;
  content: "";
  background-image: url(/hikari/smarthome/smart_life/meshwifi/images/button_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.meshWiFi .c-button__link:hover {
  -webkit-box-shadow: 0px 2px 4px 0px #666;
          box-shadow: 0px 2px 4px 0px #666;
  opacity: 1;
}
.meshWiFi .c-flow {
  border-left: 1px solid #74b9dc;
  padding-left: 56px;
}
.meshWiFi .c-flow__heading {
  position: relative;
  font-size: 32px;
  font-weight: bold;
}
.meshWiFi .c-flow__heading:not(:first-of-type) {
  margin-top: 45px;
}
.meshWiFi .c-flow__heading::before {
  position: absolute;
  top: -16px;
  left: -88px;
  width: 64px;
  height: 64px;
  content: "";
  background-size: contain;
}
.meshWiFi .c-flow__heading::after {
  position: absolute;
  top: -28px;
  left: -88px;
  width: 64px;
  height: 88px;
  content: "";
  background-size: contain;
  background-color: #ffffff;
}
.meshWiFi .c-flow__heading:nth-of-type(1)::before {
  background-image: url(/hikari/smarthome/smart_life/meshwifi/images/flow_01.png);
  z-index: 1;
}
.meshWiFi .c-flow__heading:nth-of-type(2)::before {
  background-image: url(/hikari/smarthome/smart_life/meshwifi/images/flow_02.png);
  z-index: 1;
}
.meshWiFi .c-flow__heading:nth-of-type(3)::before {
  background-image: url(/hikari/smarthome/smart_life/meshwifi/images/flow_03.png);
  z-index: 1;
}
.meshWiFi .c-flow__heading:nth-of-type(3)::after {
  display: inline-block;
}
.meshWiFi .c-flow__inner {
  position: relative;
}
.meshWiFi .c-flow__inner:last-of-type::before {
  display: inline-block;
  position: absolute;
  top: -20%;
  left: -13%;
  content: "";
  background-color: #ffffff;
  width: 64px;
  height: 125%;
  z-index: 0;
}
.meshWiFi .c-flow__inner img {
  width: 100%;
}
.meshWiFi .c-flow__textBox {
  margin-top: 16px;
}
.meshWiFi .c-flow__textBox.bd {
  padding: 0 32px;
  border: 4px solid #DADADA;
  border-radius: 16px;
}
.meshWiFi .c-flow__textBox.bd .c-flow__contentText {
  font-size: 16px;
}
.meshWiFi .c-flow__textBox:not(:first-of-type) {
  margin-top: 24px;
}
.meshWiFi .c-flow__text {
  font-size: 18px;
}
.meshWiFi .c-flow__subText {
  font-size: 16px;
  color: #757575;
}
.meshWiFi .c-flow__contentTitle {
  position: relative;
  padding: 32px 0;
  padding-right: 32px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.meshWiFi .c-flow__contentText {
  padding-top: 16px;
  font-size: 20px;
  color: #545454;
}
.meshWiFi .c-flow__contentText.small {
  font-size: 18px;
}
.meshWiFi .c-flow__contentText a {
  text-decoration: underline;
}
.meshWiFi .c-flow__contentList {
  margin-top: 26px;
}
.meshWiFi .c-flow__contentList li {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
}
.meshWiFi .c-flow__contentList li:not(:first-of-type) {
  margin-top: 24px;
}
.meshWiFi .c-flow__contentList li::before {
  position: absolute;
  content: "▪️";
  top: 0;
  left: 0;
}
.meshWiFi .c-flow__contentList li a {
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
}
.meshWiFi .c-flow__contentNote {
  margin-top: 16px;
  font-size: 16px;
  color: #545454;
}
.meshWiFi .c-flow__contentInner:last-child {
  padding-bottom: 32px;
}
.meshWiFi .c-heading--main {
  text-align: center;
  margin-top: 60px;
}
.meshWiFi .l-container {
  background-color: #ffffff;
}
.meshWiFi .safeAccordion .l-section__content {
  display: block;
  padding: 0;
}
.meshWiFi .safeAccordion .l-section__content .agree h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.meshWiFi .safeAccordion .l-section__content .agree .listNormal li {
  font-size: 16px !important;
}
.meshWiFi .safeAccordion .l-section__content .about {
  margin-top: 30px;
}
.meshWiFi .terms .l-section__content {
  margin-bottom: 0;
}
.meshWiFi .systemRequirement h4 {
  font-weight: bold;
  font-size: 18px;
}

.mt-ll {
  margin-top: 70px !important;
}

.mt-l {
  margin-top: 50px !important;
}

.mt-m {
  margin-top: 30px !important;
}

.mt-s {
  margin-top: 15px !important;
}

@media screen and (max-width: 559px) {
  .meshWiFi .kv__image {
    padding-top: 0;
  }
  .meshWiFi .kv__attention {
    font-size: 12px;
  }
  .meshWiFi .apply {
    padding: 15px 0;
  }
  .meshWiFi .apply__lead {
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
  }
  .meshWiFi .apply__titleWrap {
    padding: 0;
    width: 100%;
    border-right: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .meshWiFi .apply__titleWrap p {
    padding-left: 26px;
    font-size: 14px;
  }
  .meshWiFi .apply__titleWrap p::before {
    width: 17px;
    height: 17px;
  }
  .meshWiFi .apply__text {
    font-size: 14px;
    font-weight: normal;
  }
  .meshWiFi .apply__textWrap {
    margin-top: 8px;
    padding: 0;
    padding-top: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #757575;
  }
  .meshWiFi .apply__textBox {
    display: block;
  }
  .meshWiFi .apply__button.inner {
    width: 100%;
  }
  .meshWiFi .apply__button a {
    font-size: 13px;
  }
  .meshWiFi .meshIntro {
    padding-bottom: 40px;
  }
  .meshWiFi .meshIntro__subTitle {
    font-size: 16px;
  }
  .meshWiFi .meshIntro__title {
    margin-top: 12px;
    font-size: 20px;
  }
  .meshWiFi .meshIntro__title.spr {
    line-height: 1.3;
  }
  .meshWiFi .meshIntro__negWrap {
    display: block;
    margin-top: 20px;
    padding-bottom: 54px;
  }
  .meshWiFi .meshIntro__negWrap::before {
    border-width: 23px 31px 0 31px;
  }
  .meshWiFi .meshIntro__negItem {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px;
    border-radius: 9px;
  }
  .meshWiFi .meshIntro__negItem:not(:last-child) {
    margin-right: 0;
  }
  .meshWiFi .meshIntro__negItem:not(:first-of-type) {
    margin-top: 14px;
  }
  .meshWiFi .meshIntro__negImage {
    width: 37%;
    margin-top: 0;
    margin-right: 16px;
  }
  .meshWiFi .meshIntro__negTitle {
    font-size: 16px;
  }
  .meshWiFi .meshIntro__negTitle img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .meshWiFi .meshIntro__negTextBox {
    width: 63%;
  }
  .meshWiFi .meshIntro__negText {
    margin-top: 14px;
    font-size: 14px;
    text-align: left;
  }
  .meshWiFi .meshIntro__headline {
    margin-top: 0;
  }
  .meshWiFi .meshIntro__headline.mesh {
    margin-top: 24px;
    padding-bottom: 150px;
  }
  .meshWiFi .meshIntro__headline.mesh::before {
    top: 40px;
    width: 327px;
    height: 202px;
    background-image: url(/hikari/smarthome/smart_life/meshwifi/images/meshIntro_image_sp.png);
    background-size: 100%;
  }
  .meshWiFi .meshIntro__headline.mesh > p {
    line-height: 1.3;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  .meshWiFi .meshIntro__headline.lrg .meshIntro__title {
    font-size: 25px;
  }
  .meshWiFi .meshIntro__textBox {
    margin-top: 18px;
  }
  .meshWiFi .meshIntro__textBox p {
    font-size: 12px;
  }
  .meshWiFi .meshIntro__textBox p.textIndent {
    padding-left: 24px;
  }
  .meshWiFi .meshAbout {
    padding: 50px 0;
  }
  .meshWiFi .meshAbout::before {
    content: none;
  }
  .meshWiFi .meshAbout__leadText {
    margin: 32px 0;
    font-size: 20px;
  }
  .meshWiFi .meshApply {
    padding: 30px 0;
  }
  .meshWiFi .meshTokuten {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .meshWiFi .meshTokuten__textBox {
    width: 100%;
  }
  .meshWiFi .meshTokuten__mainText {
    font-size: 14px;
    text-align: left;
  }
  .meshWiFi .meshTokuten__subText {
    margin-top: 16px;
    font-size: 12px;
  }
  .meshWiFi .meshSetting .c-card {
    padding: 28px 8px 30px 28px;
  }
  .meshWiFi .c-card {
    padding: 28px;
    border-radius: 8px;
  }
  .meshWiFi .c-card__title {
    font-size: 20px;
  }
  .meshWiFi .c-card__title.uLine {
    display: inline;
    padding-bottom: 0;
    line-height: 1.5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(0%, #74b9dc));
    background: linear-gradient(transparent 88%, #74b9dc 0%);
  }
  .meshWiFi .c-card__title.uLine02 {
    display: inline;
    padding-bottom: 0;
    line-height: 1.5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(0%, #ffec4a));
    background: linear-gradient(transparent 88%, #ffec4a 0%);
  }
  .meshWiFi .c-card__title.pop {
    font-size: 16px;
    padding-left: 26px;
  }
  .meshWiFi .c-card__title.pop::before {
    top: 10px;
    width: 16px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .meshWiFi .c-card__text {
    font-size: 14px;
    margin-top: 16px;
  }
  .meshWiFi .c-card__box {
    display: block;
  }
  .meshWiFi .c-card__box .colorRed {
    color: #de3939;
  }
  .meshWiFi .c-card__box .c-card__image {
    width: 100%;
  }
  .meshWiFi .c-card__subTextBox p {
    font-size: 12px;
  }
  .meshWiFi .c-table {
    margin-top: 28px;
    border-radius: 4px;
  }
  .meshWiFi .c-table__title {
    width: 26%;
    font-size: 12px;
  }
  .meshWiFi .c-table__text {
    width: 74%;
    padding: 16px 14px 16px 0;
    font-size: 14px;
  }
  .meshWiFi .c-table__text .inner-s {
    font-size: 12px;
  }
  .meshWiFi .c-table__text .inner-m {
    font-size: 14px;
  }
  .meshWiFi .c-table__text .inner-l {
    font-size: 24px;
  }
  .meshWiFi .c-button {
    width: 100%;
  }
  .meshWiFi .c-button__link {
    padding: 24px 0;
    font-size: 16px;
  }
  .meshWiFi .c-button__link::before {
    width: 15px;
    height: 12px;
    right: 16px;
  }
  .meshWiFi .c-flow {
    padding-left: 26px;
  }
  .meshWiFi .c-flow__heading {
    font-size: 16px;
  }
  .meshWiFi .c-flow__heading.lrg {
    font-size: 20px;
  }
  .meshWiFi .c-flow__heading::before {
    top: -8px;
    left: -42px;
    width: 32px;
    height: 32px;
  }
  .meshWiFi .c-flow__heading::after {
    top: -14px;
    left: -42px;
    width: 32px;
    height: 44px;
  }
  .meshWiFi .c-flow__inner:last-of-type::before {
    left: -16%;
    width: 32px;
  }
  .meshWiFi .c-flow__textBox {
    margin-top: 12px;
  }
  .meshWiFi .c-flow__text {
    font-size: 14px;
  }
  .meshWiFi .c-flow__subText {
    font-size: 12px;
  }
  .meshWiFi .l-section__content {
    padding: 0;
    margin-top: 0;
  }
  .meshWiFi .safePrice .l-section__content {
    padding: 20px;
  }
  .meshWiFi .safePrice .textBox {
    margin-top: 12px;
  }
  .meshWiFi .safePrice .textBox p {
    font-size: 13px;
  }
  .meshWiFi .safePrice .textBox p:not(:first-of-type) {
    margin-top: 20px;
  }
  .meshWiFi .safeAccordion .l-section__content {
    display: block;
    padding: 0;
  }
  .meshWiFi .safeAccordion .l-section__content .agree h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .meshWiFi .safeAccordion .l-section__content .agree .listNormal li {
    font-size: 3.4666666667vw !important;
  }
  .meshWiFi .safeAccordion .l-section__content .about {
    margin-top: 30px;
  }
  .meshWiFi .attention {
    font-size: 3.4666666667vw;
    padding: 20px !important;
    border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
  }
  .meshWiFi .attention .agree h4 {
    font-size: 3.7333333333vw !important;
  }
  .meshWiFi .terms .l-section__content {
    margin-bottom: 0;
  }
  .meshWiFi .systemRequirement h4 {
    font-weight: bold;
    font-size: 14px;
  }
  .mt-ll {
    margin-top: 70px !important;
  }
  .mt-l {
    margin-top: 25px !important;
  }
  .mt-m {
    margin-top: 30px !important;
  }
  .mt-s {
    margin-top: 15px !important;
  }
}