@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);


.ac_no_title {
	background-color:#86B142;
	border-top:1px solid #fff;
}
.ac_no_title p {
	padding:10px 0 10px 15px;
	color:#fff;
	font-weight:bold;
}

.gaiyo01 {
	background-color:#E4ECD7;
	padding:10px 0 10px 15px;
	font-size:85%;
}
.gaiyo02 {
	padding:10px 15px 10px 15px;
	font-size:85%;
}
.gaiyo02 a {
	text-decoration: none;
	text-decoration:underline;
	color:#006BB5;
}

/* Accordion */
.accordion input {
	display: none;
}
.accordion label {
	position: relative;
	display: block;
	font-weight:bold;
	padding: 10px;
	border-top: 1px solid #fff;
	cursor: pointer;
	background-color:#86B142;
	color:#fff;
}
.accordion label::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion div {
	position: relative;
	height: 0;
	overflow: hidden;
/*	box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset; 
	transition: height .2s ease-in-out;*/
}
.accordion input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion input:checked ~ div {
    height:auto;
}
/*.accordion div h2 {
	margin: 10px;
	font-size: 16px;
	font-weight: 400px;
} */
.accordion div p {
	margin: 20px;
}
.office_title {
    font-size: 1.2em;
    color: #89B840;
    text-align: left;
    padding: 10px 0 5px 15px;
    font-weight: bold;
}
