@charset "utf-8";

#index1{
	margin-top:20px;
	position:relative;
	}
.loop_wrap{
	display:flex;
	width:100vw;
	height:700px;
	overflow:hidden;
	width:100%;
	}
.loop_wrap img{
	width:auto;
	height:100%;
	max-width:none;
	}
@keyframes loop{
	0%{
		transform:translateX(100%);
	}
	to{
		transform:translateX(-100%);
	}
}
@keyframes loop2 {
	0%{
		transform:translateX(0);
	}
	to{
		transform:translateX(-200%);
	}
}
.loop_wrap img:first-child{
	animation:loop 100s -50s linear infinite;
	}
.loop_wrap img:last-child{
	animation:loop2 100s linear infinite;
	}
#index1 .box1{
	position:absolute;
	left:10%;
	top:200px;
	background-color:#FFF;
	padding:40px 30px 80px 30px;
	z-index:5;
	width:550px;
	max-width:80%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align:left;
	}
#index1 .box1:after{
	content:"";
	width:20px;
	height:20px;
	border-top:2px solid #707070;
	border-right:2px solid #707070;
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	display:block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:30px;
	}
#index1 .box1 h3{
	font-size:21px;
	font-weight:bold;
	}
#index1 .box1 p{
	line-height:1.8;
	margin-top:25px;
	}
#index1 .box2{
	max-width:860px;
	padding-top:80px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	}
#index1 .box2 h3{
	font-size:28px;
	text-align:center;
	}
#index1 .box2 p{
	margin-top:50px;
	}
#index1 .box2 table{
	width:100%;
	margin-top:70px;
	}
#index1 .box2 table th{
	font-size:15px;
	font-weight:bold;
	border-right:1px solid #C0BAB0;
	padding:10px 30px 10px 0;
	width:180px;
	text-align:left;
	}
#index1 .box2 table th span{
	color:#790000;
	display:inline-block;
	margin-left:10px;
	}
#index1 .box2 table td{
	font-size:18px;
	padding:10px 0 10px 40px;
	}
#index1 .box2 table td p.kome{
	font-size:13px;
	line-height:1.3;
	margin-top:10px;
	}
#index1 .box2 table td input{
	font-size:17px;
	border:1px solid #6B635C;
	padding:5px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	background-color:#EEEEE9;
	}
#index1 .box2 .btm{
	text-align:center;
	padding-top:40px;
	}
#index1 .box2 .btm input{
	font-size:14px;
	color:#FFF;
	background-color:#6B635C;
	padding:15px 20px 13px 20px;
	width:220px;
	border:0;
	cursor:pointer;
	}
#index1 .box2 .btm input:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#index1 .box2 h5{
	font-size:15px;
	margin-top:60px;
	}
@media screen and (max-width:768px){
.loop_wrap{
	height:460px;
	z-index:1;
	margin-top:-70px;
	}
#index1 .box1{
	background-color:#EEEEE9;
	position:relative;
	left:auto;
	top:auto;
	padding:40px 6% 40px 6%;
	width:90%;
	max-width:90%;
	margin:0 5%;
	-webkit-box-shadow:0px 0px 6px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 6px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 6px 1px rgba(0,0,0,0.05);
	z-index:2;
	}
#index1 .box1:after{
	display:none;
	}
#index1 .box1 h3 span{
	display:inline-block;
	}
#index1 .box2{
	padding:50px 6% 0 6%;
	max-width:none;
	}
#index1 .box2 h3{
	font-size:22px;
	}
#index1 .box2 h3 span{
	display:block;
	}
#index1 .box2 p{
	margin-top:25px;
	}
#index1 .box2 table{
	margin-top:40px;
	}
#index1 .box2 table th{
	border-right:0;
	padding:20px 0 5px 0;
	display:block;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#index1 .box2 table td{
	display:block;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:0;
	}
#index1 .box2 table td input{
	border:1px solid #6B635C;
	padding:5px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	background-color:#EEEEE9;
	}
#index1 .box2 .btm{
	padding-top:50px;
	}
#index1 .box2 .btm input{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#index1 .box2 h5{
	font-size:14px;
	margin-top:30px;
	}
}