@charset "utf-8";

/*
 lead__text
=============================================== */
.lead__text{
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 1.5;
  letter-spacing: -0.02em;
  padding: 30px 0 34px;
}

/*
 ecm-floating-navi-container
=============================================== */
.ecm-floating-navi-container[data-layout="anttenashop"]{
  border-bottom:none!important;
}
.ecm-floating-navi-container[data-layout="anttenashop"][data-static=false]{
  top: 61px!important;
  position: static!important;
  background-color: #0d4d89;
}
.ecm-floating-navi-container[data-layout="anttenashop"][data-sticky=true]{position: fixed!important;}
.ecm-floating-navi-container[data-layout="anttenashop"] .ecm-floating-navi{
  width: 960px;
  height: 63px;
  margin: 0 auto;
  background-color: #0d4d89;
}
.ecm-floating-navi-container[data-layout="anttenashop"] .ecm-floating-navi-item{
  width: 100%;
  flex:0 1 auto;
  font-size: 16px;
  text-align: center;
  color: #fff !important;
  padding: 12px 14px;
}
.ecm-floating-navi-container[data-layout="anttenashop"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border:none!important;
  font-weight: normal!important;
}
.ecm-floating-navi-container[data-layout="anttenashop"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] span{
  padding-bottom: 2px;
  border-bottom:solid 2px #fffcaa;
}

/*
 antennashop-article
=============================================== */
.antennashop-article__title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-bottom: 12px;
  background: url(https://r.r10s.jp/evt/event/ochugen/tieup/antennashop/_pc/img/20250612/h2_bg.png?v=202506100947) no-repeat center bottom;
  margin-bottom: 24px;
}
.antennashop-article__dottitle{
  width:528px;
  height:66px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #0d4d89;
  background: url(https://r.r10s.jp/evt/event/ochugen/tieup/antennashop/_pc/img/20250612/h2_dot_bg.png?v=202506100947) no-repeat center top;
  background-size: 100% auto;
}
.antennashop-article__subtitle{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #0d4d89;
  margin-bottom: 18px;
}
.antennashop-article__button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 56px;
  margin: 0 auto;
  border-radius: 28px;
  background-color: #0d4d89;
  font-size: 18px;
  color: #fff!important;
  position: relative;
}
.antennashop-article__button._keyword{
  width: 100%;
  font-size: 16px;
}
.antennashop-article__button:hover{
  text-decoration: none!important;
  opacity:.8;
}
.antennashop-article__button::after{
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  border-right:solid 3px #fff;
  border-bottom:solid 3px #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
}
.antennashop-article__button._keyword::after{
  width: 10px;
  height: 10px;
  right: 16px;
}

/*
 search
=============================================== */
.antennashop-article .ecm-search{
  width: 560px;
  margin: 0 auto;
}

/*
 area-list[js]
=============================================== */
.shop-list .area-list__heading {
  position: relative;
  padding: 6px 16px;
  border-bottom: 2px solid #0d4d89;
  font-weight: bold;
  color: #0d4d89;
  font-size:20px;
}
.shop-list__container + .shop-list__container{
  margin-top: 36px;
}
.area-list{
  margin-top: 24px;
}
.area-list .area-list__item {
  padding: 6px 28px 8px;
}
.area-list .area-list__link {
  font-size: 16px;
  color: #0d4d89;
}
.area-list .area-list__link .area-list__linkInnerEq1 {
  display: inline-flex;
  width: 20%;
  font-weight: bold;
}