@charset "utf-8";

body{
	min-width: 960px;
}

/** お役立ち情報 **/
#useful {
    width: 960px;
    background: #fff;
    margin: 40px auto;
}

#useful h2 {
	line-height: 1.2;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
	background: #007bc9;
	padding: 10px 0;
	margin-bottom: 20px;
}

#useful ul {
    display: flex;
    flex-wrap: wrap;
}

#useful ul li img{
    max-width: 100%;
}

#useful ul li p{
    font-size: 16px;
	line-height: 1.5;
	color: #000000;
	text-decoration: underline;
}

#useful ul li:hover p{
    color: #00a0e9;
}

@media screen and (max-width:980px) {
	#useful {
		width: 940px;
	}
}

#useful li {
    width: 31%;
    margin: 25px 3.5% 0 0;
}

#useful li:nth-child(-n+3) {
    margin-top: 0;
}

#useful li a {
    display: block;
	flex-direction: column;
}

#useful li a p {
	margin-top: 8px;
	text-align: center;
}

#useful li a:hover img {
    opacity: 0.7;
}

#useful li:nth-child(3n) {
    margin-right: 0;
}

@media (hover: none) {
    #useful li a:hover {
		opacity: 1;
        color: #000;
    }
	#useful li a:hover img {
		opacity: 1!important;
    }
	#useful li a:hover p {
		color: #000!important;
    }
}
