@charset "UTF-8";

/* =========================================================
  co-housing
========================================================= */

/* site layout
----------------------------------------------- */
#wrapper {
  border-bottom: 1px solid var(--mono-color-6);
  background: var(--mono-color-9);
}

@media only screen and (max-width: 534px) {
  #wrapper {
    padding-top: 0;
  }

  #main {
    padding-bottom: 20px !important;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  border-bottom: none;
  background: var(--mono-color-9);
}

#breadCrumbs li:has(a[href$="/co-housing/project/"]) {
  display: none;
}

/* CKEditor templates
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .adobeReader {
    margin: 20px 0;
  }
}

/* body
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .cke_editable,
  .contentGpArticleDoc .body .text-beginning,
  .contentPage .body,
  .surveyForm .body {
    font-size: 0.875rem;
  }
}

/* co-housing */
:is(.contentPage .body, .cke_editable) .co-housing {
  max-width: 720px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: normal;
}

:is(.contentPage .body, .cke_editable) .co-housing p {
  margin-bottom: 2.5em;
  line-height: 2;
}

:is(.contentPage .body, .cke_editable) .co-housing h2 {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  background: none;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing h2::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .co-housing *~h2 {
  margin-top: 2em;
}

:is(.contentPage .body, .cke_editable) .co-housing strong {
  font-weight: 700;
}

:is(.contentPage .body, .cke_editable) .co-housing table {
  margin-bottom: 120px;
  border: none;
  border-top: 1px solid #dcdcdc;
}

:is(.contentPage .body, .cke_editable) .co-housing table caption {
  margin-bottom: 45px;
  padding: 10px;
  border: 1px solid #4c7751;
  border-radius: 8px;
  background: #4c7751;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .co-housing table th,
:is(.contentPage .body, .cke_editable) .co-housing table td {
  padding: 24px 30px;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  background: transparent;
  vertical-align: middle;
}

:is(.contentPage .body, .cke_editable) .co-housing table th:first-child,
:is(.contentPage .body, .cke_editable) .co-housing table td:first-child {
  border-left: none;
}

:is(.contentPage .body, .cke_editable) .co-housing table tr:nth-child(odd) th,
:is(.contentPage .body, .cke_editable) .co-housing table tr:nth-child(odd) td {
  background: #fafafa;
}

:is(.contentPage .body, .cke_editable) .co-housing table th {
  padding: 24px 10px 24px 40px;
  color: #4c7751;
  font-size: 1.125rem;
  text-align: left;
}

:is(.contentPage .body, .cke_editable) .co-housing table td {
  padding: 24px 40px 24px 10px;
}

:is(.contentPage .body, .cke_editable) .co-housing table th>*,
:is(.contentPage .body, .cke_editable) .co-housing table td>* {
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing table {
    margin-bottom: 40px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing table caption {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single,
  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single caption,
  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single tbody,
  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single tr,
  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single th,
  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single td {
    display: block;
    width: 100% !important;
    border: none;
  }

  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single tbody {
    border-top: 1px solid #dcdcdc;
  }

  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single th {
    padding: 15px;
    border-bottom: 1px dotted #dcdcdc;
    background: #fafafa;
  }

  :is(.contentPage .body, .cke_editable) .co-housing table.sp-single td {
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    background: transparent !important;
  }
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing h2 {
    font-size: 1.25rem;
  }
}

/* over */
@media only screen and (min-width: 768px) {
  :is(.contentPage .body, .cke_editable) .co-housing .over {
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1060px;
    margin-left: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* bg-area */
:is(.contentPage .body, .cke_editable) .co-housing .bg-area {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

:is(.contentPage .body, .cke_editable) .co-housing .bg-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #fbf9e3;
}

:is(.contentPage .body, .cke_editable) .co-housing .bg-area.gray::before {
  background-color: #fbfafa;
}

:is(.contentPage .body, .cke_editable) .co-housing .bg-area>*:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .bg-area {
    margin: 40px 0;
    padding: 40px 0;
  }
}

/* bg-area2 */
:is(.contentPage .body, .cke_editable) .co-housing .bg-area2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 35px;
  background-color: #fbf9e3;
}

:is(.contentPage .body, .cke_editable) .co-housing .bg-area2>*:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .bg-area2 {
    padding: 20px;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .bg-area2 {
    margin: 40px -16px;
    padding: 20px;
  }
}

/* bd-area */
:is(.contentPage .body, .cke_editable) .co-housing .bd-area {
  margin: 2.5em 0;
  padding: 20px;
  border: 1px solid #ccc;
}

:is(.contentPage .body, .cke_editable) .co-housing .bd-area>*:last-child {
  margin-bottom: 0;
}

/* main-visual */
:is(.contentPage .body, .cke_editable) .co-housing .main-visual {
  margin-bottom: 50px;
}

:is(.contentPage .body, .cke_editable) .co-housing .main-visual img {
  width: 100%;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .main-visual {
    margin: 0 -16px 30px;
  }
}

/* site-menu */
:is(.contentPage .body, .cke_editable) .co-housing .site-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 3%;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li {
  flex-basis: calc((100% - 9%) / 4);
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li.cur::before {
  content: "現在のページ";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 80px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: var(--mono-color-9);
  color: #4c7852;
  text-decoration: none;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li a::before {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-bottom: 9px solid #4c7751;
  border-left: 9px solid transparent;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li .img {
  width: 100%;
  border-top: 6px solid #4c7852;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li .img img {
  width: 100%;
}

:is(.contentPage .body, .cke_editable) .co-housing .site-menu li .txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 9%;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .site-menu {
    gap: 20px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .site-menu li {
    flex-basis: calc((100% - 20px) / 2);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .site-menu li .txt {
    min-height: 58px;
    padding: 4%;
    font-size: 0.8125rem;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .site-menu li a::before {
    bottom: 4px;
    right: 4px;
  }
}

/* btn */
:is(.contentPage .body, .cke_editable) .co-housing .btn {
  display: flex;
  justify-content: center;
  margin: 2.5em 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn a {
  min-width: 230px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 70px;
  background-color: #4c7751;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn a:has(.external) {
  padding: 7px 70px;
  background-image: url(/_themes/site/images/link-blank.svg) !important;
  background-position: right 25px center !important;
  background-repeat: no-repeat !important;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn a .external {
  display: none;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .btn a {
    font-size: 1rem;
  }
}

/* btn-list */
:is(.contentPage .body, .cke_editable) .co-housing .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn-list li {
  flex-basis: calc((100% - 6%) / 4);
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 10px;
  border: 1px solid #447049;
  border-radius: 5px;
  background: var(--mono-color-9);
  color: #447049;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn-list li a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn-list li a span {
  display: block;
  font-size: 0.875rem;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .btn-list {
    margin: 20px 0;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .btn-list li {
    flex-basis: 100%;
  }
}

/* annotation */
:is(.contentPage .body, .cke_editable) .co-housing .annotation {
  margin-bottom: 3px;
  font-size: 0.875rem;
}

:is(.contentPage .body, .cke_editable) .co-housing .btn+.annotation {
  margin-top: -1em;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .flow-list .annotation {
    font-size: 0.75rem;
  }
}

/* body / top
----------------------------------------------- */

/* info */
:is(.contentPage .body, .cke_editable) .co-housing .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 80px 0 0;
  padding: 30px 0;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dt {
  display: inline-block;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #4c7852;
  border-radius: 25px;
  background-color: #4c7852;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd {
  width: 100%;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd li a {
  display: flex;
  gap: 5px 25px;
  padding: 10px;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd li a:hover {
  opacity: 0.6;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd li .date {
  flex-shrink: 0;
  flex-basis: 20%;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd li .title {
  color: var(--a-color);
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd li .external {
  display: none;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd .more {
  display: none;
  padding-top: 15px;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing .info dd .note {
  padding-top: 15px;
  text-align: right;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .info {
    margin-top: 50px;
    padding: 20px 0;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .info dd li a {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* body / building
----------------------------------------------- */

/* housing-features */
:is(.contentPage .body, .cke_editable) .co-housing .housing-features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 3%;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-features li {
  flex-basis: calc((100% - 6%) / 3);
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-features li:nth-child(7) {
  flex-grow: 1;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-features li img {
  width: 100%;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-features li span {
  display: block;
  padding: 10px 0 0;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .housing-features li {
    flex-basis: calc((100% - 3%) / 2);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-features li:nth-child(7) {
    flex-basis: 100%;
  }
}

/* detail_gallery360degrees */
:is(.contentPage .body, .cke_editable) .co-housing .detail_gallery360degrees {
  margin-top: 40px;
}

:is(.contentPage .body, .cke_editable) .co-housing .detail_gallery360degrees h2 {
  padding: 0 30px;
  color: #4c7751;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .detail_gallery360degrees h2 {
    padding: 0 16px;
  }
}

/* body / residents01~04
----------------------------------------------- */

/* housing-info */
:is(.contentPage .body, .cke_editable) .co-housing .housing-info {
  background: #fbf9e3;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info h2 {
  margin-bottom: 0;
  padding: 18px 10px;
  border-radius: 9px 9px 0 0;
  background: #4c7751;
  color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .explain {
  margin-bottom: 0;
  padding: 45px 10px;
  font-weight: 700;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .note {
  max-width: 92%;
  margin: 0 auto 45px;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .note a {
  display: block;
  padding: 5px;
  border: 1px solid #f00;
  color: #f00;
  font-weight: 700;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor {
  display: flex;
  width: 92%;
  margin: 0 auto;
  padding-top: 35px;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box01 {
  flex-basis: 40.5%;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box02 {
  flex-basis: calc(100% - 40.5%);
  display: flex;
  flex-direction: column;
  gap: 45px;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box {
  padding-left: 49px;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box h3 {
  margin-bottom: 1em;
  border-bottom: 1px solid #4c7751;
  color: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box h3::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box p {
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise {
  width: 92%;
  margin: 45px auto 0;
  padding-bottom: 35px;
  overflow: hidden;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  padding: 0;
  border: none;
  color: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise h3::before,
:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise h3::after {
  content: "";
  position: absolute;
  bottom: 50%;
  width: 1000px;
  height: 1px;
  background: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise h3::before {
  left: calc(100% + 20px);
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise h3::after {
  right: calc(100% + 20px);
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise .img-box {
  margin-bottom: 15px;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise .txt-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise .txt-box p {
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info~.caption {
  padding: 55px 140px;
  background: #4c7751;
  color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info~.txt-more,
:is(.contentPage .body, .cke_editable) .co-housing .housing-info-wrapper .txt-more {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px dotted #4c7751;
  color: #4c7751;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor {
    flex-direction: column;
    gap: 35px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box01 {
    flex-basis: 0;
    width: 100%;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box01 .img {
    text-align: center;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box02 {
    flex-basis: 0;
    width: 100%;
    gap: 35px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box {
    padding-left: 0;
    overflow: hidden;
    text-align: center;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box h3 {
    display: inline-block;
    position: relative;
    border-bottom: none;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box h3::before,
  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    width: 1000px;
    height: 1px;
    background: #4c7751;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box h3::before {
    left: calc(100% + 20px);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box h3::after {
    right: calc(100% + 20px);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .txt-box p {
    text-align: left;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .img-box {
    text-align: center;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .otherwise {
    margin-top: 35px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info~.caption {
    padding: 16px 4%;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info~.txt-more,
  :is(.contentPage .body, .cke_editable) .co-housing .housing-info-wrapper .txt-more {
    margin-top: 30px;
    padding-top: 25px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info,
  :is(.contentPage .body, .cke_editable) .co-housing .housing-info~.caption {
    margin-right: -16px;
    margin-left: -16px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info h2 {
    border-radius: 0;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .explain {
    padding: 25px 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .note {
    margin-bottom: 25px;
  }
}

/* housing-info / box-full */
:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor:has(.box-full) {
  flex-wrap: wrap;
  gap: 45px 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box-full {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box-full .txt-box {
  flex-grow: 1;
  flex-basis: calc((100% - 45px) / 2);
  padding-left: 0;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor:has(.box-full) {
    gap: 35px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-info .floor .box-full {
    flex-direction: column;
    gap: 35px;
  }
}

/* tab-style / housing-info */
:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper {
  margin-bottom: 80px;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list li {
  flex: 1 1 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  background: #4c7751;
  color: var(--mono-color-9);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list:not(.tab-list2) li a {
  border-radius: 9px 9px 0 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list.tab-list2 li a {
  border-radius: 0 0 9px 9px;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list li a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list li.current a {
  position: relative;
  background: #fbf9e3;
  color: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list li.current a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fbf9e3;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list:not(.tab-list2) li.current a::before {
  bottom: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list.tab-list2 li.current a::before {
  top: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-detail {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-detail>li {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-detail>li.current {
  display: block;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper {
    margin-bottom: 40px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list {
    gap: 0;
    margin-right: -16px;
    margin-left: -16px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-info-wrapper .tab-list li a {
    border-radius: 0 !important;
    font-size: 0.875rem;
  }
}

/* housing-photo */
:is(.contentPage .body, .cke_editable) .co-housing .housing-photo {
  transform: translateX(-50%);
  width: 100vw;
  margin-left: 50%;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-photo h2 {
  padding: 0 30px;
  color: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-slide {
  margin: 30px;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-slide img {
  width: 100%;
  margin: 0 auto;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow {
  display: block !important;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 22px;
  height: 34px;
  border: none;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: transparent;
  font-size: 0;
  transition: all 0.25s ease-in-out;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow.slick-prev {
  left: 33%;
  background-image: url(/_themes/site/images/co-housing/ico_arrow_prev.png) !important;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow.slick-next {
  right: 33%;
  background-image: url(/_themes/site/images/co-housing/ico_arrow_next.png) !important;
}

:is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow.slick-prev:hover,
:is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow.slick-next:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .housing-photo h2 {
    padding: 0 16px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-slide {
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow {
    width: 10px;
    height: 17px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow.slick-prev {
    left: 15%;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .housing-photo .slick-arrow.slick-next {
    right: 15%;
  }
}

/* tab-style / housing-apply */
:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-list li {
  flex: 1 1 0;
  list-style: none;
  max-width: 250px;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 96px;
  padding: 10px;
  border: 2px solid #4c7751;
  border-radius: 10px;
  color: #4c7751;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  outline-offset: -4px;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-list li.current a {
  position: relative;
  background-color: #4c7751;
  color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-list li.current a::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(/_themes/site/images/co-housing/ic-arrow.svg) center bottom / 30px auto no-repeat;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-detail {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-detail>li {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-detail>li.current {
  display: block;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-list {
    gap: 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .tab-style.housing-apply .tab-list li a {
    font-size: 0.875rem;
  }
}

/* process */
:is(.contentPage .body, .cke_editable) .co-housing .process {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-top: none;
}

:is(.contentPage .body, .cke_editable) .co-housing .process tbody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  background: #dcdcdc;
}

:is(.contentPage .body, .cke_editable) .co-housing .process tbody::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  background: #dcdcdc;
}

:is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child th:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 2px;
  left: 210px;
  background: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .process th:nth-child(1) {
  width: 95px;
  padding-right: 0;
  padding-left: 15px;
  font-size: 1rem;
  text-align: right;
  vertical-align: top;
}

:is(.contentPage .body, .cke_editable) .co-housing .process th:nth-child(2) {
  position: relative;
  width: 135px;
  padding-right: 30px;
  padding-left: 40px;
  font-size: 1rem;
  vertical-align: top;
}

:is(.contentPage .body, .cke_editable) .co-housing .process td {
  position: relative;
  padding-left: 10px;
  vertical-align: top;
}

:is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child td::after {
  content: "";
  position: absolute;
  top: calc(24px + 0.75em);
  left: -22px;
  z-index: 1;
  transform: translateY(-100%);
  width: 6px;
  height: 100%;
  background: #fafafa;
}

:is(.contentPage .body, .cke_editable) .co-housing .process tr:last-child td::after {
  content: "";
  position: absolute;
  top: calc(24px + 0.75em + 10px);
  left: -22px;
  z-index: 1;
  width: 6px;
  height: 100%;
}

:is(.contentPage .body, .cke_editable) .co-housing .process tr:last-child:nth-child(odd) td::after {
  background: #fafafa;
}

:is(.contentPage .body, .cke_editable) .co-housing .process tr:last-child:nth-child(even) td::after {
  background: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .co-housing .process .point {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .co-housing .process .point::before {
  content: "";
  position: absolute;
  top: 0.75em;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .process th:nth-child(2) .point::before {
  right: -16px;
}

:is(.contentPage .body, .cke_editable) .co-housing .process td .point::before {
  left: -34px;
}

@media only screen and (min-width: 960px) {
  :is(.contentPage .body, .cke_editable) .co-housing .process .point-sp::before {
    display: none;
  }
}

@media only screen and (max-width: 959px) {

  :is(.contentPage .body, .cke_editable) .co-housing .process,
  :is(.contentPage .body, .cke_editable) .co-housing .process th,
  :is(.contentPage .body, .cke_editable) .co-housing .process td {
    border: none !important;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process th.blank,
  :is(.contentPage .body, .cke_editable) .co-housing .process td.blank,
  :is(.contentPage .body, .cke_editable) .co-housing .process p.blank {
    display: none;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child th:nth-child(1) {
    position: relative;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child th:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 20px;
    background: var(--mono-color-9);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child th:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 20px;
    background: #fafafa;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child th:nth-child(1)::after {
    bottom: auto;
    left: 15px;
    height: 1000vh;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process th:nth-child(1) {
    background: var(--mono-color-9);
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process th:nth-child(2) {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process td {
    padding-left: 40px !important;
    overflow: hidden;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child td::after,
  :is(.contentPage .body, .cke_editable) .co-housing .process tr:last-child td::after {
    left: 14px;
    background: var(--mono-color-9);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process tr:first-child td::after {
    top: calc(15px + 0.75em);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process tr:last-child td::after {
    top: calc(15px + 0.75em + 10px);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process .point-pc::before {
    display: none;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .process td .point::before {
    left: -29px;
  }
}

/* howto-apply */
:is(.contentPage .body, .cke_editable) .co-housing .howto-apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 60px 15px;
  border: 1px solid #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .howto-apply>* {
  width: 100%;
  max-width: 720px;
  margin: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .howto-apply .bold {
  font-weight: 700;
  color: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .howto-apply .explain {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .howto-apply {
    padding: 0;
    border: none;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .howto-apply .explain {
    text-align: left;
  }
}

/* residents-menu / relation-menu */
:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 2%;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu li {
  flex-basis: calc((100% - 4%) / 3);
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu li a {
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu li a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu li a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu {
    gap: 20px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu li {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .residents-menu .relation-menu li {
    flex-basis: 100%;
  }
}

/* residents-menu / btn-list */
:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .btn-list {
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .btn-list li {
  flex-grow: 1;
}

:is(.contentPage .body, .cke_editable) .co-housing .residents-menu .btn-list li.cur {
  display: none;
}

/* body / links
----------------------------------------------- */

/* media-list */
:is(.contentPage .body, .cke_editable) .co-housing .media-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list dt {
  position: relative;
  margin: 0;
  padding: 0;
  color: #4c7751;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list dt::before,
:is(.contentPage .body, .cke_editable) .co-housing .media-list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list dt::before {
  right: calc(100% + 1rem);
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list dt::after {
  left: calc(100% + 1rem);
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list dt~dt {
  margin-top: 80px;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list dd {
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  background: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul li span {
  display: block;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul li .ttl {
  margin-bottom: 5px;
  color: #4c7751;
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul li .img img {
  width: 100%;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul li .txt {
  font-size: 0.875rem;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul li .date {
  color: #999;
  font-size: 0.875rem;
  text-align: right;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul li .external {
  display: none;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web {
  gap: 35px 3.2%;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li {
  flex-basis: calc((100% - 6.4%) / 3);
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li a:hover {
  opacity: 0.5;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web .img {
  margin: -20px -20px 20px;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li .txt {
  margin-bottom: 20px;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li .date {
  margin-top: auto;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book {
  gap: 35px;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li {
  flex-basis: calc((100% - 35px) / 2);
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .img {
  flex-basis: 37%;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .txt-wrapper {
  flex-basis: 56%;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .txt {
  margin-top: 10px;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .link {
  margin-top: 10px;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .link a {
  display: block;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 70px;
  background-color: #4c7751;
  color: var(--mono-color-9);
  font-weight: 500;
  font-size: 0.9375rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .link a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .link a:has(.external) {
  padding: 5px 30px;
  background-image: url(/_themes/site/images/link-blank.svg) !important;
  background-position: right 10px center !important;
  background-size: 14px auto;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web {
    gap: 25px 3.2%;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li {
    flex-basis: calc((100% - 3.2%) / 2);
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .co-housing .media-list dt {
    font-size: 1.0625rem;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list dt~dt {
    margin-top: 40px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list dd {
    margin-top: 5px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul {
    margin-top: 25px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul li .ttl {
    font-size: 0.875rem;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul li .date {
    font-size: 0.75rem;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li a {
    padding: 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web .img {
    margin: -10px -10px 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-web li .txt {
    margin-bottom: 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book {
    gap: 15px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li {
    padding: 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .img {
    flex-basis: 34%;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .txt-wrapper {
    flex-basis: 60%;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .link a {
    font-size: 0.8125rem;
  }
}

/* interview-list */
:is(.contentPage .body, .cke_editable) .co-housing .interview-list {
  display: flex;
  gap: 25px 3.2%;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .interview-list li {
  flex-basis: calc((100% - 6.4%) / 3);
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .interview-list li a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}

:is(.contentPage .body, .cke_editable) .co-housing .interview-list li a:hover {
  opacity: 0.5;
}

:is(.contentPage .body, .cke_editable) .co-housing .interview-list li .img img {
  width: 100%;
}

:is(.contentPage .body, .cke_editable) .co-housing .interview-list li .date {
  align-self: flex-end;
  margin-top: auto;
  color: #999;
  font-size: 0.875rem;
}

:is(.contentPage .body, .cke_editable) .co-housing .media-list ul.media-book li .link a span {
  display: inline;
}

:is(.contentPage .body, .cke_editable) .co-housing .interview-list li a .external {
  display: none;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .interview-list {
    flex-direction: column;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .interview-list li {
    flex-basis: 0;
    width: 100%;
  }
}

/* tayori-list */
:is(.contentPage .body, .cke_editable) .co-housing .tayori-list {
  column-count: 2;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 5px 30px 0;
}

:is(.contentPage .body, .cke_editable) .co-housing .tayori-list li {
  flex-basis: calc((100% - 6.4%) / 3);
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .co-housing .tayori-list {
    column-count: 1;
    column-gap: 0;
    padding: 5px 0 0;
  }
}

/* award-list */
:is(.contentPage .body, .cke_editable) .co-housing .award-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 50px 30px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

:is(.contentPage .body, .cke_editable) .co-housing .award-list dt {
  flex-basis: 14%;
  margin: 0;
  padding: 0 10px 0 0;
  font-weight: 700;
  color: #4c7751;
}

:is(.contentPage .body, .cke_editable) .co-housing .award-list dd {
  flex-basis: 86%;
}

:is(.contentPage .body, .cke_editable) .co-housing .award-list dd:not(:last-child) {
  margin-bottom: 50px;
}

:is(.contentPage .body, .cke_editable) .co-housing .award-list dd p {
  margin-bottom: 0.5em;
}

:is(.contentPage .body, .cke_editable) .co-housing .award-list dd .ttl {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
}

:is(.contentPage .body, .cke_editable) .co-housing .award-list dd .link {
  font-size: 0.875rem;
  word-break: break-all;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .co-housing .award-list {
    margin: 20px 0;
    padding: 25px 5px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .award-list dt,
  :is(.contentPage .body, .cke_editable) .co-housing .award-list dd {
    flex-basis: 100%;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .award-list dt {
    margin-bottom: 10px;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .award-list dd .ttl {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .co-housing .award-list dd .text {
    font-size: 0.875rem;
  }
}