@charset "utf-8";
/* CSS Document */

#wrap .sec00 .inner {
    background: url(../img/mv.jpg) no-repeat top center/cover;
}
#navi ul.h_menu > li:nth-child(6) { border-bottom: solid 2px #e62334;}

#wrap .sec img.sp {
    max-width: 400px;
	margin: 0 auto;
}

/*============================================================================
		section sec
============================================================================*/

.sec h3 {
	font-size: 30px;
	line-height: 140%;
	color: #e62334;
	margin-bottom: 20px;
	font-weight: bold;
}

@media screen and (max-width: 750px) {

	.sec h3 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	

}

/*============================================================================
		section sec01
============================================================================*/

.sec01 { margin-bottom: 100px;}

.in_wrap section.sec01 .inner {
	max-width: 1200px;
	position: relative;
}

.in_wrap section.sec01 .inner span.red{
	display: block;
}


@media screen and (min-width: 751px) {


	.in_wrap section.sec01 .inner {
		max-width: 1200px;
		font-size: 16px;
		line-height: 28px;
		position: relative;
	}
	
	.in_wrap section.sec01 .inner .txt{
		padding-top: 13%;
		max-width:470px;
		width: 46%;
		float: left;
		margin-right: 4%;
	}
	
	.in_wrap section.sec01 .inner span.red{
		font-size: 13px;
		display: block;
	}
	
	.in_wrap section.sec01 .inner img{
		max-width:534px;
		width: 48%;
		float: left;
	}

}

@media screen and (max-width: 750px) {

	.sec01 { margin-bottom: 70px;}
	.in_wrap section.sec01 .inner .txt{ margin-bottom: 40px;}

}

/*============================================================================
		section sec02
============================================================================*/

.sec02 { margin-bottom: 120px;}

.sec02 .inner {	font-size: 0;}

.sec02 .inner li {
	border: solid 1px #dbdbdb;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0;
	vertical-align: top;
}

.sec02 .inner li .in_txt{
	box-sizing: border-box;
}
.sec02 .inner li h4 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	border-bottom: dotted 2px #e62334;
}
.sec02 .inner li a:last-child {
	background-color: #e62334;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	display: block;
}

.sec02 .inner li img {
	width: 40%;
	float: left;
}
.sec02 .inner li .in_txt{
	float: left;
	font-size: 13px;
	line-height: 22px;
	width: 60%;
	padding-left: 3%;
}



@media screen and (min-width: 751px) {

	.sec02 .inner li {
		padding: 1.5%; 
		width: 49%;
		display: inline-block;
	}

	.sec02 .inner li:nth-child(odd) { margin-right: 2%;}
	.sec02 .inner li:nth-child(-n+4) { margin-bottom: 2%;}
	.sec02 .inner li h4 {
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 7px;
		letter-spacing: 1px;
	}
	.sec02 .inner li a:last-child {
		font-size: 12px;
		max-width: 108px;
		line-height: 30px;
		margin-top: 7px;
	}

}

@media screen and (max-width: 750px) {

	.sec02 { margin-bottom: 70px;}

	.in_wrap section.sec02 .inner {
		max-width: 450px;
	}

	.sec02 .inner li {
		width: 100%;
		padding: 3%;
	}

	.sec02 .inner li:nth-child(-n+4) { margin-bottom: 5%;}
	
	.sec02 .inner li img { width: 42.8%;}
	.sec02 .inner li .in_txt{
		width: 55%;
		font-size: 13px;
		line-height: 22px;
		padding-left: 5%;
	}
	.sec02 .inner li h4 {
		line-height: 36px;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.sec02 .inner li a {
		font-size: 12px;
		max-width: 100px;
		line-height: 26px;
		margin-top: 6px;
	}

}
