@charset "utf-8";


/***********************
	共通ヘッダー
************************/


.heder_col {
    color: #398610!important;
}

.desktop-nav li:first-child {
	border-left: 1px solid #398610!important;
}

.desktop-nav li {
	border-right: 1px solid #398610!important;
}

.pr_box2 {
	color: #398610!important;
	font-size: 68%;
	padding: 30px 0 0 2px;
}

.header {
	background-color: #fff!important;
    font-weight: bold;
}

.desktop-nav li a {
	height: auto;
	line-height: 1.5;
	font-size: 14px;
    font-weight: bold!important;
	display: block;
	padding: 15px 0;
}



@media screen and (min-width:800px) {
    
.header__logo a {
	font-size: 22px!important;
	color: #666;
}
    
}

@media screen and (max-width:800px) {
    
.header__logo a {
	font-size: 17px!important;
	color: #666;
}
    
}








