﻿@charset "utf-8";



.contents_box{
	position: relative;
	z-index: 2;
	height:auto;
	padding: 40px 0;
	background-color: #fff;
	background-attachment: fixed;
}

.priv_txt01{
	width: 100%;
	padding: 20px 0 50px;
	font-size: 24px;
	line-height: 42px;
	color: #9CC059;
	text-align: center;
}

.priv_box{
	width: 1100px;
	margin: 0 auto;
}

.prive_txt02{
	width: 100%;
	margin: 0 0 30px;
}

.prive_midashi{
	width: 98%;
	padding: 8px 0 8px 2%;
	margin: 0 0 30px;
	background-color: #9CC059;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

@media screen and (min-width:320px) and ( max-width:639px) {
/*　画面サイズが320pxから639pxまではここを読み込む　*/
.mainimg01{
	position: relative;
	z-index: 1;
	height:100%;
	background-image: url("../privacy/img/main_img.jpg");
	background-position: center;
	background-size:1430px 500px;
	background-repeat: no-repeat;
}

.priv_box{
	width: 90%;
	margin: 0 auto;
}

.prive_midashi{
	width: 98%;
	padding: 8px 0 8px 2%;
	margin: 0 0 30px;
	background-color: #9CC059;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}


}


@media screen and (min-width: 639px) {
/* 960pxからの幅の場合に適応される */
.mainimg01{
	position: relative;
	z-index: 1;
	height:700px;
	background-image: url("../privacy/img/main_img.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

}
