@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	contact.css
*/

/*============================================================
	メールサービスでお問い合わせ
*/
.index .mailservice {
	margin: 60px 0;
	padding: 40px 0;
	background-color: #414954;
	color: #ffffff;
}
.index .mailservice .row {
	display: table;
	padding: 12px 0;
}
.index .mailservice .row h2,
.index .mailservice .row .btn {
	display: table-cell;
	vertical-align: middle;
}
.index .mailservice .row h2 {
	width: 180px;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
.index .mailservice .row .btn {
	padding-left: 130px;
}
.index .mailservice .row .btn a {
	position: relative;
	display: block;
	padding: 0 25px;
	width: 340px;
	border-radius: 20px;
	background-color: #cc1a1a;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	line-height: 40px;
	text-decoration: none;
	color: #ffffff;
}
.yu-font-bugs .wide-pc .index .mailservice .row .btn a {
	padding-top: 3px;
	line-height: 37px;
}
.index .mailservice .row .btn a i {
	display: block;
	position: absolute;
	top: 50%; right: 15px;
	margin-top: -9px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}
/* ホバー */
.os-other .wide-pc .index .mailservice .row .btn a {
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.os-other .wide-pc .index .mailservice .row .btn a:hover {
	background-color: #ffffff;
	color: #cc1a1a;
}

/*============================================================
	見出し
*/
.index h3 {
	padding: 16px 25px;
	font-size: 129%;
	line-height: 1.7;
}

/*============================================================
	テーブル
*/
.index table {
	margin-bottom: 30px;
	width: 100%;
}
.index table th,
.index table td {
	padding: 16px 25px;
	border-top: 1px solid #c9cacc;
	border-bottom: 1px solid #c9cacc;
	line-height: 1.7;
}
.index table th {
	width: 280px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.2em;
	color: #cb2727;
}
.index table .row {
	width: 300px;
	border-right: 1px solid #c9cacc;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
}
.index table td a {
	display: table;
}

/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 680px) {

	/*============================================================
		メールサービスでお問い合わせ
	*/
	.index .mailservice {
		margin: 20px 0;
		padding: 30px 0 40px 0;
	}
	.index .mailservice .row {
		display: block;
		padding: 0;
	}
	.index .mailservice .row h2,
	.index .mailservice .row .btn {
		display: block;
	}
	.index .mailservice .row h2 {
		width: auto;
		font-size: 110%;
		line-height: 1.5;
	}
	.index .mailservice .row .btn {
		margin-top: 10px;
		padding: 0;
	}
	.index .mailservice .row .btn a {
		padding: 0 25px;
		width: 100%;
		border-radius: 20px;
		font-size: 110%;
		line-height: 40px;
	}
	.index .mailservice .row .btn a i {
		right: 15px;
		margin-top: -6px;
		height: 11px;
		font-size: 11px;
		line-height: 11px;
	}

	/*============================================================
		見出し
	*/
	.index h3 {
		padding: 10px 10px;
		font-size: 120%;
		line-height: 1.5;
	}

	/*============================================================
		テーブル
	*/
	.index table {
		margin-bottom: 15px;
	}
	.index table th,
	.index table td {
		padding: 6px 0 6px 10px;
		line-height: 1.7;
	}
	.index table th {
		width: 20%;
	}
	.index table .row {
		width: 25%;
		letter-spacing: 0;
	}
	.index table td {
		padding-right: 0;
		letter-spacing: 0;
	}
	.index table td a img {
		width: 140px;
	}

}