﻿
@charset "UTF-8";

/**css for stye_sp**/

.sp {
    display: block;
}

.pc {
    display: none;
}

body {
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
min-width: 320px;

}

#main  {
    padding: 0 20px;
}

.to_sp_area {
    display: none;
}


/* ------------------------------------------------------------------------
   下部固定メニュー
-------------------------------------------------------------------------- */

body.overflow {
    overflow: hidden;
}

.menu {
	display: none;
	width: 100%;
/*	height: 60px;*/
/*	background-color: #3d84d2;*/
/*  background-color: rgb(61,132,210,0.8);*/
	text-align: center;
	letter-spacing: -.40em;
	position: fixed;
	top: 0;
	z-index:999;
    box-sizing: border-box;
}

ul.spmenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
/*
    background: rgba(255,255,255,0.6);
    height: 40px;
*/
    background: rgba(0,116,191,1.0);
    height: 41px;
}

ul.spmenu.active {
/*    background: rgba(255,255,255,0.9);*/
    z-index: 10;
    background: rgba(0,116,191,1.0);
}

.spmenu li {
	color: #494949;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
/*    border-right: 1px solid #fff;*/
    border-top: none;
    border-bottom: none;
    padding: 5px 0;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 100%;
}

.spmenu li:last-child {
    border-right: none;
}

.spmenu li a {
	color: #494949;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
/*
	border-radius: 10px;
	letter-spacing: normal;
*/
}
.spmenu li a span {
    display: block;
    padding-bottom: 5px;
}

.spmenu li a img {
    width: 28px;
    margin-top: 0;
}

.spmenu li.mi01.inactive {
    opacity: 0.5;
    pointer-events: none;
}

.siderBarIc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
}

.mi01 {
    flex-basis: 84%;
}

.mi02 {
    flex-basis: 16%;
}

.siderBarIc img {
    width: 26px;
    height: 26px;
    margin: 2px 12px 0 20px;
}

.siderBarIc p {
    margin-top: 6px;
    color: #585858;
    letter-spacing: 0.1em;
    font-size: 14px;
}

/* ------------------------------------------------------------------------
   ハンバーガーメニュー
-------------------------------------------------------------------------- */

*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}

/* menu */
.cp_offcm02 {
position: relative;
z-index: 5;
left: 0;
visibility: visible;
overflow: auto;
width: 100%;
height: auto;
padding-top: 0;
opacity: 1;
}

.cp_offcm02 nav {
/*background: #FFB74D;*/
}

.cp_offcm02 nav, .cp_offcm02 ul {
    height: 100%;
/*    background-color: #3d84d2;*/
}

.cp_offcm02 li {
    display: inline-block;
    margin-right: -6px;
    border: none;
    color: #ffffff;
}

.cp_offcm02 a {
    display: block;
    padding: 12px 45px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}

.cp_offcm02 a:hover {
    /*background-color: #FF9800;*/
}

/* menu toggle */
#cp_toggle02 {
    display: none;
}
.cp_mobilebar {
    display: none;
}

/* content */
.cp_container {
    position: relative;
    top: 0px;
    margin-top: 0;
    padding: 35px auto;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
}
.cp_content {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    }

    /* menu */
.cp_offcm02 {
    position: fixed;
    z-index: 2;
    top: 0;
/*   overflow: hidden;*/
/*    height: 100%;*/
    margin-top: 40px;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in 0.3s;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in 0.3s;
    background: rgba(255,255,255,0.9);
    display: none;
    width: 100%;
    padding-bottom: 100px;
    height: 100%;
}

.cp_offcm02.active{
    display: block;
}

.cp_offcm02 li {
    display: block;
}
.cp_offcm02 a {
    padding: 1.2em;
}

/* menu toggle */
.cp_mobilebar {
display: block;
}

#cp_toggle02:checked + .cp_mobilebar .cp_menuicon {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#cp_toggle02:checked + .cp_mobilebar span:before,
#cp_toggle02:checked + .cp_mobilebar span:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
#cp_toggle02:checked ~ .cp_offcm02 {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
/* content */
.cp_container {
top:60px;
}

.toplogo {
    position: absolute;
}

ul.topmenu li.topsub {
    background-color: transparent;
/*    background: rgba(0,116,191,1.0);*/
}

ul.topmenu li {
    font-weight: normal;
}

ul.topmenu li.topsub a {
/*    font-weight: normal;*/
}

.topsub.btClose {
    
}


/* ------------------------------------------------------------------------
   既存global.css調整
-------------------------------------------------------------------------- */

ul.topmenu li {
    padding: 0;
    border: none;
}

ul.topmenu {
    text-align: left;
}

ul.topmenu {
    margin-top: 7% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
    margin-bottom: 20% !important;
    font-size: 16px !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

ul.topmenu li.topsub a {
    font-size: 16px !important;
    height: auto;
    line-height: 1.6;
    padding: 15px 0 15px 20px;
    text-indent: 0;
}

#footer {
    padding-top: 7%;
}

#footer p {
    bottom: 25px;
}

/* ------------------------------------------------------------------------
   ナビゲーションメニューのボタン
-------------------------------------------------------------------------- */

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
    transform: translateY(0%);
}

.Toggle {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 11;
    right: 12px;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 26px;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
    background-color: #585858; /* 線色 */
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 1px;
    height: 3px;
}
 
.Toggle span:nth-child(1) {
    top: 9px;
}
 
.Toggle span:nth-child(2) {
    top: 18px;
}
 
.Toggle span:nth-child(3) {
    top: 27px;
}

.Toggle.active {
    position: fixed;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main {
    padding-top: 0 !important;
    margin-top: -70px;
}


.main, #main, #footer p {
    width: 100% !important;
}


#com_header_outer {
    display: none;
}


#com_header {
    width: 100%;
    display: none;
}

#mega_header {
    display: none;
}


.hsearch_select {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.hsearch_outer {
    padding: 0 10px;
    height: 70px;
    box-sizing: border-box;
/*
    background-color: #E6E6E6;
    background-color: rgb(61,132,210);
*/
}


.hsearch {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}


.hsearch_kw {
    width: 74%;
    height: 28px;
    font-size: 14px;
    border: none;
}

.bt_hsearch {
    width: 24%;
    font-size: 14px;
    border-radius: unset;
    border: none;
}


.hsearch_select div {
    margin-right: 16px;
}

.hsearch_select label {
    font-size: 14px;
}

.hsearch_select input[type=radio] {
    margin-right: 8px;
    margin-bottom: 6px;
}


.topLinkArea ul li p {
    font-weight: normal;
    margin-top: -3px;
    height: 28px;
    line-height: 30px;
/*    background: rgba(61,132,210);*/
    color: #fff;
    padding-left: 5px;
    font-size: 14px;
    background-color: #1c1c1c;
}


.home_inner {
    width: 100%;
/*    padding: 0 20px;*/
    box-sizing: border-box;
}


.topLinkArea ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.topLinkArea ul li {
    flex-basis: 48%;
    margin-bottom: 20px;
    border: none;
}

.topLinkArea ul li:nth-child(even) {
    margin-left: 4%;
}


.topLinkArea ul li a img {
    width: 100%;
}


/*   // 新製品情報 //    */

#home_left {
    float: none;
    width: 100%;
    margin-top: 30px;
}

#newprod {
    margin-right: 20px;
    width: 100%;
    float: none;
    margin-top: 30px;
}


.news .newsr {
    float: left;
    margin-left: 20px;
    width: 65%;
    font-size: 14px;
}


/*   // ニュース //    */

#news {
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    }

.news_left {
    float: none;
    width: 100%;
}

.news_left p {
    margin-bottom: 6px;
}

.newstxt {
    float: none;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}

.news .ico {
    font-size: 14px;
}

.h_news {
    margin-top: 30px;
}

/*   // ピックアップコンテンツ //    */

#pickup {
    height: auto;
    box-sizing: border-box;
    margin-top: 40px;
}

#pickup p {
    margin-left: 0;
    text-align: center;
}


.top_pickup {
    float: none;
    margin-right: 0;
    position: relative;
    margin: 0 auto;
        margin-top: 8px;
}

.top_pickup_static {
    
}


.top_pickup span {
    position: absolute;
    bottom: 20px;
    margin-top: 0;
}

/*お客様サポート*/

#home_right {
    width: 100%;
}

.home_rmenu {
    margin-top: 30px;
}


/*セミナー ⁄ 展示会*/

.home_rmenu img {
    width: 100%;
}
    

a.fgasBannar {
    display: block;
    text-align: center;
}

.home_bnrs {
    max-width: 420px;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}

.home_bnrs a {
    flex-basis: 50%;
    margin-bottom: 5px;
    display: block;
}

.home_bnrs a img {
    width: 200px;
}

@media only screen and (max-width: 480px) {
    .home_bnrs {
        display: block;
    }
}


.clear {
    clear: both;
}


/*ヘッダー*/

#header{
	height:40px;
	background-image: -webkit-gradient(linear, left top,left bottom, from(#0074bf),to(#01499F) );
	background-image: -webkit-linear-gradient( top,#0074bf, #01499F );
	background-image: linear-gradient(to bottom,#0074bf, #01499F);
	overflow: visible;
}



.topimg_area{
	position:relative;
}

.topimg_area img{
	display:block;
	width:100%;
	background-size:100%;
}

.topimg_area a{
	position:absolute;
	display:block;
	text-decoration:none;
	color:#FFF;
	width:70%;
	border:#FFF 1px solid;
	left:0;
	right:0;
	bottom:6%;
	margin:0 auto;
	text-align:center;
	height:2.7em;
	line-height:2.7em;
	font-size:1.2em;
}


.toplogo {
    position: absolute;
    top: 0;
    height: 40px !important;
}


/*フッター*/

#footer {
    margin-top: 20px;
}

#footer p {
    position: absolute;
    bottom: 20px;
    text-align: center!important;
    padding-right: 0;
}

.langbt.en {
    margin-right: 10px;
}



/* ------------------------------------------------------------------------
   サイドメニュー
-------------------------------------------------------------------------- */

ul.leftmenu2 {
    width: 100%;
}

ul.leftmenu2 li {
    text-align: left;
/*    background: none;*/
    border: none;
    background-position: left;
    padding-left: 22px;
}

ul.leftmenu2 li a{
    font-weight: normal;
    position: relative;
}

/*
ul.leftmenu2 li a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #3d84d2;
    border-right: 2px solid #3d84d2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s;
    top: 4px;
    left: -15px;
}
*/

#left {
    width: 100%;
    padding: 20px;
    padding-left: 20px;
}


/* ------------------------------------------------------------------------
   ナビゲーションメニュー
-------------------------------------------------------------------------- */

ul.leftmenu {
    overflow: auto;
    -webkit-overflow-scrolling: touch; /*要確認0204*/
    width: 100%;
}

.fadeLayer.mask {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(61,132,210,0.8);
    z-index:99;
}

/*ドロワーメニューのClose時のスタイルシート*/
.drawer {
    position:fixed;
    top:0;
    left:0;
/*    width: 80%;*/
    width: 310px;
    height: 100%;
    background: #fff;
    padding: 50px 10px;
    -webkit-transform: translateX(-310px);
    transform: translateX(-310px);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index:9999;
}

.drbtn01 {
    cursor:pointer;
}

/*ドロワーメニューの開閉ボタン*/
.drbtn {
    display: block;
    height: 28px;
    width: 28px;
    position: fixed;
    top:27px;
    right: -60px;
    -webkit-transition:ease .5s;
    transition:ease .5s;
    cursor:pointer;
    align-items: flex-end;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
    display: none;
    /*
    content: ' ';
    background-image: url('../img/topic_side.png');
    background-repeat: no-repeat;
    background-size: 28px 28px;
    */
}

/*ハンバーガーボタンを作るスタイルシート*/

.drbtn.action {
    display: block;
/*
    content: none;
    background-image: none;
*/
}

.drbtn.action .hambarg {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 2px;
    width: 30px;
    background: #5c6b80;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    background-color: #424242; /* 線色 */
    border-radius: 2px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 4px; /* 線幅 */
}

.drbtn.action .hambarg:nth-child(1) {
    top: 20%;
    left: 50%;
}
.drbtn.action .hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}
.drbtn.action .hambarg:nth-child(3) {
    top: 60%;
    left: 50%;
}

/*ハンバーガーボタンを"×"に変える*/
.drbtn.action .hambarg:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,-50%) rotate(45deg);
  }

.drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
  }

.drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }

/*ドロワーメニューをOPENにするスタイルシート*/
.drawer.action {
    -webkit-transform:translateX(0);
    transform:translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
 
/*ボタンをドロワーメニュー内に表示*/
.drbtn.action {
    right: 20px;
}

.drbtnIc.action {
    display: none;
}

#footmenu {
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    max-width: 310px;
}

#footmenu ul li {
    margin-bottom: 8px;
}


/* ------------------------------------------------------------------------
   新製品情報ページ 
-------------------------------------------------------------------------- */

.toppane {
    border-bottom: none;
}


.mainimg_ac {
    width: 100%;
    margin-left: 0!important;
}

.mainimg_ac img {
    width: 100%;
}

.sform {
    width: 100%!important;
    margin-left: 0!important;
    height: 130px;
    padding: 20px 10px;
/*    background: rgba(61,132,210);*/
    
}

.sform label {
    width: 100%;
    float: none;
    background: transparent;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    text-align: left
}

.sform .k {
    width: 75%!important;
    height: 26px;
    margin-left: 0;
}

#k {
    border-radius: 0;
}

.sform .sbt {
    float: right;
    width: 20%;
    height: 26px;
}


#right {
    width: 100%;
    float: none;
}

.sform form {
    display: block;
    box-sizing: border-box;
}

.sform span:last-child {
    width: 100%;
}

.prod {
    border-bottom: none;
}

.pleft {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
}

.pright {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.pinfo .title {
    font-size: 16px;
}

.pright ul li {
    font-size: 14px;
}


.pinfo {
    width: 100%;
    float: none;
}

.catalog {
    width: 100%;
    float: none;
}

.catimg {
    display: none;
}

.no_result {
    margin: 30px auto 120px auto;
}


/* ------------------------------------------------------------------------
   トップ_enページ
-------------------------------------------------------------------------- */


.topbtn_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: auto;
    max-width: 460px;
    margin: 0 auto;
}

.topbtn {
    flex-basis: 48%;
    margin-bottom: 20px;
    border: none;
    box-sizing: border-box;
    float: none;
    margin-right: 0;
    height: auto;
}

.topbtn:nth-child(even) {
    margin-left: 4%;
}

.topbtn span {
    font-weight: normal;
    background-color: #1c1c1c;
}

.bnr {
    margin: 20px auto;
}

#main #left {
    display: none;
}


/* ------------------------------------------------------------------------
   ピックアップコンテンツ
-------------------------------------------------------------------------- */

ul.pickupU {
    display: block;
    padding: 0 20px;
}

ul.pickupU li {
    width: 100%;
    max-width: 412px;
    margin: 0 auto;
    margin-bottom: 20px;
}

ul.pickupU li img {
    width: 100%;
    max-width: 412px;
}

ul.pickupU li img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
}

#pickup ul.pickupU li p {
    font-size: 14px;
    margin-left: 0;
    text-align: left;
    margin-top: 5px;
    background: url(../img/arrow_1.png) no-repeat 0 3px;
    padding-left: 15px;
    line-height: 18px;
    margin-bottom: 8px;
    max-width: 412px;
}


.slick-dots li button:before {
    font-size: 60px;
    line-height: 10px;
}

.slick-dots li {
    margin: 0;
}


/* ------------------------------------------------------------------------
   PageTopボタン
-------------------------------------------------------------------------- */

#pageTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
}

#pageTop i {
  padding-top: 5px
}

#pageTop a {
  display: block;
  z-index: 999;
/*  padding: 8px 0 0 8px;*/
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background: rgba(230,230,230,0.9);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fa-chevron-up:before {
    padding-right: 7px;
}

.topArrow {
    position: relative;
}

.topArrow:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #0074bf;
    border-right: solid 2px #0074bf;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


/* ------------------------------------------------------------------------
   Fガス
-------------------------------------------------------------------------- */

.fgasBannar img {
    width: 220px;
}

/* ------------------------------------------------------------------------
   WEBカタログ・新製品情報・機器選定プログラム・2D/3D CAD
-------------------------------------------------------------------------- */

ul.topbtn_area01 {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.topbtn_area01 li {
    width: 48%;
}

ul.topbtn_area01 li a {
    font-size: 100%;
}

ul.topbtn_area01 li a img {
    width: 100%;
}

ul.topbtn_area01 li a p {
    color: #fff;
    background-color: #000;
    padding: 5px 0 5px 5px;
    margin-top: -3px;
    font-size: 94%;
}

ul.topbtn_area01 li a p.en_only {
    height: 44px;
    font-size: 100%;
}

ul.topbtn_area01 li:first-child {
    margin-bottom: 20px;
}

ul.topbtn_area01 li:nth-child(2) {
    margin-bottom: 20px;
}

ul.topbtn_area01 li a:hover{
    cursor : pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/* ------------------------------------------------------------------------
   ホームメニュー
-------------------------------------------------------------------------- */

.m_homeBt {
    display: block;
    padding: 0.9em !important;
    text-align: left;
    background: rgba(0,116,191,1.0);
/*
    background-image: -webkit-gradient(linear, left top,left bottom, from(#0074bf),to(#01499F) );
    background-image: -webkit-gradient( top, #0074bf, #01499F );
    background-image: linear-gradient(to bottom,#0074bf, #01499F);
*/
}

.m_homeBt img {
    display: inline-block;
}

.m_homeBt p {
    display: inline-block;
    vertical-align: super;
    margin-left: 5px;
    color: #fff;
/*    text-shadow: 2px 2px 0 #000;*/
    font-size: 1.2em;
    font-weight: normal;
    text-shadow: none;
}

ul.topmenu {
    margin-top: 24px !important;
}

ul.topmenu li.topsub {
    margin-bottom: 32px;
}

/* ------------------------------------------------------------------------
   Slider
-------------------------------------------------------------------------- */

.slick-slide div a {
    position: static;
    width: 100%!important;
    height: auto;
    border: none;
}

/* ------------------------------------------------------------------------
   その他
-------------------------------------------------------------------------- */

h3.cat_1 {
    height: auto;
    line-height: 24px;
}


/* ------------------------------------------------------------------------
   20190521
-------------------------------------------------------------------------- */

ul.topmenu li {
    text-shadow: none;
    background: rgba(0,116,191,1.0);
}
.siderBarIc p {
    letter-spacing: 0.06;
    color: #fff;
}
.spmenu li.milogo {
    background-image: -webkit-linear-gradient(#0074bf, #01499F);
    background-image: -o-linear-gradient(#0074bf, #01499F);
    background-image: linear-gradient(#0074bf, #01499F);
    height: 40px;
    padding-top: 10px;
    width: 120px;
    text-align: left;
    padding-left: 15px;
}
.spmenu li.milogo img {
    width: 63px;
}
.siderBarIc img {
    margin-left: 16px;
}
.topArrow:before {
    top: 5px;
}
#pageTop {
    bottom: 32px;
    right: 32px;
}

/* ------------------------------------------------------------------------
   Footer
-------------------------------------------------------------------------- */
.zhfooter span {
    width: 100%;
    display: block;
}



