@charset "utf-8";
/* contact C */
/*--------------------------------------------------*/
.contact-kinds{
	margin-bottom: 120px;
}
.contact-kinds {
	border-top: 1px solid #cccccc;
}
.contact-kinds table{
	width: 100%;
}

h3{
	border:0;
	font-size:20px;
	padding:0;
	margin-bottom:10px;
}

.contact-list{
	border-bottom: 1px solid #cccccc;
}

.contact-list th{
	font-size:16px;
	text-align: center;
	width: 25%;
	vertical-align: middle;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.contact-detail{
	width: 75%;
	vertical-align: middle;
	padding:60px;
}

.contact-tel img{
	max-width: 130px;
	width: 100%;
}

.contact-form img{
	max-width: 150px;
	width: 100%;
}


.contact-mail img{
	max-width: 130px;
	width: 100%;
}


.contact-list > th > p > span{
	display: block;
	font-size:24px;
	color:#222222;
}

.contact-tel a{
	font-size:36px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color:#222222;
}

.contact-form a{
	background-color: #e95478;
	border: 1px solid #e95478;
	color: white;
	font-size: 18px;
	line-height: 1;
	padding: 10px;
	max-width: 10em;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.contact-form a:hover{
	color: #e95478;
	background: #ffffff;
}

.contact-line > .contact-method img{
	width: 150px;
	height: auto;
	margin-bottom:10px;
}

.contact-mail span{
	display: block;
	font-size:24px;
	font-weight: bold;
	color:#222222; 
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.contact-list i{
font-size: 80px;
color: #444;
}

@media (min-width: 1200px) {
	.contact-list th{
		padding-left: 50px;
	}
	.contact-list td{
		padding: 50px 40px;
	}
}

@media (max-width: 767px) {
	.contact-kinds{
		margin-bottom: 60px;
	}
	h2{
		color:#222222;
		font-size:24px;
		margin-bottom: 30px;
	}
	.contact-list th{
		width: 35%;
	}
	.contact-list td{
		width: 65%;
	}

	.contact-list:last-child{
		border-bottom: none;
	}

	.contact-kinds table,
	.contact-kinds tbody,
	.contact-kinds tr,
	.contact-kinds th,
	.contact-kinds td{
		display: block;
		width: 100%;
	}

	.contact-list{
		text-align: center;
		padding:60px 0;
	}

	.contact-list > th > p > span{
		line-height: 1.2;
	}

	.contact-list th{
		padding:0 0 15px 0;
	}
	.contact-list img{
		margin-bottom: 10px;
	}

	.contact-tel img{
		max-width: 80px;
		width: 100%;
	}

	.contact-form img{
		max-width: 100px;
		width: 100%;
	}

	.contact-line img{
		max-width: 100px;
		width: 100%;
	}

	.contact-mail img{
		max-width: 100px;
		width: 100%;
	}

	.line-box{
		display: inline-block;
	}
	.contact-detail{
		padding: 0;

	}

	.contact-detail a{
		line-height: 1;
		margin: 10px auto;
		max-width: 350px;
		display: block;
	}
	.contact-list:last-child{
		padding-bottom: 0;
	}

	.contact-list i{
		font-size: 50px;
	}
}


@media (max-width: 575px) {
	h3{
		font-size:18px;
	}
	.contact-list{
		padding:40px 0;
	}
	.contact-tel img{
		max-width: 70px;
		width: 100%;
	}

	.contact-form img{
		max-width: 90px;
		width: 100%;
	}

	.contact-line img{
		max-width: 90px;
		width: 100%;
	}

	.contact-mail img{
		max-width: 90px;
		width: 100%;
	}

}