@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body	{font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
         font-size:15px;
	font-weight:500;
	line-height:2;
	padding-top:50px;}

.menu {
	background:#FFF;
}

.navbar-default .navbar-text {
  color: #111;
}
.navbar-default .navbar-nav > li > a {
  color: #111;
  font-weight:700;
  transition:.6s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0069B6;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0069B6;
}

@media (max-width: 767px) {
body	{
	font-size:14px;}
	
	.navbar-collapse {
		background:#111;
	}
	.navbar-nav li a:link,
	.navbar-nav li a:visited {
		background:#111;
		color:#FFF;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #999;
		background-color: transparent;
	}
}


/* Ｃ: カルーセル */
.carousel	{margin-bottom: 0px;}

.carousel-caption	{left: 15%;
	bottom: 140px;
	text-align: left;}

.carousel-caption h3	{font-size: 42px;
	font-weight:bold;
	margin-bottom:30px;}

.carousel-caption p	{font-size: 18px;}

.carousel a:link{
	color:#FFF;
}

.carousel-inner img {
	width:100%;
}

@media (max-width: 991px) {

.carousel-caption	{left: 15%;
	bottom: 80px;
	text-align: left;}

.carousel-caption h3	{font-size: 36px;
	margin-bottom:20px;}

.carousel-caption p	{font-size: 16px;}

.carousel a:link{
	color:#FFF;
}
}

@media (max-width: 767px) {

.carousel-caption	{left: 15%;
	bottom: 40px;
	text-align: left;}

.carousel-caption h3	{font-size: 22px;
	margin-bottom:40px;}

.carousel-caption p{
	display:none;
}
}

@media (max-width: 479px) {

.carousel-caption	{left: 15%;
	bottom: 30px;
	text-align: left;}

.carousel-caption h3	{font-size: 20px;
	margin-bottom:20px;}
}

.card01{
	padding:30px 30px;
	background:#FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	border-radius:6px;
}
.card01 p.icon{
	width:120px;
	height: 120px;
	background: #EEE;
	border-radius: 50%;
	text-align:center;
	margin: 0 auto 20px auto;
}
.card01 p.icon i {
	font-size:40px;
	line-height: 120px;
	color:#1D91C9;
}
.card01 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
}
.card01 p.txt{
}

.card02{
	padding:25px;
}
.card02 img{
	width:80%;
	margin:0 10% 20px 10%;
}
.card02 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:30px;
	font-weight:bold;
}
.card02 h3 span{
	font-size:70%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:15px;
	border-bottom:1px solid #0069B6;
}
.card02 p.txt{
}

.card03{
	padding:25px;
}
.card03 img{
	width:100%;
	margin-bottom:20px;
}
.card03 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
}
.card03 p.txt{
	margin-bottom:20px;
}

.card04{
	background:#FFF;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	border-radius:6px;
}

.card04 img{
	width:100%;
	border-radius:6px 6px 0 0 ;
}

.card04 div{
	padding:30px;
}

.card04 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}
.card04 p.txt{
	margin-bottom:20px;
}

.button {
	text-align:center;
}
.button a{
	display:inline-block;
	padding:10px 30px;
	color:#FFF;
	border-radius:30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border:3px solid #0069B6;
}
.button a:link,
.button a:visited{
	color:#FFF;
	background:#0069B6;
}
.button a:hover{
	color:#0069B6;
	background:#FFF;
	border:3px solid #0069B6;
	text-decoration:none;
}
.button a i {
	margin-right:7px;
}

ul.socialBtn{
	float:right;
}
ul.socialBtn li{
	list-style:none;
	float:left;
	margin-left:15px;
	font-size:180%;
}
ul.socialBtn li a{
	color:#0069B6;
}
ul.socialBtn li a:hover{
	color:#77C0E3;
}

#strength{
	margin-top:-50px;
	padding-top:50px;
}

.inner {
	padding:80px 0 90px 0;
}

.inner2 {
	padding:20px 0 90px 0;
}

#strength h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#strength h2 span{
	font-family: "Roboto", sans-serif;
	font-size:50%;
	font-weight:800;
	color: #0069B6;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}

#greeting{
	margin-top:-50px;
	padding-top:50px;
}
#greetingWrap{
	width:100%;
}

#greeting h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#greeting h2 span{
	font-family: "Roboto", sans-serif;
	font-size:50%;
	font-weight:800;
	display:inline-block;
	color: #0069B6;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}
#greeting p{
	line-height:2;
}
#greeting p.sign{
	font-size:20px;
	text-align:right;
}

#business{
	margin-top:-50px;
	padding-top:50px;
}
#businessWrap{
	width:100%;
	background:url(img/bg01.jpg) 50% 50% no-repeat;
	background-size:cover;
}
#business h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	letter-spacing:0.1em;
}
#business h2 span{
	font-family: "Roboto", sans-serif;
	font-size:50%;
	font-weight:800;
	display:inline-block;
	color: #54A6F1;
	padding-bottom:20px;
	border-bottom:1px solid #54A6F1;
	margin-bottom:50px;
}

#company{
	margin-top:-50px;
	padding-top:50px;
}

#company h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#company h2 span{
	font-family: "Roboto", sans-serif;
	font-size:50%;
	font-weight:800;
	display:inline-block;
	color: #0069B6;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}

#map{
	background:url(img/map_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#map h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	color:#FFF;
}
#map h2 span{
	font-family: "Roboto", sans-serif;
	font-size:50%;
	font-weight:800;
	display:inline-block;
	color: #D0D22C;
	padding-bottom:20px;
	border-bottom:1px solid #D0D22C;
	margin-bottom:50px;
}

#contact{
	margin-top:-50px;
	padding-top:50px;
}
#contactWrap{
	width:100%;
	background:url(img/contact_bg.gif) 0 0 repeat;
}

#contact h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#contact h2 span{
	font-family: "Roboto", sans-serif;
	font-size:50%;
	font-weight:800;
	display:inline-block;
	color: #0069B6;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}

#news{
	margin-top:-50px;
	padding-top:50px;
}
#news h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#news h2 span{
	font-family: "Roboto", sans-serif;
	font-size:50%;
	font-weight:800;
	display:inline-block;
	color: #0069B6;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}

#sample01{
	margin-top:-50px;
	padding-top:50px;
}
#sample01Wrap{
	width:100%;
	background:#EFEFEF;
}

#sample01 h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#sample01 h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}

.gallery div{
	margin-bottom:30px;
}
.gallery div img{
	display:block;
	width:100%;
	margin-bottom:15px;
}
.gallery div p{
	text-align:center;
}

.box01{
	width:auto;
	padding:25px;
	background:#FFF;
	border-radius:8px;
	border:3px solid #BBB;
}

.tab-pane{
	padding:25px 10px;
	border-bottom:1px solid #DDD;
}

a.acordion{
	display:block;
	width:auto;
	background:#DDD;
	padding:10px;
	margin-bottom:10px;
	border-radius:8px 8px 8px 8px ;
}

.well{
	background:#FFF;
}

.fullImg {
	background:url(img/main04.jpg) 50% 50% no-repeat;
	background-size:cover;
	height:500px;
}

.photoBoxWrap {
	position:relative;
	width:auto;
	margin:0 auto 50px auto;
}

.photoBox {
	width:100%;
	height:auto;
}
	.photoBox div.imgWrap {
		position:absolute;
		display:block;
		width:400px;
		top:0;
		left:0;
		z-index:2;
	}
		.photoBox div.imgWrap figure.img-container {
			overflow: hidden;
			position: relative;
		}
			.photoBox div.imgWrap figure.img-container img {
				display: block;
				width:400px;
				opacity: 0;
				position: relative;
				transition:all .5s .3s ease; 
				z-index: 0;
			}
			.photoBox div.imgWrap figure.img-container:before {
				background: #0069B6;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				transform: translateX(-100%);
				transition:all 1.0s 0s ease; 
				width: 100%;
				z-index: 1;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:50px;
		padding:70px 60px 70px 450px;
		background:url(img/contact_bg.gif) 0 0 repeat;
		border-radius: 5px;
		top:50px;
		left:50px;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:24px;
			font-weight:bold;
			line-height:1.6;
			color: #0069B6;
			margin-bottom:50px;
		}
			.photoBox div.text-container h3 i {
				display:inline-block;
				margin-right:0.4em;
				color:#0069B6;
			}
		
/*アニメーションするプロパティを設定*/
.photoBox div.imgWrap figure.img-container.active img{
    opacity: 1;
}
.photoBox div.imgWrap figure.img-container.active:before{
    transform: translateX(100%);        
}

.submitBtn {
	font-size:16px;
	font-weight: 700;
	color: #FFF;
	padding:0.8em 1.6em;
	background: #0069B6;
	border: 0;
	border-radius: 4px;
	transition: .6s;
}
.submitBtn:hover {
	opacity:.7;
}

.sp{
	display:none;
}

@media (max-width: 991px) {
.card01{
	margin-bottom:30px;
}
.card01 p.icon{
	width:100px;
	height: 100px;
	background: #EEE;
	border-radius: 50%;
	text-align:center;
	margin: 0 auto 20px auto;
}
.card01 p.icon i {
	font-size:30px;
	line-height: 100px;
	color:#1D91C9;
}
.card01 h3{
	font-size:20px;
}

.card04{
	margin-bottom:30px;
}
.card04 h3{
	font-size:20px;
}

.last{
	margin-bottom:0;
}
	
#strength h2{
	font-size:30px;
}
#strength h2 span{
	font-size:60%;
}

#greeting h2{
	font-size:30px;
}
#greeting h2 span{
	font-size:60%;
}
#greeting p.sign{
	font-size:18px;
	text-align:right;
}

#business h2{
	font-size:30px;
}
#business h2 span{
	font-size:60%;
}

#company h2{
	font-size:30px;
}
#company h2 span{
	font-size:60%;
}
	
#contact h2{
	font-size:30px;
}
#contact h2 span{
	font-size:60%;
}
	
#sample01 h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}

.block01 img{
	display:block;
	width:100%;
	margin-bottom:25px;
}
	
.photoBox div.imgWrap {
		width:320px;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:320px;
			}
	.photoBox div.text-container {
		padding:60px 50px 60px 330px;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
			margin-bottom: 30px;
		}

}

@media (max-width: 767px) {
.inner {
	padding:70px 0 80px 0;
}

.inner2 {
	padding:20px 0 80px 0;
}
	
.card01{
	padding:30px 20px;
}
.card01 h3{
	font-size:18px;
}
	
.card04 div{
	padding:30px 20px;
}
.card04 h3{
	font-size:18px;
}
	
#strength h2{
	font-size:24px;
}
#strength h2 span{
	font-size:60%;
}

#greeting h2{
	font-size:24px;
}
#greeting h2 span{
	font-size:60%;
}
#greeting p.sign{
	font-size:16px;
}

#business h2{
	font-size:24px;
}
#business h2 span{
	font-size:60%;
}

#company h2{
	font-size:24px;
}
#company h2 span{
	font-size:60%;
}

#contact h2{
	font-size:24px;
}
#contact h2 span{
	font-size:60%;
}
	
.photoBoxWrap {
	margin:0 auto;
}
	.photoBox div.imgWrap {
		position:inherit;
		width:80%;
		max-width:320px;
		top:auto;
		left:auto;
		margin:0 auto;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:100%;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:0;
		padding:40px 0 0 0;
		background:#FFF;
		top:0;
		left:0;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:18px;
			margin-bottom:40px;
		}	
	
	.sp{
		display:block;
		margin-bottom:20px;
	}
}

/* フッター */
.footer	{padding: 30px 0 30px 0;
	border-top: solid 5px #CCC;
	background-color:#000;}

.footer p	{
	line-height: 2;
	color:#FFF;
	text-align:center;
}

.footer p.copyright	{
	font-size:12px;
	opacity:.5;
	padding-top:20px;
	border-top:1px solid #222;
}

.footer p.pageTop a {
	color:#FFF;
	transition:.6s;
}
.footer p.pageTop a:hover {
	color:#999;
}
.footer p.pageTop a i {
	font-size:34px;
	margin-bottom:10px;
	margin-right:0;
}

.footer i {
	margin-right:7px;
	font-size:120%;
}

.footerLinks {
	margin-bottom:30px;
	text-align:center;
}
	.footerLinks li {
		display:inline;
		margin:0 14px;
	}
	.footerLinks li a {
		color:#FFF;
		text-decoration:none;
		transition:.6s;
	}
	.footerLinks li a:hover {
		opacity:0.7;
	}
	.footerLinks li a:before {
		display: inline-block;
		font-family: FontAwesome;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0da";
		color:#FFF;
		margin-right:7px;
	}
	
@media (max-width: 767px) {
.footerLinks {
	border-top:1px solid #2C2C2C;
}
.footerLinks li {
	display:block;
	margin:0 0;
}
.footerLinks li a {
	display:block;
	height:44px;
	line-height:44px;
	background:#1C1C1C;
	border-top:1px solid #000;
	border-bottom:1px solid #2C2C2C;
	color:#FFF;
	padding:0 12px;
}
.footer p	{
	font-size:12px;
}

.footer p.copyright	{
	font-size:12px;
}
}


/* アンカー */
a:link, a:active {
color:#2996CC;
text-decoration:none;
}

a:visited {
color:#2996CC;
text-decoration:none;
}

a:hover {
color:#77C0E3;
text-decoration:none;
}


/* 新着情報 */
ul.news{
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
	border-top: dotted 1px #CCC;}
	
ul.news li {
	display: block;
	padding: 20px 10px 20px 10px;
	color: #000;
	border-bottom: dotted 1px #CCC;}

ul.news p {
	margin-top:5px;
}


/* 縦に並べたリンクを区切る罫線 */

@media (min-width: 480px) {
ul.news time	{float: left;
	color:#0C5A94;}
	
ul.news time i {
	margin-right:7px;
}

ul.news p	{margin: 0 0 0 160px;}
} /* @media */


#mapDiv{
width:100%;
height:500px;
margin:0 auto 20px auto;
}



table{
	border-bottom:1px solid #DDD;
}



table.table th{
	width:20%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px 12px;
  line-height: 1.8;
}


/* 書式設定 */
.cap1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.cap1 i {
	color:#0069B6;
	margin-right:7px;
}

@media (max-width: 400px) {
	.cap1 span{
		display:block;
		margin:0;
	}
	
	.page_nav ul,
    .page_nav ol{
		font-size:11px;
	}

} /* @media */


.read_lh180_m0 {line-height:1.8em;}
.read_lh180_m5 {line-height:1.8; margin:0 0 5px 0;}
.read_lh180_m10 {line-height:1.8; margin:0 0 10px 0;}
.read_lh180_m15 {line-height:1.8; margin:0 0 15px 0;}
.read_lh180_m20 {line-height:1.8; margin:0 0 20px 0;}
.read_lh180_m30 {line-height:1.8; margin:0 0 30px 0;}
.read_lh180_m40 {line-height:1.8; margin:0 0 40px 0;}
.read_lh180_m50 {line-height:1.8; margin:0 0 50px 0;}
.read_lh180_m60 {line-height:1.8; margin:0 0 60px 0;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

.pt5{padding-top:0px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}

.p25{padding:25px;}

.taC{
	text-align:center;
}
.taL{
	text-align:left;
}
.taR{
	text-align:right;
}

img.wid100per{
	width:100%;
}


/* フォーム */
span.label{
  margin-left: 1em;
}

.form-group{
	border-top:1px solid #C6D6E3;
	padding-top:15px;
}

.glyphicon {
	margin-right:5px;
}

.fcWhite{
	color:#FFF;
}

/*clearfix-------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.clearfix {zoom:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */