<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(../cmn.css);
/* ---------------------------------------- 目次 */	
/* ブラウザ初期化スタイル */	
/* 汎用クラススタイル */	
/* 領域定義スタイル */	
/* 領域別スタイル */	
	
/* ---------------------------------------- ブラウザ初期化スタイル*/


/*フォームデザインPC版*/


#info {
	clear: both;
	width: 1080px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: #FFF;
}
#info a:link {
	color: #0080FF;
	text-decoration: none;
}
#info a:visited {
	color: #0080FF;
	text-decoration: none;
}
#info a:hover {
	color: #00FFFF;
	text-decoration: none;
}
#info a:active {
	color: #0080FF;
	text-decoration: none;
}
#info h3 {
	font-size: 50px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#info h4 {
	font-size: 50px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#info h5 {
	font-size: 35px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #666;
	font-weight: normal;
}
#info h6 {
	font-size: 30px;
	font-weight: normal;
	padding: 40px 0px 40px 100px;
}
#info .txt {
	padding-left: 100px;
}
#info .txt_hoken {
	font-size: 18px;
}
#info p {
	font-size: 17px;
	line-height: 30px;
}
#info table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
}
#info th {
	font-size: 30px;
	width: 25%;
	padding: 10px;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #E3F1FF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
}
#info .company_tbl th {
	font-size: 20px;
	width: 25%;
	padding: 5px 15px;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #E3F1FF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
}
#info .icon {
	margin-left: 20px;
	vertical-align: bottom;
}
#info td {
	font-size: 25px;
	width: 75%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
}
#info .company_tbl td {
	font-size: 20px;
	width: 75%;
	padding: 5px 15px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
}
#info td .uriage {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	padding: 15px;
}
#info td ul.uriage02 {
	padding-left: 50px;
	padding-bottom: 20px;
}
#info td .uriage02 li {
	list-style-type: disc;
	font-size: 20px;
	color: #000000;
}
#info td .uriage03 {
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	padding: 0px 15px 15px;
}
#info .contact_btn {
	margin: 50px auto;
	padding-bottom: 50px;
	height: auto;
}
#info input:focus, #info select:focus, #info textarea:focus {
	outline: 1px #A2B0CC solid;
}
#info input[type="text"] {
	border: 1px solid #ccc;
	width: 70%;
	height: 40px;
	padding: 20px;
	margin: 10px;
	font-size: 25px;
}

#info input[type="tel"] {
	border: 1px solid #ccc;
	width: 70%;
	height: 40px;
	padding: 20px;
	margin: 10px;
	font-size: 25px;
}

#info .right input[type="number"] {
	border: 1px solid #ccc;
	width: 50%;
	height: 40px;
	padding: 20px;
	margin: 10px;
	font-size: 25px;
}

#info .right input[type="yakuin"] {
	border: 1px solid #ccc;
	width: 50%;
	height: 40px;
	padding: 20px;
	margin: 10px;
	font-size: 25px;
}

#info input[type="email"] {
	border: 1px solid #ccc;
	width: 70%;
	height: 40px;
	padding: 20px;
	margin: 10px;
	font-size: 25px;
}


#info .right input[type="text"] {
	border: 1px solid #ccc;
	width: 50%;
	height: 40px;
	padding: 20px;
	margin: 10px;
	font-size: 25px;
	text-align: right;
	color: #666;
}

#info input[type="checkbox"] {
	padding: 0px;
	margin: 0px 5px 0px 10px;
}
#info label {
	font-weight: normal;
	margin-right: 0px;
	line-height: 40px;
}
#info textarea {
	border: 1px solid #ccc;
	width: 90%;
	height: 80px;
	padding: 20px;
	margin: 10px;
	font-size: 25px;
}

#info select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: normal;
	background: url(../img/down.png)repeat;
	line-height: 30px;
}
#info select {
	width: 500px;
	height: 80px;
	padding: 10px 10px 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	line-height: 20px;
	margin: 10px;
	font-size: 20px;
}

#info option {
	padding: 5px 15px 5px 15px;
}

#info select::-ms-expand {
 display: none;
}

input[type="button"] {
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin: 12px 5px;
	padding: 0;
	outline: none;
	border: none;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	background: #425479;
	cursor: pointer;
}
#info select option {
	background: #fff;
}
/* インフォメーションか下部分 */
#info .info_ttl01 {
	color: #666;
	text-align: center;
	font-size: 25px;
}

.err {
	color: #e81e00;
	padding: 3px;
	text-align: left;
}
span.txt_r {
	color: #F00;
}


.ml_50 {
	margin-left: 100px;
	padding-bottom: 15px;
}


/******エラーメッセージ********/  
#_error_area_ {
	width: 80%;
	font-weight: bold;
	border: 3px solid #e81e00;
	margin: 0 auto 10px auto;
}
#err_msg_item {
	background-color: #e81e00;
	color: #ffff00;
	margin: 3px;
	line-height: 200%;
	text-align: center;
}
#err_msg_contents {
	color: #e81e00;
	padding: 5px;
	text-align: left;
}
.err {
	color: #F00;
}
/******Thankyouメッセージ********/
#thankyou_msg {
	font-weight: bold;
	border: 3px solid #e81e00;
	width: 80%;
	margin: 10px auto;
	color: #e81e00;
	padding: 10px;
	text-align: left;
}
/******ボタン設定********/

/*　ボタン大枠　*/  
.contact_btn {
	margin: 10px auto;
	padding: 0;
	width: 100%;
	height: 52px;
	margin-top: 50px;
}
/*　内容を確認する　*/ 
.contact_btn ul.send1 {
	margin: 0 auto;
	padding: 0;
	width: 663px;
	height: 87px;
}
.contact_btn ul.send1 li {
	list-style: none;
	text-decoration: none;
	background: url(../img/inquiry_btn_on.jpg) no-repeat center top;
	behavior: url("../img/csshover3.htc"); /* IE6用 */
}
/*　戻る・送信　*/ 
.contact_btn ul.send2 {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;
	height: auto;
}
.contact_btn ul.send2 li.send {
	float: left;
	margin-left: 10px;
	list-style: none;
	text-decoration: none;
	background: url(../img/btn_send_on.png) no-repeat center top;
	behavior: url("../img/csshover3.htc"); /* IE6用 */
	width: 354px;
	height: 52px;
}
.contact_btn ul.send2 li.back {
	float: left;
	list-style: none;
	text-decoration: none;
	background: url(../img/btn_back_on.png) no-repeat center top;
	behavior: url("../img/csshover3.htc"); /* IE6用 */
	width: 354px;
	height: 52px;
}
/* ロールオーバー設定 */
.contact_btn input:hover {
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}
/* 完了画面 */
#complete {
	width: 100%;
	margin: 150px auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
/******テキストエリアのフォントサイズ設定********/

textarea {
	font-size: 14px;
}
</pre></body></html>