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

/*
 *
 * TOP画面
 *
 */

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

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

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

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

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

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

#about .message p {
	font-size: 1.6rem;
	line-height: 2.1;
}

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

/*member*/
#about .member {
	background-color: #f6f5f0;
    border-top: 1px solid #dddcd8;
    padding-bottom: 30px;
    padding-top: 60px;
}

@media (max-width: 767px){
	#about .member .container {
		max-width: 420px;
	}
}

#about .member .row {
	margin-bottom: 45px;
}

#about .member h1 {
	color: #ff646c;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: -15px;
}

@media (max-width: 480px){
	#about .member h1 {
		font-size: 1.8rem;
	}
}

#about .member p {
	line-height: 1.7;
}

#about .member .name {
	font-size: 1.8rem;
}

@media (max-width: 991px){
	#about .member p {
		font-size: 1.2rem;
	}
	#about .member .name {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px){
	#about .member p {
		margin-bottom: 15px;
	}
	#about .member img {
		max-width: 280px;
	}
}

/*support*/
#about .support {
    border-top: 1px solid #dddcd8;
    padding-bottom: 30px;
    padding-top: 60px;
}

@media (max-width: 767px){
	#about .support .container {
		max-width: 420px;
	}
}

#about .support .row {
	margin-bottom: 45px;
}

#about .support h1 {
	color: #ff646c;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: -15px;
}

@media (max-width: 480px){
	#about .support h1 {
		font-size: 1.8rem;
	}
}

#about .support p {
	line-height: 1.7;
}

#about .support .name {
	font-size: 1.8rem;
}

@media (max-width: 991px){
	#about .support p {
		font-size: 1.2rem;
	}
	#about .support .name {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px){
	#about .support p {
		margin-bottom: 15px;
	}
	#about .support img {
		max-width: 280px;
	}
}

#about .support .help {
	margin-top: 30px;
}

#about .support .help 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;
}

#about .support .help a:hover {
	color: #ff646c;
	background-color: #fff;
	border: 1px solid #ff646c;
}

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

