@charset "utf-8";
/*==================================================
	【お問い合わせ】ページ固有のスタイル
==================================================*/
#contact h4.sub02 {
	font-size: 230%;
	color: #000;
	font-weight: 800;
	margin-bottom: 0.5em;
}
#contact h5.sub03 {
	position: relative;
	font-size: 130%;
	padding-left: 1em;
}
#contact h5.sub03::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--color-red);
	top: 11px;
	left: 0;
}
#contact .line {
	text-decoration: underline;
}
#contact .box_tel::before,
#contact .box_map::before {
	background: #f2f2f2;
}
#contact .tel {
	width: 80%;
	background: #fff;
	margin: 30px auto 0;
	padding: 30px;
}
#contact .tel .num {
	text-align: center;
	font-size: 230%;
	font-weight: 800;
	margin-bottom: 0.3em;
}
#contact .box_note {
	background: #f2f2f2;
	padding: 30px 50px;
	margin: 50px 0;
}
#contact .box_map div {
	width: 47%;
}
#contact .box_map .box_text {
	width: 100%;
	background-color: #fff;
	padding: 40px;
}
#contact .box_map .text {
	color: var(--color-red);
	font-size: 230%;
	font-weight: 800;
	margin-bottom: 0.3em;
}
#contact .box_flow dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #f2f2f2;
	margin: 0 0 55px;
	padding: 15px 30px;
}
#contact .box_flow dl:not(:last-of-type)::before {
	position: absolute;
	content: "";
	width: 90px;
	height: 30px;
	background: #f2f2f2;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	bottom: -30px;
	left: calc(50% - 56px);
}
#contact .box_flow dl:last-of-type {
	margin-bottom: 0;
}
#contact .box_flow dl dt {
	width: 310px;
	font-size: 230%;
	color: var(--color-red);
	font-weight: 600;
}
#mailform .tbl {
	margin: 2em 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: var(--color-red);
	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 input[type="tel"],
#mailform .tbl input[type="email"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
	line-height: 1.5em;
}
#mailform .tbl input.wno {
	width: 100px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#contact h4.sub02 {
		font-size: 150%;
	}
	#contact h5.sub03 {
		font-size: 115%;
		padding-left: 1em;
	}
	#contact h5.sub03::before {
		width: 11px;
		height: 11px;
		top: 9px;
	}
	#contact .tel {
		margin: 20px auto 0;
		padding: 15px;
	}
	#contact .tel .num {
		font-size: 150%;
		margin-bottom: 0.1em;
	}
	#contact .box_note {
		padding: 20px 25px;
		margin: 30px 0;
	}
	#contact .box_map .box_text {
		padding: 20px;
	}
	#contact .box_map .text {
		font-size: 150%;
	}
	#contact iframe {
		height: 250px;
	}
	#contact .box_flow {
		padding-bottom: 30px;
	}
	#contact .box_flow dl {
		display: block;
		margin: 0 0 30px;
	}
	#contact .box_flow dl:not(:last-of-type)::before {
		width: 60px;
		height: 20px;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		bottom: -20px;
		left: calc(50% - 30px);
	}
	#contact .box_flow dl dt {
		width: 100%;
		font-size: 150%;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl input[type="tel"],
	#mailform .tbl input[type="email"],
	#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 h4.sub02 {
		font-size: 130%;
	}
	#contact h5.sub03 {
		font-size: 110%;
	}
	#contact h5.sub03::before {
		width: 10px;
		height: 10px;
	}
	#contact .tel {
		width: 100%;
		margin: 20px auto 0;
		padding: 20px;
	}
	#contact .tel .num {
		font-size: 125%;
		margin-bottom: 0.3em;
	}
	#contact .tel .time {
		font-size: 88%;
	}
	#contact .box_map div {
		width: 100%;
	}
	#contact .box_map div + div {
		margin-top: 30px;
	}
	#contact .box_map .text {
		font-size: 130%;
	}
	#contact .box_flow {
		padding-bottom: 15px;
	}
	#contact .box_flow dl dt {
		font-size: 130%;
	}
	#contact .box_flow dl {
		margin: 0 0 30px;
		padding: 10px 15px;
	}
	#mailform .tbl {
		table-layout: fixed;
	}
}