@charset "UTF-8";
/* ----------------------------------------
//
// xxxSect 共通
//
---------------------------------------- */
.sect {
  padding-top: 80px;
  padding-bottom: 100px;
}
.sectTitle {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  .sect {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectTitle > .-en {
    font-size: 1.2rem;
  }
  .sectTitle > .-ja {
    font-size: 2.8rem;
  }
  .sectTitle > .-en + .-ja {
    margin-top: 10px;
  }
}
/* end xxxSect 共通 */
/* ----------------------------------------
//
// newsSect
//
---------------------------------------- */
.newsSect {
  position: relative;
}
.newsSect__inner {
  position: relative;
  max-width: 1180px;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #fff;
  margin: 50px auto;
  border-radius: 10px;
}
.newsSect__overlay {
  width: 1000px;
  margin: 0 auto;
}
.newsSect__title > .info {
  color: #333;
  font-size: 3rem;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #333;
}
.newsSect-list > li {
  display: flex;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.newsSect-list > li::after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 21px;
  font-family: "font awesome 5 free";
  font-size: 2.2rem;
  font-weight: 700;
}
.newsPost {
  display: flex;
  font-size: 1.6rem;
  line-height: 4;
  text-align: justify;
  color: #333;
  padding-left: 10px;
}
.newsPost__title {
  margin-left: 2em;
}
.newsPost__title > a {
  text-underline-offset: 7px;
  text-decoration: none;
}
.newsPost__time {
  order: -1;
  width: 110px;
}
.newsSect__btn-wrap {
  margin-top: 25px;
}
.newsSect__btn {
  width: 190px;
  height: 40px;
  background-color: transparent;
  color: #333;
  border: 1px solid currentColor;
  margin: auto;
}
.newsSect__btn:focus, .newsSect__btn:hover {
  background-color: #f1f2f3;
  color: #454545;
}
@media (max-width: 767px) {
  /*	.newsSect__bg {
		position: relative;
	}*/
  .newsSect__inner {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .newsSect__overlay {
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 30px auto;
    width: 90vw;
    background: #fff;
  }
  .newsSect__title {
    text-align: center;
  }
  .newsSect__title > .info {
    font-size: 1.6rem;
    line-height: 2;
    border-bottom: 2px solid #333;
  }
  .newsSect-list-wrap {
    margin-top: 12px;
  }
  .newsSect-list > li {
    margin: 5px auto;
  }
  .newsSect-list > li::after {
    display: none;
  }
  .newsPost {
    flex-direction: column;
  }
  .newsPost::after {
    content: "\f105";
    position: absolute;
    font-family: "font awesome 5 free";
    right: 10px;
    top: 20px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .newsPost {
    font-size: 1.5rem;
    line-height: 1.714;
    width: 95%;
  }
  .newsPost__title {
    margin-left: 0;
    width: 90%;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .newsSect__btn-wrap {
    display: table;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  /* .newsSect,
	.bukkenSect{
		width: 100vw;
	} */
  .newsSect__inner, .newsSect__overlay, .bukkenSect__inner {
    width: 90%;
  }
}
/* end newsSect */
/* ----------------------------------------
//
// bukkenSect
//
---------------------------------------- */
tbody td.images {
  width: 100px;
}
.bukkenSect {
  position: relative;
}
.bukkenSect__inner {
  position: relative;
  max-width: 1180px;
  padding: 50px 90px;
  background-color: #fff;
  border-radius: 10px;
  margin: 50px auto;
}
.bukkenSect__overlay {
  width: 1000px;
  margin: 0 auto;
}
.pg_body.-archive .dl_main {}
.dl_main-searchMenu {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.dl_main-searchMenu p {
  font-size: 2.4rem;
  position: relative;
  margin-left: 25px;
  margin-top: 6px;
}
.dl_main-searchMenu p::before {
  content: "\f1da";
  position: absolute;
  left: -30px;
  top: 2px;
  font-family: "font awesome 5 free";
  font-size: 2.4rem;
  font-weight: 900;
}
.dl_main-form {
  display: flex;
  font-size: 1.4rem;
}
.dl_main form {
  font-size: 1.4rem;
  line-height: 1.75;
}
.dl_main-form .btn {
  width: 100px;
}
.dl_main-form .btn02 {
  background-color: #454545;
  color: #fff;
}
.dl_main-table-wrap {
  margin-top: 42px;
}
.dl_main-table-wrap .bukken-table {
  display: grid;
  width: 100%;
  margin: auto;
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content 1fr;
}
.bukken-header, .bukken-data {
  display: grid;
  grid-template-columns: 10em 2fr 2fr 10em 10em;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}
.bukken-header {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px solid #333;
}
.bukken-data {
  border-bottom: 1px dotted #333;
  padding-bottom: 25px;
  padding-top: 25px;
}
.bukken-header span {
  display: flex;
  justify-content: center;
  word-break: break-word;
}
.bukken-data span {
  text-align: left;
}
.bukken-header span:first-child, .bukken-data .type-img {
  grid-area: 1 / 1 / 3 / 2;
}
.bukken-data .type-img {
  position: relative;
}
.bukken-data .type-img span.type {
  position: absolute;
  background: #183173;
  color: #fff;
  z-index: 99;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66;
  padding: 0 10px;
}
.bukken-data .type-img span.images img {
  position: relative;
  z-index: 9;
}
.bukken-data span.title {
  font-weight: bold;
}
.bukken-data span.price, .bukken-data span.shoudan, .bukken-data span.shoukai, .bukken-data span.keiyakuzumi, .bukken-data span.syuuryou {
  text-align: center;
}
.bukken-data span.shoukai {
  color: #0078d2;
  font-weight: bold;
}
.bukken-data span.shoudan {
  color: #be1e3e;
}
.bukken-data span.keiyakuzumi {
  color: #1c3370;
  font-weight: bold;
}
.bukken-data span.syuuryou {
  color: #333;
}
.bukken-data span.bikou {
  grid-area: 2 / 2 / 3 / 4;
  background: #f6f6f6;
  height: auto;
  margin-top: 0;
  line-height: 1.5625;
  padding: 10px 15px;
  font-size:  1.4rem;
  display: grid;
}
.bukken-data .link {
  grid-area: 2 / 4 / 3 / 6;
}
.bukken-data .link ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
 .bukken-data ul.propSingle-cta-btns li {
    width: 10em;
  }
.bukken-data ul.propSingle-cta-btns li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s;
}
.bukken-data ul.propSingle-cta-btns li a.left {
  background-color: #0078d2;
}
.bukken-data ul.propSingle-cta-btns li a.right {
  background-color: #183173;
}
.bukken-data ul.propSingle-cta-btns li i.fas.fa-chevron-right {
  padding-left: 5px;
}
.bukken-data ul.propSingle-cta-btns li a.right i {
  padding-left: 5px;
}
.bukken-data ul.propSingle-cta-btns li a:hover {
  opacity: 0.8;
}
.dl_main-table-wrap p {
  text-align: right;
  font-size:  1.4rem;
  margin-top: 20px;
}
/* end bukkenSect */
@media (max-width: 767px) {
  .pg_body.-archive .dl_main {
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    width: 90vw;
    margin: 0 auto;
    background: #fff;
  }
  .bukkenSect__inner {
    background: none;
    padding: 0;
  }
  .dl_main-searchMenu {
    flex-direction: column;
  }
  .dl_main-searchMenu form {
    margin-top: 20px;
  }
  .dl_main-table-wrap {
    margin-top: 0px;
  }
  .bukken-header {
    display: none;
  }
  .bukken-data .type-img {
    width: 80vw;
    height: auto;
    margin: 0 auto;
  }
  .bukken-data .type-img span.images img {
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 9;
  }
  .bukken-data .type-img span.type {
    position: absolute;
    background: #183173;
    color: #fff;
    z-index: 99;
    text-align: center;
    font-size: 12px;
    line-height: 2.5;
    width: auto;
    height: 30px;
  }
  .bukken-data > * {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .bukken-data span {
    text-align: left;
    height: 20px;
    margin-top: 0px;
  }
  .bukken-data span.title {
    font-weight: 700;
  }
  .bukken-data {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    text-align: left;
    align-items: initial;
  }
  .bukken-data .type-img {
    grid-area: 1 / 1 / 2 / 5;
  }
  .bukken-data span.title {
    grid-area: 2 / 1 / 3 / 5;
  }
  .bukken-data span.syozaichi {
    grid-area: 3 / 1 / 4 / 5;
  }
  .bukken-data span.price {
    grid-area: 4 / 1 / 5 / 3;
  }
  .bukken-data span.shoudan {
    grid-area: 4 / 5 / 5 / 3;
  }
  .bukken-data span.shoukai {
    grid-area: 4 / 3 / 5 / 5;
  }
  .bukken-data span.link {
    grid-area: 4 / 3 / 5 / 4;
    text-align: center;
  }
  .bukken-data span.bikou {
    grid-area: 5 / 1 / 6 / 5;
  }
  .bukken-data span.bikou {
    height: auto;
  }
  .bukken-data span:not(:first-child) {
    margin-top: 10px;
  }
  .bukken-data span:empty {
    display: none;
  }
  .bukken-data .link {
    grid-area: 6 / 1 / 6 / 5;
  }
  .bukken-data ul.propSingle-cta-btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0 0;
  }
  .bukken-data ul.propSingle-cta-btns li {
    width: 50%;
  }
  .bukken-data ul.propSingle-cta-btns li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    min-width: 140px;
    border-radius: 4px;
  }
  .bukken-data ul.propSingle-cta-btns li.left {
    background-color: #0078d2;
  }
  .bukken-data i.fas.fa-chevron-right {
    padding-left: 15px;
  }
  .bukken-data ul.propSingle-cta-btns li.right {
    background-color: #183173;
  }
  .bukken-data i.fas.fa-external-link-alt {
    padding-left: 15px;
  }
  .dl_main-table-wrap p {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .dl_main-searchMenu p {
    font-size: 2rem;
  }
  .dl_main-searchMenu p::before {
    font-size: 2rem;
  }
  .dl_main-searchMenu p::before {
    left: -25px;
  }
}