html{
	overflow:visible !important;
}
/* secFirstview */
.secFirstview{
	width: 100%;
	height: 100vh;
    max-height: 1030px;
	overflow: hidden;
	z-index:1;
	position: relative;
}
.gNavOpen .secFirstview{
	position: static;
	height: 100vh;
}
.secFirstview .slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	overflow: hidden;

}
.secFirstview .slide .img{
	display: block;
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: scale(1.1);
	background-position: center center;
	background-size: cover;
	transition-property: transform;
	transition-duration: 0s;
	transition-delay: 0s;
	transition-timing-function: linear
}
.secFirstview .slide:first-child .img{
	background: url(../img/cartocar/imgTop01.jpg) center top / cover no-repeat;
}
.secFirstview .slide:nth-child(2) .img{
	background: url(../img/cartocar/imgTop02.jpg) center top / cover no-repeat;
}
.secFirstview .slide:nth-child(3) .img{
	background: url(../img/cartocar/imgTop03.jpg) center top / cover no-repeat;
}
.secFirstview .slide:nth-child(4) .img{
	background: url(../img/cartocar/imgTop04.jpg) center top / cover no-repeat;
}
.secFirstview .slide:last-child .img{
	background: url(../img/cartocar/imgTop05.jpg) center top / cover no-repeat;
}
.secFirstview .slide.current{
	z-index: 5;
	opacity: 1;
}
.secFirstview .slide.current .img{
	transform: scale(1);
	transition-property: transform;
	transition-duration: 11s;
	transition-delay: 0s;
	transition-timing-function: linear
}
.secFirstview .slide.pre{
	z-index: 10;
	opacity: 0;
}
.secFirstview .slide.pre .img{
	transform: scale(1)
}
@media screen and (max-width: 1023px) {
  .secFirstview .slide .img{
    width: 200%;
    transform: translate(-30vw,0);
  }
  .secFirstview .slide.current .img{
    transform: translate(-110vw,0);
  }
  .secFirstview .slide.pre .img{
    transform: translate(-110vw,0);
  }
}

/* secCtc */
.secCtc {
    width: 100%;
    box-sizing: border-box;
    margin-top: 153px;
}
.ctcInner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 118px;
}
.imgLogo {
    flex-shrink: 0;
    margin-right: 48px;
    margin-bottom: 4px;
}
.secCtc .txt {
    font-size: 15px;
    line-height: calc(38 / 15);
    letter-spacing: 0.2px;
    font-weight: 500;
    margin-top: 6px;
}
/* ===== SP表示 (max-width: 1023px) ===== */
@media screen and (max-width: 1023px) {
    .secCtc {
      width: 100%;
      box-sizing: border-box;
      margin-top: 100px;
    }
    .ctcInner {
        display: block;
        text-align: center;
        margin-left: 0;
    }
    .imgLogo {
        margin: 0 auto 75px;
        width: 33.846%;
    }
    .secCtc .txt {
        font-size: 13px;
        line-height: calc(42 / 26);
        letter-spacing: 0.7px;
    }
}
/* secIconStep */
.secIconStep {
    margin-top: 140px;
}

.secIconStep .iconStepInner{
    padding: 0 60px
}

.secIconStep .iconStepList {
    display: flex;
    gap: 55px;
    justify-content: center;
}

.secIconStep .iconStepBox {
    width: calc((100% - 110px)/3);
    height: 270px;
    background: #ebf4fa;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.secIconStep .imgIcon{
  display: flex;
  align-items: center;
  height: 153px;
}
.secIconStep .item:nth-child(2) .imgIcon{
  margin-bottom: 10px;
}
.secIconStep .item:nth-child(3) .imgIcon{
  margin-right: 8px;  
  margin-bottom: 11px;
}

.secIconStep .iconStepBox .txt {
  color: #0073bd;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 32px;
    margin-top: 2px;
  width: 100%;
  position: relative;
}
.secIconStep .iconStepBox .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;       /* 横幅いっぱい */
  height: 5px;
  background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2px);
  background-size: 21px 7px;
  background-repeat: repeat-x; /* 横方向に繰り返す */
}


/* ===== SP表示 (max-width: 1023px) ===== */
@media screen and (max-width: 1023px) {
    .iconStepInner {
        display: block;
    }
    .secIconStep {
        margin-top: 100px;
    }
    .secIconStep .iconStepInner{
        padding: 0;
    }
    .secIconStep .iconStepList {
      gap: 20px 0;
      flex-direction: column;
      align-items: center;
    }
    .secIconStep .iconStepBox {
      width: 225px;
      height: 225px;
      padding: 0 20px 20px;
    }
    .secIconStep .iconStepBox .imgIcon{
      height: 160px;
    }
    .secIconStep .iconStepBox:first-child .imgIcon{
      width: 145px;
    }
    .secIconStep .iconStepBox:nth-child(2) .imgIcon{
      width: 151px;
      margin-bottom: 0;
    }
    .secIconStep .iconStepBox:nth-child(3) .imgIcon{
      width: 112px;
      margin-right: 0;
      margin-bottom: 0;
    }

  .secIconStep .iconStepBox .txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #ffffff 2px, transparent 1px);
    background-size: 12px 4px;
    background-repeat: repeat-x;
  }
  .secIconStep .iconStepBox .txt {
      color: #0073bd;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: bold;
      position: relative;
      padding-top: 20px;
  }
}

/* ==============================
   STEP 共通スタイル
============================== */
.secStory {
  width: 100%;
  margin-top: 152px;
}
.secStory.step01 .secStoryHeader {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 40px;
  margin-left: 48px;
}
.secStory.step02 .secStoryHeader {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 40px;
  margin-left: 48px;
}
.secStory.step03 .secStoryHeader {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 36px;
  margin-left: 48px;
}
.secStory .imgShape {
  margin-right: 22px;
}
.secStory .secStoryTitle {
  color: #0073bd;
  font-size: 20px; 
  font-weight: bold; 
  line-height: calc(30 / 20); 
  letter-spacing: 0.2px;
  margin-top: 30px;
}
.secStory.step03 .secStoryTitle {
  margin-top: 72px;
}
.secStory .secStoryTitle .txtStep {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.secStory.step03 .secStoryTitle .txtStep {
  line-height: calc(27 / 20);
}
.secStory .secStoryInner .innerData {
  display: flex;
}
.secStory .secStoryDesc {
  color: #000000;
  font-size: 15px;
  line-height: calc(38 / 15);
  letter-spacing: 0.2px;
  font-weight: 500;
}

/* --- STEP1,Step3 --- */
.secStory.step01 {
  position: relative;
  margin-top: 68px;
}
.secStory.step03 {
  position: relative;
  margin-top: 72px;
}
.step01 .secStoryInner {
  display: flex;
  flex-direction: column;
}
.step03 .secStoryInner {
  display: flex;
  flex-direction: column;
}
.secStory.step01 .secStoryDesc {
  margin-top: 8px;
  margin-right: 75px;
  margin-left: 91px;
}
.secStory.step03 .secStoryDesc {
  margin-right: 75px;
  margin-left: 91px;
}
.step01 .secStoryImages {
    display: flex;
    flex-direction: column;
    gap: 62px;
    margin-top: -132px;
}
.step03 .secStoryImages {
    display: flex;
    flex-direction: column;
    gap: 62px;
    margin-top: -140px;
}
.step01 .secStoryImages .imgBox:last-child{
  margin-right: 156px;
}
.step03 .secStoryImages .imgBox:last-child{
  margin-right: 156px;
}
.floatImg {
  float: right; 
}
/* --- STEP2 --- */
.secStory.step02 {
  margin-top: 0;
  position: relative;
  padding: 176px 0;
  z-index: 5;
}
.secStory.step02 .secStoryInner{
  position: relative;
}
.secStory.step02 .secStoryInner::before {
  content: "";
  position: absolute;
  width: 1017px;
  height: 1174px;
  background-image: url("../img/cartocar/bgStep02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: -70px;
  left: 145px;
  z-index: -1;
}
.secStory .titInner{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 65px;
  margin-bottom: 52px;
}
.secStory .titInner .secStoryDesc{
  width: 388px;
  margin-right: 19px;
}
.step02 .secStoryImages{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 86px;
}
.secStory .secStoryList .item{
  width: 291px;
}
.secStory .secStoryList .item.left{
  position: relative;
  top: -98px;
}
.secStory .secStoryList .item.right{
  position: relative;
  top: 100px;
}
.secStory .secStoryList .secStoryDesc{
  line-height: calc(33 / 15);
}
.secStory .item:first-child .secStoryDesc{
  margin-top: 24px;
}
.secStory .item:nth-child(2) .secStoryDesc{
  margin-top: 18px;
}
.secStory .item:last-child .secStoryDesc{
  margin-top: 31px;
}
/* --- secProcess --- */
.secProcess {
  margin-top: 145px;
  position: relative;
}
.secProcess .wrapper{
  position: relative;
  z-index: 5;
}

.secProcess .boxTit {
  position: relative;
  z-index: 1;
}
.secProcessInner {
  margin-top: 91px;
  position: relative;
  z-index: 0;
}
.secProcessInner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/cartocar/bgProcess_sp.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: -210px;
  right: 140px;
  z-index: -1;
}

.secProcessInner .secProcessList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
  margin-bottom: 55px;
}

.secProcessInner .item {
  text-align: left;
  width: 290px;
  position: relative;
}
.secProcessInner .item:nth-child(4) {
  order: 6;
}
.secProcessInner .item:nth-child(5) {
  order: 5;
}
.secProcessInner .item:nth-child(6) {
  order: 4;
}
.secProcessInner .item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #0073bd;
  border-right: 0;
  top: 26%;
  right: -54px;
}
.secProcessInner .item:nth-child(3)::after {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 13px solid #0073bd;
  border-bottom: 0;
  top: unset;
  bottom: -13%;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
.secProcessInner .item:nth-child(4)::after {
  display: none;
}
.secProcessInner .item:nth-child(5)::after,
.secProcessInner .item:nth-child(6)::after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 13px solid #0073bd;
  border-left: 0;
  top: 25%;
  right: -50px;
}
.secProcessInner .imgMinicar {
    display: flex;
    justify-content: center;
    margin-right: 18px;
}

/* タイトル */
.secProcess .secProcessList .imgBox{
  margin-bottom: 40px;
}

.secProcess .processText{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.processTitle {
  display: flex;
  align-items: center;      /* 縦中央揃え */
  gap: 0 14px;                 /* 数字と文字の間隔 */
  color: #0073bd;
  font-size: 20px;
  font-weight: bold;
  justify-content: flex-start;
  margin-bottom: 10px;
  text-wrap: nowrap;
}

/* 丸付き数字のスタイル */
.processTitle .num {
  display: flex;            /* 中の数字を中央に配置 */
  align-items: center;
  justify-content: center;
  width: 36px;              /* 円の直径 */
  height: 36px;
  border: 3px solid #0073bd;
  border-radius: 50%;       /* 真円にする */
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  padding-top: 5px;
}


.shapeIcon {
  width: 20px;
  height: auto;
}

.processDesc {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(33 / 15);
  letter-spacing: 0.2px;
}
/* ==============================
   SP表示 (max-width: 1023px)
============================== */
@media screen and (max-width: 1023px) {
  /* --- STEP 共通 --- */
  .secStory {
    width: 100%;
    margin-top: 100px;
  }
  .secStory .secStoryHeader {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    margin-left: 48px;
  }
  .secStory.step01 .secStoryHeader {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .secStory.step03 .secStoryHeader {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .secStory.step03 .secStoryTitle {
    margin-top: 30px;
  }
  .secStory.step01 .imgShape {
    width: 25.232%;
    margin-right: 10px;
  }
  .secStory.step02 .imgShape {
    width: 29.25%;
    margin-right: 10px;
  }
  .secStory.step03 .imgShape {
    width: 27.076%;
    margin-right: 10px;
  }
  .secStory .secStoryTitle {
    font-size: 15px;
    line-height: calc(42 / 30);
    letter-spacing: 0.2px;
  }
  .secStory .secStoryTitle .txtStep {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.7px;
  }
  .secStory .secStoryInner .innerData {
    display: flex;
    flex-direction: column;
  }
  .secStory .secStoryDesc {
    font-size: 15px;
    line-height: calc(60 / 30);
    letter-spacing: 0.7px;
  }
  /* --- STEP1,Step3 --- */
  .secStory.step01 {
    position: relative;
    margin-top: 50px;
  }
  .secStory.step03 {
    position: relative;
    margin-top: 0;
    z-index: 10;
  }
  .step01 .secStoryInner {
    display: flex;
    flex-direction: column;
  }
  .step03 .secStoryInner {
    display: flex;
    flex-direction: column;
  }
  .secStory.step01 .secStoryDesc {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .secStory.step03 .secStoryDesc {
    margin-right: 0;
    margin-left: 0;
  }
  .step01 .secStoryImages {
      gap: 30px 0;
      margin-top: 50px;
  }
  .step03 .secStoryImages {
      gap: 30px 0;
      margin-top: 50px;
  }
  .step01 .secStoryImages .imgBox:first-child{
    margin-left: 21.5385%;
  }
  .step01 .secStoryImages .imgBox:last-child{
    margin-right: 21.5385%;
  }
  .step03 .secStoryImages .imgBox:first-child{
    margin-left: 21.5385%;
  }
  .step03 .secStoryImages .imgBox:last-child{
    margin-right: 21.5385%;
  }
  .floatImg {
    float: right; 
  }
  /* --- STEP2 --- */
  .secStory.step02 {
    margin-top: 100px;
    position: relative;
    padding: 0 0 100px;
  }
  .secStory.step02 .secStoryHeader {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .secStory.step02::before {
    content: "";
    position: absolute;
    width: 473vw;
    height: 547vw;
    background-image: url("../img/cartocar/bgStep02_sp.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    top: -40vw;
    right: auto;
    left: 0;
  }
  .secStory.step02 .secStoryInner::before {
    display: none;
  }
  .secStory .item:first-child .secStoryDesc{
    margin-top: 20px;
  }
  .secStory.step02 .secStoryInner {
    position: relative;
  }
  
  .secStory .titInner{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .secStory .titInner .secStoryDesc{
    width: 100%;
    margin-right: 0;
  }
  .secStory .secStoryList{
    width: 250px;
    margin: 0 auto;
  }
  .step02 .secStoryImages{
      flex-direction: column;
      align-items: center;
      gap: 50px 0;
  }
  .secStory .secStoryList .item{
    width: 100%;
  }
  .secStory .secStoryList .item.left{
    position: relative;
    top: 0;
  }
  .secStory .secStoryList .item.right{
    position: relative;
    top: 0;
  }
  .secStory .secStoryList .secStoryDesc{
    line-height: calc(30 / 15);
  }

  /* --- secProcess --- */
  .secProcess {
    margin-top: 100px;
    position: relative;
  }
  .secProcess::before {
    content: "";
    position: absolute;
    width: 898vw;
    height: 1038vw;
    background-image: url("../img/cartocar/bgProcess_sp.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    top: -175vw;
    right: 0;
  }

  .secProcessInner {
    margin-top: 40px;
  }
  .secProcessInner::before {
    display: none;
  }

  .secProcessInner .secProcessList {
    display: flex;
    flex-direction: column;
    gap: 90px 0;
    margin-bottom: 0;
  }

  .secProcessInner .item {
    text-align: left;
    width: 78.46%;
    position: relative;
    margin: 0 auto;
  }
  .secProcessInner .item:nth-child(4) {
    order: 4;
  }
  .secProcessInner .item:nth-child(5) {
    order: 5;
  }
  .secProcessInner .item:nth-child(6) {
    order: 6;
  }
  .secProcessInner .item::after,
  .secProcessInner .item:nth-child(4)::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 13px solid #0073bd;
    border-bottom: 0;
    top: unset;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .secProcessInner .item:nth-child(3)::after {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 13px solid #0073bd;
    border-bottom: 0;
    top: unset;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .secProcessInner .item:nth-child(5)::after {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 13px solid #0073bd;
    border-bottom: 0;
    top: unset;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .secProcessInner .item:nth-child(6)::after {
    display: none;
  }
  .secProcessInner .imgMinicar {
      margin-top: 65px;
      margin-right: 0;
  }

  /* タイトル */
  .secProcess .secProcessList .imgBox{
    width: 100%;
    margin-bottom:30px;
  }

  .secProcess .processText{
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .processTitle {
    display: flex;
    align-items: center;      /* 縦中央揃え */
    gap: 0 14px;                 /* 数字と文字の間隔 */
    color: #0073bd;
    font-size: 15px;
    font-weight: bold;
    justify-content: flex-start;
    margin-bottom: 15px;
    text-wrap: nowrap;
    letter-spacing: 0.2px;
  }

  .processTitle .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 3px solid #0073bd;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    padding-top: 6px;
  }
  .processDesc {
    color: #000000;
    font-size: 15px;
    line-height: calc(60 / 30);
    letter-spacing: 0.2px;
  }
}
/* ==============================
   Contact セクション
============================== */
.secContact {
  width: 100%;
  margin: 155px auto 150px;
}
.secContact .secContactInner{
  position: relative;
  margin-top: 80px;
}

.secContact .imgShape {
    position: absolute;
    top: -81px;
    left: -56px;
    z-index: 10;
}

.secContactContent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 104px;
  border: 3px solid #0073bd;
  height: 429px;
  padding: 36px 60px 0 0;
}

.secContactContent .boxData{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secContactText {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(34 / 18);
  letter-spacing: 0.2px;
  margin-bottom: 34px;
}

.secContactBtns {
  display: flex;
  flex-direction: column;
  gap: 16.5px;
}

.contactBtn {
  width: 300px;
  margin: 0 auto;
}
.contactBtn .tel {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #0073BD;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    letter-spacing: 1.25px;
    margin: 0 auto;
}
.contactBtn .mail {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #0073BD;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    letter-spacing: 1.25px;
    margin: 0 auto;
}
.contactBtn a .telTxt {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: 1px;
}

/* ==============================
   SP表示 (max-width: 1023px)
============================== */
@media screen and (max-width: 1023px) {
  /* --- Contact --- */
  .secContact {
    width: 100%;
    margin: 110px auto 140px;
  }
  .secContact .secContactInner{
    position: relative;
    margin-top: 95px;
  }

  .secContact .imgShape {
      position: absolute;
      top: -50px;
      left: -7px;
      width: 25.077%;
      background: none;
  }

  .secContactContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px 0;
    border: 2px solid #0073bd;
    height: auto;
    padding: 55px 0 50px;
  }

  .secContactContent .imgBox{
    margin: 0 auto;
    width: 79.193%;
  }

  .secContactContent .boxData{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .secContactText {
    font-size: 15px;
    line-height: calc(60 / 30);
    letter-spacing: 0.7px;
    margin-bottom: 30px;
  }

  .secContactBtns {
    display: flex; 
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
  }

  .contactBtn {
    width: 100%;
    margin: 0 auto;
  }
  .contactBtn .tel {
      display: block;
      width: 100%;
      max-width: 220px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      background: #0073BD;
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      border-radius: 44px;
      letter-spacing: 1.25px;
      margin: 0 auto;
  }
  .contactBtn .mail {
      display: block;
      width: 100%;
      max-width: 220px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      background: #0073BD;
      color: #FFF;
      font-size: 11px;
      font-weight: bold;
      border-radius: 44px;
      letter-spacing: 1.25px;
      margin: 0 auto;
  }
  .contactBtn a .telTxt {
      font-size: 11px;
      margin-right: 0;
      vertical-align: top;
  }
}
