.headWrap nav.nav-pc ul li:nth-child(4) a::after{
  background-color: #000;
}

.contactArea{
  max-width: 1074px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  overflow: hidden;
  font-family: 'Noto Sans JP', "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 500;
}
.contactArea .ttl2{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.contactArea .txt1{
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  padding: 80px 0 50px 0;
}
.contactArea .txt1 a{
  text-decoration: none;
  border-bottom: solid 1px #000;
  display: inline;
}
.contactArea .txt2{
  font-size: 14px;
  text-align: center;
  padding: 0 0 20px 0;
}
.contactArea .txt3{
  text-align: center;
  padding: 0 0 16px 0;
}
.contactArea .txt3 a{
  font-size: 28px;
  text-decoration: none;
}
.contactArea .txt1 a:hover,
.contactArea .txt3 a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.contactArea .txt3 a[href^="tel:"]{
  pointer-events: none;
}
.contactArea .txt4{
  font-size: 13px;
  text-align: center;
  padding: 0 0 46px 0;
}
.contactArea .txt5{
  font-size: 13px;
  text-align: center;
  padding: 0 0 170px 0;
  line-height: 1.8em;
}

@media screen and (max-width: 1150px) {
  .contactArea{
    width: 96%;
    padding: 60px 0 0 0;
  }
  .contactArea .txt1{
    font-size: 13px;
    line-height: 1.6em;
    padding: 60px 0 40px 0;
  }
  .contactArea .txt2{
    padding: 0 0 20px 0;
  }
  .contactArea .txt3{
    padding: 0 0 26px 0;
  }
  .contactArea .txt3 a{
    font-size: 26px;
  }
  .contactArea .txt3 a[href^="tel:"]{
    pointer-events:auto;
  }
  .contactArea .txt4{
    font-size: 12px;
    padding: 0 0 38px 0;
  }
  .contactArea .txt5{
    font-size: 12px;
    padding: 0 0 160px 0;
    line-height: 1.8em;
  }


}



/* Page Adjust */
.l-free-wrapper div:has(#js-unt-getAjaxHeader), .l-free-wrapper div:has(#js-unt-getAjaxFooter), .u-pc-only, .u-sp-only {
    display: none !important;
}

.l-free-main > .forcms_block:not(.p-lensComSearchStore):last-of-type {
    padding-bottom: 0;
}