
.sp { display:none !important; }
.pc { display:block; }

section#tokutei,
section#guide {
	width:90%;
	max-width:900px;
	margin:5% auto 10% auto;
	padding-bottom:5%;
	text-align:left;
}
#tokutei h1 {
	text-align:left;
	font-size:16px;
	line-height:1.0em;
	font-weight:normal;
	color:#fff;
	background:#000;
	padding:0.5em 0;
}
#guide h1 {
	text-align:left;
	font-size:16px;
	line-height:1.0em;
	font-weight:normal;
	color:#fff;
	background:#000;
	box-sizing:border-box;
	padding:0.5em 0 0.5em 1.0em;
	margin-bottom:1.0em;
	margin-top:3.0em;
}
#guide h1:nth-of-type(1) { margin-top:0em; }
/* #tokutei h1:nth-of-type(3) { margin-top:2.0em; } */
#tokutei h2,
#guide h2 {
	text-align:center;
	font-size:20px;
	font-weight:normal;
	color:#000;
	padding-bottom:1.5em;
	border-bottom:1px solid #000;
}
.fs-c-documentArticle > h2 {
	text-align:left !important;
	background:#842631;
	color:#fff !important;
	box-sizing:border-box;
	border:none !important;
	padding:0.5em 0 0.5em 0.5em !important;
	margin-bottom:1.0em !important;
}
.fs-c-documentArticle__content h3 {
	padding-left:0.3em;
	border-color: #842631 !important;
	border-style: solid;
	border-width: 0 0 0 5px !important;
	padding:0.5em 0 0.5em 0.5em !important;
	margin-bottom:1.0em !important;
}
.fs-c-documentArticle__content dl,
.fs-c-documentArticle__content ul {
	width:100%;
	margin:0.5em auto !important;
}
.fs-c-documentArticle__content dl dt,
.fs-c-documentArticle__content ul li {
	line-height:1.5em !important;
}
#tokutei h3 {
	text-align:left;
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding:0.5em 0 0.5em 1.0em;
	border-left:3px solid #ccc;
	margin:2.5em auto 0.5em auto;
}
#tokutei p,
#guide p {
	color:#000;
	text-align:left;
}
#guide a {
	margin:0.5em auto;
}

#tokutei dl {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
#tokutei dl#store {
	margin-top:1.5em;
	margin-bottom:50px;
}
#tokutei dl#store dt {
	width:10.0em;
	line-height:150%;
	text-align:right;
	margin:0 auto 10px auto;
}
#tokutei dl#store dd {
	width:calc(100% - 12.0em);
	line-height:150%;
	text-indent:0;
	padding:0;
	margin:0 auto 10px auto;
}
#tokutei dl#t_list dt {
	width:100%;
	line-height:150%;
	margin:20px auto 10px auto;
	font-size:18px;
}
	#tokutei dl#t_list dt:before {
		content:"";
		display:inline-block;
		width:3px;
		height:1.0em;
		background:#aaa;
		vertical-align:middle;
		margin-right:0.5em;
	}
#tokutei dl#t_list dd {
	width:100%;
	line-height:150%;
	text-indent:0;
	padding:0;
	margin:0 auto 10px auto;
}
#tokutei dl#t_list dd > img {
	width:80%;
	max-width:600px;
	margin:2.0em auto 0 auto;
	display:block;
}
#tokutei dl#t_list ul {
	margin:10px auto;
	box-sizing:border-box;
	padding-left:2.0em;
}

#tokutei ol,
#guide ol {
	list-style:none;
	padding:0;
	margin:0.7em auto;
}
#tokutei ol > li,
#guide ol > li {
	text-indent:-1.0em;
	padding-left:1.0em;
	margin:0.2em auto;
}
#tokutei ol > li:before,
#guide ol > li:before {
	display:none;
}

/* _______________________________________________________ */
/* _______________________________________________________ */

@media screen and (max-width:849px) {

.sp { display:block !important; }
.pc { display:none !important; }

}


