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

.PageItem ul li a {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    color: #333333;
    padding: 0 20px 45px;
    box-sizing: border-box;
    background: url(../img/common/arrow_down.png)no-repeat center bottom;
}

.wareSub {
	text-align: center;
	font-family: vdl-v7mincho, sans-serif;
	font-size: 140%;
}


.wareOvh p{
	font-size: 1.7rem;
	color: #0848a5;
    font-weight: bold;

}

.wareOvh table tr td:nth-child(2) {
	width: 70%;
	text-align: left;
	padding-left: 20px;

}



.map_box{
	margin: auto;
	position: relative;
}

.map_box::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 430px;
	background-color: #004abb;
	background-size: 100% 400px;
	background-position: bottom;
	margin-top: -380px;
	z-index: -1;
	
}

.map_box p{
	font-size: 2.0rem;
	text-align: center;
	color: #0848a5;
    font-weight: bold;
	margin-top: 20px;
}


.map_box_in{
	margin-top: 50px;
}

.map_box_in img{
	width: 100%;
}

.map_txt{
	color: #fff;

}

.map_txt dl{
	

}

.map_txt dl dt{
	text-align: center;
	font-family: vdl-v7mincho, sans-serif;
	font-weight: bold;
	margin: 30px 0;
	font-size: 2.0rem;
	

}

.map_txt dl dd{
	line-height: 200%;
	

}

.map_box02{
	margin-top: 130px;
}	

.map_box02 p{
	font-size: 2.0rem;
	text-align: center;
	color: #0848a5;
    font-weight: bold;
	margin-top: 20px;
}

.mishimaItem {
    padding: 120px 0 0;
}


.contact_box {
	border: #004abb 2px solid;
	text-align: center;
	padding: 20px;
	font-weight: 500;

}

.contact_box span {
	font-weight: 200;

}

.contact_box {

}

.tel_txt {
	font-size: 3.0rem;
	font-weight: bold;
	color: #0071b7;
}

.con_txt {
	
	font-size: 2.0rem;
	font-weight: 400;
}

a.btn_souko {
	background-color: #0071b7;
	padding: 20px;
	display: block;
	width: 200px;
	margin: auto;
	margin-top: 10px;
	color: #fff;
}

.news_box{
	
}	

.news_box ul.slider{
	width: 80%;
	
}


.news_box ul.slider li{
	padding: 0 10px;
	
}

.news_box dl{
	width: 300px;
	margin: auto;
}	

.news_box dt{
	width: 300px;
	height: 224px;
	overflow: hidden;
}

.news_box dt img{
	width: 100%;
}

.news_box dd{
	
}







.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/


.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-prev {
    background: url(../img/common/ico_prev01.png) center center no-repeat;
    background-size: 100%;
    left: -30px;
}
.slick-next {
    background: url(../img/common/ico_next01.png) center center no-repeat;
    background-size: 100%;
    right: -30px;
}

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