<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-Cont{
	width:100%;
	height:100%;
	position:relative;
}

.inner-Cont{
	width:950px;
}

@media screen and (max-width: 1024px) {
.contact-Cont{
	padding-bottom:20px;
}

.inner-Cont{
	width:95%;
	margin: 0 auto;
}
}

.contact-Cont &gt; p{
	width:950px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}

.contact-Cont &gt; h5{
	width:950px;
	margin:0 auto;
	font-size: 24px;
	background-color: #EEEEEE;
	padding: 0.25em 0 0.25em 0.5em;
	margin-bottom: 15px;
}

.contact-Cont h5 &gt; span{
	font-size: 16px;
	margin-left:1em;
	color:#666666;
}

/*TEL*/
.contact-Cont &gt; h6{
	display:block;
	text-align:center;
	width:9em;
	margin:0 auto;
	font-size: 45px;
	border-bottom:3px #FF0000 solid;
	margin-top:30px;
	margin-bottom: 100px;
	font-family: 'Lusitana', serif;
}

.contact-Cont h6 &gt; span{
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

/* 見学申込フォーム　*/
table.contact{
	width:100%;
	border-collapse:collapse;
}

table.contact th.t_top {
    border-top: #000000 4px solid;
}

table.contact td.t_top {
	border-top: #b3b3b3 4px solid;
}

table.contact th,
table.contact td{
	padding: 15px;
}

table.contact th{
	text-align:left;
	vertical-align:middle;
	width:17%;
	color:#000000;
	border-top:1px #e3e3e3 solid;
	border-bottom:1px #e3e3e3 solid;
	background: #f7f7f7;
	border-left: #e3e3e3 1px solid;
	font-weight: normal;
}

table.contact td{
	border-top:1px #e3e3e3 solid;
	border-bottom:1px #e3e3e3 solid;
	border-right: #e3e3e3 1px solid;
}

table.contact input[type="text"],
table.contact input[type="email"],
table.contact textarea {
    padding: 0.4em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width:30%;
}

.select-div {
overflow: hidden;
width: 50%;
text-align: center;
}
.select-div select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.select-div select::-ms-expand {
display: none;
}
.select-div {
position: relative;
border: 1px solid #bbbbbb;
border-radius: 2px;
background: #ffffff;
}
.select-div::before {
position: absolute;
top: 0.8em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}
.select-div select {
padding: 8px 38px 8px 8px;
color: #666666;
}

table.contact textarea {
	width:100%;
}

table.contact label{
	margin-right:1em;
}

table.contact input[type="radio"] {
	margin-right:0.3em;
}

table.contact input.mr1{
	margin-right:1em;
}

table.contact input.gra{
	margin-right:1em;
}

table.contact .need{
	color:#FF0000;
	font-weight:normal;
}


/*ボタン*/
.form-btn{
	width:100%;
	text-align:center;
}

input.send{
	width:40%;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:center;
	padding:0.75em 2em;
	border:1px #000000 solid;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	margin-right:15px;
}

input.send:hover{
	background-color:#000000;
	color:#FFFFFF;
	border:1px #000000 solid;
	cursor:pointer;
}

p.cation{
	width: 100% !important;
	text-align: left !important;
	font-size: 12px !important;
	color: #FF0000 !important;
}

p.cation &gt; a{
	text-decoration:underline;
}


@media screen and (max-width: 1024px) {
.contact-Cont &gt; p{
	width:95%;
	margin-top:15px;
	margin-bottom:15px;
}

.contact-Cont &gt; h5{
	width:100%;
	font-size: 16px;
	margin-bottom: 15px;
}

.contact-Cont h5 &gt; span{
	font-size: 12px;
}

/*TEL*/
.contact-Cont &gt; h6{
	text-align:left;
	width:100%;
	font-size: 24px;
	border-bottom:none;
	margin-top:0px;
	margin-bottom: 30px;
	padding-left:1em;
}

.contact-Cont h6 &gt; span{
	font-size: 14px;
}

.select-div {
width: 100%;
}

table.contact th.t_top,
table.contact td.t_top {
	border-top: #CCCCCC 1px solid;
}

table.contact th,
table.contact td{
	display:block;
	width:100%;
}

table.contact th {
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
}

table.contact td {
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	background-color:#FFFFFF;
}

table.contact input[type="text"],
table.contact input[type="email"],
table.contact textarea {
    width:100%;
	-webkit-appearance: none;
}

table.contact td input.date,
table.contact td input.tel{
	width:30%;
}

table.contact input.mr1{
	margin-bottom:10px;
}

input.send{
	width:100%;
	font-size:16px;
	margin-right:0;
}
}</pre></body></html>