
.page-faq {
  margin-top: var(--header-height);
  color: #867b68;
  padding: 34px 0 0
}
.page-faq h3 {
  font-size: 2rem;
  font-weight: 700;
	padding: 10px 50px 15px;
	position: relative;
	cursor: pointer;
}
.page-faq h3:before {
	content: 'Q';
	font-size: 4rem;
	font-weight: 900;
	color: #738d41;
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}
.page-faq h3:after {
	content: '+';
	color: #fff;
	display: block;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.1;
	background: #738d41;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-faq h3.active:after {
	content: '−';
	background: #979797;
}
@media only screen and (max-width: 767px) {
  .page-faq {
    padding: 22px 0 0
  }
.page-faq h3 {
    font-size: 1.5rem;
	padding: 5px 30px ;
  }
.page-faq h3:before {
	content: 'Q';
	font-size: 3rem;
}
}

.page-faq .faq_text {
  font-size: 1.8rem;
  line-height: 1.8888888889
}
@media only screen and (max-width: 767px) {
  .page-faq .faq_text {
    font-size: 1.3rem;
    line-height: 1.6923076923
  }
}

.page-faq .green_text {
	color: #738d41;
}
.page-faq .para_falf{
	margin-bottom: 1em;
}
.page-faq .para_little{
	margin-bottom: 0.5em;
}

.page-faq .faq {
    padding: 46px 0 0;
//  letter-spacing: .05em;
}
.page-faq .faq .faq_block {
	background: #fff7e6;
	padding: 10px 20px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.page-faq .faq .faq_block + .faq_block {
	margin-top: 30px;
}

.page-faq .faq .faq_block .faq_answer {
	display: none;
	border-top: solid 1px #738d41;
	padding: 0.5em 50px 70px;
	background: url("../img/faq/grass1.png"), url("../img/faq/flower1.png");
	background-repeat: no-repeat no-repeat;
	background-position: left bottom, right bottom;
}
.page-faq .faq .faq_block:nth-child(even) .faq_answer {
	background: url("../img/faq/grass2.png"), url("../img/faq/flower2.png");
	background-repeat: no-repeat no-repeat;
	background-position: left bottom, right bottom;
}

@media only screen and (max-width: 1024px) {
.page-faq .faq .faq_block .faq_answer {
	padding: 0.5em 50px 50px;
	background-size: 120px, 90px;
}
.page-faq .faq .faq_block:nth-child(even) .faq_answer {
	background-size: 120px, 70px;
}
}

@media only screen and (max-width: 767px) {
  .page-faq .faq {
    margin-top: 12px
  }
.page-faq .faq .faq_block {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page-faq .faq .faq_block + .faq_block {
	margin-top: 20px;
}
.page-faq .faq .faq_block .faq_answer {
	padding: 0.5em 5px 30px 30px;
	margin-top: 10px;
	background-size: 80px, 50px;
}
.page-faq .faq .faq_block:nth-child(even) .faq_answer {
	background-size: 80px, 40px;
}
}


.page-faq .schedule__table {
  position: relative
}
.page-faq .schedule__table table {
  border-collapse: collapse;
  font-weight: 500;
}
.page-faq .schedule__table table caption {
	font-weight: bold;
	caption-side: bottom;
	padding-top: 1em;
}
.page-faq .schedule__table th, .page-faq .schedule__table td {
  border: 0;
  text-align: center;
  color: #867b68;
	background: #fff;
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table th, .page-faq .schedule__table td {
    padding: 0
  }
}
.page-faq .schedule__table th:not(:first-child), .page-faq .schedule__table td:not(:first-child) {
  width: 11.2%
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table th:not(:first-child), .page-faq .schedule__table td:not(:first-child) {
    width: 9%
  }
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table th:last-child, .page-faq .schedule__table td:last-child {
    width: 12.2%
  }
}
.page-faq .schedule__table th {
  background-color: #fff1d4;
  font-size: 2rem;
  letter-spacing: .05em;
  height: 50px
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table th {
    height: 27px;
    font-size: 1.3rem
  }
}
.page-faq .schedule__table td {
  border-bottom: 1px solid #e6dcc7;
  font-size: 20px;
  line-height: 1.3333333333;
  height: 80px
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table td {
    height: 40px;
    padding: 4px;
    font-size: 1.4rem
  }
}
.page-faq .schedule__table .text-sm {
  font-size: 1.8rem
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table .text-sm {
    font-size: 1.1rem
  }
}
.page-faq .schedule__table td:first-child {
  font-size: 2.2rem
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table td:first-child {
    font-size: 1.4rem
  }
}
.page-faq .schedule__table td:last-child {
  font-size: 2rem
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table td:last-child {
    font-size: 1.3rem
  }
}
.page-faq .schedule__table tr {
  background-color: #fff7e6
}
.page-faq .schedule__table-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #738d41;
  margin-top: 20px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table-text {
    font-size: 1.3rem;
    margin-top: 12px
  }
}

.page-faq .schedule__table-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #738d41;
  margin-top: 20px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .page-faq .schedule__table-text {
    font-size: 1.3rem;
    margin-top: 12px
  }
}

.page-faq .hoken img {
	width: 150px;
}
.page-faq .hoken img:first-child {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
.page-faq .hoken img {
	width: 150px;
	max-width: 48%;
}
.page-faq .hoken img:first-child {
	margin-right: 4%;
}
}

.page-faq .faq_02 ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-faq .faq_02 li {
    margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
.page-faq .faq_02 ul {
	display: block;
}
.page-faq .faq_02 li {
    margin-bottom: 0.5em;
}
}
@media only screen and (max-width: 767px) {
.page-faq .faq_02 li small {
    font-size: 1.3rem;
}
}





