<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*------contact------*/

#handy {
	background-image: url(../image/form/bk_handy.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 545px;
	height: 95px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
}
#handy p {
	font-size: 11px;
	line-height: 15px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 60px;
}
#contactform {
	background-color: white;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contactform h3 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	background-color: #4f4e4e;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.assp1 {
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.assp2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	background-color: #4f4e4e;
	text-align: center;
	padding: 5px 5px 5px 10px;
}
/*------form------*/
.form {
	margin-bottom: 15px;
}
div.gcontainer div.fullcontents table {
	background-color: #CCC;
	font-weight: normal;
}
div.gcontainer div.fullcontents th {
	font-weight: normal;
	text-align: center;
	background: #ECECEC;
	vertical-align: top;
	line-height: 1.4em;
	width: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.gcontainer div.fullcontents td {
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.inputbox {
	background-color: #ECECEC;
	padding: 5px;
}
.form .title {
	font-weight: bold;
	background: #ffffff;
	text-align: center;
}
.form .pot {
	color: gray;
	font-size: 11px;
}
.form .pin {
	color: red;
	font-size: 11px;
	line-height: 20px;
}
.form .pas {
	color: #8b1d1d;
	font-size: 12px;
	line-height: 20px;
}
.form textarea {
	height: 80px;
	width: 400px;
}
#contactform button {
	background-color: #ffffff;
	padding: 0;
	border: none;
}
.privacy_check {
	background-color: #ECECEC;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
/* 規約・プライバシーポリシー */

.privacylist {
	font-weight: bold;
	text-decoration: underline;
	font-size:12px;
}
.privacyinfo {
	padding-left: 30px;
	font-size:11px;
}
.privacyinfo p {
	text-indent:-24px;
	margin-left:24px;
	
}
/*-------------*/
</pre></body></html>