.ttl-style02 {
	position: relative;
	margin-bottom: 50px;
}
@media screen and (max-width: 580px) {
	.ttl-style02 {
		margin-bottom: 30px;
	}
}
/* --------------------------------------------------- */
#area1 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 80px;
}
#area1 .accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto 50px;
}
#area1 .accordion-area li{
    margin: 10px 0;
}
.accordion-area section {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
}
#area1 .title {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    padding: 20px 50px 20px 50px;
    transition: all .5s ease;
	color: #166729;
	font-weight: 500;
	line-height: 160%;
}
#area1 .title::before,
#area1 .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
#area1 .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
#area1 .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
#area1 .title.close::before{
	transform: rotate(45deg);
}
#area1 .title.close::after{
	transform: rotate(-45deg);
}
#area1 .title span.q {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 17px;
	font-size: 1.3em;
}
#area1 .box {
    display: none;
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}
#area1 .box table {
	max-width: 380px;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
}
#area1 .box table tr {
	border-bottom: #ccc 1px dashed;
}
#area1 .box table th,
#area1 .box table td {
	padding: 10px 5px;
	line-height: 140%;
	vertical-align: bottom;
}
#area1 .box table th {
}
#area1 .box table th br {
	display: none;
}
#area1 .box table td {
	text-align: right;
}
@media screen and (max-width : 968px ) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
	#area1 .accordion-area{
        margin:0 auto 40px;
    }
	#area1 .accordion-area li{
        margin: 5px 0;
    }
	#area1 .title {
		padding: 20px 40px 20px 40px;
	}
	#area1 .box table th br {
		display: block;
	}
}
/* --------------------------------------------------- */
.anchor-nav {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}
.anchor-nav li {
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 1.33%;
}
.anchor-nav li:nth-child(4){
	margin-right: 0;
}
.anchor-nav li a {
	display: block;
	text-align: center;
	color: #166729;
	border: #166729 2px solid;
	border-radius: 6px;
	padding: 20px 5px;
	height: 100%;
	font-weight: 500;
}
.anchor-nav li a:hover {
	background-color: rgba(255,255,255,.5);
}
@media screen and (max-width : 968px ) {
	.anchor-nav {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	.anchor-nav {
		margin-bottom: 40px;
	}
	.anchor-nav li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .anchor-nav li:nth-child(2n){
        margin-right: 0;
    }
}
@media screen and (max-width: 580px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */