/* seoここから */
/* seotext_top.html CSSなし */
/* seotext_bottom.html CSSなし */
/* seotext_list_rentoffice_24security.html 他各特集分 CSSなし */
/* seotext_rentoffice_top.html 他各特集分 */

.seo-text > div {
  color: #888;
  font-size: 12px;
  padding: 15px 16px 0;
}
.seo-text div > p {
  margin-top: 13px;
}
/* seoここまで */

/* 通常特集ここから */
/* theme_rent_office_top.html */
/* <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="theme_rent_office_top.js"></script> */
.special-feature-area {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 4px solid #c03;
}

.special-feature-area__title {
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: 700;
  background-color: #fff;
}
.special-feature-area__title h2 {
  color: #ca0a37;
  font-size: 22px;
  padding: 16px;
  font-weight: bold;
}

.special-feature-area__sub-title {
    position: relative;
    padding: 12px 36px;
    border-top: 1px solid #EEF0F2;
}

.special-feature-area__sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 5px;
    height: 20px;
    background: #c03;
    border-radius: 5px;
    transform: translateY(-50%);
}

.special-feature-area__lists {
  padding: 12px 8px 8px;
  background-color: #eef0f2;
}
.special-feature-area__lists ul {
  display: flex;
  flex-wrap: wrap;
}
.special-feature-area__lists ul li {
  display: flex;
  width: 49.6%;
  transition: all 0.4s;
  cursor: pointer;
}
.special-feature-area__lists ul li:nth-child(2n) {
  margin-left: 5px;
}
.special-feature-area__lists ul li.open {
  max-height: 150px;
}
.special-feature-area__lists.more ul li:nth-child(n + 7) {
  max-height: 0;
  overflow: hidden;
}
.special-feature-area__lists ul li > a {
  display: flex;
  margin-bottom: 8px;
  padding: 12px 8px 16px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 #e2e7ec;
  border: 1px solid #c4cad0;
  text-decoration: none;
}

.special-feature-area a[href],
.special-feature-area button,
.special-feature-area input[type="button"],
.special-feature-area input[type="checkbox"],
.special-feature-area input[type="image"],
.special-feature-area input[type="radio"],
.special-feature-area input[type="reset"],
.special-feature-area input[type="submit"],
.special-feature-area label[for],
.special-feature-area select {
  cursor: pointer;
}
.special-feature-area a {
  text-decoration: underline;
  color: #0d39af;
}
.special-feature-area__lists ul li > a img {
  width: 70px;
  height: 70px;
  margin-right: 12px;
  border-radius: 5px;
  flex: none;
}

.special-feature-area li > p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.special-feature-area__lists ul li > a p {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  text-decoration: underline;
}
.special-feature-area__lists ul li > a span {
  font-size: 12px;
  display: block;
  color: #333;
}

.add-btn-check {
    display: none;
}

.btn-hide,
.btn-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  margin: 0 0 0 auto;
  padding: 4px 0;
  color: #553c0a;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #e2e7ec;
  background-color: #fff;
  cursor: pointer;
}

.btn-hide img,
.btn-open img {
  width: 12.4px;
  height: 8px;
  margin-right: 8px;
}

.special-feature-area img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

.btn-hide p,
.btn-open p {
  font-size: 12px;
}

.btn-hide p,
.btn-open p {
  font-size: 12px;
}
user agent stylesheet p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

input[type="checkbox"] ~ .btn-hide,
input[type="checkbox"]:checked ~ .btn-open {
    display: none;
}

input[type="checkbox"]:checked ~ .btn-hide,
input[type="checkbox"] ~ .btn-open {
    display: flex;
}

.more {
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    transition: .3s linear;
}

input[type="checkbox"]:checked ~ .more {
    pointer-events: all;
    opacity: 1;
    max-height: 1000px;
}

/* もっと見るボタンJS用CSS */
.txt-hide {
  display: none;
}

/* 通常特集ここまで */
/* 繁華街特集ここから */
/* hankagai */
.hankagai .special-feature-area__lists {
  padding: 8px 17px 0;
}

.hankagai .special-feature-area__lists .list li {
  width: calc(100% / 3 - 5.5px);
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.hankagai .special-feature-area__lists .list li:nth-child(2n) {
  margin-left: 0;
}
.hankagai .special-feature-area__lists .list li:nth-child(3n) {
  margin-right: 0;
}

.hankagai .special-feature-area__lists .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 99px;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: none;
  border: none;
}

.hankagai .special-feature-area__lists .list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 0;
}

.hankagai .special-feature-area__lists .list li a .title {
  position: absolute;
  width: 100%;
  padding: 4px;
  background: rgba(250, 250, 250, 0.7);
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hankagai .special-feature-area__lists ul li > a span {
  display: inline;
  font-size: 12px;
  margin-right: 8px;
}

.hankagai .special-feature-area__add-btn {
  padding: 4px 16px 12px;
  color: #553c0a;
}

.hankagai .special-feature-area__lists ul li:nth-child(n + 7) {
  max-height: inherit;
}

/* 繁華街特集ここまで */

/* 関連サイトここから */
/* site_list.html themeform_side_banner1.htmlとCSS同じ */
/* site_relation.html */
#side-athomeVox {
  background: #fff;
  border: 1px solid #e2e7ec;
  border-top: 3px solid #ca0a37;
  padding: 12px 7px 16px;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px 0 #e2e7ec;
  border-radius: 5px;
}

.sideBox {
  margin-bottom: 24px;
}

#side-athomeVox .heading {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 12px;
  margin-bottom: 14px;
}
#side-athomeVox .heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e2e7ec;
  bottom: 0;
  left: -7px;
}

#side-athomeVox .image a {
  display: block;
}
#side-athomeVox .image:hover {
  opacity: 0.5;
}

#side-athomeVox p + p {
  margin-top: 8px;
}

#side-athomeVox .dotline {
  border: none;
  height: 1px;
  background-size: 5px 1px;
  background-image: linear-gradient(
    to right,
    #e2e7ec,
    #e2e7ec 3px,
    transparent 3px,
    transparent 5px
  );
  background-repeat: repeat-x;
  margin: 16px 0;
}

.fsL {
  font-size: 1.167em;
}

/* app_contents.html themeform_side_banner7.htmlとcss同じ */
/* 関連サイトここまで */

/* 読み物コンテンツここから */
/* shumokutop_rent_office.html */
.mB15 {
  margin-bottom: 15px;
}
.mT15 {
  margin-top: 15px;
}

/* contents_sidebanner_rent_office.html CSSなし */
/* 読み物コンテンツここまで */

/* 特集バナーここから */
/* themeform_side_banner1.css */
/* <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script type="text/javascript" src="themeform_side_banner1.js"></script> */
.sideSlider {
  height: 164px;
  overflow: hidden;
}

.clr {
  display: block;
}

.horizontal > li a,
.vertical > li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
}

.horizontal > li,
.horizontal > li a {
  float: left;
}

.horizontal > li a,
.vertical > li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
}

.horizontal > li,
.horizontal > li a {
  float: left;
}
/* 2021/12/16追加 カルーセルバナー挙動用 ここから */
.sideSlider.slick-dotted.slick-slider {
  height: 184px;
  overflow: visible;
  margin-bottom: 0;
}

.sideSlider .slick-dots {
  position: inherit;
  bottom: 0;
  padding-top: 3px;
}

.sideSlider .slick-dots li {
  position: inherit;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.sideSlider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.sideSlider .slick-dots li button::before {
  background: #c4cad0;
  opacity: 1;
  line-height: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}

.sideSlider .slick-dots li.slick-active button::before {
  opacity: 1;
  background: #cc0033;
}
/* 2021/12/16追加 カルーセルバナー挙動用 ここまで */

/* themeform_side_banner7.html */
#side-mobile {
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 3px solid #ca0a37;
  margin-top: 15px;
  padding: 0 0 5px;
}

#side-mobile .read {
  color: #ca0a37;
  font-size: 1.167em;
  font-weight: bold;
  line-height: 1.35;
  padding: 8px 10px;
}

#side-mobile ul {
  border-top: 1px dotted #ccc;
  padding: 8px 10px 0;
}

#side-mobile li {
  padding: 10px 0;
}

#side-mobile a {
  color: #333;
}

.withThumb .thumb {
  float: left;
}

#side-mobile .withThumb .title,
#side-mobile .withThumb .desc {
  padding-left: 77px;
}

.withThumb .title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.75em;
  text-decoration: underline;
}
.withThumb .title,
.withThumb .desc {
  padding-left: 60px;
}

#side-mobile .withThumb .desc {
  font-size: 0.917em;
}

#side-mobile .withThumb .title,
#side-mobile .withThumb .desc {
  padding-left: 77px;
}
.withThumb .desc {
  color: #333;
  line-height: 1.35;
}
.withThumb .title,
.withThumb .desc {
  padding-left: 60px;
}

/* themeform_side_banner5.html site_relation.htmlと同じ*/

/* contents_list_sidebanner_rent_office.html CSSなし */
/* contents_rent_office_list_bottom.html shumokutop_rent_office.htmlと同じ*/
/* 特集バナーここまで */
