@charset "utf-8";
/* CSS Document */




/* --------------------------------- */

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
    font-weight: bold;
    line-height: 2.0;
    position: relative;
    display: block;
    padding: 0 2.6em 0 1.6em;
    cursor: pointer;
    /* margin: 0 10%; */
    background: #e2100e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 30%;
    margin: 0 auto 30px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* Icon */
.cp_actab label::after {
	line-height: 2.0;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}



.cp_actab label::before{
	content: "\3082\3063\3068\898B\308B"; /* ラベルの文字 もっと見る */
	font-size: 90%;
}
.cp_actab input[type=checkbox]:checked + label:before {
    content: "\9589\3058\308B"; /* ラベルの文字 閉じる */
}

/* --------------------------------- */



.archivebox {
    font-weight: bold;
    line-height: 2.0;
    position: relative;
    display: block;
    padding: 0 1.6em;
    /* cursor: pointer; */
    /* margin: 0 10%; */
    /* background: #e2100e; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 72%;
    margin: 20px auto 22px;
    border: 1px solid #e2100d;
}

.archivebox p {
    color: #e2100e;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
}


/* --------------------------------- */


.infoList li.etc {
    margin: 30px 13px 5px;
}

.infoList li.etc a {
    position: relative;
    display: block;
    padding: 12px 30px 12px 8px;
    border: 2px solid #555;
    color: #555;
    font-size: 1em;
}