<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------*/
/*繝医ャ繝礼畑繧ｰ繝ｭ繝ｼ繝舌Ν繝｡繝九Η繝ｼ*/
/*-----------------------------------------*/
.menu_bg {
    position: absolute;
    top: 0px;
    background-color: #fff;
    height: 66px;
    display: table;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.blurry-menu-top {
    font-family: 'Lato', helvetica, arial, sans-serif;
    height: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
/*    padding: 0 60px 0 0;
*/    width: 60%;
}

.blurry-menu-top ul {
    top: -660px;
    width: 100%;
    list-style: none;
    /* margin: 0 6% 0 auto; */
    padding: 0;
    display: table;
    text-align: center;
    overflow: hidden;
    /* background: rgba(255,255,255,0.9); */
    height: 66px;
    max-width: 761px;
    margin: 0 auto;
}

.blurry-menu-top li {
    display: table-cell;
    vertical-align: middle;
    /* width: 14%; */
    /* min-width: 10%; */
}

.blurry-menu-top a {
    color: #000;
    display: block;
    font-size: 16px;
    /* height: 66px; */
    line-height: 26px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    font-size: 80%;
    margin: 0 auto;
    display: inline-block;
    padding: 0 0.5vw;
}

.blurry-menu-top a:focus {
	outline: 0;
}

.blurry-menu-top li:first-child a {
	border-left: none;
	background-color: #FFCC40;
	color: #FFF;
	border-radius: 17px;
}

.blurry-menu-top li:last-child a {
	border-right: none;
}

.blurry-menu-top ul a:hover {
	background: #FFCC40;
	color: #FFF;
	border-radius: 15px;
}

.h1-site-header {
    display: block;
    width: 180px;
    margin: 20px 0 0 13%;
    /* font-size: 12px; */
/*    padding: 18px 0 0 10px;

*/    color: #FFF;
    /* font-weight: normal; */
    /* line-height: 35px; */
    /* position: absolute; */
    float: left;
    /* left: 10%; */
    z-index: 950;
}

@media screen and (max-width: 768px) {
	/*-----------------------------------------*/
	/*繝医ャ繝礼畑繧ｰ繝ｭ繝ｼ繝舌Ν繝｡繝九Η繝ｼ*/
	/*-----------------------------------------*/
	.blurry-menu-top {
        /* display: none; */
        
        display: block;
        top: 0px;
        background-color: #fff;
        /* height: 66px; */
        /* display: table; */
        width: 100%;
	}
	.menu_bg {
        /* display: none; */
    }
    
    .blurry-menu-top ul{
        display: none;
    }
}

.cd-dropdown-wrapper {
    background-color: #00000000;
    display: inline-block;
    position: absolute;
    padding: 26px 0 10px 10px;
    height: 55px;
    /* margin: 0 0 0 2%; */
    right: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-trigger {
    position: relative;
    width: 30px;
    height: 10px;
    z-index: 10;
}

@media only screen and (min-width: 1024px){
.cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
    display: none;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #403f41;
}}</pre></body></html>