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

#message_area{
	width: 80%;	
	margin: 160px auto 70px;
	display: block;	
}

.title_eng{
	display: block;
	width: 100%;
	font-size: clamp(20px,2.0vw,32px);
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

#contents{
	margin: 80px auto 100px;	
	width: 100%;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

.notice{
	width: 60%;
	margin: 0 auto;
	font-size: 1.1rem;
	padding-bottom: 10px;
	text-align: center;
}

.ftop{
	width: 300px;
	height: 60px;
	padding: 0;
	margin: 70px auto 0;
	text-align: center;
	font-size: clamp(14px,1.5vw,26px);
	background: #ffffff;
}

.ftop a{
	display: block;
	width: 230px;
	height: 40px;
	background: #ffffff;
	border:1px solid #ccc;
	padding: 10px 35px;
	font-size: clamp(14px,1.5vw,26px);
	text-align: center;
}

.ftop a:hover{
	text-decoration: none;
	background: #cccccc;
	color: lightslategray;
	opacity: 0.6;
}

.ftop a:link,
.ftop a:visited,
.ftop a:active{
	display: block;
	background: #cccccc;
	text-decoration: none;
	transition: 0.25s linear;
}

.ftop p{
	line-height: 40px;
}