@charset "utf-8";

/*---------- 背景 ----------*/

body{
	background: url(../img/image/body.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-color: rgba(254,250,197,0.5);
}

/*---------- メインページ ----------*/

#main{
	width: 100%;
	height: auto;
	background-color: #fff;
}

.clearfix:after{
	content:"";
	display: block;
	clear: both;
}

.item{
	width: 100%;
	height: auto;
	border-top: 2px #000 dotted;
}

.item_image{
	width: 40%;
	height: auto;
	padding-left: 10%;
	float: left;
}

.item_text{
	width: 40%;
	height: auto;
	padding-right: 10%;
	float: right;
}

.item_text1{
	width: 40%;
	height: auto;
	padding-right: 10%;
	float: right;
}

.item_text2{
	display: none;
}

.item_image1{
	width: 40%;
	height: auto;
	padding-left: 10%;
	float: left;
}

/*モバイル*/
@media screen and (max-width:700px){
	.item_image, 
	.item_image1, 
	.item_text, 
	.item_text1{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	
	.item_text p{
		text-align: center;
	}
	
	.item_text1{
		display: none;
	}
	
	.item_text2{
		display: inline;
		width: 100%;
		height: auto;
	}
}

.sub_title{
	text-align: center;
	width: 100%;
	height: auto;
}

h2{
	font-size: 25px;
	text-align: center;
	line-height: 3em;
}

h3{
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
	line-height: 2em;
}

.re{
	width: 100%;
	height: auto;
	background-color: rgba(254,250,197,0.5);
	text-align: center;
}

.re input{
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	height: 50px;
	font-size: 20px;
}

/*---------- フッター ----------*/

#footer{
	clear: both;
}