@charset "UTF-8";
.banner,
.top-banner {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.otoku_summary {
  margin-bottom: 0;
}
.otoku_summary .this_heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #e73216;
  margin-bottom: 10px;
}
.otoku_summary .this_catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}
.otoku_summary .this_lead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10px;
}
.otoku_summary .notes_block {
  display: table;
  width: auto;
  margin: 0 auto 15px;
  padding: 15px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}
.otoku_summary .notes_block p {
  font-size: 13px;
  line-height: 1.5;
}
.otoku_summary .notes_block p:last-of-type {
  margin-bottom: 0;
}

.topic_wrap .item {
  display: block;
  margin-bottom: 25px;
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0px 4px 12px 2px #e9e9e9;
}
.topic_wrap .item .img {
  width: 25%;
  float: left;
}
.topic_wrap .item .img img {
  width: 100%;
  height: auto;
}
.topic_wrap .item .info {
  float: right;
  width: 72%;
}
.topic_wrap .item .info h3.ttl {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.topic_wrap .item .info p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.topic_wrap .item.closed {
  color: #aaa;
}
.topic_wrap .item.closed .img {
  opacity: 0.5;
}

.fuunyu_img {
  width: 640px;
  margin: 0 auto 25px;
}

/* ============================================================
■CM配信
============================================================ */
.cm_lineup .item {
  float: left;
  width: 48.5%;
  margin: 0 auto 25px;
}
.cm_lineup .item:nth-of-type(odd) {
  margin-right: 3%;
}
.cm_lineup .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cm_lineup .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ============================================================
■不動産番組
============================================================ */
.fudosan-main {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto 40px;
}
.fudosan-main .fudosan-img {
  width: 500px;
}
.fudosan-main .fudosan-img img {
  border: solid #e8e8e8 1px;
}
.fudosan-main .fudosan-summary {
  flex: 1;
  margin-right: 32px;
}