.page{
	line-height: 2em;
}
.page ul{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 10px;
}
.page li{
	width: 45%;
    margin-bottom: 20px;
}
.page img{
	vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.page p{
	font-size: 15px;
    font-weight: bold;
    height: 38px;
    background: url(../../images/common/nav/ul_wrap.png);
    color: #333;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page h4{
	font-size: large;
    margin: 15px;
    margin-top: 25px
}