@charset "utf-8";
/*==================================================
	【お問い合わせ】ページ固有のスタイル
==================================================*/
#contact h3.sub span {
	display: block;
	margin: 0;
}
#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;
}
#policy {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 70px 50px;
}
#policy h4 {
	background-color: var(--color-primary);
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding: 0.2em 0.5em;
	margin-bottom: 1em;
	margin: 1.5em 0 1em;
}
#policy h5 {
	font-size: 140%;
	font-weight: 500;
	margin-top: 1em;
}
#policy ol {
	margin-left: 1.5em;
}
#policy ol.alpha {
	list-style: lower-alpha;
}
#policy ul {
	list-style: disc;
	margin-left: 1.5em;
}
#policy .note {
	margin: 2em 0;
}
#policy .mar {
	margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#policy {
		padding: 45px 30px;
	}
	#policy h4 {
		font-size: 22px;
	}
	#policy h5 {
		font-size: 115%;
	}
	#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;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#policy {
		padding: 35px 20px;
	}
	#policy h4 {
		font-size: 125%;
	}
	#policy h5 {
		font-size: 105%;
		text-indent: -1.7em;
		padding-left: 1.7em;
	}
	#policy h5.en {
		text-indent: -1.3em;
		padding-left: 1.3em;
	}
	#policy .note {
		margin: 1em 0;
	}
}