@charset "shift_jis";


	* {
		box-sizing: border-box;
	}
.util-hidden {
	display: none;
}
ul, ol {
	list-style: none;
}
figure, p, h1, h2, h3, ul {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	width: 100%;
	color: #333;
}

/*---------PC体裁---------*/
@media print, screen and (min-width: 768px) {
	.util-pc-hidden {
		display: none;
	}
	.util-pc-mt25 {
		margin-top: 25px;
	}


	/*ヘッダー*/
	.Header {
		background-color:rgba(0,0,0,0);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;;
		z-index: 1;
	}
	.Header.fixed {
		top: 0;
		background-color: #fff;
		-webkit-transition: background-color .2s ease-out 0s;
		-moz-transition: background-color .2s ease-out 0s;
		-ms-transition: background-color .2s ease-out 0s;
		-o-transition: background-color .2s ease-out 0s;
		transition: background-color .2s ease-out 0s;
		-moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		position: fixed;
		width: 100%;
}
	.HeaderBody {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.header__utility {
		display: flex;
	}
	.header__utility-home {
		display: flex;
		align-items: center;
		font-size: 1.3rem;
		line-height: 1.4;
		color: #fff;
	}
	.header__utility-home__link {
		position: relative;
		padding: 20px 25px 20px 0;
		margin-right: 60px;
		text-decoration: none;
		color: #333;
	}
	.fixed .header__utility-home__link {
		color: #000;
	}
	.fixed .header__utility-home__link:hover {
		text-decoration: underline;
	}
	.header__utility-home__link:hover {
		text-decoration: underline;
	}
	.header__utility-home__link::after {
		position: absolute;
		content: "";
		background: url("/logistics_center/shintokyo/lp/img/index_ic01.webp") no-repeat;
		background-size: 13px;
		top: 21px;
		right: -5px;
		width: 20px;
		height: 20px;
	}
	.header-logo__wrap {
		display: flex;
		align-items: center;
		margin-top: 25px;
		color: #333;
	}
	.fixed .header-logo__wrap {
		display: flex;
		align-items: center;
		color: #000;
	}
	.header-logo {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #fff;
	}
	.header-logo__img {
		margin: 0 20px 0 60px;
	}
	.header-logo__text {
		font-size: 1.4rem;
		line-height: 1.4;
		font-weight: bold;
	}
	.header__utility-contact {
		background: url("/logistics_center/shintokyo/lp/img/index_ic02.webp") no-repeat 32px 26px;
		background-color: #cc0000;
		color: #fff;
	}
	.header__utility-contact:hover {
		background-color: #e91313;
	}
	.header__utility-contact__link {
		display: block;
		padding: 8px 11px 5px;
		text-decoration: none;
		color: #fff;
	}
	.header__utility-contact__text {
		font-size: 1.3rem;
		line-height: 1.5;
		text-align: center;
		margin-top: 68px;
	}
	#container {
		min-width: 1200px;
	}
/*メインビジュアル*/
	.main-visual {
		position: relative;
	}
	.main-visual img {
		width: 100%;
	}

	/*新規契約募集中*/
	.contract__label {
		padding: 15px 20px;
		background-color: #000;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contract__label__elm01 {
		display: flex;
		align-items: center;
		font-weight: bold;
		margin-right: 36px;
	}
	.contract__label__elm01__text {
		font-size: 1.8rem;
		line-height: 1.4;
	}


	.contract__label__btn__type {
		width: 378px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #cc0000;
		font-size: 2.8rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.contract__label__btn__type:hover {
		background-color: #e91313;
	}


	/*main__content1つ目*/
	.main__content__type01 {
		padding: 52px 0 48px;
		background-image: url("/logistics_center/shintokyo/lp/img/index_bg01.webp"),url("/logistics_center/shintokyo/lp/img/index_bg02.webp")  ;
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
	}
	.recommend__box {
		position: relative;
		max-width: 1200px;
		border: 2px solid #003366;
		padding: 64px 36px 36px 46px;
		margin: 86px auto 0;
	}
	.recommend__box__title-wrap {
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
	}
	.recommend__box__title {
		position: relative;
		color: #fff;
		font-size: 3.2rem;
		font-weight: bold;
	}
	.recommend__box__title::before {
		position: absolute;
		content: "";
		width: 416px;
		height: 60px;
		top: -8px;
		left: -30px;
		background: url(/logistics_center/shintokyo/lp/img/index_bg03.webp) no-repeat;
		z-index: -1;

	}
	.recommend__box__list-wrap{
		display: flex;
		justify-content: center;
	}
	.recommend__box__list-wrap__order-list > li {
		position: relative;
		padding-left: 63px;
		color: #555555;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.9
	}
	.recommend__box__list-wrap__order-list > li + li {
		margin-top: 28px;
	}
	.recommend__box__list-wrap__order-list > li::before {
		position: absolute;
		content: "";
		width: 40px;
		height: 40px;
		background: url("/logistics_center/shintokyo/lp/img/index_ic03.webp") no-repeat;
		top: -2px;
		left: 0;
	}
	.recommend__box__list-wrap__order-list > li .marker-text {
		color: #003366;
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.2;
		background:linear-gradient(transparent 85%, #ffe400 0%);
		background-position-y: -5px;
	}
	.heading2-shintokyo {
		display: flex;
		justify-content: center;
	}
	.lead-text {
		margin: 15px 0 0;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.6;
		font-weight: bold;
	}
	.list-wrap-feartures {
		margin-top: 70px;
	}
	.list-wrap-feartures__order-list {
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
	}
	.list-wrap-feartures__order-list > li {
		position: relative;
		width: calc(1130px/3);
		padding: 70px 32px 20px;
		margin: 0 17px;
		border: 4px solid #003366;background-color: #fff;
		text-align: center;
		-moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
	}
	.num1::after {
		position: absolute;
		content: "";
		width: 100px;
		height: 100px;
		top: -52px;
		left: 36%;
		background: url("/logistics_center/shintokyo/lp/img/index_tx01.webp") no-repeat;
	}
	.num2::after {
		position: absolute;
		content: "";
		width: 100px;
		height: 100px;
		top: -52px;
		left: 36.5%;
		background: url("/logistics_center/shintokyo/lp/img/index_tx02.webp") no-repeat;
	}
	.num2 .media-features__frame img {
		width: 45%;
		margin-top: 6px;
	}
	.num2 .media-features__title {
		margin-top: 22px;
	}
	.num3::after {
		position: absolute;
		content: "";
		width: 100px;
		height: 100px;
		top: -52px;
		left: 36.5%;
		background: url("/logistics_center/shintokyo/lp/img/index_tx03.webp") no-repeat;
	}
	.media-features {
		display: flex;
		flex-direction: column;
	}
	.media-features__title {
		margin: 15px 0 0;
		color: #003366;
		font-size: 3.6rem;
		font-weight: bold;
	}
	.media-features__text {
		margin-top: 8px;
		font-size: 1.8rem;
		line-height: 1.6;
	}


	/*アンカーリスト*/
	.anchor-navi-shintokyo {
		background-color: #000;
	}
	.anchor-navi-shintokyo__list {
		max-width: 1200px;
		display: flex;
		margin: 0 auto;
	}
	.anchor-navi-shintokyo__list > li {
		width: calc(100%/4);
		text-align: center;
	}
	.anchor-navi-shintokyo__list > li:hover {
		background-color: #0065cc;
	}
	.anchor-navi-shintokyo__link {
		display: block;
		width: 100%;
		padding: 35px 15px 46px;
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	.anchor-navi-shintokyo__label {
		position: relative;
	}
	.anchor-navi-shintokyo__label::after {
		position: absolute;
		content: "";
		width: 13px;
		height: 13px;
		bottom: -25px;
		left: calc(50% - 8px);
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(135deg);
	}

	/*メインコンテンツ2つ目*/
	.main__content__type02 {
		padding: 162px 0 300px;
		background: url("/logistics_center/shintokyo/lp/img/index_bg04.webp") no-repeat top right;
	}
	.heading3-shintokyo {
		text-align: center;
	}
	.heading3-shintokyo__title {
		position: relative;
		display: inline-block;
	}
	.heading3-shintokyo__title::before {
		position: absolute;
		content: "";
		width: 652px;
		height: 112px;
		top: -110px;
		left: -237px;
		background: url(/logistics_center/shintokyo/lp/img/index_h02.webp) no-repeat;
		z-index: -1;

	}
	.heading3-shintokyo__title__label {
		position: relative;
		color: #fff;
		font-size: 3.2rem;
		font-weight: bold;
	}
	.heading3-shintokyo__title__label::before {
		position: absolute;
		content: "";
		top: -8px;
		left: -82px;
		width: 296px;
		height: 60px;
		background: url("/logistics_center/shintokyo/lp/img/index_bg05.webp") no-repeat;
		z-index: -1;
	}

	.access__box-wrap {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: 52px;
	}
	.access__box {
		position: absolute;
		left: 0;
		top: 10.5%;
		width: 100%;
	}
	.access__box__elm01, .access__box__elm02 {
		width: 53.2%;
		height: 190px;
		background-color: #003366;
		-moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
	}
	.access__box__elm02 {
		margin-top: 30px;
	}
	.access__box__inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 28px 20px;
	}
	.access__box__head {
		width: 508px;
		margin-right: 2.5%;
	}
	.access__box__body {
		width: 258px;
		text-align: end;
	}
	.access__box__text {
		color: #fff;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
	}
	.access__box__text-small {
		font-size: 2rem;
	}


	.image-wrap--right {
		width: 50%;
		display: flex;
		justify-content: flex-end;
		overflow-x: hidden;
	}
	.image {
		display: flex;
		justify-content: flex-end;
		margin: 0;
	}

	.google_map-wrap {
		position: relative;
	}
	.google_map {
		position: absolute;
		max-width: 78%;
		width: 100%;
		top: 56px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.google_map iframe {
		width: 100%;
		border: none;
		box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
	}
	/*メインコンテンツ3つ目*/
	.main__content__type03 {
		padding: 400px 20px 0;
		background-image: url(/logistics_center/shintokyo/lp/img/index_bg08.webp),url("/logistics_center/shintokyo/lp/img/index_bg09.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
	}

	.heading3-shintokyo__title02 {
		position: relative;
		display: inline-block;
	}
	.heading3-shintokyo__title02::before {
		position: absolute;
		content: "";
		width: 652px;
		height: 112px;
		top: -110px;
		left: 60%;
		transform: translateX(-50%);
		background: url("/logistics_center/shintokyo/lp/img/index_h03.webp") no-repeat;
		z-index: -1;
	}
	/*テーブル*/
	.table-shintokyo {
		max-width: 1200px;
		margin: 50px auto 0;
	}
	.table__w--33per {
		width: 33%;
	}
	.table__w--67per {
		width: 67%;
	}
	.table-shintokyo__matrix {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-spacing: 0;
	}
	.table-shintokyo__matrix [class*=__cell] {
		padding: 18px 30px;
		border-top: 1px solid #ddd;
	}
	[class*=__cell--lv2] {
		background-color: #eee;
		font-weight: bold;
		text-align: left;
	}
	.table__cell--lv2--left-top {
		vertical-align: top;
		text-align: left;
	}
	.table-shintokyo__column {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.table-shintokyo__column > .column__item {
		width: calc(((100% - (72px)) / 5) - .1px);
	}
	.table-shintokyo__image-wrap--center {
		text-align: center;
	}
	.table-shintokyo__image-wrap--center .image__title {
		height: 60px;
	}
	.table-shintokyo__image-wrap--center .image__caption,
	.table-shintokyo__image-wrap--center .image__caption--center {
		margin-top: 10px;
	}
	.table__text--small {
		font-size: 1.4rem;
	}





	/*メインコンテンツ4つ目*/
	.main__content__type04 {
		position: relative;
		padding: 164px 40px 60px;
		background-image: url(/logistics_center/shintokyo/lp/img/index_bg10.webp),url("/logistics_center/shintokyo/lp/img/index_bg11.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: right top, right bottom;
	}
	.heading3-shintokyo__title__label02 {
		position: relative;
		color: #fff;
		font-size: 3.2rem;

	}
	.heading3-shintokyo__title__label02::before {
		position: absolute;
		content: "";
		top: -8px;
		left: -71px;
		width: 296px;
		height: 60px;
		background: url("/logistics_center/shintokyo/lp/img/index_bg05.webp") no-repeat;
		z-index: -1;
	}



	.heading3-shintokyo__title04 {
		position: relative;
		display: inline-block;
	}
	.heading3-shintokyo__title04::before {
		position: absolute;
		content: "";
		width: 652px;
		height: 112px;
		top: -110px;
		left: -216px;
		background: url("/logistics_center/shintokyo/lp/img/index_h04.webp") no-repeat;
		z-index: -1;
	}
	.heading3-shintokyo__title__label03 {
		position: relative;
		color: #fff;
		font-size: 3.2rem;
	}
	.heading3-shintokyo__title__label03::before {
		position: absolute;
		content: "";
		top: -8px;
		left: -51px;
		width: 296px;
		height: 60px;
		background: url(/logistics_center/shintokyo/lp/img/index_bg05.webp) no-repeat;
		z-index: -1;
	}



	.service-box {
		max-width: 1500px;
		padding: 45px 40px;
		margin: 50px auto 0;
		background-color: #eee;
	}
	.service-box__title {
		color: #003366;
		text-align: center;
	}
	.service-box__title h3{
		font-size: 4.2rem;
		font-weight: bold;
	}
	.service-box__image-wrap {
		margin-top: 30px;
	}
	.service-box__media {
		display: flex;
		justify-content: center;
		max-width: 1200px;
		margin: 54px auto 0;
	}
	.service-box__media__head {
		max-width: 582px;
		margin-right: 36px;
	}
	.service-box__media__body {
		max-width: 582px;
	}
	.service-box__media__lead-text {
		margin-bottom: 25px;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.service-box__media__text {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.text-accent-blue {
		color: #003366;
	}
	.util-bold {
		font-weight: bold;
	}

	/*関連サービス*/
	.related-service {
		width: 100%;
		padding: 44px 40px 48px;
		background-color: #6a7076;
		text-align: center;
	}
	.related-service__title {
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.related-service__list-wrap{
		margin-top: 24px;
		color: #fff;
	}
	.related-service__list-wrap__order-list {
		display: flex;
		justify-content: center;
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
		border: 2px solid #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.related-service__list-wrap__order-list > li {
		width: 100%;
		border-right: 2px solid #fff;
	}
	.related-service__list-wrap__order-list > li:last-of-type {
		border-right: none;
	}
	.related-service__list-wrap__order-list__link {
		display: block;
		width: 100%;
		padding: 25px 10px;
		color: #fff;
		text-decoration: none;
	}
	.related-service__list-wrap__order-list__link:hover {
		color: #333;
		background-color: #fff;
		text-decoration: none;
	}
	.related-service__list-wrap__order-list__label {
		position: relative;
		padding-right: 18px;
	}
	.related-service__list-wrap__order-list__label::after {
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		top: 6px;
		right: 1px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.related-service__list-wrap__order-list__link:hover .related-service__list-wrap__order-list__label::after {
		border-top: 2px solid #003366;
		border-right: 2px solid #003366;
	}

	/*フッター*/
	.Footer {
		position: relative;
		background-color: #000;
		padding: 40px 20px 30px;
		height: 128px;
		border-top: 1px solid #fff;
		min-width: 1200px;
	}
	.FooterBody {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.footer-link > li > a {
		position: relative;
		padding-right: 23px;
		font-size: 1.3rem;
		line-height: 1.5;
		text-decoration: none;
		color: #fff;
		letter-spacing: .6px;
	}
	.footer-link > li > a.a-blank::after {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -8px;
		width: 14px;
		height: 12px;
		background-position: 0 -20px;
	}
	.footer-link > li > a:hover {
		text-decoration: underline;
	}
	.footer-copyright {
		text-align: right;
		color: #fff;
	}
	.footer-copyright small {
		display: inline-block;
		margin-top: 8px;
		font-size: 1.2rem;
		color: #999;
		letter-spacing: .5px;
	}
	.gnav-list > li > a > span::after, .head-icon-search > span::before, .head-icon-recruit > a > span::before, .head-icon-fglis > a > span::before, .head-contact > a > span::before, .footer-link > li > a::after, .head-contact > a::before, .search-close::after, .search-btn, .megaMenu .megaMenu_title > a::after, .megaMenu .megaMenu_link > li > a::before, .megaMenu .megaMenu_link > li > a::after, .Pagetop > a {
		background: url("/logistics_center/shintokyo/lp/img/sprite.webp") no-repeat 0 0;
		content: "";
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.Pagetop {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 2;
}
	.Pagetop.stop {
		position: absolute;
		right: 20px;
		top: -45px;
		z-index: 2;
	}
	.Pagetop > a:hover {
		background-position: -319px -164px;
	}
	.Pagetop > a {
		width: 62px;
		height: 62px;
		background-position: -319px -4px;
		transition: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.header-logo__img {
		margin-left: 40px;
	}
	.main__content__type01 {
		background-image:url("/logistics_center/shintokyo/lp/img/index_bg12.webp")
	}
	.main__content__type02 {
		background-image:url("/logistics_center/shintokyo/lp/img/index_bg13.webp")
	}
	.main__content__type03 {
		background-image:url("/logistics_center/shintokyo/lp/img/index_bg14.webp")
	}
	.main__content__type04 {
		background-image:url("/logistics_center/shintokyo/lp/img/index_bg15.webp")
	}
	.num2 .media-features__frame img {
		width: 50%;
		margin-top: -2px;
	}
	.num2 .media-features__title {
		margin-top: 14px;
	}
	.image-wrap--right {
		position: relative;
		width: 100%;
		left: 26%;
		z-index: -1;
	}
	.access__box__elm01, .access__box__elm02 {
		width: 54.6%;
	}
	.access__box__inner {
		padding-left: 40px;
	}
	.access__box__head {
		width: 418px;
	}
	.access__box__elm01 .access__box__head {
		width: 448px;
	}
	.google_map {
		max-width: 93.75%;
	}
	.service-box__media__head {
		max-width: 550px;
		margin-right: 28px;
	}
	.service-box__media__body {
		max-width: 542px;
	}
	.Footer {
		padding: 40px 40px 30px;
	}
	.Pagetop.stop {
		right: 40px;
	}
}

@media print, screen and (max-width: 767px) {
	.util-sp-hidden {
		display: none;
	}
	.util-sp-mt15 {
		margin-top: 15px;
	}
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	html {
		font-size: 62.5%;
		-webkit-text-size-adjust: 100%;
	}
	body {
		line-height: 1.5;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* 適時変更 */
		font-size: 1.4rem;
		color: #333333;
	}



	/*ヘッダー*/
	.Header {
		background-color:rgba(0,0,0,0);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;;
		z-index: 1;
	}
	.Header.fixed {
		top: 0;
		background-color: #fff;
		-webkit-transition: background-color .2s ease-out 0s;
		-moz-transition: background-color .2s ease-out 0s;
		-ms-transition: background-color .2s ease-out 0s;
		-o-transition: background-color .2s ease-out 0s;
		transition: background-color .2s ease-out 0s;
		-moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
		-ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
		position: fixed;
		width: 100%;
	}
	.HeaderBody {
		display: flex;
		justify-content: space-between;
	}
	.header__utility {
		display: flex;
	}
	.header__utility-home {
		display: flex;
		align-items: center;
		font-size: 1.2rem;
		line-height: 1.4;
		color: #fff;
	}
	.header__utility-home__link {
		position: relative;
		padding: 9px 10px 9px 0;
		margin-right: 24px;
		text-decoration: none;
		color: #333;
	}
	.fixed .header__utility-home__link {
		color: #000;
	}
	.header__utility-home__link::after {
		position: absolute;
		content: "";
		background: url("/logistics_center/shintokyo/lp/img/index_ic01.webp") no-repeat;
		background-size: 13px 13px;
		top: 20px;
		right: -12px;
		width: 15px;
		height: 15px;
	}
	.header-identity {
		display: flex;
		align-items: center;
	}
	.header-identity_link {
		display: flex;
	}
	.header-logo {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #fff;
	}
	.header-logo__img {
		width: 91px;
		margin: 0 20px 0 15px;
	}
	.header-logo__text {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.header__utility-contact {
		width: 65px;
		height: 55px;
		background: url(/logistics_center/shintokyo/lp/img/index_ic02.webp) no-repeat 23px 12px;
		background-size: 20px 14px;
		background-color: #cc0000;
		color: #fff;
	}
	.header__utility-contact__link {
		text-decoration: none;
		color: #fff;
	}
	.header__utility-contact__text {
		font-size: 1rem;
		text-align: center;
		margin-top: 30px;
	}

/*メインビジュアル*/
	.main-visual {
		position: relative;
	}
	.main-visual img {
		width: 100%;
	}

	/*新規契約募集中*/
	.contract__label {
		padding: 14px 15px 15px;
		background-color: #000;
		color: #fff;
	}
	.contract__label__elm01 {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.contract__label__elm01__text {
		font-size: 1rem;
		line-height: 1.4;
	}


	.contract__label__btn__type {
		width: 100%;
		height: 40px;
		margin-top: 13px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #cc0000;
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}


	/*main__content1つ目*/
	.main__content__type01 {
		padding: 2px 15px 28px;
		background-image: url("/logistics_center/shintokyo/lp/img/index_bg01.webp"),url("/logistics_center/shintokyo/lp/img/index_bg02.webp")  ;
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-size: 90px 214px, 90px 107px;
	}
	.recommend__box {
		position: relative;
		max-width: 92%;
		border: 2px solid #003366;
		padding: 30px 12px 14px;
		margin: 50px auto 0;
	}
	.recommend__box__title-wrap {
		position: absolute;
		width: 100%;
		text-align: center;
		top: -16px;
		left: 50%;
		transform: translateX(-50%);
	}
	.recommend__box__title {
		position: relative;
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.recommend__box__title::before {
		position: absolute;
		content: "";
		width: 302px;
		height: 45px;
		top: -8px;
		left: -18px;
		background: url(/logistics_center/shintokyo/lp/img/index_bg03.webp) no-repeat;
		background-size: 302px 45px;
		z-index: -1;

	}
	.recommend__box__list-wrap{
		display: flex;
		justify-content: center;
	}
	.recommend__box__list-wrap__order-list {
		margin: 0;
	}
	.recommend__box__list-wrap__order-list > li {
		position: relative;
		padding-left: 36px;
		color: #555555;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.recommend__box__list-wrap__order-list > li + li {
		margin-top: 10px;
	}
	.recommend__box__list-wrap__order-list > li::before {
		position: absolute;
		content: "";
		width: 25px;
		height: 25px;
		background: url(/logistics_center/shintokyo/lp/img/index_ic03.webp) no-repeat;
		background-size: 25px 25px;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.recommend__box__list-wrap__order-list > li .marker-text {
		color: #003366;
		font-size: 2.1rem;
		font-weight: bold;
		background:linear-gradient(transparent 85%, #ffe400 0%);
		background-position-y: -1px;
	}
	.heading2-shintokyo {
		display: flex;
		justify-content: center;
	}
	.heading2-shintokyo__title {
		width: 89%;
		margin: 27px auto 0;
	}
	.lead-text {
		margin: 22px 0 0;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.list-wrap-feartures {
		margin-top: 34px;
	}
	.list-wrap-feartures__order-list {
		padding: 0;
		margin: 0;
	}
	.list-wrap-feartures__order-list > li:first-of-type {
		margin: 0!important;
	}
	.list-wrap-feartures__order-list > li {
		position: relative;
		padding: 33px 12px 18px 18px;
		margin: 37px 0 0;
		border: 4px solid #003366;
		background-color: #fff;
		-moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
	}
	.num1::after {
		position: absolute;
		content: "";
		width: 50px;
		height: 50px;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/shintokyo/lp/img/index_tx01.webp") no-repeat;
		background-size: 50px 50px;
	}
	.num2::after {
		position: absolute;
		content: "";
		width: 50px;
		height: 50px;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/shintokyo/lp/img/index_tx02.webp") no-repeat;
		background-size: 50px 50px;
	}
	.num3::after {
		position: absolute;
		content: "";
		width: 50px;
		height: 50px;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/shintokyo/lp/img/index_tx03.webp") no-repeat;
		background-size: 50px 50px;
	}
	.media-features {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.media-features__head {
		flex-shrink: 0;
		width: 75px;
		margin-right: 20px;
	}
	.media-features__head img {
		width: 75px;
	}

	.media-features__title {
		margin: 0;
		color: #003366;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.media-features__text {
		margin-top: 4px;
		font-size: 1.3rem;
		line-height: 1.6;
	}


		/*アンカーリスト*/
	.anchor-navi-shintokyo {
		background-color: #000;
	}
	.anchor-navi-shintokyo__list {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 1.6rem;

	}
	.anchor-navi-shintokyo__list > li {
		width: calc(100%/2);
	}
	.anchor-navi-shintokyo__link {
		display: block;
		padding: 12px 0 18px;
		color: #fff;
		text-decoration: none;

	}
	.anchor-navi-shintokyo__label {
		position: relative;
		font-weight: bold;
	}
	.anchor-navi-shintokyo__label::after {
		position: absolute;
		content: "";
		width: 6px;
		height: 6px;
		bottom: -8px;
		left: 50%;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: translateX(-50%) rotate(135deg);
	}








	/*メインコンテンツ2つ目*/
	.main__content__type02 {
		padding: 76px 0 120px;
		background: url("/logistics_center/shintokyo/lp/img/index_bg16.webp") ,url("/logistics_center/shintokyo/lp/img/index_bg17.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: top right, bottom right;
		background-size: 90px 108px, 92px 215px;
	}
	.heading3-shintokyo {
		text-align: center;
	}
	.heading3-shintokyo__title {
		position: relative;
		display: inline-block;
	}
	.heading3-shintokyo__title::before {
		position: absolute;
		content: "";
		width: 241px;
		height: 44px;
		top: -49px;
		left: 50%;
		transform: translateX(-50%);
		background: url(/logistics_center/shintokyo/lp/img/index_h02.webp) no-repeat;
		background-size: 241px 44px;
		z-index: -1;

	}
	.heading3-shintokyo__title__label {
		position: relative;
		color: #fff;
		font-size: 2.4rem;

	}
	.heading3-shintokyo__title__label::before {
		position: absolute;
		content: "";
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		width: 222px;
		height: 46px;
		background: url("/logistics_center/shintokyo/lp/img/index_bg05.webp") no-repeat;
		background-size: 222px 46px;
		z-index: -1;
	}

	.access__box-wrap {
		position: relative;
		margin-top: 196px;
	}
	.access__box {
		display: flex;
		position: absolute;
		top: -165px;
		left: 0;
		right: 0;
		padding: 0 15px;
	}
	.access__box__inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.access__box__elm01, .access__box__elm02 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc((100% - 15px) / 2);
		padding: 14px 15px;
		background-color: #003366;
		-moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
	}
	.access__box__elm02 {
		margin-left: 15px;
	}
	.access__box__body figure {
		text-align: center;
	}
	.access__box__body img {
		width: 120px;
		height: auto;
	}
	.access__box__body {
		margin-top: 6px;
	}
	.access__box__text {
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		margin: 0;
	}
	.access__box__text-small {
		font-size: 1rem;
	}
	.image {
		display: flex;
		justify-content: flex-end;
		margin: 0;
	}

	.google_map-wrap {
		position: relative;
	}
	.google_map {
		position: absolute;
		top: 25px;
		left: 4%;
		right: 0;
	}
	.google_map > iframe {
		width: 95%;
		height: 200px;
		-moz-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
		-ms-box-shadow: 10px 13px 22px -9px rgba(0, 0, 0, 0.63);
		box-shadow: 10px 13px 22px -9px rgb(0 0 0 / 63%);
	}
	/*メインコンテンツ3つ目*/
	.main__content__type03 {
		padding: 184px 15px 0;
		background-image: url(/logistics_center/shintokyo/lp/img/index_bg08.webp),url("/logistics_center/shintokyo/lp/img/index_bg09.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-size: 90px 215px, 90px 107px;
	}

	.heading3-shintokyo__title02 {
		position: relative;
		display: inline-block;
	}
	.heading3-shintokyo__title02::before {
		position: absolute;
		content: "";
		width: 260px;
		height: 112px;
		top: -50px;
		left: -78px;
		background: url("/logistics_center/shintokyo/lp/img/index_h03.webp") no-repeat;
		background-size: 260px 45px;
		z-index: -1;
	}
	/*テーブル*/
	.table-shintokyo {
		max-width: 1200px;
		width: 100%;
		margin: 26px auto 0;
	}
	.table__w--33per {
		width: 33%;
	}
	.table__w--67per {
		width: 67%;
	}
	.table-shintokyo__matrix {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-spacing: 0;
	}
	.table-shintokyo__matrix [class*=__cell] {
		display: block;
		padding: 12px 10px;
		border-top: 1px solid #ddd;
	}
	[class*=__cell--lv2] {
		background-color: #eee;
		font-weight: bold;
		text-align: left;
	}
	.table__cell--lv2--left-top {
		vertical-align: top;
		text-align: left;
	}
	.table-shintokyo__column {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.table-shintokyo__column > .column__item {
		width: calc(100%/3);
	}
	.table-shintokyo__column > .column__item:nth-child(n+4) {
		margin-top: 20px;
	}
	.table-shintokyo__image-wrap--center .image__title {
		text-align: center;
	}
	.table-shintokyo__image-wrap--center .image__caption,
	.table-shintokyo__image-wrap--center .image__caption--center {
		margin-top: 6px;
	}
	.table-shintokyo__image-wrap--center .image__caption--center {
		text-align: center;
	}
	.table-shintokyo__image-wrap--center .image__frame {
		width: 75px;
		margin: 0 auto;
	}
	.table__text--small {
		font-size: 1.2rem;
	}










	/*メインコンテンツ4つ目*/
	.main__content__type04 {
		position: relative;
		padding: 68px 0 26px;
		background-image: url(/logistics_center/shintokyo/lp/img/index_bg18.webp),url("/logistics_center/shintokyo/lp/img/index_bg19.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: right top, right bottom;
		background-size: 90px 208px, 90px 114px;
	}
	.heading3-shintokyo__title__label02 {
		position: relative;
		color: #fff;
		font-size: 2.4rem;

	}
	.heading3-shintokyo__title__label02::before {
		position: absolute;
		content: "";
		top: -7px;
		left: -51px;
		width: 222px;
		height: 45px;
		background: url("/logistics_center/shintokyo/lp/img/index_bg05.webp") no-repeat;
		background-size: 222px 45px;
		z-index: -1;
	}



	.heading3-shintokyo__title04 {
		position: relative;
		display: inline-block;
	}
	.heading3-shintokyo__title04::before {
		position: absolute;
		content: "";
		width: 263px;
		height: 45px;
		top: -42px;
		left: -16px;
		background: url("/logistics_center/shintokyo/lp/img/index_h04.webp") no-repeat;
		background-size: 263px 45px;
		opacity: 0.8;
		z-index: -1;
	}
	.heading3-shintokyo__title__label03 {
		position: relative;
		line-height: 2;
		color: #fff;
		font-size: 2.4rem;
		display: inline-block;
		width: 223px;
		height: 45px;
		background: url(/logistics_center/shintokyo/lp/img/index_bg05.webp) no-repeat;
		background-size: 223px 45px;
		background-position: 0px 0px;
	}
	.heading3-shintokyo__title__label03::before {
	}



	.service-box {
		max-width: 1500px;
		padding: 20px 15px 25px;
		margin: 25px auto 0;
		background-color: #eee;
	}
	.service-box__title {
		color: #003366;
		text-align: center;
	}
	.service-box__title h3 {
		font-size: 2.1rem;
		font-weight: bold;
	}
	.service-box__image-wrap {
		margin-top: 20px;
		text-align: center;
	}
	.service-box__media {
		margin-top: 25px;
	}
	.service-box__media__head {
	}
	.service-box__media__body {
		margin-top: 16px;
		text-align: center;
	}
	.service-box__media__lead-text {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	.text-accent-blue {
		color: #003366;
	}
	.util-bold {
		font-weight: bold;
	}

	/*関連サービス*/
	.related-service {
		width: 100%;
		padding: 22px 15px 24px;
		background-color: #6a7076;
		text-align: center;
	}
	.related-service__title {
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.related-service__list-wrap{
		margin-top: 8px;
		color: #fff;
	}
	.related-service__list-wrap__order-list {
		margin: 0;
		padding: 0;
		border: 1px solid #fff;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.related-service__list-wrap__order-list > li:nth-of-type(n+2) {
		width: 100%;
		border-top: 1px solid #fff;
	}

	.related-service__list-wrap__order-list__link {
		display: block;
		width: 100%;
		padding: 11px 10px;
		color: #fff;
		text-decoration: none;
	}
	.related-service__list-wrap__order-list__label {
		position: relative;
		padding-right: 18px;
	}
	.related-service__list-wrap__order-list__label::after {
		position: absolute;
		content: "";
		width: 7px;
		height: 7px;
		top: 7px;
		right: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}

	/*フッター*/
	.Footer {
		position: relative;
		background-color: #000;
		padding: 25px 15px 30px;
		margin: 0;
		border-top: 1px solid #fff;
	}
	.footer-copyright {
		margin-top: 20px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
	}
	.footer-copyright small {
		display: inline-block;
		margin-top: 12px;
		font-size: 1.2rem;
		color: #999;
		letter-spacing: -.4px;
	}
	.footer-link {
		padding: 0;
	}
	.footer-link > li > a.a-blank {
		padding-right: 20px;
	}
	.footer-link > li > a {
		position: relative;
		padding-right: 15px;
		font-size: 1.3rem;
		text-decoration: none;
		color: #fff;
	}
	.footer-link > li > a.a-blank::after {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		width: 14px;
		height: 12px;
		background-position: 0 -20px;
	}


	.gnav-list > li > a > span::after, .head-icon-search > span::before, .head-icon-recruit > a > span::before, .head-icon-fglis > a > span::before, .head-contact > a > span::before, .footer-link > li > a::after, .head-contact > a::before, .search-close::after, .search-btn, .megaMenu .megaMenu_title > a::after, .megaMenu .megaMenu_link > li > a::before, .megaMenu .megaMenu_link > li > a::after, .Pagetop > a {
		background: url("/logistics_center/shintokyo/lp/img/sprite.webp") no-repeat 0 0;
		content: "";
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.Pagetop {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 2;
	}
	.Pagetop.stop {
		position: absolute;
		right: 15px;
		top: -60px;
		z-index: 2;
	}
	.Pagetop > a {
		width: 45px;
		height: 45px;
		background-position: -245px -4px;
		background-size: 459px auto;
	}
	.util-sp-pb65 {
		padding-bottom: 65px;
	}
}
