/* information */
#information{
	background-color:#efefef;
	padding:40px 0;
}
#information .inner{
	width:1000px;
	margin: 0 auto;
}
#information h2{
	color: #333;
	font-size: 4rem;
	text-align: center;
}
#information p{
	font-size: 1.5rem;
	text-align: center;
}
article .inner .main{
	width:1000px;
	margin:0 auto;
	padding: 40px 0;
}
article .inner .main > section{
	margin:50px 0;
}
article .inner .main > section:first-child{
	margin-top:0;
}
article .inner .main > section:last-child{
	margin-bottom:0;
}
article section .title{
	text-align: center;
}
article section header{
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5;
}

article section header h3{
	display: inline-block;
	min-width: 200px;
	margin-bottom: 10px;
	font-size: 2.0rem;
	line-height: 1.2;
	padding-left: 6px;
	letter-spacing: 6px;
}
article section header h3::after {
    content: "";
    display: block;
    height: 5px;
    margin-top: 10px;
    margin-right: 6px;
    background: #fed971;
}

article section .title p{
	font-size: 1.5rem;
}
article #backnumber{
	margin-top:100px;
}
article #backnumber ul{
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
article #backnumber ul li{
	width:120px;
	margin-bottom:10px;
}
article #backnumber ul li a{
	display: block;
	color: white;
	padding:0 10px;
	font-size: 1.5rem;
	background-color: #01aa95;
}
article #spthumb ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
article #spthumb ul li{
	text-align: center;
	width:33%;
	margin-bottom:20px;
}
article .induction p{
	text-align: center;
}
article .induction p a{
	background-color: #01aa95;
	color:white;
	font-size: 1.5rem;
	padding:8px;
	border-radius: 10px;
}
article #sitemap ul.tab{
	border-bottom:5px solid #e4a000;
	display:flex;
	justify-content: space-between;
}
article #sitemap ul.tab li{
	height:50px;
	line-height:50px;
	text-align:center;
	width:24%;
	/*width:32%;*/
	font-size:2rem;
	font-weight:bold;
	color:#aaa;
	background-color: #efefef;
	cursor: pointer;
}
article #sitemap ul.tab li.now{
	background-color: #e4a000;
	color:#fff;
	
}
/*
article #sitemap ul.tab li a{
	display:block;
	color:#aaa;
	background-color: #efefef;
}
article #sitemap ul.tab li a:hover{
	color:#fff;
	background-color: #aaa;
	opacity:1;
}
*/
article #sitemap > section > section{
	margin-bottom: 50px;
}
article #sitemap > section{
	display: none;
}
article #sitemap > section.show{
	display: block;
}
article #sitemap > section#backnumber{
	display: block;
}



/*
article #sitemap section h3{
	font-size: 2.5rem;	
	letter-spacing: 6px;
	border-bottom:3px solid #fcfcfc;
	text-align: center;
}
*/
article #sitemap section table{
	width:100%;
	font-size: 1.3rem;
}
article #sitemap section table tr{
	border-bottom:1px solid #eee;
	cursor:pointer;	
}
article #sitemap section table tr:hover{
    background: #efefef;
}

article #sitemap section table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
article #sitemap section table tr:nth-child(even) {
  background-color: #eeeeee;
}

article #sitemap section table tr td{
	padding:5px;
}
article #sitemap section table tr td:nth-child(1){
	text-align: center;
	width: 80px;
}
article #sitemap section table tr td:nth-child(3){
	width: 50px;
}
article #sitemap section table tr td:nth-child(4){
	text-align: center;
	width: 180px;
}
article #sitemap section table tr td:nth-child(5){
	text-align: center;
	width: 80px;
}
article #sitemap section table tr td:nth-child(6){
	text-align: center;
	width: 110px;
}
article #sitemap section table tr td:nth-child(7){
	text-align: right;
	width: 140px;
}


article #sitemap section.gdj table tr td:nth-child(1){
	width: 70px;
}
article #sitemap section.gdj table tr td:nth-child(2){
	text-align: center;
	width: 70px;
}
article #sitemap section.gdj table tr td:nth-child(3){
	width: auto;
}
article #sitemap section.gdj table tr td:nth-child(4){
	width: 50px;
}
article #sitemap section.gdj table tr td:nth-child(5){
	text-align: center;
	width: 180px;
}
article #sitemap section.gdj table tr td:nth-child(6){
	text-align: center;
	width: 80px;
}
article #sitemap section.gdj table tr td:nth-child(7){
	text-align: center;
	width: 110px;
}
article #sitemap section.gdj table tr td:nth-child(8){
	text-align: right;
	width: 140px;
}

article #sitemap section.close table tr td:nth-child(1){
	text-align: left;
	width: auto;
}
article #sitemap section.close table tr td:nth-child(2){
	text-align: right;
	width: 180px;
}

article #sitemap section.rensai table tr td:nth-child(1){
	text-align: center;
	width: 70px;
}
article #sitemap section.rensai table tr td:nth-child(3){
	text-align: center;
	width: 150px;
}
article #sitemap section.rensai table tr td:nth-child(4){
	text-align: right;
	width: 180px;
}

article #rensai dl{
	text-align: center;
}
article #rensai dl dt{
	margin-top:30px;
}
article #rensai dl dd{
	font-size: 1.5rem;
}

article #highlight ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:20px 0;
}
article #highlight ul li{
	width:440px;
	margin-bottom: 10px;
	margin-right: 10px;
}
article #highlight ul li:last-child{
	margin-left: 0;
}
article #highlight ul li a{
	background-color: #efefef;
	display: block;
	padding:5px;
}
article #highlight ul li a .image{
	width:50px;
}
article #highlight ul li a .info{
	width:370px;
	text-align:left;
}
article #highlight ul li a .info h4{
	font-size: 1.3rem;
}
article #highlight ul li a .info p{
	font-size: 1.1rem;
}




@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	#information{
		width:auto;
		margin: 0 auto;
		padding:10px 0;
	}
	#information .inner{
		width:auto;
		margin: 0 auto;
	}
	#information h2{
		margin-top:25px;
		font-size: 2rem;
	}
	#information p{
		margin-bottom:25px;
		font-size: 1.2rem;
		padding:0 10px;
	}
	article .inner .main{
		width:auto;
		margin:0 auto;
		padding: 20px 0px;
	}
	article section .title h3,
	article #sitemap section .title h3{
		font-size: 1.8rem;
	}
	
	article section header h3{
		margin-bottom: 5px;
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing: 0px;
	}
	article section header h3::after {
	    content: "";
	    display: block;
	    height: 3px;
	    margin-top: 5px;
	    margin-right: 0px;
	}

	article .induction p{
		text-align: center;
	}
	article .induction p a{
		color:white;
		font-size: 1.2rem;
		padding:8px;
		border-radius: 10px;
	}
	article section .title p{
		font-size: 1.2rem;
	}
	article #highlight ul{
		display:block;
		justify-content: center;
		margin:20px 0;
	}
	article #highlight ul li{
		width:auto;
		margin-bottom:10px;
		margin-right: 0;
	}
	article #highlight ul li a{
		background-color: #efefef;
		display: block;
		padding:5px;
	}
	article #highlight ul li a .image{
		width:50px;
		margin-right:10px;
	}
	article #highlight ul li a .info{
		width:auto;
		float: left;
		text-align:left;
	}
	article #highlight ul li a .info h4{
		font-size: 1.3rem;
	}
	article #highlight ul li a .info p{
		font-size: 1.1rem;
	}
	article #rensai dl dd{
		font-size: 1.2rem;
	}

	article #sitemap ul.tab{
		flex-wrap:wrap;
		border-bottom:0;
	}
	article #sitemap ul.tab li{
		width:49%;
		height:30px;
		line-height:30px;
		font-size:1.1rem;
		margin-bottom:5px;
	}

	article #sitemap section h3{
		font-size: 1.8rem;	
	}
	article #sitemap section table{
		width:100%;
		font-size: 1rem;
	}
	article #sitemap section table tr td{
		padding:5px;
		display: inline;
	}
	article #sitemap section table tr td:nth-child(1){
		text-align: auto;
	}
	article #sitemap section table tr td:nth-child(2){
		width:auto;	
	}
	article #sitemap section table tr td:nth-child(4):after{
		content: "\A";
		white-space: pre;
	}
	article #backnumber{
		margin-top:50px;
	}

}
