@charset "utf-8";
/* CSS Document */

img{
	width:100%;
	display:block;
}
span.blue{
	color:#0045a2;
}

.cfx::after{
  content: "";
  display: block;
  clear: both;
}

/*===== PC ここから =====*/
@media screen and (min-width: 741px){

/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 250px;
	background-color: #004999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h2_ttl{
	color: #FFF;
	font-size: 34px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	height: 120px;
	padding-top: 80px;
	line-height: 140%;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ttl_img{
	background-image: url(img/fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 60%;
	height: 250px;
	right: 0px;
	float: right;
}
.main_contents{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.ttl{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 17px;
	border-left: 5px solid #0045a2;
	line-height: 140%;
}
#tab-1,#tab-2,#tab-3,#tab-4,#tab-5,#tab-6{
	padding-top: 70px;}
#about table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#about th,#about td{
	border-bottom:1px solid #a4a4a4;
	font-size: 15px;
	text-align: left;
	padding: 13px;
}
#about th {width: 100px;}
#about a{color:#3fa2d6;}
#about table tr:last-child th,#about table tr:last-child td{
	border-bottom: none;
}
#map01{
	position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 0 10px 0;}
#map01 iframe,
#map01 object,
#map01 embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.photo{
	margin: 0 0 80px 0;
	padding: 0px 0 0 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
ul.photo li.access{
	width: 331px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.photo li.alow{
	width: 100px;
	padding:110px 0 0 0;
	text-align:center;
	margin: 0;
	font-size:22px;
	color:#0045a2;
	font-weight:bold;
	display: inline-block;
	line-height:22px;
}
ul.photo .img{
	margin:0 0 8px 0;
}
ul.photo p{
	font-size:13px;
	margin:0;
	line-height:140%;
}
.office{
	overflow: hidden;
	margin: 0 0 40px 0;
}
.office h4{
	color:#fff;
	padding: 15px 10px;
	margin: 0 0 10px 0;
	background: #0045a2;
	font-weight: normal;
	font-size: 20px;
}
.office .o_box{
	float: left;
	width:590px;
}
.office .map{
	width: 400px;
	float: right;
}
.office .map_box{
	margin: 0 0 10px 0;
}
.map_link{
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 60px 0;
}
.map_wrap01{
	width: 100%;
	overflow: hidden;
	height:420px;
	width:1024px;
	margin-bottom:10px;
}
.map_wrap01 iframe{
	margin-top: -150px;
}
.map_wrap02{
width: 100%;
overflow: hidden;
height:250px;
width:400px;
margin-bottom:10px;
}

/*===== スタッフ紹介 =====*/

.sp_img{display:none;}

	.staff ul {
		width: 1024px;
		padding: 0;
		-webkit-display: flex;
		-moz-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 130px 0;
	}

	.staff li {
		width: 256px;
		height: 256px;
		position: relative;
		overflow: hidden;
	}

	.staff li span {
		background: rgba(0,0,0,0.5);
		width: 256px;
		display: block;
		color: #fff;
		padding: 8px 5px;
		position: absolute;
		bottom: -100%;
		left: 0;
		transition: .3s;
		text-align: center;
	}
	.staff li:hover {
		cursor: pointer;
	}

	.staff li:hover span {
		bottom: 0;
	}

.wrapper {
  background: #fff;
  -webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 100000;
	word-break: break-all;
}

	.wrapper h4 {
		width: 300px;
		margin: 0 auto 0;
		padding: 15px 5px 10px;
		border-bottom: 1px solid #0045a2;
		line-height: 160%;
		font-size: 17px;
	}
	.wrapper h4 span{
		font-size: 14px;
		font-weight: normal;
	}

	.wrapper p {
		padding: 10px 0 0 0;
		width: 300px;
		font-size: 14px;
		line-height: 200%;
		margin: 0 auto 15px;
	}

	.wrapper dl{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 300px;
}
.wrapper dt{
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0;
	color: #0045a2;
	font-weight: bold;
}
.wrapper dd{
	font-size: 13px;
	margin: 0 0 12px 0;
	padding: 0;
}
.voice_wrap{
	background: #fff;
	padding: 0px 0 70px 0;
	margin-bottom: 60px;
}
.voice_box{
	overflow: hidden;
	width: 944px;
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 40px;
}
.voice_box .photo{
	width: 243px;
	float: left;
	margin:0 25px 0 0;
}
.voice_txt{
	width:670px;
	float: right;
}
.voice_box h4{
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	padding: 15px 20px;
	background: #0045a2;
	margin: 0 0 15px 0;
}
.voice_box dl{
	margin: 0 0 0 20px;
	padding: 0;
}
.voice_box dt{
	font-size: 15px;
	margin: 0 0 3px 0;
	padding: 0;
	color: #0045a2;
	font-weight: bold;
}
.voice_box dd{
	font-size: 15px;
	margin: 0 0 7px 10px;
	padding: 0;
}
	.t_wrap{
		overflow:hidden;
		margin: 0 0 70px 0;
	}
	.t_wrap .left{
		width:480px;
		float: left;
	}
	.t_wrap .right{
		width:480px;
		float: right;
	}
	.access_link{
		text-align:right;
		font-size:15px;
		margin: 0 0 20px 0;
	}
	.access_link a{
		color:#004999 !important;
		text-decoration: none;
		font-weight: bold;

	}
	.s_photo{
		width: 300px;
		margin: 30px auto 0 auto;
	}



}
/*===== PC ここまで =====*/


/*===== SP ここから =====*/
@media screen and (max-width: 740px){

/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 90px;
	background-color: #004999;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h2_ttl{
	color: #FFF;
	font-size: 16px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 140%;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ttl_img{
	background-image: url(img/fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 50%;
	height: 90px;
	right: 0px;
	float: right;
}
.main_contents{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.ttl{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 10px;
	border-left: 5px solid #0045a2;
	line-height: 140%;
}
#about table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#about th,#about td{
	font-size: 13px;
	text-align: left;
	padding: 10px;
	display: block;
}
#about th {
	background: #eee;
}
#about a{color:#3fa2d6;}
#map01{
	position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 0 10px 0;}
#map01 iframe,
#map01 object,
#map01 embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.photo{
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
ul.photo li{
	width: 32%;
	margin: 0;
	padding: 0;
}
ul.photo li .img{margin:0 0 5px 0;}
ul.photo li img{width:100%;}
ul.photo li.alow{display:none;}

ul.photo p{
	font-size:10px;
	margin:0;
	line-height:130%;
}

.office{
	overflow: hidden;
	margin: 0 0 40px 0;
}
.office h4{
	color:#fff;
	padding: 15px 15px 15px 10px;
	margin: 0 0 10px 0;
	background: #0045a2;
	font-size: 15px;
}
.office table{
	width: 96%;
	margin: 0 auto;

}
.office .o_box{
}
.office .map{
}
.office .map_box{
	margin: 0 0 10px 0;
}
.map_link{
	width: 90%;
	font-size: 12px;
	line-height: 140%;
	margin: 0 auto 40px auto;
}
.map_wrap01{
	overflow: hidden;
	height:250px;
	width:90%;
margin: 0 auto 10px auto;
}
.map_wrap02{
overflow: hidden;
height:250px;
width:90%;
margin: 0 auto 10px auto;
}

.map_wrap01 iframe,.map_wrap02 iframe{
pointer-events:none;
margin-top: -250px;
}

/*===== スタッフ紹介 =====*/

	.staff ul {
		padding: 0;
		margin: 0 0 40px 0;
		overflow: hidden;
	}

	.staff li {
		width: 50%;
		float: left;
		position: relative;
	}

	.staff li span {
		font-size: 14px;
		background: rgba(0,0,0,0.5);
		display: block;
		color: #fff;
		padding: 8px 5px;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
	}


.wrapper {
		width: 60%!important;
  		background: #fff;
  		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 100000;
		overflow: hidden;
}
	.wrapper h4 {
		font-size: 14px;
		width: 90%;
		line-height: 160%;
		margin: 15px auto 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #0045a2;
	}

	.wrapper p {
		padding: 0 5%;
		word-break: break-all;
	}

	.wrapper dl{
	margin: 0 10px 0 5px;
	padding: 0;
}
.wrapper dt{
	margin: 0 0 3px 0;
	padding: 0;
	color: #0045a2;
	font-weight: bold;
}
.wrapper dd{
	margin: 0 0 7px 10px;
	padding: 0;
}


	#sidebar {
		width: 200px;
	}
.voice_wrap{
	padding: 0px 0 40px 0;
	margin-bottom: 40px;
}
.voice_box{
	overflow: hidden;
	width: 90%;
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 12px;
}
.voice_box .photo{
	width: 60%;
	margin:0 auto 15px auto;
}
.voice_txt{
}
.voice_box h4{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 10px 15px;
	background: #0045a2;
	margin: 0 0 10px 0;
	line-height: 150%;
}
.voice_box dl{
	margin: 0 0 0 0;
	padding: 0;
}
.voice_box dt{
	font-size: 13px;
	margin: 0 0 3px 0;
	padding: 0;
	color: #0045a2;
	font-weight: bold;
}
.voice_box dd{
	font-size: 12px;
	margin: 0 10px 7px 10px;
	padding: 0;
}
.sp_img{
margin-bottom: 10px;}
.sp_img img{width:100%;}

	.t_wrap .left table{margin:0 0 0 0 !important;}
	.t_wrap .right table{margin:0 0 10px 0 !important;}
	.t_wrap{margin:0 0 30px 0;}
	.access_link{
		text-align:right;
		font-size:15px;
		margin: 0 10px 0 0;
	}
	.access_link a{
		color:#004999 !important;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
	.wrapper h4 span{
		font-size: 12px;
		font-weight: normal;
	}
}
/*===== SP ここまで =====*/
