@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
	
}


.u-red {
	color: #FF0000;
}
.u-blue {
	color: #0A24F0;
}

.breadcrumb {
	list-style: none;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	margin-bottom: 60px;
}
.breadcrumb li {
	width: 32%;
}
.breadcrumb li + li {
	margin-left: 2%;
}
.breadcrumb a ,
.breadcrumb span {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	border: #98bc04 2px solid;
	padding: 5px 15px;
	height: 60px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
}
.breadcrumb a {	
	background: #98bc04;
}
.breadcrumb span {	
}

.faq_p {
	text-align: left;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
}
.faq_p a {
	text-decoration: underline;
}
.h2_faq {
	border-left: #e2b272 10px solid;
	border-bottom: #e2b272 2px solid;
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
	padding: 5px 0 10px 20px;
	margin-bottom: 30px;
}
.panel-title {
	
}
.panel-title a {
	display: block;
	text-align: left;
	background: #b6d145;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 20px 10px 40px;
	border-radius: 10px;
	position: relative;
	pointer-events: none;
}
.panel-title a:after,
.panel-title a:before {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	bottom:0;
	top: 0;
	margin: auto;
}

.panel-title a:before {
	width: 16px;
	height: 4px;
	left: 14px;
}
.panel-title a:after {
	width: 4px;
	height: 16px;
	left: 20px;
}
.panel-heading.is-active .panel-title a:after {
	opacity: 0;
}
.panel-heading {
	cursor: pointer;
}
.panel-group + .panel-group {
	margin-top: 30px;
}
.panel-group + .h2_faq {
	margin-top: 50px;
}
.panel-collapse {
	text-align: left;
	font-size: 16px;
	line-height: 2;
	padding: 15px 0 0 0;
}
.collapse {
	display: none;
}



@media screen and (max-width: 640px) {
	.breadcrumb {
		margin-bottom: 30px;
	}
	.breadcrumb li {
		width: 32%;
	}
	.breadcrumb li + li {
		margin-left: 2%;
	}
	.breadcrumb a ,
	.breadcrumb span {
		border: #98bc04 2px solid;
		padding: 5px 5px;
		height: 60px;
		border-radius: 10px;
		font-size: 12px;
		line-height: 1.4;
	}
	.breadcrumb a {	
	}
	.breadcrumb span {	
	}

	.faq_p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 50px;
	}

	.h2_faq {
		border-left: #e2b272 6px solid;
		border-bottom: #e2b272 1px solid;
		font-size: 18px;
		line-height: 1.4;
		padding: 5px 0 5px 10px;
		margin-bottom: 20px;
	}
	.panel-title {

	}
	.panel-title a {
		font-size: 16px;
		line-height: 1.5;
		padding: 10px 20px 10px 40px;
	}
	.panel-title a:after,
	.panel-title a:before {
		content: '';
		background: #000;
		display: block;
		position: absolute;
		bottom:0;
		top: 0;
		margin: auto;
	}

	.panel-title a:before {
		width: 16px;
		height: 4px;
		left: 14px;
	}
	.panel-title a:after {
		width: 4px;
		height: 16px;
		left: 20px;
	}
	.panel-group + .panel-group {
		margin-top: 15px;
	}
	.panel-group + .h2_faq {
		margin-top: 50px;
	}
	.panel-collapse {
		font-size: 14px;
		line-height: 2;
		padding: 15px 0 10px 0;
	}
	.collapse {
		display: none;
	}

}

.panel-heading.news {
	perspective: auto;
}
.panel-heading.news ul {
	
}
.panel-heading.news ul li {
	text-align: left;
	border-bottom: #b6d145 1px dashed;
	padding: 10px;
}
.panel-heading.news ul li a {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	font-size: 16px;
	line-height: 1.5;
}
.panel-heading.news ul li a .news__date {
	width: 100px;
}
.panel-heading.news ul li a .news__txt {
	width: calc(100% - 100px);
}
@media screen and (max-width: 640px) {
	.panel-heading.news ul li {
		padding: 5px;
	}
	.panel-heading.news ul li a {
		font-size: 14px;
		line-height: 1.5;
	}
	.panel-heading.news ul li a .news__date {
		width: 90px;
	}
	.panel-heading.news ul li a .news__txt {
		width: calc(100% - 90px);
	}	
	
}

.more {
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 30px;
}
.more a {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.more {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 20px;
	}
}
