@charset "UTF-8";


/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
body,
div, article, section,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address,
table, th, td,
a, p, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
}

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	margin-top: 0 !important;
}

table {
	border-collapse: collapse;
}

ul, li {
	list-style-type: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

img {
	border: none;
}



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

  /faq/index.html

-----------------------------------------------------*/
#main {
  padding-bottom: 140px;
}

.inner {
  position: relative;
}

.br_pc { display: inline; }
.br_sp { display: none; }

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

	#main {
		padding-bottom: 50px;
	}
	.inner {
		padding: 0;
	}
	.br_pc { display: none; }
	.br_sp { display: inline; }

}



#faq_list {
	padding-top: 50px;
}

.acrd {
	padding-top: 20px;
}
.acrd:first-of-type {
	padding-top: 0;
}
.acrd h2.acrd_hd {
	position: relative;
	display: table;
	width: 100%;
	border-radius: 4px;
	cursor: pointer;
}
.acrd h2.acrd_hd:before {
	content: "";
	display: table-cell;
	background: url(../images/ico_q.png) no-repeat center center;
	background-color: #006a00;
	width: 44px;
	color: #fff;
	border-radius: 4px 0 0 4px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.acrd h2.acrd_hd:after {
	position: absolute;
	display: block;
	content: " ";
	background: url(../images/ico_plus.png) no-repeat 0 0;
	background-size: contain;
	width: 34px;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	right: 11px;
}
.acrd.open h2.acrd_hd:after {
	background-image: url(../images/ico_minus.png);
}
.acrd h2.acrd_hd span {
	background-color: #e7ede7;
	display: table-cell;
	padding: 12px 50px 12px 12px;
	border-radius: 0 4px 4px 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
}

.acrd .acrd_body {
	display: none;
	position: relative;
	margin: 30px 0;
}
.acrd .acrd_body:before {
	content: "A.";
	position: absolute;
	display: block;
	top: 0;
	left: 14px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #006a00;
}
.acrd .acrd_body p {
	margin-left: 50px;
	padding: 0;
	font-size: 1.7rem;
	line-height: 1.65;
}



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

	#faq_list {
		padding: 20px 3.125% 20px;
	}
	.acrd {
		padding-top: 15px;
	}
	.acrd h2.acrd_hd:before {
		width: 30px;
		font-size: 1.4rem;
	}
	.acrd h2.acrd_hd:after {
		width: 22px;
		height: 22px;
		margin-top: -11px;
		right: 10px;
	}
	.acrd h2.acrd_hd span {
		padding: 8px 45px 8px 10px;
		font-size: 1.3rem;
	}
	.acrd .acrd_body {
		display: none;
		position: relative;
		margin: 15px 0;
	}
	.acrd .acrd_body:before {
		left: 7px;
		font-size: 1.6rem;
	}
	.acrd .acrd_body p {
		margin-left: 30px;
		font-size: 1.3rem;
		line-height: 1.5;
	}

}

