@charset "utf-8";
.tel_number ,.tel_number a{
	font-weight: bold;
	font-size: 140%;
	color: #C00;
}
#form {
	padding-top: 3em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 3em;
	margin-top: 1em;
	background-color: #F6F6F6;
}

#form_navi {
	font-size: 90%;
	border: 1px dotted #999999;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	line-height: 100%;
	width: 24em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 1em;
}
#form_navi strong {
	color: #282;
}
#form ul {
	margin-left: 0em;
}
#form li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#form .input_title {
	padding-top: 1em;
	font-size: 80%;
	color: #666666;
	line-height: 140%;
}
#form .input_title:first-child {
	padding-top: 0em;
	font-size: 180%;
}
#form .input_thin {
	font-size: 110%;
	width: 10em;
	border: 1px solid #CCCCCC;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
#form .input_wide {
	font-size: 110%;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
textarea {
	font-size: 110%;
	color: #333333;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#form .input_radio {
	width: 16px;
	height: 16px;
}
.display_box {
}

#form .must {
	margin-left: 0.5em;
	font-size: 90%;
	color: #C66;
}
#form .msg {
	color: #CC0000;
}
#form table {
	border: 1px #999999 solid;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
}
#form td, #form th {
	line-height: 120%;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
}
#form th   {
	font-weight: normal;
	white-space: nowrap;
	width: 16em;
	background-color: #EEEEEE;
	font-size: 90%;
}
#button_box {
	text-align: center;
	margin-top: 2em;
}
#form .button {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
	background-color: #333;
	width: 20em;
	border-radius: 5px;
	-webkit-appearance: none;
	font-size: 105%;
	border-style: none;
	margin-top: 0.5em;
}
#form .button:hover {
	opacity: 0.7;
	transition: all 0.5s;
	cursor: pointer;
}	
#privacy {
	font-size: 80%;
	line-height: 140%;
	margin-top: 2em;
}

@media screen and (max-width: 768px) {
.tel_number,.tel_number a{
	font-size: 120%;
}
#form {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#form_navi {
	font-size: 80%;
}
#form td, #form th {
	font-size: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#form .button {
	width: 80%;
}
}
