@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	color: #4c4c4c;
	font-size: 1.6rem;/* 16px */
	line-height: 1.5em;
	/* [disabled]line-height:26px; */
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
 body{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
 body{
	font-size: 1.4rem;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
/* 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;
}
.header_right {
	float:right;
}
.header_right a:hover {
	opacity: 0.7;
}
 
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*／ヘッダーフッター*/

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

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

@media screen and (min-width: 481px)  and (max-width: 768px) {
#page-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    font-size: 8px;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(255,162,0,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
	height: 60px;
    display: block;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(255,195,0,1);
	color: rgba(255,255,255,1);
} 
}
@media screen and (max-width: 480px) {
 #page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 8px;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(255,162,0,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
	height: 60px;
    display: block;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(255,195,0,1);
	color: rgba(255,255,255,1);
} 
}

/*キャッチコピー*/
@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:18px;
	color:#333;
	text-align:left;
}
}

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

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 ul li {
	margin-bottom: 10px;
}
.s_menu li a img {
	display: block;
	margin: 0 auto;
	text-align: left;
}
.s_menu li a:hover img {
	opacity: 0.7;
	transition: 0.4s;
}

.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: 768px) {
 .copyright {
    font-size: 11px !important;
    /*font-weight: ;*/
    text-align: center;
    margin: 1em auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: dotted 1px #ccc;
	/*color:#ffffff !important;*/		
}

.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;
	
}
}

@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;
}
#fh5co-clients {
    padding: 0.3em 0;
    background: rgba(11,111,87,0.9);
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
}
#fh5co-clients {
    padding: 0.3em 0;
    background: rgba(255,83,0,0.9);
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

/*オンマウスで画像透過*/
a img {
	border: none;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}






















