@charset "utf-8";
/* CSS Document */

.content01 {
	background: url("../images/top/main.jpg") no-repeat center bottom;
	height: 590px;
	margin: 0 0 0 auto;
	z-index: 0;
	position: relative;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}@media screen and (max-width: 768px) {
	.content01 {
		width: 100%;
		height: 60vh;
		background: url("../images/top/main_sp.jpg");
		background-size: cover;
	}
	.content01 h2 {
		display: none;
	}
}

.content01 h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 140%;
	margin-left: 100px;
}

.content01 h2 img {
	max-width: 30vw;
	height: auto;
}

.content02 {
	padding: 60px 0;
	text-align: center;
}@media screen and (max-width: 768px) {
	.content02 {
		padding: 40px 5vw;
	}
}


.content02 p {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
	margin-top: 30px;
}


.content03 {
	padding: 60px 0;
	background: url("../images/top/back1.jpg") no-repeat center;
	background-size: cover;
	border-top: #999999 solid 1px;
}

.content03 .flex {
	display: flex;
	justify-content: space-between;
}@media screen and (max-width: 768px) {
	.content03 .flex {
		flex-wrap: wrap;
		text-align: center;
	}
}

.content03 .flex .box {
	max-width: 450px;
	min-width: 45%;
}@media screen and (max-width: 768px) {
	.content03 .flex .box {
		width: 90%;
		text-align: center;
		margin: 20px auto;
	}
}

.content03 .flex .box p {
	margin-top: 20px;
	line-height: 200%;
}



@media screen and (min-width: 769px) {
	.sp_login {
		display: none;
	}
}
@media screen and (max-width: 768px) {
.sp_login {
	background: #007f41;
	padding: 15px 5%;
	text-align: center;
}
.sp_login .loginform {
}

.sp_login .loginform h2 {
	color: #fff;
	font-size: 16px;
}

.sp_login .loginform input[type="text"],.sp_login .loginform input[type="password"] {
	border: 0;
	padding: 3px;
	margin: 3px 0;
}

.sp_login .loginform span {
	font-size: 10px;
	color: #fff;
	line-height: 100%;
	vertical-align: middle;
}

.sp_login .loginform input[type="checkbox"] {
	margin: 0 5px 0 0;
	line-height: 100%;
	vertical-align: middle;
}

.sp_login .loginform .sbutton {
	display: block;
	margin: 10px auto ;
	text-align: center;
	width: 126px;
	height: 22px;
	background: url("../images/common/login.png") left top no-repeat;
	border: 0;
	cursor: pointer;
}
	
.sp_login a {
	color: #FFF;
}
	
}




