@charset "utf-8";
/* CSS Document */
#header #headerIn #gnavi li a {
	padding: 30px 10px 0;
	font-size: 14px;
}
#header #headerIn #gnavi li a span {
	font-size: 10px;
	font-size: 1rem;
}
#header #headerIn #gnavi li:last-child {
	width: 180px;
}

#header #headerIn #gnavi li:last-child a {
	padding-right: 25px;
}

/* 社会貢献の追記 20240130*/
.box_item {
	flex-direction: column;
}

.box_01,
.box_02 {
	display: flex;
}

@media screen and (max-width:768px) {
	.box_01,
	.box_02 {
		flex-direction: column;
	}
}

#blank_link {
    text-align: center;
    padding: 60px 0;
}

#blank_link p {
    margin-bottom: 15px;
}

#blank_link a {
    border-bottom: 1px solid #333;
    display: inline-block;
}

#blank_link a:hover {
    opacity: 0.6;
}