@charset "utf-8";
.btobbottom{
  margin-top: 30px;
  text-align: right;
}
a.btoblink{
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #D90000;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
}
a.btoblink::before{
  content: "";
  position: absolute;
  bottom: -9px;
  right: 5px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #D90000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
.supportContents{
  width: 100%;
  max-width:100%;
  margin: 40px auto;
  display: block;
}
.qa{
  border-right: none;
  border-bottom: 1px solid #CCC;
}
.qa,.sc{
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: space-between;
}
.sclabel{
  color: #C9131D;
  font-size: 18px;
  margin-bottom: 6px;
}
.scarea{
  width: 54%;
  position: relative;
}
.scarea p{
  font-size: 14px;
}
.scimg{
  width: 46%;
}
.sclink{
  position:absolute;
  bottom: 0;
  width: 100%;
}
.sclink a{
  display: block;
  position: relative;
  background: #333333;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .1rem;
  transition: .5s;
  margin-top: 10px;
}

.sclink a:before {
  content: "";
  position: absolute;
  top: 44%;
  right: 8px;
  width: 6px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.sclink a:after {
  content: "";
  position: absolute;
  top: 58%;
  right: 8px;
  width: 6px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
#main .mv{
}
#main .mvSlider li{
  /*width:100%;
  max-width:960px;*/
  display: none;
}
.bx-viewport .mvSlider li {
  display: block !important;
  width:100%;
}
.support {
  border:5px solid #e8e8e8;
  box-sizing:border-box;
  padding:0;
  margin:10px 10px 50px;
}
.support .spSupport{
  border-bottom:1px solid #e8e8e8;
  display:block;
  font-size:16px;
  text-align:center;
  width:100%;
  padding-bottom:10px;
  margin-bottom:15px;
}
.support .spSupport span{
  color:#c9151d;
  display:block;
  font-size:12px;
}
.support .supportInner{
  
}
.support .topQa,.support .topContact{
  border-right:none;
}
.support .supportBox{
  width:100%;
  padding:0px;
  margin-bottom:0px;
  margin-right:0 !important;
}
.support .supportContents{
  display:none;
}
.support .supportLabel{
  /*
  color:#0470b0;
  */
  color:#c9151d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
  height:auto !important;
}
.support a.supportBtnS,.support a.supportBtnL{
  /*
  background:#0470B0;
  */
  background:#001c2d;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  padding:10px 5px;
}
.support a.supportBtnS{
  display:inline-block;
  width:48%;
  height: auto !important;
}
.support a.btnR{
  margin-right:1%;
}
.support a.supportBtnL{
  display:block;
  width:100%;
  height:auto !important;
}
.support .supportText{
  display:block;
  margin-bottom:10px;
  height:auto !important;
}
.support .supportSpBtn{
  background:#353535;
  padding:10px;
  margin:0 20px;
  text-align:center;
}
.support .supportSpBtn span{
  color:#FFF;
}
.support .supportSpBtn span.close{
  display:none;
}

.support2 {
  border:5px solid #e8e8e8;
  box-sizing:border-box;
  padding:0;
  margin:10px 10px 20px;
}
.support2 .spSupport{
  border-bottom:1px solid #e8e8e8;
  display:block;
  font-size:16px;
  text-align:center;
  width:100%;
  padding-bottom:10px;
  margin-bottom:15px;
}
.support2 .spSupport span{
  color:#c9151d;
  display:block;
  font-size:12px;
}
.support2 .supportInner{
  
}
.support2 .topQa,.support .topContact{
  border-right:none;
}
.support2 .supportBox{
  width:100%;
  padding:0px;
  margin-bottom:0px;
  margin-right:0 !important;
}
.support2 .supportContents{
  display:none;
}
.support2 .supportLabel{
  /*
  color:#0470b0;
  */
  color:#c9151d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
  height:auto !important;
}
.support2 a.supportBtnS,.support a.supportBtnL{
  /*
  background:#0470B0;
  */
  background:#001c2d;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  padding:10px 5px;
}
.support2 a.supportBtnS{
  display:inline-block;
  width:48%;
  height: auto !important;
}
.support2 a.btnR{
  margin-right:1%;
}
.support2 a.supportBtnL{
  display:block;
  width:100%;
  height:auto !important;
}
.support2 .supportText{
  display:block;
  margin-bottom:10px;
  height:auto !important;
}
.support2 .supportSpBtn{
  background:#353535;
  padding:10px;
  margin:0 20px;
  text-align:center;
}
.support2 .supportSpBtn span{
  color:#FFF;
}
.support2 .supportSpBtn span.close{
  display:none;
}

.topCode .searchArea{
  display:block;
}
.searchArea{
  display:none;
  padding:10px;
  text-align:center;
  margin-bottom:10px;
}
.searchArea h2{
  display:block;
  margin-bottom:10px;
}
.searchArea input,.searchArea submit{
  display:inline-block;
}
.searchArea h2{
  margin-right:20px;
}
.searchArea input{
  border:1px solid #c6c6c6;
  box-sizing:border-box;
  width:200px;
  height:35px;
  padding:0 5px;
}
.searchArea input.searchBtn{
  background:url(../common/img/search_sp_btn.gif) no-repeat;
  background-size:60px 35px;
  border:none;
  width:60px;
  height:35px;
  margin-left:-5px;
  text-indent:-9999;
}
.spSttl h2{
  color:#C9131D;
  font-weight:bold;
  margin-bottom:10px;
}
.spSttl{
  padding:15px 0 0;
  text-align:center;
}
.supportLink{
  margin:20px;
}
.supportLink a{
  color:#FFF;
  text-decoration:none;
  background:#333;
  padding:15px;
  border-radius:5px;
  text-align:center;
  display:block;
  width:100%;
}
.supportLink li{
  margin:10px !important;
}



/* btob */
#btob{
  margin-bottom:50px;
}
#btob .btobTitle{
  text-align:center;
  margin-bottom:30px;
  padding-top:50px;
}
#btob .btobTitle h2{
  display:inline-block;
  font-weight:bold;
  font-size:18px;
  padding:0 20px;
  text-align:center;
}
#btob .btobTitle h2 span{
  display:block;
  color:#c9151d;
  font-size:14px;
}
#btob .btobArea ul{
  width: 90%;
  margin:0 auto;
}
#btob .btobArea ul li{
  width: 100%;
}
#btob .btobArea ul li p.tit{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin: 20px 0;
  text-align: center;
}

/* product */
.category{
  background:#f7f7f7;
  padding-bottom: 40px;
}
#product{
  margin-bottom:30px
}
#product .productList{
  border-top:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  box-sizing:border-box;
}
#product .productTitle{
  background:none;
  text-align:center;
  margin-bottom:30px;
}
#product .productTitle h2{
  display:inline-block;
  font-weight:bold;
  font-size:18px;
  padding:50px 20px 20px;
}
#product .productTitle h2 span{
  display:block;
  color:#c9151d;
  font-size:14px;
  padding-left:0;
}
#product .productList{
}
#product .productBox{
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  float:left;
  width:50%;
  text-align:center;
}
#product .productBox h3{
  font-weight:bold;
}
#product .productBox h4{
  font-size: 14px;
  display: block;
  text-align: right;
}
#product .productBox h4 span{
  color: #C9131D;
}
#product .boxCenter{
  width:50%;
}
#product .productBoxWide{
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  float:left;
  width:50%;
  text-align:center;
}
#product .productBoxWide a,#product .productBox a{
  background:#FFF;
  box-sizing:border-box;
  color:#333;
  display:block;
  padding:15px;
  margin:5px;
  text-decoration:none;
}
#product .productBoxWide:hover,#product .productBox:hover{
  background:#c9151d;
}
#product .productBox .productImg{
  margin-bottom:20px;
}

/* news */
#news{
  background:#EEEEEE;
  padding: 20px 0 10px;
  margin-bottom:0px;
}
#news .newsTitle{
  width:100%;
  float:none;
  border-right:none;
  display:block;
  vertical-align:middle;
}
#news .newsArea{
  width:100%;
  float:none;
}
#news .newsTitle h3 {
  display: block;
  font-size: 18px;
  text-align:center;
  padding:10px;
  margin-bottom:10px;
}
#news .newsTitle h3 .sfont{
  font-size:14px;
  color:#111;
  display:inline;
}
#news .newsTitle span{
  font-size:14px;
  color:#C9131D;
  display:block;
  margin-top: 15px;
}

.btSlider {
    overflow: hidden;
}
/* bottomContents */
.bottomContents{
}
.bottomContents .newsArea{
  border:1px solid #e8e8e8;
  box-sizing:border-box;
  float:none;
  width:100%;
  margin-bottom:30px;
}
.bottomContents .newsArea h3{
  background:#353535;
  color:#FFF;
  font-size:18px;
  margin-bottom:15px;
  text-align:center;
  padding:10px;
}
.bottomContents .newsArea h3 span{
  color:#c9151d;
  display:block;
  font-size:14px;
  padding-left:0;
}
#news .newsList{
  padding:10px 20px;
  height:200px;
  overflow:auto;
}
#news .newsList li{
  font-size:14px;
  margin-bottom:15px;
}
#news .newsList li span.title{
  display:block;
  padding-top:5px;
}
#news .newsList li span.date{
  margin-right:10px;
}
#news .newsList li span.cat01{
  background:#333;
  color:#FFF;
  display:inline-block;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
#news .newsList li span.cat02{
  background:#c9151d;
  color:#FFF;
  display:inline-block;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
.bottomContents .facebook{
  display:none;
}
.bottomLinkBox{
  width:200px !important;
}
/* bottomLink */
.bottomLink{
  margin-bottom:30px;
  text-align:center;
}
.bottomLink .bottomLinkBox{
  background:#000;
  box-sizing:border-box;
  display:inline-block;
  margin:0;
  margin-bottom:0;
  max-width:300px;
  position:relative;
}
.bottomLink .linkBoxCenter{
  display:inline-block;
  box-sizing:border-box;
  width:47%;
  margin:0 1% 20px;
  max-width:300px;
}
.bottomLink .bottomLinkBox a{
  color:#FFF;
  text-decoration:none;
}
.bottomLink .bottomLinkBox .bannerTitle{
  display:inline-block;
  position:absolute;
  top:40%;
  left:0;
  right:0;
  bottom:0;
  font-size:14px;
  text-align:center;
  text-shadow:1px 1px 2px #000000;
  z-index:9999;
}
.bottomLink .bottomLinkBox .bannerTitle span{
  border:1px solid #FFF;
  display:block;
  margin:0 10px;
  font-weight:bold;
  padding:5px 10px;
}
.bottomLink .bottomLinkBox a:hover .bannerTitle span{
  background:#c9151d;
  border:1px solid #c9151d;
  font-weight:bold;
  padding:5px 15px;
}
.bottomLink .bottomLinkBox p{
  position:absolute;
  top:90px;
  left:0;
  right:0;
  font-size:14px;
  text-align:center;
  text-shadow:1px 1px 2px #000000;
  z-index:9999;
  display:none;
}
.bottomLink .bottomLinkBox a img.bannerImg{
  opacity:0.6;  
}
.bottomLink .bottomLinkBox a:hover img.bannerImg{
  opacity:1;  
}
  .newsArea{
    overflow: auto;
  }

  .info_title{
    margin: 20px 0;
    text-align:center;
    font-size:17px;
    font-weight:bold;
    color:#606060;
  }
  .info_read{
    margin:20px;
    font-size: 15px;
  }
  .fc-red{
    color:#d00020;
  }
  .info_readBox{
    border: 1px solid #606060;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
    padding: 10px;
  }
  .info_read02{
    margin: 0 auto;
    width: 98%;
    font-size: 13px;
  }
  .banerArea{width:90%;margin:0 auto 30px;}
}
@media screen and (min-width: 769px) and (max-width: 959px) {
.btobbottom{
  margin-top: 30px;
  text-align: right;
}
a.btoblink{
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #D90000;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
}
a.btoblink::before{
  content: "";
  position: absolute;
  bottom: -9px;
  right: 5px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #D90000;
  transform: rotate(45deg);
}
.supportContents{
  width: 100%;
  max-width: 980px;
  margin: 70px auto 80px;
  display: flex;
}
.qa{
  border-right: 1px solid #CCC;
}
.qa,.sc{
  width: 50%;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.sclabel{
  color: #C9131D;
  font-size: 18px;
  margin-bottom: 6px;
}
.scarea{
  width: 54%;
  position: relative;
}
.scarea p{
  font-size: 14px;
}
.scimg{
  width: 46%;
}
.sclink{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sclink a{
  display: block;
  position: relative;
  background: #333333;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .1rem;
  transition: .5s;
  margin-top: 10px;
}

.sclink a:before {
  content: "";
  position: absolute;
  top: 44%;
  right: 8px;
  width: 6px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.sclink a:after {
  content: "";
  position: absolute;
  top: 58%;
  right: 8px;
  width: 6px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
#main .mv{
}
#main .mvSlider li{
  /*width:100%;
  max-width:960px;*/
  display: none;
}
.bx-viewport .mvSlider li {
  display: block !important;
  width:100%;
  max-width:960px;
}
.support {
  border:5px solid #e8e8e8!important;
  box-sizing:border-box!important;
  padding:15px 0!important;
  margin-bottom:50px!important;
}
.support {
  width:100%;
}
.support .supportInner{
  display:block;
}
.support .topQa,.support .topContact{
  border-right:1px solid #e8e8e8;
}
.support .supportBox{
  width:100%;
  padding:0px;
  margin-bottom:0px;
  margin-right:0 !important;
}
.support .tabbnr{
  width:100%;
  max-width:768px;
  margin:0 auto !important;
}
.support .supportContents{
  display:block;
}
.support .supportLabel{
  /*
  color:#0470b0;
  */
  color:#c9151d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}
.support a.supportBtnS,.support a.supportBtnL{
  /*
  background:#0470B0;
  */
  background:#001c2d;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  padding:20px 10px;
}
.support a.supportBtnS{
  display:inline-block;
  width:48%;
}
.support a.btnR{
  margin-right:1%;
}
.support a.supportBtnL{
  /*
  display:block;
  width:100%;
  */
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
.support .supportText{
  display:block;
  margin-bottom:10px;
}


.support2 {
  border:5px solid #e8e8e8!important;
  box-sizing:border-box!important;
  padding:15px 0!important;
  margin-bottom:50px!important;
}
.support2 {
  width:100%;
}
.support2 .supportInner{
  display:block;
}
.support2 .topQa,.support .topContact{
  border-right:1px solid #e8e8e8;
}
.support2 .supportBox{
  width:100%;
  padding:0px;
  margin-bottom:0px;
  margin-right:0 !important;
}
.support2 .tabbnr{
  width:100%;
  max-width:768px;
  margin:0 auto !important;
}
.support2 .supportContents{
  display:block;
}
.support2 .supportLabel{
  /*
  color:#0470b0;
  */
  color:#c9151d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}
.support2 a.supportBtnS,.support a.supportBtnL{
  /*
  background:#0470B0;
  */
  background:#001c2d;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  padding:20px 10px;
}
.support2 a.supportBtnS{
  display:inline-block;
  width:48%;
}
.support2 a.btnR{
  margin-right:1%;
}
.support2 a.supportBtnL{
  /*
  display:block;
  width:100%;
  */
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
.support2 .supportText{
  display:block;
  margin-bottom:10px;
}

.searchArea{
  margin:10px auto 10px;
  width:520px;
  text-align:center;
}
.searchArea h2,.searchArea input,.searchArea submit{
  display:inline-block;
}
.searchArea h2{
  margin-right:20px;
}
.searchArea input{
  border:1px solid #c6c6c6;
  box-sizing:border-box;
  width:290px;
  height:30px;
  padding:0 5px;
}
.searchArea input.searchBtn{
  background:url(../common/img/search_btn.gif) no-repeat;
  border:none;
  width:30px;
  height:30px;
  margin-left:-5px;
  text-indent:-9999;
}

/* product */
.category{
  background:#f7f7f7;
  padding-bottom: 40px;
}
.spSttl h2{
  color:#C9131D;
  font-weight:bold;
  margin-bottom:10px;
}
.spSttl{
  padding:15px 0 0;
  text-align:center;
}
.supportLink{
  margin:20px;
}
.supportLink a{
  color:#FFF;
  text-decoration:none;
  background:#333;
  padding:15px;
  border-radius:5px;
  text-align:center;
  display:block;
  width:100%;
}
.supportLink li{
  margin:10px !important;
}
.supportLink li a{
  height:auto !important;
}

/* product */
#product{
  margin-bottom:30px;
}
#product .productList{
  border-top:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  box-sizing:border-box;
  width:100%;
}
#product .productTitle{
  text-align:center;
  margin-bottom:30px;
  padding-top:70px;
}
#product .productTitle h2{
  display:inline-block;
  font-weight:bold;
  font-size:30px;
  padding:0 20px;
  text-align:center;
}
#product .productTitle h2 span{
  display:block;
  color:#c9151d;
  font-size:14px;
  font-style:italic;
}
#product .productList{
}
#product .productBox{
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  float:left;
  width:25%;
  text-align:center;
  background: #FFF;
}
#product .productBox h3{
  font-weight:bold;
}
#product .boxCenter{
  width:318px;
}
#product .productBoxWide{
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  float:left;
  width:479px;
  text-align:center;
}
#product .productBoxWide a,#product .productBox a{
  background:#FFF;
  box-sizing:border-box;
  color:#333;
  display:block;
  padding:15px;
  text-decoration:none;
  margin: 5px;
}
#product .productBoxWide:hover,#product .productBox:hover{
  background:#c9151d;
  transition: 0.6s;
}
#product .productBox .productImg{
  margin-bottom:20px;
}
.topCode{
  margin:0 0 50px !important;
}
.topCode h2{
  font-weight:bold;
}

/* news */
#news{
  background:#EEEEEE;
  padding:40px 0;
  margin-bottom:70px;
}
#news .newsTitle{
  width:240px;
  float:left;
  border-right:1px solid #BBBBBB;
  height:270px;
  display:table-cell;
  vertical-align:middle;
}
#news .newsArea{
  display:table-cell;
}
#news .newsTitle h3 {
  display: table-cell;
  font-size: 20px;
  height: 270px;
  vertical-align: middle;
}
#news .newsTitle h3 .sfont{
  font-size:16px;
  color:#111;
  display:inline;
}
#news .newsTitle span{
  font-size:14px;
  color:#C9131D;
  display:block;
  font-style:italic;
}
.btSlider {
    overflow: hidden;
}
/* bottomContents */
.bottomContents{
  display:table;
}
.bottomContents .newsArea{
  display:table-cell;
  box-sizing:border-box;
  float:none;
  padding:30px;
  width:100%;
  margin-bottom:30px;
  vertical-align:top;
}
.bottomContents .newsArea h3{
  font-size:18px;
  margin-bottom:30px;
}
.bottomContents .newsArea h3 span{
  color:#c9151d;
  font-size:14px;
  padding-left:10px;
}
.bottomContents .newsList{
  height:210px;
  overflow:auto;
}
.bottomContents .newsList li{
  font-size:14px;
  margin-bottom:15px;
}
.bottomContents .newsList li span.title{
  display:block;
  padding-top:5px;
}
.bottomContents .newsList li span.date{
  margin-right:10px;
}
.bottomContents .newsList li span.cat01{
  background:#333;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
.bottomContents .newsList li span.cat02{
  background:#c9151d;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
.bottomContents .facebook{
  border:1px solid #e8e8e8;
  box-sizing:border-box;
  float:right;
  width:35%;
}
.bottomContents .facebook iframe,.bottomContents .facebook .fb-page{
  width:100% !important;
}

/* bottomLink */
.bottomLink{
  margin-bottom:30px;
}
.bottomLinkBox {
    width: 300px !important;
}
.bottomLink .bottomLinkBox{
  background:#000;
  float:left;
  width:32%;
  margin-bottom:20px;
  position:relative;
}
.bottomLink .linkBoxCenter{
  width:32%;
  margin:0 2%;
}
.bottomLink .bottomLinkBox a{
  color:#FFF;
  text-decoration:none;
}
.bottomLink .bottomLinkBox .bannerTitle{
  display:inline-block;
  position:absolute;
  top:50px;
  left:0;
  right:0;
  font-size:14px;
  text-align:center;
  text-shadow:1px 1px 2px #000000;
  z-index:9998;
}
.bottomLink .bottomLinkBox .bannerTitle span{
  border:1px solid #FFF;
  font-weight:bold;
  padding:5px 10px;
}
.bottomLink .bottomLinkBox a:hover .bannerTitle span{
  background:#c9151d;
  border:1px solid #c9151d;
  font-weight:bold;
  padding:5px 15px;
}
.bottomLink .bottomLinkBox p{
  position:absolute;
  top:90px;
  left:0;
  right:0;
  font-size:14px;
  text-align:center;
  text-shadow:1px 1px 2px #000000;
  z-index:9998;
}
.bottomLink .bottomLinkBox a img.bannerImg{
  opacity:0.6;  
}
.bottomLink .bottomLinkBox a:hover img.bannerImg{
  opacity:1;  
}
.bottomContents .newsList li div{
  display: inline-block;
  }
.newsArea{
    overflow: auto;
  }

  .info_title{
    text-align:center;
    font-size:24px;
    font-weight:bold;
    color:#606060;
  }
  .info_read{
    margin:20px;
    text-align:center;
  }
  .fc-red{
    color:#d00020;
  }
  .info_readBox{
    border: 1px solid #606060;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px;
    padding: 10px;
  }
  .info_read02{
    margin: 0 auto;
    width: 90%;
    text-align:center;
  }

}
@media print, screen and (min-width: 960px)  {
.btobbottom{
  margin-top: 30px;
  text-align: right;
}
a.btoblink{
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #D90000;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
}
a.btoblink::before{
  content: "";
  position: absolute;
  bottom: -9px;
  right: 5px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #D90000;
  transform: rotate(45deg);
}
.supportContents{
  width: 100%;
  max-width: 980px;
  margin: 70px auto 80px;
  display: flex;
}
.qa{
  border-right: 1px solid #CCC;
}
.qa,.sc{
  width: 50%;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.sclabel{
  color: #C9131D;
  font-size: 18px;
  margin-bottom: 6px;
}
.scarea{
  width: 54%;
  position: relative;
}
.scarea p{
  font-size: 14px;
}
.scimg{
  width: 46%;
}
.sclink{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sclink a{
  display: block;
  position: relative;
  background: #333333;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .1rem;
  transition: .5s;
  margin-top: 10px;
}

.sclink a:before {
  content: "";
  position: absolute;
  top: 44%;
  right: 8px;
  width: 6px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.sclink a:after {
  content: "";
  position: absolute;
  top: 58%;
  right: 8px;
  width: 6px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
#main .mv{
  max-width: 1400px;
  margin: 0 auto;
}
#main .mvSlider li{
  /* width:100%;
  max-width:1400px;*/
  display: none;
}
.bx-viewport .mvSlider li {
  display: block !important;
  width:100%;
  max-width:1400px;
}
.support {
  /* background:#FFF;
  border:10px solid #FFF!important;
  box-sizing:border-box!important;
  margin:-80px auto 50px; */
  width:1000px;
  position:relative;
  padding: 0!important;
}
.support .supportInner{
}
.support .supportInWap{
  background:#EEE;
  border:10px solid #EEE;
}
.support .topQa,.support .topContact{
  border-right:1px solid #e8e8e8;
}
.support .supportBoxM{
  float:left;
  width:380px;
  position:relative;
}
.support .supportBox{
  float:left;
  width:280px;
  position:relative;
}
.support .supportLink{
  position:absolute;
  bottom:12px;
  margin:0 10px;
}
.support .supportLink li{
  float:left;
}
.support .supportContents{
  display:block;
}
.support .supportLabel{
  /*
  color:#0470b0;
  */
  color:#c9151d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}
.support a.supportBtnS,.support a.supportBtnL{
  /*
  background:#0470B0;
  */
  background:#001c2d;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  padding:10px 10px;
}
.support a.supportBtnS{
  display:inline-block;
  width:48%;
}
.support a.btnR{
  margin-right:1%;
}
.support a.supportBtnL{
  /*
  display:block;
  width:100%;
  */
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
.support .supportText{
  display:block;
  margin-bottom:10px;
}


.support2 {
  background:#FFF;
  border:10px solid #FFF!important;
  box-sizing:border-box!important;
  width:1000px;
  position:relative;
  padding: 0!important;
}
.support2 .supportInner{
  height: 255px;
}
.support2 .supportInWap{
}
.support2 .topQa,.support .topContact{
  border-right:1px solid #e8e8e8;
}
.support2 .supportBoxM{
  float:left;
  width:380px;
  position:relative;
}
.support2 .supportBox{
  float:left;
  width:280px;
  position:relative;
}
.support2 .supportLink{
  position:absolute;
  bottom:12px;
  margin:0 10px;
}
.support2 .supportLink li{
  float:left;
}
.support2 .supportContents{
  display:block;
}
.support2 .supportLabel{
  /*
  color:#0470b0;
  */
  color:#c9151d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}
.support2 a.supportBtnS,.support a.supportBtnL{
  /*
  background:#0470B0;
  */
  background:#001c2d;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  padding:10px 10px;
}
.support2 a.supportBtnS{
  display:inline-block;
  width:48%;
}
.support2 a.btnR{
  margin-right:1%;
}
.support2 a.supportBtnL{
  /*
  display:block;
  width:100%;
  */
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
.support2 .supportText{
  display:block;
  margin-bottom:10px;
}

.category{
  /* background:url(../common/img/top_category_bg.png) repeat-x; */
  background:#F7F7F7;
  padding-bottom: 40px;
}
.searchArea{
  margin:30px auto 10px;
  width:520px;
  text-align:center;
}
.searchArea h2,.searchArea input,.searchArea submit{
  display:block;
 /*  float:left; */
}
.searchArea h2{
  margin-right:20px;
}
.searchArea input{
  border:1px solid #c6c6c6;
  box-sizing:border-box;
  width:290px;
  height:30px;
  padding:0 5px;
}
.searchArea input.searchBtn{
  background:url(../common/img/search_btn.gif) no-repeat;
  border:none;
  width:30px;
  height:30px;
  margin-left:-5px;
  text-indent:-9999;
}

/* btob */
#btob{
  margin-bottom:80px;
}
#btob .btobTitle{
  text-align:center;
  margin-bottom:30px;
  padding-top:70px;
}
#btob .btobTitle h2{
  display:inline-block;
  font-weight:bold;
  font-size:30px;
  padding:0 20px;
  text-align:center;
}
#btob .btobTitle h2 span{
  display:block;
  color:#c9151d;
  font-size:14px;
  font-style:italic;
}
#btob .btobArea ul{
  display: flex;
  justify-content: space-between;
}
#btob .btobArea ul li{
  width: 49%;
}
#btob .btobArea ul li p.tit{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}








/* product */
#product{
  margin-bottom:30px;
}
#product .productList{
  border-top:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  box-sizing:border-box;
  width:960px;
}
#product .productTitle{
  text-align:center;
  margin-bottom:30px;
  padding-top:70px;
}
#product .productTitle h2{
  display:inline-block;
  font-weight:bold;
  font-size:30px;
  padding:0 20px;
  text-align:center;
}
#product .productTitle h2 span{
  display:block;
  color:#c9151d;
  font-size:14px;
  font-style:italic;
}
#product .productList{
}
#product .productBox{
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  float:left;
  width:238px;
  text-align:center;
  background: #FFF;
}
#product .boxCenter{
  width:318px;
}
#product .productBox h3{
  font-weight:bold;
  display:table-cell;
  width: 300px;
  height: 45px;
  vertical-align:middle;
}
#product .productBox h4{
  font-size: 14px;
  display: block;
  text-align: right;
}
#product .productBox h4 span{
  color: #C9131D;
}
#product .productBoxWide{
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  float:left;
  width:479px;
  text-align:center;
}
#product .productBoxWide a,#product .productBox a{
  background:#FFF;
  box-sizing:border-box;
  color:#333;
  display:block;
  padding:15px;
  text-decoration:none;
  margin: 5px;
}
#product .productBoxWide:hover,#product .productBox:hover{
  background:#c9151d;
  transition: 0.6s;
}
#product .productBox .productImg{
  margin-bottom:20px;
}
.topCode{
  margin:0 0 50px !important;
}
.topCode h2{
  font-weight:bold;
}

/* news */
#news{
  background:#f7f7f7;
  padding:40px 0;
  max-width: 1400px;
  margin: 0 auto;
  /* margin-bottom:70px; */
}
#news .newsTitle{
  width:240px;
  float:left;
  border-right:1px solid #BBBBBB;
  height:170px;
  display:table-cell;
  vertical-align:middle;
}
#news .newsArea{
  width:720px;
  float:left;
}
#news .newsTitle h3 {
  display: table-cell;
  font-size: 20px;
  height: 170px;
  line-height: 1.8;
}
#news .newsTitle h3 .sfont{
  font-size:22px;
  color:#111;
  display:inline;
}
#news .newsTitle span{
  font-size:14px;
  color:#C9131D;
  display:block;
  /* font-style:italic; */
}

/* bottomContents */
.btSlider{
  overflow:hidden;
  margin-bottom:30px;
}
.btSlider .bx-viewport::before, .bx-viewport::after {
  background:none;
}
.bottomContents{
  display:table;
  width:100%;
}
.bottomContents .newsArea{
  box-sizing:border-box;
  float:left;
  padding-left:30px;
  padding-right:10px;
  display:table-cell;
}
.bottomContents .newsArea h3{
  font-size:18px;
  margin-bottom:30px;
}
.bottomContents .newsArea h3 span{
  color:#c9151d;
  font-size:14px;
  padding-left:10px;
}
.bottomContents .newsList{
  height:170px;
  padding:10px 0;
}
.bottomContents .newsList li{
  font-size: 14px;
  margin-bottom: 20px;
}
.bottomContents .newsList li span.date{
  margin-right:10px;
}
.bottomContents .newsList li span.cat01{
  background:#333;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
.bottomContents .newsList li span.cat02{
  background:#c9151d;
  color:#FFF;
  font-size:10px;
  padding: 3px 14px;
  margin-right:10px;
}
.bottomContents .facebook{
  border:1px solid #e8e8e8;
  box-sizing:border-box;
  float:right;
  width:300px;
}

/* bottomLink */
.bottomLink{
  margin-bottom:30px;
}
.bottomLink .bottomLinkBox{
  background:#000;
  float:left;
  margin-bottom:20px;
  position:relative;
}
.bottomLink .linkBoxCenter{
  margin:0 30px;
}
.bottomLink .bottomLinkBox a{
  color:#FFF;
  text-decoration:none;
}
.bottomLink .bottomLinkBox .bannerTitle{
  display:inline-block;
  position:absolute;
  top:80px;
  left:0;
  right:0;
  text-align:center;
  text-shadow:1px 1px 2px #000000;
  z-index:9998;
}
.bottomLink .bottomLinkBox .bannerTitle span{
  border:1px solid #FFF;
  font-weight:bold;
  padding:5px 15px;
}
.bottomLink .bottomLinkBox a:hover .bannerTitle span{
  background:#c9151d;
  border:1px solid #c9151d;
  font-weight:bold;
  padding:5px 15px;
}
.bottomLink .bottomLinkBox p{
  position:absolute;
  top:120px;
  left:0;
  right:0;
  font-size:14px;
  text-align:center;
  text-shadow:1px 1px 2px #000000;
  z-index:9998;
}
.bottomLink .bottomLinkBox a img.bannerImg{
  opacity:0.6;  
}
.bottomLink .bottomLinkBox a:hover img.bannerImg{
  opacity:1;  
}
.bottomContents .newsList li div{
    display: table-cell;
    vertical-align: top;
  }
  .newsArea{
    overflow: auto;
  }

  .info_title{
    margin: 20px;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    color:#333333;
  }
  .info_read{
    margin:20px;
    text-align:center;
  }
  .fc-red{
    color:#d00020;
  }
  .info_readBox{
    border: 1px solid #606060;
    margin: 0 auto;
    width: 760px;
    margin-bottom: 50px;
  }
  .info_read02{
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
    text-align: center;
    font-size:14px;
  }


}

.info_title02{font-size:18px;font-weight:bold;}
.info_title03{font-size:16px;font-weight:bold;}

@media screen and (max-width: 768px){
.info_title02{font-size:16px;}
.info_title03{font-size:15px;}
}

.holiday{margin:50px auto 0;}