	body {
	font-size: 17px;
	font-family: "hiragino-mincho-pron", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	line-height: 1.1;
	}
	
	#header {
		color: #A67E23;
		font-size: 12px;

	}
	
	h1 {
		font-size: 19px;
		font-weight: 300;
		line-height: 1.6;
		padding: 10px 0;
	}
h1.syusseki{
	background-color: #A67E23;
	color: #FFFFFF;
}
	h2 {
		line-height: 1.6;
		padding: 10px 0;
		color: #231815;
	}
h3{
	padding: 13px 0 0px 0;
}
	
	#footer {
		display: none;
		padding-top: 100px;
		font-size: 9px;
		padding-bottom: 20px;
	}
	.area {
		font-size: 10px;
		color: #A67E23;
	}
	
	li {
		padding-bottom: 25px;
	}

ul.filter li{
	display: inline-block;
	padding: 10px 10px;
	
}

/*====================================================================
#reload
====================================================================*/

#reload {
	display: block;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 2;
	width: 24px;
	height: 39px;
}

/*====================================================================
#page-top
====================================================================*/

#page-top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 2;
	width: 23px;
	height: 36px;
/*
	border-style: solid;
	border-width: 0 20px 20px;
	border-color: transparent transparent #A67E23;
*/
	cursor: pointer;
}

/*====================================================================
#filter
====================================================================*/
.filter li {
  cursor: pointer;
 text-decoration: underline;
 font-size: 13px;
 color: #000000;
}

.filter li.is-active {
  color: #A67E23;
}

.filter li.is-none {
  display: none;
}
.filter li.is-open {
  display: block;
}

.category li {
  display: none;
}

.category li.is-show {
  display: block;
}


/*====================================================================
#アコーディオン
====================================================================*/
.p-question {
  padding: 20px 0;
}

.p-question__accordion-list {
  position: relative;
  font-size: 17px;
}

.p-question__accordion-list:not(:first-child) {
    margin-top: 15px;
}

.p-question__accordion-title {
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 1.5;
}


.p-question__accordion-text {
/*  padding: 24px 50px 24px 24px;*/
}

.p-question__accordion-box {
  position: relative;
 

}


/*  アコーディオン矢印*/
.p-question__accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 44%;

  transform: translateY(-50%)
    rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #A67E23;
  border-right: 1px solid #A67E23;
  transition: .3s;
 margin-left: 15px;
}

.open {} 

.open::after {
  transform: rotate(-45deg);
}


.p-question__accordion-text {
	margin-top: 10px;
  display: none;
}



