@charset "UTF-8";

*{
	list-style-type:none;
}
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
body {
	margin: 0 auto;
	padding: 0;
	left: 0;
	overflow-x: hidden;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:16px;
}
a {
	text-decoration:none;
	color: #111;
}
a:hover {
	text-decoration:none;
}
a:focus {
	text-decoration:none;
}

p,li,dl,dt {
	font-size:16px;
}

table {
	background-color: #FFF;
}

.panel-title:hover {
	text-decoration:none;
}

.img-responsive-overwrite{
    margin: 0 auto;
}
.navbar{
	background-color: #31859c;
}

.navbar-default .navbar-nav >li > a{
    color: #fff;
    background-color: #31859c;
}

.navbar-default .navbar-nav >li > a:hover{
    color: #31859c;
    background-color: #FFF;
}

.navbar-nav li{
	border-bottom:solid 1px #FFF;
}

/* ヘッダー画像にキャッチコピーを重ねる */
.top {
	position: relative;
}

.top-container {
	padding-top:0px; 
	margin-top:0px; 
	margin-bottom:0px
}

.carousel img {
  width: 100%;
}

.jumbotron-header {
	background-color:rgba(0,0,0,0.1);
}

.jumbotron-header h2{
	color: #FFF;
	text-shadow: 2px 2px 1px #31859C;
	font-weight: bold;
}

.content-title-border {
	font-style:bold;
	border-bottom:thick solid #31859C;
	width: 50px;
	margin: 0 auto;
	padding-bottom: 2px;
}

.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  margin-bottom: 10px;
}
.lines-on-sides:after, .lines-on-sides:before {
  content: '';
  display: table-cell;
  width: 100px;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides:after {
  border-left: 1em solid transparent;
}
.lines-on-sides:before {
  border-right: 1em solid transparent;
}

.top-link a:hover{
	opacity: 0.8;
}

.top-link img:hover {
	opacity: 0.8;
}

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

@media (max-width: 767px){
	.news ul {
	margin-left:-100px;
	}
}


.img-box{
    position: relative;
}

.img-box:hover {
	opacity: 0.8;
}

.img-box-mini{
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0px;
    margin: 0px auto;
    font-weight: bold;
    color: #FFF;
    background-color:	rgba(0,0,0,0.6);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
 }

 .img-box-mini:hover{
 	opacity: 0.8;
 }

 .img-box-mini p {
 	text-align: center;
	width: 100%;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
 }

.ask-text {
	color: #FFF; 
	max-height: 340px; 
	width: 92%; 
	position: absolute;
}

.ask-text p {
	margin-top:15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.btn-nomal {
	width:340px; 
	height: 80px;
	padding: 26px 20px; 
	color:#FFF;
	border: 1px solid #31859C;
	box-shadow:3px 3px 3px #888;
	font-size: 18px;
	font-weight: bold;
}

.btn-nomal:hover {
	opacity: 0.8;
	color:#FFF;
}

.btn-service {
	width: 200px;
	height: 50px;
	font-size: 18px;
	background-color: #31859C;
	color: #FFF;
}

.btn-service:hover {
	opacity: 0.8;
	color: #FFF;
}

.btn-half {
	width: 150px; 
	padding: 15px 10px; 
	color:#FFF;
	box-shadow:3px 3px 3px #888;
	background-color: #31859C;
	border: 1px solid #31859C;
	font-weight: bold; 
	font-size:18px;
}

.btn-half:hover {
	opacity: 0.8;
	color:#FFF;
}

.btn-half-rev {
	width: 150px; 
	padding: 15px 10px; 
	color: #31859C;
	box-shadow:3px 3px 3px #888;
	background-color: #FFF;
	font-weight: bold; 
	font-size:18px;
}

.btn-half-rev:hover {
	opacity: 0.8;
	color:#31859C;
}

.fontawesome {
	font-size: 36px;
}

.service-text p{
	padding-left:60px;
	padding-right:60px;
}

.required {
	border: 1px solid #F0BA32;
	color: #F0BA32;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.form dl {
	width: 100%;
	border-bottom: 1px solid #EEE;
}

.form dt {
	float: left;
	color: #888;
	font-weight: normal;
	width: 180px;
}

.form dd {
	margin-left: 200px;
}

.footer {
	background-color: #31859C;
}

.footer-menu {
	margin: 10px;
    padding: 5px;
}		

.footer-detail h2 {
	margin-top:20px;
	margin-bottom:20px;
	color: #FFF;
	font-style: bold;
}

.footer-detail h4 {
	color: #FFF;
} 

.footer-detail p {
	color: #FFF;
} 

.footer-bottom-border {
	font-style:bold;
	border-bottom: solid 2px #FFF;
	width: 200px;
	padding-bottom: 2px;
}

.footer-menu h4 {
	color: #FFF;
}

.footer-menu li {
    padding: 5px 5px;
    padding-left: -5px;
}

.footer-menu a {
    color: #FFF;
    text-decoration: none;
}	

.footer-menu a:hover{
    opacity: 0.8;
}


/* ################ 767px以下 ################ */
@media (max-width: 767px){

.menu-btn {
	background-color: #FFF;
}

#menu {
	display: none
}

.img-box-mini p {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.navbar-fixed-top {
	margin: 0px;
}

.top-text-lg {
	font-size: 36px;
	padding: 15px 0px 35px 0px; 
	color:#FFF; 
	text-shadow: 3px 3px 1px #111;
}

.top-text-min {
	background-color:rgba(0,0,0,0.6); 
	padding: 15px 20px; 
	margin: 15px 0px; 
	color:#FFF;
}

.btn-nomal {
	width: 280px; 
	font-size: 16px;
}

.service-title h3 {
	font-size: 18px;
}

.service-text p{
	padding-left: 20px;
	padding-right: 20px;
}

.footer-bottom-border {
	font-style:bold;
	border-bottom: solid 2px #FFF;
	width: 160px;
	padding-bottom: 2px;
}




}


/* ################ 767px以上 ################ */
@media (min-width: 767px){

#menu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	list-style: none;
	background-color: #31859C;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#menu ul:after {
	content: "";
	display: block;
	clear: both;
}

#menu li {
	width: 100%;
  	border-right: 1px solid #DDD;
  	display: table-cell;
}

#menu li:last-child {
  border-right: 0;
}

#menu a {
	width: 100%;
	display: block;
	margin: 0px 30px auto;
	padding: 10px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;    
}

#menu a:hover {
	opacity: 0.8;
}


/* プルダウンリスト用追加 */
.ulmenu {
	padding: 0px;
	zoom: 1;
}

.top-menu {
	margin: 0 auto;
}

.ulmenu li {
	float: left;
	position: relative;
	z-index: 500;
	border-left: solid 1px #FFF;
	/*padding-bottom: 40px;*/
}

.ulmenu li a {
	display: block;
	font-weight: bold;
}

.ulmenu li span {
	font-size:14px;
}

.service-title h3 {
	font-size: 24px;
}


.btn-nomal {
	width: 340px;
	border: 1px solid #31859C;
}


}


