@charset "UTF-8";
/*!
 * サービス個別CSS
*/


/* =========================================================
 * ページ全体の定義
 * @ PAGE
 * ====================================================== */
body {
	/* background-image:url(/content/dam/nttcom/cmn/img/backgrounds/bg-l-services-detail-lvl1.jpg); */
}


.mgtbSection h2{
	text-align: center;
	margin-bottom:60px;
}

/* =========================================================
 * コンテンツ　-1段目　Cloudn-
 * @ firstSection Cloudn
 * ====================================================== */
.title{
	margin:0 auto;
}

.firstSection {
	min-height: 902px;
}

.firstSection .grid_contents:first-child {
	margin-bottom: 0;
}



/* -----------------------------------
 * 本文
 * @ TEXT
 * ---------------------------------*/
.firstSection .grid_contents:nth-of-type(2) .grid_cols > div:first-child ~ div:not(.firstSection_links) {
	margin-bottom: 20px;
}
/* 215/11/16 10:29のメールでの修正依頼に対応するため下のソースに変更
.firstSection .grid_contents:nth-of-type(2) .grid_cols > div:first-child ~ div:not(.firstSection_links) h4:first-child {
	margin-bottom: 10px;
	font-weight: bold;
}*/
.firstSection .grid_contents:nth-of-type(2) .grid_cols > div:not(.firstSection_links) h4:first-child {
	margin-bottom: 10px;
}


.firstSection .grid_contents:nth-of-type(2) .grid_cols div:first-child ~ div.partitionLines {
	margin: 50px 0;
}
.firstSection h1{
	margin-top:10px;
}
.firstSection h4{
	font-size:24px;
	margin-top:30px;
}
.contact_tel {
	width: 440px;
	padding: 15px 30px;
	border: #cfcfcf solid 1px;
}

.contact_tel-head p {
	font-size: 12px;
	margin-bottom: 14px;
}

.contact_tel_inner {
	display: table;
	width: 100%;/*348px;*/
}
.contact_tel-num,
.contact_tel-hours {
	display: table-cell;
	vertical-align: middle;
}

.contact_tel-num {
}
.contact_tel-num img {
	vertical-align: bottom;
}
.contact_tel-num p {
	display: inline-block;
	margin-left: 5px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -.1rem;
}

.contact_tel-hours {
}
.contact_tel-hours p {
	font-size: 12px;
	text-align: right;
}



/* -----------------------------------
 * スライダー部分
 * @
 * ---------------------------------*/
/*----- コンテンツ外枠 -----*/
.large_content {
	position: relative;
	width: 842px;
	height: 842px;
	text-align: center;
}
.sliderLayout.large_content {
	position: absolute;
	top: 40px;
	right: -313px;
}



/*----- 画像 ----*/
.slidebg img{
	position:absolute;
	left:0;
	z-index:-1;
	opacity:0;
}

.slidebg img#i1{
	opacity:1;
}

/*----- スライダー本体 -----*/
.service_kobetsu_sliderWrap {
	position: absolute;
	width: 50%;
	height: 50%;
	top: 25%;
	left: 0;
	background-image: url(/content/dam/nttcom/cmn/img/bg_blue-large.png);
	background-size: cover;
}
#slider{
	width: 50%;
	height: 100%;
	margin: 0 auto;
	/*margin-top:20px;*/
}
.slider-view {
	position: relative;
	width: 180px; /* スライダーで表示するエリアの大きさ */
	height: 100%;
	overflow: hidden; /* 必須 */
	margin:0 auto;
}


/* width は js で指定するのでここでは書かない */
.slider-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

/* スライドするコンテンツ部分 */
.service_slider_item {
	color: #fff;
	font-size: 16px;
	position: relative; /* ループ処理に使う */
	float: left;
	width: 180px; /* view と同じ大きさに */
	height: 100%;
	line-height:1.5;
	text-align:center;
}

.service_kobetsu_slider_icon {
	margin-top: 40px;
}
.service_kobetsu_slider_heading {
	margin-top: 10px;
	color: #fff;
	font-size: .8rem;
}
.service_slider_item a {
	color: #fff;
}
.service_kobetsu_slider_heading + *{
	margin-top: 20px;
	font-size:20px;
	line-height:1.2;
}


/* 進む、戻る */

#slide-prev, #slide-next {
	position:absolute;
	top:180px;
	width: 34px;
	height: 65px;
	cursor: pointer;
	background-position: top left;
}

#slide-prev {
	left: 30px;
	background-image: url(/content/dam/nttcom/cmn/img/btn-carousel-lt2.png);
}

#slide-next {
	right: 30px;
	background-image: url(/content/dam/nttcom/cmn/img/btn-carousel-rt2.png);
}

/* ページネーション */
.slider-pagination {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -40px;
	width: 100px;
}

.slider-pagination a {
	/*float: left;*/
	display:inline-flex;
	margin: 5px 5px 0;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	background: #666;
	text-indent: -9999px;
}

.slider-pagination a:hover {
	background: #fff;
}

.slider-pagination a.current {
	background: #fff;
}

/* マウスオンしたときのみ矢印・ページャーを表示 */
#slide-prev, #slide-next {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.service_kobetsu_sliderWrap:hover #slide-prev,
.service_kobetsu_sliderWrap:hover #slide-next,
.service_kobetsu_sliderWrap:hover .slider-pagination{
	opacity: 1;
}


/* =========================================================
 * コンテンツ　-2段目　Services Offered-
 * @ secondSection is Services Offered
 * ====================================================== */


/* =========================================================
 * コンテンツ　-3段目　Features and Benefits-
 * @ thirdSection is Features and Benefits
 * ====================================================== */
.featuresAndBenefitsSection {
	margin-bottom: 100px;
}



/* -----------------------------------
 * タブ
 * @ TAB
 * ---------------------------------*/
.tabNavigation{
	margin-bottom:60px;
}

.tabNavigation_contents {
/*	width: 66.13%; */
	margin: 0 auto;
}

.tabNavigation_contents h4 {
	font-weight:bold;
	margin-bottom:8px;
}

.tabNavigation_contents p {
	margin-bottom:30px;
}

/* =========================================================
 * コンテンツ　-4段目　Specifications-
 * @ fourthSection is Specifications
 * ====================================================== */
.specificationsSection {
	/*margin-bottom: 100px;*/
/*	padding: 80px 0;*/
	background-color: rgb(245,245,245);
}

/* -----------------------------------
 * タイトル
 * @ TITLE
 * ---------------------------------*/
.specificationsSection h2 {
	text-align: center;
	margin-bottom:60px;
}

/* -----------------------------------
 * コンテンツ
 * @ CONTENTS
 * ---------------------------------*/
/*.specificationsSection .grid_contents {
	padding: 20px 5px;
	border-top: rgb(204,206,218) solid 1px;
}*/

/*.specificationsSection .accordion_header {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: rgb(204,206,218) solid 1px;
}
*/
.specificationsSection .accordion_contents h4{
	margin-bottom:30px;
}
.specificationsSection .accordion_contents > div > p {
	margin-bottom: 8px;
}

.specifications_contents_text{
	margin-bottom:40px;
}

.specifications_contents_text .p1{
	margin-bottom:30px;
}



/* =========================================================
 * コンテンツ　-5段目　Related Resources-
 * @ fifthSection is Related Resources
 * ====================================================== */

.related_resource_component {
	margin-bottom: 60px;
}
.related_resource_rightSide p {
	margin-top: 30px;
}
.related_resource_rightSide p:first-child {
	margin-top: 0;
}

/*Show allを消す*/
.showAll_button {
	display: inline-block;
	margin-top: 30px;
}
.showAll_button:after {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin-left: 1rem;
	background-image: url(/content/dam/nttcom/cmn/img/cta-breadcrumb.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.showall_contents {
	display: none;
	margin-top: 30px;
}



/* =========================================================
 * コンテンツ　-6段目　Related Services-
 * @ sixthSection is Related Services
 * ====================================================== */

/* -----------------------------------
 * コンテンツのテーブル
 * @ .related_service
 * ---------------------------------*/

.related_services_item_box{
	display: table;
	width:100%;
}


.related_services_item_cell {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.related_services_item {
	display: table-cell;
}


.related_services_item:nth-of-type(1) {
	width:157px;
	padding-bottom:50px;
	vertical-align: top;
	text-align: center;

}
.related_services_ttl{
	width:157px;
	height:157px;
	background-image: url(/content/dam/nttcom/cmn/img/blue_line_box_bg.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	display: table;
}
.related_services_ttl .ttl_inner {
	display: table-cell;
	width: 157px;
	height: 157px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color:#004386;
}
.related_services_ttl .ttl_inner img {
	padding-top:25px;
	margin-bottom:10px;
	width: 55px;
	height: 74px;
}
.related_services_ttl .ttl_inner h3 {
	width:150px;
	margin:0 auto;
}



.related_services_contents{
	width:470px;
	padding: 54px 20px 20px 20px;
	vertical-align: top;
}
.related_services_contents h4{
	margin-top: 0;
	margin-bottom:20px;
	font-weight: bold;
}
.related_services_contents p {
	margin-bottom: 40px;
}


/*20151105追加分
.general_imgtxt.leftBox.imgBox {
	width: 20%;
}

.general_imgtxt.rightBox.txtBox {
	width: 80%;
}
/*20151105追加分*/

/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * タブレット版
 * 768px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:768px) {

/* =========================================================
 * TABLET
 * コンテンツ　-1段目　Cloudn-
 * @ firstSection Cloudn
 * ====================================================== */
.firstSection {
	margin-bottom: 0;
	min-height: 725px;
}
.firstSection .grid_contents:nth-of-type(2) .grid_cols > div:first-child ~ div:nth-of-type(4) {
	margin-bottom: 20px;
}
.firstSection .grid_contents:nth-of-type(2) .grid_cols div:first-child ~ div.partitionLines {
	margin: 20px 0;
}
.firstSection h1{
	margin-top:10px;
	font-size:34px;
}
.firstSection h4{
	font-size: 22px;
	margin-top:20px;
}
.contact_tel {
	width: 100%;
	padding: 10px 20px;
}

.contact_tel-head p {
	font-size: 12px;
	margin-bottom: 14px;
}

.contact_tel_inner {
	display: block;
}
.contact_tel-num,
.contact_tel-hours {
	display: block;
}

.contact_tel-num {
	margin-bottom: 5px;
}
.contact_tel-num img {
	vertical-align: bottom;
}
.contact_tel-num p {
	display: inline-block;
	margin-left: 5px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -.1rem;
}

.contact_tel-hours {
}
.contact_tel-hours p {
	font-size: 12px;
	text-align: right;
}









/* -----------------------------------
 * スライダー部分
 * @
 * ---------------------------------*/

/*----- コンテンツ外枠 -----*/
.large_content.sliderLayout,
.large_content {
	overflow: hidden;
	top: 80px;
	right: -461px;
	width: 768px;
	height: 768px;
	line-height: 1;
}
.large_content .slidebg img{
	width:100%;
	height:100%;
}
.service_kobetsu_sliderWrap {
	width: 286px;
	height: 286px;
	top: 50%;
	left: 0;
	margin-top: -143px;
}

#slider {
	margin-top: 10px;
}

.service_kobetsu_slider_heading {
    margin-top: 0;
	color: #fff;
	font-size: .8rem;
}


.service_kobetsu_slider_inner {
	padding: 10% 20%;
}
.service_slider_item{
	font-size:1.3rem;
}
.slider-view,
.service_slider_item {
	width: 120px;
	height: 100%;
}

.service_kobetsu_slider_icon {
	margin-top: 12px;
	width: 20px;
}

.service_kobetsu_slider_heading + * {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.2;
}




/**/
.service_kobetsu_slider_inner .bx-wrapper .bx-pager {
	bottom: -40%;
}
.service_kobetsu_slider_inner .bx-wrapper .bx-prev {
	left: -40px;
}
.service_kobetsu_slider_inner .bx-wrapper .bx-next {
	right: -55px;
}
.service_kobetsu_slider_inner .bx-wrapper .bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin-top: -20px;
}
.service_kobetsu_slider_inner .bx-wrapper .bx-controls-direction a,#slide-prev, #slide-next {
	display:none;
}

.slider-pagination {
	bottom: 48px;
	left: 50%;
	margin-left: -38px;
	width: 100px;
}



/* =========================================================
 * TABLET
 * コンテンツ　-2段目　Services Offered-
 * @ secondSection is Services Offered
 * ====================================================== */
.servicesOffered_section.sectioning {
	min-height: auto;
	margin-bottom: 100px;
}

/* -----------------------------------
 * タイトル
 * @ TITLE
 * ---------------------------------*/
.servicesOffered_section_title {
	display: block;
	height: auto;
}
.servicesOffered_section_title h2 {
	display: block;
	text-align: center;
	vertical-align: baseline;
	margin-bottom: 40px;
}
.servicesOffered_section_title_bg {
	z-index: -1;
	position: absolute;
	top: -100%;
	left: -240px;
	margin-top: 0;
}


/* =========================================================
 * TABLET
 * コンテンツ　-3段目　Features and Benefits-
 * @ thirdSection is Features and Benefits
 * ====================================================== */

/* -----------------------------------
 * タブ
 * @ TAB
 * ---------------------------------*/
.tabNavigation .tabLayout {
	width: 100%;
}
.tabNavigation_contents img {
	width: 100%;
}


/* =========================================================
 * TABLET
 * コンテンツ　-4段目　Specifications-
 * @ fourthSection is Specifications
 * ====================================================== */




/* =========================================================
 * T:fifthSection
 * @ Related Resources
 * ====================================================== */
.related_resource_component {
	margin-bottom: 40px;
}

.related_services_title-text {
	color: #333 !important;
}



/* =========================================================
 * T:sixthSection
 * @ Related Services
 * ====================================================== */
.related_service td{
	width:50%;
	padding:40px 10px 10px 10px;
	vertical-align: top;
}

.related_services_item:nth-of-type(1) {
	width: 100px;
	padding-bottom: 0;
	vertical-align: top;
	text-align: center;
}

.related_services_ttl {
	width: 100px;
	height: 100px;
}

.related_services_ttl .ttl_inner {
	display: table-cell;
	width: 100px;
	height: 100px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.related_services_ttl .ttl_inner img {
	margin-bottom: 0;
	padding-top: 0;
}
.related_services_ttl .ttl_inner h2 {
	display:none;
}

.related_services_contents {
	padding: 42px 20px 20px 20px;
}
/*20151105追加分*/
iframe.youtube {
	height: 350px;
	width: 100%;
}
/*20151105追加分*/
/* ----- / @media screen and (max-width:768px) ----- */
}



/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * スマホ版
 * 480px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:480px) {

.firstSection h1{
	font-size:30px;
	margin-top:10px;
	line-height:1.2;
}
.mgtbSection h2 {
	margin-bottom:25px;
}
/* =========================================================
 * MOBILE
 * コンテンツ　-1段目　Cloudn-
 * @ firstSection Cloudn
 * ====================================================== */
.firstSection {
	min-height: auto;
	margin-bottom: 75px;
}
.firstSection .grid_contents:nth-of-type(2) .grid_cols div:first-child ~ div.partitionLines {
	margin: 30px 0;
}
.firstSection .image_component {
	margin-bottom: 10px !important;
}


/* -----------------------------------
 * スライダー部分
 * @
 * ---------------------------------*/
.large_content.sliderLayout,
.large_content {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 100%;
	height: auto;
	margin-left: 0;
	background-position: center center;
	background-size: cover;
}

.large_content .slidebg{
	width:100%;
	height:100%;
}
.large_content .slidebg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.large_content:after {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 100%;
}

.service_kobetsu_sliderWrap {
	position: absolute;
	width: 50%;
	height: 50%;
	top: 0;
	left: 25%;
	margin-top: 0;
}

.service_kobetsu_slider_icon {
	margin: 5px auto 0;
	margin-left: -5px;
	width: 25%;
}
.service_kobetsu_slider_heading {
	display: none;
}

.service_kobetsu_slider_inner {
	padding: 5px 20%;
}
.service_slider_item {
	font-size: .8rem;
}
.slider-view,
.service_slider_item {
	width: 100px;
	height:100%;
}
.service_kobetsu_slider_heading {
	display:none;
}



.service_kobetsu_slider_inner .bx-wrapper .bx-pager {
	bottom: -20px;
}
.service_kobetsu_slider_inner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 5px;
	height: 5px;
}

.service_kobetsu_slider_inner .bx-wrapper .bx-prev {
	left: -18px;
}
.service_kobetsu_slider_inner .bx-wrapper .bx-next {
	right: -33px;
}
.service_kobetsu_slider_inner .bx-wrapper .bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin-top: -20px;
}

.slider-pagination{
	bottom:40px;
}


/* =========================================================
 * MOBILE
 * コンテンツ　-2段目　Services Offered-
 * @ secondSection is Services Offered
 * ====================================================== */
.servicesOffered_section {
	margin-bottom: 70px;
}

/* -----------------------------------
 * タイトル
 * @ TITLE
 * ---------------------------------*/
.servicesOffered_section_title h2 {
	margin-bottom: 30px;
}
.servicesOffered_section_title_bg {
	top: -55%;
	left: -360px;
	margin-top: 0;
}


/* =========================================================
 * MOBILE
 * コンテンツ　-3段目　Features and Benefits-
 * @ thirdSection is Features and Benefits
 * ====================================================== */
.featuresAndBenefitsSection {
	margin-bottom: 50px;
}

.tabChange_dropdown select {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #fff;
	border: rgb(204,204,204) solid 1px;
	color: rgb(24,57,123);
	font-weight: bold;
	font-size: 1.2rem;
}




/* =========================================================
 * MOBILE
 * コンテンツ　-4段目　Specifications-
 * @ fourthSection is Specifications
 * ====================================================== */
.specificationsSection {
/*	margin-bottom: 70px;*/
/*	padding: 25px 0 50px;*/
}
.specificationsSection h2 {
	margin-bottom: 25px;
}



/* =========================================================
 * MOBILE
 * コンテンツ　-5段目　Related Resources-
 * @ fifthSection is Related Resources
 * ====================================================== */


.related_resource_item_box {
	width:100%;
	margin-top: 0;
}

.related_resource_component {
	margin-bottom: 20px;
}
.cc-colnum:last-child .related_resource_component:first-child {
	margin-top: 20px;
}

.related_resource_item_box {
	display: block;
	width: 100%;
}
.related_resource_item_cell {
	display: block;
	width: 100%;
}
.related_resource_item {
	display: block;
}
.related_resources_ttl {
	background-image: none;
}


.related_resource_item_cell div.related_resource_item:nth-of-type(1) img {
	display: none;
}
.related_resource_item_cell div:nth-of-type(2) {
	width: 100%;
	padding: 20px 0 2rem;
	vertical-align: top;
}
.related_resource_item_cell div:nth-of-type(2) div {
	width: 100%;
}
.related_resource_item.related_resource_contents {
	border-bottom:1px solid #ccc;
}
.related_resource_item_box:last-child .related_resource_item_cell:last-child .related_resource_item.related_resource_contents {
	border-bottom: none;
}

.related_resource_item_box .related_resource_item.related_resource_contents h3 {
	color: #333 !important;
}

.related_resource_contents a{
	margin-top:10px;
}

.related_resource_item_box a.arrow {
	background:url(/content/dam/nttcom/cmn/img/cta-breadcrumb.png) no-repeat right center;
	padding-right:20px;
}


/* =========================================================
 * MOBILE
 * コンテンツ　-6段目　Related Services-
 * @ sixthSection is Related Services
 * ====================================================== */
.sixthSection {
	margin-top: 70px;
}



.related_services_item_box {
	display: block;
	width:100%;
	margin-bottom: 60px;
}
.related_services_item_box:last-child {
	margin-bottom: 0;
}




.related_services_item_cell {
	display: block;
	width: 100%;
	vertical-align: top;
}

.related_services_item {
	display: block;
}


.related_services_item:nth-of-type(1) {
	width: 100%;
	padding-bottom:10px;
	vertical-align: top;
	text-align: center;

}
.related_services_ttl{
	position: relative;
	width: 60%;
	height: 60%;
	margin: 0 auto;
	background-image: url(/content/dam/nttcom/cmn/img/blue_line_box_bg.png);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
.related_services_ttl:after {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 100%;
}
.related_services_ttl .ttl_inner {
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
}
.related_services_ttl .ttl_inner img {
	margin-top: -20px;
	width: 55px;
	height: 49px;
}
.related_services_ttl .ttl_inner p {
	margin-top: 20px;
}
.related_services_ttl .ttl_inner h3 {
	width: auto;
	margin:10px auto 0;
}

.related_services_contents{
	width: 100%;
	padding: 10px 0;
}

.related_services_title-text {
	color: #004386 !important;
}


/*11/2修正提案分*/

#slider {
	margin-top: 30px;
}
#slider {
	height: 100%;
	width: 80%;
}

.service_kobetsu_sliderWrap {
	width:100%;
	height:100%;
	left:0;
	background-image:url(/content/dam/nttcom/cmn/img/bg_blue-alpha.png);
}

.service_kobetsu_slider_icon {
	margin-left: 0;
	width: auto;
}
.service_kobetsu_slider_heading + * {
	margin-top: 50px;
}
.slider-view,
.service_slider_item {
	width: 200px;
}



/* ----- / @media screen and (max-width:480px) ----- */
}





/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * 予備
------------------------------------------------------------------------------------------------------------------------------------------------
*/

.areaH h2,
.areaJ h2,
.areaK h2,
.areaM h2 {
	text-align: center;
	margin-bottom: 60px;
}
/* 20115/11/16 コメントアウト
@media screen and (max-width:768px) {
	.areaK {
		margin-top: 50px;
		margin-bottom:100px;
	}
}
@media screen and (max-width:480px) {
	.areaK {
		margin-top: 30px;
		margin-bottom:50px;
	}
}
*/