@CHARSET "UTF-8";


/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */

.d-md-flex {
justify-content: space-between;
}

.d-md-flex img{
  align-self: flex-start;
}

.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	font-weight: bold;
	line-height: 3.6;
	position: relative;
	display: block;
	padding: 0;
	cursor: pointer;
	margin: 0;
	font-size: 1em;
}
.cp_actab2 .cp_actab2-content {
	overflow: hidden;
	max-height: 300em;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #F4F4F4;
	height: 1em;
	padding: 2em 1em;
	margin-top: -1em;
	opacity: 0;
}
.cp_actab2 .cp_actab2-content p {
	margin: 0em;
}
/* :checked */
.cp_actab2 input:checked ~ .cp_actab2-content {
	max-height: 300em;
	height: auto;
	margin-bottom: 2.5em;
	opacity: 1;
	transition: 0.8s;
}
/* Icon */
.cp_actab2 label::after {
	line-height: 3.6;
	position: absolute;
	top: 20%;
	right: 0;
	display: block;
	width: 1em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size: 1.3em;
}
.cp_actab2 input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab2 input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.q {
	width: 94%;
	color: #363636;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
}
.num_img {
	width: 12%;
	display: block;
}
.q-text {
	width: 70%;
	display: block;
}
.clip {
	width: 14%;
	display: block;
}
.keisen {
	width: 100%;
	border-top: 1px solid #d5d5d5;
}

.mt-arr1 {
	margin-top: 4%;
}
.mt-arr2 {
	margin-top: 2%;
}
.mt-25 {
	margin-top: -0.1em;
}










@media screen and (max-width:768px) {
	
	
}



@media screen and (max-width:767px) {
.num_img {
	width: 30%;
	display: block;
	margin: 0 auto;
	padding-left: 5%;
}
.q-text {
	width: 105%;
	display: block;
}	
.clip {
	width: 40%;
	display: block;
	margin: 0 auto;	
}
.cp_actab2 label::after {
	top: 80%;
}	
.cp_actab2 input:checked ~ .cp_actab2-content {
	margin-bottom: 1.5em;
}	
	
}





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




}





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


}
