@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------


    FAQ　よくあるご質問
	

---------------------------------------------------*/

.faq-area{
	width:100%;
	margin-bottom:100px;
}

.faq-area-inner{
	width:100%;
}

/* アコーディオン */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom:100px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-size:20px;
	color:#FFFFFF;
	position: relative;
	display: block;
	padding-left: 70px;
	cursor: pointer;
	height:74px;
	border-radius:10px;
	background:url(../images/faq/icon_q.png) no-repeat 10px center #3e9749;
}
.cp_actab label:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cp_actab label.line1 {
	line-height: 74px;
}
.cp_actab label.line2 {
	line-height: 1.2;
	padding-top:10px;
}
.cp_actab label.line3 {
	line-height: 74px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
}
.cp_actab .cp_actab-content h4 {
	color:#FF6600;
	font-size:20px;
	background:url(../images/faq/icon_a.png) no-repeat 10px center;
	padding-left: 70px;
	margin:20px 0;
	line-height:45px;
}
.cp_actab .cp_actab-content p {
	font-size:16px;
	line-height:2;
	padding-left: 70px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
.cp_actab input:checked ~ .cp_actab-content.table {
	max-height: 1000px;
}
/* Icon */
.cp_actab label::after {
	line-height: 74px;
	position: absolute;
	top: 8px;
	right: 20px;
	display: block;
	/*-webkit-transition: all 0.35s;
	transition: all 0.35s;*/
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: url(../images/faq/arrow.png);
	display:block;
	vertical-align:middle;
	width:33px;
	height:33px;
}
.cp_actab input[type=checkbox]:checked + label::after {
	top: 33px;
	transform: rotateX(180deg);
}

.cp_actab .cp_actab-content table {
	border-collapse: collapse;
	margin-left: 70px;
	margin-bottom:15px;
}

.cp_actab .cp_actab-content table th,
.cp_actab .cp_actab-content table td{
	border:1px #666666 solid;
	padding:15px;
}

.cp_actab .cp_actab-content table td.s-title{
	font-weight:bold;
	white-space:nowrap;
}

.cp_actab .cp_actab-content table th{
	font-weight:bold;
	text-align:left;
	background-color:#B7D8BB;
}

p.caption{
	font-size:12px !important;
}

@media screen and (max-width: 960px) {
.faq-area{
	margin-bottom:50px;
}

.faq-area-inner{
	width:100%;
}

/* アコーディオン */
.cp_actab {
	margin-bottom:20px;
}
.cp_actab label {
	font-size:14px;
	padding-left: 40px;
	padding-right: 40px;
	height:50px;
	border-radius:0px;
	background:url(../images/faq/icon_q.png) no-repeat 10px center #3e9749;
	background-size:24px auto;
}
.cp_actab label.line1 {
	line-height: 50px;
}
.cp_actab label.line2,
.cp_actab label.line3 {
	line-height: 1.2;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.cp_actab .cp_actab-content h4 {
	font-size:14px;
	background:url(../images/faq/icon_a.png) no-repeat 10px 10px;
	background-size:24px auto;
	padding:10px 0 10px 40px;
	margin:10px 0;
	line-height:1.4;
}
.cp_actab .cp_actab-content p {
	font-size:14px;
	padding-left: 40px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
.cp_actab input:checked ~ .cp_actab-content.table {
	max-height: 1000px;
}
/* Icon */
.cp_actab label::after {
	line-height: 74px;
	position: absolute;
	top: -4px;
	right: 10px;
	display: block;
	/*-webkit-transition: all 0.35s;
	transition: all 0.35s;*/
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: url(../images/faq/sp_arrow.png);
	display:block;
	vertical-align:middle;
	width:24px;
	height:24px;
}
.cp_actab input[type=checkbox]:checked + label::after {
	top: 32px;
	transform: rotateX(180deg);
}

.cp_actab .cp_actab-content table {
	border-collapse: collapse;
	margin-left: 0px;
	margin-bottom:15px;
}

.cp_actab .cp_actab-content table th,
.cp_actab .cp_actab-content table td{
	border:1px #666666 solid;
	padding:15px;
}

.cp_actab .cp_actab-content table td.s-title{
	font-weight:bold;
	white-space:nowrap;
}

.cp_actab .cp_actab-content table th{
	font-weight:bold;
	text-align:left;
	background-color:#B7D8BB;
}

p.caption{
	font-size:12px !important;
}

/*Table scroll*/
.sp-table{
	width:1000px;
	height:auto;
}
.sp-table{
	width:auto;
	overflow-x:scroll;
	margin-bottom:10px;
}

.sp-table table{
	width:1000px;
}

.sp-table table th,
.sp-table table td{
	padding:5px !important;
	font-size:12px;
}

.sp-table + p{
	padding-left:0 !important;
}

.sp-table::-webkit-scrollbar{
	height: 5px;
}
.sp-table::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.sp-table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

}