
header {
	background: url(images/header_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

ul.process-list {
	display: flex;
	justify-content: space-between;
}

ul.process-list li {
	background: url(images/arrow.svg) no-repeat right center;
	background-size: 40px;
	padding-right: 39px;
	position: relative;
}

ul.process-list li:last-child {
	background: none;
	padding-right: 0;
}

ul.process-list li a {
	background: #f8982d url(../images/link_btn_down.svg) no-repeat center bottom 20px;
	background-size: 14px;
	color: white;
	display: block;
	height: 100%;
	padding: 36px 22px 46px 22px;
	text-decoration: none;
}

ul.process-list li a:hover {
	background-position: center bottom 15px;
}

ul.process-list li a em {
	background-color: #fde8d0;
	border: 1px solid #f8982d;
	border-radius: 50%;
	color: #f8982d;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: 40px;
	left: calc(50% - 21px);
	line-height: 1.0em;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: -18px;
	transform: translateX(-50%);
	width: 40px;
}

ul.process-list li:last-child a em {
	left: 50%;
}

ul.process-list li a strong {
	display: block;
	font-size: 18px;
	writing-mode: vertical-rl;
}

div.flow {
	background-color: #f9f9f9;
	border-bottom: 1px solid #102a52;
	border-top: 1px solid #102a52;
	padding: 40px 70px;
}

div.flow h2 {
	border-bottom: 1px dotted #102a52;
	color: #102a52;
	font-size: 32px;
	padding-bottom: 10px;
	position: relative;
}

div.flow h2 em {
	background-color: #f8982d;
	border-radius: 50%;
	color: #fde8d0;
	display: block;
	font-size: 30px;
	font-weight: 700;
	height: 60px;
	left: 50%;
	line-height: 1.0em;
	padding-top: 15px;
	position: absolute;
	text-align: center;
	top: -70px;
	transform: translateX(-50%);
	width: 60px;
}

div.flow div.detail {
	display: flex;
	padding-top: 10px;
}

div.flow div.detail div.img {
	margin: 18px 50px 0 0;
	text-align: center;
	width: 400px;
}

div.flow div.detail div.img ul {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}

div.flow div.detail div.img ul li {
	font-size: 13px;
	text-align: center;
	width: 195px;
}

div.flow div.detail div.img ul li img {
	height: auto;
	width: 100%;
}

div.flow-arrow {
	padding: 10px 0 40px 0;
	text-align: center;
}

div.flow h3 {
	background-color: #102a52;
	color: white;
	font-size: 24px;
	padding: 10px 20px;
}