@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.mv {
    background: url(https://www.kanri-rentalproperty.net/wp/wp-content/uploads/1243141_l-scaled.jpg);
    background-position: center;
    background-size: 100%;
}
.mv .mv_inner {
    width: 800px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    background: linear-gradient(0deg, rgb(87 182 205 / 80%) 0%, rgb(87 172 225 / 60%) 100%);
    color: #fff;
    max-width: 1200px;
    padding: 2rem;
    backdrop-filter: blur(2px);
    z-index: 2;
}

.mv .txt_mvmarker {
    font-size: unset;
    color: unset;
    background: unset;
    font-weight: normal;
}
.mv_txt {
    text-shadow: 0px 0px 16px #1b4c4e7a;
}
.mv .mv_catch span {
    background: #4772b2;
    padding: 0.2rem 2rem;
    display: block;
    width: fit-content;
    margin: 1rem auto -2rem;
    text-shadow: none;
}

.mv_catch {
    font-size: 3rem;
    text-shadow: 0px 0px 16px #1b4c4e7a;
}

.mv_catch b {
    color: #fffe5a;
    text-shadow: 0px 0px 16px #1b4c4e7a;
    display: block;
    margin-top: 1rem;
}
p.time_function {
  width: 80%;
  font-size: 12px;
}

.contents-left p.caption {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}

iframe {
  display: block;
  margin: 50px auto 100px;
}

/*比較表ボタン*/
.btn-table {
  display: inline-block;
  padding: 0.5em 2em;
  margin-top: 0.5em;
  text-decoration: none;
  background: #f37f14;
  border-bottom: solid 4px #d96f0d;
  border-radius: 5px;
}

.btn-table a {
  text-decoration: none;
  color: #fff;
}

.timearea {
  margin: -2rem 0 -3rem;
}

#index .timearea {
  margin: -2.8rem 0 -2rem;
}

/*20220615oki*/
.kanren .midashi {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.5rem;
  background: #EDF2F4;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.kanren {
  margin: 5rem auto;
  padding: 2rem;
  background: #fff;
  border: 1px solid #ccc;
}

.kanren .midashi:before {
  display: block;
  font-size: 1.5rem;
  border: 1px solid;
  margin: -4rem auto 1rem;
  width: max-content;
  padding: 1rem 1.5rem;
  background: #4772b2;
}

.kanren a {
  display: block;
  padding: 0.5rem 3rem 2px 1rem;
  background-size: 22px auto;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-decoration: none;
}

.kanren {
  position: relative;
  box-sizing: border-box;
  margin: 3rem auto;
  padding: 1rem;
  background: #fff;
  clear: both;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, #fff 100%);
  z-index: 1;
}

.readmore-label {
  display: table;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 10px 20px;
  background-color: #4772b2;
  border-radius: 20px;
  color: #FFF;
}

.readmore-label:hover {
  opacity: 0.7;
}

.readmore-check {
  display: none;
}

.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

.readmore-check:checked~.readmore-content {
  height: auto;
}

.readmore-check:checked~.readmore-content::before {
  display: none;
}

#main .listbox a,
#lower-main .listbox a {
  color: #555;
  display: block;
}

.kanren .listbox li {
  padding-left: 15px;
  margin-bottom: 8px;
}

.kanren .midashi {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.kanren a {
  display: block;
  padding-left: 1rem;
}

.kanren .readmore-content li {
  margin: 0 0 1.5rem;
  padding: 0 0 0 30px;
  line-height: 1.6;
}

.contents-left p,
.contents-right p {
  font-size: 1.7rem
}

#toc {
  width: fit-content;
  margin: 0rem auto;
  display: block;
  /*     padding: 2rem 3rem 3rem;
    border: solid 4px #4772b2;
    max-width: 80%; */
}

/* #toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
} */

#toc ul {
  margin: 5px;
}

#toc ul li {
  margin: 0;
}

.l-main-area .box-com .float-wrap.bfaf .flame img {
  border: solid 10px #f0f0f0;
}

.grad-wrap {
  position: relative;
  margin: 2rem auto 8rem;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #41413f;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "もっと見る"
}

.grad-btn:hover {
  background: #fff;
  color: #41413f;
}

.grad-btn .fa {
  /* margin-right: .5em; */
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 24rem;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -2em;
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked~.grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

.font-small {
  font-size: small;
}


.flx {
  display: flex;
  justify-content: spece-around;
}

.flx-in {
  width: calc(100% / 3);
  margin: 1rem;
  border: solid 1px #333;
  padding: 1rem;
  text-align: center;
}

/*2024.03.05*/
.select3_w {
  display: flex;
  justify-content: center;
}

.select_b {
  border: 1px #333 solid;
  margin: 0 5px;
  width: 33%;
}

.contents-left .cname_box p {
  margin-bottom: 0;
}

.cname_box {
  padding: 1rem;
  text-align: center;
  font-weight: bold;
}

.cname_box .catch {
  background: #edf2f5;
  padding: 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.select_table {
  padding: 1rem;
}

.select_table table {
  margin: 0 auto;
}

/*2024.07.26*/
.accordion {
  border: solid 4px #4772b2;
  border-radius: 4px;
}

.accordion-item {
  margin: 0;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4772b2;
  padding: 10px;
  cursor: pointer;
  /* border-bottom: 1px solid #ddd; */
  color: #fff;
}

.accordion-header span {
  display: block;
  width: 95%;
  text-align: center;
  font-size: 1.8rem;
}

.accordion-header .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.accordion-header .icon::before,
.accordion-header .icon::after {
  content: '';
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s;
}

.accordion-header .icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

.accordion-header .icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

.accordion-header.active .icon::after {
  transform: translateX(-50%) rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.accordion-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion-content li {
  margin: 5px 0;
}

.accordion-content a {
  text-decoration: none;
}

.accordion-content a:hover {
  text-decoration: underline;
}

.lower_bottom .capture {
  margin: 10px 0;
  max-width: 180px;
}

.lower_bottom table tbody th {
  display: block;
  width: auto;
}

.lower_bottom table tbody td {
  display: block;
  width: auto;
}

.select3_w .capture {
  margin: 10px 0;
}

.select3_w .caption {
  font-size: 1rem;
  font-weight: normal;
}

.shtcd{
	width: 95%;
    margin: auto;
    padding: 2rem;
    background: #edf2f5;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

	
  .sidebanner {
    background: #f5f3ef;
    box-shadow: 6px 6px 0 #4772b2;
    padding: 15px 10px 10px;
    margin-bottom: 30px;
    position: relative;
  }

  .sidebanner:before {
    position: absolute;
    top: 2px;
    left: 31px;
    content: 'PICK UP';
    font-size: 24px;
    font-weight: normal;
    color: #4772b2;
    transform: rotate(90deg);
    transform-origin: left top;
  }

  .sidebanner .title {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: right;
  }

  .sidebanner img {
    margin: 10px auto;
    display: block;
  }

  .sidebanner .btn-internal a {
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
  }

  h1.l-header__sitename::before,
  .l-header__sitename a::before {
    background: #000;
    color: #fff;
    content: "PR";
    margin: 0 5px 0 0;
    padding: 2px 10px;
    font-size: 1.5rem;
  }

  /*2024.03.05*/
  .select_b:nth-child(1) {
    margin-left: 0;
  }

  .select_b:nth-child(3) {
    margin-right: 0;
  }

  .txt_mvmarker {
    color: #0052ff;
    background: linear-gradient(transparent 80%, #fffe5a 0%) no-repeat top -5px left;
    font-weight: bold;
    font-size: 1.8rem;
  }

}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  .mv_catch {
    padding: 8rem 1rem 8rem;
  }

  /*比較表ボタン*/
  .btn-table {
    display: inline-block;
    padding: 0.5em 1em;
    margin-top: 0.5em;
    text-decoration: none;
    background: #f37f14;
    border-bottom: solid 4px #d96f0d;
    border-radius: 5px;
  }

  .btn-table a {
    text-decoration: none;
    color: #fff;
  }

  p.time_function {
    padding-left: 10px;
    width: auto;
  }

  iframe {
    width: 100%;
    height: 250px;
  }

  h1.l-header__sitename::before,
  .l-header__sitename a::before {
    background: #000;
    color: #fff;
    content: "PR";
    margin: 0 5px 0 0;
    padding: 2px 10px;
    font-size: 1.5rem;
  }


  #toc {
    /*         padding: 2rem 1.5rem;
        width: 100%;
        max-width: 90%;
        margin: 0 auto 3rem; */
  }

  #toc a {
    font-size: 14px;
  }

  #toc ul li {
    line-height: 1.2;
    margin: 10px 0;
    line-height: 1.4;
  }

  .grad-item {
    height: 30rem;
  }

  .flx {
    display: block;
  }

  .flx-in {
    width: 100%;
  }

  /*2024.03.05*/
  .select3_w {
    display: block;
  }

  .select_b {
    margin: 1.5rem auto;
    width: auto;
  }

  .select3_w .btn-table {
    width: 80%;
  }

  .select3_w .select_b table th,
  .select3_w .select_b table td {
    display: block;
    border-left: 0;
    padding: 10px;
  }

  .txt_mvmarker {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ffe11c;
    position: relative;
    background: linear-gradient(transparent 0%, #4772b2 0%) no-repeat top -5px left;
    padding: 0 0 0.3rem 0;
  }

  .lower_bottom .capture {
    max-width: inherit;
  }

.mv .mv_catch span {
    font-size: 2rem;
    margin: 0 auto 0.8rem;
}

.mv .mv_inner {
    width: 90%;
}

.mv_catch {
    background: none;
    padding: 0;
}

.mv {
    background-size: cover;
}

.mv_catch {
    font-size: 2rem;
    line-height: 1.5;
}

.mv_txt {
    background: no-repeat;
    padding: 1rem 0;
    margin: 0;
}

.mv_innner_wrap {
    padding: 2rem 0;
}

.mv_catch br {
    display: none;
}

.mv_catch b {
    margin: 0;
}	
}
