@charset "utf-8";
/*==================================================
	【お問い合わせ】ページ固有のスタイル
==================================================*/
/*事務所概要*/
#office .box_contents01 {
	width: 47%;
}
#office .box_contents01 dl {
	display: flex;
	border-top: 1px solid #DDD;
	padding: 0.8em 1em;
}
#office .box_contents01 dl:last-of-type {
	border-bottom: 1px solid #DDD;
}
#office .box_contents01 dl dt {
	width: 100px;
	color: var(--color-primary);
	font-weight: 500;
	letter-spacing: 0.08em;
}
/*お問い合わせ以下*/
#contact.bg_wide::before {
	background: #f2f4f8;
}
#contact .note {
	width: 100%;
	background-color: #fff;
	border: 1px solid #d9e3f9;
	border-radius: 10px;
	margin: 0 auto 45px;
	padding: 1em 2em;
}
/**/
#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) {  /* タブレット以下 */
	/*事務所概要*/
	#office .box_office {
		display: block;
	}
	#office .box_contents01 {
		width: 100%;
	}
	#office .box_office iframe {
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}
	/*お問い合わせ以下*/
	#contact .note {
		border-radius: 10px;
		margin: 0 auto 35px;
		padding: 1em 1.5em;
	}
	/**/
	#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){ /* スマホ */
	#office .box_contents01 dl {
		display: block;
		padding: 0.8em 1em;
	}
	#contact .note {
		margin: 0 auto 25px;
		padding: 1em;
	}
}