@charset "UTF-8";
* {
  min-height: 0vw;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  -webkit-appearance: none;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

form .arcs_alert {
  font-size: 0.875rem;
  color: #ab4141;
  font-weight: bold;
}
form dl dd .wd_100 {
  width: 100%;
}
form dl dd .wd_60 {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  form dl dd .wd_60 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  form dl dd .wd_60 {
    width: 100%;
  }
}
form dl dd .wd_30 {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  form dl dd .wd_30 {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  form dl dd .wd_30 {
    width: 50%;
  }
}
form dl dd .wd_15 {
  width: 15%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  form dl dd .wd_15 {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  form dl dd .wd_15 {
    width: 30%;
  }
}

.arcs_form_wrap .arcs_alert {
  font-size: 0.875rem;
  color: #ab4141;
  font-weight: bold;
}
.arcs_form_wrap .note {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}
.arcs_form_wrap dl dd input,
.arcs_form_wrap dl dd textarea {
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 1.25;
  border-color: #999;
}
.arcs_form_wrap dl dd input:focus,
.arcs_form_wrap dl dd textarea:focus {
  outline: none;
  border-color: #666;
}
.arcs_form_wrap dl dd input[type=date],
.arcs_form_wrap dl dd input[type=email],
.arcs_form_wrap dl dd input[type=number],
.arcs_form_wrap dl dd input[type=password],
.arcs_form_wrap dl dd input[type=tel],
.arcs_form_wrap dl dd input[type=text],
.arcs_form_wrap dl dd input[type=url],
.arcs_form_wrap dl dd textarea {
  margin: 0 0 0 0;
  padding: 0.5em 0.5em;
}
.arcs_form_wrap dl dd input[type=date]:focus,
.arcs_form_wrap dl dd input[type=email]:focus,
.arcs_form_wrap dl dd input[type=number]:focus,
.arcs_form_wrap dl dd input[type=password]:focus,
.arcs_form_wrap dl dd input[type=tel]:focus,
.arcs_form_wrap dl dd input[type=text]:focus,
.arcs_form_wrap dl dd input[type=url]:focus,
.arcs_form_wrap dl dd textarea:focus {
  outline: none;
  border-color: #666;
}
.arcs_form_wrap dl dd select:focus {
  outline: none;
  border-color: #999;
}
.arcs_form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c9c9c9;
  font-size: 1rem;
}
.arcs_form_wrap dl dt {
  width: 25%;
  min-width: 12em;
  font-size: 1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e6e6e6;
  box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .arcs_form_wrap dl dt {
    width: 100%;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  }
}
.arcs_form_wrap dl dt .required {
  font-size: 0.875rem;
  background-color: #9c5e5e;
  color: #fff;
  line-height: 1;
  padding: 0.25em 0.25em;
}
.arcs_form_wrap dl dd {
  width: 75%;
  box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .arcs_form_wrap dl dd {
    width: 100%;
    border-left: 1px solid #c9c9c9;
  }
}
.arcs_form_wrap dl dd .yen {
  margin-left: 0.5em;
}
.arcs_form_wrap dl dd.address_wrap .zip_code {
  display: flex;
  align-items: center;
}
.arcs_form_wrap dl dd.address_wrap .zip_code input {
  margin-left: 0.5em;
}
.arcs_form_wrap dl dd.address_wrap .zip_code .zip_auto_fill {
  margin-left: 1em;
  padding: 0.5em 0.5em;
}
.arcs_form_wrap dl dd.address_wrap .address input {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .arcs_form_wrap.formB .select_boxes label:not(:first-of-type) {
    margin-top: 0.5em;
  }
  .arcs_form_wrap.formB .select_boxes label:not(:first-of-type) + span {
    margin-top: 0.5em;
  }
}

.privacy {
  text-align: center;
  font-size: 1rem;
  margin-top: 1em;
}
.privacy a {
  color: #557dac;
  text-decoration: underline;
  font-weight: bold;
}

.select_boxes {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .select_boxes {
    flex-wrap: wrap;
  }
}
.select_boxes span {
  font-size: 1em;
  margin: 0 0.25em;
}

label.selectbox01 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}

label.selectbox01::after {
  position: absolute;
  top: calc(50% - 0.1em);
  right: 1em;
  width: 0.75em;
  height: 0.5em;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

label.selectbox01 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.5em;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  label.selectbox01 select {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  label.selectbox01 select {
    font-size: 0.875rem;
  }
}

.btn_submit_top {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.submit_wrap {
  margin: 4rem 0;
}
.submit_wrap .btn_wrap .btn_submit {
  width: min(30vw, 390px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .submit_wrap .btn_wrap .btn_submit {
    width: 45.5vw;
  }
}
.submit_wrap .btn_wrap .btn_submit input[type=submit],
.submit_wrap .btn_wrap .btn_submit input[type=button] {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 2em 1em 2em;
  position: relative;
  background-color: #9c5e5e;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #9c5e5e;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .submit_wrap .btn_wrap .btn_submit input[type=submit],
.submit_wrap .btn_wrap .btn_submit input[type=button] {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 1em 1em 1em 1em;
  }
}
.submit_wrap .btn_wrap .btn_submit input[type=submit]:hover,
.submit_wrap .btn_wrap .btn_submit input[type=button]:hover {
  background-color: #fff;
  color: #9c5e5e;
}

.submit_wrap.confirm .btn_wrap {
  display: flex;
  justify-content: space-evenly;
}
.submit_wrap.confirm .btn_wrap .btn_submit.send input[type=submit] {
  background-color: #557dac;
  border: 1px solid #557dac;
}
.submit_wrap.confirm .btn_wrap .btn_submit.send input[type=submit]:hover {
  background-color: #fff;
  color: #557dac;
}
.submit_wrap.confirm .btn_wrap .btn_back {
  width: min(30vw, 390px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .submit_wrap.confirm .btn_wrap .btn_back {
    width: 45.5vw;
  }
}
.submit_wrap.confirm .btn_wrap .btn_back input[type=button] {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 2em 1em 2em;
  position: relative;
  background-color: #666;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #666;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .submit_wrap.confirm .btn_wrap .btn_back input[type=button] {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 1em 1em 1em 1em;
  }
}
.submit_wrap.confirm .btn_wrap .btn_back input[type=button]:hover {
  background-color: #fff;
  color: #666;
}

/*=============================================================
共通設定・下層メインビジュアル
=============================================================*/
#kv_sub {
  position: relative;
  z-index: 5;
}
#kv_sub .bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#kv_sub .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
#kv_sub .bg .wrap {
  position: relative;
  aspect-ratio: 100/17;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  #kv_sub .bg .wrap {
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 768px) {
  #kv_sub .bg .wrap {
    aspect-ratio: 3/1;
  }
}

#kv_sub.test .bg {
  background-image: url(../images/kv_list.jpg);
}

#kv_sub.login .recommend {
  background-image: url(../images/kv_search.jpg);
}

#kv_sub.login .bg {
  background-image: url(../images/kv_login.jpg);
}

#kv_sub.forget .bg {
  background-image: url(../images/kv_login.jpg);
}

#kv_sub.list .bg {
  background-image: url(../images/kv_list.jpg);
}

#kv_sub.detail .bg {
  background-image: url(../images/kv_list.jpg);
}

#kv_sub.member .bg {
  background-image: url(../images/kv_member.jpg);
}

#kv_sub.bookmark .bg {
  background-image: url(../images/kv_member.jpg);
}

#kv_sub.mypage .bg {
  background-image: url(../images/kv_member.jpg);
}

#kv_sub.search .bg {
  background-image: url(../images/kv_search.jpg);
}

#kv_sub.form .bg {
  background-image: url(../images/kv_form.jpg);
}

#kv_sub.error_page .bg {
  background-image: url(../images/kv_error.jpg);
}

#kv_sub .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#kv_sub .inner h1 {
  display: flex;
  flex-direction: column;
  position: relative;
}
#kv_sub .inner h1::after {
  content: "";
  position: absolute;
  font-size: clamp(1.375rem, 0.004rem + 2.85vw, 2.5rem);
  width: 2.25em;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
#kv_sub .inner h1 span {
  display: inline-block;
  color: #fff;
}
#kv_sub .inner h1 .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(1.375rem, 0.004rem + 2.85vw, 2.5rem);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  #kv_sub .inner h1 .jp {
    font-size: clamp(1.25rem, 0.037rem + 5.39vw, 2.625rem);
  }
}
#kv_sub .inner h1 .en {
  font-family: Futura, "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  font-size: clamp(0.688rem, 0.002rem + 1.43vw, 1.25rem);
  letter-spacing: 0.025em;
  margin: 1em 0 1em 0;
}
@media screen and (max-width: 768px) {
  #kv_sub .inner h1 .en {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}

/*=============================================================
共通設定・パンくず
=============================================================*/
#arcs_breadcramb {
  position: relative;
  z-index: 5;
}

.arcs_breadcramb {
  background-color: #666;
}
.arcs_breadcramb ul.inner {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .arcs_breadcramb ul.inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.arcs_breadcramb ul.inner li {
  font-size: 0.75rem;
  padding-left: 1.5em;
  position: relative;
  color: #fff;
}
.arcs_breadcramb ul.inner li a {
  font-size: 0.75rem;
  color: #fff;
}
.arcs_breadcramb ul.inner li::before {
  content: "/";
  position: absolute;
  left: 0.5em;
}
.arcs_breadcramb ul.inner li:first-child {
  padding-left: 2em;
}
.arcs_breadcramb ul.inner li:first-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
}

/*=============================================================
共通設定・バナーエリア
=============================================================*/
#arcs_banner_area {
  position: relative;
  z-index: 5;
}
#arcs_banner_area .outer {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .outer {
    padding: 3rem 0 0;
  }
}
#arcs_banner_area .inner .arcs_banner {
  display: flex;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner {
    flex-wrap: wrap;
  }
}
#arcs_banner_area .inner .arcs_banner figure {
  width: 50%;
  background-color: #333;
  box-sizing: border-box;
  padding: 2.5rem 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner figure {
    width: 100%;
    aspect-ratio: 2/1;
    padding: 7vw 7vw;
  }
  #arcs_banner_area .inner .arcs_banner figure img {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
}
#arcs_banner_area .inner .arcs_banner figure::before, #arcs_banner_area .inner .arcs_banner figure::after {
  content: "";
  position: absolute;
  width: 12%;
  aspect-ratio: 67/100;
  background-size: contain;
  background-repeat: no-repeat;
}
#arcs_banner_area .inner .arcs_banner figure::before {
  top: 1rem;
  left: 1rem;
  background-image: url(../images/bannerB_partL.png);
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner figure::before {
    top: 3vw;
    left: 3vw;
  }
}
#arcs_banner_area .inner .arcs_banner figure::after {
  bottom: 1rem;
  right: 1rem;
  background-image: url(../images/bannerB_partR.png);
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner figure::after {
    bottom: 3vw;
    right: 3vw;
  }
}
#arcs_banner_area .inner .arcs_banner .text {
  width: 50%;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner .text {
    width: 100%;
    aspect-ratio: 2/1;
    padding: 4.5vw;
  }
}
#arcs_banner_area .inner .arcs_banner .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bannerW.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
#arcs_banner_area .inner .arcs_banner .text .members_only {
  font-size: clamp(1.125rem, 0.01rem + 2.32vw, 1.75rem);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner .text .members_only {
    font-size: clamp(1rem, 0.007rem + 4.41vw, 2.125rem);
  }
}
#arcs_banner_area .inner .arcs_banner .text .members_only span {
  color: #9c5e5e;
  font-size: 3em;
  padding: 0 0.1em;
}
#arcs_banner_area .inner .arcs_banner .text .comment {
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  position: relative;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner .text .comment {
    font-size: clamp(0.875rem, -0.007rem + 3.92vw, 1.875rem);
    margin-top: 1.5vw;
  }
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn {
  width: 100%;
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn a {
  background-color: #333;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner .text .arcs_btn a {
    margin: 1vw 0 0;
  }
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn a ul {
  width: 34%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  position: relative;
  transition: 0.2s width ease-in-out;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner .text .arcs_btn a ul {
    padding: 2vw 1vw 2vw 3vw;
  }
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn a ul::before {
  content: "";
  position: absolute;
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  width: 2.5em;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  top: 0;
  right: calc((2.5em - 1px) * -1);
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn a ul li {
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  font-weight: bold;
  color: #333;
  line-height: 1;
  box-sizing: border-box;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner .text .arcs_btn a ul li {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn a ul li::before {
  content: "";
  position: absolute;
  width: 0.6em;
  aspect-ratio: 1/1;
  background-color: #333;
  left: 0;
  top: 0.2em;
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn a ul li:nth-child(2) {
  margin-top: 1em;
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn .registration {
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 1.25em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner .arcs_banner .text .arcs_btn .registration {
    font-size: clamp(0.938rem, 4.17vw, 2rem);
  }
}
#arcs_banner_area .inner .arcs_banner .text .arcs_btn .registration:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  content: "\f35a";
  margin-left: 0.5em;
}
#arcs_banner_area .inner .arcs_banner:hover .arcs_btn a ul {
  width: 36%;
}
#arcs_banner_area .inner.bannerB .arcs_banner .text .comments {
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner.bannerB .arcs_banner .text .comments {
    font-size: clamp(0.875rem, -0.007rem + 3.92vw, 1.875rem);
  }
}
#arcs_banner_area .inner.bannerB .arcs_banner .text .comments li {
  font-size: 1em;
  position: relative;
  margin-top: 0.25rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
}
#arcs_banner_area .inner.bannerB .arcs_banner .text .comments li::before {
  content: "";
  display: block;
  width: 0.75em;
  aspect-ratio: 1/1;
  background-color: #333;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area .inner.bannerB .arcs_banner .text .comments li {
    margin-top: 1.5vw;
  }
}
#arcs_banner_area .inner.bannerB a.arcs_banner.member {
  pointer-events: none;
}

#arcs_banner_area_footer {
  position: relative;
  z-index: 5;
}
#arcs_banner_area_footer .outer {
  margin-top: 6rem;
  padding: 6rem 0;
  background-image: url(../images/bg_banner_footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#arcs_banner_area_footer .outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
#arcs_banner_area_footer .inner .arcs_banner {
  display: flex;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner {
    flex-wrap: wrap;
  }
}
#arcs_banner_area_footer .inner .arcs_banner figure {
  width: 50%;
  background-color: #333;
  box-sizing: border-box;
  padding: 2.5rem 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner figure {
    width: 100%;
    aspect-ratio: 2/1;
    padding: 7vw 7vw;
  }
  #arcs_banner_area_footer .inner .arcs_banner figure img {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
}
#arcs_banner_area_footer .inner .arcs_banner figure::before, #arcs_banner_area_footer .inner .arcs_banner figure::after {
  content: "";
  position: absolute;
  width: 12%;
  aspect-ratio: 67/100;
  background-size: contain;
  background-repeat: no-repeat;
}
#arcs_banner_area_footer .inner .arcs_banner figure::before {
  top: 1rem;
  left: 1rem;
  background-image: url(../images/bannerB_partL.png);
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner figure::before {
    top: 3vw;
    left: 3vw;
  }
}
#arcs_banner_area_footer .inner .arcs_banner figure::after {
  bottom: 1rem;
  right: 1rem;
  background-image: url(../images/bannerB_partR.png);
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner figure::after {
    bottom: 3vw;
    right: 3vw;
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text {
  width: 50%;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner .text {
    width: 100%;
    aspect-ratio: 2/1;
    padding: 4.5vw;
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bannerW.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
#arcs_banner_area_footer .inner .arcs_banner .text .members_only {
  font-size: clamp(1.125rem, 0.01rem + 2.32vw, 1.75rem);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner .text .members_only {
    font-size: clamp(1rem, 0.007rem + 4.41vw, 2.125rem);
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text .members_only span {
  color: #9c5e5e;
  font-size: 3em;
  padding: 0 0.1em;
}
#arcs_banner_area_footer .inner .arcs_banner .text .comment {
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  position: relative;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner .text .comment {
    font-size: clamp(0.875rem, -0.007rem + 3.92vw, 1.875rem);
    margin-top: 1.5vw;
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn {
  width: 100%;
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a {
  background-color: #333;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a {
    margin: 1vw 0 0;
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a ul {
  width: 34%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  position: relative;
  transition: 0.2s width ease-in-out;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a ul {
    padding: 2vw 1vw 2vw 3vw;
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a ul::before {
  content: "";
  position: absolute;
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  width: 2.5em;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  top: 0;
  right: calc((2.5em - 1px) * -1);
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a ul li {
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  font-weight: bold;
  color: #333;
  line-height: 1;
  box-sizing: border-box;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a ul li {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a ul li::before {
  content: "";
  position: absolute;
  width: 0.6em;
  aspect-ratio: 1/1;
  background-color: #333;
  left: 0;
  top: 0.2em;
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn a ul li:nth-child(2) {
  margin-top: 1em;
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn .registration {
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 1.25em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn .registration {
    font-size: clamp(0.938rem, 4.17vw, 2rem);
  }
}
#arcs_banner_area_footer .inner .arcs_banner .text .arcs_btn .registration:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  content: "\f35a";
  margin-left: 0.5em;
}
#arcs_banner_area_footer .inner .arcs_banner:hover .arcs_btn a ul {
  width: 36%;
}
#arcs_banner_area_footer .inner .arcs_banner {
  border: 0px solid transparent;
}
#arcs_banner_area_footer .inner .arcs_banner figure {
  border: 1px solid #fff;
}
#arcs_banner_area_footer .inner .arcs_banner .text {
  border: 1px solid #fff;
}

/*=============================================================
共通設定・物件リスト
=============================================================*/
section.list {
  position: relative;
  z-index: 5;
}
section.list .outer {
  padding: 3rem 0 0;
}
section.list .inner .pagination_wrap .search_results_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .search_results_wrap {
    flex-direction: column-reverse;
  }
}
section.list .inner .pagination_wrap .search_results_wrap .search_results {
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  font-weight: bold;
  align-self: flex-start;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .search_results_wrap .search_results {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.list .inner .pagination_wrap .search_results_wrap .search_results > span {
  font-size: 2em;
  margin: 0 0.25em;
}
section.list .inner .pagination_wrap .search_results_wrap .btn_bookmark_list {
  width: min(15vw, 190px);
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .search_results_wrap .btn_bookmark_list {
    width: 45%;
    max-width: 16em;
  }
}
section.list .inner .pagination_wrap .search_results_wrap .btn_bookmark_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.625rem, 0.179rem + 0.93vw, 0.875rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 0.25em 2em 0.25em 3em;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .search_results_wrap .btn_bookmark_list a {
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
  }
}
section.list .inner .pagination_wrap .search_results_wrap .btn_bookmark_list a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f03a";
  left: 1em;
  top: 0.1em;
}
section.list .inner .pagination_wrap .sort {
  display: flex;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .sort {
    display: block;
  }
}
section.list .inner .pagination_wrap .sort p {
  font-size: 1.125rem;
  margin: 1.5em 1em 0 0;
  min-width: 5em;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .sort p {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    margin: 6vw 0 1em 0;
  }
}
section.list .inner .pagination_wrap .sort ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .sort ul {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    margin-top: 0;
    margin-bottom: -1em;
  }
}
section.list .inner .pagination_wrap .sort ul li {
  margin: 1em 2em 0 0;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .sort ul li {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    margin: 0 1em 1em 0;
  }
}
section.list .inner .pagination_wrap .sort ul li a {
  font-size: 1.125rem;
  color: #557dac;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media screen and (max-width: 768px) {
  section.list .inner .pagination_wrap .sort ul li a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.list .inner .pagination_wrap .pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
section.list .inner .pagination_wrap .pagination ul {
  display: flex;
}
section.list .inner .pagination_wrap .pagination ul li {
  font-size: 1.125rem;
  margin: 0 0.25em;
}
section.list .inner .pagination_wrap .pagination ul li a {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 0.25em 0.5em;
  transition: color 0.2s, background-color 0.2s ease;
}
section.list .inner .pagination_wrap .pagination ul li.current_page a {
  color: #fff;
  background-color: #333;
  pointer-events: none;
}
section.list .inner .pagination_wrap .pagination ul li a:hover {
  color: #fff;
  background-color: #333;
}
section.list .inner .property_box_wrap {
  /*非会員表示　会員物件の表示*/
}
section.list .inner .property_box_wrap .property_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
section.list .inner .property_box_wrap .property_box:first-child {
  margin-top: 3rem;
}
section.list .inner .property_box_wrap .property_box .box_title {
  width: 100%;
  display: flex;
  font-size: 1.125rem;
  background-color: #333;
  box-sizing: border-box;
  padding: 1em 1em;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .box_title {
    font-size: 0.875rem;
  }
}
section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap {
  margin-top: 0.15em;
}
section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap input[type=checkbox] {
  display: none;
}
section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap .checkbox01 {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  width: 1.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap .checkbox01 {
    width: 1.4em;
  }
}
section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap .checkbox01::before {
  width: 100%;
  aspect-ratio: 1/1;
  top: 0.25em;
  left: 0;
  background: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
}
section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap .checkbox01::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap .checkbox01::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    top: 0.4em;
    left: 0.4em;
  }
}
section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .box_title .checkbox_wrap {
    margin-top: 0;
  }
}
section.list .inner .property_box_wrap .property_box .box_title .property_type {
  width: 10em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 0.4em 0.5em;
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.list .inner .property_box_wrap .property_box .box_title .location {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  margin-left: 1em;
}
section.list .inner .property_box_wrap .property_box .photo_wrap {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.list .inner .property_box_wrap .property_box .photo_wrap {
    align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .photo_wrap {
    width: 100%;
  }
}
section.list .inner .property_box_wrap .property_box .photo_wrap figure {
  width: 30.8%;
  aspect-ratio: 4/3;
  margin-top: min(1.33vw, 1rem);
  position: relative;
}
section.list .inner .property_box_wrap .property_box .photo_wrap figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
section.list .inner .property_box_wrap .property_box .photo_wrap figure img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
section.list .inner .property_box_wrap .property_box .photo_wrap figure.main {
  width: 100%;
  margin-top: 0;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap {
  width: 67.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap {
    width: 100%;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap {
  width: 64%;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap {
    width: 100%;
    font-size: 1rem;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .station {
  font-size: 1em;
  font-weight: bold;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .station .name {
  margin-right: 1em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .station .min {
  margin: 0 0.25em 0;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .price {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .price {
    justify-content: flex-end;
    font-size: 1rem;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .price span {
  color: #ab4141;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .price .yen {
  margin-right: 1em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .price .yen span {
  font-size: 2.4em;
  margin: 0 0.25em 0 0;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview .price_wrap .price .yield span {
  font-size: 1.6em;
  margin: 0 0.25em 0 0;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl {
  width: 36%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  box-sizing: border-box;
  padding-left: 1em;
  border-left: 1px solid #000;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl {
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl {
    font-size: 1rem;
    width: 100%;
    margin-top: 2rem;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl dt {
  font-size: 1em;
  width: 6em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl dd {
  font-size: 1em;
  width: calc(100% - 6em);
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl dd {
    width: calc(50% - 6em);
  }
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl dd {
    width: calc(50% - 6em);
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .property_overview dl dd span {
  margin-right: 0.25em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .freetext {
  background-color: #e6e6e6;
  font-size: 1rem;
  padding: 1em;
  margin-top: min(1.33vw, 1rem);
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .freetext {
    margin-top: 1rem;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .freetext p {
  font-size: 1em;
  max-height: 5em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .freetext p {
    min-height: 7em;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: min(1.33vw, 1rem);
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap {
    margin-top: 1rem;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_bookmark {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_bookmark {
    width: 45.5vw;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_bookmark a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_bookmark a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_bookmark a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f02e";
  left: 1em;
  top: 0.75em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_bookmark a {
  padding: 0.78em 2em 0.78em 3em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_bookmark a::before {
  top: 0.55em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_detail {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_detail {
    width: 45.5vw;
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_detail a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 3em 1em 2em;
  position: relative;
  background-color: #333;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_detail a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_detail a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f35a";
  right: 1em;
  top: 0.75em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_detail a {
  padding: 0.78em 3em 0.78em 2em;
}
section.list .inner .property_box_wrap .property_box .property_overview_wrap .btn_wrap .btn_detail a::before {
  top: 0.55em;
}
section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .freetext {
  min-height: 6em;
}
section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .freetext p {
  max-height: none;
}
section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .freetext a {
  display: inline-block;
  color: #557dac;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 0.25em;
}
section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: min(1.33vw, 1rem);
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .btn_wrap {
    margin-top: 1rem;
  }
}
section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .btn_wrap .btn_register_wide {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .btn_wrap .btn_register_wide {
    width: 100%;
  }
}
section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .btn_wrap .btn_register_wide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 3em 1em 2em;
  position: relative;
  background-color: #9c5e5e;
  box-sizing: border-box;
  border: 1px solid #9c5e5e;
}
@media screen and (max-width: 768px) {
  section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .btn_wrap .btn_register_wide a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.list .inner .property_box_wrap .property_box.members_only .property_overview_wrap .btn_wrap .btn_register_wide a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f35a";
  right: 1em;
  top: 0.75em;
}

/*=============================================================
お気に入り一覧（物件リストテンプレート）
=============================================================*/
section.list .outer {
  padding: 0 0 6rem 0;
}
section.list .property_overview_wrap .btn_wrap .btn_delete {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.list .property_overview_wrap .btn_wrap .btn_delete {
    width: 45.5vw;
  }
}
section.list .property_overview_wrap .btn_wrap .btn_delete a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.list .property_overview_wrap .btn_wrap .btn_delete a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.list .property_overview_wrap .btn_wrap .btn_delete a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f057";
  left: 1em;
  top: 0.75em;
}

/*=============================================================
共通設定・物件詳細 / detail
=============================================================*/
section.detail {
  position: relative;
  z-index: 5;
}
section.detail .inner {
  margin-top: 2rem;
}
section.detail .info_top .id_wrap {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .id_wrap {
    font-size: 0.875rem;
  }
}
section.detail .info_top .id_wrap p {
  font-size: 1em;
}
section.detail .info_top .id_wrap p span {
  display: inline-block;
}
section.detail .info_top .id_wrap p.id_num {
  margin-right: 1em;
}
section.detail .info_top .hd_wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap {
    flex-direction: column;
    margin-top: 1rem;
  }
}
section.detail .info_top .hd_wrap h2 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap h2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.detail .info_top .hd_wrap h2 .property_type {
  width: 10em;
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #333;
  box-sizing: border-box;
  padding: 0.4em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}
section.detail .info_top .hd_wrap h2 .location {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap h2 .location {
    margin-top: 0.5em;
  }
}
section.detail .info_top .hd_wrap .btn_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap .btn_wrap {
    width: 86%;
    justify-content: space-around;
    margin: 1.5rem auto 0;
  }
}
section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_list {
  width: min(15vw, 190px);
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_list {
    width: 45%;
    max-width: 16em;
  }
}
section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.625rem, 0.179rem + 0.93vw, 0.875rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 0.25em 2em 0.25em 3em;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_list a {
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
  }
}
section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_list a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f03a";
  left: 1em;
  top: 0.1em;
}
section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_add {
  width: min(15vw, 190px);
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_add {
    width: 48.5%;
    max-width: 16em;
  }
}
section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_add a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.625rem, 0.179rem + 0.93vw, 0.875rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 0.25em 1em 0.25em 2em;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_add a {
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
  }
}
section.detail .info_top .hd_wrap .btn_wrap .btnS_bookmark_add a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f02e";
  left: 1em;
  top: 0.1em;
}
section.detail .info_top .grid_table {
  display: grid;
  grid-template-columns: 25% 20% 35% 20%;
  font-size: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .grid_table {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}
section.detail .info_top .grid_table dt {
  background-color: #333;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  grid-row: 1/2;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section.detail .info_top .grid_table dt {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  section.detail .info_top .grid_table dt {
    width: 7em;
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
    padding: 0.75em 1em;
  }
}
section.detail .info_top .grid_table dt:nth-of-type(1) {
  grid-column: 1/2;
}
section.detail .info_top .grid_table dt:nth-of-type(2) {
  grid-column: 2/3;
}
section.detail .info_top .grid_table dt:nth-of-type(3) {
  grid-column: 3/4;
}
section.detail .info_top .grid_table dt:nth-of-type(4) {
  grid-column: 4/5;
  border-right: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .grid_table dt:nth-of-type(4) {
    border-right: 1px solid #fff;
  }
}
section.detail .info_top .grid_table dd {
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .grid_table dd {
    width: calc(100% - 7em);
    border-top: 1px solid #fff;
  }
}
section.detail .info_top .grid_table dd p {
  font-size: 0.875em;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .grid_table dd p {
    font-size: 1rem;
  }
}
section.detail .info_top .grid_table dd.price {
  justify-content: center;
}
section.detail .info_top .grid_table dd.price span {
  font-size: 1.714em;
  font-weight: bold;
  color: #9c5e5e;
  margin-right: 0.25em;
}
section.detail .info_top .grid_table dd.yield {
  justify-content: center;
}
section.detail .info_top .grid_table dd.yield span {
  font-size: 1.714em;
  font-weight: bold;
  color: #9c5e5e;
  margin-right: 0.25em;
}
section.detail .info_top .grid_table dd.access {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .grid_table dd.access {
    align-items: center;
  }
}
section.detail .info_top .grid_table dd.sqm {
  border-right: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  section.detail .info_top .grid_table dd.sqm {
    border-right: 1px solid #fff;
    justify-content: center;
  }
}
section.detail .info_top .grid_table dd.sqm .partition {
  padding: 0 0.25em;
}
section.detail .info_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 5;
  position: relative;
  margin-top: 2rem;
  /*=============================================================
  共通設定・物件詳細・スライダー / detail
  =============================================================*/
}
section.detail .info_main .swiper {
  width: 57%;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .swiper {
    width: 100%;
    order: 1;
  }
}
section.detail .info_main .swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #e6e6e6;
}
section.detail .info_main .swiper .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
section.detail .info_main .text_area {
  width: 43%;
  box-sizing: border-box;
  padding-left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area {
    width: 100%;
    padding-left: 0;
    order: 5;
  }
}
section.detail .info_main .text_area .btn_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .btn_wrap {
    margin-top: 1rem;
    order: 2;
  }
}
section.detail .info_main .text_area .btn_wrap .btn_reservation {
  width: min(17vw, 220px);
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .btn_wrap .btn_reservation {
    width: 17vw;
  }
}
section.detail .info_main .text_area .btn_wrap .btn_reservation a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.688rem, 0.13rem + 1.16vw, 1rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #9c5e5e;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .btn_wrap .btn_reservation a {
    font-size: clamp(0.875rem, -0.007rem + 3.92vw, 1.875rem);
  }
}
section.detail .info_main .text_area .btn_wrap .btn_reservation a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f015";
  left: 1em;
  top: 0.25em;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .btn_wrap .btn_reservation {
    width: 48.5%;
  }
}
section.detail .info_main .text_area .btn_wrap .btn_requestdocs {
  width: min(17vw, 220px);
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .btn_wrap .btn_requestdocs {
    width: 17vw;
  }
}
section.detail .info_main .text_area .btn_wrap .btn_requestdocs a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.688rem, 0.13rem + 1.16vw, 1rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #557dac;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .btn_wrap .btn_requestdocs a {
    font-size: clamp(0.875rem, -0.007rem + 3.92vw, 1.875rem);
  }
}
section.detail .info_main .text_area .btn_wrap .btn_requestdocs a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f0e0";
  left: 1em;
  top: 0.25em;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .btn_wrap .btn_requestdocs {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .tel_wrap {
    order: 5;
  }
}
section.detail .info_main .text_area .tel_wrap p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .tel_wrap p {
    text-align: center;
    margin-top: 2rem;
  }
}
section.detail .info_main .text_area .tel_wrap a {
  display: flex;
  align-items: center;
  font-family: Futura, "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  color: #333;
  font-size: clamp(1.875rem, 0.091rem + 3.71vw, 2.875rem);
  position: relative;
  line-height: 1;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .tel_wrap a {
    font-size: clamp(1.25rem, 0.037rem + 5.39vw, 2.625rem);
    justify-content: center;
    margin-top: 0.5em;
  }
}
section.detail .info_main .text_area .tel_wrap a::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background-image: url(../images/icon_freedial.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section.detail .info_main .text_area .tel_wrap p.openinghr {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .tel_wrap p.openinghr {
    margin-top: 1rem;
  }
}
section.detail .info_main .text_area .box {
  width: 100%;
  min-height: 0.6667%;
  font-size: 1rem;
  background-color: #e6e6e6;
  margin-top: 1em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.detail .info_main .text_area .box {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.detail .info_main .text_area .box {
    font-size: 0.75rem;
  }
}
section.detail .info_main .text_area .box h3 {
  font-size: 1.125em;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 1em;
}
section.detail .info_main .text_area .box h3 + p {
  width: 100%;
  min-height: 0.6667%;
  box-sizing: border-box;
  padding: 0.5em;
  min-height: 13em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.detail .info_main .text_area .box h3 + p {
    min-height: 12em;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.detail .info_main .text_area .box h3 + p {
    min-height: 11em;
  }
}
@media screen and (max-width: 768px) {
  section.detail .info_main .text_area .box h3 + p {
    min-height: 0;
    padding: 0.75em 1em;
  }
}
section.detail .info_main .swiper_thumbnail {
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
  position: relative;
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
}
@media screen and (max-width: 768px) {
  section.detail .info_main .swiper_thumbnail {
    order: 2;
    margin-top: 1rem;
  }
}
section.detail .info_main .swiper_thumbnail .swiper-slide {
  width: 25%;
  aspect-ratio: 4/3;
  background-color: #e6e6e6;
  transition: opacity 0.3s ease;
}
section.detail .info_main .swiper_thumbnail .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
section.detail .info_main .swiper_thumbnail .swiper-slide:hover {
  opacity: 0.8;
  cursor: pointer;
}
section.detail .info_main .swiper_thumbnail .swiper-button-next::after,
section.detail .info_main .swiper_thumbnail .swiper-button-prev::after {
  display: none;
}
section.detail .info_main .swiper_thumbnail .swiper-button-next i,
section.detail .info_main .swiper_thumbnail .swiper-button-prev i {
  font-size: 2.25rem;
  color: rgba(51, 51, 51, 0.6);
}
section.detail .info_main .swiper_thumbnail .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
section.detail .info_main .swiper_thumbnail .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem 0.5rem;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .swiper_thumbnail .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
section.detail .info_main .swiper_thumbnail .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.25rem 0.25rem;
  }
}
section.detail .info_main .swiper_thumbnail .swiper-pagination-bullet {
  background-color: #666;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  section.detail .info_main .swiper_thumbnail .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

/*=============================================================
物件詳細・マップ / map
=============================================================*/
#map .outer {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  overflow: hidden;
  padding: 3rem 0 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #map .outer {
    margin-top: 2rem;
    padding: 3rem 0 3rem;
  }
}
#map .outer .bg_map {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #map .outer .bg_map {
    height: 100%;
  }
}
#map .outer .bg_map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media screen and (max-width: 768px) {
  #map .outer .bg_map img {
    width: auto;
    height: 106%;
    -o-object-position: 55% 50%;
       object-position: 55% 50%;
  }
}
#map .outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1;
}
#map .inner {
  z-index: 7;
  position: relative;
}
#map .inner h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  #map .inner h2 {
    font-size: 1.75rem;
  }
}
#map .inner h2 + p {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 1rem;
}
#map .inner h2 + p a {
  text-decoration: underline;
  margin: 0 0.25em;
}
#map .inner .box {
  width: 100%;
  aspect-ratio: 8/3;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #map .inner .box {
    aspect-ratio: 3/2;
  }
}
#map .inner .box iframe {
  width: 100%;
  height: 100%;
}
#map .inner .annotation {
  font-size: 1rem;
  color: #fff;
  margin-top: 1em;
}

/*=============================================================
共通設定・物件詳細・物件概要 / overview
=============================================================*/
#overview .outer {
  background-color: #666;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 768px) {
  #overview .outer {
    padding: 4rem 0 3rem;
  }
}
#overview .inner h2 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
}
#overview .inner dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  box-sizing: border-box;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  margin-top: 1em;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #overview .inner dl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #overview .inner dl {
    font-size: 0.875rem;
  }
}
#overview .inner dl dt,
#overview .inner dl dd {
  font-size: 1em;
  color: #333;
  box-sizing: border-box;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  padding: 0.75em 0 0.75em 1em;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dt,
#overview .inner dl dd {
    padding: 0.75em 0.75em 0.75em 0.75em;
  }
}
#overview .inner dl dt {
  font-weight: bold;
  width: 11em;
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dt {
    width: 7em;
  }
}
#overview .inner dl dd {
  width: calc(100% - 11em);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dd {
    width: calc(100% - 7em);
  }
}
#overview .inner dl dd.half {
  width: calc(50% - 11em);
}
@media screen and (max-width: 768px) {
  #overview .inner dl dd.half {
    width: calc(100% - 7em);
  }
}

/*=============================================================
共通設定・物件詳細・画像ボタン / arcs_rich_btn
=============================================================*/
#arcs_rich_btn {
  position: relative;
  z-index: 5;
}
#arcs_rich_btn .outer {
  background-color: #000;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .outer {
    padding: 3rem 0;
  }
}
#arcs_rich_btn .rich_btn_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap {
    flex-direction: column;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA,
#arcs_rich_btn .rich_btn_wrap .rich_btnB {
  width: 47.5%;
  aspect-ratio: 3/2;
  background-size: cover;
  box-sizing: border-box;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA,
#arcs_rich_btn .rich_btn_wrap .rich_btnB {
    width: 100%;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .box,
#arcs_rich_btn .rich_btn_wrap .rich_btnB .box {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 1rem;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA {
  background-image: url(../images/bg_richbtnA.jpg);
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .text {
  font-size: 1.125rem;
  letter-spacing: 0.075em;
  font-weight: bold;
  color: #fff;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .text span {
  font-size: 1.3em;
  margin-left: 0.15em;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap {
    margin-top: 1rem;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_reservation {
  width: min(17vw, 220px);
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_reservation {
    width: 17vw;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_reservation a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.688rem, 0.13rem + 1.16vw, 1rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #9c5e5e;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_reservation a {
    font-size: clamp(0.875rem, -0.007rem + 3.92vw, 1.875rem);
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_reservation a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f015";
  left: 1em;
  top: 0.25em;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_reservation {
    width: 48.5%;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_reservation a {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_requestdocs {
  width: min(17vw, 220px);
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_requestdocs {
    width: 17vw;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_requestdocs a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.688rem, 0.13rem + 1.16vw, 1rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #557dac;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_requestdocs a {
    font-size: clamp(0.875rem, -0.007rem + 3.92vw, 1.875rem);
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_requestdocs a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f0e0";
  left: 1em;
  top: 0.25em;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_requestdocs {
    width: 48.5%;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .btn_wrap .btnM_requestdocs a {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .tel_wrap {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .tel_wrap {
    margin-top: 1rem;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .tel_wrap p {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .tel_wrap p {
    text-align: center;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .tel_wrap a {
  display: flex;
  align-items: center;
  font-family: Futura, "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: clamp(1.875rem, 0.091rem + 3.71vw, 2.875rem);
  position: relative;
  line-height: 1;
  margin-top: 0.15em;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnA .tel_wrap a {
    margin-top: 0.25em;
    font-size: clamp(1.25rem, 0.037rem + 5.39vw, 2.625rem);
    justify-content: center;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnA .tel_wrap a::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background-image: url(../images/icon_freedial.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB {
  background-image: url(../images/bg_richbtnB.jpg);
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnB {
    margin-top: 2rem;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB .tag {
  font-size: 1.125rem;
  display: inline-block;
  background-color: #333;
  padding: 0.25em 0.5em;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnB .tag {
    margin-top: 0;
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB .text {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #fff;
  margin-top: 1rem;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB .text span {
  font-size: 1.3em;
  margin-left: 0.15em;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB .btn_requestother {
  width: 100%;
  margin-top: 2rem;
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB .btn_requestother a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 1em 3em 1em 2em;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnB .btn_requestother a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#arcs_rich_btn .rich_btn_wrap .rich_btnB .btn_requestother a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f35a";
  right: 1em;
  top: 0.75em;
}
@media screen and (max-width: 768px) {
  #arcs_rich_btn .rich_btn_wrap .rich_btnB .btn_requestother {
    margin-top: 1rem;
  }
}

#arcs_rich_btn + #arcs_banner_area_footer .outer {
  margin-top: 0;
}

/*=============================================================
無料会員登録 / member
=============================================================*/
section.member .kazamidori {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  section.member .kazamidori {
    margin-top: 3rem;
  }
}
section.member .kazamidori > p {
  font-size: 1em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.member .kazamidori > p {
    text-align: left;
    text-align: justify;
  }
}
section.member h2 {
  font-size: clamp(1.125rem, 0.01rem + 2.32vw, 1.75rem);
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 3rem;
  position: relative;
}
section.member h2 span:nth-child(1) {
  font-size: 2.64em;
  margin: 0 0.15em;
  color: #557dac;
}
section.member h2 span:nth-child(2) {
  font-size: 2em;
  margin: 0 0 0 0.15em;
  color: #9c5e5e;
}
section.member h2::before {
  content: "\\";
  font-weight: 400;
  font-size: 2.64em;
  margin-right: 0.25em;
}
section.member h2::after {
  content: "/";
  font-weight: 400;
  font-size: 2.64em;
  margin-left: 0.3em;
}
section.member .outer {
  margin-top: 4rem;
  padding: 0 0 3rem 0;
  position: relative;
  overflow: hidden;
}
section.member .outer .bg_benefit {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.member .outer .bg_benefit {
    height: 100%;
  }
}
section.member .outer .bg_benefit img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media screen and (max-width: 768px) {
  section.member .outer .bg_benefit img {
    width: auto;
    height: 106%;
    -o-object-position: 55% 50%;
       object-position: 55% 50%;
  }
}
section.member .outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1;
}
section.member .outer > .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}
section.member .outer > .inner .boxes::before, section.member .outer > .inner .boxes::after {
  content: "";
  display: block;
  width: 13.125%;
}
@media screen and (max-width: 768px) {
  section.member .outer > .inner .boxes::before, section.member .outer > .inner .boxes::after {
    content: none;
    display: none;
    width: 0;
  }
}
section.member .outer > .inner .boxes::before {
  order: 5;
}
section.member .outer > .inner .boxes::after {
  order: 10;
}
section.member .outer > .inner .boxes li {
  width: 30.5%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  section.member .outer > .inner .boxes li {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto 0;
  }
}
section.member .outer > .inner .boxes li .point {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
section.member .outer > .inner .boxes li .point span {
  font-size: 1.4em;
  margin-left: 0.25em;
}
section.member .outer > .inner .boxes li .box {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: min(4.5vw, 1.5rem) min(3vw, 1rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.member .outer > .inner .boxes li .box {
    aspect-ratio: 4/3;
    position: relative;
  }
}
section.member .outer > .inner .boxes li .box i {
  display: inline-block;
  text-align: center;
  font-size: 3.75rem;
  color: #333;
  padding: min(3vw, 1rem) 0;
}
section.member .outer > .inner .boxes li .box h3 {
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.member .outer > .inner .boxes li .box h3 {
    font-size: 1.125rem;
  }
}
section.member .outer > .inner .boxes li .box h3 + p {
  margin-top: 1em;
  font-size: clamp(0.688rem, 0.13rem + 1.16vw, 1rem);
}
@media screen and (max-width: 768px) {
  section.member .outer > .inner .boxes li .box h3 + p {
    font-size: 1rem;
  }
}
section.member .outer > .inner .boxes li .box p.members_only {
  font-size: clamp(0.688rem, 0.13rem + 1.16vw, 1rem);
  font-weight: bold;
  margin-top: min(6vw, 2rem);
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.member .outer > .inner .boxes li .box p.members_only {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.member .outer > .inner .boxes li .box p.members_only {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.member .outer > .inner .boxes li .box p.members_only {
    content: "";
    position: absolute;
    bottom: 3vw;
    left: calc(50% - 10em);
  }
}
section.member .outer > .inner .boxes li .box p.members_only span {
  font-size: 3em;
  color: #9c5e5e;
  margin: 0 0.2em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.member .outer > .inner .boxes li .box p.members_only span {
    font-size: 2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.member .outer > .inner .boxes li .box p.members_only span {
    font-size: 2em;
  }
}
section.member .outer > .inner .boxes li:nth-child(4) {
  order: 6;
}
section.member .outer > .inner .boxes li:nth-child(5) {
  order: 7;
}

#form_member_registration .inner_narrow {
  margin-top: 4rem;
}
#form_member_registration .inner_narrow h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
#form_member_registration .inner_narrow .annotation {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #form_member_registration .inner_narrow .annotation {
    font-size: 1rem;
  }
}
#form_member_registration .inner_narrow .annotation span {
  font-weight: bold;
  color: #9c5e5e;
}
#form_member_registration .inner_narrow h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding: 0.25em 0 0.25em 1em;
  border-left: 4px solid #333;
}
#form_member_registration .inner_narrow h3:not(:first-child) {
  margin-top: 3rem;
}
#form_member_registration .inner_narrow .arcs_form_wrap {
  margin-top: 2rem;
}
#form_member_registration .inner_narrow .privacy {
  text-align: center;
  font-size: 1rem;
  margin-top: 1em;
}
#form_member_registration .inner_narrow .privacy a {
  color: #557dac;
  text-decoration: underline;
  font-weight: bold;
}

/*=============================================================
物件リクエスト / requestother
=============================================================*/
#form_request_other .inner_narrow {
  margin-top: 4rem;
}
#form_request_other .inner_narrow h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
#form_request_other .inner_narrow .annotation {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #form_request_other .inner_narrow .annotation {
    font-size: 1rem;
  }
}
#form_request_other .inner_narrow .annotation span {
  font-weight: bold;
  color: #9c5e5e;
}
#form_request_other .inner_narrow h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding: 0.25em 0 0.25em 1em;
  border-left: 4px solid #333;
}
#form_request_other .inner_narrow h3:not(:first-child) {
  margin-top: 3rem;
}
#form_request_other .inner_narrow .arcs_form_wrap {
  margin-top: 2rem;
}
#form_request_other .inner_narrow .quote {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#form_request_other .inner_narrow .privacy {
  text-align: center;
  font-size: 1rem;
  margin-top: 1em;
}
#form_request_other .inner_narrow .privacy a {
  color: #557dac;
  text-decoration: underline;
  font-weight: bold;
}

/*=============================================================
物件見学予約 / reservation
=============================================================*/
#form_reservation .inner_narrow {
  margin-top: 4rem;
}
#form_reservation .inner_narrow h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
#form_reservation .inner_narrow .annotation {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #form_reservation .inner_narrow .annotation {
    font-size: 1rem;
  }
}
#form_reservation .inner_narrow .annotation span {
  font-weight: bold;
  color: #9c5e5e;
}
#form_reservation .inner_narrow h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding: 0.25em 0 0.25em 1em;
  border-left: 4px solid #333;
}
#form_reservation .inner_narrow h3:not(:first-child) {
  margin-top: 3rem;
}
#form_reservation .inner_narrow .grid_table {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  font-size: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  #form_reservation .inner_narrow .grid_table {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 0px solid transparent;
  }
}
#form_reservation .inner_narrow .grid_table dt {
  background-color: #e6e6e6;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
  grid-row: 1/2;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  #form_reservation .inner_narrow .grid_table dt {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  #form_reservation .inner_narrow .grid_table dt {
    width: 7em;
    display: flex;
    align-items: center;
    border-top: 1px solid #c9c9c9;
    padding: 0.75em 1em;
  }
}
#form_reservation .inner_narrow .grid_table dt:nth-of-type(1) {
  grid-column: 1/2;
}
#form_reservation .inner_narrow .grid_table dt:nth-of-type(2) {
  grid-column: 2/3;
}
#form_reservation .inner_narrow .grid_table dt:nth-of-type(3) {
  grid-column: 3/4;
}
#form_reservation .inner_narrow .grid_table dd {
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #form_reservation .inner_narrow .grid_table dd {
    width: calc(100% - 7em);
    border-top: 1px solid #c9c9c9;
  }
}
#form_reservation .inner_narrow .grid_table dd p {
  font-size: 0.875em;
}
@media screen and (max-width: 768px) {
  #form_reservation .inner_narrow .grid_table dd p {
    font-size: 1rem;
  }
}
#form_reservation .inner_narrow .grid_table dd.access {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #form_reservation .inner_narrow .grid_table dd.access {
    align-items: center;
  }
}
#form_reservation .inner_narrow .grid_table dd.price span {
  font-size: 1.714em;
  font-weight: bold;
  color: #9c5e5e;
  margin-right: 0.25em;
}
#form_reservation .inner_narrow .arcs_form_wrap {
  margin-top: 2rem;
}
#form_reservation .inner_narrow .select_wrap:not(:first-of-type) {
  margin-top: 1em;
}
#form_reservation .inner_narrow .select_wrap > p {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#form_reservation .inner_narrow .arcs_alert + p {
  margin-top: 1em;
}
#form_reservation .inner_narrow .privacy {
  text-align: center;
  font-size: 1rem;
  margin-top: 1em;
}
#form_reservation .inner_narrow .privacy a {
  color: #557dac;
  text-decoration: underline;
  font-weight: bold;
}

/*=============================================================
資料請求/requestdocs・お問い合わせ/contact・送信確認/confirm
=============================================================*/
#form_requestdocs .inner_narrow,
#form_contact .inner_narrow,
#form_confirm .inner_narrow {
  margin-top: 4rem;
}
#form_requestdocs .inner_narrow h2,
#form_contact .inner_narrow h2,
#form_confirm .inner_narrow h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
#form_requestdocs .inner_narrow .annotation,
#form_contact .inner_narrow .annotation,
#form_confirm .inner_narrow .annotation {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #form_requestdocs .inner_narrow .annotation,
#form_contact .inner_narrow .annotation,
#form_confirm .inner_narrow .annotation {
    font-size: 1rem;
  }
}
#form_requestdocs .inner_narrow .annotation span,
#form_contact .inner_narrow .annotation span,
#form_confirm .inner_narrow .annotation span {
  font-weight: bold;
  color: #9c5e5e;
}
#form_requestdocs .inner_narrow h3,
#form_contact .inner_narrow h3,
#form_confirm .inner_narrow h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding: 0.25em 0 0.25em 1em;
  border-left: 4px solid #333;
}
#form_requestdocs .inner_narrow h3:not(:first-child),
#form_contact .inner_narrow h3:not(:first-child),
#form_confirm .inner_narrow h3:not(:first-child) {
  margin-top: 3rem;
}
#form_requestdocs .inner_narrow .grid_table,
#form_contact .inner_narrow .grid_table,
#form_confirm .inner_narrow .grid_table {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  font-size: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  #form_requestdocs .inner_narrow .grid_table,
#form_contact .inner_narrow .grid_table,
#form_confirm .inner_narrow .grid_table {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 0px solid transparent;
  }
}
#form_requestdocs .inner_narrow .grid_table dt,
#form_contact .inner_narrow .grid_table dt,
#form_confirm .inner_narrow .grid_table dt {
  background-color: #e6e6e6;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
  grid-row: 1/2;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  #form_requestdocs .inner_narrow .grid_table dt,
#form_contact .inner_narrow .grid_table dt,
#form_confirm .inner_narrow .grid_table dt {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  #form_requestdocs .inner_narrow .grid_table dt,
#form_contact .inner_narrow .grid_table dt,
#form_confirm .inner_narrow .grid_table dt {
    width: 7em;
    display: flex;
    align-items: center;
    border-top: 1px solid #c9c9c9;
    padding: 0.75em 1em;
  }
}
#form_requestdocs .inner_narrow .grid_table dt:nth-of-type(1),
#form_contact .inner_narrow .grid_table dt:nth-of-type(1),
#form_confirm .inner_narrow .grid_table dt:nth-of-type(1) {
  grid-column: 1/2;
}
#form_requestdocs .inner_narrow .grid_table dt:nth-of-type(2),
#form_contact .inner_narrow .grid_table dt:nth-of-type(2),
#form_confirm .inner_narrow .grid_table dt:nth-of-type(2) {
  grid-column: 2/3;
}
#form_requestdocs .inner_narrow .grid_table dt:nth-of-type(3),
#form_contact .inner_narrow .grid_table dt:nth-of-type(3),
#form_confirm .inner_narrow .grid_table dt:nth-of-type(3) {
  grid-column: 3/4;
}
#form_requestdocs .inner_narrow .grid_table dd,
#form_contact .inner_narrow .grid_table dd,
#form_confirm .inner_narrow .grid_table dd {
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #form_requestdocs .inner_narrow .grid_table dd,
#form_contact .inner_narrow .grid_table dd,
#form_confirm .inner_narrow .grid_table dd {
    width: calc(100% - 7em);
    border-top: 1px solid #c9c9c9;
  }
}
#form_requestdocs .inner_narrow .grid_table dd p,
#form_contact .inner_narrow .grid_table dd p,
#form_confirm .inner_narrow .grid_table dd p {
  font-size: 0.875em;
}
@media screen and (max-width: 768px) {
  #form_requestdocs .inner_narrow .grid_table dd p,
#form_contact .inner_narrow .grid_table dd p,
#form_confirm .inner_narrow .grid_table dd p {
    font-size: 1rem;
  }
}
#form_requestdocs .inner_narrow .grid_table dd.access,
#form_contact .inner_narrow .grid_table dd.access,
#form_confirm .inner_narrow .grid_table dd.access {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #form_requestdocs .inner_narrow .grid_table dd.access,
#form_contact .inner_narrow .grid_table dd.access,
#form_confirm .inner_narrow .grid_table dd.access {
    align-items: center;
  }
}
#form_requestdocs .inner_narrow .grid_table dd.price span,
#form_contact .inner_narrow .grid_table dd.price span,
#form_confirm .inner_narrow .grid_table dd.price span {
  font-size: 1.714em;
  font-weight: bold;
  color: #9c5e5e;
  margin-right: 0.25em;
}
#form_requestdocs .inner_narrow .arcs_form_wrap,
#form_contact .inner_narrow .arcs_form_wrap,
#form_confirm .inner_narrow .arcs_form_wrap {
  margin-top: 2rem;
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label,
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label,
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::before,
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::before,
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #000;
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::after,
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::after,
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::after,
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::after,
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
  }
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label span,
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label span,
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label span {
  line-height: 1.5;
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label:hover,
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label:hover,
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 label:hover {
  cursor: pointer;
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 input[type=checkbox],
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 input[type=checkbox],
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 input[type=checkbox] {
  display: none !important;
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 input[type=checkbox]:checked + label::after,
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 input[type=checkbox]:checked + label::after,
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04 input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#form_requestdocs .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04:not(:first-child),
#form_contact .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04:not(:first-child),
#form_confirm .inner_narrow .arcs_form_wrap dl dd.checkbox_wrap .checkbox04:not(:first-child) {
  margin-top: 1em;
}

/*=============================================================
物件検索（共通） / search
=============================================================*/
#search_button_wrap {
  position: relative;
  z-index: 5;
}
#search_button_wrap .inner {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
#search_button_wrap .inner .btn_searcharea {
  width: min(30vw, 390px);
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #search_button_wrap .inner .btn_searcharea {
    width: 45.5vw;
  }
}
#search_button_wrap .inner .btn_searcharea a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #search_button_wrap .inner .btn_searcharea a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#search_button_wrap .inner .btn_searcharea a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f5a0";
  left: 1em;
  top: 0.75em;
}
#search_button_wrap .inner .btn_searcharea a.current {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}
#search_button_wrap .inner .btn_searchline {
  width: min(30vw, 390px);
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  #search_button_wrap .inner .btn_searchline {
    width: 45.5vw;
  }
}
#search_button_wrap .inner .btn_searchline a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #search_button_wrap .inner .btn_searchline a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#search_button_wrap .inner .btn_searchline a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f238";
  left: 1em;
  top: 0.75em;
}
#search_button_wrap .inner .btn_searchline a.current {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}

section.search {
  position: relative;
  z-index: 5;
}
section.search .outer {
  margin-top: 4rem;
}
section.search .inner h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  padding: 1em 1em;
}
section.search .inner h3 {
  width: 25%;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section.search .inner h3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.search .inner h3 {
    width: 100%;
  }
}
section.search .inner h3 span {
  display: inline-block;
  font-family: Futura, "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.9em;
  color: #fff;
  background-color: #666;
  padding: 0.25em;
  margin-right: 0.5em;
}
section.search .inner .detailed_conditions_wrap h3 {
  margin-top: 2rem;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-top: 1px solid #c9c9c9;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dt {
  width: 17.5%;
  min-width: 8em;
  font-size: 1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e6e6e6;
  box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
  padding: 1em;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dt {
    width: 100%;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd {
  width: 82.5%;
  box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd {
    width: 100%;
    border-left: 1px solid #c9c9c9;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .yen {
  margin-left: 0.5em;
  min-width: 2em;
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .yen {
    font-size: 0.875rem;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list::after {
  content: "";
  display: block;
  width: 31.3333%;
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list::after {
    width: 48.5%;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 {
  width: 31.3333%;
  font-size: 1rem;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 label::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #000;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 label::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 label::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 label span {
  line-height: 1.5;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 label:hover {
  cursor: pointer;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 input[type=checkbox] {
  display: none !important;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04 {
    width: 48.5%;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04:nth-child(n+4) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04:nth-child(n+4) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.checkbox04:nth-child(n+3) {
    margin-top: 1rem;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 {
  width: 31.3333%;
  font-size: 1rem;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 label::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 label::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 label::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 label span {
  line-height: 1.5;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 label:hover {
  cursor: pointer;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 input[type=radio] {
  display: none;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 input[type=radio]:checked + label::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04 {
    width: 48.5%;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04:nth-child(n+4) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04:nth-child(n+4) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd .checkbox_list li.radio04:nth-child(n+3) {
    margin-top: 1rem;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .selectbox01 {
  width: 7rem;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd .btn_wrap {
  display: flex;
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd.half {
  width: 32.5%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd.half {
    width: 82.5%;
  }
}
@media screen and (max-width: 768px) {
  section.search .inner .detailed_conditions_wrap .detailed_conditions dd.half {
    width: 100%;
  }
}
section.search .inner .detailed_conditions_wrap .detailed_conditions dd.select_boxes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
section.search .inner .submit_wrap .btn_wrap {
  display: flex;
  justify-content: center;
}
section.search .inner .submit_wrap .btn_wrap .num_of_properties {
  display: inline-block;
  width: min(30vw, 390px);
  margin-right: 1rem;
  font-size: clamp(0.813rem, 0.032rem + 1.62vw, 1.25rem);
  text-align: center;
  align-self: flex-end;
  box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  section.search .inner .submit_wrap .btn_wrap .num_of_properties {
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
    width: 45.5vw;
  }
}
section.search .inner .submit_wrap .btn_wrap .num_of_properties span {
  font-size: 1.8em;
  color: #ab4141;
  font-weight: bold;
  margin: 0 0.1em;
}
section.search .inner .submit_wrap .btn_wrap .btn_submit {
  margin: 0 0 0 1rem;
}

/*物件検索アコーディオン*/
.acd_wrap {
  width: 75%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .acd_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .acd_wrap {
    width: 100%;
  }
}
.acd_wrap .acd {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .acd_wrap .acd {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .acd_wrap .acd {
    margin-top: 3rem;
  }
}
.acd_wrap .acd:not(:first-child) {
  margin-top: 2rem;
}
.acd_wrap .acd .acd_menu {
  width: 100%;
  display: flex;
  background-color: #e6e6e6;
  font-size: 1rem;
  font-weight: bold;
}
.acd_wrap .acd .acd_menu .checkbox_all {
  padding: 1.2em;
}
.acd_wrap .acd .acd_menu .checkbox_all label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}
.acd_wrap .acd .acd_menu .checkbox_all label::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #000;
}
.acd_wrap .acd .acd_menu .checkbox_all label::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .acd_wrap .acd .acd_menu .checkbox_all label::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
  }
}
.acd_wrap .acd .acd_menu .checkbox_all label span {
  line-height: 1.5;
}
.acd_wrap .acd .acd_menu .checkbox_all label:hover {
  cursor: pointer;
}
.acd_wrap .acd .acd_menu .checkbox_all input[type=checkbox] {
  display: none !important;
}
.acd_wrap .acd .acd_menu .checkbox_all input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.acd_wrap .acd .acd_menu .acd_btn {
  cursor: pointer;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.acd_wrap .acd .acd_menu .acd_btn span {
  display: block;
  width: 2rem;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.acd_wrap .acd .acd_menu .acd_btn span::before, .acd_wrap .acd .acd_menu .acd_btn span::after {
  content: "";
  width: 1.5em;
  height: 3px;
  background: #333;
  position: absolute;
  top: 2em;
  right: 1em;
  transform: translateY(-50%);
  z-index: 6;
}
.acd_wrap .acd .acd_menu .acd_btn span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.acd_wrap .acd .acd_menu .acd_btn.is-active.acd_btn span::after {
  transform: translateY(-50%) rotate(0);
}
.acd_wrap .acd .acd_contents {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.25s ease, opacity 0.5s ease;
  padding: 0 0 0 1em;
}
.acd_wrap .acd .is-acd.acd_contents {
  line-height: normal;
  height: auto;
  opacity: 1;
  transition: padding 0.25s ease, opacity 0.5s ease;
  padding: 1em 0 1em 1em;
}

/*物件検索アコーディオンここまで*/
/*=============================================================
物件検索（エリア） / searcharea
=============================================================*/
#searcharea .inner .area_wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 3rem;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-bottom: 1px dashed #333;
  padding: 0 0 2rem 0;
}
#searcharea .inner .area_wrap ul.checkbox_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#searcharea .inner .area_wrap ul.checkbox_list::after {
  content: "";
  display: block;
  width: 31.3333%;
}
@media screen and (max-width: 768px) {
  #searcharea .inner .area_wrap ul.checkbox_list::after {
    width: 48.5%;
  }
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 {
  width: 31.3333%;
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 {
    width: 48.5%;
  }
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 label::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #000;
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 label::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 label::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
  }
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 label span {
  line-height: 1.5;
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 label:hover {
  cursor: pointer;
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 input[type=checkbox] {
  display: none !important;
}
#searcharea .inner .area_wrap ul.checkbox_list li.checkbox04 input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/*=============================================================
物件検索（路線） / searchline
=============================================================*/
#searchline .inner .area_wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 3rem;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-bottom: 1px dashed #333;
  padding: 0 0 2rem 0;
}
#searchline .inner .area_wrap ul.checkbox_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#searchline .inner .area_wrap ul.checkbox_list::after {
  content: "";
  display: block;
  width: 31.3333%;
}
@media screen and (max-width: 768px) {
  #searchline .inner .area_wrap ul.checkbox_list::after {
    width: 48.5%;
  }
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 {
  width: 31.3333%;
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #searchline .inner .area_wrap ul.checkbox_list li.checkbox04 {
    width: 48.5%;
  }
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 label::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #000;
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 label::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #searchline .inner .area_wrap ul.checkbox_list li.checkbox04 label::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
  }
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 label span {
  line-height: 1.5;
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 label:hover {
  cursor: pointer;
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 input[type=checkbox] {
  display: none !important;
}
#searchline .inner .area_wrap ul.checkbox_list li.checkbox04 input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/*=============================================================
会員ページ / mypage
=============================================================*/
section.mypage .inner {
  margin-top: 4rem;
}
section.mypage .inner h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
section.mypage .inner h2 + p {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  section.mypage .inner h2 + p {
    text-align: left;
  }
}
section.mypage .outer {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  overflow: hidden;
  padding: 4rem 0 4rem;
}
@media screen and (max-width: 768px) {
  section.mypage .outer {
    padding: 3rem 0 3rem;
  }
}
section.mypage .bg_mypage {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.mypage .bg_mypage {
    height: 100%;
  }
}
section.mypage .bg_mypage img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  section.mypage .bg_mypage img {
    width: auto;
    height: 106%;
  }
}
section.mypage .bg_mypage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}
section.mypage .inner_btn h3 {
  font-size: clamp(1.125rem, 0.01rem + 2.32vw, 1.75rem);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
section.mypage .inner_btn ul + h3 {
  margin-top: 4rem;
}
section.mypage .inner_btn .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}
section.mypage .inner_btn .btn_wrap .btn_searcharea {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_searcharea {
    width: 45.5vw;
  }
}
section.mypage .inner_btn .btn_wrap .btn_searcharea a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_searcharea a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.mypage .inner_btn .btn_wrap .btn_searcharea a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f5a0";
  left: 1em;
  top: 0.75em;
}
section.mypage .inner_btn .btn_wrap .btn_searcharea a.current {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}
section.mypage .inner_btn .btn_wrap .btn_searchline {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_searchline {
    width: 45.5vw;
  }
}
section.mypage .inner_btn .btn_wrap .btn_searchline a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_searchline a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.mypage .inner_btn .btn_wrap .btn_searchline a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f238";
  left: 1em;
  top: 0.75em;
}
section.mypage .inner_btn .btn_wrap .btn_searchline a.current {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}
section.mypage .inner_btn .btn_wrap .btn_bookmark_list {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_bookmark_list {
    width: 45.5vw;
  }
}
section.mypage .inner_btn .btn_wrap .btn_bookmark_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  background-color: #d3d3d3;
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_bookmark_list a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.mypage .inner_btn .btn_wrap .btn_bookmark_list a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f03a";
  left: 1em;
  top: 0.75em;
}
section.mypage .inner_btn .btn_wrap .btn_edit {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_edit {
    width: 45.5vw;
  }
}
section.mypage .inner_btn .btn_wrap .btn_edit a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  background-color: #d3d3d3;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_edit a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.mypage .inner_btn .btn_wrap .btn_edit a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f02e";
  left: 1em;
  top: 0.75em;
}
section.mypage .inner_btn .btn_wrap .btn_logout {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_logout {
    width: 45.5vw;
  }
}
section.mypage .inner_btn .btn_wrap .btn_logout a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_logout a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.mypage .inner_btn .btn_wrap .btn_logout a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f02e";
  left: 1em;
  top: 0.75em;
}
section.mypage .inner_btn .btn_wrap .btn_delete {
  width: min(30vw, 390px);
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_delete {
    width: 45.5vw;
  }
}
section.mypage .inner_btn .btn_wrap .btn_delete a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 1em 2em 1em 3em;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_delete a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
section.mypage .inner_btn .btn_wrap .btn_delete a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f057";
  left: 1em;
  top: 0.75em;
}
section.mypage .inner_btn .btn_wrap .btn_searcharea,
section.mypage .inner_btn .btn_wrap .btn_searchline,
section.mypage .inner_btn .btn_wrap .btn_bookmark_list,
section.mypage .inner_btn .btn_wrap .btn_edit,
section.mypage .inner_btn .btn_wrap .btn_logout,
section.mypage .inner_btn .btn_wrap .btn_delete {
  margin-top: 2rem;
  width: 46%;
}
@media screen and (max-width: 768px) {
  section.mypage .inner_btn .btn_wrap .btn_searcharea,
section.mypage .inner_btn .btn_wrap .btn_searchline,
section.mypage .inner_btn .btn_wrap .btn_bookmark_list,
section.mypage .inner_btn .btn_wrap .btn_edit,
section.mypage .inner_btn .btn_wrap .btn_logout,
section.mypage .inner_btn .btn_wrap .btn_delete {
    width: 48.5%;
  }
}
section.mypage .inner_btn .btn_wrap .btn_searcharea a,
section.mypage .inner_btn .btn_wrap .btn_searchline a,
section.mypage .inner_btn .btn_wrap .btn_bookmark_list a,
section.mypage .inner_btn .btn_wrap .btn_edit a,
section.mypage .inner_btn .btn_wrap .btn_logout a,
section.mypage .inner_btn .btn_wrap .btn_delete a {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
}
section.mypage .inner_btn .btn_wrap .btn_searcharea a:hover,
section.mypage .inner_btn .btn_wrap .btn_searchline a:hover,
section.mypage .inner_btn .btn_wrap .btn_bookmark_list a:hover,
section.mypage .inner_btn .btn_wrap .btn_edit a:hover,
section.mypage .inner_btn .btn_wrap .btn_logout a:hover,
section.mypage .inner_btn .btn_wrap .btn_delete a:hover {
  background-color: #333333;
  color: #fff;
  opacity: 1;
}

#reccomend.list .outer {
  background-color: #e6e6e6;
  padding: 3rem 0 6rem;
}
#reccomend.list .inner h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
#reccomend.list .inner .property_box_wrap .property_box .box_title {
  background-color: #fff;
}
#reccomend.list .inner .property_box_wrap .property_box .box_title .property_type {
  width: 10em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #333;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0.4em 0.5em;
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reccomend.list .inner .property_box_wrap .property_box .box_title .location {
  font-size: 1em;
  color: #333;
  font-weight: bold;
  margin-left: 1em;
}

/*=============================================================
会員ページ / mypage
=============================================================*/
#thanks .inner_narrow {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
#thanks .inner_narrow h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
#thanks .inner_narrow > p {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #thanks .inner_narrow > p {
    font-size: 1rem;
  }
}
#thanks .inner_narrow > p span {
  font-weight: bold;
  color: #9c5e5e;
}
#thanks .inner_narrow > p:not(:first-of-type) {
  margin-top: 1rem;
}
#thanks .inner_narrow .info_wrap {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 3rem;
  box-sizing: border-box;
  padding: 3rem 0;
}
#thanks .inner_narrow .info_wrap p {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
}
#thanks .inner_narrow .info_wrap .company {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
}
#thanks .inner_narrow .info_wrap .tel a {
  font-size: 1.25rem;
  font-weight: bold;
text-align: center;
}

/*=============================================================
ログイン / login ・ パスワードをお忘れの方 / forget
=============================================================*/
section.login {
  position: relative;
  z-index: 5;
}
section.login .outer {
  margin-top: 4rem;
  padding-bottom: 6rem;
}
section.login .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.login .inner {
    flex-direction: column;
  }
}
section.login .inner .bg_inner {
  background-color: #e6e6e6;
  box-sizing: border-box;
  padding: 2rem;
}
section.login .inner .bg_inner h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
section.login .inner .bg_inner h2 + p {
  margin-top: 2rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  section.login .inner .bg_inner h2 + p {
    text-align: left;
  }
}
section.login .inner .existing {
  width: 56%;
}
@media screen and (max-width: 768px) {
  section.login .inner .existing {
    width: 100%;
  }
}
section.login .inner .existing .box dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  font-size: 0.875rem;
}
section.login .inner .existing .box dl dt {
  width: 11em;
  font-size: 1em;
  box-sizing: border-box;
  padding: 1em;
  border-bottom: 1px dashed #666;
}
section.login .inner .existing .box dl dd {
  width: calc(100% - 11em);
  font-size: 1em;
  border-bottom: 1px dashed #666;
  padding: 0 1em 1em 0;
}
section.login .inner .existing .box dl dd .arcs_alert {
  display: none;
}
section.login .inner .existing .box dl dt:not(:first-of-type),
section.login .inner .existing .box dl dd:not(:first-of-type) {
  margin-top: 1.5rem;
}
section.login .inner .existing .box .checkbox04 {
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-left: 1rem;
}
section.login .inner .existing .box .checkbox04 label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  box-sizing: border-box;
  position: relative;
}
section.login .inner .existing .box .checkbox04 label::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #000;
}
section.login .inner .existing .box .checkbox04 label::after {
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.6em;
  height: 0.9em;
  opacity: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.login .inner .existing .box .checkbox04 label::after {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
  }
}
section.login .inner .existing .box .checkbox04 label span {
  line-height: 1.5;
}
section.login .inner .existing .box .checkbox04 label:hover {
  cursor: pointer;
}
section.login .inner .existing .box .checkbox04 input[type=checkbox] {
  display: none !important;
}
section.login .inner .existing .box .checkbox04 input[type=checkbox]:checked + label::after {
  opacity: 1;
}
section.login .inner .existing .box .checkbox04 label::before {
  background-color: #fff;
}
section.login .inner .existing .box .btn_wrap {
  margin-top: 1rem;
}
section.login .inner .existing .box .btn_wrap .btn_login {
  width: min(30vw, 390px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.login .inner .existing .box .btn_wrap .btn_login {
    width: 45.5vw;
  }
}
section.login .inner .existing .box .btn_wrap .btn_login input[type=submit] {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 2em 1em 2em;
  position: relative;
  background-color: #557dac;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #557dac;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  section.login .inner .existing .box .btn_wrap .btn_login input[type=submit] {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 1em 1em 1em 1em;
  }
}
section.login .inner .existing .box .btn_wrap .btn_login input[type=submit]:hover {
  background-color: #fff;
  color: #557dac;
}
section.login .inner .existing .box .forget {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 1.8;
}
section.login .inner .existing .box .forget a {
  display: inline-block;
  font-weight: bold;
  color: #557dac;
  text-decoration: underline;
  box-sizing: border-box;
  padding: 0 0.25em;
}
section.login .inner .register {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.login .inner .register {
    width: 100%;
    margin-top: 4rem;
  }
}
section.login .inner .register .box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2rem 0 0;
}
section.login .inner .register .box .txt_kazamidori {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1rem;
}
section.login .inner .register .box .txt_kazamidori + p {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  section.login .inner .register .box .txt_kazamidori + p {
    margin-top: 1rem;
  }
}
section.login .inner .register .box .btn_wrap {
  margin-bottom: 2.575rem;
}
@media screen and (max-width: 768px) {
  section.login .inner .register .box .btn_wrap {
    margin-top: 2rem;
  }
}
section.login .inner .register .box .btn_wrap .btn_register {
  width: min(30vw, 390px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.login .inner .register .box .btn_wrap .btn_register {
    width: 45.5vw;
  }
}
section.login .inner .register .box .btn_wrap .btn_register a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 2em 1em 2em;
  position: relative;
  background-color: #9c5e5e;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #9c5e5e;
  transition: 0.2s ease;
  line-height: 1.5;
  max-height: 5.3125rem;
}
@media screen and (max-width: 768px) {
  section.login .inner .register .box .btn_wrap .btn_register a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 1em 1em 1em 1em;
    max-height: none;
  }
}
section.login .inner .register .box .btn_wrap .btn_register a:hover {
  background-color: #fff;
  color: #9c5e5e;
}

/*調整（パスワードをお忘れの方 / forget）*/
#forget.login .inner {
  justify-content: center;
}
#forget.login .inner .existing .btn_wrap {
  margin-top: 2rem;
}

/*=============================================================
error_page
=============================================================*/
section.error_page .inner_narrow {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
section.error_page .inner_narrow h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 1.5em 1em;
}
section.error_page .inner_narrow > p {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  section.error_page .inner_narrow > p {
    font-size: 1rem;
  }
}
section.error_page .inner_narrow > p span {
  font-weight: bold;
  color: #9c5e5e;
}
section.error_page .inner_narrow > p:not(:first-of-type) {
  margin-top: 1rem;
}
section.error_page .inner_narrow .btn_wrap {
  margin-top: 5.5rem;
}
section.error_page .inner_narrow .btn_wrap .btn_totop {
  width: min(30vw, 390px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.error_page .inner_narrow .btn_wrap .btn_totop {
    width: 45.5vw;
  }
}
section.error_page .inner_narrow .btn_wrap .btn_totop a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.938rem, -0.066rem + 2.09vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 2em 1em 2em;
  position: relative;
  background-color: #557dac;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #557dac;
  transition: 0.2s ease;
  line-height: 1.5;
  max-height: 5.3125rem;
}
@media screen and (max-width: 768px) {
  section.error_page .inner_narrow .btn_wrap .btn_totop a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 1em 1em 1em 1em;
    max-height: none;
  }
}
section.error_page .inner_narrow .btn_wrap .btn_totop a:hover {
  background-color: #fff;
  color: #557dac;
}
/*# sourceMappingURL=arcs_page.css.map */