<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ご利用の流れページ */
.mb30 { margin-bottom: 30px; }

p + p { margin-top: 1em; }

.arrow{
	margin-bottom: 30px;
	text-align: center; 
}

ul.flow_yoyaku{
	display: flex;
}

ul.flow_yoyaku li{
	width: 50%;
}

ul.flow_yoyaku li a{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 5px;
	height: 116px;
	position: relative;
	line-height: 1.78;
	box-sizing: border-box;
}

ul.flow_yoyaku li a span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  	margin: auto;
  	width: 80%;
  	text-align: center;
}

ul.flow_yoyaku li a span strong{
	font-weight: normal;
	font-size: 15px;
}

ul.flow_yoyaku li a span img{
	vertical-align: middle;
}

ul.flow_yoyaku li:first-child a{
	background-color: #ffcb04;
	border: 3px solid #ffcb04;
	color: #000;
	font-size: 25px;
	animation: 1s;
}

ul.flow_yoyaku li:first-child a:hover{
	background-color: #e4e4e4;
	text-decoration: none;
}

ul.flow_yoyaku li:last-child a{
	background-color: #fff;
	border: 3px solid #000;
	color: #000;
	font-size: 30px;
	animation: 1s;
}

ul.flow_yoyaku li:last-child a:hover{
	background-color: #e4e4e4;
	text-decoration: none;
}

dl{
	display: flex;
}

dt,dd{
	width: 50%;
}

dd img{
	max-width: 100%;	
}

@media screen and (max-width: 640px){
	ul.flow_yoyaku {
		flex-direction: column;
	}
	ul.flow_yoyaku li{
		width: 100%;
		margin-bottom: 20px;
	}
	.inner{
		padding: 0px 1em;
	}
	dl{
		flex-direction: column;
	}
	dt,dd{
		margin:0;
		margin-bottom: 20px;
		width: 100%;
		
	}
}</pre></body></html>