@charset "utf-8";
/*==================================================
	【事業所案内 / お問合せ】ページ固有のスタイル
==================================================*/
#office .bg_wide::before {
	background: #f4f5f4;
}
#office .box_contents {
	width: 48%;
	background: #fff;
	border: 1px solid #5cac75;
	border-radius: 10px;
	padding: 0 30px;
}
#office .box_contents dl{
	display: flex;
	border-bottom: 1px solid #5cac75;
	padding: 1.5em 0;
}
#office .box_contents dl:last-of-type {
	border-bottom: none;
}
#office .box_contents dl dt {
	width: 25%;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-left: 1em;
}

#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: #46654D;
	border: 1px solid #46654D;
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(70,101,77,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_flex {
		display: block;
	}
	#office .box_contents {
		width: 100%;
		margin-bottom: 30px;
	}
	#office iframe {
		width: 100%;
		height: 300px;
	}
	#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_contents {
		padding: 0 20px;
	}
	#office .box_contents dl {
		display: block;
		padding: 1.5em 1em;
	}
	#office .box_contents dl dt {
		width: 100%;
		padding-left: 0;
	}
}