@charset "UTF-8";
/*----------------------------------------

	index CSS
	- mv
	- content

-----------------------------------------*/
/* mv */
#main #mv .ttl01 {
    height: 300px;
    background-image: url(../img/index_mv01s.jpg);
    background-position: center top;
    background-size: cover;
}
/* tb 768px - # */
@media print, screen and (min-width:768px) {
	#main #mv .ttl01 {
		height: 153px;
		background-image: url(../img/index_mv01.jpg);
	}
}

/* content */
#main #content {
	padding: 50px 10px 0;
}
#main #content #sec01 {
	
}
#main #content #sec01 .bnr_area {
	margin-bottom: 40px;
}
#main #content #sec01 .bnr_area .bnr:first-child {
	margin-bottom: 20px;
}
#main #content #sec02 .bnr_area {
	margin-bottom: 40px;
}
#main #content #sec03 .bnr_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#main #content #sec03 .bnr_area .bnr {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#main #content #sec03 .bnr_area .bnr:nth-child(2n) {
	margin-right: 0;
}
#main #content #sec03 .bnr_area .bnr a {
	text-decoration: none;
}
#main #content #sec03 .bnr_area .bnr a figure {
	display: block;
	margin-bottom: 6px;
	box-shadow: 2px 2px 0 0 #dedede;
}
#main #content #sec03 .bnr_area .bnr a p {
	position: relative;
	padding-left: 1.0rem;
}
#main #content #sec03 .bnr_area .bnr a p::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 0.2rem;
	width: 3px;
	height: 3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	
}
/* tb 768px - # */
@media print, screen and (min-width:768px) {
	#main #contentWrap {
		padding-top: 0;
	}
	#main #content {
		padding: 0;
	}
	#main #content #sec01 .bnr_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#main #content #sec01 .bnr_area .bnr:first-child {
		margin-right: 30px;
		margin-bottom: 0;
	}
	#main #content #sec03 .bnr_area .bnr {
		width: 31.5%;
		margin-right: 2.75%;
		margin-bottom: 2.75%;
	}
	#main #content #sec03 .bnr_area .bnr:nth-child(2n) {
		margin-right: 2.75%;
	}
	#main #content #sec03 .bnr_area .bnr:nth-child(3n) {
		margin-right: 0;
	}
}