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

#content_footer &gt; .container {
	max-width: 1400px;
}
#content_footer {
    text-align: left;
    padding: 30px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f2efe6;
}
#content_footer &gt; .container {
	margin: 0 auto;
    text-align: left;
}
#content_footer h3 {
    margin: 0 0 20px;
    font-size: 1.8rem;
}
#content_footer .container &gt; h3{
	text-align: center;
}
#content_footer .container &gt; h3:before {
    content: ' ';
    background: url(../img/vol4/house_icon.png) no-repeat center;
    display: inline-block;
    width: 28px;
    height: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}





/* bukken ----------------------------------------------------------------------------------  */
.bukkenList {
	max-width: 1400px;
    margin: 40px auto 0;
    text-align: left;
	padding: 0 1%;
}
.bukkenList li.bukken {
	width:33.33333333333333%;
	display: inline-block;
	margin:0 auto 30px;
	vertical-align:top;
}
.bukkenList li.bukken .bukkenInner{
	margin: 0 2.5%;
    background: #fff;
}
.bukken { position:relative;}
.bukken h3.bName {
	font-size: 1.8rem!important;
    padding: 20px 10px;
    color: #333;
	margin: 0!important;
}
.bukken h3.bName span.newIcon {
	display:inline-block;
	color:#781818;
	padding:2px 0;
	font-size:1.2rem;
	margin-right:10px;
	vertical-align:top;
}
.bukkentxtWrap{
	padding: 15px;
}
.bukken p.pr {
	font-size:13px;
	text-align:left;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddbce;
}
.bukken p.pr span.caption {
	font-size:1rem;
	color:#999;
	letter-spacing:0.01em;
}
.bukken p.topics {
	padding-bottom: 15px;
    font-size: 1.4rem;
    color: #931D1F;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #dddbce;
}
.bukken .access table tr th,
.bukken .access table tr td {
	font-size:1.1rem;
	font-weight:normal;
	text-align:left;
	line-height:1.8;
	}
.bukken .access table tr th {
	width:20%;
}
.bukken .btnArea ul {
	width:100%;
	overflow: hidden;
}
.bukkenList li.bukken .btnArea ul li{
    display: inline-block;
    width: 33.33333333333333%;
    height: 45px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.bukkenList li.bukken .btnArea ul li:hover{
	opacity: .9;
}
.bukkenList li.bukken .btnArea ul li:nth-child(1){
	background: #516a0c;
}
.bukkenList li.bukken .btnArea ul li:nth-child(2){
	background: #0c6a1d;
}
.bukkenList li.bukken .btnArea ul li:nth-child(3){
	background: #054200;
}
.bukkenList li.bukken .btnArea ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
	font-size: 1.6rem;
	color: #fff;
}
.bukkenList li.bukken .btnArea ul li a span{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}


@media only screen and (max-width: 1000px) {
	.bukkenList li.bukken {
		width:48%;
	}
}
@media only screen and (max-width: 768px) {
	
.bukken .access table tr th { width:30%;}
.takuchiList .access table tr th { width:30%;}
}
@media only screen and (max-width: 640px) {
.bukken h3.bName { text-align:center;}
.bukkenList { padding:20px auto;}
.bukkenList ul { max-width:994px; margin:0 auto; letter-spacing: -.40em; text-align:left;}
.bukkenList li.bukken {
	width:96%;
	letter-spacing: normal;
	display: inline-block;
	margin:0 2% 40px;
	background:#fff;
	border:1px solid #dad5b1;
	vertical-align:top;
}
.bukkenList li figure { text-align:center;}
.bukken .access table tr th { width:21%;}

}
@media only screen and (max-width: 400px) {

.bukken .access table tr th { width:27%;}

}














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