@charset "UTF-8";
/*----------------------------------------------------
共通
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/* スクロールバーの有無によるズレ対策 */
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
}

input {
  font-family: "Noto Sans JP", serif;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* リンク
----------------------------------------------------*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

input[type=submit] {
  border:none;
  width:90%;
  color: #fff
}
input[type="text"]{width: 100%;height:24px;font-size: 2rem;}
input[type=text]::-webkit-input-placeholder{color: red;text-align: center;}
textarea{border:5px；font-size: 2rem;}
textarea::-webkit-input-placeholder{color: red;}
textarea{width:100%;}
textarea[type=text]::-webkit-input-placeholder{color: red;text-align: center;padding:20px;}
textarea::placeholder { color:#E00!important; text-align:center; }
.btn{background: #E4801C; border-radius: 6px;width:100%;max-width:220px;height:54px;margin: 20px auto;text-align: center;font-size: 2.4rem;font-weight: bold;text-decoration: none;line-height: 2.3em;}
.d_l li a:hover,
.btn:hover{opacity: .7}

input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

::selection {
  background: #464646;
  color: #fff;
}

/*Firefoxに対応*/
::-moz-selection {
  background: #464646;
  color: #fff;
}

/*----------------------------------------------------
#page（ページ全体）
----------------------------------------------------*/
#globalHeader .logo_wrap {
  width: 980px;
  height: 60px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0px;
}
#globalHeader .logo_wrap .search {
  margin-top: -14px;
}
#globalHeader .logo_wrap .search .search_text {
  width: 196px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #000;
  vertical-align: middle;
}
#globalHeader .logo_wrap .search .search_btn {
  width: 10.7%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
#globalHeader .logo_wrap img.button001 {
  width: 300px;
}
#globalHeader .button001_sp {
  display: none;
}
#globalHeader .mv {
  width: 100%;
  text-align: center;
  background: linear-gradient(to right, #CAE7F5, #FFF);
  height: auto;
  box-sizing: border-box;
}
#globalHeader .mv img {
  width: 100%;
  height: auto;
}
:root {
  --subtitle-width: 1084px;
  --inquiry-width: 1084px;
}
.top01 .title {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #0033A1;
  color: #fff;
  line-height: 68px;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.top01 .subtitle {
  width: var(--subtitle-width);
  height: 54px;
  background: #0033A1;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 52px;
  text-align: center;
  margin: 0 auto;
}
.top01 .subtitle01 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.top01 .subtitle02 {
  margin-top: 60px;
  margin-bottom: 40px;
  background: #93A6D8;
}
.top01 .inquiry {
  width: var(--inquiry-width);
  height: 54px;
  margin: 0 auto;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 52px;
  background-image: url("../img/inquiry_Input_form_pc.png");
  margin-top: 60px;
  margin-bottom: 40px;
}

/* 5G RedCapは、3GPP Rel.17で導入された5G機能縮小規格です */
.top01 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block01 ul {
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.top01 .block01 ul li {
  position: relative;
  list-style: none;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #0033A1;
  line-height: 1.69;
  text-align: left;
  padding-left: 31px;
}
.top01 .block01 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../img/circle.svg) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.top01 .block01 video {
  width: 60%;
  height: 60%;
  margin-top: 40px;
}

/* 5G RedCapの位置づけ */
.top01 .block02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block02 p {
  width: calc(var(--subtitle-width) * 0.8);
  font-size: 2.4rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1.66;
  color: #0033A1;
  text-align: center;
  margin: 0 auto;
}
.top01 .block02 p span {
  font-size: 1.8rem;
  font-weight: 500;
}
.top01 .block02 img {
  width: calc(var(--subtitle-width) * 0.8);
  margin-top: 40px;
}

/* 5G RedCapの主な活用例と関連するプレイヤー */
.top01 .block03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block03 .img01 {
}
.top01 .block03 .img02 {
  width: calc(var(--subtitle-width) * 0.8);
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.top01 .block03 .img03 {
  width: 844px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -113px;
}

/* LTE Cat.4、通常の5G、5G RedCapとの比較 */
.top01 .block04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block04 p {
  width: calc(var(--subtitle-width) * 0.8);
  font-size: 2.4rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1.66;
  color: #0033A1;
}
.top01 .block04 img {
  width: calc(var(--subtitle-width) * 0.8);
  margin-top: 40px;
  margin-bottom: 40px;
}
.top01 .block04 ul {
  width: calc(var(--subtitle-width) * 0.8);
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  box-sizing: border-box;
}
.top01 .block04 ul li {
  position: relative;
  list-style: none;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #0033A1;
  line-height: 1.69;
  padding-left: 31px;
  text-align: left;
}
.top01 .block04 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/circle.svg) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.top01 .block04 .sp {
  display: none;
}

/* IoT分野での進化と活用事例 */
.top01 .block05 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block05 .p01 {
  width: calc(var(--subtitle-width) * 0.8);
  font-size: 2.4rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  line-height: 1.66;
  color: #0033A1;
  margin: 0 auto;
}
.top01 .block05 .box {
  width: calc(var(--subtitle-width) * 0.8);
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #DFECF1;
  padding: 20px;
  box-sizing: border-box;
}
.top01 .block05 .box .box_title_sp {
  display: none;
}
.top01 .block05 .box img {
  width: 200px;
}
.top01 .block05 .box .right {
  margin-left: 35px;
}
.top01 .block05 .box .right .box_title {
  font-size: 2rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #0033A1;
}
.top01 .block05 .box .right ul {
  margin: 0 auto;
  box-sizing: border-box;
}
.top01 .block05 .box .right ul li {
  position: relative;
  list-style: none;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #0033A1;
  line-height: 1.69;
  padding-left: 1em;
  text-indent: -1em;
  padding-left: 10px;
}
.top01 .block05 .box01 {
  margin-top: 24px;
}
.top01 .block05 .box02 {
  margin-top: 20px;
}

/* 産業用センサー/ウェアラブル機器/監視装置/その他IoT機器 */
.top01 .block06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block06 img {
  width: calc(var(--subtitle-width) * 0.8);
  text-align: center;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

/* 詳細は製品ページへ、お問い合わせ */
.top01 .block07 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block07 .button002_pc {
  display: block;
}
.top01 .block07 .button002_sp {
  display: none;
}
.top01 .block07 .button002 {
  width: calc(var(--subtitle-width) * 0.4);
  text-align: center;
  display: flex;
  justify-content: center;
}
.top01 .block07 .button002 img {
  width: 100%;
}
.top01 .block07 .button003 {
  width: calc(var(--subtitle-width) * 0.4);
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.top01 .block07 .button003 img {
  width: 100%;
}

/* UNX-35GLの特徴 */
.top01 .block08 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 機能 */
.top01 .block09 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block09 ul {
  width: calc(var(--subtitle-width) * 0.9);
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.top01 .block09 ul li {
  position: relative;
  list-style: none;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #0033A1;
  line-height: 1.69;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.top01 .block09 .pc {
  display: block;
  margin-top: 40px;
}
.top01 .block09 .sp {
  display: none;
}
.top01 .block09 .pc img {
  width: calc(var(--subtitle-width) * 0.8);
  height: auto;
}

/* ユースケースに応じて、柔軟に動作モードの選択が可能 */
.top01 .block10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block10 .box {
  width: calc(var(--subtitle-width) * 0.8);
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  box-sizing: border-box;
}
.top01 .block10 .box .box_title_sp {
  display: none;
}
.top01 .block10 .box .right {
}
.top01 .block10 .box .right .box_title {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #0033A1;
}
.top01 .block10 .box .right p {
  color: #0033A1;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 2.1;
  margin-top: 12px;
  letter-spacing: -0.05em;
}
.top01 .block10 .box01 {
  margin-top: 0px;
}
.top01 .block10 .box02 {
  margin-top: 40px;
}
.top01 .block10 .pc {
  display: block;
  margin-top: 40px;
}
.top01 .block10 .sp {
  display: none;
}
.top01 .block10 .pc img {
  width: calc(var(--subtitle-width) * 0.7);
  height: auto;
}

/* 国際ローミング対応だから、急な海外出張でも安心 */
.top01 .block11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block11 .box {
  width: calc(var(--subtitle-width) * 0.8);
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  box-sizing: border-box;
}
.top01 .block11 img {
  width: 20%;
  height: auto;
}
.top01 .block11 .box .right {
  margin-left: 40px;
}
.top01 .block11 .box .right p {
  color: #0033A1;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 2.1;
  letter-spacing: -0.05em;
}

/* 端末PINセキュリティ搭載 */
.top01 .block12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block12 .box {
  width: calc(var(--subtitle-width) * 0.8);
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  box-sizing: border-box;
}
.top01 .block12 img {
  width: 50%;
  height: auto;
}
.top01 .block12 .box .right {
  //margin-left: 40px;
}
.top01 .block12 .box .right p {
  color: #0033A1;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 2.1;
  letter-spacing: -0.05em;
}

/* 自営のローカル5G、プライベートLTE(BWA、sXGP)でも利用可能 */
.top01 .block13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top01 .block13 .box {
  width: calc(var(--subtitle-width) * 0.8);
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  box-sizing: border-box;
}
.top01 .block13 .box .img01 {
  width: 50%;
}
.top01 .block13 .box .img01 img {
  //width: 100%;
}
.top01 .block13 .box .right {
  margin-left: 30px;
}
.top01 .block13 .box .right ul {
  margin: 0 auto;
  box-sizing: border-box;
}
.top01 .block13 .box .right ul li {
  position: relative;
  list-style: none;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #0033A1;
  line-height: 1.69;
  padding-left: 1em;
  text-indent: -1em;
}
.top01 .block13 .box .right .img02 {
  width: 90%;
  height: auto;
  margin-top: 20px;
}
#globalFooter {
  margin-top: 130px;
  padding-bottom: 53px;
}
#globalFooter .foot_inner {
  width: 1196px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#globalFooter .foot_inner .copyright {
  font-size: 1.4rem;
  letter-spacing: -0.025em;
  color: #0033A1;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  input[type="text"]{width: 95vw;height:24px;font-size: 1.5rem;}
  input[type=text]::-webkit-input-placeholder{color: red;text-align: center;}
  textarea{border:5px；font-size: 1.5rem;}
  textarea::-webkit-input-placeholder{color: red;}
  textarea{width:95vw;}
  textarea[type=text]::-webkit-input-placeholder{color: red;text-align: center;padding:20px;}
  textarea::placeholder { color:#E00!important; text-align:center; }

  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  #globalHeader .logo_wrap {
    width: 100vw;
    height: 63px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
    padding-left: 18px;
  }
  #globalHeader .logo_wrap .logo {
    width: 71.4vw;
  }
  #globalHeader .logo_wrap .logo img {
    width: 100%;
    height: auto;
  }
  #globalHeader .logo_wrap .search {
    display: none;
  }
  #globalHeader .logo_wrap img.button001 {
    display: none;
  }
  #globalHeader .mv {
    text-align: center;
    background: none;
    height: auto;
    box-sizing: border-box;
  }
  #globalHeader .button001_sp {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #globalHeader .button001_sp img {
    width: 90vw;
  }
  :root {
    --subtitle-width: 100vw;
  }
  .top01 .title {
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    background: #0033A1;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 0 12px;
  }
  .top01 .subtitle {
    width: 100vw;
    height: auto;
    margin: 0 auto;
    background: #0033A1;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    line-height: 1.8;
    padding: 10px 0 12px;
  }
  .top01 .subtitle01 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .top01 .subtitle02 {
    margin-top: 40px;
    margin-bottom: 30px;
    background: #93A6D8;
  }
  .top01 .inquiry {
    width: 100vw;
    margin: 0 auto;
    color: #fff;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    background-image: url("../img/inquiry_Input_form_pc.png");
    margin-top: 40px;
    margin-bottom: 30px;
  }

  /* 5G RedCapは、3GPP Rel.17で導入された5G機能縮小規格です */
  .top01 .block01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block01 ul {
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top01 .block01 ul li {
    position: relative;
    list-style: none;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0033A1;
    line-height: 1.69;
    padding-left: 15px;
  }
  .top01 .block01 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/circle.svg) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
  }
  .top01 .block01 video {
    width: 80%;
    height: auto;
    margin-top: 40px;
  }
  
  /* 5G RedCapの位置づけ */
  .top01 .block02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block02 p {
    width: 90vw;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.66;
    color: #0033A1;
  }
  .top01 .block02 p span {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .top01 .block02 img {
    width: 90vw;
    margin-top: 20px;
  }
  
  /* 5G RedCapの主な活用例と関連するプレイヤー */
  .top01 .block03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block03 .img01 {
  }
  .top01 .block03 .img02 {
    width: 100vw;
    margin: 0 auto;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
  }
  .top01 .block03 .img03 {
    width: 90vw;
    margin-top: 20px;
    display: block;
  }
  .top01 .block03 .img03 img {
    width: 90vw;
    margin-top: 20px;
  }

  /* LTE Cat.4、通常の5G、5G RedCapとの比較 */
  .top01 .block04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block04 p {
    width: 90vw;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.66;
    color: #0033A1;
  }
  .top01 .block04 img {
    width: 90vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top01 .block04 ul {
    display: none;
  }
  .top01 .block04 .sp {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .top01 .block04 .sp p {
    width: 90vw;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.20;
    color: #0033A1;
  }

  /* IoT分野での進化と活用事例 */
  .top01 .block05 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block05 .p01 {
    width: 90vw;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 1.66;
    color: #0033A1;
    margin: 0 auto;
  }
  .top01 .block05 .box {
    width: 90vw;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #DFECF1;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background: #DFECF1;
    padding: 18px 26px 24px;
    box-sizing: border-box;
  }
  .top01 .block05 .box .box_title_sp {
    display: block;
    width: 90vw;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #0033A1;
    margin: 0 auto;
  }
  .top01 .block05 .box img {
    width: 80vw;
    margin: 0 auto;
  }
  .top01 .block05 .box .right {
    margin-left: 0px;
  }
  .top01 .block05 .box .right .box_title {
    display: none;
  }
  .top01 .block05 .box .right ul {
    margin-top: 20px;
    width: 80vw;
  }
  .top01 .block05 .box .right ul li {
    position: relative;
    list-style: none;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0033A1;
    line-height: 1.69;
    padding-left: 10px;
  }
  /*
  .top01 .block05 .box .right ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: url(../img/circle.svg) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
  }
  */
  .top01 .block05 .box01 {
    margin-top: 24px;
  }
  .top01 .block05 .box02 {
    margin-top: 20px;
  }
  
  /* 産業用センサー/ウェアラブル機器/監視装置/その他IoT機器 */
  .top01 .block06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block06 img {
    width: 90vw;
    text-align: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }
  
  /* 詳細は製品ページへ、お問い合わせ */
  .top01 .block07 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block07 .button002_pc {
    display: none;
  }
  .top01 .block07 .button002_sp {
    display: block;
  }
  .top01 .block07 .button002 {
    width: 70vw;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .top01 .block07 .button002 img {
    //width: 70vw;
  }
  .top01 .block07 .button003 {
    width: 70vw;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .top01 .block07 .button003 img {
    //width: 70vw;
  }
  
  /* UNX-35GLの特徴 */
  .top01 .block08 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  /* 機能 */
  .top01 .block09 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block09 ul {
    width: 90vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top01 .block09 ul li {
    position: relative;
    list-style: none;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0033A1;
    line-height: 1.69;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top01 .block09 .pc {
    display: none;
  }
  .top01 .block09 .sp {
    display: block;
    margin-top: 40px;
  }
  .top01 .block09 .sp .sp01 {
    width: 90vw;
    height: auto;
  }
  .top01 .block09 .sp .sp02 {
    width: 90vw;
    height: auto;
    margin-top: 20px;
  }
  
  /* ユースケースに応じて、柔軟に動作モードの選択が可能 */
  .top01 .block10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block10 .box {
    width: 90vw;
    background: #FFF;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: block;
    box-sizing: border-box;
  }
  .top01 .block10 .box .box_title_sp {
    display: block;
    font-size: 1.7rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #0033A1;
    text-align: center;
    margin: 0 auto;
  }
  .top01 .block10 .box .right {
  }
  .top01 .block10 .box .right .box_title {
    display: none;
    font-size: 1.7rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #0033A1;
  }
  .top01 .block10 .box .right p {
    color: #0033A1;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: -0.05em;
  }
  .top01 .block10 .box01 {
    margin-top: 0px;
  }
  .top01 .block10 .box02 {
    margin-top: 20px;
  }
  .top01 .block10 .pc {
    display: none;
  }
  .top01 .block10 .sp {
    display: block;
    margin-top: 40px;
  }
  .top01 .block10 .sp .sp01 {
    width: 70vw;
    height: auto;
  }
  .top01 .block10 .sp .sp02 {
    width: 80vw;
    height: auto;
    margin-top: 20px;
  }
  
  /* 国際ローミング対応だから、急な海外出張でも安心 */
  .top01 .block11 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block11 .box {
    width: 90vw;
    background: #FFF;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: block;
    box-sizing: border-box;
  }
  .top01 .block11 img {
    width: 30vw;
    height: auto;
    margin: 0 auto;
  }
  .top01 .block11 .box .right {
    margin-left: 20px;
  }
  .top01 .block11 .box .right p {
    color: #0033A1;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: -0.05em;
  }
  
  /* 端末PINセキュリティ搭載 */
  .top01 .block12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block12 .box {
    width: 90vw;
    background: #FFF;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: block;
  }
  .top01 .block12 img {
    width: 90vw;
    height: auto;
    margin: 0 auto;
  }
  .top01 .block12 .box .right {
    width: 90vw;
    margin: 0 auto;
    margin-top: 20px;
  }
  .top01 .block12 .box .right p {
    color: #0033A1;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: -0.05em;
  }
  
  /* 自営のローカル5G、プライベートLTE(BWA、sXGP)でも利用可能 */
  .top01 .block13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top01 .block13 .box {
    width: 90vw;
    background: #FFF;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: block;
    box-sizing: border-box;
  }
  .top01 .block13 .box .img01 {
    width: 80vw;
    height: auto;
    margin: 0 auto;
  }
  .top01 .block13 .box .right {
    width: 90vw;
    margin: 0 auto;
    margin-top: 20px;
  }
/*
  .top01 .block13 .box .right p {
    color: #0033A1;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: -0.05em;
  }
*/
  .top01 .block13 .box .right ul {
    width: 90vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top01 .block13 .box .right ul li {
    position: relative;
    list-style: none;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0033A1;
    line-height: 1.69;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top01 .block13 .box .right .img02 {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }

  #globalFooter {
    margin-top: 72px;
    padding-bottom: 25px;
  }
  #globalFooter .foot_inner {
    width: 100vw;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #globalFooter .foot_inner .foot_logo {
    width: 103px;
    margin-left: 20px;
  }
  #globalFooter .foot_inner .foot_logo img {
    width: 100%;
    height: auto;
  }
  #globalFooter .foot_inner .copyright {
    font-size: 0.8rem;
    letter-spacing: -0.025em;
    color: #0033A1;
    margin-right: 10px;
  }
}/*# sourceMappingURL=style.css.map */
