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

#wrap header {
	position: fixed;
	top:0;
	z-index: 11;
}

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

	#wrap .sec00 .inner{
		background: url("../img/mv.jpg") no-repeat top center/cover #fff;
	}

}

/*---------------------------------------------------------------------
						sec 共通
----------------------------------------------------------------------*/

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

}

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


}

/*---------------------------------------------------------------------
						select.sec01
----------------------------------------------------------------------*/

.sec01 { margin-bottom: 120px;}

.sec01 .inner{
	max-width: 1000px;
	width: calc(100% - 40px);
}
.sec01 .inner01 { margin-bottom: 120px;}

.sec01 ul {
	overflow: hidden;
	margin-bottom: 70px;
}

.sec01 ul li {
	padding: 25px 10px;
	overflow: hidden;
}

.sec01 ul li:nth-child(odd) { background-color: #f8f8f8;}

.sec01 ul li p {
	font-size: 16px;
	line-height: 24px;
}


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

	.sec01 ul li em {
		float: left;
		width: 21%;
		padding-left: 4%;
	}
	.sec01 ul li p {
		float: right;
		width: 75%;
	}

}

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

	.sec01 { margin: 60px auto 80px;}

	.sec01 .inner01 { margin-bottom: 60px;	}

	.sec01 ul {	margin-bottom: 50px;}
	.sec01 ul li { padding: 15px 15px;	}
	.sec01 ul li em {
		font-weight: bold;
	    margin-bottom: 3px;
    	display: block;
	}

	.sec01 ul li p {
		font-size: 15px;
    	line-height: 24px;
	}

}



/*---------------------------------------------------------------------
						select.sec02
----------------------------------------------------------------------*/

.sec02 {
	width: 100%;
	height: 383px;
	background: url(../img/bg.jpg) no-repeat center/cover;
}

.sec02 .inner {
	max-width: 550px;
	width: 100%;
	padding-top: 120px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.sec02 .inner dt{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}

.sec02 .inner dd span {
	line-height: 32px;
	display: block;
	margin-bottom: 35px;

}
.sec02 .inner a {
	max-width: 350px;
	width: 100%;
	display: block;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	color: #15294a;
	background: #fff;
	margin: 0 auto;
}

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

	.sec02 {
		width: 100%;
		height: 300px;
		background: url(../img/sp/bg.jpg) no-repeat center/cover;
	}

	.sec02 .inner {
		max-width: 550px;
		padding-top: 100px;
	}

	.sec02 .inner dt{
		font-size: 24px;
		margin-bottom: 20px;
	}

	.sec02 .inner dd span {
		line-height: 26px;
		margin-bottom: 20px;

	}
	.sec02 .inner a {
		max-width: 300px;
		line-height: 50px;
		border-radius: 25px;
	}


}
