@charset "utf-8";
/*==================================================
	【お問い合わせ】ページ固有のスタイル
==================================================*/
#contact .box_tel {
	margin-top: 70px;
}
#contact .box_tel .text {
	position: relative;
}
#contact .box_tel .text::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("../img/tel-b.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	left: 0;
	margin: auto;
	top: -50px;
}
#contact .box_tel .text span{
	display: block;
}
#contact .box_tel div{
	width: 500px;
	margin: 0 auto 30px;
}
#contact .box_tel .tel a {
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 220%;
	background: linear-gradient(to right, rgba(3, 67, 145, 1) 0%, rgba(40, 172, 233, 1) 100%);
	padding: 10px;
}
#contact .box_tel .tel + .tel {
	margin-top: 5px;
}
#contact .box_policy {
	background-color: #f1f5f4;
	padding: 30px;
	margin: 2em 0;
}
#contact .box_policy ol {
	margin-left: 20px;
}
#mailform .tbl {
	margin: 2em 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: var(--color-secondary);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn {
	margin-top: 1.5em;
	/* フレックス */
	display: flex;
	justify-content: center;
}
#mailform .btn li+li {
	margin-left: 15px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mailform .btn input[type="reset"] {
	background: #F4F4F4;
	border-color: #DDD;
	color: #666;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}
	#mailform .tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact .box_tel {
	margin-top: 55px;
}
	#contact .box_tel div{
		width: 100%;
	}
	#contact .box_tel .text::before {
		width: 30px;
		height: 30px;
		top: -40px;
	}
	#contact .box_tel .tel a {
		font-size: 140%;
		padding: 10px 0;
	}
	#contact .box_policy {
		padding: 20px;
	}
}