@charset "UTF-8";

/* ============================================================
 General
 ============================================================ */
.telestart .computeFlatTypeSection h1 {
  margin-top: 20px;
  font-size: 36px;
}
.telestart .computeFlatTypeSection h2 {
  font-size: 26px;
  margin: 0;
}
.tabSection {
  margin: 50px 0 0;
}
.tabNavigation, .tabNavi-transition {
  margin: 0 0 110px;
}
.tabLayout.tabItemWrapper .tabItem {
  height: 50px;
}
.tabLayout.tabItemWrapper .tabItem a {
  line-height: 50px;
}
@media only screen and (max-width: 740px) and (min-width: 0px) {
	.sub_backTo-top {
			width: 100%;
			text-align: center;
			margin: 100px auto 100px;
	}
}


.contents_inner {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contents_inner {
    width: 100%;
  }
}

/* ============================================================
common
 ============================================================ */
.pc-none-b,
.pc-none-i {
	display: none;
}
.sp-none-b {
	display: block;
}
.sp-none-i {
	display: inline;
}

.note_kome_list,
.note_kome_txt {
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 0.8em;
}
.note_kome_list li:before,
.note_kome_txt:before {
	content: "\203B";
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}

[class$="_container"] a:hover,
.service_body a:hover {
	opacity: 0.6;
	cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.pc-none-b {
		display: block;
	}
	.pc-none-i {
		display: inline;
	}
	.sp-none-b,
	.sp-none-i {
		display: none !important;
	}
	[class$="_container"] a:hover {
		opacity: 1;
	}	
}


/* ============================================================
 top_area
 ============================================================ */
.top_area {
  position: relative;
}
.top_area .contents_inner {
  width: 1020px;
  padding: 90px 0 120px;
}

.top_area::before {
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/remote/img/top_area_top_bg.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.top_area::after {
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/remote/img/top_area_bottom_bg.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  bottom: 0;
}
.top_area .top_ttl_area {
  text-align: center;
}
.top_area .top_ttl_area h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.top_area .top_ttl_area .lead {
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
  margin: 15px 0 0;
}
.top_area .top_ttl_area .arrow {
  margin: 30px 0 0;
}
.top_boxlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
.top_boxlist .top_boxlist_item {
  position: relative;
  font-weight: bold;
  width: calc( 25% - 15px );
}
.top_boxlist .top_boxlist_item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/top_icon_plus.png) no-repeat;
  width: 30px;
  height: 30px;
}
.top_boxlist .top_boxlist_item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 270px;
  border-top: 4px solid #004386;
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.top_boxlist .top_boxlist_item a:hover {
  background: #fffbda;
  opacity: 1;
}
.top_boxlist .top_boxlist_item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  padding: 5px 0;
  background-color: #004386;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.top_boxlist .top_boxlist_item .number::after {
  position: absolute;
  top: 4px;
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 30px solid #004386;
}
.top_boxlist .top_boxlist_item .top_boxlist_item_inner .txt {
  width: 100%;
  font-size: 20px;
  color: #333333;
}
.top_boxlist .top_boxlist_item .top_boxlist_item_inner .img {
  width: 100%;
  margin: 25px auto 0;
}
.top_boxlist .top_boxlist_item .top_boxlist_item_inner .img img {
  max-width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top_area .contents_inner {
    width: 100%;
    padding: 50px 0 80px;
  }
  .top_area::before {
    background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/remote/img/top_area_top_bg_sp.png) no-repeat bottom center;
    background-size: cover;
    max-height: 60%;
  }
  .top_area .top_ttl_area {
    padding: 0;
  }
  .top_area .top_ttl_area h2 {
    font-size: 30px;
  }
  .top_area .top_ttl_area .arrow {
    margin: 30px 0 0;
  }
  .top_area .top_ttl_area .txt {
    font-size: 20px;
    text-align: left;
    margin: 30px 0 0;
  }

  .top_boxlist {
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
    align-items: stretch;
  }
  .top_boxlist .top_boxlist_item {
    width: calc( 50% - 10px);
    margin-top: 20px;
  }
  .top_boxlist .top_boxlist_item::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top_boxlist .top_boxlist_item a {
    width: 100%;
    height: 100%;
  }
  
  .top_boxlist .top_boxlist_item .bg_yellow {
    background-color: #f2ce39;
  }
  .top_boxlist .top_boxlist_item .top_boxlist_item_inner .txt {
    padding: 30px 10px 10px;
    font-size: 4.375vw;
    text-align: left;
  }
  .top_boxlist .top_boxlist_item .top_boxlist_item_inner .img {
    margin: calc( 15 / 750 * 100vw) auto 25px;
    width: 70%;
  }
  .top_boxlist .top_boxlist_item .top_boxlist_item_inner .img img {
    max-width: 100%;
  }
}

/* ============================================================
service_area
 ============================================================ */
.service_area {
  position: relative;
}
.service_area .service_ttl{
  font-size: 40px;
  font-weight: bold;
  color: #004386;
  margin: 78px 0 77px;
}
.service_area .service_item {
  position: relative;
}
.service_area .service_item .country_tag {
  position: absolute;
  display: flex;
  width: 100%;
  color: #ffffff;
  margin: -20px 0 0;
}
.service_area .service_item .country_tag p {
  position: relative;
  display: inline-block;
  background-color: #000000;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  padding:  0 30px 0 0;
}
.service_area .service_item .country_tag p::after {
  position: absolute;
  right: -40px;
  content: "";
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 60px solid #000000;
}
.service_area .service_item .country_tag::before {
  background-color: #000000;
  content: "";
  height: 60px;
  flex: 1;
  z-index: 99;
}
.service_area .service_item .country_tag::after {
  background-color: transparent;
  content: "";
  height: 60px;
  flex: 1;
  z-index: 99;
}
.service_area .service_item .service_name {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #004386, #008BCB); /* 0098D8 */
  color: #ffffff;
  text-align: center;
  padding: 73px 0 50px;
}
.service_area .service_item .service_name .txt {
  font-size: 20px;
}
.service_area .service_item .service_name .ttl {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 6px 0 25px;
}
.service_area .service_item .service_name .ttl .sub_ttl {
  font-size: 28px;
}
.service_area .service_item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.service_area .service_item ul.type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_area .service_item ul.type li {
  width: 120px;
  box-sizing: border-box;
  border: 1px solid #333333;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0 5px;
}
.service_area .service_item ul.type li:nth-of-type(1) {
  margin: 0;
}
.service_area .service_item ul.type li.full {
  color: #ffffff;
  background-color: #333333;
}
.service_area .service_item ul.type li.light {
  color: #333333;
  background-color: #ffffff;
}
.service_area .service_item .service_body {
  padding: 44px 0 120px;
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/service_item_bg.png) repeat-x bottom center #ffffff;
}
.service_area .service_item .service_body .service_body_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 0 44px;
}
.service_area .service_item .service_body .service_body_inner > * {
  width: 50%;
  box-sizing: border-box;
}
.service_area .service_item .service_body .service_body_inner .service_img {
  padding: 0 0 0 40px;
}
.service_area .service_item .service_body .service_body_inner ul li {
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 16px;
}
.service_area .service_item .service_body .service_body_inner ul.dot li {
  margin-bottom: 10px;
  padding-left: 1em;
}
.service_area .service_item .service_body .service_body_inner ul.dot li::before {
  position: absolute;
  content: "●";
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #004386;
}
.service_area .service_item .service_body .service_body_inner .service_price .ttl {
  background-color: #f2ce39;
  font-size: 18px;
  font-weight: bold;
  margin: 36px 0 0;
  padding: 5px 20px 8px;
}
.service_area .service_item .service_body .service_body_inner .service_price .text {
  line-height: 1.5;
  margin: 20px 0 10px;
}
.service_area .service_item .service_body .service_body_inner .service_price .table-ttl {
  font-weight: bold;
  line-height: 2.625;
  color: #004386;
}
.service_area .service_item .service_body .service_body_inner .service_price .table-ttl .price {
  font-size: 30px;
  line-height: 1.4;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table {
  border-collapse:  collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 20px;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table td {
  padding: 10px;
  border-right:1px solid #cccccc;
  border-left:solid 1px solid #cccccc;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table .last_column td:nth-child(2) {
  border-bottom: 0;
  border-right: 0;
}
.service_area .service_item .service_body        .service_body_inner .service_price .service_price_table .last_column td:nth-child(3) {
  border-bottom: 0;
  border-right: 0;
  border-left: 0;

}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(1) {
  width: 150px;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(2) {
  width: 150px;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(3) {
  width: 150px;
}
.service_area .service_item .service_body .service_body_inner .service_price .table_lnk {
  font-weight: bold;
}

.service_area .service_item .service_body .service_body_inner .service_price dl {
  margin: 18px 0 0;
}
.service_area .service_item .service_body .service_body_inner .service_price dt {
  font-size: 16px;
  font-weight: bold;
  margin: 23px 0 0;
}
.service_area .service_item .service_body .service_body_inner .service_price dt:nth-of-type(1) {
  margin: 0;
}
.service_area .service_item .service_body .service_body_inner .service_price dd {
  margin: 6px 0 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service_area .service_item .country_tag p {
    padding:  0 30px;
    font-size: 18px;
  }
  .service_area .service_item .country_tag::before,
  .service_area .service_item .country_tag::after  {
    content: none;
  }
  .service_area .service_item .service_name .txt {
    font-size: 18px;
  }
  .service_area .service_item .service_name .ttl {
    margin: 10px 0 25px;
    font-size: 30px;
  }
  .service_area .service_item .service_name .ttl .sub_ttl {
    font-size: 0.75em;
  }
  .service_area .service_item .service_body .service_body_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin: 0 0 40px;
  }
  .service_area .service_item .service_body .service_body_inner > * {
    width: 100%;
    max-width:100%;
    min-height: 0%;
  }
  .service_area .service_item .service_body .service_body_inner .service_img {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  .service_area .service_item .service_body .service_body_inner .service_img img {
    max-width: 100%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .table-ttl {
    line-height: 2;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .table-ttl .price {
    font-size: 26px;
    line-height: 1.4;
  }
  .service_area .service_item .service_body .service_body_inner .service_price dl {
    margin: 20px 0 0;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table {
    width: 100%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(1) {
    width: 33%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(2) {
    width: 33%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(3) {
    width: 33%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table td span {
    display: inline-block;
    font-size: 0.8em;
  }  
}

/* tel start */
.service_area .service_item .tel-start_container .service_body_inner {
  display: block;
  margin: 0;
}
.service_area .service_item .tel-start_container .service_body_inner > * {
  width: 100%;
}

.tel-start_container .service_body_inner h4.item_ttl {
  margin: 0 0 32px;
  color: #004386;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.tel-start_container .service_body_inner h5.item_ttl {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.tel-start_container .service_body_inner .tel-start_flow {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tel-start_container .service_body_inner .tel-start_flow li {
  width: calc(33% - 15px);
}
.tel-start_container .service_body_inner .tel-start_flow li .tel-start_flow_name {
  margin: 0 0 15px;
  padding: 5px 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #004386;
}
.tel-start_container .service_body_inner .tel-start_flow li figure {
  margin-top: 15px;
  text-align: center;
}
.tel-start_container .service_body_inner .tel-start_flow li figure img {
  max-width: 100%;
}

.tel-start_container .service_body_inner .tel-start_pan_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  align-items: center;
  height: 250px;
  margin: 76px 0 60px;
  color: #ffffff;
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/remote/img/service_tel_img01.png);
}
.tel-start_container .service_body_inner .tel-start_pan_box .tel-start_pan_txt {
  width: 450px;
  padding: 0 20px;
}
.tel-start_container .service_body_inner .tel-start_pan_box .tel-start_pan_txt .item_ttl {
  position: relative;
}
.tel-start_container .service_body_inner .tel-start_pan_box .tel-start_pan_txt .item_ttl::before {
  content: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/remote/img/service_tel_img02.png);
  position: absolute;
  top: -65px;
  left: -120px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tel-start_container .service_body_inner h4.item_ttl {
    font-size: 24px;
  }
  .tel-start_container .service_body_inner h5.item_ttl {
    font-size: 20px;
  }
  
  .tel-start_container .service_body_inner .tel-start_flow {
    display: block;
  }
  .tel-start_container .service_body_inner .tel-start_flow li {
    width: 100%;
  }
  .tel-start_container .service_body_inner .tel-start_flow li:not(:last-child) {
    margin-bottom: 40px;
  }

  .tel-start_container .service_body_inner .tel-start_flow li .tel-start_flow_name {
    font-size: 20px;
  }
  .tel-start_container .service_body_inner .tel-start_pan_box {
    display: block;
    height: auto;
    margin: 86px 0 60px;
    background: none;
  }
  .tel-start_container .service_body_inner .tel-start_pan_box .tel-start_pan_txt {
    width: 100%;
    padding: 20px;
    background: #333;
  }
  .tel-start_container .service_body_inner .tel-start_pan_box .tel-start_pan_img figure img {
    width: 100%;
  }
  .tel-start_container .service_body_inner .tel-start_pan_box .tel-start_pan_txt .item_ttl::before {
    top: -65px;
    left: 0;
  }  
}

/* ============================================================
 bmobile_link_btn
 ============================================================ */
.bmobile_link_btn {
  position: relative;
  display: inline-block;
  min-width: 400px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.bmobile_link_btn:before {
  content: "";
  position: absolute;
  top: calc( 50% - 4px);
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 4px;
}
.bmobile_link_btn.white_btn {
  color: #004386;
  background: #fff;
}
.bmobile_link_btn.blue_btn {
  color: #fff; 
  background: #004386;
}
.bmobile_link_btn.ylw_btn {
  color: #004386;
  background: #fdd000;
}
.bmobile_link_btn.white_btn:before,
.bmobile_link_btn.ylw_btn:before {
  border-top: 2px solid #004386;
  border-right: 2px solid #004386;
}
.bmobile_link_btn.blue_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .bmobile_link_btn {
    min-width: 100%;
    font-size: 16px;
    padding: 10px 38px 10px 10px;
  }
}

/* =========================================================
* contents:jirei
* ====================================================== */
.jirei_area {
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/remote/img/jirei_bg.jpg) no-repeat;
  background-size: cover;
}
.jirei_area .contents_inner {
  padding: 90px 0;
}
.jirei_area .cont_ttl {
  margin: 0 0 8px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.jirei_area p {
  margin: 0 0 40px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .jirei_area .contents_inner {
    padding: 60px 0;
  }  
  .jirei_area .cont_ttl {
    margin: 0 0 15px;
    font-size: 30px;
  }
}

/* =========================================================
* contents:contact
* ====================================================== */
.bmoblie_contact_container {
  color: #fff;
  background: #004386;
}
.bmoblie_contact_container .contents_inner {
  padding: 80px 0;
}
.bmoblie_contact_container .cont_ttl {
  margin: 0 0 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.bmoblie_contact_container .contact_info_area,
.bmoblie_contact_container .contact_form_area {
  margin: 0 auto;
  text-align: center;
}
.bmoblie_contact_container .contact_info_area {
  margin-bottom: 35px;
}
.bmoblie_contact_container .contact_info_area .contact-tel,
.bmoblie_contact_container .contact_info_area .contact-hours {
  display: inline-block;
}
.bmoblie_contact_container .contact_info_area .contact-tel {
  margin-right: 15px;
}
.bmoblie_contact_container .contact_info_area .contact-tel span {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bmoblie_contact_container .contact_form_area .bmobile_link_btn {
  width: 620px;
  padding: 10px 0;
  font-size: 24px;
}
.bmoblie_contact_container .contact_form_area .bmobile_link_btn:not(:last-child) {
  margin-right: 20px;
}
.bmoblie_contact_container .contact_form_area .bmobile_link_btn:before {
  top: calc( 50% - 8px);
  width: 16px;
  height: 16px;
  border-width: 4px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .bmoblie_contact_container .contents_inner {
    padding: 40px 0;
  }
  .bmoblie_contact_container .cont_ttl {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .bmoblie_contact_container .contact_info_area {
    margin-bottom: 30px;
  }
  .bmoblie_contact_container .contact_info_area .contact-tel {
    margin-right: 0;
  }
  .bmoblie_contact_container .contact_info_area .contact-hours {
    font-size: 0.9em;
  }
  .bmoblie_contact_container .contact_info_area .contact-tel span {
    margin-left: 5px;
    font-size: 25px;
  }
  .bmoblie_contact_container .contact_form_area .bmobile_link_btn {
    width: 100%;
    padding: 10px 30px;
    font-size: 16px;
  }
  .bmoblie_contact_container .contact_form_area .bmobile_link_btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bmoblie_contact_container .contact_form_area .bmobile_link_btn:before {
    top: calc( 50% - 4px);
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}