@charset "UTF-8";
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;
}

/*=============================================================
共通設定
=============================================================*/
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.bg_slider.sub {
  position: relative;
}
.bg_slider.sub::before {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:visited,
a:link,
a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  width: 100%;
  height: auto;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb_only {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .tb_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .pc_only {
    display: none;
  }
}

.inner {
  max-width: calc(1200px + 6%);
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}

.inner_narrow {
  max-width: calc(1000px + 6%);
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.inner_btn {
  max-width: calc(820px + 6%);
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

/*=============================================================
header
=============================================================*/
/*既存cssの打ち消し・調整*/
header .header_nav_wrap .vk-mobile-nav {
  position: static;
}
header .header_nav_wrap li.arcs_login_wrap::before {
  content: none;
  border: 0px solid transparent;
}
header .header_nav_wrap li.arcs_login_wrap:hover::before {
  width: 0%;
}
header .header_nav_wrap li.arcs_login_wrap ul.arcs_login li.arcs_list {
  float: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header.header .global-nav-list > li > a {
    padding: 0.2rem 1.2rem;
  }
}

/*ラクアポ ログイン*/
header.header {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  header.header {
    padding: 1rem 1rem;
  }
}

header .header_nav_wrap .header_nav .arcs_login_wrap {
  font-size: 1rem;
  width: clamp(9.5em, 14vw, 12.5em);
  margin-left: 1.5vw;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .header_nav_wrap .header_nav .arcs_login_wrap {
    font-size: 0.875rem;
    width: 11.5em;
    margin-left: 1em;
    margin-left: 2rem;
  }
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 2rem;
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list {
  width: 50%;
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list a {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.688rem, -0.438rem + 1.5vw, 0.875rem);
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list a {
    font-size: 0.75rem;
  }
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list:nth-child(1) {
  border-right: 1px solid #fff;
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list:nth-child(1) a {
  padding: 0 0.5em 0 0;
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list:nth-child(2) a {
  padding: 0 0 0 0.5em;
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list.contact {
  width: 100%;
  margin-top: 1rem;
}
header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list.contact a {
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .header_nav_wrap .header_nav .arcs_login_wrap .arcs_login .arcs_list.contact a {
    font-size: 0.875rem;
  }
}
header .header_nav_wrap nav.global-nav.hide {
  display: none;
}

/*=============================================================
SPハンバーガーメニュー（footer_sp）
=============================================================*/
#vk-mobile-nav nav.hide {
  display: none !important;
}

/*=============================================================
物件一覧・固定フッター
=============================================================*/
#footer_list {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#footer_list .search_others {
  background-color: rgba(0, 0, 0, 0.7);
  height: 6.25rem;
  box-sizing: border-box;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer_list .search_others {
    padding: 0.75rem 0;
    height: 5rem;
  }
}
#footer_list .search_others .inner_narrow {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
#footer_list .search_others .inner_narrow .btn_ft_searcharea {
  width: 36%;
}
@media screen and (max-width: 768px) {
  #footer_list .search_others .inner_narrow .btn_ft_searcharea {
    width: 42vw;
  }
}
#footer_list .search_others .inner_narrow .btn_ft_searcharea a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.875rem, -0.017rem + 1.86vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer_list .search_others .inner_narrow .btn_ft_searcharea a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 0.5em 1em 0.5em 2em;
  }
}
#footer_list .search_others .inner_narrow .btn_ft_searcharea a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f5a0";
  left: 1em;
  top: 0.25em;
}
#footer_list .search_others .inner_narrow .btn_ft_searchline {
  width: 36%;
}
@media screen and (max-width: 768px) {
  #footer_list .search_others .inner_narrow .btn_ft_searchline {
    width: 42vw;
  }
}
#footer_list .search_others .inner_narrow .btn_ft_searchline a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.875rem, -0.017rem + 1.86vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer_list .search_others .inner_narrow .btn_ft_searchline a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 0.5em 1em 0.5em 3em;
  }
}
#footer_list .search_others .inner_narrow .btn_ft_searchline a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f238";
  left: 1em;
  top: 0.25em;
}
#footer_list .search_others.hide {
  display: none;
}
#footer_list .check_all {
  background-color: rgba(0, 0, 0, 0.7);
  height: 6.25rem;
  box-sizing: border-box;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer_list .check_all {
    height: auto;
  }
}
#footer_list .check_all .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #footer_list .check_all .inner {
    flex-wrap: wrap;
  }
}
#footer_list .check_all .inner > p {
  font-size: clamp(0.75rem, 0.081rem + 1.39vw, 1.125rem);
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer_list .check_all .inner > p {
    width: 100%;
    text-align: center;
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
    margin-bottom: 0.75em;
  }
}
#footer_list .check_all .inner > p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3em;
  content: "\f00c";
  margin-right: 0.5em;
}
#footer_list .check_all .inner .btn_ft_requestdocs {
  width: 34%;
}
@media screen and (max-width: 768px) {
  #footer_list .check_all .inner .btn_ft_requestdocs {
    width: 48.5%;
  }
}
#footer_list .check_all .inner .btn_ft_requestdocs a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.875rem, -0.017rem + 1.86vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 0.5em 1em 0.5em 2em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer_list .check_all .inner .btn_ft_requestdocs a {
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
  }
}
#footer_list .check_all .inner .btn_ft_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;
}
#footer_list .check_all .inner .btn_ft_bookmark {
  width: 34%;
}
@media screen and (max-width: 768px) {
  #footer_list .check_all .inner .btn_ft_bookmark {
    width: 48.5%;
  }
}
#footer_list .check_all .inner .btn_ft_bookmark a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.875rem, -0.017rem + 1.86vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  background-color: #d3d3d3;
  color: #000;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer_list .check_all .inner .btn_ft_bookmark a {
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
    padding: 0.5em 1em 0.5em 3em;
  }
}
#footer_list .check_all .inner .btn_ft_bookmark a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f02e";
  left: 1em;
  top: 0.25em;
}
#footer_list .check_all.hide {
  display: none;
}

/*=============================================================
物件検索（エリア・路線）・固定フッター
=============================================================*/
#footer_search {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#footer_search .bg {
  background-color: rgba(255, 255, 255, 0.85);
  height: 6.25rem;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer_search .bg {
    padding: 0.75rem 0;
    height: 5rem;
  }
}
#footer_search .bg .inner_narrow {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
#footer_search .bg .inner_narrow .num_of_properties {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36%;
  height: 100%;
  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;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #footer_search .bg .inner_narrow .num_of_properties {
    font-size: clamp(0.625rem, -0.037rem + 2.94vw, 1.375rem);
    width: 42vw;
  }
}
#footer_search .bg .inner_narrow .num_of_properties span {
  font-size: 1.8em;
  color: #ab4141;
  font-weight: bold;
  margin: 0 0.2em;
  padding-bottom: 0.4em;
}
#footer_search .bg .inner_narrow .btn_ft_search {
  width: 36%;
}
@media screen and (max-width: 768px) {
  #footer_search .bg .inner_narrow .btn_ft_search {
    width: 42vw;
  }
}
#footer_search .bg .inner_narrow .btn_ft_search input[type=button] {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(0.875rem, -0.017rem + 1.86vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 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) {
  #footer_search .bg .inner_narrow .btn_ft_search input[type=button] {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
    padding: 0.5em 1em 0.5em 1em;
  }
}
#footer_search .bg .inner_narrow .btn_ft_search input[type=button]:hover {
  background-color: #fff;
  color: #9c5e5e;
}

/*=============================================================
トップページボタンエリア
=============================================================*/
#btn_area_top {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  #btn_area_top {
    width: 100%;
    margin: 2rem auto 0;
  }
}
#btn_area_top li {
  width: 46%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #btn_area_top li {
    width: 48.5%;
    margin-top: 1rem;
  }
}
#btn_area_top .btn_search 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) {
  #btn_area_top .btn_search a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#btn_area_top .btn_search a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f5a0";
  left: 1em;
  top: 0.75em;
}
#btn_area_top .btn_search a:before {
  content: "\f002";
}
#btn_area_top .btn_recommend 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) {
  #btn_area_top .btn_recommend a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#btn_area_top .btn_recommend a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f5a0";
  left: 1em;
  top: 0.75em;
}
#btn_area_top .btn_recommend a:before {
  content: "\f015";
}
#btn_area_top .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;
  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) {
  #btn_area_top .btn_register a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#btn_area_top .btn_register a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f5a0";
  left: 1em;
  top: 0.75em;
}
#btn_area_top .btn_register a:before {
  content: "\f007";
}
#btn_area_top .btn_login 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) {
  #btn_area_top .btn_login a {
    font-size: clamp(0.75rem, -0.022rem + 3.43vw, 1.625rem);
  }
}
#btn_area_top .btn_login a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  content: "\f5a0";
  left: 1em;
  top: 0.75em;
}
#btn_area_top .btn_login a:before {
  content: "\f2f6";
}

.footer {
    background: #000;
    color: #fff;
    padding: 2rem 0 8rem;
    border-top: none;
    position: relative;
}
.footer p {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #fff!important;
}
#global-nav ul.global-nav-list li {
margin: 0  -0.2rem;
}
.device-pc .global-nav-list > li > a {
    padding: 0.8rem 2rem!important;
}
.device-pc .global-nav-list > li > a.active {
border-bottom: 1px solid #fff;
}


/*# sourceMappingURL=arcs_base.css.map */