<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  text-align: justify;
  text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-only {
  display: none;
}

.text-shadow {
  text-shadow: 0 0 5px #555, 0 0 5px #555;
}

.text-white {
  color: white;
}

.border-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.border-side:before, .border-side:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666;
}
.border-side:before {
  margin-right: 2rem;
}
.border-side:after {
  margin-left: 2rem;
}

.bg-rectangle-1:before {
  position: absolute;
  background-color: #f4f1e9;
  content: "";
  width: 250px;
  height: 250px;
  top: -100px;
  left: -100px;
  z-index: 0;
}
.bg-rectangle-1:after {
  position: absolute;
  background-color: #f4f1e9;
  content: "";
  width: 250px;
  height: 250px;
  top: initial;
  left: initial;
  bottom: -100px;
  right: -100px;
  z-index: 0;
}

.smb-items__banner .smb-items__banner__figure img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.smb-items__banner:active .smb-items__banner__figure img, .smb-items__banner:hover .smb-items__banner__figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.hover-text-display .smb-items__banner .smb-items__banner__body {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hover-text-display .smb-items__banner:hover .smb-items__banner__body {
  opacity: 1;
}
.hover-text-display .smb-items__banner .smb-items__banner__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-shadow: 0 0 5px #333, 0 0 5px #333;
}
.hover-text-display .smb-items__banner .smb-items__banner__lede {
  font-size: 1.2rem;
  text-shadow: 0 0 5px #333, 0 0 5px #333;
}
@media screen and (max-width: 768px) {
  .hover-text-display .smb-items__banner:active .smb-items__banner__figure, .hover-text-display .smb-items__banner:hover .smb-items__banner__figure {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
  .hover-text-display .smb-items__banner .smb-items__banner__body {
    padding: 5px;
  }
  .hover-text-display .smb-items__banner .smb-items__banner__title {
    font-size: 0.9rem;
  }
  .hover-text-display .smb-items__banner .smb-items__banner__lede {
    font-size: 0.75rem;
    text-align: left;
  }
  .hover-text-display .smb-items__banner .smb-items__banner__lede br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: initial;
  }
}
@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
    cursor: default;
  }
}
.dl-table {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dl-table dt {
  font-weight: normal;
  background-color: #f0f1f5;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
}
.dl-table dt,
.dl-table dd {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dl-table dd.dd-1-col {
  -webkit-flex-basis: 85%;
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%;
}
.dl-table dd.dd-2-col {
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
}

@media screen and (max-width: 768px) {
  .dl-table dt,
.dl-table dd {
    font-size: 0.9rem;
  }
  .dl-table dt {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.8rem;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .dl-table dd.dd-1-col,
.dl-table dd.dd-2-col {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
}
.p-global-nav .c-navbar__item &gt; a {
  font-weight: 500;
}

.c-site-branding__title .custom-logo {
  max-width: 300px !important;
  margin-bottom: 5px;
}

.page-achievement .l-contents__inner:first-child {
  padding-top: 0;
}

.c-page-header {
  background-color: #f0f1f5;
  border-bottom: 2px solid #003c8a;
}
.c-page-header__title {
  font-size: 2rem;
  font-weight: 500;
}
.c-page-header__meta {
  font-weight: 500;
}

footer.l-footer {
  border: 0;
  background-color: #454545;
  color: #fff;
  padding-top: 50px;
}
footer.l-footer a {
  color: #fff;
}
footer.l-footer .footer-info {
  text-align: center;
}
footer.l-footer .footer-info .footer-logo img {
  width: 300px;
  max-width: 90%;
  margin-right: 30px;
}
footer.l-footer .footer-info .footer-company {
  margin: 20px 0 0;
  font-size: 0.9rem;
}
footer.l-footer .footer-info .footer-tel {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 500;
}
footer.l-footer .footer-info .footer-tel .tel {
  color: #fff;
}
footer.l-footer .footer-info .footer-tel-time {
  font-size: 0.8rem;
}
footer.l-footer .footer-info .footer-contact {
  margin-top: 30px;
}
footer.l-footer .footer-info .footer-contact a {
  background-color: #fff;
  border-radius: 5px;
  color: #454545;
  padding: 15px 70px;
}
footer.l-footer .widget_nav_menu h2 {
  color: #aaa;
  display: block;
  font-size: 1rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-top: 0;
}
footer.l-footer .widget_nav_menu ul.menu &gt; li:before {
  content: "-";
  margin: 0 5px;
}
footer.l-footer .c-sub-nav .c-navbar__item {
  margin: 0;
  color: #ccc;
}
footer.l-footer .c-copyright {
  padding: 15px 0;
  font-size: 0.8rem;
  background-color: #333;
}

.acs-btn a.smb-btn {
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.acs-btn a.smb-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #003c8a;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.acs-btn a.smb-btn:hover {
  color: #fff;
}
.acs-btn a.smb-btn:hover::before {
  color: #fff;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.acs-btn-white a.smb-btn:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

@media screen and (max-width: 768px) {
  .c-page-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#drawer-nav[aria-hidden=false] .drawer_nav_logo {
  padding: 15px 0;
}
#drawer-nav[aria-hidden=false] .menu-item .c-drawer__toggle {
  display: none;
}
#drawer-nav[aria-hidden=false] .menu-item a:not([href]) {
  pointer-events: none;
  opacity: 0.6;
  border-bottom: 1px solid;
}
#drawer-nav[aria-hidden=false] .menu-item .c-drawer__submenu[aria-hidden=true] {
  height: auto;
  overflow: visible;
  visibility: visible;
  display: block;
}
#drawer-nav[aria-hidden=false] .menu-item.contact {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #003c8a;
  text-align: center;
  font-weight: bold;
}

.top-main-visual h2 {
  font-weight: 500;
  text-shadow: 0 0 8px #000, 0 0 5px #555;
}
.top-main-visual p {
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}

.top-news-section {
  padding: 0;
  background-color: #f0f1f5;
}
.top-news-section ul {
  max-width: 1200px;
  margin: 0 auto;
}
.top-news-section ul p {
  font-size: 0.8rem;
  padding: 7px 0;
  margin: 0;
}

.top-company .smb-section__title:after {
  background-color: #ffffff;
}

.concept-1 .wp-block-group.broken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0 !important;
}
.concept-1 .wp-block-group.broken .broken__image {
  width: 80%;
  z-index: 1;
}
.concept-1 .wp-block-group.broken .broken__image img {
  width: 100%;
}
.concept-1 .wp-block-group.broken .broken__text {
  position: relative;
  width: 45%;
  margin: 200px 0 0 -25%;
}
.concept-1 .wp-block-group.broken .broken__text__inner {
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.concept-2 .wp-block-group.broken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0 !important;
}
.concept-2 .wp-block-group.broken .broken__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 80%;
  z-index: 1;
}
.concept-2 .wp-block-group.broken .broken__image img {
  width: 100%;
}
.concept-2 .wp-block-group.broken .broken__text {
  position: relative;
  width: 45%;
  margin: 200px -25% 0 0;
}
.concept-2 .wp-block-group.broken .broken__text__inner {
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.concept-3 .c-entries__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  max-width: 25%;
}
.concept-3 li.c-entries__item &gt; a {
  pointer-events: none;
  cursor: default;
}
.concept-3 .c-entry-summary__figure {
  margin: 0;
}
.concept-3 .c-entry-summary__title {
  font-size: 1rem;
  text-shadow: 0 0 4px #fff;
}
.concept-3 .c-entry-summary__content {
  display: none;
}

@media screen and (max-width: 768px) {
  .concept-1 .wp-block-group.broken {
    display: block;
  }
  .concept-1 .wp-block-group.broken .broken__image {
    margin-bottom: 15px;
    width: 100%;
  }
  .concept-1 .wp-block-group.broken .broken__text {
    margin: 0;
    width: 100%;
  }
  .concept-1 .wp-block-group.broken .broken__text__inner {
    background: none;
    padding: 0;
  }
  .concept-2 .wp-block-group.broken {
    display: block;
  }
  .concept-2 .wp-block-group.broken .broken__image {
    margin-bottom: 15px;
    width: 100%;
  }
  .concept-2 .wp-block-group.broken .broken__text {
    margin: 0;
    width: 100%;
  }
  .concept-2 .wp-block-group.broken .broken__text__inner {
    background: none;
    padding: 0;
  }
  .concept-3 .smb-box {
    padding: 15px;
  }
  .concept-3 .smb-box .smb-box__body h2,
.concept-3 .smb-box .smb-box__body p {
    text-align: left;
  }
  .concept-3 .smb-box .smb-box__body h2 br,
.concept-3 .smb-box .smb-box__body p br {
    display: none;
  }
}
.commitment-1 .wp-block-group.broken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0 !important;
}
.commitment-1 .wp-block-group.broken .broken__image {
  width: 80%;
  z-index: 1;
}
.commitment-1 .wp-block-group.broken .broken__image img {
  width: 100%;
}
.commitment-1 .wp-block-group.broken .broken__text {
  position: relative;
  width: 45%;
  margin: 200px 0 0 -25%;
}
.commitment-1 .wp-block-group.broken .broken__text__inner {
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.commitment-2 .wp-block-group.broken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0 !important;
}
.commitment-2 .wp-block-group.broken .broken__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 80%;
  z-index: 1;
}
.commitment-2 .wp-block-group.broken .broken__image img {
  width: 100%;
}
.commitment-2 .wp-block-group.broken .broken__text {
  position: relative;
  width: 45%;
  margin: 200px -25% 0 0;
}
.commitment-2 .wp-block-group.broken .broken__text__inner {
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .commitment-1 .wp-block-group.broken {
    display: block;
  }
  .commitment-1 .wp-block-group.broken .broken__image {
    margin-bottom: 15px;
    width: 100%;
  }
  .commitment-1 .wp-block-group.broken .broken__text {
    margin: 0;
    width: 100%;
  }
  .commitment-1 .wp-block-group.broken .broken__text__inner {
    background: none;
    padding: 0;
  }
  .commitment-2 .wp-block-group.broken {
    display: block;
  }
  .commitment-2 .wp-block-group.broken .broken__image {
    margin-bottom: 15px;
    width: 100%;
  }
  .commitment-2 .wp-block-group.broken .broken__text {
    margin: 0;
    width: 100%;
  }
  .commitment-2 .wp-block-group.broken .broken__text__inner {
    background: none;
    padding: 0;
  }
}
#top-message-2 {
  margin-bottom: 100px;
}
#top-message-2 .wp-block-group.broken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 0 !important;
}
#top-message-2 .wp-block-group.broken .broken__image {
  text-align: right;
  margin-bottom: -100px;
  z-index: 1;
}
#top-message-2 .wp-block-group.broken .broken__text {
  position: relative;
  width: 60%;
  margin: 0;
}
#top-message-2 .wp-block-group.broken .broken__text__inner {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #top-message-1 h2 {
    font-size: 1.2rem;
  }
  #top-message-1 h2 span {
    font-size: 1rem !important;
  }
  #top-message-1 figure {
    text-align: center;
  }
  #top-message-1 figure img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
  #top-message-1 h3 {
    text-align: center;
  }
  #top-message-2 .wp-block-group.broken {
    display: block;
  }
  #top-message-2 .wp-block-group.broken .broken__image {
    margin-bottom: 15px;
  }
  #top-message-2 .wp-block-group.broken .broken__text {
    width: 100%;
  }
  #top-message-2 .wp-block-group.broken .broken__text__inner {
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .company-profile-table td {
    display: block;
  }
  .company-profile-table td:first-child {
    padding-top: 30px;
    padding-bottom: 0;
    font-weight: 500;
  }
}
ul.c-entries--simple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.c-entries--simple li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
ul.c-entries--simple li:nth-child(2n-1) {
  padding-right: 15px;
}
ul.c-entries--simple li:nth-child(2n) {
  padding-left: 15px;
}
ul.c-entries--simple li .c-entry-summary__figure {
  width: 25%;
  min-height: 100px;
  margin-right: 15px;
}
ul.c-entries--simple li .c-entry-summary__title {
  font-size: 1.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
ul.c-entries--simple li .c-entry-summary__content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-prev-next-nav__item a {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  ul.c-entries--simple {
    display: initial;
  }
  ul.c-entries--simple li {
    padding: 0 !important;
  }
}
/* パネルホバー時の装飾 */
.c-entry__body .related-bukken {
  margin-top: 200px;
  padding: 50px;
  background-color: #f4f1e9;
}
.c-entry__body .related-bukken h2 {
  text-align: center;
  margin-bottom: 50px;
}
.c-entry__body .related-bukken .related-bukken-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-entry__body .related-bukken .related-bukken-detail .related-bukken-image {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
.c-entry__body .related-bukken .related-bukken-detail .related-bukken-body {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  margin-left: 30px;
}
.c-entry__body .related-bukken .related-bukken-detail .related-bukken-body .bukken-name {
  font-size: 1.2rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.c-entry__body .related-bukken .related-bukken-detail .related-bukken-body .related-bukken-description {
  margin: 5px 0 10px 0;
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-entry__body .related-bukken .related-bukken-detail .related-bukken-body .related-bukken-description br {
  display: none;
}
.c-entry__body .related-bukken .related-bukken-btn {
  background-color: #003c8a;
  border: none;
  border-radius: var(--_border-radius, 6px);
  color: var(--_color-white, #fff);
  cursor: pointer;
  display: inline-block;
  padding: calc(var(--_space, 1.8rem) * 0.35) calc(var(--_space, 1.8rem) * 1.25);
  text-align: center;
  -webkit-transition: all var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
  transition: all var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
}
.c-entry__body .related-bukken .related-bukken-btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

@media screen and (max-width: 768px) {
  .c-entry__body .related-bukken .related-bukken-detail {
    display: block;
  }
  .c-entry__body .related-bukken .related-bukken-detail .related-bukken-image img {
    width: 100%;
  }
  .c-entry__body .related-bukken .related-bukken-detail .related-bukken-body {
    margin-left: 0;
  }
  .c-entry__body .related-bukken .related-bukken-detail .related-bukken-body .bukken-name {
    margin: 10px 0 0;
    padding-bottom: 0;
    border: 0;
  }
  .c-entry__body .related-bukken .related-bukken-detail .related-bukken-body .related-bukken-btn {
    width: 100%;
  }
}
.page-our-promise h2 {
  font-size: 1.5rem;
}
.page-our-promise .our-promise-border-bottom {
  border-bottom: 1px solid;
  padding-bottom: 50px;
}
.page-our-promise .smb-section__subtitle {
  position: relative;
  margin-bottom: 15px;
}
.page-our-promise .smb-section__subtitle:after {
  content: "";
  position: absolute;
  bottom: -5px;
  border-bottom: 2px solid #003c8a;
  display: inline-block;
  width: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.related-bukken {
  margin-top: 200px;
  padding: 50px;
  background-color: #f4f1e9;
}
.related-bukken h2 {
  text-align: center;
  margin-bottom: 50px;
}
.related-bukken .related-bukken-detail,
.related-bukken a.xxx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-bukken .related-bukken-detail .related-bukken-image,
.related-bukken a.xxx .related-bukken-image {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
.related-bukken .related-bukken-detail .related-bukken-body,
.related-bukken a.xxx .related-bukken-body {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  margin-left: 30px;
}
.related-bukken .related-bukken-detail .related-bukken-body .bukken-name,
.related-bukken a.xxx .related-bukken-body .bukken-name {
  font-size: 1.2rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.related-bukken .related-bukken-detail .related-bukken-body .related-bukken-description,
.related-bukken a.xxx .related-bukken-body .related-bukken-description {
  margin: 5px 0 10px 0;
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.related-bukken .related-bukken-detail .related-bukken-body .related-bukken-description br,
.related-bukken a.xxx .related-bukken-body .related-bukken-description br {
  display: none;
}
.related-bukken .related-bukken-btn {
  background-color: #003c8a;
  border: none;
  border-radius: var(--_border-radius, 6px);
  color: var(--_color-white, #fff);
  cursor: pointer;
  display: inline-block;
  padding: calc(var(--_space, 1.8rem) * 0.35) calc(var(--_space, 1.8rem) * 1.25);
  text-align: center;
  -webkit-transition: all var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
  transition: all var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
}
.related-bukken .related-bukken-btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

@media screen and (max-width: 768px) {
  .related-bukken {
    padding: 15px;
  }
  .related-bukken .related-bukken-detail {
    display: block;
  }
  .related-bukken .related-bukken-detail .related-bukken-image img {
    width: 100%;
  }
  .related-bukken .related-bukken-detail .related-bukken-body {
    margin-left: 0;
  }
  .related-bukken .related-bukken-detail .related-bukken-body .bukken-name {
    margin: 10px 0 0;
    padding-bottom: 0;
    border: 0;
  }
  .related-bukken .related-bukken-detail .related-bukken-body .related-bukken-btn {
    width: 100%;
  }
}
.single-bukken {
  /*
    #mainImg {
      margin-bottom: 10px;
      height: 580px;
      img {
        object-fit: contain;
        height: 550px;
        width: 100%;
      }
      .caption {
        font-size: 0.8rem;
        text-align: center;
        overflow: hidden;
        height: 30px;
      }
    }
    #subImg {
      list-style: none;
      padding-left: 0;

      display: flex;
      margin: 0 -5px;
      flex-wrap: wrap;
      li {
        width: calc(20% - 10px);
        margin: 5px;
        img {
          object-fit: cover;
          height: 100px;
          width: 100%;
        }
        .caption {
          //font-size: 1.4rem;
          text-align: center;
          overflow: hidden;
          height: 30px;
        }
        &amp;:hover {
          cursor: pointer;
          opacity: 0.8;
          transition: 0.3s;
        }
      }
    }
  */
  /*
    dl.bld-info{
      padding:0;
      margin:0;
    }
  */
  /*
    // 売主物件へのリンク非表示
    a[href*="3142"] {
      display: none;
    }

    // 価格・交通
    .bld-info-2{
      display:flex;
      background-color: #fffcdf;
      padding: 15px;
      //font-size: 1.4rem;
      line-height: 1.7;
      table{
        width:50%;
        height: fit-content;
        th,
        td{
          vertical-align:top;
        }
        th{
          font-weight:normal;
          width: 7rem;
        }
      }
      .bld-info-2-1{
        th{
          vertical-align:bottom;
        }
        td{
          //font-size:1.8rem;
        }
      }
    }
    .catch{
      padding:15px 0 30px;
    }
    .photoListL {
      display:flex;
      flex-direction: row-reverse;
      li{
        width:50%;
        img{
          width: 100%;
          height: 340px;
          object-fit: contain;
          vertical-align: bottom;
        }
      }
    }
    .photoListS {
      display:flex;
      flex-wrap:wrap;
      margin:0 -10px;
      li{
        padding: 10px;
        img{
          vertical-align: bottom;
        }
      }
    }
    .photo_description{
      //font-size:1.3rem;
      width: 128px;
      line-height: 1.3;
      margin-top: 5px;
    }
  */
  /*
  .tabs {
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    ul{
      margin:0;
    }
    // タブのスタイル
    .tab_item {
      width: calc(100%/3);
      height: 50px;
      border-bottom: 3px solid $color-logo;
      background-color: #d9d9d9;
      line-height: 50px;
      //font-size: 16px;
      text-align: center;
      color: #565656;
      display: block;
      float: left;
      text-align: center;
      font-weight: bold;
      transition: all 0.2s ease;
      &amp;:hover {
        opacity: 0.75;
      }
    }
    // ラジオボタンを全て消す
    input[name="tab_item"] {
      display: none;
    }
    // タブ切り替えの中身のスタイル
    .tab_content {
      display: none;
      padding: 5px 40px 0;
      clear: both;
      overflow: hidden;
    }
    // 選択されているタブのコンテンツのみを表示
    #tab_reform:checked ~ #reform_content,
    #tab_shiyou:checked ~ #shiyou_content,
    #tab_map:checked ~ #map_content {
      display: block;
    }
    // 選択されているタブのスタイルを変える
    input:checked + .tab_item {
      background-color: $color-logo;
      color: #fff;
    }
  }*/
  /*
  // リフォーム内容
  .bld-info-reform {
    //font-size: 1.6rem;
    // specList:旧、specList2:新
    .specList,
    .specList2 {
      display: flex;
      ul {
        width: 50%;
        //        list-style-type: none;
        padding-left: 30px;
        li {
          position: relative;
          line-height: 1.8;
          &amp;::after {
            content: "";
            display: block;
            position: absolute;
            top: 0.5em;
            left: -1.5em;
            width: 10px;
            height: 5px;
            border-left: 3px solid #9c9c9c;
            border-bottom: 3px solid #9c9c9c;
            transform: rotate(-45deg);
          }
        }
      }
    }
  }
  */
  /*
    .map_canvas{
      margin:30px 0 0;
    }
    .bld-info-map{
      //font-size:1.6rem;
      .mapList{
        display:initial;
        ul{
          width:initial;
          display: flex;
          flex-flow: wrap;
          li {
            flex-basis:50%;
          }
        }
      }
    }
  */
  /*
  // お問い合わせ
  .detail_form {
    background-color: #f2f2f2;
    padding: 30px;
    border: 3px solid #ccc;
    #toiawasesaki {
      margin-top: 0;
      h2 {
        text-align: center;
        margin: 0 0 15px 0;
      }
      .name {
        margin-bottom: 0;
        //font-size: 1.8rem;
        font-weight: bold;
      }
      .address {
        margin-top: 0;
      }
    }
    form {
      h3,
      h4 {
        margin-bottom: 0;
      }
      .input-text input,
      .input-textarea textarea {
        padding: 8px;
        //font-size: 1.6rem;
        background-color: #fff;
        border: 2px solid #aaa;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
      }
      .input-checkbox ul {
        margin-top: 0;
      }
      .btn-submit {
        //font-size: 1.8rem;
        padding: 5px 50px;
        margin: 30px 0;
        background-color: #ff9800;
        color: #fff;
        border: 0;
        border-radius: 5px;
        cursor: pointer;
      }
    }
  }
  */
}
.single-bukken .search-pref h3 {
  font-size: 1.2rem;
  margin: 30px 0 5px 0;
}
.single-bukken .search-pref ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-bukken .search-pref ul li {
  margin-bottom: 10px;
}
.single-bukken .search-pref ul li a {
  color: #000;
  background-color: #eee;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px 10px 15px;
}
.single-bukken .search-pref ul li a:hover {
  color: #000;
  background-color: #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-bukken .container-two-col .main-content {
  max-width: 800px;
  float: left;
}
.single-bukken .container-two-col .side-content {
  width: 250px;
  float: right;
}
.single-bukken .container-two-col .side-content:after {
  clear: both;
}
.single-bukken .container-two-col:after {
  content: "";
  display: block;
  clear: both;
}
.single-bukken h1 {
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single-bukken h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  border-bottom: 2px solid #555;
  padding-bottom: 5px;
  margin-top: 80px;
}
.single-bukken .bld_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-bukken .bld_info .price,
.single-bukken .bld_info .size,
.single-bukken .bld_info .madori {
  font-weight: bold;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  padding: 0 15px;
  margin-right: 15px;
}
.single-bukken .bld_info .unit {
  font-size: 1rem;
  font-weight: normal;
}
.single-bukken .bld_info .info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.single-bukken .bld_info .info-icon:last-child {
  margin-right: 0;
}
.single-bukken .bld_info .info-icon img {
  display: block;
}
.single-bukken .bld_info .info-icon .info-icon-text {
  padding-left: 5px;
  line-height: 1.3;
  font-size: 0.8rem;
}
.single-bukken .loan .loan_memo {
  font-size: 0.8rem;
}
.single-bukken .access {
  line-height: 1.4;
  margin-bottom: 30px;
}
.single-bukken .seller-property {
  margin: 30px 0;
  padding: 3px;
  text-align: center;
  background-color: #ff5722;
  color: #fff;
}
.single-bukken .seller-property .fee-free {
  font-weight: bold;
}
.single-bukken .sliderArea {
  margin: 0 auto;
}
.single-bukken .sliderArea .caption {
  font-size: 0.8rem;
  text-align: center;
  overflow: hidden;
  height: 25px;
}
.single-bukken .sliderArea .slider_main .slick-slide {
  margin: 0;
  width: 100%;
}
.single-bukken .sliderArea .slider_main .slick-slide::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.single-bukken .sliderArea .slider_main img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-bottom: 30px;
}
.single-bukken .sliderArea .thumb {
  margin: 10px 0 0;
  overflow: initial;
}
.single-bukken .sliderArea .thumb .slick-dots {
  display: none !important;
}
.single-bukken .sliderArea .thumb .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-bukken .sliderArea .thumb .slick-slide:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-bukken .sliderArea .thumb .slick-slide img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-bukken .sliderArea .slider {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.single-bukken .sliderArea .slider.slick-initialized {
  opacity: 1;
}
.single-bukken .sliderArea .slick-prev,
.single-bukken .sliderArea .slick-next {
  z-index: 1;
  top: calc(50% - 12px);
}
.single-bukken .sliderArea .slick-prev:before,
.single-bukken .sliderArea .slick-next:before {
  color: rgba(0, 0, 0, 0.3764705882);
}
.single-bukken .sliderArea .slick-active {
  opacity: 1;
}
.single-bukken .sliderArea .slick-current {
  opacity: 1;
}
.single-bukken .bukken-renovation-blog {
  margin-top: 30px;
}
.single-bukken .bukken-renovation-blog a {
  background-color: #eee;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-bukken .bukken-renovation-blog a .bukken-renovation-blog-img {
  width: 20%;
}
.single-bukken .bukken-renovation-blog a .bukken-renovation-blog-body {
  width: 80%;
  padding-left: 15px;
}
.single-bukken .bukken-renovation-blog a .bukken-renovation-blog-body h2 {
  margin: 0;
  border: 0;
  font-size: 1.1rem;
}
.single-bukken .bukken-renovation-blog a .bukken-renovation-blog-body p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.single-bukken ul.acs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.single-bukken ul.acs-list li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  /*
        &amp;:before {
          content: "・";
        }
  */
}
.single-bukken .bukken_gaiyou {
  border-collapse: collapse;
  width: 100%;
}
.single-bukken .bukken_gaiyou th,
.single-bukken .bukken_gaiyou td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  padding: 8px;
  font-weight: normal;
}
.single-bukken .bukken_gaiyou th {
  width: 15%;
}
.single-bukken .bukken_gaiyou td {
  width: 35%;
  background-color: initial;
}
.single-bukken .guarantee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-bukken .guarantee-content .guarantee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-right: 30px;
}
.single-bukken .guarantee-content .guarantee:last-child {
  margin-right: 0;
}
.single-bukken .guarantee-content .guarantee .guarantee-icon {
  padding-right: 5px;
}
.single-bukken .guarantee-content .guarantee .guarantee-icon img {
  height: 60px;
  max-width: initial;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-bukken .guarantee-content .guarantee .guarantee-text {
  line-height: 1.3;
  font-size: 0.8rem;
}
.single-bukken .bld_shiyou ul.specIconList {
  overflow: hidden;
  zoom: 1;
  padding: 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-bukken .bld_shiyou ul.specIconList li {
  margin: 15px;
  width: 64px;
  height: 77px;
  background: url("../images/detail_specicons.gif") no-repeat;
  text-indent: -9999px;
  display: block;
  /*
        &amp;.specIcon28 {
          order: 3;
          background-position: 0px -333px;
          clear: both;
          height: 40px;
          margin-top: 18px;
          width: 100%;
          background-position-x: center;
        }
  */
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon01 {
  background-position: 0px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon02 {
  background-position: -77px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon03 {
  background-position: -154px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon04 {
  background-position: -231px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon05 {
  background-position: -308px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon06 {
  background-position: -385px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon07 {
  background-position: -462px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon08 {
  background-position: -539px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon09 {
  background-position: -616px 0px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon10 {
  background-position: 0px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon11 {
  background-position: -77px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon12 {
  background-position: -154px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon13 {
  background-position: -231px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon14 {
  background-position: -308px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon15 {
  background-position: -385px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon16 {
  background-position: -462px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon17 {
  background-position: -539px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon18 {
  background-position: -616px -84px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon19 {
  background-position: 0px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon20 {
  background-position: -77px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon21 {
  background-position: -154px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon22 {
  background-position: -231px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon23 {
  background-position: -308px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon24 {
  background-position: -385px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon25 {
  background-position: -462px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon26 {
  background-position: -539px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon27 {
  background-position: -616px -168px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon30 {
  background-position: 0px -251px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon31 {
  background-position: -77px -251px;
}
.single-bukken .bld_shiyou ul.specIconList li.specIcon32 {
  background-position: -154px -251px;
}
.single-bukken .bld_shiyou ul.specIconList li.dummy {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 0;
  background: none;
  margin-top: 0;
  margin-bottom: 0;
}
.single-bukken #gmap {
  width: 100%;
  height: 450px;
  background-color: #eee;
}
.single-bukken .sidebar__item--fixed {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 30px;
  top: 150px;
  z-index: 1;
}
.single-bukken .sidebar__item--fixed .btn {
  background-color: #003c8a;
  border: none;
  border-radius: var(--_border-radius, 6px);
  color: var(--_color-white, #fff);
  cursor: pointer;
  display: block;
  padding: calc(var(--_space, 1.8rem) * 0.35) calc(var(--_space, 1.8rem) * 1.25);
  text-align: center;
  -webkit-transition: all var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
  transition: all var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
}
.single-bukken .sidebar__item--fixed .btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

@media screen and (max-width: 768px) {
  .single-bukken .bld_info .price,
.single-bukken .bld_info .size,
.single-bukken .bld_info .madori {
    font-weight: bold;
    padding: 0 7px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .single-bukken .sliderArea .thumb .slick-slide img {
    height: 60px;
  }
  .single-bukken .sliderArea .slick-prev {
    left: -13px;
  }
  .single-bukken .sliderArea .slick-next {
    right: -13px;
  }
  .single-bukken .bukken-renovation-blog a {
    padding: 10px;
  }
  .single-bukken .bukken-renovation-blog a .bukken-renovation-blog-img {
    width: 25%;
  }
  .single-bukken .bukken-renovation-blog a .bukken-renovation-blog-body {
    width: 75%;
    padding-left: 10px;
  }
  .single-bukken .bukken-renovation-blog a .bukken-renovation-blog-body h2 {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .single-bukken .bukken-renovation-blog a .bukken-renovation-blog-body p {
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .single-bukken .guarantee-content .guarantee {
    margin-right: 20px;
  }
  .single-bukken .guarantee-content .guarantee .guarantee-icon img {
    height: 50px;
  }
  .single-bukken .bld_shiyou ul.specIconList {
    margin: 0 -5px;
  }
  .single-bukken .bld_shiyou ul.specIconList li {
    margin: 5px;
  }
  .single-bukken ul.acs-list li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .single-bukken .bukken_gaiyou th,
.single-bukken .bukken_gaiyou td {
    padding: 3px 2px;
    font-weight: normal;
  }
  .single-bukken .bukken_gaiyou th {
    width: 6rem;
  }
  .single-bukken .bukken_gaiyou td {
    width: initial;
  }
  .single-bukken #gmap {
    height: 400px;
  }
  .single-bukken .container-two-col .side-content {
    margin-top: 100px;
    width: 100%;
  }
}
.search {
  background-color: #eee;
  margin-top: 30px;
  padding: 15px;
  border-radius: 5px;
}
.search .search-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.search .search-reset {
  margin-right: 5px;
  float: right;
  font-size: 1rem;
  letter-spacing: 0;
}
.search .search-reset :hover {
  opacity: 0.5;
}
.search dl.pref {
  margin-bottom: 15px;
}
.search dl.pref dt {
  display: inline-block;
  margin-bottom: 0;
  width: 100px;
  padding-left: 10px;
}
.search dl.pref dd.area {
  display: inline-block;
  margin: 0;
}
.search dl.pref dd.area ul {
  margin: 0;
  display: inline-block;
  padding: 0;
}
.search dl.pref dd.area ul li {
  display: inline-block;
  margin-right: 5px;
}
.search dl.pref dd.area ul li:last-child {
  margin-right: 0;
}
.search dl.pref dd.area ul li a {
  font-size: 0.9rem;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 5px;
  text-align: center;
}
.search dl.pref dd.area ul li a:hover, .search dl.pref dd.area ul li a.current {
  background-color: #ddd;
  color: #000;
}
.search dl.pref dd.area ul li a.current {
  pointer-events: none;
}

.bukken-list-top ul.c-entries,
.post-type-archive-bukken ul.c-entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bukken-list-top ul.c-entries li,
.post-type-archive-bukken ul.c-entries li {
  width: calc(33.3% - 30px);
  height: auto;
  position: relative;
  line-height: 1.8;
}
.bukken-list-top ul.c-entries li a .c-entry-summary__figure,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__figure {
  height: 250px;
  background-color: #eee;
  border-radius: 10px;
  margin: 0;
}
.bukken-list-top ul.c-entries li a .c-entry-summary__figure img,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.bukken-list-top ul.c-entries li a .c-entry-summary__body,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bukken-list-top ul.c-entries li a .c-entry-summary__body header,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__body header {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
      -ms-flex-order: 99;
          order: 99;
}
.bukken-list-top ul.c-entries li a .c-entry-summary__body header h2,
.bukken-list-top ul.c-entries li a .c-entry-summary__body header h3,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__body header h2,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__body header h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.bukken-list-top ul.c-entries li a .c-entry-summary__body .price,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__body .price {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 5px;
}
.bukken-list-top ul.c-entries li a .c-entry-summary__body .price .unit,
.post-type-archive-bukken ul.c-entries li a .c-entry-summary__body .price .unit {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .post-type-archive-bukken {
    /*
        ul.bld_list {
          li {
            width: 100%;
            a {
              .photo {
                img {
                }
              }
              .info {
                h2 {
                }
                .price {
                  .unit {
                  }
                }
                .space {
                }
              }
            }
          }
        }
    */
  }
  .post-type-archive-bukken .search dl.pref dt {
    display: block;
    padding: 0;
  }
  .post-type-archive-bukken .search dl.pref dd.area ul li a {
    padding: 3px 7px;
  }
  .post-type-archive-bukken .search dl.pref dd.area ul li a .area-name {
    display: none;
  }
}
.contact-bukken {
  padding: 30px;
  background-color: #f4f1e9;
}
.contact-bukken h2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.contact-bukken .contact-bukken-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-bukken .contact-bukken-detail .contact-bukken-image {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
}
.contact-bukken .contact-bukken-detail .contact-bukken-body {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  margin-left: 30px;
}
.contact-bukken .contact-bukken-detail .contact-bukken-body .bukken-name {
  font-size: 1.2rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.contact-bukken .contact-bukken-detail .contact-bukken-body .contact-bukken-description {
  margin: 5px 0 10px 0;
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.contact-bukken .contact-bukken-detail .contact-bukken-body .contact-bukken-description br {
  display: none;
}

.smf-form .smf-item {
  margin: 30px 0;
}
.smf-form .smf-item.contact-bukken-item {
  display: none;
}
.smf-form .smf-item.contact-bukken-item[class*=block-editor-block-list] {
  display: block;
}
.smf-form .smf-item.must span.smf-item__label__text:before {
  content: "必須";
  background-color: #c50d00;
  color: #fff;
  padding: 1px 3px 2px;
  font-size: 0.7rem;
  margin-right: 8px;
  border-radius: 5px;
}

.smf-action button[type=submit] {
  background: none;
  background-color: #003c8a;
  color: #fff;
  border-radius: 5px;
}
.smf-action button[type=submit]:hover {
  opacity: 0.9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}/*# sourceMappingURL=style.css.map */</pre></body></html>