@charset "UTF-8";
/** ========================================
 * security共通
 * ====================================== */

/*画像パス　/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/ */

body {
	background-image: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/img/bg-l-ocn-business.jpg);
	font-size: .875rem;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
img.v-mdl{
	vertical-align: middle;
}

*, * :after, * :before {
	box-sizing: border-box;
}
.scroll-box{
	width: 100%!important;
}

sup{
	font-size: .75rem;
}
sup.red{
	color: #cc0000;
}

.sub_backTo-top {
	margin: 20px auto;
}

.securityContents_inr{
	width: 960px;
	margin: 0 auto;
}
.securityHeading{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 30px;
}
.tabContent_ttl{
	margin: 40px 0 0!important;
	font-size: 1.5rem;
	font-weight: bold;
}
.tabContent_txt{
	margin: 0!important;
	font-size: 1rem;
	line-height: 1.7;
}
.tabContent_ttl + .scroll-box{
	margin: 12px 0 0;
}
.tabContent_ttl + .tabContent_txt{
	margin: 20px 0 0!important;
}

/* リンク付き画像 */
.security_imgLink{
	margin: 39px 0 0;
	text-align: center;
}

/* 通常リンク */
.tabContent_link{
	margin: 20px 0 0;
	font-size: 1rem;
}
.tabContent_link a:after{
	content: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/icon_navarrow.png);
	margin-left: 10px;
	position: relative;
	top: 0;
}
.tabContent_link-pdf a:before{
	content: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/icon_pdf.gif);
	margin-right: 10px;
	position: relative;
	top: 0;
}
.tabContent_link-pdf a:after{
	display: none;
}

/* アンカーリンクボタン */
.innerLink_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerLink_block li{
	min-height: 62px;
	margin: 0 0 20px 0;
	padding: 7px 5px 7px 10px;
	background: #193477;
	font-size: 1rem;
}
.innerLink_block.col2 li,
.innerLink_block.col3 li{
	width: calc((100% - 40px) / 3 );
	margin-right: 20px;
}
.innerLink_block.col2 li:nth-child(even),
.innerLink_block.col3 li:nth-child(3n){
	margin-right: 0;
}

.innerLink_block.col4 li{
	width: calc((100% - 60px) / 4 );
	margin-right: 20px;
}
.innerLink_block.col4 li:nth-child(4n){
	margin-right: 0;
}

.innerLink_block li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	padding: 0 40px 0 10px;
	text-align: left;
}
.innerLink_block li a:after{
	content: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/icon_wh_innerlink_arrow.png);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}



/* ページ導入テキスト */
.security_infoTxt{
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.5;
}


/* 白いボックス */
.security_wh_box{
	padding: 20px;
	background: #fff;
	font-size: 1rem;
	line-height: 1.8;
}

/* リストの白いボックス(まとめ) */
.security_smry_list{
	margin: 45px 0 0;
	padding: 18px 20px 15px;
	background: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	list-style: none;
}
.security_smry_list li{
	position: relative;
	padding: 0 0 0 20px;
}
.security_smry_list li:not(:first-child){
	margin: 3px 0 0;
}
.security_smry_list li::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
}

/* 右上に三角のあるボックス */
.security_infoArea{
	margin: 60px 0 0;
	padding: 25px 30px;
	border: 4px solid #6077a2;
	background: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/info_bg2.png) no-repeat top right, url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/info_bg.png) repeat 0 0, #fff;
}
.security_infoArea .info__ttl{
	position: relative;
	margin: 0;
	padding: 0 0 0 22px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
}
.security_infoArea .info__ttl:before{
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 24px;
	background: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/icon_idea.png) no-repeat 0 0/100%;
}
.security_infoArea .info__txt{
	margin: 15px 0 4px;
	line-height: 1.7;
}


/* テーブル */
.security_primaryTbl{
	width: 100%;
}
.security_wh_box + .security_primaryTbl{
	margin: 60px 0 0;
}
.security_primaryTbl caption{
	margin: 15px 0 10px;
	font-size: 16px;
	text-align: right;
}
.security_primaryTbl th{
	background: #e8eaef;
	vertical-align: middle !important;
	font-size: 1.125rem;
	font-weight: bold !important;
	line-height: 1.3;
}
.security_primaryTbl td{
	background: #fff;
	font-size: 1rem;
	line-height: 1.6;
}
.primaryTbl_txt{
	margin: 0 0 5px!important;
}
.tbl_caption{
	margin: 0 0 10px!important;
	font-size: 1rem;
	text-align: right;
}


/* 先頭丸付きリスト */
.circle_list{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.5;
}
.circle_list li{
	position: relative;
	padding: 0 0 0 1rem;
}
.circle_list li:before{
	content: "";
	position: absolute;
	top: calc(.5rem + 1px);
	left: calc(.5rem - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
}

/* 背景白の注意書き */
.tabContent_atten{
	margin: 0!important;
	padding: 17px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 1rem;
}
/* 文字が小さい */
.tabContent_atten-sml{
	margin: 0!important;
	padding: 17px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 12px;
}

@media screen and (max-width: 480px) {
	.securityContents_inr{
		width: 100%;
	}
	.securityTop{
		text-align: center;
	}
	.securityHeading{
		padding: 0 .8%;
	}

	/* リンク付き画像 */
	.security_imgLink{
		padding: 0 1rem;
	}

	/* アンカーリンクボタン */
	.innerLink_block{
		justify-content: flex-start;
	}
	.innerLink_block.col2 li,
	.innerLink_block.col3 li,
	.innerLink_block.col4 li{
		width: calc((100% - 25px) / 2 );
    margin: 0 25px 0 0;
	}
	.innerLink_block.col3 li:nth-child(even),
	.innerLink_block.col4 li:nth-child(even){
		margin-right: 0;
	}
	.innerLink_block.col3 li:nth-child(n + 3),
	.innerLink_block.col4 li:nth-child(n + 3){
		margin-top: 25px;
	}

	/* ページ導入テキスト */
	.security_infoTxt{
		padding: 0 1rem;
	}

	/* テーブル */
	.scroll-box .security_primaryTbl{
		width: 900px!important;
	}
	.security_primaryTbl th{
		font-size: 1rem;
	}
	.security_primaryTbl td{
    font-size: .875rem;
	}
	
	.tabContent_atten span{
		display: inline-block;
		margin: 10px 0 0;
	}
	


}


/* =========================================================
 * トピックス
 * ====================================================== */
.business_topics {
	width: 960px;
	margin: 0 auto 50px;
	background: #f4f5f6;
	padding: 20px;
}
.business_topics h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.business_topics table{
	margin-bottom:0;
}
.business_topics table th,
.business_topics table td {
	border: none;
	padding: 0;
	padding-top: 10px;
	line-height: 1.5;
}
.business_topics table .date {
	padding-right: 20px;
	font-weight: bold;
}
.business_topics table a{
	text-decoration:underline;
}

@media screen and (max-width: 480px) {
	.business_topics{
		width: 100%;
	}
	.business_topics h2{
		text-align: left;
	}
	.business_topics table .date{
		width: 32%;
	}
}


/* =========================================================
 * 問い合わせ・申し込みエリア
 * ====================================================== */
.consideration {
	border-top: 1px solid #193477;
	border-bottom: 1px solid #193477;
	background: #f4f5f6;
	padding: 20px 0 30px;
}
.consideration_ttl{
	margin: 10px;
	font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.contact_wrap{
	margin: 18px 0 0;
	padding: 20px 20px 13px;
  background: #fff;
}
.contact_btn{
	position: relative;
	display: block;
	width: 47.5%;
	margin: 0 auto;
	padding: 28px;
	background: #fed531;
	font-size: .938rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.contact_btn:after{
	content: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/icon_arrow.png);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -1px;
	transform: translateY(-50%);
}
.consideration_tel{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 0;
}
.consideration_tel .txt{
	font-size: .875rem;
	font-weight: bold;
}
.consideration_tel .tel{
	display: flex;
	align-items: center;
	margin: 0 0 0 20px;
	font-size: 1.75rem;
	font-weight: bold;
}
.consideration_tel .tel img{
	width: 40px;
}
.consideration_tel .reception{
	margin: 0 0 0 20px;
	font-size: .688rem;
	text-align: left;
}

@media screen and (max-width: 480px) {
	.contact_btn{
		width: 100%;
	}
	.consideration_tel{
		display: block;
    text-align: center;
	}
	.consideration_tel > p{
		margin: 0 auto;
		padding: 0;
	}
	.consideration_tel .tel{
		justify-content: center;
		margin: 0;
		font-size: 1.88rem;
	}
	.consideration_tel .tel img{
		width: auto;
	}
	.consideration_tel .reception{
		text-align: center;
	}
	.consideration_tel .reception br{
		display: none;
	}
}



/* =========================================================
 * タブエリア
 * ====================================================== */
.TabInPage{
	margin: 58px 0 0;
}
.security_tab_content_body{
	width: 960px;
	margin: 0 auto;
}
.tabNavigation_contents img{
	width: auto;
}

@media screen and (max-width: 480px) {
	.security_tab_content_body{
		width: 100%;
		padding: 0 1rem;
	}
	.tabChange_dropdown{
		padding: 0 1rem;
	}
}

/* =========================================================
 * 上のタブ
 * ====================================================== */
.tabNavigation{
	background: none;
	margin-bottom: 0;
	border-bottom: 1px solid #1f3579;
}
.tabNavigation .tabLayout{
	width: 960px;
	display: flex;
	align-items: flex-end;
}
.tabLayout.tabItemWrapper .tabItem {
	width: 192px;
	height: 80px;
	color: #333;
	border-left: #fff solid 1px;
	background:#c7cacf;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 1.125rem;
	display:flex;
	align-items: center;
	justify-content: center;
}
.tabLayout.tabItemWrapper .tabItem:hover{
	background: #c7cacf;
	color: #333;
	opacity: .7;
}
.tabItemWrapper .tabItem.tabSelect, .tabItemWrapper .tabItem.tabSelect:hover{
	height: 90px;
	background: #f4f5f6;
	color: #333;
	border: 1px solid #1f3579;
	border-bottom: none;
	opacity: 1;
	margin-bottom: -1px;
}
.tabContentsWrapper{
	background: #f4f5f6;
	padding-top: 60px;
}

/* =========================================================
 * 下のタブ
 * ====================================================== */

/* ----------------------------------------
 * タブ - タブ部分
 * ------------------------------------- */
.static_tabNavi_wrap{
	background: #fff;
	border-top: 1px solid #1f3579;
	margin-top: 60px;
}
.static_tabNavi {
	position: static;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 60px auto 0;
	width: 960px;
}


.static_tabNavi_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1px;
	min-width: 190px;
	height: 80px;
	background: #c7cacf;
	font-weight: bold;
	font-size: 1.125rem;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
.static_tabNavi_item a{
	padding: 0 1rem;
	color: #333;
}
.static_tabNavi_item.rows a {
	padding: 19px 1rem;
}
.static_tabNavi_item.static_tab-active {
	position: relative;
	margin-left: 0;
	padding: 32px 1rem;
	height: 90px;
	border:1px solid #193477;
	border-bottom: none;
	background: #f4f5f6;
	cursor: default;
}
.static_tabNavi_item.static_tab-active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #f4f5f6;
}
.static_tabNavi.static_tabNavi-bottom{
	align-items: flex-start;
	margin: 0 auto 60px;
}
.static_tabNavi-bottom .static_tabNavi_item.static_tab-active {
	border:1px solid #193477;
	border-top: none;
}
.static_tabNavi-bottom .static_tabNavi_item.static_tab-active:after{
	top: -1px;
	bottom: 0;
}
.static_tabNavi_item.static_tab-active  + .static_tabNavi_item {
	margin-left: 0;
}

@media screen and (max-width: 480px) {
	.static_tabNavi {
		display: none;
	}
	.ipoe .onc_for_businessWrap{
		margin-top: 0;
		padding-top: 30px;
	}
}



/* =========================================================
 * 詳細エリア
 * ====================================================== */
/* 見出し部分 */
.security_section_header{
	position: relative;
	margin: 0 0 30px;
	padding: 0 1.8rem 17px 1.8rem;
	border-bottom: 1px solid #ccc;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.security_infoTxt + .security_section_header,
.security_tab_content_body + .security_section_header{
	margin-top: 80px;
}

.security_section_header:before{
	content: "";
	position: absolute;
	bottom: -32px;
	left: 50%;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px solid #ccc;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.security_section_header:after{
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top: 14px solid #f4f5f6;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* 本文 */
.security_detailsArea{
	display: flex;
	align-items: flex-start;
	margin: 45px 0 0;
}
.details_heading{
	width: 275px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #e8eaef;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}
.details_txt{
	width: calc(100% - 275px);
	padding: 0 0 0 20px;
	margin: 9px 0 0;
}
.details_txt p{
	margin: 0;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.7;
}
.details_txt span{
	display: inline-block;
	margin: 23px 0 0;
	font-size: .75rem;
	line-height: 1.5;
}

.details_img{
	margin: 40px 0 0;
	padding: 50px;
	background: #fff;
	text-align: center;
}


@media screen and (max-width: 480px) {
	/* 本文 */
	.security_detailsArea{
		display: block;
	}

	.details_heading{
		width: 100%;
	}
	.details_txt{
		width: 100%;
		padding: 0;
	}
	.details_img{
		padding: 30px;
	}


}



/* =========================================================
 * 3つのポイント
 * ====================================================== */
.threePoints{
	width: 960px;
	margin: 72px auto 0;
}
.threePoints h3{
	text-align:center;
	font-weight:bold;
}
.threePoints_body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.threePoints_box{
	width:31%;
	border:1px solid #ccc;
	border-top:5px solid #193477;
	background:#fff;
}
.threePoints_ttl{
	position:relative;
	padding: 60px 10px 34px;
	border-bottom:1px solid #ccc;
	background:#e8eaef;
	font-size: 1.125rem;
	font-weight:bold;
	text-align:center;
}
.threePoints_ttl.row2,
.threePoints_ttl.row3{
	padding: 45px 10px 22px;
}
.threePoints_ttl p{
	margin: 0;
}
.threePoints_ttl img{
	position:absolute;
	left:0;
	right:0;
	top:-33px;
	margin: auto;
	width: auto;
}
.threePoints_txt{
	padding: 15px 20px 22px;
}
.threePoints_txt p{
	margin: 0;
	line-height: 1.75;
}
.threePoints_txt .captxt{
	margin-top:10px;
	margin-bottom:0;
	color:#193477;
	font-weight:bold;
}
@media screen and (max-width: 480px) {
	.threePoints {
		width: 100%;
	}
	.threePoints_body {
		width: 100%;
		display:block;
	}
	.threePoints_box{
		width:100%;
		margin-bottom:50px;
	}
	.threePoints_ttl,
	.threePoints_ttl.row2{
		padding:40px 10px 20px;
	}
	.threePoints_txt{
		text-align:center;
	}
	.threePoints_txt p{
		text-align:left;
	}
	.threePoints_txt img{
		width:100%;
	}
}

.ipoe_ttl{
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
}
.more_points{
	border:1px solid #ccc;
	border-top:5px solid #193477;
}
.more_points h4{
	text-align:center;
	background:#e8eaef;
	margin:0;
	padding:20px ;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.more_points .txt_box{
	padding:20px ;
	background:#fff;
	
}
.more_points .txt_box .captxt{
	margin-top:10px;
	color:#193477;
	font-weight:bold;
}
.more_points_cell{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.more_points_cell .more_points{
	width:49%;
}
.ob_section_header.ipoe{
	font-weight:bold;
	font-size:2rem;
	line-height:1.5;
}
.ipoe .appServices_inner{
	border:1px solid #ccc;
}
.ipoe .ipoe_box_ttl{
	font-weight:bold;
	font-size: 1.25rem;
	color:#fff;
	background:#6077a2;
	padding:30px 10px;
}

@media screen and (max-width: 480px) {
	.ob_section_header.ipoe{
		font-size: 1.5rem;
		padding:0 10px;
	}
	.ipoe .itemArea img{
		width:100%;
	}
	.ipoe.appServices_section{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.ipoe .appServices_box{
		padding-bottom:30px;
		margin-bottom: 0;
	}
	.more_points_cell{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.more_points_cell .more_points{
		width:100%;
		margin-bottom:20px;
	}
}


/* =========================================================
 * 関連サービス関係
 * ====================================================== */
.security_relation{
	margin: 75px auto 70px;
	text-align: center;
}
.security_relation .securityHeading{
	margin: 0;
}
.security_relationLink{
	display: flex;
	margin: 17px 0 0;
}
.relationLink_item{
	width: 50%;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 1.125rem;
	font-weight: bold;
	list-style: none;
}
.relationLink_item li:not(:first-child){
	margin: 10px 0 0;
}
.relationLink_item a{
	position: relative;
	padding: 0 30px 0 0;
}
.security_relationLink a:after{
	content: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/security/img/icon_arrow.png);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	transform: translateY(-50%);
}

.security_descTblBox{
	margin: 40px 0 0;
}
.security_descTblBox + .security_descTblBox{
	margin: 50px 0 0;
}
.security_descBox{
	margin: 20px 0 0!important;
	padding: 15px 20px;
	background: #fff;
}
.security_descBox-noBg{
	margin: 20px 0 0!important;
}
.descBox_txt{
	margin: 0!important;
	font-size: 1rem;
	line-height: 1.7;
}
.descBox_img{
	margin: 20px 0 30px;
	text-align: center;
}

.descBox_ttl{
	margin: 20px 0 0!important;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
.descBox_ttl + .security_primaryTbl,
.descBox_ttl + .scroll-box{
	margin: 12px 0 0;
}
.tabContent_txt + .security_primaryTbl,
.tabContent_txt + .scroll-box,
.descBox_txt + .security_primaryTbl,
.descBox_txt + .scroll-box{
	margin: 20px 0 0;
}
.security_attenList{
  counter-reset: item;
  list-style-type: none;
	margin: 10px 0;
	padding-left: 0;
}

.security_attenList li{
	padding-left: 2em;
	font-size: .75rem;
	text-indent: -2em;
}
.security_attenList li::before {
  content: '※';
	padding-right: 10px;
}
.list_num li::before {
  counter-increment: item;
  content: '※'counter(item);
	padding-right: 10px;
}
.list_red li::before{
	color: #cc0000;
}

.security_attenList li:not(:first-child){
	margin: 10px 0 0;
}

@media screen and (max-width: 480px) {
	.security_relationLink{
		display: block;
		padding: 0 1rem;
	}
	.relationLink_item{
		width: 100%;
		padding: 0;
		border: 2px solid;
		border-color: transparent #ccc #ccc #ccc;
	}
	.relationLink_item:first-child{
		border-top: 2px solid #ccc;
	}
	.relationLink_item li:not(:first-child){
		margin: 0;
		border-top: 2px solid #ccc;
	}
	.relationLink_item a{
		display: inline-block;
		width: 100%;
		padding: 20px 40px 20px 20px;
	}
	.relationLink_item a:after{
		right: 20px;
	}

}




/* =========================================================
 * よくある質問
 * ====================================================== */
.accordion_component{
	max-width: unset;
}
.faq_list dt{
	width: 30px;
}
.faq_list dd{
	margin-left: 30px;
}

.qa_check {
	margin: 30px 0 0 30px;
}
.qa_check span{
	display:inline-block;
	margin-top: 15px;
	text-align:center;
}
.qa_check ul {
	margin: 0;
	list-style: none;
}
.qa_check li {
	float: left;
	margin: 0 20px 0 0!important;
}
.qa_check p {
	margin:15px auto;
	display:inline-block;
}
.qa_check table th {
	vertical-align: middle;
	background-color: #e1e3e6;
}
.qa_check table th, 
.qa_check table td {
	border: 1px solid #ccc;
	padding: 15px 30px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}


/* =========================================================
 * セット説明
 * ====================================================== */
.set_services{
	margin: 80px 0 0;
}
.set_services_ttl{
	padding: 24px;
	background-color: #193477;
	color: #FFF;
	font-size: 1.75rem;
	text-align: center;
	line-height: 1.3;
}

.set_servicesList{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 40px 20px;
	border: 2px solid #193477;
	list-style: none;
}
.set_servicesList li{
	width: 50%;
	padding: 0 20px;
}
.set_servicesList li:nth-child(n + 3){
	margin-top: 25px;
}

.servicesList_ttl{
	display: flex;
	align-items: center;
}
.servicesList_ttl a{
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 1.25rem;
	font-weight: bold;
}
.servicesList_ttl a:after{
	content: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png);
	margin-left: 10px;
}
.servicesList_txt{
	margin: 15px 0 0 60px;
	font-size: 1rem;
	line-height: 1.7;
}


@media screen and (max-width: 480px) {
	.set_services{
		margin: 80px 1rem 0;
	}
	.set_servicesList li{
		width: 100%;
		padding: 0;
	}
	.set_servicesList li:nth-child(n + 2){
		margin: 30px 0 0;
	}
}


/* =========================================================
 * サービス詳細
 * ====================================================== */
.security_serviceDetail{
	border: 1px solid #ccc;
	border-top: 4px solid #193477;
}
.security_serviceDetail + .security_serviceDetail{
	margin: 60px 0 0;
}

.serviceDetail_heading{
	margin: 0!important;
	padding: 25px;
	background: #e8eaef;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.serviceDetail_body{
	padding: 30px 20px;
	background: #fff;
}
.serviceDetail_body dt{
	display: inline-block;
	width: 260px;
	padding: 15px 0;
	background: #e8eaef;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.serviceDetail_body dd{
	padding: 20px 0 30px;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (max-width: 480px) {
	.serviceDetail_body dt{
		width: 100%;
	}
}


/* =========================================================
 * サービス例
 * ====================================================== */
.security_case{
	margin: 45px 0;
}
.security_case dl{
	display: flex;
	flex-wrap: wrap;
}
.security_case dt{
	width: 210px;
	padding: 14px;
	border: 1px solid #ccc;
	background: #e8eaef;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.security_case dd{
	width: calc(100% - 210px);
	padding: 14px 20px;
	font-size: 18px;
	font-weight: bold;
}
.security_case dt:not(:first-of-type),
.security_case dd:not(:first-of-type){
	margin: 20px 0 0;
}

@media screen and (max-width: 480px) {
	.security_case{
		margin-bottom: 0;
	}
	.security_case dl{
		display: block;
	}
	.security_case dt,
	.security_case dd{
		width: 100%;
	}
	.security_case dd{
		padding: 14px 0;
	}
	.security_case dd:not(:first-of-type){
		margin: 0;
	}
}