@charset "UTF-8";
a {
  text-decoration: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

article p.indent{
	text-indent: 1em;
	margin-bottom:0
}
.sectionBox {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: block;
  overflow: hidden;
}
.siteContent {
  padding: 15px 0 15px;
  background-color: #e5f0fb;
  padding-top: 0;
  padding-bottom: 0;
}
.siteContent .container {
  background-color: #fff;
  padding-top: 20px;
}
.siteHeader {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  margin-bottom: 0;
}
.siteHeader .container {
  padding-top: 5px;
  padding-bottom: 4px;
}
.siteHeader_logo.navbar-brand {
  height: auto;
  padding: 0 15px;
  margin: 0;
  font-size: 32px;
  line-height: 1.5em;
  text-align: center;
}
.siteHeader_logo.navbar-brand a {
  color: #333;
}
.siteHeader_logo.navbar-brand a:hover {
  text-decoration: none;
  color: #c1d9fb;
}
.siteHeader_logo.navbar-brand img {
  max-height: 40px;
}
.article h3 {
  font-size: 1.3rem;
  text-align: left;
  padding: 8px 10px 4px;
  background-color: rgba(115,195,251,0.2);
  border-color: #73c3fb;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid #73c3fb;
  border-left: none;
}
@media only screen and (max-width: 499px) {
  .siteHeader_logo.navbar-brand {
    font-size: 20px;
    padding: 10px 5px;
  }
  .siteHeader_logo.navbar-brand img {
    max-width: 280px;
  }
  .mainSection h1.entry-title {
    font-size: 22px;
  }
  .rbox {
    flex-direction: column;
  }
  .rbox .txttitle,
  .rbox .pc {
    display: none;
  }
  .rbox .rimg {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .rbox .rimg img {
    position: relative;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0);
  }
}
.navbar-toggle {
  font-size: 12px;
  font-weight: bolder;
  border: 1px solid #999;
  padding: 5px;
  background-color: #ebebeb;
}
.navbar-toggle .icon-bar {
  border: 1px solid #666;
}
@media (min-width: 992px) {
  .siteHeader .container {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .siteHeader_logo.navbar-brand img {
    max-height: 60px;
  }
}
.media:first-child {
  border-top: 0;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
}
#page-top a {
  background: #699ae4;
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  width: 45px;
  padding: 3px;
  text-align: center;
  display: block;
  border-radius: 50px;
}
#page-top a:hover {
  border-style: none;
  background: #96bff0;
}
.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #c1d9fb;
}
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 1.1;
  color: #0c1d8f;
}
@media only screen and (min-width: 768px) {
  .page-header_pageTitle,
  h1.page-header_pageTitle:first-child {
    margin: 10px 0 10px;
    font-size: 24px;
  }
  .mainSection h1.entry-title {
    font-size: 24px;
  }
  .qbox {
    display: flex;
  }
  .qbox .q1 {
    width: 16rem;
    min-width: 16rem;
    text-align: right;
    margin-right: 10px;
    padding-top: 2px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .mainSection h1.entry-title {
    font-size: 26px;
  }
}
.mainSection h2 {
  position: relative;
  font-size: 2.5rem;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mainSection h2:before {
  position: absolute;
  left: 10px;
  top: 6px;
  font-family: 'ForkAwesome';
  content: "\f0da";
  color: #3189f0;
}
.right {
  text-align: right;
}
.f14 {
  font-size: 14px;
}
.rbox {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.rbox h3 {
  margin-top: 2px;
  margin-bottom: 6px;
  padding-bottom: 4px;
}
.rbox .flex {
  display: flex;
}
.rbox .flex .image {
  flex: 0 0 250px;
  height: 180px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  padding: 2px;
  overflow: hidden;
}
.rbox .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.rbox .flex .excerpt {
  align-self: flex-start;
  margin-left: 15px;
  white-space: pre-line;
}
@media screen and (max-width: 479px) {
  .rbox .flex {
    flex-direction: column;
  }
  .rbox .flex .image {
    flex-basis: 200px;
    width: 100%;
  }
}
.siteFooter p {
  margin-bottom: 5px;
  padding: 0;
}
input[type='date'],
input[type='text'],
input[type="email"],
input[type="tel"],
select,
textarea {
  padding: 2px 10px;
}
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
.qbox {
  margin-top: 10px;
}
.ead-document {
  padding-top: 140% !important;
}
.thumb-of-pdf {
  border: 1px solid #888;
}
p:empty,
pre:empty {
  display: none;
}
.fbox {
  display: flex;
  flex: 1 1;
}
.fbox .col:not(:last-child) {
  margin-right: 15px;
}
@media all and (max-width: 479px) {
  .fbox {
    flex-direction: column;
  }
  .fbox1 {
    flex-direction: column;
  }
}
.fbox1 {
  display: flex;
  gap: 10px;
}
.fbox-v {
  display: flex;
  flex-direction: column;
}
.box-white {
  padding: 5px 10px;
  border-radius: 8px;
}
.box-blue {
  background-color: #7ecef0;
  padding: 5px 10px;
  border-radius: 8px;
}
.box-green {
  background-color: #bbf5a3;
  padding: 5px 10px;
  border-radius: 8px;
}
.box-pink {
  background-color: #fcdcf2;
  padding: 5px 10px;
  border-radius: 8px;
}
.box-yellow {
  background-color: #f7f731;
  padding: 10px 15px;
  border-radius: 8px;
}
.fukidashi {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fuki1 {
  background-image: url("image/e0933_1.png");
}
.fuki2 {
  background-image: url("image/e0866_1.png");
}
.widget_nav_menu ul {
  list-style: none;
}
.widget_nav_menu ul li {
  padding-left: 25px;
  background-image: url("image/chevrons-right.svg");
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: left center;
}
.widget_nav_menu ul li a {
  font-size: 1rem;
}
.first-report {
  margin-bottom: 15px;
}
.first-report h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.first-report h3:after {
  border-bottom: 0;
}
.first-report .top-image {
  text-align: center;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.first-report .top-image img {
  margin: 0 auto;
}
.first-report .excerpt {
  padding: 5px 15px;
  margin: 10px 0 0;
  border: 1px solid #73c3fb;
  border-radius: 5px;
  background-color: #e3f3fe;
  white-space: pre-wrap;
}
.reports {
  display: block;
  overflow: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.reports h3::after {
  width: 50%;
}
.reports .heading {
  border-bottom: 0;
  margin: 0;
}
.img-card .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0.5em;
}
.img-card .title:before {
  content: "◆";
  font-size: 0.8em;
  color: #2324c8;
}
.img-card .img-box {
  border: 1px solid #cecdc8;
  border-radius: 4px;
  padding: 8px;
}
.rbox .pt_link,
.first-report .pt_link {
  padding: 8px 8px;
  border-radius: 3px;
}
.rbox .pt_link a,
.first-report .pt_link a {
  color: #fff;
}
.rbox .info,
.first-report .info {
  background-color: #408002;
}
.rbox .report,
.first-report .report {
  background-color: #0f80ff;
}
.rbox .action,
.first-report .action {
  background-color: #0f80ff;
}
.rbox .office,
.first-report .office {
  background-color: #f0440b;
}
.rbox .rental,
.first-report .rental {
  background-color: #ad115f;
}
/* ラベル */
.cat-label {
  font-size: 12px;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  background-color: #1266fe;
  color: #fff;
  padding: 2px 8px;
  transform: rotate(350deg);
  margin-left: -5px;
}
.cat-label-10 {
  background-color: #337004;
}
.cat-label-13 {
  background-color: #f0440b;
}
.cat-label-12 {
  background-color: #ad115f;
}
.dl-btn {
  font-size: 15px;
  font-family: Arial;
  padding: 8px;
  border-width: 1px;
  color: #333;
  font-weight: bold;
  border-color: #fa2;
  border-radius: 6px;
  box-shadow: 0px 1px 0px 0px #fff6af;
  text-shadow: 0px 1px 0px #fe6;
  background: linear-gradient(#ffec64, #ffab23);
}
.dl-btn:hover {
  color: #333;
  background: linear-gradient(#ffab23, #ffec64);
}
.mw_wp_form input[type="text"] {
  height: 2.5em;
}
.entry-card-wrap h2 {
  font-size: 1.2rem;
  text-align: left;
  padding: 8px 10px 4px;
  background-color: rgba(115,195,251,0.2);
  border-color: #73c3fb;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid #73c3fb;
  border-left: none;
}
.entry-card-wrap article {
  display: flex;
}
.entry-card-wrap article .entry-card-thumb {
  flex: 0 0 250px;
}
.entry-card-wrap article .entry-card-content {
  margin-left: 0;
  flex: 1 1 auto;
}
.entry-card-wrap article .entry-card-content .entry-card-snippet {
  font-size: 1em;
  white-space: pre-line;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: none;
}
@media screen and (max-width: 479px) {
  .entry-card-wrap article {
    flex-direction: column;
  }
  .entry-card-wrap article .entry-card-thumb {
    flex: 1 1 auto;
    width: 100%;
  }
  .entry-card-wrap article .entry-card-content .entry-card-snippet {
    display: -webkit-box;
    -webkit-line-clamp: 4;
  }
}
.entry-card figure img,
.related-entry-card figure img,
.prev-post-thumb img,
.next-post-thumb img {
  border: 1px solid #888;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}

.category-rental-post h1.entry-title  {
  color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/* ボックスをグリッドで並べる */
.grid-container {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(300px, 1fr)
  ); /* PC では 2 列以上 */
  row-gap: 40px;
  column-gap: 20px;
}

/* モバイル画面 (最大幅 479px) */
@media (max-width: 479px) {
  .grid-container {
    grid-template-columns: 1fr; /* 1 列に設定 */
  row-gap: 20px;
  }
}

.grid-item {
  border: 1px solid #666;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
}
.grid-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.grid-item p {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem !important;

}

