@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .topKvContainer {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
.topMain .topKvContainer .topKvPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 800px;
  padding: 0 80px;
  border-radius: 10px;
  background: url(https://ki-housing.com/system_panel/uploads/images/top_kv_01.png) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .kvTitle {
  width: 100%;
  font-size: 40px;
  color: #ffffff;
}
.topMain .topKvContainer .kvTitle h1 {
  text-shadow: 2px 3px 9px rgba(60, 66, 73, 0.8);
}
.topMain .troublePanel {
  padding: 120px 0 0;
  background: url(https://ki-housing.com/system_panel/uploads/images/top_trouble_bg.png) no-repeat;
  background-size: cover;
}
.topMain .sec01 {
  padding: 250px 0 150px;
  background: url(https://ki-housing.com/system_panel/uploads/images/top_sec01_bg.png) center top no-repeat;
  background-size: cover;
}
.topMain .sec01 .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
.topMain .sec01 .topTxt .txtBox + .txtBox {
  margin: 40px 0 0;
}
.topMain .sec01 .topTxt .txtBox .txtImg > * {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5;
}
.topMain .sec01 .topTxt .txtBox .txtImg .img {
  width: 150px;
}
.topMain .sec01 .secPanel {
  padding: 40px 50px;
  border-radius: 10px;
  background: #ffffff;
}
.topMain .sec01 .secPanel .ttl01 {
  width: 140px;
  margin: 0 0 20px;
}
.topMain .sec01 .secPanel .ttl02 {
  width: 110px;
  margin: 0 0 20px;
}
.topMain .sec01 .secPanel > p {
  margin: 0 0 30px;
}
.topMain .sec01 .secPanel .listBox .ul .li img {
  border-radius: 6px;
}
@media (min-width: 1025px) {
  .topMain .sec01 .secPanel .listBox .ul {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec01 .secPanel .listBox .ul .li {
    width: calc(33.3333333333% - 30px);
  }
}
.topMain .sec01 .arrowTxt {
  max-width: 400px;
  margin: 20px auto;
}
.topMain .sec01 .btnList {
  max-width: 1000px;
  margin: 60px auto 0;
}
@media (min-width: 1025px) {
  .topMain .sec01 .btnList .ul {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec01 .btnList .ul .li {
    width: calc(33.3333333333% - 30px);
  }
}
.topMain .sec02 {
  padding: 200px 0 150px;
  background: url(https://ki-housing.com/system_panel/uploads/images/top_sec02_bg.png) center top no-repeat;
  background-size: cover;
}
.topMain .sec02 .secPanel .bnr a {
  display: block;
}
@media (min-width: 1025px) {
  .topMain .sec02 .secPanel {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 5% 0 0;
  }
  .topMain .sec02 .secPanel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 420px;
    background: #faf9f7;
  }
  .topMain .sec02 .secPanel .pageSecTtlBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 330px;
    padding: 40px 0 0;
    text-align: left;
  }
  .topMain .sec02 .secPanel .pageSecTtlBox .pageSecTtl {
    width: calc(100% - 50px);
    writing-mode: vertical-rl;
  }
  .topMain .sec02 .secPanel .pageSecTtlBox .pageSecTtl > * {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #4bfe52;
    text-decoration-thickness: 0.5em;
    text-decoration-skip-ink: none;
    /*text-underline-offset: -0.25em;*/
    text-underline-offset: -1.25em;
    background: none;
  }
  .topMain .sec02 .secPanel .pageSecTtlBox .sub {
    width: 50px;
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
  }
  .topMain .sec02 .secPanel .bnr {
    position: relative;
    top: -50px;
    width: 70%;
    overflow: hidden;
    border-radius: 6px;
  }
  .topMain .sec02 .secPanel .bnr a:hover {
    transform: scale(1.2);
  }
}
.topMain .sec03 {
  padding: 100px 0;
}
.topMain .sec03 .secPanel .webgene-blog .webgene-header {
  display: none;
}
.topMain .sec03 .secPanel .webgene-blog .webgene-item .infoBox .time {
  display: inline-block;
  margin: 0 10px 0 0;
}
.topMain .sec03 .secPanel .webgene-blog .webgene-item .infoBox .cate {
  display: inline-block;
  min-width: 180px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  background: #aaceb6;
}
.topMain .sec03 .secPanel .webgene-blog .webgene-item .title a {
  display: inline-block;
}
.topMain .sec03 .secPanel .btnMoreBox {
  margin: 40px 0 0;
}
@media (min-width: 1025px) {
  .topMain .sec03 .secPanel {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec03 .secPanel .pageSecTtlBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 330px;
    /*padding: 40px 0 0;*/
    padding: 0 0 0;
    text-align: left;
  }
  .topMain .sec03 .secPanel .pageSecTtlBox .pageSecTtl {
    width: calc(100% - 50px);
    writing-mode: vertical-rl;
  }
  .topMain .sec03 .secPanel .pageSecTtlBox .pageSecTtl > * {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #4bfe52;
    text-decoration-thickness: 0.5em;
    text-decoration-skip-ink: none;
    /*text-underline-offset: -0.25em;*/
            text-underline-offset: -1.25em;
    background: none;
  }
  .topMain .sec03 .secPanel .pageSecTtlBox .sub {
    width: 50px;
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
  }
  .topMain .sec03 .blogPanel {
    width: 70%;
  }
  .topMain .sec03 .webgene-blog .webgene-item {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: url(https://ki-housing.com/system_panel/uploads/images/top_sec03_line.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  .topMain .sec03 .webgene-blog .webgene-item .infoBox {
    width: 320px;
  }
  .topMain .sec03 .webgene-blog .webgene-item .title {
    width: calc(100% - 320px);
  }
  .topMain .sec03 .btnMoreBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .topMain .sec03 .btnMoreBox .btnMore {
    width: 100%;
  }
  .topMain .sec03 .btnMoreBox .btnMore a {
    padding: 10px 30px;
  }
}

/*////////////////////////////////////////////////////////////
	reason
///////////////////////////////////////////////////////////*/
.reasonMain .topSection {
  padding: 100px 0;
}
.reasonMain .topSection .ttlBox {
  margin: 0 0 40px;
  text-align: center;
}
.reasonMain .topSection .ttlBox .ttl {
  font-size: 0;
}
.reasonMain .topSection .ttlBox .ttl p {
  display: inline-block;
  font-size: 34px;
}
.reasonMain .topSection .ttlBox .ttl .em {
  position: relative;
}
.reasonMain .topSection .ttlBox .ttl .em::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background: url(https://ki-housing.com/system_panel/uploads/images/reason_top_circle.png) no-repeat;
  background-size: 100% auto;
}
.reasonMain .topSection .secBox .photo img {
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .reasonMain .topSection .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .reasonMain .topSection .secBox .photo {
    width: 55%;
  }
  .reasonMain .topSection .secBox .txtBox {
    width: 40%;
  }
}
.reasonMain .sec01 {
  padding: 80px 0 100px;
  background: url(https://ki-housing.com/system_panel/uploads/images/reason_sec01_bg.png) no-repeat;
  background-size: cover;
}
.reasonMain .sec01 .secBoxList {
  padding: 20px 0 0;
}
.reasonMain .sec01 .secBox + .secBox {
  margin: 60px 0 0;
}
.reasonMain .sec01 .secBox .photo img {
  border-radius: 10px;
}
.reasonMain .sec01 .secBox .txtBox {
  padding: 30px 0 0;
}
.reasonMain .sec01 .secBox .txtBox .ttlBox {
  margin: 0 0 20px;
}
.reasonMain .sec01 .secBox .txtBox .ttlBox .ttl {
  font-size: 0;
}
.reasonMain .sec01 .secBox .txtBox .ttlBox .ttl p {
  display: inline-block;
  font-size: 30px;
}
.reasonMain .sec01 .secBox .txtBox .ttlBox .ttl .em {
  color: #188440;
}
@media (min-width: 1025px) {
  .reasonMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .reasonMain .sec01 .secBox .photo {
    width: 50%;
  }
  .reasonMain .sec01 .secBox .txtBox {
    width: 45%;
  }
  .reasonMain .sec01 .secBox:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
.serviceMain .topSection {
  padding: 100px 0;
}
.serviceMain .topSection .ttlBox {
  margin: 0 0 40px;
  text-align: center;
}
.serviceMain .topSection .ttlBox .ttl {
  font-size: 0;
}
.serviceMain .topSection .ttlBox .ttl p {
  display: inline-block;
  font-size: 34px;
}
.serviceMain .topSection .ttlBox .ttl .em {
  position: relative;
}
.serviceMain .topSection .ttlBox .ttl .em::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_top_circle_01.png) no-repeat;
  background-size: 100% auto;
}
.serviceMain .topSection .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
.serviceMain .topSection .secPanel {
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  background: #1b7c36;
}
.serviceMain .topSection .secPanel .pTtlBox {
  margin: 0 0 30px;
}
.serviceMain .topSection .secPanel .pTtlBox .pTtl {
  font-size: 0;
  color: #ffffff;
}
.serviceMain .topSection .secPanel .pTtlBox .pTtl p {
  display: inline-block;
  font-size: 34px;
}
.serviceMain .topSection .secPanel .pTtlBox .pTtl .em {
  position: relative;
}
.serviceMain .topSection .secPanel .pTtlBox .pTtl .em::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_top_circle_02.png) no-repeat;
  background-size: 100% auto;
}
.serviceMain .topSection .secPanel .listBox .ul .li {
  padding: 15px;
  border-radius: 10px;
  background: #ffffff;
}
.serviceMain .topSection .secPanel .listBox .ul .li .photo img {
  border-radius: 6px;
}
.serviceMain .topSection .secPanel .listBox .ul .li .ttl {
  padding: 20px 0;
}
@media (min-width: 1025px) {
  .serviceMain .topSection .secPanel .listBox .ul {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .topSection .secPanel .listBox .ul .li {
    width: calc(33.3333333333% - 10px);
  }
}
.serviceMain .sec01 {
  padding: 80px 0 100px;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_sec01_bg.png) no-repeat;
  background-size: cover;
}
.serviceMain .sec01 .secBoxList {
  padding: 20px 0 0;
}
.serviceMain .sec01 .secBox + .secBox {
  margin: 60px 0 0;
}
.serviceMain .sec01 .secBox .photo img {
  border-radius: 10px;
}
.serviceMain .sec01 .secBox .txtBox {
  padding: 30px 0 0;
}
.serviceMain .sec01 .secBox .txtBox .ttlBox {
  margin: 0 0 20px;
}
.serviceMain .sec01 .secBox .txtBox .ttlBox .ttl {
  font-size: 0;
}
.serviceMain .sec01 .secBox .txtBox .ttlBox .ttl p {
  display: inline-block;
  font-size: 30px;
}
.serviceMain .sec01 .secBox .txtBox .ttlBox .ttl .em {
  color: #188440;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .sec01 .secBox .photo {
    width: 50%;
  }
  .serviceMain .sec01 .secBox .txtBox {
    width: 45%;
  }
  .serviceMain .sec01 .secBox:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.serviceMain .sec02 {
  padding: 80px 0 100px;
}
.serviceMain .sec02 .secBoxList {
  padding: 20px 0 80px;
}
.serviceMain .sec02 .secBox + .secBox {
  margin: 60px 0 0;
}
.serviceMain .sec02 .secBox .photo img {
  border-radius: 10px;
}
.serviceMain .sec02 .secBox .txtBox {
  padding: 20px 0 0;
}
.serviceMain .sec02 .secBox .txtBox .ttlBox {
  margin: 0 0 20px;
}
.serviceMain .sec02 .secBox .txtBox .ttlBox .point {
  margin: 0 0 10px;
  font-size: 22px;
  color: #188440;
}
.serviceMain .sec02 .secBox .txtBox .ttlBox .ttl {
  font-size: 30px;
}
@media (min-width: 1025px) {
  .serviceMain .sec02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .sec02 .secBox .photo {
    width: 33%;
  }
  .serviceMain .sec02 .secBox .txtBox {
    width: 62%;
  }
}
.serviceMain .sec02 .secPanel {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_sec02_panel_bg.png) no-repeat;
  background-size: cover;
}
.serviceMain .sec02 .secPanel .inner {
  padding: 30px 20px;
  border-radius: 6px;
  border: 1px solid #bbdbc7;
}
.serviceMain .sec02 .secPanel .pTtlBox {
  margin: 0 0 10px;
}
.serviceMain .sec02 .secPanel .pTtlBox .pTtl {
  font-size: 0;
  color: #ffffff;
}
.serviceMain .sec02 .secPanel .pTtlBox .pTtl p {
  display: inline-block;
  font-size: 34px;
}
.serviceMain .sec02 .secPanel .pTtlBox .pTtl .em {
  position: relative;
}
.serviceMain .sec02 .secPanel .pTtlBox .pTtl .em::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_top_circle_02.png) no-repeat;
  background-size: 100% auto;
}
.serviceMain .worksSec {
  padding: 80px 0 100px;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_works_bg.png) no-repeat;
  background-size: cover;
}
.serviceMain .worksSec .ttlBox {
  margin: 0 0 40px;
  text-align: center;
}
.serviceMain .worksSec .ttlBox .ttl {
  font-size: 0;
}
.serviceMain .worksSec .ttlBox .ttl p {
  display: inline-block;
  font-size: 34px;
}
.serviceMain .worksSec .ttlBox .ttl .em {
  position: relative;
}
.serviceMain .worksSec .ttlBox .ttl .em::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_top_circle_01.png) no-repeat;
  background-size: 100% auto;
}
.serviceMain .worksSec .secPanel {
  padding: 50px;
  border-radius: 10px;
  background: #ffffff;
}
.serviceMain .worksSec .secPanel + .secPanel {
  margin: 30px 0 0;
}
.serviceMain .worksSec .secPanel .photo img {
  border-radius: 10px;
}
.serviceMain .worksSec .secPanel .txtBox .ttlNum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.serviceMain .worksSec .secPanel .txtBox .ttlNum .num {
  width: 40px;
}
.serviceMain .worksSec .secPanel .txtBox .ttlNum .ttl {
  width: calc(100% - 55px);
  font-size: 30px;
}
@media (min-width: 1025px) {
  .serviceMain .worksSec .secPanel {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .serviceMain .worksSec .secPanel .photo {
    width: 45%;
  }
  .serviceMain .worksSec .secPanel .txtBox {
    width: 50%;
  }
}
.serviceMain .worksSec .btnMore {
  margin: 60px auto 0;
}
.serviceMain + .footer .footContact {
  background: url(https://ki-housing.com/system_panel/uploads/images/service_works_bg.png) no-repeat;
  background-size: cover;
}

/*////////////////////////////////////////////////////////////
	matsuidajyou
///////////////////////////////////////////////////////////*/
.matsuidajyouMain .sec01 {
  padding: 100px 0;
}
@media (min-width: 1025px) {
  .matsuidajyouMain .sec01 .secPanel {
    display: flex;
    justify-content: space-between;
  }
  .matsuidajyouMain .sec01 .secPanel .pageSecTtlBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 330px;
    text-align: left;
  }
  .matsuidajyouMain .sec01 .secPanel .pageSecTtlBox .pageSecTtl {
    width: calc(100% - 50px);
    writing-mode: vertical-rl;
  }
  .matsuidajyouMain .sec01 .secPanel .pageSecTtlBox .pageSecTtl > * {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #4bfe52;
    text-decoration-thickness: 0.5em;
    text-decoration-skip-ink: none;
    text-underline-offset: -1.25em;
    background: none;
  }
  .matsuidajyouMain .sec01 .secPanel .pageSecTtlBox .sub {
    width: 50px;
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
  }
  .matsuidajyouMain .sec01 .txtBox {
    width: 70%;
  }
}
.matsuidajyouMain .sec02 {
  padding: 80px 0 100px;
  background: url(https://ki-housing.com/system_panel/uploads/images/matsuidajyou_sec02_bg.png) no-repeat;
  background-size: cover;
}
.matsuidajyouMain .sec02 .secPanel {
  padding: 50px;
  border-radius: 10px;
  background: #ffffff;
}
.matsuidajyouMain .sec02 .secPanel + .secPanel {
  margin: 30px 0 0;
}
.matsuidajyouMain .sec02 .secPanel .photo img {
  border-radius: 10px;
}
.matsuidajyouMain .sec02 .secPanel .txtBox {
  padding: 20px 0 0;
}
@media (min-width: 1025px) {
  .matsuidajyouMain .sec02 .secPanel {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .matsuidajyouMain .sec02 .secPanel .photo {
    width: 45%;
  }
  .matsuidajyouMain .sec02 .secPanel .txtBox {
    width: 50%;
  }
}
.matsuidajyouMain .sec03 {
  padding: 80px 0 100px;
  background: url(https://ki-housing.com/system_panel/uploads/images/matsuidajyou_sec03_bg.png) no-repeat;
  background-size: cover;
}
.matsuidajyouMain .sec03 .topTxt {
  margin: 0 0 30px;
}
.matsuidajyouMain .sec03 .listBox .ul .photo img {
  border-radius: 10px;
}
.matsuidajyouMain .sec03 .listBox .ul .ttl {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .matsuidajyouMain .sec03 .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -40px 0 0;
  }
  .matsuidajyouMain .sec03 .listBox .ul .li {
    width: calc(50% - 20px);
    margin: 40px 0 0;
  }
}
.matsuidajyouMain .sec03 .btnMore {
  margin: 60px auto 0;
}
.matsuidajyouMain .sec04 {
  padding: 100px 0;
}
.matsuidajyouMain .sec04 .secPanel .webgene-blog .webgene-header {
  display: none;
}
.matsuidajyouMain .sec04 .secPanel .webgene-blog .webgene-item {
  background: url(https://ki-housing.com/system_panel/uploads/images/matsuidajyou_sec04_line.png) left bottom no-repeat;
  background-size: 100% auto;
}
.matsuidajyouMain .sec04 .secPanel .webgene-blog .webgene-item a {
  display: block;
}
.matsuidajyouMain .sec04 .secPanel .webgene-blog .webgene-item .photo img {
  border-radius: 10px;
}
.matsuidajyouMain .sec04 .secPanel .webgene-blog .webgene-item .infoBox {
  margin: 5px;
}
.matsuidajyouMain .sec04 .secPanel .webgene-blog .webgene-item .title {
  padding: 0 5px 20px;
}
.matsuidajyouMain .sec04 .secPanel .btnMoreBox {
  margin: 40px 0 0;
}
@media (min-width: 1025px) {
  .matsuidajyouMain .sec04 .secPanel {
    display: flex;
    justify-content: space-between;
  }
  .matsuidajyouMain .sec04 .secPanel .pageSecTtlBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 330px;
    padding: 40px 0 0;
    text-align: left;
  }
  .matsuidajyouMain .sec04 .secPanel .pageSecTtlBox .pageSecTtl {
    width: calc(100% - 50px);
    writing-mode: vertical-rl;
  }
  .matsuidajyouMain .sec04 .secPanel .pageSecTtlBox .pageSecTtl > * {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #4bfe52;
    text-decoration-thickness: 0.5em;
    text-decoration-skip-ink: none;
    text-underline-offset: -1.25em;
    background: none;
  }
  .matsuidajyouMain .sec04 .secPanel .pageSecTtlBox .sub {
    width: 50px;
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
  }
  .matsuidajyouMain .sec04 .blogPanel {
    width: 80%;
  }
  .matsuidajyouMain .sec04 .webgene-blog {
    display: flex;
    margin: 0 0 0 -25px;
  }
  .matsuidajyouMain .sec04 .webgene-blog .webgene-item {
    width: calc(33.3333333333% - 25px);
    margin: 0 0 0 25px;
  }
  .matsuidajyouMain .sec04 .btnMoreBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .matsuidajyouMain .sec04 .btnMoreBox .btnMore {
    width: 100%;
  }
  .matsuidajyouMain .sec04 .btnMoreBox .btnMore a {
    padding: 10px 30px;
  }
}

/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
.companyMain .companyContainer {
  background: url(https://ki-housing.com/system_panel/uploads/images/company_page_bg.png) no-repeat;
  background-size: cover;
}
.companyMain .sec01 {
  padding: 80px 0 120px;
}
.companyMain .sec01 .secBox + .secBox {
  margin: 60px 0 0;
}
.companyMain .sec01 .secBox .photo img {
  border-radius: 10px;
}
.companyMain .sec01 .secBox .txtBox {
  padding: 15px 0 0;
}
.companyMain .sec01 .secBox .txtBox .ttlBox {
  margin: 0 0 20px;
}
.companyMain .sec01 .secBox .txtBox .ttlBox .ttl {
  font-size: 0;
}
.companyMain .sec01 .secBox .txtBox .ttlBox .ttl p {
  display: inline-block;
  font-size: 30px;
}
.companyMain .sec01 .secBox .txtBox .ttlBox .ttl .em {
  color: #188440;
}
.companyMain .sec01 .secBox .txtBox .name {
  margin: 20px 0 0;
}
.companyMain .sec01 .secBox .txtBox .name p {
  display: inline-block;
}
.companyMain .sec01 .secBox .txtBox .name .em {
  margin: 0 0 0 10px;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .companyMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .companyMain .sec01 .secBox .photo {
    width: 40%;
  }
  .companyMain .sec01 .secBox .txtBox {
    width: 55%;
  }
}
.companyMain .sec02 {
  padding: 0 0 120px;
}
.companyMain .sec02 .secPanel .logoPanel {
  padding: 10px;
  color: #ffffff;
  border-radius: 6px;
  background: url(https://ki-housing.com/system_panel/uploads/images/service_sec02_panel_bg.png) no-repeat;
  background-size: cover;
}
.companyMain .sec02 .secPanel .logoPanel .inner {
  padding: 30px 20px;
  border-radius: 6px;
  border: 1px solid #bbdbc7;
}
.companyMain .sec02 .secPanel .logoPanel .secBox {
  max-width: 740px;
  margin: 0 auto;
}
.companyMain .sec02 .secPanel .logoPanel .logo {
  width: 200px;
}
@media (min-width: 1025px) {
  .companyMain .sec02 .secPanel {
    display: flex;
    justify-content: space-between;
  }
  .companyMain .sec02 .secPanel .pageSecTtlBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 260px;
    text-align: left;
  }
  .companyMain .sec02 .secPanel .pageSecTtlBox .pageSecTtl {
    width: calc(100% - 50px);
    writing-mode: vertical-rl;
  }
  .companyMain .sec02 .secPanel .pageSecTtlBox .pageSecTtl > * {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #4bfe52;
    text-decoration-thickness: 0.5em;
    text-decoration-skip-ink: none;
    text-underline-offset: -1.25em;
    background: none;
  }
  .companyMain .sec02 .secPanel .pageSecTtlBox .sub {
    width: 50px;
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
  }
  .companyMain .sec02 .txtBox {
    width: calc(100% - 250px);
  }
  .companyMain .sec02 .logoPanel .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .companyMain .sec02 .logoPanel .txt {
    width: 400px;
  }
}
.companyMain .sec03 .secPanel .infoBox .dl {
  padding: 15px 40px;
  line-height: 2;
  border-bottom: 1px solid #1a8743;
}
.companyMain .sec03 .secPanel .infoBox .dd a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .companyMain .sec03 .secPanel {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .companyMain .sec03 .secPanel .pageSecTtlBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 40px 0 0;
    min-height: 260px;
    text-align: left;
  }
  .companyMain .sec03 .secPanel .pageSecTtlBox .pageSecTtl {
    width: calc(100% - 50px);
    writing-mode: vertical-rl;
  }
  .companyMain .sec03 .secPanel .pageSecTtlBox .pageSecTtl > * {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #4bfe52;
    text-decoration-thickness: 0.5em;
    text-decoration-skip-ink: none;
    text-underline-offset: -1.25em;
    background: none;
  }
  .companyMain .sec03 .secPanel .pageSecTtlBox .sub {
    width: 50px;
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
  }
  .companyMain .sec03 .txtBox {
    width: calc(100% - 250px);
  }
  .companyMain .sec03 .infoBox .dl {
    display: flex;
  }
  .companyMain .sec03 .infoBox .dl .dt {
    width: 250px;
  }
}
.companyMain .sec03 .mapBox {
  margin: 100px 0 0;
}
.companyMain .sec04 {
  padding: 120px 0;
  background: #ffffff;
}
.companyMain .sec04 .secWrap01 {
  position: relative;
}
.companyMain .sec04 .secBox {
  text-align: center;
}
.companyMain .sec04 .secBox .ttl {
  display: inline-block;
  margin: 0 0 30px;
  padding: 20px 15px 0;
  font-size: 0;
  background: url(https://ki-housing.com/system_panel/uploads/images/company_sec04_ttl_icon.png) right top no-repeat;
  background-size: 30px auto;
}
.companyMain .sec04 .secBox .ttl p {
  display: inline-block;
  font-size: 34px;
}
.companyMain .sec04 .secBox .ttl .em {
  color: #188440;
}
.companyMain .sec04 .secBox .btnMore {
  margin: 30px auto 0;
}
@media (min-width: 1025px) {
  .companyMain .sec04 .photo01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    max-width: 260px;
  }
  .companyMain .sec04 .photo02 {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 25%;
    max-width: 260px;
  }
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .contactContainer {
  background: url(https://ki-housing.com/system_panel/uploads/images/contact_page_bg.png) no-repeat;
  background-size: cover;
}
.contactMain .sec01 {
  padding: 60px 0;
}
.contactMain .sec01 .telPanel {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background: #faf9f7;
}
.contactMain .sec01 .telPanel .telBox {
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
}
.contactMain .sec01 .telPanel .tel {
  margin: 0 0 5px;
}
.contactMain .sec01 .telPanel .tel > * {
  display: inline-block;
  font-size: 24px;
}
.contactMain .sec01 .telPanel .tel a {
  margin: 0 0 0 5px;
  font-size: 44px;
  color: #188440;
}
.contactMain .sec02 {
  padding: 60px 0 120px;
}
.contactMain .sec02 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.contactMain + .footer .footContact {
  background: url(https://ki-housing.com/system_panel/uploads/images/contact_page_bg.png) no-repeat;
  background-size: cover;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.formMain {
  /* 入力項目
  --------------------------------------*/
  /*テキストボックス・メール・電話*/
  /*テキストエリア*/
}
.formMain .contactForm input[type=text],
.formMain .contactForm input[type=email],
.formMain .contactForm input[type=tel] {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #2c2c2c;
  background: #f9f7f4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 1px 1px rgba(60, 66, 73, 0.1);
}
.formMain .contactForm textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #2c2c2c;
  background: #f9f7f4;
  resize: none;
  box-shadow: 0 1px 1px rgba(60, 66, 73, 0.1);
}
.formMain .contactForm input[type=text]:focus,
.formMain .contactForm input[type=email]:focus,
.formMain .contactForm input[type=tel]:focus,
.formMain .contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90cefd;
}
.formMain .contactForm button[type=submit] {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 60px auto 0;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background: url(https://ki-housing.com/system_panel/uploads/images/btn_more_arrow.png) right 15px center no-repeat #188440;
  transition: 0.6s;
}
.formMain .contactForm button[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.formMain .contactForm .form .checkList .ul + .ul {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList .ul .li + .li {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList01 {
  padding: 10px 0;
}
.formMain .contactForm .form .checkList01 .ul .li {
  display: inline-block;
}
.formMain .contactForm .form .checkList01 .ul .li + .li {
  margin: 0 0 0 10px;
}
.formMain .contactForm .form .checkList01 .checkItem {
  display: inline-block;
  padding: 0 5px 0 0;
}
.formMain .contactForm .form .checkList01 .checkItem + input {
  display: inline-block;
  width: 150px;
}
.formMain .contactForm .form .checkList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .checkList02 {
  padding: 10px 0 0;
}
.formMain .contactForm .form .checkList02 .ul .li + .li {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkItem + .checkItem {
  margin-top: 10px;
}
.formMain .contactForm .form .checkItem > label {
  position: relative;
  display: block;
}
.formMain .contactForm .form .checkItem input {
  position: absolute;
  opacity: 0;
}
.formMain .contactForm .form .checkItem span {
  display: block;
  padding-left: 20px;
  position: relative;
}
.formMain .contactForm .form .checkItem span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #2c2c2c;
  background: #fafafa;
}
.formMain .contactForm .form .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #171a1c;
  border-right: 3px solid #171a1c;
}
.formMain .contactForm .form .checkItem.agreeCheck > label {
  display: inline-block;
}
.formMain .contactForm .form .radioList01 {
  padding: 10px 0 0;
}
.formMain .contactForm .form .radioList01 .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .form .radioList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}
.formMain .contactForm .form .radioBox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.formMain .contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}
.formMain .contactForm .form .radioBox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #e9ecef;
  background: #fafafa;
  box-sizing: border-box;
}
.formMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #171a1c;
}
.formMain .contactForm .form .postalBox {
  margin: 0 0 8px;
}
.formMain .contactForm .form .postalBox input {
  width: 90px;
}
.formMain .contactForm .form .postalBox input + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postalBox .postalTxt {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm {
  padding: 40px 0 0;
  text-align: left;
}
.formMain .contactForm .formBox + .formBox {
  margin-top: 60px;
}
.formMain .contactForm .formBox > .dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #1a8743;
}
.formMain .contactForm .formBox > .dl + .dl .dd {
  border-top: none;
}
.formMain .contactForm .formBox > .dl.line {
  align-items: flex-start;
}
.formMain .contactForm .formBox > .dl.line > .dt {
  display: flex;
  flex-direction: column;
  height: 180px;
}
.formMain .contactForm .formBox > .dl.dash {
  border-bottom: 1px dashed #d8dee6;
}
.formMain .contactForm .formBox > .dl > .dt {
  overflow: hidden;
  width: 280px;
  padding: 20px;
}
.formMain .contactForm .formBox > .dl > .dt .span {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}
.formMain .contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  border-radius: 6px;
  background: #aaceb6;
}
.formMain .contactForm .formBox > .dl > .dt .small {
  font-size: 12px;
}
.formMain .contactForm .formBox > .dl > .dt .aside {
  margin-top: 10px;
}
.formMain .contactForm .formBox > .dl > .dt .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.formMain .contactForm .formBox > .dl > .dd {
  width: calc(100% - 285px);
  padding: 10px 0 10px 20px;
}
.formMain .contactForm .formBox > .dl > .dd .reserveBox {
  border: 1px solid #171a1c;
}
.formMain .contactForm .formBox > .dl > .dd .reserveBox .ttl {
  max-width: 220px;
  padding: 3px;
  color: #ffffff;
  text-align: center;
  background: #171a1c;
}
.formMain .contactForm .formBox > .dl > .dd .reserveBox .txt {
  padding: 10px 20px;
  line-height: 2;
}
.formMain .contactForm .formBox > .dl > .dd .dogBox > p {
  font-size: 12px;
}
.formMain .contactForm .formBox .otherTtl {
  padding: 20px 20px 10px;
  border-bottom: none;
}
.formMain .contactForm .formBox .otherRadio .dt {
  display: block;
  text-align: right;
}
.formMain .contactForm .formBox .otherRadio .dt .span {
  display: block;
  max-width: 260px;
  margin: 0;
}
.formMain .contactForm .formBox .otherRadio01 {
  border-bottom: none;
}
.formMain .contactForm .formBox .addressBox .dl,
.formMain .contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}
.formMain .contactForm .formBox .addressBox .dl + .dl,
.formMain .contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}
.formMain .contactForm .formBox .addressBox .dl .dt,
.formMain .contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .addressBox .dl .dd,
.formMain .contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.formMain .contactForm .formBox .ageInput input {
  display: inline-block;
  width: 120px;
  margin: 0 5px 0 0;
}
.formMain .contactForm .formBox .ageInput > p {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox {
  margin: 0 0 20px;
}
.formMain .contactForm .formBox .meetingBox .radioList {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox + .txt {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox input[type=text] {
  width: 90px;
}
.formMain .contactForm .formBox .dateBox .em {
  display: inline-block;
}
.formMain .contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 30px;
}
.formMain .contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 10px 0 0;
}
.formMain .contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox {
  padding: 10px 10px 40px;
  font-size: 0;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}
.formMain .contactForm .formBox .telTxt {
  padding: 10px 10px 0;
}
.formMain .contactForm .formBox .privacy {
  margin: 30px auto 0;
  text-align: center;
}
.formMain .contactForm .formBox .privacy > p {
  margin: 0 0 20px;
  text-align: left;
}
.formMain .contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 500px;
  padding: 20px;
  font-weight: 400;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #2c2c2c;
  background: #f3f3f3;
}
.formMain .contactForm .formBox .privacy .agreeBox .box + .box {
  margin: 30px 0 0;
}
.formMain .contactForm .formBox .privacy .agreeBox .box .link a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
}
.formMain .contactForm .formBox .privacy .agreeBox .tel p,
.formMain .contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy + .checkItem {
  margin: 40px 0;
  text-align: center;
}
.formMain .contactForm .fileUploadPanel {
  padding: 20px;
}
.formMain .contactForm .fileUploadTtl {
  margin: 0 0 15px;
}
.formMain .contactForm .fileUploadBox .fileBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.formMain .contactForm .fileUploadBox .fileArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.formMain .contactForm .fileUploadBox .fileArea + .fileArea {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile {
  position: relative;
  width: 32%;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border: 1px solid #dadada;
  background: #f8f8f8;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile p {
  padding: 12px 10px;
}
.formMain .contactForm .fileUploadBox .fileArea > p,
.formMain .contactForm .fileUploadBox .fileArea .fileTxt {
  width: 65%;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt p {
  display: inline-block;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .fileName {
  margin: 0 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .attention {
  font-size: 13px;
  color: #54765f;
}
.formMain .contactForm .fileUploadBox + p {
  line-height: 2;
}
.formMain .contactForm .aside {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadTitleBox {
  margin: 60px 0 30px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle {
  position: relative;
  max-width: 440px;
  margin: 0 0 20px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000000;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle p {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 30px;
  font-weight: bold;
  background: #ffffff;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 100px 0;
}
.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 3;
}
.complete .btnMore {
  margin: 0 auto;
}

/*////////////////////////////////////////////////////////////
	blog
///////////////////////////////////////////////////////////*/
.blogSection {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 0 150px;
}

.catePanel {
  margin: 0 0 60px;
}
.catePanel .categoryBox {
  padding: 15px 0;
}
.catePanel .webgene-header {
  display: none;
}
.catePanel .allItem a,
.catePanel .webgene-item a {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  background: url(https://ki-housing.com/system_panel/uploads/images/btn_more_arrow.png) right 15px center no-repeat #188440;
  background-size: 5px auto;
}
@media (min-width: 1025px) {
  .catePanel .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 -30px;
  }
  .catePanel .webgene-blog .allItem,
.catePanel .webgene-blog .webgene-item {
    width: 240px;
    margin: 0 0 0 30px;
  }
  .catePanel .webgene-blog .webgene-header {
    margin: 0;
  }
}

.blogPanel--list .webgene-blog .webgene-header {
  display: none;
}
.blogPanel--list .webgene-blog .webgene-item {
  padding: 0 0 20px;
  background: url(https://ki-housing.com/system_panel/uploads/images/blog_list_line.png) left bottom no-repeat;
  background-size: 100% auto;
}
.blogPanel--list .webgene-blog .webgene-item a {
  display: block;
  font-size: 15px;
}
.blogPanel--list .webgene-blog .webgene-item .photo {
  margin: 0 0 10px;
}
.blogPanel--list .webgene-blog .webgene-item .photo img {
  border-radius: 6px;
}
.blogPanel--list .webgene-blog .webgene-item .infoBox {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 5px;
}
.blogPanel--list .webgene-blog .webgene-item .infoBox .cate {
  display: inline-block;
  min-width: 150px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  background: #aaceb6;
}
.blogPanel--list .webgene-blog .webgene-item .infoBox .time {
  margin: 0 10px 0 0;
}
.blogPanel--list .webgene-blog .webgene-item .title {
  padding: 0 5px;
}
@media (min-width: 1025px) {
  .blogPanel--list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -30px;
  }
  .blogPanel--list .webgene-blog .webgene-item {
    width: calc(33.3333333333% - 30px);
    margin: 60px 0 0 30px;
  }
  .blogPanel--list .webgene-blog .webgene-item .photo {
    position: relative;
    height: 260px;
  }
  .blogPanel--list .webgene-blog .webgene-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blogPanel--list .webgene-pagination {
  overflow: hidden;
  width: 100%;
  margin: 100px auto 0;
  font-size: 14px;
}
.blogPanel--list .webgene-pagination ul {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.blogPanel--list .webgene-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.blogPanel--list .webgene-pagination ul li a {
  display: block;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  background: #f2eee7;
}
.blogPanel--list .webgene-pagination ul .prev {
  margin: 0 2px 0 0;
}
.blogPanel--list .webgene-pagination ul .next {
  position: relative;
  margin: 0 0 0 2px;
}
.blogPanel--list .webgene-pagination ul .selected a {
  color: #ffffff;
  background: #188440;
}
@media (min-width: 1025px) {
  .blogPanel--list .webgene-pagination ul .prev {
    float: left;
  }
  .blogPanel--list .webgene-pagination ul .next {
    float: right;
  }
}
.blogPanel--detail .webgene-blog .webgene-header {
  display: none;
}
.blogPanel--detail .webgene-blog img {
  border-radius: 6px;
}
.blogPanel--detail .webgene-blog .info {
  margin: 0 0 15px;
}
.blogPanel--detail .webgene-blog .info .cate {
  display: inline-block;
  min-width: 150px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  background: #aaceb6;
}
.blogPanel--detail .webgene-blog .info .time {
  display: inline-block;
  margin: 0 10px 0 0;
}
.blogPanel--detail .webgene-blog .ttlBox {
  max-width: 960px;
  margin: 0 0 25px;
  padding: 0 0 15px;
  font-size: 26px;
  background: url(https://ki-housing.com/system_panel/uploads/images/blog_title_line.png) left bottom no-repeat;
  background-size: 100% auto;
}
.blogPanel--detail .webgene-blog .slickSlide {
  margin: 0 0 40px;
}
.blogPanel--detail .webgene-blog .slickSlide img {
  border-radius: 6px;
}
.blogPanel--detail .webgene-blog .slick-list {
  margin: 0 0 10px;
}
.blogPanel--detail .webgene-blog .thumb-item {
  margin: 0 auto 10px;
}
@media (min-width: 1025px) {
  .blogPanel--detail .webgene-blog .thumb-item img {
    display: block;
    width: auto;
    max-height: 550px;
    object-fit: cover;
  }
}
.blogPanel--detail .webgene-blog .slick-slide {
  margin: 0 10px;
}
.blogPanel--detail .webgene-blog .slideNav .slider .li > div {
  overflow: hidden;
  position: relative;
  padding: 0 0 65%;
}
.blogPanel--detail .webgene-blog .slideNav .slider .li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogPanel--detail .webgene-blog .slideNav .slick-slide {
  margin: 0 5px;
}
.blogPanel--detail .webgene-blog .postBox .photo {
  margin-bottom: 40px;
}
.blogPanel--detail .webgene-blog .postBox .photo img {
  width: auto;
  max-width: 100%;
}
.blogPanel--detail .webgene-blog .postBox .postTxt {
  line-height: 2;
}
.blogPanel--detail .webgene-blog .postBox .postTxt p + p {
  margin: 30px 0 0;
}
.blogPanel--detail .webgene-blog .postBox .postTxt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.blogPanel--detail .webgene-blog .postBox .pdfArea {
  margin: 40px 0 0;
}
.blogPanel--detail .webgene-blog .postBox .pdfArea a {
  color: #2151a3;
}
.blogPanel--detail .btnBackBox {
  margin: 80px 0 0;
  text-align: center;
}
.blogPanel--detail .btnBack {
  display: inline-block;
  width: 280px;
  margin: 0 5px;
}
.blogPanel--detail .btnBack a {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  background: url(https://ki-housing.com/system_panel/uploads/images/btn_more_arrow.png) right 15px center no-repeat #188440;
  background-size: 5px auto;
}
.blogPanel--detail .webgene-item-aroundPageLink {
  display: inline-block;
}
.blogPanel--detail .webgene-item-aroundPageLink a {
  display: block;
  width: 40px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 20px;
  background: #d10b14;
}