<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 */

/* 間に合わせ対応分 */

.stay_lang a{
	color: #fff!important;
	cursor: default;
}

.f_bhij,.f_mail{ display: none; }

/* 間に合わせ対応分終了 */



#submit{
	border: none;
	padding: 10px 100px;
	color: #fff;
	display: block;
	margin: 10px auto;
}

#p_submit{
	text-align: center;
	margin: 30px 0;
}

#submit span{
	font-size: 150%;
}

.formheadImg{
	margin: 20px 0;
}
.formbhij #submit{ background: #6e3c89; }
.formshinagawa #submit{ background: #0c6185; }
.formariake #submit{ background: #b61704; }

.formbhij #submit:hover{ background: #7e4c99; }
.formshinagawa #submit:hover{ background: #1c7195; }
.formariake #submit:hover{ background: #c62714; }

.forminfo {
	margin-bottom: 35px;
}

.contact_box {
	padding: 18px 0 36px;
	font-size: 16px;
	line-height: 1.8;
}

.formMidashi{
	margin: 16px 0 8px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.telNo{
	display: inline-block;
	font-size: 200%;
	background:url(../bhij/img/freedial.png) 0 0 no-repeat;
	padding: 10px 0 0 70px;
	margin-left: 20px;
}
.telNo span{
	font-size: 50%;
}

.contact_telNo,
.contact_mail,
.contact_mail a {
	font-weight: bold;
}

.contact_telNo span,
.contact_mail span,
.contact_address {
	font-size: 80.0%;
}

.mod-ul{
	margin: 15px 0;
}

.mod-ul li{
	list-style: disc;
	margin-left: 2em;
}

.mod-ul a{
	text-decoration: underline;
	color: #00f;
}

.mod-form table th{
	vertical-align: top;
	padding: 10px 0;
	width: 170px;
	font-weight: bold;
}

.mod-form table td{
	vertical-align: top;
	padding: 10px 0;
}


.hissu:after {
	content: "*";
	font-size: 200%;
	color: #bb2615;
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
}

textarea{
	width: 100%;
	font-size: 120%;
	}

input{
	font-size: 120%;
	}

.mod-form_attention, .space-normal{
	border: 1px solid #f00;
	color: #f00;
	background: #fee;
	padding: 5px;
	text-align: center;
	margin: 10px 0;
}

.mod-table .form-error input, .mod-table .form-error input {
	background:#FFEBE8;
	border:2px solid #990000;
}

.mod-table .form-error textarea, .mod-table .form-error textarea {
	background:#FFEBE8;
	border:2px solid #990000;
}

.mod-form_error {
	color: #FF0000;
}

/*---------------------------------------- common end */
@media (max-width: 768px) {

.formMidashi{
	margin-left: 7.5%;
}

.telNo{
	display: inline-block;
	font-size: 150%;
	background:url(../bhij/img/freedial.png) 0 0 no-repeat;
	background-size: 50px;
	padding: 5px 0 0 50px;
	margin-left: 20px;
}
.telNo span{
	font-size: 50%;
}

.mod-form{
	margin: 0 7.5%;
}

.thanks p{
	margin-left: 7.5%;
	margin-right: 7.5%;
}


.formheadImg img{
	width: 100%;
	height: auto;
}

.mod-form .formMidashi{
	margin-left: 0;
}

#submit{
	padding: 10px 50px;
}

#submit span{
	display: block;

}

}

@media (min-width: 641px) {
/*---------------------------- PC共通 */		

}</pre></body></html>