@charset "UTF-8";
p.bank-link {
  margin-bottom: 20px;
}

p.sell-link {
  margin-bottom: 20px;
}

.pagetitle.interview {
  background-image: url("../img/headline19.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.content-main.interview {
  margin-top: 20px;
}
.content-main.interview p {
  line-height: 2em;
}
.content-main.interview h3 {
  font-size: 2.2em;
  line-height: 1.5em;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 8px;
}
.content-main.interview h4 {
  font-size: 1.5em;
  line-height: 1.8em;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  border-bottom: 1px dotted #5d442e;
  padding-bottom: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-main.interview h5 {
  background-color: #e3d5b9;
  padding: 8px 0 6px 14px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #6c624c;
  font-size: 1.3em;
  font-weight: bold;
}
.content-main.interview .int_cont {
  background-color: #fff2d3;
  padding: 20px 25px 36px 25px;
  background-image: url("../img/19_bg.jpg");
  background-position: center;
  background-repeat: repeat;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 2em;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.map_static {
  padding: 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .map_static img.map_static {
    height: 400px;
  }
  .map_static .map_info {
    margin-top: 0.5em;
    text-align: left;
    font-size: 1.2em;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .map_static .big {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: -8px;
    color: #c14610;
  }
}
.map_static .map_info strong {
  display: block;
  font-weight: bold;
  font-size: 150%;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.map_static .map_info .close {
  position: relative;
  width: 260px;
  height: 60px;
  margin: 20px auto 20px;
  border: solid 3px #ef5e5e;
  background-color: #ff7c7c;
  background-image: url("../img/map_close.png");
  background-position: center;
  background-repeat: no-repeat;
}
.map_static .map_info .close a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media only screen and (max-width: 599px) {
  .map_static img.map_static {
    width: 95%;
  }
  .map_static .map_info {
    margin-top: 0.5em;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.8em;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .map_static .telelink {
    font-size: 2em;
    text-decoration: underline;
  }
}

.estimate-inner .akiyabank_ad a {
  text-decoration: underline;
}
@media only screen and (min-width: 600px) {
  .estimate-inner .sp_only {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .estimate-inner .pc_only {
    visibility: hidden;
    display: none;
  }
}
