@charset "utf-8";

#news-list-wrp{
	padding:0 10px;
	font-size:1.3rem;
}

#news-list{
	border-top:#000 solid 2px;
	margin-bottom:40px;
	}

#news-list li{
	padding:10px 0;
	border-bottom:#000 solid 1px;
	}

#news-list li .date,
#news-detail .date{
	color:#666;
	font-size:1.0remm;
	margin-bottom:5px;
}

#news-list li .cat-name span,
#news-detail .cat-name span{
	background-color:#667E96;
	display:inline-block;
	line-height:1;
	padding:5px 8px;
	border-radius:11px;
	color:#FFF;
	font-size:1.1rem;
	margin-bottom:3px;
}

#news-list li .entry-title{
	font-size:1.3rem;
}

#news-list li .entry-title a{
	text-decoration:underline;
}

#yearly-archive-list,
#category-archive-list{
	padding:0 10px;
	margin-bottom:20px;
	font-size:1.3rem;
}

#yearly-archive-list h2,
#category-archive-list h2{
	font-size:1.6rem;
	border-bottom:#000 solid 1px;
	padding-bottom:8px;
}

#yearly-archive-list li a,
#category-archive-list li a{
	padding:10px;
	background-color:#F3F3F3;
	border-bottom:#000 solid 1px;
	display:block;
	position:relative;
}

#yearly-archive-list li a:after,
#category-archive-list li a:after{
	content: "\f105";
    font-family: FontAwesome;
    padding-left: 10px;
	font-size:1.6rem;
	text-align:right;
	position:absolute;
	top:50%;
	right:10px;
	line-height:1;
	margin-top:-8px;
	
}

#news-archive-ttl .main-inner{
	padding:0 10px;
	margin-bottom:10px;
	
	}

#news-archive-ttl .main-inner h2{
	font-size:1.8rem;
	}

#news-detail-wrp{
	padding:0 10px 10px;
	
}

#news-detail .hdr{
	padding:10px 0 0 0;
	margin-bottom:20px;
	border-top:#000 solid 2px;
}

#news-detail h1{
	font-size:2.0rem;
	margin-bottom:5px;
	
}

#news-detail h2{
	font-size:1.5rem;
}


#news-detail {
	font-size:1.3rem;
	margin-bottom:20px;
	word-wrap: break-word;
}

#news-detail h2{
	border-bottom:#000 solid 1px;
	margin-bottom:10px;
}

#news-detail .cat-name{
	margin-bottom:5px;
}

#news-detail p{
	margin-bottom:1em;
}

#news-detail a {
    color: #0066cc;
    text-decoration: underline;
}

#news-toindex-wrp a{
	font-size:1.6rem;
	line-height:50px;
	text-align:center;
	background-color:#003366;
	color:#fff;
	border-radius:8px;
	height: 50px;
    width: 100%;
	margin-bottom:20px;
	border:none;
	display:inline-block;
}

.topics-entry-wrp h3{
	margin-bottom:10px;
}

.topics-entry-wrp h4{
	margin-bottom:10px;
}

.topics-entry-wrp img{
		height:auto;
		width:auto;
		max-width:100%;
}

.topics-entry-wrp img.float-R {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}

.topics-entry-wrp img.float-L {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}

.topics-entry-wrp table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:2em;
}

.topics-entry-wrp .bdr th,
.topics-entry-wrp .bdr td{
	border:#ccc solid 1px;
	padding:5px;
	text-align:left;
	vertical-align: middle;
}

	
.school-form{
	width:100%;
	height:1000px;
	padding:0;
	border:none;
}


.topics-entry-wrp .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom:20px;
}

.topics-entry-wrp .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**/

.thanks-msg{
	padding-top:100px;
	font-weight:bold;
}

/**/

.it-hojo-txt-wrp {
    width: auto;
	text-align:left;
}


/*667px*/
@media screen and (min-width : 667px){

}

/*768{px*/
@media screen and (min-width : 769px){
	
	#news{
		padding-top:10px;
	}
	
	#news-detail-wrp{
		margin-bottom:40px;
		padding:0 0 30px;
		border-top:#000 solid 3px;
		border-bottom:#000 solid 1px;
	}
	
	#news-detail .hdr{
	padding:10px 0 0 0;
	margin-bottom:20px;
	border-top: none;
	}

	
	#news-list-wrp{
		padding:0 0;
	}
	
	#news .main-inner{
		position:relative;
		}

	#news-list{
		border-top:#000 solid 3px;
	}
	
	#news-list li{
		padding:30px 0;
		border-bottom:#000 solid 1px;
	}
	
	#news-list li .date{
		display:inline-block;
		width:90px;
		margin-right:10px;
		color:#999;
	}
	
	#news-list li .cat-name{
		display:inline-block;
		width:130px;
		margin-right:10px;
	}
	
	#news-list li .entry-title{
		display:inline-block;
		width:690px;
	}

	#news-list li .cat-name span,
	#news-detail .cat-name span{
		background-color:#667E96;
		display:inline-block;
		line-height:1;
		padding:8px 25px;
		border-radius:15px;
		color:#FFF;
		font-size:1.3rem;
		margin-bottom:3px;
	}
	
	.archive-list-wrp{
		width:350px;
		position:absolute;
		top:-75px;
		right:0;
		}
		
	.archive-list-wrp #yearly-archive-list{
		width:170px;
		float:left;
		padding:0;
	}
	
	.archive-list-wrp #yearly-archive-list h2{
		color:#fff;
		background-color:#003366;
		height:50px;
		line-height:50px;
		padding:0 10px;
		font-weight:normal;
		cursor:pointer;
	}
	
	.archive-list-wrp #category-archive-list{
		width:170px;
		float:right;
		padding:0;
		}

	.archive-list-wrp #category-archive-list h2{
		color:#fff;
		background-color:#666;
		height:50px;
		line-height:50px;
		padding:0 10px;
		font-weight:normal;
		cursor:pointer;
	}
	
	.archive-sub-menu ul{
		display:none;
	}

	.archive-sub-menu h2{
		position:relative;
	}
	
	.archive-sub-menu h2 span{
		position:absolute;
		line-height:50px;
		top:0;
		right:10px;
		}
	
	.archive-sub-menu h2 span:after{
		content: "\f067";
		font-family: FontAwesome;
		text-align:right;
	}
	
	.archive-sub-menu h2.active span:after{
		content: "\f068";
	}
	
	#news-archive-ttl .main-inner{
	padding:0 10px;
	margin-bottom:10px;
	
	}

	#news-archive-ttl .main-inner h2{
		font-size:2.4rem;
	}

	
	
	#news-detail .detail-inner{
		width:720px;
		margin: 20px auto 50px;
	}
	
	#news-detail .hdr{
		font-size:0;
		margin-bottom:30px;
	}
	
	#news-detail h1{
		font-size:3.0rem;
		margin-bottom:10px;
		font-weight:normal;
	}
	
	#news-detail .cat-name{
		display:inline-block;
		width:50%;
		margin-bottom:5px;
	}
	
	#news-detail .date{
		display:inline-block;
		width:50%;
		margin-bottom:5px;
		text-align:right;
		font-size:1.2rem;
	}

	#news-detail .detail-inner{
		font-size:1.5rem;
	}
	
	#news-detail .detail-inner h2{
		font-size:2.2rem;
		margin-bottom:20px;
		font-weight:normal;
	}
	
	#news-toindex-wrp{
		text-align:center;
	}
	
	#news-toindex-wrp a {
    	background-color: #003366;
    	border-radius: 8px;
    	box-sizing: border-box;
    	color: #fff;
    	display: inline-block;
    	font-size: 1.6rem;
    	height: 50px;
    	line-height: 50px;
    	padding: 0 20px;
    	text-align: center;
    	width: 200px;
	}
	
	#news-detail p{
		margin-bottom:2em;
	}
	
	
	.topics-entry-wrp table{
		width:100%;
		border-collapse:collapse;
		margin-bottom:2em;
	}

	.topics-entry-wrp .bdr th,
	.topics-entry-wrp .bdr td{
		border:#ccc solid 1px;
		padding:10px;
		text-align:left;
		vertical-align: middle;
	}

	.topics-entry-wrp h3{
		margin-bottom:10px;
	}
	
	.topics-entry-wrp h4{
		margin-bottom:10px;
	}
	
	.topics-entry-wrp img{
		height:auto;
		width:auto;
		max-width:100%;
		}
	
	.topics-entry-wrp img.float-R{
		float:right;
		margin:0 0 20px 20px;
		width:50%;
	}

	.topics-entry-wrp img.float-L{
		float:left;
		margin:0 20px 0 20px;
		width:50%;
	}
	
	.topics-entry-wrp p:after {
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	
	.topics-entry-wrp p{
		min-height: 1px;
	}
	
	* html .topics-entry-wrp p {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
	
	.school-form{
		width:100%;
		height:1300px;
		padding:0;
		border:none;
		
		}

	.topics-entry-wrp .video-wrp{
		width:695px;
		margin:0 auto;
		text-align:center;
	}
	
	.topics-entry-wrp .video{
		text-align:center;
		margin:0 auto;
		margin-bottom:40px;
	}
	
	.topics-entry-wrp .section .txt{
	width:360px;
	float:left;
	padding-right:20px;
	box-sizing:border-box;
	}

.topics-entry-wrp .section .ph{
	width:360px;
	float:right;
	box-sizing:border-box;
}


}

/*1024px*/
@media screen and (min-width : 1024px) {
	
}   


/* 2019.07.18追記 */

#entry-000019 #page-ttl,
#entry-000019 .archive-list-wrp{
	display: none;
}

#entry-000019 #news-detail-wrp{
	border-top: none;
}


