@charset "UTF-8";

/* ============================================================
 General
 ============================================================ */
body {
	background: none;
}
.breadcrumb_body, #menuArea {
  display:none;
}
.iotconnect_container {
	width: 100%;
}
.iotconnect_inner {
	max-width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.iotconnect_inner {
		max-width: initial;
		padding: 0 .5rem;
	}
}

.iotconnect_container a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.display_pc {
	display: inline;
}
.none_display_pc {
	display: none;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.display_pc {
		display:none;
	}
	.none_display_pc {
		display: inline;
	}
}

/* ============================================================
 area_ttl
 ============================================================ */
.area_ttl {
  height: 120px;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area_ttl h2 {
  color: #004386;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.area_ttl h2 .small {
  font-size: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .area_ttl {
    height: auto;
    padding: 20px 10px;
  }
  .area_ttl h2 {
    font-size: 28px;
  }
}

/* ============================================================
 mv_area
 ============================================================ */
.mv_area {
  background-color: #004386;
  text-align: center;
}
.mv_area .ttl {
  margin: 0;
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/mobile/iotconnect/img/mv_bg_img.gif);
  background-repeat: repeat-x;
}
.mv_area .ttl h1 {
  margin: 0;
  line-height: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mv_area .ttl {
    background-size: contain;
  }
  .mv_area .ttl img {
    width: 100%;
  }
}


/* ============================================================
 cv_area
 ============================================================ */
.cv_area {
  text-align: center;
  background-color: #004386;
  padding: 38px 0 33px;
}
.cv_area .ttl {
  text-align: center;
}
.cv_area .ttl .lead {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 28px;
}
.cv_area .ttl h2 {
  color: #004386;
  margin: 0 0 15px;
}
.cv_area .btn_area {
/*  display: flex;  */
/*  justify-content: space-between; */
  margin: 0 0 10px;
}
.cv_area .btn_area a {
  display: inline-block;
}
.cv_area .tel_area {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.cv_area .tel_num, .cv_area .tel_hours {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.cv_area .tel_num {
  padding-right: 40px;
}
.cv_area .tel_num p {
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  vertical-align: text-bottom;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .cv_area .btn_area {
    display: block;
  }
  .cv_area .btn_area a:first-child {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .cv_area {
    padding: 30px 30px 26px;
  }
  .cv_area .ttl .lead {
    font-size: 16px;
  }
  .cv_area .btn_area {
    margin: 0;
  }
  .btn_area img {
    width: 100%;
  }
  .cv_area .tel_num, .cv_area .tel_hours {
    display: block;
  }
}


/* ============================================================
 bnr_area
 ============================================================ */
.bnr_area {
  text-align: center;
  background-color: #f2f2f2;
  padding: 38px 0 33px;
}
.bnr_area_gray {
  background-color: #dddddd;
}
.bnr_area_white {
  background-color: #ffffff;
}
.bnr_area .iotconnect_inner {
  max-width: 840px;
}
.bnr_area .ttl {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .bnr_area {
    padding: 30px 30px 26px;
  }
  .bnr_area .ttl .lead {
    font-size: 16px;
  }
  .bnr_area .bnr_img img {
    width: 100%;
  }
}


/* ============================================================
 sec01
 ============================================================ */
.sec01 .iotconnect_inner {
  padding: 60px 0 60px;
}
.sec01 .box {
  display: flex;
  justify-content: space-between;
}
.sec01 .box > div {
  flex-basis: 50%;
}
.sec01 .box .txt {
  font-size: 18px;
  line-height: 30px;
}
.sec01 .box .image {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec01 .iotconnect_inner {
    padding: 30px 0.5rem 30px;
  }
	.sec01 .box {
		display: block;
  }
  .sec01 .box .image {
    margin-top: 20px;
    text-align: center;
  }
  .sec01 .box .image img {
    width: 100%;
  }
}


/* ============================================================
 sec02
 ============================================================ */
.sec02 .iotconnect_inner {
  padding: 60px 0 80px;
}
.sec02 .box {
  border: solid 2px #004386;
  padding: 38px 28px;
}
.sec02 .box .merit {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sec02 .box .merit li {
  position: relative;
  padding: 0 20px 32px 84px;
}
.sec02 .box .merit li + li {
  border-top: solid 1px #cccccc;
  padding: 26px 20px 32px 84px;
}
.sec02 .box .merit li:before {
  content: url(/content/dam/nttcom/hq/jp/business/lp/mobile/iotconnect/img/sec02_icon01.png);
  position: absolute;
  left: 12px;
}
.sec02 .box .merit h3 {
  color: #004386;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.sec02 .box .merit h3 .small {
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 19px;
}
.sec02 .box .merit p {
  font-size: 18px;
  line-height: 30px;
}
.sec02 .box .result {
  background-color: #004386;
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec02 .iotconnect_inner {
    padding: 30px 0.5rem 30px;
  }
	.sec02 .box {
		padding: 19px 14px;
  }
  .sec02 .box .image {
    margin-top: 20px;
    text-align: center;
  }
  .sec02 .box .image img {
    width: 100%;
  }
  .sec02 .box .merit li {
    padding: 0 10px 16px 60px;
  }
  .sec02 .box .merit li + li {
    padding: 13px 10px 16px 60px;
  }
  .sec02 .box .merit li:before {
    left: 0;
  }
  .sec02 .box .merit h3 .small {
    display: block;
  }
}


/* ============================================================
 sec03
 ============================================================ */
.sec03 .iotconnect_inner {
  padding: 60px 0 60px;
}
.sec03 .features_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sec03 .features_list > li {
  width: 100%;
  margin: 0 0 40px;
}
.sec03 .features_list > li.column2 {
  max-width: 48%;
}
.sec03 .features_list > li .ttl {
  background-color: #004386;
  text-align: center;
}
.sec03 .features_list > li .ttl .icon {
  background: #ef6500; /* Old browsers */
  background: -moz-linear-gradient(top, #e74600 0%, #f38200 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e74600 0%,#f38200 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e74600 0%,#f38200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  line-height: 0;
  text-align: center;
  height: 40px;
  width: 110px;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sec03 .features_list > li .ttl h3 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  padding: 18px 10px 22px;
}
.sec03 .features_list > li .box {
  border: solid 2px #004386;
  padding: 28px;
}
.sec03 .features_list > li .box .box_inner {
  display: flex;
  justify-content: space-between;
}
.sec03 .features_list > li .box .box_inner ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 1em;
}
.sec03 .features_list > li .box .box_inner ul > li {
  margin: 0 0 15px 0;
}
.sec03 .features_list > li .box .box_inner .image {
  margin-left: 52px;
  text-align: right;
}
.sec03 .features_list > li.column2 .box .box_inner .image {
  margin-left: 20px;
}
.sec03 .features_list > li .box .box_inner .txt {
  font-size: 18px;
  line-height: 30px;
}
.sec03 .features_list > li .box .box_inner .note {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  word-break: break-all;
}
.sec03 .features_list table td:nth-of-type(1),
.sec03 .features_list table td:nth-of-type(2) {
  width: 20%;
}
.sec03 .features_list table td:nth-of-type(3),
.sec03 .features_list table td:nth-of-type(4) {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .sec03 .iotconnect_inner {
    padding: 30px 0.5rem 10px;
  }
  .sec03 .features_list {
    display: block;
  }
  .sec03 .features_list > li {
    margin: 0 0 20px;
  }
  .sec03 .features_list > li.column2 {
    max-width: 100%;
  }
  .sec03 .features_list > li .box .box_inner {
    display: block;
  }
  .sec03 .features_list > li .box .box_inner .image {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .sec03 .features_list > li .box .box_inner .image img{
    width: 100%;
  }
  .sec03 .features_list > li .box .box_inner .image.sp_auto img{
    width: auto;
  }
  .sec03 .features_list table th,
  .sec03 .features_list table td {
    padding: 5px;
    word-break: break-all;
  }
  .sec03 .features_list table td:nth-of-type(1),
  .sec03 .features_list table td:nth-of-type(2),
  .sec03 .features_list table td:nth-of-type(3),
  .sec03 .features_list table td:nth-of-type(4) {
    width: 25%;
  }
}


/* ============================================================
 sec04
 ============================================================ */
.sec04 .iotconnect_inner {
  padding: 55px 0 95px;
}
.sec04 .box {
  display: flex;
  justify-content: space-between;
}
.sec04 .box > div {
  flex-basis: 50%;
}
.sec04 .box .txt {
  font-size: 18px;
  line-height: 30px;
}
.sec04 .table_ttl {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 12px;
}
.sec04 table {
  width: 100%;
  margin-bottom: 25px;
}
.sec04 .sec04_cost_tbl {
  margin-bottom: 55px;
}
.sec04 .sec04_cost_tbl .note {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.sec04 .sec04_cost_tbl table th,
.sec04 .sec04_cost_tbl table td {
  font-size: 20px;
  text-align: left;
  border: 2px solid #004286;
  vertical-align: top;
  word-break: keep-all;
  padding: 20px;
}
.sec04 .sec04_cost_tbl table th {
  background-color: #eaf5fc;
  color: #004386;
  font-weight: bold;
}
.sec04 .sec04_cost_tbl table td {
  background-color: #ffffff;
  color: #000;
}
.sec04 table.pricetbl {
  margin-bottom: 25px;
}
.sec04 table.pricetbl th,
.sec04 table.pricetbl td:nth-of-type(1) {
  font-weight: bold;
}
.sec04 table.pricetbl tr:nth-child(odd) td {
  background-color: rgb(245,245,245);
}
.sec04 table.pricetbl th:nth-of-type(1) {
  width: 16%;
}
.sec04 table.pricetbl td {
  width: 12%;
}
.sec04 .pricetbl_note {
  border: solid 1px #000;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 55px;
}
.sec04 table td .small {
  font-size: 14px;
  font-weight: normal;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .sec04 .iotconnect_inner {
    padding: 30px 0.5rem 47px;
  }
  .sec04 .table_ttl {
    font-size: 20px;
    margin: 0 0 12px;
  }
  .sec04 .sec04_cost_tbl {
    margin-bottom: 27px;
  }
  .sec04 .sec04_cost_tbl table th,
  .sec04 .sec04_cost_tbl table td {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 6px !important;
    word-break: break-all;
  }
  .sec04 table.pricetbl th,
  .sec04 table.pricetbl td {
    padding: 5px;
    word-break: break-all;
  }

  .fs-18 {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
  .sec04 table.pricetbl th,
  .sec04 table.pricetbl td {
    font-size: 12px;
    width: 14%;
  }
  .sec04 table.pricetbl th:nth-of-type(1) {
    width: 14%;
  }
}

/* =========================================================
    relation_container
 * ====================================================== */
.relation_container h2 {
  border-bottom: 3px solid #004386 !important;
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3 !important;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.relation_container .vpn_textover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.relation_container .sim_ttl_hq {
  width: 1260px;
  margin: 80px auto 30px;
  background: #004386 none repeat scroll 0 0 !important;
  border-radius: 6px !important;
  color: #fff !important;
  overflow: hidden !important;
  padding: 13px 10px !important;
  text-align: center;
}

.relation_container .dousen_100_box{
  margin: 0 auto;
  padding: 20px;
  border:1px solid #ccc;
  border-radius: 3px;
}
.relation_container .dousen_100{
  margin: 0 auto;
  display: inline-block;
}

.relation_container .dousen_100 .left,
.relation_container .dousen_100 .right{
  float: left;
  display: table;
}

.relation_container .dousen_100 .left{
  padding-right: 20px;
  width:400px;
}
.relation_container .dousen_100 .right{
  width:498px;
  margin-top: 45px;
}

.relation_container .dousen_100 .image_component {
  margin-bottom: 0px;
}

.relation_container .dousen_100 .link_foward_box{
  font-size: 1.2em;
}
.relation_container .dousen_100 p{
  line-height: 1.7;
}

@media screen and (max-width:768px){
  .relation_container  h2 {
    font-size: 16px;
  }
  .relation_container .relation_title_inner {
    padding: 0 0.5rem;
  }
  .relation_container .relation_title_inner .sim_ttl_hq {
    width: 100%;
  }  
  .relation_container .dousen_100_box{
  margin: 0 auto;
  padding: 0px;
  border:0px solid #ccc;
  width:100%;
  }
  .relation_container .dousen_100{
  display: block;
  }
  .relation_container .dousen_100 .image_component {
  margin-bottom: 20px;
  width:100%;
  }

  .relation_container .dousen_box .row{
  margin-bottom: 60px;
  }
  .relation_container .dousen__btn a {
  font-size: 0.85em;
  }
  .relation_container .dousen_box .left,.dousen_box .right,.dousen_box .center,
  .relation_container .dousen_100 .left,.dousen_100 .right{
  float: none;
  }

  .relation_container .dousen_box .left .inner,
  .relation_container .dousen_box .right .inner,
  .relation_container .dousen_box .center,
  .relation_container .dousen_100,
  .relation_container .dousen_100 .left,
  .relation_container .dousen_100 .right{
  width:100%;
  }
  .relation_container .dousen_100 .right{
  margin-top: 0px;
  }
  .relation_container .dousen_100 .left{
    padding-right: 0;
  }

  .dousen_box .center{
  height:37px;
  }
  .dousen_box .center span{
  position: relative;
  top: 0px;
  left: 0px;
  }

  .dousen_box .center span img{
  position: relative;
  top: 0px;
  left: 0px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  }
  .br_sp{display: none;}
}

/* =========================================================
* 回遊導線ブロック
* /content/nttcom/hq/jp/business/services/network/vpn/vpn/mobile.html
* ====================================================== */

.dousen__btn {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.dousen__btn .dousen__btn-item {
  display: block;
}
.dousen__btn a {
  display: inline-block;
  padding: 15px 23px 14px;
  background: #eaf5fc;
  border: 1px solid #004386;
  border-radius: 8px;
  font-size: 14px;
  color: #004386;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.dousen_100 .link_foward_box {
  font-size: 1.2em;
}
.link_foward_box {
  font-weight: bold;
}
.br_sp {
  display: none;
}
.dousen_100 .link_foward_box {
  font-size: 1.2em;
}
.link_foward_box {
  font-weight: bold;
}
a .link_foward_box:after {
  content: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png);
  margin-left: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .dousen__btn {
    margin: 20px 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .dousen__btn a {
      font-size: 0.85em;
  }
  .br_sp {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .dousen__btn a {
      font-size: 0.85em;
  }
  .br_sp {
    display: none;
  }
}