@charset "UTF-8";

body, h1, h2, h3, ul, p { margin: 0; padding: 0; font-weight: normal; }
ul, li { list-style: none; }
img { width: 100%; height: auto !important; display: block; }
.sp_fs { display: none !important; }
#wrap_fs {
	width: 800px;
	margin: 0 auto;
	padding: 80px 5%;
	box-sizing: content-box;
	font-family: "A1ゴシック R","A1 Gothic R";
	line-height: 1.5;
	font-size: 16px;
	color: #555;
	letter-spacing: .1em;
}
.main_title_fs {
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.6;
	color: #d7af00;
	border-bottom: 2px solid #d7af00;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.main_summary_fs { font-size: 1.2rem; }
.main_summary_fs + .main_summary_fs { margin-top: 20px; }
.center_fs { text-align: center; }
.summary_list_fs { margin: 80px 0 120px; }
.summary_list_fs li:not(:last-child) { margin-bottom: 60px; }
.summary_list_fs .imgbox_fs { border: 1px solid #ddd; margin-top: 20px; padding: 20px; position: relative; }
.end_list_fs { margin-bottom: 80px; }
.end_list_fs li:not(:last-child) { margin-bottom: 30px; }
.list_ttl_fs {
	margin-bottom: 10px;
	display: flex;
	color: #d7af00;
	font-size: 1.5rem;
	font-weight: 600;
}
.end_list_fs .list_ttl_fs { font-size: 1.2rem; margin-bottom: 5px; color: #555; }
.list_ttl_fs .number {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #eb5374;
	font-size: 1.2rem;
	font-weight: 600;
	font-style: italic;
	padding-right: 2px;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
	margin-right: 15px;
	margin-top: -4px;
}
.end_list_fs .list_ttl_fs .number {
	font-size: .9rem;
	padding-right: 2px;
	min-width: 24px;
	width: 24px;
	height: 26px;
	border-radius: 3px;
	background: #555;
}
.sub_ttl_fs {
	font-size: 1.6rem;
	font-weight: 600;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	margin-bottom: 30px;
	padding: 15px 0;
}
.summary_list_fs p,
.summary_list_fs .imgbox_fs { margin-left: 50px; }
.end_list_fs p, .end_list_fs a { margin-left: 45px; }
.end_list_fs p { color: #666; font-size: .9rem; }
.link_fs {
	display: inline-block;
	text-decoration: none;
	margin: 20px 0 0 0;
	min-width: 250px;
	border: 1px solid #555;
	border-radius: 5px;
	color: #555;
	font-size: .9rem;
	padding: 10px;
	transition: all .3s ease;
}
.app_fs .link_fs { min-width: 350px; padding: 15px; font-size: 1.1rem; box-sizing: border-box; }
.link_fs span {
	display: inline-block;
	position: relative;
	font-weight: 600;
	padding-right: 15px;
	letter-spacing: .05em;
}
.app_fs .link_fs span { padding-right: 20px; }
.link_fs span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: all .3s ease;
}
.app_fs .link_fs span:after { width: 8px; height: 8px; margin-top: -4px; }
.link_fs:hover {
	background: #555;
	color: #fff;
}
.link_fs:hover span:after {
	border-color: #fff;
}
.app_ttl_fs {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	color: #d7af00;
	border-bottom: 2px solid #d7af00;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.app_fs img { margin: 0 auto 50px; }
#list03_fs .imgbox_fs + .imgbox_fs { position: relative; margin-top: 40px; }
.imgbox_fs + .imgbox_fs:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: #fea751 transparent transparent transparent;
	margin-left: -25px;
}
#list08_fs img { max-width: 500px; margin: 20px auto 0; }
.btnbox_fs { display: flex; justify-content: center; margin: 30px auto; }
.btnbox_fs a { width: 48%; max-width: 200px; display: block; }
.btnbox_fs a:first-child { margin-right: 4%; }
.icon_fs { width: 30px; display: inline-block; vertical-align: bottom; }
.icon01_fs { width: 20px; vertical-align: top; }

@media (max-width: 800px) {
	.pc_fs { display: none !important; }
	.sp_fs { display: block !important; }
	#wrap_fs { width: calc(100% - 40px); padding: 40px 20px; }
	.main_title_fs { font-size: 1.5rem; margin-bottom: 20px; padding-bottom: 15px; }
	.main_summary_fs { font-size: 1rem; }
	.summary_list_fs { margin: 40px 0 60px; }
	.summary_list_fs li:not(:last-child) { margin-bottom: 50px; }
	.summary_list_fs p, .summary_list_fs .imgbox_fs { margin-left: 0; }
	.summary_list_fs p { font-size: .9rem; }
	.summary_list_fs .imgbox_fs { margin-top: 15px; padding: 10px; }
	.list_ttl_fs { font-size: 1.3rem; }
	.list_ttl_fs .number { margin: -4px 10px 0 0; font-size: 1rem; min-width: 30px; width: 30px; height: 30px; }
	.sub_ttl_fs { font-size: 1.3rem; }
	.end_list_fs { margin-bottom: 40px; }
	.end_list_fs .list_ttl_fs { font-size: 1.1rem; }
	.end_list_fs .list_ttl_fs .number { margin-top: -2px; padding-right: 2px; min-width: 22px; width: 22px; height: 24px; }
	.end_list_fs p, .end_list_fs a { margin-left: 34px; }
	.app_ttl_fs { font-size: 1.4rem; line-height: 1.4; margin-bottom: 20px; }
	.app_fs .link_fs { width: 100%; }
	.btnbox_fs img { margin-bottom: 0; }
}