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

body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	color: #232323;
	font-size:14px;
	/* [disabled]line-height:26px; */
	font-family:'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 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;*/
	/*font-family:"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Lato","游ゴシック体","Yu Gothic",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",sans-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;
}
/* 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;
}
/*／ヘッダーフッター*/

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

/* ページトップ */
@media only screen and (min-width: 767px), print {
 #page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 70%;
}
#page-top a {
    background-color: rgba(255,160,0,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
	border: none;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(255,207,73,1);
	color: rgba(255,255,255,1);
}
}

@media screen and (min-width: 481px)  and (max-width: 768px) {
#page-top {
    position: fixed;
    bottom: 120px;
    right: 10px;
    font-size: 8px;
}
#page-top a {
    background-color: rgba(255,160,0,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
    padding: 7px 3px;
    text-align: center;
    display: block;
    border-radius: 3px;
	border: none;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(255,207,73,1);
	color: rgba(255,255,255,1);
} 
}
@media screen and (max-width: 480px) {
 #page-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    font-size: 8px;
}
#page-top a {
    background-color: rgba(255,160,0,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
    padding: 7px 3px;
    text-align: center;
    display: block;
    border-radius: 3px;
	border: none;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(255,207,73,1);
	color: rgba(255,255,255,1);
} 
}

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

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

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

/*リストスタイル*/
  .list02 {
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 font-size: 13px;
	 list-style:none;
	 padding:0px 5px 4px 10px;
	 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:hover {
	 color: #B51C1F;
	 text-decoration: none;
 }*/
  .list02 li i,.list02 li a i {
	 margin-right: 5px;
 }
	 
/*／リストスタイル*/

/*フッター*/
.footer {
    /*text-align: ;*/
	padding-bottom: 50px;
    /*border-top: 1px solid #c7c7c7;*/
	background-color: rgba(245,247,255,1.00);
}
.copyright{
    text-align:center;
    margin:0 auto;
    display:block;
	border-top:dotted 1px #ccc;
}
/*フッター*/

h1 {
	font-size:11px;
	line-height:1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bg_midori h1 {
	color: #ffffff;
}


.s_menu ul {
	list-style: none;
	padding-left: 0px;
	
}
.s_menu li a img {
	margin-bottom: 10px;
	text-align: left;
}
.s_menu li a:hover img {
	opacity: 0.7;
}

.date {
	font-weight: bold;
	color:#FFBD46;
}

/*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;
}
}


/*第二階層見出し*/
@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;
	 text-align: center;
 }
}

@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;
	 text-align: center;
 }
}

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

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

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

@media only screen and (max-width: 390px) {
.catch01 {
	 font-size: 14px;
	 font-weight: 500;
	 color:#4c4c4c;
	 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 {
	 border-top: 1px dotted #fccad6 !important;
	 border-left: 1px dotted #fccad6;
	 line-height: 1.8em;
 }
 .tbl_com th{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #e086a0;
	 background-color: #FEF5F5;
 }
 .tbl_com td{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.tbl_com {
	 border-top: 1px dotted #fccad6 !important;
	 border-left: 1px dotted #fccad6;
	 line-height: 1.8em;
	 font-size: 0.9em;
 }
 .tbl_com th{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #e086a0;
	 background-color: #FEF5F5;
 }
/* .tbl_com th:last-of-type{
	 border-bottom: 1px solid #cccccc;
 }*/
 .tbl_com td{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6 !important;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}

@media only screen and (max-width: 390px) {
.tbl_com {
	 border-top: 1px dotted #fccad6 !important;
	 border-left: 1px dotted #fccad6;
	 line-height: 1.8em;
	 font-size: 0.8em;
 }
 .tbl_com th{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #e086a0;
	 background-color: #FEF5F5;
 }
 .tbl_com td{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6 !important;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}


/*フッター固定*/
@media only screen and (min-width: 768px) {
 .copyright {
    font-size: 11px !important;
    /*font-weight: ;*/
    text-align: center;
    margin: 1em auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: dotted 1px #ccc;
	/*color:#ffffff !important;*/
		
}
#fh5co-clients {
    padding: 0.3em 0;
    background: rgba(103,207,0,0.9);
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
	/*  background: url(../img/common/footer_bg.jpg) repeat;*/
}


.fa-fax:before {
  content: "\f1ac";
}

.fh5co-page-heading-lead {
    text-align: center;
    padding: 0px 0 60px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fh5co-page-heading-lead {
    position: relative;
    padding-bottom: 20px;
}

 }
@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(103,207,0,0.9);
    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:#333333 !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: 90px;
    border-top: dotted 1px #ccc;
	color:#333333 !important;
		
}
	
}

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

.line26{
	line-height:26px;
}

/*** レスポンシブテーブルデザイン ***/
.tbl-rsp{
  width:100%;
  border: 1px solid #cccccc;
  /*overflow: hidden;*/
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp th{
  /*padding: 6px 8px 5px;*/
  border-top: solid 1px #cccccc;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
}
 
.tbl-rsp td{
/*padding: 5px 10px;*/
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-top: dotted 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 420px){
.tbl-rsp{
  border:none;
}
.tbl-rsp th{
  width:100%;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
}
}
/*** ／レスポンシブテーブルデザイン ***/





















