@charset "UTF-8";
/* common */
a {
  color: #014457;
}

a:hover {
  color: #c085a0;
}

.or {
  color: #fb9803;
}

.lb {
  color: #c1e1e5;
}

/* =Link
-------------------------------------------------------------- */
.link_area a {
  color: #000;
  text-decoration: none;
}

.link_area a:hover {
  color: #00b9ce;
  text-decoration: underline;
}

#footerFloatingMenu a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* =Header
-------------------------------------------------------------- */
nav {
  width: 100%;
}
nav > ul > li {
  width: 100%;
}
nav > ul > li:first-child > a {
  border-top: 1px solid #ccc;
}
nav > ul > li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #014457;
  text-align: center;
  text-decoration: none;
}
nav > ul > li > ul {
  display: none;
}
nav > ul > li li > a {
  padding: 10px 5%;
  background-color: #111;
  color: #fff;
}

/* 長期休業告知部分 */
/* sp */
.eigyovacationLinkSp {
  margin: 8px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.eigyovacationLinkSp a {
  color: #fe1100 !important;
}
.eigyovacationLinkSp a:hover {
  color: #c1101e !important;
}
.eigyovacationLinkSp .arrowLink::before {
  border-top: 2px solid #e12d50;
  border-right: 2px solid #e12d50;
}

/* pc */
.eigyovacationLinkSelect {
  position: absolute;
  top: 24px;
  font-size: 1.3rem;
  line-height: 1.4;
  right: 420px;
}
.eigyovacationLinkSelect a {
  color: #fe1100;
}
.eigyovacationLinkSelect a.arrowLink::before {
  border-top: 2px solid #fe1100;
  border-right: 2px solid #fe1100;
}

/* =Main column
-------------------------------------------------------------- */
.bnrArea img {
  max-width: 100%;
  height: auto;
}

.kronoLink {
  background-color: #c2bc97;
}

.tiaroLink {
  background-color: #7eb7ad;
}

.subtextArea {
  font-size: 1.2rem;
}

/* arrowLink */
.arrowLink {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
}
.arrowLink::before {
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* arrowLink:bottom */
.arrowLinkBottom {
  padding: 0 0 0 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.arrowLinkBottom::before {
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  vertical-align: middle;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =Buttun
-------------------------------------------------------------- */
.normalBtn {
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), to(#f0f0f0));
  background: linear-gradient(to bottom, #fff 80%, #f0f0f0 100%);
  border: solid #e5e5e5 1px;
  color: #333 !important;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
}
.normalBtn:hover, .normalBtn:active {
  background: #ebf4f5;
  color: #333 !important;
}

.actionBtn {
  padding: 20px 0;
  background: #fff;
  border: solid #006CB8 1px;
  color: #006CB8 !important;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.actionBtn:hover, .actionBtn:active {
  background: #ebf4f5;
  color: #006CB8 !important;
}

.submitBtn {
  padding: 20px 10px;
  background: #006CB8;
  border: solid #006CB8 1px;
  color: #fff !important;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.submitBtn:hover, .submitBtn:active {
  background: rgba(0, 108, 184, 0.8);
  color: #fff !important;
}

.listArea a span.icon {
  padding: 0 0 0 33px;
  display: inline-block;
  position: relative;
}

.listArea a.actionBtn span.icon::before {
  content: "";
  width: 23px;
  height: 18px;
  position: absolute;
  background-image: url("../img/icon_detail.svg");
  left: 5px;
  background-size: 23px;
  bottom: -1px;
}

.listArea a.submitBtn span.icon::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url(../img/btnArrowWhite.png);
  left: 9px;
  background-size: 14px;
}

.saleLinkBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #028dd0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), to(#e9e9ea));
  background: linear-gradient(180deg, #fafbfc, #e9e9ea);
  text-decoration: none;
  display: inline-block;
  color: #333;
}

.rentLinkBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00bdd3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), to(#e9e9ea));
  background: linear-gradient(180deg, #fafbfc, #e9e9ea);
  text-decoration: none;
  display: inline-block;
  color: #333;
}

.checkboxInput {
  display: none;
}

/* .checkboxTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 17px;
  height: 17px;
  border: 1px solid #666;
  background: #fff;
} */

/* .checkboxInput:checked + .checkboxTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: -15px;
  width: 4px;
  height: 11px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 4px solid #00a0e9;
  border-bottom: 4px solid #00a0e9;
} */

.modalWinArea {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  color: #333;
  font-family: "Lucida Grande", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "ＭＳ Ｐゴシック", sans-serif;
}
.modalWinArea .submitBtn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #de1222), to(#c1101e));
  background: linear-gradient(to bottom, #de1222 80%, #c1101e 100%);
  border: solid #c1101e 1px;
}
.modalWinArea .submitBtn:hover {
  background: #c1101e;
  color: #fff !important;
}
.modalWinArea label.checkboxText {
  padding-left: 35px;
  line-height: 25px;
  display: inline-block;
  background-image: url(../img/common/bg_checkbox.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modalWinArea label.checkboxText input[type=checkbox] {
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  z-index: 2;
  -webkit-box-shadow: 39px 0px #FFF;
          box-shadow: 39px 0px #FFF;
  display: block;
}
.modalWinArea label.checkboxText input[type=checkbox]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modalWinArea label.checkboxText::before {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modalWinArea label.checkboxText::after {
  width: 10px;
  height: 16px;
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  display: block;
  border-right: 4px solid #00a0e9;
  border-bottom: 4px solid #00a0e9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modalWinArea label.checkbox {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modalWinArea label.checkbox input[type=checkbox] {
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  z-index: 2;
  -webkit-box-shadow: 39px 0px #FFF;
          box-shadow: 39px 0px #FFF;
}
.modalWinArea label.checkbox input[type=checkbox]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modalWinArea label.checkbox::after {
  width: 10px;
  height: 16px;
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  border-right: 4px solid #00a0e9;
  border-bottom: 4px solid #00a0e9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#m0774_mv_slide {
  position: relative;
}

.floatingMenu-modal .modalWinArea {
  text-align: center;
  font-family: inherit;
  line-height: 1.4;
}
.floatingMenu-modal .modalWinArea a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.floatingMenu-modal .modalWinArea .requestHead {
  font-weight: bold;
}
.floatingMenu-modal .modalWinArea .requestHead img {
  vertical-align: text-top;
}
.floatingMenu-modal .modalWinArea .requestText {
  color: #444;
}
.floatingMenu-modal .modalWinArea .linkArea .linkHead {
  font-weight: bold;
}
.floatingMenu-modal .modalWinArea .linkArea .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floatingMenu-modal .modalWinArea .linkArea .btnList-item a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.floatingMenu-modal .modalWinArea .linkArea .btnList-item.-krono a {
  border: 1px solid #c2bc97;
  background: #c2bc97;
}
.floatingMenu-modal .modalWinArea .linkArea .btnList-item.-krono a:hover {
  color: #c2bc97 !important;
  background: #fff;
}
.floatingMenu-modal .modalWinArea .linkArea .btnList-item.-tiaro a {
  border: 1px solid #7eb7ad;
  background: #7eb7ad;
}
.floatingMenu-modal .modalWinArea .linkArea .btnList-item.-tiaro a:hover {
  color: #7eb7ad !important;
  background: #fff;
}

.interviewIndex .annotation {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.interviewMvArea .annotation {
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  width: 100%;
  text-align: right;
}

.sateiBtnBlock {
  background: #f4f0eb;
}
.sateiBtnBlock .text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.sateiBtnBlock .catch {
  padding: 0.5em 0;
  color: #fb9803;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sateiBtnBlock .catch::before, .sateiBtnBlock .catch::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fb9803;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.sateiBtnBlock .catch::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.sateiBtnBlock .catch::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.sateiBtnBlock .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sateiBtnBlock .submitBtn {
  background: -webkit-gradient(linear, left top, left bottom, from(#c1101e), color-stop(80%, #c1101e), to(#8c0c13));
  background: linear-gradient(to bottom, #c1101e 0%, #c1101e 80%, #8c0c13 100%);
  border: solid #c1101e 1px;
  position: relative;
}
.sateiBtnBlock .submitBtn:hover {
  color: #c1101e !important;
  background: #fff;
}
.sateiBtnBlock .submitBtn em {
  font-size: 1.8rem;
  font-style: normal;
}
.sateiBtnBlock .submitBtn .icon {
  padding: 0 0 0 33px;
  display: inline-block;
  position: relative;
}
.sateiBtnBlock .submitBtn .balloon {
  height: 30px;
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 15px;
  border: solid #fff 2px;
  color: #fff;
  line-height: 26px;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sateiBtnBlock .submitBtn.-krono .balloon {
  background: #c2bc97;
}
.sateiBtnBlock .submitBtn.-tiaro .balloon {
  background: #7eb7ad;
}
.sateiBtnBlock .comment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3em;
  margin: 20px auto 0;
  padding: 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5em;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border: solid #ccc 1px;
}

.mvarea-btnArea .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mvarea-btnArea .submitBtn {
  padding: 15px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1101e), color-stop(80%, #c1101e), to(#8c0c13));
  background: linear-gradient(to bottom, #c1101e 0%, #c1101e 80%, #8c0c13 100%);
  border: solid #c1101e 1px;
  position: relative;
}
.mvarea-btnArea .submitBtn:hover {
  color: #c1101e !important;
  background: #fff;
}
.mvarea-btnArea .submitBtn em {
  font-style: normal;
}
.mvarea-btnArea .submitBtn .balloon {
  margin: 0 auto;
  padding: 0 10px;
  border: solid #fff 2px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
}
.mvarea-btnArea .submitBtn.-krono .balloon {
  background: #c2bc97;
}
.mvarea-btnArea .submitBtn.-tiaro .balloon {
  background: #7eb7ad;
}

.office-voice-block .head {
  text-align: center;
}

.voice-list {
  margin-bottom: 0;
}
.voice-list.-bgWhite .voice-list-item {
  background: #EFF6F6;
}
.voice-list.-bgWhite .voice-list-info::before {
  background: #fff;
}
.voice-list.-bg01 .voice-list-item {
  background: #fff;
}
.voice-list.-bg01 .voice-list-info::before {
  background: #ECF4F9;
}
.voice-list-text {
  margin-bottom: 0;
  padding: 1em;
}
.voice-list-text .ctg {
  margin: 0 0 0.5em;
  font-weight: bold;
  font-size: 1.4rem;
}
.voice-list-text .comment {
  margin-bottom: 0;
}
.voice-list-text .comment:not(:last-child) {
  margin: 0 0 1em;
}
.voice-list-text .comment-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-list-info {
  margin-top: -0.8em;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-list-info::before {
  width: 100%;
  height: 50px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.voice-list-info .office {
  margin-bottom: 0;
  font-size: 1.2rem;
  z-index: 2;
}
.voice-list-info .type {
  width: 70px;
  height: 70px;
  margin: 0 0 0 auto;
  padding: 1em 0 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2240.5%22%20viewBox%3D%220%200%2085%2040.5%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23D1E4F5%22%20points%3D%2267.7%2C20.2%2066.1%2C40.5%200%2C0%22%20%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23B1C8E5%22%20points%3D%2257.7%2C25.4%2066.1%2C40.5%200%2C0%22%20%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2257.7%2C25.4%2034.7%2C36.7%200%2C0%22%20%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2267.7%2C20.2%200%2C0%2085%2C11.2%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 38px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice-list-info .type.buy {
  background-color: #62A3C1;
}
.voice-list-info .type.sell {
  background-color: #c085a0;
}
.voice-box > *:last-child {
  margin-bottom: 0;
}

#kronoSellArea h2 strong, #kronoLeaseArea h2 strong, #tiaroSellArea h2 strong, #tiaroLeaseArea h2 strong {
  padding: 0 5px;
}
#kronoSellArea h2 span, #kronoSellArea h2 strong, #kronoLeaseArea h2 span, #kronoLeaseArea h2 strong {
  color: #989063;
}
#tiaroSellArea h2 span, #tiaroSellArea h2 strong, #tiaroLeaseArea h2 span, #tiaroLeaseArea h2 strong {
  color: #55847b;
}

#kronoSellArea .normalBtn strong {
  color: #989063;
}
#tiaroSellArea .normalBtn strong {
  color: #55847b;
}

.listArea li .data dl {
  margin: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listArea li .data dl dt {
  width: 60px;
}
.listArea .head {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.listArea .head .check {
  color: rgba(255, 255, 255, 0.75);
}
.listArea .dataArea {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listArea .imgContain {
  border: solid #ccc 1px;
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.listArea .imgContain img {
  width: auto;
  height: auto;
  max-width: 99%;
  max-height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.listArea .noPhoto {
  display: block;
  text-align: center;
  background: #f0f0f0;
}
.listArea .price {
  font-weight: bold;
}
.listArea .price strong {
  color: #e5585a;
}
.listArea .actionBtn, .listArea .submitBtn {
  padding: 10px 0;
}
.kronoSellArea .listArea .head, .kronoLeaseArea .listArea .head {
  background-color: #989063;
}
.kronoSellArea .listArea .dataArea, .kronoLeaseArea .listArea .dataArea {
  border: solid #989063 1px;
}
.tiaroSellArea .listArea .head, .tiaroLeaseArea .listArea .head {
  background-color: #55847b;
}
.tiaroSellArea .listArea .dataArea, .tiaroLeaseArea .listArea .dataArea {
  border: solid #55847b 1px;
}

/* 明朝体 */
.fontMin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: normal;
  color: #000;
}

.flow-top-step {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-top-step + .caption {
  margin-top: 1em;
}
.flow-top-step > li {
  margin: 0;
  background: #EFF6F6;
  position: relative;
}
.flow-top-step > li:not(:last-of-type)::after {
  width: 0;
  height: 0;
  margin: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: -2.75em;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: rgba(14, 118, 125, 0.15) transparent transparent transparent;
}
.flow-top-step > li .flow-top-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.flow-top-step > li .arrow {
  width: 1em;
  height: 1em;
  margin: 0;
  fill: #0E767D;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flow-top-step-ttl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(14, 118, 125, 0.15);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
a:hover .flow-top-step-ttl {
  background: rgba(14, 118, 125, 0.3);
}
.flow-top-step-ttl .step {
  color: #0E767D;
  font-size: 1.4rem;
}
.flow-top-step-text {
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* PC------------------------------------------------------------------------------- */
@media print, screen and (min-width: 900px) {
  .pcalignR {
    text-align: right;
  }
  .pcDisNon {
    display: none !important;
  }
  /* =Header
  -------------------------------------------------------------- */
  #m0774 #header {
    background-color: #fff;
    border-bottom: solid 5px #ddd8b9;
    -webkit-box-shadow: 0 2px 0 0 rgba(153, 153, 153, 0.4);
            box-shadow: 0 2px 0 0 rgba(153, 153, 153, 0.4);
    position: fixed;
    z-index: 4;
    width: 100%;
  }
  #m0774 #header > div {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  #m0774 #header .title {
    margin-top: 20px;
    width: 381px;
    height: 25px;
    background-image: url(../img/theparkhouseharumi.png);
  }
  #m0774 #header .tel {
    margin: 14px 0 0 5px;
    width: 180px;
    height: 32px;
    background: url(../img/tel.jpg) no-repeat left bottom/auto;
    padding-left: 25px;
  }
  #m0774 #header .tel span.red {
    position: relative;
    top: 5px;
    font-size: 2.5rem;
    font-family: serif;
  }
  #m0774 #header .tel .subText {
    top: 0;
    font-size: 1rem;
    color: #000;
    line-height: 1;
  }
  #m0774 #header .logo {
    margin: 20px 0 0;
    width: 195px;
    height: 23px;
    background-image: url(../img/mjhousenet_logo.jpg);
  }
  #m0774 #header .info {
    width: 590px;
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin: 10px 0 0 0;
    text-align: right;
  }
  .crumbs {
    width: 900px;
    margin: 5px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
    color: #666;
  }
  .crumbs li {
    margin-right: 8px;
    padding: 0 10px 0 0;
    position: relative;
  }
  .crumbs li:not(:last-of-type)::after {
    width: 4px;
    height: 4px;
    margin: auto;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 0;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .crumbs a {
    display: inline-block;
    text-decoration: none;
    color: #666;
  }
  .crumbs a:hover {
    color: #00b9ce;
  }
  nav {
    margin-top: 25px;
  }
  nav > ul {
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
  }
  nav > ul > li {
    display: inline-block;
    /*   width: calc(100% / 5);  */
    font-size: 1.4rem;
    vertical-align: top;
  }
  nav.mainnav > ul > li {
    width: 125px;
  }
  nav > ul > li > a:hover {
    color: #014457;
  }
  nav > ul > li > a {
    border: none;
    border-left: 1px solid #94b9c3;
  }
  nav > ul > li:first-child > a {
    border-top: none;
  }
  nav > ul > li:nth-of-type(8) > a {
    border-right: 1px solid #94b9c3;
  }
  nav > ul > li:nth-of-type(4) > a {
    border-top: none;
    line-height: 12px;
    padding: 4px 0 3px;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  nav > ul > li > a:hover {
    background: #ebf4f5;
  }
  .cr {
    background: #dbebec;
  }
  .cr:hover {
    background: #dbebec;
  }
  nav.bukkenNavArea {
    margin-top: inherit;
    background: #3f2810;
  }
  nav.bukkenNavArea .commonNav {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-weight: bold;
  }
  nav.bukkenNavArea .commonNav-head {
    margin: 0 0 0 auto;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 20px;
  }
  nav.bukkenNavArea .commonNav-item {
    width: 240px;
  }
  nav.bukkenNavArea .commonNav-item a {
    display: block;
    padding: 11px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  nav.bukkenNavArea .commonNav-item a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 8px 0 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    bottom: 3px;
  }
  nav.bukkenNavArea .commonNav-item a strong {
    padding: 6px 8px 3px;
    margin: 0 0 0 12px;
    color: #c1101e;
    background: #fff;
    border-radius: 6px;
    font-size: 1.3rem;
  }
  nav.bukkenNavArea .commonNav-item a strong span {
    font-size: 1.8rem;
    margin: 0 2px 0 0;
  }
  nav.bukkenNavArea .commonNav-item.-krono a {
    background: #c2bc97;
  }
  nav.bukkenNavArea .commonNav-item.-krono a:hover {
    background: #9b9678;
  }
  nav.bukkenNavArea .commonNav-item.-tiaro a {
    background: #7eb7ad;
  }
  nav.bukkenNavArea .commonNav-item.-tiaro a:hover {
    background: #64928a;
  }
  #kronoSellArea, #tiaroSellArea {
    margin-top: -150px;
    padding-top: 150px;
  }
  .headMainArea p:nth-of-type(3) {
    color: #888;
  }
  /* =Main column
  -------------------------------------------------------------- */
  .bnrArea {
    margin: 0 0 40px;
  }
  .bnrArea.-multi {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .bnrArea.-multi > li {
    width: 440px;
  }
  #contentAreaDetail {
    padding-top: 148px;
  }
  #bg {
    background-image: url(../img/lpm0774bg.jpg);
    background-size: cover;
    background-position: center top;
  }
  .top #bg {
    height: 680px;
    margin-bottom: 40px;
  }
  .design #bg {
    height: 750px;
  }
  .quality #bg {
    height: 537px;
  }
  .access #bg {
    height: 903px;
    margin-bottom: 50px;
  }
  .lease #bg {
    height: 498px;
  }
  .sell #bg {
    height: 530px;
  }
  #bg #contentBoxDetail {
    width: 1000px;
    margin: 0 auto;
  }
  .top #bg #contentBoxDetail {
    width: 1100px;
    margin: 0 auto;
  }
  .contentBoxDetail2 {
    margin: 0 auto;
    width: 900px;
  }
  .top .contentBoxDetail2 {
    margin: 0 auto;
    width: 1000px;
  }
  #m0774_mv_slide {
    margin-bottom: 40px;
  }
  #slide_txt {
    width: 360px;
    height: 95px;
    background-color: #fff;
    color: #64988f;
    position: relative;
    bottom: 20px;
    left: 720px;
    margin-top: -95px;
  }
  #slide_txt h1 {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 15px 0 0 15px;
  }
  #m0774_mv_slide .bnrOricon {
    width: 450px;
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
  #m0774_mv_slide .bnrOricon a {
    display: block;
    width: 100%;
    height: 160px;
    background: url(../img/bnr_oricon_rank.png) no-repeat left center/contain;
  }
  #m0774_mv_slide .bnrOricon img {
    display: none;
  }
  #slide_txt h1 span {
    padding: 0 0 0 50px;
  }
  .red {
    color: #e5585a;
  }
  .mvArea .mec {
    background-color: #f6fcfc;
  }
  #tokuten {
    padding: 0 0 40px;
  }
  .sell #tokuten {
    padding: 50px 0 50px;
  }
  #tokuten p.centeralign {
    padding-bottom: 20px;
  }
  .tokuten_box1 {
    width: 900px;
    height: 220px;
    margin: 0 auto;
    position: relative;
  }
  .tokuten_box1 img {
    width: 100%;
  }
  #tokuten a {
    color: #333;
    text-decoration: none;
  }
  #tokuten a:hover {
    color: orange;
  }
  .tokuten_box1 .p1 {
    width: 470px;
    position: relative;
    top: -145px;
    left: 390px;
    margin-bottom: -84px;
    letter-spacing: 0.03em;
  }
  .tokuten_box1 .p2 {
    display: block;
    width: 128px;
    /*position: relative;
    top: -50px;
    left: 715px;*/
    position: absolute;
    right: 40px;
    bottom: 20px;
    background-color: rgba(251, 152, 3, 0.2);
    padding: 4px 8px;
  }
  .tokuten_box2 {
    width: 900px;
    height: 260px;
    background-image: url(../img/ansin.png);
    margin: 20px auto 0;
  }
  .tokuten_box2 p {
    width: 568px;
    position: relative;
    top: 115px;
    left: 288px;
    margin-bottom: -45px;
  }
  .tokuten_box2 p:nth-of-type(3) {
    top: 160px;
    left: 590px;
    width: 270px;
  }
  .tokuten_box2 p:last-of-type {
    top: 213px;
    left: 710px;
  }
  .tokuten_box2 .p2 {
    display: block;
    width: 128px;
    position: relative;
    top: 175px;
    left: 715px;
    background-color: rgba(251, 152, 3, 0.2);
    padding: 4px 8px;
  }
  .sell #tokuten .ansin {
    width: 900px;
    height: 128px;
    background-image: url(../img/ansinHarumi.png);
    margin: 30px auto 0;
  }
  .sell #tokuten .ansin:hover {
    opacity: 0.75;
  }
  #three_point {
    width: 100%;
    background-color: #eef6f7;
    padding: 50px 0;
  }
  #three_point p.centeralign {
    padding-bottom: 20px;
  }
  .three_point_box1 {
    width: 900px;
    height: 345px;
    background-image: url(../img/01.png);
    margin: 0 auto;
  }
  .three_point_box1 p:nth-child(3) {
    width: 543px;
    position: relative;
    top: 138px;
    left: 300px;
    margin-bottom: -46px;
  }
  .three_point_box1 p:nth-child(4) {
    width: 543px;
    position: relative;
    top: 204px;
    left: 300px;
    margin-bottom: -115px;
  }
  .three_point_box2 {
    width: 900px;
    height: 350px;
    background-image: url(../img/02.png);
    margin: 30px auto 0;
  }
  .three_point_box2 p:nth-child(3) {
    width: 543px;
    position: relative;
    top: 153px;
    left: 300px;
    margin-bottom: -46px;
  }
  .three_point_box2 p:nth-child(4) {
    width: 550px;
    position: relative;
    top: 220px;
    left: 300px;
    margin-bottom: -46px;
  }
  .three_point_box2 p:nth-child(5) {
    width: 543px;
    position: relative;
    top: 286px;
    left: 300px;
    margin-bottom: -23px;
  }
  .three_point_box3 {
    width: 800px;
    height: 283px;
    background: url(../img/03.png) no-repeat center;
    padding: 50px;
    background-color: #fff;
    margin: 0 auto;
  }
  .three_point_box3 p:nth-child(3) {
    width: 543px;
    position: relative;
    top: 96px;
    left: 240px;
    margin-bottom: -69px;
  }
  .three_point_box3 p:nth-child(4) {
    width: 543px;
    position: relative;
    top: 170px;
    left: 240px;
    margin-bottom: -92px;
  }
  .three_point_box3 p:nth-child(5) {
    width: 543px;
    position: relative;
    top: 270px;
    left: 240px;
    margin-bottom: -20px;
  }
  #three_point .link {
    width: 900px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #three_point .p2 {
    display: block;
    width: 128px;
    background-color: rgba(251, 152, 3, 0.2);
    padding: 4px 8px;
    float: right;
  }
  #three_point .p2 a {
    color: #333;
    text-decoration: none;
  }
  #three_point .p2 a:hover {
    color: orange;
  }
  #appeal {
    padding: 50px 0;
  }
  .appeal_box_l {
    width: 369px;
  }
  .appeal_box_r {
    width: 475px;
    letter-spacing: 0.01em;
  }
  .kronoSellArea, .kronoLeaseArea, .tiaroSellArea, .tiaroLeaseArea {
    width: 910px;
    margin: 0 auto 40px;
  }
  .requestBnrArea {
    width: 900px;
    height: 391px;
    background: url(../img/requestBnrArea.png) left 114px top no-repeat;
  }
  .requestBnrArea p:nth-of-type(2) {
    padding-top: 30px;
  }
  .requestBnrArea .actionBtn {
    width: 460px;
    margin: 20px auto 0;
  }
  .sellAreaBr {
    display: none;
  }
  .requestArea {
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #f4f0eb;
    width: 910px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .requestArea dt {
    color: #3F2711;
    font-weight: bold;
    font-size: 2rem;
  }
  .requestArea ul {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .requestArea li {
    width: 415px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .requestArea li p {
    width: 225px;
  }
  .requestArea li .text {
    font-size: 1.4rem;
    line-height: 150%;
    width: 185px;
  }
  .requestArea li .submitBtn {
    line-height: 2em;
  }
  #kronoSellArea h2, #kronoLeaseArea h2, #tiaroSellArea h2, #tiaroLeaseArea h2 {
    font-size: 2.2rem;
    display: inline-block;
    padding-top: 10px;
  }
  #kronoSellArea .normalBtn, #tiaroSellArea .normalBtn {
    display: inline-block;
    float: right;
    padding: 10px 10px 10px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.8rem;
  }
  #kronoSellArea .normalBtn.arrowLink::before, #tiaroSellArea .normalBtn.arrowLink::before {
    width: 5px;
    height: 5px;
    left: 6px;
  }
  #kronoSellArea .normalBtn.noCount, #tiaroSellArea .normalBtn.noCount {
    font-size: 1.6rem;
    width: 176px;
    line-height: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .listArea {
    width: 910px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listArea li {
    width: 450px;
    margin: 15px 0 0;
  }
  .listArea li .data li {
    width: 213px;
  }
  .listArea .dataArea {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .listArea .imgContain {
    width: 195px;
    height: 195px;
  }
  .listArea .noPhoto {
    width: 193px;
    height: 193px;
    line-height: 193px;
  }
  .listArea .data {
    width: 213px;
  }
  .kronoSellArea .rentLink, .tiaroSellArea .rentLink {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: right;
    font-weight: bold;
  }
  .kronoSellArea .rentLink a, .tiaroSellArea .rentLink a {
    color: #014457;
  }
  .kronoSellArea .rentLink a:hover, .tiaroSellArea .rentLink a:hover {
    color: #c085a0;
  }
  .kronoLink, .tiaroLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 444px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    text-align: center;
  }
  .saleLinkBtn {
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #028dd0;
  }
  .saleLinkBtn:hover {
    border: 2px solid #22b3f9;
  }
  .leaseLinkBtn {
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #3094a5;
  }
  .leaseLinkBtn:hover {
    border: 2px solid #38bfd6;
  }
  .rentLinkBtn {
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #00bdd3;
  }
  .rentLinkBtn:hover {
    border: 2px solid #2edcf0;
  }
  .saleLinkBtn:hover .number, .saleLinkBtn:hover .sale {
    color: #22b3f9;
  }
  .rentLinkBtn:hover .number, .rentLinkBtn:hover .rent {
    color: #2edcf0;
  }
  .kronoLink p, .tiaroLink p {
    width: 420px;
    height: 52px;
    margin-bottom: 10px;
  }
  .kronoLink p {
    background: url(../img/k_bnr_title.png) center no-repeat;
  }
  .tiaroLink p {
    background: url(../img/t_bnr_title.png) center no-repeat;
  }
  /* .saleLinkBtn.arrowLinkBottom::before{padding: 0 0 10px;}	*/
  .kronoLink .saleLinkBtn, .tiaroLink .saleLinkBtn, .kronoLink .rentLinkBtn, .tiaroLink .rentLinkBtn {
    padding: 5px 20px;
    font-size: 1.3rem;
  }
  .saleLinkBtn .sale, .rentLinkBtn .rent {
    width: 148px;
    display: block;
    line-height: 1.5rem;
  }
  .saleLinkBtn .number, .rentLinkBtn .number {
    font-size: 2rem;
    font-weight: bold;
  }
  .sale, .saleLinkBtn .number {
    color: #028dd0;
    padding: 0 5px;
  }
  .rent, .rentLinkBtn .number {
    color: #00bdd3;
    padding: 0 5px;
  }
  .saleLinkBtn span:first-of-type {
    width: 78px;
    display: inline-block;
    text-align: left;
  }
  .mechTelArea {
    margin-bottom: 40px;
  }
  .sell .mechTelArea {
    margin-top: -150px;
    padding-top: 150px;
    margin-bottom: 40px;
  }
  .mechTelArea > p:first-of-type {
    width: 900px;
    height: 284px;
    background: url(../img/housenettel.png);
    margin: 0 auto;
  }
  .mv_copy {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #014457;
  }
  .mv_copy span {
    fnt-size: 1.4rem;
  }
  .top .mv_copy {
    padding: 0.5em 0;
    font-size: 1.8rem;
  }
  .top .mvAreatext {
    margin: 10px auto 0;
    color: #528078;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400;
  }
  .top .mvAreatext.seoText {
    width: 1000px;
    background-color: #f5f5f5;
    color: #333;
    margin: 10px auto 40px;
  }
  .top .mecTextLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1000px;
    margin: 0 auto 40px;
  }
  .top .mecTextLink p:nth-of-type(2) {
    margin-left: 50px;
  }
  .mvArea {
    padding-top: 30px;
  }
  .accessMvArea {
    width: 1000px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .accessMvArea .accessMvPhoto {
    width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .accessMvArea .accessMvPhoto p {
    width: 415px !important;
    padding-top: 0 !important;
    margin: 0 !important;
    padding-bottom: 20px;
  }
  .accessMvArea .accessMvPhoto p:nth-of-type(2) {
    font-size: 1.4rem;
    text-align: inherit;
    color: #333;
    font-weight: normal;
  }
  .access .mvArea .title {
    width: 185px;
    height: 26px;
    margin: 0 auto;
    background: url(../img/pageTitle_access.png);
    margin-bottom: 30px;
  }
  .accessMvArea p:first-of-type {
    margin: 0 auto 30px;
  }
  .subtextArea {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 80px 30px;
    line-height: 1.5em;
  }
  .access .rosenArea {
    margin-bottom: 60px;
  }
  .access .rosenArea p:nth-of-type(2) {
    text-align: center;
    padding: 0 0 40px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #036b8a;
  }
  .access .rosenArea .title {
    width: 664px;
    height: 54px;
    margin: 0 auto;
    background: url(../img/accessRosenText.png);
    margin-bottom: 20px;
  }
  .access .mapArea .title {
    width: 645px;
    height: 21px;
    margin: 0 auto;
    background: url(../img/accessMapText.png);
    margin-bottom: 30px;
  }
  .access .mapArea .inner {
    width: 900px;
    height: 873px;
    background-image: url(../img/map.png);
    margin-bottom: 40px;
  }
  .access .mapTextArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0 40px 0;
  }
  .access .mapTextArea li {
    width: 430px;
  }
  .access .mapTextArea dt {
    padding-bottom: 5px;
  }
  .access .mapTextArea dl:first-of-type dd {
    padding-left: 10px;
  }
  .kronoLink .dwellingUnitBtn {
    width: 350px;
    padding: 13px 0;
    margin: 0 auto;
  }
  .dwellingUnitBtn.arrowLink::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 30px;
    right: -270px;
  }
  .dwellingUnitBtn img {
    padding-right: 30px;
  }
  .sutekinamachi {
    width: 900px;
    height: 200px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/bnr_sutekina.png);
    margin-bottom: 40px;
  }
  .sutekinamachi:hover {
    opacity: 0.75;
  }
  .togetherInquiry {
    width: 350px;
    margin: 30px auto 0 auto;
  }
  .floatBr {
    display: none;
  }
  .designphoto .mvArea .title {
    width: 112px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/pageTitle_df.png);
    margin-bottom: 30px;
  }
  .designphoto .mvArea .dfText {
    margin: 0 auto 30px;
  }
  .designphoto .dfArea {
    width: 880px;
    margin: 0 auto;
  }
  .designphoto .dfArea p {
    margin: 30px 0 60px;
  }
  .designphoto .ExteriorArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 60px 0;
  }
  .designphoto .ExteriorArea .title {
    width: 131px;
    height: 27px;
    background: url(../img/exterior.png) no-repeat center;
    margin: 0 auto;
    width: 100%;
  }
  .designphoto .ExteriorArea .titleSub {
    width: 212px;
    height: 20px;
    background: url(../img/exteriorSub.png) no-repeat center;
    margin: 20px auto 30px;
    width: 100%;
  }
  .designphoto .ExteriorArea p:nth-of-type(3) {
    padding: 0 10px 20px;
  }
  .designphoto .kronoArea, .designphoto .tiaroArea {
    width: 435px;
  }
  .photoG .kronoArea, .photoG .tiaroArea {
    width: 1000px;
    margin: 0 auto;
  }
  .photoG .slideArea {
    width: 1000px;
    margin: 0 auto 40px;
  }
  .photoG .kronoArea, .photoG .tiaroArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .designphoto .ExteriorArea .tiaro {
    margin-left: 20px;
  }
  .designphoto .ExteriorArea .kronoTitle {
    width: 435px;
    height: 20px;
    background: url(../img/df_kronoT.png) no-repeat center;
    background-color: #c2bc97;
    padding: 10px 0;
  }
  .designphoto .ExteriorArea .tiaroTitle {
    width: 435px;
    height: 20px;
    background: url(../img/df_tiaroT.png) no-repeat center;
    background-color: #7eb7ad;
    padding: 10px 0;
  }
  .designphoto .ExteriorArea .kronoArea .outside {
    width: 435px;
    height: 364px;
    background: url(../img/df_krono_l.png);
  }
  .designphoto .ExteriorArea .tiaroArea .outside {
    width: 435px;
    height: 364px;
    background: url(../img/df_tiaro_r.png);
  }
  .designphoto .ExteriorArea .kronoArea .textArea {
    background-color: #fbf9f0;
    height: 105px;
    padding: 10px 15px;
  }
  .designphoto .ExteriorArea .tiaroArea .textArea {
    background-color: #f3fdfb;
    padding: 10px 15px;
  }
  .designphoto .design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #f4f0eb;
    padding-bottom: 30px;
  }
  .designphoto .design .entranceInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
    padding: 30px 0;
    width: 900px;
  }
  .designphoto .LandscapeArea .design {
    width: 900px;
    margin: 0 auto;
    padding: 30px 0 60px;
  }
  .designphoto .LandscapeArea .design .textArea p {
    text-align: center;
  }
  .designphoto .LandscapeArea .design .textArea .title {
    width: 190px;
    height: 21px;
    background: url(../img/landscape.png);
    margin: 30px auto 10px;
  }
  .designphoto .LandscapeArea .design .textArea .titleSub {
    width: 411px;
    height: 20px;
    background: url(../img/landscapeSub.png) no-repeat center;
    margin: 20px auto 30px;
    width: 100%;
  }
  .designphoto .LandscapeArea .design .textArea p:not([class]) {
    margin-bottom: 20px;
  }
  .designphoto .LandscapeArea .photoArea {
    width: 840px;
  }
  .designphoto .photoArea {
    width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .designphoto .LandscapeArea {
    margin-bottom: 60px;
    background-color: #f4f0eb;
  }
  .designphoto .sharedArea .design.entrance .textArea .title {
    width: 191px;
    height: 21px;
    background: url(../img/entrance.png);
    margin: 0 0 30px;
  }
  .designphoto .sharedArea .design.lounge .textArea .title {
    width: 100px;
    height: 26px;
    background: url(../img/lounge.png);
    margin: 0 0 30px;
  }
  .designphoto .sharedArea .design.guest .textArea .title {
    width: 165px;
    height: 21px;
    background: url(../img/guest.png);
    margin: 0 0 30px;
  }
  .designphoto .sharedArea .title {
    width: 267px;
    height: 21px;
    background: url(../img/shared.png);
    margin: 30px auto 10px;
  }
  .designphoto .sharedArea .titleSub {
    width: 527px;
    height: 20px;
    background: url(../img/sharedSub.png);
    margin: 20px auto 30px;
  }
  .designphoto .design.entrance .textArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 315px;
    padding-right: 20px;
  }
  .designphoto .design.entrance .photoArea {
    width: 538px;
    display: block;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 20px;
  }
  .designphoto .design.entrance .photoArea img + img {
    padding-left: 5px;
  }
  .designphoto .sharedArea .design {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .designphoto .sharedArea .design.guest {
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }
  .designphoto .sharedArea .design.lounge {
    background: #fff;
    padding: 0;
  }
  .designphoto .design.entrance .textArea .title + p {
    margin-bottom: 10px;
  }
  .designphoto .sharedArea p:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .designphoto .sharedArea .titleText {
    margin-bottom: 50px !important;
  }
  .designphoto .design.lounge .textArea {
    width: 840px;
  }
  .designphoto .sharedArea .design.lounge {
    margin: 60px 0;
  }
  .designphoto .design.lounge .textArea + .photoArea + .photoArea {
    width: 860px;
    margin: 20px auto 0;
  }
  .designphoto .design.guest .textArea {
    width: 840px;
    text-align: left;
  }
  .designphoto .guestInner .annotation {
    text-align: right;
    position: relative;
    top: 50px;
  }
  .photoG .mvArea .title {
    width: 229px;
    height: 24px;
    margin: 0 auto;
    background: url(../img/photogarally.png);
    margin-bottom: 20px;
  }
  /* estateDetail:imgPlural */
  .photoG .estateDetail .imgPlural {
    margin-top: 10px;
  }
  .estateDetail .imgPlural {
    margin-top: 50px;
  }
  .estateDetail .imgPlural .title {
    width: 229px;
    height: 24px;
    margin: 0 auto;
    background: url(../img/photogarally.png);
    margin-bottom: 10px;
  }
  .estateDetail .slideImg {
    /*	background-image: url( ../../../../img/pc/bg_detail_photo.gif);  */
    background-position: 0 0;
    background-repeat: repeat-x;
  }
  .estateDetail .slideImg li {
    width: 580px;
  }
  .estateDetail .slideImg .photo {
    width: 580px;
    height: 380px;
    position: relative;
  }
  .estateDetail .slideImg .imgFit {
    width: 580px;
    height: 380px;
    border: none;
  }
  .estateDetail .imgPlural .caption {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
    line-height: 180%;
    text-align: center;
  }
  .estateDetail .zoomIcon {
    width: 25px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .estateDetail .slideImg .slick-slide:not(.slick-center) {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .estateDetail .slideImg .slick-slide:not(.slick-center) img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.3;
  }
  .estateDetail .slideImg .slick-slide:not(.slick-center) img {
    height: 100%;
  }
  .estateDetail .slideImg .slick-slide:not(.slick-center) .caption {
    display: none;
  }
  .estateDetail .slideImg .slick-slide:not(.slick-center) .zoomIcon {
    display: none;
  }
  .estateDetail .slideImg .slick-prev, .estateDetail .slideImg .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
  }
  .estateDetail .slideImg .slick-prev:hover,
  .estateDetail .slideImg .slick-prev:focus,
  .estateDetail .slideImg .slick-next:hover,
  .estateDetail .slideImg .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .estateDetail .slideImg .slick-prev:hover:before,
  .estateDetail .slideImg .slick-next:hover:before {
    opacity: 1;
  }
  .estateDetail .slideImg .slick-prev.slick-disabled:before,
  .estateDetail .slideImg .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .estateDetail .slideImg .slick-prev:before, .estateDetail .slideImg .slick-next:before {
    font-size: 20px;
    line-height: 1;
    display: block;
    width: 20px;
    height: 32px;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .estateDetail .slideImg .slick-prev {
    left: 150px;
  }
  .estateDetail .slideImg .slick-next {
    right: 150px;
  }
  .estateDetail .slideImg .slick-prev:before,
  .estateDetail .slideImg [dir=rtl] .slick-next:before {
    content: "";
    background: url(../img/arrow_slide_l.png) 0 0 no-repeat transparent;
  }
  .estateDetail .slideImg .slick-next:before,
  .estateDetail .slideImg [dir=rtl] .slick-prev:before {
    content: "";
    background: url(../img/arrow_slide_r.png) 0 0 no-repeat transparent;
  }
  .estateDetail .slideImg {
    display: none;
  }
  .estateDetail .slideImg.slick-initialized {
    display: block;
  }
  /* estateDetail:imgPlural:slideThum */
  .estateDetail .slideThum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto 20px;
    width: 800px;
  }
  .estateDetail .slideThum li {
    cursor: pointer;
  }
  .estateDetail .slideThum .imgCover {
    width: 68px;
    height: 50px;
    border: solid #fff 1px;
  }
  .estateDetail .slideThum li.cr .imgCover {
    border: solid #00a0e9 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* estateDetail:imgPlural:slideshowLink */
  .estateDetail .slideshowLink {
    margin: 10px 15px 0 0;
    text-align: right;
  }
  /*  estateDetail:imgPlural:imgSingle */
  .estateDetail .imgSingle {
    width: 602px;
    margin: 30px auto 0 auto;
  }
  .estateDetail .imgSingle .photo {
    width: 602px;
    height: 402px;
    position: relative;
  }
  .estateDetail .imgSingle .imgFit {
    width: 600px;
    height: 400px;
  }
  .imgCover, .imgFit {
    border: solid #ccc 1px;
    background-color: #fff;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  a.imgContain, a.imgCover, a.imgFit {
    color: #999;
    text-decoration: none;
  }
  .imgFit img {
    height: 100%;
  }
  .kronoThumTitle {
    width: 180px;
    height: 52px;
    background: #c2bc97;
    margin-top: 10px;
    margin-right: 20px;
  }
  .tiaroThumTitle {
    width: 180px;
    height: 52px;
    background: #7eb7ad;
    margin-top: 10px;
    margin-right: 20px;
  }
  .kronoThumTitle, .tiaroThumTitle {
    font-weight: bold;
    font-size: 2rem;
    text-align: center !important;
    vertical-align: middle;
    color: #fff;
    line-height: 40px;
  }
  .kronoThumTitle img, .tiaroThumTitle img {
    padding-top: 18px;
  }
  .designphoto .estateDetail {
    margin-bottom: 0;
  }
  .designphoto .estateDetail .slick-counter {
    text-align: center;
  }
  .bx-pager { /*display: none;*/ }
  #m0774_mv_slide .bx-wrapper .bx-pager {
    bottom: -24px;
  }
  label.checkboxText + .check {
    padding-left: 5px;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    color: #000;
    font-weight: normal;
  }
  .kronoSellArea .checkboxTitle {
    padding-right: 29px;
    position: relative;
    margin-right: 20px;
  }
  .tiaroSellArea .checkboxTitle {
    padding-right: 14px;
    position: relative;
    margin-right: 20px;
  }
  .rightLinkArea .saleLinkBtn, .rightLinkArea .leaseLinkBtn, .rightLinkArea .rentLinkBtn {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    width: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .rightLinkArea .saleLinkBtn {
    height: 135px;
  }
  .rightLinkArea .leaseLinkBtn {
    height: 135px;
  }
  .rightLinkArea .rentLinkBtn {
    height: 145px;
  }
  .rightLinkArea .link a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .rightLinkArea .assessment, .rightLinkArea .reqest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .rightLinkArea .krono {
    background: #c2bc97;
    height: 50%;
    padding: 0 10px;
  }
  .rightLinkArea .krono:hover, .rightLinkArea .tiaro:hover {
    opacity: 0.75;
  }
  .rightLinkArea .tiaro {
    background: #7eb7ad;
    height: 50%;
    padding: 0 10px;
  }
  .rightLinkArea dl dd ul {
    height: 100%;
  }
  .rightLinkArea {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 5;
    display: none;
  }
  .rightLinkArea dl dd ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .rightLinkArea .assessment dd ul li a img {
    position: relative;
    top: 25px;
  }
  .rightLinkArea .reqest dd ul li a img {
    position: relative;
    top: 29px;
  }
  .rightLinkArea .assessment {
    margin-bottom: 10px;
  }
  .rightLinkArea .saleLinkBtn {
    background: #028dd1;
    color: #fff;
    border-right: solid 1px #fff;
  }
  .rightLinkArea .saleLinkBtn:hover {
    background: #22b3f9;
  }
  .rightLinkArea .leaseLinkBtn {
    background: #3094a5;
    color: #fff;
    border-right: solid 1px #fff;
  }
  .rightLinkArea .leaseLinkBtn:hover {
    background: #38bfd6;
  }
  .rightLinkArea .rentLinkBtn {
    background: #00bdd3;
    color: #fff;
    border-right: solid 1px #fff;
  }
  .rightLinkArea .rentLinkBtn:hover {
    background: #2edcf0;
  }
  .quality .mvArea .title {
    width: 205px;
    height: 27px;
    background: url(../img/pageTitilte_facility.png);
    margin: 0 auto 30px;
  }
  .quality .mvArea p:last-of-type {
    width: 900px;
    height: 335px;
    background: url(../img/facilityMV.png) no-repeat center top 15px;
    padding: 15px 50px 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .quality .menshinOutline {
    background-color: #f6f6f6;
  }
  .quality .menshinOutline .inner {
    width: 900px;
    margin: 0 auto;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .quality .menshinOutline .title {
    width: 492px;
    height: 54px;
    background: url(../img/facilityMenshinText.png);
    margin: 0 auto 20px;
  }
  .quality .menshinFacility .tower {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #c1e1e5;
    color: #014457;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .quality .menshinFacility p {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  .quality .menshinFacility p:nth-of-type(3) {
    font-size: 1.8rem;
  }
  .quality .menshinFacility p:nth-of-type(5) {
    width: 550px;
    height: 380px;
    background: url(../img/facilityMenshin.png);
    margin: 0 auto 20px;
    padding-bottom: 0;
  }
  .quality .menshinFacility p:last-of-type {
    text-align: right;
    padding: 0px 120px 0 0;
  }
  .quality .menshinDetail {
    margin: 50px auto;
    width: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .quality .facility01 .title {
    width: 163px;
    height: 34px;
    background: url(../img/facilityText01Title.png);
    margin: 0 0 20px;
  }
  .quality .facilityText {
    width: 440px;
  }
  .quality .facilityText p {
    margin-bottom: 10px;
  }
  .quality .facilityImg {
    width: 420px;
  }
  .quality .facility02 .title {
    width: 169px;
    height: 34px;
    background: url(../img/facilityText02Title.png);
    margin: 0 0 20px;
  }
  .quality .facility03 .title {
    width: 216px;
    height: 34px;
    background: url(../img/facilityText03Title.png);
    margin: 0 0 20px;
  }
  .quality .facility02 .facilityText {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 430px;
  }
  .quality .facility02 .facilityImg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mypage ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypage ul li {
    width: 320px;
    margin: 0 20px 20px 0;
    padding: 20px;
    border: solid #c1e1e5 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypage ul li:nth-of-type(3) {
    margin: 0 0 20px;
  }
  .mypage ul dt {
    margin: 0 0 20px;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypage ul dt span:nth-of-type(2) {
    width: 190px;
  }
  .mypage ul li img {
    width: 100%;
  }
  .mypage ul li .text {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
    line-height: 150%;
  }
  .topicBox {
    display: block;
    background-color: #c1e1e5;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    text-align: center;
  }
  .topicBox .title {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    top: 12px;
  }
  .topicBox .num {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    top: 15px;
    text-align: center;
  }
  .mypage .mypageBtnArea {
    text-align: center;
  }
  .lease .mvArea .title {
    width: 114px;
    height: 27px;
    background: url(../img/pageTitilte_lease.png);
    margin: 0 auto 30px;
  }
  .lease .leaseMvArea p:first-of-type {
    margin: 0 0 30px 30px;
  }
  .lease .leaseMvArea .inner a {
    text-decoration: none;
    font-weight: bold;
  }
  .lease .leaseMvArea .inner p:first-of-type {
    width: 550px;
    margin: 0;
    background: none;
    height: auto;
    font-size: 1.6rem;
  }
  .lease .leaseMvArea {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lease .leaseMvArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  .lease .leaseQuestionArea .title {
    width: 601px;
    height: 111px;
    background: url(../img/lease_q.png);
    margin: 60px auto 30px;
  }
  .lease .questionBox div {
    width: 280px;
    height: 140px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .lease .questionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  .lease .questionBox .colorA {
    background: -webkit-gradient(linear, left top, left bottom, from(#dcfded), to(#95e2be));
    background: linear-gradient(#dcfded, #95e2be);
  }
  .lease .questionBox .colorB {
    background: -webkit-gradient(linear, left top, left bottom, from(#dffafb), to(#9ce2e3));
    background: linear-gradient(#dffafb, #9ce2e3);
  }
  .lease .questionBox .colorC {
    background: -webkit-gradient(linear, left top, left bottom, from(#d4eeff), to(#99caf0));
    background: linear-gradient(#d4eeff, #99caf0);
  }
  .lease .fukidashiProposal {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 20px;
    padding: 30px;
    min-width: 420px;
    max-width: 100%;
    font-size: 1.8rem;
    background: #FFF;
    border: solid 3px #004256;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lease .fukidashiProposal:before {
    content: "";
    position: absolute;
    top: 30%;
    left: -34px;
    margin-top: -22px;
    border: 20px solid transparent;
    border-right: 20px solid #FFF;
    z-index: 2;
  }
  .lease .fukidashiProposal:after {
    content: "";
    position: absolute;
    top: 30%;
    left: -36px;
    margin-top: -20px;
    border: 18px solid transparent;
    border-right: 18px solid #004256;
    z-index: 1;
  }
  .lease .fukidashiProposal p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-weight: bold;
  }
  .lease .proposal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lease .leaseQuestionArea, .lease .leaseFlowArea, .lease .leaseAdMenuArea {
    margin-bottom: 50px;
  }
  .headHarumi {
    background-color: #75c8d1;
    padding: 10px;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 30px;
  }
  .lease .leaseFlowArea .text {
    padding: 5px 10px;
    border: solid 1px #ccc;
    margin-bottom: 20px;
  }
  .lease .leaseFlowArea .flow01 .image {
    width: 177px;
    height: 112px;
    background: url(../img/lease_step01.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .lease .leaseFlowArea .flow02 .image {
    width: 177px;
    height: 112px;
    background: url(../img/lease_step02.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .lease .leaseFlowArea .flow03 .image {
    width: 177px;
    height: 112px;
    background: url(../img/lease_step03.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .lease .leaseFlowArea .flow04 .image {
    width: 177px;
    height: 112px;
    background: url(../img/lease_step04.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .lease .leaseFlowArea .flow05 .image {
    width: 160px;
    height: 112px;
    background: url(../img/lease_step05.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .flow li > div {
    width: 150px;
    margin-left: 10px;
  }
  .flow li > div p:nth-of-type(2) {
    padding-top: 10px;
  }
  .flow li {
    width: 177px;
  }
  .flow li:last-of-type {
    width: 160px;
  }
  .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advertise .topicBox .title {
    font-size: 1.8rem;
    text-align: center;
  }
  .advertise li {
    width: 445px;
    padding: 20px;
    margin-bottom: 10px;
    border: solid #c1e1e5 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .advertise li.web {
    width: 900px;
  }
  .advertise dt {
    margin: 0 0 20px;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advertise dt span:nth-of-type(2) {
    width: auto;
    font-weight: bold;
  }
  .advertise li .text {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 150%;
  }
  .advertise li.web dd p:nth-of-type(2) {
    width: 850px;
    height: 170px;
    background: url(../img/sumaiWeb.png) no-repeat;
    margin: 20px auto 0;
  }
  .advertise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advertise dd p:last-of-type {
    text-align: center;
  }
  .advertise li.portal dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .advertise li.portal dd p:first-of-type, .advertise li.portal dd p:nth-of-type(2) {
    width: 395px;
  }
  .advertise li.request dd img {
    margin-top: 10px;
  }
  .advertise li.portal dd img {
    margin-top: 50px;
  }
  .advertise li.portal dd .japan img {
    margin-top: 10px;
  }
  .advertise li.cooperation dd img {
    margin-top: 10px;
  }
  .advertise li.reins dd img {
    margin-top: 10px;
  }
  .advertise li.group dd img {
    margin-top: 60px;
  }
  .advertise li.openhouse dd img {
    margin-top: 10px;
  }
  .advertise li.newspaper dd img {
    height: 130px;
  }
  .linkList {
    border-top: solid #9ebbc3 1px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .linkList .acSpArea {
    border-bottom: solid #9ebbc3 1px;
  }
  .linkList .acSpTrg {
    padding: 10px 50px 10px 10px;
    position: relative;
    background: #ebf4f5;
    font-weight: bold;
    color: #004356;
  }
  .linkList .acSpArea .trgIcon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  .linkList .acSpArea .trgIcon:before, .linkList .acSpArea .trgIcon:after {
    width: 20px;
    height: 4px;
    content: "";
    display: block;
    background: #9ebbc3;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .linkList .acSpArea .trgIcon:after {
    height: 20px;
    width: 4px;
    top: 0;
    left: 8px;
  }
  .linkList .acSpBox {
    display: none;
  }
  .linkList .active + .acSpBox {
    display: block;
  }
  .linkList .acSpBox li a {
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    position: relative;
    border-top: dotted #9ebbc3 1px;
    color: #333;
  }
  .linkList .acSpBox li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .linkList .acSpBox .krono {
    background: #edebdc;
  }
  .linkList .acSpBox .tiaro {
    background: #d9eae7;
  }
  .linkList .acSpArea .active .trgIcon {
    margin-top: -3px;
    right: 11px;
  }
  .linkList .acSpArea .active .trgIcon::before, .linkList .acSpArea .active .trgIcon::after {
    width: 20px;
    height: 4px;
    background: #9ebbc3;
    position: absolute;
    top: 0;
    left: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .linkList .acSpArea .active .trgIcon::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .leaselink .title {
    width: 461px;
    height: 75px;
    background: url(../img/fukidashi_satei.png) no-repeat;
    margin: 0 0 10px;
  }
  .leaselink .linkList .acSpTrg {
    background: radial-gradient(#ffc319, #fc8b47);
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    padding: 20px 50px 20px 10px;
    cursor: pointer;
  }
  .leaselink .linkList .acSpArea .active .trgIcon::before, .leaselink .linkList .acSpArea .active .trgIcon::after {
    width: 30px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .leaselink .linkList .acSpArea .active .trgIcon::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .leaselink .linkList .acSpArea .trgIcon:before, .leaselink .linkList .acSpArea .trgIcon:after {
    width: 30px;
    height: 4px;
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .leaselink .linkList .acSpArea .trgIcon:after {
    height: 30px;
    width: 4px;
    top: 0;
    left: 13px;
  }
  .leaselink .linkList .acSpArea .trgIcon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
  }
  .leaselink .linkList .acSpArea {
    border: solid #fc8b47 1px;
  }
  .leaselink .linkList .acSpBox li a {
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    position: relative;
    border-top: solid #fc8b47 1px;
    color: #666;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .leaselink .linkList {
    border: none;
    width: 700px;
    margin: 0 auto;
  }
  .leaselink .linkList dt:hover {
    opacity: 0.75;
  }
  .leaselink .linkList dd li:hover {
    opacity: 0.75;
  }
  .leaselink .linkList .acSpBox li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .leaselink {
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
  }
  .lease.discount {
    width: 900px;
    height: 312px;
    background: url(../img/leaseHarumiTokuten.png) no-repeat;
    margin-bottom: 50px;
    position: relative;
    margin-top: -100px;
    padding-top: 150px;
    background-position: bottom;
  }
  .discount p:first-of-type {
    font-size: 2.3rem;
    line-height: 3rem;
    text-align: center;
    padding-top: 20px;
    color: #014457;
    font-weight: bold;
  }
  .sell .mvArea .title {
    width: 116px;
    height: 27px;
    background: url(../img/pageTitilte_sell.png);
    margin: 0 auto 30px;
  }
  .mvarea-btnArea {
    margin: 25px 0 0;
  }
  .mvarea-btnArea .btnList {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .mvarea-btnArea .btnList > li {
    width: calc(50% - 5px);
  }
  .mvarea-btnArea .submitBtn em {
    font-size: 1.8rem;
  }
  .mvarea-btnArea .submitBtn .balloon {
    width: 180px;
    height: 24px;
    border-radius: 12px;
    line-height: 20px;
    font-size: 1.4rem;
    top: -20px;
  }
  .sellMvArea p:first-of-type {
    margin: 0 0 30px 30px;
  }
  .sellMvArea {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sellMvArea .inner p:first-of-type {
    margin: 0;
    background: none;
    height: auto;
    font-size: 1.6rem;
    width: auto;
  }
  .sellMvArea .inner .left {
    width: 570px;
    float: none;
    font-size: 1.6rem;
  }
  .sellMvArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sellMvArea .inner a {
    text-decoration: none;
    font-weight: bold;
  }
  .sellMvArea .text {
    padding-bottom: 10px;
  }
  .sell .interviewLink {
    width: 900px;
    height: 180px;
    background-image: url(../img/interviewLink.png);
    margin-top: 50px;
    position: relative;
  }
  .sell .interviewLink .text {
    color: #014457;
    font-weight: 500;
    position: absolute;
    top: 70px;
    left: 30px;
  }
  .sell .interviewLink a {
    color: #014457;
    font-weight: 500;
    position: absolute;
    top: 130px;
    left: 30px;
    padding: 5px 32px 5px 20px;
    background-color: #fff;
    text-decoration: none;
  }
  .sell .interviewLink a.arrowLink::before {
    left: auto;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #014457;
    border-right: 3px solid #014457;
  }
  .sell .interviewLink a:hover {
    background-color: rgba(251, 211, 200, 0.5);
  }
  .sell .sellQuestionArea {
    padding-bottom: 30px;
  }
  .sell .sellQuestionArea .title {
    width: 875px;
    height: 121px;
    background: url(../img/sell_q.png);
    margin: 50px auto 30px;
  }
  .qandaBox .qanda {
    width: 440px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f7f8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .qandaBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .qandaBox dd {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .qandaBox .answerArea p {
    padding-bottom: 20px;
  }
  .qandaBox dt p {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .qandaBox dt {
    margin: 0 0 20px;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .qbox {
    display: block;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #75c8d1 2px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
  }
  .abox {
    display: block;
    background-color: #f0f7f8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #75c8d1 2px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
  }
  .answerArea {
    width: 305px;
  }
  .qandaBox label {
    margin-bottom: 10px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
  .qandaBox input[type=checkbox].on-off {
    display: none;
  }
  .qandaBox .internet ul {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .qandaBox .internet input[type=checkbox].on-off + ul {
    display: none;
  }
  .qandaBox .internet input[type=checkbox].on-off:checked + ul {
    display: block;
  }
  .qandaBox .internet ul li {
    display: inline-block;
    margin: 0 20px 0 30px;
  }
  .qandaBox .internet ul li:nth-of-type(2) {
    margin: 0;
  }
  .sellPointArea {
    margin-bottom: 50px;
  }
  .sellPointArea dt {
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .sellPointArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sellPointArea ul li {
    width: 210px;
    height: 210px;
  }
  .sellPointArea ul .point01 {
    background-image: url(../img/sellPoint01.png);
  }
  .sellPointArea ul .point02 {
    background-image: url(../img/sellPoint02.png);
  }
  .sellPointArea ul .point03 {
    background-image: url(../img/sellPoint03.png);
  }
  .sellPointArea ul .point04 {
    background-image: url(../img/sellPoint04.png);
  }
  .harumiWeb p {
    width: 900px;
    height: 150px;
    background: url(../img/sellHarumiWeb.jpg);
  }
  .harumiWeb {
    margin-bottom: 50px;
  }
  .sell .sellFlowArea .flow01 .image {
    width: 177px;
    height: 112px;
    background: url(../img/sell_step01.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .sell .sellFlowArea .flow02 .image {
    width: 177px;
    height: 112px;
    background: url(../img/sell_step02.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .sell .sellFlowArea .flow03 .image {
    width: 177px;
    height: 112px;
    background: url(../img/sell_step03.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .sell .sellFlowArea .flow04 .image {
    width: 177px;
    height: 112px;
    background: url(../img/sell_step04.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .sell .sellFlowArea .flow05 .image {
    width: 160px;
    height: 112px;
    background: url(../img/sell_step05.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .sell .sellFlowArea {
    margin-bottom: 50px;
  }
  .sell .sellAdMenuArea {
    margin-bottom: 50px;
  }
  .discount.sell {
    width: 900px;
    height: 297px;
    background: url(../img/sellHarumiTokuten.png) no-repeat;
    margin: -100px auto 50px;
    position: relative;
    padding-top: 150px;
    background-position: bottom;
  }
  .sell .sellAdMenuArea .headHarumi + p, .sell .sellAdMenuArea .headHarumi + p + p {
    padding-bottom: 10px;
  }
  /* detailInquiryArea */
  .detailInquiryArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 40px 0;
    padding: 30px 60px;
    background-color: #f4f0eb;
  }
  .detailInquiryArea dt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .detailInquiryArea dd {
    width: 420px;
    font-size: 1.4rem;
    line-height: 1.5em;
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .detailInquiryArea li:nth-child(2) {
    width: 225px;
    margin: 10px auto 0;
  }
  .detailInquiryArea .img {
    height: 66px;
    text-align: center;
  }
  .detailInquiryArea dd:nth-of-type(2) img {
    padding-top: 20px;
  }
  /* =banner
  -------------------------------------------------------------- */
  #lp_m0774 .contentBoxDetail2 {
    width: 900px;
    margin: 0 auto;
  }
  .mypage {
    border-bottom: 2px solid #c2dee2;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .mypageBtn {
    padding: 20px 10px;
    /*  background: -moz-linear-gradient(top, #e25a59 80%, #c05251 100%);
      background: -webkit-linear-gradient(top, #e25a59 80%,#c05251 100%);
      background: linear-gradient(to bottom, #e25a59 80%,#c05251 100%); */
    background: #ce4746;
    border: solid #e25a59 1px;
    color: #fff !important;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 250px;
    margin: 10px auto;
  }
  .mypageBtn:hover {
    background: #ef5a59;
    color: #fff !important;
  }
  /* modalWinArea */
  .modalWinHead {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modalWinHead .title {
    font-size: 2rem;
  }
  .modalMsgWin .modalWinArea {
    width: 500px;
  }
  .modalWinArea a:visited, .modalWinArea a:active {
    color: #62a3c1;
  }
  .modalWinArea a:hover {
    color: #c085a0 !important;
  }
  .modalWinArea .arrowLink::before {
    border-top: 2px solid #62a3c1;
    border-right: 2px solid #62a3c1;
  }
  .modalWinArea .simpleMsgArea {
    margin: 0;
  }
  .modalWinArea .simpleMsgArea .em {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .modalWinArea .closeBtn {
    width: 150px;
    margin: 50px auto 0 auto;
  }
  .modalWinArea .closeBtn a {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .modalWinArea .normalBtn:hover {
    background: #ebf4f5;
    color: #333 !important;
  }
  /* modalWinArea:owerTokutenArea */
  .modalWinArea .owerTokutenArea {
    width: 1000px;
    height: 342px;
    background: url(../img/ownerTokuten.png);
  }
  .modalWinArea .owerTokutenArea p {
    font-size: 2.4rem;
    color: #014457;
    position: relative;
    top: 12%;
    left: 10%;
  }
  /* modalWinArea:mypageParts */
  .mypageParts {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mypageParts .mypagePartsDetail {
    width: 430px;
    border-top: dotted #ccc 1px;
  }
  .mypageParts .mypagePartsDetail dt {
    padding: 10px;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: bold;
  }
  .mypageParts input[type=text], .mypageParts input[type=password], .mypageParts input[type=tel], input[type=email], .mypageParts input[type=number] {
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    font-size: 1.6rem;
  }
  .mypageParts .mypagePartsDetail dd {
    padding: 20px;
    font-size: 1.4rem;
    line-height: 150%;
  }
  .mypageParts .mypagePartsDetail dd .inputArea fieldset {
    margin: 0 0 10px 0;
  }
  .mypageParts .mypagePartsDetail dd .inputArea .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypageParts .mypagePartsDetail dd .inputArea legend {
    width: 120px;
    margin: 0;
  }
  .mypageParts .mypagePartsDetail dd .inputWS {
    width: 260px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypageParts .mypagePartsDetail dd .btnLinkArea {
    width: 250px;
    margin: 10px auto 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .mypageParts .mypagePartsDetail dd .btnLinkArea p {
    margin: 10px 0 0 0;
  }
  .mypageParts .mypagePartsDetail dd .check {
    background-image: url(../img/icon_cheack.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0 0 5px 20px;
  }
  .mypageParts .mypagePartsDetail dd .checkboxText {
    margin: 20px 0 0 0;
    font-size: 1.4rem;
    display: inline-block;
  }
  .mypageParts .mypagePartsDetail dd .checkText {
    text-align: center;
  }
  /* modalWinArea:btnArea */
  .remodal .btnArea {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .remodal .btnArea li {
    width: 250px;
    margin: 0 10px;
  }
  /* modalWinArea:modalMsNewmailArea */
  .remodal .modalMsNewmailArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .remodal .modalMsNewmailArea li {
    width: 300px;
    margin: 50px 20px;
  }
  .remodal .modalMsNewmailArea .btn {
    width: 300px;
    margin: 0 auto;
  }
  /* Message */
  .errMsgArea {
    margin: 0 0 50px 0;
    padding: 50px;
    background-color: #fffddf;
    color: #e12d50;
  }
  .errCell {
    background-color: #fffddf;
  }
  .errText {
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #e12d50;
  }
  .errMsgArea .em {
    padding: 0 0 0 50px;
    position: relative;
    font-weight: bold;
  }
  .errMsgArea .em::before {
    width: 0;
    height: 0;
    margin: -20px 0 0 0;
    content: "!";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border: transparent solid;
    border-bottom-color: #e12d50;
    border-width: 0 20px 35px 20px;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    text-indent: -4px;
  }
  .simpleMsgArea {
    margin: 0 0 50px 0;
    padding: 50px;
    border: solid #f5f5f5 5px;
  }
  .simpleMsgArea .em {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: solid #ccc 1px;
  }
  .simpleMsgArea ul.link {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .simpleMsgArea ul.link li {
    margin: 0 15px;
    display: inline-block;
  }
  .simpleMsgArea .otherSearch {
    margin: 50px 0 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f4f0eb;
  }
  .simpleMsgArea .otherSearch dt {
    width: 180px;
  }
  .simpleMsgArea .otherSearch dd {
    width: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .simpleMsgArea .otherSearch dd .inputArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .simpleMsgArea .otherSearch dd .annotation {
    width: 210px;
    font-size: 1.2rem;
    color: #999;
  }
  .simpleMsgArea .otherSearch dd .input {
    width: 350px;
    margin: 0 1px 0 0;
  }
  .simpleMsgArea .otherSearch dd .input input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .simpleMsgArea .otherSearch dd .btn {
    width: 80px;
    margin: 0 20px 0 0;
  }
  .simpleMsgArea .otherSearch dd .btn a {
    padding: 14px 0;
    line-height: 16px;
  }
  /* modalWinArea:modalMsNewmailArea */
  .remodal .modalMsNewmailArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .remodal .modalMsNewmailArea li {
    width: 300px;
    margin: 50px 20px;
  }
  .remodal .modalMsNewmailArea .btn {
    width: 300px;
    margin: 0 auto;
  }
  .title .spTitle {
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
  }
  .interview .mvArea .title {
    width: 320px;
    height: 27px;
    background: url(../img/pageTitle_interview.png);
    margin: 0 auto 30px;
  }
  .interview .mvArea.interview01 .titleSub {
    width: 150px;
    height: 20px;
    background: url(../img/pageTitle_interview01.png);
    margin: 0 auto 20px;
  }
  .interview .mvArea.interview01 p:last-of-type {
    margin: 0 auto 40px;
  }
  .interview .mvArea p:last-of-type {
    margin: 40px auto;
  }
  .interview #bg {
    height: 280px;
  }
  .interviewMvArea {
    position: relative;
    bottom: 50px;
    padding-bottom: 10px;
    background: #fff;
  }
  .interviewMvArea .circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #75c8d1;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .interviewMvArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*	-webkit-align-items: center;
      	align-items: center;  */
    border: solid 1px #ccc;
  }
  .interviewMvArea .inner .left {
    padding: 35px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interviewMvArea .title {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 0 20px;
  }
  .interviewMvArea .text {
    padding-bottom: 10px;
  }
  .interviewMvArea .tower {
    margin-top: 30px;
    display: inline-block;
    padding: 5px;
    background: #fbf9f0;
    border: solid 1px #c2bc96;
  }
  .interviewMvArea .owner {
    width: 100%;
    text-align: right;
  }
  .interview .interview01Area01 .head02 {
    width: 100%;
    margin-bottom: 30px;
    padding: 5px 0 5px 15px;
  }
  .interview .interview01Area01 .title {
    width: 645px;
    height: 22px;
    background: url(../img/title_interview01_01.png);
    margin: 0 auto 40px;
  }
  .interview .interview01Area01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview01Area01 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview01Area01 dd {
    width: 900px;
    padding: 0 0 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview01Area01 dt + dd {
    width: 820px;
    padding: 0 0 20px;
  }
  .interview .interview01Area01 {
    padding: 0 0 40px;
  }
  .bkInter {
    margin-bottom: 60px;
    background-color: #eff2f2;
  }
  .bkInter .inner {
    margin: 0 auto;
    width: 900px;
  }
  .interview .interview01Area02 .title {
    width: 589px;
    height: 22px;
    background: url(../img/title_interview01_02.png);
    margin: 0 auto 40px;
  }
  .interview .interview01Area02 {
    padding: 60px 0 20px;
  }
  .interview .interview01Area02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview01Area02 .head02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview .interview01Area02 .inner dl {
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .interview .interview01Area02 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview01Area02 dd {
    width: 430px;
  }
  .interview .interview01Area02 p {
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .eigyo {
    color: #989063;
    font-weight: bold;
  }
  .interview .interview01Area03 .title {
    width: 554px;
    height: 21px;
    background: url(../img/title_interview01_03.png);
    margin: 0 auto 40px;
  }
  .interview .interview01Area03 .head02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview .interview01Area03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
  }
  .interview .interview01Area03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview01Area03 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview01Area03 dd {
    width: 820px;
    padding: 0 0 20px 80px;
  }
  .interview .interview01Area03 dl:first-of-type dd:first-of-type {
    width: 430px;
  }
  .interview .interview01Area03 dl:first-of-type {
    margin-bottom: 40px;
  }
  .interview .interview01Area03 dt + dd {
    width: 820px;
    padding: 0 0 20px;
  }
  .interview .interview01Area03 .photo {
    width: 360px;
    padding: 0;
    margin-bottom: 40px;
  }
  .interview .ownerDiscount {
    position: relative;
    padding-bottom: 60px;
  }
  .interview .ownerDiscount::before {
    position: absolute;
    content: "";
    pointer-events: none;
  }
  .interview .ownerDiscount::before {
    top: 0px;
    background: rgba(255, 255, 255, 0);
    left: 40%;
  }
  .interview .ownerDiscount::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vw 10vw 0 10vw;
    border-color: #fff transparent transparent transparent;
  }
  .interview .ownerDiscount .discount.sell {
    margin: 0px auto;
    padding-top: 0;
  }
  .interview .ownerDiscount .title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding-top: 70px;
  }
  .interview .ownerDiscount .text {
    text-align: center;
    padding: 40px 0 20px;
  }
  .interview .ownerDiscount .text:nth-of-type(3) {
    padding: 0 0 20px;
  }
  .interview .ownerDiscount .text:nth-of-type(4) {
    padding: 20px 0 20px;
  }
  .interview .ownerDiscount .btnArea {
    width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .interview .ownerDiscount .normalBtn.krono {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #bbb693), to(#989063));
    background: linear-gradient(to bottom, #bbb693 80%, #989063 100%);
    border: solid #989063 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
    padding-left: 20px;
    text-align: left;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .interview .ownerDiscount .normalBtn.tiaro {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #7eb7ad), to(#6d968f));
    background: linear-gradient(to bottom, #7eb7ad 80%, #6d968f 100%);
    border: solid #6d968f 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
    padding-left: 20px;
    text-align: left;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .interview .ownerDiscount .normalBtn::before {
    content: none;
  }
  .interview .ownerDiscount .normalBtn::after {
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: "";
    vertical-align: middle;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .interview .ownerDiscount a.normalBtn {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.8rem;
    margin: 0 auto;
    width: 420px;
    font-weight: bold;
  }
  .interview .ownerDiscount .normalBtn.krono:hover {
    background: #d4cfac;
  }
  .interview .ownerDiscount .normalBtn.tiaro:hover {
    background: #a6c9c3;
  }
  .interviewLinkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 60px;
  }
  .interviewLinkArea .title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
    padding-bottom: 40px;
  }
  .interviewLinkArea .inner {
    width: 280px;
    /*	height: 421px;   */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interviewLinkArea .inner .photo img {
    width: 100%;
  }
  .interviewLinkArea .linkBox {
    position: relative;
  }
  .interviewLinkArea .circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #75c8d1;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
  }
  .interviewLinkArea .inner .tower {
    margin: 10px 10px 0 10px;
    display: inline-block;
    padding: 5px;
    background: #fbf9f0;
    border: solid 1px #c2bc96;
  }
  .interviewLinkArea .inner .owner {
    margin-top: 10px;
  }
  .interviewLinkArea .inner .text {
    padding: 10px 0 10px 10px;
  }
  .interview .head02 {
    padding: 5px 0 5px 15px;
    font-size: 1.6rem;
    font-weight: normal;
    border-left: solid #75b8d1 5px;
    margin-bottom: 30px;
    line-height: 1.4em;
  }
  .interviewLinkArea a {
    display: block;
    text-decoration: none;
    border: solid 1px #ccc;
  }
  .interviewLinkArea a:hover {
    background: #ebf4f5;
    color: #333;
  }
  .interviewLinkArea a:hover img {
    opacity: 0.75;
    z-index: 0;
  }
  .interviewLinkArea.interviewIndex .title {
    font-size: 1.6rem;
    text-align: left;
    padding: 10px;
  }
  .interviewLinkArea.interviewIndex .text {
    padding: 0 10px 10px 10px;
  }
  .interviewLinkArea.interviewIndex .inner .tantou {
    font-size: 1.3rem;
    display: block;
    margin: 0 0 0 auto;
    padding: 0 10px 10px 10px;
  }
  .interviewLinkArea.interviewIndex a:last-of-type .inner .tantou {
    font-size: 1.3rem;
    padding: 30px 10px 10px 10px;
  }
  .interviewLinkArea.interviewIndex {
    position: relative;
    bottom: 80px;
    margin-bottom: -20px;
  }
  .interviewLinkArea.interviewIndex .annotation {
    text-align: right;
  }
  .interview .mvArea.interview03 .titleSub {
    width: 150px;
    height: 20px;
    background: url(../img/pageTitle_interview03.png);
    margin: 0 auto 20px;
  }
  .interview .mvArea.interview03 p:last-of-type {
    margin: 0 auto 40px;
  }
  .interview .interview03Area01 .title {
    width: 837px;
    height: 21px;
    background: url(../img/title_interview03_01.png);
    margin: 0 auto 40px;
  }
  .interview .interview03Area01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview03Area01 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview03Area01 dd {
    width: 900px;
    padding: 5px 0 5px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview03Area01 dt + dd {
    width: 820px;
    padding: 0 0 20px;
  }
  .interview .interview03Area01 {
    padding: 0 0 40px;
  }
  .interview .interview03Area02 {
    padding: 60px 0 20px;
  }
  .interview .interview03Area02 .title {
    width: 678px;
    height: 22px;
    background: url(../img/title_interview03_02.png);
    margin: 0 auto 40px;
  }
  .interview .interview03Area02 p {
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview03Area02 .head02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview .interview03Area02 .inner dl {
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .interview .interview03Area02 dl dt + dd {
    width: 430px;
    padding: 0 0 20px;
  }
  .interview .interview03Area02 dl dd {
    width: 430px;
    padding: 0 0 20px 80px;
  }
  .interview .interview03Area02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview03Area02 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview03Area02 dd {
    width: 820px;
    padding: 0 0 20px 80px;
  }
  .interview .interview03Area03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
  }
  .interview .interview03Area03 .title {
    width: 807px;
    height: 22px;
    background: url(../img/title_interview03_03.png);
    margin: 0 auto 40px;
  }
  .interview .interview03Area03 .head02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview .interview03Area03 .photo {
    width: 360px;
    padding: 0;
    margin-bottom: 40px;
  }
  .interview .interview03Area03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview03Area03 dl:first-of-type {
    margin-bottom: 40px;
  }
  .interview .interview03Area03 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview03Area03 dd {
    width: 820px;
    padding: 0 0 20px 80px;
  }
  .interview .interview03Area03 dl:first-of-type dd:first-of-type {
    width: 430px;
  }
  .interview .interview03Area03 dt + dd {
    width: 820px;
    padding: 0 0 20px;
  }
  .interview .mvArea.interview02 .titleSub {
    width: 150px;
    height: 20px;
    background: url(../img/pageTitle_interview02.png);
    margin: 0 auto 20px;
  }
  .interview .mvArea.interview02 p:last-of-type {
    margin: 0 auto 40px;
  }
  .interview .interview02Area01 {
    padding: 0 0 40px;
  }
  .interview .interview02Area01 .title {
    width: 584px;
    height: 22px;
    background: url(../img/title_interview02_01.png);
    margin: 0 auto 40px;
  }
  .interview .interview02Area01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview02Area01 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area01 dt + dd {
    width: 820px;
    padding: 0 0 20px;
  }
  .interview .interview02Area01 dd {
    width: 820px;
    padding: 0 0 20px 80px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview02Area01 .head02 {
    width: 100%;
    margin-bottom: 30px;
    padding: 5px 0 5px 15px;
  }
  .interview .interview02Area03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
  }
  .interview .interview02Area03 .title {
    width: 852px;
    height: 21px;
    background: url(../img/title_interview02_03.png);
    margin: 0 auto 40px;
  }
  .interview .interview02Area03 dl:first-of-type {
    margin-bottom: 40px;
  }
  .interview .interview02Area03 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area03 dl:first-of-type dd:first-of-type {
    width: 430px;
  }
  .interview .interview02Area03 .photo {
    width: 360px;
    padding: 0;
    margin-bottom: 40px;
  }
  .interview .interview02Area03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview02Area03 dt + dd {
    width: 820px;
    padding: 0 0 20px;
  }
  .interview .interview02Area03 dd {
    width: 820px;
    padding: 0 0 20px 80px;
  }
  .interview .interview02Area03 .head02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview .interview02Area02 .title {
    width: 676px;
    height: 21px;
    background: url(../img/title_interview02_02.png);
    margin: 0 auto 40px;
  }
  .interview .interview02Area02 {
    padding: 60px 0 20px;
  }
  .interview .interview02Area02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview02Area02 .head02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview .interview02Area02 .inner dl {
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .interview .interview02Area02 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area02 dd {
    width: 430px;
  }
  .interview .interview02Area02 p {
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview02Area02 .inner dl:nth-of-type(2) {
    width: 100%;
  }
  .interview .interview02Area02 .inner dl:nth-of-type(2) dd {
    width: 820px;
  }
  .interview .interview02Area02 .inner dl:nth-of-type(3) dd:first-of-type {
    padding-bottom: 20px;
  }
  .interview .interview02Area04 .title {
    width: 804px;
    height: 21px;
    background: url(../img/title_interview02_04.png);
    margin: 0 auto 40px;
  }
  .interview .interview02Area04 {
    padding: 60px 0 20px;
  }
  .interview .interview02Area04 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview02Area04 .inner dl {
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .interview .interview02Area04 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area04 dd {
    width: 430px;
  }
  .interview .interview02Area04 .inner dl:first-of-type dd:first-of-type {
    padding-bottom: 20px;
  }
  .interview .interview02Area04 p {
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview02Area04 .inner dl:nth-of-type(2) {
    width: 900px;
  }
  .interview .interview02Area04 .inner dl:nth-of-type(2) dd {
    width: 820px;
  }
  .interview .interview02Area05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
  }
  .interview .interview02Area05 .title {
    width: 645px;
    height: 22px;
    background: url(../img/title_interview02_05.png);
    margin: 0 auto 40px;
  }
  .interview .interview02Area05 dl:first-of-type {
    margin-bottom: 40px;
  }
  .interview .interview02Area05 dt {
    width: 80px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area05 dl:first-of-type dd:first-of-type {
    width: 430px;
  }
  .interview .interview02Area05 .photo {
    width: 360px;
    padding: 0;
    margin-bottom: 40px;
  }
  .interview .interview02Area05 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview02Area05 dt + dd {
    width: 820px;
    padding: 0 0 20px;
  }
  .interview .interview02Area05 dd {
    width: 820px;
    padding: 0 0 20px 80px;
  }
  .interview .interview02Area05 .head02 {
    width: 100%;
    margin-bottom: 30px;
  }
  /* =Footer
  -------------------------------------------------------------- */
  #footerFloatingMenu {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fffcdd;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 9;
    border-top: solid #666 1px;
  }
  #footerFloatingMenu .pcMenu {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 1000px;
  }
  #footerFloatingMenu .pcMenu .pcMenu-balloon {
    width: 200px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: #fb9803;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: -50px;
  }
  #footerFloatingMenu .pcMenu .pcMenu-balloon span {
    margin: 15px 0 5px;
    font-size: 1.6rem;
    color: #000;
  }
  #footerFloatingMenu .pcMenu a {
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1;
    position: relative;
  }
  #footerFloatingMenu .pcMenu svg {
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
    vertical-align: middle;
    fill: rgba(255, 255, 255, 0.6);
  }
  #footerFloatingMenu .pcMenu-item {
    width: 320px;
  }
  #footerFloatingMenu .pcMenu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: 12px 0 10px;
  }
  #footerFloatingMenu .pcMenu-item a .balloon {
    width: 180px;
    margin: 0 auto;
    padding: 0 10px;
    border: solid #fff 2px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    font-size: 1.3rem;
    line-height: 18px;
    border-radius: 10px;
  }
  #footerFloatingMenu .pcMenu-item a .balloon.-krono {
    background: #c2bc97;
  }
  #footerFloatingMenu .pcMenu-item a .balloon.-tiaro {
    background: #7eb7ad;
  }
  #footerFloatingMenu .pcMenu-item:not(:last-child) {
    margin-right: 14px;
  }
  #footerFloatingMenu .pcMenu-item.-red a {
    color: #c1101e;
    border: 1px solid #c1101e;
  }
  #footerFloatingMenu .pcMenu-item.-red a:hover {
    background: #c1101e;
    color: #fff;
  }
  #footerFloatingMenu .pcMenu-item.-redfill a {
    color: #fff;
    border: 1px solid #c1101e;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1101e), color-stop(80%, #c1101e), to(#8c0c13));
    background: linear-gradient(to bottom, #c1101e 0%, #c1101e 80%, #8c0c13 100%);
  }
  #footerFloatingMenu .pcMenu-item.-redfill a:hover {
    background: #fff;
    color: #c1101e;
  }
  #footerFloatingMenu .pcMenu-item.-redfill a:hover svg {
    fill: rgba(193, 16, 30, 0.6);
  }
  #footerFloatingMenu .pcMenu-item.-brown a {
    color: #fff;
    border: 1px solid #3f2810;
    background: #3f2810;
  }
  #footerFloatingMenu .pcMenu-item.-brown a:hover {
    background: #fff;
    color: #3f2810;
  }
  .remodal.floatingMenu-modal {
    width: 680px;
    padding: 56px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  }
  #footerFloatingMenu .pcMenu-item.-wide {
    width: 440px;
  }
  #footerFloatingMenu .pcMenu-item.-krono,
  #footerFloatingMenu .pcMenu-item.-tiaro {
    width: 400px;
  }
  #footerFloatingMenu .pcMenu-item.-krono a {
    width: 400px;
    color: #fff;
    border: 1px solid #989063;
    background: #c2bc97;
  }
  #footerFloatingMenu .pcMenu-item.-krono a:hover {
    background: #fff;
    color: #c2bc97;
  }
  #footerFloatingMenu .pcMenu-item.-tiaro a {
    color: #fff;
    border: 1px solid #55847b;
    background: #7eb7ad;
  }
  #footerFloatingMenu .pcMenu-item.-tiaro a:hover {
    background: #fff;
    color: #7eb7ad;
  }
  #footerFloatingMenu .spMenu {
    display: none;
  }
  footer .copyright {
    background-color: #3F2711;
    line-height: 44px;
  }
  footer .copyright small {
    font-size: 0.7rem !important;
  }
  .hideT {
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
  }
  footer {
    margin: 15px 0 80px 0;
    box-shadow: 0px 5px 5px -5px #ccc inset;
    -moz-box-shadow: 0px 5px 5px -5px #ccc inset;
    -webkit-box-shadow: 0px 5px 5px -5px #ccc inset;
    background-color: #f4f0eb;
  }
  footer .footerArea {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  footer #pageTop {
    position: absolute;
    top: -15px;
    right: 0;
  }
  footer #pageTop a {
    padding: 10px 10px 10px 30px;
    font-size: 1.2rem;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    display: block;
    border: solid #e5e5e5 1px;
    background-color: #fff;
    color: #666;
  }
  footer #pageTop a::before {
    width: 4px;
    height: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer #pageTop a:hover {
    color: #666 !important;
    background: #ebf4f5;
  }
  footer .mainLink {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0;
  }
  footer .mainLinkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .mainLinkArea .logo {
    width: 230px;
  }
  footer .mainLinkArea .logo a {
    width: 195px;
    height: 42px;
    background-image: url(../img/logo_ms_footer.png);
    display: block;
  }
  .mecGMS footer .mainLinkArea .logo a {
    width: 195px;
    height: 70px;
    background-image: url(../img/logo_ms_footer_mec.png);
    display: block;
  }
  footer .mainLinkArea .mainLinkList {
    width: 770px;
  }
  footer .mainLinkArea .mainLinkList dl {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
    align-items: flex-start;
    font-size: 1.4rem;
  }
  footer .mainLinkArea .mainLinkList dt {
    width: 190px;
  }
  footer .mainLinkArea .mainLinkList dd {
    width: 580px;
  }
  footer .mainLinkArea .mainLinkList dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    gap:4px 0;
  }
  footer .mainLinkArea .mainLinkList dd li {
    margin: 0 10px 0;
  }
  footer .mainLinkArea .mainLinkList dd li a {
    color: #333;
  }
  footer .mainLinkArea .mainLinkList dd li a:hover {
    color: #c085a0 !important;
  }
  footer .mainLink .logoGroup {
    margin: 70px 0 0;
    text-align: center;
  }
  footer .mainLink .logoGroup img {
    width: 410px;
  }
  footer .mainLink .otherLink {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .mainLink .otherLink li {
    margin: 0 15px;
  }
  footer .mainLink .otherLink a {
    font-size: 1.2rem;
    color: #333;
  }
  footer .copyright {
    background-color: #3F2711;
    line-height: 44px;
  }
  .mecGMS footer .copyright {
    background-color: #c1101e;
  }
  footer .copyright small {
    width: 1000px;
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
  }
  /* footer:simpleHeaderFooter */
  .simpleHeaderFooter footer {
    padding: 10px 0;
    color: #999;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0 0 0;
            box-shadow: 0px 0 0 0;
  }
  .simpleHeaderFooter footer .copyright {
    background: none;
  }
  .simpleHeaderFooter footer .copyright small {
    text-align: center;
    color: #999;
  }
  .msLp footer .mainLink .logoGroup {
    margin: 0 0 0;
    text-align: center;
  }
  /* .serviceMenuLeadArea {
    width: 900px;
    padding: 30px 0px;
    margin: 50px auto 50px auto;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
  }
  .serviceMenuLeadArea dl {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serviceMenuLeadArea dl dt {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .serviceMenuLeadArea dl dt a {
    display: block;
    padding: 61px 0;
    background: #008DA9;
    color: #fff !important;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
  }
  .serviceMenuLeadArea dl dt a:hover {
    background: #32a3ba;
    color: #fff !important;
  }
  .serviceMenuLeadArea dl dt span {
    font-size: 1.5rem;
    display: block;
    font-family: "Candara";
    margin: 0 0 10px 0;
  }
  .serviceMenuLeadArea dl dd {
    padding: 20px 10px 10px 32px;
    width: 100%;
  }
  .serviceMenuLeadArea dl dd p {
    font-size: 1.5rem;
    margin: 0 0 24px 0;
  }
  .serviceMenuLeadArea dl dd .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serviceMenuLeadArea dl dd .btnArea li {
    position: relative;
    width: calc(25% - 5px - 15px);
  }
  .serviceMenuLeadArea dl dd .btnArea li:nth-child(n+2) {
    margin-left: 20px;
  }
  .serviceMenuLeadArea dl dd .btnArea li::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #CADDE6;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .serviceMenuLeadArea dl dd .btnArea li a {
    display: block;
    color: #000;
    padding: 64px 0 14px 0;
  }
  .serviceMenuLeadArea dl dd .btnArea li a:hover {
    background-color: #F2F9FD;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn01 a {
    background: #fff url(../img/btn_icon_anshin_support.png) no-repeat center top 16px/48px;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn02 a {
    background: #fff url(../img/btn_icon_survey.png) no-repeat center top 20px/36px;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn03 a {
    background: #fff url(../img/btn_icon_transaction.png) no-repeat center top 20px/48px;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn04 a {
    background: #fff url(../img/btn_icon_service.png) no-repeat center top 20px/42px;
  } */
  .btnSM {
    display: inline-block;
    background: #fff;
    border: 1px solid #8FCDE4;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
  }
  .btnSM.arrowLink::before {
    width: 4px;
    height: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: inherit;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #00A1B6;
    border-right: 2px solid #00A1B6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .floatingMenu-modal .requestHead {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .floatingMenu-modal .requestHead img {
    margin-right: 12px;
  }
  .floatingMenu-modal .requestText {
    font-size: 1.8rem;
  }
  .floatingMenu-modal .linkArea {
    margin-top: 42px;
  }
  .floatingMenu-modal .linkArea .linkHead {
    margin-bottom: 24px;
    font-size: 1.7rem;
  }
  .floatingMenu-modal .linkArea .btnList-item {
    width: 240px;
  }
  .floatingMenu-modal .linkArea .btnList-item:not(:last-child) {
    margin-right: 20px;
  }
  .floatingMenu-modal .linkArea .btnList-item a {
    padding: 12px;
    font-size: 1.8rem;
  }
  .sateiBtnBlock {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  #bg + .sateiBtnBlock {
    margin-top: -40px;
  }
  .sateiBtnBlock .text {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  .sateiBtnBlock .catch {
    margin: 0 auto 20px;
    font-size: 1.6rem;
  }
  .sateiBtnBlock .btnList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sateiBtnBlock .btnList > li {
    width: calc(40% - 5px);
  }
  .sateiBtnBlock .submitBtn .balloon {
    width: 180px;
  }
  .sateiBtnBlock.-wide .sateiBtnBlock-inn {
    width: 1000px;
    margin: 0 auto;
  }
  .office-voice-block {
    width: 900px;
    margin: 0 auto 50px;
  }
  .office-voice-block .head {
    margin: 0 0 20px;
    font-size: 2.2rem;
  }
  .office-voice-block .btn {
    width: 240px;
    margin: 0 auto;
    font-weight: bold;
  }
  .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice-list-item {
    width: calc(33.3333333333% - 16px);
    margin: 0 24px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .voice-list-trg {
    display: none;
  }
  .flow-top-step {
    row-gap: 2.86vw;
  }
  .flow-top-step > li:not(:last-of-type)::after {
    bottom: calc(-1.46vw - 8px);
    left: calc(9.43vw - 20px);
    border-width: 16px 20px 0 20px;
  }
  .flow-top-step > li .flow-top-step-item {
    padding: 0 1em 0 0;
  }
  .flow-top-step-ttl {
    width: 18.86vw;
    padding: 1em;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
  .flow-top-step-ttl .ttl {
    font-size: 1.6rem;
  }
  .flow-top-step-text {
    width: calc(100% - 18.86vw - 1em);
    padding: 1em;
  }
}
/* SP-------------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 899px) {
  .spDisNon {
    display: none;
  }
  /*------------------------------------------
      header
  -------------------------------------------*/
  #m0774 header .headMainArea {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    border-bottom: solid 3px #ddd8b9;
  }
  #m0774 #header {
    margin-top: 50px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #container {
    padding-top: 54px;
  }
  #contentBoxDetail {
    width: auto;
  }
  .bx-wrapper img {
    width: 100%;
  }
  .crumbs {
    display: none;
  }
  nav { /*margin-top:12px; */
    font-size: 1.6rem;
  }
  #header .title {
    margin: 17px 0 0 10px;
    width: 60%;
  }
  #header .title img {
    width: 100%;
  }
  #header .tel {
    width: 50px;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
    text-align: center;
    border-left: 1px solid #c0e3dd;
  }
  #header .tel img {
    height: 100%;
  }
  #header .tel .subText {
    display: none;
  }
  #header .logo {
    width: 50px;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
    text-align: center;
    border-left: 1px solid #c0e3dd;
  }
  #header .logo img {
    height: 100%;
  }
  nav {
    display: none;
  }
  .open nav {
    display: block;
  }
  nav > ul > li > a {
    background-color: #ebf4f5;
    height: 30px;
    line-height: 30px;
  }
  nav.bukkenNavArea {
    margin-top: 0;
  }
  #kronoSellArea, #tiaroSellArea {
    margin-top: -60px;
    padding-top: 60px;
  }
  #menuNav {
    letter-spacing: -0.4em;
  }
  #menuNav li {
    display: inline;
    letter-spacing: normal;
  }
  #menuNav li.pcDisNon {
    width: calc(50% - 0.5px);
    display: inline-block;
  }
  #menuNav li.pcDisNon a {
    border-bottom: 1px solid #fff;
  }
  #menuNav li.krono.title {
    background: #c2bc97;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    margin: 0;
    font-size: 1.4rem;
  }
  #menuNav li.tiaro.title {
    background: #7eb7ad;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    margin: 0;
    font-size: 1.4rem;
  }
  #menuNav li.krono a {
    background: #edebdc;
  }
  #menuNav li.tiaro a {
    background: #d9eae7;
  }
  #menuNav li.tiaro {
    border-left: 1px solid #fff;
  }
  #menuNav li.krono strong {
    background: #c2bc97;
    margin-left: 10px;
    color: #fff;
    display: inline-block;
    width: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
  }
  #menuNav li.tiaro strong {
    background: #7eb7ad;
    margin-left: 10px;
    color: #fff;
    display: inline-block;
    width: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
  }
  span.new {
    border: solid 2px #028dd2;
    padding: 2px 4px 0px;
    display: inline-block;
    background: #028dd2;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
  }
  span.new.spDisNon {
    display: none;
  }
  nav.bukkenNavArea {
    display: block;
  }
  nav.bukkenNavArea .commonNav {
    padding: 8px 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f7f7f7;
  }
  nav.bukkenNavArea .commonNav-head {
    width: 100%;
    color: #402810;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
  nav.bukkenNavArea .commonNav-item {
    width: 50%;
    font-size: 1.2rem;
  }
  nav.bukkenNavArea .commonNav-item a {
    display: block;
    text-decoration: none;
  }
  nav.bukkenNavArea .commonNav-item a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #014457;
    border-bottom: 2px solid #014457;
    margin: 0 4px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  nav.bukkenNavArea .commonNav-item strong {
    color: #c1101e;
    text-decoration: underline;
  }
  nav.bukkenNavArea .commonNav-item strong span {
    font-size: 1.8rem;
  }
  /*------------------------------------------
      button
  -------------------------------------------*/
  /* tel */
  .telBtn {
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), to(#f0f0f0));
    background: linear-gradient(to bottom, #fff 80%, #f0f0f0 100%);
    border: solid #e12d50 1px;
    color: #e12d50 !important;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    font-weight: bold;
  }
  .telBtn span {
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
  }
  .telBtn span::before {
    width: 15px;
    height: 20px;
    content: "";
    background-image: url(../img/icon_tel01.png);
    background-repeat: no-repeat;
    background-size: 15px 20px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
  }
  .listArea a.actionBtn span.icon::before {
    bottom: -2px;
  }
  .listArea a.actionBtn, .listArea a.submitBtn {
    font-size: 1.4rem;
  }
  /*------------------------------------------
      commons
  -------------------------------------------*/
  .bnrArea {
    margin: 0 10px 20px;
  }
  .bnrArea.-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .bx-pager { /*display: none;*/ }
  #m0774_mv_slide .bx-wrapper {
    margin-bottom: 32px;
  }
  #m0774_mv_slide .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
  }
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -22px !important;
  }
  #slide_txt {
    color: #64988f;
    padding: 10px 0;
  }
  #slide_txt h1 {
    font-size: 1.4rem;
    text-align: center;
  }
  #m0774_mv_slide .bnrOricon {
    margin: 8px 10px;
  }
  #m0774_mv_slide .bnrOricon a {
    display: block;
  }
  #m0774_mv_slide .bnrOricon img {
    width: 100%;
  }
  .mypage, #tokuten {
    margin: 20px 10px 15px;
  }
  #tokuten p.centeralign {
    padding-bottom: 10px;
  }
  .mvArea .mec {
    background-color: #f8f8f8;
  }
  .tokuten_box1, .tokuten_box2 {
    background-color: #FDF8F0;
    border: solid 1px #dadada;
    padding: 10px;
  }
  .sell .tokuten_box2 p:nth-of-type(3) {
    color: #e5585a;
    margin-bottom: 10px;
  }
  .tokuten_box2 {
    margin-top: 10px;
  }
  .tokuten_box1 .p2 {
    display: block;
    width: 128px;
    float: right;
    background-color: rgba(251, 152, 3, 0.2);
    padding: 4px 8px;
  }
  .tokuten_box2 .p2 {
    display: block;
    width: 128px;
    float: right;
    background-color: rgba(251, 152, 3, 0.2);
    padding: 4px 8px;
  }
  .sell #tokuten .ansin {
    padding-top: 20px;
  }
  .sell #tokuten {
    margin: 20px 10px 20px;
  }
  .tokuten_box1 p:nth-of-type(3) {
    padding-bottom: 10px;
  }
  .tokuten_box2 p:nth-of-type(2) {
    padding-bottom: 10px;
  }
  #tokuten a {
    color: #333;
    text-decoration: none;
  }
  .appeal_box_l.float_l {
    float: none;
  }
  .mypageBtn {
    padding: 20px 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #e25a59), to(#c05251));
    background: linear-gradient(to bottom, #e25a59 80%, #c05251 100%);
    border: solid #e25a59 1px;
    color: #fff !important;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 10px 0 5px;
  }
  .mypageBtn:hover {
    background: #ef5a59;
    color: #fff !important;
  }
  .three_point_box3 p {
    padding-bottom: 10px;
  }
  #three_point {
    padding: 20px 10px 20px;
    background-color: #f0f7f8;
  }
  #three_point p.centeralign {
    padding-bottom: 10px;
  }
  .three_point_box1, .three_point_box2, .three_point_box3 {
    background-color: #fff;
    padding: 10px;
  }
  #three_point .p2 {
    display: block;
    width: 128px;
    margin: 10px 0px 0 auto;
    background-color: rgba(251, 152, 3, 0.2);
    padding: 4px 8px;
  }
  #three_point .p2 a {
    color: #333;
    text-decoration: none;
  }
  #appeal2 {
    padding: 3%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: solid 3px #dadada;
  }
  .text_lineG {
    border-bottom: solid 1px #e2e9eb;
  }
  .inquiryArea, .requestBnrArea, .kronoSellArea, .kronoLeaseArea, .tiaroSellArea, .tiaroLeaseArea {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .inquiryArea .pcDisNon, .requestBnrArea .pcDisNon {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
  }
  .requestBnrArea .actionBtn {
    margin-top: 10px;
  }
  .requestArea {
    margin: 0 10px 20px;
    padding: 20px 10px;
    background-color: #f4f0eb;
  }
  .requestArea dt {
    color: #3F2711;
    font-weight: bold;
    text-align: center;
  }
  .requestArea li {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: dotted #ccc 1px;
  }
  .requestArea li .text {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 150%;
    text-align: center;
  }
  #kronoSellArea h2, #kronoLeaseArea h2, #tiaroSellArea h2, #tiaroLeaseArea h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  #kronoSellArea .normalBtn, #tiaroSellArea .normalBtn {
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 10px 10px 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #kronoSellArea .normalBtn.arrowLink::before, #tiaroSellArea .normalBtn.arrowLink::before {
    left: 15px;
  }
  .kronoSellArea,
  .kronoLeaseArea,
  .tiaroSellArea,
  .tiaroLeaseArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .listArea li {
    margin: 10px 0 0;
  }
  .listArea .dataArea {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .listArea .imgContain {
    width: 130px;
    height: 130px;
  }
  .listArea .imgContain img {
    width: auto;
    height: auto;
    max-width: 99%;
    max-height: 99%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .listArea .noPhoto {
    width: 128px;
    height: 128px;
    line-height: 128px;
  }
  .listArea .data {
    width: 48%;
  }
  label.checkboxText {
    line-height: inherit;
  }
  .kronoLink, .tiaroLink {
    margin: 10px 10px 0;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kronoLink p, .tiaroLink p {
    width: 100%;
    padding-bottom: 15px;
  }
  .kronoLink img, .tiaroLink img {
    width: 225px;
  }
  .number {
    padding: 0 5px;
    font-weight: bold;
  }
  .saleLinkBtn .number {
    color: #028dd0;
  }
  .rentLinkBtn .number {
    color: #00bdd3;
  }
  .requestBnrArea .saleLinkBtn img, .requestBnrArea .rentLinkBtn img {
    width: 90%;
  }
  .requestBnrArea .saleLinkBtn, .requestBnrArea .rentLinkBtn {
    padding: 15px 0 15px 15px;
  }
  .requestBnrArea .kronoLink p, .requestBnrArea .tiaroLink p {
    padding-bottom: 0;
  }
  .kronoSellArea p.rentLink, .tiaroSellArea p.rentLink {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .kronoSellArea p.rentLink a, .tiaroSellArea p.rentLink a {
    color: #014457;
  }
  .mechTelArea {
    margin: 0 10px 20px;
  }
  .mechTelArea > p:first-of-type img {
    width: 100%;
  }
  .mechTelArea .tel {
    margin: 0 10px;
  }
  .togetherInquiry {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #ccc;
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
  }
  .togetherInquiry::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    margin-left: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #f5f5f5 transparent;
    z-index: 0;
  }
  .togetherInquiry::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ccc transparent;
    z-index: -1;
  }
  .mv_copy {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #014457;
    text-align: left;
  }
  .top .mv_copy {
    padding: 10px;
    font-size: 1.2rem;
    background: #CBE7F2;
  }
  .top .mvAreatext {
    margin: 10px 10px 20px;
    color: #528078;
    background-color: rgba(243, 249, 250, 0.7);
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400;
  }
  .top .mvAreatext.seoText {
    background-color: #f5f5f5;
    color: #333;
  }
  .top .mecTextLink {
    padding: 0 10px;
    margin: 0 auto 20px;
  }
  .top .mecTextLink p:nth-of-type(2) {
    margin-top: 10px;
  }
  .mvArea {
    padding: 20px 10px 20px;
  }
  .access .mvArea {
    padding: 20px 10px 10px;
  }
  .access .mvArea .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .access .mvArea .title img {
    width: 45%;
  }
  .accessMvArea p:first-of-type {
    margin: 20px 0;
  }
  .accessMvArea .accessMvPhoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .accessMvArea .accessMvPhoto p:first-of-type {
    margin: 0;
  }
  .accessMvArea .accessMvPhoto p {
    width: calc(50% - 5px);
    color: inherit;
    font-size: 1.2rem;
  }
  .accessMvArea img {
    width: 100%;
  }
  .x_scroll_box {
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    overflow-x: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px auto 0;
  }
  .x_scroll_box img {
    width: auto;
    height: 260px;
  }
  .subtextArea {
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  .sutekinamachi {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .sutekinamachi img {
    width: 100%;
  }
  .access .rosenArea {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .access .rosenArea p:nth-of-type(2) {
    font-weight: 500;
    color: #036b8a;
    margin-bottom: 20px;
  }
  .access .rosenArea .title img {
    width: 100%;
  }
  .access .rosenArea .title, .access .mapArea .title {
    margin-bottom: 20px;
    text-align: center;
  }
  .access .rosenArea p:nth-of-type(3) img, .access .mapArea .inner p img {
    width: 100%;
  }
  .mapArea {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .access .mapArea .title img {
    width: 100%;
  }
  .mapArea .x_scroll_box img {
    height: auto;
  }
  .mapArea .x_scroll_box {
    height: inherit;
  }
  .mapTextArea {
    padding: 10px 10px 20px;
  }
  .mapTextArea li:first-of-type dd {
    margin-bottom: 10px;
  }
  .designphoto .mvArea .title {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .designphoto .mvArea .title img {
    width: 30%;
  }
  .designphoto .mvArea .dfText {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .designphoto .mvArea .dfText img {
    width: 90%;
  }
  .designphoto .mvArea {
    padding: 20px 0 20px;
  }
  .designphoto .mvArea p:nth-of-type(3) img {
    width: 100%;
  }
  .designphoto .dfArea {
    padding: 0 10px 20px;
    position: relative;
  }
  .designphoto .ExteriorArea img {
    width: 100%;
  }
  .designphoto .ExteriorArea .titleSub img {
    width: 60%;
    margin: 10px 0 20px;
  }
  .designphoto .ExteriorArea p:nth-of-type(3) {
    padding-bottom: 20px;
  }
  .designphoto .ExteriorArea .kronoTitle {
    height: 20px;
    background-color: #c2bc97;
    padding: 10px 0;
    text-align: center;
  }
  .designphoto .ExteriorArea .tiaroTitle {
    height: 20px;
    background-color: #7eb7ad;
    padding: 10px 0;
    text-align: center;
  }
  .designphoto .ExteriorArea .kronoTitle img, .designphoto .ExteriorArea .tiaroTitle img {
    width: 60%;
  }
  .designphoto .ExteriorArea .kronoArea .textArea {
    background-color: #fbf9f0;
    padding: 10px 15px;
  }
  .designphoto .ExteriorArea .tiaroArea .textArea {
    background-color: #f3fdfb;
    padding: 10px 15px;
  }
  .designphoto .LandscapeArea {
    margin-bottom: 20px;
  }
  .designphoto .LandscapeArea .titleSub img {
    width: 100%;
    margin: 10px 0 10px;
  }
  .designphoto .design {
    background-color: #f4f0eb;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .designphoto .design.lounge {
    background-color: #fff;
    margin-bottom: 0;
  }
  .designphoto .design.entrance {
    margin-bottom: 0;
  }
  .designphoto .design .photoArea img {
    width: 100%;
  }
  .designphoto .design .title img {
    width: 50%;
  }
  .designphoto .design .textArea p {
    margin-bottom: 10px;
  }
  .designphoto .design .textArea p.title {
    margin-bottom: 20px;
  }
  .designphoto .LandscapeArea .design .textArea p.title {
    margin-bottom: 0;
  }
  .designphoto .design .photoArea img + img {
    margin: 2px 0 0 0;
  }
  .designphoto .sharedArea .title img {
    width: 65%;
  }
  .designphoto .sharedArea p {
    margin-bottom: 10px;
  }
  .designphoto .sharedArea > p:first-of-type {
    text-align: center;
    margin-bottom: 20px;
  }
  .designphoto .sharedArea .design.entrance .title img {
    width: 55%;
  }
  .designphoto .sharedArea .design.entrance .photoArea img {
    width: 65%;
  }
  .designphoto .sharedArea .design.entrance .photoArea img:first-of-type {
    width: 55%;
  }
  .designphoto .sharedArea .design.guest .title img {
    width: 48%;
  }
  .designphoto .sharedArea .design .photoArea {
    text-align: center;
  }
  .designphoto .sharedArea .design.lounge .title img {
    width: 28%;
  }
  .designphoto .design .photoArea img:first-of-type {
    margin: 2px 0 0 0;
  }
  .designphoto .sharedArea > .contentBoxDetail2 > p {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .designphoto .guestInner .annotation {
    padding-top: 10px;
  }
  .designphoto .sharedArea .contentBoxDetail2 .title {
    margin-bottom: 0;
  }
  .designphoto .sharedArea .contentBoxDetail2 .titleSub {
    margin: 10px 0 20px;
  }
  .designphoto .sharedArea .contentBoxDetail2 .titleSub img {
    width: 70%;
  }
  .kronoThumTitle {
    background: #c2bc97;
  }
  .tiaroThumTitle {
    background: #7eb7ad;
  }
  .designphoto .kronoArea {
    margin-bottom: 20px;
  }
  .designphoto .ExteriorArea {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .designphoto .ExteriorArea .title img {
    width: 30%;
  }
  .photoG .kronoArea div.pcDisNon p, .photoG .tiaroArea div.pcDisNon p {
    text-align: center;
  }
  .photoG .kronoArea div.pcDisNon p:nth-of-type(2), .photoG .tiaroArea div.pcDisNon p:nth-of-type(2) {
    margin-top: 10px;
  }
  .photoG .kronoArea div.pcDisNon img, .photoG .tiaroArea div.pcDisNon img {
    max-height: 200px;
  }
  .photoG .slideArea {
    display: none;
  }
  .kronoThumTitle, .tiaroThumTitle {
    font-weight: bold;
    text-align: center !important;
    vertical-align: middle;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .designphoto.photoG .mvArea .title {
    text-align: center;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .designphoto.photoG .mvArea .title img {
    width: 55%;
  }
  /* estateDetail:imgPlural */
  .estateDetail .imgPlural {
    margin-top: 20px;
  }
  .estateDetail .imgPlural .title {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .estateDetail .imgPlural .title img {
    width: 55%;
  }
  .estateDetail .zoomIcon {
    width: 25px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .estateDetail {
    padding: 0 0 20px 0;
  }
  .estateDetail .slideImg .photo {
    width: 100%;
    padding: 75% 0 0 0;
    position: relative;
  }
  .estateDetail .slideImg .photo a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .estateDetail .slideImg .imgFit {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    position: relative;
  }
  .estateDetail .imgPlural .caption {
    margin: 10px 10px 0 10px;
    font-size: 1.2rem;
    line-height: 180%;
    text-align: center;
  }
  .estateDetail .slideImg .slick-prev, .estateDetail .slideImg .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
  }
  .estateDetail .slideImg .slick-prev:hover,
  .estateDetail .slideImg .slick-prev:focus,
  .estateDetail .slideImg .slick-next:hover,
  .estateDetail .slideImg .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .estateDetail .slideImg .slick-prev:hover:before,
  .estateDetail .slideImg .slick-next:hover:before {
    opacity: 1;
  }
  .estateDetail .slideImg .slick-prev.slick-disabled:before,
  .estateDetail .slideImg .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .estateDetail .slideImg .slick-prev:before, .estateDetail .slideImg .slick-next:before {
    font-size: 20px;
    line-height: 1;
    display: block;
    width: 30px;
    height: 40px;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .estateDetail .slideImg .slick-prev {
    left: 0;
  }
  .estateDetail .slideImg .slick-next {
    right: 0;
  }
  .estateDetail .slideImg .slick-prev:before,
  .estateDetail .slideImg [dir=rtl] .slick-next:before {
    content: "";
    background: url(../img/arrow_slide_l.png) 0 0 no-repeat transparent;
    background-size: 30px 40px;
  }
  .estateDetail .slideImg .slick-next:before,
  .estateDetail .slideImg [dir=rtl] .slick-prev:before {
    content: "";
    background: url(../img/arrow_slide_r.png) 0 0 no-repeat transparent;
    background-size: 30px 40px;
  }
  .estateDetail .slideImg .imgFit img {
    height: 100%;
  }
  .imgCover, .imgFit {
    border: solid #ccc 1px;
    background-color: #fff;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .designphoto .slick-dots {
    display: none !important;
  }
  .designphoto .estateDetail .slick-counter {
    float: none;
    text-align: center;
  }
  .designphoto .estateDetail .actionBtn {
    padding: 15px 0;
    margin: 10px 20px 0;
  }
  .designphoto ul.photoDetail {
    padding: 30px 10px;
  }
  .designphoto ul.photoDetail li {
    padding-bottom: 10px;
    border-bottom: 1px solid #94b9c3;
    margin-bottom: 20px;
    text-align: center;
  }
  .designphoto ul.photoDetail .photoArea img {
    max-width: 280px;
    max-height: 200px;
  }
  .designphoto ul.photoDetail li p {
    text-align: center;
  }
  .designphoto ul.photoDetail li:last-of-type {
    border-bottom: none;
  }
  .designphoto ul.photoDetail li.titleK {
    border: none;
    background: #c2bc97;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .designphoto ul.photoDetail li.titleT {
    border: none;
    background: #7eb7ad;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .linkList {
    border-top: solid #9ebbc3 1px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .linkList .acSpArea {
    border-bottom: solid #9ebbc3 1px;
  }
  .linkList .acSpTrg {
    padding: 10px 50px 10px 10px;
    position: relative;
    background: #ebf4f5;
    font-weight: bold;
    color: #004356;
  }
  .linkList .acSpArea .trgIcon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  .linkList .acSpArea .trgIcon:before, .linkList .acSpArea .trgIcon:after {
    width: 20px;
    height: 4px;
    content: "";
    display: block;
    background: #9ebbc3;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .linkList .acSpArea .trgIcon:after {
    height: 20px;
    width: 4px;
    top: 0;
    left: 8px;
  }
  .linkList .acSpBox {
    display: none;
  }
  .linkList .acSpBox li a {
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    position: relative;
    border-top: dotted #9ebbc3 1px;
    color: #333;
  }
  .linkList .acSpBox li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .linkList .acSpBox .krono {
    background: #edebdc;
  }
  .linkList .acSpBox .tiaro {
    background: #d9eae7;
  }
  .linkList .acSpArea .active .trgIcon {
    margin-top: -3px;
    right: 11px;
  }
  .linkList .acSpArea .active .trgIcon::before, .linkList .acSpArea .active .trgIcon::after {
    width: 20px;
    height: 4px;
    background: #9ebbc3;
    position: absolute;
    top: 0;
    left: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .linkList .acSpArea .active .trgIcon::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  /* .checkboxTitle::before {
    position: absolute;
    top: 21px;
    right: 0px;
  } */
  label.checkboxText {
    display: inline-block;
    width: 88%;
  }
  .checkboxTitle {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
  }
  /* .checkboxInput:checked + .checkboxTitle::after {
    position: absolute;
    top: 22px;
    right: 5px;
  } */
  label.checkboxText + .check {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    color: #000;
    width: 12%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5px;
    font-weight: normal;
  }
  .quality .mvArea {
    padding: 20px 10px;
  }
  .quality .mvArea .title {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .quality .mvArea .title img {
    width: 55%;
  }
  .quality .mvArea p:nth-of-type(2) img {
    width: 100%;
    margin-bottom: 20px;
  }
  .quality .mvArea p:last-of-type {
    text-align: center;
    margin: 10px 0 0;
  }
  .quality .mvArea p:last-of-type img {
    width: 100%;
  }
  .quality .menshinOutline .title img {
    width: 100%;
  }
  .quality .menshinDetailArea {
    margin: 0 10px 20px;
  }
  .quality .menshinOutline {
    margin: 0 0 20px;
  }
  .quality .menshinOutline {
    background-color: #f6f6f6;
    padding: 20px 10px;
  }
  .quality .menshinFacility .tower {
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #c1e1e5;
    color: #014457;
    margin: 10px 0;
    padding-bottom: 0;
  }
  .quality .menshinFacility p {
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  .quality .menshinFacility p:nth-of-type(3) {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .quality .menshinFacility p:nth-of-type(5) {
    margin: 0 auto 10px;
    padding-bottom: 0;
  }
  .quality .menshinFacility p:last-of-type {
    text-align: right;
    padding: 0;
  }
  .quality .menshinFacility p:nth-of-type(5) img {
    width: 100%;
  }
  .quality .facility01 .title img {
    width: 40%;
  }
  .quality .facilityText .title {
    margin-bottom: 20px;
  }
  .quality .facilityText p {
    margin-bottom: 10px;
  }
  .quality .facilityImg img {
    width: 210px;
  }
  .quality .facilityImg {
    text-align: center;
  }
  .quality .facility02 .title img {
    width: 40%;
  }
  .quality .facility03 .title img {
    width: 50%;
  }
  .quality .facility01, .quality .facility02 {
    margin-bottom: 20px;
  }
  .mypage ul {
    margin: 0 0 20px;
  }
  .mypage ul li {
    margin: 0 0 10px;
    padding: 10px;
    border: solid #c1e1e5 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypage ul dt {
    margin: 0 0 10px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypage ul dd {
    min-height: 1px;
  }
  .mypage ul .img {
    width: 100px;
    margin: 0 10px 0 0;
    float: left;
  }
  .mypage ul li img {
    width: 100%;
  }
  .mypage ul li .text {
    font-size: 1.3rem;
    line-height: 150%;
    min-height: 80px;
  }
  .topicBox {
    display: block;
    background-color: #c1e1e5;
    width: 54px;
    height: 54px;
    margin-right: 10px;
    text-align: center;
  }
  .topicBox .title {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    top: 8px;
  }
  .topicBox .num {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    top: 6px;
  }
  .mypage ul dt span:nth-of-type(2) {
    width: 75%;
  }
  .lease .leaseMvArea p:first-of-type img {
    width: 100%;
  }
  .lease .leaseMvArea p {
    padding-bottom: 20px;
  }
  .lease .leaseMvArea .inner p:last-of-type {
    text-align: center;
    padding-top: 20px;
  }
  .lease .leaseMvArea .inner p:last-of-type img {
    width: 80%;
    max-width: 300px;
  }
  .lease .mvArea .title img {
    width: 30%;
  }
  .lease .mvArea .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .lease .leaseMvArea .inner {
    background: url(../smart/img/lease_mvBk.jpg) no-repeat;
    background-size: cover;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lease .leaseMvArea .inner a {
    text-decoration: none;
    font-weight: bold;
  }
  .lease .leaseMvArea .inner p:first-of-type {
    padding: 0 10px 20px;
  }
  .lease .leaseQuestionArea {
    padding: 0 10px 0;
  }
  .lease .leaseQuestionArea .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .lease .leaseQuestionArea .title img {
    width: 90%;
  }
  .lease .questionBox div {
    width: calc(50% - 5px);
    height: 140px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lease .questionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  .lease .questionBox .colorA {
    background: -webkit-gradient(linear, left top, left bottom, from(#dcfded), to(#95e2be));
    background: linear-gradient(#dcfded, #95e2be);
  }
  .lease .questionBox .colorB {
    background: -webkit-gradient(linear, left top, left bottom, from(#dffafb), to(#9ce2e3));
    background: linear-gradient(#dffafb, #9ce2e3);
  }
  .lease .questionBox .colorC {
    background: -webkit-gradient(linear, left top, left bottom, from(#d4eeff), to(#99caf0));
    background: linear-gradient(#d4eeff, #99caf0);
  }
  .lease .questionBox .question01 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .lease .questionBox .question02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lease .questionBox .question03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lease .questionBox .question04 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lease .questionBox .question05 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lease .questionBox .question06 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lease .fukidashiProposal {
    position: relative;
    display: inline-block;
    margin: 10px 0 20px;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 1.4rem;
    background: #FFF;
    border: solid 3px #004256;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lease .fukidashiProposal:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 60%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .lease .fukidashiProposal:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #004256;
    z-index: 1;
  }
  .lease .fukidashiProposal p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left !important;
  }
  .lease .proposal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lease .leaseQuestionArea {
    margin-bottom: 20px;
  }
  .lease .proposal p {
    text-align: center;
  }
  .lease .proposal p img {
    width: 30%;
    margin-right: 30px;
  }
  .headHarumi {
    background-color: #75c8d1;
    padding: 10px;
    font-size: 1.6rem;
    color: #fff;
    margin: 0 0 20px;
  }
  .lease .leaseFlowArea .text {
    padding: 5px 10px;
    border: solid 1px #ccc;
    margin: 0 0 20px;
  }
  .flow .image {
    background-color: #fc8b47;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 70px;
    text-align: center;
  }
  .flow li > div {
    border: solid 1px #fc8b47;
  }
  .flow li > div p:first-of-type {
    background-color: #f1f7f8;
    color: #014457;
    font-weight: bold;
  }
  .flow li > div p {
    padding: 10px;
  }
  .lease .leaseFlowArea {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .flow li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #c1e1e5 transparent transparent transparent;
    display: block;
    margin: 5px auto 10px;
  }
  .flow li:last-of-type::after {
    display: none;
  }
  .lease .leaseAdMenuArea {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .advertise li {
    padding: 10px;
    margin-bottom: 10px;
    border: solid #c1e1e5 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .advertise li dd img {
    width: 100%;
  }
  .advertise li dd .img {
    text-align: center;
  }
  .advertise li.web dd img {
    max-width: 335px;
  }
  .advertise li.group dd img {
    max-width: 209px;
    margin-bottom: 10px;
  }
  .advertise li.reins dd img {
    max-width: 113px;
  }
  .advertise li.cooperation dd img {
    max-width: 301px;
    margin-bottom: 10px;
  }
  .advertise li.request dd img {
    max-width: 200px;
    margin-bottom: 10px;
  }
  .advertise li.portal dd p:nth-of-type(3), .advertise li.portal dd p:nth-of-type(4) {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .advertise li.portal dd p:nth-of-type(3) img, .advertise li.portal dd p:nth-of-type(4) img, .advertise li.portal dd p:nth-of-type(5) img {
    width: 100%;
    max-width: 150px;
  }
  .advertise li.portal dd p:nth-of-type(5) {
    text-align: center;
  }
  .advertise li.openhouse dd img {
    max-width: 200px;
    margin-bottom: 10px;
  }
  .advertise li.newspaper dd img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .advertise dt {
    margin: 0 0 10px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advertise dt span:nth-of-type(2) {
    width: 75%;
  }
  .advertise .text {
    margin-bottom: 10px;
  }
  .leaselink .title {
    padding: 0 10px 5px;
  }
  .leaselink {
    z-index: 2;
    position: relative;
  }
  .leaselink .title img {
    width: 100%;
  }
  .leaselink .linkList .acSpTrg {
    padding: 15px 50px 15px 10px;
    position: relative;
    background: radial-gradient(#ffc319, #fc8b47);
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .leaselink .linkList .acSpArea .active .trgIcon::before, .leaselink .linkList .acSpArea .active .trgIcon::after {
    width: 20px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .leaselink .linkList .acSpArea .trgIcon:before, .leaselink .linkList .acSpArea .trgIcon:after {
    width: 20px;
    height: 4px;
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .leaselink .linkList .acSpArea .trgIcon:after {
    height: 20px;
    width: 4px;
    top: 0;
    left: 8px;
  }
  .leaselink .linkList .acSpArea .active .trgIcon::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .leaselink .linkList .acSpBox li a {
    text-align: center;
    font-weight: bold;
    color: #666;
  }
  .leaselink .linkList .acSpArea {
    border-bottom: solid #fc8b47 1px;
  }
  .leaselink .linkList .acSpBox li a {
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    position: relative;
    border-top: solid #fc8b47 1px;
    color: #333;
  }
  .leaselink .linkList {
    border: none;
  }
  .discount {
    padding: 70px 10px 0;
    margin-top: -70px;
    margin-bottom: 20px;
    position: relative;
  }
  .discount img {
    width: 100%;
  }
  .sell .mvArea .title img {
    width: 30%;
  }
  .sell .mvArea .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .sell .sellMvArea .inner {
    background: url(../smart/img/sell_mvBk.jpg) no-repeat;
    background-size: cover;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lease .sellMvArea .inner {
    background: url(../smart/img/lease_mvBk.jpg) no-repeat;
    background-size: cover;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sellMvArea p {
    padding-bottom: 20px;
  }
  .sellMvArea p:first-of-type img {
    width: 100%;
  }
  .sellMvArea .inner p:last-of-type {
    text-align: center;
    padding-top: 20px;
  }
  .sellMvArea .inner p:last-of-type img {
    width: 80%;
    max-width: 300px;
  }
  .sellMvArea .inner .left {
    padding: 0 10px 20px;
    float: none;
  }
  .sellMvArea .btnArea {
    margin-top: 20px;
  }
  .sellMvArea .btnArea p {
    padding-left: 1em !important;
  }
  .sellMvArea .normalBtn.krono {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #bbb693), to(#989063));
    background: linear-gradient(to bottom, #bbb693 80%, #989063 100%);
    border: solid #989063 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
  }
  .sellMvArea .normalBtn.krono:hover {
    background: #d4cfaa;
  }
  .sellMvArea .normalBtn.tiaro {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #7eb7ad), to(#55847b));
    background: linear-gradient(to bottom, #7eb7ad 80%, #55847b 100%);
    border: solid #55847b 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
  }
  .sellMvArea .normalBtn.tiaro:hover {
    background: #9ccac2;
  }
  .sellMvArea .normalBtn {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.2rem;
    margin: 10px 0 5px;
    line-height: 2rem;
    padding: 15px 50px 15px 10px;
    text-align: left;
  }
  .sellMvArea .normalBtn::after {
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: "";
    vertical-align: middle;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sellMvArea .normalBtn strong {
    font-size: 1.6rem;
    padding: 0 0 0 5px;
    display: inline-block;
  }
  .sellMvArea .normalBtn.arrowLink::before {
    content: none;
  }
  .sellMvArea .inner a {
    text-decoration: none;
    font-weight: bold;
  }
  .sellMvArea .inner .left p {
    padding: 0;
    text-align: left;
  }
  .sellMvArea .text {
    padding-bottom: 5px !important;
  }
  .sell .interviewLink {
    background: url(../smart/img/interviewLink.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 10px 20px;
    padding-top: 62.3%;
    position: relative;
    border: solid 1px #eec3b7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sell .interviewLink a {
    color: #014457;
    font-weight: 500;
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 32px 5px 15px;
    background-color: #fff;
    text-decoration: none;
    width: 98%;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sell .interviewLink a.arrowLink::before {
    left: auto;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #014457;
    border-right: 3px solid #014457;
  }
  .sell .interviewLink a:hover {
    background-color: rgba(251, 211, 200, 0.5);
  }
  .sell .sellQuestionArea .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .sell .sellQuestionArea .title img {
    width: 90%;
  }
  .qandaBox {
    background-color: #f0f7f8;
    padding: 0 10px 20px;
    margin-bottom: 20px;
  }
  .qandaBox dd {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .qandaBox .answerArea p {
    padding-bottom: 20px;
  }
  .qandaBox dt p {
    font-weight: bold;
  }
  .qandaBox dt {
    padding-top: 10px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .qbox {
    display: block;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #75c8d1 2px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
  }
  .abox {
    display: block;
    background-color: #f0f7f8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #75c8d1 2px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
  }
  .qandaBox .qanda {
    margin-bottom: 20px;
  }
  .qandaBox .answerArea {
    width: 90%;
  }
  .qandaBox label {
    margin-bottom: 10px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
  .qandaBox input[type=checkbox].on-off {
    display: none;
  }
  .qandaBox .internet ul {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 20px 35px;
    padding: 0;
    list-style: none;
  }
  .qandaBox .internet input[type=checkbox].on-off + ul {
    display: none;
  }
  .qandaBox .internet input[type=checkbox].on-off:checked + ul {
    display: block;
  }
  .qandaBox .internet ul li {
    padding: 5px 0;
    margin: 10px 0;
  }
  .qandaBox li:last-of-type {
    margin-bottom: 0;
  }
  .sellPointArea {
    padding: 0 10px 20px;
  }
  .sellPointArea dt {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .sellPointArea ul li {
    margin: 5px 0 0;
    padding: 28% 0 0 0;
    background-size: 100%;
    border: solid #ccc 1px;
  }
  .sellPointArea ul .point01 {
    background-image: url(../smart/img/sellPoint01.png);
  }
  .sellPointArea ul .point02 {
    background-image: url(../smart/img/sellPoint02.png);
  }
  .sellPointArea ul .point03 {
    background-image: url(../smart/img/sellPoint03.png);
  }
  .sellPointArea ul .point04 {
    background-image: url(../smart/img/sellPoint04.png);
  }
  .harumiWeb {
    padding: 0 10px 20px;
  }
  .harumiWeb img {
    width: 100%;
  }
  .sell .sellFlowArea {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .sell .sellAdMenuArea {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .sell .sellAdMenuArea .headHarumi + p {
    padding-bottom: 10px;
  }
  .rightLinkArea {
    display: none !important;
  }
  /* detailInquiryArea */
  .detailInquiryArea {
    margin: 20px 0;
    padding: 20px 10px;
    background-color: #f4f0eb;
  }
  .detailInquiryArea dt {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }
  .detailInquiryArea dd {
    font-size: 1.4rem;
    line-height: 1.5em;
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
  }
  .detailInquiryArea dd:last-of-type {
    margin-bottom: 0;
  }
  .detailInquiryArea li:nth-child(2) {
    width: 225px;
    margin: 10px auto 0;
  }
  .detailInquiryArea .img {
    height: 66px;
  }
  .detailInquiryArea dd:nth-of-type(2) img {
    padding-top: 20px;
  }
  /* modalWinArea */
  .modalWinArea a:visited, a:active {
    color: #62a3c1;
  }
  .modalWinArea .arrowLink::before {
    border-top: 2px solid #62a3c1;
    border-right: 2px solid #62a3c1;
  }
  .modalWinHead {
    margin: 0 10px 10px 10px;
  }
  .modalWinHead .title {
    font-size: 1.8rem;
  }
  .modalWinArea .simpleMsgArea {
    margin: 0 10px 10px;
    padding: 10px;
  }
  .modalWinArea .simpleMsgArea .em {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .simpleMsgArea {
    margin: 0 0 50px 0;
    padding: 50px;
    border: solid #f5f5f5 5px;
  }
  .modalWinArea .closeBtn {
    width: 150px;
    margin: 20px auto 0 auto;
  }
  .modalWinArea .closeBtn a {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .modalWinArea .modalWinCon {
    margin: 0 10px 10px;
  }
  .simpleMsgArea .em {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    border-bottom: solid #ccc 1px;
  }
  /* modalWinArea:mypageParts */
  .mypageParts {
    margin: 20px 0 0 0;
  }
  .mypageParts .mypagePartsDetail {
    border-top: dotted #ccc 1px;
  }
  .mypageParts .mypagePartsDetail:last-of-type {
    margin-top: 20px;
  }
  .mypageParts .mypagePartsDetail dt {
    padding: 10px;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: bold;
  }
  .mypageParts .mypagePartsDetail dd {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 150%;
  }
  .mypageParts .mypagePartsDetail dd .inputArea fieldset {
    margin: 0 0 10px 0;
  }
  .mypageParts .mypagePartsDetail dd .inputArea legend {
    margin: 0 0 5px 0;
  }
  .mypageParts .mypagePartsDetail dd .btnLinkArea p {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .mypageParts .mypagePartsDetail dd .checkboxText {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
  }
  .mypageParts .mypagePartsDetail dd .btnLinkArea p {
    margin: 10px 0 0 0;
  }
  .mypageParts .mypagePartsDetail dd .check {
    background-image: url(../img/icon_cheack.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0 0 5px 20px;
  }
  .mypageParts input[type=text], .mypageParts input[type=password], .mypageParts input[type=tel], .mypageParts input[type=email], .mypageParts input[type=number] {
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    font-size: 1.6rem;
  }
  .inputSp100 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* modalWinArea:mypageParts */
  .remodal .btnArea li {
    margin: 10px 0 0 0;
  }
  /* modalWinArea:modalMsNewmailArea */
  .remodal .modalMsNewmailArea ul {
    margin: 20px 0 0 0;
    border-bottom: dotted #ccc 1px;
  }
  .remodal .modalMsNewmailArea li {
    padding: 10px;
    border-top: dotted #ccc 1px;
  }
  .remodal .modalMsNewmailArea .btn {
    margin: 20px 0 0 0;
  }
  /* Message */
  .errMsgArea {
    margin: 0 0 30px 0;
    padding: 20px;
    background-color: #fffddf;
    color: #e12d50;
  }
  .errCell {
    background-color: #fffddf;
  }
  .errText {
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #e12d50;
  }
  .errMsgArea .em {
    padding: 0 0 0 50px;
    position: relative;
    font-weight: bold;
  }
  .errMsgArea .em::before {
    width: 0;
    height: 0;
    margin: -20px 0 0 0;
    content: "!";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border: transparent solid;
    border-bottom-color: #e12d50;
    border-width: 0 20px 35px 20px;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    text-indent: -4px;
  }
  .simpleMsgArea {
    margin: 20px 10px 30px 10px;
    padding: 20px;
    border: solid #f5f5f5 5px;
  }
  .simpleMsgArea .em {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    border-bottom: solid #ccc 1px;
  }
  .simpleMsgArea ul.link {
    margin: 10px 0 0 0;
  }
  .simpleMsgArea ul.link li {
    margin: 5px 0 0 0;
  }
  .simpleMsgArea .otherSearch {
    margin: 20px 0 0;
    padding: 10px;
    background-color: #f4f0eb;
  }
  .simpleMsgArea .otherSearch dt {
    margin: 0 0 5px;
  }
  .simpleMsgArea .otherSearch dd .inputArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .simpleMsgArea .otherSearch dd .annotation {
    margin: 5px 0 0;
    font-size: 1.2rem;
    color: #999;
    line-height: 150%;
  }
  .simpleMsgArea .otherSearch dd form {
    width: 75%;
    margin: 0 1px 0 0;
  }
  .simpleMsgArea .otherSearch dd .input input {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .simpleMsgArea .otherSearch dd .btn {
    width: 25%;
  }
  .simpleMsgArea .otherSearch dd .btn .searchBtn {
    padding: 14px 0;
  }
  .title .spTitle {
    font-size: 1.8rem;
    line-height: 130%;
    font-family: "Sawarabi Mincho", serif;
    font-weight: normal;
  }
  .interview .mvArea .title img {
    width: 70%;
  }
  .interview .mvArea .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .mvArea .titleSub img {
    width: 40%;
  }
  .interview .mvArea .titleSub {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .mvArea p:last-of-type {
    padding-bottom: 10px;
  }
  .interview .mvArea.interview01 p:last-of-type img {
    width: 100%;
  }
  .interview .mvArea.interview01 p:last-of-type {
    padding-bottom: 10px;
  }
  .interview .mvArea.interview03 p:last-of-type img {
    width: 100%;
  }
  .interview .mvArea.interview03 p:last-of-type {
    padding-bottom: 10px;
  }
  .interviewMvArea {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .interviewMvArea .circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #75c8d1;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -12px;
    left: 5px;
  }
  .interviewMvArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: solid 1px #ccc;
  }
  .interviewMvArea .inner .left {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interviewMvArea .inner .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .interviewMvArea .inner .photo img {
    width: 100%;
  }
  .interviewMvArea .title {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .interviewMvArea .text {
    padding-bottom: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
  }
  .interviewMvArea .tower {
    margin-top: 30px;
    display: inline-block;
    padding: 5px;
    background: #fbf9f0;
    border: solid 1px #c2bc96;
  }
  .interviewMvArea .owner {
    margin-top: 10px;
    width: 100%;
    text-align: right;
  }
  .interview .head02 {
    margin: 0 0 20px 0;
    padding: 5px;
    font-weight: normal;
    border-left: solid #75b8d1 3px;
  }
  .interview .interview01Area01 .title img {
    width: 95%;
  }
  .interview .interview01Area01 .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .interview01Area01 .head02 {
    padding: 5px;
    width: 100%;
  }
  .interview .interview01Area01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  .interview .interview01Area01 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview01Area01 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 60px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview01Area01 dt + dd {
    width: calc(100% - 60px);
    padding: 0 0 20px;
  }
  .bkInter {
    background-color: #eff2f2;
  }
  .interview .interview01Area02 .title img {
    width: 100%;
  }
  .interview .interview01Area02 .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .interview01Area02 {
    padding: 20px 20px 0;
  }
  .interview .interview01Area02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview01Area02 .inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .interview .interview01Area02 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview01Area02 dd {
    width: calc(100% - 60px);
  }
  .interview .interview01Area02 .photo {
    text-align: center;
  }
  .interview .interview01Area02 .photo img {
    width: 100%;
    max-width: 360px;
  }
  .interview .interview01Area02 p {
    margin-bottom: 20px;
    width: 100%;
  }
  .interview .eigyo {
    color: #989063;
    font-weight: bold;
  }
  .interview .interview01Area02 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview .interview01Area02 .head02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .interview .interview01Area02 .photo:last-of-type {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .interview .interview01Area02 dl:first-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .interview .interview01Area02 dl:nth-of-type(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .interview .interview01Area03 .title img {
    width: 95%;
  }
  .interview .interview01Area03 .title {
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }
  .interview .interview01Area03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 0;
  }
  .interview .interview01Area03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview01Area03 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview01Area03 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 60px;
  }
  .interview .interview01Area03 dl:first-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .interview .interview01Area03 dl:nth-of-type(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .interview .interview01Area03 dl:first-of-type dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 0;
  }
  .interview .interview01Area03 dl:nth-of-type(2) dd:first-of-type, .interview .interview01Area03 dl:nth-of-type(2) dd:nth-of-type(3), .interview .interview01Area03 dl:nth-of-type(2) dd:nth-of-type(4) {
    width: calc(100% - 60px);
    padding: 0 0 20px 0;
  }
  .interview .interview01Area03 .head02:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .interview .interview01Area03 .head02:last-of-type {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .interview .interview01Area03 .photo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .interview .interview01Area03 .photo img {
    width: 100%;
    max-width: 360px;
  }
  .interview .ownerDiscount {
    position: relative;
    padding: 0 10px 10px;
  }
  .interview .ownerDiscount::before {
    position: absolute;
    content: "";
    pointer-events: none;
  }
  .interview .ownerDiscount::before {
    top: 0px;
    background: rgba(255, 255, 255, 0);
    left: 20%;
  }
  .interview .ownerDiscount::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10vw 30vw 0 30vw;
    border-color: #fff transparent transparent transparent;
  }
  .interview .ownerDiscount .discount.sell {
    margin: 0px auto;
    padding: 0;
  }
  .interview .ownerDiscount .title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 70px;
  }
  .interview .ownerDiscount .text {
    text-align: left;
    padding: 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .ownerDiscount .text:nth-of-type(3) {
    padding: 0 0 20px;
  }
  .interview .ownerDiscount .btnArea {
    width: 100%;
    margin: 0 auto;
  }
  .interview .ownerDiscount .btnArea li {
    margin-bottom: 10px;
  }
  .interview .ownerDiscount .normalBtn.krono {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #bbb693), to(#989063));
    background: linear-gradient(to bottom, #bbb693 80%, #989063 100%);
    border: solid #989063 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
    text-align: left;
    padding-left: 20px;
  }
  .interview .ownerDiscount .normalBtn.tiaro {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #7eb7ad), to(#6d968f));
    background: linear-gradient(to bottom, #7eb7ad 80%, #6d968f 100%);
    border: solid #6d968f 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
    text-align: left;
    padding-left: 20px;
  }
  .interview .ownerDiscount .normalBtn::before {
    content: none;
  }
  .interview .ownerDiscount .normalBtn::after {
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: "";
    vertical-align: middle;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .interview .ownerDiscount a.normalBtn {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.4rem;
    margin: 0 auto;
    font-weight: bold;
  }
  .interview .ownerDiscount .normalBtn.krono:hover {
    background: #d4cfac;
  }
  .interview .ownerDiscount .normalBtn.tiaro:hover {
    background: #a6c9c3;
  }
  .interviewLinkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 20px;
  }
  .interviewLinkArea .title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    padding: 20px 0;
  }
  .interviewLinkArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interviewLinkArea .inner .photo img {
    width: 100%;
  }
  .interviewLinkArea .linkBox {
    position: relative;
  }
  .interviewLinkArea .circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #75c8d1;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
  }
  .interviewLinkArea .inner .tower {
    margin: 10px 10px 0 10px;
    display: inline-block;
    padding: 5px;
    background: #fbf9f0;
    border: solid 1px #c2bc96;
    font-size: 1.2rem;
  }
  .interviewLinkArea .inner .owner {
    padding: 10px 10px 0 10px;
    font-size: 1.2rem;
  }
  .interviewLinkArea .inner .text {
    padding: 10px;
    width: 100%;
  }
  .interviewLinkArea a {
    display: block;
    text-decoration: none;
    width: 47%;
    margin-bottom: 20px;
    border: solid 1px #ccc;
  }
  .interviewLinkArea a:hover {
    background: #ebf4f5;
    color: #333;
  }
  .interviewLinkArea a:hover img {
    opacity: 0.75;
    z-index: 0;
  }
  .interviewLinkArea.interviewIndex {
    display: block;
  }
  .interviewLinkArea.interviewIndex .photo {
    width: 100%;
  }
  .interviewLinkArea.interviewIndex a {
    width: 100%;
  }
  .interviewLinkArea.interviewIndex a:last-of-type .tantou {
    padding: 15px 10px 10px;
  }
  .interviewLinkArea.interviewIndex .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
  }
  .interviewLinkArea.interviewIndex .title {
    padding: 0 10px 10px;
    width: auto;
  }
  .interviewLinkArea.interviewIndex .text {
    padding: 0 10px 10px;
  }
  .interviewLinkArea.interviewIndex .inner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .interviewLinkArea.interviewIndex .inner .tantou {
    font-size: 1.3rem;
    display: block;
    margin: 0 0 0 auto;
    padding: 0 10px 10px 10px;
  }
  .interviewLinkArea.interviewIndex .tower {
    margin: 10px;
  }
  .interviewLinkArea.interviewIndex .annotation {
    margin-bottom: 24px;
    text-align: left;
  }
  .interview .interview03Area01 .title img {
    width: 95%;
  }
  .interview .interview03Area01 .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .interview03Area01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  .interview .interview03Area01 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview03Area01 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 60px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview03Area01 dd.head02 {
    padding: 5px;
    width: 100%;
  }
  .interview .interview03Area01 dt + dd {
    width: calc(100% - 60px);
    padding: 0 0 20px;
  }
  .interview .interview03Area02 {
    padding: 20px 20px 0;
  }
  .interview .interview03Area02 .title img {
    width: 65%;
  }
  .interview .interview03Area02 .head02 {
    padding: 5px;
    width: 100%;
  }
  .interview .interview03Area02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview03Area02 .photo {
    text-align: center;
  }
  .interview .interview03Area02 p {
    padding: 0 0 20px 0;
    width: 100%;
  }
  .interview .interview03Area02 .title {
    text-align: center;
  }
  .interview .interview03Area02 p.text {
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 0 20px 60px;
    width: 100%;
  }
  .interview .interview03Area02 .photo img {
    width: 100%;
    max-width: 360px;
  }
  .interview .interview03Area02 .inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview03Area02 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview03Area02 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 0;
  }
  .interview .interview03Area02 dd:nth-of-type(3) {
    width: calc(100% - 60px);
    padding: 0 0 20px 60px;
  }
  .interview .interview03Area03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  .interview03Area03 .title {
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }
  .interview03Area03 .title img {
    width: 80%;
  }
  .interview .interview03Area03 .photo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .interview .interview03Area03 .photo img {
    width: 100%;
    max-width: 360px;
  }
  .interview .interview03Area03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview03Area03 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview03Area03 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 0;
  }
  .interview .interview03Area03 dl:nth-of-type(2) dd:last-of-type {
    padding: 0 0 20px 60px;
  }
  .interview .mvArea.interview02 p:last-of-type {
    padding-bottom: 10px;
  }
  .interview .mvArea.interview02 p:last-of-type img {
    width: 100%;
  }
  .interview .interview02Area01 .title img {
    width: 80%;
  }
  .interview .interview02Area01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  .interview .interview02Area01 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area01 dt + dd {
    width: calc(100% - 60px);
    padding: 0 0 20px;
  }
  .interview .interview02Area01 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 60px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interview .interview02Area01 .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .interview02Area01 .head02 {
    padding: 5px;
    width: 100%;
  }
  .interview .interview02Area03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  .interview .interview02Area03 .title {
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }
  .interview .interview02Area03 .title img {
    width: 83%;
  }
  .interview .interview02Area03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview02Area03 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area03 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 0;
  }
  .interview .interview02Area03 .photo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .interview .interview02Area03 .photo img {
    width: 100%;
    max-width: 360px;
  }
  .interview .interview02Area02 .title img {
    width: 100%;
  }
  .interview .interview02Area02 .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .interview02Area02 {
    padding: 20px 20px 0;
  }
  .interview .interview02Area02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview02Area02 .inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .interview .interview02Area02 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area02 dd {
    width: calc(100% - 60px);
  }
  .interview .interview02Area02 .photo {
    text-align: center;
  }
  .interview .interview02Area02 .photo img {
    width: 100%;
    max-width: 360px;
  }
  .interview .interview02Area02 p {
    margin-bottom: 20px;
    width: 100%;
  }
  .interview .interview02Area02 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview .interview02Area02 .head02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .interview .interview02Area02 .photo:last-of-type {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .interview .interview02Area02 dl:first-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .interview .interview02Area02 dl:nth-of-type(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .interview .interview02Area02 dl:nth-of-type(3) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .interview .interview02Area04 .title img {
    width: 95%;
  }
  .interview .interview02Area04 .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .interview .interview02Area04 {
    padding: 20px 20px 0;
  }
  .interview .interview02Area04 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .interview02Area04 .inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .interview .interview02Area04 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area04 dd {
    width: calc(100% - 60px);
  }
  .interview .interview02Area04 .photo {
    text-align: center;
  }
  .interview .interview02Area04 .photo img {
    width: 100%;
    max-width: 240px;
  }
  .interview .interview02Area04 p {
    margin-bottom: 20px;
    width: 100%;
  }
  .interview .interview02Area05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  .interview .interview02Area05 .title {
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }
  .interview .interview02Area05 .title img {
    width: 80%;
  }
  .interview .interview02Area05 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview .interview02Area05 dt {
    width: 60px;
    color: #75c8d1;
    font-weight: bold;
  }
  .interview .interview02Area05 dd {
    width: calc(100% - 60px);
    padding: 0 0 20px 0;
  }
  .interview .interview02Area05 .photo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .interview .interview02Area05 .photo img {
    width: 100%;
    max-width: 360px;
  }
  /*------------------------------------------
      text
  -------------------------------------------*/
  .justifyalign {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
  .mypage p.pcDisNon {
    border-top: 2px solid #c2dee2;
    padding: 10px 0 5px;
  }
  .mypage p.pcDisNon:nth-of-type(2) {
    border-bottom: 2px solid #c2dee2;
    border-top: none;
  }
  .fwb {
    font-weight: bold;
  }
  .gray {
    color: #a0a0a0;
  }
  span.red {
    color: #e5585a;
  }
  /*------------------------------------------
      image
  -------------------------------------------*/
  .dbI {
    display: block !important;
  }
  #tokuten img, .otoiawase img, #three_point img, #appeal img, .otoiawase_k img, .otoiawase_t img, #appeal2 img, #appeal .sutekinatown img, #appeal .centeralign.pb10.pcDisNon img, #relay.pcDisNon .p10t img {
    width: 100%;
  }
  .tokuten_box1 p.tokuten_r a img {
    width: 115px !important;
  }
  .tel_number img {
    width: 80%;
  }
  .three_point_box3 .image {
    width: 60%;
    margin: 10px auto;
  }
  #appeal .centeralign.pcDisNon img {
    width: 70%;
  }
  #relay.pcDisNon img {
    width: 90%;
    display: block;
    margin: 0 auto 20px;
  }
  .appeal_box_l.float_l img {
    padding: 10px 0;
  }
  img.mypage_title {
    width: 95%;
    max-width: 678px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
  }
  img.cap {
    width: 35%;
    height: 100%;
    max-width: 180px;
    padding: 0 10px 0 0;
    float: left;
    position: relative;
    bottom: 5px;
    margin-top: -5px;
  }
  #goTop img {
    width: 100%;
  }
  /*------------------------------------------
      footer
  -------------------------------------------*/
  footer .copyright {
    border-top: solid #fff 1px;
    background-color: #3F2711;
  }
  footer .copyright small {
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.5rem !important;
  }
  .link_area {
    padding: 0 10px 10px;
  }
  .hideT {
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
            clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
  }
  footer {
    margin-bottom: 85px;
    -webkit-box-shadow: 0px 5px 5px -5px #ccc inset;
            box-shadow: 0px 5px 5px -5px #ccc inset;
    background-color: #f4f0eb;
  }
  footer #pageTop, footer #pageTop * {
    display: none;
  }
  footer .mainLink {
    padding: 20px 0 10px 0;
  }
  footer .mainLink .logo {
    margin: 0 0 20px;
  }
  footer .mainLink .logo a {
    width: 168px;
    height: 12px;
    margin: 0 auto;
    background-image: url(../img/logo_ms_footer.png);
    background-size: 100%;
    display: block;
  }
  .mecGMS footer .mainLink .logo a {
    width: 289px;
    height: 15px;
    margin: 0 auto;
    background-image: url(../img/logo_ms_footer_mec.png);
    background-size: 100%;
    display: block;
  }
  footer .mainLink .mainLinkList {
    border-top: solid #ccc 1px;
    font-size: 1.4rem;
    line-height: 150%;
  }
  footer .mainLink .acSpArea {
    border-bottom: solid #ccc 1px;
  }
  footer .mainLink .acSpTrg {
    padding: 10px 50px 10px 10px;
  }
  footer .mainLink .acSpArea .trgIcon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  footer .mainLink .acSpArea .active .trgIcon {
    margin-top: -3px;
    right: 11px;
  }
  footer .mainLink .acSpArea .trgIcon:before, footer .mainLink .acSpArea .trgIcon:after {
    width: 20px;
    height: 4px;
    content: "";
    display: block;
    background: #ccc;
    position: absolute;
    top: 8px;
    left: 0;
  }
  footer .mainLink .acSpArea .trgIcon:after {
    height: 20px;
    width: 4px;
    top: 0;
    left: 8px;
  }
  footer .mainLink .acSpArea .active .trgIcon::before, footer .mainLink .acSpArea .active .trgIcon::after {
    width: 20px;
    height: 4px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  footer .mainLink .acSpArea .active .trgIcon::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  footer .acSpTrg {
    position: relative;
  }
  footer .acSpBox {
    display: none;
  }
  footer .mainLink .acSpBox li a {
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    position: relative;
    border-top: dotted #ccc 1px;
    color: #333;
  }
  footer .mainLink .acSpBox li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .mainLink .logoGroup {
    margin: 10px 20px;
  }
  footer .mainLink .logoGroup img {
    width: 100%;
  }
  footer .mainLink .otherLink {
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .mainLink .otherLink li {
    margin: 10px 10px 0;
  }
  footer .mainLink .otherLink a {
    font-size: 1.2rem;
    color: #333;
  }
  footer .copyright {
    border-top: solid #fff 1px;
    background-color: #3F2711;
  }
  .mecGMS footer .copyright {
    background-color: #c1101e;
  }
  footer .copyright small {
    padding: 10px;
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }
  /* footer:simpleHeaderFooter */
  .simpleHeaderFooter footer {
    padding: 10px 0;
    color: #999;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0 0 0;
            box-shadow: 0px 0 0 0;
  }
  .simpleHeaderFooter footer .copyright {
    background-color: #fff;
    color: #999;
  }
  .msLp footer .mainLink {
    padding: 10px 0;
  }
  #footerFloatingMenu .pcMenu {
    display: none;
  }
  #footerFloatingMenu .spMenu {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #666;
    text-align: center;
    background: #fffcdd;
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 9;
  }
  #footerFloatingMenu .spMenu-head {
    padding: 6px 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #footerFloatingMenu .spMenu-head span {
    padding: 2px 12px;
    margin: 0 12px 0 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background: #fb9803;
  }
  #footerFloatingMenu .spMenu .btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footerFloatingMenu .spMenu .btnList-item {
    width: calc(50% - 0.5px);
  }
  #footerFloatingMenu .spMenu .btnList-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1101e), color-stop(80%, #c1101e), to(#8c0c13));
    background: linear-gradient(to bottom, #c1101e 0%, #c1101e 80%, #8c0c13 100%);
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footerFloatingMenu .spMenu .btnList-item a .balloon {
    width: 90%;
    margin: -5px auto 5px;
    padding: 0 10px;
    border: solid #fff 2px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 18px;
    border-radius: 10px;
  }
  #footerFloatingMenu .spMenu .btnList-item a .balloon.-krono {
    background: #c2bc97;
  }
  #footerFloatingMenu .spMenu .btnList-item a .balloon.-tiaro {
    background: #7eb7ad;
  }
  #footerFloatingMenu .spMenu .btnList-item a svg {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.25em;
    vertical-align: middle;
    fill: rgba(255, 255, 255, 0.6);
  }
  #footerFloatingMenu .spMenu .btnList-item.-krono a {
    background: #c2bc97;
    border: 1px solid #989063;
  }
  #footerFloatingMenu .spMenu .btnList-item.-tiaro a {
    background: #7eb7ad;
    border: 1px solid #55847b;
  }
  .floatingMenu-modal .requestHead {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .floatingMenu-modal .requestHead img {
    margin-right: 8px;
  }
  .floatingMenu-modal .requestText {
    font-size: 1.6rem;
  }
  .floatingMenu-modal .linkArea {
    margin-top: 24px;
  }
  .floatingMenu-modal .linkArea .linkHead {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .floatingMenu-modal .linkArea .btnList-item {
    width: 50%;
  }
  .floatingMenu-modal .linkArea .btnList-item a {
    padding: 12px;
    font-size: 1.6rem;
  }
  /* .serviceMenuLeadArea {
    padding: 0 10px;
    margin: 32px auto 40px auto;
  }
  .serviceMenuLeadArea dl {
    margin: 0 auto;
  }
  .serviceMenuLeadArea dl dt {
    text-align: center;
  }
  .serviceMenuLeadArea dl dt a {
    display: block;
    padding: 20px 0;
    background: #008DA9;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
  }
  .serviceMenuLeadArea dl dt span {
    font-size: 12px;
    display: block;
    font-family: "Candara";
    margin: 0 0 5px 0;
  }
  .serviceMenuLeadArea dl dd {
    padding: 20px 10px;
  }
  .serviceMenuLeadArea dl dd p {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .serviceMenuLeadArea dl dd .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .serviceMenuLeadArea dl dd .btnArea li {
    position: relative;
    width: calc(50% - 10px);
  }
  .serviceMenuLeadArea dl dd .btnArea li:nth-child(2n) {
    margin-left: 10px;
  }
  .serviceMenuLeadArea dl dd .btnArea li:nth-child(n+3) {
    margin-top: 10px;
  }
  .serviceMenuLeadArea dl dd .btnArea li::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #CADDE6;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .serviceMenuLeadArea dl dd .btnArea li a {
    color: #000;
    padding: 58px 0 12px 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn01 a {
    background: #fff url(../img/btn_icon_anshin_support.png) no-repeat center top 8px/48px;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn02 a {
    background: #fff url(../img/btn_icon_survey.png) no-repeat center top 12px/36px;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn03 a {
    background: #fff url(../img/btn_icon_transaction.png) no-repeat center top 12px/48px;
  }
  .serviceMenuLeadArea dl dd .btnArea .btn04 a {
    background: #fff url(../img/btn_icon_service.png) no-repeat center top 12px/42px;
  } */
  .btnSM {
    display: inline-block;
    background: #fff;
    border: 1px solid #8FCDE4;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    position: relative;
  }
  .btnSM.arrowLink::before {
    width: 4px;
    height: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: inherit;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #00A1B6;
    border-right: 2px solid #00A1B6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sateiBtnBlock {
    margin: 0 0 20px;
    padding: 20px;
  }
  .sateiBtnBlock .text {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .sateiBtnBlock .catch {
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sateiBtnBlock .btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sateiBtnBlock .btnList li {
    margin: 20px 0 0;
  }
  .sateiBtnBlock .submitBtn {
    padding: 10px 0;
    line-height: 1.5;
  }
  .sateiBtnBlock .submitBtn .balloon {
    width: 176px;
    height: 26px;
    line-height: 22px;
    border-radius: 13px;
    top: -20px;
  }
  .mvarea-btnArea {
    margin: 25px 0 0;
  }
  .mvarea-btnArea .btnList {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .mvarea-btnArea .btnList > li {
    width: calc(50% - 5px);
  }
  .mvarea-btnArea .submitBtn {
    padding: 10px;
    line-height: 1.2;
  }
  .mvarea-btnArea .submitBtn em {
    font-size: 1.6rem;
  }
  .mvarea-btnArea .submitBtn .balloon {
    width: 100%;
    height: 24px;
    border-radius: 12px;
    line-height: 20px;
    font-size: 1.2rem;
    top: -20px;
  }
  .office-voice-block {
    margin: 0 10px 40px;
  }
  .office-voice-block .head {
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .office-voice-block .btn {
    width: 240px;
    margin: 0 auto;
    font-weight: bold;
  }
  .voice-list-item {
    margin: 0 0 1em 0;
  }
  .voice-list-text .comment-overflow,
  .voice-list-text .comment {
    font-size: 1.4rem;
  }
  .voice-list-hide {
    display: none;
  }
  .voice-list-trg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice-list-trg svg {
    width: 1em;
    height: 1em;
    margin: 0 0 0 0.5em;
    fill: #4A96BF;
  }
  .flow-top-step {
    row-gap: 24px;
  }
  .flow-top-step > li:not(:last-of-type)::after {
    bottom: -18px;
    left: 48px;
    border-width: 12px 16px 0 16px;
  }
  .flow-top-step > li .flow-top-step-item {
    padding: 0 8px 0 0;
  }
  .flow-top-step-ttl {
    width: 128px;
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow-top-step-ttl .ttl {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .flow-top-step-text {
    width: calc(100% - 128px - 1em);
    padding: 16px 8px;
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
/* 売出物件の改行 */
@media screen and (min-width: 360px) and (max-width: 899px) {
  .sellAreaBr {
    display: none;
  }
}
/* 特典の表示調整 */
@media screen and (min-width: 0px) and (max-width: 899px) {
  .discount p:first-of-type {
    color: #014457;
    font-weight: bold;
    font-size: 3.5vw;
    text-align: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 340px) {
  .discount p:first-of-type {
    position: relative;
    top: 13px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 341px) and (max-width: 400px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -40px;
    bottom: 40px;
  }
}
@media screen and (min-width: 401px) and (max-width: 420px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -50px;
    bottom: 50px;
  }
}
@media screen and (min-width: 421px) and (max-width: 500px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -60px;
    bottom: 60px;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -70px;
    bottom: 70px;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -80px;
    bottom: 80px;
  }
}
@media screen and (min-width: 701px) and (max-width: 800px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -90px;
    bottom: 90px;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -100px;
    bottom: 100px;
  }
}
@media screen and (min-width: 901px) and (max-width: 899px) {
  .discount p:first-of-type {
    position: relative;
    top: 10px;
    font-size: 3.5vw;
    line-height: initial;
    z-index: 2;
  }
  .discount p:nth-of-type(2) {
    position: relative;
    margin-bottom: -110px;
    bottom: 110px;
  }
}
/* ボタンの表示調整 */
@media screen and (min-width: 400px) {
  .spLink {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .saleLinkBtn, .rentLinkBtn {
    padding: 5px 0 5px 25px;
    line-height: 1.3em;
  }
}
/* 電話ボタンの表示調整 */
@media screen and (min-width: 0px) and (max-width: 350px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 60px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 351px) and (max-width: 380px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 70px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 381px) and (max-width: 420px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 80px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 421px) and (max-width: 500px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 100px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 501px) and (max-width: 550px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 110px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 551px) and (max-width: 620px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 130px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 621px) and (max-width: 740px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 160px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 741px) and (max-width: 899px) {
  .mechTelArea .tel {
    position: relative;
    bottom: 180px;
    margin-top: -46px;
  }
}
/* チェックボックスの表示調整 */
@media screen and (min-width: 360px) {
  .spcheck {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 359px) {
  /* .checkboxTitle::before {
    top: 43px;
  } */
  label.checkboxText {
    width: 86%;
  }
  label.checkboxText + .check {
    width: 14%;
  }
  /* .checkboxInput:checked + .checkboxTitle::after {
    top: 44px;
    right: 5px;
  } */
}
/* IE微調整 */
@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  *::-ms-backdrop,
  nav.bukkenNavArea .commonNav-item a strong {
    padding: 7px 8px 1px;
  }
  #footerFloatingMenu .pcMenu-item a {
    padding: 13px 0 9px;
  }
}

/* =========================================================== */
/* リニューアル追加修正コンテンツ */
/* =========================================================== */


/* ユーティリティー
-------------------------------------------------------------- */
.u-pc-only {
  @media screen and (max-width: 768px) {
    display: none !important;
  }
}
.u-sp-only {
  @media screen and (min-width: 769px) {
    display: none !important;
  }
}

/* スペーサー
-------------------------------------------------------------- */
.cmn-spacer-s{
  display: block;
  margin-top: 20px;
  @media screen and (max-width: 768px) {
    margin-top: 10px;
  }
}

.cmn-spacer-l{
  display: block;
  margin-top: 40px;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}

/* あんしんサービスメニュー
-------------------------------------------------------------- */

.serviceMenuBnrLink {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #e1e1e1;
	isolation: isolate;
	overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
	@media screen and (max-width: 768px) {
		grid-template-columns: 1fr;
	}
	&:hover {
		& .serviceMenuBnrLink__thumb{
			& img {
				/* transform: scale(1.08); */
			}
		}
    & .serviceMenuBnrLink__ttl,
    & .serviceMenuBnrLink__txt{
      color: #333;
    }
		& .actionBtn{
      background: #ebf4f5;
      color: #006CB8 !important;
		}
	}

	& .serviceMenuBnrLink__body {
		padding: 32px 40px 32px 32px;
		background-color: #fff;
		@media screen and (max-width: 768px) {
			padding: 16px;
		}
	}

	& .serviceMenuBnrLink__ttl {
		font-size: 18px;
    line-height: 1.5;
		font-weight: bold;
		margin-bottom: 20px; 
		
		@media screen and (max-width: 900px) {
			font-size: 16px;
			margin-bottom: 12px;
		}
	}

	& .serviceMenuBnrLink__txt {
		font-size: 14px;
	}

	& .serviceMenuBnrLink__thumb {
		overflow: hidden;
		@media screen and (max-width: 768px) {
			order: -1;
		}
		& img {
			aspect-ratio: 530/270.84;
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: transform .5s;
		}
	}

  & .actionBtn{
    margin-top: 20px;
    @media screen and (max-width: 768px) {
      margin-top: 10px;
    }
  }

}