@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.page_tab {
  margin-bottom: 43px;
}
.page_tab li {
  width: 224px;
}
.page_tab li:not(:last-child) {
  margin-right: 13px;
}
.page_tab li a {
  width: 224px;
}

.sub_column .address {
  margin-bottom: 38px;
}
.sub_column .address h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4d4d4;
}
.sub_column .address .add {
  font-size: 14px;
  line-height: 1.6;
}

.another_links li {
  margin-bottom: 10px;
  width: 240px;
}
.another_links li a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 225px center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.another_links li a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .another_links li a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}
.another_links li.renta a {
  background: url("/assets/img/common/arrow_red.png") no-repeat 225px center;
  -webkit-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
  background-color: #ffec01;
  height: auto;
  padding: 10px 0;
  line-height: 1;
}

.banner_link li {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  width: 240px;
  margin-bottom: 10px;
}
.banner_link li img {
  width: 100%;
}




