@charset "UTF-8"

@-ms-viewport {	width: device-width;}

* {
    margin: 0;
    padding: 0;
}

body {	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ　Ｐゴシック', 'MS P Gothic', sans-serif;}

img {
	width: 100%;
}

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 5px 0;
	background: url(../img/common/header_bg.png);
}
.scf_logo {
	width: 360px;
	margin: 0 auto;
}
@media (max-width: 1919px) {
	.header {
		padding: 5px 0;
	}
	.scf_logo {
		width: 20%;
	}
}
@media (max-width: 599px) {
	.scf_logo {
		width: 50%;
	}
}
.kv {
	position: relative;
	padding-bottom: 90px;
	background: url(../img/common/tactile01.png) left bottom repeat-x;
	background-size: 60px 90px;
	background: url(../img/common/tactile01_s.png) left bottom repeat-x\9;
}
.kv_bg img {
	vertical-align: bottom;
}

.section_outer {
	position: relative;
}
.section_outer:before {
	position: absolute;
	top: 0;
	left: 5%;
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	background: url(../img/common/railroad.png) 0 0 repeat-y;
	background-size: 8px 100px;
	background: url(../img/common/railroad_s.png) 0 0 no-repeat/9;
}
.section_outer:after {
	position: absolute;
	top: 0;
	right: 5%;
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	background: url(../img/common/railroad.png) 0 0 repeat-y;
	background-size: 8px 100px;
	background: url(../img/common/railroad_s.png) 0 0 no-repeat/9;
}
@media (max-width: 1099px) {
	.section_outer:before {
		left: 0;
	}
	.section_outer:after {
		right: 0;
	}
}
.section01 {
	color: #fff;
	background: url(../img/common/section01_bg.png) center bottom repeat-x #b0d548;
	background-size: 300px 240px;
	background: url(../img/common/section01_bg_s.png) center bottom repeat-x b0d548\9;
}
.section01_inner {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
}
@media (max-width: 959px) {
	.section01_inner {
		box-sizing: border-box;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.section02_outer {
	color: #95cc00;
	background: linear-gradient(to bottom, #fff 80%, #e6e6e6 100%);
}
.section02 {
	background: url(../img/common/section02_bg.png) left bottom  repeat-x;
	background-size: 320px 480px;
	background: url(../img/common/section02_bg_s.png) left bottom repeat-x\9;
}
.section02_inner {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
}
@media (max-width: 959px) {
	.section02_inner {
		box-sizing: border-box;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.section02_left {
	float: left;
	width: 640px;
}
.section02_right {
	float: left;
	width: 320px;
}
@media (max-width: 959px) {
	.section02_left {
		width: 66.66%;
	}
	.section02_right {
		width: 33.33%;
	}
}
@media (max-width: 599px) {
	.section02_left,
	.section02_right {
		float: none;
		width: 100%;
	}
}
.section03 {
	color: #fff;
	background: url(../img/common/section03_bg.png) center center  repeat-x #b0d548;
	background-size: 960px 350px;
	background: url(../img/common/section03_bg_s.png) center center repeat-x b0d548\9;
}
.section03_inner {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 150px 0;
	background: url(../img/common/footer_ornament.png) right bottom no-repeat;
	background-size: 250px 120px;
	background: url(../img/common/footer_ornament_s.png) right bottom no-repeat\9;
}
@media (max-width: 959px) {
	.section03_inner {
		box-sizing: border-box;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.footer {
	padding-top: 30px;
	background: #333;
}
.footer_copy_outer {
	padding-top: 50px;
	padding-bottom: 20px;
	background: url(../img/common/tactile02.png) 0 0 repeat-x;
	background-size: 30px 30px;
	background: url(../img/common/tactile02_s.png) 0 0 repeat-x\9;
}
.footer_copy {
	font-size: 0.75em;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

/* 先頭へ戻るボタン */
.btn_rollup_outer {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.btn_rollup_inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.btn_rollup {
	position: absolute;
	right: -80px;
	bottom: 40px;
	width: 80px;
	height: 80px;
}
.btn_rollup a {
	display: block;
}
.btn_rollup a img {
	width: 100%;
	vertical-align: bottom;
}
@media (max-width: 959px) {
	.btn_rollup_inner {
		width: 100%;
	}
	.btn_rollup {
		right: 20px;
	}
}
@media (max-width: 767px) {
	.btn_rollup {
		width: 60px;
		height: 60px;
	}
}