@charset "utf-8";

/* header */
.header {
	height: 120px;
	width: 100%;
	margin-bottom: 100px;
	background-color: #1fb134;
	background-image: url(../img/common/bg_header_dots.png);
	background-position: center;
	background-size: auto 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#page-approcess .title {
	background-image: url(../img/approcess/bg_h2_approcess.png);
}

.approcess-flow-box {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.approcess-flow-box .contents-f,
.approcess-flow-box .contents {
	margin-bottom: 30px;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #b4b4b4;
}
.approcess-flow-box span.span-border {
	border-bottom: 1px solid #000;
	padding-bottom: 0.4rem;
}

.approcess-flow-box .contents-f .ico {
	width: 150px;
	display: flex;
	justify-content: center;
}
.approcess-flow-box .contents-f .ico img {
	max-width: 44px;
	max-height: 48px;
}
.approcess-flow-box .contents-f .text {
	width: calc(100% - 150px);
}
.approcess-flow-box h3 {
	font-size: 2rem;
	margin-bottom: 20px;
	text-indent: -6.6rem;
	padding-left: 6.6rem;
	line-height: 1.6;
}
.approcess-flow-box h3 span {
	color: #1fb134;
	margin-right: 0.5rem;
}
.approcess-flow-box h4 {
	margin-bottom: 20px;
}

.approcess-flow .contents {
	text-align: center;
}
.approcess-flow .contents h3 {
	font-size: 3rem;
	color: #1fb134;
	margin-bottom: 0;
}
.approcess-flow-end {
	text-align: center;
}
.approcess-flow-box ul li {
	margin-bottom: 15px;
	text-indent: -1.3rem;
	padding-left: 1.3rem;
	line-height: 1.6;
}
.approcess-flow-box ul li.list::before {
	content: "●";
	zoom: 0.5;
	margin-right: 1rem;
	color: #afe3b7;
	vertical-align: 5px;
}
.flow-postat {
	background-color: #eee;
	padding: 2rem;
	border-radius: 10px;
}
.flow-postat h4 {
	color: #1fb134;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.flow-postat ol.circle-list{
	list-style: none;
	counter-reset: item;
	padding-left: 0;
}

.flow-postat ol.circle-list li {
	counter-increment: item;
	margin-bottom: 1rem;
	padding-left: 1.2em;
	position: relative;
	line-height: 1.4;
}

.flow-postat ol li::before {
	content: '①';
	position: absolute;
	left: 0;
}
.flow-postat ol li:nth-child(2)::before { content: '②'; }
.flow-postat ol li:nth-child(3)::before { content: '③'; }
.flow-postat ol li:nth-child(4)::before { content: '④'; }
.flow-postat ol li:nth-child(5)::before { content: '⑤'; }
.flow-postat ol li:nth-child(6)::before { content: '⑥'; }

.flow-postat ol.circle-list span.border {
	border-bottom: 1px solid #000;
}


li.ico-site a::after,
p.ico-site a::after {
	content: url(../img/approcess/ico_mini_site.svg);
	margin-left: 10px;
}

a.link-ap {
	display: inline-block;
	font-size: 1.6rem;
	padding: 20px 30px;
	color: #fff;
	border-radius: 10rem;
	background: linear-gradient(45deg, #77cb55 35%, #1fb134);
	transition: all 0.5 ease-out;
}
a.link-ap span {
	background-image: url(../img/common/ico_cur_w_b.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
}

/* media query */
@media print, screen and (max-width: 768px) {
	.approcess-flow-box {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.approcess-flow-box .contents-f {
		margin-bottom: 80px;
	}
	.approcess-flow-box .contents-f .ico,
	.approcess-flow-box .contents-f .text {
		width: 100%;
	}
	.approcess-flow-box .contents-f .ico {
		padding-bottom: 40px;
	}
}

/*--------
 media query
----------*/

@media print, screen and (max-width: 1160px) {
}
@media print, screen and (max-width: 768px) {
}
@media print, screen and (max-width: 600px) {
}
@media print, screen and (max-width: 430px) {
}
