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

body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	color: #4d4d4d;
	font-size:14px;
	/* [disabled]line-height:26px; */
	/*font-family:'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;*/
	font-family: "ＭＳ Ｐゴシック","Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","sans-serif";
	/*font-family: "HelveticaNeueLTStd-Roman", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "MS Pゴシ ック", "MS PGothic", sans-serif;*/
	/*font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	line-height:23px;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
ul {
	padding: 0;

}
/* End Hack */
/*ヘッダーフッター*/
CSS
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#F4F4F4;
}
body > .container {
  padding: 40px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}
 
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer p, .footer a {
	color:#ffffff;
}
/*／ヘッダーフッター*/

/*ロゴ画像*/
.navbar-brand {
  background: url(../img/common/logo.png) no-repeat;
  background-position: 2px 10px;
  background-size: contain;
  height: 50px;
  /*height: 40px;*/
  width: 240px;
  text-indent:-9999px;
}
/*／ロゴ画像*/

/* ページトップ */
@media only screen and (min-width: 993px), print {
 #page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 70%;
}
#page-top a {
    background-color: rgba(204,52,55,0.9);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
	border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(203,97,99,0.9);
	color: #fff;
}
}
@media only screen and (max-width: 992px) {
#page-top {
    position: fixed;
    bottom: 100px;
    right: 10px;
    font-size: 8px;
}
#page-top a {
    background-color: rgba(204,52,55,0.9);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(203,97,99,0.9);
	color: #fff;
} 
}

/*キャッチコピー*/
@media only screen and (min-width: 993px), print {
 .fnt_cntr_cath {
	font-size:24px;
	color:#333;
	text-align:left;
	line-height:30px;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .fnt_cntr_cath {
	font-size:20px;
	color:#333;
	text-align:left;
}
}

@media only screen and (max-width: 390px) {
 .fnt_cntr_cath {
	font-size:18px;
	color:#333;
	text-align:left;
}
}

/*リストスタイル*/
.list01 {
	 padding:0;
	 margin:0;
 }
 .list01 li {
	 font-size: 13px;
	 list-style:none;
	 padding: 2px 5px 0 0;
	 margin:0;
	 line-height:1.2em;
	 display: table-cell;
	 float: left;
 }


 .list02 {
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 font-size: 13px;
	 list-style:none;
	 padding:4px 0 0 5px;
	 margin:0;
	 /*display: table-cell;
	 float: left;*/
 }
 .list02 li a {
	 color: #ffffff;
	 text-decoration: none;
 }
 .list02 li a i{
	 color: #ffffff;
	 text-decoration: none;
 }
 .list02 li a i {
	 margin-right: 5px;
 }
 
 .list03 {
	 padding:0;
	 margin:0;
 }
 .list03 li {
	 font-size: 14px;
	 list-style:none;
	 padding:7px 0 0 5px;
	 margin:0;
	 /*display: table-cell;
	 float: left;*/
 }
 .list03 li a {
	 color: #4c4c4c;
	 text-decoration: none;
 }
 .list03 li a i{
	 color: #4c4c4c;
	 text-decoration: none;
 }
 .list03 li a i {
	 margin-right: 5px;
 }
	 
/*／リストスタイル*/

/*フッター*/
.copyright{
    text-align:center;
    margin:0 auto;
    display:block;
	border-top:dotted 1px #ccc;
}
/*フッター*/

h1 {
	font-size:12px;
	line-height:1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
}
.s_menu {
	list-style: none;
	padding-left: 0px;
	
}
.s_menu li a img {
	padding-bottom: 5px;
	text-align: left;
}
.date {
	font-weight: bold;
	color:#bb121a;
}

/*TOP画像*/



@media only screen and (min-width: 768px) {
.containermain {
	width:750px;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (min-width: 992px) {
.containermain {
	width:970px;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (min-width: 1200px) {
.containermain {
	width:1170px;
	margin-left: auto;
	margin-right: auto;
}
}

/*みだし01*/
@media only screen and (min-width: 993px), print {
 .mds01 {
	 overflow: hidden;
	 text-align: left;
	 font-size: 22px;
	 background-color: #4c4c4c;
	 color: #ffffff;
	 line-height: 1.8em;
	 letter-spacing: 0.1em;
	 padding: 5px 15px;
	 border-radius: 5px;
 }
 
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.mds01 {
	 overflow: hidden;
	 text-align: left;
	 font-size: 19px;
	 background-color: #4c4c4c;
	 color: #ffffff;
	 line-height: 1.6em;
	 letter-spacing: 0.1em;
	 padding: 5px 15px;
	 border-radius: 5px;
 }
 
}

@media only screen and (max-width: 390px) {
.mds01 {
	 overflow: hidden;
	 text-align: left;
	 font-size: 16px;
	 background-color: #4c4c4c;
	 color: #ffffff;
	 line-height: 1.6em;
	 letter-spacing: 0.1em;
	 padding: 5px 15px;
	 border-radius: 5px;
 }
 

}

/*みだし02*/
@media only screen and (min-width: 993px), print {
 .mds02 {
	 font-size: 19px;
	 font-weight: normal;
	 color: #bb121a;
	 line-height: 1.8em;
	 border-bottom: 1px solid #cccccc;
 }
 .mds02 i{
	 margin-right: 5px;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.mds02 {
	 font-size: 17px;
	 font-weight: normal;
	 color:#bb121a;
	 line-height: 1.8em;
	 border-bottom: 1px solid #cccccc;
 }
 .mds02 i{
	 margin-right: 5px;
 }
}

@media only screen and (max-width: 390px) {
.mds02 {
	 font-size: 14px;
	 font-weight: normal;
	 color:#bb121a;
	 line-height: 1.8em;
	 border-bottom: 1px solid #cccccc;
 }
 .mds02 i{
	 margin-right: 5px;
 }
}

/*第二階層見出し*/
@media only screen and (min-width: 993px), print {
 .dainimds {
	 font-size: 24px;
	 font-weight: 600;
	 color:#4c4c4c;
	 /*padding-top: 5px;*/
	 padding-top: 50px;
	 padding-bottom: 50px;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.dainimds {
	 font-size: 18px;
	 font-weight: 600;
	 color:#4c4c4c;
	 padding-top: 25px;
	 padding-bottom: 25px;
 }
}

@media only screen and (max-width: 390px) {
.dainimds {
	 font-size: 14px;
	 font-weight: 600;
	 color:#4c4c4c;
	 padding-top: 25px;
	 padding-bottom: 25px;
 }
}

/*第二階層キャッチ*/
@media only screen and (min-width: 993px), print {
 .catch01 {
	 font-size: 20px;
	 font-weight: 500;
	 color:#e086a0;
	 line-height: 1.6em;
	 /*padding-top: 5px;*/
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch01 {
	 font-size: 18px;
	 font-weight: 500;
	 color:#e086a0;
	 line-height: 1.4em;
 }
}

@media only screen and (max-width: 390px) {
.catch01 {
	 font-size: 14px;
	 font-weight: 500;
	 color:#e086a0;
	 line-height: 1.4em;
 }
}





/*テキスト01*/
@media only screen and (min-width: 993px), print {
 .txt01 {
	 font-size: 14px;
	 line-height: 1.8em;
 }
 .date {
	 font-size: 14px;
	 color: #216CFF;
	 font-weight: bold;
 }
 
}

/*テキストhpリンク*/
@media only screen and (min-width: 993px), print {
 .link_hp {
	 font-size: 14px;
	 line-height:1.8em;
 }
 .link_hp a {
	 text-decoration: underline;
	 color:#363480;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.link_hp {
	 font-size: 13px;
	 line-height:1.8em;
 }
 .link_hp a {
	 text-decoration: underline;
	 color:#363480;
 }
}

@media only screen and (max-width: 390px) {
.link_hp {
	 font-size: 11px;
	 line-height:1.8em;
 }
 .link_hp a {
	 text-decoration: underline;
	 color:#363480;
 }
}

/*テーブル会社概要*/
@media only screen and (min-width: 993px), print {
 .tbl_com {
	 width: 100%;
	 border-top: 1px solid #4c4c4c !important;
	 border-left: 1px solid #4c4c4c;
	 line-height: 1.8em;
	 overflow: hidden;
     word-break: break-all;
     word-wrap: break-word;
 }
 .tbl_com th{
	 border-top: 1px solid #4c4c4c !important;
	 border-bottom: 1px solid #4c4c4c;
	 border-right: 1px solid #4c4c4c;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #4c4c4c;
	 background-color: #F1F1F1;
 }
 .tbl_com td{
	 border-top: 1px solid #4c4c4c !important;
	 border-bottom: 1px solid #4c4c4c;
	 border-right: 1px solid #4c4c4c;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.tbl_com {
	 width: 100%;
	 border-top: 1px solid #4c4c4c !important;
	 border-left: 1px solid #4c4c4c;
	 line-height: 1.8em;
	 font-size: 0.9em;
	 overflow: hidden;
     word-break: break-all;
     word-wrap: break-word;
 }
 .tbl_com th{
	 border-top: 1px solid #4c4c4c !important;
	 border-bottom: 1px solid #4c4c4c;
	 border-right: 1px solid #4c4c4c;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #4c4c4c;
	 background-color: #F1F1F1;
 }
/* .tbl_com th:last-of-type{
	 border-bottom: 1px solid #cccccc;
 }*/
 .tbl_com td{
	 border-top: 1px solid #4c4c4c !important;
	 border-bottom: 1px solid #4c4c4c;
	 border-right: 1px solid #4c4c4c !important;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}

@media only screen and (max-width: 390px) {
.tbl_com {
	 width: 100%;
	 border-top: 1px solid #4c4c4c !important;
	 border-left: 1px solid #4c4c4c;
	 line-height: 1.8em;
	 font-size: 0.8em;
	 overflow: hidden;
     word-break: break-all;
     word-wrap: break-word;
 }
 .tbl_com th{
	 border-top: 1px solid #4c4c4c !important;
	 border-bottom: 1px solid #4c4c4c;
	 border-right: 1px solid #4c4c4c;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #4c4c4c;
	 background-color: #F1F1F1;
 }
 .tbl_com td{
	 border-top: 1px solid #4c4c4c !important;
	 border-bottom: 1px solid #4c4c4c;
	 border-right: 1px solid #4c4c4c !important;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}

@media only screen and (min-width: 768px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 5px;
    background: #1455b6;
    margin-left: -25px;
    left: 47%;
    bottom: 0;
    position: absolute;
	
}
.midasisaisho {
    font-size: 42px;
    font-weight: 600;

    color: #222222;
}
}

@media only screen and (max-width: 767px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 5px;
    background: #1455b6;
    margin-left: -25px;
    left: 43%;
    bottom: 0;
    position: absolute;
	
}

.f11{
	font-size:11px !important;
}
#fh5co-clients {
    padding: 0.3em 0;
    background: rgba(221,221,221,1.00);
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
	 /* background: url(../img/common/footer_bg.jpg) repeat;*/
}

 .copyright {
    font-size: 11px !important;
    text-align: center;
    margin: 1em auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 106px;
    border-top: dotted 1px #ccc;
	color:#ffffff !important;
		
}

}


@media only screen and (max-width: 480px) {
	
	 .copyright {
    font-size: 11px !important;
    text-align: center;
    margin: 1em auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: dotted 1px #ccc;
	color:#ffffff !important;
		
}
	
}

#fh5co-clients {
    padding: 0.3em 0;
    background: rgba(221,221,221,1.00);
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
	 /* background: url(../img/common/footer_bg.jpg) repeat;*/
}

.btn_kuwashiku {
	display:inline-block;
	margin:auto;
}
.btn_kuwashiku a {
	background-color: #FFA42F;
	color: #ffffff;
	padding:7px 15px;
}
.thumbnail {
    margin-bottom: 10px;
    padding:0px;
    border-radius:0px;
    border: 2px solid #dddddd;
}
.thumbnail1 {
    margin-bottom: 10px;
	background-color: #4c4c4c;
	color: #ffffff;
	font-size: 20px;
	padding: 12px;
	letter-spacing: 0.1em;

}
.sidemenu {
	background-color: #DEDEDE;
	padding: 10px 10px 5px 10px;
}

/*-----最新情報-----*/

.fll{float: left;}
.flr{float: right;}
.cf:before,.cf:after{content: " "; display: table;}
.cf:after{clear: both;}
.cf{*zoom: 1; position: relative;}

.news li{
	list-style: none;
	width: 100%;
	padding: 17px;
	box-sizing: border-box;
	border: solid 1px rgb(230,230,230); 
    /*background: url(../img/top/s2bg.jpg) repeat;*/
	background-color: #EDEDED;
	border-radius:5px;
	/* border:2px solid #cccccc;*/
	}
	
.news li .date{
	width: 110px;
	/*height: px;
	line-height: px;*/
	border-right: solid 0px #ED6D00;
    color:#bb121a;
	font-weight:600;
}

.news li .ttl{
	/*height: ;*/
	width: 100%;
	line-height: 1.6em;;
	padding-left: px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: ;*/
	}

.saisinbotan a{
	background: #4c4c4c;
	padding:12px;
	color:#FFF;
	line-height: 3em;
	border-radius: 5px;
}

.saisinbotan a:hover{
	background: #5B5B5B;
	padding:12px;
	color:#FFF;
	opacity:0.8;
	line-height: 3em;
	border-radius: 5px;
}





















