@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;
}

ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

img {
	max-width: 100%;
}
.fs-24{
	font-size: 24px !important
}

@media only screen and (max-width: 740px) and (min-width: 0px) {
	.sub_backTo-top {
		width: 100%;
		text-align: center;
		margin: 100px auto 100px;
	}
}

/* =========================================================
 * common
 * ====================================================== */
.pc-none-b,
.pc-none-i {
	display: none;
}
.sp-none-b {
	display: block;
}
.sp-none-i {
	display: inline;
}

.txt_c-red {
	color: #e6174b;
}

.flexbox_sb {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.note_kome_list,
.note_kome_txt {
	text-indent: -1.1em;
	padding-left: 1.1em;
	font-size: 0.875em;
}
.note_kome_list li:before,
.note_kome_txt:before {
	content: "\203B";
	display: inline-block;
	width: 1.1em;
	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-main-bg {
	background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/img/telestart_bg01.png) repeat;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.contents-main-bg:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -94px;
	right: -94px;
	width: 185px;
	height: 185px;
	background: #ffffff;
	transform: rotate(45deg);
}
.contents-sub-bg.is-load:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1400px;
	width: 5000px;
	height: 10000px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 0);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 1800px, rgba(255, 255, 255, 1) 1800px, rgba(255, 255, 255, 1) 2500px );
}

[class$="_container"] {
	position: relative;
}
[class$="_inner"] {
	width: 980px;
	margin: 0 auto;
}
.contents_inner {
	margin-top: 40px;
}
.contents_inner:last-child {
	margin-bottom: 120px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.contents-main-bg:before {
		top: -62px;
		right: -62px;
		width: 125px;
		height: 125px;
	}
	.contents-main-bg:after {
		bottom: -62px;
		left: auto;
		right: -62px;
		width: 125px;
		height: 125px;
		transform: rotate(45deg);
	}

	[class$="_inner"] {
		width: 100%;
	}
	.contents_inner {
		margin-top: calc( 40 / 750 * 100vw);
	}	
	.contents_inner:last-child {
		margin-bottom: 80px;
	}	

	.contents-main-bg:before {
		content: "";
		position: absolute;
		z-index: 1;
		top: calc( -130 /  750 * 100vw);
		right: calc( -130 /  750 * 100vw);
		width: calc( 180 /  750 * 100vw);
		height: calc( 180 /  750 * 100vw);
	}
	.contents-sub-bg.is-load:before {
		top: calc( 1200 / 375 * 100vw);
		left: calc( -2500 / 750 * 100vw);
		width: 10000px;
		height: 10000px;
	}
}

/* ============================================================
 table
 ============================================================ */
 .Accordion table {
  table-layout: fixed;
}
.telestart table {
  width: 100%;
	margin-bottom: 20px;
	line-height: 1.3;
}
.telestart table th {
  font-size: 18px;
}
.telestart table td {
  font-size: 20px;
}
.telestart table th,
.telestart table td {
  border: 1px solid #cccccc;
  padding: 10px;
  height: 60px;
  box-sizing: border-box;
}
.telestart table thead th {
  color: #ffffff;
  background-color: #6077a2;
}
.telestart table tbody th {
  background-color: #eff4fc;
}
.telestart table td {
  background-color: #ffffff;
}
.telestart table .red {
  color: #c7161e;
}
.telestart table .small {
  font-size: 14px;
}
.telestart table .lh-1 {
  line-height: 1;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .telestart table th,
  .telestart table td {
    font-size: 14px !important;
  }
  .telestart table th img,
  .telestart table td img {
    width: 100%;
  }
}

/* ============================================================
	anchor link
 ============================================================ */
.anchor_inner {
	margin: 50px auto;
	background: #fff;
}

.anchor_inner .anchor_list {
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
}
.anchor_list li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #004386;
    border-right: 2px solid #004386;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 10px;
    margin-bottom: 4px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.anchor_inner {
		margin: calc( 70 / 750 * 100vw) auto;
	}
	
	.anchor_inner .anchor_list {
		width: 100%;

	}
	.anchor_list li {
		width: 33%;
		height: 90px;
		text-align: center;
	}
	.anchor_list li:not(:last-child) {
		border-right: 1px solid #ccc;
	}
	.anchor_list li a {
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		height: 100%;
		width: 100%;
	}

	.anchor_list li a::before {
		display: none;
		height: 100%;
	}
	.anchor_list li a::after {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 8px;
		height: 8px;
		border-top: 2px solid #004386;
		border-right: 2px solid #004386;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}	
}

/* ============================================================
	contents title
============================================================ */
.ttl_area {
	display: -webkit-box;
	display: flex;
}

.ttl_area::before,
.ttl_area::after {
	content: "";
	height: 180px;
	flex: 1;
	z-index: 99;
}
.ttl_area.l-ttl::before,
.ttl_area.r-ttl::after {
	background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/service_ttl_01_l.gif) repeat-x;
}
.ttl_area.l-ttl::after,
.ttl_area.r-ttl::before {
	background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/service_ttl_01_r.gif) repeat-x;
}
.ttl_inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 1260px;
	padding: 0 30px;
	z-index: 99;
	box-sizing: border-box;
}
.r-ttl .ttl_inner {
	flex-direction: row-reverse;
}

.cont_ttl {
	min-width: 230px;
	margin-top: -30px;
	margin-bottom: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
}
.lead_txt {
	margin-bottom:-30px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.ttl_area.l-ttl .lead_txt {
	margin-left: 110px;
}
.ttl_area.r-ttl .lead_txt {
	margin-right: 110px;
}

.l-ttl.l-ttl-1 .ttl_inner {
	background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/service_ttl_01.gif) no-repeat;
}
.r-ttl .ttl_inner {
	background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/service_ttl_02.gif) no-repeat;
}
.l-ttl.l-ttl-2 .ttl_inner {
	background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/service_ttl_03.gif) no-repeat;
}

.item_ttl {
	margin: 0 0 20px;
	font-size: 22px;
	color: #0e3176;
	font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.ttl_area::before,
	.ttl_area::after {
		height: auto;
		}
	.ttl_inner {
		display: none;
	}
	.ttl_area figure {
		width: 100%;
	}

	.item_ttl {
		margin: 0 0 calc( 20 / 750 * 100vw);
		font-size: 1.2em;
	}
}

/* ============================================================
	accordion
 ============================================================ */
.Accordion {
	margin: 20px 0 0; 
}
.accordion_component {
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.accordion_contents {
	background-color: #fff;
	margin: 0;
	padding: 40px 30px;
}
.vaio .accordion_contents {
	padding: 80px 30px 40px;
}
.accordion_header {
	color: #0e3176;
	font-size: 16px;
	font-weight: normal;
}
.accordion_header.ac-leftIcon {
	padding: 17px 20px 17px 66px;
}
.accordion_header.ac-leftIcon:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 26px;
	top: 50%;
	left: 20px;
	margin-top: -13px;
	background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/btn_close01.png) left top no-repeat;
	background-size: contain;
}
.accordion_header.accordion-close:after, .accordion_header.accordion-close.ac-leftIcon:before {
	background-image: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/btn_open01.png);
}
.AccordionPar h4 {
	background-color: #004386;
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 20px;
	padding: 12px 20px 12px;
	line-height: 1.2;
}
.Accordion .spec .ttl {
	position: relative;
	margin: 0 0 18px;
}
.Accordion .spec .ttl .name {
	color: #004386;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #004386;
	margin: 0 0 36px;
	padding: 18px 0 14px;
}
.Accordion .spec .ttl .img {
	position: absolute;
	right: 42px;
	top: -38px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.accordion_component {
	width: 100%;
	}
	.accordion_contents,
	.vaio .accordion_contents {
	padding: 20px 15px;
	}
	.AccordionPar h4 {
		font-size: 26px;
	}
	.Accordion .spec .ttl .img {
		position: static;
		text-align: center;
	}
	.Accordion .spec .ttl .img img {
		width: 100%;
	}
}

/* ============================================================
	contents:plan
 ============================================================ */
.flexbox_sb.plan_box {
	align-items: center;
}
.plan_area .plan_box {
	padding: 40px 80px;
	background: #fff;
}
.plan_area .plan_box > div {
	width: calc(100% - 270px);
	padding: 0;
}
.plan_area .plan_box div .item_ttl {
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 2px solid #0e3176;
	padding-bottom: 10px;
}
.plan_area .plan_box div .item_ttl span {
	font-size: 0.75em;
}
.plan_area .plan_box .plan_inbox {
	min-height: 140px;
	padding: 16px;
	background: #cceff1;
}

.communication_area .comm_box {
	-webkit-box-align: center;
	align-items: center;
	width: 840px;
	max-height: 155px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}
.communication_area .comm_box .comm-img {
	min-width: 328px;;
}

.communication_area .comm_box .comm-txt {
	padding: 10px 40px 10px 0;
}
.communication_area .comm_box .comm-txt .item_ttl {
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.plan_area .plan_box {
		padding: 20px;
		display: block;
	}
	.plan_area .plan_box div {
		width: 100%;
	}
	.plan_area .plan_box .plan_inbox {
		min-height: auto;
	}
	.plan_area .plan_box div .item_ttl {
		font-size: 1.1em;
		line-height: 1.2;
		margin-top: 20px;
	}
	
	.communication_area .comm_box {
		display: block;
		width: 100%;
		max-height: 100%;
	}
	.communication_area .comm_box .comm-img {
		width: 100%;
		min-width: 100%;
	}
	.communication_area .comm_box .comm-txt {
		padding: calc( 30 / 750 * 100vw);
	}
	.communication_area .comm_box .comm-txt .item_ttl {
		margin-bottom: 5px;
		font-size: 1.1em;
		line-height: 1.2;
	}
}

/* ============================================================
	contents:device
 ============================================================ */
.device_box {
	width: 680px;
	margin: 0 auto;
}
.device_box div p {
	margin-top: 20px;
	text-align: center;
}
.device_box .new-device figure {
	position: relative;
}
.device_box .new-device figure::after {
	content: "新登場";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65px;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	background: #e6174b;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.device_box {
		display: block;
		width: 100%;
	}
	.device_box div {
		margin-bottom: 20px;
		text-align: center;
	}
	.device_box div p {
		margin-top: 10px;
	}
	.device_box .new-device figure {
		display: inline-block;
	}
}


/* ============================================================
	contents:security
 ============================================================ */
.security_area .security_box {
	margin: 0 0 30px;
	background: #fff;
}
.security_area .security_box .security_head {
	padding: 20px 30px;
	background: #cceff1;
}
.security_area .security_box .security_head .item_ttl {
	margin-bottom: 0;
}
.security_area .security_box .security_body {
	padding: 30px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.security_area .security_box .security_body h4.item_ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	line-height: 1.5;
}
.security_area .security_box .security_body .security_box_lead {
	margin-bottom: 20px;
}

.security_area .security_box .security_body .img-left,
.security_area .security_box .security_body .img-right {
	display: -webkit-box;
	display: flex;
}
.security_area .security_box .security_body .img-right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.security_area .security_box .security_body .img-left figure {
	margin-right: 20px;
}
.security_area .security_box .security_body .img-right figure {
	margin-left: 20px;
}
.security_area .security_box .security_body .img-left p,
.security_area .security_box .security_body .img-right p {
	width: 100%;
}

.security_area .security_box .security_body .protect-pro_list {
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}
.security_area .security_box .security_body .protect-pro_list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: calc( 25% - 10px);
	margin-bottom: 10px;
	padding: 15px;
	box-sizing: border-box;
	background: #cceff1;
}
.security_area .security_box .security_body .protect-pro_list li .name {
	width: 100%;
	color: #0e3176;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.security_area .security_box .security_body .protect-pro_list li .name span {
	color: #333333;
	font-weight: normal;
}
.security_area .security_box .security_body .no-leak_box {
	margin-bottom: 10px;
}
.security_area .security_box .security_body .no-leak_box > div {
	position: relative;
	width: calc( 50% - 25px);
}
.security_area .security_box .security_body .no-leak_box > div:not(:last-child):after {
    content: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/service_security_icon01.png);
    position: absolute;
    top: calc(50% - 12px);
    right: -15px;
    width: 0;
    margin: 0 auto;
}

.security_area .security_box .security_body .no-leak_box > div > div {
	padding: 10px;
}
.security_area .security_box .security_body .no-leak_box .no-leak_head .item_ttl {
	margin: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}
.security_area .security_box .security_body .no-leak_box .no-leak_body {
	font-size: 14px;
}
.security_area .security_box .security_body .no-leak_box .no-leak_bitlocker {
	border: 2px solid #0d4d8c;
}
.security_area .security_box .security_body .no-leak_box .no-leak_bitlocker .no-leak_head {
	background: #0d4d8c;
}
.security_area .security_box .security_body .no-leak_box .no-leak_tpm20 {
	border: 2px solid #0092ba;
}
.security_area .security_box .security_body .no-leak_box .no-leak_tpm20 .no-leak_head {
	background: #0092ba;
}
.security_area .security_box .security_body .no-leak_box .no-leak_tpm20 .no-leak_body {
	position: relative;
	height: 66%;
}
.security_area .security_box .security_body .no-leak_box .no-leak_tpm20 .no-leak_body p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: calc( 100% - 20px);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.security_area .security_box {
		margin: 0 0 20px;
	}
	.security_area .security_box .security_head {
		padding: 20px;
		text-align: center;
	}
	.security_area .security_box .security_body {
		padding: 20px;
	}
	.security_area .security_box .security_body h4.item_ttl {
		font-size: 1.1em;
	}
	
	.security_area .security_box .security_body .img-left,
	.security_area .security_box .security_body .img-right {
		display: block;
	}
	.security_area .security_box .security_body .img-left figure,
	.security_area .security_box .security_body .img-right figure {
		margin: 0 0 5px 0;
		text-align: center;
	}
	
	.security_area .security_box .security_body .protect-pro_list {
		display: block;
	}
	.security_area .security_box .security_body .protect-pro_list li {
		display: block;
		width: 100%;
		padding: 10px;
	}
	.security_area .security_box .security_body .protect-pro_list li .name {
		font-size: 0.9em;
	}

	.security_area .security_box .security_body .no-leak_box {
		display: block;
	}
	.security_area .security_box .security_body .no-leak_box > div {
		position: relative;
		width: 100%;
	}
	.security_area .security_box .security_body .no-leak_box > div:not(:last-child) {
		margin-bottom: 50px;
	}

	.security_area .security_box .security_body .no-leak_box > div:not(:last-child):after {
		content: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/service/img/service_security_icon01.png);
		position: absolute;
		top: auto;
		left: -12px;
		right: 0;
		width: 0;
		margin: 13px auto 0;
	}
	
	.security_area .security_box .security_body .no-leak_box .no-leak_body {
		font-size: 0.9em;
	}
	.security_area .security_box .security_body .no-leak_box .no-leak_tpm20 .no-leak_body {
		position: static;
		height: auto;
	}
	.security_area .security_box .security_body .no-leak_box .no-leak_tpm20 .no-leak_body p {
		position: static;
		transform: translateY(0%) translateX(0%);
		-webkit-transform: translateY(0%) translateX(0%);
		width: 100%;
	}
}

/* ============================================================
contents:contact
 ============================================================ */
.contents-contact {
	background-color: #0e3176;
	text-align: center;
	color: #0e3176;
	position: relative;
	overflow: hidden;
}
.contents-contact:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -94px;
	left: -94px;
	width: 185px;
	height: 185px;
	background: #fff;
	transform: rotate(45deg);
}
.contents-contact-items h3 {
	font-size: 1.875em;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 60px 0 30px;
}
.contact-info {
	color: #fff;
	display: table;
	margin: 0 auto;
}
.contact-info .contact-tel,
.contact-info .contact-hours {
	display: table-cell;
}
.contact-info .contact-tel img {
	vertical-align: top;
	margin-top: 8px;
}
.contact-info .contact-tel p {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.625em;
	font-weight: bold;
}
.contact-info .contact-hours p {
	font-size: 0.875em;
	text-align: right;
	margin-left: 15px;
	text-align: center;
}
.telestart-btn.contact-btn {
	justify-content: center;
	padding-bottom: 60px;
}
.telestart-btn.contact-btn .telestart_btn-item {
	border-top: 1px solid #fff;
	padding-top: 30px;
	padding-right: 10px;
	margin-right: 0;
}
.telestart-btn.contact-btn .telestart_btn-item:last-child {
	padding-right: 0;
}
.telestart-btn.contact-btn .telestart_btn-item a {
	position: relative;
	width: 253px;
	display: block;
	padding: 9px 0 8px;
	background: #ffd601;
	border-radius: 10px;
	color: #004386;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.telestart-btn.contact-btn .telestart_btn-item a:hover {
	opacity: 0.6;
}
.telestart-btn.contact-btn .telestart_btn-item a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/telestart/img/icon_right_arrow2.png);
	margin-left: 10px;
}
.telestart-btn.contact-btn .telestart_btn-item a:hover:after {
	opacity: 0.6;
}
.telestart_btn-item-bg {
	border-radius: 10px;
	background: #ffffff;
}
.telestart-btn {
	margin: 30px 0 0;
	padding: 0;
	display: -webkit-box;
	display: flex;
}
.telestart_btn-item {
	display: block;
	margin-right: 10px;
}
.telestart_btn-item:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.contents-contact-items {
		width: 100%;
	}
	.contact-info {
		display: block;
	}
	.contact-info .contact-tel,
	.contact-info .contact-hours {
		display: block;
	}
	.contents-contact:before {
		bottom: -62px;
		left: auto;
		right: -62px;
		width: 125px;
		height: 125px;
	}
	.telestart-btn.contact-btn {
		display: block;
		padding-bottom: 80px;
	}
	.telestart-btn.contact-btn .telestart_btn-item:last-child {
		border-top: 0;
	}
	.telestart-btn.contact-btn .telestart_btn-item {
		padding-right: 0;

	}
	.telestart-btn.contact-btn .telestart_btn-item a {
		width: 100%;
		font-size: 14px;
	}
}