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

/*======================================================
 *  お問い合わせ（contact）
======================================================*/

#contact .page {
	padding: 55px 0 100px;
}


/*最初の文章*/
.contactText {
	text-align: center;
	margin: 0 0 50px;
}

/*******お問い合わせ先*******/
#area_tel {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #898989;
	margin: 30px auto 80px;
	padding: 22px 0;
	width: 780px;
}
#area_tel ul {
	display: table;
	width: 100%;
}
#area_tel ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0;
}
/*ロゴ＋住所*/
#area_tel ul li:first-child {
	text-align: center;
	border-right: 1px solid #898989;
	width: 370px;
}
#area_tel ul li:first-child p {
	margin-top: 0.3em;
}
/*TEL+FAX*/
#area_tel ul li:last-child {
	padding-left: 40px;
}
#area_tel ul li:last-child dl {
	display: table;
}
#area_tel ul li:last-child dl dt {
	display: table-cell;
	width: 34px;
	font-size: 34px;
	vertical-align: 10%;
}
#area_tel ul li:last-child dl dd {
	display: table-cell;
	margin-left: 34px;
}
#area_tel ul li:last-child dl dd .number {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
}
#area_tel ul li:last-child dl dd .time {
	margin-left: 0.3em;
}


/*******フォームパンくず*******/
.flow {
	text-align: center;
	margin-top: 30px;
}
.flow li  {
	width: 205px;
	display: inline-block;
	height: 44px;
	background: #e6e6e6;
	text-align: center;
	padding: 15px 0 0;
	position: relative;
	margin: 0; 
	font-weight: bold;
	color: #666;
	text-align: center;
}
.flow li:first-child  {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.flow li:nth-child(2) {
	padding-left: 21px;
}
.flow li:last-child  {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.flow li:after {
	/*各パンくず右側のCSS*/
	content: "";  
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 15px solid #e6e6e6;
	position: absolute;
	right: -14px;
	top: 0;
	z-index: 1;
}
.flow li:before {
	/*各パンくずの左側のCSS*/
	content: "";  
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 14px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.flow li:first-child:before {
	display: none; 
}
.flow li:last-child:after {
	display: none; 
}
.flow li.current {
	/*現在地*/
	color: #fff;
	background: #2ea7e0;
}
.flow li.current:after {
	border-left-color: #2ea7e0;
}

/*注意書き（パンくずの下）*/
.flow + p {
	margin: 30px 0;
}
.complete .flow + p { /*送信完了画面用*/
	margin: 30px 0 55px;
}
.flow + p img { /*必須画像用*/
	vertical-align: middle;
	margin-right: 0.3em;
}


/*******フォームテーブル*******/
input,textarea,select{
	font-size:16px;
}

.page table{
	border-top:2px solid #898989;
	border-bottom:2px solid #898989;
	margin-bottom: 40px;
	width:100%;
}
.page table th{
	background: #eee;
	border-bottom:1px dotted #666;
	font-size:16px;
	line-height: 1.8;
	padding: 20px;
	width: 235px;
	text-align:left;
	font-weight:normal;
}
.page table th span{
	background: url(../images/form_hissu.png) no-repeat;
	background-position: right center;
	display: block;
}
.page table td{
	border-bottom:1px dotted #666;
	padding: 15px;
	font-size: 16px;
	line-height: 1.8;
}
.page table #name div,
.page table #add div,
.page table #mail div {
	margin-bottom: 15px;
}
.page table #mail div.sp {
	margin-bottom: 0!important;
}
.confirm .page table #add div { /*確認ページの住所の行間調整*/
	margin-bottom: 0;
}
.page table p{
	display: inline-block;
	font-size: 14px;
	margin-left: 0.5em;
}
.page table .gaspaRed {
	font-weight: bold;
}
.page table #name span{
	width: 2.1em;
	display: inline-block;
    text-align: right;
    margin-right: 10px;
}
.page table #add span{
	width: 4.1em;
	display:inline-block;
	text-align:right;
	margin-right: 10px;
}

/*フォームサイズ*/
select{
	padding: 0.3em 1.5em 0.3em 0.5em;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url(../images/select_icon.gif) no-repeat center right 0.5em,#fff;
    background-size: 8px;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=url]{
	padding: 0.3em 0.5em;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	line-height: 1;
}
.page table #name input {
	width: 180px;
	margin-right: 20px;
}
.page table #name input:last-of-type {
	margin-right: 0;
}
.page table #mail input {
	width: 440px;
}
.page table #add .wid01{
	width: 80px;
}
.page table #add .wid02{
	width: 500px;
}
.page table #number input,
.page table #number_fax input {
	width: 100px;
}
.page table textarea{
	border: 1px solid #ccc;
	width: 100%;
	height: 120px;
	padding: 0.3em 0.5em;
	vertical-align:bottom;
	 -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}



/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

#contact .page {
	padding: 8vw 0 20vw;
}


/*最初の文章*/
.contactText {
	margin: 0 0 8vw;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*******お問い合わせ先*******/
#area_tel {
	margin: 5vw 0 10vw;
	padding: 5vw;
	width: 100%;
}
#area_tel ul {
	display: block;
}
#area_tel ul li {
	display: block;
	padding: 0;
}
/*ロゴ＋住所*/
#area_tel ul li:first-child {
	width: 100%;
	border-right: none;
	padding-bottom: 5vw;
	border-bottom: 1px solid #898989;
}
#area_tel ul li:first-child img {
	width: 90%;
}
/*TEL+FAX*/
#area_tel ul li:last-child {
	padding-left: 3vw;
	padding-top: 5vw;
}
#area_tel ul li:last-child dl dt {
	width: 8vw;
	font-size: 8vw;
	vertical-align: 10%;
}
#area_tel ul li:last-child dl dd {
	margin-left: 7vw;
}
#area_tel ul li:last-child dl dd .number {
	font-size: 10vw;
}



/*******フォームパンくず*******/
/*注意書き（パンくずの下）*/
.flow + p {
	margin: 5vw 0;
}
.complete .flow + p { /*送信完了画面用*/
	margin: 5vw 0 8vw;
}


/*******フォームテーブル*******/
.page th,
.page td{
	display: list-item;
	list-style-type:none;
	border: none;
}
.page table{
	border: none;
	margin-bottom: 5vw;
}
.page table th{
	border: none;
	font-size:16px;
	padding: 2%;
	width: 100%;
}
.page table td{
	border: none;
	padding: 20px 2%;
	font-size: 16px;
	line-height: 1.8;
}
.page table p{
	display: none;
}

.page table #name span{
	width: 2.1em;
	display: inline-block;
    text-align: right;
    margin-right: 15px;
}
.page table #name div {
	margin-bottom: 0;
}
.page table #add div,
.page table #mail div {
	margin-bottom: 10px;
}

/*フォームサイズ*/
.page table #name input {
	width: 80%;
	margin: 0 0 10px;
}
.page table #name &gt; input:nth-of-type(2) {
	margin-bottom: 0!important;
}
.page table #mail input {
	width: 100%;
}
.page table #add .wid01{
	width: 30%;
}
.page table #add .wid02{
	width: 70%;
}
.page table #number input {
	width: 29%;
}
.page table textarea{
	height: 30vw;
}




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