@charset "UTF-8";

/*---------------------------------
store-list-menu
----------------------------------*/
.store-list-menu {
  margin-bottom: 15px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
}

/*---------------------------------
ttl-resources-01
----------------------------------*/
.ttl-resources-01 {
  font-size: 1.375rem !important;
  font-weight: normal !important;
  /* margin: 60px 0 30px !important; */
  padding-top: 30px !important;
  /* border-top: 1px solid #ccc; */
  position: relative;
}
#csr_responsive2 .ttl-resources-01:before {
  content: "";
  width: 4%;
  height: 0;
  display: block;
  border-top: 2px solid #53a44c;
  position: absolute;
  top: -1px;
  left: 0;
}
/*---------------------------------
ttl-resources-02
----------------------------------*/
.ttl-resources-02 {
  margin-top: 2rem !important;
  margin-bottom: 15px !important;
  font-size: 110% !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  color: #0c6ab4;
}

/*---------------------------------
list-resources-01
----------------------------------*/
ul.list-resources-01 {
  margin-bottom: 50px;
  padding: 0 15px 0 15px !;
  border: 1px solid #ccc;
}
.list-resources-01 li {
  padding: 15px !important;
}
.list-resources-01 li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.list-resources-01 li dl dt {
  font-size: 110%;
  font-size: 1.1rem;
  color: #000;
}
.list-resources-01 li dl dd {
  font-size: 80%;
  font-size: 0.8rem;
  color: #888;
}

@media screen and (min-width: 769px), print {
  .store-list-menu {
    display: flex;
    flex-direction: row;
  }
  ul.list-resources-01 {
    padding: 0 30px 0 30px;
  }
  .list-resources-01 li dl {
    display: flex;
  }
  .list-resources-01 li dl dt {
    width: 40% !important;
    padding: 0 15px !important;
    font-size: 120% !important;
    font-size: 1.2rem !important;
  }
  .list-resources-01 li dl dd {
    width: 60%;
    padding: 0 15px;
    font-size: 90%;
    font-size: 0.9rem;
  }
  .list-resources-01 li:first-child {
    margin: 0 -30px;
    background: #eee;
  }
  .list-resources-01 li:first-child dl dt {
    /* padding-left: 45px !important; */
  }
  .list-resources-01 li:first-child dl dd {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-resources-01 li:first-child {
    display: none;
  }
}

/*---------------------------------
store-list-menu
----------------------------------*/
.store-list-menu select {
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  line-height: 2;
  border: 1px solid #ccc;
  background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  min-width: 10em;
}
@media screen and (max-width: 768px) {
  .store-list-menu select {
    width: 100%;
  }
}

/*---------------------------------
include text
----------------------------------*/
#include-text {
  margin: 60px 0 15px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  #include-text {
    margin: 40px 0 20px;
  }
}
/*---------------------------------
prefectures
----------------------------------*/
#prefectures {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #prefectures {
    margin-right: 10px;
    width: 100%;
  }
}
#prefectures,
#cities {
  width: 40%;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #prefectures,
  #cities {
    width: 100%;
    font-size: 18px;
    padding: 22px;
  }
}
/*---------------------------------
cities
----------------------------------*/
#cities {
}

.annotation {
  display: block;
  position: relative;
  margin-left: 30px;
  font-size: 12px;
  color: #888;
  line-height: 15px;
  max-width: 100%;
}
.annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -14px;
}

@media screen and (max-width: 768px) {
  .annotation {
    margin-left: 15px;
    margin-top: 8px;
  }
}
