@charset "utf-8";

/* 共通 */

* {
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.flex {
  display: flex;
}

.top_main_contents_block {
  margin-bottom: 0 !important;
  padding: 20px 0 0;
}

a[href^="tel"] { pointer-events: auto; }

/* ヒーロー画像 */

.page-ttl {
  background-image: url(../contract-renewal/img/cr01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 80px;
}

.page-ttl h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.page-ttl h2 span {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

h3.page-copy {
  max-width: 594px;
  margin: 40px auto 0;
  padding: 0;
  width: 90%;
}

.page-txt {
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* 更新される方 */

.cnt01 {
  background-color: #ecf5fb;
  padding: 80px 0;
  margin-top: 80px;
}

.cnt-inner {
  background: #fff;
  padding: 80px 100px;
}

.cnt-ttl {
  background-color: #356eb9;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.cnt-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.cnt-item {
  background-color: #ecf5fb;
  padding: 40px 7%;
  border-radius: 20px;
  margin-top: 30px;
}

.cnt-item-inner {
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}

.desc {
  width: 57%;
}


.desc li a {
  display: block;
  border: 1px solid #17467c;
  background: #fff;
  padding: 20px 0px;
  max-width: 440px;
  cursor: pointer;
  border-radius: 35px;
  text-align: center;
  position: relative;
  color: #17467c;
  font-weight: 600;
  font-size: 16px;
}

.desc li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 16px;
  height: 30px;
  background-image: url(../contract-renewal/img/cr03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.desc li+li {
  margin-top: 24px;
}

.pic {
  width: 40%;
}

/* ポイント */

.cnt-point {
  background-color: #ecf5fb;
  padding: 40px 5%;
  border-radius: 20px;
  margin-top: 70px;
  position: relative;
}

.cnt-point::after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 20px;
  width: 129px;
  height: 79px;
  background-image: url(../contract-renewal/img/cr05.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.cnt-p-inner {
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
}

.p-desc {
  width: 57%;
}

.p-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #17467c;
  position: absolute;
  top: 5px;
  left: -12px;
}

.p-list li+li {
  margin-top: 20px;
}

.p-btn {
  margin-top: 30px;
}

.p-btn a {
  display: block;
  max-width: 440px;
  border: 1px solid #17467c;
  background: #fff;
  padding: 20px 0px;
  cursor: pointer;
  border-radius: 35px;
  text-align: center;
  position: relative;
  color: #17467c;
  font-weight: 600;
  font-size: 16px;
}

.p-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #17467c;
  border-right: solid 2px #17467c;
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  right: 20px;
}

.cau-box {
  margin-top: 40px;
  background: #fff;
  padding: 4%;
}

.cau-ttl {
  color: #e90314;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.cau-txt {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.sank {
  width: 0;
  height: 0;
  border-top: 24px solid #356eb9;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

.un-txt {
  margin-top: 30px;
  font-size: 20px;
  color: #17467c;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.highlight {
  background: linear-gradient(transparent 70%, #fff100 0%);
  line-height: 1.8;
}

/* 更新せずに解約（退去）される方 */

.cnt02 {
  background-color: #ecf5fb;
  padding: 0 0 80px;
}

/* 賃貸借契約の更新時期に伴い発生する費用は？ */

.ko-cost {
  margin: 140px 0 100px;
}

h4.ko-ttl {
  position: relative;
  font-size: 30px;
  color: #17467c;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.5;
}

h4.ko-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  background-image: url(../contract-renewal/img/cr08.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

h5.sec-ttl {
  border-bottom: solid 1px #17467c;
  font-size: 24px;
  color: #17467c;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: 600;
}

.ko-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 15px;
}

.ko-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #17467c;
  position: absolute;
  top: 5px;
  left: -15px;
}

.ko-list li+li {
  margin-top: 15px;
}

/* アコーディオン */

.accordion_one {
  padding: 0;
  margin: 2.5em auto;
}

.accordion_one .accordion_header {
  background-color: #0055A2;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 1.25rem 3rem 1.25rem 2rem;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion_one .ko-acc {
  background-color: #ecf5fb;
}

.accordion_one .accordion_header.open {
  border-radius: 0.5rem 0.5rem 0 0;
}

.accordion_one .accordion_ttl {
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 0;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.accordion_one .ko-acc .accordion_ttl {
  color: #17467c;
  padding: 0;
}

/* .accordion_one .accordion_ttl::before {
  content: "q";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
} */

.accordion_one .ko-acc .accordion_ttl::before{
  content: none;
}

.accordion_one .accordion_header:hover {
  opacity: .8;
}

.accordion_one .p-accordion__toggle-button {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.accordion_one .p-accordion__toggle-button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background-color: #FFFFFF;
}

.accordion_one .ko-acc .p-accordion__toggle-button span {
  background-color: #17467c;
}

.accordion_one .p-accordion__toggle-button span:nth-child(1) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_one .p-accordion__toggle-button span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_one .accordion_header.open .p-accordion__toggle-button {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion_one .accordion_inner {
  display: none;
}

.accordion_one .accordion_inner .accordion_one.qa15_wrap {
  margin: 0 auto;
  background-color: #FFFFFF;
  border-right: 0.125rem solid #0055A2;
  border-bottom: 0.125rem solid #0055A2;
  border-left: 0.125rem solid #0055A2;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem 1.375rem 1.875rem 2rem;
}

.accordion_one .accordion_inner.ko-acc-inner .accordion_one.qa15_wrap {
  background-color: #f7f7f7;
  border: none;
}

.accordion_one .accordion_inner .accordion_txt {
  /* padding-left: 2.75rem; */
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.accordion_one .ko-acc-inner .accordion_txt {
  padding-left: 0;
}

/* .accordion_one .accordion_inner .accordion_txt::before {
  content: "a";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #CD5954;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75rem;
  text-transform: uppercase;
} */

/* .accordion_one .ko-acc-inner .accordion_txt::before {
  content: none;
} */

/* アコーディオンここまで */

.hoken-desc {
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.hoken-desc p {
  color: #17467c;
  font-size: 16px;
}

.hoken-desc div a {
  width: 200px;
  display: block;
  border: 1px solid #333333;
  background: #fff;
  padding: 12px 0;
  border-radius: 35px;
  text-align: center;
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 1;
}

.hoken-desc div a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 20px;
}

.sm-txt {
  display: block;
  margin-top: 20px;
}

/* 変更する内容の例 */

.case-study {
  padding: 100px 0;
  background-color: #f7f7f7;
}

h4.cs-ttl {
  font-size: 30px;
  color: #17467c;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.cs-copy {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.accordion_inner p.cs-list {
  position: relative;
  line-height: 1.5;
}

.accordion_inner p.cs-list::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #17467c;
  position: absolute;
  top: 6px;
  left: -15px;
}

.accordion_inner p.cs-list + .cs-list {
  margin-top: 10px;
}

.con-area p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.con-area a {
  font-size: 15px;
  line-height: 1.8;
  border-bottom: solid 1px #333333;
}

.st-txt {
  border-bottom: 1px solid #0055A2;
  color: #0055A2;
}

strong {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {


  /* 更新される方 */

  .cnt01 {
    padding: 6% 0;
    margin-top: 40px;
  }

  .cnt-inner {
    padding: 5%;
  }

  .cnt-item {
    padding: 3%;
  }

  /* ポイント */

  .cnt-point {
    padding: 3%;
    margin-top: 50px;
  }

}

@media only screen and (max-width: 900px) {

  /* 共通 */

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヒーロー画像 */

  .page-ttl {
    background-image: url(../contract-renewal/img/cr01-sp.png);
    height: 120px;
    margin-top: 52px;
  }

  .page-ttl h2 {
    font-size: 30px;
  }

  .page-ttl h2 span {
    font-size: 15px;
  }

  h3.page-copy {
    max-width: 300px;
  }

  .page-txt {
    text-align: left;
    margin-top: 24px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: justify;
  }

  /* 更新される方 */

  .cnt02 {
    padding: 0 0 50px;
}

  .cnt-item {
    padding: 30px 5%;
    border-radius: 10px;
    margin-top: 24px;
  }

  .cnt-item-inner {
    flex-direction: column;
    gap: 24px;
  }

  .cnt-ttl {
    padding: 10px 0;
    font-size: 18px;
  }

  .cnt-txt {
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 20px;
    text-align: left;
    text-align: justify;
  }

  .desc {
    width: 100%;
  }

  .desc li a {
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 15px;
    max-width: 100%;
  }

  .desc li.pdf01 a {
    padding: 10px 0px;
    line-height: 1.3;
    font-size: 15px;
  }

  .desc li.pdf02 a {
    padding: 16px 0;
    line-height: 1.3;
    font-size: 15px;
  }

  .desc li a::after {
    right: 20px;
    bottom: 10px;
  }

  .desc li+li {
    margin-top: 14px;
}

  .pic {
    width: 100%;
  }

  /* ポイント */

  .cnt-point {
    padding: 24px 5%;
    border-radius: 10px;
    margin-top: 60px;
  }

  .cnt-point::after {

    top: -40px;
    left: 10px;
    width: 100px;
  }

  .cnt-p-inner {
    flex-direction: column;
    gap: 30px;
  }

  .p-desc {
    width: 100%;
  }

  .p-list {
    margin-left: 14px;
  }

  .p-btn {
    margin-top: 20px;
}

  .p-btn a {
    max-width: 100%;
    padding: 10px 0px;
    font-size: 14px;
  }

  .p-btn a::after {
    width: 8px;
    height: 8px;
    top: 25px;
    right: 15px;
}

  .cau-box {
    margin-top: 30px;
    padding: 6%;
  }

  .cau-ttl {
    font-size: 18px;
  }

  .cau-txt {
    line-height: 1.6;
    margin-top: 10px;
  }


  .un-txt {
    margin-top: 20px;
    font-size: 16px;
  }

  /* 賃貸借契約の更新時期に伴い発生する費用は？ */

.ko-cost {
  margin: 100px 0 50px;
}

h4.ko-ttl {
  font-size: 20px;
  margin-bottom: 30px;
}

h5.sec-ttl {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-bottom: 16px;
  margin-top: 32px;
}

.hoken-desc {
  gap: 15px;

}

.hoken-desc p {
  line-height: 1.4;
  font-size: 15px;
}

.hoken-desc div {
margin: 0 auto;
}

/* アコーディオン */

.accordion_one .accordion_header {
  font-size: 18px;
  text-align: left;
  padding: 1rem;
}


.accordion_one .accordion_ttl {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.accordion_one .accordion_inner .accordion_one.qa15_wrap {
  padding: 1rem;
}

.accordion_one .ko-acc-inner .accordion_one.qa15_wrap {
  padding: 1rem;
}

.accordion_inner p.cs-list {
  margin-left: 13px;
}

.accordion_inner p.cs-list::before {
  left: -15px;
}

.accordion_one {
  margin: 1.8em auto;
}

/* 変更する内容の例 */

.case-study {
  padding: 50px 0;
}

h4.cs-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

.cs-copy {
  margin-bottom: 30px;
}

}