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

/* contents */
#camp2021 {
	background: #FFF;
	color: #3f1b00;
    font-size: 16px;
    line-height: 160%;
}
#camp2021 img,
#camp2021 p {
	border: 0;
	margin: 0;
	vertical-align: top;
}
#camp2021 header,
#camp2021 h1,
#camp2021 h2,
#camp2021 h3,
#camp2021 h4,
#camp2021 article,
#camp2021 section,
#camp2021 p {
    padding: 0;
    margin: 0;
}

/* LP */
#camp2021 .pagelink {
	display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
#camp2021 #movie .inner {
	background: #fff5d3;
	padding: 0 15px;
}
#camp2021 #movie iframe {
	width:100%;
	height: 210px;
}
#camp2021 .cp_txt {
	padding: 20px 30px 30px;
	background: #fff5d3;
}
#camp2021 .cp_txt strong {
	color: #ff5d73;
}


/* 投稿前に必ずお読みください */
#camp2021 .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
#camp2021 .cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#camp2021 .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #fff;
	color: #3f1b00;
}
#camp2021 .cp_actab .cp_actab-content ul {
	list-style: none;
	padding: 20px 20px 0 20px;
	margin: 0;
}
#camp2021 .cp_actab .cp_actab-content ul:last-child {
	padding-bottom: 20px;
}
#camp2021 .cp_actab .cp_actab-content li {
	background: url(../img/ico_dot.jpg) no-repeat 0 6px;
    background-size: 10px;
    padding: 0 0 10px 20px;
}
#camp2021 .cp_actab .cp_actab-content li:last-child{
    padding: 0 0 0 20px;
}

/* :checked */
#camp2021 .cp_actab input:checked ~ .cp_actab-content {
	max-height: 80em;
}
/* Icon */
#camp2021 .cp_actab label {
    display: block;
}
#camp2021 .cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
#camp2021 .cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
#camp2021 .cp_actab .cp_actab-content .sub_txt {
	font-weight: bold;
    padding: 30px 0 15px 0;
    border-bottom: 1px dotted #502b2b;
    font-size: 18px;
	margin: 0 20px;
}