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

#contents_wrapper .contents {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1099px) {
#contents_wrapper .contents {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
}
#contents_wrapper .contents .title {
	text-align: center;
	height: auto;
	width: 100%;
	margin: 0px 0px 40px 0px;
}
#contents_wrapper .contents .title .en {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	display: inline-block;
}
#contents_wrapper .contents .title .jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #000;
}
.example_block h2.list_headding {
	text-align: center;
	margin: 0px 0px 40px 0px;
}
.example_block h2.list_headding .en {
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 400;
	color: #000;
}
.example_block h2.list_headding .ja {
	font-size: 28px;
	font-weight: 500;
}
.top_button {
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80;
	margin-left: auto;
}
.top_button a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.139em;
	text-decoration: none;
	color: #94243A;
	border: 1px solid #94243a;
	border-radius: 50px;
	padding: 20px;
	transition: 0.4s all;
	background-color: #FFF;
	margin-bottom: 80px;
}
.top_button a:hover {
	color: #FFF;
	border: 1px solid #94243a;
	border-radius: 50px;
	padding: 20px;
	transition: 0.4s all;
	background-color: #94243a;
}
