/*===== area-list =====*/
#area-list-wrap {
  margin-top: 20px;
}
#area-list-wrap .section-inner {
  width: 100%;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
#area-list-search-box *,
#area-list-map *,
#area-list-contents * {
  /*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 {
  margin-bottom: 24px !important;
}
#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: 1px solid #6dbb4f;
  margin: 0 20px;
}
#area-list-search-box ul li {
  padding: 14px 20px;
  position: relative;
}
#area-list-search-box ul li.li_tlt {
  background: #00aa23;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
#area-list-search-box ul li:nth-child(2) {
  border-bottom: 1px solid #6dbb4f;
}
#area-list-search-box ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
}
#area-list-search-box ul li:nth-child(2)::before {
  background: url(../img/icn_pn_2x.png) no-repeat left center/24px 24px;
}
#area-list-search-box ul li:last-child::before {
  background: url(../img/icn_conditions_2x.png) no-repeat left center/24px 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 {
  width: 180px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
#area-list-search-box ul li dl dd {
  display: flex;
  align-items: center;
  width: 100%;
}
#area-list-search-box ul li dl dd a,
#area-list-search-box ul li dl dd a label {
  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;
}
#area-list-search-box .p_area {
  margin: 10px 20px;
}
#area-list-map {
  display: none;
  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;
  line-height: 1.3;
}
#area-list-map .map-balloon p .review-star {
  display: inline-block;
  background: url(../img/star_l.png) no-repeat left top/cover;
  width: 100px;
  height: 17px;
  overflow: hidden;
  position: relative;
  top: 2px;
}
#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-contents {
  margin-top: 24px !important;
  position: relative;
}
#area-list-main {
  background: #efefef;
  float: left;
  width: 740px;
  padding: 0 20px 20px 20px;
  border-top: 1px solid #ccc;
  position: relative;
  margin-bottom: 24px;
}
#area-list-side {
  float: right;
  width: 216px;
}
#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(../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 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.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-number {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
#area-list-main .area-list-number > p {
  font-size: 18px;
}
#area-list-main .area-list-number > p span {
  color: #ff7700;
}
#area-list-main .area-list-number .select-wrap {
  position: relative;
  font-size: 14px;
  z-index: 0;
}
#area-list-main .area-list-number .select-wrap::after {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  background: url(../img/icn_triangle.png) no-repeat right center/10px 9px;
  width: 10px;
  height: 9px;
  margin-top: -5px;
  pointer-events: none;
  display: block;
}
#area-list-main .area-list-number .select-wrap::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #999;
  top: 0;
  right: 30px;
  z-index: 100;
}
#area-list-main .area-list-number .select-wrap select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff;
  vertical-align: middle;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 8px;
  border: 1px solid #999;
  line-height: 1 !important;
  color: #212b3a;
  width: 140px;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
}
@-moz-document url-prefix() {
  #area-list-main .area-list-number .select-wrap select {
    padding: 2px 8px;
  }
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  #area-list-main .area-list-number .select-wrap select {
    line-height: 1.3 !important;
    padding: 8px 8px 3px 8px;
  }
}
#area-list-main .area-list-number .select-wrap select option {
  background-color: #fff;
  color: #212b3a;
}
#area-list-main .area-list-number .select-wrap select::-ms-expand {
  display: none;
}
#area-list-main .area-list-number .select-wrap select:-moz-focusring {
  color: transparent;
}
#area-list-main .area-list-number .select-wrap.select-primary:before {
  color: #fff;
}
#area-list-main .area-list-number .select-wrap.select-primary > select {
  background: #0084b4;
  color: #fff;
  border-color: #0084b4;
}
#area-list-main .area-list-number .select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
#area-list-main .area-list-number .select-wrap.select-inverse:before {
  color: #fff;
}
#area-list-main .area-list-number .select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}
#area-list-main .area-list-number .select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
#area-list-main .area-list-number .select-wrap > span {
  position: relative;
  top: 2px;
}

#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-left: 30px;
  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 {
  border-top: 1px solid #ccc;
  padding-top: 12px;
  display: flex;
  margin-bottom: 18px;
  width: 100%;
}
#area-list-main .area-list-info > figure {
  width: 200px;
  margin-right: 12px;
}
#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;
  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;
}
.tag-credit {
  background: #c5b558;
}
.tag-loan {
  background: #4bd6cf;
}
#area-list-main .area-list-info > div .info-icon li {
  float: left;
  font-size: 12px;
  font-weight: bold;
  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 li.icon-online {
  background: #ff8501;
  border: 1px solid #ff8501;
}
#area-list-main .area-list-info > div .info-icon li.icon-pdf {
  background: #f81723;
  border: 1px solid #f81723;
}
#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;
}
#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 a > p {
  font-size: 14px;
  margin-bottom: 18px;
}
#area-list-main .area-list-reviews a > p .review-star {
  display: inline-block;
  background: url(../img/star_l.png) no-repeat left top/cover;
  width: 100px;
  height: 17px;
  overflow: hidden;
  position: relative;
  top: 2px;
}
#area-list-main .area-list-reviews a > p .star4-5 {
  background-position: left -27px;
}
#area-list-main .area-list-reviews a > p .star4-0 {
  background-position: left -54px;
}
#area-list-main .area-list-reviews a > p .star3-5 {
  background-position: left -81px;
}
#area-list-main .area-list-reviews a > p .star3-0 {
  background-position: left -108px;
}
#area-list-main .area-list-reviews a > p .star2-5 {
  background-position: left -135px;
}
#area-list-main .area-list-reviews a > p .star2-0 {
  background-position: left -162px;
}
#area-list-main .area-list-reviews a > p .star1-5 {
  background-position: left -189px;
}
#area-list-main .area-list-reviews a > p .star1-0 {
  background-position: left -216px;
}
#area-list-main .area-list-reviews a > p .star0-5 {
  background-position: left -243px;
}
#area-list-main .area-list-reviews a > p em {
  font-size: 18px;
  margin-left: 12px;
}
#area-list-main .area-list-reviews a > p span {
  color: #3c90d1;
  font-weight: bold;
}
#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 {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
}
#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 {
  display: inline-block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  /* margin: 0 0 0 12px; */
  border-top: solid 2px #00aa23;
  border-right: solid 2px #00aa23;
  -webkit-transform: rotate(135deg);
  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);
  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;
}
.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: 0.8;
}

/*ランキングページ(180828)*/
.area-link-ranking {
  border: 1px solid #6dbb4f;
  margin: 0 auto 0;
  width: 800px;
}
.area-link-ranking a {
  color: #00aa23;
  font-weight: bold;
  text-decoration: none;
}
.area-link-ranking a p {
  background: url(/icon_img/icon_ranking_g.png) no-repeat left center;
  background-size: 24px;
  margin: 0 20px;
  padding: 14px 0 14px 35px;
  text-decoration: none;
}
.area-link-ranking a p::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 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.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 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#area-list-main.bg-ranking .box-nothing {
  background: #fff;
  font-size: 24px;
  line-height: 2;
  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,
#area-list-main .area-list-cv {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
}
.area-list-cv.flx {
  display: flex;
}
.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;
  text-align: center;
}
.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-wrap h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
  line-height: 1.4;
  margin-bottom: 10px;
  border-left: 4px solid #05aa22;
}
.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;
}
/*2010120 PC 市区町村ページへのデータコンテンツ追加*/
.line_reien .area-menu-f {
  font-size: 17px;
  margin-bottom: 0px;
}
.line_reien h2 {
  font-size: 20px;
  padding-left: 0px;
  margin: 0px 0 12px 0;
  font-weight: bold;
}
.line_reien h3.title-main {
  background: #9ec101;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 10px 10px 9px;
  line-height: 1;
  padding: 10px 10px 0px;
}
.line_reien p {
  font-size: 14px;
}
.line_reien table strong {
  font-weight: bold;
}
.line_reien article {
  margin-bottom: 40px;
  font-size: 15px;
}
.line_reien .data-cbox {
  width: auto;
  padding: 0px 10px;
}
.line_reien table {
  table-layout: fixed;
  font-size: 15px;
  border-collapse: collapse;
}
.line_reien table a {
  color: #076baf;
}
.line_reien table tbody {
  border: 1px solid #aaa;
}
.line_reien table tr {
  background: #fff;
}
.line_reien table tr td:first-child {
  border-right: 1px solid #aaa;
}
.line_reien table tr:first-child td:first-child {
  border: none;
}
.line_reien table td {
  text-align: center;
  padding: 4px 2px;
}
.line_reien table.reien_graph05 {
  width: 100%;
  margin-bottom: 10px;
}
.line_reien table.reien_graph05 tr:first-child {
  border: 1px solid #aaa;
  background: #bdd7ee;
}
.line_reien table.reien_graph05 tr td:first-child {
  width: 20%;
}
.line_reien table.reien_graph05 tr td:nth-child(6) {
  width: 25%;
}
.line_reien table.reien_graph05.rank tr td:first-child {
  width: 5%;
}
.line_reien table.reien_graph05 tr:nth-child(2n + 3) {
  background: #fff;
}
.line_reien table.reien_graph05 tr td {
  border-bottom: 1px solid #aaa;
  border-right: none;
  width: 10%;
}
.line_reien table.reien_graph05 tr:nth-child(2n + 3) td:first-child {
  background: #d9e1f2;
  border: 1px solid #aaa;
}
.line_reien table.reien_graph05 tr:nth-child(2n-2) td:first-child {
  background: #d9e1f2;
  border: 1px solid #aaa;
}
.line_reien table.reien_graph05 tr.reien_graph05_outside td:first-child {
  background: #b4c6e7;
}
.line_reien table.reien_graph05 tr td.current_area {
  background: #fefbe4;
  font-weight: bold;
}
.line_reien table.reien_graph05 .reien_graph_station_group_list li {
  display: inline-block;
}
.line_reien table.reien_graph05 .reien_graph_station_group_list li:after {
  content: "・";
}
.line_reien table.reien_graph05 .reien_graph_station_group_list li:last-child:after {
  content: "";
}

/* @media only screen and (min-width: 768px) { */
.display-pc {
  display: block !important;
}
.display-sp {
  display: none !important;
}
#area-list-wrap h1 {
  font-size: 24px;
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -5px;
  display: inline-block;
}
.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(/area_list_resources/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;
}
/* } */

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .area-list-firstview-box {
    padding: 0 10px;
  }
  .area-list-firstview-list {
    font-size: 15px;
    margin-right: 20px;
    max-width: 400px;
  }
}

/* Spinner */
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid lightgrey;
  border-top-color: coral;
  animation: spinner 2s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}


/* ランキングも地域一覧と同じ右サイドに */
#area-list-side .area-doc-request {
  background: #f8f5f1;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  padding: 12px;
  text-align: center;
}
.area-doc-request .lead-doc-request {
  margin-bottom: 14px;
}
#area-list-side .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-list-side .conts-bnr li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #area-list-side {
    display: none;
  }
}

#area-list-side .conts-bnr li.sidebnr-item:not(:last-child) {
  margin-bottom: 12px;
}

/* テキストタイプ右サイド */
.sidebnr-item {
  border: solid 1px #ccc;
  border-radius: 5px;
}
.conts-bnr li.sidebnr-item:not(:last-child) {
  margin-bottom: 12px;
}
.sidebnr-item .item__ttl {
  font-size: 14px;
  font-weight: bold;
  background-color: #efefef;
  color: #232f3e;
  padding: 5px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.sidebnr-item .item__conts {
  position: relative;
  margin: 0 10px;
  height: auto;
  padding: 10px 0;
}
.sidebnr-item .item__conts::after {
  content: "";
  background: url(https://cdn.e-ohaka.com/area_list/img/dotted-line.png) no-repeat;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  position: absolute;
}
.sidebnr-item .item__conts:last-child::after {
  background: none;
}
.sidebnr-item .item__conts--bnr::after {
  top: 100px;
  right: 0;
}
.sidebnr-item .item__conts a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.sidebnr-item .item__img {
  float: left;
  margin-right: 10px;
  width: 75px;
  height: 56px;
  object-fit: fill;
}
.sidebnr-item .item__bnr {
  clear: both;
}
#area-list-side .sidebnr-item .item__txt {
  font-weight: bold;
  line-height: 1.4;
  color: #3c90d1;
  min-height: 56px;
}
#area-list-side .sidebnr-item .item__conts--txt .item__txt {
  min-height: auto;
}
.area-list-conversion.list__tell {
  text-align: center;
}
.list__tell .list__num {
  width: 50%;
  margin-bottom: 10px;
}
