@charset "UTF-8";

.cp_actab label {
	border-left	: #fff solid 10px;
}

.cp_actab .cp_actab-content {
	border-left	: #fff solid 10px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height	: 40em;
}


.shikaku {
	line-height: 1.5;
}


@media screen and (min-width: 768px) {
/* 768pxからの幅の場合に適応される */

.kaihou{
	float		: right;
}

.ma15{
	margin		: 0 0 30px 15px;
}
.ma0{
	margin		: 0 0 30px 0;
}

.kaihou p{
	font-size	: 18px;
	line-height	: 40px;
	text-decoration	:underline;
	padding		: 0 0 0 10px;
}

.kaihou img{
	border		: solid 1px #555;
	width		: 133px;
	height		: 184px;
	padding		: 5px;
}

.cp_actab-content {
	float		: left;
}


.midashi_tit p span{
	font-size	: 16px;
	float		: right;
	padding		: 0 20px 0 0 ;
	line-height	: 36px;
}

.sptext{
	display		: none;
}



}

@media screen and (max-width:767px) {
/*　画面サイズが767pxまではここを読み込む　*/

.kaihou img{
	display		: none;
}

.kaihou p{
	font-size	: 20px;
	line-height	: 60px;
	padding		: 0 0 0 10px;
	background	: #ececec url("../img/pdf.png")no-repeat right;
	background-position: bottom 5px right 10px;
	margin		: 10px 0 10px;
	background-size : 41px 50px;
}

.midashi_tit p span{
	display		: none;
}

.sptext{
	font-size	: 16px;
	width		: 100%;
	margin		: -10px auto 20px;

	line-height	: 16px;
}


}
