@charset "utf-8";

/*----　タイトル　----*/
.top_title{
	background-color: #00c6c9;
	width: 100%;
	height: 170px;	
}
.top_title p{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
.top_title p{
	font-size: 50px
}
}

/*----　お問合せ　----*/
.otoi_sect{
	background-color: #00c6c9;
	width: 95%;
	border-radius: 15px;
	max-width: 1000px;
	margin: auto;
}

form{
	width: 95%;
	background-color: #fff;
	border-radius: 15px;
	padding: 0 40px;
}
form p{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
form div{
	width: 100%;
}
form .hissu{
	background-color:#FF3F42;
	width: 45px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	padding: 3px 0px 1px 0px;
	margin-bottom: 3px;
	margin-right: 15px;
}
form .hissu2{
	width: 45px;
	margin-right: 15px;
}

input[name=kaisya_name],input[name=mail],
input[name=hp_url]{
	width: 70%;
	height: 68px;
	border-radius: 5px;
	font-size: 25px;
	padding-left: 30px;
}
input[name=name],input[name=tel],
select{
	width: 40%;
	height: 68px;
	border-radius: 5px;
	font-size: 25px;
	padding-left: 30px;
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
/*--- ヘッダー ---*/
input[name=kaisya_name],input[name=mail],
input[name=hp_url]{
	width: 100%;
}
input[name=name],input[name=tel],
select{
	width: 60%;
	
}	
}
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-color: #f18d1e;
	border: none;
	margin: 60px 0;
	border-radius: 50px;
}

input[type=submit]:hover{
	color: #f18d1e;
	background-color: #FFF;
	border: 5px solid #f18d1e;
}

input[type=button]{
	width: 48%;
	height: 65px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background-color: #006EE0;
	border: none;
	border-radius: 50px;
}

input[type=button]:hover{
	color: #006EE0;
	background-color: #FFF;
	border: 5px solid #006EE0;
}

.kakunin_text_s{
	width: 40%;
	font-size: 25px;
	text-align: left;
	min-height:53px;
	border: solid 1px #252525;
	border-radius: 5px;
	padding:10px 30px;
}
.kakunin_text_m{
	width: 70%;
	font-size: 25px;
	text-align: left;
	min-height:53px;
	border: solid 1px #252525;
	border-radius: 5px;
	padding:10px 30px;
}
.kakunin_text_otoi{
	width: 100%;
	font-size: 25px;
	text-align: left;
	border: solid 1px #252525;
	border-radius: 5px;
	padding:20px 30px;
	min-height:53px;
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
.kakunin_text_s{
	width: 60%;
}
.kakunin_text_m{
	width: 100%;
}

}

/*------エラーリスト------*/
.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{
	text-align:justify;
	background: #FFFFFF;
	padding:20px 50px 50px 50px;
	font-size: 25px;
	font-weight: bold;
	color: #252525;
	width: 95%;
	margin: auto;
}
