@charset "utf-8";
/*------------------------------------------------------
　header
-------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	padding:20px 10px 5px 10px;
	border-bottom: 3px solid #223546;
}
img.logo{
	max-width:480px;
	margin-bottom:10px;
}

@media screen and (max-width:768px){
#header {
	width:calc(100% - 50px);
	margin: 0;
	overflow: hidden;
	text-align: left;
	padding:10px;
}
img.logo{
	max-width:280px;
	margin-bottom:0px;
	vertical-align: middle;
}
}


/*------------------------------------------------------
　ページタイトル
-------------------------------------------------------*/
.page-title{
    width:100%;
}
.page-title .title-img{
    width:100%;
	margin-bottom: -130px;
	height:200px;
	background:#ddd;
	background-image:url(../img/pagetitle/about.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.page-title .title-img img{
	width:100%;
    height:200px;
	object-fit: cover;
	vertical-align:bottom;
}
.page-title h1{
    background: #223546;
	display:inline-block;
	padding:40px;
	min-width:280px;
	color:#fff;
	font-size:32px;
	margin:0 0 30px 0;
	font-weight:bold;
}
.page-title span{
	border-top:1px solid #fff;
	display:block;
	margin-top:10px;
	padding-top:10px;
	font-size:20px;
}
@media screen and (max-width:768px){
.page-title h1{
	padding:10px;
	font-size:26px;
	width:100%;
	text-align:left;
}
.page-title span{
	margin-top:5px;
	padding-top:5px;
	font-size:16px;
}
.page-title .title-img{
	margin-bottom: 0px;
	height:100px;
}
.page-title .title-img img{
    height:100px;
}
}
/*------------------------------------------------------
　フッター
-------------------------------------------------------*/

#footer{
	background:#223546;
	color:#fff;
	padding:30px 10px 0 10px;
}
ul.footer_link{
	padding:10px ;
}
ul.footer_link a{
	color:#fff;
	text-decoration:none;
}	
.sitename{
	font-size:20px;
	font-weight:bold;
}
.copyright{
	padding:30px 10px 10px 10px;
}