@charset "utf-8";
footer div{
	padding-top: 20px;
}
/*[開始]TOPへもどるボタン*/
#top_button {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 1;
	width: 100%;
	max-width: 70px;
	filter: drop-shadow(0 3px 3px #e6e4e2);
	-webkit-filter: drop-shadow(0 3px 3px #e6e4e2);
}
#top_button:hover {
	opacity: 0.7;
}
/*[終了]TOPへもどるボタン*/
h2 {
	padding-left: 0.7em;
	border-left: #cc0033 5px solid;
	border-bottom: 2px #ccc solid;
}
h3 {
	font-size: 1.6rem;
}
h4{
	font-weight: bold;
}
h4 ~ p{
	margin-bottom: 0.5em;
}
/*[終了]見出しデザイン*/
.anchor {
	margin-top: -60px;
	padding-top: 60px;
}
.anchor_link {
	margin-bottom: 3em;
}
.anchor_link p {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 3px 3px #e6e4e2);
	-webkit-filter: drop-shadow(0 3px 3px #e6e4e2);
}
.anchor_link p a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #333;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.anchor_link p a:before {
	content: "▼";
	position: absolute;
	left: 15px;
}
/*
---------------------------------------------------
*/
/*[開始]コンテンツ幅指定*/
#content_wrap {
	width: 100%;
	max-width: 1080px;
	margin: 90px auto 0;
}
#content {
	width: 88.88%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
/*[終了]コンテンツ幅指定*/
section .headline02 {
	margin-bottom: 2em;
}
section #jigyousha01 {
	padding-bottom: 2em;
	border-bottom: 1px #ccc solid;
}
section .headline02 section{
	margin-bottom: 1em;
}
li {
	margin-bottom: 0.4em;
}
/*米印のリスト*/
ul.kome > li:before {
	content: "※";
}
ul.kome > li {
	text-indent: -1em;
	padding-left: 1em;
}