dpContent01@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. 基本
　01. 物件

******************************************************************************* */
/* ==

　00. 基本

=============================================================================== */
/* 基本モジュール
------------------------------------------------------------------------------- */

.container div:after{ content:''; display:block; clear:both; }

/* 見出し
------------------------------------------------------------------------------- */
.dpHeading01 {
	min-width: 1200px;
	margin: 20px 0 18px;
	padding: 0 20px;
	color: #000;
	box-sizing: border-box;
}
.dpHeading01_tit {
	max-width: 980px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	font-size: 234%;
	font-weight: 500;
	box-sizing: border-box;
}
.dpHeading01_tit span{
	font-size:12px;
	vertical-align: middle;
}
.dpHeading02 {
	position: relative;
	line-height: 40px;
	margin: 0 0 30px;
	padding: 0 0 0 65px;
	color: #000;
	font-size: 234%;
	font-weight: 500;
}
.dpHeading02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/parts/heading_ico01.svg) center center no-repeat;
	background-size: contain;
}
/* ナビ
------------------------------------------------------------------------------- */
.dpNav01 {
	position: relative;
	min-width: 1200px;
	min-height: 100px;
	margin: 0 0 14px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.dpNav01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(../images/parts/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.dpNav01_btn {
	display: none;
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	cursor: pointer;
}
.dpNav01_btn-show {
	display: block;
}
.dpNav01_btn.swiper-button-disabled {
	display: none;
}
.dpNav01_btn-prev {
	left: 50%;
	margin: -32px 0 0 -520px;
	background-image: url(../images/parts/nav_ico01.svg);
}
.dpNav01_btn-next {
	right: 50%;
	margin: -32px -520px 0 0;
	background-image: url(../images/parts/nav_ico02.svg);
}
.dpNav01_in {
	display: none;
}
.dpNav01_in.swiper-container-initialized {
	display: block;
}
.dpNav01_list {
	font-size: 100%;
}
.dpNav01 .dpNav01_item {
	width: 315px;
}
.dpNav01_bnr {
	display: block;
	position: relative;
	height: 100px;
	color: #fff;
	text-decoration: none;
}
.dpNav01_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.dpNav01_txt {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1.5;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	letter-spacing: -0.005em;
	text-align: center;
}
/* エリア
------------------------------------------------------------------------------- */
.dpArea01 {
	padding: 0 0 0;
	background-color: #fff;
	color: #000;
	text-align:center;
	min-width:1240px;
	margin:0 auto;
}

.dpArea01_current {
	display: none;
}
.dpArea01_list {
	display: -webkit-box;
	display: flex;
	font-size: 117%;
	font-weight: 500;
	justify-content: center;
}
.dpArea01_item a {
	display: block;
	line-height: 40px;
	padding: 0 10px 2px;
	margin:0 10px;
	color: #000;
	text-decoration: none;
}
.dpArea01_item-current a {
	display: block;
	position: relative;
	text-decoration: none;
}
.dpArea01_item-current a::before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	height: 8px;
	background-color: #9DC814;
}


/* 都道府県
------------------------------------------------------------------------------- */
.dpPref01_Over{
	position: relative;
	background-color: #282F38;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	min-width:1240px;
}
.dpPref01 {
	margin:0 auto;
	max-width:1024px;
	position: relative;
	padding: 0 38px;
	box-sizing: border-box;
}
.dpPref01_in{
	text-align:center;
}
.dpPref01_list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	font-size: 134%;
	font-weight: 500;
}
.dpPref01_item {
	margin: 0 12px 0 0;
}
.dpPref01_item a {
	display: block;
	position: relative;
	line-height: 64px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
.dpPref01_item-current a{
	color: #282F38;
	z-index: 1;
}
.dpPref01_item-current a::before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 50%;
	left: 0;
	height: 30px;
	background-color: #fff;
	width: 100%;
	margin-bottom: -15px;
	border-radius: 4px;
	z-index:-1;
}
.dpPref01_btn {
	position: relative;
	top: 0;
	right: 0;
	font-weight: 500;
	cursor: pointer;
}
.dpPref01_btn span {
	display: block;
	line-height: 64px;
	padding: 0 0 0 42px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
.dpPref01_btn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 56%;
	left: 19px;
	width: 17px;
	height: 13px;
	margin: -10px 0 0;
	background: url(../images/parts/pref_ico03.svg) center center no-repeat;
	background-size: contain;
}
.dpPref01_btn span::after {
	content: "";
	display: block;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-15px;
	height:30px;
	width:1px;
	background:#94979c;
}
/* 絞り込み
------------------------------------------------------------------------------- */
.dpFilter01 {
	display: none;
	padding: 15px 0 40px;
	min-width:1240px;
	margin:0 auto;
}
.dpFilter01-show {
	display: block;
}
.dpFilter01_in {
	margin: 0 auto;
}
.dpFilter01_list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	color: #000;
	font-size: 117%;
	font-weight: 500;
}
.dpFilter01_item {
	position: relative;
	line-height: 24px;
	margin: 0 0 0 20px;
	padding: 0 0 0 32px;
	cursor: pointer;
}
.dpFilter01_item-disable {
	opacity: .5;
	cursor: default;
}
.dpFilter01_item:first-child {
	margin-left: 0;
}
.dpFilter01_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-color: #282F38;
	box-sizing: border-box;
}
.dpFilter01_item-active::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
	width: 13px;
	height: 10px;
	background: url(../images/parts/filter_ico02.svg) center center no-repeat;
	background-size: contain;
}
/* コンテンツ
------------------------------------------------------------------------------- */
.dpContent01 {
	min-width: 1200px;
	margin: 0 0 40px;
	padding: 0 20px;
}
.dpContent01_in {
	max-width: 1024px;
	margin: 0 auto;
}
/* セクション
------------------------------------------------------------------------------- */
.dpBlock01 {
	display: none;
	margin: 0 0 60px;
}
.dpBlock01-show {
	display: block;
}
.dpBlock01:last-child {
	margin-bottom: 0;
}
/* 施設一覧
------------------------------------------------------------------------------- */
.dpResult01 {
	position: relative;
	min-height: 300px;
}
.dpResult01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(../images/parts/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.dpProject01 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0;
	font-size: 100%;
}
.dpProject01_empty {
	margin: 50px auto;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.dpProject01_item {
	display: none;
	width: 18.751%;
	max-width: 192px;
	margin: 16px 1.56125% 0 0;
	background-color: #F5F5F5;
}
.dpProject01_item-active {
	display: block;
}
.dpProject01_item-5n {
	margin-right: 0;
}
.dpProject01_wrap {
	display: block;
	height: 100%;
	color: #000;
	text-decoration: none;
}
.dpProject01_img {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 61.979% 0 0;
}
.dpProject01_img > div {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.dpProject01_img img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.dpProject01_ico {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
	padding: 0 9px;
	background-color: #335281;
	color: #fff;
	font-size: 84%;
	font-weight: 400;
}
.dpProject01_ico-vr {
	position: absolute;
	right: 0;
	left: auto;
}
.dpProject01_item-type01 .dpProject01_ico {
	background-color: #E3115A;
}
.dpProject01_item-type02 .dpProject01_ico {
	background-color: #EB7F00;
}
.dpProject01_item-type03 .dpProject01_ico {
	background-color: #24459D;
}
.dpProject01_item-type04 .dpProject01_ico {
	background-color: #3C3C3C;
}
.dpProject01_ico.dpProject01_ico-vr {
	background-color: #229896;
	padding-left: 22px;
}
.dpProject01_ico.dpProject01_ico-vr::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: url(/business/logistics/dproject/list/images/parts/ico_360.png) no-repeat center;
	background-size: contain;
}
.dpProject01_info {
	padding: 9% 9.4%;
}
.dpProject01_tit {
	position: relative;
	line-height: 1.375;
	margin: 0 0 15px;
	color: #000;
	font-size: 134%;
	font-weight: 500;
}
a .dpProject01_tit {
	color: #404F6F;
}
.dpProject01_list {
	margin: 0 -10px 0 0;
	font-size: 100%;
}
.dpProject01_list li {
	margin: 3px 0 0;
}
.dpProject01_list li::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.dpProject01_list li:first-child {
	margin-top: 0;
}
.dpProject01_head {
	float: left;
	line-height: 1.4;
	margin: 0;
	color: #999;
	font-size: 84%;
	font-weight: 400;
	white-space: nowrap;
}
.dpProject01_body {
	line-height: 1.4;
	margin: -1px 0 0;
	font-size: 84%;
	font-weight: 400;
}
/* 一覧ボタン
------------------------------------------------------------------------------- */
.dpBtn01 {
	margin: 60px 0;
	text-align: center;
}
.dpBtn01 a {
	display: inline-block;
	width: 100%;
	max-width: 282px;
	line-height: 1.8;
	padding: 7px 10px 6px;
	border: 1px solid #3F4040;
	border-radius: 4px;
	color: #3F4040;
	font-size: 125%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.dpBtn01 a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 0 0 0 12px;
	background: url(../images/parts/btn_ico01.svg) center center no-repeat;
	background-size: contain;
	vertical-align: 0.05em;
}
/* ==

　99. プラグイン

=============================================================================== */
/* Magnific Popup CSS */
.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}