@charset "UTF-8";

.mod-top-visual {
  background: url(/akiyabank/images/index_top_visual.jpg) no-repeat center center;
  height: 387px;
  margin-bottom: 30px;
  margin-top: -45px;
}
.mod-top-visual .logo {
  padding-top: 94px;
  text-align: center;
}
.mod-top-visual .catch {
  margin-top: 42px;
  text-align: center;
}
.mod-top-visual .btn-sp-about {
  display: none;
}
.mod-top-visual__search {
  margin: 0 auto;
  padding: 10px;
  position: relative;
  top: 230px;
  width: 450px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mod-top-visual {
    background-size: cover;
    height: 201px;
    margin-bottom: 15px;
    margin-top: -30px;
  }
  .mod-top-visual .logo {
    display: none;
  }
  .mod-top-visual .catch {
    margin: 0 auto;
    padding-top: 45px;
    width: 85%;
  }
  .mod-top-visual .btn-sp-about {
    display: block;
    margin: 22px auto;
    width: 80%;
  }
  .mod-top-visual__search {
    top: 110px;
    width: auto;
  }
}

/*メンテンナンス情報*/
.mod-maintenance {
  background: #fff0cd;
  padding: 10px 20px;
}
.mod-maintenance ul:after {
  content: '';
  clear: both;
  display: block;
}
.mod-maintenance dt,
.mod-maintenance dd {
  font-size: 20.8px;
  font-size: 1.3rem;
  padding: 5px 0;
}
.mod-maintenance dt {
  border-right: 1px solid #a4a4a4;
  float: left;
  width: 165px;
}
.mod-maintenance dd {
  padding-left: 185px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mod-maintenance {
    padding: 10px;
  }
  .mod-maintenance dt,
  .mod-maintenance dd {
    font-size: 1.2rem;
    width: auto;
  }
  .mod-maintenance dt {
    border: none;
    float: none;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .mod-maintenance dd {
    padding: 0;
  }
}

ul.panel-ul {
  border: 0;
  display:table;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ul.panel-ul li {
  border: 0;
  cursor: pointer;
  display:table-cell;
  float: left;
  margin-bottom: 16px;
  padding: 0;
  position: relative;
  width: calc(50% - 20px);
  vertical-align: middle;
}
ul.panel-ul > li:nth-child(n+1) {
  margin-right: 20px;
}
ul.panel-ul li a {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  color: #000;
  display: block;
  height: 72px;
  padding: 15px 37px 15px 140px;
  text-decoration: none;
}
ul.panel-ul li a:hover {
  background: none;
  background-color: #FEFDA3;
  box-shadow: 0px 2px 2px rgba(235, 74, 3, 0.6);
  color: #ed4b03;
}
ul.panel-ul li a .title {
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
}
ul.panel-ul li a .explain {
  display: block;
  padding-top: 4px;
  line-height: 1.6rem;
  font-size: 13px;
  font-size: 1.3rem;
}
ul.panel-ul li img.thumbnail {
  position: absolute;
  top: 11px;
  left: 10px;
  height: 80px;
  width: 120px;
}
ul.panel-ul li a span.cursor {
  background-image: url(/akiyabank/images/list_caroucel_btn_r.png) no-repeat;
  background-size: contain;
  bottom: 0;
  display: block;
  height: 20px;
  margin: auto 0;
  right: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}
ul.panel-ul li a:hover span.cursor {
  background-image: url(/akiyabank/images/list_caroucel_btn_r_on.png);
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  ul.panel-ul li a .title {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.0;
  }
  ul.panel-ul li a .explain {
    display: none;
  }
  ul.panel-ul li br.spliter {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  ul.panel-ul {
    border-bottom: 1px solid #c4c4c4;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -1px;
  }
  ul.panel-ul li {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: baseline;
  }
  ul.panel-ul li:not(:first-child) {
    margin-left: 0px;
  }
  ul.panel-ul li:not(:first-child) {
    border-top: 1px solid #c4c4c4;
  }
  ul.panel-ul li a {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #333;
    font-size: 1.6rem;
    height: 49px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    vertical-align: baseline;
  }
  ul.panel-ul li a:hover {
    background: #fff;
    border: 0;
  }
  ul.panel-ul li a .title {
    line-height: 3.0;
    margin-left: 70px;
    padding-top: 0;
    width: calc(100% - 100px);
  }
  ul.panel-ul li a .explain {
    display: none;
  }
  ul.panel-ul li img.thumbnail {
    border: 0;
    height: 45px;
    left: 5px;
    position: absolute;
    top: 2px;
    width: 60px;
  }
}

/*物件情報レイアウト共通*/
.sec-bukkenList {
  margin-bottom: 50px;
  margin-top: 50px;
}
.mod-bukkenList-tit {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-bukkenList {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .mod-bukkenList-tit {
    margin: 0 auto 15px;
  }
}

/*おすすめの空き家情報*/
.osusumeAkiya .splide__arrow {
  z-index: 1000;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: auto;
  cursor: pointer;
  border: 0;
  background: url(/akiyabank/images/top/btn_arrow_l.png) no-repeat center;
  background-size: contain;
  transition: 0.4s;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.osusumeAkiya .splide__arrow:disabled {
  opacity: 0;
}
.osusumeAkiya .splide__arrow svg {
  display: none;
}
.osusumeAkiya .splide__arrow:hover {
  background: url(/akiyabank/images/top/btn_arrow_l_hover.png) no-repeat center;
  background-size: contain;
}
.osusumeAkiya .splide__arrow--next {
  right: 0px;
  left: auto;
  background: url(/akiyabank/images/top/btn_arrow_r.png) no-repeat center;
  background-size: contain;
}
.osusumeAkiya .splide__arrow--next:hover {
  background: url(/akiyabank/images/top/btn_arrow_r_hover.png) no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
  .osusumeAkiya .splide__arrow {
    width: 40px;
    height: 40px;
    background: url(/akiyabank/images/top/btn_arrow_l_sp.png) no-repeat center;
    background-size: contain;
  }
  .osusumeAkiya .splide__arrow--next {
    background: url(/akiyabank/images/top/btn_arrow_r_sp.png) no-repeat center;
    background-size: contain;
  }
}
.list-osusumeAkiya {
  position: relative;
  overflow: hidden;
}
.list-osusumeAkiya .splide__list {
  display: flex;
}
.list-osusumeAkiya .photo {
  height: 180px;
  overflow: hidden;
}
.list-osusumeAkiya .photo img {
  height: auto;
  width: 100%;
}
.list-osusumeAkiya .photo.noimage {
  border: 1px solid #C6CED0;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  height: 180px;
  padding: 20px 10px;
  overflow: hidden;
  text-align: center;
}
.list-osusumeAkiya .photo.noimage img {
  height: 100%;
  width: auto;
  border: 1px solid #C6CED0;
}

.list-osusumeAkiya .title {
  color: #333;
  font-size: 16px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2em;
  margin: 18px 18px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-osusumeAkiya .comment {
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 18px 19px;
}
@media only screen and (min-width: 768px) and (max-width: 828px) {
  .list-osusumeAkiya .photo {
    height: 170px;
  }
  .list-osusumeAkiya .photo.noimage {
    height: 170px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-osusumeAkiya .photo {
    height: 135px;
  }
  .list-osusumeAkiya .photo.noimage {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list-osusumeAkiya .title {
    font-size: 13px;
    margin: 10px 10px 6px;
  }
  .list-osusumeAkiya .comment {
    font-size: 12px;
    margin: 0 10px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 620px) {
  .list-osusumeAkiya .photo {
    height: 110px;
  }
  .list-osusumeAkiya .photo.noimage {
    height: 110px;
  }
}

/*空き家・移住関連コラム*/
.sec-column{
  background: #fff;
  padding: 60px 0 50px;
}

.fixed-column {
  background: #fff;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
  .fixed-column {
    background: #fff;
    margin: 0 12px;
    text-align: left;
    width: auto;
  }
}

/*エリアから空き家物件を探す*/
.mod-areaSearch {
  text-align: center;
}
.mod-areaSearch .tit {
  margin-bottom: 40px;
}
.mod-areaSearch select {
  margin-right: 10px;
  width: 330px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .areaSearch .mod-bukkenList-tit {
    margin-bottom: 5px;
  }
  .mod-areaSearch select {
    font-size: 1.6rem;
    width: 200px;
  }
}

/*お知らせ・新着情報*/
.sec-news {
  background: #fff;
  padding: 60px 0;
}
.mod-news .tit {
  margin-bottom: 30px;
  text-align: center;
}
.mod-news dl dt,
.mod-news dl dd {
  font-size: 15.6px;
  font-size: 1.56rem;
  line-height: 2rem;
  padding: 16px;
}
.mod-news dl dt {
  float: left;
  font-weight: bold;
  padding-left: 20px;
  width: 180px;
}
.mod-news dl dd {
  background: url(/akiyabank/images/bd_dot_a.png) repeat-x bottom left;
  padding-left: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .mod-news dl dt,
  .mod-news dl dd {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-news {
    padding: 30px 0;
  }
  .mod-news .tit {
    margin: 0 auto 15px;
  }
  .mod-news dl dt, .mod-news dl dd {
    font-size: 1.2rem;
    padding: 8px 0;
  }
  .mod-news dl dt {
    width: 94px;
  }
  .mod-news dl dd {
    padding-left: 94px;
  }
}

/*空き家バンクについて*/
.sec-about {
  background: #fff;
  padding: 40px 0 60px;
}
.mod-about .tit {
  margin-bottom: 30px;
  text-align: center;
}
.topText {
  text-align: center;
}
.mod-about .leadText {
  padding: 10px 0;
}
.mod-about .leadText p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 8px;
}
.mod-about .localText {
  padding: 30px 0px 0px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-about {
    padding: 30px 0;
  }
  .mod-about .tit {
    margin: 0 auto 15px;
  }
  .mod-about .leadText {
    background: none;
    padding: 10px 0;
  }
  .mod-about .leadText p {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

/*相談フォーム*/
.sec-soudanForm {
  background: #fff;
  padding: 0 0 40px 0;
}
.sec-soudanForm .mod-soudanForm {
  width: 940px;
}
.aboutPage-soudanForm {
  padding: 40px 0 15px;
}
.aboutPage-soudanForm .mod-soudanForm {
  width: 95%;
}
.mod-soudanForm {
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0 auto;
  padding: 15px 15px 18px 25px;
}
.mod-soudanForm p {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.mod-soudanForm a {
  background: #fff;
  border: 3px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 33%;
}
.mod-soudanForm a:hover {
  background: #f7f7f7;
  box-shadow: none;
  top: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
  .sec-soudanForm .mod-soudanForm {
    padding: 15px 4%;
    width: 86.6%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutPage-soudanForm {
    padding: 20px 0 30px;
  }
  .aboutPage-soudanForm .mod-soudanForm {
    padding: 15px 4%;
    width: 92%;
  }
  .mod-soudanForm p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 10px 0;
    text-align: center;
    width: 100%;
  }
  .mod-soudanForm a {
    width: 98%;
  }
}

/*関連サービス*/
ul.banner-ui li{
  display: inline-block;
  margin: 0 10px 25px 11px;
  vertical-align: top;
  width: 290px;
}
ul.banner-ui li a{
  display: block;
}
ul.banner-ui img:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  ul.banner-ui {
    display: inline-block;
  }
  ul.banner-ui li {
    margin: 0 2px 25px 10px;
    width: 31%;
  }
  ul.banner-ui li a span img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  ul.banner-ui {
    display: block;
    justify-content: center;
    text-align: center;
    vertical-align: baseline;
  }
  ul.banner-ui li {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
  }
  ul.banner-ui li:last-of-type {
    margin: 0;
  }
  ul.banner-ui li a span img {
    width: 288px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  ul.banner-ui li {
    padding: 0;
  }
}

/*バナーリンクエリア*/
.sec-banner{
  padding: 50px 0;
}
.sec-banner .tit{
  margin-bottom: 40px;
  text-align: center;
}
.banner-link-item{
  margin: 0 auto;
  width: 940px;
}
.banner-link-item a{
  box-sizing: border-box;
  border:solid 1px #bdc8ca;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
}
.banner-link-item a:hover,
.banner-link-item a:active{
  border:solid 1px #ed4b03;
  box-shadow: 0px 2px 2px rgba(235, 74, 3, 0.6);
  opacity: 0.8;
}
.top-visual2-bnr > .banner-link-item a:hover,
.top-visual2-bnr > .banner-link-item a:active{
  border:solid 1px #ed4b03;
  box-shadow:none;
  opacity: 0.9;
}
.banner-link-item img{
  width: 100%;
}
@media only screen and (min-width: 599px) and (max-width: 960px) {
  .banner-link-item {
    margin: 0 12px;
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-banner{
    padding: 30px 0;
  }
  .sec-banner .tit{
    margin-bottom:15px;
  }
  .banner-link-item{
    margin: 0 12px;
    width: auto;
  }
}

.btn-strong:link,
.btn-strong:hover,
.btn-strong:active,
.btn-strong:visited {
  color: #ed6103;
  font-weight: bold;
}

/*事例リンク*/
.sec-caseStudy{
  padding: 60px 0;
}

.mod-caseStudy{
  width: 97%;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mod-caseStudy h2{
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.mod-caseStudy .image{
  max-width: 352px;
  width: 40%;
}

.mod-caseStudy .image img{
  width: 100%;
}

.mod-caseStudy .leadText{
  max-width: 488px;
  width: 55%;
  line-height: 1.7;
  font-size: 1.4rem;
  font-size: 14px;
  position: relative;
}

.mod-caseStudy .leadText .mod-bottom-link{
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-caseStudy{
    padding: 30px 0;
  }

  .mod-caseStudy{
    box-sizing: border-box;
    width: auto;
    margin: 0 12px;
  }

  .mod-caseStudy h2{
    margin-bottom: 20px;
  }

  .mod-caseStudy .image{
    max-width: 100%;
    width: 100%;
    margin: 0 12px 10px;
  }

  .mod-caseStudy .leadText{
    max-width: 100%;
    width: 100%;
  }

  .mod-caseStudy .leadText .mod-bottom-link{
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
}

.sec-searchLocalGovernment{
  padding: 0 0 50px;
}
.sec-searchLocalGovernment.bg-white{
  background: #fff;
  position: relative;
}
.sec-searchLocalGovernment a{
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    padding: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
}
.sec-searchLocalGovernment a:hover{
  color: #ED6103;
  background: url(/akiyabank/images/list_caroucel_btn_r_on.svg) no-repeat center right 15px #FEFDA3;
  background-size: 10px;
}
.sec-searchLocalGovernment a img{
  width: 122px;
  display: inline-block;
  margin-right: 22px;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-searchLocalGovernment{
    padding: 10px 0 30px;
  }
  .sec-searchLocalGovernment.bg-white{
    padding: 30px 0 20px;
  }
  .sec-searchLocalGovernment a {
    background: url(/akiyabank/images/list_caroucel_btn_r_on.svg) no-repeat center right 8px #fff;
    background-size: 10px;
  }
  .sec-searchLocalGovernment a:hover {
    background: url(/akiyabank/images/list_caroucel_btn_r_on.svg) no-repeat center right 8px #fff;
    background-size: 10px;
  }
  .sec-searchLocalGovernment a span{
    flex: 1;
    padding-right: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}

.sec-searchIdealLife{
  padding: 0 0 25px;
  margin-bottom: 30px;
  background: #fff;
}
.sec-searchIdealLife .mod-bukkenList-tit{
  margin-bottom: 30px;
}
.sec-searchIdealLife ul.tag-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  max-height: none;
}
.sec-searchIdealLife ul.tag-list li{
  display: inline-block;
  width: auto;
  margin: 0 5px 25px;
}
.sec-searchIdealLife ul.tag-list li a{
  display: inline-block;
  padding: 11px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ED6103;
  color: #ED6103;
  font-size: 14px;
  text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-searchIdealLife{
    padding: 0 0 10px;
  }
  .sec-searchIdealLife .mod-bukkenList-tit{
    margin-bottom: 20px;
  }
  .sec-searchIdealLife ul.tag-list li{
    margin: 0 7.5px 20px;
  }
}
