.head_area
{
	margin-bottom: 4em;
}


article h1,
article h2,
article h3,
article h4,
article h5,
article h6
{
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	text-align: left;
	_zoom:1;
	overflow:hidden;
}

article section
{
	margin-bottom: 60px;
	_zoom:1;
	overflow:hidden;
}

article section .comment_box
{
	margin-bottom: 2em;
}

article section .ul,
article section .comment_box ul
{
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

article section .ul li,
article section .comment_box ul li
{
	list-style-type: none;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-indent: -20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

article section .ul li:before,
article section .comment_box ul li:before
{
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #43af34;
}

article section .ul li .li_item p,
article section .comment_box ul li .li_item p
{
	display: block;
	position: relative;
	text-indent: -1em;
	padding-left: 1em;
}

article section .ul li .li_item p::before,
article section .comment_box ul li .li_item p::before
{
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #FF9900;
	vertical-align: middle;
}

article section .ul li .li_no p,
article section .comment_box ul li .li_no p
{
	display: block;
	position: relative;
	text-indent: -1em;
	padding-left: 1em;
}

article section .ul .annotation,
article section .comment_box ul .annotation
{
	margin-top: 0.8em;
	margin-left: -0.4em;;
}

article section .ul li .annotation,
article section .comment_box ul li .annotation
{
	text-indent: 0;
	text-align: justify;
}

article section .ul li .annotation span,
article section .comment_box ul li .annotation span
{
	display: block;
	position: relative;
	text-indent: -1em;
	padding-right: 1em;
}

article section .ul li .annotation span::before,
article section .comment_box ul li .annotation span::before
{
	content:"※";
	vertical-align: middle;
}

article section .ul li .list_annotation span,
article section .comment_box ul li .list_annotation span
{
	display: block;
	position: relative;
	text-indent: -1em;
	padding-left: 1em;
}

article section .ul li .list_annotation span::before,
article section .comment_box ul li .list_annotation span::before
{
	content:"※";
	vertical-align: middle;
}


article .pdf
{
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	min-height:22px;
}

#head_line 
{
	background-color: #43af34;
	background-image: url(../images/bg_headline.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 40px;
	min-height: 200px;
}

#head_line h2
{
	font-size: 32px;
	line-height: 200px;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 1000px;
	height: 200px;
	letter-spacing: 2px;
}

#head_line h2 span , #head_line_02 h2 span
{
	font-size: 24px;
}

#head_line_02
{
	background-color: #43af34;
	background-image: url(../images/bg_headline.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
	min-height: 200px;
	position: relative;
	overflow:hidden;
}

#head_line_02 h2
{
	font-size: 32px;
	line-height: 140%;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 1000px;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

article .link
{
	text-align: center;
}

article .link a
{
	text-align: center;
	text-decoration: none;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 3px solid #99cc33;
	display: inline-block;
	padding-right: 40px;
	padding-left: 40px;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	position: relative;
	font-size: 18px;
	line-height: 100%;
}

article .link a:before
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #99cc33;
	border-right: 2px solid #99cc33;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

article .link a:hover
{
	border-top-color: #66CC00;
	border-right-color: #66CC00;
	border-bottom-color: #66CC00;
	border-left-color: #66CC00;
}

article .link a:hover:before
{
	border-top: 2px solid #66CC00;
	border-right: 2px solid #66CC00;
}



/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{
}



/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article section
{
	margin-bottom: 3em;
}

#head_line , #head_line_02
{
	background-image: none;
	background-position: bottom;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	display: table;
	min-height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;

}

#head_line h2 , #head_line_02 h2
{
	display: none !important;
	font-size: 40px;
	line-height: 120%;
	color: #fff;
	text-shadow: #43af34 2px 2px 1px, #43af34 -2px 2px 1px,#43af34 2px -2px 1px, #43af34 -2px -2px 1px;
	text-align: center;
	width: 100%;
	z-index: 10;
	padding: 0em;
	margin: 0px;
	vertical-align: middle;
	display: table-cell;
	background: rgba(67, 175, 52, 0.2);
	height: 180px;
}

#head_line h2 span , #head_line_02 h2 span
{
	display: block;
}


article .link a
{
	width: 70%;
	margin: 0 auto;
}


}
