/* CSS Document */

#transportList{
	padding-top: 0;
	}
	#transportList section+section{
		padding-top: 0;
		}

#tool{
	overflow: hidden;
	}
	#tool dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
	#tool dt{
		margin-top: 0.5em;
		text-align: center;
		order: 2;
		}
	#tool dt+dd{
		order: 1;
		}
	#tool a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		}
	#tool .slick-arrow{}
		#tool .slick-arrow svg{
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
			}

#transferTool{
	position: relative;
	}
	#transferTool iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}

.subTitle{
	color: #1a1a1a;
	}


/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
#tool{}
	#tool dl{
		margin: 0 0.5em;
		}
	#tool .slide{
		margin-right: -1em;
		margin-left: -1em;
		}
#transferTool{
	width: calc(100vw - 2em);
	}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#tool{}
	#tool dl{
		margin: 0 0.5em;
		}
	#tool .wrap{
		overflow: hidden;
		}
	#tool .slide{
		margin-right: -0.5em;
		margin-left: -0.5em;
		}
	#tool .slick-prev{
		left: 0.5em;
		}
	#tool .slick-next{
		right: 0.5em;
		}
#transferTool{
	width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


/* ie */
@media all and (-ms-high-contrast: none) {
}

@media (max-width: 521px) {
/*521以下px*/
#transferTool{
	height: 580px;
	}
}
@media (min-width: 522px) {
/*522以上px*/
#transferTool{
	height: 530px;
	}
}

