/* common */
section .red { color: #df606a; }
section .blue { color: #55bcbb; }
section .gold { color: #be894a; }
section .float-left { float: left; }
section .float-right { float: right; }

/* TOP */
br.only-sp { display: none; }
div .common-inner,
section .common-inner {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
section#visual {
	width: 100%;
	height: auto;
	background-color: #eadac1;
}
section#visual .common-inner {
	position: relative;
	height: 500px;
	padding: 50px 0;
}
section#visual .main-title {
	font-size: 2.0em;
	color: #1b1b1b;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
section#visual .main-title .red {
	font-weight: bold;
}
section#visual .illust-image {
	width: 50%;
	height: auto;
	margin: 30px auto;
}
section#visual .illust-image img {
	width: 100%;
	height: auto;
}
section#visual .sekou-theme-images {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 1080px;
	height: auto;
}
section#visual .sekou-theme-images .sekou-theme01 {
	width:800px;
	height: auto;
	margin: 0 auto;
}
section#visual .sekou-theme-images img {
	width: 100%;
	height: auto;
}
div#process-flow {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 100px 0;
}
div#process-flow .process-lists {
	margin: 0 10%;
}
div#process-flow .process-lists .p-list {
	margin-bottom: 30px;
}
div#process-flow .process-lists .p-list .icon-num {
	width: 65px;
	display: block;
	margin-right: 20px;
	float: left;
}
div#process-flow .process-lists .p-list .icon-num img {
	width: 100%;
	height: auto;
}
div#process-flow .process-lists .p-list dl {
	float: left;
}
div#process-flow .process-lists .p-list dl dt {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

section#ksai-howto {
	width: 100%;
	height: auto;
	background-color: #f7f1e8;
	padding: 100px 0 50px;
}
section#ksai-howto .common-inner {
	position: relative;
}
section#ksai-howto .main-title {
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 85px;
	background-image: url("../images/icon_attention.png");
	background-repeat: no-repeat;
	background-size: 7%;
	background-position: center top;
}
section#ksai-howto .common-inner .red { font-weight: bold; }
section#ksai-howto .txt {
	font-size: 1.2em;
    letter-spacing: 0.08em;
	line-height: 2.5em;
	text-align: center;
	margin-bottom: 30px;
}
section#ksai-howto .txt-image {
	width: 22%;
	height: auto;
	margin: 0 auto;
}
section#ksai-howto .txt-image img {
	width: 100%;
	height: auto;
}
section#ksai-howto .big-txt,
section#ksai-howto .big-txt02 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 30px auto;
}
section#ksai-howto .contact-image01 {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: -110px;
	left: 25%;
	right: 25%;
}
section#ksai-howto .contact-image01 img {
	width: 100%;
	height: auto;
}
div#contacts-group {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: 70px 0 50px;
}
div#contacts-group .contact-image02 {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
div#contacts-group .contact-image02 img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	br.only-sp { display: block; }
	div .common-inner,
	section .common-inner {
		width:94%;
		margin-left: auto;
		margin-right: auto;
	}
	section#visual .common-inner {
		height: 360px;
		padding: 120px 0 0;
	}
	section#visual .main-title {
		font-size: 1.3em;
	}
	section#visual .illust-image {
		width: 80%;
	}
	section#visual .sekou-theme-images {
		width: 100%;
		bottom: -15px;
	}
	section#visual .sekou-theme-images .sekou-theme01 {
		width: 80%;
	}
	div#process-flow {
		padding: 50px 0 30px;
	}
	div#process-flow .process-lists {
		margin: 0 5%;
	}
	div#process-flow .process-lists .p-list .icon-num {
		width: 15%;
		margin-right: 10px;
	}
	div#process-flow .process-lists .p-list dl {
		width: 81%;
	}
	div#process-flow .process-lists .p-list dl dt {
		margin-bottom: 5px;
	}
	section#ksai-howto {
		padding: 50px 0 50px;
	}
	section#ksai-howto .main-title {
		font-size: 1.3em;
		background-size: 20%;
	}
	section#ksai-howto .big-txt, section#ksai-howto .big-txt02 {
		font-size: 1.3em;
	}
	section#ksai-howto .txt {
		font-size: 1.2em;
		line-height: 1.8em;
	}
	section#ksai-howto .contact-image01 {
		width: 90%;
		bottom: -100px;
		left: 5%;
		right: 5%;
	}
	div#contacts-group .contact-image02 {
		width: 90%;
	}

}