*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
scroll-behavior: smooth;
font-size: 1.5vw;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
}
a{
	text-decoration: none;
}

a i{
	padding-right: 10px;
}
#wrapper{
	overflow: hidden;
	width: 100%;
position: absolute;
top:0;


}
h1{
color:#000;
}
.boxb3 h2{
	max-width: 100%;
	position: relative;
	background: #a67f07;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 20px 0;
	margin: 0;
	font-weight: lighter;
}


h3{
    margin:0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-size: 24px;            /* 文字サイズ指定 */
    color: #000;               /* 文字色指定 */
    margin-bottom:20px;
		border-bottom:2px solid #a67f07;    /* 周りの余白指定 */
}

.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 1500ms;
}

.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}
/*----------------------------------------------------------*/
.top{
	width: 100%;
}
.top img{
	width: 100%;
	max-width: 100%;
vertical-align: bottom;
}
/*----------------------------------------------------------*/

.boxct-1{
	margin:150px 0 0px;
	padding: 0;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}
.boxct-1-in{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.boxct-1-in h2{
	color:#a67f07;
}
.b1-top{
	display: block;
	text-align: left;
	margin-top:30px;
}
.qablock{
  position: relative;
  margin: 20px auto;
  background: #846505;
  border:1px solid #846505;
}
.question_txt{
	width: 90%;
  padding:10.5px 15px;
  margin: 0px !important;
	color:#fff;
font-size:15px;
}
.qicon{
  color: #c0a551;
  font-weight: bold;
  margin-right:15px;
}
.aicon{
  color: #211901;
  font-weight: bold;
  margin-right:16px;
	margin-left:1px;

}
.answer_txt{
  background: #fff;
  margin: 0px !important;
  padding: 10.5px 15px;
font-size:15px;

}

.show_button{

  position: absolute;
  bottom:0px;
  right:0px;
  width:43px;
  height:43px;
}
.show_button:after{
  content: '▲'!important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color:#211901;
}
.show_button.closebutton:after{
  content: '▼'!important;
  display: block;
  text-align: center;
  width: 43px;
	height:100%;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color:#fff;
}
.qatxt{
	width: 100%;
	margin: 50px auto;
	font-size: 15px;
}
.qatxt p{
width: 100%;
margin: 20px 0;
line-height: 2em;
}
/*-------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {


}/*max--width:1000px;*/


@media only screen and (max-width:768px) {
	/*----------------------------------------------------------*/
	.boxct-1{
		width:80%;
		margin: 50px auto 0px;
	}
	.boxct-1-in{
		width: 100%;
	}
	.b1t-in{
		width: 100%;
		display: block;
		justify-content: center;
		margin-top:20px;
		font-size: 15px;
	}
	.b1-top{
		margin-top: 20px;
	}
	.b1b-in{
		width: 100%;
		display: block;
		justify-content: center;
		margin-top:20px;
		text-align: center;
	}
	.b1t3 a{
		font-size: 14px;

	}
}
@media only screen and (max-width:450px) {

}
