<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mv__nakamen {
  background: url(/recruit/realestate/img/mv.jpg);
  background-size: cover;
  background-position: center;
}


@media (max-width: 480px) {
  .mv__nakamen {
    background-position: 600px;
  }
}


.newsBox__inner {
  width: 70%;
  margin: 70px auto 0;
}

.newsBox__inner li {
  border-bottom: 1px solid #9A9999;
  padding-bottom: 10px;
  margin-top: 30px;
}

.newsBox__inner li:first-child {
  margin-top: 0;
}

.newsBox__inner li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.newsBox__inner li a:hover {
  opacity: 0.3;
}

.newsBox__inner li time {
  display: inline-block;
  color: #C12626;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  margin-right: 30px;
  border-right: 1px solid #9A9999;
  padding-right: 30px;
}

.newsBox__inner li p {
  display: inline-block;
}


@media (max-width: 480px) {
  .newsBox__inner {
    width: 90%;
    margin: 50px auto 0;
  }

  .newsBox__inner li time {
    border-right: none;
    display: block;
  }

}












/*------------------detail.php------------------------*/
.newsBox__textEdit {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 20px 80px 20px;
}

.newsBox__textEdit p {
  margin-top: 30px;
  line-height: 1.8;
}

.newsBox__textEdit figure {
  width: 100%;
  background: #dcdcdc;
  padding: 200px 0;
  margin-top: 30px;
  background-size: cover;
  background-position: center;
}

.newsBox__textEdit .newsBox__twoColomBox {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.newsBox__textEdit .newsBox__twoColomBox li {
  background: #dcdcdc;
  background-size: cover;
  background-position: center;
  width: 49%;
  padding: 200px 0;
}

.newsBox__textEdit a {
  color: #C12626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 300;
}

.newsBox__textEdit a:hover {
  text-decoration: underline;
}

.newsBox__textEdit .newsBox__threeColomBox {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.newsBox__textEdit .newsBox__threeColomBox li {
  background: #dcdcdc;
  background-size: cover;
  background-position: center;
  width: 32%;
  padding: 150px 0;
}

@media (max-width: 768px) {

  .newsBox__textEdit {

    padding: 0 20px;
  }

  .newsBox__textEdit .newsBox__threeColomBox {
    display: block;
  }

  .newsBox__textEdit .newsBox__threeColomBox li {
    background: #dcdcdc;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 150px 0;
    margin-bottom: 20px;
  }

  .newsBox__textEdit .newsBox__threeColomBox li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {

  .newsDetailBox .newsBox__textEdit .head__02__leftBox time {
    display: block;
  }

  .newsBox__textEdit figure {
    margin-top: 20px;
  }

  .newsBox__textEdit .newsBox__twoColomBox {
    display: block;
    margin-top: 20px;
  }

  .newsBox__textEdit .newsBox__twoColomBox li {
    width: 100%;
    padding: 160px 0;
    margin-bottom: 20px;
  }

  .newsBox__textEdit .newsBox__twoColomBox li:last-child {
    margin-bottom: 0;
  }

  .newsBox__textEdit p {
    margin-top: 20px;
  }
}

/*----------------pager---------------*/
/*
.pagerBox {
    width: 300px;
    margin: auto;
}

.pager {
    text-align: center;
    margin: 50px -10px 0;
}

.pager li {
    display: inline-block;
    padding: 0 10px;

}


.pager li a {
    background: #dcdcdc;
    color: #1A1A1A;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: 0.4s;
}

.pager li a:hover {
    background: #b2b2b2;
}

.current {
    background: #9f9f9f;
}
*/

/*---------------------譁ｰ蜊嘆&amp;A-----------------------*/
.qABox {
  max-width: 1152px;
  padding: 80px 20px 100px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width:480px) {
  .qABox {
    padding: 40px 20px 60px;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
  margin-top: 25px;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #1A1A1B;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width:480px) {
  .accordion-container .article-title {
    padding: 10px 48px 10px 0;
    font-size: 14px;
  }
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #fff;
  color: #1A1A1A;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title {
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #C12626;
  border-right: solid 2px #C12626;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: ;
  background: #EAEAEA;
  padding: 20px 30px 20px 20px
}

.accordion-content span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 200;
}

.tableTxtTop {
  margin-bottom: 10px;
  display: block;
}

.head__02__leftBox {
  margin-top: 50px;
}

.marginTop60 {
  margin-top: 60px;
}

.acdFirst {
  margin-top: 50px;
}
</pre></body></html>