@font-face {
	font-family: 'NotoSerifCJKjp-Regular';
	src: url('../font/NotoSerifCJKjp-Black.eot');
	src: url('../font/NotoSerifCJKjp-Black.woff');
}
/*===========================================

		blc_access

===========================================*/
#blc_access>div{
	background: #fff;
	padding-bottom: 10px;
}
#blc_access>div p{
	margin: 5px 5% 0;
}
#blc_access>div p span{
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	background: #e4ecf7;
	/* color: #fff; */
}
#blc_access>div a.btn{
	display: block;
	width: 90%;
	margin: 10px auto 0;
	padding: 10px 0;
	/*background: #34445c;
	color: #fff;*/
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
}
.white #blc_access>div a.btn{
	background: #34445c;
	color: #fff;
}
@media only screen and (max-width: 719px) {
	#blc_access>div p{
		font-size: 123%;
		text-align: center;
	}
	#blc_access>div a.btn{
		font-size: 113%;
	}
	#blc_access>div{
		padding-bottom: 20px;
	}
}

/*===========================================

		blc_people

===========================================*/
.blc_people{
	margin-top: 25px;
	margin-bottom:20px;
	/*padding-top: 50px;*/
	position: relative;
	background: #fff;
}
#blc_people-title-wrap{
	background:url("../img/blc_people_ttl.png") no-repeat center top;
	position:relative;
	margin-top: -13px;
	text-align:center;
	padding-bottom:12px;
}
.blc_people h3{
	/*position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -92px;*/
	line-height:1.2;
    font-family: 'NotoSerifCJKjp-Regular';
	position: relative;
	top: 2px;
	left: 0;
	right: 0;
}
.white .blc_people h3{
	color:#34445c;
	text-shadow: 2px 2px 1px #fff,
	-2px 2px 1px #fff,
	2px -2px 1px #fff,
	1px 2px 2px #000;
}
.blc_people-title-text{
	display:block;
}
#blc_people-title-text01{
	font-style:normal;
	font-size:137.5%;
}
#blc_people-title-text02{
	font-size:162.5%;
}
.blc_people h4{
	margin: 10px 10px 5px 15px;
}
.white .blc_people h4{
	color: #6998b9;
}
.blc_people ul{
	padding: 0 20px;
}
.blc_people ul li{
	padding-left: 15px;
	background: url(../img/common_list_icon03.png) no-repeat 0 6px; 
}
.blc_people p{
	margin: 10px;
	padding: 3px 0;
	background: #e6e6e6;
	text-align: center;
}
/*===========================================

		talk

===========================================*/
#talk{
	border:1px solid #6998b9;
	margin-bottom:15px;
	box-sizing:border-box;
}
#talk-title{
	height:auto;
	padding:8px 0px;
	width: 155px;
	float:left;
	text-align:center;
	font-size: 140%;
}
#talk-icon{
	position:relative;
	top:-2px;
	margin-right:1px;
}
#talk-list{
	margin-left: 165px;
	font-size: 123%;
}
.talk-item{
	margin:0;
	width:auto;
	margin-right:1em;
	float:left;
	padding:10px 0px;
}