@charset "UTF-8";
.search {
  padding: 0 20px 14px 20px; }
  .search form {
    *zoom: 1; }
    .search form:after {
      content: "";
      display: table;
      clear: both; }
  .search .filter, .search .sort {
    margin: 0 0 6px 0;
    float: left; }
  .search .filter {
    margin: 0 40px 6px 0;
    font-size: 14px;
    *zoom: 1; }
    .search .filter:after {
      content: "";
      display: table;
      clear: both; }
    .search .filter .keyword, .search .filter .submit, .search .filter #show-real-estate-detail-search {
      float: left; }
    .search .filter .keyword input {
      width: 300px;
      height: 30px;
      padding: 0 8px;
      border: 1px solid #0c3138;
      border-right: none;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 14px;
      line-height: 30px; }
    .search .filter .submit {
      margin: 0 20px 0 0;
      text-align: center; }
      .search .filter .submit input {
        width: 90px;
        height: 30px;
        padding: 3px 0;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
        .search .filter .submit input:focus, .search .filter .submit input:active {
          color: #eee; }
  .search #show-real-estate-detail-search {
    display: inline-block;
    width: 80px;
    height: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #0c3138;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    -webkit-transition: background 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: background 0.2s ease 0s; }
    .search #show-real-estate-detail-search:hover, .search #show-real-estate-detail-search:focus, .search #show-real-estate-detail-search:active {
      background: #114751; }
    .search #show-real-estate-detail-search.showed-details {
      background: #e07606; }
  .search .sort {
    font-size: 14px;
    *zoom: 1; }
    .search .sort:after {
      content: "";
      display: table;
      clear: both; }
    .search .sort h5, .search .sort ul {
      float: left; }
    .search .sort h5 {
      margin: 0 10px 0 0;
      font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
      font-size: 14px;
      line-height: 30px;
      color: #fff; }
    .search .sort ul {
      padding: 0;
      margin: 0;
      text-align: center;
      list-style: none;
      *zoom: 1; }
      .search .sort ul:after {
        content: "";
        display: table;
        clear: both; }
    .search .sort li {
      display: inline-block; }
      .search .sort li a {
        display: block;
        height: 30px;
        padding: 0 8px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #155662;
        line-height: 30px;
        color: #fff;
        text-decoration: none;
        -moz-transition: background 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s;
        -webkit-transition: background 0.2s ease;
        -webkit-transition-delay: 0s;
        transition: background 0.2s ease 0s; }
      .search .sort li a:hover, .search .sort li a:focus, .search .sort li a:active {
        background: #1e7b8c; }

@media screen and (max-width: 650px) {
  .search .filter {
    width: 100%;
    margin: 0 0 6px 0;
    position: relative; }
    .search .filter .keyword {
      width: 100%;
      padding: 0 210px 0 0; }
      .search .filter .keyword input {
        width: 100%; }
    .search .filter .submit {
      position: absolute;
      top: 0;
      right: 100px; }
    .search .filter #show-real-estate-detail-search {
      position: absolute;
      top: 0;
      right: 0; } }
@media screen and (max-width: 550px) {
  .search {
    padding: 0 0 14px 0; }
    .search .filter .keyword {
      padding: 0 90px 0 0; }
    .search .filter .submit {
      margin: 0;
      right: 0; }
    .search .filter #show-real-estate-detail-search {
      width: 100%;
      margin: 6px 0 0 0;
      position: static; } }
#main {
  background: #bbb url(../../img/page/news/bg.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #main > .page-title {
    padding: 60px 0 0 0;
    margin: 0 auto 20px auto; }

#news {
  min-height: 500px;
  padding: 0 0 100px 0; }
  #news .container {
    width: 1000px;
    margin: 0 auto;
    *zoom: 1; }
    #news .container:after {
      content: "";
      display: table;
      clear: both; }
  #news .notice {
    padding: 20px 20px 28px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #fff;
    font-size: 26px;
    text-align: center; }
    #news .notice:before {
      content: "\f05a";
      margin: 0 16px 0 0;
      position: relative;
      top: 5px;
      font-family: "Font Awesome 5 Free";
      font-size: 40px;
      font-weight: 900;
      color: #4087ce; }
  #news .pagination .count {
    padding: 0 20px 20px 20px; }
  #news .pagination .links {
    padding: 14px 0 20px 0;
    border: none;
    margin: 0; }
  #news .entries {
    padding: 0;
    margin: 0;
    list-style: none; }
  #news .entry {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
    text-shadow: 0 0 10px #324549; }
    #news .entry:first-child {
      border-top: 1px solid #fff; }
    #news .entry .publish {
      font-size: 14px;
      color: #fff; }
    #news .entry .title {
      display: inline-block;
      padding: 4px 0;
      font-family: "a-otf-midashi-go-mb31-pr6n";
      font-size: 24px;
      color: #fff;
      text-decoration: none;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
      #news .entry .title:hover, #news .entry .title:focus, #news .entry .title:active {
        color: #0c3138; }

@media screen and (max-width: 1040px) {
  #main > .page-title {
    padding: 60px 20px 0 20px; }

  #news .container {
    width: auto;
    padding: 0 20px; } }
