/*-------------------------------
デフォルトのcss 無効にする
-------------------------------*/
.header-inner,
.nav-global,
#topicpath-area,
#contents-area,
.footer-inner {
  width: 100%;
}
.lyt-col-1 #contents-body {
  width: 100%;
}
p, ul {
  margin: 0;
}
#nav-top-area {
  z-index: 10;
}

.pc-none {
  display: none;
}

/*------------------------------*/
* {
  box-sizing: border-box;
}

body {
  overflow-y: scroll;
}

.mercury {
  background-color: #fff;
  padding-bottom: 0;
}

/*--------------------------------------
実施店舗
---------------------------------------*/
.store {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
  width: 100%;
  padding: 50px 0 80px;
}

.store-inner {
  width: 950px;
  padding: 0 20px;
  margin: auto;
}

.store-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #282828;
}

.shopSearchBox_layoyt {
  width: 770px;
  text-align: left;
  color: #fff;
  background-color: #424242;
  border-radius: 16px;
  padding: 30px 60px 40px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.shopSearchBox_label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.shopSearchBox_select {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url(/shop/set/data/service/sumahosetup-support/shop-list/img/p/arrow-bottom-black.svg);
  background-position: 95% 50%;
  background-color: #fff;
}

.shopSearchBox_default {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
}

.shopSearchBox_result {
  display: none;
  margin-top: 40px;
}
.shopSearchBox_result-number {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.shopSearchBox_result-emphasize {
  font-size: 32px;
  font-weight: 700;
  color: #43979a;
}
.shopResultList {
  border-top: 1px solid #e6e6e6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.shopResultList::after {
  border-bottom: 1px solid #e6e6e6;
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shopResultList_item {
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}
.shopResultList_name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.shopResultList_address {
  font-size: 16px;
  color: #666;
}
.shopResultList_button {
  margin-top: auto;
  padding-top: 20px;
}
.shopResultList_link {
  display: block;
  font-size: 16px;
  border-radius: 32.5px;
  padding: 13px 30px;
  background-color: #0456cd;
  color: #fff !important;
  display: block;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 200px;
  transition: opacity 0.3s;
}
.shopResultList_link:not(.shopResultList_link--disabled)::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  top: 18px;
  right: 20px;
  width: 8px;
  height: 14px;
  background-image: url(/shop/set/data/service/sumahosetup-support/shop-list/img/p/arrow-right-white.svg);
}
.shopResultList_link:not(.shopResultList_link--disabled):hover {
  opacity: 0.7;
}
.shopResultList_link--disabled {
  background-color: #6D6D6D;
}