@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@media print {
.globalNavArea2 {
  display: none;
}
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.btn {
  background-color: #e74a09;
  background-image: url(../img/common/ico_arrow_right.png);
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 8px 9px;
  border-radius: 40px;
  color: #fff;
  display: block;
  line-height: 1.2rem;
  margin-top: 20px;
  padding: 10px 15px 10px 35px;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  color: #fff;
  opacity: 0.5;
}

/* =================
clearfix
================= */
.clearfix:after, .cfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =================
layout
================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #333333;
}

@media screen and (min-width: 961px) {
  body {
    overflow-x: hidden;
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1280px;
}

@media only screen and (max-width: 1280px) {
  .wrapper {
    min-width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .wrapper {
    min-width: 320px;
  }
}

.contentWrap {
  margin: 0 auto;
  position: relative;
  width: 950px;
}

@media only screen and (max-width: 1280px) {
  .contentWrap {
    width: 100%;
    max-width: 950px;
  }
}

@media only screen and (max-width: 700px) {
  .contentWrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

main {
  padding-top: 133px;
  padding-bottom: 30px;
  max-width: 2000px;
  margin: 0 auto;
}

main p {
  line-height: 1.6;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  main {
    padding-top: 0;
  }
}

/* ページごとのメイン画像 */
.mainVisual {
  width: 100%;
  /*height: 480px;*/
  height: 400px;
  /*background-size: 1600px 480px;*/
  background-size: 2000px 400px;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 700px) {
  .mainVisual {
    height: auto;
    background-image: none !important;
  }
}

.mainVisual .mainVisualInnerWrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

.mainVisual .mainVisualInner {
  position: absolute;
}

@media only screen and (max-width: 700px) {
  .mainVisual .mainVisualInner {
    display: none;
  }
}

.mainVisual img {
  width: 100%;
}

.mainVisual .isSP {
  display: none;
}

@media only screen and (max-width: 700px) {
  .mainVisual .isSP {
    display: block;
    line-height: 0;
  }
}

/* パンくずリスト */
.breadCrumb {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.breadCrumb li {
  display: inline-block;
  margin-right: .5em;
}

.breadCrumb li:after {
  content: ">";
  margin-left: 1em;
}

.breadCrumb li:last-child:after {
  content: none;
}

/* ----- 201904 微調整 ----- */
.breadCrumb li h1,
.breadCrumb li h2 {
  font-size:12px;
	display:inline;
	text-align:left;
  padding-bottom:0;
}

@media only screen and (max-width: 700px) {
  .breadCrumb {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 667px) {
  .breadCrumb {
    display: flex;
    overflow-x: auto;
    width: calc(100% + 30px);
    margin: 0 -15px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 15px;
    background: #f6f6f6;
  }
  .breadCrumb li {
    white-space: nowrap;
  }
  .breadCrumb li:last-child {
    padding-right: 15px;
  }
}

/* タブリンク */
.pageTabNavigationBlock {
  background-color: #EEE;
  padding-top: 4px;
  border-bottom: #FFF 3px solid;
}

.pageTabNavigationBlock .tabNavigation {
  text-align: center;
}

.pageTabNavigationBlock .tabNavigation li {
  display: inline-block;
  min-width: 200px;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .pageTabNavigationBlock .tabNavigation li {
    min-width: auto;
    width: 50%;
  }
}

.pageTabNavigationBlock .tabNavigation li.toKounyuTop img {
  width: 98px;
}

.pageTabNavigationBlock .tabNavigation li.toDiagnostics img {
  width: 63px;
}

.pageTabNavigationBlock .tabNavigation li.toKounyuSpecial img {
  width: 90px;
}

.pageTabNavigationBlock .tabNavigation li.toWarrant img {
  width: 103px;
}

.pageTabNavigationBlock .tabNavigation li.toRenovationTop img {
  width: 176px;
}

.pageTabNavigationBlock .tabNavigation li.toReport img {
  width: 125px;
}

.pageTabNavigationBlock .tabNavigation li.toFlow img {
  width: 140px;
}

.pageTabNavigationBlock .tabNavigation li.toCampaign img {
  width: 210px;
}


.pageTabNavigationBlock .tabNavigation li.current:after, .pageTabNavigationBlock .tabNavigation li:not(.toKounyuSpecial):hover:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #e74a09;
}

.pageTabNavigationBlock .tabNavigation li.current a, .pageTabNavigationBlock .tabNavigation li:not(.toKounyuSpecial):hover a {
  background-color: #FFF;
}

.pageTabNavigationBlock .tabNavigation li.toKounyuSpecial:hover {
  opacity: 0.5;
}

.pageTabNavigationBlock .tabNavigation li.current img, .pageTabNavigationBlock .tabNavigation li:hover img {
  opacity: 1;
}

.pageTabNavigationBlock .tabNavigation .arrow {
  background-image: url(../img/common/link-arrow02.png);
  background-repeat: no-repeat;
  -webkit-background-size: 5px 6px;
  -o-background-size: 5px 6px;
  background-size: 5px 6px;
  background-position: 2px center;
  padding-left: 15px;
  background-position: 2px 0;
  display: inline-block;
  height: 10px;
}

@media only screen and (max-width: 372px) {
  .pageTabNavigationBlock .tabNavigation .arrow {
    display: none;
  }
}

.pageTabNavigationBlock .tabNavigation a {
  display: block;
  padding: 13px 20px 10px;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .pageTabNavigationBlock .tabNavigation {
    display: flex;
    justify-content: space-around;
  }
}

.pageTabNavigationBlock .tabNavigation a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .pageTabNavigationBlock:not(.ageTabNavigationBlock-search-area) {
    display: none;
  }
}

/* 201808 タイトル+タブのスタイル */
.TitleTab {
  border-right: #CCC 1px solid;
  display: inline-block;
  float: left;
  height: 40px;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .TitleTab {
    font-size: 1.05rem !important;
  }
}
div.TitleTab {
  padding: 0 !important;
  position: relative;
}
.TitleTab:after {
  background: transparent url(../img/common/chevron-circle-down-solid.svg) no-repeat 0 0; 
  content: " ";
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: calc( 50% - 7px );
  width: 15px;
}
.TitleTab.unselect {
  background-color: #f3f3f3;
  border: none;
  border-bottom: #CCC 1px solid;
}
.TitleTab.unselect:hover {
  opacity: 0.5;
}
.TitleTab.unselect:before {
  opacity: 0.3;
  top: 0;
}
.TitleTab a {
  display: block;
  height: 40px;
  padding-top: 8px;
  padding-left: 15px;
}
.TitleTab a:hover {
  color: inherit;
  text-decoration: none;
}

/* 201809 投資用不動産紹介 */
main.purchaseTop .tabNavigation,
main.diagnostics .tabNavigation,
main.warrant .tabNavigation {
text-align:left;
}

@media only screen and (max-width: 970px) {
	main.purchaseTop .tabNavigation,
	main.diagnostics .tabNavigation,
	main.warrant .tabNavigation {
	margin:0 10px;
	padding:0 !important;
	width:auto;
	}
}

main.purchaseTop .tabNavigation li,
main.diagnostics .tabNavigation li,
main.warrant .tabNavigation li {
min-width:165px;
}

.pageTabNavigationBlock .tabNavigation li.subnav {
float:right;
margin-top:1px;
}

@media only screen and (max-width: 900px) {
	.pageTabNavigationBlock .tabNavigation li.subnav {
	display:none;
	}
}

.pageTabNavigationBlock .tabNavigation li.subnav a {
padding:0;
}

.pageTabNavigationBlock .tabNavigation li.subnav:hover a {
background:none;
}

.pageTabNavigationBlock .tabNavigation li.subnav:hover:after {
display:none;
}

.pageTabNavigationBlock .tabNavigation li.subnav img {
width:180px;
height:34px;
}

.pageTabNavigationBlock .tabNavigation li.subnav img:hover {
opacity:0.7;
}

/* ヘッダ画像ありのページ用 */
main .pageContentsDeviceWith {
  padding: 25px 0 0;
}

@media only screen and (max-width: 1014px) {
  main .pageContentsDeviceWith {
    padding: 45px 0 0;
  }
}

@media only screen and (max-width: 800px) {
  main .pageContentsDeviceWith {
    padding: 10px 0 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 700px) {
  main .pageContentsDeviceWith {
    padding: 0;
    /*font-size: 14px;*/
  }
}

main .pageContentsDeviceWith .inner {
	overflow:hidden; /* 2019.01 微調整 */
  width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 970px) {
  main .pageContentsDeviceWith .inner {
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 667px) {
  main .pageContentsDeviceWith .breadCrumb {
    margin-bottom: 0;
  }
}

main .pageContentsDeviceWith .titmainArea {
  width: 100%;
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main .pageContentsDeviceWith .titmainArea h1,
main .pageContentsDeviceWith .titmainArea h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 700px) {
  main .pageContentsDeviceWith .titmainArea.officeTitmainArea {
    height: 110px;
    background-size: auto 125px;
  }
}

@media only screen and (max-width: 1014px) {
  main .pageContentsInner {
    padding: 0 32px 0;
  }
}

@media only screen and (max-width: 700px) {
  main .pageContentsInner {
    padding: 0 15px 0;
  }
}

/* 幅100%のコンテンツ用 */
.fullWidthWrap {
  width: 100%;
  background-color: #E8EDEE;
  padding-top: 25px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 700px) {
  .fullWidthWrap {
    margin: 0 auto;
  }
}

/* ボタンエリア */

.commonBtnArea {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 700px) {
  .commonBtnArea {
    padding-top: 30px;
    margin-bottom: 0;
  }
  
  .commonBtnArea + .commonBtnArea {
  padding-top: 0;
  }
}

.commonBtnArea a {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 700px) {
  .commonBtnArea a {
    margin-bottom: 30px;
  }
}

.contactForPurchaseBtn,
.registerBtn {
  width: 340px;
}

@media only screen and (max-width: 376px) {
  .contactForPurchaseBtn,
  .registerBtn {
    width: 100%;
  }
}

.contactForSellBtn {
  width: 425px;
}

@media only screen and (max-width: 461px) {
  .contactForSellBtn {
    width: 100%;
  }
}

.contactForReformBtn {
  width: 398px;
}

@media only screen and (max-width: 461px) {
  .contactForReformBtn {
    width: 100%;
  }
}

.forRenovationBtn,
.forRenovatedBtn,
.registerBtn02 {
  width: 321px;
}

@media only screen and (max-width: 357px) {
  .forRenovationBtn,
  .forRenovatedBtn,
  .registerBtn02 {
    width: 100%;
  }
}

/* コンバージョンボタンエリア */
.conversionBlockWrap {
  width: 100%;
  margin-bottom: 46px;
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap {
    background-color: #F6F6F6;
    border-top: #B4B4B4 1px solid;
    border-bottom: #B4B4B4 1px solid;
    padding: 25px 18px 0;
    margin-bottom: 0;
  }
}

.conversionBlockWrap .conversionBlockTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap .conversionBlockTitle {
    font-size: 22px;
  }
}

@media only screen and (max-width: 700px) {
  .conversionBlockWrap .conversionBlockTitle {
    font-size: 20px;
  }
}

.conversionBlockWrap .conversionBlockContentWrap {
  width: 100%;
  background-color: #F6F6F6;
  padding: 60px 0 55px;
  position: relative;
}

.conversionBlockWrap .conversionBlockContentWrap:after {
  content: "";
  display: block;
  width: 30px;
  height: 320px;
  background-color: #FFF;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap .conversionBlockContentWrap:after {
    content: none;
  }
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap .conversionBlockContentWrap {
    padding: 0;
  }
}

.conversionBlockWrap .conversionBlock {
  width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap .conversionBlock {
    width: 100%;
    flex-wrap: wrap;
  }
}

.conversionBlockWrap .conversionBlockContent {
  text-align: center;
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap .conversionBlockContent {
    width: 100%;
    padding-bottom: 30px;
  }
  .conversionBlockWrap .conversionBlockContent:first-child {
    border-bottom: #b4b4b4 1px solid;
    margin-bottom: 30px;
  }
}

.conversionBlockWrap .conversionBlockContentTitle {
  font-size: 18px;
  color: #E75404;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap .conversionBlockContentTitle {
    text-align: left;
  }
}

.conversionBlockWrap .conversionBlockContentText {
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1014px) {
  .conversionBlockWrap .conversionBlockContentText {
    text-align: left;
    font-size: 13px;
  }
  .conversionBlockWrap .conversionBlockContentText br {
    display: none;
  }
}

/* トップページや買いたいトップなどにある左タイトルとコンテンツのセット */
.titleContentWrap {
  margin: 0 auto 50px;
  position: relative;
  /* 日本地図 */
}

@media only screen and (max-width: 700px) {
  .titleContentWrap {
    margin: 0 auto;
  }
}


.titleContentWrap .titleContentTitleWrapWrap {
  width: 100%;
  position: absolute;
  height: 286px;
  background: -moz-linear-gradient(left, #4f4c4c 25%, transparent 25%, transparent 100%);
  background: -webkit-linear-gradient(left, #4f4c4c 25%, transparent 25%, transparent 100%);
  background: -ms-linear-gradient(left, #4f4c4c 25%, transparent 25%, transparent 100%);
  background: linear-gradient(left, #4f4c4c 25%, transparent 25%, transparent 100%);
}

@media only screen and (max-width: 1280px) {
  .titleContentWrap .titleContentTitleWrapWrap {
    background: none;
  }
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentTitleWrapWrap {
    position: static;
    height: auto !important;
    margin-top: 0 !important;
  }
}

.titleContentWrap .titleContentTitleWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.titleContentWrap .titleContentTitleWrap a {
  background-image: url(../img/common/link-arrow-white.png);
  background-position: left 2px top 6px;
  background-repeat: no-repeat;
  background-size: 5px 6px;
  color: #FFF;
  font-size: 12px;
  left: 170px;
  line-height: 1.2rem;
  margin-top: -4px;
  padding-left: 15px;
  position: absolute;
  text-decoration: underline;
  z-index: 11;
}

.titleContentWrap .titleContentTitleWrap a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .titleContentWrap .titleContentTitleWrap a {
    left: 100px;
  }
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentTitleWrap a {
    top: 15px !important;
    right: 15px;
    left: auto;
  }
}

.titleContentWrap .titleContentTitleWrap a.toSearchLink {
  top: 170px;
}

@media only screen and (max-width: 1280px) {
  .titleContentWrap .titleContentTitleWrap a.toSearchLink {
    left: 65px;
  }
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentTitleWrap a.toSearchLink {
    left: auto;
  }
}

.titleContentWrap .titleContentTitleWrap a.toAboutRenovation {
  top: 180px;
}

@media only screen and (max-width: 1280px) {
  .titleContentWrap .titleContentTitleWrap a.toAboutRenovation {
    left: 70px;
  }
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentTitleWrap a.toAboutRenovation {
    left: auto;
  }
}

.titleContentWrap h2.responsibleAdjustTitle,
.titleContentWrap h3.responsibleAdjustTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 463px;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .titleContentWrap h2.responsibleAdjustTitle,
  .titleContentWrap h3.responsibleAdjustTitle {
    margin-left: -100px;
  }
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap h2.responsibleAdjustTitle,
  .titleContentWrap h3.responsibleAdjustTitle {
    margin-left: 0;
  }
}

.titleContentWrap h2.responsibleAdjustTitle img.isPc,
.titleContentWrap h3.responsibleAdjustTitle img.isPc {
  width: 100%;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap h2.responsibleAdjustTitle img.isPc,
  .titleContentWrap h3.responsibleAdjustTitle img.isPc {
    display: none;
  }
	.globalNavMegaChild .isPc{
		display: none;
	}
}

.titleContentWrap h2.responsibleAdjustTitle .isSp,
.titleContentWrap h3.responsibleAdjustTitle .isSp {
  display: none;
}

.globalNavMegaChild .isSp{
	display: none;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap h2.responsibleAdjustTitle,
  .titleContentWrap h3.responsibleAdjustTitle {
    position: static;
    width: 100% !important;
    min-width: 100%;
    background-color: #4f4c4c;
    padding: 13px 18px;
  }
  .titleContentWrap h2.responsibleAdjustTitle .isSp,
  .titleContentWrap h3.responsibleAdjustTitle .isSp {
    display: block;
    height: 16px;
  }
.globalNavMegaChild .isSp{
		display: block;
	}
}

.titleContentWrap .titleContent {
  width: 100%;
  background: -moz-linear-gradient(left, #FFF 50%, #e8edee 50%, #e8edee 100%);
  background: -webkit-linear-gradient(left, #FFF 50%, #e8edee 50%, #e8edee 100%);
  background: -ms-linear-gradient(left, #FFF 50%, #e8edee 50%, #e8edee 100%);
  background: linear-gradient(left, #FFF 50%, #e8edee 50%, #e8edee 100%);
  background-color: #e8edee;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContent {
    background: -moz-linear-gradient(left, #FFF 0%, #FFF 100%);
    background: -webkit-linear-gradient(left, #FFF 0%, #FFF 100%);
    background: -ms-linear-gradient(left, #FFF 0%, #FFF 100%);
    background: linear-gradient(left, #FFF 0%, #FFF 100%);
    background-color: #FFF;
  }
}

.titleContentWrap .titleContentInnerWrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentInnerWrap {
    max-width: 100%;
    height: auto !important;
  }
}

.titleContentWrap .titleContentInner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0 0 410px;
  z-index: 10;
}

.titleContentWrap .titleContentInner h3,
.titleContentWrap .titleContentInner h4 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1080px) {
	.titleContentWrap .titleContentInner h3,
  .titleContentWrap .titleContentInner h4 {
    text-align: right;
  }
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentInner h3,
  .titleContentWrap .titleContentInner h4 {
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .titleContentInner h3,
  .titleContentWrap .titleContentInner h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 1180px) {
  .titleContentWrap .titleContentInner {
    left: auto;
    right: 0;
    padding: 50px;
  }
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentInner {
    position: static;
  }
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .titleContentInner {
    position: static;
    padding: 18px;
    background-color: #FFF;
  }
}

.titleContentWrap .titleContentInnerList {
  display: flex;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .titleContentInnerList {
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .titleContentInnerList {
    display: block;
  }
}

.titleContentWrap .titleContentInnerList li {
  width: 340px;
  margin-left: 24px;
}

.titleContentWrap .titleContentInnerList li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .titleContentInnerList li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}

.titleContentWrap .titleContentInnerList img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.titleContentWrap .titleContentInnerList h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .titleContentInnerList h5 {
    line-height: 1.6;
    margin-bottom: 6px;
  }
}

.titleContentWrap .titleContentInnerList p {
  font-size: 14px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .titleContentInnerList p {
    font-size: 13px;
  }
}

.titleContentWrap.positionUp .titleContentTitleWrapWrap {
  height: 315px;
  margin-top: -50px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap.positionUp .titleContentTitleWrapWrap {
    height: auto;
  }
}

@media only screen and (max-width: 700px) {
  .titleContentWrap.positionUp h3 {
    width: 100%;
  }
}

.titleContentWrap.positionUp .titleContent {
  margin-top: 50px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap.positionUp .titleContent {
    margin-top: 0;
  }
}

.titleContentWrap .mapBlock {
  width: 100%;
  max-width: 1280px;
  height: 565px;
  background-image: url(../img/feature/map_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-background-size: 1115px;
  -o-background-size: 1115px;
  background-size: 1115px;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock {
    background-position: 70% top;
  }
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock {
    height: auto;
    background-image: none;
    padding-top: 0;
  }
}

.titleContentWrap .mapBlock .prefecture {
  position: absolute;
  background-color: #FFF;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture {
    position: static;
    padding: 0;
    text-align: left;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.titleContentWrap .mapBlock .prefecture.col1 {
  width: 103px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture.col1 {
    width: 100%;
  }
}

.titleContentWrap .mapBlock .prefecture.col1 ul {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture.col1 ul {
    text-align: left;
  }
}

.titleContentWrap .mapBlock .prefecture.col2 {
  width: 137px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture.col2 {
    width: 100%;
  }
}

.titleContentWrap .mapBlock .prefecture.col3 {
  width: 201px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture.col3 {
    width: 100%;
  }
}

.titleContentWrap .mapBlock .prefecture h4 {
  background-color: #4f4c4c;
  padding: 8px 0 5px;
  margin-bottom: 8px;
}

.titleContentWrap .mapBlock .prefecture h4 .isSp {
  display: none;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture h4 {
    background-color: #FFF;
    padding: 12px 18px;
    border-bottom: #b4b4b4 1px solid;
    margin-bottom: 0;
    position: relative;
  }
  .titleContentWrap .mapBlock .prefecture h4:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url(../img/common/sp-map-accordion-btn.png);
    -webkit-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
  }
  .titleContentWrap .mapBlock .prefecture h4.opened:after {
    background-image: url(../img/common/sp-map-accordion-btn-opened.png);
  }
  .titleContentWrap .mapBlock .prefecture h4.opened + ul {
    display: block;
  }
  .titleContentWrap .mapBlock .prefecture h4 .isPc {
    display: none;
  }
  .titleContentWrap .mapBlock .prefecture h4 .isSp {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture ul {
    display: none;
  }
}

@media only screen and (max-width: 700px) and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture.disabled h4 img {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 700px) and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture.disabled h4:after {
    background-image: none;
  }
}

@media only screen and (max-width: 700px) and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture.disabled ul {
    display: none;
  }
}

.titleContentWrap .mapBlock .prefecture ul {
  padding: 0 7px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture ul {
    padding: 0;
  }
}

.titleContentWrap .mapBlock .prefecture li {
  display: inline-block;
  width: 55px;
  height: 26px;
  background-color: #EEE;
  font-size: 15px;
  text-align: center;
  margin: 0 2px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 9px;
    border-left: #b4b4b4 9px solid;
    border-bottom: #b4b4b4 1px solid;
    text-align: left;
    margin: 0;
    position: relative;
  }
}

.titleContentWrap .mapBlock .prefecture li.disabled {
  color: #b4b4b4;
  cursor: default;
}

.titleContentWrap .mapBlock .prefecture li.disabled,
.titleContentWrap .mapBlock .prefecture li.disabled a {
  color: #b4b4b4;
  cursor: default;
  pointer-events: none;
}

.titleContentWrap .mapBlock .prefecture li.disabled:hover {
  color: #b4b4b4;
  background-color: #EEE;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li.disabled:hover {
    background-color: #FFF;
  }
}

.titleContentWrap .mapBlock .prefecture li.disabled .spLink {
  opacity: 0.4;
}

.titleContentWrap .mapBlock .prefecture li.disabled .pcLink {
  display: none !important;
}

.titleContentWrap .mapBlock .prefecture li:hover, .titleContentWrap .mapBlock .prefecture li.selected {
  color: #FFF;
  background-color: #EA5504;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li:hover, .titleContentWrap .mapBlock .prefecture li.selected {
    color: #333;
    background-color: #FFF;
  }
}

.titleContentWrap .mapBlock .prefecture li:hover,
.titleContentWrap .mapBlock .prefecture li.selected {
  color: #FFF;
  background-color: #EA5504;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li:hover,
  .titleContentWrap .mapBlock .prefecture li.selected {
    color: #333;
    background-color: #eee;
  }
}

.titleContentWrap .mapBlock .prefecture li:not(.disabled):hover a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li:not(.disabled):hover a {
    background-color: transparent;
    color: #333;
  }
}

.titleContentWrap .mapBlock .prefecture li.selected .pcLink {
  display: block;
  position: absolute;
  top: 25px;
  left: -80px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li.selected .pcLink {
    display: none;
  }
}

.titleContentWrap .mapBlock .prefecture li > a {
  display: block;
  width: 55px;
  height: 26px;
  background-color: #EEE;
  padding-top: 6px;
  font-size: 15px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li > a {
    background-color: #FFF;
  }
}

.titleContentWrap .mapBlock .prefecture li > a:hover {
  background-color: #EA5504;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li > a:hover {
    color: #333;
    background-color: #FFF;
  }
}

.titleContentWrap .mapBlock .prefecture li > span,
.mapBlock .prefecture li > span {
  display: block;
  width: 55px;
  height: 26px;
  padding-top: 6px;
  font-size: 15px;
  color: #b4b4b4;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture li > span,
  .mapBlock .prefecture li > span {
    background-color: transparent;
    padding-top: 6px;
  }
}

.titleContentWrap .mapBlock .prefecture .spLink {
  display: none;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .prefecture .spLink {
    display: block;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
  }
  .titleContentWrap .mapBlock .prefecture .spLink a,
  .titleContentWrap .mapBlock .prefecture .spLink span {
    display: inline-block;
    margin-left: 10px;
  }
}

.titleContentWrap .mapBlock .pcLink {
  display: none;
  width: 199px;
  height: 117px;
  padding: 24px 12px 12px;
  background-image: url(../img/common/map/search-from-box-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 199px 117px;
  -o-background-size: 199px 117px;
  background-size: 199px 117px;
  z-index: 20;
}

.titleContentWrap .mapBlock .pcLink a {
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
}

.titleContentWrap .mapBlock .areaHokkaido {
  top: 50px;
  right: 170px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaHokkaido {
    right: 5%;
  }
}

.titleContentWrap .mapBlock .areaHokkaido h4 img {
  width: 80px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaHokkaido h4 img {
    width: 90px;
  }
}

.titleContentWrap .mapBlock .areaTohoku {
  top: 160px;
  right: 170px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaTohoku {
    right: 10%;
  }
}

.titleContentWrap .mapBlock .areaTohoku h4 img {
  width: 65px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaTohoku h4 img {
    width: 72px;
  }
}

.titleContentWrap .mapBlock .areaKanto {
  top: 362px;
  right: 170px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaKanto {
    right: 12%;
  }
}

.titleContentWrap .mapBlock .areaKanto h4 img {
  width: 64px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaKanto h4 img {
    width: 71px;
  }
}

.titleContentWrap .mapBlock .areaChubu2 {
  top: 20px;
  right: 420px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaChubu2 {
    right: 40%;
  }
}

.titleContentWrap .mapBlock .areaChubu2 h4 img {
  width: 110px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaChubu2 h4 img {
    width: 117px;
  }
}

.titleContentWrap .mapBlock .areaChubu {
  top: 430px;
  right: 350px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaChubu {
    right: 32%;
  }
}

.titleContentWrap .mapBlock .areaChubu h4 img {
  width: 64px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaChubu h4 img {
    width: 71px;
  }
}

.titleContentWrap .mapBlock .areaKinki {
  top: 140px;
  right: 510px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaKinki {
    right: 47%;
  }
}

.titleContentWrap .mapBlock .areaKinki h4 img {
  width: 65px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaKinki h4 img {
    width: 72px;
  }
}

.titleContentWrap .mapBlock .areaShikoku {
  top: 430px;
  right: 500px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaShikoku {
    right: 52%;
  }
}

.titleContentWrap .mapBlock .areaShikoku h4 img {
  width: 64px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaShikoku h4 img {
    width: 71px;
  }
}

.titleContentWrap .mapBlock .areaChugoku {
  top: 200px;
  right: 730px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaChugoku {
    right: 76%;
  }
}

.titleContentWrap .mapBlock .areaChugoku h4 img {
  width: 64px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaChugoku h4 img {
    width: 71px;
  }
}

.titleContentWrap .mapBlock .areaKyushu {
  top: 360px;
  right: 750px;
}

@media only screen and (max-width: 1014px) {
  .titleContentWrap .mapBlock .areaKyushu {
    right: 76%;
  }
}

.titleContentWrap .mapBlock .areaKyushu h4 img {
  width: 65px;
}

@media only screen and (max-width: 700px) {
  .titleContentWrap .mapBlock .areaKyushu h4 img {
    width: 72px;
  }
}

/* =================
common
================= */
a {
  color: #333;
}

a img:hover {
  opacity: 0.7;
}

/* fixedのコンバージョンボタン */
.btnContact {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  margin-top: -100px;
}

.btnContact img {
  width: 64px;
}

@media only screen and (max-width: 1200px) {
  .btnContact {
    display: none;
  }
}

/* h4以下の見出し */
h4.normal {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}

/* 物件リスト */
.allBuildList li {
  width: 220px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 18px;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.allBuildList li > .myListBtn {
  position: absolute;
  right: 6px;
  top: 66px;
  cursor: pointer;
  z-index: 10;
  width: 20px;
  height: 20px;
  background-image: url(../img/build_list/ico_star_off.png);
  background-repeat: no-repeat;
  -webkit-background-size: 19px 20px;
  -o-background-size: 19px 20px;
  background-size: 19px 20px;
}
@media (max-width: 460px) {
.allBuildList li > .myListBtn {
  position: absolute;
  right: 11px;
  top: 79px;
}
}

.allBuildList li > .myListBtn:hover {
  opacity: .75;
}

.allBuildList li > .myListBtn.on {
  background-image: url(../img/build_list/ico_star_on.png);
}

.allBuildList li a {
  display: inline-block;
  width: 100%;
}

.allBuildList li a:hover {
  text-decoration: none;
  color: #333;
}

.allBuildList li h3 {
  font-size: 15px;
  font-weight: bold;
  height: 57px;
  line-height: 1.4;
  min-height: 57px;
  overflow: auto;
  padding: 10px 10px 5px;
  word-wrap: break-word;
  word-break: break-word;
}

.allBuildList li h3 .iconWrap {
  display: inline-block;
}

.allBuildList li h3 img {
  margin-left: 5px;
}

.allBuildList li .photoAreaWrap {
  position: relative;
  display: table;
  width: 218px;
  height: 163px;
  overflow: hidden;
}

.allBuildList li .photoArea {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.allBuildList li .photoArea img {
  vertical-align: bottom;
  max-width: 218px;
  max-height:158px;
}

.allBuildList li .photoArea img:hover {
  opacity: 1.0;
}

.allBuildList li .photoAreaWrap span img:hover {
  opacity: 1.0;
}

.allBuildList li .buildDetail01 {
  background-color: #4f4c4c;
  padding: 10px 10px 8px;
  color: #fff;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 220px;
}

@media only screen and (max-width: 1014px) {
  .allBuildList li .buildDetail01 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 470px) {
  .allBuildList li .buildDetail01 {
    padding: 0 10px;
  }
}

.allBuildList li .buildDetail01 p {
  display: inline-block;
  width: 100%;
}

.allBuildList li .buildDetail01 p.roomSize {
  margin-bottom: 3px;
}

.allBuildList li .buildDetail01 span {
  font-size: 18px;
  margin-right: 3px;
}

.allBuildList li .buildDetail01 span.taxIn {
  font-size: 10px;
}

.allBuildList li .buildDetail02,
.allBuildList li .buildDetail03 {
  padding: 0 10px;
}

.allBuildList li .buildDetail02 {
  margin-bottom: 7px;
}

.allBuildList li .buildDetail03 {
  height: 70px;
  overflow: auto;
  padding-bottom: 8px;
}

.allBuildList li .buildDetail02 p {
  font-size: 12px;
  padding-top: 5px;
  font-size: 12px;
  border-bottom: #dddddd 1px solid;
}

.allBuildList li a:hover h3 {
  opacity: 0.7;
}

.allBuildList li a:hover .photoAreaWrap {
  opacity: 0.7;
}

.allBuildList li a:hover .photoArea {
  opacity: 0.7;
}

.allBuildList li a:hover .buildDetail01 {
  opacity: 0.7;
}

.allBuildList li a:hover .buildDetail02 {
  opacity: 0.7;
}

.allBuildList li a:hover .buildDetail03 {
  opacity: 0.7;
}

@media only screen and (max-width: 1014px) {
  .allBuildList li:nth-child(2n) {
    margin-right: 0;
  }
  .allBuildList {
    letter-spacing: -4px;
  }
  .allBuildList li {
    width: calc((100% - 36px - 1px) / 2);
    letter-spacing: normal;
  }
  .allBuildList .photoAreaWrap {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 940px) {
  .allBuildList li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .allBuildList {
    min-height: auto;
  }
}

@media only screen and (max-width: 630px) {
  .allBuildList li .photoAreaWrap {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 470px) {
  .allBuildList li h3 {
    font-size: 18px;
    height: 72px;
    overflow: auto;
    padding: 5px 10px;
  }
  .allBuildList li .photoArea img {
    display: block;
    margin: 0 auto;
  }
}

/* 物権アイコン */
.buildIcoArea span {
  display: inline-block;
  color: #FFF;
  font-size: 11px;
  padding: 3px 6px 3px;
  border-radius: 10px;
  margin-right: 3px;
  margin-bottom: 3px;
}

.buildIcoArea .buildInsurance {
  background-color: #78bec8;
}

.buildIcoArea .equipmentInsurance {
  background-color: #65b492;
}

.buildIcoArea .buildInspection {
  background-color: #7497be;
}

.buildIcoArea .daiwaSubdivided {
  background-color: #c29661;
}

.buildIcoArea .reformed {
  background-color: #a3ba77;
}

/* 新着物件 */
.newArrivalBlock {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1014px) {
  .newArrivalBlock {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1014px) {
  .newArrivalBlock {
    /*padding: 0 15px;*/
  }
}

@media only screen and (max-width: 700px) {
  .newArrivalBlock {
    padding: 0;
  }
}

.newArrivalBlock .newArrivalBlockTitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .newArrivalBlock .newArrivalBlockTitle {
    margin-bottom: 14px;
  }
}

.newArrivalBlock .toNewArrivalList {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 14px;
  text-decoration: underline;
  background-image: url(../img/common/link-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: 5px 6px;
  -o-background-size: 5px 6px;
  background-size: 5px 6px;
  background-position: 2px center;
  padding-left: 15px;
}

.newArrivalBlock .toNewArrivalList:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1014px) {
  .newArrivalBlock .toNewArrivalList {
    right: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .newArrivalBlock .toNewArrivalList {
    top: 6px;
    right: 15px;
    font-size: 13px;
  }
}

.swiper-container-newArrivals {
  max-width: 950px;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1014px) {
  .swiper-container-newArrivals {
    /*max-width: 500px;*/
  }
}

.newArrivalBlock .swiper-slide {
  height: auto;
}

.newArrivalBlock .swiper-button-prev,
.newArrivalBlock .swiper-button-next {
    background-size: 32px;
    display: block;
    height: 440px;
    margin-top: -231px;
    width: 25px;
}

.newArrivalBlock.newArrivalBlock--kounyu .swiper-button-prev,
.newArrivalBlock.newArrivalBlock--kounyu .swiper-button-next {
    border-radius: 3px;
}

@media only screen and (max-width: 1200px) {
  .newArrivalBlock.newArrivalBlock--kounyu .swiper-button-prev {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  .newArrivalBlock.newArrivalBlock--kounyu .swiper-button-next {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
}



.newArrivalBlock .swiper-button-prev {
  background-image: url(../img/renovation/renovation-example-list-slider/btn-prev.png);
  left: 0;
}

.newArrivalBlock .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url(../img/renovation/renovation-example-list-slider/btn-prev-disabled.png);
}

.newArrivalBlock .swiper-button-next {
  background-image: url(../img/renovation/renovation-example-list-slider/btn-next.png);
  right: 0;
}

.newArrivalBlock .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url(../img/renovation/renovation-example-list-slider/btn-next-disabled.png);
}


@media only screen and (max-width: 700px) {
  .swiper-container-newArrivals {
    width: calc( 100% - 40px );
    /*overflow: hidden;
    margin: 0 auto;*/
  }
  /*
  .swiper-container-newArrivals .swiper-button-prev,
  .swiper-container-newArrivals .swiper-button-next {
    display: block;
    -webkit-background-size: 28px;
    -o-background-size: 28px;
    background-size: 28px;
    width: 28px;
    height: 77px;
  }
  .swiper-container-newArrivals .swiper-button-prev {
    background-image: url(../img/common/sp-btn-prev.png);
    left: 4%;
  }
  .swiper-container-newArrivals .swiper-button-next {
    background-image: url(../img/common/sp-btn-next.png);
    right: 4%;
  }
  */
}

/* リノベーション事例カルーセル */
.renovationExampleListBlock {
  max-width: 950px;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1014px) {
  .renovationExampleListBlock {
    max-width: 500px;
  }
}

.renovationExampleListBlock .swiper-button-prev,
.renovationExampleListBlock .swiper-button-next {
  display: block;
  -webkit-background-size: 25px;
  -o-background-size: 25px;
  background-size: 25px;
  width: 25px;
  height: 324px;
  margin-top: -162px;
}

.renovationExampleListBlock .swiper-button-prev {
  background-image: url(../img/renovation/renovation-example-list-slider/btn-prev.png);
  left: 0;
}

.renovationExampleListBlock .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url(../img/renovation/renovation-example-list-slider/btn-prev-disabled.png);
}

.renovationExampleListBlock .swiper-button-next {
  background-image: url(../img/renovation/renovation-example-list-slider/btn-next.png);
  right: 0;
}

.renovationExampleListBlock .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url(../img/renovation/renovation-example-list-slider/btn-next-disabled.png);
}

.renovationExampleList li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 435px;
}

@media only screen and (max-width: 1014px) {
  .renovationExampleList li {
    width: 100%;
  }
}

.renovationExampleList li a {
  display: block;
  width: 100%;
  background-color: #FFF;
  padding: 15px;
  border: #CCC 1px solid;
}

.renovationExampleList li img {
  width: 100%;
  line-height: 0;
  margin-bottom: 10px;
}

.renovationExampleList .renovationExampleDetails {
  background-image: url(../img/renovation/renovation-example-list-slider/case-num-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 67px;
  -o-background-size: 67px;
  background-size: 67px;
  min-height: 67px;
  padding-left: 73px;
  position: relative;
}

.renovationExampleList .renovationExampleDetails .caseNum {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 65px;
  height: 65px;
  color: #FFF;
  font-size: 40px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
}

.renovationExampleList .renovationExampleDetails p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.renovationExampleList .renovationExampleListTitle {
  font-size: 13px;
  font-weight: bold;
}

.renovationExampleList .renovationExampleListInfo {
  font-size: 12px;
}

/* 	お問い合わせ */
.contactInfoBlockWrap {
  margin: 30px auto 50px;
}

@media only screen and (max-width: 1014px) {
  .contactInfoBlockWrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap {
    margin: 0;
  }
}

.contactInfoBlockWrap h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.contactInfoBlockWrap h4::before {
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  margin-right: 10px;
  background: #91aab2;
  position: absolute;
  top: 4px;
  left: 0;
}

.contactInfoBlockWrap h4::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0 0;
  border-color: #91aab2 transparent transparent transparent;
  position: absolute;
  top: 4px;
  left: 17px;
}

.contactInfoBlockWrap .contactInfoBlock {
  border: #f16b33 5px double;
  overflow: hidden;
  padding: 20px;
}

.contactInfoBlockWrap .contactInfoBlock h5,
.contactInfoBlockWrap .contactInfoBlock em {
  display:block;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.contactInfoBlockWrap .contactInfoBlock em:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #f16b33;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -16px;
}

.contactInfoBlockWrap .contactInfoBlock em img {
  height: 38px;
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap .contactInfoBlock em img {
    height: 30px;
  }
}

.contactInfoBlockWrap .contactInfoBlock em .title01 {
  margin-right: 20px;
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap .contactInfoBlock em .title01 {
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%;
  }
}

.contactInfoBlockWrap .contactInfoBlock em br {
  display: none;
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap .contactInfoBlock em br {
    display: block;
  }
}

.contactInfoBlockWrap .contactInfoBlock .contactInfoContent {
  text-align: center;
  display: inline-block;
  padding: 0 30px 10px 30px;
  vertical-align: middle;
  width: 49%;
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap .contactInfoBlock .contactInfoContent {
    padding: 0 0 10px 0;
    width: 100%;
  }
}

.contactInfoBlockWrap .contactInfoBlock .contactInfoContent:last-child {
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap .contactInfoBlock .contactInfoContent:last-child {
    margin: 0;
    width: 100%;
  }
}

.contactInfoBlockWrap .contactInfoBlock .contactInfoContent p {
  display: inline-block;
}

.contactInfoBlockWrap .contactInfoBlock .contactInfoContent p.contactInfoTel {
  width: 100%;
  margin-right: 40px;
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap .contactInfoBlock .contactInfoContent p.contactInfoTel {
    /*max-width: 300px;*/
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.contactInfoBlockWrap .contactInfoBlock .contactInfoContent p.contactInfoTime {
  width: 272px;
}

@media only screen and (max-width: 700px) {
  .contactInfoBlockWrap .contactInfoBlock .contactInfoContent p.contactInfoTime {
    max-width: 260px;
    width: 100%;
  }
}

.contactInfoBlockWrap .contactInfoBlock .contactInfoContent p img {
  width: 100%;
}

.contactInfoBlockWrap .contactInfoBlock .contact-info-form,
.contactInfoBlockWrap .contactInfoBlock .contact-info-mail {
  cursor: pointer;
  display: block;
  margin: 28px 0 10px 0;
}

.contactInfoBlockWrap .contactInfoBlock .contact-info-form img,
.contactInfoBlockWrap .contactInfoBlock .contact-info-mail img {
  cursor: pointer;
  width: 100%;
}

.contactInfoBlockWrap .contactInfoBlock .contact-info-form {
  width: 100%;
}

.contactInfoBlockWrap .contactInfoBlock .contact-info-mail {
  margin: 0 auto;
  width: 99%;
}

/* あなたにおすすめ・最近チェックした物件 */
.smallBlock02 h3 {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}

.smallBlock02 h3 {
  height: 29px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 12px;
}

.smallBlock02 h3 img {
  width: 164px;
  height: auto;
}

.smallBlock02 span {
  float: left;
}

.smallBlock02 {
  margin-bottom: 30px;
}

.smallBlock02 h3 .recentTit {
  background-color: #91aab2;
  padding: 8px 0;
  display: block;
  width: 150px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
}

.smallBlock02 h3 .recentTitBg {
  background: url(../img/build_list/bg_blue.png) right top no-repeat;
  display: block;
  background-size: 13px 29px;
  width: 13px;
  height: 29px;
}

.smallBlock02 li {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.smallBlock02 li a {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  box-sizing: border-box;
}

.smallBlock02 li .imageWrap{
	display:table;
	width:92px;
	height:67px;
	margin-right:5px;

}

.smallBlock02 li .imageWrap .imageArea{
	display:table-cell;
	vertival-align:middle;
	text-align:center;
}

.smallBlock02 li img {
/*   display: block; */
/*   float: left; */
/*   margin-right: 5px; */
/*   width: 92px; */
/*   height: auto; */
    max-height: 67px;
    max-width: 92px;

}

.smallBlock02 li .recentCheckTxt {
  float: left;
  width: calc(100% - 97px);
  padding-right: 5px;
}

.smallBlock02 li .recentCheckTxt p {
  color: #333;
  font-size: 10px;
  display: block;
}

.smallBlock02 li .recentCheckTxt p.priceArea {
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.3;
  word-wrap: break-word;
}

.smallBlock02 li .recentCheckTxt p.priceArea span {
  vertical-align: bottom;
  float: none;
}

.smallBlock02 li .recentCheckTxt p.priceArea span.priceYen {
  color: #ea5404;
  font-size: 16px;
  vertical-align: bottom;
  padding-right: 2px;
}

.smallBlock02 li .recentCheckTxt p.priceArea span.priceYen02,
.smallBlock02 li .recentCheckTxt p.priceArea span.taxIn {
  padding-top: 5px;
}

@media only screen and (max-width: 700px) {
  .smallBlock02 li a {
    padding-left: 0;
    border: none;
  }
}

.recoList {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.recoList li {
  display: inline-block;
  width: 25%;
}

.recoList li a {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.recoList li:first-child a {
  border: none;
}

@media only screen and (max-width: 700px) {
  .recoList li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .recoList li a {
    border: none;
  }
  .recoList li:first-child a {
    padding-left: 10px;
  }
}

/* =================
header
================= */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-width: 1280px;
  font-size: 12px;
}

@media only screen and (max-width: 1280px) {
  .header {
    min-width: 100%;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
	.header {
    position: static;
    min-width: 100%;
  }
}

.header .headerLogoArea {
  position: relative;
  height: 80px;
  background-color: #FFF;
}

@media only screen and (max-width: 1014px) {
  .header .headerLogoArea {
    padding: 0 32px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerLogoArea {
    height: 45px;
    position: relative;
  }
}

.header .headerLogo {
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 1014px) {
  .header .headerLogo {
    left: 32px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerLogo {
    top: 9px;
    left: 9px;
  }
}

.header .headerLogo img {
  width: 141px;
}

.header .headerTextPC{
	position: absolute;
	top:25px; 
	left:300px;
	font-size: 0.9rem;
}

@media only screen and (max-width: 1015px) {
	.header .headerTextPC{
		display: none;
	}
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerLogo img {
    width: 70px;
  }
}

.header .headerGroupLogo {
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (max-width: 1014px) {
  .header .headerGroupLogo {
    right: 32px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerGroupLogo {
    top: 15px;
    right: 14px;
  }
}

.header .headerGroupLogo img {
  width: 150px;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerGroupLogo img {
    width: 95px;
  }
}


.header .headerTextArea .contentWrap {
    display: none;
}
@media only screen and (max-width: 1014px) {
.header .headerTextArea .contentWrap {
    display: flex;
}
}
/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerTextArea {
    background-color: #4f4c4c;
    color: #FFF;
    padding: 8px 20px 0;
    position: relative;
  }
}

.header .headerTextSP {
  display: none;
}

@media only screen and (max-width: 1014px) {
  .header .headerTextSP {
	display: block;
    padding: 0 32px 12px;
    line-height: 1.5;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerTextSP {
    margin-right: 0;
    width: 100%;
    line-height: 1.5;
    padding: 0 30px 8px 0;
  }
}

@media only screen and (max-width: 1014px) {
  .header .headerTextSP > span {
    display: block;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .headerTextSP span {
    display: block;
  }
}

/*@media only screen and (max-width: 1014px) {
  .header .headerTextSP span.isPc {
    display: none;
  }
}*/

@media only screen and (min-width: 1015px) {
	.header .spMenuBtn {
		display: none;
	}
}

.header .spMenuBtn {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/sp-btn-menu.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 28px;
  -o-background-size: 28px;
  background-size: 28px;
}

.header .spMenuBtn.on {
  background-image: url(../img/common/sp-btn-menu-close.png);
}

.header .globalNavArea {
  background-color: rgba(24, 20, 20, 0.76);
  height: 55px;
  position: relative;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNavArea {
    background-color: #EEE;
    height: 0;
    display: none;
  }
  .header .globalNavArea.opened {
    height: auto;
    display: block;
  }
}

.header .globalNavArea nav:not(.userMenu) {
  width: 100%;
}



.header .globalNav {
  /*position: relative;*/
}

@media only screen and (max-width: 1014px) {
  .header .globalNav {
    padding: 0 32px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav {
    padding: 0;
  }
}

.header .globalNav > li {
  display: inline-block;
	margin-right: 30px;
  position: relative;
}

.header .globalNav > li:last-child {
  margin-right: 0;
}

.header .globalNav > li:not(:last-child):hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    border: #000;
    width: 100%;
    height: 4px;
    background-color: #f16b33;
}

@media only screen and (max-width: 800px) {
  .header .globalNav > li:not(:last-child):hover:after {
    background-color: transparent;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav > li:hover:after {
    content: none;
  }
}

.header .globalNav > li:hover .globalNavChild {
  display: block;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav > li:hover .globalNavChild {
    display: none;
  }
}

.header .globalNav > li.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  border: #000;
  width: 100%;
  height: 4px;
  background-color: #f16b33;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav > li.current:after {
    content: none;
  }
}

@media only screen and (max-width: 1014px) {
  .header .globalNav > li {
    /*margin-right: 30px;*/
		margin-right: 10px;
  }
}

@media only screen and (max-width: 880px) {
  .header .globalNav > li {
		margin-right: 6px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav > li {
    display: block;
    padding: 0;
    margin-right: 0;
  }
}

.header .globalNav > li a {
  display: block;
  padding: 20px 0;
  position: relative;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav > li a {
    background-image: url(../img/common/link-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: 5px 6px;
    -o-background-size: 5px 6px;
    background-size: 5px 6px;
    background-position: 2px center;
    padding-left: 15px;
    background-position: 18px center;
    padding: 12px 30px;
    border-bottom: #b4b4b4 1px solid;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav img {
    display: none;
  }
}

.header .globalNav img.isSp {
  display: none;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav img.isSp {
    display: block;
  }
}

.header .globalNav .purchase img {
  width: 45.5px;
}

@media only screen and (max-width: 950px) {
  .header .globalNav .purchase img {
    width: 40px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav .purchase img {
    width: 34px;
  }
}

.header .globalNav .sell img {
  width: 44.5px;
}

@media only screen and (max-width: 950px) {
  .header .globalNav .sell img {
    width: 40px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav .sell img {
    width: 34px;
  }
}

.header .globalNav .renovation img {
  width: 110px;
}

@media only screen and (max-width: 950px) {
  .header .globalNav .renovation img {
    width: 100px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav .renovation img {
    width: 92px;
  }
}

.header .globalNav .navVoice img {
  width: 112px;
}

@media only screen and (max-width: 950px) {
  .header .globalNav .navVoice img {
    width: 90px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav .navVoice img {
    width: 104px;
  }
}

.header .globalNav .navColumn img {
  width: 113px;
}

@media only screen and (max-width: 950px) {
  .header .globalNav .navColumn img {
    width: 90px;
  }
}

@media only screen and (max-width: 800px) {
  .header .globalNav .navColumn img {
    width: 104px;
  }
}

.header .globalNav .navManagement .noLink,
.header .globalNav .navInfo .noLink {
/*cursor: pointer;*/
}

.header .globalNav .navManagement .noLink img:hover,
.header .globalNav .navInfo .noLink img:hover {
opacity: 1.0;
}

@media only screen and (max-width: 800px) {
	.header .globalNav .navManagement .noLink,
	.header .globalNav .navInfo .noLink {
	cursor: auto;
	background: none;
	}
}

.header .globalNav .navManagement .globalNavChildSp,
.header .globalNav .navInfo .globalNavChildSp {
display: none;
}

@media only screen and (max-width: 800px) {
	.header .globalNav .navManagement .globalNavChildSp,
	.header .globalNav .navInfo .globalNavChildSp {
	display: block;
	background-position: 48px center;
	padding: 12px 30px 12px 60px;
	}
}

.header .globalNav .navManagement img {
  width: 100px;
}

@media only screen and (max-width: 950px) {
  .header .globalNav .navManagement img {
    width: 88px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav .navManagement a img {
    width: 100px;
  }
  
  .header .globalNav .navManagement a:nth-child(2) img {
    width: 67px;
  }
  
  .header .globalNav .navManagement a:nth-child(3) img {
    width: 84px;
  }
}

.header .globalNav .navInfo img {
  width: 103px;
}

@media only screen and (max-width: 950px) {
  .header .globalNav .navInfo img {
    width: 90px;
  }
}

@media only screen and (max-width: 800px) {
  .header .globalNav .navInfo a img {
    width: 100px;
  }
  
  .header .globalNav .navInfo a:nth-child(2) img {
    width: 104px;
  }
  
  .header .globalNav .navInfo a:nth-child(3) img {
    width: 104px;
  }
}

.header .globalNav .aboutLivness {
  position: absolute;
  right: 0;
  /*top: -43px;*/
}

@media only screen and (max-width: 1014px) {
  .header .globalNav .aboutLivness {
    right: 32px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav .aboutLivness {
    position: static;
  }
  .header .globalNav .aboutLivness div {
    display: none;
  }
}
/*
@media only screen and (min-width: 801px) {
  .header .globalNav .aboutLivness a {
    background-image: url(../img/common/link-arrow.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    background-size: 5px 6px;
    margin-bottom: 14px;
    padding-left: 15px;
  }
}

.header .globalNav .aboutLivness a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .5;
}*/

.header .globalNav .aboutLivness img {
  width: 245px;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .globalNav .aboutLivness img {
    width: 267px;
  }
}

.header .globalNav .globalNavChild {
  position: absolute;
  top: 55px;
  left: 0;
  display: none;
}

.header .globalNav .globalNavChild li a {
  display: block;
  background-color: rgba(24, 20, 20, 0.76);
  color: #FFF;
  padding: 23px 0;
  border-top: #FFF 1px solid;
  /*min-width: 200px;*/
	min-width: 240px;
  text-align: center;
  font-size: 14px;
}

.header .globalNav .globalNavChild li a:hover {
  text-decoration: none;
  opacity: .75;
}

.header .globalNav .globalNavChild li.line-2 {
	line-height:1.4;
}

.header .globalNav .globalNavChild li.line-2 a {
	padding: 13px 0;
}

.header .userMenu { /* SP用。801px以上では非表示） */
  display: none;
}

@media only screen and (max-width: 800px) {
  .header .userMenu {
    display: block;
    float: none;
  }
}


@media only screen and (max-width: 1014px) {
  .header .userMenu {
    padding-right: 32px;
	margin-top: -100px;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu {
    margin-top: 0;
    padding: 5px 15px 5px 0;
  }
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    text-align: left;
  }
}

.header .userMenu li {
  display: inline-block;
}

.header .userMenu li:not(:last-child) {
  margin-right: 10px;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu li {
    /*margin-bottom: 10px;*/
  }
}

.header .userMenu a {
  display: block;
  /*color: #ddd;*/
  color: #333;
}

@media only screen and (max-width: 800px) {
	.header .userMenu a {
	  color: #ddd;
	}
}

.header .userMenu a:hover {
  opacity: .5;
  text-decoration: none;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu li:not(.userMylist) a {
    background-image: url(../img/common/link-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: 5px 6px;
    -o-background-size: 5px 6px;
    background-size: 5px 6px;
    background-position: 2px center;
    padding-left: 15px;
    background-position: 18px center;
    padding: 12px 0 10px 27px;
  }
}

/* userMenuPc
-----------------------------------------*/
.header .userMenuPc {
  width: 280px;
  margin-top: -6px;
}


@media only screen and (max-width: 1014px) {
  .header .userMenuPc {
   margin-top: 6px;
  }
}

.header .userMenuPc li {
  display: inline-block;
}

.header .userMenuPc  li:not(:last-child) {
  margin-right: 10px;
}

.header .userMenuPc a {
  display: block;
  /*color: #ddd;*/
  color: #333;
}

.header .userMenuPc a:hover {
  opacity: .5;
  text-decoration: none;
}

.header .userMenuPc .userLogin {
      margin-top: -1px;
      position: relative;
      padding: 0 10px 0 0;
}

.header .userMenuPc .userLogin img {
  width: 11px;
  margin-right: 6px;
}

.header .userMenuPc .userLogin:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #aaa;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.header .userMenuPc .userMylist a {
  background: transparent url(../img/common/btn-mylist.svg) no-repeat 6px 7px;
  background-size: 12px;
  border-radius: 30px;
  /*border: 1px solid #ddd;*/
  border: 1px solid #333;
  display: block;
  font-size: .7rem;
  padding: 7px 12px 7px 26px;
}

@media only screen and (max-width: 800px) {
    .header .userMenuPc {
        display: none;
    }  
}

/* userMenu (for SP)
-----------------------------------------*/

.header .userMenu .userLogin, .header .userMenu .userRegist {
  margin-top: -1px;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu .userLogin, .header .userMenu .userRegist, .header .userMenu .userMylist {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.header .userMenu .userLogin {
  position: relative;
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 800px) {
  .header .userMenu .userLogin {
    padding: 0;
  }
}

.header .userMenu .userLogin img {
  width: 11px;
  margin-right: 6px;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu .userLogin img {
    display: none;
  }
}

.header .userMenu .userLogin:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #aaa;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu .userLogin:after {
    content: none;
  }
}

.header .userMenu .userMylist a {
  background: transparent url(../img/common/btn-mylist.svg) no-repeat 6px 7px;
  background-size: 12px;
  border-radius: 30px;
  /*border: 1px solid #ddd;*/
  border: 1px solid #333;
  display: block;
  font-size: .7rem;
  padding: 7px 12px 7px 26px;
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 800px) {
  .header .userMenu .userMylist {
    float: right;
    margin-right: -5px;
    margin-top: 3px;
  }
  
  .header .userMenu .userMylist a {
  background-image: url(../img/common/btn-mylist_sp.svg);
  }
}

/* =================
footer
================= */
.footer {
  min-width: 1280px;
  font-size: 12px;
}

@media only screen and (max-width: 1280px) {
  .footer {
    min-width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .footer {
    min-width: 100%;
  }
}

.toPageTopWrap {
  max-width: 100%;
  width: 950px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1014px) {
  .toPageTopWrap .toPageTop {
    right: 32px;
  }
}

@media only screen and (max-width: 700px) {
  .toPageTopWrap {
    width: 100%;
  }
}

.toPageTop {
  position: absolute;
  top: -49px;
  right: 0;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .toPageTop {
    position: static;
    display: block;
    background-color: #222;
    text-align: center;
  }
}

.toPageTop:hover {
  opacity: .7;
}

.toPageTop img {
  width: 151px;
}

.footerPrimaryNavArea {
  background-color: #EEE;
  padding: 40px 0;
  border-top: #B4B4B4 1px solid;
  border-bottom: #B4B4B4 1px solid;
}

@media only screen and (max-width: 1280px) {
  .footerPrimaryNavArea {
    padding: 24px 32px;
  }
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNavArea {
    padding: 0;
  }
}

.footerPrimaryNav > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footerPrimaryNav > ul:last-child {
  margin-bottom: 0;
}
.footerPrimaryNav > ul > li {
  padding-right: 20px;
  width : -webkit-calc(100% / 5) ;
  width : calc(100% / 5) ;
}
.footerPrimaryNav > ul > li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 700px) {
  .footerPrimaryNav {
  display: block;
}
  .footerPrimaryNav > ul {
    display: block;
  }
  .footerPrimaryNav > ul.service {
  display: block;
  flex-wrap: nowrap;
  width: 100%;
}
.footerPrimaryNav > ul.others {
  width: 100%;
}
.footerPrimaryNav > ul.service > li {
  padding-right: 20px;
  width : 100%;
  height: auto;
}
.footerPrimaryNav > ul > li:last-child {
padding-right: 20px;
}
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNav > ul > li {
    width: 100%;
    padding: 10px 20px 0;
    /* border-bottom: #b4b4b4 1px solid; */
  }
}

.footerPrimaryNav > ul > li > p > a {
padding-bottom: 10px;
border-bottom: 1px solid #999;
  width: 100%;
  /* padding: 0 0 10px 10px; */
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
  /* height: 30px;
  line-height: 32px;
  border-left: 6px solid #EA5404;background: rgb(255,255,255);
  border-radius: 4px;
  background-color: #fff; */
  display: block;
}

.footerPrimaryNav > ul > li > a,
.footerPrimaryNav > ul > li > .navVoice > a,
.footerPrimaryNav > ul > li > .navColumn > a,
.footerPrimaryNav > ul > li > .navManagement > a,
.footerPrimaryNav > ul > li > .navInfo > a {
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNav > ul > li > a,
	.footerPrimaryNav > ul > li > .navVoice > a,
	.footerPrimaryNav > ul > li > .navColumn > a,
	.footerPrimaryNav > ul > li > .navManagement > a,
	.footerPrimaryNav > ul > li > .navInfo > a {
    background-image: url(../img/common/link-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: 5px 6px;
    -o-background-size: 5px 6px;
    background-size: 5px 6px;
    background-position: 2px center;
    padding-left: 15px;
    margin-bottom: 10px;
  }
	
	.footerPrimaryNav > ul > li > .navVoice > a,
	.footerPrimaryNav > ul > li > .navColumn > a {
	  margin-bottom: 0;
	}
}

.footerPrimaryNav .headline > p {
padding-left: 16px;
background-image: url("../img/nav_mm/mega_menu_icon.gif");
background-repeat: no-repeat;
background-position: left;
background-size: 10px 10px;
}

.footerPrimaryNav li li {
  margin: 0 0 7px 10px;
  line-height:1.4;
}
.footerPrimaryNav li li.headline {
  margin: 0 0 7px 0;
}
.footerPrimaryNav li div.headline1,
.footerPrimaryNav li div.headline2 {
margin-bottom: 20px;
}

.footerPrimaryNav li div.headline > p {
margin-bottom: 10px;
font-weight: bold;
}
.footerPrimaryNav li li::before {
margin-left: -10px;
content: ' - ';
}
.footerPrimaryNav li.kanri li:nth-child(7) {
  margin: 30px 0 7px 0;
}
/*
.footerPrimaryNav ul.service li li.headline::before,
.footerPrimaryNav ul.service li li:first-child::before {
content: none!important;
}
*/
.footerPrimaryNav ul.service li li.headline a {
  margin: 14px 0 0 0;
  padding: 6px 0 6px 20px;
  width: 100%;
  border-bottom: 1px solid #666;
  background-image: url(../img/common/link-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: 5px 6px;
  -o-background-size: 5px 6px;
  background-size: 5px 6px;
  background-position: left 10px center;
  display: block;
}
.footerPrimaryNav li li.headline::before {
margin-left: -10px;
content: '';
}
.footerPrimaryNav li li.headline2 {
margin-top: 16px;
}
.footerPrimaryNav li li.headline2::before {
padding-left: 10px;
  background-image: url(../img/common/link-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: 5px 6px;
  -o-background-size: 5px 6px;
  background-size: 5px 6px;

  background-position: left center;
content: '';
}
.footerPrimaryNav li li.inquiry,
.footerPrimaryNav li li.inquiry a{
color: #f16b33;
}
.footerPrimaryNav li li.inquiry a{
font-weight: bold;
}

.footerPrimaryNav ul.service li.busInfo li:last-child {
  background-image: none;
  padding-left: 0;
}
.footerPrimaryNav ul.service li.busInfo li:last-child img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNav li li {
    margin-right: 15px;
  }
  .footerPrimaryNav li.kanri li:nth-child(7) {
  margin: 0 0 7px 0;
}
}

.footerPrimaryNav .purchase img {
  width: 30px;
}

.footerPrimaryNav .sell img {
  width: 30px;
}

.footerPrimaryNav .renovation img {
  width: 106px;
}

.footerPrimaryNav li .navVoice {
	margin-top: 25px;
}

.footerPrimaryNav li .navColumn {
	margin-top: 15px;
}

@media only screen and (max-width: 700px) {
	.footerPrimaryNav li .navVoice {
		border-top: #b4b4b4 1px solid;
		padding: 10px 20px 0;
		margin: 0 -20px 14px;
	}
	.footerPrimaryNav li .navColumn {
		margin-bottom: 14px;
	}
}

.footerPrimaryNav .navVoice img {
  width: 99px;
}

.footerPrimaryNav .navColumn img {
  width: 99px;
}

.footerPrimaryNav li .navManagement {
	margin-bottom: 25px;
}

.footerPrimaryNav li .navInfo {
	margin-bottom: 25px;
}

@media only screen and (max-width: 700px) {
	.footerPrimaryNav li .navManagement {
		border-top: #b4b4b4 1px solid;
		padding: 10px 20px 0;
		margin: 0 -20px 14px;
	}
	.footerPrimaryNav li .navInfo {
		margin-bottom: 14px;
	}
}

.footerPrimaryNav .navManagement img {
  width: 90px;
}

.footerPrimaryNav .navInfo img {
  width: 90px;
}

/*
.footerPrimaryNav .aboutLivness {
  position: absolute;
  top: 0;
  right: -26px;
}
*/

@media only screen and (max-width: 1280px) {
  .footerPrimaryNav .aboutLivness {
    position: static;
  }
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNav .aboutLivness li .isOnlyPc {
    display: none;
  }
}

.footerPrimaryNav .aboutLivness li .isOnlySp {
  display: none;
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNav .aboutLivness li .isOnlySp {
    display: block;
  }
  .footerPrimaryNav .aboutLivness li .isOnlySp img {
    width: 236px;
  }
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNav .aboutLivness li.toContact img {
    width: 89px;
  }
}

.footerPrimaryNav .aboutLivness li.toOfficeList {
  background-image: none;
  padding-left: 0;
}

@media only screen and (max-width: 950px) {
  .footerPrimaryNav .aboutLivness li.toOfficeList {
    position: absolute;
    right: 0;
    bottom: -30px;
  }
}

@media only screen and (max-width: 700px) {
  .footerPrimaryNav .aboutLivness li.toOfficeList {
    position: static;
    display: block;
    margin-right: 0;
    text-align: center;
  }
}

.footerPrimaryNav .aboutLivness li.toOfficeList img {
  width: 211px;
}

.footerSecondaryNavArea {
  font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #FFF;
  height: 96px;
}

@media only screen and (max-width: 1280px) {
  .footerSecondaryNavArea {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNavArea {
    height: 43px;
    padding: 0;
    border-top: #FA0046 2px solid;
  }
}

.footerSecondaryNav {
  padding-top: 24px;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav {
    padding-top: 0;
  }
}

.footerSecondaryNav a {
  color: #4D4D4F;
}

.footerSecondaryNav li {
  display: inline-block;
  line-height: 1.5;
}

.footerSecondaryNav li:after {
  content: "|";
  margin-left: 0.5em;
}

.footerSecondaryNav li:last-child {
  margin-right: 0;
}

.footerSecondaryNav li:last-child:after {
  content: none;
}

.footerSecondaryNav .topNav, .footerSecondaryNav .bottomNav {
  max-width: calc(100% - 362px);
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .topNav, .footerSecondaryNav .bottomNav {
    max-width: none;
  }
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .topNav {
    display: none;
  }
}

.footerSecondaryNav .bottomNav {
  font-size: 11px;
  padding-top: 15px;
}

.footerSecondaryNav .bottomNav .showOnlySP {
  display: none;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .bottomNav {
    text-align: center;
    font-size: 10px;
    padding-top: 7px;
    margin-bottom: 8px;
  }
  .footerSecondaryNav .bottomNav .showOnlySP {
    display: inline-block;
  }
  .footerSecondaryNav .bottomNav .showOnlyPC {
    display: none;
  }
}

.footerSecondaryNav .copyRightArea {
  position: absolute;
  top: 24px;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .copyRightArea {
    position: static;
    text-align: center;
    padding-bottom: 10px;
  }
}

.footerSecondaryNav .copyRightArea img {
  width: 142px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .copyRightArea img {
    display: none;
  }
}

.footerSecondaryNav .copyRightArea p {
  font-size: 11px;
  color: #4D4D4F;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .copyRightArea p {
    font-size: 10px;
  }
}

/* 2019.01 微調整 */
input[type=submit]:hover {
cursor:pointer;
}

/* Mega menu 2020.10 */
@media screen and (max-width: 1014px) {
  body .wrapper {
    padding-top: 94px;
  }
  body .wrapper .header {
    position: fixed;
    z-index: 10001;
  }
  body .wrapper .header .headerTextArea {
    background-color: #4f4c4c;
    color: #fff;
    padding: 12px 20px 0;
    position: relative;
  }
  body.navOpen {
    overflow-y: hidden;
  }
  body.navOpen .wrapper main {
    right: 100%;
  }
  body.navOpen .wrapper .globalNavArea2 {
    right: 0%;
  }
  main {
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
    position: relative;
    right: 0;
  }
}

@media screen and (min-width: 650px) and (max-width: 1014px) {
  body .wrapper {
    padding-top: 92px;
  }
  body .header .headerText {
    width: calc(100% - 320px);
    line-height: 1.45;
  }
  body .header .headerText > span {
    display: block;
  }
  body .header .userMenuPc {
    margin-top: 0;
    display: block;
  }
  body .header .userMenuPc a {
    color: #fff;
  }
  body .header .contentWrap {
    width: 100%;
    max-width: 1014px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1014px) {
  body .wrapper {
    padding-top: 129px;
  }
  .header .globalNavArea2 {
    top: 140px;
    height: calc(100% - 114px);
  }
  main {
    padding-top: 0;
  }
}

@media screen and (min-width: 801px) {
  .top .mainVisualArea {
    padding-top: 15px;
    padding-top: 15px;
  }
}

@media screen and (min-width: 1015px) {
  .header {
    z-index: 10001;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
  }
  body main {
    padding-top: 130px;
  }
  body main.backdrop::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 10000;
  }
}

@media screen and (max-width: 1014px) {
  .m-hide-sp {
    display: none !important;
  }
}

.m-hide-pc {
  display: none;
}

@media screen and (max-width: 1014px) {
  .m-hide-pc {
    display: block !important;
  }
}

.header .spMenuBtn {
  cursor: pointer;
}

.globalNavArea2 .contentWrap {
  padding: 0 !important;
}

.globalNavArea2 figure img {
  max-width: 100%;
}

.globalNavArea2 a {
  text-decoration: none;
}

.globalNavArea2 a:hover {
  opacity: 1;
  color: inherit;
}

.globalNavArea2 .navParent {
  cursor: pointer;
}

@media screen and (max-width: 1014px) {
  .globalNavArea2 {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    position: fixed;
    top: 101px;
    height: calc(100% - 94px);
    width: 100%;
    background: #ffffff;
    -webkit-transition: right 0.5s, opacity 0.3s;
    -o-transition: right 0.5s, opacity 0.3s;
    transition: right 0.5s, opacity 0.3s;
    right: -100%;
  }
  .globalNavArea2 .userMenu {
    background-color: transparent;
    color: #333;
  }
  .globalNavArea2 .globalNav2 > li.open .navParent .acBtn::after {
    background-position: -40px 0;
  }
  .globalNavArea2 .globalNav2 > li .navParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
  }
  .globalNavArea2 .globalNav2 > li .navParent a {
    width: calc(100% - 60px);
    min-height: 46px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
  }
  .globalNavArea2 .globalNav2 > li .navParent .acBtn {
    background: #eeeeee;
    cursor: pointer;
    display: block;
    position: relative;
    width: 60px;
    min-height: 46px;
  }
  .globalNavArea2 .globalNav2 > li .navParent .acBtn::after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCAyNCIgd2lkdGg9IjY0IiBoZWlnaHQ9IjI0Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzMyMzMzMzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPuOCouOCu+ODg+ODiCAzPC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfNiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgNiI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjQsMTBIMTRWMEgxMFYxMEgwdjRIMTBWMjRoNFYxNEgyNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00MCwxNFYxMEg2NHY0WiIvPjwvZz48L2c+PC9zdmc+);
    background-size: 64px;
    background-position: 0 0;
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    position: absolute;
    top: calc(50% - 12px);
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild {
    display: none;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaTitle {
    width: 100%;
    font-size: 1.0625rem;
    font-weight: 500;
	/*border: 1px solid #c5c5c5;*/
	border-radius: 5px;
	position: relative;
 
  }
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaTitle a{
		display: block;
		padding: 20px 15px;
		width: 100%;
	}
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaTitle a::after {
	content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ea5404;
    border-right: 2px solid #ea5404;
	transform: rotate(45deg) translateY(-3px);
	position: absolute;
	top: 26px;
	right:20px;
	}
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink{
		margin-bottom: 20px;
	}
	.yellowBox {
    background-color: #ffde00;
	border-radius: 4px;
	color: #000;
	font-size: 0.9375rem!important;
	padding: 10px 15px;
	}
	.yellowBox::before {
		content: none!important;
	}
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink:first-child {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 10px; */
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink a figure {
    width: 210px;
    height: 90px;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink a p {
    width: 210px;
    height: 90px;
    font-size: 0.875rem;
    line-height: 1.5;
    /* width: calc(100% - 150px); */
    text-align: left;
  }
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink {
    width: 100%;
    margin: 10px 0 25px;
	position: relative;
  }
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink a {
		background-color: #ea5404;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 1.0625rem;
		font-weight: 500;
		padding: 15px;
		text-align: left;
		width: 100%;		
	}
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink a::after{
  content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	right: 20px;
	}
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType {
    background-color: #fff;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType h4 {
    font-size: 0.875rem;
    font-weight: 500;
    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;
    padding: 20px 10px 10px;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType h4 img {
    max-width: 35px;
    margin-right: 10px;
  }
  .globalNavArea2 .globalNav2 > li.refLinkSP {
    width: 100%;
    padding: 20px 10px;
    border-top: 1px solid #ccc;
  }
  .globalNavArea2 .globalNav2 > li.refLinkSP > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .globalNavArea2 .globalNav2 > li.refLinkSP > ul > li > a {
    padding-left: 16px;
    position: relative;
    font-size: 0.875rem;
  }
  .globalNavArea2 .globalNav2 > li.refLinkSP > ul > li > a::before {
    content: "";
    position: absolute;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #cccccc;
  }
	 .globalNavArea2 .globalNav2 > li .navParent > a.noLink {
    pointer-events: none;
  }
}

.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink > p {
/*padding: 0 0 5px;*/
font-size: 1rem;
font-weight: 500;
}
.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink > p::before {
content:url("../img/nav_mm/mega_menu_icon.gif");
margin-right: 10px;
}

@media screen and (min-width: 1015px) {
  .globalNavArea2 {
    position: relative;
  }
  .globalNavArea2 .globalNav2 {
    position: relative;
    list-style: none;
    height: 50px;
    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;
  }
  .globalNavArea2 .globalNav2 > li {
    display: inline-block;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .globalNavArea2 .globalNav2 > li:hover .navParent > a {
    opacity: 1;
  }
  .globalNavArea2 .globalNav2 > li:hover .navParent > a:after {
    opacity: 1;
    width: 100%;
  }
  .globalNavArea2 .globalNav2 > li:hover > ul.globalNavMegaChild {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /* add 20230216 */
    justify-content: left;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) inset;
  }
  .globalNavArea2 .globalNav2 > li:not(:first-child) .navParent > a::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: #ccc;
  }
  .globalNavArea2 .globalNav2 > li.refLinkSP {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .globalNavArea2 .globalNav2 > li .navParent > a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
    display: block;
    padding: 16px 25px;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    position: relative;
  }
  .globalNavArea2 .globalNav2 > li .navParent > a:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    width: 0%;
    height: 4px;
    background-color: #f16b33;
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none !important;
    background-color: #ffffff;
    padding: 40px 30px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	box-sizing: border-box;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild.contentCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaTitle {
    width: 100%;
    font-size: 1.0625rem;
    font-weight: 500;
    margin-bottom: 30px;
    padding-right: 12px;
	padding-left: 15px;
  }
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaTitle::after {
	content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ea5404;
    border-right: 2px solid #ea5404;
	transform: rotate(45deg) translateY(-3px);
	margin-left:10px;
	vertical-align: middle;
	}
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink {
    margin-bottom: 30px;
    /* width: calc(99.9999% / 3);
    padding-left: 12px;
    padding-right: 12px; */
    margin-right: 5px;
	margin-left: 15px;
    width: 276px;
  }
  .globalNavArea2 .globalNav2 > li.navInfo > ul.globalNavMegaChild li.megaLink:nth-child(5) {
    margin-right: 0;
  }
	.yellowBox {
    background-color: #ffde00;
	border-radius: 4px;
	color: #000;
	font-size: 0.9375rem!important;
	padding: 5px 10px;
	text-align: center;
	}
	.yellowBox::before {
		content: none!important;
	}

  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink > p {
  /*padding: 0 0 15px;*/
  font-size: 1rem;
  font-weight: 500;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink > p::before {
  content:url("../img/nav_mm/mega_menu_icon.gif");
  margin-right: 10px;
  }
  .globalNavArea2 .globalNav2 > li.sell > ul.globalNavMegaChild li.megaLink > a {
	width: 210px;
    height: 90px;
    overflow: hidden;
  }
  .globalNavArea2 .globalNav2 > li.sell > ul.globalNavMegaChild li.megaLink:nth-child(3) > a {
	width: 440px;
  }
.globalNavArea2 .globalNav2 > li.sell > ul.globalNavMegaChild li.megaLink:nth-child(3) > a p img:last-of-type,
.globalNavArea2 .globalNav2 > li.sell > ul.globalNavMegaChild li.megaLink:nth-child(3) > a figure img:last-of-type {
display: none;
}
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink > a {
    height: 90px;
  }
  
  .globalNavArea2 .globalNav2 > li.navInfo > ul.globalNavMegaChild li.megaLink > a {
    height: auto;
  }
  /*
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.megaLink a {
	width: 100%;
	height: 160px;
  }
  */
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) li.sublink a {
	height: 40px;
	display: inline-block;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) li.sublink a {
	width: 100%;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink a figure {
    overflow: hidden;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li:nth-child(2) li.sublink li.megaLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li:nth-child(2) li.sublink a figure {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	display: inline-block;
	  overflow: hidden;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink a figure img {
    display: block;
    -webkit-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink a p {
    padding: 7px;
    text-align: center;
    /* font-size: 0.9375rem; */
    font-size: 0.91rem;
    line-height: 1.5625;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li:nth-child(2) li.sublink a p {
    padding: 0px;
	height: 30px;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 30px;
	display: inline-block;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.megaLink a:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /* opacity: 0.7; */
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink {
    width: 100%;
    margin-bottom: 0;
  }
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink a {
		background-color: #ea5404;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 1.0625rem;
		font-weight: 500;
		padding: 15px 0;
		text-align: center;
		width: 100%;		
	}
	.globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink a::after{
  content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 10px;
	vertical-align: middle;
	}
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink > ul > li:not(:last-child) {
    margin-bottom: 14px;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink > ul > li > a {
    padding-left: 16px;
    position: relative;
    font-size: 0.875rem;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink > ul > li > a::before {
    content: "";
    position: absolute;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #cccccc;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink > ul > li > a:hover {
    opacity: 0.7;
    color: inherit;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType {
    background-color: #eeeeee;
    padding: 30px 20px 20px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 17px;
  }
	/* 編集中 
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild > li:nth-child(2) {
    width: 66%;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild > li:nth-child(3) {
    width: 27%;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType + .refLink {
    margin-top: 9px;
  } */
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink > ul {
	  display: -webkit-flex;
	  display: flex;
  }
  .globalNavArea2 .globalNav2 > li > ul.globalNavMegaChild li.refLink > ul > li {
	  margin-right: 20px;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    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;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType h4 img {
    margin-right: 10px;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType > ul {
    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;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType > ul.contentCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType > ul > li {
    width: 100%;
    padding: 0;
  }
  /* 編集中 
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) > ul > li {
    width: 36%;
    padding: 0;
	overflow: hidden;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) > ul > li.sublink:last-of-type {
    width: 60%;
  } */
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType > ul > li > ul {
    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;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) > ul > li > ul {
	width: 100%;
    display: block;
    flex-wrap: nowrap;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) > ul > li > ul * {
	  box-sizing: border-box;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType > ul > li > ul > li {
    width: calc(50% - 5px);
    padding: 0;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) > ul > li > ul > li {
    width: 100%;
	height: 40px;
    padding: 0;
	background-color: #fff;
  }
/*
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) > ul > li > ul > li {
	  margin-left: 20px;
  }
*/
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li:nth-child(2) > ul > li > ul > li img {
	  height: 40px;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType > ul > li > ul > li p {
    line-height: 1.2258064;
  }
  .globalNavArea2 .globalNav2 > li.purchase > ul.globalNavMegaChild li.purchaseType > ul > li.sublink > ul > li p {
    line-height: 40px;
  }
}
/* アンカーリンク */
.globalNav2 ul.anchorLink {
margin-top: 20px;
}
.globalNav2 ul.anchorLink li {
margin-bottom: 14px;
}
.globalNav2 ul.anchorLink li a {
margin-bottom: 16px;
font-size: 15px;
line-height: 1em;
}
.globalNav2 ul.anchorLink li a::before {
	content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ea5404;
    border-right: 2px solid #ea5404;
	transform: rotate(45deg) translateY(-3px);
	margin-right: 20px;
}
.globalNav2 .megaLink {
position: relative;
}
.globalNav2 > li.sell .megaLink > a figure,
.globalNav2 > li.purchase .megaLink > a figure,
.globalNav2 > li.renovation .megaLink > a figure,
.globalNav2 > li.navManagement .megaLink > a figure,
.globalNav2 > li.sell .megaLink > a p,
.globalNav2 > li.purchase .megaLink > a p,
.globalNav2 > li.renovation .megaLink > a p,
.globalNav2 > li.navManagement .megaLink > a p {
position: absolute;
left: 0;
top: 0;
}
.globalNav2 > li.sell .megaLink > a figure,
.globalNav2 > li.purchase .megaLink > a figure,
.globalNav2 > li.renovation .megaLink > a figure,
.globalNav2 > li.navManagement .megaLink > a figure {
z-index: 10;
}
.globalNav2 > li.sell .megaLink > a p,
.globalNav2 > li.purchase .megaLink > a p,
.globalNav2 > li.renovation .megaLink > a p,
.globalNav2 > li.navManagement .megaLink > a p {
z-index: 100;
}
.globalNav2 .megaLink > a p img {
width: 100%;
}
.globalNav2 a *:hover {
opacity: 1;
}

@media screen and (max-width: 1014px) {

.globalNav2 .megaLink {
width: 100%;
}

.globalNav2 li.navInfo li.megaLink {
margin-bottom: 10px;
}
/*.globalNavArea2 .globalNav2 > li.navInfo > ul.globalNavMegaChild li.megaLink a {
height: 60px;
}*/
.globalNavArea2 .globalNav2 > li.navInfo > ul.globalNavMegaChild li.megaLink a figure {
width: 140px;
height: 60px;
}
.globalNavArea2 .globalNav2 > li.navInfo > ul.globalNavMegaChild li.megaLink a p {
padding-left: 20px;
height: 60px;
font-size: 0.875rem;
line-height: 60px;
}
.globalNavMegaChild {
padding: 20px;
border-top: 1px solid #ccc;
}
.megaLink > a {
height: 90px;
}
.globalNavArea2 .globalNav2 > li.sell > ul.globalNavMegaChild li.megaLink:nth-child(3) > a p img:first-of-type,
.globalNavArea2 .globalNav2 > li.sell > ul.globalNavMegaChild li.megaLink:nth-child(3) > a figure img:first-of-type {
display: none;
}

#al1::before,
#al2::before,
#al3::before,
#al4::before,
#al5::before,
#al6::before,
#al7::before,
section#special::before,
#who_list-01::before,
#who_list-02::before,
#who_list-03::before {
display: block;
height: 94px;
margin-top: -94px;
content: '';
}

main.sellTop #al2::before {
height: 144px;
}
#al6::before {
height: 104px;
margin-top: -104px;
}
#al7::before {
height: 130px;
margin-top: -130px;
}
main.diagnostics #al1::before {
height: 154px;
}
main.diagnostics #al2::before {
height: 77px;
margin-top: -77px;
}
main.kanriChintai #al1::before,
main.kanriChintai #al2::before {
height: 44px;
margin-top: -44px;
}
.kanriAkiya .contentsArea .servicePoint {
margin: 0px 0 70px !important;
}
}
/* end Mega menu */