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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    font-family:-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
    background: #fff;
    height: 100%;
    position: relative;
}
.mpc{
	display: none;
}

.scrollbox{
    padding-top: 80px;
    padding-bottom: 20px;
    width: 200px;
}

a {
  color: #124AA0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #124AA0;
  outline: none;
}

p.mozi01 {
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.button01  {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}
.button01 i {
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.button01 a{
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 13px;
    background-color: #39251A;
    display: block;
    width: 250px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
}
.button01 a:hover{
    color: #88898B;
    background-color: #F1F1F1;
    border: 1px solid #A39A94;
}

h1, h2, h4, h5, h6, figure {
    color: #000;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding-left: 10px;
}

/*企業概要左右*/
.main03{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.md3 {
    font-size: 19px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 280px;
}
.md1 {
    font-size: 18px;
    border-bottom: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-weight: bold;
}
.md2 {
    font-size: 16px;
    border-bottom: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.iso01{
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.iso02 {
    font-size: 18px;
    border-bottom: none;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
}
.iso03 {
    font-size: 12px;
    border-bottom: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    text-align: right;
}
.iso10 {
	width: 200px;
	display: block;
	float: left;
	font-size: 9px;
	border-bottom: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
}
.iso20 {
	width: 170px;
	display: block;
	font-size: 8px;
	border-bottom: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
		float: left;
}
.main03 ul {
	 list-style: none;
    margin-top: 80px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.main03 ul li{
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 20px;
}
.main01{
    width: 360px;
    float: left;
    border-right: 1px solid rgba(0,0,0,1.00);
    margin-left: 0px;
    margin-top: 50px;
}


.main02{
    margin-top: 50px;
    margin-left: 10px;
    width: 360px;
    float: left;
}


/*TOPに戻る*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #0175C2;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    text-decoration: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    padding-top: 14px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
}
.pagetop a:hover {
    display: block;
    background-color: #2548A8;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*TOPフローチャート*/
.sankaku  {
    margin-left: 0px;
    display: block;
    z-index: 1;
    position: absolute;
    margin-top: 120px;
    float: left;
    width: 100%;
    text-align: right;
    padding-right: 0px;
}
.gray01{
    background-color: #F9F9F9;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*お問合せ*/
.mail100{
    background-color: #B0B9C3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.mail100 h1{
    color: #FFFFFF;
    font-size: 30px;
}
.mail100 a{
    color: #2548A8;
    font-size: 18px;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.mail300{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
/*フローチャート*/
.midashi{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: hsla(0,0%,0%,1.00);
    padding-top: 10px;
    padding-bottom: 5px;
}
.midashi2{
    font-size: 20px;
    font-weight: 550;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
    color: #3158B3;
}
/*取扱メーカー*/
.maker01 {
    width: 340px;
    display: block;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    background-color: #F9F9F9;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #B8C1E9;
    border-top: 2px solid #FFFFFF;
    height: 60px;
    display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
    line-height: 60px;
    color: #0A1B51;
    text-align: left;
    padding-left: 3px;
    font-size: 16px;
    margin-right: 0px;
}
.maker01 a:hover {
    color: #FFFFFF;
    background-color: #748BD7;
    text-decoration: none;
}

/*所在地*/
.com01{
    width: 50%;
    height: 750px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
}
.com03 a{
    width: 33.3333%;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    background-color: #F4F4F4;
    text-align: center;
    text-decoration: none;
    color: #777777;
    font-size: 18px;
    border-left: 1px solid #9A9A9A;
}
.com03 a:hover{
    background-color: #467FB5;
    color: #FFFFFF;
}

.com02{
    width: 450px;
    float: right;
    display: block;
    margin-right: 100px;
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
}


.com02 h3{
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 600;
}

.com02 img {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    border: 10px solid #FFFFFF;
    -webkit-box-shadow: 2px 2px #C3C3C3;
    box-shadow: 2px 2px #C3C3C3;
}
/*お知らせ*/
div.iframeWrapper {
	position: relative;
	width: 100%;
	height: 1600px;
}
div.iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width:480px){
	.mpc{display: block}
	.spc{display: none;}	
div.iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}	
	
div.iframeWrapper {
	position: relative;
	width: 100%;
	height: 600px;
}}
/*map*/

.map01{
    display: block;
    float: right;
    width: 50%;
    height: 750px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

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

.title01{
    height: 715px;
    width: 100%;
    z-index: 0;
    background-image: url(../images/hed/top02.jpg);
    background-position: 50% 100%;
    border-top: 1px solid #CDCDCD;
    border-bottom: 3px solid #E0E0E0;
    margin-top: 0px;
    padding-top: 65px;
    background-repeat: repeat-x;
}

.ti01{
    width: 1000px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-left: 15pt;
    padding-right: 15px;
}
.ti01 h1{
    color: #000000;
    font-size: 40px;
    line-height: 38px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
    font-weight: 550;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.ti01 p{
    color: #000000;
    font-size: 28px;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 550;
}

.title02{
    background-image: url(../images/phot01.jpg);
    background-position: 50% 100%;
    height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;	
}
.title03{
    background-image: url(../images/hed/201.jpg);
    background-position: 50% 100%;
	height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;	
}

.title04{
    background-image: url(../images/hed/301.jpg);
    background-position: 50% 100%;
    height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;
}
.title05{
	background-image: url(../images/phot04.jpg);
    background-position: 50% 100%;
	height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;	
}

.title06{
    background-image: url(../images/hed/302.jpg);
    background-position: 50% 100%;
	height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;	
}

.title07{
    background-image: url(../images/hed/306.jpg);
    background-position: 50% 100%;	
	height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;	
}
.title08{
    background-image: url(../images/hed/305.jpg);
    background-position: 50% 100%;
    height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
	    background-repeat: repeat-x;	
}
.title09{
    background-image: url(../images/hed/310.jpg);
    background-position: 50% 100%;
    height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;
}
.title10{
    background-image: url(../images/hed/303.jpg);
    height: 345px;
    background-position: 50% 100%;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;
}
.title12{
    background-image: url(../images/hed/500.jpg);
    background-position: 50% 100%;
    height: 345px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-repeat: repeat-x;
}
.title12 .title h1{
    color: #FFFFFF;
}
.titles  {
    text-align: center;
    margin-left: -10px;
    margin-right: auto;
    background-color: #6681A0;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    float: right;
    display: block;
    font-size: 14px;
    width: 120px;
    z-index: 1;
    position: absolute;
    margin-top: 230px;
}

.title  {
	text-align: center;
}

.title  h1{
    margin-top: 100px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #000000;
    font-weight: 600;
}
.title h1:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #467FB5;
    border-radius: 2px;
}
.title p{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 2px 1px 1px #46819F,-2px 1px 1px #46819F,2px -1px 1px #46819F,-2px -1px 1px #46819F;
}
.minimenu a{
    display: none;
}

/*titleその2*/
.title11{
    height: 285px;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
    background-image: url(../images/hed/309.jpg);
    background-repeat: repeat-x;
    background-position: 0% 100%;
}
.tit  {
	text-align: center;
}

.tit  h1{
    margin-top: 64px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #221815;
    font-size: 30px;
}
.tit h1:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #467FB5;
    border-radius: 2px;
}
.tit p{
    color: #467FB5;
    font-size: 14px;
    line-height: 24px;
}
/*カラム*/

.col-menu{
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    width: 17%;
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.menu20 a{
    text-decoration: none;
    color: #000000;
    display: block;
    background-color: #F9F9F9;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 600;
}
.menu21 a {
    text-decoration: none;
    color: #000000;
    display: block;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;	
}

.menu20 a:hover{
    background-color: #F4F4F4;
    text-decoration: none;
}
.menu21 a:hover{
    background-color: #F4F4F4;
    text-decoration: none;
}

.main100{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.main200{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.main300{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 100px;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.main300 img{
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.atoun{
	width: 100%;
	overflow: hidden;
}
.atoun h1{
	margin-top: 100px;
	margin-left: 10px;
	margin-bottom: 30px;
	font-size: 42px;
		font-weight: 600;
}
.atoun h2{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.atoun p{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}
.atoun2{
	display: block;
	width: 50%;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
	text-align: center;
}
.atoun2 img{
	width: 340px;
	height: auto;
	display: block;
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.atoun2 h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.atoun2 h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
h1.hdemo{
	display: block;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #000000;
	margin-bottom: 50px;
}
.hdemo span{
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}
.bdemo a{
	width: 340px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	border: 2px solid #000000;
	font-size: 28px;
	color: #000000;
	float: none;
}

.bdemo a:hover{
	background: #E7E7E7;
	text-decoration: none;
}

.atoun3{
	display: block;
	width: 33%;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;		
}
.atoun3 img{
	width: 320px;
	height: auto;
	display: block;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.atoun3 p{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 13px;
}
.col-main{
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 70%;
    float: right;
    text-align: left;
}
.container h2 {
    text-align: left;
    font-size: 38px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 10px;
    color: #000000;
    font-weight: 550;
    border-bottom: 1px solid hsla(0,0%,0%,1.00);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
.container h2 span {
    display: block;
    margin-bottom: .4em;
    color: #2E66BB;
    font-size: .5em;
}
.container h3 {
    font-weight: 550;
    font-size: 20px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 15px;
}	
.container p {
    font-size: 14px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 20px;
    line-height: 20px;
    padding-right: 20px;
}	
.imgc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.col-main p{
    font-size: 16px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.migi01{
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    display: block;
    padding-right: 20px;
}
.col-main h4 {
    border-bottom: 2px solid #E5EEF8;
    position: relative;
    text-align: left;
    font-size: 20px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    color: #000000;
    font-weight: 600;
}

.col-main h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 2px solid #CBD9F1;
    bottom: -2px;
    width: 20%;
}

.col-main table {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.col-main ul {
    margin-top: 80px;
    margin-right: 50px;
    margin-bottom: 100px;
    margin-left: 50px;
}

.col-main li {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width:480px){
	
.main200{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}	
.main100{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}	
	.main300{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main300 img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}
	
	
.atoun h1{
	margin-top: 60px;
	margin-left: 10px;
	margin-bottom: 30px;
	font-size: 16px;
}
.atoun h2{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}
.atoun p{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.atoun2{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
	text-align: center;
}
.atoun2 img{
	width: 90%;
	height: auto;
	display: block;
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.atoun2 h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.atoun2 h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.bdemo a{
	width: 340px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	border: 2px solid #000000;
	font-size: 28px;
	color: #000000;
	float: none;
}

.bdemo a:hover{
	background: #E7E7E7;
	text-decoration: none;
}
h1.hdemo{
	padding-bottom: 10px;
		font-size: 30px;
			text-align: center;
	border-bottom: 1px solid #000000;
}
.hdemo span{
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}
.atoun3{
	display: block;
	width: 100%;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;		
}
.atoun3 img{
	width: 100%;
	height: auto;
	display: block;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.atoun3 p{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-right: 10px;
}
/*取扱メーカー*/
.maker01 {
    width: 100%;
    display: block;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    height: 40px;
    display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
    line-height: 60px;
    color: #0A1B51;
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
    padding-right: 15px;
}
	
	/*TOPフローチャート*/
.sankaku  {
 display: none;
}
.add01{
    font-size: 14px;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

.col-main h4 {
    border-bottom: 2px solid #E5EEF8;
    position: relative;
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    color: #000000;
    font-weight: 600;
}

	
/*企業概要左右*/
.main03{
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.main03 ul li{
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 18px;
}	
.main01{
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    border-right: 0px solid rgba(0,0,0,1.00);
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 10px;
}


.main02{
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}	
	
.iso01{
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}	
.col-main ul {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 100px;
    margin-left: 20px;
}
	
.title  h1{
    font-size: 26px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.title h1:before {
    background-color: #A7EDFF;
}
.title p{
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.container h2 {
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 0px;
    color: #000000;
    font-weight: 550;
}
.container h2 span {
    display: block;
    margin-bottom: .4em;
    color: #2E66BB;
    font-size: .5em;
}
.container h3 {
    font-weight: 550;
    font-size: 20px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 10px;
}	
.container p {
    font-size: 14px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 20px;
    line-height: 20px;
    padding-right: 20px;
}	
.title01{
    height: 350px;
    width: 100%;
    z-index: 0;
    background-image: url(../images/hed/top01.jpg);
    border-top: 1px solid #CDCDCD;
    border-bottom: 3px solid #E0E0E0;
    background-position: 100% 60%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.ti01{
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    padding-top: 70px;
    float: none;
}
.ti01 h1{
    color: #000000;
    font-size: 28px;
    line-height: 38px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 550;
}	

.ti01 p{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

}


	/*titleその2*/
.title11{
    height: 285px;
    width: 100%;
    background-color: #EDEFF1;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 65px;
}
.tit  {
	text-align: center;
}

.tit  h1{
    margin-top: 64px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #221815;
    font-size: 30px;
}
.tit h1:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #467FB5;
    border-radius: 2px;
}
.tit p{
    color: #467FB5;
    font-size: 14px;
    line-height: 24px;
}
	/*所在地*/
.com01{
    width: 100%;
    height: 450px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
}
.com02{
    width: 100%;
    float: right;
    display: block;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    padding-top: 60px;
}

.com02 h3{
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
}

.com02 img {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 80%;
}

/*map*/

.map01{
    display: block;
    float: none;
    width: 100%;
    height: 600px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
	.img100{
    width: 300px;
    height: auto;
	}	
	
		
.minimenu a{
    display: block;
}	
.col-menu{
    display: none;
}
.col-main{
    font-size: 14px;
    width: 95%;
    float: none;
}



}


::-webkit-selection {
  color: #fff;
  background: #124AA0;
}

::-moz-selection {
  color: #fff;
  background: #124AA0;
}

::selection {
  color: #fff;
  background: #124AA0;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0px;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
	background-color: #170505;
	color: #fff;
	border: 2px solid #170505;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #124AA0 !important;
    border-color: #124AA0 !important;
}
.btn-primary.btn-outline {
    color: #073F68;
    border: 2px solid #FFFFFF;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background-color: #0075C2;
    color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  font-size: 14px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #124AA0;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
    color: #87A0CB;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }

}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
.sankaku  {
 display: none;
}	
	
	
	/*所在地*/
.com01{
    width: 100%;
    height: 650px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
}

.com02{
    width: 100%;
    float: right;
    display: block;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    padding-top: 60px;
}

.com02 h3{
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
}



.com02 img {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 400px;
}

/*map*/

.map01{
    display: block;
    float: none;
    width: 100%;
    height: 600px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}	
	
}

#fh5co-header {
	z-index: 2;
	position: fixed;
	width: 100%;
	margin: 0;
	background-repeat: repeat-y;
	background-color: #333333;
	border-bottom: 1px solid #CDCDCD;
	
}
@media screen and (max-width: 768px) {
.main100{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}		
.main300{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main300 img{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

.atoun h1{
	margin-top: 60px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 24px;
}
.atoun h2{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 24px
}
.atoun p{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 13px;
}
.atoun2{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
	text-align: center;
}
.atoun2 img{
	width: 340px;
	height: auto;
	display: block;
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.atoun2 h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.atoun2 h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.bdemo a{
	width: 340px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	border: 2px solid #000000;
	font-size: 28px;
	color: #000000;
	float: none;
}

.bdemo a:hover{
	background: #E7E7E7;
	text-decoration: none;
}	
	h1.hdemo{
	padding-bottom: 30px;
		text-align: center;
	border-bottom: 1px solid #000000;
	font-size: 34px;
}
.hdemo span{
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}
.atoun3{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 20px;
	float: none;
}
.atoun3 img{
	width: 320px;
	height: auto;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	
}
.atoun3 p{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	margin-right: 10px;
}
  #fh5co-header {
    margin: 0px 0 0 0;
    background-color: #333333;
  }
.col-menu{
    display: none;
}
.col-main{
    width: 95%;
}	
}
#fh5co-header .header-inner {
	height: 65px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	margin-top: 0px;
}
#fh5co-header h1 {
    float: left;
    padding: 0;
    line-height: 0;
    font-size: 30px;

}
#fh5co-header h1 img {
    float: left;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#fh5co-header h1 a {
  position: relative;
  color: black;
}
#fh5co-header h1 a > span {
  color: #124AA0;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#fh5co-header h1 a:after {
    position: absolute;
    bottom: 6px;
    right: -8px;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#fh5co-header h1, #fh5co-header nav {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0;
}
#fh5co-header nav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: block;
	height: 65px;
	width: auto;
	color: #414141;
	float: right;
	text-align: right;
}



/*ヘッダー中*/
@media screen and (max-width: 1200px) {
.ti01{
    width: 100%;
}	
#fh5co-header nav {
    display: block;
    height: 65px;
    width: auto;
    color: #414141;
    float: right;
    text-align: center;
} 
	
}
/*ヘッダー問い合わせ*/

.mail01 {
    display: block;
    height: 65px;
    width: 65px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    float: right;
}
.mail01 a {
    color: #DCDCDC;
    font-size: 20px;
    text-decoration: none;
    display: block;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #676767;
    width: 65px;
    height: 65px;
    padding-top: 40%;
    padding-right: 50%;
    padding-bottom: 50%;
    padding-left: 50%;
}

.mail01 a:hover {
    color: #FFFFFF;
    background-color: #CFCFCF;
}
.tel01{
    font-weight: 600;
    font-size: 14px;
    color: #7A5B3B;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #fh5co-header nav {
    display: none;
  }

.mail01 {
display: none;
}
.mail300{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
}
#fh5co-header nav ul {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 35px;
    line-height: 0;
}
#fh5co-header nav ul li {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0;
	margin: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;

  *display: inline;
	color: #212121;
}
#fh5co-header nav ul li a {
	font-size: 14px;
	padding-top: 24px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 34px;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ACACAC;
}
#fh5co-header nav ul li a img{
	width: 18px;
	height: auto;
	margin-left: 6px;
  filter: invert(70%);

}
#fh5co-header nav ul li a i {
	
  line-height: 0;
  font-size: 15px;
  position: relative;
  top: 0px;
}
#fh5co-header nav ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 15px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#fh5co-header nav ul li a img:hover {
	filter: invert(100%);
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
    outline: none;
    text-decoration: none;
    background-color: #ECEfCEC;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border: 2px solid #124AA0;
    color: #124AA0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
#fh5co-header nav ul li.cta a:hover {
    color: #fff;
    background-color: #87A0CB;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
    min-height: 300px;
    background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
	position: relative;
	overflow: hidden;
	height: 300px;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 300px;
    height: 0px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100px;
    height: 100px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section {
    padding-top: 5em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5em;
    background-repeat: no-repeat;
}


@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services-section .services {
  position: relative;
}
#fh5co-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #124AA0;
}
#fh5co-services-section .services .desc {
  padding-left: 70px;
}
#fh5co-services-section .services .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services {
  margin-top: 4em;
}

#fh5co-work-section .item-grid0 {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fh5co-work-section .item-grid0 .image {
    height: 250px;
    overflow: hidden;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center center;
}
#fh5co-work-section .item-grid {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fh5co-work-section .item-grid .image {
    height: 250px;
    overflow: hidden;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center center;
}
#fh5co-work-section .item-grid .v-align {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#fh5co-work-section p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}


#fh5co-work-section .item-grid .v-align h3 {
    font-weight: 550;
    font-size: 20px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#fh5co-work-section .item-grid .v-align h5 {
	color: #909090;
	font-size: 12px;
	line-height: 18px;

}
#fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus {
    text-decoration: none;
    -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    top: -2px;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #124AA0;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p {
	font-size: 18px;
	line-height: 1.6em;
	color: #1a1a1a;
	text-align: left;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #124AA0;
}

#fh5co-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image {
	position:absolute;
	height: 400px;
	overflow: hidden;
	margin-bottom: 0px;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}
#fh5co-blog-section .item-grid .v-align {
    padding: 30px;
}

/*TOPページ営業所案内*/
.add00{
    font-size: 14px;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 25px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.add01{
    font-size: 14px;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.add02{
    font-size: 14px;
    color: #185A84;
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-top: 10px;
}
#fh5co-blog-section .item-grid .v-align h3 {
  font-weight: 550;
  font-size: 20px;
}
#fh5co-blog-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-blog-section .item-grid .v-align p {
    color: gray;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
    margin-bottom: 0px;
}
.fh5co-heading h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}
.fh5co-heading h3 {
    font-weight: 300;
    font-size: 16px;
    color: #6A5E5E;
    margin-bottom: 50px;
    margin-top: 20px;
}
.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
    padding-top: 5em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 22px;
    color: #342115;
}
.contact-info li a {
    color: #342115;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }


}

.fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}

.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 7em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}
.fh5co-cta .overlay {
    background-color: rgba(39,103,188,0.70);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
.fh5co-cta .container {
    position: relative;
    z-index: 2;
    text-align: center;
}
.fh5co-cta .container2 {
    position: relative;
    z-index: 2;
    text-align: center;
}

.fh5co-cta p {
    color: #fff;
  
}	
.fh5co-cta h3 {
    color: #fff;
    text-shadow: 3px 2px 3px #2C3236,-2px 1px 1px #3D637B,2px -1px 1px #3D637B,-2px -1px 1px #3D637B;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}
.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}

#fh5co-footer {
    padding-top: 3em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1em;
    float: left;
    width: 100%;
    position: relative;
    background-color: #333333;
    z-index: 2;
    color: #FFFFFF;
    line-height: 18px;
}

#fh5co-footer ul li {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
    color: #fff;
    border-bottom: 1px solid #5E5E5E;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#fh5co-footer h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}
#fh5co-footer [class*="col"] {
  padding-bottom: 10px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
    float: left;
    margin-right: 10px;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
#fh5co-footer ul li a {
    color: #FFFFFF;
    text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
    color: #93B8E3;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}

.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
	
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: #fff;
	
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
    z-index: 2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a img {
		width: 22px;
	height: auto;
	margin-left: 7px;
  filter: invert(70%);

}
#fh5co-offcanvas ul li a:hover {
  color: #124AA0;
}
#fh5co-offcanvas ul li.active a {
  color: #124AA0;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle a img{
	  filter: invert(70%);

}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #CCCCCC;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
}

#fh5co-pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section {
    padding: 3em 0;
  }
}
#fh5co-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#fh5co-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-pricing-section .price-box.popular .btn-select-plan {
  background: #124AA0;
}
#fh5co-pricing-section .price-box.popular .price {
  color: #124AA0;
}
#fh5co-pricing-section .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
#fh5co-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#fh5co-pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#fh5co-pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
#fh5co-pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#fh5co-pricing-section .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#fh5co-pricing-section .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#fh5co-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-light-grey-section01 {
    background-color: #F9F9F9;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 0;
}
.fh5co-light-grey-section {
    background-image: url(../images/back01.jpg);
    background-repeat: no-repeat;
    background-color: #EEEFF3;
}
.fh5co-white-section {
    background-image: url(../images/back03.jpg);
    background-repeat: no-repeat;
	background-position: right bottom; 
    background-color: #FFFFFF;
}
.section-bill01 {
    background-image: url(../images/bill01.jpg);
    background-repeat: no-repeat;
    background-color: #EEEFF3;
}
.section-bill02 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #FFFFFF;
}


.js .animate-box {
  opacity: 0;
}
/*表*/
.demo01 table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.demo01 th, td  {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom-color: #ddd;
    border-top-color: #ddd;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    text-align: left;
    line-height: 24px;
    color: #000000;
}
.demo01 th  {
    background-color: #F8F8F8;
    font-weight: normal;
}
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  {
    width: 25%;
    text-align: left;
    text-decoration: none;
}
 
@media only screen and (max-width:480px){
    .demo01 {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}
/*# sourceMappingURL=style.css.map */
