@charset "euc-jp";

/* flasharea */

#flasharea {
	/* ! flashareaにCSSの記述をしないこと！フラッシュ導入の際にこのIDが消えるため崩れます。  */
}
#flasharea_wrap {
	padding: 0;
	text-align: center;
}
#slide01 {
	margin: 10px 0;
	position: relative;
}
#content h3.den_tit {
	border-bottom: 6px solid #333;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 120px;
	padding-top: 10px;
	position: relative;
	text-align: left;
	height: 65px;
}
#slideshow03 {
	display: block;
	z-index: 1;
}
#slideshow03 a {
	display: none;
}
#slideshow03 a:first-child {
	display: block;
}
#slide_prev03 {
	display: block;
	left: -10px;
	opacity: 0.5;
	position: absolute;
	top: 42%;
	z-index: 2;
	cursor: pointer;
}
#slide_next03 {
	display: block;
	right: -10px;
	opacity: 0.5;
	position: absolute;
	top: 42%;
	z-index: 2;
	cursor: pointer;
}
#slide_prev03:hover,
#slide_next03:hover {
	opacity: 1;
}
#content h3.t01 {
	padding-top: 0;
	background-color: #429B09 !important;
}
#content h3.t02 {
	padding-top: 0;
	background-color: #FC9403 !important;
}
#content h3.den_tit img {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#banr_box ul .topbnr {
	float: left;
	width: 162px;
	box-sizing: border-box;
	margin-left: 10px;
}
#banr_box ul .topbnr:first-child {
	margin-left: 0;
}
.bnr_tit {
	border-bottom: 4px double #3a940a;
	border-top: 1px solid #3a940a;
	display: table-cell;
	height: 50px;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 162px;
}
#banr_box .bnr_tit h4 {
	background-image: url("../images/ico_sankaku.gif");
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	padding-left: 13px;
	padding-top: 3px;
	text-align: left;
	width: 90px;
}
#banr_box .bnr_tit img {
	display: inline-block;
	padding-left: 5px;
}

/*.ken{
    background-image: url("../images/img_top_bnr01.gif");
    background-position: 116px center;
    background-repeat: no-repeat;
    background-size: 25% auto;
}*/

#banr_box .bnrtxt {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 2px solid #3a940a;
	background-color: #eee;
	text-decoration: none;
}
#banr_box .bnrlist {
	margin-top: 20px;
}
#banr_box .bnrlist:first-child {
	margin-top: 0;
}
a.linkbnr {
	display: block;
	text-decoration: none;
	color: #333;
}
a.linkbnr:hover {
	text-decoration: underline;
}
#subbnr_box ul .topbnr {
	float: left;
	width: 162px;
	box-sizing: border-box;
	margin-left: 10px;
}
#subbnr_box ul .topbnr:first-child {
	margin-left: 0;
}
#subbnr_box .bnr_tit {
	border-bottom: 4px double #fc9403;
	border-top: 1px solid #fc9403;
	display: table-cell;
	height: 50px;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 162px;
}
#subbnr_box .bnr_tit h4 {
	background-image: url("../images/ico_sankaku2.gif");
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	padding-left: 13px;
	padding-top: 3px;
	text-align: left;
	width: 90px;
}
#subbnr_box .bnr_tit img {
	display: inline-block;
	padding-left: 5px;
}

/*.ken{
    background-image: url("../images/img_top_bnr01.gif");
    background-position: 116px center;
    background-repeat: no-repeat;
    background-size: 25% auto;
}*/

#subbnr_box .bnrtxt {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 2px solid #FC9403;
	background-color: #eee;
	text-decoration: none;
}
#subbnr_box .bnrlist {
	margin-top: 20px;
}
#subbnr_box .bnrlist:first-child {
	margin-top: 0;
}

.box_title {
	position: relative;
    cursor: pointer;
}
.box_title:hover {
	opacity: 0.6;
}
.box_title span {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 20px;
	color: #FFFFFF;
}
.box_title span:after {
	content: "▼";
}
.box_title.active span:after {
	content: "▲";
}

.changeco {
	margin-block: 30px;
	& .red {
		color: #c00;
	}
	& .__title {
		padding: 1em 2em;
		border: 2px solid #c00;
		color: #c00;
		font-weight: bold;
	}
	& .__heading {
		margin: 0;
		padding: 0;
		text-indent: -0.75em;
		font-size: 1.5em;
	}
	& .__sub {
		margin: 0 !important;
		padding: 0 !important;
	}
	& .__cont {
		line-height: 1.8;
		& b {
			font-size: 1.5em;
		}
	}
}