@charset "UTF-8";
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: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 16.5in 25.5in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.15rem;
    overflow-y: scroll;
  }

  .container {
    min-width: 1280px;
    position: relative;
  }

  .main-site-common {
    min-height: 1792px;
    padding-left: 230px;
  }

  .wrapper {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 13.3333333333vw;
    min-height: 100vh;
  }

  body {
    font-size: 0.3rem;
  }

  .container {
    min-width: 320px;
  }

  .main-site-common {
    padding-top: 1.27rem;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md {
    display: none !important;
  }
}
.arrow-common {
  position: relative;
  color: #3e3a39;
  text-decoration: none;
  display: inline-block;
}
.arrow-common:before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/100% auto;
  left: 0;
}

@media print, (min-width: 768px) {
  .arrow-common {
    padding-left: 18px;
  }
  .arrow-common:before {
    width: 11px;
    height: 11px;
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .arrow-common {
    padding-left: 0.18rem;
  }
  .arrow-common:before {
    width: 0.11rem;
    height: 0.11rem;
    top: 0.04rem;
  }
  .is-safari .arrow-common:before {
    top: 0.03rem;
  }
}
.checkbox-common {
  position: relative;
  cursor: pointer;
}
.checkbox-common input {
  display: none;
}
.checkbox-common .checkbox-text {
  letter-spacing: 0.12em;
  line-height: 1.8461538462;
  color: #3e3a39;
  display: block;
}
.checkbox-common .checkbox-text:before, .checkbox-common .checkbox-text:after {
  position: absolute;
  content: "";
}
.checkbox-common .checkbox-text:before {
  border: 1px solid #3e3a39;
  left: 0;
}
.checkbox-common .checkbox-text:after {
  background: url(../img/common/ico_checkbox.svg) no-repeat center/100% auto;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s;
}

.checkbox-common input:checked + .checkbox-text:after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .checkbox-common .checkbox-text {
    padding-left: 14px;
    font-size: 0.13rem;
  }
  .checkbox-common .checkbox-text:before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .is-tablet .checkbox-common .checkbox-text:before {
    top: 7px;
  }
  .checkbox-common .checkbox-text:after {
    width: 22px;
    height: 22px;
    top: -5px;
    left: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-common .checkbox-text {
    padding-left: 0.29rem;
  }
  .checkbox-common .checkbox-text:before {
    width: 0.22rem;
    height: 0.22rem;
    top: 0.14rem;
  }
  .checkbox-common .checkbox-text:after {
    width: 0.29rem;
    height: 0.29rem;
    top: 0.09rem;
    left: -0.02rem;
  }
}
.checkbox-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-wrapper .checkbox-text {
  font-weight: 600;
  line-height: 1.7142857143;
}
.is-android .checkbox-wrapper .checkbox-text {
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .checkbox-wrapper > li {
    margin: 0 9px 9px;
  }
  .checkbox-wrapper .checkbox-text {
    font-size: 0.14rem;
  }
  .checkbox-wrapper .checkbox-text:before {
    width: 11px;
    height: 11px;
    top: 5px;
  }
  .is-firefox .checkbox-wrapper .checkbox-text:before, .is-mac.is-chrome .checkbox-wrapper .checkbox-text:before {
    top: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-wrapper > li {
    margin: 0 0.19rem 0.19rem;
  }
  .checkbox-wrapper .checkbox-text:before {
    width: 0.22rem;
    height: 0.22rem;
    top: 0.14rem;
  }
  .is-android .checkbox-wrapper .checkbox-text:before {
    top: 0.13rem;
  }
  .is-android .checkbox-wrapper .checkbox-text:after {
    top: 0.08rem;
  }
}
@media only screen and (max-width: 374px) {
  .checkbox-wrapper .checkbox-text:before {
    top: 0.13rem;
  }
  .is-iphone .checkbox-wrapper .checkbox-text:before {
    top: 0.14rem;
  }
  .checkbox-wrapper .checkbox-text:after {
    top: 0.08rem;
  }
  .is-iphone .checkbox-wrapper .checkbox-text:after {
    top: 0.09rem;
  }
}
.button-primary {
  background: #005bac;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 0.15rem;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.button-primary > span {
  position: relative;
}
.button-primary > span:before {
  position: absolute;
  content: "";
}
.button-primary .button-image img {
  width: 100%;
  display: block;
}
.button-primary.is-more {
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
}
.button-primary.is-search {
  width: 100%;
  cursor: pointer;
}
.button-primary.is-search > span:before {
  background: url(../img/common/header_ico_search.svg) no-repeat center/100% auto;
}
.button-primary.is-mail {
  margin: 0 auto;
}
.button-primary.is-mail .button-image:before {
  background: url(../img/common/ico_mail.svg) no-repeat center/100% auto;
  top: 50%;
}

@media print, (min-width: 768px) {
  .button-primary {
    padding: 5px;
    border-radius: 3px;
  }
  .button-primary.is-more {
    width: 136px;
    min-height: 37px;
    font-size: 0.16rem;
  }
  .button-primary.is-search {
    min-height: 55px;
    padding: 8px 30px 10px 40px;
  }
  .button-primary.is-search > span:before {
    width: 15px;
    height: 15px;
    top: 0;
    left: -25px;
  }
  .button-primary.is-mail {
    width: 416px;
    min-height: 98px;
    padding: 10px 20px 12px 68px;
    border-radius: 12px;
  }
  .button-primary.is-mail .button-image {
    width: 199px;
  }
  .button-primary.is-mail .button-image:before {
    width: 23px;
    height: 23px;
    margin-top: -11px;
    left: -40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    padding: 0.05rem;
    border-radius: 0.05rem;
  }
  .button-primary.is-more {
    font-size: 0.31rem;
    width: 2.25rem;
    min-height: 0.6rem;
  }
  .button-primary.is-search {
    margin: 0 auto;
    width: 4.97rem;
    min-height: 1.19rem;
    padding: 0.08rem 0.4rem 0.1rem 0.64rem;
  }
  .button-primary.is-search > span:before {
    width: 0.32rem;
    height: 0.32rem;
    top: 0;
    left: -0.55rem;
  }
  .button-primary.is-mail {
    width: 5.5rem;
    min-height: 1.3rem;
    padding: 0.1rem 0.2rem 0.1rem 0.76rem;
    border-radius: 0.16rem;
  }
  .button-primary.is-mail .button-image {
    width: 3.37rem;
  }
  .button-primary.is-mail .button-image:before {
    width: 0.42rem;
    height: 0.42rem;
    margin-top: -0.2rem;
    left: -0.65rem;
  }
}
.info-common .info-phone {
  color: #005bac;
  letter-spacing: 0.12em;
  text-decoration: none;
  display: inline-block;
}
.info-common .info-time {
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  margin: 0;
}

@media print, (min-width: 768px) {
  .info-common .info-phone {
    margin-bottom: 4px;
    font-size: 0.25rem;
    pointer-events: none;
  }
  .info-common .info-time {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .info-common .info-phone {
    margin-bottom: 0.13rem;
    font-size: 0.5rem;
  }
  .info-common .info-time {
    font-size: 0.27rem;
    line-height: 1.5555555556;
  }
}
.contact-common {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.contact-common,
.contact-common .contact-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-common .contact-inner {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media print, (min-width: 768px) {
  .contact-common {
    margin-bottom: 8px;
  }
  .contact-common .contact-inner {
    width: 355px;
  }
  .contact-common .contact-text {
    margin-top: 9px;
  }
  .contact-common .contact-link {
    width: 80px;
    height: 80px;
    background: #f2f2f2 url(../img/common/ico_mail_blue.svg) no-repeat center/31px auto;
  }
}
.title-primary,
.title-secondary {
  text-align: center;
}
.title-primary img,
.title-secondary img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .title-primary {
    height: 65px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    height: 0.88rem;
    margin-bottom: 0.24rem;
  }
}
@media print, (min-width: 768px) {
  .title-secondary {
    height: 75px;
    margin-bottom: 22px;
  }
  .title-secondary.is-small {
    height: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    height: 1.1rem;
    margin-bottom: 0.39rem;
  }
  .title-secondary.is-small {
    height: 0.4rem;
  }
  .title-secondary.is-big {
    height: 1.6rem;
  }
}
.list-dots-common {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
  font-size: 0.14rem;
}
.list-dots-common > li {
  position: relative;
}
.list-dots-common > li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

@media print, (min-width: 768px) {
  .list-dots-common > li {
    padding-left: 12px;
  }
}
.input-common input,
.input-common select,
.input-common span {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #000;
}
.input-common input::-webkit-input-placeholder,
.input-common select::-webkit-input-placeholder,
.input-common span::-webkit-input-placeholder {
  color: #000;
}
.input-common input::-ms-input-placeholder,
.input-common select::-ms-input-placeholder,
.input-common span::-ms-input-placeholder {
  color: #000;
}
.input-common input:-ms-input-placeholder,
.input-common select:-ms-input-placeholder,
.input-common span:-ms-input-placeholder {
  color: #000;
}
.input-common input:-moz-placeholder,
.input-common select:-moz-placeholder,
.input-common span:-moz-placeholder {
  color: #000;
}
.input-common input::placeholder,
.input-common select::placeholder,
.input-common span::placeholder {
  color: #000;
}
.input-common select,
.input-common span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-common span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.input-common select {
  cursor: pointer;
  scrollbar-width: none;
  overflow-y: auto;
  white-space: nowrap;
}
.input-common select::-webkit-scrollbar {
  display: none;
}
.input-common select[multiple]:focus option:checked {
  background: linear-gradient(rgb(206, 206, 206), rgb(206, 206, 206));
}

@media print, (min-width: 768px) {
  .input-common {
    margin-bottom: 15px;
  }
  .input-common input,
.input-common select,
.input-common span {
    font-size: 0.11rem;
    padding: 1px 10px 0;
    height: 22px;
  }
  .input-common span {
    padding-top: 3px;
  }
  .is-chrome.is-mac .input-common select {
    padding-bottom: 1px;
  }
  .input-common select[multiple] {
    height: auto;
    padding: 2px 8px;
  }
  .is-safari .input-common select[multiple] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common {
    margin-bottom: 0.15rem;
  }
  .input-common input,
.input-common select {
    font-size: 0.24rem;
    padding: 0 0.21rem 0.01rem;
    height: 0.46rem;
  }
  .input-common select {
    padding-top: 0.02rem;
  }
  .input-common select[multiple] {
    height: auto;
    padding: 0.03rem 0.19rem;
  }
}
@media only screen and (max-width: 374px) {
  .input-common input,
.input-common select {
    padding-top: 0.03rem;
  }
  .is-iphone .input-common input,
.is-iphone .input-common select {
    padding-top: 0.04rem;
  }
  .input-common select[multiple] {
    padding-top: 0.06rem;
  }
}
.breadcrumb-common .breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-common .breadcrumb-list > li {
  display: inline;
}
.breadcrumb-common .breadcrumb-list > li:not(:last-child):after {
  content: ">";
}
.breadcrumb-common .breadcrumb-link {
  color: #000;
  text-underline-offset: 2px;
}
.breadcrumb-common .breadcrumb-list > li,
.breadcrumb-common .breadcrumb-link {
  letter-spacing: 0.075em;
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    margin-bottom: 50px;
  }
  .breadcrumb-common .wrapper {
    width: 916px;
    padding-right: 16px;
  }
  .breadcrumb-common .breadcrumb-list {
    padding-bottom: 15px;
    border-bottom: 5px solid #005bac;
  }
  .breadcrumb-common .breadcrumb-list > li:after {
    margin-left: 5px;
  }
  .breadcrumb-common .breadcrumb-list > li,
.breadcrumb-common .breadcrumb-link {
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    margin-bottom: 0.55rem;
  }
  .breadcrumb-common .wrapper {
    padding-left: 0.44rem;
    padding-right: 0.44rem;
  }
  .breadcrumb-common .breadcrumb-list {
    line-height: 1;
  }
  .breadcrumb-common .breadcrumb-list > li:after {
    margin-left: 0.09rem;
  }
  .breadcrumb-common .breadcrumb-list > li,
.breadcrumb-common .breadcrumb-link {
    font-size: 0.22rem;
  }
}
.heading-common .heading-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heading-common .heading-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.heading-common .input-common {
  -ms-flex: 1;
      flex: 1;
}
.heading-common .heading-text,
.heading-common .input-common {
  margin: 0;
}
.heading-common .heading-text {
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #3e3a39;
}
.is-android .heading-common .heading-text {
  font-weight: 700;
}
.heading-common .checkbox-wrapper {
  -ms-flex-pack: center;
      justify-content: center;
}
.heading-common .button-primary.is-search {
  margin: 0 auto;
}
.heading-common .button-primary.is-search > span:before {
  background-image: url(../img/common/ico_search.svg);
}

@media print, (min-width: 768px) {
  .heading-common {
    margin-bottom: 58px;
  }
  .heading-common .title-primary {
    margin-bottom: 35px;
  }
  .heading-common .heading-list {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .heading-common .heading-item {
    margin: 0 18px 18px;
    width: 318px;
  }
  .heading-common .heading-text {
    width: 73px;
    margin-top: 2px;
    padding-right: 5px;
    font-size: 0.14rem;
  }
  .is-firefox .heading-common .heading-text {
    margin-top: 3px;
  }
  .heading-common .button-primary.is-search {
    width: 130px;
    min-height: 32px;
    padding: 5px 10px 7px 20px;
    border-radius: 6px;
  }
  .heading-common .button-primary.is-search > span:before {
    width: 12px;
    height: 12px;
    left: -15px;
  }
  .heading-common .button-image {
    width: 27px;
  }
  .heading-common .input-common input,
.heading-common .input-common select {
    height: 24px;
    font-size: 0.12rem;
  }
  .is-chrome.is-mac .heading-common .input-common input,
.is-chrome.is-mac .heading-common .input-common select {
    padding-bottom: 2px;
  }
  .heading-common .input-common select[multiple] {
    height: auto;
  }
  .heading-common .checkbox-wrapper {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .heading-common {
    margin-bottom: 0.96rem;
  }
  .heading-common .title-primary {
    margin-bottom: 0.53rem;
  }
  .heading-common .heading-list {
    padding: 0 0.29rem 0 0.33rem;
    margin-bottom: 0.35rem;
  }
  .heading-common .heading-item {
    -ms-flex-align: center;
        align-items: center;
  }
  .heading-common .heading-item:not(:last-child) {
    margin-bottom: 0.34rem;
  }
  .heading-common .heading-text {
    width: 1.37rem;
    padding-right: 0.05rem;
    font-size: 0.27rem;
  }
  .heading-common .checkbox-wrapper {
    margin-bottom: 0.24rem;
  }
  .heading-common .checkbox-wrapper > li {
    margin: 0 0.17rem 0.17rem;
  }
  .heading-common .checkbox-common .checkbox-text {
    padding-left: 0.27rem;
    font-size: 0.27rem;
  }
  .heading-common .checkbox-common .checkbox-text:before {
    width: 0.2rem;
    height: 0.2rem;
  }
  .heading-common .input-common input,
.heading-common .input-common select {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .heading-common .button-primary.is-search {
    width: 2.88rem;
    min-height: 0.7rem;
    padding: 0.1rem 0.16rem 0.12rem 0.4rem;
    border-radius: 0.14rem;
  }
  .heading-common .button-primary.is-search > span:before {
    width: 0.25rem;
    height: 0.25rem;
    left: -0.33rem;
  }
  .heading-common .button-image {
    width: 0.59rem;
  }
}
@media only screen and (max-width: 374px) {
  .heading-common .heading-text {
    width: 1.32rem;
  }
  .is-iphone .heading-common .input-common select {
    padding-bottom: 0;
  }
  .heading-common .button-primary.is-search > span:before {
    top: 0.01rem;
  }
}
.product-common {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-common .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-common .product-title,
.product-common .product-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-common .product-title {
  /*-webkit-line-clamp: 1;*/
}
.product-common .product-title a {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}
.is-android .product-common .product-title a {
  font-weight: 700;
}
.product-common .product-text {
  -webkit-line-clamp: 2;
}
.product-common .product-image {
  display: block;
}
.product-common .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-common .product-info {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-common .product-info dt {
  position: relative;
}
.product-common .product-info dt:after {
  position: absolute;
  content: "：";
  top: 0;
}
.product-common .product-info strong {
  font-weight: 600;
}
.is-android .product-common .product-info strong {
  font-weight: 700;
}

.product-tag-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .product-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-common .product-item {
    width: 270px;
    margin-bottom: 20px;
    font-size: 0.12rem;
  }
  .product-common .product-item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .product-common .product-image {
    height: 176px;
    margin-bottom: 19px;
  }
  .product-common .product-title {
    margin-bottom: 8px;
  }
  .product-common .product-title,
.product-common .product-title a {
    font-size: 0.16rem;
  }
  .product-common .product-text {
    margin-bottom: 12px;
    line-height: 1.6091666667;
    letter-spacing: 0.075em;
  }
  .product-common .product-info {
    padding-top: 10px;
    line-height: 1.6891666667;
  }
  .product-common .product-info dt,
.product-common .product-info dd {
    letter-spacing: 0.075em;
  }
  .product-common .product-info dt {
    max-width: 35px;
    padding-right: 7px;
  }
  .product-common .product-info dt.txt-price {
    max-width: 55px;
    font-size:14px;
  }
  .product-common .product-info dt:after {
    right: -3px;
  }
  .product-common .product-info dd {
    width: calc(100% - 35px);
  }
  .product-common .product-info dd.txt-price {
    width: calc(100% - 55px);
    font-size:14px;
  }

  .product-tag-wrapper {
    margin: 0 -5px 8px;
  }
  .product-tag-wrapper > li {
    min-width: 51px;
    margin: 0 5px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-common .product-item {
    font-size: 0.27rem;
  }
  .product-common .product-item:not(:last-child) {
    margin-bottom: 0.76rem;
  }
  .product-common .product-image {
    height: 4.21rem;
    margin-bottom: 0.27rem;
  }
  .product-common .product-title {
    margin-bottom: 0.16rem;
  }
  .product-common .product-title,
.product-common .product-title a {
    font-size: 0.35rem;
  }
  .product-common .product-text {
    margin-bottom: 0.29rem;
    line-height: 1.7074074074;
    letter-spacing: 0.1em;
  }
  .product-common .product-info {
    padding-top: 0.14rem;
    line-height: 1.7925925926;
    border-top-width: 2px;
  }
  .product-common .product-info dt,
.product-common .product-info dd {
    letter-spacing: 0.1em;
  }
  .product-common .product-info dt {
    max-width: 0.8rem;
    padding-right: 0.16rem;
  }
  .product-common .product-info dt.txt-price {
    max-width: 1rem;
    font-size: 17px;
  }
  .product-common .product-info dt:after {
    right: -0.06rem;
  }
  .product-common .product-info dd {
    width: calc(100% - 0.8rem);
  }
  .product-common .product-info dd.txt-price {
    width: calc(100% - 1rem);
    font-size: 17px;
  }

  .product-tag-wrapper {
    margin: 0 -0.12rem;
  }
  .product-tag-wrapper > li {
    min-width: 1.08rem;
    margin: 0 0.12rem 0.24rem;
  }
}
@media only screen and (max-width: 374px) {
  .product-common .tag-item {
    padding-top: 0.02rem;
  }
}
.pagination-common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.pagination-common .wp-pager {
  position: relative;
}
.pagination-common .arrow a {
  position: absolute;
  background: #005bac url(../img/common/ico_arrow_left.svg) no-repeat;
  border-radius: 50%;
  top: 0;
}
.pagination-common .arrow.prev a {
  left: 0;
}
.pagination-common .arrow.next a {
  right: 0;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.pagination-common .pager-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #005bac;
  text-decoration: none;
  color: #005bac;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .pagination-common .wp-pager {
    padding: 0 140px;
  }
  .pagination-common .pager-link {
    width: 126px;
    min-height: 34px;
    padding: 3px 5px;
    font-size: 0.17rem;
  }
  .pagination-common .arrow a {
    width: 33px;
    height: 33px;
    background-size: 12px auto;
    background-position: 9px 10px;
  }
  .pagination-common .next a {
    background-position: 9px 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common .wp-pager {
    padding: 0 1.78rem;
  }
  .pagination-common .pager-link {
    width: 2.13rem;
    min-height: 0.58rem;
    padding: 0.05rem;
    font-size: 0.29rem;
    border-width: 2px;
  }
  .pagination-common .arrow a {
    width: 0.57rem;
    height: 0.57rem;
    background-size: 0.2rem auto;
    background-position: 0.17rem 0.18rem;
  }
  .pagination-common .next a {
    background-position: 0.17rem 0.19rem;
  }
}
@media only screen and (max-width: 374px) {
  .pagination-common .next a {
    background-position: 0.15rem 0.2rem;
  }
}
.tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background: #005bac;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.tag.is-press {
  background: #009245;
}

@media print, (min-width: 768px) {
  .tag {
    min-width: 57px;
    min-height: 21px;
    padding: 0 5px;
    font-size: 0.14rem;
  }
  .tag:not(:last-child) {
    margin-bottom: 5px;
  }
  .is-firefox .tag {
    padding-top: 1px;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag {
    min-width: 0.93rem;
    min-height: 0.34rem;
    padding: 0 0.05rem;
    font-size: 0.23rem;
  }
}
.tag-product {
  border: 1px solid #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000;
}
.tag-product.is-sale, .tag-product.is-rent, .tag-product.is-sold {
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
}
.tag-product.is-sale {
  border-color: #009245;
  color: #009245;
}
.tag-product.is-rent {
  border-color: #005bac;
  color: #005bac;
}
.tag-product.is-sold {
  border: none;
  background: #ccc;
  color: #fff;
}

@media print, (min-width: 768px) {
  .tag-product {
    min-height: 23px;
    padding: 2px 8px 0;
    font-size: 0.12rem;
  }
  .tag-product.is-sale, .tag-product.is-rent, .tag-product.is-sold {
    min-width: 56px;
    font-size: 0.14rem;
    padding-top: 1px;
  }
  .is-firefox .tag-product.is-sale, .is-firefox .tag-product.is-rent, .is-firefox .tag-product.is-sold {
    padding-top: 0;
    padding-bottom: 1px;
  }
  .is-chrome.is-mac .tag-product, .is-tablet .tag-product {
    padding-top: 0;
    padding-bottom: 1px;
  }
  .is-mac .tag-product, .is-firefox .tag-product {
    padding-top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag-product {
    min-height: 0.49rem;
    padding: 0 0.2rem;
    font-size: 0.25rem;
  }
  .tag-product.is-sale, .tag-product.is-rent, .tag-product.is-sold {
    min-width: 1.21rem;
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 374px) {
  .tag-product {
    min-height: 0.55rem;
    padding-top: 2px;
  }
  .tag-product.is-sale, .tag-product.is-rent, .tag-product.is-sold {
    padding-top: 1px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
  display:flex;
  align-items:center;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.26s ease;
  display: inline-block;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 50%;
  z-index: 10;
  background: #ccc;
}
.slick-arrow, .slick-arrow:before {
  top: 50%;
  position: absolute;
}
.slick-arrow:before {
  content: "";
  left: 50%;
  background: url(../img/common/ico_arrow_slider.svg) no-repeat center/100% auto;
}
.slick-arrow:hover {
  opacity: 0.8;
}

.slick-next:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .slick-arrow {
    width: 22px;
    height: 22px;
    margin-top: -14px;
  }
  .slick-arrow:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .slick-prev {
    left: -10px;
  }
  .slick-prev:before {
    margin-left: -5px;
  }

  .slick-next {
    right: -10px;
  }
  .slick-next:before {
    margin-left: -4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slick-arrow {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
  }
  .slick-arrow:before {
    width: 0.18rem;
    height: 0.18rem;
    margin-top: -0.09rem;
  }

  .slick-prev {
    left: -0.22rem;
  }
  .slick-prev:before {
    margin-left: -0.09rem;
  }

  .slick-next {
    right: -0.22rem;
  }
  .slick-next:before {
    margin-left: -0.08rem;
  }
}
@media only screen and (max-width: 374px) {
  .slick-prev:before {
    margin-left: -0.09rem;
  }

  .slick-next:before {
    margin-left: -0.07rem;
  }
}
.post-content {
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-content {
    word-break: break-all;
  }
}
.post-content p {
  margin-bottom: 1em;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content blockquote {
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  position: relative;
  background: #f8f8f8;
}
.post-content blockquote p {
  margin-bottom: 1em;
}
.post-content blockquote p:last-child {
  margin-bottom: 0;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content h1 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  font-weight: bold;
}
.post-content h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.post-content h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content table {
  border-width: 1px;
}
.post-content tbody, .post-content thead, .post-content tr, .post-content th, .post-content td {
  border-color: inherit;
}
.post-content th, .post-content td {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}

.header-site {
  background: #fff;
  top: 0;
  left: 0;
}
.header-site .header-title {
  font-family: "futura-pt", sans-serif;
  color: #666;
  letter-spacing: 0.1em;
}

.header-logo img {
  width: 100%;
  display: block;
}

.header-navigation .navigation-main,
.header-navigation .navigation-sub {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-navigation .navigation-link,
.header-navigation .sub-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #3e3a39;
  text-decoration: none;
  letter-spacing: 0.12em;
}
.header-navigation .navigation-link,
.header-navigation .sub-link {
  background: #fff;
  transition: background 0.3s, color 0.3s;
}
.header-navigation .navigation-link:before,
.header-navigation .sub-link:before {
  z-index: 3;
  transition: opacity 0.3s;
}
.header-navigation .navigation-link:after,
.header-navigation .sub-link:after {
  z-index: 2;
}
.header-navigation .navigation-link.is-active, .header-navigation .navigation-link:hover,
.header-navigation .sub-link.is-active,
.header-navigation .sub-link:hover {
  background: #005bac;
  color: #fff;
}
.header-navigation .navigation-link.is-active:before, .header-navigation .navigation-link:hover:before,
.header-navigation .sub-link.is-active:before,
.header-navigation .sub-link:hover:before {
  opacity: 0;
}
.header-navigation .navigation-link:after {
  position: absolute;
  content: "";
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/100% auto;
}
.header-navigation .navigation-sub {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.header-navigation .sub-link {
  font-weight: 600;
  position: relative;
}
.header-navigation .sub-link:before, .header-navigation .sub-link:after {
  background: no-repeat center/100% auto;
  content: "";
  position: absolute;
}
.header-navigation .sub-link:before {
  background-image: url(../img/common/header_ico_01.svg);
}
.header-navigation .sub-link:after {
  background-image: url(../img/common/header_ico_01_hover.svg);
}
.header-navigation .sub-link.is-icon-borrow:before {
  background-image: url(../img/common/header_ico_02.svg);
}
.header-navigation .sub-link.is-icon-borrow:after {
  background-image: url(../img/common/header_ico_02_hover.svg);
}
.header-navigation .sub-link.is-icon-operate:before {
  background-image: url(../img/common/header_ico_03.svg);
}
.header-navigation .sub-link.is-icon-operate:after {
  background-image: url(../img/common/header_ico_03_hover.svg);
}
.header-navigation .sub-link.is-icon-house:before {
  background-image: url(../img/common/header_ico_04.svg);
}
.header-navigation .sub-link.is-icon-house:after {
  background-image: url(../img/common/header_ico_04_hover.svg);
}
.header-navigation .sub-link.is-icon-apartment:before {
  background-image: url(../img/common/header_ico_07.svg);
}
.header-navigation .sub-link.is-icon-apartment:after {
  background-image: url(../img/common/header_ico_07_hover.svg);
}
.header-navigation .sub-link.is-icon-office:before {
  background-image: url(../img/common/header_ico_05.svg);
}
.header-navigation .sub-link.is-icon-office:after {
  background-image: url(../img/common/header_ico_05_hover.svg);
}
.header-navigation .sub-link.is-icon-land:before {
  background-image: url(../img/common/header_ico_06.svg);
}
.header-navigation .sub-link.is-icon-land:after {
  background-image: url(../img/common/header_ico_06_hover.svg);
}
.is-android .header-navigation .sub-link {
  font-weight: 700;
}

.header-search .search-choose {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-search .search-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media print, (min-width: 768px) {
  .header-site {
    position: absolute;
    width: 230px;
  }
  .header-site .header-title {
    margin-bottom: 7px;
    padding-left: 16px;
  }

  .header-logo {
    min-height: 230px;
    padding: 10px 14px 10px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #f2f2f2;
  }
  .header-logo .logo-image {
    width: 176px;
    margin-bottom: 17px;
  }
  .header-logo .logo-text {
    width: 151px;
    margin: 0 auto;
  }

  .header-navigation {
    height: auto !important;
    display: block !important;
  }
  .header-navigation .navigation-row {
    margin-bottom: 44px;
  }
  .header-navigation .navigation-link,
.header-navigation .sub-link {
    min-height: 54px;
  }
  .header-navigation .navigation-link {
    padding: 10px 55px;
  }
  .header-navigation .navigation-link:before, .header-navigation .navigation-link:after {
    width: 12px;
    height: 12px;
    top: 19px;
    left: 28px;
  }
  .is-tablet .header-navigation .navigation-link:before, .is-tablet .header-navigation .navigation-link:after {
    top: 20px;
  }
  .header-navigation .sub-link {
    padding: 10px 57px;
  }
  .header-navigation .sub-link:before, .header-navigation .sub-link:after {
    width: 18px;
    height: 18px;
    top: 16px;
    left: 25px;
  }
  .is-tablet .header-navigation .sub-link:before, .is-tablet .header-navigation .sub-link:after {
    top: 17px;
  }

  .header-search .search-inner {
    padding: 22px 14px 13px 22px;
  }
  .header-search .checkbox-wrapper {
    margin: 0 0 10px -6px;
  }
  .header-search .search-choose {
    padding-left: 1px;
  }
  .header-search .button-primary.is-search {
    border-radius: 0;
  }
  .header-search .button-image {
    width: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    height: 0.92rem;
    width: 100%;
    position: fixed;
    z-index: 2000;
  }
  .header-site .header-title {
    margin-bottom: 0.16rem;
    font-size: 0.32rem;
  }

  .header-logo {
    width: 2.43rem;
    margin-top: -0.25rem;
    position: absolute;
    top: 50%;
    left: 0.26rem;
  }

  .header-button {
    width: 0.92rem;
    height: 0.92rem;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    right: 0;
    transition: background 0.4s ease;
    z-index: 300;
  }
  .header-button > span {
    position: absolute;
    height: 2px;
    width: 0.39rem;
    margin-left: -0.2rem;
    top: 50%;
    left: 50%;
    transition: 0.4s ease;
    background: #005bac;
  }
  .header-button > span:first-child {
    margin-top: -0.16rem;
  }
  .header-button > span:nth-child(2) {
    margin-top: 0;
    opacity: 1;
  }
  .header-button > span:last-child {
    margin-top: 0.16rem;
  }
  .header-button.is-active {
    background: transparent;
  }
  .header-button.is-active > span {
    height: 3px;
    margin-left: -0.4rem;
  }
  .header-button.is-active > span:first-child, .header-button.is-active > span:last-child {
    width: 0.81rem;
    margin-top: 0;
  }
  .header-button.is-active > span:nth-child(2) {
    opacity: 0;
  }
  .header-button.is-active > span:first-child {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .header-button.is-active > span:last-child {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }

  .header-navigation {
    width: 100%;
    padding: 1.57rem 0.48rem;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    background: #fff;
  }
  .header-navigation .navigation-row {
    margin-bottom: 0.67rem;
  }
  .header-navigation .navigation-link,
.header-navigation .sub-link {
    min-height: 1rem;
  }
  .header-navigation .navigation-link {
    padding: 0.1rem 1.02rem;
  }
  .header-navigation .navigation-link:before, .header-navigation .navigation-link:after {
    width: 0.24rem;
    height: 0.24rem;
    top: 0.37rem;
    left: 0.57rem;
  }
  .header-navigation .sub-link {
    padding: 0.1rem 1.12rem;
  }
  .header-navigation .sub-link:before, .header-navigation .sub-link:after {
    width: 0.36rem;
    height: 0.36rem;
    top: 0.3rem;
    left: 0.53rem;
  }

  .header-search .search-inner {
    padding: 0.38rem 0 0.56rem 0.02rem;
  }
  .header-search .checkbox-wrapper {
    margin: 0 0 0.16rem -0.14rem;
  }
  .header-search .input-common {
    width: 4.19rem;
  }
  .header-search .search-choose {
    padding-left: 0.01rem;
  }
  .header-search .button-image {
    width: 0.66rem;
  }
}
.footer-site {
  border-top: solid #f2f2f2;
}
.footer-site .navigation-list,
.footer-site .expand-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-logo,
.footer-logo img {
  display: block;
}
.footer-logo img {
  width: 100%;
}

.footer-head,
.footer-please {
  font-weight: 600;
}
.is-android .footer-head,
.is-android .footer-please {
  font-weight: 700;
}

.footer-please {
  letter-spacing: 0.075em;
}

.footer-text {
  letter-spacing: 0.1em;
}

.footer-mail {
  background: #005bac url(../img/common/ico_mail.svg) no-repeat center;
  border-radius: 50%;
  display: block;
}

.footer-copyright {
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}

.footer-expand .expand-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer-expand .expand-link {
  display: block;
  background: no-repeat center/100% auto;
}

.button-wrapper {
  width: 100%;
  position: fixed;
  pointer-events: none;
  z-index: 50;
  display: none;
}
.button-wrapper .button-to-top {
  margin-left: auto;
  pointer-events: auto;
  background: #e6e6e6;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.button-wrapper .button-to-top:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: url(../img/common/icon_arrow_up.svg) no-repeat center/100% auto;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 53px 0 70px;
    border-top-width: 19px;
  }
  .footer-site .wrapper {
    width: 1005px;
  }
  .footer-site .list-dots-common {
    margin-bottom: 25px;
  }

  .footer-wrapper {
    margin-bottom: 41px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-column:nth-child(3n+1) {
    width: 312px;
    padding-top: 3px;
  }
  .footer-column:nth-child(3n+2) {
    width: 388px;
    padding: 0 85px;
  }
  .footer-column:nth-child(3n+3) {
    padding-left: 87px;
    width: calc(100% - 705px);
  }
  .footer-column:not(:nth-child(3n)) {
    border-right: 1px solid #ccc;
  }

  .footer-logo {
    width: 168px;
    margin-bottom: 34px;
  }
  .footer-logo .logo-image {
    /*width: 168px;
    margin-bottom: 18px;*/
    width: 210px;
    margin-bottom: 25px;
  }
  .footer-logo .logo-text {
    width: 162px;
  }

  .footer-head {
    margin-bottom: 7px;
  }

  .footer-text {
    margin-bottom: 26px;
    font-size: 0.12rem;
    line-height: 1.75;
  }

  .footer-navigation .navigation-list > li:not(:last-child) {
    margin-bottom: 13px;
  }
  .footer-navigation .navigation-link:before {
    top: 4px;
  }
  .is-safari .footer-navigation .navigation-link:before {
    top: 3px;
  }
  .is-tablet .footer-navigation .navigation-link:before, .is-chrome.is-mac .footer-navigation .navigation-link:before {
    top: 4px;
  }

  .footer-mail {
    width: 66px;
    height: 66px;
    margin-left: 52px;
    background-size: 26px auto;
  }

  .footer-copyright {
    margin-bottom: 32px;
    font-size: 0.1rem;
  }

  .footer-expand .expand-list > li {
    margin: 0 16px;
  }
  .footer-expand .expand-link {
    width: 28px;
    height: 28px;
    background-image: url(../img/common/ico_instagram.png);
  }
  .footer-expand .expand-link.icon-facebook {
    background-image: url(../img/common/ico_facebook.png);
  }

  .footer-please {
    padding-left: 6px;
    margin-bottom: 28px;
  }

  .button-wrapper {
    min-width: 1280px;
    padding-right: 33px;
    bottom: 34px;
  }
  .button-wrapper .button-to-top {
    width: 64px;
    height: 64px;
  }
  .button-wrapper .button-to-top:before {
    width: 25px;
    height: 25px;
    margin: -12px 0 0 -12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 1.1rem 0 1.5rem;
    border-top-width: 0.5rem;
    text-align: center;
  }

  .footer-wrapper {
    margin-bottom: 0.7rem;
  }

  .footer-column:not(:last-child) {
    margin-bottom: 0.69rem;
  }

  .footer-logo {
    max-width: 3rem;
    margin: 0 auto 0.78rem;
  }
  .footer-logo .logo-image {
    width: 3rem;
    margin-bottom: 0.32rem;
  }
  .footer-logo .logo-text {
    width: 2.9rem;
    margin-left: 2px;
  }

  .footer-head {
    margin-bottom: 0.37rem;
  }

  .footer-text {
    margin-bottom: 0.48rem;
    font-size: 0.27rem;
    line-height: 1.5555555556;
  }

  .footer-mail {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    background-size: 0.59rem auto;
  }

  .footer-copyright {
    margin-bottom: 0.7rem;
    font-size: 0.2rem;
  }

  .footer-expand .expand-list > li {
    margin: 0 0.25rem;
  }
  .footer-expand .expand-link {
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../img/common/sp/ico_instagram.png);
  }
  .footer-expand .expand-link.icon-facebook {
    background-image: url(../img/common/sp/ico_facebook.png);
  }

  .button-wrapper {
    padding-right: 0.25rem;
    bottom: 0.43rem;
  }
  .button-wrapper .button-to-top {
    width: 1.3rem;
    height: 1.3rem;
  }
  .button-wrapper .button-to-top:before {
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.25rem;
  }
}
.section-estate .estate-result,
.section-estate .result-number {
  letter-spacing: 0.075em;
}
.section-estate .result-number {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-estate {
    padding-bottom: 88px;
  }
  .section-estate .product-common {
    margin-bottom: 25px;
  }
  .section-estate .product-common .product-item {
    margin-bottom: 37px;
  }
  .section-estate .estate-result {
    margin: 0 0 11px 8px;
    font-size: 0.13rem;
  }
  .section-estate .result-number {
    margin-left: 2px;
    font-size: 0.2rem;
    top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-estate {
    padding-bottom: 1.53rem;
  }
  .section-estate .product-common {
    margin-bottom: 0.73rem;
  }
  .section-estate .estate-result {
    margin: 0 0 0.47rem 0.03rem;
    font-size: 0.27rem;
  }
  .section-estate .result-number {
    margin-left: 0.19rem;
    font-size: 0.45rem;
    top: 0.02rem;
  }
}
.section-estate.is-detail .slider-thumbnail,
.section-estate.is-detail .detail-list,
.section-estate.is-detail .detail-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-estate.is-detail .slider-main:not(.slick-initialized) .slider-item:not(:first-child) {
  display: none;
}
.section-estate.is-detail .slider-thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-estate.is-detail .thumbnail-item {
  cursor: pointer;
}
.section-estate.is-detail .thumbnail-item.is-slider-active .thumbnail-image:before, .section-estate.is-detail .thumbnail-item:hover .thumbnail-image:before {
  opacity: 1;
}
.section-estate.is-detail .thumbnail-image {
  position: relative;
}
.section-estate.is-detail .thumbnail-image:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  transition: opacity 0.2s;
  border: 2px solid #005bac;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}
.section-estate.is-detail .slider-item img,
.section-estate.is-detail .slider-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-estate.is-detail .info-title {
  display: block;
  border-bottom: 4px solid #e6e6e6;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #000;
}
.is-android .section-estate.is-detail .info-title {
  font-weight: 700;
}
.section-estate.is-detail .detail-list,
.section-estate.is-detail .detail-number,
.section-estate.is-detail .detail-table {
  letter-spacing: 0.075em;
}
.section-estate.is-detail .detail-number {
  font-weight: 600;
}
.is-android .section-estate.is-detail .detail-number {
  font-weight: 700;
}
.section-estate.is-detail .detail-table {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.is-safari .section-estate.is-detail .detail-table,
.is-safari .section-estate.is-detail .detail-table tr:last-child {
  border-color: rgba(0, 0, 0, 0.4);
}
.section-estate.is-detail .detail-table th,
.section-estate.is-detail .detail-table td {
  border: none;
  vertical-align: top;
}
.section-estate.is-detail .detail-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.section-estate.is-detail .detail-table th {
  font-weight: 600;
}
.is-android .section-estate.is-detail .detail-table th {
  font-weight: 700;
}
.section-estate.is-detail .detail-table td {
  word-break: break-all;
}
.section-estate.is-detail .content-title img {
  height: 100%;
  width: auto;
  display: block;
}
.section-estate.is-detail .detail-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-estate.is-detail .social-link {
  display: block;
  background: no-repeat center/100% auto;
}
.section-estate.is-detail .detail-manager,
.section-estate.is-detail .info-position,
.section-estate.is-detail .info-name .name-japan {
  letter-spacing: 0.05em;
}
.section-estate.is-detail .person-image img {
  width: 100%;
  display: block;
}
.section-estate.is-detail .detail-person {
  background: #f2f2f2;
}
.section-estate.is-detail .name-japan {
  font-weight: 600;
}
.is-android .section-estate.is-detail .name-japan {
  font-weight: 700;
}
.section-estate.is-detail .name-english {
  display: inline-block;
}
.section-estate.is-detail .name-english img {
  height: 100%;
  width: auto;
  display: block;
}
.section-estate.is-detail .person-text {
  text-align: justify;
  margin: 0;
}
.section-estate.is-detail .post-content {
  text-align: justify;
}
.section-estate.is-detail .post-content blockquote p:last-child {
  margin-bottom: 0;
}
.section-estate.is-detail .detail-list > li {
  display: -ms-flexbox;
  display: flex;
}
.section-estate.is-detail .detail-number {
  -ms-flex: 1;
      flex: 1;
}
.section-estate.is-detail .detail-text/*,
.section-estate.is-detail .detail-number*/ {
  max-width: 50%;
}

@media print, (min-width: 768px) {
  .section-estate.is-detail {
    padding-bottom: 59px;
  }
  .section-estate.is-detail .detail-top {
    margin-bottom: 22px;
    display: grid;
    grid-column-gap: 34px;
  }
  .section-estate.is-detail .block-slider,
.section-estate.is-detail .block-content {
    width: 510px;
    grid-column: 1/span 1;
  }
  .section-estate.is-detail .block-slider {
    margin-bottom: 36px;
    grid-row: 1;
  }
  .section-estate.is-detail .block-content {
    grid-row: 2;
  }
  .section-estate.is-detail .block-info {
    width: 293px;
    grid-column: 2;
    grid-row: 1/span 3;
  }
  .section-estate.is-detail .slider-main {
    width: 489px;
    margin: 0 auto 6px;
  }
  .section-estate.is-detail .slider-item {
    /*height: 319px;*/
  }
  .section-estate.is-detail .thumbnail-item {
    width: 83px;
    margin-bottom: 3px;
  }
  .section-estate.is-detail .thumbnail-item:not(:nth-child(6n)) {
    margin-right: 2px;
  }
  .section-estate.is-detail .thumbnail-image {
    height: 54px;
  }
  .section-estate.is-detail .product-tag-wrapper {
    margin-left: -8px;
  }
  .section-estate.is-detail .product-tag-wrapper > li {
    margin: 0 8px 16px;
  }
  .section-estate.is-detail .tag-product {
    min-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.14rem;
  }
  .is-chrome.is-mac .section-estate.is-detail .tag-product {
    padding-top: 2px;
  }
  .is-tablet .section-estate.is-detail .tag-product {
    padding-top: 0;
  }
  .section-estate.is-detail .tag-product.is-sale, .section-estate.is-detail .tag-product.is-sold, .section-estate.is-detail .tag-product.is-rent {
    font-size: 0.16rem;
    padding-left: 13px;
    padding-right: 13px;
  }
  .is-chrome.is-mac .section-estate.is-detail .tag-product.is-sale, .is-firefox .section-estate.is-detail .tag-product.is-sale, .is-chrome.is-mac .section-estate.is-detail .tag-product.is-sold, .is-firefox .section-estate.is-detail .tag-product.is-sold, .is-chrome.is-mac .section-estate.is-detail .tag-product.is-rent, .is-firefox .section-estate.is-detail .tag-product.is-rent {
    padding-top: 1px;
  }
  .section-estate.is-detail .info-title {
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-size: 0.21rem;
  }
  .section-estate.is-detail .detail-list {
    margin-bottom: 37px;
    font-size: 0.14rem;
  }
  .section-estate.is-detail .detail-list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-estate.is-detail .detail-text {
    margin-top: 3px;
  }
  .section-estate.is-detail .detail-number {
    font-size: 0.18rem;
  }
  .section-estate.is-detail .detail-table {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .section-estate.is-detail .detail-table th,
.section-estate.is-detail .detail-table td {
    padding: 9px 0;
  }
  .section-estate.is-detail .detail-table th {
    padding-right: 5px;
    width: calc(100% - 192px);
  }
  .section-estate.is-detail .detail-table td {
    width: 192px;
  }
  .section-estate.is-detail .content-title {
    margin-bottom: 26px;
    height: 12px;
  }
  .section-estate.is-detail .post-content p {
    margin-bottom: 25px;
    font-size: 0.14rem;
    line-height: 1.7614285714;
    letter-spacing: 0.075em;
  }
  .section-estate.is-detail .detail-social {
    margin-bottom: 48px;
  }
  .section-estate.is-detail .detail-social > li {
    margin-right: 23px;
  }
  .section-estate.is-detail .social-link {
    width: 36px;
    height: 36px;
    background-image: url(../img/estate/ico_facebook.png);
  }
  .section-estate.is-detail .social-link.icon-line {
    background-image: url(../img/estate/ico_line.png);
  }
  .section-estate.is-detail .detail-manager {
    margin-bottom: 19px;
    padding-left: 25px;
    font-size: 0.2rem;
  }
  .section-estate.is-detail .detail-manager:before {
    width: 13px;
    height: 13px;
    top: 6px;
    left: 3px;
  }
  .section-estate.is-detail .detail-person {
    width: 838px;
    margin: 0 0 49px 4px;
    padding: 37px 34px 35px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-estate.is-detail .person-image {
    margin-top: 3px;
    width: 183px;
  }
  .section-estate.is-detail .person-info {
    -ms-flex: 1;
        flex: 1;
    padding-left: 18px;
  }
  .section-estate.is-detail .info-position {
    margin-bottom: -2px;
    font-size: 0.13rem;
  }
  .section-estate.is-detail .info-name {
    padding-bottom: 8px;
    margin-bottom: 17px;
    border-bottom: 6px solid #005bac;
  }
  .section-estate.is-detail .info-name .name-japan {
    font-size: 0.21rem;
  }
  .section-estate.is-detail .info-name .name-english {
    height: 10px;
    margin-left: 12px;
  }
  .section-estate.is-detail .person-text {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-estate.is-detail .button-primary {
    width: 457px;
    min-height: 80px;
    padding-left: 63px;
    border-radius: 6px;
  }
  .section-estate.is-detail .button-primary .button-image {
    width: 254px;
  }
  .section-estate.is-detail .button-primary .button-image:before {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    left: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-estate.is-detail {
    padding-bottom: 1.19rem;
  }
  .section-estate.is-detail .wrapper {
    padding: 0 0.5rem;
  }
  .section-estate.is-detail .detail-top {
    margin-bottom: 0.22rem;
  }
  .section-estate.is-detail .block-slider {
    margin-bottom: 0.56rem;
  }
  .section-estate.is-detail .slider-main {
    margin-bottom: 0.06rem;
  }
  .section-estate.is-detail .slider-item {
    /*height: 4.24rem;*/
  }
  .section-estate.is-detail .slider-thumbnail {
    margin: 0 -0.03rem;
  }
  .section-estate.is-detail .thumbnail-item {
    width: 25%;
    padding: 0 0.03rem;
    margin-bottom: 0.06rem;
  }
  .section-estate.is-detail .thumbnail-image {
    height: 1.03rem;
  }
  .section-estate.is-detail .product-tag-wrapper {
    margin-bottom: 0.14rem;
  }
  .section-estate.is-detail .tag-product {
    min-height: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.02rem;
    font-size: 0.25rem;
  }
  .section-estate.is-detail .tag-product.is-sale, .section-estate.is-detail .tag-product.is-sold, .section-estate.is-detail .tag-product.is-rent {
    font-size: 0.3rem;
    padding-left: 0.13rem;
    padding-right: 0.13rem;
    padding-bottom: 0;
  }
  .section-estate.is-detail .info-title {
    padding-bottom: 0.45rem;
    margin-bottom: 0.52rem;
    font-size: 0.4rem;
    border-width: 0.09rem;
  }
  .section-estate.is-detail .detail-list {
    margin-bottom: 0.54rem;
    font-size: 0.27rem;
  }
  .section-estate.is-detail .detail-list > li:not(:last-child) {
    margin-bottom: 0.22rem;
  }
  .section-estate.is-detail .detail-text {
    margin-top: 0.07rem;
  }
  .is-android .section-estate.is-detail .detail-text {
    margin-top: 0.11rem;
  }
  .section-estate.is-detail .detail-number {
    font-size: 0.4rem;
  }
  .section-estate.is-detail .detail-table {
    margin-bottom: 1.12rem;
    font-size: 0.27rem;
    line-height: 1.6359259259;
  }
  .section-estate.is-detail .detail-table th,
.section-estate.is-detail .detail-table td {
    padding: 0.21rem 0;
  }
  .section-estate.is-detail .detail-table th {
    padding-right: 0.05rem;
    width: calc(100% - 4.01rem);
  }
  .section-estate.is-detail .detail-table td {
    width: 4.01rem;
  }
  .section-estate.is-detail .content-title {
    margin-bottom: 0.38rem;
    height: 0.32rem;
  }
  .section-estate.is-detail .post-content {
    margin-bottom: 1.1rem;
  }
  .section-estate.is-detail .post-content p {
    margin-bottom: 0.5rem;
    font-size: 0.27rem;
    line-height: 1.8518518519;
    letter-spacing: 0.1em;
  }
  .section-estate.is-detail .detail-social {
    margin-bottom: 0.9rem;
  }
  .section-estate.is-detail .detail-social > li {
    margin-right: 0.51rem;
  }
  .section-estate.is-detail .social-link {
    width: 0.84rem;
    height: 0.84rem;
    background-image: url(../img/estate/sp/ico_facebook.png);
  }
  .section-estate.is-detail .social-link.icon-line {
    background-image: url(../img/estate/sp/ico_line.png);
  }
  .section-estate.is-detail .detail-manager {
    margin-bottom: 0.29rem;
    padding-left: 0.5rem;
    font-size: 0.35rem;
  }
  .section-estate.is-detail .detail-manager:before {
    width: 0.31rem;
    height: 0.31rem;
    top: 0.09rem;
    left: 0.05rem;
  }
  .section-estate.is-detail .detail-person {
    margin-bottom: 0.4rem;
    padding: 0.53rem 0.75rem;
  }
  .section-estate.is-detail .person-image {
    margin-bottom: 0.25rem;
  }
  .section-estate.is-detail .info-position {
    margin-bottom: 0.07rem;
    font-size: 0.27rem;
  }
  .section-estate.is-detail .info-name {
    padding-bottom: 0.25rem;
    margin-bottom: 0.26rem;
    border-bottom: 0.1rem solid #005bac;
  }
  .section-estate.is-detail .info-name .name-japan {
    font-size: 0.45rem;
  }
  .section-estate.is-detail .info-name .name-english {
    height: 0.2rem;
    margin-left: 0.35rem;
  }
  .section-estate.is-detail .person-text {
    font-size: 0.26rem;
    line-height: 1.9230769231;
    letter-spacing: 0.1em;
  }
  .section-estate.is-detail .button-primary {
    width: 6.2rem;
    min-height: 1.34rem;
    padding-left: 0.79rem;
    border-radius: 0.08rem;
  }
  .section-estate.is-detail .button-primary .button-image {
    width: 4.22rem;
  }
  .section-estate.is-detail .button-primary .button-image:before {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    left: -0.7rem;
  }
}
@media only screen and (max-width: 375px) {
  .section-estate.is-detail .detail-table th {
    width: calc(100% - 4.2rem);
  }
  .section-estate.is-detail .detail-table td {
    width: 4.2rem;
  }
}

.section-common-lc {
	background: #83ccd2;
}
.section-common-lc .txt-box .area-link {
	color: #fff;
}
.section-common-lc .txt-box h4 {
	text-align:center;
	font-weight: 600;
}
.section-common-lc .txt-box .area-link {
	text-align:center;
}
.section-common-lc .txt-box .area-link a {
    display: block;
    background: #37b9bd;
    color: #fff;
    font-weight: 600;
}
@media print, (min-width: 768px) {
	.section-common-lc {
		padding: 60px 0;
	}
	.section-common-lc .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 1000px;
	}
	.section-common-lc .main-img {
		width: 20%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .txt-box {
		width: 70%;
	}
	.section-common-lc .txt-box h3 {
		width: 80%;
		margin: 0 auto 25px;
	}
	.section-common-lc .txt-box p {
		font-size: 15px;
		line-height: 1.9;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 25px;
	}
	.section-common-lc .txt-box .area-link a {
		width: 90%;
		margin: auto;
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
		border-radius: 30px;
		font-size: 28px;
		padding: 25px 0;
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.section-common-lc {
		padding: 40px 0;
	}
	.section-common-lc .wrapper {
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}
	.section-common-lc .flex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.section-common-lc .main-img {
		width: 35%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .flex h3 {
		width: 55%;
	}
	.section-common-lc .txt-box p {
		font-size: 14px;
		line-height: 1.7;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 20px;
	}
	.section-common-lc .txt-box .area-link a {
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
        border-radius: 20px;
        font-size: 22px;
        padding: 20px 5px;
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 30px;
		font-size: 12px;
	}
}

.section-common-sc {
	background:#d3c57c;
}
.section-common-sc a {
	text-decoration:none;
	color:#000;
}
.section-common-sc .tsukushi {
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight:600;
}
.section-common-sc .txt .support-list {
	list-style: none;
	padding-left: 0;
}
.section-common-sc .txt .support-list li {
	background:#fff;
	border-radius:10px;
}
.section-common-sc .txt .support-list li:before {
	content:'';
	background: url(../img/sumai_connect/ico_check.png) no-repeat;
	background-size:cover;
	display:inline-block;
}

@media print, (min-width: 768px) {
	.section-common-sc {
		padding:75px 0 60px;
		margin-top: 110px;
	}
	.section-common-sc .wrapper {
		width:1080px;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:flex-start;
	}
	.section-common-sc .sc-logo {
		width:240px;
	}
	.section-common-sc .txt {
		width:720px;
	}
	.section-common-sc .txt h4 {
		font-size:30px;
		margin-bottom:25px;
	}
	.section-common-sc .txt p {
		margin-bottom:35px;
	}
	.section-common-sc .txt .support-list {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.section-common-sc .txt .support-list li {
		font-size:15px;
		padding:18px 15px;
		margin-bottom:15px;
		width:calc((720px - 20px) / 3);
	}
	.section-common-sc .txt .support-list li:before {
		width:18px;
		height:18px;
		margin:0 5px -3px 0;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-common-sc {
		padding:50px 0 20px;
		margin-top: 80px;
	}
	.section-common-sc .sc-logo {
		width:180px;
		margin:0 auto 40px;
		display:block;
	}
	.section-common-sc .txt h4 {
		font-size:24px;
		margin-bottom:20px;
		text-align:center;
	}
	.section-common-sc .txt p {
		font-size:14px;
		margin-bottom:35px;
		line-height:1.6;
	}
	.section-common-sc .txt .support-list li {
		font-size:16px;
		padding:18px 20px;
		margin-bottom:10px;
	}
	.section-common-sc .txt .support-list li:before {
		width:18px;
		height:18px;
		margin:0 10px -3px 0;
	}
}
/*# sourceMappingURL=estate.css.map */