@charset "UTF-8";

.clearbox {
	clear:both;
}

.topProfbox {
	width:90%;
}

.topProfbox h3 {
	font-size:2em;
}

/*  お知らせアコーディオン設定  */
.topInfo {
	width:90%;
	margin:0 auto;
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #FAEEC3;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #FAEEE1;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.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;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.cp_actab-link {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.cp_actab-link p {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #FAEEC3;
}

.linkright {
	padding-left:30%;
}
/*  お知らせアコーディオン設定  */

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

.topMember {
	width:60%;
}

.bannerArea {
	width:60%;
	margin:0 auto;
}

.reportBox {
	width:70%;
	margin:0 auto;
}

.newsBox {
	width:30%;
	margin:0 auto;
}

.linkBox {
	width:70%;
	margin:0 auto;
}

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

.twitterBox {
	width:600px;

.reportBox {
	width:95%;
}

.newsBox {
	width:95%;
}

.linkBox {
	width:95%;
}

}