/*
===================================================
	Reset
===================================================
*/
*{
 margin: 0px;
 padding: 0px;
 margin-bottom: 0px;
}
dl, ol, ul ,p,h1,h2,h3,h4,h5,h6{
 margin-top: 0;
 margin-bottom: 0rem;
}
li{
 list-style: none;
}
a{
 text-decoration: none;
 color: #000;
}
address{
 font-style:normal;
}
html,body{
 width: 100%;
 overflow-x: hidden;
}
/*
===================================================
	Base Setting
===================================================
*/
body {
	line-height: 1.4em;
 letter-spacing: 0.05em;
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
}
img{
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
.sp-visible{
 visibility: hidden;
 width: 0px;
 height: 0px;
}
.maxWidth{
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth2{
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth3{
 max-width: 900px;
 margin-left: auto;
 margin-right: auto
}
#header{
 background: #ffff00;
 position: relative;
}
#header a{
 color: #000;
}
#header .inner{
 max-width: 1170px;
 margin: 0 auto;
 position: relative;
 padding: 0 15px;
}
#header h1{
 display: inline-block;
 vertical-align: middle;
 margin: 5px 20px 0px 0px;
}
#header h1 img{
 height: auto;
 width: 180px;
}
#header #nav{
 display: inline-block;
 vertical-align: middle;
}
#header #nav li{
 display: inline-block;
 vertical-align: middle;
 position: relative;
}
#header #nav li a{
 display: block;
 font-weight: bold;
 padding:25px 15px;
}
#header #nav li.contact{
 position: absolute;
 right: 0px;
}
#header #nav li.contact a{
 background: #000;
 color: #ffff00;
 padding: 25px 35px;
}
#header #nav li.sub:before{
 content: "";
 display: block;
 position: absolute;
 bottom: 15px;
 left: 50%;
 margin-left: -5px;
 border-top: solid 8px #ffa200;
 border-left: solid 5px transparent;
 border-right: solid 5px transparent;
}
#header #nav li.sub ul{
 opacity: 0;
 height: 0;
 overflow: hidden;
 visibility: hidden;
 position: absolute;
 z-index: 3;
 left: -30px;
 top: 72px;
 background: #fff;
 width: 150px;
 font-size: 90%;
 border:solid 5px #000;
}
#header #nav li.sub ul li{
 border-bottom: dotted 1px #aaa;
 width: 100%;
}
#header #nav li.sub ul li:last-child{
 border-bottom: none;
}
#header #nav li.sub ul li a{
 width: 100%;
 padding: 10px;
 display: block;
}
#header #nav li.sub:hover ul{
 opacity: 1;
 height: auto;
 visibility: visible;
}
#main{
 min-height: 1000px;
}
#footer .bg{
 background: url(../img/bg_tone.png);
}
#footer .bg2{
 max-width: 1170px;
 margin: 0 auto;
 background: #ffff00;
}
#footer .copyright{
 padding: 15px 15px 50px;
 text-align: center;
}
#footer .row{
 max-width: 80%;
 margin: 0 auto;
 padding: 40px 0px;
}
#footer .footerImg{
 margin-top: -15%;
}

#pagetop{
 position: fixed;
 z-index: 2;
 bottom: 15px;
 right: 15px;
 visibility: hidden;
 opacity: 0;
}
#pagetop.active{
 visibility: visible;
 opacity: 1;
}
#pagetop a{
 position: relative;
 background: rgba(255,255,255,0.7);
 border-radius: 20px;
 padding:5px 15px 5px 30px;
 border: solid 2px #888;
 box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
 color: #555;
}
#pagetop a:before{
 display: block;
 position: absolute;
 content: "";
 border-bottom: solid 10px #555;
 border-left: solid 6px transparent;
 border-right: solid 6px transparent;
 left: 10px;
 top: 10px;
}
#pagetop a:hover:before{
 transition: .5s;
 border-bottom: solid 10px #fff;
}
#pagetop a:hover{
 transition: .5s;
 text-decoration: none;
 color: #fff;
 background: rgba(0,0,0,0.7);
}

#contact{
 padding-top: 80px;
 padding-bottom: 80px;
}
#contact a{
 display: block;
 background: #e60012;
 color: #fff;
 width: 1000px;
 margin: 0 auto;
 padding: 50px;
 border-radius: 15px;
 border:solid 3px #000;
 box-shadow: 3px 3px 0px #000;
 font-size: 180%;
 font-weight: bold;
 position: relative;
}
#contact a .fa-arrow-circle-right{
 position: absolute;
 right: 50px;
 top: 50%;
 margin-top: -0.3em;
}
#contact a:hover{
 transition: .5s;
 background: #fff;
 color: #000;
 text-decoration: none;
}
.clearfix{
 overflow: hidden;
}
.fLeft{
 float: left;
}
.fRight{
 float: right;
}
.tLeft{
 text-align: left;
}
.tRight{
 text-align: right;
}
.tCenter{
 text-align: center;
}
.vTop{
 vertical-align: top;
}
.vMiddle{
 vertical-align: middle;
}
.vBottom{
 vertical-align: bottom;
}
.mb1em{
 margin-bottom: 1em;
}
.mb2em{
 margin-bottom: 2em;
}
.mb3em{
 margin-bottom: 3em;
}
.mb50{
 margin-bottom: 50px;
}
.mb100{
 margin-bottom: 100px;
}
.mt1em{
 margin-top: 1em;
}
.mt2em{
 margin-top: 2em;
}
.mt3em{
 margin-top: 3em;
}
.mt50{
 margin-top: 50px;
}
.mt100{
 margin-top: 100px;
}
.mr1em{
 margin-right: 1em;
}
.mr2em{
 margin-right: 2em;
}
.mr3em{
 margin-right: 3em;
}
.ml1em{
 margin-left: 1em;
}
.ml2em{
 margin-left: 2em;
}
.ml3em{
 margin-left: 3em;
}
.pb1em{
 padding-bottom: 1em;
}
.pb2em{
 padding-bottom: 2em;
}
.pb3em{
 padding-bottom: 3em;
}
.pb50{
 padding-bottom: 50px;
}
.pb100{
 padding-bottom: 100px;
}
.pt1em{
 padding-top: 1em;
}
.pt2em{
 padding-top: 2em;
}
.pt3em{
 padding-top: 3em;
}
.pt50{
 padding-top: 50px;
}
.pt100{
 padding-top: 100px;
}
.font-s{
 font-size: 80% !important;
}
.font-ss{
 font-size: 60% !important;
}
.font-base{
 font-size:100% !important;
}
.font-ls{
 font-size: 105% !important;
}
.font-l{
 font-size: 140% !important;
}
.font-ll{
 font-size: 180% !important;
}
.lh-1em{
 line-height: 1em;
}
.lh-1_5em{
 line-height: 1.5em;
}
.lh-2em{
 line-height: 2em;
}
.bold{
 font-weight: bold;
}
.styleBtn{
 display: inline-block;
 background: #e60012;
 color: #fff;
 text-align: center;
 padding: 25px 60px;
 border:solid 3px #000;
 border-radius: 8px;
 position: relative;
 box-shadow: 2px 2px 0px #000;
 font-size: 120%;
}
.styleBtn2{
 display: inline-block;
 background: #000000;
 color: #fff;
 text-align: center;
 padding: 25px 60px;
 border:solid 3px #000;
 border-radius: 8px;
 position: relative;
 box-shadow: 2px 2px 0px #000;
 font-size: 120%;
}
.styleBtn:hover,
.styleBtn2:hover{
 transition: .5s;
 text-decoration: none;
 background: #fff;
 color: #000;
}
.styleTbl{
 border: solid 3px #000;
 width: 100%;
}
.styleTbl th{
 background: #18dc3a;
 border: solid 1px #000;
 padding: 20px;
 font-size: 110%;
 color: #000; 
}
.styleTbl2{
 border:solid 3px #000;
 width: 100%;
}
.styleTbl2 thead{
 text-align: center;
}
.styleTbl2 thead th:first-child{
 width: 25%;
}
.styleTbl2 thead th{
 padding: 20px;
}
.styleTbl2 th,
.styleTbl2 td{
 border:solid 1px #000;
 padding: 10px;
}
.styleTbl2 td{
 text-align: center;
}
.styleTbl2 tr:nth-child(even){
 background: #eee;
}
.styleTbl3{
 border: solid 3px #000;
 width: 100%;
}
.styleTbl3 th{
 background: #e7af27;
 border: solid 1px #000;
 padding: 20px;
 font-size: 110%;
 color: #000; 
}
.styleTbl3 th,
.styleTbl3 td{
 border:solid 1px #000;
 padding: 10px;
}
.styleTbl4{
 border: solid 3px #000;
 width: 100%;
}
.styleTbl4 th{
 background: #a0d8f0;
 border: solid 1px #000;
 padding: 20px;
 font-size: 110%;
 color: #000; 
}
.styleTbl4 th{
 width: 20%;
}
.styleTbl4 th,
.styleTbl4 td{
 border:solid 1px #000;
 padding: 10px;
}
.styleTtl{
 color: #fff;
 background: #000;
 border-radius: 10px;
 padding: 10px 15px 12px 25px;
 position: relative;
}
.styleTtl:before{
 position: absolute;
 display: block;
 content: "";
 border-top: solid 15px #000;
 border-left: solid 10px transparent;
 border-right: solid 10px transparent;
 bottom: -15px;
 left: 50%;
 margin-left: -9px;
}
.styleTtl span{
 color: #18dc3a;
}
.styleTtl2{
 background: #000;
 text-align: center;
 color: #a0d8f0;
 padding: 10px;
 border-radius: 30px;
}
.styleTtl3{
 border-left: solid 6px #a0d8f0;
 padding-left: 5px;
}
.styleTtl4{
 background: #000;
 text-align: center;
 color: #e7af27;
 padding: 10px;
 border-radius: 30px;
}
.styleTtl5{
 border-left: solid 6px #e7af27;
 padding-left: 5px;
}
.styleTbl td{
 border: solid 1px #000;
 padding: 20px;
}
.styleList{
 overflow: hidden;
}
.styleList li{
 float: left;
 width: 49%;
 background: #fff;
 border-radius: 10px;
 margin-bottom: 15px;
 padding: 40px 40px 80px;
 position: relative;
 line-height: 1.6em;
}
.styleList h5{
 font-size: 140%;
 margin-bottom: 15px;
}
.styleList li p{
 font-size: 80%;
}
.styleList li:nth-child(even){
 float: right;
}
.styleList li .btmLink{
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 background: #18dc3a;
 display: block;
 text-align: center;
 padding: 20px;
 font-size: 110%;
 border-radius: 0px 0px 10px 10px;
}

.styleList li .btmLink2{
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 background: #ffff00;
 display: block;
 text-align: center;
 padding: 20px;
 font-size: 110%;
 border-radius: 0px 0px 10px 10px;
}



.styleList li .btmLink a{
 color: #fff;
 font-weight: bold;
}
.styleList li .btmLink2 a{
 color: #000;
 font-weight: bold;
}
.styleList2 li{
 border-radius: 10px;
 margin-bottom: 35px;
 font-weight: bold;
 position: relative;
}
.styleList2 li:before{
 content: "";
 background: url(../img/bg_dot_25.png);
 position: absolute;
 display: block;
 border-radius: 10px;
 left: 10px;
 top: 10px;
 width: 100%;
 height: 100%;
}
.styleList2 li .inner{
 background: #fff;
 padding: 50px 30px;
 border-radius: 10px;
 position: relative;
 z-index: 2;
}
.styleList2 li .q{
 width: 80%;
}
.styleList2 li .a{
 width: 80%;
 height: 0px;
 overflow: hidden;
}
.styleList2 li .a.active{
 margin-top: 50px;
 height: auto;
}
.styleList2 li .btn,
.styleList2 li .btn2{
 color: #87e22c;
 font-weight: bold;
 position: absolute;
 right: 10px;
 top: 50%;
 margin-top: -1em;
 cursor: pointer;
}
.styleList2 li .btn2{
 margin-top: -0.3em;
 font-size: 150%;
 display: none;
}
.styleList2 li .btn span{
 display: inline-block;
 vertical-align: middle;
}
.styleList2 li .btn:after{
 content: "";
 display: block;
 display: inline-block;
 border-top: solid 12px #87e22c;
 border-left: solid 7px transparent;
 border-right: solid 7px transparent;
 vertical-align: middle;
 margin-left: 5px;
}
.styleList_4col{
 text-align: center;
}
.styleList_4col li{
 display: inline-block;
 width: 23%;
 padding: 1%;
 vertical-align: top;
}
.styleList_maker{
 text-align: center;
}
.styleList_maker li{
 display: inline-block;
}
.styleList_maker li img{
 height: 60px;
 width: auto;
}
.styleIframe{
 border: solid 1px #eee;
 padding: 20px;
 width: 100%;
 height: 25vh;
 border-radius: 10px;
/* box-shadow: 0px 0px 4px rgba(0,0,0,0.1) inset;*/
}
.cautionBox{
 background: #fff url(../img/photo/bg.png) no-repeat left center;
 padding: 50px;
 border-radius: 10px;
}

.cautionBox2{
 background: #fff url(../img/) no-repeat left center;
 padding: 50px;
 border-radius: 10px;
}

.red{
 color: #e60012;
}
.blue{
 color: #a0d8f0;
}
.orange{
 color: #e7af27;
}
.orange2{
 color: #fd941d;
}
.green{
 color: #87e22c;
}
.yellow{
 color:  #ffc703;
}
.bg_green{
 background: #c6ff82;
}
.bg_green2{
 background: #87e22c;
}
.bg_yellow{
 background: #ffff00;
}
.bg_orange{
 background: #e7af27;
}
.bg_orange2{
 background: #fd8c0d;
}
.bg_blue{
 background: #a0d8f0;
}
.bg_line{
 background: url(../img/bg_line.png);
}
.underline{
 text-decoration: underline;
}
.dIb{
 display: inline-block;
}
@media screen and (max-width: 1000px) {
 #header h1{
  display: block;
  vertical-align: middle;
  margin: 0px;
  padding: 10px 0px 5px 0px;
  text-align: center;
 }
 #header #nav{
  display: block;
  vertical-align: middle;
  text-align: center;
 }
 #header #nav li{
  display: inline-block;
  vertical-align: middle;
 }
 #header #nav li a{
  display: block;
  font-weight: bold;
  padding: 25px;
 }
 #header #nav li.contact{
  position: relative;
  right: 0px;
 }
 #header #nav li.contact a{
  background: #000;
  color: #ffff00;
  padding: 25px 35px;
 }
 #contact a{
  display: block;
  background: #e60012;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 50px;
  border-radius: 15px;
  border:solid 3px #000;
  box-shadow: 3px 3px 0px #000;
  font-size: 180%;
  font-weight: bold;
  position: relative;
 }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 768px) {
 .sp-visible{
  visibility: visible;
  width: auto;
  height: auto;
 }
 .sp-hidden{
  display: none !important;
 }
 .sp-dNone{
  display: none;
 }
 .sp-dIBlock{
  display: inline-block;
 }
 .sp-menuBtn {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 4px;
  width: 35px;
  height: 35px;
  border: solid 2px #888;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
 }
 .sp-menuBtn .sp-menuBtn__inner {
  transition: transform 0.5s;
  position: relative;
  top: 8px;
  left: 6px;
  width: 19px;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn .sp-menuBtn__inner::after {
  transition: transform 0.5s;
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn .sp-menuBtn__inner::before {
  transition: transform 0.5s;
  position: absolute;
  top: 12px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn.active .sp-menuBtn__inner {
  position: relative;
  top: 14px;
  left: 6px;
  width: 19px;
  height: 3px;
  background: #555555;
  transform: rotate(45deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::after {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
  transform: rotate(90deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::before {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn span {
  display: none;
 }
 .sp-menuArea {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
 }
 .sp-menuArea.active {
  transition: opacity 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
 }
 .sp-menuArea .sp-menu {
  padding: 50px 10px 10px;
 }
 .sp-menuArea .sp-menu li {
  border-bottom: solid 1px #eee;
 }
 .sp-menuArea .sp-menu li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 12px;
  color: #555555;
 }
 .sp-menuArea .sp-menu li a::before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  vertical-align: middle;
  content: "";
  display: block;
  border-left: solid 6px #555555;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
 }
 .sp-fLeft{
  float: left;
 }
 .sp-fRight{
  float: right;
 }
 .sp-tLeft{
  text-align: left;
 }
 .sp-tRight{
  text-align: right;
 }
 .sp-tCenter{
  text-align: center;
 }
 .sp-vTop{
  vertical-align: top;
 }
 .sp-vMiddle{
  vertical-align: middle;
 }
 .sp-vBottom{
  vertical-align: bottom;
 }
 .sp-mb1em{
  margin-bottom: 1em;
 }
 .sp-mb2em{
  margin-bottom: 2em;
 }
 .sp-mb3em{
  margin-bottom: 3em;
 }
 .sp-mt1em{
  margin-top: 1em;
 }
 .sp-mt2em{
  margin-top: 2em;
 }
 .sp-mt3em{
  margin-top: 3em;
 }
 .sp-pb1em{
  padding-bottom: 1em;
 }
 .sp-pb2em{
  padding-bottom: 2em;
 }
 .sp-pb3em{
  padding-bottom: 3em;
 }
 .sp-pt1em{
  padding-top: 1em;
 }
 .sp-pt2em{
  padding-top: 2em;
 }
 .sp-pt3em{
  padding-top: 3em;
 }
 #main{
 }
 #header{
  padding-bottom: 10px;
 }
 #header h1 img{
  height: auto;
  width: 140px;
 }
 #header #nav li.contact{
  position: relative;
  right: 0px;
  margin-top: 5px;
 }
 #header #nav li.contact a{
  background: #000;
  color: #ffff00;
  padding: 15px 65px;
 }
 #footer .row{
  max-width: 95%;
  margin: 0 auto;
  padding: 40px 0px;
 }
 #contact a{
  display: block;
  background: #e60012;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  border:solid 3px #000;
  box-shadow: 3px 3px 0px #000;
  font-size: 110%;
  font-weight: bold;
  position: relative;
 }
 #contact a .fa-arrow-circle-right{
  margin-top: -0.5em;
  right:10px;
 }
 .styleTbl th{
  padding: 10px;
  font-size: 100%;
  width: 30%;
 }
 .styleTtl{
  font-size: 120%;
 }
 .styleBtn{
  display: inline-block;
  background: #e60012;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  border:solid 3px #000;
  border-radius: 8px;
  position: relative;
  box-shadow: 2px 2px 0px #000;
  font-size: 110%;
 }
 .styleBtn2{
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  border:solid 3px #000;
  border-radius: 8px;
  position: relative;
  box-shadow: 2px 2px 0px #000;
  font-size: 110%;
 }
 .styleList{
  overflow: hidden;
 }
 .styleList li{
  float: none;
  width: auto;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px 15px 80px;
  position: relative;
  line-height: 1.6em;
  height: auto !important;
 }
 .styleList h5{
  font-size: 120%;
  margin-bottom: 15px;
 }
 .styleList li p{
  font-size: 80%;
 }
 .styleList li:nth-child(even){
  float: none;
 }
 .styleList li .btmLink{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #18dc3a;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 110%;
  border-radius: 0px 0px 10px 10px;
 }
 .styleList li .btmLink2{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffff00;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 110%;
  border-radius: 0px 0px 10px 10px;
 }
 .styleList2 li{
  border-radius: 10px;
  margin-bottom: 35px;
  font-weight: bold;
  position: relative;
 }
 .styleList2 li:before{
  content: "";
  background: url(../img/bg_dot_25.png);
  position: absolute;
  display: block;
  border-radius: 10px;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
 }
 .styleList2 li .inner{
  background: #fff;
  padding: 50px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
 }
 .styleList2 li .q{
  width: auto;
 }
 .styleList2 li .a{
  width: auto;
 }
 .styleList2 li .btn,
 .styleList2 li .btn2{
  color: #87e22c;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 20px;
  margin-top: -1em;
  cursor: pointer;
 }
 .styleList2 li .btn2{
  margin-top: -0.3em;
 }
 .styleList2 li .btn span{
  display: inline-block;
  vertical-align: middle;
 }
 .styleList2 li .btn:after{
  content: "";
  display: block;
  display: inline-block;
  border-top: solid 12px #87e22c;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  vertical-align: middle;
  margin-left: 5px;
 }
 .styleList_4col li{
  display: inline-block;
  width: 48%;
  padding: 1%;
  vertical-align: top;
 }
 .styleTbl,
 .styleTbl2,
 .styleTbl3,
 .styleTbl4{
  font-size: 80%;
 }
 .styleTbl2 thead th{
  padding: 5px;
 }
 .styleTbl2 th, .styleTbl2 td {
  padding: 5px;
 }
 .sp-font-s{
  font-size: 80% !important;
 }
 .sp-font-ss{
  font-size: 60% !important;
 }
 .sp-font-base{
  font-size:100% !important;
 }
 .sp-font-ls{
  font-size: 105% !important;
 }
 .sp-font-l{
  font-size: 140% !important;
 }
 .sp-font-ll{
  font-size: 180% !important;
 }
 .sp-sp-lh-1em{
  line-height: 1em;
 }
 .sp-lh-1_5em{
  line-height: 1.5em;
 }
 .sp-lh-2em{
  line-height: 2em;
 }
 .sp-contactBtn{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #000;
  padding: 0px 0.7em;
  font-size: 28px;
  vertical-align: middle;
 }
 .sp-contactBtn:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
  overflow: hidden;
 }
 .sp-contactBtn i{
  vertical-align: middle;
 }
 .sp-contactBtn a i {
  color: #ffff00;
 }
}