﻿.cp_h3title {
	position: relative;
	padding: .6em .3em .3em .3em;
	border: 1px solid #17A2B8;
}
.cp_h3title::after{
	content: "Yachiyo Chuo Driving School";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fafcfc;
	font-size: 14px;
	color: #17A2B8;
	padding: 0 10px;
}




.shikaku *, .shikaku *:before, .shikaku *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shikaku {
	width: 100%;
	border-collapse: collapse;
}
.shikaku th, .shikaku  td {
	padding: 10px;
	border: 0px solid #dddddd;
}
.shikaku th {
	width: 30%;
	text-align: left;
	background: #f4f4f4;
}
@media only screen and (max-width:480px) {
	.shikaku {
		margin: 0;
	}
	.shikaku th, .shikaku td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.shikaku tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}



.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 0px dotted #cccccc;
}
.cp_qa label {
	font-size: 0.8em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 0.9em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 1.5em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
