@charset "utf-8";
.mainvisual {
	background: url(../images/mainvisual_bg.png) no-repeat bottom center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 15px 1% 30px;
}
.mainvisual h2{
	font-size: 23px;
	color: #000;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 10px;
}
.mainvisual h2 span {
	color: #d5001e;
}
.mainvisual .txt {
	background: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	padding: 10px 5px;
	width: 85%;
	margin: auto;
}
/*=============*/
.top_section01 {
	background: #fffbf0;
	padding: 3% 3%;
}
.top_section01 div {
	padding: 0 2%;
}
.top_section01  h4{
	font-size: 16px;
	color: #000;
	margin: 3% 0 5%;
}
.top_section01 .bnt{
	width: 225px;
	margin: 5% auto 15%;
	background: #d90000 url(../images/icon.png) no-repeat right 25px center;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	text-align: center;
	font-weight: bold;
}
.top_section01 .bnt a{
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
/*=============*/
.top_section02 {
	padding: 8% 3%;
	text-align: center;
}
.top_section02 h3{
	color: #323232;
	font-size: 23px;
	position: relative;
	padding-bottom: 10px;
}
.top_section02 h3:after {
	content: "";
	width: 50px;
	background: #e86666;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.top_section02 h4{
	color: #323232;
	font-size: 18px;
	margin: 5% 0;
}
.top_section02 .inner {
	border: 1px solid #bfbfbf;
	padding: 10px 3% 3%;
	margin-top: 10%;
	position: relative;
}
.top_section02 .inner a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 333;
}
.top_section02 .inner h5{
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	font-size: 15px;
	text-align: center;
}
.top_section02 .inner h5 span{
	background: #fff;
	padding: 0 15px;
}
.top_section02 .inner li{
	position: relative;
	margin-top: 4%;
}
.top_section02 .inner li p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 5%;
	background: url(../images/icon2.png) no-repeat right 25px center;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
/*===========*/
.top_section03 {
	background: #f1faf5;
	padding: 8% 3%;
	text-align: center;
}
.top_section03 h3 {
	color: #323232;
	font-size: 23px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 6%;
}
.top_section03 h3:after {
	content: "";
	width: 50px;
	background: #e86666;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.top_section03 li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-align: left;
	margin-top: 5%;
	position: relative;
}
.top_section03 li a{
	text-decoration: none;
	color: #323232;
}
.top_section03 li a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.top_section03 li figure {
	width: 45%;
}
.top_section03 li p{
	padding-left: 15px;
}
.top_section03 .bnt{
	width: 300px;
	margin: 8% auto 0;
	background: #d90000 url(../images/icon.png) no-repeat right 25px center;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	text-align: center;
	font-weight: bold;
}
.top_section03 .bnt a{
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
.top_section04 {
	text-align: center;
	margin: 5% 0 0;
}
.top_section04 div{
	padding: 77px 10%;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: 247px auto;
	margin-bottom: 4%;
	position: relative;
}
.top_section04 h3{
	font-size: 23px;
	margin-bottom: 4%;
}
.top_section04 a{
	text-decoration: none;
	color: #000;
}
.top_section04 a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 33;
}
.top_section04 p{
	line-height: 20px;
}
.top_section05 {
	border: 1px solid #898989;
	margin: 8% 3%;
}
.top_section05 dt {
	background: #342814;
	padding: 10px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
.top_section05 dt span{
	float: right;
	font-size: 13px;
	border: 1px solid #fff;
	padding: 2px 5px;
}
.top_section05 dt span a{
	color: #fff;
	text-decoration: none;
}
.top_section05 dd{
	padding: 10px;
}
.top_section05 dd ul{
	height: 180px;
	overflow-y: scroll;
}
.top_section05 dd li{
	background: url(../images/line.png) repeat-x bottom center;
	background-size: 16px auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.top_section05 dd li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.top_section05 dd li a{
	color: #000;
	text-decoration: none;
}
.top_section05 dd li .date {
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.top_section06 {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	font-size: 19px;
	margin: 0 3%;
	padding: 10% 0;
	position: relative;
}
.top_section06 a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.top_section06 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.top_section06 a i{
	display: block;
	margin-bottom: 10px;
}
.bnt_top {
	width: 225px;
	margin: 5% auto 20px;
	background: #ac0707;
	text-align: center;
}
.bnt_top a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0 15px;
	line-height: 1.0;
}
.linkbnr{
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 380px) {
	.mainvisual .txt{
		font-size: 15px;
	}
	.none {
		display: none;
	}
	.mainvisual h2 {
		font-size: 21px;
 }
}
@media screen and (max-width: 330px) {
	.mainvisual h2 {
		font-size: 18px;
		line-height: 25px;
	}
}