/*----------
	リセット
-----------*/
*{
	padding: 0;
	margin: 0;
	list-style: none;
	color: #333333;
	text-decoration:none;
	letter-spacing: 3px;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body{
	background-color: #FFFFFF!important;
}
.sp{
	display: none;
}
ul{
	overflow: hidden;
	display: block;
}
img{
	width: 100%;
}
.section{
	padding: 100px 0;
}
@media (max-width:767px) {
	.head .link_head{
		display: block;
	}
	.head .link_head .main_txt{
		width: 100%;
		position: absolute;
		padding: 0;
	}
	.head .link_head img{
		object-fit: cover;
		width: 100%;
		height: 450px;
	}
	.head .main_txt span{
		font-size: 30px;
	}
	.head .main_txt p.en_txt{
		font-size: 18px;
	}
}
p.main_ttl{
	color: #0085B2;
	font-size: 30px;
	font-weight: bold;
	background-image: url(../img/logo_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:200px auto;
	padding: 30px 0;
	text-align: center;
}
p.main_ttl span{
	display: block;
	font-size: 12px;
}
p.main_sub_txt{
	text-align: center;
	line-height: 180%;
	font-size: 20px;
	margin: 50px 0;
}

ul.customer_list{
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
	padding: 0;
}
ul.customer_list li{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 25px;
	border: 1px solid #DDDDDD;
}
ul.customer_list li.ttl{
	background-color: #f9f9f9;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
ul.customer_list li.ttl span.ttl{
	display: block;
	width: 80%;
}
ul.customer_list li.ttl span.hisu{
	background-color: #ab0b0b;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
input, select, textarea{
	width: 100%;
}
input{
	height: 50px;
}
.wpcf7{
	padding: 50px 0;
}
.wpcf7-submit{
	width: 100%!important;
	max-width: 1200px!important;
	display: block!important;
	margin: 0 auto!important;
	border-style: none!important;
	background-color: #2885b2!important;
	color: #FFFFFF!important;
	font-size: 20px!important;
	cursor: pointer!important;
	-webkit-appearance: none!important;
	border-radius: 0!important;
}
.wpcf7-submit:hover{
	background-color: #5b9ebf!important;
}
p.teldept{
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}
@media (max-width:767px) {
	p.info_area p.main_ttl{
		line-height: 130%;
	}
	p.info_area p.teldept{
		line-height: 130%;
	}
	.wpcf7{
		padding: 50px 10px;
	}
	ul.customer_list{
		display: block;
	}
	ul.customer_list li{
		width: 100%;
		display: block;
	}
	.sp{
		display: block;
	}
	ul.customer_list li.ttl span.hisu{
		font-size: 12px;
	}
}