@charset "UTF-8";

/* 共通
-------------------------------------------------- */
.sec_title{
	margin:0 0 30px;
}

/* btn */
.more_btn{
	clear: both;
	margin: 20px 0 50px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}
	.more_btn a{
		display: block;
		background: #58BACC;
		border: 2px solid #ECFF03;
		width: 325px;
		border-radius: 5px;
		position: relative;
	}
	.more_btn a:after{
		content: "";
		background: url(../img/more_arrow.png) no-repeat center/contain;
		width: 26.25px;
		height: 26.25px;
		position: absolute;
		top: 18px;
		right: 20px;
	}

/* bnr */
.bnr_area{
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
	.bnr_area li{
		max-width: 330px;
		width: 100%;
		flex-shrink: 0;
	}


/* Key Visual
-------------------------------------------------- */
.l-kv {
	background: url(../img/title_photo.png) no-repeat center 37%/90vw auto,
							url(../img/main_pc.png) no-repeat center/cover;
	padding: 70% 0 0;
	position: relative;
}
	.l-kv .u-inner {
		position: absolute;
		top: 0;
		left: 30%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.l-kv .l-banner {
		display: inline-block;
		margin-top: -7px;
		max-width: 346px;
	}
	.l-kv .l-arrow {
		display: block;
		max-width: 52px;
		position: absolute;
		left: 50%;
		bottom: 6%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.l-kv .l-arrow a{
		display: block;
	}

#CONTENT{
	background: url(../img/bg01_parts.png) no-repeat center 47px/1200px auto;
	padding: 60px 0;
}
	#read_title{
		padding: 0 0 34px;
		text-align: center;
		position: relative;
	}
	#read_title h1{
		margin: 0 auto;
		max-width: 744px;
	}
	.read{
		margin: 0 0 40px;
		color: #000;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
	}

	.read.red{
		margin: 0 0 35px;
		padding: 35px 50px;
		border: #960000 2px solid;
		color: #960000;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
	}
	.main_map_wrap{
		background: url(../img/bg_illst09.png) no-repeat left 0 top 81px/225px,
								url(../img/bg_illst10.png) no-repeat right 14px top 153px/210px;
	}
	.main_map{
		margin: 0 auto;
		max-width: 695px;
	}
	.main_map img{
		display: block;
		padding-right: 139px;
	}
/* ページ内リンク
-------------------------------------------------- */
.content_btn{
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}
.content_btn li{
	width: 33%;
}


#main_title{
	background: url(../img/bg.png) no-repeat top center/cover;
	padding: 150px 0 80px;
	text-align: center;

}
#main_title h2{
	margin: 0 auto;
}



/* 画像配置 */
.photo,
.photo_right{
	margin-bottom: 30px;
}
/* 画像右寄せ */
.photo_right{
	overflow: hidden;
}
	.photo_right img{
		float: right;
	}

.box{
	position: relative;
}
.right{
	float: right;
}
.left{
	float: left;
}
.photo_s{
	position: absolute;
	top: -110px;
	right: -20px;
}

/* #content01
-------------------------------------------------- */
#content01{
	background: url(../img/bg02_parts.png) repeat-x bottom;
	background-size: 12px;
}
#content01{
	background: url(../img/side_line01.png) no-repeat no-repeat 95% 25%/200px,
	url(../img/side_line02.png) no-repeat no-repeat 10% 65%/230px,
	url(../img/side_line03.png) no-repeat no-repeat 108% 87%/400px,
	url(../img/bg_illst02.png) no-repeat no-repeat 33% 99%/600px 42px;
}
/* .content01_bg01 */
.content01_bg01{
	padding: 50px 0;
	position: relative;
}
	.content01_bg01:before{
		content: "";
		background: #E9F7FA;
		height: 400px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content01_bg01 .txt_area{
		max-width: 500px;
		width: 100%;
	}
	h3 {
		line-height: 1.3;
		margin-bottom: 20px;
		position: relative;
	}
		h3 mark{
			background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #F7FF26));
			background: linear-gradient(transparent 70%, #F7FF26 10%);
			font-size: 24px;
			color: #4D4D4D;
		}
		.content01_bg01 h3:before{
			content: "";
			background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
			width: 51px;
			height: 44px;
			position: absolute;
			top: -60px;
			left: -70px;
		}
	.box_bg{
		background: url(../img/box_bg.png) repeat center/100%;
		border-radius: 5px;
		padding: 20px;
		text-align: center;
	}
	.box_bg p{
		display: block;
		max-width: 650px;
		width: 100%;
		padding-left: 150px;
		margin: 0 auto;
		font-size: 20px;
		position: relative;
	}
	.box_bg span.icon{
		width: 131.7px;
		height: 137.24px;
		position: absolute;
		top: -35px;
		left: 0;
		transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
	}

/* .content01_bg02 */
.content01_bg02{
	position: relative;
}
	.content01_bg02:before{
		content: "";
		background: #E9F7FA;
		height: 320px;
		width: 75vw;
		position: absolute;
		top: 70px;
		right: 0;
	}

	.content01_bg02 h3:before{
		content: "";
		background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
		width: 51px;
		height: 44px;
		position: absolute;
		top: -32px;
		left: -32px;
	}
	.content01_bg02 .txt_area{
		width: 500px;
	}
	.content01_bg02 .photo_s{
		top: -200px;
		left: 0;
	}

/* .content01_bg03 */
.content01_bg03{
	padding: 50px 0 100px;
	position: relative;
}
	.content01_bg03:before{
		content: "";
		background: #E9F7FA;
		height: 320px;
		width: 75vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content01_bg03 h3:before{
		content: "";
		background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
		width: 51px;
		height: 44px;
		position: absolute;
		top: -40px;
		left: -70px;
	}
	.content01_bg03 .photo{
		max-width: 700px;
	}
	.content01_bg03 .txt_area{
		width: 560px;
	}
	.content01_bg03 .photo_s{
		top: -192px;
		right: -20px;
	}


/* #content02
-------------------------------------------------- */
#content02{
	padding-top: 50px;
	position: relative;
}
	#content02:before{
		content: "";
		background: #E9F7FA;
		height: 400px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content02_bg01{
		padding: 0 0 200px;
		background: url(../img/bg_illst03.png) no-repeat center 98%/1200px auto;
	}
	.content02_bg01 .left{
		max-width: 47%;
		width: 100%;
	}
	.content02_bg01 .right{
		width: 51%;
	}
	.content02_bg01 .more_btn {
		margin: 0;
	}
	.content02_bg01 .more_btn a{
		margin: 0 auto;
	}

.content02_bg02{
	background: url(../img/bg_illst04.png) no-repeat no-repeat center 75%/1100px,
	url(../img/bg_illst05.png) no-repeat no-repeat center 101%/ 100%;
	background-color: #E9F7FA;
	padding: 100px 0;
	position: relative;
}
	.content02_bg02 h2{
		padding: 0;
		width: 1030px;
		position: absolute;
		top: -105px;
		left: 50%;
		transform: translateX(-50%);
	}
	.content02_bg02 ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.content02_bg02 ul li{
		width: 32%;
		margin: 0 0 40px;
	}
	.content02_bg02 ul li p{
		text-align: center;
	}
	.content02_bg02 ul li p:nth-of-type(2){
		font-size: 18px;
		font-weight: bold;
	}
	.content02_bg02 ul li .more_btn{
		height: 40px;
		line-height: 40px;
		margin: 10px auto 0;
	}
	.content02_bg02 ul li .more_btn a{
		border-radius: 0;
		width: 80%;
		margin: 0 auto;
	}
	.content02_bg02 ul li .more_btn a:after{
		width: 20px;
		height: 20px;
		top: 12px;
	}


/* #content03
-------------------------------------------------- */
#content03{
	position: relative;
	margin: 50px 0 100px;
}
#content03{
	background: url(../img/side_line04.png) no-repeat no-repeat 107% 25%/400px,
	url(../img/side_line02.png) no-repeat no-repeat 10% 50%/230px;
}
	#content03:before{
		content: "";
		background: url(../img/bg_02.png)no-repeat center/cover;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content03_bg01 {
		padding: 50px 0;
		position: relative;
	}
	.content03_bg01 h3:before{
		content: "";
		background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
		width: 51px;
		height: 44px;
		position: absolute;
		top: -40px;
		left: -70px;
	}
	.content03_bg01 .txt_area{
		max-width: 550px;
	}
	.content03_bg01 .photo_s{
		top: -58px;
		right: -80px;
	}

/* .content03_bg02 */
.content03_bg02{
	position: relative;
}
	.content03_bg02:before{
		content: "";
		background: #E2FCF1;
		height: 320px;
		width: 75vw;
		position: absolute;
		top: 70px;
		right: 0;
	}
	.content03_bg02 .txt_area{
		width: 588px;
	}
	.content03_bg02 .photo_s{
		top: -120px;
		left: 10px;
	}

/* .content03_bg03 */
.content03_bg03{
	padding: 50px 0 100px;
	position: relative;
}
	.content03_bg03:before{
		content: "";
		background: #E2FCF1;
		height: 320px;
		width: 75vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content03_bg03 .photo{
		max-width: 700px;
	}
	.content03_bg03 .txt_area{
		width: 560px;
	}
	.content03_bg03 .photo_s{
		top: -192px;
		right: -20px;
	}


/* #content04
-------------------------------------------------- */
#content04{
	padding: 50px 0;
	position: relative;
}
	#content04:before{
		content: "";
		background: #FFE6DE;
		height: 520px;
		width: 100%;
		position: absolute;
		top: 30px;
		left: 0;
	}
	#content04::after{
		content: "";
		background: url(../img/bg_illst06.png) no-repeat no-repeat center top/1500px,
		url(../img/bg_illst07.png) no-repeat no-repeat center 100%/1400px;
		height: 80%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#content04 h2{
		margin: 30px auto;
	}
	#content04 .more_btn a{
		margin: 0 auto;
	}


/* #content05
-------------------------------------------------- */
#content05{
	position: relative;
	margin-top: 40px;
}
#content05{
	background: url(../img/side_line04.png) no-repeat no-repeat 107% 25%/400px,
	url(../img/side_line02.png) no-repeat no-repeat 10% 50%/230px;
}
	#content05:before{
		content: "";
		background: url(../img/bg_03.png)no-repeat center/cover;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content05_bg01 {
		padding: 50px 0;
		position: relative;
	}
	.content05_bg01 h3:before{
		content: "";
		background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
		width: 51px;
		height: 44px;
		position: absolute;
		top: -30px;
		left: -35px;
	}
	.content05_bg01 .txt_area{
		max-width: 550px;
	}
	.content05_bg01 .photo_s{
		top: -100px;
		right: 0;
	}

/* .content05_bg02 */
.content05_bg02{
	position: relative;
}
	.content05_bg02:before{
		content: "";
		background: #EAF2FC;
		height: 320px;
		width: 75vw;
		position: absolute;
		top: 70px;
		right: 0;
	}
	.content05_bg02 .photo_right{
		position: relative;
	}
	.content05_bg02 .photo_right:before{
		content: "";
		background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
		width: 51px;
		height: 44px;
		position: absolute;
		top: 0px;
		left: 150px;
	}
	.content05_bg02 .txt_area{
		width: 500px;
	}
	.content05_bg02 .photo_s{
		top: -180px;
		left: 0;
	}

/* .content05_bg03 */
.content05_bg03{
	padding: 50px 0 100px;
	position: relative;
}
	.content05_bg03:before{
		content: "";
		background: #EAF2FC;
		height: 320px;
		width: 75vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content05_bg03 .photo{
		max-width: 700px;
	}
	.content05_bg03 .txt_area{
		width: 500px;
	}
	.content05_bg03 .photo_s{
		top: -180px;
		right: -20px;
	}

/* footer
-------------------------------------------------- */
footer{
	margin: 100px 0 50px;
	position: relative;
	}
	footer:before{
		content: "";
		background: url(../img/footer_icon.png) no-repeat center/contain;
		width: 242px;
		height: 63.86px;
		position: absolute;
		top: -40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
.footer_logo{
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	padding: 30px 0;
	margin-bottom: 20px;
	text-align: center;
}
	.footer_logo img{
		max-width: 639px;
	}
#copyright{
	font-size: 12px;
	text-align: center;
}
.pagetop{
	background: #F6F83C;
	width: 103px;
	height: 103px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
	text-align: center;
	opacity: 0.8;
}
	.pagetop:before{
		content: "";
		display: block;
		background: url(../img/footer_arrow.png) no-repeat center/contain;
		width: 44px;
		height: 22px;
		margin: 15px auto 5px;
	}


/*  768px
======================================================*/
@media screen and (max-width: 768px) {
	.sec_title{
		margin:0 0 20px;
	}

	/* btn */
	.more_btn{
		padding: 0 20px;
		margin: 20px 0 0;
		height: 60px;
		line-height: 60px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
		.more_btn a{
			display: block;
			max-width: 400px;
			width: 100%;
			border-radius: 5px;
			position: relative;
		}
		.more_btn a:after{
			content: "";
			background: url(../img/more_arrow.png) no-repeat center/contain;
			width: 26.25px;
			height: 26.25px;
			position: absolute;
			top: 18px;
			right: 20px;
		}

	/* bnr */
	.bnr_area{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 20px;
	}
		.bnr_area li{
			max-width: 100%;
		}

	/* Key Visual
	-------------------------------------------------- */
	.l-kv {
		background: url(../img/title_photo_sp.png) no-repeat center 45%/100vw auto,
		url(../img/main_sp.png) no-repeat center/100%;
		padding: 157vw 0 0;
	}
		.l-kv .u-inner {
			top: 0;
			left: -6px;
			-webkit-transform: translateX(0%);
			-ms-transform: translateX(0%);
		}
		.l-kv .l-banner {
			display: inline-block;
			margin-top: -4px;
			max-width: 224px;
		}
		.l-kv .l-arrow {
			max-width: 40px;
			bottom: 2%;
		}

	#CONTENT{
		background: url(../img/bg01_parts.png) no-repeat center 20%/1200px auto;
		background-size: cover,12px;
		padding: 30px 0;
	}

	#read_title{
		padding: 0 15px 25px;
	}
	#read_title h2{
		margin: 0 auto;
	}
		.read{
			padding: 0 5px;
			margin: 0 0 20px;
			font-size: 18px;
		}
		.read.red{
			margin: 0 10px 10px;
			padding: 30px;
			border: #960000 2px solid;
			color: #960000;
			font-size: 18px;
			font-weight: normal;
			text-align: left;
		}
		.main_map_wrap{
			background: url(../img/bg_illst11.png) no-repeat left 3.5% bottom/83.2vw;
			padding: 30px 10px 95px;
			margin-bottom: 15px;
		}
		.main_map{
			max-width: 100%;
		}
		.main_map img{
			padding-right: 0;
		}

	/* ページ内リンク
	-------------------------------------------------- */
	.content_btn{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.content_btn li{
		width: 100%;
		text-align: center;
	}

	#main_title{
		background: url(../img/bg_sp.png) no-repeat 40% top/cover;
		padding: 75px 0 35px;
	}
	#main_title h2{
		margin: 0 auto;
	}

	/* .container{
		padding: 0;
	} */

	/* 画像配置 */
	.photo,
	.photo_right{
		margin-bottom: 40px;
		padding: 0;
	}
	/* 画像右寄せ */
	.photo_right{
		overflow: hidden;
	}
		.photo_right img{
			float: none;
		}

	.box{
		position: relative;
	}
	.right{
		float: none;
	}
	.left{
		float: none;
	}
	.photo_s{
		position: static;
		margin-top: 20px;
		width: 100%;
	}
	.txt_area{
		max-width: 100%!important;
		width: 100%!important;
		padding: 0;
	}

	/* #content01
	-------------------------------------------------- */
	#content01{
		background: url(../img/bg02_parts.png) repeat-x bottom;
		background-size: 12px;
	}
	#content01{
		background: none;
	}
	/* .content01_bg01 */
	.content01_bg01{
		padding: 30px 0 50px;
	}
		.content01_bg01 h3:before{
			display: none;
		}

	/* .content01_bg02 */
	.content01_bg02{
		position: relative;
	}
		.content01_bg02:before{
			height: 65vw;
			width: 100vw;
			top: 30px;
			left: 0;
		}

		.content01_bg02 h3:before{
			display: none;
		}

	/* .content01_bg03 */
	.content01_bg03{
		padding: 50px 0;
	}
		.content01_bg03:before{
			height: 65vw;
			width: 100vw;
			top: 80px;
			left: 0;
		}
		.content01_bg03 h3:before{
			content: "";
			background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
			width: 51px;
			height: 44px;
			position: absolute;
			top: -40px;
			left: -70px;
		}
		.content01_bg03 .photo{
			max-width: 700px;
		}
		.content01_bg03 .txt_area{
			width: 560px;
		}
		.content01_bg03 .photo_s{
			top: -192px;
			right: -20px;
		}


	/* #content02
	-------------------------------------------------- */
	#content02{
		padding-top: 30px;
	}
		#content02:before{
			height: 100vw;
		}
		.content02_bg01{
			padding: 0 0 200px;
			background: url(../img/bg_illst03.png) no-repeat center 98%/1200px auto;
		}
		.content02_bg01 .left{
			max-width: 100%;
			width: 100%;
		}
		.content02_bg01 .right{
			width: 100%;
		}
		.content02_bg01 .right .spimg,
		.content02_bg01 .txt_area{
			margin-bottom: 30px;
		}

	/* .content02_bg02 */
	.content02_bg02{
		background: url(../img/bg_illst04.png) no-repeat no-repeat center 75%/1100px,
		url(../img/bg_illst05.png) no-repeat no-repeat 70% 100.2%/ 150%;
		background-color: #E9F7FA;
		padding: 50px 0;
		position: relative;
	}
		.content02_bg02 h2{
			padding: 0;
			width: 100vw;
			position: absolute;
			top: -120px;
			left: 0;
			transform: translateX(0%);
		}
		.content02_bg02 ul{
			flex-wrap: wrap;
		}
		.content02_bg02 ul li{
			width: 100%;
			padding: 0;
			margin: 0 0 30px;
		}


	/* #content03
	-------------------------------------------------- */
	#content03{
		margin: 30px 0 50px;
	}
	#content03{
		background: none;
	}
		#content03:before{
			height: 130vw;
		}
		.content03_bg01 {
			padding: 30px 0 50px;
		}
		.content03_bg01 h3:before{
			content: "";
			background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
			width: 51px;
			height: 44px;
			position: absolute;
			top: -40px;
			left: -70px;
		}
		.content03_bg01 .txt_area{
			max-width: 550px;
		}
		.content03_bg01 .photo_s{
			top: -58px;
			right: -80px;
		}

	/* .content03_bg02 */
	.content03_bg02{
		position: relative;
	}
		.content03_bg02:before{
			height: 65vw;
			width: 100vw;
			top: 30px;
			left: 0;
		}
		.content03_bg02 .txt_area{
			width: 588px;
		}
		.content03_bg02 .photo_s{
			top: -120px;
			left: 10px;
		}

	/* .content03_bg03 */
	.content03_bg03{
		padding: 50px 0;
		position: relative;
	}
		.content03_bg03:before{
			height: 65vw;
			width: 100vw;
			top: 80px;
			left: 0;
		}
		.content03_bg03 .photo{
			max-width: 700px;
		}
		.content03_bg03 .txt_area{
			width: 560px;
		}
		.content03_bg03 .photo_s{
			top: -192px;
			right: -20px;
		}


	/* #content04
	-------------------------------------------------- */
	#content04{
		padding: 30px 0;
	}
		#content04:before{
			content: "";
			background: #FFE6DE;
			height: 100vw;
			width: 100%;
			position: absolute;
			top: 30px;
			left: 0;
		}
		#content04::after{
			content: "";
			background: url(../img/bg_illst08.png) no-repeat no-repeat center top/80%;
			height: 80%;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		#content04 h2{
			margin: 30px auto;
		}
		#content04 .more_btn{
			padding: 0 35px;
		}


	/* #content05
	-------------------------------------------------- */
	#content05{
		margin: 30px 0 80px;
	}
	#content05{
		background: none;
	}
		#content05:before{
			content: "";
			background: url(../img/bg_03.png)no-repeat center/cover;
			height: 100vw;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.content05_bg01 {
			padding: 30px 0 50px;
		}
		.content05_bg01 h3:before{
			display: none;
		}

	/* .content05_bg02 */
	.content05_bg02{
		position: relative;
	}
		.content05_bg02:before{
			height: 65vw;
			width: 100vw;
			top: 30px;
			left: 0;
		}
		.content05_bg02 .photo_right{
			position: relative;
		}
		.content05_bg02 .photo_right:before{
			content: "";
			background: url(../img/bg_illst01.png) no-repeat no-repeat center/contain;
			width: 51px;
			height: 44px;
			position: absolute;
			top: 0px;
			left: 150px;
		}
		.content05_bg02 .txt_area{
			width: 500px;
		}
		.content05_bg02 .photo_s{
			top: -180px;
			left: 0;
		}

	/* .content05_bg03 */
	.content05_bg03{
		padding: 50px 0;
		position: relative;
	}
		.content05_bg03:before{
			height: 65vw;
			width: 100vw;
			top: 80px;
			left: 0;
		}
		.content05_bg03 .photo:after {
			display: none;
		}

	/* footer
	-------------------------------------------------- */
	footer{
		margin: 100px 0 50px;
		position: relative;
		}
		footer:before{
			content: "";
			background: url(../img/footer_icon.png) no-repeat center/contain;
			width: 242px;
			height: 63.86px;
			position: absolute;
			top: -40px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
		}
	.footer_logo{
		border-top: 1px solid #BFBFBF;
		border-bottom: 1px solid #BFBFBF;
		padding: 30px 0;
		margin-bottom: 20px;
		text-align: center;
	}
		.footer_logo img{
			max-width: 639px;
		}
	#copyright{
		font-size: 12px;
		text-align: center;
	}
	.pagetop{
		background: #F6F83C;
		width: 103px;
		height: 103px;
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 2000;
		cursor: pointer;
		text-align: center;
		opacity: 0.8;
	}
		.pagetop:before{
			content: "";
			display: block;
			background: url(../img/footer_arrow.png) no-repeat center/contain;
			width: 44px;
			height: 22px;
			margin: 15px auto 5px;
		}

	/* footer
	-------------------------------------------------- */
	footer{
		margin: 0 0 20px;
	}
	footer:before{
		left: 0;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.footer_logo{
		border-top: 1px solid #BFBFBF;
		border-bottom: 1px solid #BFBFBF;
		padding: 30px 0;
		margin-bottom: 20px;
		text-align: center;
	}
		.footer_logo img{
			padding: 0 20px;
			max-width: 100%;
		}
	#copyright{
		font-size: 12px;
		text-align: center;
	}
	.pagetop{
		background: #F6F83C;
		width: 64px;
		height: 64px;
		font-size: 11px;
		bottom: 20px;
		right: 0;
	}
		.pagetop:before{
			content: "";
			display: block;
			background: url(../img/footer_arrow.png) no-repeat center/contain;
			width: 27.69px;
			height: 13.88px;
			margin: 10px auto 2px;
		}

}
