@charset "utf-8";
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	margin: 0 auto 59px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01{
		width: 90%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 35px;
	line-height: 39px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 15px;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01 h2{
		font-size: 21px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 h3{
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.contents01 .cotact_info{
	width: 980px;
	height: auto;
	margin: 0 auto 150px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info{
		width: 90%;
		margin: 0 auto 50px;
	}
}
.contents01 .cotact_info h3{
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info h3{
		font-size: 14px;
		line-height: 36px;
	}
}
.contents01 .cotact_info p{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
}
.contents01 .cotact_info table{
	width: 700px;
	height: auto;
	margin: 60px auto 5px;
	border-collapse: collapse;
	border-top: 1px dotted #282828;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info table{
		width: 100%;
		margin: 30px auto 0;
		border: 0;
		text-align: center;
	}
}
.contents01 .cotact_info table th{
	padding: 50px 1%;
	border-bottom: 1px dotted #282828;
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info table th{
		width: 100%;
		padding: 30px 0 0;
		border-bottom: 0;
		border-top: 1px dotted #282828;
		display: block;
	}
}
.contents01 .cotact_info table th img{
	width: 89px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .cotact_info table td{
	width: 70%;
	height: auto;
	padding: 50px 1%;
	border-bottom: 1px dotted #282828;
	vertical-align: middle;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info table td{
		width: 98%;
		padding: 10px 1% 30px;
		display: block;
	}
}
.contents01 .cotact_info table td h4{
	font-size: 19px;
	font-weight: 400;
	line-height: 36px;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info table td h4{
		font-size: 14px;
		font-weight: 400;
		line-height: 26px;
	}
}
.contents01 .cotact_info table td .to_form{
	margin: 5px 0 0;
	padding: 14px 10px 15px 17px;
	min-width: 168px;
	display: inline-block;
	line-height: 1;
	box-sizing: border-box;
	background-color: #282828;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info table td .to_form{
		margin: 5px auto 0;
		width: 186px;
		display: block;
	}
}
.contents01 .cotact_info table td a.to_form span{
	padding-right: 24px;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	letter-spacing: 3.5px;
	background-image: url(../img/contact/item01.png);
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: right center;
}
.contents01 .cotact_info table td .tel{
	font-size: 32px;
	font-weight: 400;
	line-height: 62px;
	letter-spacing: 3px;
	pointer-events: none;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info table td .tel{
		line-height: 50px;
		text-align: center;
	}
}
.contents01 .cotact_info table td p{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
}
@media only screen and (max-width: 599px) {
	.contents01 .cotact_info table td p{
		text-align: center;
	}
	.contents01 .cotact_info table td .call{
		margin-top: 5px;
		padding: 14px 10px 15px 17px;
		display: inline-block;
		width: 186px;
		line-height: 1;
		box-sizing: border-box;
		background-color: #b52e26;
	}
	.contents01 .cotact_info table td .call span{
		padding-right: 24px;
		display: inline-block;
		color: #fff;
		font-size: 10px;
		letter-spacing: 3.5px;
		background-image: url(../img/contact/item01.png);
		background-repeat: no-repeat;
		background-size: 14px auto;
		background-position: right center;
	}
}