.qa{
  background: #F6F6F6;
  padding: 1em;
  border-radius: 4px;
}
.qa dt{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #999;
}
.q_icon{
  font-weight: normal;
  background: #cc0000;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: block;
  float:left;
  border-radius: 1em;
  margin-right: .5em;

}
.q_text {
	display:block;
	overflow: auto;
}
.qa dd{
  margin-bottom: 0.5em;
  margin-left:2em;
}



input {display:none;}
.caption_text {margin:10px 0;}
.tit-base,.tit-base h3 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
table.sub_table, .sub_text {
	max-width:400px;
	margin:10px auto;
}

.sub_table th, .sub_table td {padding:5px;}
.sub_table th {
	border-left:solid 1pt #999;
	border-right:solid 1pt #999;
	background:#89d298;
}

/* ----- #manual-slide06 ----- */
#manual-slider09 {
	position: relative;
	margin: 0;
	background:#f0f0f0;
	border-radius:4px;
	padding-bottom:10px;
	max-width:600px;
}

#manual-slider09 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#manual-slider09-1:checked ~ #manual-slider09-wrap .inner {
	margin-left:0;
}

#manual-slider09-2:checked ~ #manual-slider09-wrap .inner {
	margin-left:-100%;
}

#manual-slider09-3:checked ~ #manual-slider09-wrap .inner {
	margin-left:-200%;
}

#manual-slider09-4:checked ~ #manual-slider09-wrap .inner {
	margin-left:-300%;
}

#manual-slider09-5:checked ~ #manual-slider09-wrap .inner {
	margin-left:-400%;
}

#manual-slider09-6:checked ~ #manual-slider09-wrap .inner {
	margin-left:-500%;
}

#manual-slider09-overflow {
    width: 100%;
    overflow: hidden;
}

#manual-slider09-wrap .inner {
    width: 600%;
}

#manual-slider09-wrap .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -moz-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
    -ms-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
     -o-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
        transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;

    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -moz-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -ms-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
     -o-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
        transition-timing-function: cubic-bezier(.65,.05,.36,1);
}

#manual-slider09-wrap .slide {
	position: relative;
    width: 16.6666%;
    float: left;
	text-align:center;
	padding-top:10px;
}

#manual-slider09-wrap .slide .tit-base {
	position: absolute;
	margin: 10px;
	height: 43px;
	background-color: rgba(86, 179, 41, 0.5);
	opacity: 0;
	transform: translateX(-170px);
}

@media screen and (min-width: 641px) {
	#manual-slider09-wrap .slide .tit-base {
		margin: 20px;
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
}

#manual-slider09-wrap .slide h3.slide-tit {
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 641px) {
	#manual-slider09-wrap .slide h3.slide-tit {
		margin-top: 55px;
		padding: 0;
		font-size: 1.2em;
	}
}

#manual-slider09-1:checked ~ #manual-slider09-wrap .slide:nth-of-type(1) .tit-base,
#manual-slider09-2:checked ~ #manual-slider09-wrap .slide:nth-of-type(2) .tit-base,
#manual-slider09-3:checked ~ #manual-slider09-wrap .slide:nth-of-type(3) .tit-base,
#manual-slider09-4:checked ~ #manual-slider09-wrap .slide:nth-of-type(4) .tit-base,
#manual-slider09-5:checked ~ #manual-slider09-wrap .slide:nth-of-type(5) .tit-base,
#manual-slider09-6:checked ~ #manual-slider09-wrap .slide:nth-of-type(6) .tit-base {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
	transform: translateX(0);
}

#manual-slider09-prev {
	position: absolute;
	top: 45%;
	left: 15px;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#manual-slider09-prev {
		left: 30px;
	}
}

#manual-slider09-prev label {
	display: none;
	position: absolute;
	top: -70%;
	left: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider09-prev label {
		top: -100%;
		left: -30px;
		width: 100px;
		height: 100px;
	}
}

#manual-slider09-1:checked ~ #manual-slider09-prev label:nth-of-type(6),
#manual-slider09-2:checked ~ #manual-slider09-prev label:nth-of-type(1),
#manual-slider09-3:checked ~ #manual-slider09-prev label:nth-of-type(2),
#manual-slider09-4:checked ~ #manual-slider09-prev label:nth-of-type(3),
#manual-slider09-5:checked ~ #manual-slider09-prev label:nth-of-type(4),
#manual-slider09-6:checked ~ #manual-slider09-prev label:nth-of-type(5) {
	display: block;
}

#manual-slider09-next {
	position: absolute;
	top: 45%;
	right: 15px;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#manual-slider09-next {
		right: 30px;
	}
}

#manual-slider09-next label {
	display: none;
	position: absolute;
	top: -70%;
	right: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider09-next label {
		top: -100%;
		right: -30px;
		width: 100px;
		height: 100px;
	}
}

#manual-slider09-1:checked ~ #manual-slider09-next label:nth-of-type(2), 
#manual-slider09-2:checked ~ #manual-slider09-next label:nth-of-type(3), 
#manual-slider09-3:checked ~ #manual-slider09-next label:nth-of-type(4),
#manual-slider09-4:checked ~ #manual-slider09-next label:nth-of-type(5),
#manual-slider09-5:checked ~ #manual-slider09-next label:nth-of-type(6),
#manual-slider09-6:checked ~ #manual-slider09-next label:nth-of-type(1) {
	display: block;
}

#manual-slider09-prev i,
#manual-slider09-next i {
	display: block !important;
	padding: 0;
	color: #fff;
	font-size: 1.4em;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.3),0 0 8px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 641px) {
	#manual-slider09-prev i,
	#manual-slider09-next i {
		font-size: 2em;
	}
}

#manual-slider09-active {
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#manual-slider09-active {
		margin: 0;
	}
}

#manual-slider09-active label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #bbb;
	border-radius: 50%;
	margin: 0 8px;
}

@media screen and (min-width: 641px) {
	#manual-slider09-active label {
		width: 10px;
    	height: 10px;
		border-radius: 5px;
	}
}

#manual-slider09-1:checked ~ #manual-slider09-active label:nth-child(1),
#manual-slider09-2:checked ~ #manual-slider09-active label:nth-child(2),
#manual-slider09-3:checked ~ #manual-slider09-active label:nth-child(3),
#manual-slider09-4:checked ~ #manual-slider09-active label:nth-child(4),
#manual-slider09-5:checked ~ #manual-slider09-active label:nth-child(5),
#manual-slider09-6:checked ~ #manual-slider09-active label:nth-child(6) {
    background: #56b329;
    border-color: #56b329 !important;
}

#manual-slider09-wrap, #manual-slider09-active, #manual-slider09-active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

