@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap&text=一戸建て土地マンション');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap&text=会社概要');
/*========================================
　　トップ
========================================*/
/*　画像
----------------------------------------*/
#toppageMainImg {
	position: relative;
	overflow: hidden;
}
#toppageMainImg .slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}
#toppageMainImg .slick-initialized .slick-slide {
	display: block;
}
#toppageMainImg .slick-slide:not(.slick-center) {
    opacity: 1;
}
#toppageMainImg .slick-prev,
#toppageMainImg .slick-next,
#toppage .slick-prev,
#toppage .slick-next {
	background: rgba(255,255,255,0.8);
	transition: 0.4s;
}
#toppageMainImg .slick-prev:hover,
#toppageMainImg .slick-next:hover,
#toppage .slick-prev:hover,
#toppage .slick-next:hover {
	background: rgba(255,255,255,0.5);
}
#toppageMainImg .slick-prev,
#toppage .slick-prev {
    left: 0;
}
#toppageMainImg [dir='rtl'] .slick-prev,
#toppage [dir='rtl'] .slick-pre {
	left: auto;
    right: 0;
}
#toppageMainImg .slick-next:before,
#toppageMainImg .slick-prev:before,
#toppage .slick-next:before,
#toppage .slick-prev:before {
	content: "";
	position: absolute;	
	top: 50%;
	margin: -5px 0 0;
	border-radius: 1px;
	width: 10px;
	height: 10px;
}
#toppageMainImg .slick-prev:before,
#toppage .slick-prev:before {
	left: 10px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	border-right: 3px solid #000;
	border-top: 3px solid #000;
}
#toppageMainImg [dir='rtl'] .slick-prev:before,
#toppage [dir='rtl'] .slick-prev:before {
	left: auto;
	right: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#toppageMainImg .slick-next,
#toppage .slick-next {
    right: 0;
}
#toppageMainImg [dir='rtl'] .slick-next,
#toppage [dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}
#toppageMainImg .slick-next:before,
#toppage .slick-next:before {
	left: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-right: 3px solid #000;
	border-top: 3px solid #000;
}
#toppageMainImg [dir='rtl'] .slick-next:before,
#toppage [dir='rtl'] .slick-next:before {
	left: auto;
	right: 10px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#toppageMainImg .slick-dots {
    bottom: 20px;
}
#toppageMainImg .slick-dots li,
#toppageMainImg .slick-dots li button,
#toppageMainImg .slick-dots li button:before {
    width: 10px;
    height: 10px;
	border-radius: 50%;
	font-size: 10px;
}
#toppageMainImg .slick-prev:before,
#toppageMainImg .slick-next:before {
	color: #FFF;
}
#toppageMainImg .slick-dots li.slick-active button:before,
#toppageMainImg .slick-dots li button:before {
	color: #FFF;
	border: 1px solid #FFF;
	background: #FFF;
	opacity: 1;
}
#toppageMainImg .slick-dots li.slick-active button:before {
	color: #061F71;
	background: #061F71;
}
#toppageMainImg .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
}
#toppageMainImg div.slideMain a.over_img {
	position: relative;
	display: block;
	text-decoration: none;
	background: no-repeat 50% 50% / cover;
}
#toppageMainImg .slick-slide.slide01 div.slideMain a.over_img {
	background-image: url("../../img/toppage/top01.jpg");
}
#toppageMainImg .slick-slide.slide02 div.slideMain a.over_img {
	background-image: url("../../img/toppage/top02.jpg");
}
#toppageMainImg .slick-slide.slide03 div.slideMain a.over_img {
	background-image: url("../../img/toppage/top03.jpg");
}
#toppageMainImg .slick-slide.slide04 div.slideMain a.over_img {
	background-image: url("../../img/toppage/top04.jpg");
}
#toppageMainImg div.img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	width: 100%;
	height: 660px;
	margin: 0 auto;
	padding: 0 40px;
	z-index: 1;
}
#toppageMainImg div.img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	#toppageMainImg .slick-prev,
	#toppageMainImg .slick-next {
		width: 20px;
		height: 20px;
	}
	#toppageMainImg .slick-next:before,
	#toppageMainImg .slick-prev:before {
		margin: -3px 0 0;
		width: 6px;
		height: 6px;
	}
	#toppageMainImg .slick-prev:before {
		left: 6px;
		border-right: 2px solid #000;
		border-top: 2px solid #000;
	}
	#toppageMainImg [dir='rtl'] .slick-prev:before {
		right: 6px;
	}
	#toppageMainImg .slick-next:before {
		left: 6px;
		border-right: 2px solid #000;
		border-top: 2px solid #000;
	}
	#toppageMainImg [dir='rtl'] .slick-next:before {
		right: 6px;
	}
	#toppageMainImg .slick-dots li,
	#toppageMainImg .slick-dots li button,
	#toppageMainImg .slick-dots li button:before {
		width: 6px;
		height: 6px;
	}
	#toppageMainImg div.img {
		padding: 40px 20px;
		height: auto;
	}
	#toppageMainImg .slick-slide.slide03 div.img,
	#toppageMainImg .slick-slide.slide04 div.img {
		padding: 40px 0;
	}
	#toppageMainImg .slick-slide.slide01 div.slideMain a.over_img {
		background-image: url("../../img/toppage/top01_sp.jpg");
	}
	#toppageMainImg .slick-slide.slide02 div.slideMain a.over_img {
		background-image: url("../../img/toppage/top02_sp.jpg");
	}
	#toppageMainImg .slick-slide.slide03 div.slideMain a.over_img {
		background-image: url("../../img/toppage/top03_sp.jpg");
	}
	#toppageMainImg .slick-slide.slide04 div.slideMain a.over_img {
		background-image: url("../../img/toppage/top04_sp.jpg");
	}
}
/*　現在の物件数
----------------------------------------*/
#toppageNumber {
	position: relative;
	z-index: 9;
	margin: -40px 0 0;
	padding: 0 0 40px;
}
#toppageNumber div.grid,
#toppageNumber div.col-1-1 {
	overflow: visible;
}
#toppageNumber dl {
	display: flex;
	border: 1px solid #DDD;
	background: #FFF;
	border-radius: 9999px;
	line-height: 150%;
	font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#toppageNumber dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F1F1F1;
	border-radius: 9999px 0 0 9999px;
	font-size: 94%;
	padding: 0 30px;
}
#toppageNumber dl dt p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	margin: 0;
}
#toppageNumber dl dd {
	flex: 1;
}
#toppageNumber dl dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
#toppageNumber dl dd ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 15px;
}
#toppageNumber dl dd ul li p {
	display: flex;
	justify-content: center;
	align-items: baseline;
    margin: 0;
}
#toppageNumber dl dd ul li p::after {
	content: "／";
	padding: 0 0 0 15px;
	font-size: 80%;
}
#toppageNumber dl dd ul li:last-child p {
	padding-right: 15px;
}
#toppageNumber dl dd ul li:last-child p::after {
	display: none;
}
#toppageNumber dl dt p b,
#toppageNumber dl dd ul li b {
	padding: 0 5px;
	font-size: 160%;
}
#toppageNumber dl dt p b small,
#toppageNumber dl dd ul li span,
#toppageNumber dl dd ul li small {
	font-size: 94%;
}
@media screen and (max-width: 768px) {
	#toppageNumber {
		padding: 0 0 40px;
	}
    #toppageNumber dl {
        display: block;
        border-radius: 0;
    }
	#toppageNumber dl dt {
		width: auto;
		font-size: 88%;
        border-radius: 0;
	}
    #toppageNumber dl dt {
        border-radius: 0;
        font-size: 94%;
        padding: 0 5px;
    }
    #toppageNumber dl dt p {
        padding: 12px 0;
    }
    #toppageNumber dl dd ul {
        display: block;
        padding: 0;
    }
    #toppageNumber dl dd ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 0;
        background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
        background-size: 4px 1px;
        background-repeat: repeat-x;
    }
    #toppageNumber dl dd ul li:first-child {
        background: none;
    }
    #toppageNumber dl dd ul li p::after {
        display: none;
    }
    #toppageNumber dl dt p b {
        font-size: 140%;
    }
    #toppageNumber dl dd ul li b {
        font-size: 128%;
    }
    #toppageNumber dl dt p b small,
    #toppageNumber dl dd ul li span,
    #toppageNumber dl dd ul li small {
        font-size: 88%;
    }
}
/*　エリア
----------------------------------------*/
#toppageArea {
	position: relative;
	padding: 0 0 40px;
}
#toppageArea ul {
	display: flex;
	max-width: 540px;
	margin: 0 auto;
}
#toppageArea ul li {
	padding: 0 10px;
	flex: 1;
	background: #FFF;
}
#toppageArea ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 55px;
	text-decoration: none;
}
#toppageArea ul li.current a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #8D010C;
}
#toppageArea ul li a span {
	font-size: 108%;
	line-height: 140%;
	font-weight: 500;
}
#toppageArea ul li.current a span {
	font-weight: 700;
}
@media screen and (max-width: 768px) {
    #toppageArea ul li a {
        width: 100%;
        height: 50px;
    }
    #toppageArea ul li a span {
        font-size: 100%;
        line-height: 140%;
    }
}
/*　物件を探す
----------------------------------------*/
#toppageSearch {
	padding: 60px 0;
    background: #F1F1F1;
}
#toppageSearchMain {
	display: flex;
    flex-direction: row-reverse;
	margin: 0 -20px;
	padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
	#toppageSearch {
		padding: 40px 0 0;
	}
	#toppageSearchMain {
		display: block;
		margin: 0;
		padding: 0;
	}
}
/*　種別から探す
----------------------------------------*/
#toppageSearchCategory ul {
	display: flex;
	margin: 0 -20px;
}
#toppageSearchCategory ul li {
	flex: 1;
	padding: 0 20px;
}
#toppageSearchCategory ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 160px;
	text-decoration: none;
	line-height: 150%;
    transition: .3s;
    overflow: hidden;
}
#toppageSearchCategory ul li a::before,
#toppageSearchCategory ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
    transition: .3s;
}
#toppageSearchCategory ul li a::before {
	background: no-repeat 50% 50% / cover;
}
#toppageSearchCategory ul li:nth-child(1) a::before {
	background-image: url("../../img/toppage/search_house.jpg");
}
#toppageSearchCategory ul li:nth-child(2) a::before {
	background-image: url("../../img/toppage/search_land.jpg");
}
#toppageSearchCategory ul li:nth-child(3) a::before {
	background-image: url("../../img/toppage/search_mansion.jpg");
}
#toppageSearchCategory ul li a::after {
    opacity: 0.7;
}
#toppageSearchCategory ul li a:hover::before {
    transform: scale(1.1);
}
#toppageSearchCategory ul li a:hover::after {
    opacity: 0;
}
#toppageSearchCategory ul li a span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    z-index: 1;
    color: #FFF;
	text-align: center;
	font-weight: 500;
    line-height: 130%;
}
#toppageSearchCategory ul li a span b {
    padding: 0 2px;
	font-size: 160%;
    line-height: 130%;
	font-weight: 500;
}
#toppageSearchCategory ul li a span small {
    padding: 0 2px;
	font-size: 100%;
    line-height: 130%;
}
@media screen and (max-width: 768px) {
    #toppageSearchCategory ul {
        display: block;
        margin: 0;
    }
    #toppageSearchCategory ul li {
        padding: 0 0 20px;
    }
    #toppageSearchCategory ul li a {
        height: 100px;
    }
    #toppageSearchCategory ul li a span {
        line-height: 130%;
    }
    #toppageSearchCategory ul li a span b {
        font-size: 120%;
        line-height: 130%;
    }
    #toppageSearchCategory ul li a span small {
        font-size: 88%;
        line-height: 130%;
    }
}
/*　種別から探す
----------------------------------------*/
#toppageConditions {
    display: flex;
    margin: 0 -20px;
    padding: 0 0 50px;
}
#toppageConditions div {
	flex: 1;
    padding: 0 20px;
}
#toppageConditions p {
    display: none;
}
#toppageConditions ul {
    padding: 0 20px;
    background: #FFF;
}
#toppageConditions ul li a {
    position: relative;
    display: flex;
    height: 60px;
    padding: 0 0 0 35px;
    align-items: center;
    text-decoration: none;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    color: #000;
    transition: .3s;
}
#toppageConditions ul li:nth-child(1) a {
    background: none;
}
#toppageConditions ul li a::before {
	position: absolute;
	left: -3px;
	top: 50%;
	width: 26px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
	margin: -13px 0 0;
	text-align: center;
	font-family: "Material Symbols Outlined";
    transition: .3s;
}
#toppageConditions div:nth-child(1) ul li:nth-child(1) a::before,
#toppageConditions div:nth-child(2) ul li:nth-child(1) a::before,
#toppageConditions div:nth-child(2) ul li:nth-child(4) a::before {
	content: "";
    background: no-repeat 50% 50% / cover;
}
#toppageConditions div:nth-child(1) ul li:nth-child(1) a::before {
    background-image: url("../../img/toppage/feature01.svg");
}
#toppageConditions div:nth-child(1) ul li:nth-child(1) a:hover::before {
    background-image: url("../../img/toppage/feature01_ov.svg");
}
#toppageConditions div:nth-child(1) ul li:nth-child(2) a::before {
	content: '\ebff';
}
#toppageConditions div:nth-child(1) ul li:nth-child(3) a::before {
	content: '\e570';
}
#toppageConditions div:nth-child(1) ul li:nth-child(4) a::before {
	content: '\e81a';
}
#toppageConditions div:nth-child(1) ul li:nth-child(5) a::before {
	content: '\e0c8';
}
#toppageConditions div:nth-child(2) ul li:nth-child(1) a::before,
#toppageConditions div:nth-child(2) ul li:nth-child(4) a::before {
    background-image: url("../../img/toppage/feature02.svg");
}
#toppageConditions div:nth-child(2) ul li:nth-child(1) a:hover::before,
#toppageConditions div:nth-child(2) ul li:nth-child(4) a:hover::before {
    background-image: url("../../img/toppage/feature02_ov.svg");
}
#toppageConditions div:nth-child(2) ul li:nth-child(2) a::before {
	content: '\e570';
}
#toppageConditions div:nth-child(2) ul li:nth-child(3) a::before {
	content: '\e81a';
}
#toppageConditions div:nth-child(2) ul li:nth-child(5) a::before {
	content: '\f10b';
}
#toppageConditions div:nth-child(3) ul li:nth-child(1) a::before {
	content: '\ebff';
}
#toppageConditions div:nth-child(3) ul li:nth-child(2) a::before {
	content: '\e570';
}
#toppageConditions div:nth-child(3) ul li:nth-child(3) a::before {
	content: '\e81a';
}
#toppageConditions div:nth-child(3) ul li:nth-child(4) a::before {
	content: '\e91d';
}
#toppageConditions div:nth-child(3) ul li:nth-child(5) a::before {
	content: '\f10b';
}
#toppageConditions ul li a span {
    font-size: 94%;
    line-height: 130%;
    font-weight: 500;
}
#toppageConditions ul li a span small {
    display: inline-block;
    font-size: 11px;
    line-height: 130%;
}
@media screen and (max-width: 768px) {
    #toppageConditions {
        display: block;
        margin: 0;
        padding: 0 0 20px;
    }
    #toppageConditions div {
        display: flex;
        margin: 0 0 20px;
        padding: 0;
        background: #FFF;
    }
    #toppageConditions p {
        position: relative;
        display: flex;
        align-items: center;
        width: 40px;
        font-family: 'Noto Sans JP', sans-serif;
        writing-mode: vertical-lr;
        margin: 0;
    }
    #toppageConditions p::before {
        content: "";
        position: absolute;
        right: 0;
        top: 20px;
        width: 1px;
    }
    #toppageConditions div:nth-child(1) p::before {
        height: 4.4em;
    }
    #toppageConditions div:nth-child(2) p::before {
        height: 2.2em;
    }
    #toppageConditions div:nth-child(3) p::before {
        height: 5.5em;
    }
    #toppageConditions p b {
        padding: 20px 0 0;
        font-size: 94%;
        line-height: 100%;
        letter-spacing: 0.1em;
    }
    #toppageConditions ul {
        flex: 1;
        padding: 0 20px;
        background: none;
    }
    #toppageConditions ul li a span {
        font-size: 88%;
        line-height: 130%;
    }
}
/*　種別から探す
----------------------------------------*/
#toppageSearchLink {
    width: 50%;
    padding: 0 20px;
}
#toppageSearchLink ul {
	display: flex;
}
#toppageSearchLink ul li {
	width: 25%;
}
#toppageSearchLink ul li a {
	position: relative;
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	height: 110px;
    padding: 40px 0 0;
	text-align: center;
	text-decoration: none;
    background: #FFF;
    transition: .3s;
}
#toppageSearchLink ul li a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: "Material Symbols Outlined";
	font-weight: 400;
	margin: -35px 0 0 -17px;
	width: 34px;
	height: 34px;
	font-size: 34px;
	line-height: 34px;
    transition: .3s;
}
#toppageSearchLink ul li:nth-child(1) a::before {
	content: '\e0c8';
}
#toppageSearchLink ul li:nth-child(2) a::before {
	content: '\e570';
}
#toppageSearchLink ul li:nth-child(3) a::before {
	content: '\e2eb';
}
#toppageSearchLink ul li:nth-child(4) a::before {
	content: '\e80c';
}
#toppageSearchLink ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px);
    background-image: linear-gradient(to top, #000, #000 1px, transparent 1px, transparent 3px);
    background-size: 1px 4px;
    background-repeat: repeat-y;
    transition: .3s;
}
#toppageSearchLink ul li:nth-child(1) a::after {
    display: none;
}
#toppageSearchLink ul li a span {
	line-height: 140%;
	text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    #toppageSearchLink {
        width: auto;
        padding: 0 0 20px;
    }
    #toppageSearchLink ul li a {
        width: 100%;
        height: 100px;
        padding: 40px 0 0;
    }
    #toppageSearchLink ul li a::before {
        margin: -35px 0 0 -15px;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
    }
    #toppageSearchLink ul li a::after {
        top: 15px;
        height: calc(100% - 30px);
    }
    #toppageSearchLink ul li a span {
        font-size: 88%;
        line-height: 140%;
    }
}
/*　マンション名から探す
----------------------------------------*/
#indexSearchMansion {
    width: 50%;
    padding: 0 20px;
}
#indexSearchMansion dl dt {
	padding: 0 0 30px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}
#indexSearchMansion dl dd {
	display: flex;
}
#indexSearchMansion dl dd div.textboxContent {
	flex: 1;
}
#indexSearchMansion dl dd div.textboxContent input {
	width: 100%;
	height: 60px;
	box-shadow: none;
	border-radius: 0;
    border: none;
}
#indexSearchMansion dl dd div.buttonContent {
	width: 60px;
}
#indexSearchMansion dl dd div.buttonContent a {
	position: relative;
	width: 60px;
	height: 60px;
    border-radius: 0;
}
#indexSearchMansion dl dd div.buttonContent a::before {
	display: block;
	content: '\e8b6';
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: "Material Symbols Outlined";
	font-weight: 400;
	margin: -17px 0 0 -17px;
	width: 34px;
	height: 34px;
	font-size: 34px;
	line-height: 34px;
	color: #FFF;
}
#indexSearchMansion dl dd div.buttonContent a span {
	display: none;
}
@media screen and (max-width: 768px) {
    #indexSearchMansion {
        width: auto;
        padding: 0 0 40px;
    }
    #indexSearchMansion dl dt {
        padding: 0 0 10px;
        font-size: 94%;
        line-height: 100%;
    }
    #indexSearchMansion dl dd div.textboxContent input {
        height: 50px;
    }
    #indexSearchMansion dl dd div.buttonContent {
        width: 50px;
    }
    #indexSearchMansion dl dd div.buttonContent a {
        width: 50px;
        height: 50px;
    }
    #indexSearchMansion dl dd div.buttonContent a::before {
        margin: -15px 0 0 -15px;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
    }
}
/*　コンテンツバナー
----------------------------------------*/
#toppageContent {
	position: relative;
	padding: 80px 0 60px;
}
#toppageContent ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
#toppageContent div.link01 ul li {
    width: 50%;
    padding: 0 20px 40px;
}
#toppageContent div.link01 ul li a {
    position: relative;
    display: flex;
    height: 340px;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
}
#toppageContent ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 340px;
    background: no-repeat 50% 50% / cover;
}
#toppageContent div.link01 ul li:nth-child(1) a::before {
   background-image: url("../../img/toppage/contents01.jpg");
}
#toppageContent div.link01 ul li:nth-child(2) a::before {
   background-image: url("../../img/toppage/contents02.jpg");
}
#toppageContent div.link01 ul li a p {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
}
#toppageContent div.link01 ul li a p::before,
#toppageContent div.link01 ul li a p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #987756;
    z-index: 0;
}
#toppageContent div.link01 ul li a p::before {
    opacity: 0.7;
    mix-blend-mode: overlay;
}
#toppageContent div.link01 ul li a p::after {
    opacity: 0.7;
}
#toppageContent div.link01 ul li a p b {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 120%;
    line-height: 140%;
    color: #FFF;
}
#toppageContent div.link02 ul li {
    position: relative;
    width: 33.33%;
    padding: 0 20px 40px;
}
#toppageContent div.link02 ul li:last-child::before {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 340px;
    background: url("../../img/toppage/logo.jpg") no-repeat 50% 50% / 200px auto;
}
#toppageContent div.link02 ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 340px 0 0;
}
#toppageContent div.link02 ul li:nth-child(1) a::before {
    background-image: url("../../img/toppage/contents03.jpg");
}
#toppageContent div.link02 ul li:nth-child(2) a::before {
    background-image: url("../../img/toppage/contents04.jpg");
}
#toppageContent div.link02 ul li:nth-child(3) a::before {
    background-image: url("../../img/toppage/contents05.jpg");
}
#toppageContent div.link02 ul li:nth-child(4) a::before {
    background-image: url("../../img/toppage/contents06.jpg");
}
#toppageContent div.link02 ul li:nth-child(5) a::before {
    background-image: url("../../img/toppage/contents07.jpg");
}
#toppageContent div.link02 ul li a b {
    display: block;
    padding: 25px 0 20px;
    font-size: 114%;
    line-height: 140%;
    text-align: center;
}
#toppageContent div.link02 ul li span {
    display: block;
    font-size: 88%;
    line-height: 180%;
}
#toppageContent ul li span {
    display: block;
    font-size: 88%;
    line-height: 180%;
    padding: 20px 0 0;
}
#toppageContent div.link02 ul li span {
    padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
	#toppageContent {
		padding: 50px 0 20px;
	}
	#toppageContent ul {
		display: block;
		margin: 0;
	}
	#toppageContent div.link01 ul li {
		width: auto;
		padding: 0 0 40px;
	}
	#toppageContent div.link01 ul li a {
		height: 200px;
	}
	#toppageContent ul li a::before {
		height: 200px;
	}
	#toppageContent div.link01 ul li a p b {
		font-size: 100%;
		line-height: 140%;
	}
	#toppageContent div.link02 ul li {
		width: auto;
		padding: 0 0 40px;
	}
	#toppageContent div.link02 ul li:last-child::before {
		display: none;
	}
	#toppageContent div.link02 ul li a {
		padding: 200px 0 0;
	}
	#toppageContent div.link02 ul li a b {
		display: block;
		padding: 15px 0 10px;
		font-size: 100%;
		line-height: 140%;
		text-align: center;
	}
	#toppageContent div.link02 ul li a b br {
		display: none;
	}
	#toppageContent div.link02 ul li span {
		display: block;
	}
	#toppageContent ul li span {
		padding: 10px 0 0;
	}
	#toppageContent div.link02 ul li span {
		padding: 0;
	}
}
/*　お知らせ
----------------------------------------*/
#toppageForm {
	overflow: hidden;
}
#toppageForm ul {
	display: flex;
}
#toppageForm ul li {
	width: 50%;
}
#toppageForm ul li a {
	position: relative;
	display: flex;
	width: 100%;
	height: 540px;
	text-decoration: none;
	background: no-repeat 50% 50% / cover;
	color: #FFF;
}
#toppageForm ul li:nth-child(1) a {
	background-image: url("../../img/toppage/assess.jpg");
}
#toppageForm ul li:nth-child(2) a {
	background-image: url("../../img/toppage/mitsumori.jpg");
}
#toppageForm ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	opacity: 0.7;
}
#toppageForm ul li a div.left {
	position: relative;
	flex: 1;
	z-index: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
#toppageForm ul li a div.left p {
	margin: 0;
	padding: 0 0 40px;
	text-align: center;
}
#toppageForm ul li a div.left p b {
	display: block;
	font-size: 200%;
	line-height: 160%;
}
#toppageForm ul li a div.left span {
	display: block;
	font-size: 80%;
	line-height: 200%;
}
#toppageForm ul li a div.right {
	position: relative;
	width: 100px;
	z-index: 1;
	padding: 10px 0 0;
}
#toppageForm ul li a div.right p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
}
#toppageForm ul li a div.right p small {
	display: block;
	padding: 0 0 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
#toppageForm ul li a div.right p b {
	display: block;
	font-size: 30px;
	line-height: 30px;
}
#toppageForm ul li a div.right div {
	padding: 20px 0 0;
}
#toppageForm ul li a div.right div b {
	display: block;
	margin: 0 auto;
	width: 1em;
	font-size: 160%;
	line-height: 110%;
}
@media screen and (max-width: 768px) {
	#toppageForm {
		overflow: hidden;
	}
	#toppageForm ul {
		display: block;
	}
	#toppageForm ul li {
		width: auto;
	}
	#toppageForm ul li a {
		height: 360px;
	}
	#toppageForm ul li:last-child a {
		flex-direction: row-reverse;
	}
	#toppageForm ul li a div.left p b {
		font-size: 140%;
		line-height: 140%;
	}
	#toppageForm ul li a div.left span {
		font-size: 80%;
		line-height: 200%;
	}
	#toppageForm ul li a div.right {
		width: 60px;
		padding: 5px 0 0;
	}
	#toppageForm ul li a div.right p {
		width: 50px;
		height: 50px;
	}
	#toppageForm ul li a div.right p small {
		font-size: 13px;
		line-height: 13px;
	}
	#toppageForm ul li a div.right p b {
		font-size: 18px;
		line-height: 18px;
	}
	#toppageForm ul li a div.right div {
		padding: 20px 0 0;
	}
	#toppageForm ul li a div.right div b {
		font-size: 120%;
		line-height: 110%;
	}
}
/*　お知らせ
----------------------------------------*/
#toppageNews {
	padding: 0 0 30px;
}
#toppageNewsBlog div.col-1-1 {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	background: #DDD;
}
#toppageNews div.subtitle b small {
	padding: 0 0 0 1em;
	font-size: 80%;
	line-height: 130%;
}
#toppageNews div.clearfix {
	border: 1px solid #DDD;
	padding: 10px 20px 0;
}
#toppageNews ul li {
	padding: 8px 0;
	font-size: 94%;
	line-height: 140%;
	border-bottom: 1px dotted #DDD;
}
#toppageNews p {
	margin: 0;
	padding: 10px 0;
	font-size: 87%;
	line-height: 140%;
	text-align: right;
}
@media screen and (max-width: 768px) {

}
/*　価格・学校区・エリア・沿線から探す
----------------------------------------*/
#toppageSearchContent02 {
	padding: 0 0 60px;
}
#toppageSearchAreaAlong div.subtitle,
#toppageSearchPriceSchool div.subtitle {
	position: relative;
	margin: 0 0 20px;
	padding: 0 65px 0 0;
	display: table;
	width: 100%;
	height: 40px;
	letter-spacing: 0;
	text-align: left;
	background: none;
}
#toppageSearchAreaAlong div.subtitle b,
#toppageSearchPriceSchool div.subtitle b {
	display: table-cell;
	height: 100%;
	font-size: 108%;
	line-height: 140%;
	vertical-align: middle;
	text-align: left;
}
#toppageSearchAreaAlong div.subtitle b small,
#toppageSearchPriceSchool div.subtitle b small {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
#toppageSearchAreaAlong div.subtitle div.buttonContent,
#toppageSearchPriceSchool div.subtitle div.buttonContent {
	position: absolute;
	right: 0;
	top: 50%;
	width: 60px;
	margin: -20px 0 0;
}
#toppageSearchAreaAlong div.subtitle div.buttonContent a span,
#toppageSearchPriceSchool div.subtitle div.buttonContent a span {
	padding: 0 0 0 10px;
	font-size: 13px;
	line-height: 40px;
}
#toppageSearchAreaAlong div.subtitle div.buttonContent a:after,
#toppageSearchPriceSchool div.subtitle div.buttonContent a:after {
	left: 5px;
}
#toppageSearchAreaAlong {
	float: left;
	width: 50%;
}
div.tplSearchArea,
div.tplSearchAlong {
	float: left;
	width: 50%;
	padding: 0 20px 20px;
}
#toppageSearchPriceSchool {
	float: left;
	width: 50%;
	padding: 0 20px;
}
div.tplSearchPrice {
	padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
	#toppageSearchAreaAlong {
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}
	#toppageSearchPriceSchool {
		float: none;
		width: 100%;
		padding: 0 20px 20px;
	}
}
@media screen and (max-width: 768px) {
	#toppageSearchContent02 {
		padding: 0 10px 40px 0;
	}
	div.tplSearchArea {
		padding: 0 20px 40px 0;
	}
	div.tplSearchAlong {
		padding: 0 0 40px 20px;
	}
	#toppageSearchPriceSchool {
		padding: 0;
	}
	#toppageSearchAreaAlong div.subtitle div.buttonContent a span,
	#toppageSearchPriceSchool div.subtitle div.buttonContent a span {
		font-size: 11px;
	}
}
@media screen and (max-width: 480px) {
	#toppageSearchContent02 {
		padding: 0 0 10px;
	}
	#toppageSearchAreaAlong,
	#toppageSearchPriceSchool {
		padding: 0;
	}
	div.tplSearchArea,
	div.tplSearchAlong {
		float: none;
		width: 100%;
	}
	div.tplSearchArea,
	div.tplSearchAlong,
	div.tplSearchPrice,
	div.tplSearchSchool {
		padding: 0 10px 30px 0;
	}
}
/*　エリア・沿線から探す
----------------------------------------*/
#toppageSearchAreaAlong div.mainContent {
	overflow-y: auto;
	max-height: 400px;
	border: 1px solid #DDD;
}
#toppageSearchAreaAlong div.mainContent span {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 12px 0 12px 40px;
	font-size: 94%;
	line-height: 18px;
	border-top: 1px solid #DDD;
	background-color: #FFF;
}
#toppageSearchAreaAlong div.mainContent span:first-child {
	border-top: none;
}
#toppageSearchAreaAlong div.mainContent span:after {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	margin: -3px 0 0;
	border-radius: 1px;
	width: 6px;
	height: 6px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border-width: 2px;
	border-style: solid;
	border-left: none !important;
	border-bottom: none !important;
}
#toppageSearchAreaAlong div.mainContent span.open {
	font-weight: 700;
}
#toppageSearchAreaAlong div.mainContent span.open:after {
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
}
#toppageSearchAreaAlong div.mainContent ul {
	display: none;
}
#toppageSearchAreaAlong div.mainContent ul li span {
	padding: 12px 0 12px 70px;
}
#toppageSearchAreaAlong div.mainContent ul li span:before {
	left: 40px;
}
#toppageSearchAreaAlong div.mainContent ul li span:after {
	left: 48px;
}
#toppageSearchAreaAlong div.mainContent ul li span.open {
	color: auto;
}
div.tplSearchArea ul,
div.tplSearchAlong ul li ul {
	padding: 10px 10px 0 35px;
	background-color: #FFF;
}
div.tplSearchArea ul li,
div.tplSearchAlong ul li ul li {
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 16px;
}
div.tplSearchArea ul li a,
div.tplSearchAlong ul li ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
	line-height: 36px;
	text-decoration: none;
	font-weight: 500;
	background-color: #FFF;
	color: #000;
	border: 1px solid #AAA;
}
div.tplSearchArea ul li a:after,
div.tplSearchAlong ul li ul li a:after {
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	margin: -3px;
	border-radius: 1px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}
#toppageSearchAreaAlong div.mainContent ul li span:first-child {
	border-top: 1px solid #DDD;
}
@media screen and (max-width: 480px) {
	#toppageSearchAreaAlong div.mainContent {
		max-height: 200px;
	}
}
/*　価格から探す
----------------------------------------*/
div.tplSearchPrice div.mainContent {
	position: relative;
}
div.tplSearchPrice div.selectContent {
	position: absolute;
	right: 5px;
	top: -62px;
	width: 200px;
	font-size: 94%;
}
div.tplSearchPrice div.mainContent ul {
	margin: 0 0 0 -10px;
}
div.tplSearchPrice div.mainContent ul li {
	float: left;
	padding: 0 0 10px 10px;
}
div.tplSearchPrice div.mainContent ul li a {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 25px;
	font-size: 87%;
	line-height: 36px;
	text-decoration: none;
	background-color: #FFF;
	color: #000;
}
div.tplSearchPrice div.mainContent ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div.tplSearchPrice div.mainContent ul li a:after {
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	margin: -3px;
	border-radius: 1px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}
@media screen and (max-width: 480px) {
	div.tplSearchPrice div.selectContent {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;

	}
	div.tplSearchPrice div.mainContent ul {
		padding: 20px 0 0;
	}
	div.tplSearchPrice div.mainContent ul li a {
		padding: 0 12px 0 22px;
		font-size: 94%;
	}
}
/*　学校区から探す
----------------------------------------*/
div.tplSearchSchool {
	position: relative;
}
div.tplSearchSchool div.mainContent dl {
	float: left;
	width: 50%;
	padding: 0 0 10px;
}
div.tplSearchSchool div.mainContent dl dt {
	clear: left;
	float: left;
	width: 70px;
	font-size: 87%;
	line-height: 40px;
}
div.tplSearchSchool div.mainContent dl:nth-child(2) dt,
div.tplSearchSchool div.mainContent dl:nth-child(4) dt {
	text-align: center;
}
div.tplSearchSchool div.mainContent dl dd {
	margin: 0 0 0 70px;
	font-size: 87%;
}
div.tplSearchSchool div.mainContent div.buttonContent {
	clear: both;
	max-width: 110px;
	margin: 0 auto;
	padding: 10px 0 0;
}
div.tplSearchSchool div.mainContent div.buttonContent a span {
	font-size: 94%;
	line-height: 40px;
}
@media screen and (max-width:1100px) {
	div.tplSearchSchool div.mainContent dl {
		float: none;
		width: 100%;
	}
	div.tplSearchSchool div.mainContent dl:nth-child(2) dt,
	div.tplSearchSchool div.mainContent dl:nth-child(4) dt {
		text-align: left;
	}
	div.tplSearchSchool div.mainContent dl dd {
		font-size: 94%;
	}
}
/*　バナー
----------------------------------------*/
#toppageBanner {
	padding: 80px 0 30px;
}
#toppageBanner ul li {
	padding: 0 0 50px;
}
#toppageBanner ul li a {
	display: block;
	text-decoration: none;
}
#toppageBanner ul li img {
	width: 100%;
	height: auto;
}
/*　物件一覧
----------------------------------------*/
div.listContent {
	position: relative;
	padding: 50px 0 60px;
}
#listContentNew {
	background: #FFF;
}
div.tplListPriceDown {
	background: #F5F5F5;
}
div.tplListHouse,
#indexListOsusume {
	background: #F1ECE7;
}
div.listContent div.subtitle {
	position: relative;
}
div.listContent div.subtitle div.buttonContent,
div.tplBlog div.subtitle div.buttonContent {
	position: absolute;
	right: 0;
	top: 50%;
	width: 70px;
	height: 50px;
	margin: -25px 0 0;
}
div.listContent div.subtitle div.buttonContent a:after,
div.tplBlog div.subtitle div.buttonContent a:after {
	left: 5px;
}
div.listContent div.subtitle div.buttonContent a span,
	div.tplBlog div.subtitle div.buttonContent a span {
	font-size: 88%;
	line-height: 50px;
}
div.listContent .slider {
	/*display: none;*/
}
div.listContent .slider.slick-initialized {
	display: block;
}
div.listContent .slick-slide:not(.slick-center) {
	opacity: 1;
}
div.listContent .slick-next {
	right: 5px;
}
div.listContent .slick-prev {
	left: 5px;
}
div.listContentSlider {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	margin: 0 auto;
}
div.listContent dl {
	position: relative;
	margin: 0 20px 20px;
	padding: 15px 15px 0;
	line-height: 140%;
	background-color: #FFF;
	border: 1px solid #DDD;
}
div.listContent dl dt.clearfix {
	position: relative;
}
div.listContent dl dt span.over_img {
	position: relative;
	display: block;
}
div.listContent dl dt span.over_img:before {
	padding-top: 75%;
	display: block;
	content: "";
}
div.listContent dl dt span.over_img a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}
div.listContent dl dt span.over_img a span {
	position: relative;
	display: block;
	font-size: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
div.listContent dl dt span.over_img a span:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
div.listContent dl dt span.over_img a span > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline;
}
div.listContent dl dd {
	padding: 15px 0 0;
	font-size: 13px;
	line-height: 140%;
}
div.listContent dl dd div.icons {
	padding-bottom: 5px;
}
div.listContent dl dd div.icons ul li {
	position: relative;
	float: left;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 24px;
}
div.listContent dl dd div.icons ul li.fee {
	text-align: center;
	width: 100%;
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 24px;
}
div.listContent dl dd div.name {
	clear: both;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 120%;
	line-height: 140%;
}
div.listContent dl dd div.price {
	padding: 0 0 5px;
}
div.listContent dl dd div.price b {
	padding: 0 5px 0 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}
div.listContent dl dd div.outline {
	padding-bottom: 20px;
}
div.listContent dl dd div.outline ul li {
	font-size: 13px;
	line-height: 20px;
}
div.listContent dl dd div.outline b {
	display: block;
	padding: 0 0 5px;
	font-size: 108%;
	line-height: 140%;
}
div.listContent dl dd div.outline p {
	margin: 0;
	padding: 0 0 5px;
	line-height: 150%;
}
div.listContent dl dd div.buttonContent {
	margin: -10px 0 0;
	padding: 0 0 10px;
}
div.listContent dl dd div.buttonContent a {
	height: 40px;
	background: #9A8350;
	background: linear-gradient(0deg, rgba(154,131,80,1) 0%, rgba(193,166,108,1) 100%);
	/*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
}
div.listContent dl dd div.buttonContent a::before {
	display: block;
	border: 1px solid #9A8350;
}
div.listContent dl dd div.loan {
	margin: 0 -16px -1px;
	padding: 10px 5px;
	line-height: 140%;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	border-top: none;
}
div.listContent dl dd div.loan ul li b {
	padding: 0 5px;
	font-size: 127%;
	line-height: 140%;
	font-weight: 900;
}
div.listContentSlider div.buttonContent {
	padding: 0 20px;
}
div.listContentSlider div.buttonContent a {
	max-width: 700px;
	margin: 0 auto;
	height: 60px;
}
div.listContentSlider div.buttonContent a span {
	font-size: 108%;
	line-height: 150%;
}
div.listContent dl.level2 dd div.price b {
	padding: 0 1px 0 0;
}
div.listContent dl.level2 dd div.price span {
	padding: 0 2px 0 0;
}
div.listContent dl.level2 dd div.price span,
div.listContent dl.level2 dd div.price span small {
	display: inline-block;
	font-size: 22px;
	line-height: 26px;
}
div.listContent dl.level2 dd div.price span small {
	position: relative;
	color: #FFF;
	width: 14px;
	margin: 0 0 0 1px;
}
div.listContent dl.level2 dd div.price span small::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url("../../img/toppage/blur01.png") no-repeat 50% 50% / 100% 100%;*/
}
div.listContent dl.level2 dd div.outline ul li small,
div.listContent dl.level2 dd div.outline ul li span {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
}
div.listContent dl.level2 dd div.outline ul li span small {
	position: relative;
	color: #FFF;
	width: 10px;
	margin: 0 0 0 1px;
}
div.listContent dl.level2 dd div.outline ul li span small::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url("../../img/toppage/blur02.png") no-repeat 50% 50% / 100% 80%;*/
}
@media screen and (max-width: 768px) {
	div.listContent {
		padding: 40px 0 40px;
	}
	div.listContent div.subtitle div.buttonContent,
	div.tplBlog div.subtitle div.buttonContent {
		width: 60px;
		height: 40px;
		margin: -20px 0 0;
	}
	div.listContent div.subtitle div.buttonContent a span,
	div.tplBlog div.subtitle div.buttonContent a span {
		font-size: 94%;
		line-height: 40px;
	}
	div.listContentSlider div.buttonContent a {
		height: 50px;
	}
	div.listContentSlider div.buttonContent a span {
		font-size: 100%;
		line-height: 150%;
	}
	div.listContent dl dd div.icons ul li {
		margin: 0 3px 3px 0;
		font-size: 100%;
		line-height: 20px;
	}
	div.listContent dl dd div.icons ul li.fee {
		font-size: 100%;
		line-height: 20px;
	}
	div.listContent dl dd div.name {
		font-size: 120%;
		line-height: 140%;
	}
	div.listContent dl dd div.outline {
		padding-bottom: 15px;
	}
	div.listContent dl dd div.loan ul li b {
		font-size: 108%;
		line-height: 140%;
	}
}
@media screen and (max-width: 480px) {
	div.listContent div.slider {
		padding: 0 20px;
	}
	div.listContent dl {
		margin: 0 0 20px;
	}
	div.listContent dl dt {
		max-width: 200px;
		margin: 0 auto;
		padding: 0;
	}
	div.listContent dl dd {
		padding: 10px 0 0;
	}
}
@media screen and (max-width: 370px) {
	div.listContent div.slider div.slick-slide:nth-of-type(even) dl {
		border-left: 1px solid #DDD;
	}
}
/*　オープンハウス
----------------------------------------*/
#indexListOpenhouse::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #684D41;
	opacity: 0.8;
	z-index: 0;
}
div.tplListOpenHouse.listContent {
	background: url("../../img/toppage/openhouse.jpg") no-repeat 50% 50% / cover;
}
div.tplListOpenHouse.listContent div.subtitle b {
	font-size: 168%;
	line-height: 150%;
	color: #FFF;
}
div.tplListOpenHouse.listContent dl {
	position: relative;
}
div.tplListOpenHouse.listContent dl dt {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 200px;
}
div.tplListOpenHouse.listContent dl dd {
	padding: 0 0 0 240px;
}
div.tplListOpenHouse.listContent dl dd div.listContentMain {
	padding: 0 0 10px 0;
	min-height: 170px;
}
div.tplListOpenHouse.listContent dl.fee dd div.listContentMain {
	padding: 0 145px 10px 0;
}
div.tplListOpenHouse.listContent dl dd div.icons ul li.fee {
	width: auto;
	margin: 0 5px 5px 0;
}
div.tplListOpenHouse.listContent dl.fee dd div.listContentFee {
	position: absolute;
	right: 15px;
	top: 16px;
}
div.tplListOpenHouse.listContent dl dd div.listContentComment {
	margin: 0;
	padding: 0 0 10px;
	font-size: 13px;
}
div.tplListOpenHouse.listContent dl dd div.outline ul li {
	position: relative;
	display: inline-block;
	padding-right: 1.4em;
}
div.tplListOpenHouse.listContent dl dd div.outline ul li:before {
	content: "／";
	position: absolute;
	right: 0.2em;
	top: 0;
}
div.tplListOpenHouse.listContent dl dd div.outline ul li:last-child {
	padding-right: 0;
}
div.tplListOpenHouse.listContent dl dd div.outline ul li:last-child:before {
	display: none;
}
div.tplListOpenHouse.listContent dl dd div.loan {
	margin: 0 -15px 0 -255px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
div.tplListOpenHouse.listContent dl dd div.loan ul li {
	display: inline-block;
}
div.tplListOpenHouse.listContent dl dd div.loan ul li:first-child {
	position: relative;
	padding: 0 1.5em 0 0;
}
div.tplListOpenHouse.listContent dl dd div.loan ul li:first-child:before {
	content: "／";
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	div.tplListOpenHouse.listContent div.subtitle b {
		font-size: 120%;
		line-height: 150%;
	}
	div.tplListOpenHouse.listContent {
		background-image: url("../../img/toppage/openhouse_sp.jpg");
	}
	div.tplListOpenHouse.listContent dl dt {
		position: static;
		left: auto;
		top: auto;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	div.tplListOpenHouse.listContent dl dd {
		padding: 15px 0 0;
	}
	div.tplListOpenHouse.listContent dl dd div.listContentMain,
	div.tplListOpenHouse.listContent dl.fee dd div.listContentMain {
		padding: 0;
		min-height: 0;
	}
	div.tplListOpenHouse.listContent dl.fee dd div.listContentFee {
		position: static;
		right: auto;
		top: auto;
	}
	div.tplListOpenHouse.listContent dl dd div.outline ul li {
		display: block;
		padding-right: 0;
	}
	div.tplListOpenHouse.listContent dl dd div.outline ul li:before {
		display: none;
	}
	div.tplListOpenHouse.listContent dl dd div.listContentComment {
		margin: 0;
	}
	div.tplListOpenHouse.listContent dl dd div.loan {
		margin: 0 -15px;
	}
	div.tplListOpenHouse.listContent dl dd div.loan ul li {
		display: block;
	}
	div.tplListOpenHouse.listContent dl dd div.loan ul li:first-child {
		padding: 0;
	}
	div.tplListOpenHouse.listContent dl dd div.loan ul li:first-child:before {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	div.tplListOpenHouse.listContent dl dd div.icons ul li.fee {
		width: 100%;
		margin: 0 0 5px;
	}
}
/*　フリースペース
----------------------------------------*/
#toppage div.wpCustomPostContent {
	padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
	#toppage div.wpCustomPostContent {
		padding: 0 0 40px;
	}
}
/*　お客様の声
----------------------------------------*/
div.tplBlogVoices {
	position: relative;
	padding: 70px 0;
}
div.tplBlogVoices1 {
	background: url("../../img/toppage/voice.jpg") no-repeat 50% 50% / cover;
}
div.tplBlogVoices1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.9;
	background: #8D010C;
}
div.tplBlogVoices3 {
	background: #FFF;
}
div.tplBlogVoices .slider {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	z-index: 1;
}
div.tplBlogVoices dl.slick-slide {
	height: auto !important;
	display: none;
	float: left;
	padding: 0 20px;
	min-height: 1px;
}
div.tplBlogVoices .slick-next {
	right: 0;
}
div.tplBlogVoices .slick-prev {
	left: 0;
}
div.tplBlogVoices .slick-track {
	display: flex;
}
div.tplBlogVoices .slick-initialized .slick-slide {
	display: block;
}
div.tplBlogVoices dl dt {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #FFF;
}
div.tplBlogVoices dl dt:before {
	content: "";
	display: block;
	padding-top: 75%;
}
div.tplBlogVoices dl dt a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}
div.tplBlogVoices dl dt a span {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
div.tplBlogVoices dl dt img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.tplBlogVoices dl dt span:hover {
	transform: scale(1.1);
}
div.tplBlogVoices .slick-slide:not(.slick-center) {
	opacity: 1;
}
div.tplBlogVoices dl dd {
	padding: 20px 20px 30px;
	line-height: 140%;
	background: #FFF;
}
div.tplBlogVoices dl dd a {
	font-size: 88%;
	line-height: 140%;
	font-weight: 700;
}
div.tplBlogVoices dl dd p {
	margin: 0;
	padding: 10px 0 0;
	font-size: 88%;
	line-height: 160%;
}
div.tplBlogVoices div.buttonContent {
	max-width: 280px;
	margin: 0 auto;
	padding: 60px 0 0;
}
div.tplBlogVoices.tplBlogVoices1 div.subtitle b {
	color: #FFF;
}
div.tplBlogVoices.tplBlogVoices1 div.buttonContent a::before {
	display: block;
	border: 2px solid #FFF;
}
div.tplBlogVoices.tplBlogVoices1 div.buttonContent a::after {
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
}
div.tplBlogVoices.tplBlogVoices2 {
	background: #F1F1F1;
}
#toppage div.tplBlogVoices .slick-prev {
	left: -30px;
}
#toppage div.tplBlogVoices .slick-next {
	right: -30px;
}
@media screen and (min-width: 1140px) {
	div.tplBlogVoices dl.slick-slide {
		width: 380px;
	}
}
@media screen and (max-width: 1139px) {
	div.tplBlogVoices dl.slick-slide {
		width: auto;
	}
	#toppage div.tplBlogVoices .slick-prev {
		left: 0;
	}
	#toppage div.tplBlogVoices .slick-next {
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	div.tplBlogVoices {
		padding: 50px 0;
	}
	div.tplBlogVoices1 {
		/*background-image: url("../../img/toppage/voice_sp.jpg");*/
	}
	div.tplBlogVoices div.buttonContent {
		padding: 50px 0 0;
	}
}
/*　最新物件
----------------------------------------*/
#toppageLatest {
	padding: 60px 0;
}
#toppageLatest div.subtitle b {
	float: left;
	display: table;
	margin: 0 20px 0 0;
}
#toppageLatest div.subtitle div.buttonContent {
	display: table;
	clear: none;
	width: auto;
}
#toppageLatest div.subtitle div.buttonContent ul {
	display: table;
	margin: 0 -5px;
}
#toppageLatest div.subtitle div.buttonContent ul li {
	width: auto;
	display: table-cell;
	padding: 0 5px;
}
#toppageLatest div.subtitle div.buttonContent ul li a {
	display: table;
	width: 100%;
	height: 40px;
}
#toppageLatest div.subtitle div.buttonContent ul li a span {
	display: table-cell;
	padding: 0 15px 0 25px;
	font-size: 88%;
	line-height: 140%;
	vertical-align: middle;
}
#toppageLatest table {
	width: 100%;
}
#toppageLatest table td {
	padding: 7px 20px 7px 0;
	font-size: 88%;
	line-height: 140%;
}
#toppageLatest table tr td:nth-child(1),
#toppageLatest table tr td:nth-child(2),
#toppageLatest table tr td:nth-child(3),
#toppageLatest table tr td:nth-child(5),
#toppageLatest table tr td:nth-child(6) {
	white-space: nowrap;
}
#toppageLatest table tr td:last-child {
	padding-right: 0;
}
@media screen and (max-width: 768px) {
	#toppageLatest {
		padding: 40px 0;
	}
	#toppageLatest div.subtitle b {
		float: none;
		display: block;
		margin: 0 0 20px;
		text-align: center;
	}
	#toppageLatest div.subtitle div.buttonContent {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	#toppageLatest div.subtitle div.buttonContent ul {
		width: 100%;
		margin: 0;
	}
	#toppageLatest div.subtitle div.buttonContent ul li {
		width: 50%;
	}
	#toppageLatest div.subtitle div.buttonContent ul li:first-child {
		padding: 0 5px 0 0;
	}
	#toppageLatest div.subtitle div.buttonContent ul li:last-child {
		padding: 0 0 0 5px;
	}
	#toppageLatest div.subtitle div.buttonContent ul li a span {
		padding: 0 0 0 10px;
		letter-spacing: 0;
		font-size: 80%;
	}
	#toppageLatest div.tplLatest div.clearfix {
		height: 300px;
		overflow-y: scroll;
	}
	#toppageLatest table {
		display: block;
		width: auto;
	}
	#toppageLatest table td {
		display: block;
		padding: 0 0 5px;
		font-size: 88%;
		line-height: 140%;
	}
	#toppageLatest table tr td:last-child {
		padding-bottom: 20px;
	}
	#toppageLatest table tr td:nth-child(1),
	#toppageLatest table tr td:nth-child(2),
	#toppageLatest table tr td:nth-child(3),
	#toppageLatest table tr td:nth-child(5),
	#toppageLatest table tr td:nth-child(6) {
		white-space: normal;
	}
}
/*　最新の物件情報・ニュース・ブログ
----------------------------------------*/
#toppageNewsBlog {
	padding: 60px 0 0;
}
#toppageNewsBlog div.subtitle,
div.newsContent div.subtitle,
div.tplDailyUpdate div.subtitle {
	margin: 0 0 30px;
	text-align: left;
}
#toppageNewsBlog div.subtitle b,
div.newsContent div.subtitle b,
div.tplDailyUpdate div.subtitle b {
	font-size: 134%;
	line-height: 140%;
}
div.tplDailyUpdate div.subtitle b small {
	font-size: 80%;
}
div.newsContent {
	padding: 0 0 20px;
}
div.newsContent dl {
	font-size: 94%;
	line-height: 140%;
}
div.newsContent dl dt {
	padding: 0 0 3px;
}
div.newsContent dl dd {
	padding: 0 0 25px;
}
div.newsContent div.buttonContent {
	max-width: 460px;
	margin: 0 auto;
}
div.newsContent div.buttonContent ul {
	margin: 0 0 0 -10px;
	padding: 10px 0 0;
}
div.newsContent div.buttonContent ul li {
	width: 50%;
	padding: 0 0 0 10px;
}
div.newsContent div.buttonContent ul li a {
	display: table;
	padding: 0 10px 0 15px;
	width: 100%;
	height: 40px;
}
div.newsContent div.buttonContent ul li a span {
	display: table-cell;
	font-size: 87%;
	line-height: 130%;
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
	vertical-align: middle;
}
@media screen and (max-width: 900px) {
	div.newsContent div.buttonContent ul li a span br {
		display: inline;
	}
	div.newsContent div.buttonContent ul li a {
		height: 50px;
	}
}
@media screen and (max-width: 768px) {
	#toppageNewsBlog {
		padding: 40px 0 0;
	}
	#toppageNewsBlog div.subtitle,
	div.newsContent div.subtitle,
	div.tplDailyUpdate div.subtitle {
		text-align: center;
	}
	#toppageNewsBlog div.subtitle b,
	div.newsContent div.subtitle b,
	div.tplDailyUpdate div.subtitle b {
		font-size: 114%;
		line-height: 140%;
	}
}
@media screen and (max-width: 480px) {
	#toppageLatestDailyUpdate div.col-1-2,
	#toppageNewsBlog div.col-1-2 {
		margin-bottom: 0;
	}
	div.tplLatest.newsContent {
		padding: 0 0 40px;
	}
	div.newsContent div.buttonContent {
		max-width: 400px;
	}
}
/*　物件更新情報
----------------------------------------*/
#indexUpdate {
	padding: 0 0 60px;
}
#indexUpdate div.col-1-2 {
	float: none;
	margin: 0;
	padding: 0 20px;
	width: auto;
	max-width: none;
	min-width: 0;	
}
#indexUpdate div.subtitle b {
	text-align: center;
}
@media screen and (min-width: 1141px) {
	/*#indexUpdate div.col-1-2 {
		float: none;
		margin: 0;
		padding: 0 60px;
		width: auto;
		max-width: none;
		min-width: 0;
	}*/
	#toppageUpdateMain {
		position: relative;
		display: table;
		width: 100%;
		border: 1px solid #DDD;
		border-top: none;
		background-color: #FFF;
		border-left: none;
	}
	div.tplDailyUpdate ul {
		display: table-cell;
		width: 12.5%;
		vertical-align: top;
	}
	div.tplDailyUpdate ul li {
		display: table;
		width: 100%;
		height: 50px;
		font-size: 74%;
		line-height: 140%;
		font-weight: 500;
		text-align: center;
		border-left: 1px solid #DDD;
		border-top: 1px solid #DDD;
	}
	div.tplDailyUpdate ul li span {
		display: table-cell;
		padding: 0 5px;
		vertical-align: middle;
	}
	div.tplDailyUpdate ul li:first-child {
		font-size: 88%;
		height: 40px;
		background-color: #30333C;
		color: #FFF;
	}
	div.tplDailyUpdate ul.head li {
		font-size: 80%;
		line-height: 140%;
	}
	div.tplDailyUpdate ul.main li b {
		padding: 0 2px 0 0;
		font-size: 140%;
	}
}
@media screen and (max-width: 1140px) {
	#toppageUpdateMain ul {
		display: table;
		width: 100%;
		background: #FFF;
	}
	#toppageUpdateMain ul li {
		display: table-cell;
		vertical-align: middle;
		width: 39%;
		padding: 10px 0;
		text-align: center;
		font-size: 94%;
		line-height: 140%;
	}
	#toppageUpdateMain ul li.date {
		width: 22%;
	}
	#toppageUpdateMain ul.head {
		background-color: #F1F1F1;
		border-top: 1px solid #DDD;
	}
	#toppageUpdateMain ul.head li {
		position: relative;
		padding: 5px 0;
		font-size: 88%;
		line-height: 140%;
		letter-spacing: 1px;
	}
	#toppageUpdateMain ul.head li small {
		display: block;
		font-size: 11px;
		line-height: 140%;
		letter-spacing: 0;
	}
	#toppageUpdateMain ul:nth-of-type(2) li {
		border: none;
	}
	#toppageUpdateMain ul.main li {
		border-top: 1px solid #DDD;
		font-size: 88%;
		line-height: 140%;
	}
	#toppageUpdateMain ul.main li b {
		font-size: 114%;
		padding: 0 2px 0 0;
	}
	#toppageUpdateMain ul.main li span {
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {
	#indexUpdate {
		padding: 0 0 40px;
	}
	#indexUpdate div.col-1-2 {
		padding: 0 10px 0 0;
	}
	#indexUpdate div.subtitle b {
		text-align: left;
	}
	div.tplDailyUpdate b.subtitle small {
		font-size: 88%;
	}
	#toppageUpdateMain ul.head li small {
		font-size: 10px;
	}
}
/*　Wordpress
----------------------------------------*/
#toppageWp p {
	display: block;
	margin: 1em 0;
}
#toppageWp strong {
	font-weight: bold;
}
#toppageWp em {
	font-style: italic;
}
#toppageWp blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
/* img */
#toppageWp .aligncenter {
	display: block;
	margin: 0 auto;
}
#toppageWp .alignright {
	float: right;
	margin: 0 0 10px 20px;
}
#toppageWp .alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
#toppageWp img[class*="wp-image-"],
#toppageWp img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/*　売却時の仲介手数料
----------------------------------------*/
#toppageFee {
	padding: 60px 0 100px;
}
#toppageFee div.feeContent {
	padding: 0 0 60px;
}
#toppageFeeTop p.textCenter {
	text-align: center;
	line-height: 180%;
}
#toppageFee01 {
	padding: 0 0 80px;
}
#toppageFee01Main div.feeBuy,
#toppageFee01Main div.feeSell {
	background: #FFF;
}
#toppageFee01Main div.feeBuy {
	margin: 0 0 40px;
}
#toppageFee01 div.title {
	position: relative;
	display: flex;
	align-items: center;
	padding: 40px;
}
#toppageFee01 div.title div.left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
#toppageFee01 div.title div.left p {
	margin: 0;
	text-align: center;
	font-weight: 700;
	line-height: 150%;
}
#toppageFee01 div.title div.left p span {
	font-size: 114%;
	line-height: 150%;
}
#toppageFee01 div.title div.left p b {
	font-size: 160%;
	line-height: 150%;
}
#toppageFee01 div.title div.right {
	flex: 1;
	align-self: center;
	padding: 0 0 0 20px;
	line-height: 150%;
}
#toppageFee01 div.title div.right span {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 0 2px;
}
#toppageFee01 div.title div.right span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
}
#toppageFee01 div.title div.right span small {
	display: inline-block;
	font-size: 134%;
	line-height: 150%;
	font-weight: 700;
}
#toppageFee01 div.title div.right span b {
	display: inline-block;
	font-size: 180%;
	line-height: 150%;
	font-weight: 700;
}
#toppageFee01 div.title div.right p {
	margin: 0;
	line-height: 180%;
}
#toppageFee01 div.title div.right p.m0 {
	font-weight: 700;
	text-decoration: underline;
}
#toppageFee01 div.plan {
	display: flex;
	align-items: stretch;
	padding: 0 30px 10px;
}
#toppageFee01 div.plan div.plan50,
#toppageFee01 div.plan div.plan30 {
	flex: 1;
	padding: 0 10px;
	display: flex;
	align-items: stretch;
}
#toppageFee01 div.plan dl {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: stretch;
	position: relative;
	background: #F1F1F1;
}
#toppageFee01 div.plan dl dt {
	display: flex;
	height: 60px;
	padding: 0 5px;
	justify-content: center;
	align-items: center;
}
#toppageFee01 div.plan dl dt p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	margin: 0;
	flex-grow: 1;
}
#toppageFee01 div.plan dl dt span {
	font-size: 100%;
	font-weight: 700;
}
#toppageFee01 div.plan dl dt b {
	font-size: 140%;
	font-weight: 700;
}
#toppageFee01 div.plan dl dt small {
	padding: 0 0 0 5px;
	font-size: 88%;
	font-weight: 500;
}
#toppageFee01 div.plan dl dd {
	display: flex;
	padding: 20px;
	flex: 1;
	justify-content: space-between;
	flex-direction: column;
}
#toppageFee01 div.plan dl dd p {
	margin: 0;
	padding:  0 0 20px;
	font-size: 94%;
	line-height: 180%;
	text-align: center;
}
#toppageFee01 div.plan dl dd table {
	width: 100%;
	height: 300px;
	line-height: 160%;
}
#toppageFee01 div.plan dl dd table th {
	padding: 5px;
	width: 35%;
	font-size: 80%;
	line-height: 160%;
	border: 1px solid #DDD;
	background: #F5F5F5;
	font-weight: normal;
}
#toppageFee01 div.plan dl dd table td {
	padding: 5px;
	text-align: center;
	font-size: 88%;
	line-height: 220%;
	border: 1px solid #DDD;
}
#toppageFee01 div.plan dl dd table td span {
	display: inline-block;
	font-size: 134%;
	font-weight: 900;
}
#toppageFee01 div.plan dl dd table td span b {
	padding: 0 0 0 5px;
	font-size: 120%;
}
#toppageFee01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 30px 10px;
	line-height: 150%;
}
#toppageFee01 ul li {
	padding: 0 10px;
	font-size: 80%;
	line-height: 150%;
}
@media screen and (max-width: 768px) {
	#toppageFee {
		padding: 50px 0;
	}
	#toppageFee div.feeContent {
		padding: 0 0 40px;
	}
	#toppageFee01 {
		padding: 0 0 40px;
	}
	#toppageFee01 div.title {
		display: block;
		padding: 0;
	}
	#toppageFee01 div.title div.left {
		width: auto;
		height: auto;
		border-radius: 0;
	}
	#toppageFee01 div.title div.left p {
		padding: 7px 5px;
	}
	#toppageFee01 div.title div.left p span {
		font-size: 107%;
		line-height: 150%;
	}
	#toppageFee01 div.title div.left p b {
		font-size: 134%;
		line-height: 150%;
	}
	#toppageFee01 div.title div.left p br {
		display: none;
	}
	#toppageFee01 div.title div.right {
		padding: 20px;
		line-height: 150%;
	}
	#toppageFee01 div.title div.right span {
		display: block;
		padding: 0 0 20px;
		text-align: center;
	}
	#toppageFee01 div.title div.right span small {
		display: block;
		font-size: 108%;
		line-height: 150%;
	}
	#toppageFee01 div.title div.right span b {
		display: block;
		font-size: 140%;
		line-height: 150%;
	}
	#toppageFee01 div.plan {
		display: block;
		padding: 0 20px;
	}
	#toppageFee01 div.plan div.plan50,
	#toppageFee01 div.plan div.plan30 {
		padding: 0 0 20px;
		display: block;
	}
	#toppageFee01 div.plan dl {
		display: block;
		width: auto;
	}
	#toppageFee01 div.plan dl dt {
		display: flex;
		height: auto;
		padding: 5px;
		text-align: center;
		line-height: 150%;
	}
	#toppageFee01 div.plan dl dt span {
		width: 100%;
		font-size: 94%;
	}
	#toppageFee01 div.plan dl dt b {
		font-size: 120%;
	}
	#toppageFee01 div.plan dl dt small {
		font-size: 80%;
	}
	#toppageFee01 div.plan dl dd {
		padding: 0;
	}
	#toppageFee01 div.plan dl dd p {
		padding: 20px;
		text-align: left;
	}
	#toppageFee01 div.plan dl dd p br {
		display: none;
	}
	#toppageFee01 div.plan dl dd table {
		height: auto;
	}
	#toppageFee01 div.plan dl dd table th {
		display: table-cell;
	}
	#toppageFee01 div.plan dl dd table th br {
		display: inline;
	}
	#toppageFee01 div.plan dl dd table td {
		display: table-cell;
		width: auto;
	}
	#toppageFee01 div.plan dl dd table td span {
		font-size: 120%;
	}
	#toppageFee01 div.plan dl dd table td span b {
		font-size: 114%;
	}
	#toppageFee01 ul {
		display: block;
		padding: 0 0 20px;
	}
}
/*　仲介手数料
----------------------------------------*/
#toppageFee02 {
	padding: 0 0 40px;
}
#toppageFee02 div.template01 div.text div {
	max-width: 530px;
	padding: 0 20px 0 0;
}
#toppageFee03 {
	padding: 0;
}
#toppageFee03 div.feeBuy,
#toppageFee03 div.feeSell {
	background: #FFF;
}
#toppageFee03 div.feeBuy {
	margin: 0 0 40px;
}
#toppageFee03 dl dt.clearfix {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 114%;
	line-height: 150%;
}
#toppageFee03 dl dt.clearfix p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0;
}
#toppageFee03 dl dt.clearfix span {
	padding: 0 20px 0 40px;
	flex: 1;
	font-size: 114%;
	line-height: 150%;
	font-weight: 700;
}
#toppageFee03 dl dd.clearfix {
	padding: 20px 40px 0;
}
#toppageFee03 table {
	width: 100%;
	font-size: 87%;
	line-height: 160%;
	border-left: 1px solid #CCC;
	background-color: #FFF;
}
#toppageFee03 table .col01 {
	width: 22%;
}
#toppageFee03 table .col02 {
	width: 36%;
}
#toppageFee03 table .col03 {
	width: 42%;
}
#toppageFee03 table th {
	padding: 10px;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
}
#toppageFee03 table td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
}
#toppageFee03 table thead td {
	border: none;
	border-right: 1px solid #CCC;
	background-color: #777;
	color: #FFF;
}
#toppageFee03 table thead td.bold {
	font-weight: 700;
	font-size: 114%;
}
#toppageFee03 table tbody td.bold {
	font-weight: 700;
}
#toppageFee03 table td b {
	padding: 0 5px 0 0;
	font-size: 128%;
	font-weight: 900;
}
#toppageFee03 div.result {
	position: relative;
	text-align: center;
	padding: 90px 0 40px;
}
#toppageFee03 div.result:before {
	width: 100px;
	height: 40px;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E15F33));
	background-image: -webkit-linear-gradient(#FFF, #E15F33);
	background-image: linear-gradient(#FFF, #E15F33);
}
#toppageFee03 div.feeSell div.result:before {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#72A439));
	background-image: -webkit-linear-gradient(#FFF, #72A439);
	background-image: linear-gradient(#FFF, #72A439);
}
#toppageFee03 div.result:after {
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -70px;
	border-top: 35px solid #E15F33;
}
#toppageFee03 div.feeSell div.result:after {
	border-top: 35px solid #72A439;
}
#toppageFee03 div.result dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	font-weight: 500;
	line-height: 200%;
}
#toppageFee03 div.result dt {
	font-size: 108%;
}
#toppageFee03 div.result dl dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
#toppageFee03 div.result dd small {
	padding: 0 3px;
	font-size: 140%;
	font-weight: 700;
}
#toppageFee03 div.result dl dd b {
	font-size: 140%;
	font-weight: 700;
}
#toppageFee03 div.result dd span {
	font-size: 108%;
}
@media screen and (max-width: 768px) {
	#toppageFee02 {
		padding: 0;
	}
	#toppageFee02 div.template01 div.text div {
		max-width: none;
		padding: 0 20px;
	}
	#toppageFee03 {
		padding: 0;
	}
	#toppageFee03 dl dt.clearfix {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 114%;
		line-height: 150%;
	}
	#toppageFee03 dl dt.clearfix p {
		width: 80px;
		height: 80px;
		margin: 0;
	}
	#toppageFee03 dl dt.clearfix span {
		padding: 0 10px 0 20px;
		font-size: 100%;
		line-height: 150%;
	}
	#toppageFee03 dl dt.clearfix span small {
		display: block;
	}
	#toppageFee03 dl dd.clearfix {
		padding: 20px 20px 0;
	}
	#toppageFee03 div.result dt {
		font-size: 100%;
	}
	#toppageFee03 div.result dd small {
		font-size: 134%;
	}
	#toppageFee03 div.result dl dd b {
		font-size: 134%;
	}
	#toppageFee03 div.result dd span {
		font-size: 100%;
	}
}
/*　会社概要
----------------------------------------*/
#toppageCompany {
	position: relative;
	padding: 400px 0 0;
	background: #F1F1F1;
	overflow: hidden;
}
#toppageCompany::before,
#toppageCompany::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 500px;
}
#toppageCompany::before {
	left: 0;
	background: url("../../img/toppage/company01.jpg") no-repeat 50% 65% / cover;
}
#toppageCompany::after {
	right: 0;
	background: url("../../img/toppage/company02.jpg") no-repeat 50% 65% / cover;
}
#toppageCompany #toppageCompanyMain {
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 1;
}
#toppageCompany div.main {
	position: relative;
	max-width: 800px;
	width: 100%;
}
#toppageCompany div.main::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 50vw;
	height: 100%;
	background: #FFF;
	z-index: 0;
}
#toppageCompany div.text {
	position: relative;
	padding: 60px 0 60px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	z-index: 1;
}
#toppageCompany div.left {
	display: flex;
	justify-content: flex-end;
	flex: 1;
}
#toppageCompany table {
	max-width: 460px;
	width: 100%;
}
#toppageCompany table th {
	width: 7em;
	padding: 7px 0;
	font-size: 94%;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
}
#toppageCompany table td {
	padding: 7px 0;
	font-size: 94%;
	line-height: 150%;
}
#toppageCompany div.right {
	width: 240px;
}
#toppageCompany div.buttonContent {
	width: 100%;
	margin: 0;
	padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
	#toppageCompany {
		padding: 360px 0 0;
	}
	#toppageCompany::before {
		width: 100%;
		height: 400px;
	}
	#toppageCompany::after {
		display: none;
	}
	#toppageCompany #toppageCompanyMain {
		display: block;
	}
	#toppageCompany div.main {
		position: relative;
		max-width: 800px;
		width: 100%;
	}
	#toppageCompany div.main::before {
		display: none;
	}
	#toppageCompany div.text {
		margin: 0 -20px 0 0;
		padding: 40px 20px;
		display: block;
	}
	#toppageCompany div.left {
		display: block;
	}
	#toppageCompany table {
		margin: 0 auto 40px;
	}
	#toppageCompany table th {
		width: 6em;
		font-size: 88%;
		line-height: 150%;
	}
	#toppageCompany table td {
		font-size: 88%;
		line-height: 150%;
	}
	#toppageCompany div.right {
		width: auto;
	}
	#toppageCompany div.buttonContent {
		max-width: 220px;
		margin: 0 auto;
		padding: 0;
	}
}
/*　マンション一覧
----------------------------------------*/
div.tplListMansionCatalog {
	padding: 80px 0 60px;
	background: #F1F1F1;
}
div.tplListMansionCatalog dl dt {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
}
div.tplListMansionCatalog dl dt b {
	flex: 1;
	font-size: 120%;
	line-height: 140%;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;
}
div.tplListMansionCatalog dl dt span {
}
div.tplListMansionCatalog dl dt a {
	position: relative;
	display: table;
	height: 40px;
	margin: 0 0 0 auto;
	text-decoration: none;
}
div.tplListMansionCatalog dl dt a small {
	display: table-cell;
	padding: 0 15px 0 25px;
	font-size: 13px;
	line-height: 140%;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
div.tplListMansionCatalog dl dt a::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -3px 0 0;
	border-radius: 1px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}
div.tplListMansionCatalog dl dd {
	padding: 0 0 30px;
}
div.tplListMansionCatalog dl dd ul li {
	float: left;
	padding: 0 10px 10px 0;
}
div.tplListMansionCatalog dl dd ul li a {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 25px;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}
div.tplListMansionCatalog dl dd ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div.tplListMansionCatalog dl dd ul li a::after {
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	margin: -3px;
	border-radius: 1px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}
@media screen and (max-width: 768px) {
	div.tplListMansionCatalog {
		padding: 50px 0 40px;
	}
	div.tplListMansionCatalog dl dt {
		margin: 0 0 10px;
	}
	div.tplListMansionCatalog dl dt b {
		display: none;
	}
	div.tplListMansionCatalog dl dt span {
		font-size: 100%;
		width: 100%;
	}
	div.tplListMansionCatalog dl dt span a {
		width: 100%;
		margin: 0;
	}
	div.tplListMansionCatalog dl dd {
		display: none;
	}
}
/*　物件一覧
----------------------------------------*/
#indexBlogCompany div.subtitle,
#index div.indexList div.subtitle {
	position: relative;
}
#indexNewsBlog div.subtitle b,
#index div.indexList div.subtitle b {
	padding-right: 100px;
}
#indexSearchContent b.subtitle span.button {
	position: absolute;
	right: 0;
}
#indexNewsBlog div.subtitle div.button,
#index div.indexList div.subtitle div.button {
	position: absolute;
	right: 0;
}
#indexNewsBlog div.subtitle div.button,
#index div.indexList div.subtitle div.button {
	top: 50%;
	width: 80px;
	margin: -20px 0 0;
}
#indexSearchContent b.subtitle span.button a,
#indexNewsBlog div.subtitle div.button a,
#index div.indexList div.subtitle div.button a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 10px;
	overflow: hidden;
	height: 100%;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 40px;
	text-align: center;
	background: #111E84;
	color: #FFF;
}
#indexSearchContent b.subtitle span.button a:after,
#indexNewsBlog div.subtitle div.button a:after,
#index div.indexList div.subtitle div.button a:after {
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
}
#indexSearchContent b.subtitle span.button a:before,
#indexNewsBlog div.subtitle div.button a:before,
#index div.indexList div.subtitle div.button a:before {
	display: none;
}

/**
 追記
 */
.text-bold {
	font-weight: bold;
}