@charset "UTF-8";
.header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-size: cover;
	background-image: url(../images/photo2.jpg);
}

.midashi2 {
	color: #56B4C5;
	font-size: 125%;
	font-weight: bolder;
	margin-left: 20px;
	margin-top: 30px;
}
.midashi1 {
	color: #006600;
	font-weight: bold;
	font-size: 150%;
	border-bottom-color: #006600;
	border-bottom-style: solid;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 767px){
	.midashi1 {
		padding-top: 10px;
	}
}
.footer {
	background-color: #006600;
}
.footer-text2 {
	text-align: center;
	padding-top: 10px;
}

.footer-text2 a:link{
	color: #FFFFFF;
}
.footer-text2 a:visited{
	color: #FFFFFF;
}
.footer-text2 a:hover{
	color: #FFFFFF;
}
.footer-text2 a:active{
	color: #FFFFFF;
}
.footer-text {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	padding-bottom: 10px;
}
.time {
	border-bottom: thin solid #CDCDCD;
	margin-left: 20px;
	margin-right: 20px;
}
.gaiyou1 {
	color: #006600;
	font-weight: bolder;
	margin-left: 20px;
	margin-right: 20px;
}.lead-text {
	color: #006600;
	margin-bottom: 30px;
}
.q-text {
	color: #006600;
	padding-top: 10px;
}
.a-text {
	border-bottom: thin solid #CDCDCD;
	padding-bottom: 15px;
}
.head-title {
	color: #ffffff;
	font-size: 170%;
	font-weight: 500;
	padding-top: 40px;
	text-align: right;
}
.head-title span{
	letter-spacing: 0.2em;
}
@media screen and (max-width: 640px){
	.head-title {
		font-size: 150%;
		padding-top: 10px;
	}
}

.head-title2 {
	color: #ffffff;
	font-size: 120%;
	letter-spacing: 0.1em;
	text-align: right;
	font-weight: 500;
}

@media screen and (max-width: 640px){
	.head-title2 {
		font-size: 100%;
	}
}
.hooter-text3 {
	color: #FFFFFF;
	text-align: center;
	line-height: 120%;
}
.btn02 {
	margin-bottom: 30px;
}
.dropdown{
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

.breadcrumb{
	background: #FFFFFF;
}
.breadcrumb a{
	color: #7F7F7F
}
.breadcrumb-item.active{
	color: #7F7F7F
}
.breadcrumb-item+.breadcrumb-item::before{
	content: ">";
}