/*
  Theme: SUUMOタウン
  Author: Recruit Sumai Company Ltd.
  Description: SUUMOタウン専用テーマ
  Responsive: yes
 */

/* fonts */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600&display=swap);

/* all.min.css */
@import url(https://suumo.jp/town/file/26006613540593737);

/* add-style.css */
@import url(https://suumo.jp/town/file/26006613498895804);

/* 本文・見出し調整 */
.entry-content {
  font-size: 107.5%;
  line-height: 1.8;
}
@media print, screen and (min-width: 48.0625em) {
  .entry-content {
      font-size: 114.3%;
      line-height: 1.8;
  }
}
.entry-content h2 {
    background-color: #f5faf3;
    margin: 35px 0 25px;
    padding: 10px 15px;
    color: #519627;
    line-height: 1.5;
    font-size: 126.5%;
}
.entry-content h2.eki-link {
    background: transparent;
    margin: 0 0 12px;
    padding: 0 0 0 20px;
    color: inherit;
    line-height: 1.34;
}
@media print, screen and (min-width: 48.0625em) {
  .entry-content h2 {
      margin: 2em 0 1.0em;
      padding: 12px 18px;
      line-height: 1.5;
      font-size: 140%;
  }
}