<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen, print {
	.spanNarrow {
		letter-spacing:-3px !important;
	}
	.divContact {
		width:800px;
		margin:0px auto 0px auto;
	}
	.divContact * {
		font-size:11px;
		line-height:25.75px;
		letter-spacing:0px;
		color:#595656;
		text-shadow:0px 0px 1px #eee;
	}
	.h2Title {
		text-align:center;
		margin:107px 0px 0px 0px;
	}
	.divDescription {
		margin:10px 0px 41px 0px;
		max-height: 999999px; /* to fix android chrome/firefox */	
	}
	
	/* area 2 */
	.imgYesHirokura {
		float:left;
		margin:0px 0px 0px -9px;
	}
	.divArea2 {
		margin:0px 0px 0px 288px;
		max-height: 999999px; /* to fix android chrome/firefox */	
	}
	.divArea2 h2 {
		margin:20px 0px -1px 0px;
	}
	
	/* mail */
	.divMail {
		margin:35px 0px 0px 0px;
		text-align:center;
	}
	
	/* tel */
	.divTell {
		margin:10px 0px 0px 0px;
		text-align:center;
	}
	
	/* department */
	.tblDepartment {
		margin:3px 0px 0px 0px;
	}
	.tblDepartment th {
		text-align:left;
		font-weight:bold;
	}
	.tblDepartment th&gt;span {
		font-size:13px;
		background-image:url(../img/double_circle_13px.png);
		background-repeat:no-repeat;
		background-position:0px 4px;
		padding:0px 0px 0px 14px;
	}
	.tblDepartment td {
		font-size:15px;
		text-align:top;
		line-height:17.75px;
		height:18px;
	}
	.tblDepartment .spanPhone {
		font-size:15px;
		line-height:15px;
	}
	.tblDepartment .spanAddress {
		font-size:11px;
		line-height:11px;
	}
	.tblDepartment br {
		line-height:0px;
	}
	.tblDepartment .spanAddress:nth-of-type(2) {
		text-indent:-50px;
	}
	.tblDepartment .col01 {
		width:140px;
	}
	.tblDepartment .col02 {
		width:298px;
	}
	.tblDepartment .col03 {
		width:92px;
	}
	.tblDepartment .col04 {
		width:270px;
	}
	
	/* address */
	.divAddress {
		margin:5px 0px 10px 0px;
		text-align:center;
	}
}
@media screen and (max-width:600px) { /* experia h */
}
@media screen and (max-width:480px) { /* iphone h */
}
@media screen and (max-width:360px) { /* experia v */
}
@media screen and (max-width:320px) { /* iphone v */
}
/* 2022-06-14 T.Nagami Add Layout */
@media screen and (max-width:768px) {
	/* area 2 */
	.imgYesHirokura {
		float:none;
		width: 100%;
		height: auto;
	}
	.divArea2 {
		margin:0px 0px 0px 0px;
	}
	.divArea2 h2 {
		padding: 10px 0 20px;
	}
}
/* ここまで */</pre></body></html>