  @charset "utf-8";
/* ----test 麻豆原创---- */

/* ----h1イメージ---- */

#Contact #tit {
	background-image: url(/wp/wp-content/themes/ios/contact/img/h1_image.jpg);
	background-color: #f19716;
}

#Contact #tit div h1,
#Contact #tit div p {
	color: #fff;
}

/* ----main---- */

#main {
	font-size: 12px;
	width: 980px;
	margin: 0px auto;
}

#main div p {
	letter-spacing: 1px;
	line-height: 170%;
}

/* ----お問い合わせ文言---- */

#contactTop p {
	margin-top: 60px;
}

/* ----お問い合わせ内容テーブル---- */

.contentTable {
	font-size: 14px;
	width: 965px;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0px 0px 30px 15px;
}

.contentTable:last-child {
	margin-bottom: 80px;
}

.contentTable th {
	width: 100px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-style: dashed;
	padding: 8px 8px 8px 0px;
}

.contentTable tr:last-child th {
	border-bottom: none;
}

.contentTable td {
	border-bottom: 1px solid #ccc;
	border-style: dashed;
	padding: 8px 8px 8px 0px;
}

.contentTable tr:last-child td {
	border-bottom: none;
	padding: 10px 0 0 0;
}

/* ----お問い合わせフォームボタン---- */
.contentBtn {
	width: 80%;
	max-width: 360px;
	display: flex;
	position: relative;
	margin: auto;
	margin-bottom: 30px;
}
.contentBtn a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f19716;
	font-size: 14px;
	padding: 10px 25px;
	text-align: center;
	min-height: 50px;
	box-sizing: border-box;
	line-height: 1.5;
	border: 1px solid #f19716;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.contentBtn a:hover {
	color: #f19716;
	background-color: #fff;
	border: 1px solid #f19716;
}
.contentBtn a::after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 13px;
	margin: auto;
	background-color: transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.contentBtn a:hover::after {
	border-bottom: 2px solid #f19716;
	border-right: 2px solid #f19716;
}
.mb-13 {
	margin-bottom: 13px!important;
}
.bb-1 {
	border-bottom: 1px dashed #ccc;
}
@media (max-width: 767px) {
	.contentBtn {
		max-width: 100%;
	}
	.contentBtn a:hover {
		background-color: #f19716;
		border: 1px solid #f19716;
		color: #fff;
	}
	.contentBtn a:hover::after {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
/*
****     SP     ***
**/
@media (max-width: 767px) {
	.type3 {
		font-weight: 600;
	}
	#main {
		width: 100%;
		font-size: 14px;
	}
	#main div p {
		letter-spacing: 0;
		line-height: 150%;
		    margin-top: 20px;	
	}
	#Contact #tit {
		background-position: 60%;
	}
	.contentTable {
		width: 100%;
		margin: 0px 0px 40px 0;
	}
	table td {
		font-size: 14px;
		letter-spacing: 0;
	}
	.contentTable th {
	font-weight: normal;
	width: 25%;
	}
	.contentTable:last-child {
		margin-bottom: 40px;
	}
}
