/*nav*/

.c-wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
  .list {
    float: left;
    width: 31%;
    overflow: auto;
    background: #ffffff;
    margin-left: 1.5%;
    margin-bottom: 30px;
    border-radius: 6px;
	padding:0 1em;
    height: 280px;
    line-height: 1.4;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}
.list div {
	text-align: center;
}
.list a {
	font-size: 20px;
    display: block;
    overflow: auto;
    text-decoration: none;
    height: 280px;
    color: #666666;
}
.list :hover{
	opacity: 0.8;
}

.guide{
	display: block;
	text-align: -webkit-center;
	
}
.guide img{
	width: 15%;
}

.top img{
	width: 9%;
}
