@charset "utf-8";
/* CSS Document */
.page_catch{
	margin-bottom: 1rem;
}

.h01 {
    text-align: center;
    padding: 3rem 0 1rem;
}

.back_next{
	margin: 4rem 0;
}

li a .icon-right-open {
	position: relative;
	top: -0.6rem;
	font-size: 110%;
	color: black;
	margin-right: 0.5rem;
}

.komyodo_menu ul{
	text-align: center;
}

.komyodo_menu ul li{
	margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 940px){

.komyodo_menu ul{
	width: 940px;
	display: flex;
	justify-content: space-around;
	margin:3rem auto 3rem;
}
	
.komyodo_menu ul li{
	margin-bottom: 0;
}

}