@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

html, body {
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 20px 30px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

.flow {
}

.flow .sp {
	margin-bottom: 20px;
}

.flow .container {
	margin-bottom: 15px;
	padding: 0 20px 50px;
	background: url(../images/arrow.png) no-repeat bottom / 20px auto;
	text-align: left;
	word-break: normal;
	position: relative;
}

.flow:nth-of-type(6) .container {
	padding-bottom: 0;
	background: none;
}

.flow h3 {
	margin: 0 0 15px;
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
}

.flow h3 span {
	font-family: Lora, 'Times New Roman', serif;
	font-style: italic;
	font-size: 120px;
	color: rgba(206, 208, 212, 0.7);
	position: absolute;
	top: -50px;
	right: 10px;
}

.flow dl {
	margin-top: 5px;
}

.flow dl:first-of-type {
	margin-top: 12px;
}

.flow dt {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
	height: 25px;
	margin-right: 10px;
	background: #fff;
	box-shadow: 0 0 0 1px #171925 inset;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
}

.flow dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 25px;
}

.flow li a {
	display: block;
	height: 60px;
	margin-top: 22px;
	background: #00408e;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 58px;
	color: #fff;
}

.flow li a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 22px;
	height: 58px;
	margin-right: 6px;
	background: url(../images/email.png) no-repeat left;
	background-size: 20px auto;
}

.flow li a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
