@charset "UTF-8";
/*!
Theme Name: EstateSale
*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth !important;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
  min-height: 100%;
  font-size: 14px;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
}
img {
  max-width: 100%;
  display: block;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/*--------------------------------------------------------------
# 基本
--------------------------------------------------------------*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
}
section {
  position: relative;
}
.container_s {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 15px;
}
.container_m {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.container_l {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 0 15px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.page_second {
  padding-bottom: 50px;
}
.anchor {
  scroll-margin-top: 100px;
}
.pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #eee;
  color: #333;
  text-decoration: none;
}
.pagination .current {
  background: #E19939;
  color: #fff;
}
body:not(.page-id-121) .grecaptcha-badge {
  display: none !important;
}
.grecaptcha-badge {
  bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 175px !important;
  }
}
/*--------------------------------------------------------------
# FV_slider
--------------------------------------------------------------*/
.fv_slider {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .fv_slider {
    margin: 90px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv_slider {
    margin: 25px 0 20px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
}
/* スライダー */
.slick-slide {
  overflow: hidden;
}
.main-slider img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  will-change: transform;
  transition: opacity 1.2s ease-in-out;
}
.main-slider .slick-current img {
  animation: zoomOut 7s linear forwards;
}
.main-slider .slick-slide:not(.slick-current) img {
  animation: none;
}
@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
/* テキスト */
.hero-text {
  position: absolute;
  top: 47%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  z-index: 10;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .hero-text {
    top: 53%;
  }
}
.hero-text h2 {
  font-size: 75px;
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  letter-spacing: 5pt;
}
@media screen and (max-width: 768px) {
  .hero-text h2 {
    font-size: 2.5rem;
    letter-spacing: 3pt;
  }
}
.hero-text p {
  font-size: 35px;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.8);
  font-weight: 500;
  letter-spacing: 3pt;
}
@media screen and (max-width: 768px) {
  .hero-text p {
    word-break: break-all;
    font-size: 2rem;
  }
}
/*--------------------------------------------------------------
# 階層見出しとぱんくず
--------------------------------------------------------------*/
.page-header {
  background: #f1f1f1;
}
@media screen and (max-width: 1000px) {
  .page-header {
    margin-top: 100px;
  }
}
.page-header .container_m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-header .container_m {
    justify-content: center;
  }
}
.page-header .container_m .breadcrumb {
  font-size: 12px;
}
.page-header .container_m .breadcrumb a {
  color: #555;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-header .container_m .breadcrumb {
    display: none;
  }
}
.page-header .container_m .page-title {
  font-size: 30px;
  margin: 0;
  padding: 35px 0 35px;
}
@media screen and (max-width: 768px) {
  .page-header .container_m .page-title {
    font-size: 26px;
    text-align: center;
  }
}
.page-header .container_m .page-title::before {
  content: attr(data-en);
  display: block;
  color: #E19939;
  font-size: 15px;
}
.page-header .container_m .page-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #E19939;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .page-header .container_m .page-title::after {
    margin: 5px auto 0;
  }
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 20px;
}
.error-code {
  font-size: 80px;
  font-weight: bold;
  color: #E19939;
  margin-bottom: 10px;
}
.error-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.error-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}
.error-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
/* ボタン */
.btn-home, .btn-contact {
  color: #E19939;
  text-decoration: underline;
  transition: 0.3s;
}
/*--------------------------------------------------------------
メインコンテンツ
--------------------------------------------------------------*/
.main_content {
  padding: 50px 20px 20px;
}
.main_title {
  font-family: "Inter", sans-serif;
  font-size: 33px !important;
  font-weight: 700;
  color: #E19939;
  text-align: center;
  margin: 0 0 20px !important;
  max-width: 100% !important;
}
.main_content h2 {
  text-align: center;
  margin: 5px 0;
  color: #222;
  word-break: keep-all;
}
.main_content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #E19939;
  margin: 5px 0;
  word-break: keep-all;
}
.main_content p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 1000px;
  margin: 25px auto;
}
.flex_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
  gap: 20px;
}
.flex_rev {
  flex-flow: row-reverse;
}
.flex_area .main_box {
  max-width: 530px;
}
.flex_area .main_box h3 {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .flex_area {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex_area .main_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main_content h3 {
    word-break: break-all;
  }
  .flex_area:nth-child(2) {
    margin-bottom: 0;
  }
}
.service_area {
  background: url("images/top/service_bg_pc.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.service_area div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.service_area div dl {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  flex: 1;
}
.service_area div dl dt {
  color: #E19939;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .service_area div dl dt .pc {
    display: none;
  }
}
.service_area div dl dd {
  margin: 0;
  padding: 0;
}
.service_area div dl dd p {
  line-height: 1.8;
  padding: 0 15px 30px;
}
.service_area div dl dd img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  .service_area div {
    flex-wrap: wrap;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .service_area {
    background: url("images/top/service_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .service_area div dl dt {
    word-break: keep-all;
  }
  .service_area div dl dd p {
    padding: 0 0 30px;
  }
}
.voice_bg {
  background: #FFF7EC;
  padding-top: 20px;
}
.voice_area {
  flex-wrap: wrap;
  margin: 50px auto;
  gap: 40px;
}
.voice_area article {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 30px 50px;
  width: calc((100% - 40px) / 2);
}
.voice_area article .human {
  display: flex;
  gap: 20px;
  align-items: center;
}
.voice_area article .human span {
  color: #E19939;
  font-size: 18px;
  font-weight: bold;
}
.voice_area article .human h4 {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .voice_area {
    flex-flow: column;
    gap: 20px;
  }
  .voice_area article {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .voice_area article {
    width: 100%;
    padding: 25px;
  }
}
.top_faq {
  margin: 50px auto;
  padding: 0 50px;
}
.top_faq .faq-question {
  background: #FFF7EC;
  margin: 0;
  padding: 20px 20px 20px 100px;
  text-align: left;
  color: #222;
  position: relative;
}
.top_faq .faq-question::before {
  background: #E19939;
  color: #fff;
  font-size: 35px;
  width: 72px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
  transform: initial;
}
.top_faq .faq-answer {
  padding: 20px 20px 20px 100px;
  background: #F2F2F2;
  border: none;
  position: relative;
}
.top_faq .faq-answer::before {
  background: #2D2D2D;
  color: #fff;
  font-size: 35px;
  width: 72px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
}
.top_faq .faq-item {
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top_faq {
    padding: 0;
  }
}
.btn {
  max-width: 350px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
  background-color: #E19939;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  border-radius: 100px;
}
.btn:hover {
  background-color: #222;
  transition: 0.5s ease;
}
.access_area {
  margin: 50px auto 100px;
}
.address h3 {
  text-align: left;
  margin-bottom: 10px;
}
.address table {
  margin: 0 0 20px;
  width: 100%;
}
.address th {
  background: #ECECEC;
  padding: 15px;
  border-bottom: 1px solid #fff;
  text-align: center;
  word-break: keep-all;
}
.address td {
  padding: 15px;
  border-bottom: 1px solid #DEDEDE;
}
.address p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 40%;
  height: 0;
}
@media screen and (max-width: 768px) {
  .map {
    padding-top: 85%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
# Q&A
--------------------------------------------------------------*/
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-item {
  margin-bottom: 35px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.faq-question {
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 55px;
  background-color: #f4f0e1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
}
.faq-question::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #E19939;
}
.faq-answer {
  font-size: 15px;
  position: relative;
  padding: 20px 20px 20px 55px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  line-height: 1.8;
}
.faq-answer::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 22px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.faq-answer p {
  margin: 0 0 1em;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq-question {
    font-size: 16px;
    padding-left: 45px;
  }
  .faq-answer {
    font-size: 15px;
    padding-left: 45px;
  }
  .faq-question::before, .faq-answer::before {
    left: 15px;
    font-size: 18px;
  }
}
/*--------------------------------------------------------------
# POLICY
--------------------------------------------------------------*/
/* 階層構造を分かりやすくするためのインデント設定 */
.policy-section {
  margin-bottom: 40px;
}
.policy-section h3 {
  background-color: #f2f2f2;
  padding: 10px 15px;
  border-left: 5px solid #E19939;
  margin-bottom: 20px;
  font-size: 1.25em;
}
.policy-section p {
  margin-bottom: 10px;
}
/* 大項目の中身をインデント */
.policy-indent {
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .policy-indent {
    padding-left: 1em;
  }
}
/* リストのスタイル調整 */
.policy-indent ol, .policy-indent ul {
  margin-bottom: 20px;
}
.policy-indent ol li {
  margin: 0px 5px 0;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact_text {
  font-size: 15px;
  margin: 40px auto;
  text-align: left;
  line-height: 1.8;
}
.contact_tel {
  text-align: center;
  max-width: 100%;
  background: #E19939;
  color: #fff;
  padding: 10px;
}
.contact_telno {
  text-align: center;
  font-size: 14px !important;
  padding: 20px;
  max-width: 100%;
  background: #f4f0e1;
}
.contact_telno strong {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  color: #222;
}
.contact_link {
  margin: 40px auto 10px;
  text-align: center;
}
.contact_link a {
  color: #E19939;
  text-decoration: underline;
  padding-right: 5px;
}
.contact_confirm_txt {
  text-align: center !important;
  padding: 20px 0 0;
}
.screen-reader-text {
  display: none;
}
.snow-monkey-form {
  margin-top: 70px;
  font-size: 105%;
}
.smf-form .smf-text-control__control {
  min-width: 250px;
}
.smf-action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column-reverse;
  gap: 20px;
}
.smf-action .smf-button-control__control[data-action="confirm"], .smf-action .smf-button-control__control[data-action="complete"] {
  background: #E19939;
  color: white;
  border-radius: 100px;
  border: none;
  padding: 20px 80px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s;
}
.smf-action .smf-button-control__control[data-action="confirm"]:hover, .smf-action .smf-button-control__control[data-action="complete"]:hover {
  opacity: 0.7;
}
/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.head_redline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background: #E19939;
}
.head_redline h1 {
  white-space: nowrap;
  font-size: 13px;
  color: #222;
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
  width: 100%;
}
.head_redline ul {
  display: flex;
  gap: 45px;
  padding-right: 20px;
  list-style: none;
  margin: 0;
  white-space: nowrap;
}
.head_redline ul li {
  font-size: 14px;
  width: 100%;
}
.head_redline ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.head_redline ul li a::before, .head_redline ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 3px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
  left: -15px;
}
.head_redline ul li a::before {
  transform: rotate(45deg);
}
.head_redline ul li a::after {
  transform: rotate(-45deg);
}
header.top_renewal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
header.top_renewal.fix-menu {
  height: 85px;
}
header.top_renewal.fix-menu .logo {
  width: 75% !important;
}
header.top_renewal .logo_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header.top_renewal .logo_box .logo {
  flex: 1;
  margin: 10px 15px 15px;
}
header.top_renewal .logo_box img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
header.top_renewal .information {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
header.top_renewal .information li {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
header.top_renewal .information li a {
  display: inline-block;
  padding-bottom: 4px;
  color: #fff;
  position: relative;
  text-decoration: none;
}
header.top_renewal .information li a::after {
  background-color: #E19939;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
}
header.top_renewal .information li a:hover::after {
  width: 100%;
}
.topmenu {
  flex-wrap: wrap;
}
.topmenu .contact_area {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.topmenu .head_btn {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.topmenu .head_btn a {
  color: #fff;
  display: flex;
}
.topmenu .head_btn a:hover {
  text-decoration: none !important;
  opacity: 0.7;
  transition: 0.5s;
}
.topmenu .head_btn img {
  width: 20px;
}
.topmenu .mailbox {
  background-color: #E19939;
}
.topmenu .telbox {
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2;
}
.topmenu .telbox a {
  display: flex;
}
.topmenu .telbox .tel_no {
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 0 0 5px;
  color: #222;
}
.topmenu .telbox .tel_txt {
  font-size: 11px;
  font-weight: 600;
  background: #222;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  width: 270px;
  text-align: center;
  letter-spacing: 0.8pt;
  margin: 0 0 5px;
}
.topmenu .telbox .tel_main {
  display: flex;
  align-items: center;
  gap: 15px;
}
.topmenu .telbox .tel_main a {
  display: flex;
  align-items: center;
}
.header_nav {
  width: 100%;
  flex-basis: 100%;
  background: #222;
  padding: 20px 0;
}
.pcmenu .sub-menu {
  position: absolute;
  z-index: 10;
  width: 15%;
  right: 25%;
  margin-top: 20px;
}
.pcmenu .sub-menu li {
  border: 3px solid #ccc;
  border-top: none;
  width: 100%;
}
.pcmenu .sub-menu li:first-child {
  border-top: 3px solid #ccc;
}
.pcmenu .sub-menu li a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em !important;
  width: 100%;
  color: #222 !important;
}
.pcmenu .sub-menu li a:hover {
  color: #222;
  background-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
}
.pcmenu li a:hover {
  opacity: 0.6;
}
.menu-title {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.menu-title .menu_arrow {
  display: inline-block;
  width: 10.4px;
  height: 9.7px;
  margin-left: 5px;
  position: relative;
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.menu-title .menu_arrow::before, .menu-title .menu_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 10px;
  border-radius: 9999px;
  background-color: #d72226;
  transform-origin: 50% calc(100% - 1.5px);
  transition: transform 0.3s ease;
}
.menu-title .menu_arrow::before {
  transform: rotate(45deg);
}
.menu-title .menu_arrow::after {
  transform: rotate(-45deg);
}
.menu-title:hover .menu_arrow {
  transform: rotate(180deg);
}
/* fix-menu */
.fix-menu {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  height: auto;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  overflow: visible;
}
.fix-menu ul {
  width: 100%;
  margin: 5px 70px 0 0;
  gap: 2.5vw !important;
}
.fix-menu li {
  padding: 0 9px;
  border: none;
  height: auto;
}
.fix-menu li.active {
  border-left: 1px solid #DDD;
}
.fix-menu li.active a {
  padding-bottom: 5px;
}
.fix-menu li.active strong {
  margin-top: -5px;
}
.fix-menu li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000 !important;
  letter-spacing: 0;
  font-size: 15px;
}
.fix-menu li a span {
  display: block;
  margin: 3px 0 0 0;
  color: #959595;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 1px;
}
/* fix-menuがついたときのアコーディオンメニュー */
.scrollnav .sub-menu {
  display: none;
  transition: transform 0.3s ease !important;
  margin: 0;
  padding: 0;
}
.scrollnav .sub-menu li {
  border: 3px solid #ccc !important;
  border-top: none !important;
  width: 100%;
  transition: transform 0.3s ease;
  padding: 0 !important;
}
.scrollnav .sub-menu li:first-child {
  border-top: 3px solid #ccc !important;
}
.scrollnav .sub-menu li a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em 10px !important;
  width: 100%;
  color: #222 !important;
  text-align: left !important;
}
.scrollnav .sub-menu li a:hover {
  color: #222;
  background-color: white !important;
}
/* sp_menu */
.top_renewal_sp_nav {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  border: none;
  position: absolute;
}
.top_renewal_sp_nav .head_redline_sp {
  display: block;
  background: #E19939;
}
@media screen and (min-width: 1000px) {
  .top_renewal_sp_nav .head_redline_sp {
    display: none;
  }
}
.top_renewal_sp_nav .head_redline_sp h1 {
  white-space: nowrap;
  font-size: 10px;
  color: #222;
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
  width: 100%;
  margin: 0;
}
.top_renewal_sp_nav .logo {
  width: 200px;
}
.top_renewal_sp_nav .head_icon {
  display: flex;
  position: absolute;
  top: 20px;
  right: 85px;
}
.top_renewal_sp_nav .head_icon li {
  width: 40px;
  margin: 0 4px;
}
@media screen and (min-width: 1000px) {
  .top_renewal_sp_nav .head_icon {
    display: none;
  }
}
.top_renewal_sp_nav .spmenu_btn_wrap:before {
  content: "";
  background: #222;
  width: 50px;
  height: 50px;
  display: block;
  top: 10px;
  right: 5px;
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .top_renewal_sp_nav .spmenu_btn_wrap:before {
    display: none;
  }
}
.top_renewal_sp_nav .spmenu_btn_fixed {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
.top_renewal_sp_nav .spmenu {
  background: #fff;
  height: 85vh;
  top: 0;
  right: 20px;
  overflow-y: scroll;
  z-index: 9998;
  display: none;
  position: fixed;
}
.top_renewal_sp_nav .spmenu div.head_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  margin: 0 0 10px;
}
.top_renewal_sp_nav .spmenu div.head_icon p {
  width: 35px;
  margin-right: 8px;
}
.top_renewal_sp_nav .spmenu .menutop {
  text-align: center;
  display: block;
  padding: 25px 10px;
}
.top_renewal_sp_nav .spmenu .menutop img {
  width: 250px;
}
.top_renewal_sp_nav .spmenu ol {
  width: 85%;
  margin: 50px auto 20px;
}
.top_renewal_sp_nav .spmenu ol li a {
  color: #222;
  border-bottom: 1px solid #ccc;
  padding: 20px 15px 20px 25px;
  background: #fff;
  text-align: center;
  font-weight: 500;
}
.top_renewal_sp_nav .spmenu ol li:last-child a {
  border-bottom: none;
}
.top_renewal_sp_nav .spmenu address {
  background: #EEE;
  padding: 25px 10px 60px;
  font-style: normal;
}
.top_renewal_sp_nav .spmenu address .logo {
  margin: auto !important;
}
.top_renewal_sp_nav .spmenu address p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
  margin: 5px auto 20px;
}
.top_renewal_sp_nav .spmenu address .head_btn {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  width: 75%;
  margin: 0 auto 20px;
}
.top_renewal_sp_nav .spmenu address .head_btn a {
  color: #fff;
  display: flex;
}
.top_renewal_sp_nav .spmenu address .head_btn a:hover {
  text-decoration: none !important;
  opacity: 0.7;
  transition: 0.5s;
}
.top_renewal_sp_nav .spmenu address .head_btn img {
  width: 20px;
}
.top_renewal_sp_nav .spmenu address .mailbox {
  background-color: #E19939;
}
.top_renewal_sp_nav .spmenu address .telbox {
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2;
}
.top_renewal_sp_nav .spmenu address .telbox a {
  display: flex;
}
.top_renewal_sp_nav .spmenu address .telbox .tel_no {
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 0 0 5px;
  color: #222;
}
.top_renewal_sp_nav .spmenu address .telbox .tel_time {
  flex-basis: 100%;
  text-align: center;
  line-height: 1.4;
}
.top_renewal_sp_nav .spmenu address .telbox .tel_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.top_renewal_sp_nav .spmenu address .telbox .tel_main a {
  display: flex;
  align-items: center;
}
.menu-overlay {
  position: fixed;
  top: calc(75vh + 70px);
  /* メニューの下に配置、topの70pxはメニューのtopと合わせる */
  left: 0;
  width: 100%;
  height: 20vh;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  z-index: 1000;
  display: none;
}
/********************** responsive **********************/
@media screen and (max-width: 1200px) {
  header.top_renewal .information ul {
    gap: 1.5vw !important;
  }
  header.top_renewal .information li {
    font-size: 14px;
  }
  header .pcmenu .sub-menu {
    right: 22%;
  }
  header.fix-menu ul {
    gap: 1vw !important;
  }
  header.fix-menu ul li {
    margin: 0 !important;
  }
  header.topmenu {
    flex-direction: column;
  }
  .header_nav {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  header.top_renewal {
    display: none;
  }
  .head_redline {
    display: none;
  }
  .top_spmenu {
    height: 100px;
  }
  .top_spmenu .logo {
    margin: 0 !important;
    padding: 15px 0 15px 5px;
    width: 280px;
  }
  .spmenu_btn {
    top: 22px !important;
  }
  header .logo.pc {
    display: none;
  }
  header .logo.sp {
    display: block;
  }
  .fix-menu {
    display: none !important;
  }
  #main_logo {
    display: none !important;
  }
  .head_02 {
    display: none;
  }
  .logo {
    margin: 10px 0 0 5px !important;
  }
  header {
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: #FFF;
    border-bottom: 1px solid #000;
    z-index: 999;
  }
  .spmenu_btn {
    display: block;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 30px;
    height: 25px;
    background: #fff;
    border-top: 10px solid #222;
    border-bottom: 10px solid #222;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 11px;
  }
  .spmenu_btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background: #fff;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .spmenu_btn:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background: #fff;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .spmenu_btn.active {
    background: #222;
  }
  .spmenu_btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }
  .spmenu_btn.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }
  .spmenu {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background: #000;
  }
  nav {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  nav li a {
    display: block;
    width: 100%;
    color: #FFF;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #999;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  header {
    background: rgba(255, 255, 255, 0.9);
  }
}
/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
footer {
  background-color: #f0f0f0;
  padding: 80px 0 0;
}
footer .footer_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer_area .logo {
  max-width: 350px;
  margin: 0 auto 20px !important;
  text-align: center;
}
footer .footer_area section:first-child {
  max-width: 350px;
}
footer .head_btn {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  margin: 20px auto 20px;
  width: 100%;
  max-width: 350px;
}
footer .head_btn a {
  color: #fff;
  display: flex;
}
footer .head_btn a:hover {
  text-decoration: none !important;
  opacity: 0.7;
  transition: 0.5s;
}
footer .head_btn img {
  width: 20px;
}
footer .mailbox {
  background-color: #E19939;
}
footer .telbox {
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2;
}
footer .telbox a {
  display: flex;
}
footer .telbox .tel_no {
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 0 0 5px;
  color: #222;
}
footer .telbox .tel_time {
  flex-basis: 100%;
  text-align: center;
  line-height: 1.6;
}
footer .telbox .tel_time::first-line {
  font-size: 17px;
}
footer .telbox .tel_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
footer .telbox .tel_main a {
  display: flex;
  align-items: center;
}
footer address {
  font-style: normal;
  text-align: center;
  font-size: 16px;
}
footer nav li {
  font-size: 17px;
  line-height: 2.8;
  font-weight: 600;
}
footer nav li a {
  color: #222;
}
footer section:nth-child(3) p {
  background: #fff;
  position: relative;
  padding: 20px 45px 20px 25px;
  border-radius: 5px;
  margin: 5px 0 15px;
}
footer section:nth-child(3) p a {
  background: url("images/top/footer_logo_mini.png") no-repeat left center;
  padding-left: 60px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
footer section:nth-child(3) p::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 17px;
  height: 17px;
  background: url("images/top/footer_tab.png") no-repeat center / contain;
}
footer h2 {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  margin: 50px auto 20px;
  color: #444;
}
@media screen and (max-width: 480px) {
  footer h2 {
    margin: 30px auto 20px;
  }
}
footer small {
  background: #222;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
}
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background: #E19939;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 999;
  display: none;
  transition: 0.3s;
  /* JSで表示される */
}
/* スマホ固定ボタン */
.sp_fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
}
.sp_fixed_btn a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 12px;
}
.sp_fixed_btn .telbox {
  background: #222;
  color: #fff;
}
.sp_fixed_btn .telbox .tel_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.sp_fixed_btn .telbox .tel_main a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .sp_fixed_btn .telbox .tel_main img {
    width: 20px;
  }
}
.sp_fixed_btn .telbox .tel_no {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  color: #fff;
  margin-left: -8px;
}
@media screen and (max-width: 480px) {
  .sp_fixed_btn .telbox .tel_no {
    font-size: 1.3em;
  }
}
.sp_fixed_btn .telbox .tel_time {
  flex-basis: 100%;
  text-align: center;
  line-height: 1.4;
  margin: -15px 0 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .sp_fixed_btn .telbox .tel_time {
    margin: -20px 0 0;
  }
}
.sp_fixed_btn .telbox .tel_time::first-line {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .sp_fixed_btn .telbox .tel_time::first-line {
    font-size: 12px;
  }
}
.sp_fixed_btn .telbox .tel_time .last {
  font-size: 11px;
  background: #E19939;
  color: #222;
  border-radius: 100px;
  padding: 2px 5px;
  margin: 1px 0;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .sp_fixed_btn .telbox .tel_time .last {
    font-size: 9px;
  }
}
.sp_fixed_btn .mailbox {
  background: #E19939;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .sp_fixed_btn .mailbox {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .sp_fixed_btn {
    display: none;
  }
}
/********************** responsive **********************/
@media screen and (max-width: 1000px) {
  footer section:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_area {
    flex-flow: column;
    align-items: center !important;
    gap: 30px 0;
  }
  footer h2 {
    text-align: left;
    padding: 0 20px;
  }
  small {
    padding: 10px 10px 100px !important;
  }
  #page-top {
    bottom: 110px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fhello-home.co.jp%2Fsumida%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2FEstateSale%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2FEstateSale%2Fscss%2Fmodules%2F_common.scss%22%2C%22wp-content%2Fthemes%2FEstateSale%2Fscss%2Fmodules%2F_mixin.scss%22%2C%22wp-content%2Fthemes%2FEstateSale%2Fscss%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2FEstateSale%2Fscss%2Flayout%2F_footer.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADxCA%3BAAAA%3BAAAA%3BAC%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC7FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFZF%3BAAAA%3BAAAA%3BACmHA%3BAAAA%3BAAAA%3BACjGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgHF%3BAAAA%3BAAAA%3BAAAA%3BAD5HA%3BACiIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADrJJ%3BAC0JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFZF%3BAAAA%3BAAAA%3BACiMA%3BAAAA%3BAAAA%3BAC%2FKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACpMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4ME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1NJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFZF%3BAAAA%3BAAAA%3BACwPA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5QA%3BACmRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnRA%3BAAAA%3BAAAA%3BAC6RA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACxTE%3BAD4TA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACtUA%3BAD2UA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9WE%3BADkXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxXA%3BAD8XA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAClaE%3BADuaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACjbA%3BADsbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BACleE%3BADueA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACthBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3iBA%3BAAAA%3BAAAA%3BACsjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxnBF%3BAAAA%3BAAAA%3BAAAA%3BACmoBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD7oBF%3BACipBE%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BADrpBJ%3BAC0pBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7pBF%3BAAAA%3BAAAA%3BACwqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADzuBF%3BAAAA%3BAAAA%3BAGGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAHnQF%3BAGyQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5SN%3BAGyTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAH7UR%3BAGuVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhhBA%3BAG6hBA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FrBD%3BAAAA%3BAAAA%3BAIGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjJA%3BAIqKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAFvLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6ME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF7MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsNI%3BAAAA%3BAAAA%3BAFtNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4NI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5NJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE2OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF3OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqPF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAJ5PF%3BAIkQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */