@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");
:root {
  --color-primary: #b85730;
  --color-accent: #2f1010;
}

/* lato-latin-400-normal */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/lato@latest/latin-400-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/lato@latest/latin-400-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* lato-latin-700-normal */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/lato@latest/latin-700-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/lato@latest/latin-700-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 37.5em) {
  .u-hidden-lg {
    display: none !important;
  }
}
.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .u-visible-sm {
    display: block !important;
  }
  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (min-width: 37.5em) {
  .u-visible-lg {
    display: block !important;
  }
  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}
html {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0em;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  html {
    min-width: 1080px;
  }
}

/* CSS Document */
/* リセットＣＳＳ
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

li img, dt img, dd img {
  font-size: 0px;
  line-height: 0px;
  vertical-align: bottom;
}

body {
  color: #1e1e1e;
}

ol, ul {
  list-style: none;
}

address {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

a {
  color: #222;
}

a:hover {
  color: #3067b5;
  text-decoration: none;
}

input {
  padding: 2px 0;
}

label {
  margin: 0px 5px 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a.linkbtn {
  display: block;
  background-color: #42aac7;
  color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  width: 100%;
}

a.linkbtn:hover {
  background-color: #68bbd2;
}

/* CLEAR-FIX
------------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* 共通コンテンツ部分
-------------------------------------------------- */
#wrapper h2,
#wrapper h3 {
  margin-bottom: 20px;
}

#main-contents p {
  margin-bottom: 15px;
}

.title01 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-ttl1.gif) 10px top no-repeat;
  border: 2px dotted #ccc;
  padding: 10px 10px 10px 40px;
}

.fbLikeBtn {
  display: inline-block;
}

.twitterBtn {
  display: inline-block;
}

.alnC {
  text-align: center;
}

.attention {
  color: red;
  font-weight: normal;
}

.oshirase {
  margin-bottom: 1rem;
}

.oshirase h2 {
  color: #fff;
  background-color: #E65753;
  font-size: 18px;
  padding: 10px 15px;
  margin: 0 !important;
}

.oshirase .inner {
  padding: 20px;
  border: 1px dashed #E65753;
  border-top-width: 0;
}

.oshirase dl {
  margin-bottom: 1rem;
}

.oshirase dt {
  clear: both;
  float: left;
  width: 6em;
}

.oshirase dt:before {
  content: "□";
}

.oshirase dd {
  float: left;
}

*[dir=auto] {
  margin-bottom: 10px;
}

.heading.is-xlg {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  padding-top: 16px;
  padding-bottom: 8px;
  border-top: 3px solid #2ca2c3;
  border-bottom: 1px solid #e8e8e8;
}

.heading.is-xlg span:nth-child(2) {
  font-size: 14px;
  display: block;
  color: #fe901d;
  margin-top: 10px;
}

.c-housesearch-icons {
  overflow: hidden;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 24px;
}

.c-housesearch-icons a {
  display: block;
  float: left;
  text-decoration: none;
  width: 23%;
  margin-left: 6px;
  margin-right: 6px;
}

.c-housesearch-icons a img {
  max-width: 100%;
}

#stationmap a:hover polygon {
  fill: #42AAC7;
}

#stationmap a:hover path {
  fill: #ffffff;
}

.page-id-7826 #main-contents {
  width: 100%;
  float: none;
}

.l-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-button.is-dark {
  max-width: 600px;
  display: block;
  background: #000;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  margin-bottom: 24px;
  box-shadow: 4px 4px 0px 0px #fbb03b;
  margin-left: auto;
  margin-right: auto;
}

/* CSS Document */
.big {
  font-size: 18px;
  font-weight: bold;
}

/* Margin
-------------*/
.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.mg5 {
  margin: 5px;
}

.mg10 {
  margin: 10px;
}

.mg15 {
  margin: 15px;
}

.mg20 {
  margin: 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt46 {
  margin-top: 46px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px;
}

/* padding
---------------------*/
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

/* Float
---------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

/* cursor
-------------------*/
.cp {
  cursor: pointer;
}

.fcr {
  color: #fff;
}

.link-arrow {
  padding-left: 20px;
  background: url(/img/common/bg_side-list.png) left center no-repeat;
}

/* width
--------------------*/
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w245 {
  width: 245px;
}

.w270 {
  width: 270px;
}

.w300 {
  width: 300px;
}

.w340 {
  width: 340px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

/* align
------------------- */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.bbdash {
  border-bottom: 1px dashed #ccc;
}

.str {
  font-weight: bold;
}

.pink {
  font-size: 28px;
  color: #F6C;
}

.line-orange {
  border-bottom: 3px solid #f39759;
  color: #f39759;
  font-weight: bold;
  padding: 5px;
}

/* ---------------------------------------
	HEADER-150508 kokubo追加
------------------------------------------ */
.l-global-nav {
  background: white;
}

#header {
  height: auto;
  position: relative;
  padding-top: 0px;
  background: none;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
}
#header .l-header__logo__text {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  padding-top: 1em;
}
#header #logo {
  float: left;
}

.l-header__flex {
  display: flex;
  justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__flex {
    display: block;
  }
}
.l-header__logo {
  flex-basis: 20%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__logo .clearfix {
    display: none;
  }
}
.l-header__contact {
  flex-basis: 80%;
}
.l-header__uppernav {
  max-width: 500px;
  float: right;
  margin-top: 6px;
  margin-bottom: 6px;
  position: absolute;
  top: -40px;
  right: 10px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__uppernav {
    display: none;
  }
}
.l-header__companynav {
  overflow: hidden;
  text-align: right;
  clear: both;
  margin-top: 10px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__companynav {
    display: none;
  }
}
.l-header__companynav li {
  display: inline-block;
  margin-left: 16px;
  font-size: 13px;
}
.l-header__companynav li a {
  color: #FFF;
  text-decoration: none;
}
.l-header__companynav li a .material-icons {
  font-size: 18px;
  vertical-align: middle;
}
.l-header__companynav li.translate select {
  height: 35px;
  border-radius: 8px;
  padding-left: 1em;
  padding-right: 1em;
}
.l-header__content {
  margin-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__content {
    display: none;
  }
}
.l-header__content > p {
  padding-left: 10px;
}
.l-header__globalnav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header__globalnav ul li a {
  white-space: nowrap;
  text-decoration: none;
  color: #FFF;
}

#header #head-buttons {
  top: 98px;
  right: -39px;
}

#header #head-follow {
  top: 63px;
  right: -65px;
}

.c-social-buttons__item a {
  font-size: 18px;
}

#head-buttons {
  padding-top: 4px;
  overflow: hidden;
  text-align: center;
  max-width: 372px;
  right: -39px;
  float: right;
}
#head-buttons li {
  float: left;
}
#head-buttons .c-social-buttons__item:first-child {
  margin-left: 6px;
}
#head-buttons .c-social-buttons__item {
  margin-right: 6px;
  margin-left: 3px;
}

.c-smp-header {
  display: flex;
  z-index: 10000000;
  background: #fff;
}
@media screen and (min-width: 37.5em) {
  .c-smp-header {
    display: none;
  }
}
.c-smp-header__logo {
  flex-basis: 60%;
  padding-top: 14px;
  padding-left: 8px;
  padding-right: 8px;
}
.c-smp-header__logo img {
  max-width: 100%;
}
.c-smp-header__nav {
  flex-basis: 50%;
  display: flex;
}
.c-smp-header__nav a {
  display: block;
}
.c-smp-header__nav a img {
  max-width: 100%;
}
.c-smp-header__nav a:hover {
  opacity: 1;
}
.c-smp-header__nav a:hover img {
  opacity: 1;
}
.c-smp-header__nav .js-slidebar-button {
  display: block;
  background: url(../images/slidebar-menu-close.svg);
  background-size: contain;
}

.is-slidebar-active .c-smp-header .js-slidebar-button img {
  opacity: 0;
}

.c-fixed-menu {
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
.c-fixed-menu ul {
  display: flex;
}
.c-fixed-menu ul > li a img {
  max-width: 100%;
}
.c-fixed-menu a:hover img {
  opacity: 1;
}
.c-fixed-menu .js-slidebar-button {
  display: block;
  background: url(../images/slidebar-menu-close.svg);
  background-size: contain;
}

.is-slidebar-active .c-fixed-menu .js-slidebar-button img {
  opacity: 0;
}

@media (min-width: 768px) {
  .l-header__uppernav {
    display: flex;
  }

  #head-buttons {
    float: none;
  }
}
@media (min-width: 768px) {
  .l-header__uppernav {
    position: absolute;
    top: -40px;
    right: 50%;
    transform: translateX(540px);
  }
}
.c-head-phone {
  color: #42aac7;
  padding-right: 1em;
}
.c-head-phone__upper__text {
  font-size: 12px;
}
.c-head-phone__upper__number {
  font-size: 26px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}
.c-head-phone__under {
  color: #222;
  font-size: 12px;
  text-align: right;
}

.c-smp-header__nav__button {
  display: block;
  text-decoration: none;
  width: 51px;
  height: 51px;
  text-align: center;
  margin-right: 1px;
}
.c-smp-header__nav__button.is-text {
  padding-top: 10px;
  padding-bottom: 3px;
  background: #dde5e5;
}
.c-smp-header__nav__button.is-text span {
  display: block;
  font-size: 8px;
  letter-spacing: 0px;
  line-height: 1;
  transform: scale3d(0.9, 0.9, 0.9);
}

@media (max-width: 768px) {
  .c-smp-header__logo img {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .c-head-phone__under {
    line-height: 1;
  }

  .c-smp-header__nav__button {
    display: block;
    text-decoration: none;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
  }
  .c-smp-header__nav__button.is-text {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #dde5e5;
  }
  .c-smp-header__nav__button.is-text span {
    display: block;
    font-size: 8px;
    letter-spacing: 0px;
    line-height: 1;
  }

  #head-contact {
    display: flex;
    gap: 8px;
  }
  #head-contact .c-button {
    background: #FFF;
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    white-space: nowrap;
    max-height: 48px;
    font-size: 14px;
  }
  #head-contact .c-button.is-contact {
    margin-right: 8px;
  }

  .l-header__logo__text {
    margin-bottom: 8px;
  }

  #head-contact .c-button.is-contact {
    padding-top: 17px;
    padding-bottom: 18px;
  }

  .l-header__uppernav {
    transform: translateX(640px);
  }
}
/* ---------------------------------------
	HEADER-150508 kokubo追加
------------------------------------------ */
.l-global-nav {
  background: white;
}

#header {
  height: auto;
  position: relative;
  padding-top: 0px;
  background: none;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
}
#header .l-header__logo__text {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  padding-top: 1em;
}
#header #logo {
  float: left;
}

.l-header__flex {
  display: flex;
  justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__flex {
    display: block;
  }
}
.l-header__logo {
  flex-basis: 20%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__logo .clearfix {
    display: none;
  }
}
.l-header__contact {
  flex-basis: 80%;
}
.l-header__uppernav {
  max-width: 500px;
  float: right;
  margin-top: 6px;
  margin-bottom: 6px;
  position: absolute;
  top: -40px;
  right: 10px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__uppernav {
    display: none;
  }
}
.l-header__companynav {
  overflow: hidden;
  text-align: right;
  clear: both;
  margin-top: 10px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__companynav {
    display: none;
  }
}
.l-header__companynav li {
  display: inline-block;
  margin-left: 16px;
  font-size: 13px;
}
.l-header__companynav li a {
  color: #FFF;
  text-decoration: none;
}
.l-header__companynav li a .material-icons {
  font-size: 18px;
  vertical-align: middle;
}
.l-header__companynav li.translate select {
  height: 35px;
  border-radius: 8px;
  padding-left: 1em;
  padding-right: 1em;
}
.l-header__content {
  margin-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-header__content {
    display: none;
  }
}
.l-header__content > p {
  padding-left: 10px;
}
.l-header__globalnav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header__globalnav ul li a {
  white-space: nowrap;
  text-decoration: none;
  color: #FFF;
}

#header #head-buttons {
  top: 98px;
  right: -39px;
}

#header #head-follow {
  top: 63px;
  right: -65px;
}

.c-social-buttons__item a {
  font-size: 18px;
}

#head-buttons {
  padding-top: 4px;
  overflow: hidden;
  text-align: center;
  max-width: 372px;
  right: -39px;
  float: right;
}
#head-buttons li {
  float: left;
}
#head-buttons .c-social-buttons__item:first-child {
  margin-left: 6px;
}
#head-buttons .c-social-buttons__item {
  margin-right: 6px;
  margin-left: 3px;
}

.c-smp-header {
  display: flex;
  z-index: 10000000;
  background: #fff;
}
@media screen and (min-width: 37.5em) {
  .c-smp-header {
    display: none;
  }
}
.c-smp-header__logo {
  flex-basis: 60%;
  padding-top: 14px;
  padding-left: 8px;
  padding-right: 8px;
}
.c-smp-header__logo img {
  max-width: 100%;
}
.c-smp-header__nav {
  flex-basis: 50%;
  display: flex;
}
.c-smp-header__nav a {
  display: block;
}
.c-smp-header__nav a img {
  max-width: 100%;
}
.c-smp-header__nav a:hover {
  opacity: 1;
}
.c-smp-header__nav a:hover img {
  opacity: 1;
}
.c-smp-header__nav .js-slidebar-button {
  display: block;
  background: url(../images/slidebar-menu-close.svg);
  background-size: contain;
}

.is-slidebar-active .c-smp-header .js-slidebar-button img {
  opacity: 0;
}

.c-fixed-menu {
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
.c-fixed-menu ul {
  display: flex;
}
.c-fixed-menu ul > li a img {
  max-width: 100%;
}
.c-fixed-menu a:hover img {
  opacity: 1;
}
.c-fixed-menu .js-slidebar-button {
  display: block;
  background: url(../images/slidebar-menu-close.svg);
  background-size: contain;
}

.is-slidebar-active .c-fixed-menu .js-slidebar-button img {
  opacity: 0;
}

@media (min-width: 768px) {
  .l-header__uppernav {
    display: flex;
  }

  #head-buttons {
    float: none;
  }
}
@media (min-width: 768px) {
  .l-header__uppernav {
    position: absolute;
    top: -40px;
    right: 50%;
    transform: translateX(540px);
  }
}
.c-head-phone {
  color: #42aac7;
  padding-right: 1em;
}
.c-head-phone__upper__text {
  font-size: 12px;
}
.c-head-phone__upper__number {
  font-size: 26px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}
.c-head-phone__under {
  color: #222;
  font-size: 12px;
  text-align: right;
}

.c-smp-header__nav__button {
  display: block;
  text-decoration: none;
  width: 51px;
  height: 51px;
  text-align: center;
  margin-right: 1px;
}
.c-smp-header__nav__button.is-text {
  padding-top: 10px;
  padding-bottom: 3px;
  background: #dde5e5;
}
.c-smp-header__nav__button.is-text span {
  display: block;
  font-size: 8px;
  letter-spacing: 0px;
  line-height: 1;
  transform: scale3d(0.9, 0.9, 0.9);
}

@media (max-width: 768px) {
  .c-smp-header__logo img {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .c-head-phone__under {
    line-height: 1;
  }

  .c-smp-header__nav__button {
    display: block;
    text-decoration: none;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
  }
  .c-smp-header__nav__button.is-text {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #dde5e5;
  }
  .c-smp-header__nav__button.is-text span {
    display: block;
    font-size: 8px;
    letter-spacing: 0px;
    line-height: 1;
  }

  #head-contact {
    display: flex;
    gap: 8px;
  }
  #head-contact .c-button {
    background: #FFF;
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    white-space: nowrap;
    max-height: 48px;
    font-size: 14px;
  }
  #head-contact .c-button.is-contact {
    margin-right: 8px;
  }

  .l-header__logo__text {
    margin-bottom: 8px;
  }

  #head-contact .c-button.is-contact {
    padding-top: 17px;
    padding-bottom: 18px;
  }

  .l-header__uppernav {
    transform: translateX(640px);
  }
}
/* CSS Document */
body.page-template-page-english-php {
  background: url(../../../../themes/sharehousetheme2016/images/common/bg-top02.png) repeat-x top;
}

/* ---------------------------------------
	レイアウト
------------------------------------------ */
#container {
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
  width: 970px;
}

#main-contents {
  width: 678px;
  float: left;
}

#wrapper {
  margin: 30px 0 60px;
}

#sidebar {
  width: 252px;
  float: right;
}

#copyright {
  text-align: center;
  background-color: #f5f5f5;
  padding: 5px 0;
}

/* ---------------------------------------
	汎用パターン
------------------------------------------ */
#main-contents p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7em;
}

#breadcrumb {
  margin: 0 0 30px;
  padding: 0px;
  font-size: 11px;
}

/* ---------------------------------------
	SIDEBARまわり
------------------------------------------ */
#sidebar p,
#sidebar .widget {
  margin-bottom: 15px;
}

#sidebar h3 {
  margin-bottom: 0;
  font-size: 14px;
}

#sidebar #widget-media,
#sidebar #widget-news,
#sidebar #widget-ito {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#sidebar #widget-media li,
#sidebar #widget-news li,
#sidebar #widget-ito li {
  margin: 5px 10px;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

#sidebar #widget-media {
  border: 1px solid #e6855e;
}

#sidebar #widget-news {
  border: 1px solid #f39759;
}

#sidebar #widget-ito {
  border: 1px solid #f39759;
}

h3.widget-ttl {
  font-size: 13px;
  font-weight: lighter;
  padding: 8px 0 6px 0;
  text-align: left;
  padding-left: 20px;
  background: #f49751;
  color: #fff;
}

h3.widget-ttl span {
  font-size: 10px;
  margin-left: 0.5em;
}

#sidebar .house_kind {
  margin: 10px 0 20px;
}

#sidebar .house_kind h4 {
  text-align: center;
  background: #83D0B0;
  color: #FFF;
  padding: 5px 0 8px;
  font-weight: bold;
  font-size: 110%;
}

#sidebar .house_kind ul li {
  border-bottom: 1px dotted #999999;
}

#sidebar .house_kind ul li a {
  display: block;
  text-decoration: none;
  width: 230px;
  padding: 9px 0 9px 22px;
}

#sidebar .house_kind ul li a:hover {
  background: #DAFFFF;
}

/* ---------------------------------------
	FOOTERまわり
------------------------------------------ */
#footer {
  position: relative;
  border-top: 1px solid #eee;
  width: 960px;
  height: 230px;
}

#pagetop {
  position: absolute;
  top: -30px;
  right: 20px;
}

#footer-logo {
  margin: 30px 0 30px;
}

#footer-navi {
  position: absolute;
  top: 30px;
  right: 0px;
}

#footer-navi2 {
  position: absolute;
  top: 55px;
  right: 0px;
}

#footer-navi li,
#footer-navi2 li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #999;
}

#footer-tel {
  position: absolute;
  top: 83px;
  right: 245px;
}

#footer-time {
  position: absolute;
  top: 83px;
  right: 245px;
}

#footer-contact {
  position: absolute;
  top: 80px;
  right: 0px;
}

#footer-txt1 {
  position: absolute;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  right: 20px;
  top: 155px;
}

/* kazuma 追加 */
#sidebar h3.sidecatettl {
  background: #42aac7;
  padding: 5px 15px;
  color: #fff;
  margin-top: 5px;
}

#sidebar .sidecatebox {
  border: 1px solid #42aac7;
  padding: 10px;
  background: #edfafe;
}

#sidebar .sidecatebox .sidebarcategory li.cat-item {
  margin-bottom: 10px;
}

#sidebar .sidecatebox .sidebarcategory li.cat-item:before {
  content: "■";
  color: #42aac7;
  margin-right: 5px;
}

#sidebar .sidecatebox .sidebarcategory li.cat-item ul.children {
  border-top: 1px dotted #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

#sidebar .sidecatebox .sidebarcategory li.cat-item ul.children li.cat-item {
  margin-bottom: 0;
  padding-bottom: 5px;
}

#sidebar .sidecatebox .sidebarcategory li.cat-item ul.children li.cat-item:before {
  content: "・";
  color: #42aac7;
  margin-right: 5px;
}

.contact .contactttl {
  background: #333;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 15px;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

/* officialblog */
.official .blogtitle {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 15px;
}

.official .article {
  /* 記事ボックス */
  margin-bottom: 50px;
}

.official .article .post-title {
  /* 記事タイトル */
  margin-bottom: 20px;
  background-color: #cedde0;
  padding: 12px 20px;
  color: #000;
  border-radius: 4px;
}

.official .article .post-content {
  /* 記事本文 */
  margin-bottom: 10px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  overflow: hidden;
}

.official .article .post-content h4 {
  position: relative;
  margin: 0 0 1em 0;
  padding: 4px 0 4px 36px;
  font-size: 20px !important;
  border-bottom: solid 2px #f39759;
  color: #3E3A39;
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.6em;
}

.official .article .post-content h4:before {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #f39759;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 24px;
  padding: 0 28px 0 0;
}

.official .article .post-content h5 {
  color: #fb7d21;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 1em 0;
}

.official .article .post-content h6 {
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 1em 0;
}

.official .article .wp_social_bookmarking_light {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.official .article .post-meta {
  /* 記事メタ情報 */
  text-align: right;
  font-size: 0.85em;
}

.official .wp-pagenavi {
  /* ページ送り */
  margin: 50px 0 20px;
  text-align: center;
  font-size: 0.8em;
}

.official #single-paging {
  /* 詳細ページ送り */
}

.official #signature-block {
  /* ブログ署名欄 */
  clear: both;
  padding: 50px 0 0;
}

.sideofficial .sideblogttl {
  background-color: #000;
  color: #fff;
  padding: 12px 15px;
  /* border-bottom: 3px solid #ccc; */
  letter-spacing: 3px;
  border-radius: 4px 4px 0 0;
}

.sideofficial .sidebox {
  border-bottom: 1px solid #dfe1e4;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 0px 0px 6px 6px;
}

.sideofficial .sidebox ul {
  padding: 15px;
}

.sideofficial .sidebox ul.children li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.sideofficial .sidebox ul li:before {
  content: "▶︎";
  color: #555;
  margin-right: 5px;
  font-size: 0.75em;
}

.sideofficial .sidebox ul li ul.children {
  padding: 5px 0 5px 0;
}

.sideofficial .sidebox ul li ul.children li.cat-item:before {
  content: "・";
  color: #555;
  margin-right: 5px;
}

/* itoblog */
.ito .blogtitle {
  font-size: 15px;
  background-color: #fb7d21;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 15px;
}

.ito .article {
  /* 記事ボックス */
  margin-bottom: 50px;
}

.ito .article .post-title {
  /* 記事タイトル */
  margin-bottom: 20px;
  background-color: #ccc;
  padding: 5px;
}

.ito .article .post-content {
  /* 記事本文 */
  margin-bottom: 10px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  overflow: hidden;
}

.ito .article .post-content h4 {
  position: relative;
  margin: 0 0 1em 0;
  padding: 4px 0 4px 36px;
  font-size: 20px !important;
  border-bottom: solid 2px #f39759;
  color: #3E3A39;
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.6em;
}

.ito .article .post-content h4:before {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #f39759;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 24px;
  padding: 0 28px 0 0;
}

.ito .article .post-content h5 {
  color: #fb7d21;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 1em 0;
}

.ito .article .post-content h6 {
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 1em 0;
}

.ito .article .wp_social_bookmarking_light {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.ito .article .post-meta {
  /* 記事メタ情報 */
  text-align: right;
  font-size: 0.85em;
}

.ito .wp-pagenavi {
  /* ページ送り */
  margin: 50px 0 20px;
  text-align: center;
  font-size: 0.8em;
}

.ito #single-paging {
  /* 詳細ページ送り */
}

.ito #signature-block {
  /* ブログ署名欄 */
  clear: both;
  padding: 50px 0 0;
}

.sideito .sideblogttl {
  background-color: #fb7d21;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 3px solid #fdbe90;
}

.sideito .sidebox {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
}

.sideito .sidebox ul {
  padding: 15px;
}

.sideito .sidebox ul li {
  margin-bottom: 5px;
}

.sideito .sidebox ul li:before {
  content: "▶︎";
  color: #555;
  margin-right: 5px;
  font-size: 0.75em;
}

.sideito .sidebox ul li ul.children {
  padding: 5px 0 5px 5px;
}

.sideito .sidebox ul li ul.children li.cat-item:before {
  content: "・";
  color: #555;
  margin-right: 5px;
}

/* 20150626追加 */
#blogMain .officialTxt {
  width: 638px !important;
  padding: 20px 0;
  background-color: #f5f5f5;
  display: block;
  margin: 0 20px;
}

#blogMain .blogMainImg {
  display: block;
}

#blogMain .itoTxt {
  width: 638px !important;
  margin: 0 20px;
  padding: 20px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
}

#blogMain .itoTxt b {
  display: block;
  font-size: 16px;
  color: #ffbb00;
  margin-bottom: 0.3em;
}

div.article_top {
  margin: 0 0 10px 0;
  padding-bottom: 25px;
  border-bottom: 3px solid #000;
}

div.article_top p.main_img img {
  width: 678px;
  height: auto;
}

/*
div.article_top h3{
	background-color: #000;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;}
*/
div.article_top h3 a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none;
}

div.article_top h3 a:hover {
  opacity: 0.8;
}

div.official div.article_top h3 {
  font-size: 15px;
  border-bottom: 3px solid #ccc;
}

div.ito div.article_top h3 {
  font-size: 15px;
  border-bottom: 3px solid #fdbe90;
}

p.blog_top {
  background: #ccc;
  padding: 10px 15px;
  text-align: center;
}

div.article_top h3 a span {
  float: right;
  color: #ccc;
  font-weight: normal;
  font-size: 11px;
}

/*
div.article_top h3 span{
	float:right;
	color: #ccc;
	font-weight: normal;
	font-size: 11px;
}
*/
div.article_top p.txt {
  font-size: 117%;
  line-height: 1.6;
}

div.single .post-title {
  font-size: 16px;
  margin-bottom: 10px !important;
}

div.single div.post-meta {
  position: relative;
  margin-bottom: 10px;
  /*border-bottom: 1px dashed #ccc;*/
}

div.single div.post-meta p.alnR {
  text-align: right;
}

div.single div.post-meta .fR {
  float: right;
}

div.single div.post-meta .cat {
  float: left;
  width: 610px;
  text-align: left;
}

div.article_rel {
  padding: 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 18px;
}

div.article_rel img {
  position: absolute;
  top: 0;
  left: 0;
}

div.article_rel div.post-content {
  min-height: 150px;
  position: relative;
  padding: 0 0 0 170px;
}

div.article_rel h4 {
  position: relative;
  padding: 7px 10px 5px 10px;
  background: #fff;
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #000;
}

div.article_rel h5 a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 11px 15px 9px 15px;
  background: #d7e8f1;
  font-size: 15px;
  margin: 0 0 15px 0;
  border-radius: 4px;
}

div.article_rel h5 a:hover {
  background: #bbb;
  color: #595959;
}

div.article_rel h4 span,
div.article_rel h5 span {
  float: right;
  font-weight: normal;
  font-size: 11px;
  font-size: 13px;
  letter-spacing: 2px;
  /* font-style: italic; */
}

div.article_rel .clear {
  clear: both;
}

div.article_rel p.more,
div.article_top p.more {
  margin-top: 20px;
  text-align: right;
}

div.article_rel p.more a,
div.article_top p.more a {
  padding: 10px 20px;
  /* border: 1px solid #ccc; */
  background-color: #f3e930;
  /*color: #fff;*/
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}

p.cat a {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  padding: 2px 12px;
  margin: 0 0px 6px 0;
  background-color: #999;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
}

p.cat a:hover {
  color: #999;
  background-color: #fff;
}

div.ito p.cat a {
  background-color: #ffbb00;
}

div.ito p.cat a:hover {
  color: #ffaa00;
  background-color: #fff;
}

div.official p.cat a {
  background-color: #999;
  font-size: 11px;
  border-radius: 60px;
  text-decoration: none;
}

div.official p.cat a:hover {
  color: #999;
  background-color: #fff;
}

.official #single-paging td,
.ito #single-paging td {
  width: 35%;
}

.official #single-paging td img,
.ito #single-paging td img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 0 10px 0;
}

.official #single-paging td.list,
.ito #single-paging td.list {
  width: 30%;
}

.official #single-paging td.list a,
.ito #single-paging td.list a {
  background-color: #cdcdcd;
  padding: 10px 20px;
}

.ito .wp-pagenavi,
.official .wp-pagenavi {
  margin: 20px 0;
  text-align: right;
  position: relative;
}

.ito .top_navi .wp-pagenavi,
.official .top_navi .wp-pagenavi {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.ito .wp-pagenavi a,
.ito .wp-pagenavi span,
.official .wp-pagenavi a,
.official .wp-pagenavi span {
  font-size: 125%;
  padding: 3px 0 3px 15px;
  border: none;
}

.ito .wp-pagenavi span.pages,
.official .wp-pagenavi span.pages {
  padding: 3px 0;
  position: absolute;
  left: 0;
}

#sidebar div.ranking ul li {
  margin: 0 0 10px 0 !important;
  text-indent: 0 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 1px dotted #ccc;
}

#sidebar div.ranking ul li:before,
#sidebar div.recent_post ul li:before {
  display: none !important;
}

#sidebar div.ranking ul li p.date_rank {
  margin: 0 0 5px 0;
  position: relative;
}

#sidebar div.ranking ul li span.rank {
  position: absolute;
  top: 0;
  right: 0;
}

#sidebar div.recent_post img {
  width: 220px;
  height: auto;
  margin: 0 0 7px 0;
}

#sidebar div.recent_post ul li {
  margin: 0 0 10px 0 !important;
  border-bottom: 1px dotted #ccc;
}

#sidebar div.recent_post ul li p:before {
  content: "▶︎";
  color: #555;
  margin-right: 5px;
  font-size: 0.75em;
}

/* read-box */
.read-box .photo.left {
  width: 330px;
  float: left;
}

.read-box .photo.right {
  width: 330px;
  float: right;
  text-align: right;
}

.read-box .photo.center {
  text-align: center;
}

.read-box .photo img {
  max-width: 300px;
  height: auto;
  margin: 0 10px;
}

.read-box .photo.center img,
.read-box .photo.none img {
  height: auto;
  max-width: 665px;
  padding-bottom: 1em;
}

.read-box .photo.full img {
  width: 665px;
  max-width: 665px;
  padding-bottom: 1em;
}

.read-box .read {
  font-size: 125%;
  line-height: 2;
}

.read-box h4.midashi {
  padding: 5px;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #fb7d21;
}

p.cat_border {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}

/*--index--*/
h2.midashi_news {
  background-color: #333;
  color: #fff;
  font-weight: normal;
  padding: 7px 19px;
  font-size: 14px;
}

div#news_box_top {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

div.article_front {
  position: relative;
  width: 190px;
  padding: 16px 12px 6px 12px;
  float: left;
  border: none;
  margin: 0 0 15px 0;
  background: url(../images/pages/index/bg-banners.jpg);
}

div.article_front p.day {
  text-align: center;
  margin: 0 0 0 0 !important;
}

div.article_front span.new {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #dd0000;
  padding: 10px;
  color: #fff;
}

div.post_2,
div.post_5,
div.post_8 {
  margin-left: 15px;
  margin-right: 15px;
}

div.article_front h3 {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  text-align: center;
  padding: 5px 0 10px;
}

div.article_front p.txt {
  font-size: 11px;
}

div.article_front p.cat a {
  font-size: 10px;
  padding: 4px 7px;
  margin: 0 5px 5px 0;
  display: inline;
  line-height: 2.4;
  background-color: #3BA9C8;
}

div.article_front p.cat a:hover {
  background: none;
  color: #3BA9C8;
}

div.article_front p.img {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px;
  text-align: center;
  margin: 0 15px;
  box-shadow: 1px 1px 1px #eee;
}

#global-navi #navi02:hover {
  height: auto !important;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

#TB_window a:link {
  color: #666666;
}

#TB_window a:visited {
  color: #666666;
}

#TB_window a:hover {
  color: #000;
}

#TB_window a:active {
  color: #666666;
}

#TB_window a:focus {
  color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  height: 100%;
  width: 100%;
}

* html #TB_overlay {
  /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%;
}

* html #TB_window {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + "px");
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}

#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
  /* -height/2 0 0 -width/2 */
}

* html #TB_load {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + "px");
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect {
  /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

/* CSS Document */
/* -----------------------
	TOPページ
-------------------------- */
body.home #main-banner {
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-banners.jpg);
  width: 960px;
  padding: 10px 0;
  /*height:105px;*/
}

#main-banner .bx-wrapper {
  padding: 0;
}

#main-banner .bx-caption span {
  padding: 0 2px;
}

.galleria-image img {
  min-width: 960px;
}

.koshi {
  margin-left: 15px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-koshi.gif);
  width: 208px;
  padding: 4px;
  float: left;
}

.first {
  margin-left: 0;
}

.koshi dl {
  background-color: #fff;
}

.koshi dd {
  padding: 10px;
}

.top-article {
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-banners.jpg);
  padding: 7px 10px 5px 10px;
  overflow: hidden;
  position: relative;
  width: 198px;
  float: left;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 15px;
}

.btn-article {
  overflow: hidden;
  width: 218px;
  float: left;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 15px;
  position: relative;
}

.btn-article .topareabtn {
  position: absolute;
  top: 0;
}

.btn-article .bottomareabtn {
  position: absolute;
  bottom: 0;
}

.top-article .imgBox {
  position: relative;
  top: 5px;
  float: left;
}

.top-article .imgBox .tape {
  position: absolute;
  top: -8px;
  left: 75px;
  z-index: 1;
}

.top-article .imgBox .new_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.top-article .list-house-image {
  max-width: 198px;
  max-height: 198px;
  height: auto;
}

.top-article .moreinfo {
  text-align: right;
}

.top-article .top-house-image {
  float: left;
  width: 204px;
}

.top-article .top-house-image img {
  width: 204px;
}

.top-r-cont {
  float: right;
  position: relative;
  width: 190px;
}

.top-r-cont .icon-status {
  position: absolute;
  top: -30px;
  right: -5px;
}

.top-r-cont h3.title02 {
  width: 360px;
}

.top-r-cont h3.title02 a {
  color: #42AAC7;
}

#wrapper .top-article .title02,
#wrapper .list-article .title02 {
  margin-bottom: 10px;
  padding: 3px 0 6px 0;
  border-bottom: dotted 1px #999;
  font-size: 12px;
}

#wrapper .top-article .title02 {
  min-height: 60px;
  width: 188px;
}

#wrapper .top-article .title02 span,
#wrapper .list-article .title02 span {
  font-size: 14px;
  color: #f26b08;
  display: block;
  padding: 7px 0;
}

#wrapper .top-article .title02 a,
#wrapper .list-article .title02 a {
  text-decoration: none;
}

#wrapper .top-article .title02 a:hover span,
#wrapper .list-article .title02 a:hover span {
  text-decoration: underline;
}

#wrapper .top-r-cont dl dt {
  font-weight: bold;
}

#wrapper .top-r-cont dl dd {
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #999;
}

#galleria {
  width: 960px;
  height: 340px;
  margin-top: 13px;
}

.galleria-info {
  display: none;
}

.title01 {
  margin-bottom: 30px !important;
  position: relative;
}

.title01 span {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
}

.nairan {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* -----------------------
	FAQページ
-------------------------- */
#main-contents .faq-article {
  margin-bottom: 30px;
}

#main-contents .faq-article h3 {
  /* Qの背景はここで指定 */
  padding: 10px 0 10px 45px;
  border: 1px solid #f3c759;
  background-image: url(../../../../themes/sharehousetheme2016/images/pages/faq/bg_q.png), url(../../../../themes/sharehousetheme2016/images/pages/faq/down.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: 10px 10px, 98% 50%;
  background-color: #fffdf0;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  padding: 17px 50px;
  border-radius: 5px;
}

#main-contents .faq-article h3.open {
  /* Qの背景はここで指定 */
  background-image: url(../../../../themes/sharehousetheme2016/images/pages/faq/bg_q.png), url(../../../../themes/sharehousetheme2016/images/pages/faq/up.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: 5px 5px, 98% 50%;
}

#main-contents .faq-article h3:hover {
  /* Qの背景はここで指定 */
  background-color: #FFF;
}

#main-contents .faq-comment {
  /* Aの背景はここで指定 */
  padding-left: 45px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/faq/bg_a.png) no-repeat 5px 0px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}

/* -----------------------
	不動産オーナーへ
-------------------------- */
.owner .o-conts01 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner/bg-conts01.gif) no-repeat right bottom #fefef4;
  margin-bottom: 30px;
  width: 100%;
}

.owner .o-conts01 ul {
  list-style: disc;
  margin-left: 30px;
  padding: 0 0 10px 10px;
}

.owner .o-conts01 ul li {
  margin-bottom: 5px;
}

.merit1,
.merit2,
.merit3 {
  padding: 15px 0 0px 50px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
}

.merit1 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner/no1.gif) no-repeat left center;
}

.merit2 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner/no2.gif) no-repeat left center;
}

.merit3 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner/no3.gif) no-repeat left center;
}

.merit_box {
  background-color: #fefef4;
  margin-bottom: 30px;
  padding: 20px;
}

.merit_box dt {
  float: left;
}

.merit_box dd {
  float: left;
  margin-top: 5px;
  padding-left: 20px;
}

.merit_box .dot_line {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.owner-casewrap {
  margin-bottom: 30px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-banners.jpg);
}

.owner-casewrap {
  overflow: hidden;
}

.owner-casewrap li {
  margin: 5px 5px;
  width: 158px;
  float: left;
  text-align: center;
}

/* -----------------------
	お問い合わせ
-------------------------- */
.big span {
  font-size: 12px;
  font-weight: normal;
}

.telunit li {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 115px;
}

.telunit li span {
  font-size: 12px;
  font-weight: normal;
  margin-left: -7px;
  color: #666666;
}

.tel090 {
  color: #42aac7;
  background: url(../../../../themes/sharehousetheme2016/images/pages/contact/icon-tel090.gif) left center no-repeat;
}

.tel050 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/contact/icon-tel050.gif) left center no-repeat;
}

#englishpage .tel090 {
  background: url(../../../../themes/sharehousetheme2016/images/en/pages/contact/icon-tel090.gif) left center no-repeat;
}

#englishpage .tel050 {
  background: url(../../../../themes/sharehousetheme2016/images/en/pages/contact/icon-tel050.gif) left center no-repeat;
}

/* --------------------------
	ブログ
----------------------------- */
#blog-top {
  /* ブログトップページフリーエリア */
  margin-bottom: 20px;
}

.cat_box {
  background-color: #fefef4;
  margin-bottom: 20px;
  margin-right: -20px;
}

.cat_box ul li {
  float: left;
  width: 200px;
  background-color: #edfafe;
  border: 1px solid #c3e1ea;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.cat_box ul li a {
  background: url(../../../../themes/sharehousetheme2016/images/pages/icon-cat01.gif) left center no-repeat;
  padding-left: 15px;
}

.cat_box ul.children li {
  float: none;
  margin: 0 0 5px 0;
  background: none;
  padding: 0;
  border: none;
}

.cat_box ul.children {
  border-top: dotted 1px #ccc;
  padding-top: 5px;
  margin-top: 5px;
}

.cat_box ul.children li a {
  background: url(../../../../themes/sharehousetheme2016/images/pages/icon-cat02.gif) left center no-repeat;
  padding-left: 8px;
}

.cat_box dl {
  float: left;
  padding: 0 19px 20px 0;
  width: 200px;
}

.cat_box dl.pr0 {
  padding-right: 0;
}

.cat_box dt {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* コメント部分
-------------------------------------- */
.blog .comment-area {
  margin: 10px;
  text-align: left;
}

#com h3 {
  /* コメントタイトル */
  margin: 10px 0;
  padding: 5px;
  border-bottom: 1px solid #999;
  background-color: #eee;
}

#com .compost {
  /* コメント本文 */
  margin: 10px;
  padding: 10px;
  border-bottom: 1px dashed #ddd;
  line-height: 1.5em;
}

#comment {
  /* テキストエリア */
  width: 60%;
  height: 80px;
}

#commentform p {
  margin: 10px;
}

.cominfo {
  /* コメントメタ */
  text-align: right;
  margin-top: 30px;
  font-size: 0.85em;
}

/* --------------------------
	コンセプト
----------------------------- */
.concept #main-contents .points {
  margin: 50px 0;
}

.point1,
.point2,
.point3 {
  padding: 10px 0 10px 100px;
  border-bottom: 1px dotted #ccc;
}

.point1 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/concept/icon-1.gif) no-repeat left 10px;
}

.point2 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/concept/icon-2.gif) no-repeat left 10px;
}

.point3 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/concept/icon-3.gif) no-repeat left 10px;
}

.concept #main-contents .points h3 {
  margin-bottom: 10px;
}

.concept .koshi {
  margin: 0 0 30px 0;
  width: 670px;
  float: none;
}

.concept .koshi .koshi-inner {
  background-color: #fff;
  padding: 10px;
}

.concept .concept-box1 {
  margin-bottom: 30px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/concept/bg-box.gif) no-repeat;
  height: 159px;
  overflow: hidden;
}

#englishpage .concept .concept-box1 {
  background: url(../../../../themes/sharehousetheme2016/images/en/pages/concept/bg-box.gif) no-repeat;
}

.concept .concept-box1 ul {
  margin: 56px 0 0 37px;
}

.concept .concept-box1 li {
  margin-bottom: 5px;
  float: left;
  width: 280px;
}

.house-gallery {
  margin-bottom: 20px;
  padding: 9px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-banners.jpg);
}

.cnavi {
  margin: 0 auto 20px;
  width: 940px;
}

.cnavi li {
  float: left;
  margin-right: 8px;
}

.cnavi li.last {
  margin-right: 0;
}

.house-gallery h4 {
  background: #333333;
  color: #FFF;
  padding: 6px 0 6px 25px;
  margin-bottom: 20px;
}

.house-gallery table.bassui {
  width: 100%;
  margin-bottom: 20px;
}

.house-gallery table.bassui tr th,
.house-gallery table.bassui tr td {
  border: 1px solid #bcbcbc;
  padding: 5px 2px;
}

.house-gallery table.bassui tr th {
  background: #FeFeFe;
  text-align: center;
  width: 15%;
}

.house-gallery table.bassui tr td {
  width: 35%;
}

#House_gallery .gallery-end {
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-banners.jpg);
  padding: 9px;
  margin-bottom: 25px;
}

#House_gallery .gallery-end h4 {
  background: #333333;
  color: #FFF;
  padding: 6px 0 6px 25px;
  margin-bottom: 20px;
}

#House_gallery ul {
  margin-bottom: 0;
}

#House_gallery ul li {
  margin: 0 5px 10px;
  width: 174px;
  height: 112px;
  float: left;
  text-align: center;
}

#House_gallery ul li a {
  display: block;
}

#House_gallery ul li a img {
  border: 3px solid #fff;
  box-shadow: 0px 3px 5px #ccc;
  max-width: 155px;
  max-height: 104px;
  height: auto;
}

#Vacant table {
  margin-bottom: 30px;
  width: 100%;
}

#Vacant table tr th,
#Vacant table tr td {
  border: 1px solid #bcbcbc;
  text-align: center;
  padding: 5px 2px;
}

#Vacant table tr th {
  background: #07d37a;
  color: #FFF;
}

#Vacant table tr td.room {
  background: #d6fdee;
}

#Vacant table tr td a img {
  max-width: 80px;
  max-height: 80px;
}

#Vacant table tr td span.full {
  color: #0000FF;
  font-weight: bold;
}

#Vacant table tr td span.empty {
  color: #FF0000;
  font-weight: bold;
}

#Vacant table tr td span.willempty {
  color: #FE8E1C;
  font-weight: bold;
}

.btnback {
  display: block;
  background: #fffdf0;
  border: 2px solid #F4C657;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #A46F3B;
  text-align: center;
  width: 678px;
  padding: 10px 0;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 17px;
}

.single-houses #main-contents,
.single-houses_en #main-contents {
  width: 960px;
  float: none;
}

/*** single-houses TabSwitch ***/
#Switch > div {
  display: none;
}

#Switch > div.appear {
  display: block;
}

/* 横にサムネイル */
.swap02 {
  width: 100%;
}

.swap02 .large-image {
  width: 410px;
  float: right;
  text-align: center;
}

.swap02 .large-image span {
  display: block;
  padding-top: 10px;
}

.swap02 .large-image img {
  max-height: 410px;
  /* 縦画像の設定：ここはカラムによって調整してください */
  border: 5px solid #fff;
  box-shadow: 0px 3px 5px #ccc;
  max-width: 400px;
  height: auto;
}

#main-contents .swap02 ul {
  margin-bottom: 10px;
}

#main-contents .swap02 li {
  margin: 0 5px 10px;
  width: 173px;
  float: left;
  text-align: center;
}

#main-contents .swap02 li img {
  border: 3px solid #fff;
  box-shadow: 0px 3px 5px #ccc;
  max-width: 147px;
  max-height: 147px;
  height: auto;
}

.swap03 {
  width: 100%;
}

.swap03 .large-image {
  width: 410px;
  float: right;
  text-align: center;
}

.swap03 .large-image span {
  display: block;
  padding-top: 10px;
}

.swap03 .large-image img {
  max-height: 410px;
  /* 縦画像の設定：ここはカラムによって調整してください */
  border: 5px solid #fff;
  box-shadow: 0px 3px 5px #ccc;
  max-width: 400px;
  height: auto;
}

#main-contents .swap03 ul {
  width: 240px;
  margin-bottom: 10px;
  float: left;
}

#main-contents .swap03 li {
  margin: 0 5px 10px;
  width: 64px;
  height: 42px;
  overflow: hidden !important;
  border: 3px solid #fff;
  box-shadow: 0px 3px 5px #ccc;
  float: left;
  text-align: center;
}

#main-contents .swap03 li img {
  max-width: 64px;
  /*max-height:64px;*/
  height: auto;
}

.tbl-01 th,
.tbl-01 td {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}

.tbl-01 {
  width: 100%;
  margin-bottom: 30px;
}

.tbl-01 th {
  width: 25%;
  background-color: #f5f5f5;
}

.tbl-01 td {
  background-color: #FFF;
}

.lifeunit {
  background-color: #fbf7ea;
  padding: 10px 10px 0;
  margin-bottom: 40px;
}

.lifeunit h3 {
  padding: 0;
  margin: -10px -10px 0;
}

.lifeunit ul {
  background: url(../../../../themes/sharehousetheme2016/images/pages/concept/bg-life.gif) bottom repeat-x;
  width: 270px;
  height: 232px;
  float: left;
  padding: 0 15px;
}

.lifeunit ul li {
  margin-top: 12px;
}

/* --------------------------
	会社概要
----------------------------- */
.recruit_detail dl dt {
  background: url(../../../../themes/sharehousetheme2016/images/pages/houses/bg-th.png) no-repeat left 3px;
  border-bottom: 1px dotted #bcbcbc;
  padding: 0 0 5px 15px;
  margin-bottom: 10px;
}

.recruit_detail dl ul {
  padding-left: 10px;
}

.recruit_detail dl ul li {
  list-style: url(../../../../themes/sharehousetheme2016/images/pages/icon-cat02.gif) inside;
}

.recruit_detail table {
  width: 677px;
  max-width: 100%;
  margin: 30px 0;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .recruit_detail table {
    width: 100%;
    display: block;
  }
  .recruit_detail table > tbody,
.recruit_detail table > thead > tbody > tr,
.recruit_detail table > thead > tr,
.recruit_detail table > thead > tr > th,
.recruit_detail table > tbody > tr > th,
.recruit_detail table > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

.recruit_detail table.student {
  margin: 0 0 30px;
}

.recruit_detail table caption,
.recruit_detail table tr th,
.recruit_detail table tr td {
  text-align: left;
  padding: 10px;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

.recruit_detail table caption {
  background: #42AAC7;
  color: #FFF;
}

.recruit_detail table tr th {
  background: #F5F5F5;
  width: 20%;
}

.decimal li {
  list-style: decimal inside;
}

/* --------------------------
	物件一覧
----------------------------- */
.list-article {
  margin-bottom: 20px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/index/bg-banners.jpg);
  padding: 10px;
  overflow: hidden;
}

.list-article .imgBox {
  position: relative;
  top: 5px;
  float: left;
}

.list-article .imgBox .tape {
  position: absolute;
  top: -8px;
  left: 75px;
  z-index: 1;
}

.list-article .imgBox .new_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.list-article .moreinfo {
  text-align: right;
}

.list-article .list-house-image {
  margin-right: 19px;
  max-width: 200px;
  max-height: 200px;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 0 3px #aaa;
}

.list-r-cont {
  float: right;
  width: 430px;
  position: relative;
}

#wrapper .list-article .title02 {
  margin-bottom: 10px;
  padding: 3px 0 5px 3px;
  font-size: 15px;
  width: 340px;
}

.list-r-cont .tbl-02 {
  margin-bottom: 10px;
  width: 100%;
}

.list-r-cont .tbl-02 th,
.list-r-cont .tbl-02 td {
  padding: 3px;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}

.list-r-cont .tbl-02 th {
  width: 25%;
  background: url(../../../../themes/sharehousetheme2016/images/pages/houses/bg-th.png) no-repeat left 8px;
  padding-left: 15px;
}

.list-r-cont .icon-states {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* --------------------------
	物件詳細
----------------------------- */
.houses-title {
  background: url(../../../../themes/sharehousetheme2016/images/pages/houses/bg-title.gif) no-repeat left center;
  border-bottom: 1px dotted #ccc;
  padding: 12px 0 19px 40px;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-size: 20px;
  color: #000;
  font-size: 26px;
}

.housecopy {
  border-bottom: 2px solid #f39759;
  color: #f39759;
  font-weight: bold;
  padding: 7px 0 16px;
  font-size: 20px;
}

.house-image {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  position: relative;
}

.house-image img {
  max-width: 100%;
  height: auto;
}

.house-image img.housemain {
  display: block;
  margin: 40px auto 0;
}

.house-image #house-states {
  position: absolute;
  top: 5px;
  left: 10px;
}

.house-image .new_icon1 {
  position: absolute;
  top: 100px;
  left: 0px;
}

.house-image .new_icon2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.free-comment {
  margin-bottom: 40px;
}

.img-vacancy {
  max-width: 678px;
}

.null_box {
  border-collapse: collapse;
  margin-bottom: 50px;
}

.null_box table {
  width: 100%;
}

.null_box .null_ttl {
  background-color: #3db680;
  border: 0;
  color: #fff;
  padding: 6px 6px;
}

.null_box td {
  border: solid 1px #ddd;
  padding: 6px 5px;
}

.likeboxunit {
  margin: 30px 0;
}

.housebnr {
  margin-bottom: 30px;
  margin-right: -20px;
}

.housebnr li {
  float: left;
  margin-right: 20px;
}

/* --------------------------
	入居者の声
----------------------------- */
.member_cat {
  border-bottom: 2px solid #FE8E1C;
  margin-bottom: 30px;
}

.member_cat li {
  list-style: none;
  float: left;
}

.member_cat li a {
  display: block;
  text-decoration: none;
  background: #FE8E1C;
  padding: 10px 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  border-radius: 5px 5px 0px 0px;
  font-size: 15px;
  padding-top: 14px;
}

.member_cat li a:hover,
.member_cat li a.active {
  background: #FFCE52;
}

.profile {
  background: url(../../../../themes/sharehousetheme2016/images/pages/interview/profile_line.jpg) no-repeat left top;
  padding-top: 2px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.profile .profilebody {
  background: url(../../../../themes/sharehousetheme2016/images/pages/interview/profile_body_bg.jpg);
  padding: 10px 20px;
}

.single-houses .profile .profilebody,
.single-houses_en .profile .profilebody {
  padding: 10px;
}

.single-houses .profile,
.single-houses_en .profile {
  width: 470px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.single-houses .profile_last,
.single-houses_en .profile_last {
  margin-right: 0;
}

.profile .profilebody .eyecatch {
  float: left;
  text-align: center;
}

.single-houses .profile .profilebody .eyecatch,
.single-houses_en .profile .profilebody .eyecatch {
  float: none;
}

.profile .profilebody .eyecatch img {
  padding: 3px;
  background: #FFF;
  max-width: 332px;
  max-height: 261px;
}

.profile .profilebody .profile_txt {
  float: right;
  width: 270px;
}

.single-houses .profile .profilebody .profile_txt,
.single-houses_en .profile .profilebody .profile_txt {
  float: none;
  width: 450px;
  margin: 20px auto 10px;
}

.single-houses .profile .profilebody .profile_txt .detail,
.single-houses_en .profile .profilebody .profile_txt .detail {
  float: left;
  width: 200px;
}

.single-houses .profile .profilebody .profile_txt .fr,
.single-houses_en .profile .profilebody .profile_txt .fr {
  width: 250px;
}

#main-contents .profile .profilebody .profile_txt p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
}

.single-houses #main-contents .profile .profilebody .profile_txt p,
.single-houses_en #main-contents .profile .profilebody .profile_txt p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
}

#main-contents .profile .profilebody .profile_txt p a {
  color: #70C8A1;
  text-decoration: underline;
}

#main-contents .profile .profilebody .profile_txt p a:hover {
  text-decoration: none;
}

#main-contents .profile .profilebody .profile_txt p.catch01 {
  font-size: 18px;
  margin-bottom: 15px;
}

#main-contents .profile .profilebody .profile_txt p.catch02 {
  font-size: 26px;
  line-height: 26px;
}

#main-contents .profile .profilebody .profile_txt p.catch01 a {
  text-decoration: none;
}

#main-contents .profile .profilebody .profile_txt p.catch02 a {
  text-decoration: none;
}

.single-houses #main-contents .profile .profilebody .profile_txt p.catch01,
.single-houses_en #main-contents .profile .profilebody .profile_txt p.catch01 {
  line-height: 12px;
  font-size: 16px;
  margin-bottom: 15px;
}

.single-houses #main-contents .profile .profilebody .profile_txt p.catch02,
.single-houses_en #main-contents .profile .profilebody .profile_txt p.catch02 {
  font-size: 24px;
  line-height: 26px;
}

.single-houses #main-contents .profile .profilebody .profile_txt p.catch01 a,
.single-houses_en #main-contents .profile .profilebody .profile_txt p.catch01 a {
  text-decoration: none;
}

.single-houses #main-contents .profile .profilebody .profile_txt p.catch02 a,
.single-houses_en #main-contents .profile .profilebody .profile_txt p.catch02 a {
  text-decoration: none;
}

#main-contents .profile .profilebody .profile_txt a.morebtn {
  background: url(../../../../themes/sharehousetheme2016/images/pages/houses/morelist.png) no-repeat 13px 11px #FE8E1C;
  display: block;
  padding: 7px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  margin: 10px auto 0;
  width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#main-contents .profile .profilebody .profile_txt a.morebtn:hover {
  background: #FFCE52;
}

.single-houses #main-contents .profile .profilebody a.morebtn,
.single-houses_en #main-contents .profile .profilebody a.morebtn {
  background: url(../../../../themes/sharehousetheme2016/images/pages/houses/morelist.png) no-repeat 13px 11px #FE8E1C;
  display: block;
  padding: 7px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  margin: 10px auto 0;
  width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#main-contents .profile .profilebody .profile_txt a.morebtn:hover {
  background: #FFCE52;
}

.int_ttl {
  margin-bottom: 20px;
  position: relative;
}

.int_ttl .link_txt {
  position: absolute;
  top: 64px;
  right: 64px;
}

.int_ttl .more {
  position: absolute;
  top: 223px;
  right: 20px;
  cursor: pointer;
}

.int_txt {
  border: dotted 1px #ccc;
  margin-bottom: 30px;
  padding: 19px;
}

.int_txt .fl {
  width: 408px;
}

.int_txt .fl dd {
  margin: 15px 0 30px;
}

.int_txt ul {
  float: right;
  width: 200px;
}

.int_txt li {
  margin-bottom: 10px;
}

.comment_line {
  border-top: solid 1px #ddd;
  padding-top: 20px;
}

.comment_line p {
  font-size: 15px;
  font-weight: bold;
}

.comment_line p a {
  color: #f29510;
}

.interviewPager {
  margin: 0 auto;
}

.interviewPager li {
  float: left;
  padding: 0 10px;
}

.interviewPager li a {
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
  text-decoration: none;
  padding: 0;
  vertical-align: middle;
  padding: 3px;
  text-align: center;
  line-height: 14px;
}

.interviewPager li a.active {
  background: #ff9117;
  color: #fff;
}

/*--singleページ--*/
.block_imgr,
.alltxt {
  width: 638px;
  margin-bottom: 20px;
}

.block_imgr h3,
.alltxt h3 {
  width: 620px;
  padding: 6px 9px;
  background: #FAFAFA;
  color: #42AAC7;
  font-size: 108%;
}

.block_imgr .fl {
  width: 399px;
  margin-left: 9px;
}

.alltxt > p {
  margin-left: 9px;
}

/* --------------------------
	契約の流れ
----------------------------- */
.flow .flow-step ol li#flowStep1_en {
  height: 684px;
}

.flow .flow-step ol li#flowStep2_en {
  height: 440px;
}

.flow .flow-step ol li#flowStep3_en {
  height: 400px;
}

.flow .flow-step ol li#flowStep4_en {
  height: 714px;
}

.flow .flow-step ol li#flowStep5_en {
  height: 295px;
}

.flow .flow-step ol li#flowStep6_en {
  height: 1100px;
}

.flow .flow-nav {
  width: 678px;
  margin-bottom: 26px;
  margin-top: 50px;
}

.flow .flow-nav ol {
  margin-left: -13px;
  height: 78px;
}

.flow .flow-nav_en ol {
  height: 107px;
}

.flow .flow-nav ol li {
  float: left;
  margin: 0 0 10px 15px;
  width: 214px;
  height: 29px;
}

.flow .flow-nav_en ol li {
  width: 330px;
}

.flow .flow-step ol li#flowStep1 .text,
.flow .flow-step ol li#flowStep1_en .text {
  margin-left: 216px;
  margin-top: 20px;
  margin-bottom: 4px;
  padding: 20px 0 1px 25px;
  background: #fffef4;
}

.flow .flow-step ol li#flowStep1 div > p,
.flow .flow-step ol li#flowStep1_en div > p {
  font-size: 16px;
  color: #f39759;
}

.flow .flow-step ol li#flowStep1 div ul,
.flow .flow-step ol li#flowStep1_en div ul {
  margin-bottom: 20px;
}

.flow .flow-step ol li#flowStep1 .none,
.flow .flow-step ol li#flowStep1_en .none {
  margin-top: 10px;
  margin-bottom: 5px;
}

.flow .flow-step ol li#flowStep1 .none a,
.flow .flow-step ol li#flowStep1_en .none a {
  display: block;
  margin-bottom: 5px;
  width: 219px;
}

.flow .flow-step ul {
  list-style-type: disc;
  list-style-position: inside;
}

.flow .flow-step ul li.none {
  list-style-type: none;
}

.flow .flow-step h3 {
  margin: 0 !important;
  clear: both;
}

.flow .flow-step .flow-img {
  float: left;
  width: auto;
  margin: 0 0 0 15px !important;
}

.flow .flow-step .text {
  margin-top: 30px;
  margin-left: 216px;
  margin-bottom: 78px;
  padding: 20px 25px;
  background: #fffef4;
}

.flow .flow-step .price {
  position: relative;
  padding-top: 65px;
}

.flow .flow-step .price .point {
  position: absolute;
  top: 18px;
  left: -27px;
}

.flow .flow-step #flowStep5 div,
.flow .flow-step #flowStep5_en div {
  margin-top: 26px;
  margin-left: 146px;
  padding: 20px 25px;
  background: #fffef4;
}

.flow .flow-step #flowStep5 div p,
.flow .flow-step #flowStep5_en div p {
  margin-bottom: 20px !important;
}

.flow .flow-step #flowStep6 > p,
.flow .flow-step #flowStep6_en > p {
  padding: 20px 0 35px;
  text-align: center;
  margin: 0 !important;
}

.flow .flow-step #flowStep6 h4,
.flow .flow-step #flowStep6_en h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.flow .flow-step #flowStep6 ul,
.flow .flow-step #flowStep6_en ul {
  list-style-type: none;
  margin-left: -20px;
}

.flow .flow-step #flowStep6 ul li,
.flow .flow-step #flowStep6_en ul li {
  float: left;
  width: auto;
  margin: 0 0 15px 20px;
  text-align: center;
}

.flow .flow-step #flowStep6 ul.ivent li img,
.flow .flow-step #flowStep6_en ul.ivent li img {
  margin-bottom: 5px;
}

.flow .flow-step #flowStep6 ul.ivent,
.flow .flow-step #flowStep6_en ul.ivent {
  font-weight: bold;
}

.flow .sns {
  text-align: center;
}

/*161026追加*/
.flow .flow_left {
  float: left;
  margin-right: 20px;
  width: 329px;
}

.flow #flowStep2 .flow_left,
.flow #flowStep2_en .flow_left {
  height: 440px;
}

.flow #flowStep3 .flow_left,
.flow #flowStep3_en .flow_left {
  height: 278px;
}

.flow #flowStep2 .flow_left .text,
.flow #flowStep3 .flow_left .text,
.flow #flowStep2_en .flow_left .text,
.flow #flowStep3_en .flow_left .text {
  margin-top: 30px;
  margin-left: 135px;
  margin-bottom: 78px;
  padding: 20px 25px;
  background: #fffef4;
}

.flow .flow_right {
  float: left;
  width: 329px;
}

.flow #flowStep3 .flow_right,
.flow #flowStep3_en .flow_right {
  background: url(http://www.sharehouse180.net/wp-content/themes/sharehousetheme2016/images/pages/flow/img_flow03right.jpg) repeat-y;
  height: 400px;
}

.flow #flowStep2 .flow_right,
.flow #flowStep2_en .flow_right {
  background: url(http://www.sharehouse180.net/wp-content/themes/sharehousetheme2016/images/pages/flow/img_flow03right.jpg) repeat-y;
  height: 440px;
}

.flow #flowStep2 .flow_right .text,
.flow #flowStep3 .flow_right .text,
.flow #flowStep2_en .flow_right .text,
.flow #flowStep3_en .flow_right .text {
  box-sizing: border-box;
  width: 329px;
  padding: 24px 25px;
  background: #f8f8f8;
  margin: 0;
}

.flow .flow_right .text p {
  padding-top: 20px;
}

.flow .flow-step ol li#flowStep1 {
  height: 690px;
}

.flow .flow-step ol li#flowStep2 {
  height: 440px;
}

.flow .flow-step ol li#flowStep3 {
  height: 400px;
}

.flow .flow-step ol li#flowStep4 {
  height: 604px;
}

.flow .flow-step ol li#flowStep5 {
  height: 295px;
}

.flow .flow-step ol li#flowStep6 {
  height: 1100px;
}

#container.owner_lp {
  width: 100%;
}

.owner_lp #pNav {
  background: #00a6bc;
}

.owner_lp #pNav ul {
  letter-spacing: -0.4em;
}

.owner_lp #pNav ul li {
  width: 20%;
  display: inline-block;
  letter-spacing: normal;
}

.owner_lp #pNav ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 20px 0 18px 0;
  text-align: center;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.owner_lp #pNav ul li:first-child a {
  text-align: left;
}

.owner_lp #pNav ul li:last-child a {
  text-align: right;
}

.owner_lp #mainVisual {
  width: 100%;
  min-width: 960px;
  height: 400px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner_lp/main_bg.jpg) repeat center center;
}

.owner_lp #mainVisual .inner {
  position: relative;
}

.owner_lp #mainVisual .cacth {
  padding: 50px 0 0 0;
}

.owner_lp #mainVisual .point {
  padding: 34px 0 0 0;
  letter-spacing: -0.4em;
}

.owner_lp #mainVisual .point li {
  letter-spacing: normal;
  display: inline-block;
  padding: 0 10px 0 0;
}

.owner_lp #mainVisual .result_bnr {
  position: absolute;
  top: 50px;
  right: 0;
}

.owner_lp .section h2 {
  background: #12a1c9;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0 !important;
}

.owner_lp .section .grayBox {
  background: #f2f2f2;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}

.owner_lp .section h3 {
  text-align: center;
}

.owner_lp .section h3 small {
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.owner_lp #about_result {
  letter-spacing: -0.4em;
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner_lp/about_bg.png) no-repeat center top;
  background-size: 100%;
}

.owner_lp #about_result .resultList li {
  display: inline-block;
  letter-spacing: normal;
  width: 90px;
  box-sizing: border-box;
  margin: 0 0 0 18px;
  text-align: center;
  vertical-align: top;
}

.owner_lp #about_result .resultList li:first-child {
  margin: 0 0 0 0;
}

.owner_lp #about_result .resultList li h4 {
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  margin: 10px 0 0 0;
}

.owner_lp #about_result .resultList li h4 span {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

.owner_lp #about_result .resultList li .tag li {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  margin: 4px 0 0 0;
}

.owner_lp #about_result .resultList li .tag li.tagA {
  background: #fde5ed;
  color: #f77fa3;
}

.owner_lp #about_result .resultList li .tag li.tagB {
  background: #fae6c3;
  color: #f88e13;
}

.owner_lp #about_result .resultList li .tag li.tagC {
  background: #e5efd0;
  color: #7fad22;
}

.owner_lp #about_result .resultList li .tag li:first-child {
  margin: 10px 0 0 0;
}

.owner_lp #about_media {
  margin: 30px 0 0 0;
  padding: 20px 0;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.owner_lp #about_media p {
  font-size: 18px;
  text-align: center;
}

.owner_lp #about_media ul {
  text-align: center;
  margin: 10px 0 0 0;
}

.owner_lp #about_media ul li {
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: middle;
}

.owner_lp #about_media ul li:first-child {
  margin: 0;
}

.owner_lp #about_news h3 {
  font-size: 24px;
  color: #42aac7;
  margin: 30px 0 0 0;
}

.owner_lp #about_news #about_newsBox {
  width: 100%;
  height: 200px;
  overflow: scroll;
  border: 1px solid #bfbfbf;
  padding: 0 36px 0 0;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

.owner_lp #about_news #about_newsBox li {
  display: block;
  padding: 24px 0;
  border-bottom: 1px dashed #cccccc;
}

.owner_lp #about_news #about_newsBox li span {
  color: #42aac7;
  margin: 0 30px;
}

.owner_lp #about_news #about_newsBox li a {
  color: #444;
}

.owner_lp #advantage {
  margin: 50px 0 0 0;
  text-align: center;
}

.owner_lp #advantage h3 {
  padding: 12px 0 0 0;
  margin-bottom: 0;
}

.owner_lp #advantage h4 {
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  line-height: 1em;
  padding-bottom: 8px;
  margin: 30px 0 0 0;
}

.owner_lp #advantage #advantage_intro {
  padding: 40px 0;
}

.owner_lp #advantage #advantage_intro ul li {
  display: inline-block;
  margin-left: -14px;
}

.owner_lp #advantage #advantage_intro ul li:first-child {
  margin-left: 0;
}

.owner_lp #advantage #advantage01 h3 {
  background: #f9437a;
}

.owner_lp #advantage #advantage01 h4 {
  border-bottom: 3px solid #f16c94;
}

.owner_lp #advantage p {
  font-size: 18px;
  line-height: 32px;
  margin: 30px 0;
}

.owner_lp #advantage b {
  color: #eb2e67;
  font-weight: bold;
}

.owner_lp #advantage #advantage01 .inner {
  text-align: left;
}

.owner_lp #advantage #advantage01 #attract01 {
  padding: 30px 0;
  border-bottom: 4px solid #e5e5e5;
}

.owner_lp #advantage #advantage01 #attract01 .leftBox {
  display: inline-block;
  width: 536px;
  margin: 0 54px 0 0;
  vertical-align: top;
}

.owner_lp #advantage #advantage01 #attract01 .leftBox p {
  margin: 0;
}

.owner_lp #advantage #advantage01 #attract01 .rightBox {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.owner_lp #advantage #advantage01 #attract01 .rightBox span {
  font-size: 15px;
  color: #666666;
  display: block;
  margin: 1em 0 0 0;
}

.owner_lp #advantage #advantage01 #attract02 p {
  display: inline-block;
  width: 636px;
  margin-right: 76px;
  vertical-align: middle;
}

.owner_lp #advantage #advantage01 #attract02 img {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.owner_lp #advantage #advantage01 #attract02 ul {
  text-align: center;
}

.owner_lp #advantage #advantage01 #attract02 ul li {
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: middle;
}

.owner_lp #advantage #advantage01 #attract02 ul li:first-child {
  margin: 0;
}

.owner_lp #advantage #advantage02 {
  margin: 50px 0 0 0;
}

.owner_lp #advantage #advantage02 h3 {
  background: #ff8400;
}

.owner_lp #advantage #advantage02 h4 {
  border-bottom: 3px solid #ffa94c;
}

.owner_lp #advantage #advantage02 #plan01 {
  padding: 0 0 30px 0;
  border-bottom: 4px solid #e5e5e5;
}

.owner_lp #advantage #advantage03 {
  margin: 50px 0 0 0;
}

.owner_lp #advantage #advantage03 h3 {
  background: #82bf04;
}

.owner_lp #advantage #advantage03 h4 {
  border-bottom: 3px solid #a7d24f;
}

.owner_lp #advantage #advantage03 #support01 {
  padding: 0 0 30px 0;
  border-bottom: 4px solid #e5e5e5;
}

.owner_lp #advantage #advantage03 #support01 h4 {
  margin-bottom: 20px;
}

.owner_lp #advantage #advantage03 #support01 .txt {
  width: 620px;
  float: left;
  text-align: left;
}

.owner_lp #advantage #advantage03 #support01 .img {
  width: 321px;
  float: right;
}

.owner_lp #advantage #advantage03 #support01 .img {
  width: 321px;
  float: right;
}

.owner_lp #advantage #advantage03 #support02 #team {
  width: 960px;
  height: 187px;
}

.owner_lp #works {
  margin: 50px 0 0 0;
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner_lp/works_bg.png) no-repeat center top 50px;
}

.owner_lp #works ul.objectNav {
  text-align: center;
  letter-spacing: -0.4em;
}

.owner_lp #works ul.objectNav li {
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  margin: 0 0 0 23px;
  font-size: 16px;
}

.owner_lp #works ul.objectNav li:first-child {
  margin: 0;
}

.owner_lp #works ul.objectNav li img {
  margin: 0 0 8px 0;
}

.owner_lp #works ul.objectNav li a {
  display: block;
  color: #42aac7;
}

.owner_lp #works .object {
  margin: 50px 0 0 0;
}

.owner_lp #works .object h4 {
  background: #f2f2f2;
  text-align: center;
}

.owner_lp #works .object .cacthBox {
  text-align: center;
}

.owner_lp #works .object .cacth {
  display: inline-block;
  text-align: center;
  font-size: 26px;
  color: #222;
  line-height: 1.2em;
  padding: 0 0 10px 0;
  margin: 26px 0 0 0;
  font-weight: bold;
  border-bottom: 3px solid #42aac7;
}

.owner_lp #works .object .cacth b {
  color: #eb2e67;
  font-weight: bold;
}

.owner_lp #works .object .cacth span {
  font-size: 20px;
  display: block;
  padding: 0 0 20px 0;
  font-weight: normal;
}

.owner_lp #works .object .imgBox {
  margin: 26px 0 0 0;
  letter-spacing: -0.4em;
}

.owner_lp #works .object .imgBox li {
  display: inline-block;
  margin: 0 0 0 30px;
  letter-spacing: normal;
}

.owner_lp #works .object .imgBox li:first-child {
  margin: 0;
}

.owner_lp #works .object table {
  margin: 26px 0 0 0;
  font-size: 14px;
}

.owner_lp #works .object table th {
  width: 150px;
  vertical-align: middle;
  border: 1px solid #bdc8ca;
  border-right: 1px dotted #bdc8ca;
  padding: 16px 14px;
  background: #f7fafa;
}

.owner_lp #works .object table td {
  width: 330px;
  vertical-align: middle;
  border: 1px solid #bdc8ca;
  border-left: none;
  padding: 16px 14px;
}

.owner_lp #works .object table td a {
  display: block;
  text-align: center;
}

.owner_lp #works .object .pointBox p {
  margin: 30px 0 0 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner_lp/works_bg_point.png) repeat-y left top;
}

.owner_lp #works .object .pointBox ul {
  padding: 20px 32px;
  box-sizing: border-box;
  border: 1px solid #12a1c9;
}

.owner_lp #works .object .pointBox ul li {
  font-size: 16px;
  padding: 0 0 0 24px;
  margin: 18px 0 0 0;
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner_lp/works_ico_circle.png) no-repeat left center;
}

.owner_lp #works .object .pointBox ul li:first-child {
  margin-top: 0;
}

.owner_lp #works .more {
  margin: 50px 0 0 0;
  border-top: 120px solid #51a104;
  box-sizing: border-box;
  text-align: center;
}

.owner_lp #works .more img {
  margin: -120px 0 0 0;
}

.owner_lp #suggestion {
  margin: 50px 0 0 0;
}

.owner_lp #suggestion01,
.owner_lp #suggestion02 {
  margin: 40px 0 0 0;
}

.owner_lp #suggestion h3 {
  font-size: 23px;
  text-align: left;
  font-weight: bold;
  padding: 0 0 14px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #12a1c9;
}

.owner_lp #suggestion p {
  font-size: 16px;
  line-height: 36px;
}

.owner_lp #suggestion b {
  font-weight: bold;
  color: #12a1c9;
}

.owner_lp #suggestion01 .txtBox {
  float: left;
  width: 620px;
}

.owner_lp #suggestion01 .imgBox {
  float: right;
  width: 300px;
}

.owner_lp #suggestion02 .imgBox ul {
  letter-spacing: -0.4em;
}

.owner_lp #suggestion02 .imgBox ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 0 0 30px;
}

.owner_lp #suggestion02 .imgBox ul li:first-child {
  margin: 0;
}

.owner_lp #suggestion02 .imgBox ul li p {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.owner_lp #suggestion02 .txtBox p {
  margin: 30px 0 0 0;
  line-height: 1.6em;
}

.owner_lp #suggestion02 .txtBox p.tips {
  font-size: 13px;
  line-height: 1.4em;
  color: #666;
  margin: 1em 0 0 0;
}

.owner_lp #owner {
  margin: 50px 0 0 0;
}

.owner_lp #owner {
  margin: 50px 0 0 0;
}

.owner_lp #owner #ownerNews {
  width: 960px;
  margin: 40px auto 0 auto;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 26px 42px;
  overflow: hidden;
}

.owner_lp #owner #ownerNews .newsBox {
  width: 100%;
  float: left;
  margin: 0 0 0 36px;
}

.owner_lp #owner #ownerNews .newsBox:first-child {
  margin: 0;
}

.owner_lp #owner #ownerNews .newsBox .tips {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 4px;
}

.owner_lp #owner #ownerNews #ownerNews01 .tips {
  width: 90%;
  background: #12a1c9;
}

.owner_lp #owner #ownerNews #ownerNews02 .tips {
  width: 390px;
  background: #fe901d;
}

.owner_lp #owner #ownerNews .newsBox .tips:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -8px;
  text-align: center;
  content: " ";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}

.owner_lp #owner #ownerNews #ownerNews01 .tips:after {
  border-top: 10px solid #12a1c9;
}

.owner_lp #owner #ownerNews #ownerNews02 .tips:after {
  border-top: 10px solid #fe901d;
}

.owner_lp #owner #ownerNews .newsBox .btn {
  display: block;
  background: #fff;
  color: #222;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #c1c1c1;
  border-radius: 50px;
  margin: 24px 0 0 0;
  padding: 12px;
  text-decoration: none;
  text-align: center;
}

.owner_lp #owner #ownerNews .newsBox .btn img,
.owner_lp #owner #ownerNews .newsBox .btn span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}

.owner_lp #owner #ownerNews .newsBox .btn span {
  margin: -2px 0 0 10px;
}

.owner_lp #owner #ownerNews .newsBox h3 {
  background: #808080;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin: 26px 0 0 0;
  padding: 6px 0;
  text-align: center;
}

.owner_lp #owner #ownerNews .newsBox ul {
  border: 1px solid #e6e6e6;
  height: 165px;
  overflow: scroll;
  background: #fff;
  box-sizing: border-box;
  padding: 0 18px;
}

.owner_lp #owner #ownerNews .newsBox ul li {
  padding: 14px 0;
  border-top: 1px dotted #cccccc;
}

.owner_lp #owner #ownerNews .newsBox ul li:first-child {
  border-top: none;
}

.owner_lp #owner #ownerNews .newsBox ul li span {
  display: block;
  font-size: 12px;
  color: #777;
}

.owner_lp #owner #ownerNews .newsBox ul li a {
  display: block;
  font-size: 15px;
  color: #444;
}

.owner_lp #owner .ownerBnr {
  display: block;
  width: 960px;
  margin: 30px auto 0 auto;
  cursor: pointer;
}

.owner_lp #owner .ownerBnr img {
  cursor: pointer;
}

.owner_lp .inquiryWrap {
  width: 960px;
  border: 3px solid #4d4d4d;
  margin: 30px auto 0 auto;
}

.owner_lp .inquiryWrap .inquiryBox01,
.owner_lp .inquiryWrap .inquiryBox02 {
  width: 480px;
  height: 165px;
  text-align: center;
  float: left;
}

.owner_lp .inquiryWrap .inquiryBox01 p,
.owner_lp .inquiryWrap .inquiryBox02 p {
  margin: 30px 0 0 0;
}

.owner_lp .inquiryWrap .inquiryBox01 a,
.owner_lp .inquiryWrap .inquiryBox02 a {
  display: block;
  margin: 24px 0 0 0;
}

.owner_lp .inquiryWrap .inquiryBox01 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner_lp/inquiry_bg_01.png) repeat left top;
}

.owner_lp .inquiryWrap .inquiryBox02 {
  background: url(../../../../themes/sharehousetheme2016/images/pages/owner_lp/inquiry_bg_02.png) repeat left top;
}

.owner_lp .inquiryWrap .inquiryBox03 {
  clear: both;
  text-align: center;
  background: #f5f5f5;
  padding: 24px;
}

.owner_lp .inquiryWrap .inquiryBox03 p {
  line-height: 1em !important;
  margin: 0 !important;
}

.owner_lp .inquiryWrap .inquiryBox03 .title {
  font-size: 20px;
  padding: 0 0 16px 0 !important;
}

.owner_lp .inquiryWrap .inquiryBox03 .txt {
  font-size: 16px;
  margin: 16px 0 0 0 !important;
  color: #999999;
}

.owner_lp .inquiryWrap .inquiryBox03 .txt a {
  color: #12a1c9;
}

/* -----------------------
	プライバシーポリシー
-------------------------- */
.privacy_wrap .cont {
  margin: 20px 0 0 0;
}

.privacy_wrap .cont h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy_wrap .cont p,
.privacy_wrap .cont address,
.privacy_wrap .cont ul {
  padding: 0 0 0 10px;
}

.privacy_wrap p.top-txt {
  margin-bottom: 35px !important;
}

/* 2017/05 ~  */
/*
Theme Name:SHARE HOUSE 180°THEME-2016
Author:株式会社RELIVE
Version: 1.0.0
*/
/* Editor Style
エディター用スタイルがない場合はこれを使う*/
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

#main-contents .post-content h1 {
  font-size: 28px;
  font-weight: bold;
}

#main-contents .post-content h2 {
  font-size: 22px;
  font-weight: bold;
}

#main-contents .post-content h3 {
  font-size: 18px;
  font-weight: bold;
}

#main-contents .post-content h4 {
  font-size: 14px;
  font-weight: bold;
}

#main-contents .post-content h5 {
  font-size: 12px;
  font-weight: bold;
}

#main-contents .post-content h6 {
  font-size: 10px;
  font-weight: bold;
}

#main-contents .post-content h7 {
  font-size: 8px;
  font-weight: bold;
}

#main-contents .post-content ul,
#main-contents .post-content ol {
  padding: 10px 0 10px 20px;
}

#main-contents .post-content ul li {
  list-style: disc;
}

#main-contents .post-content ol li {
  list-style: decimal;
}

#main-contents .post-content blockquote {
  margin: 10px 20px;
  font-style: italic;
  color: #999;
}

#blogMain {
  position: relative;
  margin-bottom: 20px;
}

#blogMain .itoTxt {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 10px;
  font-size: 110%;
  width: 678px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#blogMain .itoTxt span {
  padding: 20px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  margin: 0 20px;
}

#blogMain .officialTxt {
  position: absolute;
  color: #040303;
  text-align: center;
  bottom: 10px;
  font-size: 110%;
  width: 678px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#blogMain .officialTxt span {
  padding: 20px 0;
  background-color: #f5f5f5;
  display: block;
  margin: 0 20px;
}

#bnr_box {
  width: 450px;
  margin: 0 auto;
}

.c-search-bar__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.c-search-bar__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .c-search-bar__items {
    flex-direction: column;
    gap: 16px;
  }
}
.c-search-bar__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-search-bar__item:after {
  content: "";
  height: 24px;
  width: 1px;
  display: block;
  background: #FFF;
}
.c-search-bar__item:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .c-search-bar__item {
    flex-basis: 100%;
    width: 100%;
  }
}
.c-search-bar__item input,
.c-search-bar__item select {
  /* styling */
  background-color: white;
  border: none;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.7em 3.5em 0.7em 1em;
  height: auto;
  letter-spacing: 0.05em;
  /* reset */
  color: #000;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 768px) {
  .c-search-bar__item input,
.c-search-bar__item select {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-search-bar__item input,
.c-search-bar__item select {
    letter-spacing: 0em;
  }
}
.c-search-bar__item select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.c-search-bar__item select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.c-search-bar__submit {
  text-align: center;
  display: flex;
  justify-content: center;
}
.c-search-bar__submit button {
  color: var(--color-accent, #2F3A4A);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 51.2px;
  /* 320% */
  letter-spacing: 0.8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--color-secondary, #DDF0F0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-left: 10vw;
  gap: 16px;
  padding-right: 10vw;
  transition: all 0.3s ease;
}
.c-search-bar__submit button:hover {
  cursor: pointer;
  background: #2F3A4A;
  color: #FFF;
}

.c-shlist__search select, .c-shlist__search input {
  border: 1px solid #e8e8e8;
}

.c-featureterms-link {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .c-featureterms-link {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.c-featureterms-link li {
  box-sizing: border-box;
  max-width: 29.4%;
  width: 100%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 10px;
  float: left;
}
@media (max-width: 600px) {
  .c-featureterms-link li {
    width: 46%;
    max-width: 46%;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
.c-featureterms-link li a {
  box-sizing: border-box;
  display: inline-block;
  display: block;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  color: #42aac7;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  border: 3px solid #42aac7;
  font-size: 16px;
}
.c-featureterms-link li a.is-active {
  background: #42aac7;
  color: #fff;
}
@media (max-width: 600px) {
  .c-featureterms-link li a {
    font-size: 14px;
  }
}
.c-featureterms-link li a:hover {
  background: #42aac7;
  color: #fff;
}

.c-featureterms-links {
  background: #e6eff3;
  padding: 16px 32px;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .c-featureterms-links {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.c-featureterms-links__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #333333;
  margin-top: 10px;
  border-left: 4px solid #fe901d;
  padding-left: 18px;
}

.c-feature-house-item-list {
  margin-top: 40px;
}

.c-house-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  text-decoration: none !important;
  color: #000;
  padding: 0;
  margin-bottom: 24px;
  outline: 2px solid rgba(10, 36, 106, 0);
  transition: all ease 0.4s;
  border-radius: 4px;
}
.c-house-item:hover {
  color: #000;
}
.c-house-item__maptitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__maptitle {
    font-size: 13px;
  }
}
.c-house-item.is-pickup {
  width: 395px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-pickup {
    width: 280px;
  }
}
.c-house-item.is-pickup .c-house-item__img,
.c-house-item.is-pickup .c-house-item__thumbnail {
  min-height: 200px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-pickup .c-house-item__img > .brandlogo,
.c-house-item.is-pickup .c-house-item__thumbnail > .brandlogo {
    max-width: 40px;
    right: 8px;
    bottom: initial;
    top: 152px;
  }
}
.c-house-item.is-pickup .c-house-item__copy {
  font-size: 14px;
  margin-top: 8px;
}
.c-house-item.is-map {
  max-width: 320px;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map .c-house-item__status > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map {
    max-width: 180px;
  }
}
.c-house-item.is-map .c-house-item__thumbnail > .brandlogo {
  bottom: 0;
}
.c-house-item.is-map .c-house-item__detail dd {
  font-size: 12px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map .c-house-item__detail dd {
    font-size: 11px;
  }
}
.c-house-item.is-map .c-house-item__detail dt {
  font-size: 13px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map .c-house-item__detail dt {
    font-size: 11px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map .c-house-item__detail dd {
    margin-bottom: 4px;
  }
}
.c-house-item.is-map .c-house-item__thumbnail__title {
  display: none;
}
.c-house-item.is-map .c-house-item__img,
.c-house-item.is-map .c-house-item__thumbnail {
  min-height: 120px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map .c-house-item__img,
.c-house-item.is-map .c-house-item__thumbnail {
    min-height: 80px;
  }
}
.c-house-item.is-map .c-house-item__mapbuttons {
  display: flex;
}
.c-house-item.is-map .c-house-item__mapbuttons a {
  border: 2px solid #000;
  font-weight: bold;
}
.c-house-item.is-map .c-house-item__concept {
  font-size: 12px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map .c-house-item__concept {
    font-size: 11px;
  }
}
.c-house-item.is-map .c-house-item__copy {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item.is-map .c-house-item__copy {
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 4px;
  }
}
.c-house-item.is-map .c-house-item__status {
  font-size: 13px;
}
.c-house-item.is-map .c-house-item__thumbnail__hover {
  font-size: 14px;
  margin-top: 8px;
}
.c-house-item:hover {
  opacity: 1;
}
.c-house-item:hover .c-house-item__thumbnail__title {
  background: rgba(0, 0, 0, 0);
}
.c-house-item:hover .c-house-item__thumbnail__hover {
  transform: translateY(0);
  opacity: 1;
}
.c-house-item:hover .c-house-item__thumbnail__hover:before {
  opacity: 1;
}
.c-house-item * {
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-house-item__thumbnail {
  min-height: 282px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 8px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__thumbnail {
    min-height: 141px;
  }
}
.c-house-item__thumbnail > .brandlogo {
  position: absolute;
  max-width: 50px;
  bottom: 60px;
  right: 10px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__thumbnail > .brandlogo {
    max-width: 40px;
    right: 8px;
    bottom: initial;
    top: 92px;
  }
}
.c-house-item__thumbnail__new {
  background: #f3e448;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100px;
  padding-top: 4px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__thumbnail__new {
    font-size: 12px;
    width: 60px;
    padding-top: 3px;
  }
}
.c-house-item__thumbnail__hover {
  position: absolute;
  transition: all ease 0.4s;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(10%);
  color: #fff;
  opacity: 0;
  padding-left: 24px;
  font-weight: bold;
  padding-right: 24px;
  font-size: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__thumbnail__hover {
    display: none;
  }
}
.c-house-item__thumbnail__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 24px;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(0, 0, 0, 0.4);
}
.c-house-item__thumbnail__title__icon {
  float: right;
  margin-right: 16px;
  text-align: center;
  position: absolute;
  line-height: 1;
  bottom: 2px;
  right: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  transform: scale(0.9);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__thumbnail__title__icon {
    right: initial;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    transform: scale(0.9);
  }
}
.c-house-item__thumbnail__title__icon span {
  display: block;
  letter-spacing: -0.5px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__thumbnail__title {
    position: static;
    background: none;
    color: #000;
    padding-left: 0;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.c-house-item__newicon {
  position: absolute;
  left: 0;
  top: 0;
}
.c-house-item__img {
  min-height: 282px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__img {
    min-height: 141px;
  }
}
.c-house-item__img:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  transition: all ease 0.2s;
  z-index: 0;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__img:before {
    height: calc(100% - 30px);
  }
}
.c-house-item__status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  display: inline-flex;
  padding: 6px 16px 6px 16px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 8px;
  background: var(--color-accent, #2F3A4A);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__status {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
  }
}
.c-house-item__status.is-full:before {
  background: #000;
}
.c-house-item__status.is-willempty:before {
  background: #42aac7;
}
.c-house-item__status > span {
  position: relative;
  z-index: 100;
}
.c-house-item__concepts {
  margin-top: 5px;
  margin-bottom: 5px;
}
.c-house-item__concept {
  display: inline-block;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100px;
  margin-top: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  margin-bottom: 4px;
  border-radius: 100px;
  background: var(--color-secondary, #DDF0F0);
}
.c-house-item__concept:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__concept {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.c-house-item__catch {
  color: #f26b08;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 8px;
}
.c-house-item__copy {
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__copy {
    font-size: 12px;
  }
}
.c-house-item__content {
  width: 100%;
}
.c-house-item__detail {
  display: flex;
  font-size: 15px;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__detail {
    font-size: 11px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__detail .material-icons {
    font-size: 14px;
    vertical-align: middle;
  }
}
.c-house-item__detail dt {
  color: var(--color-primary);
  flex-basis: 5%;
}
.c-house-item__detail dd {
  flex-basis: 45%;
  font-size: 15px;
  margin-bottom: 8px;
  border-bottom: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
}
.c-house-item__detail dd:last-child {
  flex-basis: 65%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__detail dd {
    font-size: 11px;
  }
}
.c-house-item__campaign span {
  background: #ece302;
  line-height: 2.2;
  display: inline;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.c-house-item__lastupdated {
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 14px;
  color: #FFF;
  font-size: 12px;
}
@media (max-width: 768px) {
  .c-house-item__lastupdated {
    font-size: 9px;
  }
}

.heading.is-xlg.is-special {
  background: url(../../../../themes/sharehousetheme2016/images/pages/business//bg-headingxlg.svg) no-repeat left bottom;
  text-align: left;
  border-top: none;
  border-bottom: none;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.c-house-search-banners {
  padding: 17px 12px;
  background: #f3f3f5;
  border-radius: 5px;
  margin-bottom: 24px;
}
.c-house-search-banners .c-housesearch-icons {
  margin-bottom: 0;
}
.c-house-search-banners__title {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  padding-left: 8px;
}
.c-house-search-banners__title i {
  color: #da9144;
}

.c-button.is-dark {
  transition: all ease 0.2s;
}
.c-button.is-dark:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.infobox {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .infobox {
    padding: 8px;
  }
}

.c-house-item__mapbuttons {
  display: flex;
}
.c-house-item__mapbuttons a {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  padding: 8px 12px;
  font-size: 13px;
  padding-right: 20px;
  font-weight: bold;
  border: 3px solid #000;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__mapbuttons a {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.c-house-item__mapbuttons a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-house-item__mapbuttons a:after {
    display: none;
  }
}
.c-house-item__mapbuttons a:hover {
  color: #fff;
  background: #000;
}
.c-house-item__mapbuttons a + a {
  background: #33aac6;
  border: 3px solid #33aac6;
  color: #fff;
}
.c-house-item__mapbuttons a + a:hover {
  color: #33aac6;
  background: #fff;
}

.c-hosue-item__campaign.is-campaign {
  display: block;
  background: #d6e624;
  background-size: cover;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  padding-right: 8px;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  padding-left: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hosue-item__campaign.is-campaign {
    padding-left: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-hosue-item__campaign.is-campaign:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 23px;
  background: url(../images/icon-present.svg) no-repeat center top;
  background-size: cover;
  opacity: 0.3;
  top: 17px;
}

.row {
  margin-left: -6px;
  margin-right: -6px;
}

.row:after {
  content: " ";
  display: block;
  clear: both;
}

.small-1 {
  box-sizing: border-box;
  width: 8.3333%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-1 {
  margin-left: 8.3333%;
}

.small-2 {
  box-sizing: border-box;
  width: 16.6667%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-2 {
  margin-left: 16.6667%;
}

.small-3 {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-3 {
  margin-left: 25%;
}

.small-4 {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-4 {
  margin-left: 33.3333%;
}

.small-5 {
  box-sizing: border-box;
  width: 41.6667%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-5 {
  margin-left: 41.6667%;
}

.small-6 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-6 {
  margin-left: 50%;
}

.small-7 {
  box-sizing: border-box;
  width: 58.3333%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-7 {
  margin-left: 58.3333%;
}

.small-8 {
  box-sizing: border-box;
  width: 66.6667%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-8 {
  margin-left: 66.6667%;
}

.small-9 {
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-9 {
  margin-left: 75%;
}

.small-10 {
  box-sizing: border-box;
  width: 83.3333%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-10 {
  margin-left: 83.3333%;
}

.small-11 {
  box-sizing: border-box;
  width: 91.6667%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-11 {
  margin-left: 91.6667%;
}

.small-10 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.is-push-sm-10 {
  margin-left: 100%;
}

@media screen and (min-width: 48em) and (max-width: 47.9375em) {
  .medium-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-1 {
    margin-left: 8.3333%;
  }

  .medium-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-2 {
    margin-left: 16.6667%;
  }

  .medium-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-3 {
    margin-left: 25%;
  }

  .medium-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-4 {
    margin-left: 33.3333%;
  }

  .medium-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-5 {
    margin-left: 41.6667%;
  }

  .medium-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-6 {
    margin-left: 50%;
  }

  .medium-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-7 {
    margin-left: 58.3333%;
  }

  .medium-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-8 {
    margin-left: 66.6667%;
  }

  .medium-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-9 {
    margin-left: 75%;
  }

  .medium-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-10 {
    margin-left: 83.3333%;
  }

  .medium-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-11 {
    margin-left: 91.6667%;
  }

  .medium-10 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-md-10 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 48em) {
  .large-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-1 {
    margin-left: 8.3333%;
  }

  .large-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-2 {
    margin-left: 16.6667%;
  }

  .large-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-3 {
    margin-left: 25%;
  }

  .large-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-4 {
    margin-left: 33.3333%;
  }

  .large-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-5 {
    margin-left: 41.6667%;
  }

  .large-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-6 {
    margin-left: 50%;
  }

  .large-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-7 {
    margin-left: 58.3333%;
  }

  .large-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-8 {
    margin-left: 66.6667%;
  }

  .large-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-9 {
    margin-left: 75%;
  }

  .large-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-10 {
    margin-left: 83.3333%;
  }

  .large-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-11 {
    margin-left: 91.6667%;
  }

  .large-10 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .is-push-lg-10 {
    margin-left: 100%;
  }
}
.c-b {
  color: #000;
  font-size: 13px;
  line-height: 1.7;
}

.c-b * {
  box-sizing: border-box;
}

.c-b .heading.is-xlg {
  background: url(../../../../themes/sharehousetheme2016/images/pages/business//bg-headingxlg.svg) no-repeat center bottom;
  text-align: center;
  border-top: none;
  border-bottom: none;
  line-height: 1.3;
  padding-bottom: 20px;
}
.c-b .heading.is-xlg small {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.c-b .heading.is-xlg span {
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

.c-b-header__image {
  margin-bottom: 16px;
}
.c-b-header__desc {
  text-align: center;
  color: #000000;
  font-size: 13px;
  margin-bottom: 24px;
}
.c-b-header__buttons {
  margin-bottom: 24px;
}
.c-b-header__buttons ul {
  text-align: center;
}
.c-b-header__buttons ul li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.c-b-header__buttons ul li a {
  box-sizing: border-box;
  min-width: 144px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #4cbfb9;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #4cbfb9;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  padding-right: 14px;
}
@media (max-width: 670px) {
  .c-b-header__buttons ul li a {
    margin-bottom: 8px;
  }
}
.c-b-header__buttons ul li a:hover {
  color: #fff;
  background: #4cbfb9;
}
.c-b-header__buttons ul li a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
}

.c-b-feature-item {
  border: 2px solid #42aac7;
  margin-bottom: 32px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 670px) {
  .c-b-feature-item {
    padding: 16px;
  }
}
.c-b-feature-item__content {
  width: 60%;
  float: left;
}
@media (max-width: 670px) {
  .c-b-feature-item__content {
    width: auto;
    float: none;
  }
}
.c-b-feature-item__title {
  overflow: hidden;
  margin-bottom: 16px;
}
.c-b-feature-item__title > span:first-child {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 56px;
  line-height: 52px;
  color: #42aac7;
  display: block;
  float: left;
  width: 20%;
}
@media (max-width: 670px) {
  .c-b-feature-item__title > span:first-child {
    font-size: 34px;
  }
}
.c-b-feature-item__title > span:nth-child(2) {
  width: 80%;
  font-size: 22px;
  line-height: 34px;
  color: #42aac7;
  display: block;
  border-bottom: 2px dotted #42aac7;
  float: left;
}
@media (max-width: 670px) {
  .c-b-feature-item__title > span:nth-child(2) {
    font-size: 18px;
  }
}
.c-b-feature-item__text h5 strong {
  color: #42aac7;
}
.c-b-feature-item__image {
  width: 36.3%;
  float: right;
}
@media (max-width: 670px) {
  .c-b-feature-item__image {
    text-align: center;
    width: 100%;
    margin-top: 16px;
    float: none;
  }
}

.c-b-feature__price {
  clear: both;
}

.c-price-table {
  margin-top: 24px;
}
.c-price-table__header {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #42aac7;
  margin-bottom: 8px;
}
@media (max-width: 670px) {
  .c-price-table__header {
    font-size: 16px;
  }
}
.c-price-table__header span {
  font-size: 16px;
  color: #000;
}
@media (max-width: 670px) {
  .c-price-table__header span {
    display: block;
    font-size: 14px;
  }
}
.c-price-table table {
  width: 100%;
  margin-bottom: 18px;
}
.c-price-table table + img {
  width: 678px;
  max-width: 678px;
  margin-left: -26px;
  margin-bottom: -24px;
}
@media (max-width: 670px) {
  .c-price-table table + img {
    max-width: 119% !important;
    margin-bottom: -18px;
  }
}
.c-price-table table td,
.c-price-table table th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 2px solid #42aac7;
  vertical-align: middle;
}
@media (max-width: 670px) {
  .c-price-table table td,
.c-price-table table th {
    font-size: 6px;
  }
}
.c-price-table table thead th {
  background: rgba(66, 170, 199, 0.2);
}
.c-price-table table thead td.share {
  background: #42aac7;
  color: #fff;
  font-weight: bold;
}
.c-price-table table thead td.normal {
  background: #4cbfb9;
  color: #fff;
  font-weight: bold;
}
.c-price-table table thead th.normal {
  background: rgba(76, 191, 185, 0.2);
}
.c-price-table table tbody th {
  background: rgba(66, 170, 199, 0.2);
  color: #42aac7;
}
.c-price-table table tbody td.text-primary {
  color: #42aac7;
  font-weight: bold;
}

.c-b-intro__text {
  text-align: center;
}
.c-b-intro .row {
  overflow: hidden;
}

.c-b-intro-item {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 224px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
}
@media (max-width: 670px) {
  .c-b-intro-item {
    width: 100%;
    overflow: hidden;
    float: none;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.c-b-intro-item.is-one img {
  border-color: #00a2ab;
}
.c-b-intro-item.is-one p {
  color: #00a2ab;
}
.c-b-intro-item.is-two img {
  border-color: #8e81b7;
}
.c-b-intro-item.is-two p {
  color: #8e81b7;
}
.c-b-intro-item.is-three img {
  border-color: #c05998;
}
.c-b-intro-item.is-three p {
  color: #c05998;
}
.c-b-intro-item img {
  margin-bottom: 24px;
  border-radius: 1000px;
  border: 3px solid #00a2ab;
}
@media (max-width: 670px) {
  .c-b-intro-item img {
    max-width: 100px !important;
    float: left;
    margin-right: 24px;
  }
}
.c-b-intro-item p {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 670px) {
  .c-b-intro-item p {
    text-align: left;
    font-size: 16px;
    padding-top: 30px;
  }
}

.c-b-intro-other-item {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden;
}
.c-b-intro-other-item.is-right .c-b-intro-other-item__content {
  float: left;
}
@media (max-width: 670px) {
  .c-b-intro-other-item.is-right .c-b-intro-other-item__content {
    float: right;
  }
}
.c-b-intro-other-item.is-right .c-b-intro-other-item__img {
  float: right;
}
@media (max-width: 670px) {
  .c-b-intro-other-item.is-right .c-b-intro-other-item__img {
    float: left;
  }
}
.c-b-intro-other-item__img {
  float: left;
  max-width: 230px;
}
@media (max-width: 670px) {
  .c-b-intro-other-item__img {
    max-width: 100%;
    width: 28%;
    text-align: center;
    margin-bottom: 10px;
    float: left;
  }
}
.c-b-intro-other-item__content {
  float: right;
  width: calc(100% - 248px);
}
@media (max-width: 670px) {
  .c-b-intro-other-item__content {
    max-width: 100%;
    float: right;
    width: 69%;
  }
}
.c-b-intro-other-item__content h2 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px dotted #42aac7;
  padding-bottom: 8px;
}
@media (max-width: 670px) {
  .c-b-intro-other-item__content h2 {
    font-size: 15px;
    padding-bottom: 4px;
    margin-bottom: 6px;
  }
}
.c-b-step-item {
  overflow: hidden;
  padding-bottom: 50px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/business//flow.svg) no-repeat center bottom;
  margin-bottom: 24px;
}
.c-b-step-item.is-seven {
  background: none;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.c-b-step-item.is-one .c-b-step-item__icon {
  background: #00a2ab;
}
.c-b-step-item.is-two .c-b-step-item__icon {
  background: #8e81b7;
}
.c-b-step-item.is-three .c-b-step-item__icon {
  background: #c05998;
}
.c-b-step-item.is-four .c-b-step-item__icon {
  background: #da423f;
}
.c-b-step-item.is-five .c-b-step-item__icon {
  background: #f19963;
}
.c-b-step-item.is-six .c-b-step-item__icon {
  background: #539a35;
}
.c-b-step-item.is-seven .c-b-step-item__icon {
  background: #00a2ab;
}
.c-b-step-item.is-four .c-b-step-item__content, .c-b-step-item.is-seven .c-b-step-item__content {
  padding-top: 24px;
}
.c-b-step-item__icon {
  width: 80px;
  height: 80px;
  float: left;
  text-align: center;
  color: #fff;
  border-radius: 1000px;
  background: #000;
  padding-top: 14px;
}
.c-b-step-item__icon > span:first-child {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
}
.c-b-step-item__icon > span:last-child {
  line-height: 1;
  display: block;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-size: 40px;
  color: #FFFFFF;
}
.c-b-step-item__content {
  max-width: 568px;
  float: right;
  width: 100%;
}
@media (max-width: 670px) {
  .c-b-step-item__content {
    max-width: 70%;
  }
}
.c-b-step-item__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.c-b-contact {
  margin-top: 40px;
}

.c-b-offer {
  margin-top: 60px;
  background: #42aac7;
  padding-bottom: 10px;
}
@media (max-width: 670px) {
  .c-b-offer {
    margin-bottom: 24px;
  }
}
.c-b-offer__title {
  position: relative;
  background: #42aac7;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
}
.c-b-offer__title:before {
  position: absolute;
  top: -54px;
  content: "";
  width: 100%;
  height: 64px;
  background: url(../../../../themes/sharehousetheme2016/images/pages/business/bg-offer.svg) no-repeat center top;
  display: block;
}
.c-b-offer__content {
  overflow: hidden;
  margin-left: 10px;
  padding: 16px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.c-b-offer__tel, .c-b-offer__contact {
  text-align: center;
  width: 50%;
  float: left;
}
@media (max-width: 670px) {
  .c-b-offer__tel, .c-b-offer__contact {
    float: none;
    width: 100%;
  }
}
.c-b-offer__contact {
  padding-left: 16px;
  border-left: 2px dotted #9ca6ab;
}
@media (max-width: 670px) {
  .c-b-offer__contact {
    margin-top: 24px;
    border-left: none;
  }
}
.c-b-offer__contactbutton {
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-top: 16px;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  background: #ea609e;
}

.smp-headerinfo {
  max-width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .c-housesearch-icons a {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .article {
    box-shadow: none;
    margin-bottom: 24px;
  }
  .article p {
    line-height: 1.725em;
  }

  #main .title05 {
    line-height: 1.7;
    text-align: left;
    font-size: 1.3em;
  }

  .heading.is-md.title01 {
    border: none;
    font-weight: bold;
  }
}
body.is-openmenu #wrapper:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.c-social-buttons__item {
  font-size: 22px;
}
.c-social-buttons__item a {
  transition: all ease 0.2s;
  display: block;
}
.c-social-buttons__item a:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-social-buttons__item.is-facebook a {
  color: #44609f;
}
.c-social-buttons__item.is-twitter a {
  color: #2b9ddc;
}
.c-social-buttons__item.is-google a {
  color: #d74031;
}
.c-social-buttons__item.is-instagram a {
  color: #000;
}

/**
 * ヘッダーの地域別ナビゲーション
 */
.c-smp-area-nav ul {
  display: flex;
}

.c-smp-area-nav ul li {
  padding-right: 1px;
  width: 100%;
}

.c-smp-area-nav ul li:last-child {
  padding-right: 0;
}

.c-smp-area-nav ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: bold;
  font-size: 14px;
}

.c-smp-headerinfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 10px;
  display: flex;
  font-size: 14px;
  background: transparent;
  justify-content: space-between;
}
.c-smp-headerinfo a {
  color: #FFF;
}
.c-smp-headerinfo dl {
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}
.c-smp-headerinfo dl dt {
  font-size: 14px;
  margin-right: 6px;
}
.c-smp-headerinfo dl dd {
  font-weight: bold;
  color: var(--color-primary);
}
.c-smp-headerinfo__label {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  padding-left: 16px;
  color: #fff;
  background: var(--color-primary);
  padding-right: 16px;
}

.c-smp-headerinfo dl {
  padding-top: 0;
  padding-bottom: 0;
}

.c-smp-headerinfo__translatenav {
  display: flex;
  align-items: center;
}

.c-smp-headerinfo__translatenav__button {
  padding-left: 0;
  padding-right: 0;
  min-width: 30px;
  display: flex;
  align-items: center;
}

.c-smp-headerinfo__translatenav__button span {
  display: block;
}

@media (min-width: 768px) {
  .c-smp-upper__inner {
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-smp-upper {
  padding-left: 5vw;
  padding-right: 5vw;
  background: var(--color-primary);
}
.c-smp-upper__inner {
  display: flex;
}
.c-smp-upper .c-smp-headerinfo__translatenav {
  display: none;
}
.c-smp-upper .c-smp-area-nav ul li a {
  white-space: nowrap;
}
.c-smp-upper .c-smp-headerinfo__house dl {
  margin-right: 1em;
}

.l-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  clear: both;
  zoom: 1;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-container.is-sm {
  max-width: 860px;
}
.l-container:before, .l-container:after {
  content: " ";
  display: table;
}
.l-container:after {
  clear: both;
}

.u-text-center {
  text-align: center;
}

.c-concept-box__philosophy__title {
  font-weight: bold;
  font-size: 18px;
}
.c-concept {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
.c-concept .c-button.is-dark {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-concept .c-button.is-dark.is-lg {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-concept .c-button.is-dark {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.c-concept * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-concept .c-concept-main {
  padding-top: 24px;
  padding-bottom: 24px;
  background: rgba(15, 182, 190, 0.1);
  background-position: center top;
}
.c-concept .c-concept-main h1 {
  position: relative;
  z-index: 100;
}
.c-concept .c-concept-main__container {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/features/bg-lead.svg) no-repeat center top;
  text-align: center;
  padding: 24px 40px;
  padding-top: 52px;
  height: 491px;
  margin-top: 24px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 600px) {
  .c-concept .c-concept-main__container {
    height: auto;
    text-align: left;
    background-size: auto 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-concept .c-concept-main__text {
  font-size: 15px;
  color: #000000;
  letter-spacing: 1.07px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 24px;
}
.c-concept .c-concept-main__text p {
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .c-concept .c-concept-main__text p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .c-concept .c-concept-main__text p br {
    display: none;
  }
}
.c-concept .l-container.is-lg {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.c-concept .c-concept-box {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-concept .c-concept-box p {
  font-size: 15px;
}
.c-concept .c-concept-box.is-02 {
  background: rgba(40, 137, 177, 0.05);
}
.c-concept .c-concept-box.is-02 .c-concept-box__thumbnail {
  float: right;
}
.c-concept .c-concept-box.is-02 .c-concept-box__content {
  float: left;
}
.c-concept .c-concept-box__thumbnail {
  max-width: 353px;
  float: left;
  text-align: right;
}
.c-concept .c-concept-box__content {
  max-width: 606px;
  float: right;
  width: 100%;
}
.c-concept .c-concept-box__title {
  vertical-align: top;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .c-concept .c-concept-box__title {
    margin-top: 16px;
  }
}
.c-concept .c-concept-box__title__text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .c-concept .c-concept-box__title__text {
    font-size: 18px;
  }
}
.c-concept .c-concept-box__title__text span {
  border-bottom: 5px solid #FFFE4D;
}
.c-concept .c-concept-box__number {
  margin-right: 24px;
  vertical-align: top;
  /* 01: */
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  font-size: 80px;
  color: #000000;
  display: inline-block;
}
@media (max-width: 600px) {
  .c-concept .c-concept-box__number {
    font-size: 50px;
    margin-right: 8px;
  }
}
.c-concept .c-concept-box__text p {
  margin-bottom: 16px;
}
.c-concept .c-concept-box__subtitle {
  margin-top: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 8px;
}
.c-concept .c-concept-house {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-concept .c-concept-house {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-concept .c-concept-house p {
  font-size: 15px;
}
.c-concept .c-concept-house.is-02 {
  background: rgba(40, 137, 177, 0.05);
}
.c-concept .c-concept-house.is-02 .c-concept-box__thumbnail {
  float: right;
}
.c-concept .c-concept-house.is-02 .c-concept-box__content {
  float: left;
}
.c-concept .c-concept-house__thumbnail {
  max-width: 353px;
  float: left;
  text-align: right;
}
.c-concept .c-concept-house__content {
  max-width: 580px;
  float: right;
  width: 100%;
}
.c-concept .c-concept-house__title {
  vertical-align: top;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .c-concept .c-concept-house__title {
    margin-top: 16px;
    padding-left: 80px;
    position: relative;
  }
}
.c-concept .c-concept-house__title__text {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .c-concept .c-concept-house__title__text {
    font-size: 20px;
  }
}
.c-concept .c-concept-house__title__text span {
  border-bottom: 5px solid #FFFE4D;
}
.c-concept .c-concept-house__number {
  margin-right: 24px;
  vertical-align: top;
  /* 01: */
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  font-size: 80px;
  color: #000000;
  display: inline-block;
}
@media (max-width: 600px) {
  .c-concept .c-concept-house__number {
    font-size: 46px;
    position: absolute;
    left: 0px;
  }
}
.c-concept .c-concept-house__text p {
  margin-bottom: 16px;
}
.c-concept .c-concept-house__related {
  background: #F6F6F6;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .c-concept .c-concept-house__related {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-concept .c-concept-house__relatedtitle {
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 8px;
}
.c-concept .c-concept-house__subtitle {
  margin-top: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 8px;
}

.c-lead {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 1px;
}

.c-concept-house-mini {
  padding-bottom: 60px;
  padding-top: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-concept-house-mini {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.c-concept-house-mini .c-chm-item {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .c-concept-house-mini .c-chm-item {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }
}
.c-concept-house-mini .c-chm-item__title {
  padding-top: 20px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}
.c-concept-house-mini__lead {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 34px;
}

.c-concept-offer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #F4F9FB;
  margin-bottom: 40px;
}
.c-concept-offer__text {
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 600px) {
  .c-concept-offer__text {
    font-size: 14px;
  }
}
.c-concept-offer__text span {
  font-size: 18px;
}
@media (max-width: 600px) {
  .c-concept-offer__text span {
    font-size: 16px;
  }
}
.c-concept-offer__buttons {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-concept-offer__buttons {
    max-width: 90vw;
  }
}

.heading.is-border {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
  position: relative;
}
.heading.is-border:after, .heading.is-border:before {
  content: "";
  display: inline-block;
  width: 188px;
  height: 6px;
  background: url(../images/features/border-bg.svg) no-repeat center top;
}
@media (max-width: 600px) {
  .heading.is-border:after, .heading.is-border:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading.is-border:after {
  margin-left: 24px;
}
@media (max-width: 600px) {
  .heading.is-border:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading.is-border:before {
  margin-right: 24px;
}
@media (max-width: 600px) {
  .heading.is-border:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading.is-border span {
  display: inline-block;
  text-align: center;
}
.heading.is-border span:first-child {
  font-size: 24px;
  font-weight: bold;
}
.heading.is-border span:last-child {
  font-family: "Roboto", sans-serif;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 50%;
  font-style: italic;
  font-size: 12px;
  color: #000000;
  letter-spacing: 2px;
  transform: translateX(-50%);
}

.c-concept-main {
  position: relative;
}

.c-concept-main__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  max-width: 100%;
}
.c-concept-main__bg svg {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

#global-navi #navi02 {
  position: relative;
}
#global-navi #navi02 ul {
  display: none;
}
#global-navi #navi02:hover {
  height: 140px;
}
#global-navi #navi02:hover ul {
  position: absolute;
  z-index: 102;
  width: 100%;
  display: block;
  top: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#global-navi #navi02:hover ul * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
#global-navi #navi02:hover ul li {
  background: none;
  text-indent: 0px;
  border-bottom: 1px solid #000;
}
#global-navi #navi02:hover ul li a {
  text-decoration: none;
  padding-top: 12px;
  text-align: center;
  padding-bottom: 12px;
  background: none;
  font-weight: bold;
  color: #000;
  text-indent: 0px;
}
#global-navi #navi02:hover ul li a:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}

@media (max-width: 600px) {
  #wrapper > div.c-concept > div.c-concept-main > div.l-container > h1 img {
    max-width: 140px;
  }
}
.mb_YTPBar {
  color: #fff;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}

@font-face {
  font-family: ytpregular;
  src: url(font/ytp-regular.eot);
}
@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}

.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}

.YTPFullscreen, .inline_YTPlayer img {
  border: none !important;
  padding: 0 !important;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  margin: 0 !important;
  transform: none !important;
}

.mb_YTPBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: 0.1;
}
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar.visible, .mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlaypause {
  cursor: pointer;
}

.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

.YTPOverlay {
  background: url(../images/raster_dot.png);
}
.YTPOverlay.retina {
  background: url(../images/raster_dot@2x.png);
}
.YTPOverlay.raster {
  background: url(../images/raster.png);
}
.YTPOverlay.raster.retina {
  background: url(../images/raster@2x.png);
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

.c-mainvisual-renew {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 47vh;
  overflow: hidden;
  background-image: url("/wp-content/mu-plugins/commonscripts/assets/images/bg-mainvisual.jpg");
  background-position: center center;
}
@media (max-width: 768px) {
  .c-mainvisual-renew {
    min-height: 100vw;
  }
}
@media (min-width: 768px) {
  .c-mainvisual-renew .l-container {
    position: relative;
    min-height: 47vh;
  }
}
.c-mainvisual-renew__content {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .c-mainvisual-renew__content {
    padding-top: 100px;
  }
}
.c-mainvisual-renew__title {
  text-align: center;
  color: #FFF;
  font-size: 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .c-mainvisual-renew__title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .c-mainvisual-renew__copy > span {
    font-size: 28px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    background: transparent;
    color: #FFF;
  }
}
.c-mainvisual-renew__copy > span:nth-child(1) {
  top: 0px;
}

.c-mainvisual-renew__copy > span:nth-child(2) {
  top: 2.1em;
  left: 1.5em;
}

.c-mainvisual-renew__copy > span:nth-child(3) {
  top: 4.2em;
  left: 3em;
}

.c-mainvisual-renew__play {
  position: absolute;
  bottom: 1.4em;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .c-mainvisual-renew__play {
    left: 10em;
    transform: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 24px 0px;
    bottom: 3em;
    transition: all ease 0.2s;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  }

  .c-mainvisual-renew__play:hover {
    background: #e8e8e8;
  }

  .c-mainvisual-renew__play svg path {
    fill: #151515 !important;
  }

  .c-mainvisual-renew__play svg #合体_2 {
    display: none;
  }
}
.c-newsbar {
  background: #000;
  color: #fff;
  margin-top: 40px;
  position: relative;
  z-index: 100;
}
.c-newsbar__content {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-newsbar__title {
  font-size: 15px;
  padding-right: 24px;
  border-right: 1px solid #fff;
}
.c-newsbar__text {
  font-size: 15px;
  padding-left: 16px;
}
.c-newsbar__text a {
  color: #fff;
  margin-left: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-newsbar__text a {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}

@media screen and (min-width: 37.5em) {
  .slidebar-button {
    display: none !important;
  }

  .slidebar-menu {
    display: none !important;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .slidebar-button {
    position: fixed;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 1.75rem;
    z-index: 100000;
    text-decoration: none;
    padding: 4px;
    border-radius: 3px;
    background: var(--color-primary);
    line-height: 1;
    color: #fff;
  }
  .slidebar-button > span {
    display: block;
    text-align: center;
    font-size: 0.5625rem;
  }

  .slidebar-menu {
    position: fixed;
    z-index: 100000;
    background: #fff;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    bottom: 75px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow: scroll;
    background: rgba(47, 58, 74, 0.9);
    backdrop-filter: blur(3px);
  }
  .slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateX(0%);
    -webkit-transform: translateY(-100%);
    transform: translate3d(0px, -100%, 0px);
    width: 100%;
    opacity: 0;
  }
  .slidebar-menu > ul > li a {
    display: block;
    padding-left: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 0.5rem;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  .slidebar-menu > ul > li ul li a {
    padding-left: 34px;
    font-size: 14px;
  }

  .slidebar-container {
    height: 100%;
  }
  .slidebar-container:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
    z-index: 1000;
  }

  .slidebar-container {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }

  .is-slidebar-active {
    cursor: pointer;
  }
  .is-slidebar-active .slidebar-container {
    -webkit-transform: translateX(-100%);
    transform: translate3d(-100%, 0px, 0px);
  }
  .is-slidebar-active .slidebar-container:after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .slidebar-container.is-top-to-bottom {
    -webkit-transform: translateX(0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .is-slidebar-active .slidebar-container.is-top-to-bottom:after {
    top: 0px;
  }
  .is-slidebar-active .slidebar-menu {
    -webkit-transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
  .is-slidebar-active .slidebar-menu::-webkit-scrollbar {
    height: 1px;
    width: 4px;
  }
  .is-slidebar-active .slidebar-menu::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 0px;
  }
  .is-slidebar-active .slidebar-menu::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  .is-slidebar-active .slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateX(0px);
    transform: translate3d(0, 40px, 0);
    opacity: 1;
  }
}
.c-shconcept {
  background: url(../images/bg-sp-concept.jpg) no-repeat center top;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-shconcept:before {
  content: "";
  background: url(../images/img-offer-accent.png) no-repeat center top;
  width: 355px;
  height: 110px;
  position: absolute;
  top: -63px;
  right: 50%;
  margin-right: -540px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept:before {
    width: 100px;
    margin-right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
  }
}
.c-shconcept__title {
  text-align: center;
  font-size: 32px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 3px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.c-shconcept__title > span {
  font-size: 48px;
  color: #42aac7;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__title > span {
    font-size: 24px;
    letter-spacing: 1px;
    margin-right: 4px;
  }
}
.c-shconcept__title > strong {
  font-size: 48px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__title > strong {
    font-size: 24px;
  }
}
.c-shconcept__items {
  margin-top: 100px;
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__items {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.c-shconcept__item {
  display: block;
  text-decoration: none;
  flex-basis: 33.333%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-bottom: 100px;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__item {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.c-shconcept__item:hover {
  opacity: 0.8;
  color: #fff;
}
.c-shconcept__item:hover .video {
  opacity: 1;
}
.c-shconcept__item:hover img {
  opacity: 1;
}
.c-shconcept__item__number {
  margin-top: -40px;
  display: block;
  margin-bottom: 24px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__item__number {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 27%;
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .c-shconcept__item__number img {
    max-width: 100%;
  }
}
.c-shconcept__item__title {
  font-weight: bold;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.7;
  display: block;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
@media (min-width: 600px) and (max-width: 768px) {
  .c-shconcept__item__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__item__title {
    text-align: left;
    font-size: 18px;
    align-self: center;
    justify-content: left;
    font-weight: bold;
    min-height: 0 !important;
    flex-basis: 68%;
    height: 100%;
    margin-bottom: 0;
    position: static;
  }
}
.c-shconcept__item__title:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -32px;
  content: "";
  width: 64px;
  display: block;
  height: 4px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__item__title:after {
    display: none;
  }
}
.c-shconcept__item__text {
  display: block;
  line-height: 1.7;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__item__text {
    display: none;
  }
}
.c-shconcept__item__more {
  margin-top: 32px;
  display: block;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 80%;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  background: #000;
  position: absolute;
  letter-spacing: 5px;
  z-index: 100;
  bottom: 32px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__item__more {
    position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    right: 0;
    bottom: 0;
    left: initial;
    min-width: 100px;
    width: 100px;
    font-size: 0.75rem;
    transform: none;
  }
  .c-shconcept__item__more .fa {
    display: none;
  }
}
.c-shconcept__item__more .fa {
  position: absolute;
  right: 16px;
}
.c-shconcept__item__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.c-shconcept__item__bg .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all ease 0.2s;
  top: 0;
  opacity: 0;
}
.c-shconcept__item__bg .video video {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 37.5em) {
  .c-shconcept__item__bg .video video {
    width: 800px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
.c-shconcept__item__bg .img {
  display: block;
  position: absolute;
  transition: all ease 0.2s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.c-shconcept__more {
  margin-top: 40px;
  text-align: center;
}
.c-shconcept__more a {
  padding-right: 80px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shconcept__more a {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 50px;
    padding-right: 70px;
    line-height: 1.6;
  }
}

.c-shsearch {
  margin-top: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 24px;
  }
}
.c-shsearch__upper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__upper {
    flex-wrap: wrap;
  }
}
.c-shsearch__item {
  flex-basis: 436px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__item {
    flex-basis: 100%;
  }
}
.c-shsearch a {
  text-decoration: none;
}
.c-shsearch__keyword .title {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-shsearch__keyword .title .fa {
  color: #42aac7;
  margin-right: 4px;
}
.c-shsearch__keyword form {
  position: relative;
}
.c-shsearch__keyword input {
  width: 100%;
  border: 4px solid #000;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
}
.c-shsearch__keyword button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  background: #000;
  width: 52px;
  font-size: 24px;
  border: none;
}
.c-shsearch__conchere {
  padding-left: 20px;
  padding-top: 0px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__conchere {
    margin-top: 16px;
  }
}
.c-shsearch__conchere .title {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__conchere .title {
    text-align: left;
  }
}
.c-shsearch__conchere .title .fa {
  color: #42aac7;
  margin-right: 4px;
}
.c-shsearch__conchere i.fa {
  color: #42aac7;
}
.c-shsearch__conchere a {
  text-decoration: none;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__conchere {
    padding-left: 0;
    text-align: center;
  }
}
.c-shsearch__conchere .c-button {
  margin-right: 14px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__conchere .c-button {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-shsearch__bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__bottom {
    padding-top: 0px;
  }
}
.c-shsearch__icons {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__icons {
    flex-wrap: wrap;
  }
}
.c-shsearch__icon {
  display: block;
  flex-basis: 19%;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  text-decoration: none;
  border-left: 1px dashed #000;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__icon {
    border-left: none;
    flex-basis: 33%;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.c-shsearch__icon > span {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__icon > span {
    font-size: 13px;
  }
}
.c-shsearch__icon__icon {
  min-height: 68px;
  margin-top: 18px;
}
.c-shsearch__icon.is-concept {
  flex-basis: 40%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__icon.is-concept {
    flex-basis: 100%;
    margin-top: 24px;
  }
}
.c-shsearch__icon.is-concept > div {
  display: flex;
  width: 100%;
}
.c-shsearch__icon.is-concept > div .tags {
  flex-basis: 344px;
  text-align: left;
  padding-left: 20px;
}
.c-shsearch__icon.is-concept > div .tags li {
  display: inline-block;
}
.c-shsearch__icon.is-concept > div .tags li a {
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: 7px;
  text-align: center;
  min-width: 70px;
}
.c-shsearch__icon.is-concept > div .tags li a:hover, .c-shsearch__icon.is-concept > div .tags li a.more {
  background: #000;
  color: #fff;
}
.c-shsearch__icon.is-concept .c-shsearch__icon__text {
  margin-top: 8px;
  text-align: left;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shsearch__icon.is-concept .c-shsearch__icon__text {
    font-size: 13px;
  }
}

.c-shitems {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.c-shitems__flex {
  display: flex;
  flex-wrap: wrap;
}
.c-shitems__flex > .c-house-item {
  flex-basis: 33%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shitems__flex > .c-house-item {
    flex-basis: 50%;
  }
}
.c-shitems__more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shitems__more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-shitems__more .c-button {
  min-width: 300px;
}

.c-shlist {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlist {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.c-post-item {
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
}
.c-post-item.is-recruit .c-post-item__meta {
  display: none;
}
.c-post-item.is-recruit .c-post-item__subcategory {
  display: none;
}
.c-post-item a {
  text-decoration: none;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-post-item__thumbnail {
  min-height: 170px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  background-color: #e8e8e8;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item__thumbnail {
    min-height: 100px;
    flex-basis: 30%;
  }
}
.c-post-item__category {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: #fff;
  background: var(--color-primary);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  max-width: 120px;
  font-size: 13px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item__category {
    position: static;
    font-size: 12px;
    background: none;
    color: #000;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item__content {
    flex-basis: 66%;
    margin-left: 3%;
  }
}
.c-post-item__title {
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: bold;
  min-height: 46px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item__title {
    flex-basis: 66%;
  }
}
.c-post-item__subcategory {
  color: #42AAC7;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}
.c-post-item__subcategory:before {
  content: "";
  display: block;
}
.c-post-item__meta {
  display: flex;
  padding-top: 10px;
}
.c-post-item__author {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-post-item__author__image {
  margin-right: 6px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item__author__image {
    width: 20px;
    height: 20px;
  }
}
.c-post-item__author__image img {
  height: auto;
  width: 100%;
}
.c-post-item__author__name {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item__author__name {
    font-size: 12px;
  }
}
.c-post-item__date {
  color: var(--color-primary);
  font-size: 14px;
  letter-spacing: 0px;
  text-align: right;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item__date {
    flex-basis: 100%;
  }
}

.c-offer {
  padding-top: 48px;
  padding-bottom: 38px;
  text-align: center;
  background: url(../images/bg-offer.jpg) no-repeat center top;
  font-size: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer {
    padding-top: 24px;
    padding-bottom: 10px;
  }
}
.c-offer__title {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__title {
    font-size: 23px;
    letter-spacing: 1px;
  }
}
.c-offer__text {
  color: #fff;
  margin-top: 10px;
  letter-spacing: 2px;
  line-height: 1.7;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__text {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.c-offer__buttons {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons {
    margin-top: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.c-offer__buttons__item {
  max-width: 484px;
  width: 100%;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons__item {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
.c-offer__buttons__item:first-child {
  border-right: 1px dashed #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons__item:first-child {
    border-right: 0;
  }
}
.c-offer__buttons__item:first-child span {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons__item:first-child span {
    font-size: 24px;
  }
}
.c-offer__buttons__item p {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: -24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons__item p {
    position: static;
    margin-top: 11px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
  }
}
.c-offer__buttons__item__button {
  display: flex;
  height: 60px;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons__item__button {
    height: 45px;
  }
}
.c-offer__buttons__item__button i {
  width: 70px;
  background: #000;
  color: #fff;
  font-size: 32px;
  text-align: center;
  display: block;
  padding-top: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons__item__button i {
    height: 45px;
    width: 50px;
    font-size: 20px;
  }
}
.c-offer__buttons__item__button span {
  background: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-offer__buttons__item__button span {
    font-size: 16px;
    padding-top: 14px;
  }
}

.c-texthouses {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-texthouses {
    display: none;
  }
}
.c-texthouses a {
  color: #fff;
  font-size: 13px;
}
.c-texthouses__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-texthouses__title:before {
  content: "";
  width: 94px;
  height: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.c-texthouses__title:after {
  content: "";
  width: 94px;
  height: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.c-texthouses__content {
  line-height: 1.5;
}
.c-texthouses__content a {
  text-decoration: none;
  opacity: 0.7;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.c-texthouses__content a:last-child {
  border-right: 0;
}
.c-texthouses__content a:hover {
  opacity: 1;
}

.l-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-footer__logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .l-footer__logo img {
    max-width: 200px;
  }
}
.l-footer__upper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__upper {
    display: block;
  }
}
.l-footer__sign {
  padding-left: 10px;
  padding-right: 10px;
}
.l-footer__buttons {
  width: 100%;
  max-width: 512px;
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__buttons {
    justify-content: center;
  }
}
.l-footer__buttons > a.c-button.is-outline {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__buttons > a.c-button.is-outline {
    font-size: 14px;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-footer__buttons > a.c-button.is-outline:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footer__buttons > a.c-button.is-outline + a {
  background: #e75800;
  color: #fff;
  border-color: #e75800;
}
.l-footer__buttons > a.c-button.is-outline + a:hover {
  color: #e75800;
  background: #fff;
}
.l-footer__down {
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__down {
    display: block;
  }
}
.l-footer__sign {
  margin-right: 64px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__sign {
    margin-right: 0;
  }
}
.l-footer__sign__title {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__sign__title {
    margin-bottom: 7px;
  }
}
.l-footer__sign__title__label {
  background: #000;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.l-footer__sign__title__title {
  padding-top: 4px;
  padding-bottom: 4px;
}
.l-footer__sign__text {
  line-height: 1.5;
  font-size: 13px;
}
.l-footer__menus {
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  line-height: 2.2;
  width: 61%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__menus {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    width: 100%;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-footer__menus__list {
  margin-right: 40px;
}
.l-footer__menus__list:last-child {
  margin-right: 0;
}
.l-footer__menus__list a {
  text-decoration: none;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-footer__menus__list a {
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }
}
.l-footer__menus__list a strong {
  font-weight: bold;
}
.l-footer__under {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #666;
}

.l-copyright {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .l-copyright {
    margin-bottom: 75px;
    font-size: 12px;
  }
}

.l-footer {
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}
.l-footer .l-header__flex {
  padding-left: 0;
  padding-right: 0;
}
.l-footer .l-header__globalnav ul li a {
  color: #447E86;
  font-weight: bold;
  font-size: 14px;
}
.l-footer .c-smp-header__nav__button.is-text,
.l-footer #head-contact .c-button {
  border-radius: 10px;
  background: var(--color-secondary, #DDF0F0);
}

.heading.is-xxxlg {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 1em;
  color: var(--color-primary);
}
.heading.is-xxxlg a {
  text-decoration: none;
}
.heading.is-xxxlg.is-first {
  margin-top: 60px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .heading.is-xxxlg.is-first {
    margin-top: 40px;
  }
}
.heading.is-xxxlg.is-text-left {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px !important;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .heading.is-xxxlg.is-text-left {
    margin-top: 40px;
  }
}
.heading.is-xxxlg.is-text-left:after {
  left: 0;
  margin-left: 0;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .heading.is-xxxlg {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .heading.is-xxxlg small {
    display: block;
  }
}

.heading.is-md {
  background: #000;
  color: #fff;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 4px;
}

.heading.is-lg {
  background: url(../../../../themes/sharehousetheme2016/images/pages/business/bg-headingxlg.svg) no-repeat left bottom;
  text-align: left;
  border-top: none;
  border-bottom: none;
  line-height: 1.3;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .heading.is-lg {
    font-size: 20px;
  }
}
.heading.is-lg.is-center {
  text-align: center;
  background-position: center bottom;
}

.heading.is-mmd {
  font-weight: bold;
  font-size: 24px;
  border-left: 4px solid #42aac7;
  line-height: 1.2;
  padding-left: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .heading.is-mmd {
    font-size: 18px;
  }
  .heading.is-mmd a.more {
    font-size: 14px;
    float: right;
  }
}

.heading.is-ssm {
  margin-bottom: 8px;
}

.heading.is-searchtitle {
  margin-bottom: 24px;
  margin-top: 40px;
}
.heading.is-searchtitle > span {
  font-size: 1.5em;
  color: var(--color-primary);
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .heading.is-searchtitle {
    font-size: 18px;
  }
}

.c-button.is-black {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding-right: 32px;
  padding-left: 32px;
}

.c-button.is-sm i.fa {
  margin-left: 8px;
  margin-right: -8px;
}

.c-button {
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  display: inline-block;
  padding-bottom: 12px;
  font-weight: bold;
  line-height: 1;
}
.c-button.is-expand {
  width: 100%;
  text-align: center;
}

.c-button.is-outline {
  background: #fff;
  border: 4px solid #000;
}
.c-button.is-outline:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-outline {
    border-width: 3px;
  }
}
.c-button.is-outline.is-xlg {
  font-size: 20px;
  padding-top: 16px;
  border: 4px solid #000;
  padding-bottom: 16px;
  letter-spacing: 2px;
  padding-right: 40px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-outline.is-xlg {
    font-size: 16px;
    border-width: 3px;
  }
}
.c-button.is-outline.is-xlg:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-button.is-outline.is-business {
  background: #f3e448;
  border-color: #f3e448;
}
.c-button.is-outline.is-business:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

.c-button.is-tel {
  max-width: 484px;
  width: 100%;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-tel {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}
.c-button.is-tel:first-child {
  border-right: 1px dashed #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-tel:first-child {
    border-right: 0;
  }
}
.c-button.is-tel:first-child span {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-tel:first-child span {
    font-size: 24px;
  }
}
.c-button.is-tel a {
  display: flex;
  height: 60px;
  text-decoration: none;
  width: 100%;
  border: 3px solid #000;
  color: #000;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-tel a {
    height: 50px;
  }
}
.c-button.is-tel a i {
  width: 70px;
  background: #000;
  color: #fff;
  font-size: 32px;
  text-align: center;
  display: block;
  padding-top: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-tel a i {
    height: 44px;
    width: 50px;
    font-size: 20px;
  }
}
.c-button.is-tel a span {
  background: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-tel a span {
    padding-top: 10px;
    text-align: center;
    font-size: 25px;
    font-family: "Roboto Condensed", "Lato", sans-serif;
    letter-spacing: 5px;
    letter-spacing: 3px;
    font-weight: bold;
  }
}
.c-button.is-tel p {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: -24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-button.is-tel p {
    position: static;
    margin-top: 11px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
  }
}

#englishpage .c-button {
  padding-right: 32px;
}

.c-button.is-orange {
  background: #e75800;
  color: #fff;
  border-color: #e75800;
}
.c-button.is-orange:hover {
  color: #e75800;
  background: #fff;
}

.c-lib180 {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 1.7;
  background: #fff;
}
.c-lib180 .heading {
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-lib180 .heading {
    font-size: 24px;
  }
}
.c-lib180__lead {
  text-align: center;
}
.c-lib180__lead strong {
  color: #42aac7;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-lib180__lead {
    font-size: 13px;
  }
}
.c-lib180__content .c-tabs__navs {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-lib180__content .c-tabs__navs {
    flex-wrap: wrap;
    justify-content: space-b etween;
  }
  .c-lib180__content .c-tabs__navs li:nth-child(1) {
    width: 30%;
  }
  .c-lib180__content .c-tabs__navs li:nth-child(2) {
    width: 68%;
  }
  .c-lib180__content .c-tabs__navs li:nth-child(3) {
    width: 49%;
  }
  .c-lib180__content .c-tabs__navs li:nth-child(4) {
    width: 49%;
  }
}
.c-lib180__content .c-tabs__navs a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #000;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 2px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.c-lib180__content .c-tabs__navs a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-lib180__content .c-tabs__navs a {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    letter-spacing: 0px;
    font-size: 14px;
    width: 100%;
  }
}
.c-lib180__content .c-tabs__navs a:hover {
  background: #000;
  color: #fff;
}
.c-lib180__content .c-tabs__navs a.is-active {
  background: #000;
  color: #fff;
}
.c-lib180__content .c-tabs__pane {
  display: none;
}
.c-lib180__content .c-tabs__pane.is-active {
  display: block;
}
.c-lib180__items {
  display: flex;
  flex-wrap: wrap;
}
.c-lib180__items .c-post-item {
  width: 100%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-lib180__items .c-post-item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-lib180__more {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-lib180__more {
    margin-top: 20px;
  }
}
.c-lib180__more .c-button {
  min-width: 300px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-lib180__more .c-button {
    width: 90%;
  }
}

.c-news180 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f0f5f5;
}
.c-news180__title.heading {
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__title.heading {
    font-size: 24px;
  }
}
.c-news180__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__row {
    display: block;
  }
}
.c-news180__content {
  width: 100%;
}
.c-news180__content .c-tabs__navs {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: left;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__content .c-tabs__navs {
    width: 100%;
    justify-content: space-around;
  }
  .c-news180__content .c-tabs__navs li {
    flex-basis: 32%;
  }
}
.c-news180__content .c-tabs__navs a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: #E7E9EB;
  font-size: 13px;
  padding-left: 26px;
  padding-right: 26px;
  letter-spacing: 1px;
  margin-right: 4px;
  position: relative;
  text-align: center;
  min-width: 180px;
  color: #262626;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__content .c-tabs__navs a {
    min-width: 0px;
  }
}
.c-news180__content .c-tabs__navs a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__content .c-tabs__navs a:after {
    display: none;
  }
}
.c-news180__content .c-tabs__navs a:hover {
  background: #FFF;
}
.c-news180__content .c-tabs__navs a.is-active {
  background: #FFF;
  color: #262626;
}
.c-news180__content .c-tabs__pane {
  display: none;
}
.c-news180__content .c-tabs__pane.is-active {
  display: block;
}
.c-news180__items {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: -2px;
  height: 300px;
  overflow: auto;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__items {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    background: none;
    height: auto;
    border: none;
    padding-bottom: 12px;
  }
}
.c-news180__item {
  display: flex;
  font-size: 15px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccc;
  line-height: 1.7;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__item {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-news180__item:last-child {
  margin-bottom: 0;
}
.c-news180__item__thumbnail {
  height: 50px;
  width: 50px;
  background-size: cover;
  flex-basis: 50px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__item__thumbnail {
    order: 1;
  }
}
.c-news180__item__category {
  background: #000;
  border-radius: 100px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: none;
}
.c-news180__item__date {
  margin-right: 8px;
  flex-basis: 100px;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__item__date {
    order: 3;
  }
}
.c-news180__item__title {
  text-decoration: none;
  font-weight: bold;
  flex-basis: calc(100% - 150px);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__item__title {
    width: 100%;
    flex-basis: calc(100% - 50px);
    letter-spacing: 0;
    padding-left: 16px;
    line-height: 1.5;
    order: 2;
  }
}
.c-news180__aside {
  width: 100%;
  max-width: 253px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__aside {
    max-width: 100%;
  }
  .c-news180__aside__banner {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}
.c-news180__aside img {
  max-width: 100%;
}
.c-news180__aside a {
  display: block;
  margin-bottom: 8px;
}
.c-news180__aside a:last-child {
  margin-top: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__aside a:nth-child(1), .c-news180__aside a:nth-child(2), .c-news180__aside a:nth-child(3) {
    max-width: 66px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
  }
  .c-news180__aside a:nth-child(1) img, .c-news180__aside a:nth-child(2) img, .c-news180__aside a:nth-child(3) img {
    height: 65px;
    width: auto;
    max-width: auto;
    max-width: initial;
  }
  .c-news180__aside a:nth-child(4) {
    max-width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-news180__more {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__more {
    text-align: center;
  }
}
.c-news180__more .c-button {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-news180__more .c-button {
    width: 90%;
    text-align: center;
  }
}
.c-news180__more .c-button:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-page-header {
  background-image: url("/wp-content/mu-plugins/commonscripts/assets/images/bg-mainvisual.jpg");
  background-position: center center;
  padding-top: 200px;
}
@media (max-width: 768px) {
  .l-page-header {
    padding-top: 108px;
  }
}
.l-page-header.is-empty {
  padding-top: 150px;
}
.l-page-header:has(.l-page-header__title) {
  min-height: 300px;
}
@media (max-width: 768px) {
  .l-page-header:has(.l-page-header__title) {
    padding-top: 108px;
    min-height: 160px;
  }
}
.l-page-header__title {
  padding-left: 5vw;
  padding-right: 5vw;
  color: #FFF;
}
@media (max-width: 768px) {
  .l-page-header__title {
    font-size: 20px;
  }
}

/**
ハウス詳細の共通ヘッダー
 */
.c-hd-head {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-head {
    padding-top: 20px;
    display: block;
  }
}
.c-hd-head__brand {
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-head__brand {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-head .c-house-item__detail {
    flex-wrap: wrap;
  }
}
.c-hd-head .c-house-item__detail dd {
  flex-basis: 50%;
  overflow: visible;
  word-break: break-all;
  white-space: normal;
  height: auto;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-head .c-house-item__detail dd {
    flex-basis: 95%;
    font-size: 13px;
    font-weight: bold;
  }
}
.c-hd-head__content {
  max-width: 700px;
  width: 100%;
}
.c-hd-head__buttons {
  flex-basis: 30%;
}
.c-hd-head__buttons a {
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
}
.c-hd-head__title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-head__title {
    font-size: 24px;
  }
}
.c-hd-head__title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 4px;
  display: block;
  background: url(../images/bg-accent-heading-hd.svg) no-repeat center top;
  width: 80px;
}
.c-hd-head__copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.c-hd-head__concept .tags {
  flex-basis: 344px;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-hd-head__concept .tags li {
  display: inline-block;
}
.c-hd-head__concept .tags li a {
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
  min-width: 70px;
}
.c-hd-head__concept .tags li a:hover, .c-hd-head__concept .tags li a.more {
  background: #000;
  color: #fff;
}
.c-hd-head__brand img {
  max-width: 100%;
}

.c-hd-main {
  margin-top: 40px;
}
.c-hd-main .l-container {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-main .l-container {
    display: block;
  }
}
.c-hd-main__content {
  flex-basis: 696px;
  max-width: 696px;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  margin-right: auto;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-main__content__content {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .c-hd-main__content__content:after {
    content: "";
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .c-hd-main__content__content.is-expand {
    max-height: initial;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .c-hd-main__content__content.is-expand:after {
    display: none;
  }
}
.c-hd-main__content__content__more {
  width: 180px;
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 0px;
  text-decoration: none;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.c-hd-main__content__content__more:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hd-main__aside {
  flex-basis: 344px;
  max-width: 344px;
  width: 100%;
  margin-right: auto;
}
.c-hd-main__aside__buttons a {
  width: 100%;
  display: block;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.c-hd-main__aside__buttons a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-hd-main__aside__buttons a small {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.c-hd-main__aside__table {
  width: 100%;
  font-size: 15px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-main__aside__table {
    font-size: 13px;
  }
}
.c-hd-main__aside__table th {
  background: rgba(66, 170, 199, 0.1);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  width: 110px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-main__aside__table th {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 30% !important;
  }
}
.c-hd-main__aside__table td {
  border-top: 1px solid #ccc;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-main__aside__table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-hd-main__aside__table p {
  line-height: 1.4;
  font-weight: bold;
}

.c-hd-navs {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f5f5f5;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-navs {
    padding-top: 10px;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.c-hd-navs ul {
  display: block;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-navs ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.c-hd-navs ul li {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-navs ul li {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 8px;
    margin-bottom: 8px;
  }
}
.c-hd-navs ul li a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  border: 4px solid #42aac7;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  background: #42aac7;
  color: #fff;
  transition: all ease 0.2s;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-navs ul li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.c-hd-navs ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-navs ul li a:after {
    display: none;
  }
}
.c-hd-navs ul li a.is-active, .c-hd-navs ul li a:hover {
  background: #fff;
  color: #42aac7;
}

.c-hd-req {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-hd-req__title {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.c-hd-req__content {
  border: 1px solid #000;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 15px;
}
.c-hd-req__content__more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-hd-req__content__more a {
  min-width: 30vw;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-req__content {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.c-hd-req__content__items table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.c-hd-req__content p {
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-req__content p {
    margin-bottom: 12px;
  }
}
.c-hd-req__content table {
  display: block;
  width: 100%;
  width: 100%;
  font-size: 14px;
}
.c-hd-req__content table tbody,
.c-hd-req__content table thead {
  width: 100%;
}
.c-hd-req__content table tr {
  display: flex;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
}
.c-hd-req__content table tr td,
.c-hd-req__content table tr th {
  width: 10%;
  display: block;
}
.c-hd-req__content table tr td:last-child,
.c-hd-req__content table tr th:last-child {
  border-right: 1px solid #ccc;
}
.c-hd-req__content table tr td:nth-child(1),
.c-hd-req__content table tr th:nth-child(1) {
  width: 11%;
}
.c-hd-req__content table tr td:nth-child(2),
.c-hd-req__content table tr th:nth-child(2) {
  width: 10%;
}
.c-hd-req__content table tr td:nth-child(3),
.c-hd-req__content table tr th:nth-child(3) {
  width: 9%;
}
.c-hd-req__content table tr td:nth-child(4) {
  font-size: 12px;
}
.c-hd-req__content table tr td:nth-child(4),
.c-hd-req__content table tr th:nth-child(4) {
  width: 12%;
}
.c-hd-req__content table tr td:nth-child(5),
.c-hd-req__content table tr th:nth-child(5) {
  width: 9%;
}
.c-hd-req__content table tr td:nth-child(6),
.c-hd-req__content table tr th:nth-child(6) {
  width: 9%;
}
.c-hd-req__content table tr td:nth-child(7),
.c-hd-req__content table tr th:nth-child(7) {
  width: 10%;
}
.c-hd-req__content table tr td:nth-child(8),
.c-hd-req__content table tr th:nth-child(8) {
  width: 7%;
}
.c-hd-req__content table tr td:nth-child(9),
.c-hd-req__content table tr th:nth-child(9) {
  width: 12%;
  line-height: 1.6;
}
.c-hd-req__content table tr td:nth-child(10),
.c-hd-req__content table tr th:nth-child(10) {
  width: 12%;
  line-height: 1.6;
}
.c-hd-req__content table tr td:nth-child(11),
.c-hd-req__content table tr th:nth-child(11) {
  width: 12%;
  line-height: 1.6;
}
.c-hd-req__content table tr td:nth-child(10) {
  font-size: 0.75rem;
  text-align: left;
  display: block;
}
.c-hd-req__content table tr td {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-hd-req__content table thead {
  display: block;
}
.c-hd-req__content table thead tr th {
  font-size: 14px;
}
.c-hd-req__content table tbody {
  display: block;
  max-height: 400px;
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-req__content table tbody {
    max-height: 440px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
  }
}
.c-hd-req__content table th {
  background: rgba(66, 170, 199, 0.1);
  border-top: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
  width: auto;
  border-left: 1px solid #ccc;
  text-align: center;
}
.c-hd-req__content table td {
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: wrap;
  word-break: break-all;
}
.c-hd-req__content table td.c-room-table__image {
  width: 80px;
}
.c-hd-req__content table td.c-room-table__roominfo {
  text-align: left;
}
.c-hd-req__content table td img {
  max-width: 68px;
}
.c-hd-req__content table td a.contact {
  background: #42aac7;
  color: #fff;
  display: block;
  width: 64px;
  height: 50px;
  padding-top: 8px;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-req__content table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-hd-req__content table tbody {
    display: block;
  }
  .c-hd-req__content table tr {
    display: flex;
    position: relative;
  }
  .c-hd-req__content table tr td {
    border: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .c-hd-req__content table tr td.thumbnail {
    width: 150px;
  }
  .c-hd-req__content table tr td.thumbnail.no-thumbnail {
    display: none;
  }
  .c-hd-req__content table tr td.thumbnail img {
    width: auto;
    max-height: 80px;
  }
  .c-hd-req__content table tr td.thumbnail + .content {
    width: 100%;
  }
  .c-hd-req__content table tr td.content {
    text-align: left;
    width: calc(100% - 110px);
    padding-left: 10px;
  }
  .c-hd-req__content table tr td.content .title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
  }
  .c-hd-req__content table tr td.content .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-hd-req__content table tr td.button {
    width: 30%;
    border-right: none;
  }
  .c-hd-req__content table tr td.button a {
    width: 51px;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.c-room-table__image {
  width: 100px;
}

.c-room-table__situation .c-label {
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 60px;
  font-size: 11px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-room-table__situation .c-label {
    margin-top: 4px;
    font-size: 11px;
    min-width: 60px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.c-room-table__situation .c-label.is-full {
  background: #000;
  color: #fff;
}
.c-room-table__situation .c-label.is-willempty {
  background: #42aac7;
  color: #fff;
}
.c-room-table__situation .c-label.is-empty {
  background: var(--color-primary);
  color: #fff;
}

.c-hd-sliders {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px !important;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders {
    margin-top: 20px;
  }
}
.c-hd-sliders__lg {
  background: #f0f5f5;
  padding-top: 0px;
  padding-bottom: 40px;
  margin-bottom: 24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders__lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-hd-sliders__lg .slick-dots {
    max-width: 60%;
    bottom: -27px;
    text-align: left;
    line-height: 1;
  }
  .c-hd-sliders__lg .slick-dots li {
    height: 10px;
  }
}
.c-hd-sliders__lg .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  transition: all ease 0.4s;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders__lg .slick-slide {
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
  }
}
.c-hd-sliders__lg .slick-slide:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-hd-sliders__lg__img {
  width: 603px;
  height: 423px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders__lg__img {
    width: 300px;
    height: 210px;
  }
}
.c-hd-sliders__lg li .c-hd-sliders__lg__img {
  position: relative;
}
.c-hd-sliders__lg li .c-hd-sliders__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px;
}
.c-hd-sliders__thumbnail {
  max-width: 890px;
  margin-top: -80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders__thumbnail {
    display: none;
  }
}
.c-hd-sliders__thumbnail .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  border: 4px solid transparent;
}
.c-hd-sliders__thumbnail .slick-slide:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-hd-sliders__thumbnail__img {
  max-width: 132px;
  width: 132px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-hd-sliders__thumbnail .slick-current {
  border: 4px solid #000;
}
.c-hd-sliders .l-container {
  position: relative;
}
.c-hd-sliders__more {
  position: absolute;
  top: -80px;
  right: 0;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders__more {
    right: 16px;
  }
  .c-hd-sliders__more a {
    border: 2px solid #000;
  }
}
.c-hd-sliders__more a {
  text-decoration: none;
  border: 4px solid #000;
  background: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  text-align: center;
}
.c-hd-sliders__more a:hover {
  color: #fff;
  background: #000;
}
.c-hd-sliders__more a i {
  margin-top: 16px;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders__more a {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 3px solid #000;
    padding-left: 20px;
    padding-right: 12px;
  }
  .c-hd-sliders__more a i {
    display: inline;
  }
}

.c-hd-posts {
  margin-top: 16px;
}
.c-hd-posts__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  line-height: 1.5;
  position: relative;
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-posts__title {
    font-size: 16px;
  }
}
.c-hd-posts__title a {
  float: right;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  max-width: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}
.c-hd-posts__title a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hd-posts__items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-posts__items {
    display: block;
  }
}
.c-hd-posts__items .c-post-item {
  flex-basis: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.c-hd-posts__more {
  margin-bottom: 24px;
  text-align: center;
}
.c-hd-posts__more a {
  float: none;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  max-width: 200px;
  width: 100%;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.c-hd-posts__more a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-hd-fixedbanner {
  background: url("../images/bg-offer.jpg") no-repeat;
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  line-height: 1.5;
  z-index: 100000;
  transform: translateY(100%);
  transition: all ease 0.2s;
}
.c-hd-fixedbanner.is-active {
  transform: translateY(0%);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-fixedbanner {
    display: none;
  }
}
.c-hd-fixedbanner .l-container {
  display: flex;
  align-items: center;
}
.c-hd-fixedbanner__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
  width: 50%;
}
.c-hd-fixedbanner__content {
  width: 50%;
  display: flex;
}
.c-hd-fixedbanner__content .item {
  padding-right: 16px;
}
.c-hd-fixedbanner__content .item + .item {
  border-left: 1px dashed #fff;
  padding-left: 16px;
}

.c-hd-campaign {
  margin-top: 24px;
  margin-bottom: 24px;
  background: rgba(243, 228, 72, 0.3);
  display: flex;
  border: 4px solid #f3e547;
  min-height: 100px;
}
.c-hd-campaign__title {
  flex-basis: 240px;
  background: url(../images/bg-campaign-title.svg) no-repeat right top;
  background-size: cover;
  color: #000;
  display: flex;
  text-align: center;
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
  letter-spacing: 2px;
  justify-content: center;
  position: relative;
  align-items: center;
}
.c-hd-campaign__title:after {
  content: "";
  width: 76.5px;
  height: 71px;
  position: absolute;
  left: 23px;
  background: url(../images/icon-present.svg) no-repeat center top;
  opacity: 0.8;
  top: 17px;
}
.c-hd-campaign__title span {
  align-self: center;
  position: relative;
  z-index: 1000;
}
.c-hd-campaign__content {
  width: 80%;
  font-size: 17px;
  letter-spacing: 2px;
  min-height: 100px;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 24px;
}

.single-houses_en .c-hd-campaign__content {
  letter-spacing: 0;
  font-size: 1em !important;
  line-height: 1.5;
}

.c-form-block {
  display: flex;
  padding-right: 60px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.c-form-block textarea {
  width: 100%;
}
.c-form-block input[type=text],
.c-form-block input[type=password],
.c-form-block input[type=number],
.c-form-block input[type=tel],
.c-form-block input[type=email],
.c-form-block textarea,
.c-form-block input[type=datetime-local] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7f7f7;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #2f2725;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  line-height: 1.83333;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 1rem;
  line-height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fbfbfb;
  color: #545658;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block input[type=text],
.c-form-block input[type=password],
.c-form-block input[type=number],
.c-form-block input[type=tel],
.c-form-block input[type=email],
.c-form-block textarea,
.c-form-block input[type=datetime-local] {
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 7px;
  }
}
.c-form-block input[type=text].w30,
.c-form-block input[type=password].w30,
.c-form-block input[type=number].w30,
.c-form-block input[type=tel].w30,
.c-form-block input[type=email].w30,
.c-form-block textarea.w30,
.c-form-block input[type=datetime-local].w30 {
  width: 200px;
  display: inline-block;
}
.c-form-block input[type=text].w40,
.c-form-block input[type=password].w40,
.c-form-block input[type=number].w40,
.c-form-block input[type=tel].w40,
.c-form-block input[type=email].w40,
.c-form-block textarea.w40,
.c-form-block input[type=datetime-local].w40 {
  width: 200px;
  display: inline-block;
}
.c-form-block input[type=text].w20,
.c-form-block input[type=password].w20,
.c-form-block input[type=number].w20,
.c-form-block input[type=tel].w20,
.c-form-block input[type=email].w20,
.c-form-block textarea.w20,
.c-form-block input[type=datetime-local].w20 {
  width: 200px;
  display: inline-block;
}
.c-form-block .wpcf7-form-control-wrap.check-box02 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-form-block span.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.c-form-block select {
  -webkit-appearance: none;
  box-sizing: border-box;
  align-items: center;
  background-color: white;
  border: 1px solid #d9d9d9;
  color: #545658;
  display: inline-flex;
  justify-content: flex-start;
  position: relative;
  vertical-align: top;
  height: 46px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fbfbfb;
  color: #545658;
  width: 100%;
  cursor: pointer;
  display: block;
  outline: none;
  padding-right: 36px;
}
.c-form-block span.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.c-form-block span.select:after {
  border: 1px solid #949697;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 6px;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  width: 6px;
  margin-top: -4px;
  right: 16px;
  top: 50%;
}
.c-form-block__flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block__flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-form-block__flex .wpcf7-form-control-wrap {
  width: 78px;
  margin-right: 8px;
  margin-left: 8px;
}
.c-form-block__flex .title {
  flex-basis: 81px;
}
.c-form-block__flex .content {
  display: flex;
  align-items: center;
}
.c-form-block__flex .content .wpcf7-form-control-wrap {
  width: 180px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block__flex .content .wpcf7-form-control-wrap {
    width: 220px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block__flex .content + .content {
    width: 100%;
    text-align: right;
    padding-left: 62px;
  }
}
.c-form-block .wpcf7-form-control-wrap.check-box02 .wpcf7-list-item.last:before {
  content: "";
  display: block;
}
.c-form-block .wpcf7-form-control-wrap {
  position: static;
}
.c-form-block dt {
  flex-basis: 30%;
  position: relative;
  padding-right: 16px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block dt {
    margin-top: 8px;
    flex-basis: 100%;
    padding-left: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f5f5f5;
  }
}
.c-form-block dt small {
  display: block;
  color: #666;
}
.c-form-block dt .c-label {
  position: absolute;
  right: 8px;
  top: 15px;
  background: #e13413;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block dt .c-label {
    top: 7px;
  }
}
.c-form-block dd {
  flex-basis: 70%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block dd {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.c-form-block dd .title {
  font-weight: bold;
  font-size: 16px;
}
.c-form-block dd span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 8px;
}

label.c-errortooltip {
  background: #e23414;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 24px;
  border-radius: 3px;
  word-break: keep-all;
}
label.c-errortooltip:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 4px;
}

#submit-button {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 40px;
}
#submit-button input {
  background: #000;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

.wpcf7 input[type=checkbox] {
  display: none;
}

.wpcf7 input[type=radio] {
  display: none;
}

.wpcf7 label {
  cursor: pointer;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  padding-top: 4px;
}

.wpcf7-list-item-label:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 2px solid #ccc;
}

.wpcf7-radio .wpcf7-list-item-label:before {
  border-radius: 100px;
}

.wpcf7-list-item-label:after {
  width: 10px;
  height: 5px;
  border: 2px solid green;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 6px;
  top: 7px;
  border-top: none;
  border-right: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 13px !important;
}

#wpcf7-f6-p12-o1 > form > dl:nth-child(14) > dd > span.content > span:nth-child(2) > span.wpcf7-form-control-wrap.invite > input {
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .wpcf7-form-control-wrap.age-d {
    margin-left: 62px;
  }
}

.c-hs-filters {
  padding-top: 40px;
}
.c-hs-filters__title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 2px solid #000;
}
.c-hs-filters__subtitle {
  font-weight: bold;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}
.c-hs-filters__subtitle:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #42aac7;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hs-filters__items {
  display: flex;
  flex-wrap: wrap;
}
.c-hs-filters__item {
  flex-basis: 25%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-filters__item {
    flex-basis: 50%;
  }
}
.c-hs-filters__item.is-checked label {
  background: #42aac7;
}
.c-hs-filters__item label {
  transition: all ease 0.2s;
  display: block;
  padding-left: 40px;
  color: #fff;
  background: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.c-hs-filters__item label:hover {
  cursor: pointer;
}
.c-hs-filters__item label input {
  margin-right: 16px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-hs-filters__submit {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 45px;
}
.c-hs-filters__submit button {
  min-width: 300px;
  text-align: center;
}

.c-hs-concept-search-panels {
  padding: 32px 40px;
  background: #f5f5f5;
  margin-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-concept-search-panels {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
}
.c-hs-concept-search-panels__title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-concept-search-panels__title {
    font-size: 16px;
  }
}
.c-hs-concept-search-panels__title img {
  vertical-align: middle;
  margin-right: 24px;
  max-width: 30px;
}
.c-hs-concept-search-panels .c-hs-navs {
  margin-bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-concept-search-panels .c-hs-navs {
    margin-top: 16px;
  }
}

.c-hs-navs {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 37.5em) {
  .c-hs-navs.is-sm ul li a {
    margin-bottom: 16px;
    display: block;
    letter-spacing: 2px;
    background: #fff;
    border: 4px solid #000;
    text-decoration: none;
    padding-left: 1.9vw;
    padding-right: 2.3vw;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
}
@media screen and (min-width: 37.5em) {
  .c-hs-navs.is-xs ul li a {
    margin-bottom: 16px;
    display: block;
    letter-spacing: 2px;
    background: #fff;
    border: 4px solid #000;
    text-decoration: none;
    padding-left: 1.6vw;
    padding-right: 2vw;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
}
.c-hs-navs.is-xs ul li a:after {
  content: "\f105";
}
.c-hs-navs ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-navs ul {
    justify-content: left;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-navs ul li {
    width: 48%;
  }
}
.c-hs-navs ul li a {
  margin-bottom: 16px;
  display: block;
  letter-spacing: 2px;
  background: #fff;
  border: 4px solid #000;
  text-decoration: none;
  padding-left: 6.5vw;
  padding-right: 6.5vw;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-navs ul li a {
    display: block;
    font-size: 14px;
    width: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-left: 0;
    letter-spacing: 0px;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .c-hs-navs ul li a:after {
    display: none;
  }
}
.c-hs-navs ul li a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hs-navs ul li a:after {
    right: 4px;
  }
}
.c-hs-navs ul li a.is-active, .c-hs-navs ul li a:hover {
  color: #fff;
  background: #000;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-contactstyle .u-text-center {
    text-align: left !important;
  }
}

#englishpage .c-hs-navs.is-sm ul li a {
  font-size: 16px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .concept-search .c-hs-navs ul li {
    flex-basis: calc(33.33333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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

.tooltip-element {
  position: absolute;
  display: none;
}

.tooltip-element.tooltip-open {
  display: block;
}

.tooltip-element.tooltip-theme-arrows {
  max-width: 100%;
  max-height: 100%;
}

.tooltip-element.tooltip-theme-arrows .tooltip-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #000;
  color: #eee;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.tooltip-element.tooltip-theme-arrows .tooltip-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 8px;
  border-style: solid;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
  margin-bottom: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
  margin-top: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
  margin-right: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
  left: 100%;
  top: 50%;
  margin-top: -8px;
  border-left-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
  margin-left: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
  right: 100%;
  top: 50%;
  margin-top: -8px;
  border-right-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  left: 8px;
  border-bottom-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  right: 8px;
  border-bottom-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  left: 8px;
  border-top-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  right: 8px;
  border-top-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  top: 8px;
  left: 100%;
  border-left-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  top: 8px;
  right: 100%;
  border-right-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  bottom: 8px;
  left: 100%;
  border-left-color: #000;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px;
}

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  bottom: 8px;
  right: 100%;
  border-right-color: #000;
}

.tooltip-element.tooltip-theme-arrows {
  pointer-events: none;
}

.tooltip-element.tooltip-theme-arrows .tooltip-content {
  padding: 0.5em 1em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.js-sm-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  background: #42aac7;
}
.js-sm-tooltip.is-show {
  opacity: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.js-sm-tooltip.is-show:hover:after {
  background: #325a7a;
}
.js-sm-tooltip.is-show:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  z-index: 1;
  transform: rotate(45deg);
  background: #42aac7;
}
.js-sm-tooltip.is-show.is-3 a {
  border-radius: 0;
}
.js-sm-tooltip.is-show.is-3 a:first-child {
  border-radius: 3px 3px 0 0;
}
.js-sm-tooltip.is-show.is-3 a:last-child {
  border-radius: 0 0 3px 3px;
}
.js-sm-tooltip a {
  display: block;
  background: #42aac7;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all ease 0.2s;
}
@media (max-width: 600px) {
  .js-sm-tooltip a {
    font-size: 8px;
    padding: 2.5px 5px;
    border-radius: 2px;
  }
}
.js-sm-tooltip a:hover {
  background: #325a7a;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top: 7px solid var(--color-primary);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid var(--color-primary);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid var(--color-primary);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid var(--color-primary);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-tooltip.light-theme {
  color: #fff;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: var(--color-primary);
  text-align: left;
}

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}

.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .page-template-page-lp .c-ownerlp-about-title > div {
    font-size: 24px;
    width: 100%;
  }
  .page-template-page-lp .c-ownerlp-about-title > div br {
    display: none;
  }
  .page-template-page-lp .resultList {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-page-lp .owner_lp #about_result .resultList {
    display: flex;
  }
  .page-template-page-lp .owner_lp #about_result .resultList li {
    width: 33.3%;
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.4;
  }
  .page-template-page-lp .owner_lp #about_result .resultList li .tag {
    display: flex;
    margin-top: 0;
  }
  .page-template-page-lp .owner_lp #about_result .resultList li .tag li {
    margin-top: 0;
    font-size: 11px;
  }
  .page-template-page-lp .resultList .c-circle img {
    width: 60px;
    height: 60px;
    border-radius: 1000px;
  }
  .page-template-page-lp .owner_lp p {
    font-size: 14px;
  }
  .page-template-page-lp .owner_lp #works ul.objectNav {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-page-lp #object01 > div > table > tbody > tr:nth-child(3) > th:nth-child(3) {
    display: block;
  }
  .page-template-page-lp .owner_lp #works .object table th {
    padding-left: 9px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-template-page-lp .owner_lp #suggestion h3 {
    font-size: 18px;
  }
  .page-template-page-lp .owner_lp #suggestion02 .imgBox ul {
    display: flex;
  }
  .page-template-page-lp .owner_lp #suggestion02 .imgBox ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .page-template-page-lp .owner_lp #suggestion02 .imgBox ul li p {
    margin-top: 10px;
    font-size: 13px;
  }
  .page-template-page-lp .owner_lp #suggestion01 .imgBox {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 260px;
  }
  .page-template-page-lp .owner_lp #suggestion p {
    font-size: 14px;
    line-height: 1.6;
  }
  .page-template-page-lp .owner_lp #works .object .pointBox ul li {
    font-size: 13px;
  }
  .page-template-page-lp .owner_lp #works .object .pointBox ul {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-page-lp #works .object table,
.page-template-page-lp #works .object table tbody,
.page-template-page-lp #works .object table tbody tr,
.page-template-page-lp #works .object table tbody tr th,
.page-template-page-lp #works .object table tbody tr td {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .page-template-page-lp #works .object table tbody tr td,
.page-template-page-lp #works .object table tbody tr th {
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  .page-template-page-lp .owner_lp #works .object table td {
    line-height: 1.5;
    width: auto;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .page-template-page-lp .owner_lp #works .object .cacth {
    font-size: 20px;
  }
  .page-template-page-lp .owner_lp #works ul.objectNav li {
    display: block;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-page-lp .owner_lp #advantage #advantage03 #support01 .img {
    max-width: 259px;
    float: none;
  }
  .page-template-page-lp .owner_lp .section h2 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-template-page-lp .owner_lp #advantage p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .page-template-page-lp .owner_lp #owner #ownerNews #ownerNews01 .tips {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-template-page-lp .owner_lp #advantage #advantage01 #attract02 p,
.page-template-page-lp .owner_lp #advantage #advantage01 #attract01 .leftBox {
    width: 100%;
  }
  .page-template-page-lp .owner_lp #advantage #advantage01 #attract02 p p,
.page-template-page-lp .owner_lp #advantage #advantage01 #attract01 .leftBox p {
    font-size: 14px;
    line-height: 1.7;
  }
  .page-template-page-lp .owner_lp #advantage #advantage01 #attract01 .rightBox span {
    font-size: 13px;
  }
  .page-template-page-lp .owner_lp #advantage #advantage01 #attract02 p {
    font-size: 14px;
    line-height: 1.7;
  }
  .page-template-page-lp #advantage_intro ul {
    display: flex;
  }
  .page-template-page-lp .object .imgBox {
    display: flex;
  }
  .page-template-page-lp .object .imgBox li {
    margin-left: 10px !important;
  }
  .page-template-page-lp .owner_lp #advantage #advantage01 #attract01 .leftBox,
.page-template-page-lp .owner_lp #advantage #advantage01 #attract02 p {
    margin-right: 0;
  }
  .page-template-page-lp .owner_lp #suggestion01 .txtBox,
.page-template-page-lp .owner_lp #owner .ownerBnr,
.page-template-page-lp .owner_lp #advantage #advantage03 #support01 .txt {
    width: 100%;
    float: none;
  }
  .page-template-page-lp #advantage02 h3,
.page-template-page-lp #advantage h3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-template-page-lp #advantage02 h3 img,
.page-template-page-lp #advantage h3 img {
    max-width: 90%;
  }
  .page-template-page-lp #advantage02 h4,
.page-template-page-lp #advantage h4 {
    font-size: 18px;
  }
  .page-template-page-lp .owner_lp #owner #ownerNews {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-template-page-lp .owner_lp #owner #ownerNews .newsBox .tips {
    margin-left: 0px;
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
  .page-template-page-lp .inner {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-page-lp img {
    max-width: 100%;
    height: auto;
  }
  .page-template-page-lp #pNav {
    background: #fff;
  }
  .page-template-page-lp #pNav ul {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .page-template-page-lp #pNav ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .page-template-page-lp #pNav ul li a {
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    text-align: left;
  }
  .page-template-page-lp #pNav ul li a:last-child {
    text-align: left;
  }

  .owner_lp #mainVisual {
    min-width: 100%;
    height: 230px;
  }
  .owner_lp #mainVisual .cacth {
    padding-left: 16px;
    padding-right: 16px;
  }
  .owner_lp #mainVisual .cacth img {
    max-width: 70%;
  }
  .owner_lp #mainVisual .result_bnr {
    max-width: 110px;
    margin-right: 6px;
  }
  .owner_lp #mainVisual .point {
    padding-top: 16px;
    display: flex;
    padding-left: 16px;
    max-width: 62%;
  }
}
.c-shlib180-head {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url(../images/img-library01.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-head {
    padding-top: 16px;
    padding-bottom: 16px;
    background-size: cover;
  }
}
.c-shlib180-head.is-child {
  margin-bottom: -100px;
  background-image: url(../images/img-library01-child.png);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-head.is-child {
    margin-bottom: 0;
  }
}
.c-shlib180-head .heading.is-xxxlg span:first-child {
  font-size: 0.5em;
  display: block;
}
.c-shlib180-head .heading.is-xxxlg span:nth-child(2) {
  display: block;
}
.c-shlib180-head__text {
  text-align: center;
}
.c-shlib180-head__text strong {
  color: #42AAC7;
}

.c-shlib180-highlight {
  margin-top: 40px;
  padding-top: 42px;
  padding-bottom: 42px;
  background: #F0F5F5;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-highlight {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-shlib180-highlight .l-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-highlight .l-container {
    max-width: 100%;
    display: block;
  }
}
.c-shlib180-highlight__title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-highlight__title {
    font-size: 20px;
  }
}
.c-shlib180-highlight__title:after {
  content: "";
  width: 24px;
  height: 4px;
  background: #000;
  display: block;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-highlight__slider .owl-item .c-post-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-shlib180-highlight__slider .owl-nav {
  position: relative;
  font-size: 40px;
}
.c-shlib180-highlight__slider .owl-nav .owl-prev {
  position: absolute;
  left: -48px;
  top: -230px;
}
.c-shlib180-highlight__slider .owl-nav .owl-next {
  position: absolute;
  right: -28px;
  top: -230px;
}
.c-shlib180-highlight__slider .owl-nav [class*=owl-]:hover {
  color: #000;
  background: none;
}
.c-shlib180-highlight__recommend {
  width: 100%;
  max-width: 50.166666667%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-highlight__recommend {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.c-shlib180-highlight__recommend .c-post-item {
  display: block;
  max-width: 252px;
  width: 100%;
}
.c-shlib180-highlight__pickup {
  width: 100%;
  max-width: 40.583333333%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-highlight__pickup {
    max-width: 100%;
  }
}

.c-post-item-pickup {
  position: relative;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
}
.c-post-item-pickup__thumbnail {
  position: relative;
  width: 100%;
  max-width: 86px;
  height: 80px;
  max-height: 86px;
  margin-bottom: 8px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item-pickup__thumbnail {
    min-height: 100px;
    flex-basis: 34%;
  }
}
.c-post-item-pickup__content {
  width: calc(100% - 96px);
}
.c-post-item-pickup__meta {
  display: flex;
  align-items: center;
}
.c-post-item-pickup__category {
  font-size: 13px;
  overflow: hidden;
  max-width: 200px;
  padding: 1px 12px;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #fff;
  border-radius: 100px;
  background: #42aac7;
}
.c-post-item-pickup__title {
  font-size: 16px;
  margin-bottom: 16px;
}
.c-post-item-pickup__title:hover {
  text-decoration: underline;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item-pickup__title {
    margin-left: 3%;
    flex-basis: 60%;
  }
}
.c-post-item-pickup__date {
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-item-pickup__date {
    flex-basis: 100%;
  }
}

.c-pickuphouse {
  padding-bottom: 60px;
}

.c-pickuphouse__sliders {
  padding-top: 16px;
}

.c-lib180__items.is-pickup .c-post-item.is-pickupcontent {
  max-width: 33.3333333%;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 16px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.c-lib180__items.is-pickup .c-post-item.is-pickupcontent .c-post-item__thumbnail {
  min-height: 282px;
}
.c-lib180__items.is-pickup .c-post-item.is-pickupcontent:hover {
  opacity: 0.8;
}
.c-lib180__items.is-pickup .c-post-item__title {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
}

.c-shlib180-items {
  padding-top: 48px;
  padding-bottom: 22px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items {
    padding-top: 40px;
    padding-bottom: 23px;
    background: #E8E8E8;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-shlib180-items__items {
    background: #fff;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.c-shlib180-items.is-child {
  padding-top: 16px;
}
.c-shlib180-items__subtitle {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items__subtitle {
    font-size: 18px;
  }
}
.c-shlib180-items .c-post-item {
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-post-item {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 0;
    background: #fff;
  }
}
.c-shlib180-items .c-post-item:nth-child(13), .c-shlib180-items .c-post-item:nth-child(3), .c-shlib180-items .c-post-item:nth-child(4) {
  max-width: 50%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-post-item:nth-child(13), .c-shlib180-items .c-post-item:nth-child(3), .c-shlib180-items .c-post-item:nth-child(4) {
    max-width: 100%;
  }
}
.c-shlib180-items .c-post-item:nth-child(13) .c-post-item__title, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__title, .c-shlib180-items .c-post-item:nth-child(4) .c-post-item__title {
  min-height: 0;
}
.c-shlib180-items .c-post-item:nth-child(13) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(4) .c-post-item__thumbnail {
  min-height: 194px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-post-item:nth-child(13) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(4) .c-post-item__thumbnail {
    min-height: 0px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-post-item:nth-child(1), .c-shlib180-items .c-post-item:nth-child(2), .c-shlib180-items .c-post-item:nth-child(3) {
    max-width: 100%;
    display: block;
  }
  .c-shlib180-items .c-post-item:nth-child(1) .c-post-item__cnontent, .c-shlib180-items .c-post-item:nth-child(2) .c-post-item__cnontent, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__cnontent {
    flex-basis: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-post-item:nth-child(1) .c-post-item__title, .c-shlib180-items .c-post-item:nth-child(2) .c-post-item__title, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__title {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-post-item:nth-child(1) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(2) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__thumbnail {
    flex-basis: 100%;
  }
  .c-shlib180-items .c-post-item:nth-child(1) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(2) .c-post-item__thumbnail, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__thumbnail {
    min-height: 194px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-post-item:nth-child(1) .c-post-item__subcategory, .c-shlib180-items .c-post-item:nth-child(2) .c-post-item__subcategory, .c-shlib180-items .c-post-item:nth-child(3) .c-post-item__subcategory {
    padding-left: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items__tabs {
    max-width: 100%;
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.c-shlib180-items .c-tabs__navs {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: left;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-tabs__navs {
    width: 700px;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .c-shlib180-items .c-tabs__navs li a {
    width: 100% !important;
    border-width: 2px !important;
    margin-bottom: 0;
  }
  .c-shlib180-items .c-tabs__navs li a:hover, .c-shlib180-items .c-tabs__navs li a:focus, .c-shlib180-items .c-tabs__navs li a:active {
    color: var(--color-primary);
  }
}
.c-shlib180-items .c-tabs__navs li {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-tabs__navs li {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.c-shlib180-items .c-tabs__navs li:first-child a {
  border-left-width: 2px;
}
.c-shlib180-items .c-tabs__navs li:last-child a {
  border-right-width: 2px;
}
.c-shlib180-items .c-tabs__navs a {
  background: #e8e8e8;
  display: block;
  padding-top: 6px;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  padding-bottom: 6px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #e8e8e8;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: 1.2px;
  color: #000;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  transition: all ease 0.2s;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-tabs__navs a {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    letter-spacing: 0px;
    font-size: 12px;
    width: 100%;
    background: rgba(47, 111, 120, 0.5);
    color: #fff;
    transform: translateY(2px);
  }
}
.c-shlib180-items .c-tabs__navs a:hover {
  background: var(--color-primary);
  color: #fff;
  border: 2px solid var(--color-primary);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-tabs__navs a:hover {
    background: #fff;
  }
}
.c-shlib180-items .c-tabs__navs a.is-active {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-items .c-tabs__navs a.is-active {
    border-color: #fff;
    color: var(--color-primary);
    background: #fff;
  }
}

.c-shlib180-category__panel {
  margin-top: 32px;
  margin-bottom: 40px;
  background: rgba(66, 170, 199, 0.1);
  padding: 24px 24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-category__panel {
    margin-top: 16px;
    padding-top: 12px;
  }
}
.c-shlib180-category__panel .c-post-item__category {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  max-width: auto;
  max-width: initial;
}
.c-shlib180-category__panel__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 8px;
}
.c-shlib180-category__panel__title i.fa {
  color: var(--color-primary);
}
.c-shlib180-category__panel__list ul {
  display: flex;
  flex-wrap: wrap;
}
.c-shlib180-category__panel__list ul > li {
  margin-bottom: 8px;
  padding-right: 16px;
}
.c-shlib180-category__panel__list ul > li a {
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
}

.c-shlib180-panels {
  padding-top: 42px;
  padding-bottom: 42px;
  background: rgba(66, 170, 199, 0.1);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-panels {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-shlib180-panels__panels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-panels__panels {
    display: block;
  }
}
.c-shlib180-panels__sns {
  margin-bottom: 40px;
  display: flex;
  padding-left: 5vw;
  padding-right: 5vw;
  justify-content: space-around;
}
.c-shlib180-panels__sns a {
  display: block;
  max-width: calc(33.3% - 20px);
}
.c-shlib180-panels__sns a img {
  max-width: 100%;
}

.c-shlib180-panel {
  max-width: calc(50% - 10px);
  width: 100%;
  background: #fff;
  padding: 32px 36px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-panel {
    max-width: 100%;
    padding: 20px 18px;
    margin-bottom: 10px;
  }
}
.c-shlib180-panel .c-post-item-pickup__thumbnail {
  display: none;
}
.c-shlib180-panel .c-post-item-pickup__title {
  margin-top: 8px;
  font-weight: bold;
}
.c-shlib180-panel .c-post-item-pickup__content {
  width: 100%;
}
.c-shlib180-panel .c-post-item-pickup__category {
  display: none;
}
.c-shlib180-panel .c-post-item-pickup__date {
  margin-left: 0;
}
.c-shlib180-panel__title {
  position: relative;
  margin-bottom: 24px;
  padding-right: 48px;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
}
.c-shlib180-panel__title > span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shlib180-panel__title > span {
    font-size: 17px;
  }
}
.c-shlib180-panel__title > a {
  position: absolute;
  background: var(--color-primary);
  padding: 2px 10px;
  color: #fff;
  letter-spacing: 2px;
  right: 0;
  text-decoration: none;
  top: 0px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.c-shlib180-panel__title > a i.fa {
  margin-left: 4px;
}
.c-shlib180-panel__title > a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-social-share-block__thumb {
  width: 100%;
  min-height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all cubic-bezier(0.2, 0.24, 0.57, 1.45) 0.4s;
}

@media screen and (min-width: 41.75em) {
  .c-social-share-block__thumb:hover {
    background-size: 105% auto;
  }
}
@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  .c-social-share-block__thumb {
    background-size: cover;
    min-height: 180px;
  }
}
.c-social-share-block__thumb__paint {
  position: relative;
  width: 100%;
  min-height: 240px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  .c-social-share-block__thumb__paint {
    min-height: 180px;
  }
}
.c-social-share-block__thumb__paint > .c-social-share-block__thumb__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 6rem;
  margin: auto;
  text-align: center;
}

.c-social-share-block__thumb__paint > .c-social-share-block__thumb__content p {
  font-size: 1.625rem;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  .c-social-share-block__thumb__paint > .c-social-share-block__thumb__content p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 41.6875em) {
  .c-social-share-block__thumb__paint > .c-social-share-block__thumb__content {
    height: 130px;
  }
}
.c-social-share-block__push {
  background: #d8e2e4;
  padding: 20px;
  padding-bottom: 10px;
}

.c-social-share-block .c-button.is-outline {
  color: #000000;
  background-color: white;
  border: 2px solid #000000;
  font-weight: bold;
  width: 80%;
  border-radius: 4px;
}

.c-post {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post {
    display: block;
    margin-bottom: 60px;
  }
}
.c-post .c-post-item-pickup {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}
.c-post .c-post-item-pickup__title {
  font-weight: bold;
  line-height: 1.25;
}
.c-post .c-post-item-pickup__date {
  margin-left: 0;
  padding-left: 0;
}
.c-post .c-post-item-pickup__category {
  display: none;
}
.c-post .c-house-item__thumbnail__title {
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
}
.c-post .c-house-item__detail,
.c-post .brandlogo,
.c-post .c-house-item__thumbnail__title__icon,
.c-post .c-house-item__status,
.c-post .c-house-item__thumbnail__hover {
  display: none;
}
.c-post .c-house-item__img,
.c-post .c-house-item__thumbnail {
  min-height: 162px;
}
.c-post__main {
  max-width: 736px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-post__aside {
  max-width: 276px;
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post__aside {
    padding-top: 20px;
    max-width: 100%;
  }
}
.c-post__title {
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.c-post__title:after {
  display: block;
  display: none;
  width: 80px;
  height: 4px;
  margin-top: 12px;
  background: url(../images/bg-post-title.png);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post__title:after {
    display: none;
  }
}
.c-post__category ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.c-post__category ul li {
  list-style: none;
  margin-right: 6px;
  margin-bottom: 8px;
}
.c-post__category ul li a {
  color: var(--color-primary);
  text-decoration: none;
  padding: 6px 8px;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post__category ul li a {
    font-size: 12px;
  }
}
.c-post__category ul li a:hover {
  background: #122b2f;
  color: #fff;
}
.c-post__date {
  margin-bottom: 24px;
}
.c-post__sns {
  background: #F0F5F5;
  border-radius: 100px;
  padding: 16px 42px;
  margin-bottom: 24px;
}
.c-post__sns.is-bottom {
  margin-top: 40px;
}
.c-post__author {
  display: flex;
  margin-bottom: 24px;
}
.c-post__author__author {
  max-width: 80px;
  width: 100%;
}
.c-post__author__author img {
  max-height: 80px;
  height: 80px;
  max-width: 80px;
  overflow: hidden;
  border-radius: 1000px;
}
.c-post__author__author > span {
  font-size: 15px;
  font-weight: bold;
}
.c-post__author__comment {
  max-width: calc(100% - 100px);
  margin-left: 20px;
  width: 100%;
  padding: 16px 24px;
  border: 2px solid var(--color-primary);
  background: #fff;
  border-radius: 2px;
  position: relative;
  z-index: 8;
}
.c-post__author__comment:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  z-index: 10;
  width: 16px;
  height: 16px;
  background: url(../images/icon-post-author-arrow.png);
  background-repeat: no-repeat;
}
.c-post__authorbox {
  border: 2px solid var(--color-primary);
  padding: 16px 20px;
}
.c-post__authorbox__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-post__authorbox__title i.fa {
  color: var(--color-primary);
}
.c-post__authorbox__image {
  max-width: 80px;
  width: 100%;
}
.c-post__authorbox__image img {
  max-height: 80px;
  height: 80px;
  max-width: 80px;
  overflow: hidden;
  border-radius: 1000px;
}
.c-post__authorbox__image > span {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.c-post__authorbox__content {
  display: flex;
}
.c-post__authorbox__text {
  max-width: calc(100% - 100px);
  margin-left: 20px;
  width: 100%;
}
.c-post__related__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
  margin-bottom: 32px;
}
.c-post__postrelated {
  margin-bottom: 24px;
}
.c-post__postrelated.is-ranking .c-post-item-pickup__thumbnail {
  position: relative;
}
.c-post__postrelated.is-ranking .c-post-item-pickup__thumbnail:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #000;
  width: 24px;
  height: 24px;
  color: #fff;
  font-family: Roboto, sans-serif;
  text-align: center;
  display: block;
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(1) .c-post-item-pickup__thumbnail:before {
  content: "1";
  background: #DA423F;
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(2) .c-post-item-pickup__thumbnail:before {
  content: "2";
  background: #F19963;
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(3) .c-post-item-pickup__thumbnail:before {
  content: "3";
  background: #539A35;
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(4) .c-post-item-pickup__thumbnail:before {
  content: "4";
  background: #00A2AB;
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(5) .c-post-item-pickup__thumbnail:before {
  content: "5";
  background: #8E81B7;
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(6) .c-post-item-pickup__thumbnail:before {
  content: "6";
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(7) .c-post-item-pickup__thumbnail:before {
  content: "7";
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(8) .c-post-item-pickup__thumbnail:before {
  content: "8";
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(9) .c-post-item-pickup__thumbnail:before {
  content: "9";
}
.c-post__postrelated.is-ranking .c-post-item-pickup:nth-child(10) .c-post-item-pickup__thumbnail:before {
  content: "10";
}
@media (min-width: 768px) {
  .c-post__aside .c-aside-widget {
    max-width: 280px;
  }
}
.c-post__aside__title {
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid var(--color-primary);
  padding-left: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post__aside__title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.c-post__asidelist {
  margin-bottom: 32px;
}
.c-post__asidelist__list ul li a {
  display: block;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e8e8e8;
}
.c-post__asidelist__list ul li a:hover {
  text-decoration: underline;
}
.c-post__navs {
  padding-top: 32px;
  padding-bottom: 32px;
}

.c-post-navs ul {
  display: flex;
  justify-content: space-around;
}
.c-post-navs a {
  text-decoration: none !important;
}
.c-post-navs__prev, .c-post-navs__next {
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #E5E4E5;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-post-navs__prev, .c-post-navs__next {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .c-post-navs__prev a, .c-post-navs__next a {
    white-space: nowrap;
  }
}
.c-post-navs__list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  font-weight: bold;
  border: 4px solid #000;
}

.c-shc-head {
  background-image: url(../images/bg-page-header-concept.png);
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-head {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.c-shc-head .l-container {
  position: relative;
}
.c-shc-head__title {
  text-align: left !important;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.c-shc-head__title:after {
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  margin-top: 12px;
  background: url(../images/bg-post-title.png);
}
.c-shc-head__text {
  color: #fff;
  text-align: left;
}
.c-shc-head__image {
  position: absolute;
  right: -147px;
  top: 0px;
  max-width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-head__image {
    right: 0;
    position: static;
    margin-top: 24px;
    overflow: hidden;
  }
  .c-shc-head__image img {
    transform: translateX(70px);
  }
}

.c-shc-con {
  background-image: url(../images/bg-newconcept-01.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.c-shc-con__navs {
  padding-top: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__navs {
    padding-top: 20px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__navs li {
    display: flex;
  }
  .c-shc-con__navs li a {
    padding-left: 10px;
    margin-right: 8px;
    padding-right: 10px;
  }
}
.c-shc-con__content {
  margin-top: 40px;
  max-width: 896px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-shc-con__text {
  font-weight: bold;
}
.c-shc-con__text strong {
  color: var(--color-primary);
  font-weight: bold;
}
.c-shc-con__text p {
  margin-bottom: 1em;
}
.c-shc-con__text__strong {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-shc-con__video {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 51px;
  margin-bottom: 51px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__video {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.c-shc-con__video__title {
  text-align: center;
  padding-bottom: 10px;
  color: var(--color-primary);
  letter-spacing: 2px;
}
.c-shc-con__video iframe {
  width: 100%;
}
.c-shc-con__msg {
  margin-bottom: 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__msg {
    max-width: 100%;
  }
}
.c-shc-con__msg a {
  background: var(--color-primary);
  padding: 16px 32px;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__msg a {
    flex-wrap: wrap;
  }
}
.c-shc-con__msg a:hover {
  opacity: 0.7;
}
.c-shc-con__msg__image {
  max-width: 100px;
}
.c-shc-con__msg__image img {
  max-width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__msg__image {
    max-width: 80px;
  }
}
.c-shc-con__msg__title {
  font-weight: bold;
  font-size: 24px;
  border-right: 2px solid #fff;
  padding-right: 40px;
  margin-right: 40px;
  margin-left: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__msg__title {
    font-size: 20px;
    padding-right: 0;
    border: none;
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__msg__sub {
    width: 94%;
    text-align: right;
  }
}
.c-shc-con__msg__icon {
  margin-left: 120px;
  font-size: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-con__msg__icon {
    width: auto;
    margin-left: 0;
    margin-left: 8px;
    text-align: right;
    margin-bottom: 3px;
  }
}

.c-shc-rules {
  background: rgba(47, 111, 120, 0.2);
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-rules {
    margin-top: 0;
  }
}
.c-shc-rules__title .small {
  display: block;
  text-align: center;
  font-size: 20px;
}
.c-shc-rules__text {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-rules__text {
    text-align: left;
  }
}
.c-shc-rules__items {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-rules__items {
    flex-wrap: wrap;
  }
}
.c-shc-rules__item {
  background: #fff;
  position: relative;
  padding-top: 40px;
  max-width: 208px;
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-rules__item {
    max-width: calc(50% - 8px);
    margin-bottom: 40px;
  }
}
.c-shc-rules__item__number {
  font-size: 56px;
  font-weight: bold;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
}
.c-shc-rules__item__title {
  color: var(--color-primary);
  letter-spacing: 1.8px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-rules__item__title {
    font-size: 20px;
  }
}
.c-shc-rules__item__sub {
  padding-top: 32px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-rules__item__sub {
    font-size: 16px;
  }
}
.c-shc-rules__item:nth-child(5) {
  padding-top: 26px;
}
.c-shc-rules__item:nth-child(5) .c-shc-rules__item__title {
  padding-bottom: 21px;
}
.c-shc-rules__video {
  max-width: 576px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-shc-rules__video iframe {
  max-width: 100%;
  width: 100%;
}
.c-shc-merit {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-shc-merit__title .small {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.c-shc-merit__navs ul {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-merit__navs ul {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-merit__navs ul li {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-shc-merit__navs ul li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  color: var(--color-primary);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-merit__navs ul li a {
    font-size: 16px;
    line-height: 2;
  }
}
.c-shc-merit__navs ul li a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 8px;
  color: var(--color-primary);
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-merit__navs ul li a:after {
    margin-left: 4px;
  }
}
.c-shc-merit__navs ul li a span {
  color: var(--color-primary);
}
.c-shc-merit__item {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.c-shc-merit__item__number {
  padding-top: 53px;
  padding-bottom: 32px;
  background-image: url(../images/bg-newconcept-merit-title.png);
  background-position: center center;
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.c-shc-merit__item__number span {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  color: var(--color-primary);
}
.c-shc-merit__item__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-merit__item__row {
    display: block;
  }
}
.c-shc-merit__item__img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 528px;
  width: 100%;
  max-height: 324px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-merit__item__img {
    border-radius: 10px;
    margin-bottom: 0px;
  }
}
.c-shc-merit__item__content {
  padding-top: 16px;
  max-width: 460px;
  width: 100%;
}
.c-shc-merit__item:nth-child(2n-1) .c-shc-merit__item__img {
  order: 2;
}
.c-shc-merit__item:nth-child(2n-1) .c-shc-merit__item__content {
  order: 1;
}
.c-shc-merit__item__title {
  border-bottom: 4px solid #000000;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.7;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shc-merit__item__title {
    font-size: 28px;
  }
}
.c-shc-merit__item__sub {
  font-size: 82px;
  opacity: 0.3;
  position: absolute;
  letter-spacing: -3px;
  color: #4bb3ce;
  top: 140px;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
}
.c-shc-merit__item__text p {
  margin-bottom: 1em;
}
.c-shc-merit__item__text p a {
  margin-bottom: 8px;
}

.c-shc-search {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F0F5F5;
}

.c-chm-item__more {
  margin-top: 24px;
  text-align: center;
  background: #e8e8e8;
  color: #000;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 24px;
  background-image: url(/wp-content/mu-plugins/commonscripts/assets/images/bg-newconcept-01.jpg);
  background-size: cover;
  background-position: bottom center;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-chm-item__more {
    font-size: 18px;
  }
}

.c-shco__policy {
  text-align: center;
}
.c-shco__policy__label {
  text-align: center;
}
.c-shco__policy__label span {
  line-height: 1;
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
}
.c-shco__policy__text {
  font-size: 40px;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shco__policy__text {
    font-size: 20px;
  }
}
.c-shco__policy__sub {
  margin-bottom: 24px;
}
.c-shco__recruit {
  border: 2px solid #000;
  padding: 20px 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shco__recruit {
    padding: 20px;
  }
}
.c-shco__recruit img {
  max-width: 100%;
}
.c-shco__recruit__copy {
  font-size: 24px;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shco__recruit__copy {
    padding-top: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shco__recruit__text .large-7 {
    margin-bottom: 16px;
  }
}
.c-shco__recruit__text .large-5 {
  padding-left: 24px;
}
.c-shco__recruit__img {
  margin-bottom: 24px;
}
.c-shco__recruit .c-button.is-lg.is-outline {
  width: 100%;
  text-align: center;
}
.c-shco__recruit__buttons {
  display: flex;
  margin-top: 8px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.c-shco__recruit__buttons a {
  text-decoration: none;
  width: 50%;
  display: block;
  margin-bottom: 8px;
  margin-right: 8px;
  background: #F5F5F5;
  padding: 12px 18px;
  border-radius: 8px;
  color: #000;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.c-shco__recruit__buttons a:hover {
  color: #000;
  background: gainsboro;
}
.c-shco__recruit__buttons a:last-child {
  margin-right: 0;
}
.c-shco__recruit__buttons a svg {
  margin-right: 4px;
  vertical-align: middle;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-capsule-nav a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-faq {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.c-faq__heading {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq__heading {
    margin-bottom: 24px;
  }
}
.c-faq__box {
  margin-bottom: 80px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq__box {
    margin-bottom: 56px;
  }
}
.c-faq__box:last-child {
  margin-bottom: 0;
}
.c-faq__block {
  border: 1px solid var(--color-primary);
  margin-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq__block {
    margin-bottom: 12px;
  }
}
.c-faq__block:last-child {
  margin-bottom: 0;
}
.c-faq__title {
  font-size: 18px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  padding: 18px 60px 18px 68px;
  cursor: pointer;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq__title {
    padding: 14px 36px 12px 50px;
    font-size: 15px;
  }
}
.c-faq__title:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 18px;
  padding-bottom: 3px;
  padding-right: 1px;
  box-sizing: border-box;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 1000px;
  position: absolute;
  left: 24px;
  top: 17px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq__title:before {
    font-size: 15px;
    padding: 0;
    width: 26px;
    height: 26px;
    left: 14px;
    top: 14px;
  }
}
.c-faq__title:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 28px;
  right: 32px;
  font-size: 16px;
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq__title:after {
    font-size: 14px;
    top: 21px;
    right: 16px;
  }
}
.c-faq__text {
  line-height: 1.5;
  display: none;
  background-color: rgba(47, 111, 120, 0.05);
  padding: 16px 32px 22px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-faq__text {
    line-height: 2.1;
    padding: 14px 16px;
  }
}

.c-voice-contents > h3 {
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 4px;
  background: #4bb3ce;
  margin-bottom: 16px;
  color: #fff;
}
.c-voice-contents > h3:before {
  content: "\f128";
  margin-right: 16px;
  font-family: FontAwesome;
}
.c-voice-contents > .content {
  overflow: hidden;
  margin-bottom: 40px;
}
.c-voice-contents > .content .text {
  padding-right: 24px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-contents > .content .text {
    padding-right: 0;
  }
}
.c-voice-contents > .content .img {
  float: left;
  margin-right: 24px;
}
.c-voice-contents > .content .img img {
  max-width: 380px;
}

.c-voice-head {
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-head {
    display: block;
    margin-top: 0px;
    padding-top: 18px;
  }
}
.c-voice-head__image {
  max-width: 420px;
  margin-right: 20px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-head__image {
    max-width: 100%;
    margin-right: 0;
  }
}
.c-voice-head__image img {
  max-width: 100%;
  width: 100%;
}
.c-voice-head__content {
  max-width: calc(100% - 340px);
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-head__content {
    max-width: 100%;
  }
}
.c-voice-head__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-head__title {
    padding-top: 16px;
    font-size: 20px;
  }
}
.c-voice-head__text {
  font-size: 15px;
}
.c-voice-head__house {
  margin-top: 8px;
  display: flex;
  text-decoration: none;
  color: #000;
  align-items: center;
}
.c-voice-head__house__image {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 8px;
}
.c-voice-head__house__name {
  font-weight: bold;
}
.c-voice-head__meta {
  display: flex;
  padding-top: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-head__meta {
    flex-wrap: wrap;
  }
}
.c-voice-head__meta dl {
  display: flex;
  border-radius: 48px;
  display: flex;
  background: #f5f5f5;
  padding: 1px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.c-voice-head__meta dl:last-child {
  margin-right: 0;
}
.c-voice-head__meta dl dt {
  padding-top: 4px;
  padding-bottom: 4px;
  display: table-cell;
  font-weight: bold;
  padding-right: 12px;
}
.c-voice-head__meta dl dt i {
  color: #e083aa;
}
.c-voice-head__meta dl dt:after {
  content: " : ";
  margin-left: 8px;
}
.c-voice-head__meta dl dd {
  padding-top: 4px;
  padding-bottom: 4px;
  display: table-cell;
  padding-right: 0px;
}

.c-voice-items__items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-items__items .c-voice-pickup__item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-items__items .c-voice-pickup__item__image {
    height: 20px;
  }
}
.c-voice-items__items .c-voice-pickup__item__text {
  display: none;
}
.c-voice-items__items .c-voice-pickup__item__house__name {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-items__items .c-voice-pickup__item__house__name {
    font-size: 10px;
    line-height: 1;
  }
}
.c-voice-items__items .c-voice-pickup__item__house__more {
  white-space: nowrap;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-items__items .c-voice-pickup__item__house__more {
    font-size: 10px;
  }
}
@media (min-width: 640px) {
  .c-voice-items__items .c-voice-pickup__item {
    display: block;
    max-width: calc(33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 640px) and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-items__items .c-voice-pickup__item {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .c-voice-items__items .c-voice-pickup__item__content {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .c-voice-items__items .c-voice-pickup__item__image {
    max-width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 3px;
  }
  .c-voice-items__items .c-voice-pickup__item__image img {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .c-voice-items__items .c-voice-pickup__item__title {
    font-size: 18px;
    min-height: 50px;
  }
}
@media (min-width: 640px) {
  .c-voice-items__items .c-voice-pickup__item__text {
    display: none;
  }
}

.c-voice-pickup {
  background: rgba(47, 111, 120, 0.2);
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-voice-pickup__title {
  margin-bottom: 12px;
  text-align: center;
}
.c-voice-pickup__title span {
  display: block;
}
.c-voice-pickup__title span:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-voice-pickup__title span:nth-child(2) {
  font-size: 15px;
  font-weight: bold;
}
.c-voice-pickup__items {
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-voice-pickup__item {
  display: flex;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-pickup__item {
    max-width: 90vw;
  }
}
.c-voice-pickup__item:hover {
  color: #000;
}
.c-voice-pickup__item__image {
  max-width: 30%;
  width: 100%;
}
.c-voice-pickup__item__image img {
  overflow: hidden;
  transition: all ease 0.2s;
}
.c-voice-pickup__item__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-voice-pickup__item__content {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 70%;
  width: 100%;
}
.c-voice-pickup__item__title {
  font-size: 16px;
  font-weight: bold;
}
.c-voice-pickup__item__meta {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #777;
}
.c-voice-pickup__item__text {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.c-voice-pickup__item__house {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
}
.c-voice-pickup__item__house:hover .c-voice-pickup__item__house__image {
  opacity: 0.7;
}
.c-voice-pickup__item__house:hover .c-voice-pickup__item__house__name {
  opacity: 0.7;
}
.c-voice-pickup__item__house__image {
  width: 32px;
  height: 32px;
  background-size: cover;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-pickup__item__house__image {
    width: 42px;
  }
}
.c-voice-pickup__item__house__name {
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-pickup__item__house__name {
    font-size: 12px;
    line-height: 1.1;
  }
}
.c-voice-pickup__item__house__name a {
  display: block;
  padding-left: 8px;
}
.c-voice-pickup__item__house__name a:hover {
  color: #000;
}
.c-voice-pickup__item__house__more {
  background: #000;
  color: #fff;
  padding: 2px 8px;
  margin-left: 8px;
  font-size: 12px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-pickup__item__house__more {
    font-size: 10px;
    white-space: nowrap;
  }
}
.c-voice-pickup__item__house__more i.fa {
  margin-left: 8px;
}

.c-voice-search {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-search {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-voice-search.is-tax {
  padding-top: 0;
}
.c-voice-search .l-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-search .l-container {
    display: block;
  }
}
.c-voice-search__select {
  max-width: 232px;
  width: 100%;
  padding-right: 24px;
  border-right: 1px solid #000;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-search__select {
    max-width: 100%;
    padding-left: 0;
    border-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
.c-voice-search__select select {
  max-width: 100%;
  width: 100%;
  height: 48px;
  border: none;
  font-size: 14px;
}
.c-voice-search__select label {
  display: block;
  font-weight: bold;
}
.c-voice-search__categories {
  max-width: calc(100% - 320px);
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-search__categories {
    max-width: 100%;
  }
}
.c-voice-search__categories label {
  display: block;
  font-weight: bold;
}
.c-voice-search__categories ul {
  display: flex;
}
.c-voice-search__categories ul li {
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-search__categories ul li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.c-voice-search__categories ul li a {
  background: #fff;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1.2px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-search__categories ul li a {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
    letter-spacing: 0px;
    font-size: 13px;
    width: 100%;
  }
}
.c-voice-search__categories ul li a:hover {
  background: #000;
  color: #fff;
}
.c-voice-search__categories ul li a.is-active {
  background: #000;
  color: #fff;
}

body.mypage .acf-field-accordion .acf-label.acf-accordion-title {
  margin-top: 0;
}
body.mypage .acf-field-accordion .acf-label.acf-accordion-title label {
  font-size: 18px;
}
body.mypage .dropzone .acf-dropzone-info p.drag-drop-info {
  font-size: 14px;
}
body.mypage .dropzone.dropzone-file [data-uploader] .hide-if-value {
  padding: 10px 20px;
  border: 1px dashed #c3c4c7;
}
body.mypage .dropzone .acf-file-uploader:not(.has-value) > .hide-if-value, body.mypage .dropzone .acf-image-uploader:not(.has-value) > .hide-if-value {
  justify-content: center;
}
body.mypage .dropzone .acf-gallery-attachments {
  bottom: 67px !important;
  outline: 1px dashed #c3c4c7;
  outline-offset: -4px;
}
body.mypage .dropzone .acf-gallery-attachments .acf-dropzone-info {
  height: 100%;
}
body.mypage .acf-accordion .acf-accordion-title .dashicons {
  color: #FFF;
}
body.mypage .acf-field.acf-accordion .acf-label.acf-accordion-title {
  padding: 10px 10px 10px 16px;
  border-bottom: 2px solid #0003;
}
body.mypage .acf-fields > .acf-field {
  padding: 15px 24px;
  width: 100% !important;
}
@media (max-width: 768px) {
  body.mypage .acf-fields > .acf-field {
    width: 100% !important;
    padding: 8px 12px;
  }
}
body.mypage .acf-form-submit {
  margin-top: 32px;
  text-align: center;
  margin-bottom: 32px;
}
body.mypage .acf-button {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

.c-dashboard__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-dashboard__container {
    flex-direction: column;
  }
  .c-dashboard__container .acf-field[data-width] + .acf-field[data-width] {
    width: 100% !important;
  }
}
.c-dashboard__aside {
  flex-basis: 300px;
}
.c-dashboard__content {
  flex-basis: calc(100% - 340px);
}
.c-dashboard__content .acfe-form {
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.c-dashboard__content input[type=text] {
  border: #7e8993 solid 1px;
}

.tml-dashboard-greeting {
  display: none;
}

.tml-dashboard-avatar {
  display: none;
}

#message.updated {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000000;
  width: 50vw;
  background: #45bd36;
  border: 1px solid rgba(0, 0, 0, 0.42);
  padding: 10px 16px;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

img {
  vertical-align: top;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  img {
    max-width: 100%;
  }
}

.c-bnrslider {
  margin-top: -40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-bnrslider {
    margin-top: 10px;
  }
  .c-bnrslider img {
    min-width: 240px !important;
  }
}
.c-bnrslider img {
  max-width: 344px;
}

#controlBar_bgndVideo {
  display: none !important;
}

@media (max-width: 600px) {
  #wrapper {
    padding-top: 0px;
  }

  #header {
    top: 43px;
    position: static;
    margin-top: -6px;
  }
  #header.is-fixed {
    top: 0px;
    position: fixed;
    width: 100%;
  }
  #header.is-fixed + #main-image {
    margin-top: 43px;
  }

  .is-openmenu #container:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-station-map {
    overflow: auto;
  }
}

#station-map {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#station-map #icons > g:hover {
  cursor: pointer;
}

#main-contents.main-contents-onecolumn {
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .c-housesearch-icons {
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 24px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-housesearch-icons a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.owner_lp #wrapper {
  max-width: 100%;
}

.tooltip-element {
  opacity: 0;
}

.tooltip-element.tooltip-open-transitionend {
  display: block;
}

.tooltip-element.tooltip-after-open {
  opacity: 1;
}

#Contact {
  display: none;
}

.single-houses .form_box.common-content {
  display: none;
}

.c-breadcrumb {
  background: #f0f5f5;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.c-breadcrumb * {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.c-breadcrumb #breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
}

.c-hd-smp-buttons a {
  font-size: 16px;
  line-height: 1.5;
}
.c-hd-smp-buttons a small {
  display: block;
  font-size: 0.8em;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .slick-dots li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-nofound-houses {
  background: #e8e8e8;
  padding: 30px 40px;
  margin-top: 0;
  margin-bottom: 80px;
}
.c-nofound-houses p {
  font-size: 15px;
  font-weight: bold;
}

.c-pagination {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-pagination {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.c-pagination ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-pagination ul li {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-pagination ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.c-pagination ul li span,
.c-pagination ul li a {
  display: block;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  background: #e8e8e8;
  display: block;
  color: #000;
}
.c-pagination ul li span:hover, .c-pagination ul li span.current,
.c-pagination ul li a:hover,
.c-pagination ul li a.current {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-pagination ul li span,
.c-pagination ul li a {
    font-size: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
  }
}

.c-hs-filters__pane {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  #station-map {
    height: auto;
  }
}

.c-hd-sliders__lg .slick-prev {
  left: 18px;
}
.c-hd-sliders__lg .slick-next {
  right: 18px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-hd-sliders__lg .slick-prev,
.c-hd-sliders__lg .slick-next {
    color: #000;
    font-size: 30px;
    text-align: center;
  }
  .c-hd-sliders__lg .slick-prev:before,
.c-hd-sliders__lg .slick-next:before {
    display: none;
  }
}

div#related h3 {
  font-size: 15px;
}

#single-paging {
  font-size: 15px;
}

.block_imgr img {
  max-width: 100%;
}

#blogMain .officialTxt {
  font-size: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  #blogMain .officialTxt {
    font-size: 12px;
    position: relative;
    max-width: 100%;
    margin-top: -50px;
    width: 90% !important;
  }
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  #main-contents {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 100%;
  }
  #main-contents p {
    max-width: 100%;
  }

  #sidebar {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .block_imgr,
.alltxt {
    max-width: 100%;
    width: 100%;
  }

  .block_imgr h3,
.alltxt h3,
.block_imgr .fl {
    max-width: 100%;
  }

  .sideofficial {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebox {
    text-align: left;
  }

  .sidebox.recent_post li {
    display: flex;
  }
  .sidebox.recent_post li > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sidebox.recent_post img {
    max-width: 50px;
  }
}
.c-contacttel {
  text-align: center;
  padding: 32px 40px;
  background: #f5f5f5;
}
.c-contacttel .heading.is-lg {
  margin-top: 0;
  text-align: center;
  background-position: center bottom;
}

#wpcf7-f6-p12-o1 > form > dl:nth-child(14) > dd > span.title {
  display: block;
}

#tinymce {
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#tinymce #toc_container,
.l-post-content #toc_container {
  border: none !important;
  width: 100% !important;
}
#tinymce #toc_container ul,
.l-post-content #toc_container ul {
  padding-left: 16px;
  padding-right: 16px;
}
#tinymce #toc_container ul li:before,
.l-post-content #toc_container ul li:before {
  display: none;
}
#tinymce iframe,
.l-post-content iframe {
  max-width: 100%;
  height: 280px !important;
}
#tinymce h2,
.l-post-content h2 {
  margin-top: 40px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
  background: var(--color-primary);
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  #tinymce h2,
.l-post-content h2 {
    font-size: 20px;
  }
}
#tinymce h3,
.l-post-content h3 {
  background: #ebf6f9;
  border-radius: 3px;
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.6;
  padding-right: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  #tinymce h3,
.l-post-content h3 {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0px;
  }
}
#tinymce h4,
.l-post-content h4 {
  font-size: 18px;
  padding-left: 0;
  padding-right: 16px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.6;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--color-primary);
}
#tinymce strong,
.l-post-content strong {
  font-weight: bold;
  background: #f3e448;
  display: inline-block;
  padding-left: 8px;
  border-radius: 2px;
  padding-right: 8px;
  padding-top: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 2px;
}
#tinymce ul,
.l-post-content ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
#tinymce ul li,
.l-post-content ul li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  margin-bottom: 4px;
  margin-top: 4px;
}
#tinymce ul li:before,
.l-post-content ul li:before {
  content: "●";
  color: var(--color-primary);
}
#tinymce .u-text-small,
.l-post-content .u-text-small {
  color: #999;
  font-size: 0.9em;
}
#tinymce blockquote,
.l-post-content blockquote {
  background: #ebf6f9;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: bold;
}
.c-manshitsupanel {
  padding: 24px;
  background: #e8e8e8;
  margin-bottom: 40px;
}
.c-manshitsupanel__title {
  font-size: 18px;
  margin-bottom: 18px;
  text-align: center;
}
.c-manshitsupanel__content {
  text-align: center;
}
.c-manshitsupanel__content p {
  margin-bottom: 0;
  margin-top: 16px;
}

.u-mbs {
  margin-top: 32px;
  margin-bottom: 32px;
}
.u-mbs.is-lg {
  margin-top: 46px;
  margin-bottom: 46px;
}
.u-mbs.is-bottom {
  margin-top: 0;
}
.u-mbs.is-top {
  margin-bottom: 0;
}

.u-text-left {
  text-align: left !important;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .profile .profilebody .profile_txt {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .profile .profilebody .eyecatch {
    max-width: 40%;
    margin-right: 16px;
  }
  .profile .profilebody .eyecatch img {
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .profile .profilebody .profile_txt .mb15 p {
    display: inline;
  }
  .profile .profilebody .profile_txt .mb15 p:after {
    content: " / ";
  }
  .profile .profilebody .profile_txt .mb15 p:last-child:after {
    content: none;
  }
}

#main-contents .c-breadcrumb {
  margin-bottom: 24px;
}

#sidebar .house_kind ul li a {
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  #widget-news,
#widget-media,
#widget-ito {
    margin-left: 16px;
    margin-right: 16px;
  }

  #widget-media + .widget-ttl {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .member_cat li a {
    padding: 6px 14px;
    font-size: 14px;
  }
}

#englishpage .l-header__contact {
  flex-basis: 36%;
}
#englishpage .c-shconcept__title {
  letter-spacing: 0;
}
#englishpage .c-button {
  letter-spacing: 0;
}
#englishpage .c-shsearch__icon.is-concept {
  padding-top: 20px;
}
@media screen and (min-width: 37.5em) {
  #englishpage .c-hd-campaign__content {
    font-size: 1.3em;
  }
}
#englishpage .c-news180__aside a:last-child {
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  #englishpage .c-house-item__thumbnail__title__icon {
    bottom: 56px;
    background: rgba(0, 0, 0, 0.2);
    padding: 4px;
  }
}

body.page-template-page-english-php {
  background: none;
}

.gmap-info-window {
  position: relative;
  overflow: visible !important;
}
.gmap-info-window:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 24px;
  height: 24px;
  transform: translate(-50%, 0);
  background: url(../images/mapafter.svg) no-repeat 0 0;
  content: "";
  background-size: contain;
}

#container.flow ul.flt03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#container.flow ul.flt03 li {
  width: 33.333%;
}
#container.flow .heading.is-md {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-form-block .c-form-block__flex .content + .content {
    padding-left: 0;
    width: 100%;
  }
  .c-form-block .c-form-block__flex .content + .content .wpcf7-form-control-wrap {
    padding-left: 66px;
  }
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-contactstyle .c-hd-navs ul {
    display: block;
  }
  .c-contactstyle .c-hd-navs ul li {
    width: 100%;
  }
}

.c-aside-widget.is-absolute {
  position: absolute;
}
.c-aside-widget.is-fixed {
  position: fixed;
}

.c-voice-contact {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
  position: relative;
  background-position: center center;
}
@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-voice-contact {
    display: block;
  }
  .c-voice-contact .c-voice-contact__button {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.c-voice-contact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9;
}
.c-voice-contact__button {
  flex-basis: 50%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.c-flow {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-flow .heading.is-md {
  margin-bottom: 32px;
}

.c-flowtab {
  margin-top: 24px;
  margin-bottom: 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.c-flowtab__nav {
  margin-bottom: 16px;
}
.c-flowtab__nav ul {
  display: flex;
  justify-content: space-between;
}
.c-flowtab__nav ul li {
  width: 50%;
}
.c-flowtab__nav ul li a {
  font-weight: bold;
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all ease 0.2s;
  background: #E8E8E8;
  position: relative;
}
.c-flowtab__nav ul li a.is-active, .c-flowtab__nav ul li a:hover {
  background: #000;
  color: #fff;
}
.c-flowtab__nav ul li a.is-active:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(45deg);
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}
.c-flowtab .js-tabs-content {
  display: none;
}
.c-flowtab .js-tabs-content.is-active {
  display: block;
}
.c-flowtab__step {
  display: block;
  color: #000;
  background: #e8e8e8;
  padding: 12px 24px;
  margin-bottom: 20px;
  position: relative;
}
.c-flowtab__step:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #e8e8e8;
  transform: rotate(-45deg);
  bottom: -8px;
  left: 50%;
}
.c-flowtab__step span {
  background: var(--color-primary);
  color: #fff;
  font-family: "Roboto Condensed", "Lato", sans-serif;
  letter-spacing: 5px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 16px;
}
.c-flowtab__step:last-child:after {
  display: none;
}
.c-flowtab__step.is-kokugai {
  background: #76bfca;
}
.c-flowtab__step.is-kokugai:after {
  background: #76bfca;
}

.c-flowtab__mochimono {
  padding: 16px 24px;
  margin-top: 20px;
  border: 3px solid #000;
}
.c-flowtab__mochimono__title {
  text-align: center;
  font-weight: bold;
}

.page-template-page-flow .heading.is-md {
  margin-top: 60px;
}

.c-flow-navs ul {
  margin-left: -1%;
  margin-right: -1%;
}

.u-text-right {
  text-align: right !important;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-chm-item__image {
  text-align: center;
}

.c-sharearea {
  padding-left: 8px;
  padding-right: 8px;
}

.c-sharearea__nav {
  background: #F0F5F5;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
  padding-bottom: 1px;
}

.c-sharearea__item__title a {
  background: #151515;
  border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  padding: 4px 8px;
  display: block;
}

.c-sharearea__item__title a .fa {
  position: absolute;
  right: 8px;
  top: 7px;
}

.c-sharearea__item__nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 18px;
}

.c-sharearea__item__nav ul li {
  margin-right: 4px;
}

.c-sharearea__item__nav ul li a {
  background: #fFF;
  border-radius: 100px;
  padding: 4px 8px;
  text-decoration: none;
  padding-right: 6px;
}

.c-sharearea__item__nav ul li a .fa {
  margin-left: 6px;
}

.c-form-block dd {
  max-width: 100%;
}

.c-search-detail-item {
  margin-bottom: 20px;
}

.c-search-campaign label {
  display: block;
  margin-top: 10px;
  margin: 0;
}

.switch-button {
  background: #999;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  color: #FFF;
  position: relative;
  padding-right: 50%;
  position: relative;
}

.switch-button:before {
  content: "対象ハウスのみ表示";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(100%);
  box-sizing: border-box;
  transition: transform 300ms linear;
}

.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 15px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-checkbox + .switch-button-label:before {
  content: "";
  box-sizing: border-box;
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}

.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}

.c-shitems__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.c-shitems__flex > .c-house-item {
  flex-basis: calc(33% - 5px);
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shitems__flex > .c-house-item {
    flex-basis: 50%;
  }
}
.c-shitems__more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {
  .c-shitems__more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-shitems__more .c-button {
  min-width: 300px;
}

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