@charset "UTF-8";

#tab-box > div {
	display: none;
	box-sizing: border-box;
	padding: 3%;
}
.tab-inner > div + div {
	margin-top: 8%;
}
.tab-inner > div h3 {
	margin-bottom: 1em;
}
.pictBox {
	margin-top: 5%;
	margin-bottom: 5%;
}
.pictBox > div {
	float: left;
	margin-right: 3%;
	width: 20%;
	text-align: center;
}
.pictBox > div + div {
	width: 75%;
	text-align: left;
	margin-right: 0;
}
.pictBox p + p {
	margin-top: 1%;
}
.pictBox::after {
  content: "";
  display: block;
  clear: both;
}
.txtRed {
	color: #cc0000;
}
.shnTtl {
	text-align: center;
}
.mainArticle h3 + div {
  padding: 0;
}
#tab-02 .pictBox div.pict {
  width: 100px;
  display: inline-block;
  float: left;
	text-align: center;
}
.borderGray {
	border: 1px solid #aaa;
	padding: 3%;
}
.pictBox img {
  float: none;
  display: inline-block;
  margin: 2%;
}
#tab-02 .borderGray.pictBox > div {
	text-align: left;
	width: 75%;
	float: left;
	margin-right: 0;
}
.borderGray.pictBox img {
  margin: 0 3% 0 2%;
	float: left;
	width: 20%;
}
.topTxt {
	margin-bottom: 5%;
}


@media screen and (min-width: 768px) {
	#tab-box label, #tab-box input {
		display: none;
	}
	#tab-box > div {
		margin-bottom: 10%;
		border:1px solid #009a44;
		border-top:5px solid #009a44;
	}
	#tab-01 {
		width: 100%;
	}
	#rekishi_nav {
		width: 100%;
		margin:0;
		padding: 0;
		list-style: none;
	}
	#rekishi_nav li {
		float: left;
		width: 50%;
	}
	#rekishi_nav:after{
		display:block;
		clear:both;
		height:0;
		visibility:hidden;
		content:".";
		zoom:1;
	}
	#tab-02 .pictBox > div {
    width: 10%;
	}
	#tab-02 .pictBox > div + div {
    width: 85%;
		text-align: left;
		margin-right: 0;
	}
	.banner_items {
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	#tab-box {
		margin-bottom: 10%;
	}
	#tab-box > div {
		padding: 0;
		display: block;
	}
	.tab-inner > div {
    margin-top: 8%;
	}
	.pictBox > div {
		width: 30%;
	}
	.pictBox > div + div {
		width: 67%;
	}
	#tab-02 .pictBox > div {
    width: 20%;
    margin-right: 2%;
	}
	#tab-02 .pictBox > div + div {
		width: 78%;
    text-align: left;
    margin-right: 0;
	}
	.shnTtl {
    margin: 0 10%;
	}

	#rekishi_nav {
		display: none;
	}


	/* アコーディオン */
	.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: 3;
		position: relative;
		display: block;
		padding: 0 0 0 1em;
		cursor: pointer;
		margin: 0 0 1px 0;
		background: #55d3f1;
		background: -moz-linear-gradient(top, #55d3f1 0%, #2fb1e7 100%);
		background: -webkit-linear-gradient(top, #55d3f1 0%, #2fb1e7 100%);
		background: linear-gradient(to bottom, #55d3f1 0%, #2fb1e7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55d3f1', endColorstr='#2fb1e7',GradientType=0 );
		border-top: 1px solid #42c2ec;
		border-bottom: 1px solid #42c2ec;
	}
	.cp_actab .cp_actab-content {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: max-height 0.35s;
		transition: max-height 0.35s;
		color: #333333;
	}
	/* :checked */
	.cp_actab input:checked ~ .cp_actab-content {
		max-height: 300em;
    margin-bottom: 10%;
	}
	/* 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 {
		content: '−';
		transform: rotate(180deg);
	}
}

@media print {
	header { display: none; }
}
