/* CSS Document */
div.catchcopy {
    background-color: #103656;
}
div.catchcopy div.inner > * {
    color: #fff;
}
header{
	background-color: #fff !important;
	position: -webkit-sticky;
}
footer{
	background-color: #fff;
}
@media screen and (max-width:767px){
	/*子ページ
	---------------------------------------------------*/
	/*共通*/
	div.inner.sitemenu {
    padding: 0 !important;
	}
	div.child_title{
		height:200px;
		position:relative;
		z-index:1;
		overflow:hidden;
	}
	div.child_title h2{
		font-size:20px;
		color:#000;
		position:absolute;
		top:50%;
		left:50%;
		text-align:center;
		transform:translate(-50%,-50%);
	}
	div.child_title h2 p{
		font-size:1.4em;
		font-weight:bold;
		color:#000;
	}
	/*コンテンツ*/
	section.newspage{
		padding: 50px 0;
	}
	section.newspage div.newspage_inner > h2{
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	section.newspage div.newspage_inner{
		width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
	}
	section.newspage div.newspage_inner time{
		margin: 1rem 0 1rem auto;
		display: table;
		font-size: 16px;
	}
	section.newspage div.newspage_inner div.news_text{
		width: 100%;
		margin: 1rem auto 0 auto;
		padding: 1rem;
		box-sizing: border-box;
		border: solid 1px #000;
	}
}
@media screen and (min-width:768px) and (max-width:1099px){
		/*子ページ
	---------------------------------------------------*/
	/*共通*/
	div.child_title{
		height:300px;
		position:relative;
		z-index:1;
		overflow:hidden;
	}
	div.child_title h2{
		font-size:32px;
		color:#000;
		width:100%;
		position:absolute;
		top:50%;
		left:50%;
		text-align:center;
		transform:translate(-50%,-50%);
	}
	div.child_title h2 p{
		font-size:70px;
		font-weight:bold;
		color:#000;
	}
	/*コンテンツ*/
	section.newspage{
		padding: 70px 0;
	}
	section.newspage div.newspage_inner > h2{
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}
	section.newspage div.newspage_inner{
		width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
	}
	section.newspage div.newspage_inner time{
		margin: 1rem 0 1rem auto;
		display: table;
		font-size: 18px;
	}
	section.newspage div.newspage_inner div.news_text{
		width: 100%;
		margin: 1rem auto 0 auto;
		padding: 1rem;
		box-sizing: border-box;
		border: solid 1px #000;
	}
}
@media screen and (min-width:1100px){
	/*子ページ
	---------------------------------------------------*/
	/*共通*/
	div.child_title{
		height:300px;
		position:relative;
		z-index:1;
		overflow:hidden;
	}
	div.child_title h2{
		font-size:32px;
		color:#000;
		position:absolute;
		top:50%;
		left:50%;
		text-align:center;
		transform:translate(-50%,-50%);
	}
	div.child_title h2 p{
		font-size:70px;
		font-weight:bold;
		color:#000;
	}
	/*コンテンツ*/
	section.newspage{
		padding: 100px 0;
	}
	section.newspage div.newspage_inner > h2{
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}
	section.newspage div.newspage_inner{
		width: 800px;
		margin: 0 auto;
	}
	section.newspage div.newspage_inner time{
		margin: 1rem 0 1rem auto;
		display: table;
		font-size: 18px;
	}
	section.newspage div.newspage_inner div.news_text{
		width: 100%;
		margin: 1rem auto 0 auto;
		padding: 1rem;
		box-sizing: border-box;
		border: solid 1px #000;
	}
}
