<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* index*/
.indexmenu .footermenu .box{
	margin-bottom: 10px;
	background: url("../img/gh_list_indexbg.png") top left repeat-y;
}
.indexmenu .footermenu .box div {
    width: 128px;
	height: 160px;
}
.indexmenu .footermenu .box ul {
    list-style: none;
}
.indexmenu .footermenu .box ul li {
    width: 95%;
    font-size: 19px;
}
.indexmenu .footermenu .box ul li p{
	color: #807A79;
	font-size: 15px;
	width: 100%;
	margin-bottom: 6px;
	display: block;
}
.indexmenu .footermenu .box div img{
	margin-top: 68px;
}
.indexmenu .footermenu .box div img.box-ma{
	margin-top: 54px;
}

/* /index*/

.footermenu .list{
    display: flex;
    width: 100%;
    flex-flow: column;
}
.footermenu .box{
    display: flex;
    align-items: center;
	border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
	margin-right: 20px;
	margin-bottom: 20px;
    position: relative;
}
.footermenu .box:after{
	content:"";
	width: 10px;
	height: 10px;
    border: 3px solid #00536d;
    right: 1em;
    position: relative;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}

.footermenu .box a{
    display: flex;
	width: 100%;
    height: 100%;
}
.footermenu .box a:hover{
	opacity: 0.6;
}
.footermenu .box ul{
    list-style: disc;
    width: 100%;
    margin: 0 0 auto 0.5em;
    padding: 1em 0.5em 1em 1.4em;
}
.footermenu .box ul li{
	color: #00526C;
	width: 91%;
    font-size: 0.8em;
}
.footermenu .box ul li:last-of-type{
	margin-bottom:0;
}
.footermenu .box ul li p{
    color: #807A79;
}
.footermenu .box div{
    max-width: 100px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00536d;
}
@media screen and (min-width: 64em) {
	.footermenu .list{
		flex-flow: wrap;
		width: calc(100% + 20px);
	}
	.footermenu .box{
		width:calc(50% - 20px);
	}
}</pre></body></html>