/*===== header =====*/
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .6);
}
#header-main {
  border-top: none;
}
.area-header {
  background: none;
  border-top: none;
  box-shadow: none;
}
.header-inner * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #bee296 0%, #01aa23 100%);
  background-size: 100% 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 8px 8px 8px 12px;
  position: relative;
}
.header-inner img {
  width: 100%;
}
.header-inner .logo {
  width: 92px;
}
.header-inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner ul li:not(:last-child) {
  margin-right: 12px;
}
.header-inner ul li a {
  display: block;
  color: #000;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.header-inner ul li a img {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: auto;
}
/*===== area-list =====*/
#area-list-wrap * {
  box-sizing: border-box !important;
}
#area-list-wrap {
  color: #232b39;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 18px;
}
#area-list-wrap .section-inner {
  width: 100%;
  position: relative;
}
.toggle::after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 12px;
  margin: -8px 0 0 0;
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 0;
}
#area-list-search-box .toggle {
  border: 1px solid #6dbb4f;
  padding: 12px 10px;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
#area-list-search-box .toggle-active {
  background: #6dbb4f;
  color: #fff;
}
.box-tab .ttl {
  border-top: none;
  background: #6dbb4f;
}
#area-list-search-box .toggle-active::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#area-list-search-box .toggle dl {
  display: table;
  width: 100%;
  position: relative;
}
#area-list-search-box .toggle dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background: url(../img/icn_pn_2x.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle-active dl::before {
  background: url(../img/icn_pn_2x_wh.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle:nth-last-of-type(2) {
  margin-top: -1px;
}
#area-list-search-box .toggle:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle-active:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x_wh.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle dt,
#area-list-search-box .toggle dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#area-list-search-box .toggle dt {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  letter-spacing: -1px;
  width: 105px;
  white-space: normal;
}
#area-list-search-box .toggle dd div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#area-list-search-box .toggle dd p {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50vw;
}
@media screen and (max-width: 414px) {
  #area-list-search-box .toggle dd p {
    width: 46vw;
  }
}
@media screen and (max-width: 340px) {
  #area-list-search-box .toggle dd p {
    width: 42vw;
  }
}
#area-list-search-box .toggle dd p.txt-cut10 {
  visibility: hidden;
  font-size: 14px;
}
#area-list-search-box .toggle dd span {
  font-size: 13px;
  color: #00aa23;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 18px;
}
#area-list-search-box .toggle-active dd span {
  color: #fff;
}
#area-list-tab-wrap {
  margin-top: 20px;
  position: relative;
}
#area-list-tab-wrap #area-list-tab {
  display: flex;
  width: 95%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
#area-list-tab-wrap #area-list-tab li {
  position: relative;
  color: #00aa23;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 15px 6px;
  width: 49%;
  margin-right: 2%;
}
#area-list-tab-wrap #area-list-tab li:last-child {
  margin-right: 0;
}
#area-list-tab-wrap #area-list-tab li::before {
  content: "";
  display: inline-block;
  background: url(https://www.e-ohaka.com/area_list_resources/img/icn_map_2x.png) no-repeat left center/18px 10px;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  margin-left: -15px;
}
#area-list-tab-wrap #area-list-tab li:last-child::before {
  content: "";
  display: inline-block;
  background: url(https://www.e-ohaka.com/area_list_resources/img/icn_map_2x.png) no-repeat left center/20px 19px;
  width: 20px;
  height: 19px;
  margin-top: -10px;
  margin-left: -18px;
}
#area-list-tab-wrap #area-list-tab li.select {
  color: #fff;
  background: url(../img/bg_tab.png);
  /*background-size: 25px 25px;*/
  border: 1px solid #28B744;
  border-bottom: none;
  top: 1px;
}
#area-list-tab-wrap #area-list-tab li.select:first-child::before {
  background: url(../img/icn_list.png) no-repeat left center/18px 10px;
}
#area-list-tab-wrap #area-list-tab li.select:last-child::before {
  background: url(../img/icn_map_2x_wh.png) no-repeat left center/20px 19px;
}
#area-list-tab-wrap #area-list-tab li.select::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg_tab_arrow.png) no-repeat left center/cover;
  left: 50%;
  width: 25px;
  height: 18px;
  margin-left: -12px;
  bottom: -9px;
  z-index: 10;
}
#area-list-tab-wrap #area-list-tab li span {
  position: relative;
  left: 10px;
}
#area-list-tab-wrap .tab-contents {
  background: #efefef;
  padding: 4% 2.6%;
  border-top: 1px solid #ccc;
}

.cf {
  width: 100%;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.area-list-box {
  background: #fff;
  border: 3px solid rgb(109, 187, 79);
  border-radius: 5px;
  margin-bottom: 12px;
  color: #212b3a;
}
.area-list-box:last-of-type {
  margin-bottom: 0;
}
.area-list-box h2 {
  border-bottom: solid 1px #ccc;
  color: #3c90d1;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  word-break: break-all;
  padding: 10px 18px 10px 8px;
  border-radius: 5px 5px 0 0;
  z-index: 2;
}
.area-list-box h2::after {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #3c90d1;
  border-right: solid 2px #3c90d1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area-list-box h2 label {
  position: relative;
}
.area-list-box input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.area-list-box h2 input[type="checkbox"] + span {
  position: relative;
  vertical-align: top;
  top: 1px;
  z-index: 3;
}
.area-list-box h2 .area-txt {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  padding-top: 4px;
  width: 100%;
  color: #3c90d1;
}
.area-list-box h2 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.area-list-box h2 input[type="checkbox"] + span::before,
.area-list-box h2 input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.area-list-box h2 input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #999 solid;
  border-radius: 5px;
}
.area-list-box h2 input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.area-list-box h2 input[type="checkbox"]:checked + span::before {
  background-color: #00aa23;
  border: 2px solid #00aa23;
}
.area-list-box h2 input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area-list-box .checked {
  background-color: #edf6e3;
}
.area-list-box .area-list-inner {
  padding: 12px 8px;
  padding-top: 0;
}
.area-list-box .area-list-inner .to-detail {
  border-top: 1px solid #ccc;
  margin-top: 12px;
  padding-top: 12px;
  text-align: center;
}
.area-list-box .area-list-inner .to-detail > a {
  font-weight: 600;
  text-decoration: none;
}
.area-list-info {
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}
.area-list-info > figure {
  width: 40%;
  margin-right: 3.3%;
}
.area-list-info > div {
  background: #fff;
  width: calc(100% - 43.3%);
}
.area-list-info > figure img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto 8px;
}
.area-list-info > figure ul {
  margin-bottom: -8px;
}
.area-list-info > figure ul li {
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 8px;
}
.area-list-info > figure ul li:last-child {
  margin-right: 0;
}
.tag-station {
  background: #4fb0d2;
}
.tag-pet {
  background: #f49702;
}
.tag-gardening {
  background: #6fa92e;
}
.area-list-info > div .info-icon li {
  float: left;
  font-size: 11px;
  font-weight: bold;
  border-radius: 2px;
  background: #d94372;
  border: 1px solid #d94372;
  padding: 2px 3px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.area-list-info > div .info-icon .icon-picup {
  font-size: 11px;
  color: #ed6103;
  background: #fff;
  border: 1px solid #ed6103;
  letter-spacing: -1px;
}
.area-list-info > div .info-icon .icon-new {
  width: auto;
}
.area-list-info > div .info-icon li:not(:last-child) {
  margin-right: 2%;
}
.area-list-info > div .area-list-type {
  clear: both;
  width: 100%;
  margin-bottom: 18px;
}
.area-list-info > div .area-list-type dl {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.area-list-info > div .area-list-type dt {
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
  position: relative;
  top: 2px;
  color: #212b3a;
  white-space: nowrap;
}
.area-list-info > div .area-list-type dd {
  font-size: 15px;
  color: #d94372;
}
.area-list-info > div .area-list-type dd em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", Osaka;
  color: #d94372;
}
.area-list-info > div .area-list-type dd span {
  display: block;
  font-size: 13px;
  color: #000;
  margin-top: .9vw;
}
.area-list-info > div p {
  font-size: 14px;
  line-height: 1.3;
  color: #212b3a;
  margin-bottom: 12px;
}
.area-list-info > div p span {
  display: block;
  margin-top: 1vw;
}
.area-list-reviews {
  background: #fbfae6;
  padding: 8px;
  margin-bottom: 8px;
}
.area-list-reviews a,
.area-list-staff a,
.area-list-report a {
  display: block;
  text-decoration: none;
  color: #212b3a;
  position: relative;
  z-index: 2;
}
.area-list-reviews dl {
  width: 100%;
  display: flex;
}
.area-list-reviews dl dt {
  width: 32px;
  margin-right: 8px;
}
.area-list-reviews dl dd {
  width: calc(100% - 40px);
}
.area-list-reviews dl dt img {
  display: block;
  width: 32px;
  height: auto;
}
.area-list-reviews dl dd span {
  color: #555;
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1;
}
.area-list-reviews dl dd p:first-of-type {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.area-list-reviews dl dd p:first-of-type em {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", Osaka;
}
.area-list-reviews dl dd p:last-of-type {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #3c90d1;
  position: relative;
}
.area-list-reviews dl dd p:last-of-type::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  margin: 1vw 0 0 1vw;
  border-top: solid 2px #3c90d1;
  border-right: solid 2px #3c90d1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area-list-staff {
  background: #edf6e3;
  padding: 2% 2.6%;
  margin-bottom: 2.6%;
}
.area-list-staff dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3.3%;
}
.area-list-staff dd,
.area-list-report dd {
  width: 100%;
  display: flex;
  position: relative;
  padding-right: 10px;
}
.area-list-staff dd::after,
.area-list-report dd::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #3c90d1;
  border-right: solid 2px #3c90d1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area-list-staff dd figure,
.area-list-report dd figure {
  width: 32px;
  margin-right: 8px;
}
.area-list-staff dd figure img,
.area-list-report dd figure img {
  display: block;
  width: 32px;
  height: auto;
}
.area-list-staff dd p,
.area-list-report dd p {
  font-size: 13px;
  line-height: 1.4;
}
.area-list-report {
  background: #e5f0f3;
  padding: 8px;
  margin-bottom: 8px;
}
.area-list-report dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2.6%;
}
.area-list-report dd p em {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
.area-list-reviews .txt-cut40,
.area-list-staff .txt-cut40,
.area-list-report .txt-cut40 {
  visibility: hidden;
  font-size: 13px;
}
.area-list-bnr {
  display: flex;
  justify-content: center;
  margin: 3.33% 0 12px;
  position: relative;
  z-index: 2;
}
.area-list-bnr li {
  width: 49%;
  margin-right: 2%;
}
.area-list-bnr li:last-child {
  margin-right: 0;
}
.area-list-bnr li a {
  display: block;
  background: #f55d00;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  line-height: 1.2;
  padding: 8px;
  position: relative;
}
.area-list-bnr li a::before {
  content: "";
  display: inline-block;
  background: url(../img/icn_resume_2x.png) no-repeat left center / 18px 18px;
  width: 18px;
  height: 18px;
  position: relative;
  margin-top: -9px;
  top: 9px;
  left: 0;
  margin-right: 8px;
}
.area-list-bnr li:last-child a::before {
  background: url(../img/icn_footprint_2x.png) no-repeat left center / 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  top: 11px;
  left: 0;
  margin-right: 4px;
}
.area-list-bnr li:last-child a.icn-tel::before {
  background: url(../img/icn_tel.png) no-repeat left center / 18px 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  top: 9px;
  left: 0;
  margin-right: 4px;
}
@media screen and (max-width: 340px) {
  .area-list-bnr li a {
    font-size: 14px;
  }
}
.area-list-bnr li:last-child a {
  background: #05aa22;
}
.area-list-bnr li span {
  display: block;
  font-size: 12px;
  margin-left: 2em;
  font-weight: normal;
  color: #fff !important;
}
.area-list-bnr + p {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 2%;
  margin-top: 3.3%;
}
.area-list-bnr + p a {
  font-size: 14px;
  color: #3c90d1;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}
.area-list-bnr + p a::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  margin: 10px 0 0 4px;
  border-top: solid 2px #3c90d1;
  border-right: solid 2px #3c90d1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area-list-conversion ul {
  margin: 5.3% 0;
}
.area-list-conversion ul img {
  width: 100%;
  height: auto;
}
#area-list-search-box {
  margin-bottom: 20px;
  width: 100%;
}
#area-list-search-box h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
  border-left: 8px solid #70c01f;
  padding-left: 12px;
  line-height: 1.3;
}
#area-list-search-box h1 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
#area-list-search-box ul {
  border: 2px solid #05aa22;
  border-radius: 5px;
  margin: 0 10px;
}
#area-list-search-box ul li {
  padding: 0;
  position: relative;
}
#area-list-search-box ul li:first-child {
  border-bottom: 1px solid #ccc;
}
#area-list-search-box ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
}
#area-list-search-box ul li dl {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
}
#area-list-search-box ul li dl dt {
  background: #05aa22;
  color: #fff;
  line-height: 48px;
  text-align: center;
  width: 20%;
}
#area-list-search-box ul li dl dt.line {
  width: 25%;
}
#area-list-search-box ul li dl dd {
  position: relative;
  width: 80%;
}
#area-list-search-box ul li dl dd label {
  cursor: pointer;
  display: block;
  font-weight: 600;
  line-height: 48px;
  width: 100%;
}
#area-list-search-box ul li dl dd p {
  display: inline-block;
  font-family: Roboto;
  line-height: 1;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  width: calc(100% - 40px);
  white-space: nowrap;
}
#area-list-search-box ul li dl dd span {
  color: #05aa22;
  position: absolute;
  right: 10px;
  text-align: right;
}
#area-list-search-box ul li dl dd .default-area {
  color: #232b39;
}
#area-list-search-box ul li dl dd .default-feature {
  color: #232b39;
  font-size: 13px;
  font-weight: normal;
}
.area-list-next {
  background: #fff;
  border: 2px solid #00aa23;
  border-radius: 42px;
  color: #00aa23;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 30px auto 60px;
  position: relative;
  padding: 15px 8px;
  line-height: 1;
  cursor: pointer;
}
.area-list-next::after {
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  top: 2px;
  margin: 0;
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  float: left;
  left: 50px;
}
.toggle-contents {
  display: none;
}
.fix-btn02 {
  background: rgba(0, 0, 0, 0.7);
  padding: 2.6%;
}
.fix-btn02 .txt {
  font-size: 14px;
  padding: 0;
  margin-bottom: 6px;
}
.area-cv {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  margin: 0 2% 6px;
}
.area-cv a img.btn-siryou-s {
  padding-right: 2%;
  width: 98%;
}
.area-cv a img.btn-kengaku-s {
  padding-left: 2%;
  width: 98%;
}
#area-list-tab-wrap .area-list-map {
  padding: 4% 0;
}
#area-list-map {
  width: 100%;
}
#mapfield {
  width: 100%;
  height: 500px;
}
.gm-style-iw {
  width: 232px !important;
  overflow: hidden;
  background: #fff !important;
}
.map-balloon-box4 {
  border: 2px solid #3c90d1;
  border-radius: 5px !important;
  padding-bottom: 5px !important;
  top: 0 !important;
}
.map-balloon-box2 {
  border-radius: 5px !important;
}
.map-balloon-box3 > div div {
  border: 2px solid #3c90d1 !important;
  position: relative !important;
  border-top-color: #fff !important;
  background: #fff !important;
  top: -4px !important;
  z-index: 100 !important;
}
.map-balloon-box3 > div:first-of-type {
  left: -6px !important;
  top: -1px !important;
  width: 18px !important;
  height: 30px !important;
}
.map-balloon-box3 div > div:nth-of-type(2) {
  left: 10px !important;
  top: -1px !important;
  width: 18px !important;
  height: 30px !important;
}
.map-balloon a {
  display: block;
  text-decoration: none;
}
#area-list-map .map-balloon h2 {
  color: #3c90d1 !important;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
#area-list-map .map-balloon p .star4-5 {
  background-position: left -27px;
}
#area-list-map .map-balloon p em {
  font-size: 18px;
  font-style: normal;
  margin-left: 12px;
  color: #212b3a;
}
#area-list-map .map-balloon p span {
  color: #3c90d1 !important;
  font-weight: bold;
  font-size: 14px;
}
#area-list-map .map-balloon ul {
  width: 200px;
  margin-top: 12px;
}
#area-list-map .map-balloon ul li {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  color: #212b3a;
}
.card {
  position: relative;
  margin-bottom: 12px;
}
.card-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  z-index: 1;
  display: block;
}
/*アイコン追加(180907)*/
.area-list-info > div .info-icon .icon-special {
  background: #fff;
  border: 1px solid #4eac5b;
  color: #4eac5b;
  font-size: 11px;
  letter-spacing: -1px;
}
.area-list-info > div .info-icon .icon-watch {
  background: #ed6103;
  border: 1px solid #ed6103;
  color: #fff;
  font-size: 11px;
  letter-spacing: -1px;
}
#area-list-wrap h1.ranking {
  background: #70c01f url(/icon_img/icon_ranking.png) 2px no-repeat /24px;
  color: #fff;
  font-size: 18px;
  border-left: none;
  padding: 10px 0 8px 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#area-list-wrap h1.ranking span {
  font-size: 20px;
  font-weight: bold;
}
#area-list-tab-wrap .tab-contents.bg-ranking {
  background: #f0f9e8;
  padding: 0 2.6% 4%;
  border-top: 1px solid #6dbb4f;
}
#area-list-tab-wrap .tab-contents.bg-ranking a {
  text-decoration: none;
}
#area-list-tab-wrap .area-list-btn {
  width: 90%;
  margin: -1px auto 20px;
  position: relative;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #00aa23;
  border: 1px solid #6dbb4f;
  border-top: 1px solid #fff;
  ;
  border-radius: 0 0 8px 8px;
  padding: 8px 0 10px;
}
#area-list-tab-wrap .area-list-btn span {
  color: #00aa23;
}
#area-list-tab-wrap .area-list-btn::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  margin: 2px 0 0 8px;
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#area-list-tab-wrap .tab-contents.bg-ranking .box-nothing {
  background: #fff;
  font-size: 18px;
  line-height: 2.0;
  padding: 40px 0;
  text-align: center;
}
#area-list-tab-wrap .tab-contents.bg-ranking .box-nothing a {
  color: #00aa23;
  text-decoration: underline;
}
.card .itemRanking {
  background: #b7df8f url(/icon_img/icon_ranking.png) 2px no-repeat /24px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 8px 0 6px 28px;
}
.card .itemRanking__01 {
  background: #ffd700 url(/icon_img/icon_ranking.png) 2px no-repeat /24px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 8px 0 6px 28px;
}
.card .itemRanking__02 {
  background: #c0c0c0 url(/icon_img/icon_ranking.png) 2px no-repeat /24px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 8px 0 6px 28px;
}
.card .itemRanking__03 {
  background: #ac6b25 url(/icon_img/icon_ranking.png) 2px no-repeat /24px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 8px 0 6px 28px;
}
.card .itemRanking span,
.card .itemRanking__01 span,
.card .itemRanking__02 span,
.card .itemRanking__03 span {
  font-size: 1.2rem;
}
/* 詳細・一覧のCVボタンの変更(181005) */
.area-list-cvbtn {
  display: flex;
  margin-top: 3.33%;
  position: relative;
  z-index: 2;
  justify-content: space-around;
}
.area-list-cvbtn li {
  width: 49%;
}
.area-list-cvbtn-secondary li {
  width: 100%;
}
.area-list-cvbtn > li:first-child {
  margin-right: 2%;
}
.area-list-cvbtn li a {
  position: relative;
  display: block;
}
.tel-number {
  color: #fff;
  bottom: 0.6em;
  left: 3.3em;
  font-family: Helvetica, Arial, "メイリオ", "Meiryo", "sans-serif";
  font-size: 3.7vw;
  letter-spacing: 0.7px;
  position: absolute;
}
.area-list-cvbtn + p {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 2%;
  margin-top: 3.3%;
}
.area-list-cvbtn + p a {
  font-size: 14px;
  color: #3c90d1;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}
.area-cv.fix a {
  position: relative;
}
.area-cv.fix a .tel-number {
  left: 3.8em;
}
/* Wキャンペーン(181022) */
.area-list-info > div .info-icon .icon-wc {
  border: none;
  margin: -6px 0 12px;
  padding: 0;
}
.area-list-info > div .info-icon .icon-wc img {
  width: 135px;
}
.area-list-firstview-secondary {
  padding: 0;
}
.area-list-firstview-secondary .firstview-conversion-tmp {
  height: 140px;
  padding: 20px 10px 0;
}
.area-list-firstview-secondary .firstview-conversion-tmp .area-list-firstview-list {
  margin-top: 10px;
}
/* 絞り込み改修(181116) */
.toggle::after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 12px;
  margin: -8px 0 0 0;
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 0;
}
#area-list-search-box .toggle {
  border: 1px solid #6dbb4f;
  padding: 12px 10px;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
#area-list-search-box .toggle-active {
  background: #6dbb4f;
  color: #fff;
}
.box-tab .ttl {
  border-top: none;
  background: #6dbb4f;
}
#area-list-search-box .toggle-active::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#area-list-search-box .toggle dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
#area-list-search-box .toggle dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background: url(../img/icn_pn_2x.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle-active dl::before {
  background: url(../img/icn_pn_2x_wh.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle:nth-last-of-type(2) {
  margin-top: -1px;
}
#area-list-search-box .toggle:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle-active:nth-last-of-type(2) dl::before {
  background: url(../img/icn_conditions_2x_wh.png) no-repeat left center/24px 24px;
}
#area-list-search-box .toggle dt,
#area-list-search-box .toggle dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#area-list-search-box .toggle dt {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  letter-spacing: -1px;
  width: 20%;
  white-space: nowrap;
}
#area-list-search-box .toggle dd div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#area-list-search-box .toggle dd p {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 20vw;
}
#area-list-search-box .btn-fix .linetab p.btn-0 {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 55%;
}
#area-list-search-box .btn-fix .linetab p.btn-0 a {
  background: #ccc;
  border: 1px solid #cfc6af;
  border-radius: 5px;
  color: #999;
  cursor: alias;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 8px;
  text-align: center;
  text-decoration: none;
}
.area-type-lot {
  margin: 0 10px 20px;
}
.area-type-lot .ttl-type-lot {
  font-size: 16px;
  margin-bottom: 16px;
}
.area-type-lot .list-type-lot {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.area-type-lot .list-type-lot li {
  align-items: center;
  display: inline-block;
  width: 23%;
}
.area-type-lot .list-type-lot li a {
  text-decoration: none;
}
.area-type-lot .list-type-lot li label {
  border: solid 2px #05aa22;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #05aa22;
  box-sizing: border-box;
  color: #05aa22;
  display: block;
  font-size: 13px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: color .1s, background-color .1s, box-shadow .1s, transform .1s, -webkit-box-shadow .1s, -webkit-transform .1s;
}
.area-type-lot .list-type-lot li input {
  position: absolute;
  left: -9999em;
}
.area-type-lot .list-type-lot li input:checked + label {
  background: #05aa22;
  box-shadow: none;
  color: #fff;
  margin: 3px 0 -3px;
}
/* 一覧FV改修(180201) */
.display-pc {
  display: none;
}
#area-list-wrap h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 10px 24px;
}
.area-list-firstview {
  margin: 0;
  padding: 10px;
}
.area-list-firstview-inner {
  padding: 0 0 0 10px;
  position: relative;
  font-size: 14px;
  text-shadow:
    #fff 1px 1px 0, #fff -1px -1px 0,
    #fff -1px 1px 0, #fff 1px -1px 0,
    #fff 0px 1px 0, #fff 0-1px 0,
    #fff -1px 0 0, #fff 1px 0 0;
}
.area-list-firstview-inner::after {
  content: '';
  background: url(/area_list_resources/img/img_operator.png) 0 0 no-repeat;
  background-size: 149px 190px;
  width: 149px;
  height: 190px;
  position: absolute;
  top: -50px;
  right: -10px;
  z-index: -1;
}
.area-list-firstview-list p {
  background: url(/spv/area_list/img/icn_check.png) 0 5px no-repeat;
  background-size: 15px 12px;
  padding-left: 20px;
  margin: 0;
  line-height: 1.6;
}
.area-list-firstview-list .attention {
  background: none;
  color: #f55d00;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 10px;
}
.area-list-firstview-title {
  position: relative;
  top: -14px;
  left: 0;
  text-shadow:
    #fff 1px 1px 0, #fff -1px -1px 0,
    #fff -1px 1px 0, #fff 1px -1px 0,
    #fff 0px 1px 0, #fff 0-1px 0,
    #fff -1px 0 0, #fff 1px 0 0;
}
.area-list-firstview-title p::after {
  content: '';
  display: inline-block;
  width: 92px;
  height: 23px;
  background: url(/spv/area_list/img/icn_first_logo.png) no-repeat center /92px 23px;
  position: relative;
  top: 5px;
  padding-left: 7px;
}
.area-list-firstview .button-conversion-new {
  position: relative;
  display: block;
  background: #f55d00;
  color: #fff;
  height: 60px;
  -webkit-box-shadow: 0 2px 0 0 #b94600;
  box-shadow: 0 2px 0 0 #b94600;
  border-radius: 6px;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  width: 95%;
  margin: 0 auto;
}
.area-list-firstview .button-conversion-new__title {
  font-size: 13px;
  display: block;
}
.area-list-firstview .button-conversion-new__call {
  padding: 5px;
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.area-list-firstview .button-conversion-new__call img {
  width: 21px;
  height: 21px;
  margin-right: 7px;
}
.fix-btn02 {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
}
.fix-btn02 .txt {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 5px 0 0;
}
.fix-btn02 .linetab {
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 5px 0 0;
}
.fix-btn02 .linetab p {
  display: block;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
}
.fix-btn02 .linetab p:nth-last-of-type(1) {
  margin-right: 0;
}
#fix-arealist-footer {
  display: none;
}
.area-list-info > .box-persons {
  display: block;
  margin: 0 0 0;
  width: 100%;
}
.area-list-info > .box-persons > .txt-persons {
  border-bottom: solid 1px #ccc;
  display: block;
  font-size: 0.8rem;
  line-height: 20px;
  padding: 0 0 0;
  text-align: right;
}
.area-list-info .box-persons > .txt-persons span {
  color: #ff7700;
  display: inline;
  font-size: 1.0rem;
  font-weight: bold;
}
.area-list-info .box-persons > .txt-persons strong {
  font-weight: bold;
}
@media only screen and (min-width:768px) {
  .display-pc {
    display: block !important;
  }
  .display-sp {
    display: none !important;
  }
  #area-list-wrap {
    width: 990px;
  }
  #area-list-wrap h1 {
    font-size: 24px;
    background: #fff;
    margin: 0 auto 20px;
  }
  .area-list-firstview {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .area-list-firstview-box {
    border: 10px solid #edf6e3;
    padding: 0 20px;
  }
  .area-list-firstview-inner {
    display: flex;
    padding: 0 0 10px 10px;
  }
  .area-list-firstview-inner::after {
    right: 10px;
    z-index: 0;
  }
  .area-list-firstview-list {
    font-size: 16px;
    margin-right: 30px;
    max-width: 450px;
  }
  .area-list-firstview-list .attention {
    padding: 0;
  }
  .area-list-firstview-tell {
    font-weight: bold;
    z-index: 1;
  }
  .area-list-firstview-tell-inner img {
    width: 21px;
    height: 21px;
  }
  .area-list-firstview-tell-inner span {
    display: inline-block;
    margin: 8px 0;
    font-size: 2.2rem;
  }
  .area-list-firstview .area-list-bnr {
    margin: 0;
    text-shadow: none;
  }
  .area-list-firstview .area-list-bnr li {
    width: 100%;
  }
  .area-list-firstview .area-list-bnr li a {
    display: block;
    background: #f55d00;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 #b94600;
    box-shadow: 0 2px 0 0 #b94600;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    line-height: 1.6;
    padding: 8px;
    position: relative;
  }
  .area-list-firstview .area-list-bnr li a::before {
    background: url(/spv/area_list/img/icn_resume_2x.png) no-repeat left center / 18px 18px;
    width: 18px;
    height: 18px;
    margin: 0 4px 0 0;
    top: 3px;
    left: 0;
  }
  .area-list-firstview .area-list-bnr li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  /*===== area-list =====*/
  #area-list-wrap {
    margin-top: 20px;
  }
  #area-list-wrap .section-inner {
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
  }
  #area-list-search-box *,
  #area-list-map * {
    /*margin: 0;*/
    /*padding: 0;*/
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #232b39;
  }
  #area-list-search-box {
    width: 750px;
  }
  #area-list-search-box h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 24px;
    border-left: 8px solid #70c01f;
    padding-left: 12px;
    line-height: 1.3;
  }
  #area-list-search-box h1 span {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
  }
  #area-list-search-box ul {
    border: 2px solid #05aa22;
    border-radius: 5px;
    margin: 0 0;
  }
  #area-list-search-box ul li {
    padding: 0;
    position: relative;
  }
  #area-list-search-box ul li:first-child {
    border-bottom: 1px solid #ccc;
  }
  #area-list-search-box ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
  }
  #area-list-search-box ul li dl {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 15px;
  }
  #area-list-search-box ul li dl dt {
    background: #05aa22;
    color: #fff;
    width: 20%;
    position: relative;
    padding: 0 0;
    text-align: center;
  }
  #area-list-search-box ul li dl dd {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    width: 80%;
  }
  #area-list-search-box ul li dl dd p {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    width: calc(100% - 60px);
    white-space: nowrap;
  }
  #area-list-search-box ul li dl dd a {
    color: #00aa23;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-left: auto;
    width: auto;
    padding: 0 14px;
    outline: none;
  }
  #area-list-search-box ul li dl dd span {
    color: #00aa23;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-left: auto;
    width: auto;
    padding: 0 14px;
    outline: none;
    top: 0;
  }
  #area-list-search-box ul li dl dd .default-area {
    color: #232b39;
    font-size: 16px;
    font-weight: bold;
  }
  #area-list-search-box ul li dl dd .default-feature {
    color: #232b39;
    font-size: 14px;
    font-weight: normal;
  }
  #area-list-map {
    display: none;
    width: 100%;
  }
  #mapfield {
    height: 500px;
    margin-bottom: 20px;
    width: 750px !important;
  }
  .gm-style-iw {
    width: 232px !important;
    overflow: hidden;
    background: #fff !important;
  }
  .map-balloon-box4 {
    border: 2px solid #3c90d1;
    border-radius: 5px !important;
    padding-bottom: 5px !important;
    top: 0 !important;
  }
  .map-balloon-box2 {
    border-radius: 5px !important;
  }
  .map-balloon-box3 > div div {
    border: 2px solid #3c90d1 !important;
    position: relative !important;
    border-top-color: #fff !important;
    background: #fff !important;
    top: -4px !important;
    z-index: 100 !important;
  }
  .map-balloon-box3 > div:first-of-type {
    left: -6px !important;
    top: -1px !important;
    width: 18px !important;
    height: 30px !important;
  }
  .map-balloon-box3 div > div:nth-of-type(2) {
    left: 10px !important;
    top: -1px !important;
    width: 18px !important;
    height: 30px !important;
  }
  .map-balloon a {
    display: block;
    text-decoration: none;
  }
  #area-list-map .map-balloon h2 {
    color: #3c90d1 !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  #area-list-map .map-balloon p .star4-5 {
    background-position: left -27px;
  }
  #area-list-map .map-balloon p .star4-0 {
    background-position: left -54px;
  }
  #area-list-map .map-balloon p .star3-5 {
    background-position: left -81px;
  }
  #area-list-map .map-balloon p .star3-0 {
    background-position: left -108px;
  }
  #area-list-map .map-balloon p .star2-5 {
    background-position: left -135px;
  }
  #area-list-map .map-balloon p .star2-0 {
    background-position: left -162px;
  }
  #area-list-map .map-balloon p .star1-5 {
    background-position: left -189px;
  }
  #area-list-map .map-balloon p .star1-0 {
    background-position: left -216px;
  }
  #area-list-map .map-balloon p .star0-5 {
    background-position: left -243px;
  }
  #area-list-map .map-balloon p em {
    font-size: 18px;
    margin-left: 12px;
  }
  #area-list-map .map-balloon p span {
    color: #3c90d1 !important;
    font-weight: bold;
    font-size: 14px;
  }
  #area-list-map .map-balloon ul {
    width: 200px;
    margin-top: 12px;
  }
  #area-list-map .map-balloon ul li {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
  }
  .cf {
    width: 100%;
  }
  .cf:before,
  .cf:after {
    content: " ";
    display: table;
  }

#area-list-wrap #area-list-main {
    background: #efefef;
    padding: 0 20px 60px;
    border-top: 1px solid #ccc;
    position: relative;
    margin: 0 0 24px 0;
    width: 100%;
  }

  .area-doc-request .lead-doc-request {
    margin-bottom: 14px;
  }
  .area-doc-request .btn-doc-request {
    background: -moz-linear-gradient(top left, #ff8501, #f19500);
    background: -webkit-linear-gradient(top left, #ff8501, #f19500);
    background: linear-gradient(to bottom right, #ff8501, #f19500);
    border: solid 1px #ff7700;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 20px 0;
    text-align: center;
  }
  .area-doc-request .num-freecall {
    font-family: roboto;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .area-doc-request .num-freecall .icon-fc {
    height: auto;
    margin-right: 6px;
    width: 32px;
  }
  .area-doc-request .txt-free {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
  }
  .fix-side-bnr {
    padding-top: 10px;
  }
  .fix-side-bnr li:first-child {
    margin-bottom: 10px;
  }
  .fix-side-bnr.fixed {
    display: block;
    position: fixed;
    top: 0;
  }
  .fix-side-bnr.stop {
    position: absolute;
    top: auto;
    bottom: 24px;
  }
  .area-type-lot {
    margin: 0 0 28px;
  }
  .area-type-lot .ttl-type-lot {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .area-type-lot .list-type-lot {
    display: flex;
    flex-wrap: nowrap;
  }
  .area-type-lot .list-type-lot li {
    align-items: center;
    display: inline-table;
    flex: 1;
    -webkit-flex: 1;
    margin-right: 10px;
  }
  .area-type-lot .list-type-lot li:last-child {
    margin-right: 0;
  }
  .area-type-lot .list-type-lot li label {
    background-size: 20px;
    border: solid 1px #05aa22;
    border-radius: 5px;
    box-shadow: 0 0 0 0 #05aa22;
    color: #232b39;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
    transition: color .1s, background-color .1s, box-shadow .1s, transform .1s, -webkit-box-shadow .1s, -webkit-transform .1s;
  }
  .area-type-lot .list-type-lot li label:before {
    background: #fff;
    border: 2px solid #05aa22;
    box-sizing: border-box;
    content: '';
    height: 20px;
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  .area-type-lot .list-type-lot li input {
    position: absolute;
    left: -9999em;
  }
  .area-type-lot .list-type-lot li input:checked + label {
    background: #05aa22;
    box-shadow: none;
    color: #fff;
    margin: 0 0 0;
  }
  .area-type-lot .list-type-lot li input:checked + label::before {
    background: #fff url(../../common_img/icon_check.png) no-repeat center;
    background-size: 90%;
    border: none;
    content: '';
  }
  #area-list-main .area-list-map-btn {
    width: 400px;
    margin: -1px auto 0;
    position: relative;
    background: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #00aa23;
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-radius: 0 0 8px 8px;
    padding: 8px 10px 18px;
  }
  #area-list-main .area-list-map-btn::before {
    content: "";
    display: inline-block;
    position: relative;
    background: url(https://www.e-ohaka.com/area_list_resources/img/icn_map_2x.png) no-repeat left center/24px 23px;
    width: 24px;
    height: 23px;
    margin-right: 18px;
    top: 5px;
  }
  #area-list-main .area-list-map-btn span {
    color: #00aa23;
  }
  #area-list-main .area-list-map-btn span:last-of-type {
    display: none;
  }
  #area-list-main .area-list-map-btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 12px;
    border-top: solid 2px #00aa23;
    border-right: solid 2px #00aa23;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #area-list-main .area-list-map-btn.area-list-map-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 16px 0 0 12px;
  }
  #area-list-main .area-list-map-btn.area-list-map-active span:first-of-type {
    display: none;
  }
  #area-list-main .area-list-map-btn.area-list-map-active span:last-of-type {
    display: inline-block;
  }
  #area-list-main .area-list-bnr {
    margin-bottom: 15px;
  }
  #area-list-main .area-list-box {
    background: #fff;
    border: 3px solid rgb(109, 187, 79);
    border-radius: 5px;
  }
  #area-list-main .area-list-box:last-of-type {
    margin-bottom: 0;
  }
  #area-list-main .area-list-box h2 {
    color: #3c90d1;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    word-break: break-all;
    padding: 12px;
    border-radius: 5px 5px 0 0;
    z-index: 2;
  }
  #area-list-main .area-list-box h2::after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #area-list-main .area-list-box h2 label {
    cursor: pointer;
    position: relative;
  }
  #area-list-main input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #area-list-main .area-list-box h2 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #area-list-main .area-list-box h2 input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: -1px;
    vertical-align: top;
    z-index: 3;
  }
  #area-list-main .area-list-box h2 .area-txt {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    width: 100%;
    color: #3c90d1;
    cursor: pointer;
  }
  #area-list-main .area-list-box h2 input[type="checkbox"] + span::before,
  #area-list-main .area-list-box h2 input[type="checkbox"] + span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
  }
  #area-list-main .area-list-box h2 input[type="checkbox"] + span::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 2px #999 solid;
    border-radius: 5px;
  }
  #area-list-main .area-list-box h2 input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
  }
  #area-list-main .area-list-box h2 input[type="checkbox"]:checked + span::before {
    background-color: #00aa23;
    border: 2px solid #00aa23;
  }
  #area-list-main .area-list-box h2 input[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .checked {
    background-color: #edf6e3;
  }
  #area-list-main .area-list-inner {
    padding: 12px;
    padding-top: 0;
  }
  #area-list-main .area-list-info {
    padding: 12px 0 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  #area-list-main .area-list-info > figure {
    width: 200px;
    margin: 0 12px 12px 0;
  }
  #area-list-main .area-list-info > div {
    width: calc(100% - 200px);
  }
  #area-list-main .area-list-info > figure img {
    display: block;
    margin: 0 auto 8px;
  }
  #area-list-main .area-list-info > figure ul li {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    padding: 1px 6px;
    border-radius: 2px;
    margin-right: 5px;
  }
  #area-list-main .area-list-info > figure ul li:last-child {
    margin-right: 0;
  }
  .tag-station {
    background: #4fb0d2;
  }
  .tag-pet {
    background: #f49702;
  }
  .tag-gardening {
    background: #6fa92e;
  }
  #area-list-main .area-list-info > div .info-icon li {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 2px;
    background: #d94372;
    border: 1px solid #d94372;
    padding: 1px 4px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
  }
  #area-list-main .area-list-info > div .info-icon .icon-picup {
    font-size: 12px;
    color: #ed6103;
    background: #fff;
    border: 1px solid #ed6103;
  }
  #area-list-main .area-list-info > div .info-icon .icon-new {
    width: 50px;
  }
  #area-list-main .area-list-info > div .info-icon li:not(:last-child) {
    margin-right: 8px;
  }
  #area-list-main .area-list-info > div .area-list-type {
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #area-list-main .area-list-info > div .area-list-type dl {
    display: flex;
    width: 50%;
    margin-bottom: 12px;
    padding-right: 12px;
    line-height: 1.2;
  }
  #area-list-main .area-list-info > div .area-list-type dt {
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
    position: relative;
    top: 3px;
  }
  #area-list-main .area-list-info > div .area-list-type dd {
    font-size: 16px;
    color: #d94372;
  }
  #area-list-main .area-list-info > div .area-list-type dd em {
    font-size: 20px;
    font-weight: bold;
    color: #d94372;
  }
  #area-list-main .area-list-info > div .area-list-type dd span {
    display: block;
    font-size: 14px;
    margin-top: 2px;
  }
  #area-list-main .area-list-info > div p {
    font-size: 15px;
  }
  #area-list-main .area-list-info > div p span {
    display: block;
    margin-top: 4px;
    padding-bottom: 48px;
  }
  #area-list-main .area-list-reviews {
    background: #fbfae6;
    padding: 8px;
    margin-bottom: 8px;
  }
  #area-list-main .area-list-reviews a,
  #area-list-main .area-list-staff a,
  #area-list-main .area-list-report a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
  }
  #area-list-main .area-list-reviews dl {
    width: 100%;
    display: flex;
  }
  #area-list-main .area-list-reviews dl dt {
    width: 32px;
    margin-right: 8px;
  }
  #area-list-main .area-list-reviews dl dd {
    width: calc(100% - 40px);
  }
  #area-list-main .area-list-reviews dl dt img {
    display: block;
    width: 32px;
    height: auto;
  }
  #area-list-main .area-list-reviews dl dd span {
    color: #555;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
  }
  #area-list-main .area-list-reviews dl dd p:first-of-type {
    font-size: 15px;
  }
  #area-list-main .area-list-reviews dl dd p:first-of-type em {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  #area-list-main .area-list-reviews dl dd p:last-of-type {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #3c90d1;
    position: relative;
  }
  #area-list-main .area-list-reviews dl dd p:last-of-type::after {
    display: inline-block;
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 10px;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #area-list-main .area-list-staff {
    background: #edf6e3;
    padding: 8px;
    margin-bottom: 8px;
  }
  #area-list-main .area-list-staff dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #area-list-main .area-list-staff dd,
  #area-list-main .area-list-report dd {
    width: 100%;
    display: flex;
    position: relative;
    padding-right: 18px;
  }
  #area-list-main .area-list-staff dd {
    align-items: center;
  }
  #area-list-main .area-list-staff dd::after,
  #area-list-main .area-list-report dd::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #area-list-main .area-list-staff dd figure,
  #area-list-main .area-list-report dd figure {
    width: 32px;
    margin-right: 8px;
  }
  #area-list-main .area-list-staff dd figure img,
  #area-list-main .area-list-report dd figure img {
    display: block;
    width: 32px;
    height: auto;
  }
  #area-list-main .area-list-staff dd p,
  #area-list-main .area-list-report dd p {
    font-size: 15px;
    width: calc(100% - 40px);
  }
  #area-list-main .area-list-report {
    background: #e5f0f3;
    padding: 8px;
    margin-bottom: 8px;
  }
  #area-list-main .area-list-report dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #area-list-main .area-list-reviews .txt-cut60,
  #area-list-main .area-list-staff .txt-cut60,
  #area-list-main .area-list-report .txt-cut60 {
    visibility: hidden;
    font-size: 15px;
    max-height: 2em;
  }
  #area-list-main .area-list-report dd p em {
    font-size: 15px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  #area-list-main .area-list-bnr {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  #area-list-main .area-list-bnr li {
    width: 200px;
    margin-right: 8px;
    position: relative;
    z-index: 2;
  }
  #area-list-main .area-list-bnr li:last-child {
    margin-right: 0;
  }
  #area-list-main .area-list-bnr li a {
    display: block;
    background: #f55d00;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    line-height: 1.2;
    padding: 6px 8px;
    position: relative;
  }
  #area-list-main .area-list-bnr li a::before {
    content: "";
    display: inline-block;
    background: url(../img/icn_resume_2x.png) no-repeat left center / 18px 18px;
    width: 18px;
    height: 18px;
    position: relative;
    margin-top: -9px;
    top: 9px;
    left: 0;
    margin-right: 8px;
  }
  #area-list-main .area-list-bnr li:last-child a::before {
    background: url(../img/icn_footprint_2x.png) no-repeat left center / 22px 22px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    top: 11px;
    left: 0;
    margin-right: 4px;
  }
  #area-list-main .area-list-bnr li:last-child a {
    background: #05aa22;
  }
  #area-list-main .area-list-bnr li span {
    display: block;
    font-size: 12px;
    margin-left: 2em;
    font-weight: normal;
    color: #fff !important;
  }
  #area-list-main .area-list-bnr + p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 12px;
  }
  #area-list-main .area-list-bnr + p a {
    font-size: 15px;
    color: #3c90d1;
    position: relative;
    font-weight: bold;
    text-decoration: none;
  }
  #area-list-main .area-list-bnr + p a::after {
    display: inline-block;
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 4px;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #area-list-main .area-list-conversion ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }
  #area-list-main .area-list-conversion ul li {
    width: 340px;
    margin-right: 20px;
  }
  #area-list-main .area-list-conversion ul li:nth-child(2n) {
    margin-right: 0;
  }
  #area-list-main .area-list-conversion ul img {
    width: 100%;
    height: auto;
  }
  #area-list-main .area-list-next {
    background: #fff;
    border: 2px solid #00aa23;
    border-radius: 42px;
    color: #00aa23;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 350px;
    margin: 30px auto 60px;
    position: relative;
    padding: 20px 10px;
    line-height: 1;
    cursor: pointer;
  }
  #area-list-main .area-list-next::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #00aa23;
    border-right: solid 2px #00aa23;
    transform: rotate(135deg);
    float: left;
    left: 70px;
  }
  .toggle-contents {
    display: none;
  }
  .area-list-bottom-search {
    max-width: 980px;
    margin: 0 auto 30px !important;
  }
  .tag-area-list {
    clear: both;
    max-width: 740px;
    margin-top: 25px;
    margin-bottom: 8px;
  }
  .tag-area-list ul {
    margin-bottom: -8px;
    margin-left: -8px;
  }
  .tag-area-list li {
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1;
  }
  .tag-area-list li a {
    color: #076baf;
    text-decoration: none;
    padding: 0 8px;
    border-right: 1px solid #ccc;
  }
  .tag-area-list li:last-child a {
    border-right: none;
    padding-right: 0;
  }
  .tag-area-list li a:hover {
    text-decoration: underline;
  }
  #area-list-side .conts-bnr li:not(:last-child) {
    margin-bottom: 10px;
  }
  #fix-arealist-footer {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    z-index: 10;
  }
  #fix-arealist-footer .fix-arealist-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    z-index: 20;
  }
  #fix-arealist-footer p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
  }
  #fix-arealist-footer ul {
    width: 100%;
    max-width: 672px;
    display: flex;
    align-items: center;
  }
  #fix-arealist-footer ul li {
    width: 330px;
    margin-right: 12px;
  }
  #fix-arealist-footer ul li:last-child {
    margin-right: 0;
  }
  #fix-arealist-footer ul li span {
    font-size: 15px;
  }
  #fix-arealist-footer ul li a {
    display: block;
    background: #f55d00;
    color: #fff !important;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
    position: relative;
  }
  #fix-arealist-footer ul li:last-child a {
    background: #05aa22;
  }
  #fix-arealist-footer ul li a::before {
    content: "";
    display: inline-block;
    background: url(../img/icn_resume_2x.png) no-repeat left center / 18px 18px;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 12px;
    top: 2px;
  }
  #fix-arealist-footer ul li:last-child a::before {
    background: url(../img/icn_footprint_2x.png) no-repeat left center / 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    top: 4px;
  }
  .fix-btn02 {
    display: none;
  }
  .area-list-checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 12px 0 -12px;
  }
  .area-list-checkbox li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 12px;
    font-size: 16px;
  }
  .area-list-checkbox li:nth-child(4n) {
    margin-right: 0;
  }
  .area-list-checkbox li label {
    cursor: pointer;
    color: #076baf;
  }
  .area-list-checkbox li input {
    margin-right: 8px;
  }
  .area-list-checkbox li a {
    color: #076baf !important;
  }
  #area-list-main .card {
    position: relative;
    margin-bottom: 20px;
  }
  #area-list-main .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 1;
    display: block;
  }
  /*アイコン追加(180907)*/
  #area-list-main .area-list-info > div .info-icon .icon-special {
    background: #fff;
    border: 1px solid #4eac5b;
    color: #4eac5b;
    font-size: 12px;
  }
  #area-list-main .area-list-info > div .info-icon .icon-watch {
    background: #ed6103;
    border: 1px solid #ed6103;
    color: #fff;
    font-size: 12px;
  }
  /*バナーx2レイアウト(180921)*/
  #area-list-main .area-list-bnrx2 {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 20px;
  }
  #area-list-main .area-list-bnrx2 a:hover {
    opacity: .8;
  }
  /*ランキングページ(180828)*/
  .area-link-ranking {
    color: #05aa22;
    display: block;
    margin: 0 auto 20px;
    padding-right: 26px;
    text-align: right;
  }
  .area-link-ranking a p {
    background: url(https://cdn.e-ohaka.com/icon_img/icon_ranking_g.png) no-repeat left center;
    background-size: 24px;
    color: #05aa22;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 32px;
    text-decoration: none;
  }
  .area-link-ranking a p::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    margin: 2px 0 0 4px;
    border-top: solid 4px #00aa23;
    border-right: solid 4px #00aa23;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #area-list-search-box h1.ranking {
    background: #70c01f url(/icon_img/icon_ranking.png) 20px no-repeat;
    background-size: 32px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    border-left: none;
    padding: 10px 0 8px 54px;
    line-height: 1.3;
  }
  #area-list-main.bg-ranking {
    background: #f0f9e8;
    float: left;
    width: 740px;
    padding: 0 20px 20px 20px;
    border-top: 1px solid #6dbb4f;
    position: relative;
    margin-bottom: 24px;
  }
  #area-list-main.bg-ranking a {
    text-decoration: none;
  }
  #area-list-main .area-list-btn {
    width: 400px;
    margin: -1px auto 20px;
    position: relative;
    background: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #00aa23;
    border: 1px solid #6dbb4f;
    border-top: 1px solid #fff;
    ;
    border-radius: 0 0 8px 8px;
    padding: 8px 10px 18px;
  }
  #area-list-main .area-list-btn span {
    color: #00aa23;
  }
  #area-list-main .area-list-btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    margin: 4px 0 0 12px;
    border-top: solid 2px #00aa23;
    border-right: solid 2px #00aa23;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #area-list-main.bg-ranking .box-nothing {
    background: #fff;
    font-size: 24px;
    line-height: 2.0;
    padding: 80px 0;
    text-align: center;
  }
  #area-list-main.bg-ranking .box-nothing a {
    color: #00aa23;
    text-decoration: underline;
  }
  .card .itemRanking {
    background: #b7df8f url(/icon_img/icon_ranking.png) 10px no-repeat;
    background-size: 28px;
    border-bottom: solid 2px #ccc;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px 42px 8px;
  }
  .card .itemRanking__01 {
    background: #ffd700 url(/icon_img/icon_ranking.png) 10px no-repeat;
    background-size: 28px;
    border-bottom: solid 2px #ccc;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px 42px 8px;
  }
  .card .itemRanking__02 {
    background: #c0c0c0 url(/icon_img/icon_ranking.png) 10px no-repeat;
    background-size: 28px;
    border-bottom: solid 2px #ccc;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px 42px 8px;
  }
  .card .itemRanking__03 {
    background: #ac6b25 url(/icon_img/icon_ranking.png) 10px no-repeat;
    background-size: 28px;
    border-bottom: solid 2px #ccc;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px 42px 8px;
  }
  .card .itemRanking span,
  .card .itemRanking__01 span,
  .card .itemRanking__02 span,
  .card .itemRanking__03 span {
    font-size: 1.2rem;
  }
  /* Wキャンペーン(181022) */
  #area-list-main .area-list-info > div .info-icon .icon-wc {
    border: none;
    margin-left: 8px;
    padding: 0;
  }
  #area-list-main .area-list-info > div .info-icon .icon-wc img {
    width: 135px;
  }
  /* 当日見学予約img追加(190111) */
  #area-list-main .btn-today {
    margin: 0 auto 15px;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  #area-list-main .btn-today + p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 12px;
  }
  #area-list-main .btn-today + p a {
    font-size: 15px;
    color: #3c90d1;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #area-list-main .btn-today + p a::after {
    display: inline-block;
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 4px;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* フォーム導線改修(181112) */
  .area-list-cv {
    display: flex;
    justify-content: space-between;
    margin: 14px 0;
  }
  .area-list-cv .cv-area-tell dl {
    display: flex;
    font-weight: bold;
  }
  .area-list-cv .cv-area-tell dl dt {
    background-color: #efefef;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    padding: 4px 10px;
    height: 44px;
    line-height: 18px;
    width: 100px;
  }
  .area-list-cv .cv-area-tell dl dd {
    color: #ed702d !important;
    font-size: 26px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 12px;
  }
  .area-list-cv .cv-area-form {
    width: 50%;
  }
  .area-list-cv .cv-area-form > a {
    text-decoration: none;
    display: block;
    background: #f55d00 url(../img/icon_shiryou.png) no-repeat 15px center / 18px 23px;
    border-radius: 6px;
    box-shadow: 0 3px 0 0 #b94600;
    display: block;
    height: 41px;
    position: relative;
    z-index: 2;
    text-decoration: none;
  }
  .area-list-cv .cv-area-form > a:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    text-decoration: none;
  }
  .area-list-cv .cv-area-form a p {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 42px;
    padding: 0 0 0 44px;
    text-decoration: none;
    margin-right: 0 !important;
  }
  .area-list-cv .cv-area-form a p strong {
    font-size: 19px;
    color: #fff !important;
    font-weight: normal;
  }
  .area-list-cv .cv-area-form a p span {
    color: #fff !important;
    margin-left: 25px;
  }
  .area-list-cv .cv-area-form-secondary a {
    background-position: 29px center;
  }
  .area-list-cv .cv-area-form-secondary a p {
    padding-left: 57px;
  }
  #area-list-main .area-list-cv + p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 12px;
  }
  #area-list-main .area-list-cv + p a {
    font-size: 15px;
    color: #3c90d1;
    position: relative;
    font-weight: bold;
    text-decoration: none;
  }
  #area-list-main .area-list-cv + p a:after {
    display: inline-block;
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 4px;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #fix-arealist-footer .fix-arealist-inner .area-list-cv {
    margin: 0;
  }
  #fix-arealist-footer .fix-arealist-inner .area-list-cv .cv-area-tell dl dt {
    height: 36px;
    width: 76px;
  }
  #fix-arealist-footer .fix-arealist-inner .area-list-cv .cv-area-tell dl dd {
    color: #fff !important;
    margin: auto 40px auto 12px;
  }
  #fix-arealist-footer .fix-arealist-inner .area-list-cv .cv-area-form {
    width: 330px;
  }
  /* history導線改修(190111) */
  .history-list-cv {
    align-items: center;
    display: flex;
    border-radius: 5px 0 0 5px;
    justify-content: space-between;
    margin: 20px auto 14px;
    width: 720px;
  }
  .history-list-cv .cv-area-tell {
    background: #fff;
    border-radius: 5px 0 0 5px;
  }
  .history-list-cv .cv-area-tell dl {
    display: flex;
    font-weight: bold;
  }
  .history-list-cv .cv-area-tell dl dt {
    align-items: center;
    background-color: #efefef;
    border-radius: 5px 0 0 5px;
    display: inline-flex;
    font-size: 12px;
    padding: 4px 10px;
    height: 44px;
    line-height: 18px;
    width: 100px;
  }
  .history-list-cv .cv-area-tell dl dd {
    color: #ed702d !important;
    font-size: 26px;
    top: 0;
    bottom: 0;
    margin: auto 12px auto 12px;
  }
  .history-list-cv .cv-area-form {
    width: 50%;
  }
  .history-list-cv .cv-area-form > a {
    text-decoration: none;
    display: block;
    background: #f55d00 url(../img/icon_shiryou.png) no-repeat 15px center / 18px 23px;
    border-radius: 6px;
    box-shadow: 0 3px 0 0 #b94600;
    display: block;
    height: 41px;
    position: relative;
    z-index: 2;
    text-decoration: none;
  }
  .history-list-cv .cv-area-form > a:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    text-decoration: none;
  }
  .history-list-cv .cv-area-form a p {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 42px;
    padding: 0 0 0 44px;
    text-decoration: none;
    margin-right: 0 !important;
  }
  .history-list-cv .cv-area-form a p strong {
    font-size: 19px;
    color: #fff !important;
    font-weight: normal;
  }
  .history-list-cv .cv-area-form a p span {
    color: #fff !important;
    margin-left: 25px;
  }
  .history-list-cv .cv-area-form-secondary a {
    background-position: 29px center;
  }
  .history-list-cv .cv-area-form-secondary a p {
    padding-left: 57px;
  }
  #area-list-main .history-list-cv + p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 12px;
  }
  #area-list-main .history-list-cv + p a {
    font-size: 15px;
    color: #3c90d1;
    position: relative;
    font-weight: bold;
    text-decoration: none;
  }
  #area-list-main .history-list-cv + p a:after {
    display: inline-block;
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    margin: 10px 0 0 4px;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* 一覧FV改修(180201) */
  .display-pc {
    display: none;
  }
  .area-list-firstview {
    margin: 0;
    padding: 10px;
  }
  .area-list-firstview-inner {
    padding: 0 0 0 10px;
    position: relative;
    font-size: 14px;
    text-shadow:
      #fff 1px 1px 0, #fff -1px -1px 0,
      #fff -1px 1px 0, #fff 1px -1px 0,
      #fff 0px 1px 0, #fff 0-1px 0,
      #fff -1px 0 0, #fff 1px 0 0;
  }
  .area-list-firstview-inner::after {
    content: '';
    background: url(/area_list_resources/img/img_operator.png) 0 0 no-repeat;
    background-size: 149px 190px;
    width: 149px;
    height: 190px;
    position: absolute;
    top: -50px;
    right: -10px;
    z-index: -1;
  }
  .area-list-firstview-list p {
    background: url(/area_list_resources/img/icn_check.png) 0 5px no-repeat;
    background-size: 15px 12px;
    padding-left: 20px;
    margin: 0;
    line-height: 1.6;
  }
  .area-list-firstview-list .attention {
    background: none;
    color: #f55d00;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .area-list-firstview-title {
    position: relative;
    top: -14px;
    left: 0;
    text-shadow:
      #fff 1px 1px 0, #fff -1px -1px 0,
      #fff -1px 1px 0, #fff 1px -1px 0,
      #fff 0px 1px 0, #fff 0-1px 0,
      #fff -1px 0 0, #fff 1px 0 0;
  }
  .area-list-firstview-title p::after {
    content: '';
    display: inline-block;
    width: 92px;
    height: 23px;
    background: url(/area_list_resources/img/icn_first_logo.png) no-repeat center /92px 23px;
    position: relative;
    top: 5px;
    padding-left: 7px;
  }
  .area-list-firstview .button-conversion-new {
    position: relative;
    display: block;
    background: #f55d00;
    color: #fff;
    height: 60px;
    -webkit-box-shadow: 0 2px 0 0 #b94600;
    box-shadow: 0 2px 0 0 #b94600;
    border-radius: 6px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    width: 95%;
    margin: 0 auto;
  }
  .area-list-firstview .button-conversion-new__title {
    font-size: 13px;
    display: block;
  }
  .area-list-firstview .button-conversion-new__call {
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
    display: block;
  }
  .area-list-firstview .button-conversion-new__call img {
    width: 21px;
    height: 21px;
    margin-right: 7px;
  }
  .area-list-cvbtn {
    display: none;
  }
  #area-list-main .page-navi {
    color: #232b39;
    text-align: center;
    width: 420px;
  }
  #area-list-main .page-navi:last-child {
    text-align: center;
    width: 100%;
  }
  #area-list-main .page-navi li {
    line-height: 1.5;
    padding: 3px 0;
  }
  #area-list-main .page-navi li a {
    color: #232b39;
  }
  .area-list-info .box-persons {
    bottom: 0;
    position: absolute;
    right: 10px;
    text-align: right;
  }
  #area-list-main .area-list-info > div .txt-persons,
  .blockInfo .txt-persons {
    border: solid 1px #e2e2e2;
    color: #db4a72;
    display: inline-table;
    line-height: 1.5;
    padding: 2px 10px 0;
  }
  #area-list-main .area-list-info > div .txt-persons span,
  .blockInfo .txt-persons span {
    color: #db4a72;
    display: inline;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-navi {
    float: left;
    width: 420px;
    text-align: center;
    padding-top: 7px;
  }
  .page-navi li {
    display: inline-block;
    border: solid 1px #AAA;
    min-width: 30px;
    min-height: 30px;
    padding-top: 3px;
    margin-right: 3px;
    border-radius: 3px;
  }
  .page-navi li span {
    background-color: #2c8f5c;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
  }
  .page-navi li a {
    background-color: #FFF;
    text-align: center;
    color: #2c8f5c;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
  }
  .prev {
    float: left;
    padding-bottom: 4px;
  }
  .prev a {
    color: #2c8f5c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    /*display: block;*/
  }
  .next {
    /*float: right;*/
    padding-bottom: 4px;
  }
  .next a {
    color: #2c8f5c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    /*display: block;*/
    /*margin-top:-21px;*/
  }
  li.current {
    background: #E6EDE0;
    box-shadow: none;
    color: #5AAE08;
    font-weight: bold;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #fix-arealist-footer p {
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
  }
  #fix-arealist-footer .fix-arealist-inner .area-list-cv .cv-area-tell dl dd {
    color: #fff !important;
    font-size: 20px;
    margin: auto 6px auto 6px;
  }
  #fix-arealist-footer .fix-arealist-inner .area-list-cv .cv-area-form {
    width: 300px;
  }
  #fix-arealist-footer .fix-arealist-inner .area-list-cv .cv-area-form a p strong {
    font-size: 16px;
  }
  #area-list-side {
    display: none;
  }
  #area-list-wrap {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 18px;
    width: 750px;
  }
}
/*===== 霊園詳細コンテンツ/SP =====*/
.section-viewer h2 {
  background: #edf5e2;
  margin: 0 auto;
  padding: 6px 0 6px;
  text-align: center;
  width: 100%;
}
.section h2 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #05aa22;
  line-height: 1.8;
  margin: 0 10px 24px;
  padding: 16px 0 10px;
}
.section h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
}
.section h3.ttl-cont {
  border-left: solid 4px #05aa22;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
  margin-bottom: 20px;
  padding-left: 12px;
}
.section h3.pr {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding: 16px 0 10px;
  border-bottom: 3px solid #edf5e2;
  margin: 0 10px 16px;
  line-height: 1.4;
}
.section h3.pr:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  content: "";
  width: 22%;
  height: 3px;
  background-color: #9fc202;
}
.section h3.pr > span {
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  width: 36px;
  line-height: 17px;
  text-align: center;
  margin-left: 12px;
  vertical-align: text-top;
}
.section-more {
  padding: 20px 0;
}
.section-more a {
  display: block;
  border: 1px solid #05aa22;
  width: 84%;
  height: 40px;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.section-more a span {
  position: relative;
  color: #05aa22;
  display: block;
  line-height: 40px;
}
.section-more a .material-icons {
  color: #05aa22;
  position: absolute;
  top: 6px;
}
/* おすすめの霊園 */
.section-link {
  padding: 0 10px 40px;
}
.card-item {
  border-bottom: 1px solid #ccc;
  position: relative;
  display: flex;
  margin-top: 16px;
  padding-bottom: 68px;
}
.card-item:after {
  display: block;
  position: absolute;
  right: 8px;
  top: 42%;
  content: "";
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  border-top: solid 3px #0187cd;
  border-right: solid 3px #0187cd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.card-item figure {
  width: 120px;
  height: 90px;
  position: relative;
  overflow: hidden;
}
.card-item figure img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-item .more-txt {
  bottom: 10px;
  display: block;
  left: calc(50% - 80px);
  padding-bottom: 30px;
  position: absolute;
}
.card-data {
  padding: 0;
  margin: 0 10px;
  width: 60%;
}
.card-data ul li {
  margin-bottom: 8px
}
.card-data .data-title {
  color: #0187cd;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.card-data .data-category {
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 12px;
  display: none;
  line-height: 1.2;
  margin: 0 4px 4px 0;
  padding: 4px;
}
#fix-nav-box ul .fix-nav-button a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#fix-nav-box ul .fix-nav-button a:after {
  content: none;
}
.more-txt {
  background-image: linear-gradient(45deg, #f19500 0%, #ff8501 100%);
  border: solid 1px #ff7700;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  width: 160px;
}
.more-txt span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.card-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  z-index: 1;
}
/* 3霊園まとめて見学エリア（SP） */
.area_3_cemetery {
  background: #fff;
  border: solid 2px #edab05;
  border-radius: 5px;
  margin: 0 auto 20px;
}
.area_3_cemetery > a {
  color: #232b39;
  text-decoration: none;
}
.area_3_cemetery > a > table {
  margin: 12px;
}
.area_3_cemetery > a > table td {
  border-bottom: solid 1px #ccc;
}
.area_3_cemetery > a > table td h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 6px;
}
.area_3_cemetery > a > table td h3 > strong {
  color: #d94372;
}
.area_3_cemetery > a > table td h3 > i {
  color: #3c90d1;
  font-size: 30px;
  position: absolute;
  right: 4%;
}
.area_3_cemetery > a > table tbody tr > .box-img {
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.area_3_cemetery > a > table tbody tr > .box-img > img {
  max-height: 75px;
  max-width: 100px;
  width: auto;
}
.area_3_cemetery > a > table tbody tr > .box-detail {
  padding: 8px;
  width: 80%;
}
.area_3_cemetery > a > table tbody tr > .box-detail > h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
}
.area_3_cemetery > a > table tbody tr > .box-detail > h4 > span {
  font-size: 14px;
  font-weight: normal;
  padding: 1px 10px;
}
.area_3_cemetery > a > table tbody tr > .box-detail > h4 > .ippan {
  background: #9ce7f7;
}
.area_3_cemetery > a > table tbody tr > .box-detail > h4 > .jyumoku {
  background: #9cf7ad;
}
.area_3_cemetery > a > table tbody tr > .box-detail > h4 > .noukotsu {
  background: #f7da9c;
}
.area_3_cemetery > a > table tbody tr > .box-detail > ul {
  font-size: 14px;
  line-height: 1.4;
}
.area_3_cemetery > a > table tbody tr > .box-detail > ul > li {
  display: inline-block;
}
.area_3_cemetery > a > table tbody tr > .box-detail > ul > li > i {
  font-size: 16px;
  vertical-align: text-bottom;
}
.area_3_cemetery > a > table tbody tr > .box-detail > ul > li > strong {
  color: #d94372;
}
.area_3_cemetery > a > table tbody tr > .box-detail > ul > li > strong > span {
  font-size: 18px;
  font-weight: bold;
}
.area_3_cemetery > a > table tbody tr:last-child td {
  border-bottom: none;
}
.area_3_cemetery > a > table tbody tr > .box-detail > ul > .txt-read {
  display: none;
}
/*===== 霊園詳細コンテンツ/PC =====*/
@media only screen and (min-width:768px) {
  .section h2 {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #05aa22;
    line-height: 1.4;
    margin: 0 0 44px;
  }
  .section h3 {
    font-size: 18px;
  }
  .section h3.ttl-cont {
    border-left: solid 4px #05aa22;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0;
    margin-bottom: 20px;
    padding-left: 12px;
  }
  .section h3.pr {
    font-size: 20px;
    border-bottom: 4px solid #f0f0e4;
    margin: 0 0 24px;
  }
  .section h3.pr:after {
    bottom: -4px;
    height: 4px;
  }
  .section h3.pr > span {
    font-size: 14px;
    line-height: 24px;
  }
  .section h4 {
    font-size: 16px;
  }
  .section-more a {
    font-size: 18px;
    text-align: center;
    width: 50%;
  }
  .area-list-conversion ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .area-list-conversion li {
    height: 120px;
    margin-right: 10px;
  }
  .area-list-conversion li:nth-child(2n) {
    margin-right: 0;
  }
  .area-list-conversion li img {
    width: auto;
    height: 100%;
  }
  /* おすすめの霊園 */
  .card-list {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
  }
  .card-list li {
    margin: 0 1% 0 0;
  }
  .card-list li:last-of-type {
    margin-right: 0;
  }
  .card-item figure {
    width: 100%;
  }
  .card-data {
    margin: 10px;
    width: auto;
  }
  .card-data ul li {
    margin-bottom: 8px;
  }
  .card-item {
    display: block;
    max-width: 24%;
    min-width: 19%;
    border: 1px solid #ccc;
    padding: 10px 0 10px;
    position: relative;
  }
  .card-data .data-category {
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    line-height: 1.2;
    margin: 0 4px 4px 0;
    padding: 4px;
  }
  .card-item .more-txt {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0;
    position: static;
    width: 140px;
  }
  .card-item a {
    text-decoration: none;
  }
  .card-item:after {
    display: none;
  }
  .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 1;
  }
  /* 3霊園まとめて見学エリア（PC） */
  .area_3_cemetery > a > table tbody tr > .box-detail > ul > .txt-read {
    display: block;
    margin-bottom: 4px;
  }
  .area_3_cemetery > a > table tbody tr > .box-img > img {
    max-height: 90px;
    max-width: 120px;
    width: auto;
  }
}

/*bnr*/
.boseki {
  padding: 0 10px 20px 10px;
}
@media only screen and (min-width:768px) {
  .boseki {
    padding: 0 20px 20px 20px;
  }
}

/*card*/
.sekizaiten-area__card {
  align-items: start;
  display: grid;
  grid-template-columns: 50vw auto;
  grid-template-rows: auto 1fr;
  gap: 0 10px;
  margin: 0 0 20px 0;
}
.sekizaiten-area__card .splide {
  grid-row: 1/3;
  grid-column: inherit;
  margin: 0;
  padding: 0;
}
.sekizaiten-area__card .list_location {
  grid-row: 1/2;
  grid-column: 2/3;
  margin: 0;
}
.seizaiten-area__rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: bold;
  grid-row: 2;
  grid-column: 2/3;
  margin: 10px 0;
}
.seizaiten-area__rating .icon_stars{
  font-weight: normal;
}
.seizaiten-area__rating a,
.sekizaiten-area__text--career a{
  color: #0088ce;
}
.seizaiten-area__rating a:hover,
.sekizaiten-area__text--career a:hover{
  color: #ff7700;
}
.seizaiten-area__rating a:visited,
.sekizaiten-area__text--career a:visited{
  color: #4C2472;
}
.sekizaiten-area__text--career {
  grid-row: 3;
  grid-column: 1/3;
  padding: 10px 0 0 0;
}
@media only screen and (min-width:768px) {
  .sekizaiten-area__card {
    grid-template-columns: 45% 59.6%;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
  .sekizaiten-area__card .splide {
    grid-area: 1 / 2 / 4 / 3;
    height: 174px;
  }
  .sekizaiten-area__card .list_location {
    grid-area: 1 / 1 / 2 / 2;
  }
  .seizaiten-area__rating { 
    font-size:1rem;
    grid-area: 2 / 1 / 3 / 2;
  }
  .sekizaiten-area__text--career {
    grid-area: 3 / 1 / 4 / 2;
    font-size: 0.875rem;
    padding: 0 20px 0 0;
    line-height: 1.5;
  }
}
@media only screen and (min-width:1024px) {
  .sekizaiten-area__card {
    grid-template-columns: 59.6% 40%;
  }
  .sekizaiten-area__text--career {
    line-height: 1.8;
  }
}

/*h1*/
#area-list-wrap h1{
  margin: 0 auto 10px 0;
  width: auto;
}
.sekizaiten-area__ttl--h1{
  align-items: center;
  display: flex;
  margin: 0 10px 20px 10px;
  flex-wrap: wrap;
  position: relative;
}
.sekizaiten-area__anchor--list,
.sekizaiten-area__anchor--list:hover,
.sekizaiten-area__anchor--list:visited{
  color: #0088ce;
  display: block;
  font-size: 0.875rem;
  padding: 0 20px 0 0;
  position: relative;
  text-decoration: underline;
}
.sekizaiten-area__anchor--list::after{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #0088ce;
  border-right: solid 2px #0088ce;
  position: absolute;
  right: 3px;
  top: 1px;
  transform: rotate(135deg);
}
@media only screen and (min-width:768px) {
  .sekizaiten-area__ttl--h1{
    flex-wrap: nowrap;
    margin: 0 0 20px 0;
  }
  #area-list-wrap h1{
    margin: 0 auto 0 0;
  }
}

/*h4*/
.ttl_h4 {
  color: #05aa22;
}

/*discription*/
.sekizaiten-area__discription--lead,
.sekizaiten-area__discription--section{
  margin: 0 10px 40px 10px;
}
.sekizaiten-area__discription--text{
  margin: 0 0 10px 0;
}
.sekizaiten-area__list--ul{
  margin: 0 0 20px 16px;
}
.sekizaiten-area__list--ol{
  margin: 0 0 20px 20px;
}
.sekizaiten-area__list--ul li,
.sekizaiten-area__list--ol li{
  margin: 0 0 8px 0;
  position: relative;
}
.sekizaiten-area__list--ul li:last-child{
  margin: 0;
}
.sekizaiten-area__list--ul li::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  left: -12px;
  top: 4px;
  position: absolute;
}
.sekizaiten-area__list--ol li{
  list-style: decimal;
}
.sekizaiten-area__strong--primary,
.sekizaiten-area__strong--underline{
  font-weight: bold;
}
.sekizaiten-area__strong--primary{
  color: #05aa22;
}
.sekizaiten-area__strong--underline{
  background: linear-gradient(transparent 70%, #ffe352 0%);
}
.sekizaiten-area__table{
  border-collapse:collapse;
  border-top: #ddd solid 1px;
  border-right: #ddd solid 1px;
}
.sekizaiten-area__table th{
  font-weight: bold;
  vertical-align: middle;
}
.sekizaiten-area__table th,
.sekizaiten-area__table td{
  border-left: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  line-height: 1.2;
  padding: 8px 20px;
}
.sekizaiten-area__table thead th{
  background:#05aa22;
  color: #fff;
}
.sekizaiten-area__table tbody th{
  background:#efefef;
}
.t-align__td--center td{
  text-align: center;
}
.t-align__th--left th{
  text-align: left;
}

/*カルーセル Overwrite ランキングの数字削除*/
.scroll_bar_x {
  margin: auto 10px;
}
.card_row_list_rank .card_row_item:nth-child(-n + 3) .card_row_ttl_wrap::before{
  content: none;
}
.card_row_list_rank .card_row_item:nth-child(-n + 3) .card_row_ttl_wrap {
  display: block;
  margin-bottom: auto;
}
@media only screen and (min-width:768px) {
  .scroll_bar_x {
    margin: auto;
  }
}

/*Overwrite*/
.area-list-next{
  margin: 20px auto 10px auto;
}
#area-list-wrap #area-list-main{
  padding-bottom: 10px;
}
.section_ranking {
  margin: 0 auto;
}
.section .card_row_ttl{
  font-size: 1rem;
  line-height: 1.3;
}
@media only screen and (min-width:768px) {
  .section_ranking {
    margin: auto;
  }
  .btn-search>i {
    font-size: 24px;
    padding: 0;
  }
  .btn-search {
    padding: 0;
  }
  .box-search p:first-child {
    width: auto;
    max-width: inherit;
    margin: 0;
  }
  .btn-search,
  .keywords {
    height: 34px;
  }
  .keywords {
    width: 168px;
  }
}