@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}
body{
	line-height: 1;
	background-color: #FFFFFF;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #029DD2;
}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
.mblue{
	background-color: #17499d;
}
.blue{
	background-color: #128FB9;
}
.green{
	background-color: #0A988E;
}
.b-yellow{
	background-color: #D1B356;
}
.b-blue{
	background-color: #143B7C;
}
.txt-blue{
	color: #128FB9;
	font-weight: bold;
}
p {
	line-height: 1.5;
}
iframe{
    display: block;
    margin:0 auto;
    border: 0;
}
/*================================================
 *  テンプレート内css
 ================================================*/
/* フォント */
.fontS {font-size:12px;}
.fontM {font-size:17px;}
.font20 {font-size:20px;}
.font22 {font-size:22px;}
.font24 {font-size:24px;}
.font26 {font-size:26px;}
.font28 {font-size:28px;}
.fontL {font-size:36px;}
.fontB {font-weight: bold;}
.fontblue{
	color: #2C4A8F;
}
.fontgreen{color: #096;}
.fontred{color: #F00;}
.fontpurple{color: #C39;}
.fontbrawn{color: #960;}
.fontorange{color: #F00;}

/* 画像の回り込み */
.imgleft {
    float: left;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 1em;
}
.imgright {
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 1em;
}
.imgcenter {
    display: block;
    float: none;
    margin: 0 auto;
}
/* 回り込み解除 */
.clearfloat:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
/*================================================
 *  webフォント
 ================================================*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?eri2lx');
  src:  url('fonts/icomoon.eot?eri2lx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?eri2lx') format('truetype'),
    url('fonts/icomoon.woff?eri2lx') format('woff'),
    url('fonts/icomoon.svg?eri2lx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: '\e900';
	color: #003E78;
	font-size: 34px;
	float: left;
	margin-right: 10px;
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 16px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
}
header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
nav {
	width: 100%;
	⁄zoom: 1;
	z-index: 999;
	background-color: #17499d;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}
#contents {
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.contents-box{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.contents-box-c{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.contents-linebox{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
}
#sidebar {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	/*	margin-bottom: -32768px;
	padding-bottom: 32768px;*/
	width: 200px;
}

footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.icon:link {
	text-decoration:none;
}
h1 {
}
h2 {
	font-size: 24px;
	line-height: 1.2em;
	color: #FFF;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #17499d;
	background-image: url(../images/h1_bg.png);
	background-repeat: repeat-y;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 26px;
}
h3 {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 20px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #EFEFEF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #17499d;
}

h4 {
	padding-left: 14px;
	font-size: 17px;
    font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17499d;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 4px solid #17499d;
}

h5 {
	padding-left: 10px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17499d;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h6 {
	margin-left: 0px;
	font-size: 16px;
	letter-spacing:1.6px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0.2em 0 0.5em;
}

h6:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #B0D0E1, #B0D0E1 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #B0D0E1, #B0D0E1 2px, #fff 2px, #fff 4px);
}

img {
	vertical-align:bottom;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
em {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #333;
	border-left:5px solid #333;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style-type: none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
/*================================================
 *  ヘッダー
 ================================================*/
.summary {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	font-size: 12px;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}
/*================================================
 *  更新情報
 ================================================*/
#info-tit {
	font-size: 21px;
	color: #FFF;
	background-color: #689ABA;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*================================================
 *  画像拡大
 ================================================*/
#imagelightbox
{
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 5px;
	border: 1px solid #CCC;
}
#main a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
/*================================================
 *  テーブルスクロール
 ================================================*/
.table-scroll {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
table{
	border-collapse: collapse;
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th,td{
border: solid 1px #ccc;
padding: 1.02em 0.7em;
white-space: nowrap;
text-align:left;
}
th{
	padding: 10px;
	text-align:left;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #DCF2FD;
    width: 7em;
}
/*================================================
 *  レスポンシブマップ
 ================================================*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*================================================
 *  フッター
 ================================================*/
 
 .flogo p{
	text-align: center;
    font-weight: bold;
	width: 100%;
	margin: 20px auto;
	clear: both;
}

.flogo p span{
    font-weight: normal;
}
 
 
/*================================================
 *  20171107追加
 ================================================*/

/* 吹き出し本体 */
.balloon{
  width: 90%;
  margin: 50px auto 20px;
  position: relative;
  padding: 20px;
  background-color: #bdffad;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #a7a7a7;         /* 吹き出し本体の影 */
}
/* 三角アイコン */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #bdffad;
  border-left: 15px solid transparent;
}

/*================================================
 *  20171211追加
 ================================================*/
 
 /* 背景指定 */
 .info-img-side{
	 background-image: url("../images/info_01_250.jpg");
	 background-repeat:no-repeat;
	 background-position:right top;
}

 /* 実績写真タイトル背景 */
 
.blue-bg2 {
    background-color: #002d52;
    display: block;
    text-align: left;
    margin: 0px;
    padding: 5px;
	color:#fff;
}

 /* こちらボタン */
 
.kochi-bota {
}

.kochi-bota a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 300px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 9999px;
}
.kochi-bota a:hover {
    color: #fff;
    opacity: 0.5;
}
.kochi-bota a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.kochi-bota a:hover:after {
    border-color: #fff;
}

/*字下げ*/
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

/*字下げ*/
.pc-on {
 display:inline-block;
}

.sp-on {
 display:none;
}


