@charset "utf-8";
/* CSS Document */


header a h7
{
	
	font-size:40Px;
	
}

h1{
	font-weight:bold;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa {
/*border-top: 1px solid #1b2538;*/
max-width:1000px;
margin-left:auto;
margin-right:auto;
}
.cp_qa .cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 1px;
color: #1b2538;
}
.cp_qa .cp_actab input {
position: absolute;
opacity: 0;

}

@media only screen and (min-width: 768px){
	/* 質問 */
	.cp_qa .cp_actab label {
	color:#199eb8;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 24px;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #f1f6fc;
	}
	.cp_qa .cp_actab label:hover {
	color: #00838F;
	}
	/* 答え */
	.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	color: #ffffff;
	background: #f1f8fc;
	}
	.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 40px;
	font-size: 15px;
	}
	/* 質問を開いた時の仕様 */
	/* --アイコン */
	.cp_qa .cp_actab input:checked ~ label {
	color: #00838F;
	}
	/* --答えの高さ */
	.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 143px;
	}
	/* 質問をクリックした時のアイコンの動き */
	.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
	}
	.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '\25BC';
	}
	.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	}
}
@media only screen and (max-width: 768px){
	/* 質問 */
	.cp_qa .cp_actab label {
	color:#5d5a5a;
	/*font-weight: bold;*/
	font-size: 13px;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #f1f6fc;
	}
	.cp_qa .cp_actab label:hover {
	color: #00838F;
	}
	/* 答え */
	.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	color: #ffffff;
	background: #f1f8fc;
	}
	.cp_qa .cp_actab .cp_actab-content p {
	margin: 0.5em 1em;
    font-size: 13px;
	}
	/* 質問を開いた時の仕様 */
	/* --アイコン */
	.cp_qa .cp_actab input:checked ~ label {
	color: #00838F;
	}
	/* --答えの高さ */
	.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 113px;
	}
	/* 質問をクリックした時のアイコンの動き */
	.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
	}
	.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '\25BC';
	}
	.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	}
}

@media (max-width: 1000px) and (min-width: 769px) {

#header {
	background:#91dbf8 !important;
	}
	
}