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

0.fonts

*******************************************/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
 }

.mincho {
  /*font-family: 'Noto Serif Japanese';*/
  font-family: "Sawarabi Mincho";
}

/*******************************************

1.Gloval

*******************************************/
* {
  padding: 0;
  margin: 0;
}
 
body {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont,'Roboto', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 16px;
}


a, a:hover, a:active {
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
img {
  max-width: 100%;
  height: auto;
}
ul, li {
  list-style: none;
}

/* h1 */

/* h2 */
h2.ttl {
  background: url(../images/assets/nakanoIcon.png) left center no-repeat;
  padding-left: 60px;
  line-height: 54px;
  margin-bottom: 50px;
}
h2.ttl span {
  font-size: 0.5em;
  font-weight: 700;
  color: #0F3888;
  vertical-align: middle;
  padding-left: 1em;
}

/* h3 */
h3,h4,h5,h6 {
  color: #0F3888;
}

main {
  background: url(../images/header/navBottom.png) left top repeat-x;
  padding-top: 12px;
}

#breadcrumb {
  background: #E8E8E8;
}


@media screen and (max-width:767px) {/* iPadではヘッダー固定しない */
  body#pagetop {
    padding-top: 76px;
    margin-top: -76px;
  }
  main {
    margin-top: 76px;
  }

  
  h2.ttl {
    text-align: center;
    line-height: 1.6;
    padding-top: 30px;
    padding-left: 0;
    background-position: center top;
    background-size: 30px;
    -webkit-background-size: 30px;
  }
  h2.ttl span {
    display: block;
    padding-left: 0;
  }
  
}

/*******************************************

2.Header

*******************************************/

header {
  height: 154px;
  /*background: url(../images/header/navBottom.png) left bottom repeat-x;*/
}
header h1 {
  font-size: 80%;
  color: #264B98;
  /*padding: 18px 0 0;*/
  font-weight: 700;
}

.container-fluid {
  position: relative;
  max-width: 1200px;
  padding: 0;
  border-radius: 0;
}
.container-fluid .navbar-header {
  float: left;
  width: calc( 100% - 416px);
  padding: 20px 0 10px;
}
.container-fluid .navbar-header .navbar-brand {
  height: auto;
  padding: 0;
  margin: 0 1em 0 0;
  float: left;
}
.container-fluid .navbar-header .navbar-brand img {
  width: 248px;
  height: 50px;
}
.header-btn {
  float: right;
  width: 416px;
  padding: 15px 0;
}
.header-btn li {
  float: left;
}
.header-btn li.tel-link span {
  width: 240px;
  height: 64px;
  background: url(../images/header/headerTel.png) left top no-repeat;
  margin-right: 20px;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header-btn li:nth-child(2) a {
  background: #1F76B2;
  padding: 21px 20px;
  color: #fff;
}
.header-btn li:nth-child(2) a::after {
  content: "お問い合わせ";
}
.header-btn li:nth-child(2) a:hover {
  background: #4CAADF;
  color: #fff;
}
.header-btn li:nth-child(2) a i {
  margin-right: 0.25em;
}
@media screen and (max-width:1100px) {
  .container-fluid .navbar-header .navbar-brand {
    height: 77px;
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .container-fluid .navbar-header .navbar-brand img {
    /*width: auto;*/
  }
  .container-fluid .navbar-header {
    padding: 13px 0 0 10px;
  }
  header h1 {
    clear: both;
    padding-top: 0.5em;
    margin: -28px 0 0 0;
    font-size: 11px;
  }
}

@media screen and (max-width:767px) {/* iPadではヘッダー固定しない */
  header {
    height: 76px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
  }
  header h1 {
    display: none;
  }
  header .container-fluid .navbar-header {
    width: calc(100% - 180px);
    margin-left: 0;
    padding: 0 !important;
  }
  header .container-fluid .navbar-header .navbar-brand {
    vertical-align: middle;
  }
  header .container-fluid .navbar-header .navbar-brand img {
    width: 36vw;
  }
  header .header-btn {
    width: auto;
    padding: 13px 0;
  }
  .header-btn .nav {
    float: right;
    margin-right: 10px;
  }
  .header-btn li:first-child a {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .header-btn li:first-child a {
    background: #1F76B2;
    color: #fff;
  }
  .header-btn li:first-child a::before {
    content: "\f095";
    font-family: "FontAwesome";
    display: block;
    font-size: 120%;
  }
  .header-btn li:first-child a::after {
    content: "電話";
    display: block;
    font-size: 10px;
  }
  .header-btn li:nth-child(2) a i {
    margin-right: 0;
    margin-bottom: 0.3em;
    font-size: 120%;
  }
  .header-btn li:nth-child(2) a::after {
    content: "お問合せ";
    display: block;
    font-size: 10px;
    white-space: nowrap;
  }
  header .header-btn .navbar-toggle,
  .header-btn li:first-child a,
  .header-btn li:nth-child(2) a {
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
  }
  header .header-btn .navbar-toggle {
    background: #1F76B2;
    border-radius: 0;
    border: 0;
    margin: 0 0 0 0;
  }
  header .header-btn .navbar-toggle .icon-bar {
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  
  
}

@media screen and (min-width:0px) and (max-width:480px) {
  .navbar-brand {
    width: 36vw;
    height: 80px;
    padding: 10px;
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}




/*******************************************

3.nav

*******************************************/
#defaultNavbar1 {
  clear: both;
  padding: 0;
  background: #CDDBED;
}
#defaultNavbar1 ul {
  max-width: 1200px;
  margin: auto;
}
#defaultNavbar1 ul li a {
  text-align: center;
  background: #0F3888;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
}
#defaultNavbar1 ul li a:hover, #defaultNavbar1 ul li a:active {
  background: #0080C9;
}
#defaultNavbar1 ul li span {
  display: block;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #9CF;
}
header nav.navbar-default {
  height: 100%;
  background-color: transparent;
  z-index: 999;
  border: 0;
}

@media screen and (max-width:1199px) {
  header nav.navbar.navbar-default > div {
    padding: 0 10px;
  }
  header .container-fluid .navbar-header {
    padding: 13px 0 0 0;
  }
}


/*******************************************

4.Footer

*******************************************/

footer {
  min-height: 166px;
  background-image: url(../images/header/navBottom.png),url(../images/assets/bgStripe02.png);
  background-position: left top;
  background-repeat: repeat-x,repeat;
  padding-top: 10px;
  margin-top: 50px;
}
footer .container-fluid {
  padding: 15px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: 0.7;
} 
.footer-logo, .footer-info {
  float: left;
  margin-right: 30px;
  font-weight: 300;
}
.footer-logo img {
  width: 166px;
  height: auto;
  padding-top: 25px;
}
.footer-info {
  color: #fff;
}
.footer-link {
  float: right;
  padding-top: 70px;
}
.footer-link li {
  display: inline-block;
  list-style: none;
  padding: 0 15px;
  font-size: 90%;
}
footer .copy {
  background: #0F3888;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

/* pagetop */
.pagetop a {
  position: fixed;
  z-index: 999;
  bottom: 10%;
  right: 15px;
  display: block;
  width: 50px;
  height: 50px;
  background: #0F3888;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.pagetop a::after {
  content: "TOP";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 7px;
  margin: auto;
  display: block;
  width: 2em;
  color: #fff;
}
.pagetop a::before {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 40%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 180%;
  display: inline-block;
}
@media screen and (max-width:1024px) {
  .footer-logo {
    padding: 15px;
    margin-left: 21%;
  }
  .footer-link {
    float: none;
    padding-top: 30px;
    clear: both;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .footer-logo, .footer-info, .footer-link {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    text-align: center;
    padding: 0;
  }
  .footer-link li {
    margin-bottom: 10px;
  }
  footer .copy {
    font-size: 10px;
  }
  
}


/*******************************************

5.Toppage

*******************************************/
/* #main-visual */
#main-visual {
  /*position: relative;*/
}
#main-visual {
  position: relative;
  background: url(../images/top/bg_main.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 570px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-attachment: fixed;
}
@keyframes sizeScale {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 120%;
    }
}
/*
#main-visual {
  animation-name: sizeScale;
  animation-duration: 5s;
  animation-delay: 0;
  animation-direction: alternate;
  animation-timing-function: liner;
  animation-fill-mode: forwards;
}
*/


#main-visual .inner {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  font-size: 150%;
  text-shadow: 1px 1px 3px #666;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*filter: sepia(50%);*/
}
#main-visual .inner .h1 {
  font-size: 300%;
  text-shadow: 1px 1px 3px #666;
}
.visual_inner_btn {
  width: 360px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.visual_inner_btn li {
  float: left;
  position: relative;
}
.visual_inner_btn li a {
  display: block;
  width: 180px;
  height: 285px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.visual_inner_btn li:hover a::after {
  content: "";
  opacity: 1;
  transition: 0.5s;
}
.visual_inner_btn li.company a {
  background: url(../images/top/mainBtn01.png) left top no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: 0.5s;
}
.visual_inner_btn li.company:hover a, .visual_inner_btn li.company.active a {
  background: url(../images/top/mainBtn01_on.png) left top no-repeat;
}
.visual_inner_btn li.machine a {
  background: url(../images/top/mainBtn02.png) left top no-repeat;
}
.visual_inner_btn li.machine:hover a, .visual_inner_btn li.machine.active a {
  background: url(../images/top/mainBtn02_on.png) left top no-repeat;
}
.visual_inner_btn li.technology a {
  background: url(../images/top/mainBtn03.png) left top no-repeat;
}
.visual_inner_btn li.technology:hover a, .visual_inner_btn li.technology.active a {
  background: url(../images/top/mainBtn03_on.png) left top no-repeat;
}
.visual_inner_btn li.product a {
  background: url(../images/top/mainBtn04.png) left top no-repeat;
}
.visual_inner_btn li.product:hover a, .visual_inner_btn li.product.active a {
  background: url(../images/top/mainBtn04_on.png) left top no-repeat;
}
.visual_inner_btn li a span {
    visibility: hidden;
}
/*@media screen and (max-width:1024px) {
  #main-visual .inner {
    width: calc(100% - 360px);
    margin: 0;
  }
}*/
@media screen and (max-width:1199px) {

  #main-visual {
    background: none;
    min-height: inherit;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #main-visual .container-fluid {
    background: #fff;
  }
  #main-visual .inner {
    position: static;
    display: block;
    width: 100%;
    color: #fff;
  }
  #main-visual .inner .item01,#main-visual .inner .item02,#main-visual .inner .item03,#main-visual .inner .item04 {
    width: 100%;
  }
  #main-visual .visual_inner_btn {
    position: static;
    width: 100%;
    padding: 20px 15px 0;
    background: url(../images/top/bg_main.jpg) 50% 50% no-repeat;
  }
  #main-visual .visual_inner_btn li {
    width: 48%;
    height: 20.5vw;
    margin: 1%;
  }
  #main-visual .visual_inner_btn li a {
    width: 100%;
    height: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 5% 0 0 0.5em;
    font-size: 3vw;
    font-weight: 700;
    text-indent: 0;
    white-space: normal;
  }
  #main-visual .visual_inner_btn li a span {
    display: block;
    visibility: visible;
    font-size: 0.7em;
    font-weight: 300;
    padding-top: 0.25em;
  }
  #main-visual .inner .h1 {
    margin: 0;
    padding: 2rem 0 0 1rem;
    clear: both;
    font-size: 180%;
  }
  #main-visual p {
    margin: 0;
    padding: 1rem 0 0 1rem;
  }
  .visual_inner_btn li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(15,56,136,0.50);
    transition: 0.5s;
    margin-left: -0.5em;
  }
  .visual_inner_btn li:nth-child(1) a {
  background: url(../images/top/sp_mainBtn01.png) left top no-repeat;
  }
  .visual_inner_btn li:nth-child(2) a {
    background: url(../images/top/sp_mainBtn02.png) left top no-repeat;
  }
  .visual_inner_btn li:nth-child(3) a {
    background: url(../images/top/sp_mainBtn03.png) left top no-repeat;
  }
  .visual_inner_btn li:nth-child(4) a {
    background: url(../images/top/sp_mainBtn04.png) left top no-repeat;
  }
  .visual_inner_btn li:nth-child(1).active a, .visual_inner_btn li:nth-child(1):hover a {
  background: url(../images/top/sp_mainBtn01_on.png) left top no-repeat;
  }
  .visual_inner_btn li:nth-child(2).active a, .visual_inner_btn li:nth-child(2):hover a {
    background: url(../images/top/sp_mainBtn02_on.png) left top no-repeat;
  }
  .visual_inner_btn li:nth-child(3).active a, .visual_inner_btn li:nth-child(3):hover a {
    background: url(../images/top/sp_mainBtn03_on.png) left top no-repeat;
  }
  .visual_inner_btn li:nth-child(4).active a, .visual_inner_btn li:nth-child(4):hover a {
    background: url(../images/top/sp_mainBtn04_on.png) left top no-repeat;
  }

}


/*****************************************************************************************

Top main contents

*****************************************************************************************/
/* #news */
#news {
  height: 95px;
  padding: 20px 0;
  background: url(../images/assets/bgStripe01.png);
}

/* #technology */
#technology {
  background: url(../images/assets/bgStripe02.png);
  padding: 15px 0;
}
#technology .container-fluid {
  background: url(../images/top/serviceBg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0px 50px 30px;
}
.flex-container {
  -js-display: flex; /*IE9*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container::after {
  content: " ";
  display: table;
  clear: both;
}
#technology .flex-item {
  display: inline-block;
  float: left;
  width: 23%;
  padding: 0 15px;
  margin: 0 1%;
  position: relative;
  height: auto;
  box-shadow: 1px 1px 3px #999;
  z-index: 1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+33,ededed+33,ededed+34,f3f3f3+34,e8e8e8+34,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 33%, rgba(237,237,237,1) 33%, rgba(237,237,237,1) 34%, rgba(243,243,243,1) 34%, rgba(232,232,232,1) 34%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 34%,rgba(243,243,243,1) 34%,rgba(232,232,232,1) 34%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 34%,rgba(243,243,243,1) 34%,rgba(232,232,232,1) 34%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tech_btn {

}
.tech_btn figure {
  width: 138px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
.tech_btn h3 {
  font-size: 108%;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  margin: 80px 15px 0;
  border-bottom: 1px solid #ccc;
  color: #0F3888;
}
.tech_btn p {
  padding: 15px;
}

/* #machine */
#machine {
  padding: 45px 0;
  background: url(../images/top/bgMachine.png) left bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#machine .flex-item a {
    font-size: 14px;
    font-weight: 700;
}
#machine .container-fluid {
  /*border: 4px solid #0F3888;*/
  /*border: 4px solid #e7ecf1;*/
  padding: 20px 40px;
  /*background-color: rgba(255,255,255,0.4);*/
}
#machine .flex-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#machine .flex-item {
  display: inline-block;
  float: left;
  width: 18%;
  margin: 0 1%;
  padding: 0 15px;
  text-align: center;
}
#machine ul li dl dt img {
  border: 1px solid #ccc;
}
#machine ul li dl dd:first-of-type {
  color: #0D3886;
  margin-top: 1em;
}

@media screen and (max-width:1199px) {
  #technology, #machine, body.home.page #contactBnr {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width:992px) {
  #technology .flex-item {
    width: 46%;
    margin: 0 2% 15%;
  }
}
@media screen and (max-width:768px) {
  
  /* #news */

  /* #technology */
  #technology .flex-item {
    width: 100%;
    margin: 0 0 25%;
  }

  /* #machine */
  #machine .container-fluid {
    padding: 20px 10px;
  }
  #machine .flex-item {
    width: 31.333%;
    margin: 0 1%;
  }
  
  
}




/****************************************************************
*
*   slide
*
*****************************************************************/
#news .slide {
  /*text-align: center;*/
  margin-right: 10em;
  padding-top: 20px;
}
#news .slick-slider {
  height: 55px;
  background: #fff;
}
#news .slick-track > div:not(.slick-current) {
  opacity: 0.5;
}
#news .slide time {
  background: #2C5199;
  padding: 2px;
  color: #fff;
  margin-right: 1em;
}
#news .slick-prev, #news .slick-next {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 50px;
  height: 55px;
  background: #7091D6;
  border: 0;
}
#news .slick-prev i.fa, #news .slick-next i.fa {
  font-size: 36px;
  font-weight: 300;
}
#news .slick-prev {
  left: 0;
}
#news .slick-next {
  right: 0;
}


#main-visual .slider2 button {
    border: 0;
    background-color: transparent;
    font-size: 0;
    height: 0;
    width: 0;
    display: inline;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#main-visual .slider2 > div {
  margin-top: -34px;
}
@media screen and (max-width:768px){
  #main-visual .slider2 > div {
    margin-top: -34px;
  }
  
}



/****************************************************************
*
*   お問い合わせバナー
*
*****************************************************************/
#contactBnr {
  padding: 0 15px;
  margin-top: 50px;
}
body.home #contactBnr {
  padding: 0;
}
#contactBnr .bnr-container {
  border: 3px solid #113988;
  color: #113988;
  text-align: center;
  padding: 15px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 33%, rgba(237,237,237,1) 33%, rgba(237,237,237,1) 34%, rgba(243,243,243,1) 34%, rgba(232,232,232,1) 34%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 34%,rgba(243,243,243,1) 34%,rgba(232,232,232,1) 34%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 33%,rgba(237,237,237,1) 34%,rgba(243,243,243,1) 34%,rgba(232,232,232,1) 34%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#contactBnr h1 {
  font-size: 4.1vw;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid;
  position: relative;
}
#contactBnr h1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #113988 transparent transparent transparent;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
#contactBnr a {
  display: block;
}
#contactBnr a + a {
  margin-top: 10px;
}
#contactBnr ul {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 3.5vw;
}
#contactBnr ul li {
  /*width: 12em;*/
  text-align: left;
}
#contactBnr ul li span {
  width: 2.5em;
  color: #fff;
  background-color: rgba(17,60,138,0.82);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.5em;
  margin-bottom: 5px;
}
@media print,screen and (min-width:768px){
  #contactBnr {
    max-width: 1200px;
    margin: 30px auto;
  }
  #contactBnr h1 {
    font-size: 23px;
    font-weight: 700;
    overflow: hidden;
    border-bottom: 1px dotted;
    text-indent: 0.5em;
    line-height: 1.6;
  }
  #contactBnr h1 span{
    vertical-align: middle;
  }
  #contactBnr h1 span + span {
    float: right;
    padding-right: 20px;
  }
  #contactBnr h1 span img {
    width: 186px;
  }
  #contactBnr h2 {
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
    border-radius: 15px;
    background-color: rgba(17,57,136,0.78);
    margin: 0 0 1em;
  }
  p.tel {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-top: -10px;
  }
  p.tel .fa {
    padding-right: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: 10px;
  }
  #contactBnr ul {
    font-size: 18px;
    margin-top: 0.5em;
  }
  #contactBnr ul li {
    text-align: center;
    font-size: 100%;
  }
  
}
@media print,screen and (min-width:980px){
  #contactBnr ul {
    font-size: 22px;
  }
  #contactBnr h1 {
    font-size: 23px;
  }
  #contactBnr h2 {
    font-size: 18px;
  }
  p.tel {
    font-size: 58px;
  }
}

