@charset "UTF-8";

body {
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;*/
	color: #333;
	background: #fff;
}

.mod-title-standard{
	background-image: url(../_images/title.jpg);
	background-size: cover;
	background-position: center center;
}

.mod-title-standard .title{
	margin: 0 auto;
	height: 300px;
	width: 100%;
	background: rgba(0,0,0,0.3);
}

.mod-title-standard .header-title{
	color:#fff;
	margin-bottom: 10px;
	font-size: 4.8rem;
	font-weight: bold;
	line-height:1.4em;
	letter-spacing: 3px;
}

@media screen and ( max-width: 767px ){
	.mod-title-standard .header-title{
		font-size: 2.8rem;
	}
}

.mod-title-standard .subtitle{
	color:#fff;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 2px;
}

@media screen and ( max-width: 767px ){
	.mod-title-standard .subtitle{
		font-size: 2.0rem;
	}
}

.heading03{
	font-size: 2.6rem;
	margin-bottom: 50px;
	font-weight: bold;
}

.center{
	text-align: center;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.block{
	margin-bottom: 50px;
}

.page-section{
	padding: 100px 0;
}
@media screen and ( max-width: 767px ){
	.page-section{
		padding: 50px 0;
	}
}

.contents{
	width: 800px;
	margin: 0 auto;
}

@media screen and ( max-width: 767px ){
	.contents{
		width: 100%;
	}
}

.bg-light{
	background: #f1f1f1;
}

footer small {
	display: block;
	height: 60px;
	width: 100%;
	color:#fff;
	background: #011E60;
	font-size: 1.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}




.mod-clm6 ul{
	display: flex;
	margin-left: -4%;
	margin-bottom: -4%;
	flex-wrap: wrap;
}

.mod-clm6 ul li.list-cont{
	width: 12.66667%;
	margin: 0 0 4% 4%;
	box-sizing: border-box;
	display: flex;
}

.mod-clm6 ul li.list-cont .list-inner a{
	display: inline-block;
	text-decoration: none;
	padding: 0 0 0 10px;
	font-size: 1.6rem;
	color:#000;
}


@media screen and ( max-width: 767px ){
	.mod-clm6 ul li.list-cont{
		width: 100%;
	}
}

