@charset "UTF-8";

.p-gnav.dbp_gnav .p-gnav__list {
    margin-top: 0;
}
.p-gnav.dbp_gnav .p-gnav__list .p-gnav__item a {
	height: 70px;
	font-size: 16px;
}
.conts_inner > section {
	background-color: #eee;
}
.BackToTop.dbpToTop {
	padding-top: 46px;
	background-color: #eee;
}
@media screen and (min-width: 769px) {
	.BackToTop.dbpToTop {
		padding-top: 24px;
	}
}

.dbp_inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1220px;
}

[class^="dbp_ttl"] {
	margin-bottom: 50px;
	text-align: center;
}
.dbp_ttl01 h2 {
	font-size: 36px;
}
.dbp_ttl02 h2 {
	color:#fff;
	font-size: 36px;
}
.dbp_ttl02 span {
	display: block;
	margin-top: 25px;
	color:#fff;
	font-size: 18px;
}

.dbp_list {
}
.dbp_list > ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.dbp_list > ul > li {
	width: 25%;
	margin: 0;
	padding: 15px 10px;
}
.dbp_list > ul > li.clm2 {
	width: 50%;
}
.dbp_list > ul > li.clm3 {
	width: 75%;
}
.dbp_list > ul > li.clm4 {
	width: 100%;
}
.dbp_list > ul > li.gap1 {
	margin-right: 25%;
}
.dbp_list > ul > li.gap2 {
	margin-right: 50%;
}
.dbp_list > ul > li.gap3 {
	margin-right: 75%;
}
.dbp_list > ul > li .ttl_category {
	padding: 10px;
	background: #666;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.dbp_list > ul > li .list_item_inner {
    background: #FFF;
    border: 1px solid #EEE;
    height: 100%;
    padding-bottom: 100px;
    position: relative;
}
.dbp_list > ul > li a {
    text-decoration: none;
}
.dbp_list > ul > li .top_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dbp_list > ul > li .item_top {
	padding: 20px 20px 55px;
}
.dbp_list > ul > li .item_top .top_img {
	text-align: center;
	width: auto;
	vertical-align: bottom;
}
.dbp_list > ul > li .item_top .top_img img {
    max-width: 100%;
}
.dbp_list > ul > li .item_top .top_ttl {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 25px 0 30px;
	background: #FFF;
	font-size: 20px;
	font-weight: bold;
}
.dbp_list > ul > li .item_top .top_txt {
	font-size: 15px;
	color: #333;
	line-height: 1.75;
	margin: 0;
}
.dbp_list > ul > li .item_btm {
	position: absolute;
	bottom: 75px;
	left: 5%;
	width: 90%;
}
.dbp_list > ul > li .item_btm .result_link {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	color: #333 !important;
	background-color: #fff;
	position: relative;
	height: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: #4c4c4c 2px solid;
	border-radius: 50px;
	transition: 0.3s;
}
.dbp_list > ul > li a:hover .item_btm .result_link {
	color: #CC023A !important;
	border-color: #CC023A;
}
.dbp_list > ul > li .item_btm .result_link-more::after {
	content: '>';
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: auto;
	transition: .3s;
	vertical-align: middle;
}
.dbp_list > ul > li a:hover .item_btm .result_link-more::after {
	color: #CC023A !important;
}
.dbp_list > ul > li .btm_box {
	position: absolute;
	height: 45px;
	bottom: 20px;
	left: 5%;
	width: 90%;
}
.dbp_list > ul > li .btm_box a {
	font-size: 15px;
	font-weight: bold;
	padding: 12px 2px;
	background: #CC023A;
	height: 100%;
	border-radius: 50px;
}
.dbp_list > ul > li .btm_box a:hover {
	background: #a4000a;
}

[class^="sec_dbp_"] {
	padding: 70px 0 160px;
	background-repeat: no-repeat;
	background-position: center top;
}
.sec_dbp_ranking {
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/bgi_ranking.png);
	background-position: right 35px;
}
.sec_dbp_ranking .dbp_list > ul > li {
	position: relative;
	padding-top: 80px;
}
.sec_dbp_ranking .dbp_list > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 55px;
	background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/icn_ranking1.png) no-repeat center center;
}
.sec_dbp_ranking .dbp_list > ul > li:nth-child(2)::before {
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/icn_ranking2.png);
}
.sec_dbp_ranking .dbp_list > ul > li:nth-child(3)::before {
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/icn_ranking3.png);
}
.sec_dbp_ranking .dbp_list > ul > li:nth-child(4)::before {
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/icn_ranking4.png);
}
.sec_dbp_communication {
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/bgi_communication.png);
}
.sec_dbp_company {
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/bgi_company.png);
}
.sec_dbp_business {
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/bgi_business.png);
}
.sec_dbp_industry {
	padding-bottom: 90px;
	background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/services/dbp/bgi_industry.png);
}
.sec_dbp_banner {
	padding: 0 0 30px;
	text-align: center;
}
.sec_dbp_banner p {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
}
.sec_dbp_banner img {
	width: 1200px;
	max-width: 100%;
	padding:0 20px;
}
.sec_dbp_banner a:hover {
	opacity: .7;
}

@media screen and (max-width: 834px) {
	.dbp_ttl01 h2 ,
	.dbp_ttl02 h2 {
		font-size: 32px;
	}
	.dbp_list > ul > li {
		width: 50%;
		margin: 0;
		padding: 5px;
	}
	.dbp_list > ul > li.clm2 ,
	.dbp_list > ul > li.clm3 {
		width: 100%;
	}

	.dbp_list > ul > li .item_top {
		padding: 15px 25px 55px;
	}
	.dbp_list > ul > li .item_top .top_img img {
		max-height: 100px;
	}
	.dbp_list > ul > li .item_top .top_ttl {
		padding: 25px 0 15px;
		font-size: 18px;
	}
	.dbp_list > ul > li .item_top .top_txt {
		font-size: 14px;
	}
	[class^="sec_dbp_"] {
		background-size: auto 370px;
	}
	.sec_dbp_ranking {
		background-position: center 100px;
	}
	.dbp_list > ul > li.gap1 ,
	.dbp_list > ul > li.gap2 ,
	.dbp_list > ul > li.gap3 {
		margin-right: 0;
	}
	.dbp_list > ul > li.return1 {
		margin-right: 25px !important;
	}
}
@media screen and (max-width: 520px) {
	.dbp_ttl02 span {
		font-size: 13px;
	}
	.dbp_list > ul > li {
		width: 100%;
		padding: 10px 0;
	}
	.dbp_list > ul > li.clm1 {
		width: 100%;
	}
	.dbp_list > ul > li .list_item_inner {
	    padding-bottom: 80px;
	}
	.dbp_list > ul > li .item_top .top_ttl {
		padding: 20px 0 10px;
		font-size: 16px;
	}
	.dbp_list > ul > li .item_top .top_txt {
		font-size: 13px;
	}
	.dbp_list > ul > li .item_btm .result_link {
		font-size: 14px;
		height: 40px;
	}
	.dbp_list > ul > li .btm_box {
	    height: 40px;
	}
	.dbp_list > ul > li .btm_box a {
		font-size: 14px;
	}
	.dbp_list > ul > li.return1 {
		margin-right:0!important;
	}
}
@media screen and (min-width: 835px) {
	.dbp_list > ul > li.odr1 {
		order: 1;
	}
	.dbp_list > ul > li.odr2 {
		order: 2;
	}
	.dbp_list > ul > li.odr3 {
		order: 3;
	}
	.dbp_list > ul > li.odr4 {
		order: 4;
	}
	.dbp_list > ul > li.odr5 {
		order: 5;
	}
	.dbp_list > ul > li.odr6 {
		order: 6;
	}
	.dbp_list > ul > li.odr7 {
		order: 7;
	}
	.dbp_list > ul > li.odr8 {
		order: 8;
	}
	.dbp_list > ul > li.odr9 {
		order: 9;
	}
	.dbp_list > ul > li.odr10 {
		order: 10;
	}
	.dbp_list > ul > li.odr11 {
		order: 11;
	}
	.dbp_list > ul > li.odr12 {
		order: 12;
	}
	.dbp_list > ul > li.odr13 {
		order: 13;
	}
	.dbp_list > ul > li.odr14 {
		order: 14;
	}
	.dbp_list > ul > li.odr15 {
		order: 15;
	}
}
@media screen and (min-width: 835px) {
	.dbp_ttl01 h2 br ,
	.dbp_ttl02 h2 br {
		display: none;
	}
}

/*TB時*/
@media screen and (min-width:521px) and ( max-width:834px) {
	.dbp_list > ul > li.odr1-tb {
		order: 1;
	}
	.dbp_list > ul > li.odr2-tb {
		order: 2;
	}
	.dbp_list > ul > li.odr3-tb {
		order: 3;
	}
	.dbp_list > ul > li.odr4-tb {
		order: 4;
	}
	.dbp_list > ul > li.odr5-tb {
		order: 5;
	}
	.dbp_list > ul > li.odr6-tb {
		order: 6;
	}
	.dbp_list > ul > li.odr7-tb {
		order: 7;
	}
	.dbp_list > ul > li.odr8-tb {
		order: 8;
	}
	.dbp_list > ul > li.odr9-tb {
		order: 9;
	}
	.dbp_list > ul > li.odr10-tb {
		order: 10;
	}
	.dbp_list > ul > li.odr11-tb {
		order: 11;
	}
	.dbp_list > ul > li.odr12-tb {
		order: 12;
	}
	.dbp_list > ul > li.odr13-tb {
		order: 13;
	}
	.dbp_list > ul > li.odr14-tb {
		order: 14;
	}
	.dbp_list > ul > li.odr15-tb {
		order: 15;
	}


	.dbp_list > ul > li.gap1-tb {
		margin-right: 25%;
	}
	.dbp_list > ul > li.gap2-tb {
		margin-right: 50%;
	}
	.dbp_list > ul > li.gap3-tb {
		margin-right: 75%;
	}
}

/*表示*/
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}
@media screen and (max-width: 768px){
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
}