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

/*
 *
 * TOP画面
 *
 */

/*about*/
#before .advance {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 30px;
}

@media (max-width: 767px){
	#before .advance {
		padding-top: 90px;
	}
}

#before .advance h1 {
	color: #FF646C;
	font-size: 2.7rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 30px;
	line-height: 1.7;
}

#before .advance h1 span {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}

#before .advance h1 hr {
    border-bottom: 3px solid #FF646C;
    margin-bottom: 45px;
    margin-top: 20px;
    width: 60px;
}

@media (max-width: 480px){
	#before .advance h1 {
		font-size: 2.1rem;
	}
}

#before .advance p {
	font-size: 1.6rem;
	line-height: 2.1;
}

@media (max-width: 480px){
	#before .advance p {
		font-size: 1.4rem;
	}
}

/*about*/
#before .check_list {}

#before .check_list .box {
	border-radius: 5px;
	background-color: #e5f6fe;
	padding: 0 45px 45px 45px;
}

@media (max-width: 767px){
	#before .check_list .box {
		padding: 15px;
		border-radius: 0;
	}
}

#before .check_list .box h1 {
	font-size: 1.8rem;
	margin-top: 45px;
}

#before .check_list .box li {
	list-style-type: decimal-leading-zero;
	margin-bottom: 10px;
	margin-left: 30px;
}

@media (max-width: 480px){
	#before .check_list .box h1 {
		text-align: center;
		font-size: 1.6rem;
	}
	#before .check_list .box li {
		font-size: 1.2rem;
	}
}

/*note*/
#before .note {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}

#before .note .illustration {
	background-image:  url("../img/search_illustration.gif");
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: right 10% bottom;
}

@media (min-width: 1200px){
	#before .note .illustration {
		background-size: 180px;
	}
}

@media (max-width: 991px){
	#before .note .illustration {
		background-size: 150px;
		background-position: right 5% bottom;
	}
}

@media (max-width: 767px){
	#before .note .illustration {
		background-size: 140px;
		background-position: center bottom;
		padding-bottom: 120px;
	}
}

#before .note p {
	font-size: 1.6rem;
	line-height: 2.1;
	margin-bottom: 30px;
}

@media (max-width: 480px){
	#before .note p {
		font-size: 1.4rem;
	}
}

#before .note a {
	display: block;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ff646c;
	border: 1px solid #ff646c;
	border-radius: 3px;
}

#before .note a:hover {
	color: #ff646c;
	background-color: #fff;
	border: 1px solid #ff646c;
}

@media (max-width: 767px){
	#before .note a {
		font-size: 1.4rem;
		max-width: 380px;
		margin: 0 auto;
	}
}



