@charset "UTF-8";
/* part pref-top page 都道府県トップ
   ========================================================================== */
.mainv {
  position: relative;
  background: #12B247;
}
.mainv__bg {
  background-image: url(../../../img/top/mainv-bg-illust.png);
  background-repeat: no-repeat;
  background-position: 170px 0;
  background-size: 230px;
}
@media screen and (min-width: 960px) {
  .mainv__bg {
    background-position: right 0;
  }
}
@media screen and (min-width: 960px) {
  .mainv__bg {
    background-size: 230px;
  }
}
@media screen and (min-width: 961px) {
  .mainv__bg {
    background-size: 480px;
    background-position: 470px 0;
    width: 960px;
    margin: 0 auto;
  }
}
.mainv__inner {
  position: relative;
  width: 100%;
  height: 340px;
  margin: 0 auto;
  padding: 0 10px;
}
.mainv__search {
  padding: 90px 0 0;
}
@media screen and (min-width: 960px) {
  .mainv__search {
    padding: 70px 0 0;
  }
}
.mainv__ttl {
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 960px) {
  .mainv__ttl {
    font-size: 26px;
  }
}
.mainv__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0;
}
.mainv__panel .panel-item {
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  color: #262626;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.mainv__panel .panel-item:hover {
  background-color: #f8fffa;
  box-shadow: 0 0 0 2px #12B247;
}
.mainv__panel .panel-item1 {
  font-size: 16px;
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 961px) {
  .mainv__panel .panel-item1 {
    padding: 10px 15px;
  }
}
.mainv__panel .panel-item1 span {
  font-size: 11px;
  font-weight: normal;
  display: block;
}
.mainv__panel .panel-item1 .panel-item__txt {
  background-image: url(../../../img/top/search_icon_multiple2.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 44px auto;
  display: inline-block;
  padding: 10px 0 10px 55px;
  text-align: left;
}
.mainv__panel .panel-item2, .mainv__panel .panel-item3, .mainv__panel .panel-item4 {
  font-size: 14px;
  line-height: 14px;
  width: calc(32% - 4px);
  margin-top: 10px;
  transition: all 0.2s;
}
.mainv__panel .panel-item2 span, .mainv__panel .panel-item3 span, .mainv__panel .panel-item4 span {
  font-size: 9px;
  display: block;
}
.mainv__panel .panel-item2 .panel-item__txt, .mainv__panel .panel-item3 .panel-item__txt, .mainv__panel .panel-item4 .panel-item__txt {
  padding-top: 40px;
  text-align: center;
}
.mainv__panel .panel-item2 {
  background-image: url(../../../img/top/search_icon_area2.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 50%;
  background-size: 36px auto;
}
.mainv__panel .panel-item3 {
  background-image: url(../../../img/top/search_icon_station2.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 50%;
  background-size: 24px auto;
}
.mainv__panel .panel-item4 {
  margin-right: 0;
  background-image: url(../../../img/top/search_icon_occupation2.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 50%;
  background-size: 32px auto;
}
@media screen and (min-width: 960px) {
  .mainv .panel-item1 {
    background-position: top 16px left 35%;
  }
}
@media screen and (min-width: 961px) {
  .mainv {
    background-position: top 0 left 36%;
  }
  .mainv__inner {
    width: 960px;
    height: 340px;
    margin: 0 auto;
  }
  .mainv__ttl {
    font-size: 24px;
  }
  .mainv__search {
    display: inline-block;
    width: 420px;
    margin: 15px 0;
    padding: 30px 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .mainv__ttl {
    margin-bottom: 15px;
  }
  .mainv__panel {
    width: 355px;
    margin: 0;
  }
  .mainv .panel-item1 .panel-item__txt {
    padding: 10px 45px 10px 70px;
    background-position: 20px 5px;
  }
}

.p-txt-search-set {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-txt-search-set {
    margin-top: 30px;
  }
}
.p-txt-search-set .c-text-form {
  border: 1px solid #666;
}
.p-txt-search-set .c-btn--submit-2 {
  line-height: 40px;
  height: 40px;
}

.fav-keyword {
  margin-top: 20px;
}
.fav-keyword__ttl {
  font-size: 14px;
  color: #262626;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .fav-keyword__ttl {
    width: 120px;
  }
}
.fav-keyword ul {
  margin-top: 5px;
}
@media screen and (min-width: 961px) {
  .fav-keyword ul {
    display: table;
  }
}

@media screen and (min-width: 961px) {
  .pref-top-word-search {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .pref-top-word-search .p-txt-search-set {
    width: 40%;
    flex-basis: 40%;
  }
}
@media screen and (min-width: 961px) {
  .pref-top-word-search .fav-keyword {
    width: 55%;
    flex-basis: 55%;
  }
}

.prtxt-link {
  line-height: 20px;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.prtxt-link__inner {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #262626;
}
.prtxt-link__inner span {
  margin-right: 4px;
  padding: 3px 6px;
  color: #0A982D;
  border: 1px solid #0A982D;
}
@media screen and (min-width: 961px) {
  .prtxt-link {
    width: 940px;
    padding: 10px 0;
  }
  .prtxt-link__inner {
    font-size: 14px;
  }
}

@media screen and (min-width: 961px) {
  .p-link-list--box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-link-list--box__item {
    flex-basis: 32.5%;
    width: 32.5%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .p-link-list--box__item:hover {
    background-color: #f8fffa;
  }
}

@media screen and (min-width: 960px) {
  .bnr-slide__inner {
    margin-top: 30px;
  }
}
@media screen and (min-width: 961px) {
  .bnr-slide__inner {
    margin-top: 40px;
  }
}

.pref-top-news {
  margin-top: 20px;
}
.pref-top-news__ttl {
  font-size: 14px;
}
.pref-top-news__list {
  margin-top: 5px;
}
.pref-top-news__item {
  background: #f0f0f0;
}
.pref-top-news__item a {
  font-size: 12px;
  text-decoration: none;
  color: #333;
}
.pref-top-news__item:hover {
  opacity: 0.7;
}
.pref-top-news__box {
  display: flex;
  padding: 15px;
}
.pref-top-news__date {
  padding-right: 30px;
}

.c-infoBar {
  background-color: #14b246;
  padding: 4.5px 16px;
}
@media screen and (min-width: 961px) {
  .c-infoBar {
    padding: 8px 40px;
  }
}
@media screen and (min-width: 961px) {
  .c-infoBar-inner {
    width: 100%;
    max-width: 1024px;
    box-sizing: content-box;
    margin: 0 auto;
  }
}
.c-infoBar a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .c-infoBar a {
    font-size: 12px;
  }
}
.c-infoBar-date {
  display: flex;
  align-items: center;
}
.c-infoBar-date::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../../../img/icon/icn-time-white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-infoBar-date::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.c-infoBar-head {
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .c-infoBar-head {
    margin-left: 8px;
  }
}

.p-searchKv {
  padding: 18px 0 24px;
  background: #12B247;
}
@media screen and (min-width: 961px) {
  .p-searchKv {
    padding: 24px 40px 56px;
  }
}
@media screen and (min-width: 961px) {
  .p-searchKv-inner {
    display: flex;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}
.p-searchKv .c-searchSection {
  padding: 0 0 0 16px;
}
@media screen and (min-width: 961px) {
  .p-searchKv .c-searchSection {
    padding: 0;
  }
}

.p-topSearch {
  background-color: #fff;
  border-radius: 16px;
  margin: 16px 16px 0;
}
@media screen and (min-width: 961px) {
  .p-topSearch {
    width: 583px;
    margin: 0;
    height: 100%;
  }
}
.p-topSearch-header {
  padding: 24px 0;
}
.p-topSearch-header .head {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 961px) {
  .p-topSearch-header .head {
    font-size: 24px;
  }
}
.p-topSearch-header .count {
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (min-width: 961px) {
  .p-topSearch-header .count {
    font-size: 10px;
    margin-top: 8px;
  }
}
.p-topSearch-header .count span {
  font-weight: 700;
  color: #12B247;
}
@media screen and (min-width: 961px) {
  .p-topSearch-header .count span {
    font-size: 12px;
  }
}
.p-topSearch-bottom {
  padding: 0 16px 16px;
  background-color: #f6f6f6;
  border-radius: 0 0 16px 16px;
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 961px) {
  .p-topSearch-bottom {
    padding: 0 32px 24px;
  }
}
.p-topSearch-bottom .c-btnSearch {
  flex: 1;
  height: 56px;
}
@media screen and (min-width: 961px) {
  .p-topSearch-bottom .c-btnSearch {
    height: 56px;
  }
}

.c-searchBody {
  display: none;
  padding: 16px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 961px) {
  .c-searchBody {
    padding: 16px 56px 24px;
  }
}
.c-searchBody .c-searchSet + .c-searchSet {
  margin-top: 16px;
}
@media screen and (min-width: 961px) {
  .c-searchBody .c-searchSet + .c-searchSet {
    margin-top: 10px;
  }
}
.c-searchBody .c-addTrigger {
  margin-top: 10px;
}
.c-searchBody .is-hide {
  display: none;
}
.c-searchBody.is-current {
  display: block;
}

.c-searchToggle {
  display: flex;
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .c-searchToggle {
    padding: 0 32px;
  }
}
.c-searchToggle-item {
  flex: 1;
}
.c-searchToggle-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  padding: 8px 14px;
  color: #0066D2;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 1px -5px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 961px) {
  .c-searchToggle-item a {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    padding: 8px 14px;
  }
}
.c-searchToggle-item:nth-child(1) a {
  border-radius: 2px 0 0 0;
}
.c-searchToggle-item:nth-child(2) a {
  border-radius: 0 2px 0 0;
}
.c-searchToggle-item.is-current a {
  position: relative;
  color: inherit;
  background-color: #f6f6f6;
}
.c-searchToggle-item.is-current a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #12B247;
}

.c-searchSet {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .c-searchSet {
    align-items: flex-start;
  }
}
.c-searchSetHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  width: 30px;
}
@media screen and (min-width: 961px) {
  .c-searchSetHead {
    padding-top: 8px;
  }
}
.c-searchSetHead .head {
  font-size: 10px;
}
.c-searchSetHead::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  background-image: url(../../../img/icon/icn-area.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (min-width: 961px) {
  .c-searchSetHead::before {
    margin-bottom: 4px;
  }
}
.c-searchSetHead.icn-time::before {
  width: 20px;
  height: 20px;
  background-image: url(../../../img/icon/icn-time.svg);
}
.c-searchSetHead.icn-calender::before {
  background-image: url(../../../img/icon/icn-calender-black.svg);
}
.c-searchSetHead.icn-bag::before {
  background-image: url(../../../img/icon/icon-bag.svg);
}
.c-searchSetCaution {
  font-size: 14px;
  color: #262626;
  font-weight: bold;
}
.c-searchSetCaution-wrapper {
  margin-left: 8px;
}
.c-searchSetCaution-wrapper .c-searchSetCaution-time {
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.c-searchSetCaution-wrapper .c-searchSetCaution-time::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../../../img/icon/icn-vector-question.svg?v=2);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin: 0 0 -2px 2px;
}
.c-searchSet-body {
  margin-left: 8px;
  flex: 1;
}
@media screen and (min-width: 961px) {
  .c-searchSet-body {
    margin-left: 8px;
  }
}
.c-searchSet-body.has-btn {
  display: flex;
  gap: 4px;
}
.c-searchSet-body.has-btn .c-timeInput {
  flex: 1;
}
.c-searchSet-body.has-btn .c-btnClear {
  flex-shrink: 0;
}
.c-searchSet-body.has-btn .c-btnClear button {
  padding: 0 8px;
}
@media screen and (min-width: 961px) {
  .c-searchSet-body.has-btn .c-btnClear button {
    padding: 0 12px;
  }
}
.c-searchSet-shift {
  flex-direction: column;
  align-items: flex-start;
}
.c-searchSet-shift .c-searchSet-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .c-searchSet-shift .c-searchSet-header {
    margin-bottom: 0;
  }
}
.c-searchSet-shift .c-searchSet-body {
  margin-left: 0;
}
@media screen and (min-width: 961px) {
  .c-searchSet-shift .c-searchSet-body {
    padding-left: 35px;
  }
}

.c-addTrigger a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-size: 14px;
}
.c-addTrigger a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../../img/icon/icon-addTrigger.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.p-searchRelation {
  padding: 32px 16px 0;
}
@media screen and (min-width: 961px) {
  .p-searchRelation {
    flex: 1;
    padding: 0 0 0 34px;
  }
}
@media screen and (min-width: 961px) {
  .p-searchRelation .c-tagSection {
    margin-top: 25px;
  }
}
.p-searchRelation .c-tagSection + .c-tagSection, .p-searchRelation .c-tagSection + .c-bannerSection {
  margin-top: 24px;
}
@media screen and (min-width: 961px) {
  .p-searchRelation .c-tagSection + .c-tagSection, .p-searchRelation .c-tagSection + .c-bannerSection {
    margin-top: 17px;
  }
}
.p-searchRelation .c-tagSection .c-lineLinks {
  margin-top: 12px;
}
@media screen and (min-width: 961px) {
  .p-searchRelation .c-tagSection .c-lineLinks {
    margin-top: 13px;
  }
}
.p-searchRelation .c-searchSection + .c-searchSection {
  margin-top: 34px;
}
.c-searchSection .c-btnMore {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.c-searchHistoryList {
  overflow-x: auto;
}
@media screen and (min-width: 961px) {
  .c-searchHistoryList {
    overflow: unset;
  }
}
.c-searchHistoryList ul {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 961px) {
  .c-searchHistoryList ul {
    display: block;
  }
}
.c-searchHistoryList ul li {
  position: relative;
  display: block;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  width: 248px;
  background-color: #0A982D;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) {
  .c-searchHistoryList ul li {
    width: auto;
    padding: 10px 48px 10px 8px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.c-searchHistoryList ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../../../img/icon/arrow_searchHistoryList.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-searchHistoryList ul li + li {
    margin-top: 5px;
  }
}
.c-searchHistoryList ul li a {
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.c-searchHistoryList ul li a .label {
  display: inline-block;
  border-radius: 40px;
  background-color: #FF5040;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  padding: 4px 8px;
}
@media screen and (min-width: 961px) {
  .c-searchHistoryList ul li a .label {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.c-searchHistoryList ul li a:hover {
  opacity: 0.8;
}
.c-searchHistoryList ul::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

.c-lineLinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .c-lineLinks {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 961px) {
  .c-lineLinks {
    gap: 7px;
  }
}
.c-lineLinks li a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .c-lineLinks li a {
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }
}
.c-lineLinks li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  right: 13px;
  width: 6px;
  height: 11px;
  background-image: url(../../../img/icon/arrow-right-cv.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-lineLinks li a::after {
    right: 13px;
    width: 6px;
    height: 11px;
  }
}
.c-lineLinks li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.p-topSummary {
  padding: 48px 16px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 961px) {
  .p-topSummary {
    padding: 32px 40px 48px;
  }
}
.p-topSummary .c-miniBannerSlide {
  margin-top: 8px;
}
@media screen and (min-width: 961px) {
  .p-topSummary .c-miniBannerSlide {
    margin-top: 32px;
  }
}
.p-topSummary .p-pickupSlider {
  margin-top: 36px;
}
@media screen and (min-width: 961px) {
  .p-topSummary .p-pickupSlider {
    margin-top: 36px;
  }
}
.p-topSummary .p-contentsList {
  margin-top: 54px;
}
@media screen and (min-width: 961px) {
  .p-topSummary .p-contentsList {
    margin-top: 54px;
  }
}
.p-topSummary .p-contentsList + .p-contentsList {
  margin-top: 32px;
}
@media screen and (min-width: 961px) {
  .p-topSummary .p-contentsList + .p-contentsList {
    margin-top: 32px;
  }
}
.p-topSummary .p-jobRanking {
  margin-top: 48px;
}
@media screen and (min-width: 961px) {
  .p-topSummary .p-jobRanking {
    margin-top: 32px;
  }
}

.c-icnHead {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .c-icnHead {
    font-size: 14px;
  }
}
.c-icnHead::before {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) {
  .c-icnHead::before {
    width: 16px;
    height: 16px;
  }
}
.c-icnHead.icn-glass {
  font-size: 16px;
}
.c-icnHead.icn-glass::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  flex-shrink: 0;
  background-size: 100% auto;
  background-image: url(../../../img/icon/icn-glass-green.svg);
}
.c-icnHead.icn-glass-y {
  color: #fff;
}
.c-icnHead.icn-glass-y::before {
  display: block;
  background-size: 100% auto;
  background-image: url(../../../img/icon/icn-glass-yellow.svg);
}
.c-icnHead.icn-tag-y {
  color: #fff;
}
.c-icnHead.icn-tag-y::before {
  display: block;
  background-size: 100% auto;
  background-image: url(../../../img/icon/icn-tag.svg);
}
@media screen and (min-width: 961px) {
  .c-icnHead.icn-tag-y::before {
    background-size: 16px auto;
  }
}

.c-inputArea {
  position: relative;
  width: 100%;
  border: 1px solid #666;
  border-radius: 8px;
  background-color: #fff;
}
.c-inputArea input {
  width: calc(100% - 50px);
  padding: 12px 10px 12px 16px;
  font-size: 16px;
  border: none;
}
@media screen and (min-width: 961px) {
  .c-inputArea input {
    width: calc(100% - 78px);
    padding: 12px 10px 12px 16px;
    font-size: 16px;
  }
}
.c-inputArea .c-locationArea {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
}
@media screen and (min-width: 961px) {
  .c-inputArea .c-locationArea {
    width: 78px;
  }
}
.c-inputArea .c-locationArea::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666;
}
.c-inputArea .c-locationArea button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 0 10px;
  font-weight: 700;
  background-color: unset;
  border: none;
  color: #0066D2;
}
@media screen and (min-width: 961px) {
  .c-inputArea .c-locationArea button {
    font-size: 10px;
    padding: 0 24px;
  }
  .c-inputArea .c-locationArea button:hover {
    color: var(--color-link-hover);
  }
}
.c-inputArea .c-locationArea button::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
  background-size: 100% auto;
  background-image: url(../../../img/icon/icn-location.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-inputArea .c-locationArea button::before {
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
  }
}
.c-inputArea .c-locationArea button:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=top-pref.css.map */
