#subnav ul{
	flex-wrap:wrap;
}
#subnav ul li{
	width:25% !important;
}
#subnav ul li:nth-child(4n) a{
	border-right:0px;
	box-sizing:border-box;
}
#page_title{
	background:url('../images/bummon/bg_h2.jpg') no-repeat top right;
}

/* kangoka  */
ul.osusume {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.osusume li {
	width: 45%;
	list-style: none;
	padding: 30px;
	margin: 10px;
	box-sizing: border-box;
	border: solid 1px #d4f3e9;
	border-radius: 10px;
}
table.kangoflow th,table.kangoflow td.month{
	white-space:nowrap;
}
img.kangofig_sp {
	display:none;
}
.list3{
	padding:20px 0 20px 0 !important;
	list-style:none !important;
}
.list3 li{
	width:33.33%;
	padding:0 10px 20px;
	box-sizing:border-box;
	text-align:center;
}
.list3 li img{
	width:100%;
	height:auto;
}
div.photobox {
	display:flex;
}
div.photobox .child {
	padding-left: 10px;
}
div.photobox .child img {
	margin-bottom:10px;
}
.alC {
	text-align: center;
}