@charset "UTF-8";

/* ============================================================
General
 ============================================================ */
.bmobile_jirei .computeFlatTypeSection h1 {
  margin-top: 20px;
  font-size: 36px;
}
.bmobile_jirei .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;
	}
}

h2, h3, h4, h5, h6, ul, ol, li, figure, p, div {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

img {
	max-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 {
	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;
	}	
}

/* ---------------------------------------------------------
    contents
------------------------------------------------------------ */
/* contents:all */
.contents_inner {
  width: 1260px;
  margin: 30px auto 50px;
}
.service_body [class$="_container"]:last-child .contents_inner {
  margin: 30px auto 100px;
}
.contents_inner * {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}
.flexbox_sb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bmobile_link_btn {
  position: relative;
  display: inline-block;
  min-width: 400px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  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.ylw_btn {
  color: #004386;
  background: #fdd000;
}
.bmobile_link_btn.ylw_btn:before {
  border-top: 2px solid #004386;
  border-right: 2px solid #004386;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contents_inner {
    width: 100%;
    margin: 50px auto 0;
  }
  .service_body [class$="_container"]:last-child .contents_inner {
    margin: 50px auto 80px;
  }
  
  .flexbox,
  .flexbox_sb {
    display: block;
  }
    .bmobile_link_btn {
      min-width: 100%;
      font-size: 16px;
      padding: 10px 38px;
  }
}

/* anchor */
.anchor_container .contents_inner {
  margin: 0 auto 50px;
}
.anchor_container .anchor_list > a {
  width: calc( 50% - 35px );
}
.anchor_btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 2px solid #004387;
  background: #fff;
}
.anchor_btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 20px;
  margin-bottom: 4px;
  border-top: 2px solid #004386;
  border-right: 2px solid #004386;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .anchor_container .contents_inner {
    margin: 50px auto;
  }
  .anchor_container .anchor_list > a {
    width: 100%;
  }
  .anchor_btn:not(:last-child) {
    margin-bottom: 20px;
  }
}


/* service name */
.title_inner {
  width: 900px;
  margin: 0 auto;
}
.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_name .cont_ttl {
  margin: 6px 0 25px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .title_inner {
    width: 100%;
  }
  .service_name {
    padding: 36px 0 25px;
  }
  .service_name .cont_ttl {
    font-size: 30px;
  }
}


/* service body */
.service_body .item_ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.service_body .jirei_list {
  flex-wrap: wrap;
}
.service_body .jirei_list li {
  width: calc( 50% - 10px);
  margin-bottom: 20px;
}
.service_body .bmobile_link_box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #ccc;
}

.service_body .bmobile_link_box .link_box_img {
  width: 148px;
  margin-right: 20px;
}
.service_body .bmobile_link_box .new_label {
  display: inline-block;
  width: 70px;
  margin-top: 5px;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #f00;
}
.service_body .bmobile_link_box .link_box_body {
  width: 400px;
}
.service_body .bmobile_link_box .link_box_body .name {
  margin-bottom: 15px;
  color: #004386;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.service_body .bmobile_link_box .link_box_body .label {
  display: inline-block;
  min-width: 160px;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #003F7E;
}
.service_body .bmobile_link_box .link_box_body .link_blank,
.service_body .bmobile_link_box .link_box_body .link_arrow,
.service_body .bmobile_link_box .link_box_body .link_dl {
  margin-top: 10px;
  font-weight: bold;
}
.service_body .bmobile_link_box .link_box_body .link_blank::after,
.service_body .bmobile_link_box .link_box_body .link_arrow::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
}
.service_body .bmobile_link_box .link_box_body .link_blank::after {
  width: 15px;
  height: 11px;
  background: url(/content/dam/nttcom/hq/cmn/img/cmn_icon05.gif) no-repeat;
}
.service_body .bmobile_link_box .link_box_body .link_arrow::after {
  width: 7px;
  height: 12px;
  background: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png) no-repeat;
}
.service_body .bmobile_link_box .link_box_body .link_dl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/jirei/img/download.gif) no-repeat;
}
.service_body .bmobile_link_box .link_box_body .dl_cap {
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service_body .item_ttl {
    margin-bottom: 10px;
  }
  .service_body .jirei_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .service_body .bmobile_link_box .link_box_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .service_body .bmobile_link_box .link_box_body {
    width: 100%;
  }
  .service_body .bmobile_link_box .link_box_body .name {
    margin-bottom: 15px;
    line-height: 1.2;
  }
}

/* relation_container */
.relation_container .contents_inner {
  width: 840px;
}
.relation_container .cont_ttl {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px solid #004386;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.relation_container .relation_list {
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.relation_container .relation_list li {
  width: 318px;
  margin: 0 10px;
}
.relation_container .relation_list li .relation_linkBox_box {
  display: block;
  border: 1px solid #ccc;
}

.relation_linkBox_box .relation_linkBox_img {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.relation_linkBox_box .relation_linkBox_body {
  width: 100%;
  padding: 20px;
  font-size: 15px;
}
.relation_linkBox_box .relation_linkBox_body .name {
  margin-bottom: 10px;
  color: #004386;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.relation_linkBox_box .relation_linkBox_body p {
  font-size: 15px;
  line-height: 1.5;
}
.relation_linkBox_box .link_bottom {
  margin-top: 15px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background: #EBF6FC;
}
.relation_linkBox_box .link_bottom {
  margin-top: 15px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background: #EBF6FC;
}
.relation_linkBox_box .link_bottom::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 1px;
  border-top: 2px solid #004386;
  border-right: 2px solid #004386;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .relation_container .contents_inner {
    width: 100%;
  }
  .relation_container .cont_ttl {
    font-size: 26px;
  }
  .relation_container .relation_list li {
    width: 100%;
    margin: 20px 0;
  }
  
  .relation_linkBox_box .relation_linkBox_img {
    height: auto;
  }
  .relation_linkBox_box .relation_linkBox_img img {
    width: 100%;
  }
  .relation_linkBox_box .relation_linkBox_body {
    width: 100%;
    padding: 10px 20px;
  }
}

/* contents:contact */
/* ------------- */
.bmoblie_contact_container {
  color: #fff;
  background: #004386;
}
.bmoblie_contact_container .contents_inner {
  padding: 80px 0;
}
.bmoblie_contact_container .cont_ttl {
  margin-bottom: 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;
  }
}