@charset "utf-8";
.top_hanyou{
	background-image: url("../images/service_top.png");
}
main{
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url("../images/BG_green.png");
	padding-top: 100px;
}
.bottom_haikei{
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/service_2_BG_bottom.png");
}
.kakunin_iti{
	
}
/*------メールフォーム-------*/
.h2{
	color: #808080;
	text-align: center;
}
.otoi_sect{
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
form{
	background-color: #fff;
	border-radius: 15px;
	padding: 0 40px;
	border: #7AC043 solid 5px;}
form p{
	font-size: 25px;
	text-align: left;
	margin-top: 20px;
}
form div{
	width: 100%;
}
form p span{
	background-color:#FF3F42;
	color: #fff;
	font-size: 15px;
	border-radius: 10px;
	padding: 1px 10px 3px 10px;
}
.margin{
	margin-right: 30px;
}
input[type=text],input[type=tel],
input[type=email],select{
	width: 100%;
	height: 68px;
	border-radius: 5px;
	font-size: 25px;
	padding-left: 30px;
}
textarea{
	width: 100%;
	font-size: 22px;
	padding: 10px;
	height: 200px;
	resize: none;	
}
.kaku_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}
input[type=submit]{
	width: 48%;
	height: 65px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: #FF9F27;
	border: none;
	margin: 60px 0;
}
input[type=submit]:hover{
	color: #FF9F27;
	background: rgb(255,255,255);
	border: 5px solid #FF9F27;
	cursor:pointer;
}
input[type=button]{
	width: 48%;
	height: 65px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background-color: #006EE0;
	border: none;
}
input[type=button]:hover{
	color: #006EE0;
	background-color: #FFF;
	border: 5px solid #006EE0;
	cursor:pointer;
}
.kakunin_text{
	width: 100%;
	font-size: 25px;
	text-align: left;
	margin:auto;
	min-height:53px;
	border: solid 1px #252525;
	border-radius: 5px;
	padding:10px 30px;
	
}
.kakunin_text_otoi{
	width: 90%;
	font-size: 25px;
	text-align: left;
	margin:auto;
	border: solid 1px #252525;
	border-radius: 5px;
	padding:20px 30px;
	min-height:53px;
}
.otoi_flex{
	display: flex;
	align-items: center;
}

::placeholder {
  color: #D7D7D7;
}

@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
.kakunin_text_otoi{
	width: 100%;
}
	.h2{
	font-size: 25px;
}

}
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/

.otoi_flex{
	display: flex;
	flex-flow: column;
}
.margin{
	margin-right: 0px;
}
}
/*------エラーリスト------*/
.error_list{
	width: 550px;
	margin: 30px auto 20px auto;
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 20px;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}
.error_list li{
	margin-left: 20px;
}
/*-------完了画面ここから-------*/
.arigatou p{
	font-size: 35px;
	text-align: center;
}
.arigatou{
	background: #FFFFFF;
	padding:20px 50px 50px 50px;
	font-weight: bold;
	color: #252525;
	border: solid #5BD3AB 8px;
	border-left: none;
	border-right: none;
	width: 90%;
	margin: auto;
}
.arigatou .p{
	font-size: 25px;
}

@media screen and (max-width: 1000px){
	
}