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

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

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

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

#about {
	margin-bottom: 60px;
	font-size: 16px;
}

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

.flow {
	padding: 40px 0;
}

.flow:nth-of-type(odd) {
	background: #e7e9ec;
	background: rgba(231, 233, 236, 0.2);
}

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

.flow .container {
	min-height: 260px;
	padding-left: 105px;
	padding-right: 450px;
	background: url(../images/flow_01_pc.png) no-repeat right top;
	text-align: left;
	position: relative;
}

.flow:nth-of-type(2) .container {
	background-image: url(../images/flow_02_pc.png);
}

.flow:nth-of-type(3) .container {
	background-image: url(../images/flow_03_pc.png);
}

.flow:nth-of-type(4) .container {
	background-image: url(../images/flow_04_pc.png);
}

.flow:nth-of-type(5) .container {
	background-image: url(../images/flow_05_pc.png);
}

.flow:nth-of-type(6) .container {
	background-image: url(../images/flow_06_pc.png);
}

.flow h3 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	color: #000;
}

.flow h3 span {
	width: 64px;
	height: 170px;
	background: url(../images/arrow.png) no-repeat bottom;
	background-size: 30px auto;
	font-family: Lora, 'Times New Roman', serif;
	font-style: italic;
	font-size: 100px;
	color: #dddfe5;
	position: absolute;
	top: -10px;
	left: 0;
}

.flow:nth-of-type(6) h3 span {
	background: none;
}

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

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

.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: inline-block;
	vertical-align: top;
	width: 330px;
	height: 60px;
	margin-top: 22px;
	background: #00408e;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 60px;
	color: #fff;
}

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

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