@charset "utf-8";

/* CSS Document */

/*--------------------------------------------------------------------------
.mv
---------------------------------------------------------------------------*/
.mv{
	position: relative;
	padding: 155px 0 157px;
}
.mv .ttl{
	position: relative;
	font-size: 44px;
	font-weight: 700;
	line-height: 1; 
	margin-bottom: 40px;
}
.mv .txt{
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65;
}
@media screen and (max-width: 750px) {
.mv{
	padding: 87px 0 86px;
}
.mv .ttl{
	font-size: 24px;
	margin-bottom: 23px;
}
.mv .txt{
	font-size: 12px;
	line-height: 1.8;
}
}
/*--------------------------------------------------------------------------
.list
---------------------------------------------------------------------------*/
.list{
	position: relative;
}
.list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list li{
	width: 460px;
	float: left;
	margin-right: 30px;
	margin-bottom: 57px;
}
.list li:nth-of-type(3n){
	margin-right: 0px;
}
.list li a{
	display: block;
	color: #000;
}
.list li a .img{
	position: relative;
	margin-bottom: 16px;
}
.list li .img img{
	width: 100%;
}
.list li a .ttl{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px;
}
.list li a .txt{
	font-size: 11px;
	font-weight: 300;
	line-height: 1.5;
}
@media screen and (max-width: 1600px) {
.list li{
	width: 31.6%;
	margin-right: 30px;
}
}
@media screen and (max-width: 1320px) {
.list li{
	width: 31.4%;
}
}
@media screen and (max-width: 1170px) {
.list li{
	width: 31.2%;
}
}
@media screen and (max-width: 1060px) {
.list li{
	width: 31%;
}
}
@media screen and (max-width: 980px) {
.list li{
	width: 30.6%;
}
}
@media screen and (max-width: 860px) {
.list li{
	width: 30%;
}
}
@media screen and (max-width: 750px) {
.list li{
	width: auto;
	float: none;
	margin-right: 0px;
	margin-bottom: 47px;
}
.list li a .img{
	margin-bottom: 16px;
}
.list li a .ttl{
	margin-bottom: 8px;
}

}