/**
/* トップページ CSS
----------------------------------------------- */
/*　　スライダー　　*/
.global-header .header-view{
	position: relative;
	margin-top: 60px;
	line-height: 0;
}
.global-header .header-view-bgImg{
	max-height: 100vh;
	line-height: 0;
	overflow: hidden;
}
.global-header .header-view .view-box{
	position: absolute;
	bottom: 40px;
	right: 15%;
	color: #ffffff;
}
.global-header .header-view .view-box h1{
	font-size: 70px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #00000080;
	line-height: 1.2;
}
@media only screen and (max-width: 735px) {
	.global-header .header-view{
		margin-top: 53px;
	}
	.global-header .header-view-bgImg{
		max-height: 420px;
	}
	.global-header .header-view .view-box{
		width: 70%;
		bottom: 5%;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
	}
	.global-header .header-view .view-box h1{
		font-size: 7vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.global-header .header-view{
		margin-top: 53px;
	}
	.global-header .header-view-bgImg{
		max-height: 420px;
	}
	.global-header .header-view .view-box{
		bottom: 20px;
		right: 15%;
	}
	.global-header .header-view .view-box h1{
		font-size: 46px;
	}
}
/**
/* イエステートからのお知らせ CSS
----------------------------------------------- */
.bg-news-color {
	background-color: #f5f8f8;
}

/**
/* おすすめの住宅 CSS
----------------------------------------------- */
.recommend-guide .housing-grid{
	margin-bottom: 60px;
}
.recommend-guide .housing-grid .housing-items{
	width: 32%;
	border: 1px solid #707070;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 2% 20px 0;
}
.recommend-guide .housing-grid .housing-items:nth-child(3n){
	margin: 0 0 20px 0;
}
.recommend-guide .housing-items .imgArea img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.recommend-guide .housing-items .contentArea{
	padding: 10px;
}
.recommend-guide .housing-items .contentArea .logo{
	text-align: center;
}
.recommend-guide .housing-items .contentArea table th{
	width: 100px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
.recommend-guide .housing-items .contentArea table td{
	font-size: 16px;
}
.recommend-guide .housing-grid .p-text{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.recommend-guide .housing-grid .block_btn{
	margin: 15px 0;
}
.recommend-guide .housing-grid .block_btn .btn{
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
}
.recommend-guide .housing-grid .block_btn .btn:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media only screen and (max-width: 735px) {
	.recommend-guide .housing-grid{
		margin-bottom: 8%;
	}
	.recommend-guide .housing-grid .housing-list{
		margin-bottom: 40px;
	}
	.recommend-guide .housing-grid .slick-slide{
		margin: 0 10px;
	}
	.recommend-guide .housing-grid .housing-items{
		width: 100%;
		margin: 0;
	}
	.recommend-guide .housing-grid .housing-items:nth-child(3n){
		margin: 0;
	}
	.recommend-guide .housing-items .contentArea{
		padding: 3%;
	}
	.recommend-guide .housing-items .contentArea table th{
		width: 40%;
		font-size: 3.6vw;
	}
	.recommend-guide .housing-items .contentArea table td{
		font-size: 3.6vw;
	}
	.recommend-guide .housing-grid .p-text{
		font-size: 3.6vw;
	}
	.recommend-guide .housing-grid .block_btn{
		margin: 3% 0 5% 0;
	}
	.recommend-guide .housing-grid .block_btn .btn{
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: .9em;
	}
	.recommend-guide .housing-grid .block_btn .btn:after{
		right: 20px;
		width: 8px;
		height: 8px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.recommend-guide .housing-grid{
		margin-bottom: 40px;
	}
	.recommend-guide .housing-grid .housing-items{
		width: 24%;
		margin: 0 1% 10px 0;
	}
	.recommend-guide .housing-grid .housing-items:nth-child(3n){
		margin: 0 1% 10px 0;
	}
	.recommend-guide .housing-grid .housing-items:nth-child(4n){
		margin: 0 0 10px 0;
	}
	.recommend-guide .housing-items .contentArea{
		padding: 10px;
	}
	.recommend-guide .housing-items .contentArea table th{
		width: 80px;
		font-size: 14px;
	}
	.recommend-guide .housing-items .contentArea table td{
		font-size: 14px;
	}
	.recommend-guide .housing-grid .block_btn{
		margin: 10px 0 15px 0;
	}
	.recommend-guide .housing-grid .block_btn .btn:after{
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}
/**
/* おすすめの土地 CSS
----------------------------------------------- */
.recommend-guide .land-grid .list-l,
.recommend-guide .land-grid .list-r{
	width: 48%;
}
.recommend-guide .land-grid .land-items{
	box-shadow: 0px 0px 6px #00000033;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.recommend-guide .land-grid .land-items:last-child{
	margin-bottom: 0;
}
.recommend-guide .land-grid .land-items a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.recommend-guide .land-grid .land-items .contentArea,
.recommend-guide .land-grid .land-items .imgArea{
	width: 50%;
}
.recommend-guide .land-grid .land-items .h3_ttl{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 735px) {
	.recommend-guide .land-grid{
		margin-bottom: 8%;
	}
	.recommend-guide .land-grid .list-l{
		width: 100%;
		margin-bottom: 5%;
	}
	.recommend-guide .land-grid .list-r{
		width: 100%;
	}
	.recommend-guide .land-grid .land-items{
		margin-bottom: 3%;
	}
	.recommend-guide .land-grid .land-items .h3_ttl{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.recommend-guide .land-grid{
		margin-bottom: 40px;
	}
	.recommend-guide .land-grid .land-items{
		margin-bottom: 20px;
	}
	.recommend-guide .land-grid .land-items .h3_ttl{
		font-size: 14px;
	}
}
/**
/* イエステートで、できること… CSS
----------------------------------------------- */
.about-guide{
	background: #F7F7F7;
	padding: 60px 0;
}
.about-guide .h2_ttl{
	color: #087F83;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 735px) {
	.about-guide{
		padding: 8% 0;
	}
	.about-guide .h2_ttl{
		font-size: 4.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px) {

	.about-guide{
		padding: 40px 0;
	}
	.about-guide .h2_ttl{
		font-size: 20px;
	}
}
/**
/* トップ画面 日本地図、ココプレ CSS
----------------------------------------------- */
/* TODO 2024/07/26 未使用CSS */

/* .sub-guide {
	padding: 10px;
}
.sub-guide .sub-bar {
	height: 800px;
}
.top-japan-map {
	float: left;
	width: 50%;
	height: 98%;
}
.top-kokopre {
	float: left;
	width: 50%; 
	height: 98%;
} */
/* 2021/08/25 S.T モック向けの表示のため。実際は画像ではなくコンテンツを入れるだろう。 */
/* .top-japan-map img {
	width: 100%;
	height: 100%;
}
.top-kokopre img {
	width: 100%;
	height: 100%;
} */

/**
/* おすすめ特集/キャンペーン・お知らせ CSS
----------------------------------------------- */
/* TODO 2024/07/26 未使用CSS */

.notice-guide{
	padding: 60px 0;
}
.notice-guide .feature-grid{
	margin-bottom: 20px;
}
.notice-guide .notice-list .notice-items{
	width: 32%;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 2% 20px 0;
}
.notice-guide .notice-list .notice-items:nth-child(3n){
	margin: 0 0 20px 0;
}
.notice-guide .notice-list .notice-items a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.notice-guide .notice-list .notice-items .contentArea,
.notice-guide .notice-list .notice-items .imgArea{
	width: 50%;
}
@media only screen and (max-width: 735px) {
	.notice-guide{
		padding: 8% 0;
	}
	.notice-guide .feature-grid{
		margin-bottom: 5%;
	}
	.notice-guide .notice-list{
		display: block;
	}
	.notice-guide .notice-list .notice-items{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.notice-guide .notice-list .notice-items:nth-child(3n){
		margin: 0 0 3% 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.notice-guide{
		padding: 40px 0;
	}
	.notice-guide .feature-grid{
		margin-bottom: 20px;
	}
	.notice-guide .notice-list .notice-items{
		width: 48%;
		margin: 0 2% 10px 0;
	}
	.notice-guide .notice-list .notice-items:nth-child(2n){
		margin: 0 0 10px 0;
	}
	.notice-guide .notice-list .notice-items:nth-child(3n){
		margin: 0 2% 10px 0;
	}
}
/**
/* 各ページ CSS
----------------------------------------------- */
/* -------　ログイン・新規会員登録　------- */
.member-guide .page-view h2.h2_ttl{
	position: relative;
	text-align: center;
	font-weight: bold;
}
.member-guide .page-view h2.h2_ttl::before{
	position: absolute;
	content: '';
	display: block;
	background: #484848;
	height: 2px;
	width: 64px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.member-guide h3.h3_ttl{
	text-align: center;
	font-weight: bold;
}
.member-guide .member-form{
	border: 1px solid #ccc;
}
.member-guide .member-form dl dt{
	text-align: center;
	color: #000000;
}
.member-guide .member-form dl dd input{
	background: #fafafa;
	width: 100%;
	height: 45px;
	padding: 5px;
	border: 1px solid #cacaca;
}
.member-guide .member-form .remind{
	display: block;
	text-align: center;
	color: #087F83;
}
.member-guide .member-form .memberLogin_auto{
	text-align: center;
	color: #000000;
}
.member-guide .member-form .icon_link,
.member-guide .member-form .block_btn .btn{
	position: relative;
}
.member-guide .member-form .icon_link::before,
.member-guide .member-form .block_btn .btn::before{
	display: block;
	z-index: 1;
	position: absolute;
	content: '\f138';
	color: #fff;
	font-family: 'fontAwesome';
	left: 20px;
	top: 5px;
	line-height: 1.75;
	height: 100%;
}
.member-guide .member-form .btn{
	width: 100%;
	border-radius: 5px;
	padding: 5px 0;
	line-height: 1.75;
	font-weight: 500;
	cursor: pointer;
	font-weight: bold;
	transition-timing-function: linear;
	transition-duration: .2s;
	transition-property: background-color, color, opacity;
}
.member-guide .member-form .btn:hover{
	opacity: 0.8;
}
.member-guide .member-form .icon_link .btn_blue{
	border: 1px solid #005cb2;
	background-color: #087F83;
	color: #fff;
}
.member-guide .member-form .block_btn .btn_orange{
	border: 1px solid #b57000;
	background-color: #ff9e00;
	color: #fff;
}
.member-guide .member-form .btn_shadow{
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
}

.member-title-bar {
	color: #fff;
	background-color: #006666;
	border-radius: 10px;
	height: 45px;
	width: 85%;
	margin: 50px auto 30px auto;
	font-size: 18px;
	padding: 10px 0 10px 20px;
}

.member-login-title {
	color: #fff;
	background-color: #006666;
	border-radius: 10px;
	height: 45px;
	width: 95%;
	margin: 50px auto 30px auto;
	font-size: 18px;
	padding: 10px 0 10px 20px;
}

@media screen and (max-width: 480px) { 
	.member-fontsize-small {
		font-size: 12px;
	}
}
.member-box {
	font-size: 15px;
	width: 80%;
	border: 2px solid #006666;
	border-radius: 8px;
	margin: 20px auto 20px auto;
}

.member-box-2 {
	font-size: 15px;
	width: 85%;
	border: 2px solid #006666;
	border-radius: 8px;
	margin: 20px auto 20px auto;
}
.border-none {
	border: none;
}

.member-button-list .member-button{
	width:100px;
	height:45px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #FF2100;
	border-color: #FF2100;
	border-radius: 8%;
}
.member-button-list .back-button{
	width:80px;
	height:40px;
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	margin-left: auto;
	margin-right: 30px;
	text-align: center;
	padding: 10px 10px;
	background-color: #808080;
}
.member-button-list .registration-button{
	width:150px;
	height:45px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	margin: 30px auto 20px auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #FF2100;
	border:1px solid #FF2100;
	border-radius: 8%;
}
.member-button-list .mypage-button{
	width:200px;
	height:45px;
	color:#FFFFFF;
	display: block;
	font-size: 16px;
	margin: 30px auto 30px auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #006666;
	border:1px solid #006666;
}
.member-button-list .top-button{
	width:200px;
	height:45px;
	color: #006666;
	display: block;
	font-size: 16px;
	margin: 30px auto 30px auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #FFFFFF;
	border:1px solid #006666;
}

.member-button-list .top-button-orange{
	width:200px;
	height:45px;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	margin: 30px auto 30px auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #FF2100;
	border-color: #FF2100;
}

.member-button-list .submit-button{
	width:100px;
	height:45px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	margin: 30px auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #FF2100;
	border-color: #FF2100;
	border-radius: 8%;
}

.member-explanation {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 30px;
}
.member-explanation2{
	margin-top: 30px
}
.member-explanation2 .member-text {
	font-size: 16px;
	margin-left: 120px;
	padding-bottom: 30px;
}

.member-explanation3{
    margin: 50px 0 130px 30px;
    line-height: 3;
}
.member-explanation4 {
	color: #006666;
    margin: 30px auto;
}
.member-explanation4 .input{
	text-align: center;
}
.member-explanation4 input[type="password"] {
	width :50%;
}
.member-guide .member-form .grid-x{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.grid-x > .small-6{
	width: 50%;
}
.member-guide .member-form .remind i{
	margin-right: 5px;
}
.text-color-green {
	color: #006666;
}
@media only screen and (max-width: 767px) {
	.member-guide{
		margin-bottom: 15%;
	}
	.member-guide .page-view{
		padding: 15% 0 5% 0;
	}
	.member-guide .page-view h2.h2_ttl{
		font-size: 6vw;
	}
	.member-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -15px;
	}
	.member-guide h3.h3_ttl{
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.member-guide .login-grid .page-block{
		display: block;
	}
	.member-guide .login-grid .member-form{
		width: 100%;
		margin-bottom: 5%;
	}
	.member-guide .member-form{
		padding: 5% 3%;
		font-size: 3.6vw;
	}
	.member-guide .member-form dl{
		margin-bottom: 5%;
	}
	.member-guide .member-form .icon_link{
		margin: 5% 0;
	}
	.member-guide .member-form .grid-x{
		padding: 5% 0;
	}
	.member-guide .member-form .icon_link::before,
	.member-guide .member-form .block_btn .btn::before,
	.member-guide .member-form .btn{
		font-size: 4vw;
	}
	.member-guide .member-form .remind{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px){
	.member-guide h3.h3_ttl{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.member-guide .member-form{
		padding: 40px 30px;
	}
	.member-guide .member-form dl{
		margin-bottom: 20px;
	}
	.member-guide .member-form .icon_link{
		margin: 20px 0;
	}
	.member-guide .member-form .grid-x{
		padding: 20px 0;
	}
	.member-guide .member-form .icon_link::before,
	.member-guide .member-form .block_btn .btn::before,
	.member-guide .member-form .btn{
		font-size: 22px;
	}
	.member-guide .member-form .remind{
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.member-guide{
		margin-bottom: 60px;
	}
	.member-guide .page-view{
		padding: 85px 0 40px 0;
	}
	.member-guide .page-view h2.h2_ttl{
		font-size: 40px;
	}
	.member-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -25px;
	}
	.member-guide .login-grid .page-block{
		display: block;
	}
	.member-guide .login-grid .member-form{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1025px){
	.member-guide{
		margin-bottom: 80px;
	}
	.member-guide .page-view{
		padding: 140px 0 64px 0;
	}
	.member-guide .page-view h2.h2_ttl{
		font-size: 60px;
	}
	.member-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -40px;
	}
	.member-guide .login-grid .member-form{
		width: 48%;
		margin: 1%;
	}
	.member-guide .member-grid .member-form{
		width: 565px;
		margin: auto;
	}
}
/* -------　地図で探す　------- */
/* TODO 2024/07/26 未使用CSS */

/* .map-guide .page-view h2.h2_ttl{
	position: relative;
	text-align: center;
	font-weight: bold;
}
.map-guide .page-view h2.h2_ttl::before{
	position: absolute;
	content: '';
	display: block;
	background: #484848;
	height: 2px;
	width: 64px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
	.map-guide{
		margin-bottom: 15%;
	}
	.map-guide .page-view{
		padding: 15% 0 5% 0;
	}
	.map-guide .page-view h2.h2_ttl{
		font-size: 6vw;
	}
	.map-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.map-guide{
		margin-bottom: 60px;
	}
	.map-guide .page-view{
		padding: 85px 0 40px 0;
	}
	.map-guide .page-view h2.h2_ttl{
		font-size: 40px;
	}
	.map-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -25px;
	}
}
@media screen and (min-width: 1025px){
	.map-guide{
		margin-bottom: 80px;
	}
	.map-guide .page-view{
		padding: 140px 0 64px 0;
	}
	.map-guide .page-view h2.h2_ttl{
		font-size: 60px;
	}
	.map-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -40px;
	}
} */
/* -------　トップページ　------- */
/* TODO 2024/07/26 未使用CSS */

.news-guide .news-list{
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}
.news-guide .news-list__item{
	width: 100%;
	display: table;
	border-bottom: 1px dashed #767676;
}
.news-guide .news-list__item:last-child{
	border-bottom: none;
}
.news-guide .news-list__item a{
	display: block;
	color: #484848;
}
.news-guide .news-list__item a:hover{
	display: block;
	color: #087F83;
	transition: 0.2s;
}
.news-guide .news-list__item dt,
.news-guide .news-list__item dd{
	display: table-cell;
	vertical-align: middle;
}

.news-guide h2 span {
	margin-left: 30px;
	font-size: 14px;
	color: #087F83;
}

.rec-guide .post-list__img{
	display: block;
	position: relative;
}
.rec-guide .post-list__img:before {
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: -moz-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: -webkit-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: linear-gradient(to bottom, rgb(250,250,250,0.0),rgb(250,250,250,0.0),rgb(250,250,250,0.0),rgb(0,0,0,0.5)); 
}
.rec-guide .post-date .caption{
	font-weight: bold;
}
.rec-guide .post-date .ttl{
	font-weight: bold;
}
.rec-guide .post-date .views{
	display: block;
	font-weight: bold;
	color: #087F83;
}
.map-guide .h2_ttl{
	text-align: center;
}
.map-guide .h2_ttl i{
	margin-right: 5px;
}
.map-guide .mapArea path{
	fill: #8ecc00;
	stroke: #fff;
	stroke-width: 0.2;
	-webkit-transition-duration: .1;
	-o-transition-duration: .1;
	transition-duration: .1;
	cursor: pointer;
}
.map-guide .mapArea g:hover path{
	fill: #6a9800;
	opacity: 1;
}
.map-guide .mapArea g:hover path.mes{
	fill: #fff;
	opacity: 1;
}
.map-guide .mapArea g:hover text{
	fill: #333;
	opacity: 1;
}
.map-guide .mapArea g text{
	font-size: 4px;
	fill: white;
	font-weight: bold;
}
.map-guide .mapArea .mes{
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	fill: #ff9e00;
}
.map-guide .mapArea g text.updateinfo {
	fill: #ff9e00;
	font-weight: normal;
	font-size: 3.2px;
}
.map-guide .mapArea g text.mapinfomation{
	fill: #333;
	font-weight: normal;
}
.map-guide .block_btn .btn{
	width: 55%;
	margin: auto;
}
.map-guide .block_btn .btn i{
	margin-right: 10px;
}
.contactbtn-guide .p_text{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.contactbtn-guide .block_btn .btn{
	margin: auto;
	line-height: 1.4;
	padding: 10px 0;
}
.contactbtn-guide .block_btn .btn span{
	display: block;
	font-weight: bold;
}
.about-guide h2.h2_ttl{
	text-align: center;
}
.about-guide .aboutArea .page-block .contentArea h3{
	font-weight: bold;
}
.about-guide .aboutArea .page-block .contentArea h3 span{
	display: block;
	font-weight: bold;
}
.about-guide .aboutArea .block_btn .btn{
	margin: auto;
}
.about-guide .aboutList ul{
	list-style: none;
	padding:0;
	margin:0;
}
.about-guide .aboutList ul li{ 
	padding-left: 1em; 
	text-indent: -.7em;
	font-weight: bold;
}
.about-guide .aboutList ul li:before {
	content: "●";
	color: #087F83;
}
@media only screen and (max-width: 767px) {
	.news-guide h2.h2_ttl{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.news-guide .news-list__item{
		padding: 3% 0 2% 0;
	}
	.news-guide .news-list__item dt,
	.news-guide .news-list__item dd{
		display: block;
	}
	.news-guide .news-list__item dt{
		font-size: 3.6vw;
	}
	.news-guide .news-list__item dt span{
		font-size: 3.26vw;
		margin-left: 2%;
	}
	.news-guide .news-list__item dd{
		font-size: 3.6vw;
	}
	.news-guide h2 span {
		margin-left: 0;
		display: block;
	}
	.rec-guide h2.h2_ttl{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.rec-guide .post-list__item{
		width: 49%;
		margin: 0 2% 3% 0;
	}
	.rec-guide .post-list__item:nth-child(2n){
		margin: 0 0 3% 0;
	}
	.rec-guide .post-list__img{
		display: block;
	}
	.rec-guide .post-date{
		padding-top: 4%;
		line-height: 1.4;
	}
	.rec-guide .post-date .caption{
		font-size: 3.26vw;
	}
	.rec-guide .post-date .ttl{
		font-size: 3.6vw;
	}
	.rec-guide .post-date .price{
		font-size: 3.4vw;
	}
	.rec-guide .post-date .views{
		font-size: 3.26vw;
	}
	.map-guide .mapArea{
		margin-bottom: 5%;
	}
	.contactbtn-guide{
		padding: 5% 0;
	}
	.contactbtn-guide .p_text{
		font-size: 3.4vw !important;
	}
	.contactbtn-guide .block_btn .btn{
		width: 90%;
		font-size: 4vw;
	}
	.about-guide .aboutArea h2.h2_ttl{
		font-size: 3.8vw;
		padding: 7% 0 5% 0;
	}
	.about-guide .aboutArea .page-block{
		display: block;
		margin-bottom: 5%;
	}
	.about-guide .aboutArea .page-block .contentArea,
	.about-guide .aboutArea .page-block .imgArea{
		width: 100%;
	}
	.about-guide .aboutArea .page-block .contentArea{
		padding: 3% 0 0 0;
	}
	.about-guide .aboutArea .page-block .contentArea h3{
		font-size: 3.8vw;
		margin-bottom: 2%;
	}
	.about-guide .aboutArea .page-block .contentArea h3 span,
	.about-guide .aboutArea .page-block .contentArea p{
		font-size: 3.6vw;
	}
	.about-guide .aboutArea .block_btn{
		margin: 5% 0;
	}
	.about-guide .aboutArea .block_btn .btn{
		width: 90%;
		font-size: 4vw;
	}
	.about-guide .aboutList h2.h2_ttl{
		font-size: 3.8vw;
		padding: 7% 0 5% 0;
	}
	.about-guide .aboutList ul li{
		font-size: 3.6vw;
	}
}
@media screen and (min-width: 768px){
	.news-guide .news-list__item dt{
		font-size: 16px;
		width: 230px;
	}
	.news-guide .news-list__item dt span{
		font-size: 14px;
		margin-left: 20px;
	}
	.news-guide .news-list__item dd{
		font-size: 16px;
	}
	.rec-guide .post-date{
		padding-top: 10px;
	}
	.rec-guide .post-date .caption{
		font-size: 12px;
	}
	.rec-guide .post-date .ttl{
		font-size: 12px;
	}
	.rec-guide .post-date .price{
		font-size: 14px;
	}
	.rec-guide .post-date .views{
		font-size: 12px;
	}
	.contactbtn-guide .block_btn .btn{
		width: 50%;
		padding: 20px 0 15px 0;
	}
	.about-guide .aboutArea .page-block .contentArea,
	.about-guide .aboutArea .page-block .imgArea{
		width: 50%;
	}
	.about-guide .aboutArea .block_btn .btn{
		width: 55%;
	}
	.about-guide .aboutList ul li{
		margin-bottom: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.news-guide h2.h2_ttl{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.news-guide .news-list__item{
		padding: 15px 0 10px 0;
	}
	.rec-guide h2.h2_ttl{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.rec-guide .post-list__item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.rec-guide .post-list__item:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.map-guide .mapArea{
		margin-bottom: 30px;
	}
	.map-guide .block_btn .btn{
		font-size: 20px;
	}
	.contactbtn-guide{
		padding: 40px 0;
	}
	.contactbtn-guide .p_text{
		font-size: 18px;
	}
	
	.contactbtn-guide .p_text_center{
		font-size: 18px;
		text-align: center !important;
	}
	
	.contactbtn-guide .block_btn .btn{
		font-size: 20px;
	}
	.contactbtn-guide .block_btn .btn span{
		font-size: 14px;
	}
	.about-guide .aboutArea h2.h2_ttl{
		font-size: 19px;
		padding: 30px 0 60px 0;
	}
	.about-guide .aboutArea .page-block .contentArea{
		padding: 20px 0 0 20px;
	}
	.about-guide .aboutArea .page-block_row .contentArea{
		padding: 20px 20px 0 0;
	}
	.about-guide .aboutArea .page-block .contentArea h3{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.about-guide .aboutArea .page-block .contentArea h3 span,
	.about-guide .aboutArea .page-block .contentArea p{
		font-size: 12px;
	}
	.about-guide .aboutArea .block_btn{
		margin: 30px 0;
	}
	.about-guide .aboutArea .block_btn .btn{
		font-size: 20px;
	}
	.about-guide .aboutList h2.h2_ttl{
		font-size: 19px;
		padding: 30px 0;
	}
	.about-guide .aboutList ul li{
		font-size: 16px;
	}
}
@media screen and (min-width: 1025px){
	.news-guide h2.h2_ttl{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.news-guide .news-list__item{
		padding: 15px 0;
	}
	.rec-guide h2.h2_ttl{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.rec-guide .post-list__item{
		width: 23.5%;
		margin: 0 1.5% 2% 0;
	}
	.rec-guide .post-list__item:nth-child(4n){
		margin: 0 0 2% 0;
	}
	.map-guide .h2_ttl{
		font-size: 24px;
	}
	.map-guide .mapArea{
		width: 60%;
		margin: 0 auto 30px auto;
	}
	.map-guide .block_btn .btn{
		font-size: 24px;
	}
	.contactbtn-guide{
		padding: 60px 0;
	}
	.contactbtn-guide .p_text{
		font-size: 18px;
	}
	.contactbtn-guide .block_btn .btn{
		font-size: 24px;
	}
	.contactbtn-guide .block_btn .btn span{
		font-size: 16px;
	}
	.about-guide .aboutArea h2.h2_ttl{
		font-size: 24px;
		padding: 0px 0 80px 0;
	}
	.about-guide .aboutArea .page-block .contentArea{
		padding: 40px 0 0 30px;
	}
	.about-guide .aboutArea .page-block_row .contentArea{
		padding: 40px 30px 0 0;
	}
	.about-guide .aboutArea .page-block .contentArea h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about-guide .aboutArea .page-block .contentArea h3 span,
	.about-guide .aboutArea .page-block .contentArea p{
		font-size: 16px;
	}
	.about-guide .aboutArea .block_btn{
		margin: 50px 0 70px 0;
	}
	.about-guide .aboutArea .block_btn .btn{
		font-size: 24px;
	}
	.about-guide .aboutList h2.h2_ttl{
		font-size: 22px;
		padding: 40px 0 30px 0;
	}
	.about-guide .aboutList ul li{
		font-size: 18px;
	}
}
.list-guide .list_type .map-grid{
	display: none;
}
.list-guide .post-list__img{
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.list-guide .post-list__img:before {
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: -moz-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: -webkit-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: linear-gradient(to bottom, rgb(250,250,250,0.0),rgb(250,250,250,0.0),rgb(250,250,250,0.0),rgb(50,50,50,0.15),rgb(0,0,0,0.7));
	border-radius: 5px; 
}
.list-guide .post-list__img .post-list___img:before {
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: -moz-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: -webkit-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: linear-gradient(to bottom, rgb(0,0,0,0.7),rgb(50,50,50,0.35),rgb(250,250,250,0.0),rgb(50,50,50,0.35),rgb(0,0,0,0.7)); 
}
.list-guide .post-date .ttl{
	font-weight: bold;
}
.list-guide .post-date .ttl li{
	display: inline-block;
	font-weight: bold;
}
.list-guide .post-date .views{
	font-weight: bold;
	margin-left: 10px;
}
.list-guide .post-list__img .fav_icon{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
}
.list-guide .post-list__img .fav_icon i{
	position: relative;
	color: #ea585c;
}
.list-guide .post-list__img .fav_icon span{
	color: #FFFFFF;
	position: absolute;
	top: 41%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-weight: bold;
}

/* 新デザイン一覧 */

.post-list__item {
	border: 1px solid #808080;
}
.post-list__item .post-list-title {
	display: flex;
	height: 30px;
}

@media only screen and (max-width: 767px) {
	.list-guide h2.h2_ttl{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.page-guide .page-block.map_type{
		display: block;
	}
	.list-guide .post-date{
		padding-top: 1%;
	}
	.list-guide .post-date .caption{
		font-size: 3.26vw;
	}
	.list-guide .post-date .ttl{
		font-size: 3.6vw;
	}
	.list-guide .post-date .ttl li{
		display: inline-block;
		font-size: 3.6vw;
	}
	.list-guide .post-date .price{
		font-size: 3.4vw;
	}
	.list-guide .post-date .views{
		font-size: 3.26vw;
	}
	.list-guide .post-list__img .fav_icon i{
		font-size: 8vw;
	}
	.list-guide .post-list__img .fav_icon span{
		font-size: 3.26vw;
	}

	label[for="check"]  {
		display: block;
		width: auto;
		padding: 3px;
		text-align: left;
	} 
	label[for="check1"]  {
		display: block;
		width: auto;
		padding: 3px;
		text-align: left;
	} label[for="check2"]  {
		display: block;
		width: auto;
		padding: 3px;
		text-align: left;
	} 
	label[for="check3"]  {
		display: block;
		width: auto;
		padding: 3px;
		text-align: left;
	} 
	label[for="check4"]  {
		display: block;
		width: auto;
		padding: 3px;
		text-align: left;
	}
}

@media screen and (min-width: 768px){

	.list-guide .post-date{
		padding-top: 10px;
	}
	.list-guide .post-date .caption{
		font-size: 12px;
	}
	.list-guide .post-date .ttl{
		font-size: 12px;
	}
	.list-guide .post-date .ttl li{
		display: inline-block;
		font-size: 12px;
	}
	.list-guide .post-date .price{
		font-size: 14px;
	}
	.list-guide .post-list__img .fav_icon i{
		font-size: 25px;
	}
	.list-guide .post-list__img .fav_icon span{
		font-size: 9px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.list-guide h2.h2_ttl{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.page-guide .page-block.map_type{
		display: block;
	}
}
@media screen and (min-width: 1025px){
	.list-guide .map_type{
		webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.list-guide h2.h2_ttl{
		font-size: 24px;
		margin-bottom: 10px;
	}

	.list-guide  .list-grid{
		width: 100%;
	}

	.list-guide .map_type .list-grid{
		width: 70%;
	}

	.list-guide .map_type .map-grid{
		width: 30%;
		padding-left: 1.5%;
	}
	.list-guide .map_type .map-grid .map-sticky{
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
	}
	.list_block{
		position: fixed;
	}
}
/* -------　詳細ページ　------- */
/* TODO 2024/07/26 未使用CSS */

/* .detail-grid .img-block .img-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail-grid .img-list__item{
	width: 18.2%;
	margin: 0 1% 2% 0;
}
.detail-grid .img-list__item:last-child{
	margin: 0 0 2% 0;
}
.detail-grid .top-block{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.detail-grid .top-block .caption{
	font-weight: bold;
	margin-bottom: 5px;
}
.detail-grid .top-block .caption span{
	display: inline-block;
	margin-left: 10px;
}
.detail-grid .top-block h2{
	font-weight: bold;
	line-height: 1.2;
}
.detail-grid .top-block h3{
	font-weight: bold;
	line-height: 1.2;
}
.detail-grid .top-block .btnArea.newhouse{
	border: 1px solid #DEDDDD;
}
.detail-grid .top-block .detail-box .price{
	font-weight: bold;
}
.detail-grid .top-block .btnArea h3 span{
	display: block;
}
.detail-grid .top-block .btnArea .img-list li:nth-child(2n){
	margin-right: 0;
}
.detail-grid .top-block .btnArea .link-box li{
	width: 49%;
	margin: 0 2% 2% 0;
	text-align: center;
}
.detail-grid .top-block .btnArea .link-box li:nth-child(2n){
	margin-right: 0;
}
.detail-grid .top-block .btnArea .link-box .block_btn .btn{
	height: 55px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.detail-grid .top-block .btnArea .block_btn .btn_red{
	padding: 15px 0;
	line-height: 1.4;
}
.detail-grid .top-block .btnArea .block_btn .btn_red span{
	display: block;
}
.detail-grid .map-block h3{
	font-weight: bold;
}
.detail-grid .item-block .item-table:last-child{
	margin-bottom: 0;
}
.detail-grid .item-block h3{
	font-weight: bold;
}
.detail-grid .proposal-block h2{
	font-weight: bold;
	line-height: 1.2;
}
.detail-grid .proposal-block .proposal-list{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail-grid .listen-block h2{
	font-weight: bold;
	line-height: 1.2;
}
.detail-grid .listen-block .listen-list h3{
	position: relative;
	font-weight: bold;
	border: 1px solid #727272;
	text-align: center;
	cursor: pointer;
}
.detail-grid .listen-block  h3.active{
	background-color: #087F83;
	border: 1px solid #087F83;
	font-weight: bold;
	color: #FFFFFF;
}
.detail-grid .listen-block .listen-list h3 span{
	position: absolute;
	top: 6px;
	bottom: 0;
	right: 20px;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.detail-grid .listen-block .listen-list h3 span::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-top: 3px solid #484848;
	border-right: 3px solid #484848;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.detail-grid .listen-block  h3.active span{
	top: 12px;
}
.detail-grid .listen-block  h3.active span::before{
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.detail-grid .listen-block .accordion-block{
	display: none;
}
.detail-grid .listen-block .listen-box{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0 0;
} */
/* @media only screen and (max-width: 650px) {
	.detail-grid .item-block.detail-list-c{
		margin: 0 auto;
		
	}
} */
/* @media only screen and (max-width: 767px) {
	.detail-guide .detail-grid{
		padding: 3% 0;
	}
	.detail-grid .detail-block{
		margin-bottom: 3%;
	}
	.detail-grid .img-list__item{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.detail-grid .img-list__item:nth-child(2n){
		margin: 0 0 2% 0;
	}
	
	.detail-grid .top-block{
		display: block;
	}
	.detail-grid .top-block .contentArea{
		margin-bottom: 3%;
	}
	.detail-grid .top-block .head-box{
		margin-bottom: 3%;
	}
	.detail-grid .top-block h2{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.detail-grid .top-block .head-box h2{
		font-size: 4vw;
		margin-bottom: 1%;
	}
	.detail-grid .top-block h3{
		font-size: 4vw;
	}
	.detail-grid .top-block .price{
		font-size: 3.6vw;
	}
	.detail-grid .top-block .comment,
	.detail-grid .top-block .text{
		font-size: 3.26vw;
		line-height: 1.4;
	}
	.detail-grid .top-block .item-table h3{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.detail-grid .top-block .btnArea h3{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.detail-grid .top-block .btnArea h3 span{
		font-size: 3.26vw;
	}
	.detail-grid .top-block .btnArea.newhouse{
		padding: 3% 5%;
	}
	.detail-grid .top-block .btnArea li{
		margin-bottom: 3%;
	}
	.detail-grid .top-block .btnArea li:first-child{
		margin-top: 0;
	}
	.detail-grid .map-block h3{
		font-size: 20px;
	}
	.detail-grid .item-block .item-table{
		margin-bottom: 20px;
	}
	.detail-grid .item-block .item-table .main{
		width: 100%;
	}
	.detail-grid .item-block h3{
		font-size: 4vw;
	}
	.detail-grid .btn-block .block_btn{
		padding: 5% 0;
	}
	.detail-grid .btn-block .block_btn li{
		font-size: 3.6vw;
	}
	.detail-grid .proposal-block h2{
		font-size: 4.2vw;
		margin-bottom: 2%;
	}
	.detail-grid .proposal-block h2 span{
		display: block;
		font-size: 3.4vw;
	}
	.detail-grid .listen-block h2{
		font-size: 4.2vw;
		margin-bottom: 2%;
	}
	.detail-grid .listen-block .listen-list li{
		margin-bottom: 10px;
	}
	.detail-grid .listen-block .listen-list h3{
		font-size: 3.6vw;
		padding: 2% 30px 2% 2%;
	}
	.detail-grid .listen-block .listen-list h3 span{
		top: 30%;
		right: 3%;
		width: 10px;
		height: 10px;
	}
	.detail-grid .listen-block .listen-list h3 span::before{
		border-top: 2px solid #484848;
		border-right: 2px solid #484848;
	}
	.detail-grid .listen-block h3.active span{
		top: 35%;
	}
	.detail-grid .listen-block h3.active span::before{
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
	.detail-grid .proposal-list__item,
	.detail-grid .listen-list__item{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.detail-grid .proposal-list__item:last-child,
	.detail-grid .listen-list__item:last-child{
		margin: 0;
	}
	.detail-grid .proposal-list .post-date,
	.detail-grid .listen-list .post-date{
		padding-top: 1%;
		line-height: 1.3;
	}
	.detail-grid .proposal-list .post-date .caption,
	.detail-grid .listen-list .post-date .caption{
		font-size: 3.26vw;
	}
	.detail-grid .proposal-list .post-date .company,
	.detail-grid .listen-list .post-date .company{
		font-size: 3.6vw;
	}
	.detail-grid .proposal-list .post-date .comment_ttl,
	.detail-grid .listen-list .post-date .comment_ttl,
	.detail-grid .proposal-list .post-date .comment,
	.detail-grid .listen-list .post-date .comment{
		font-size: 3.4vw;
	}
	.detail-grid .item-block.detail-list-c{
		margin: 0 auto;

	}
	.dp50 {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.agency-list .card-prop-list .card-prop-list__item {
		width: auto !important;
	}
} */
/* @media screen and (min-width: 768px){
	.detail-grid .img-list__item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.detail-grid .img-list__item:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.detail-grid .top-block{
		webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.detail-grid .top-block .caption{
		font-size: 12px;
	}
	.detail-grid .top-block .caption span{
		margin-left: 10px;
	}
	.detail-grid .top-block .item-table h3{
		margin-bottom: 5px;
	}
	.detail-grid .top-block .btnArea.newhouse{
		padding: 20px;
	}
	.detail-grid .top-block .block_btn li{
		margin-bottom: 8px;
		font-size: 16px;
	}
	.detail-grid .map-block h3{
		margin-bottom: 5px;
	}
	.detail-grid .proposal-block .proposal-list{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.detail-grid .proposal-block .proposal-list__item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.detail-grid .proposal-block .proposal-list__item:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.detail-grid .listen-block .listen-list__item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.detail-grid .listen-block .listen-list__item:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.detail-grid .proposal-list .post-date,
	.detail-grid .listen-list .post-date{
		padding-top: 10px;
		line-height: 1.3;
	}
	.detail-grid .proposal-list .post-date .caption,
	.detail-grid .listen-list .post-date .caption{
		font-size: 12px;
	}
	.detail-grid .proposal-list .post-date .company,
	.detail-grid .listen-list .post-date .company{
		font-size: 16px;
	}
	.detail-grid .proposal-list .post-date .comment_ttl,
	.detail-grid .listen-list .post-date .comment_ttl,
	.detail-grid .proposal-list .post-date .comment,
	.detail-grid .listen-list .post-date .comment{
		font-size: 14px;
	}
	.detail-grid .item-block h3{
		margin-bottom: 5px;
	}
	.detail-grid .listen-block .listen-list h3{
		font-size: 16px;
		padding: 5px 0;
	}
	.detail-grid .listen-block  h3.active{
		background-color: #087F83;
		border: 1px solid #087F83;
	}
	.detail-grid .listen-block .listen-list h3 span{
		top: 6px;
		bottom: 0;
		right: 20px;
		width: 14px;
		height: 14px;
	}
	.detail-grid .listen-block  h3.active span{
		top: 14px;
	}
	.detail-grid .listen-block .listen-box{
		padding: 10px 0 0 0;
	}
} */
/* @media only screen and (min-width: 768px) and (max-width: 1024px){
	.detail-guide .detail-grid{
		padding: 25px 0;
	}
	.detail-grid .detail-block{
		margin-bottom: 20px;
	}
	.detail-grid .top-block .content-block{
		width: 45%;
		padding-left: 30px;
	}
	.detail-grid .top-block .block_btn li{
		font-size: 14px;
	}
	.detail-grid .top-block .head-box{
		margin-bottom: 10px;
	}
	.detail-grid .top-block h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.detail-grid .top-block h3{
		font-size: 20px;
	}
	.detail-grid .top-block .detail-box{
		margin-bottom: 20px;
	}
	.detail-grid .top-block .price{
		font-size: 16px;
	}
	.detail-grid .top-block .comment,
	.detail-grid .top-block .text{
		font-size: 14px;
		line-height: 1.4;
	}
	.detail-grid .top-block .img-block{
		width: 55%;
	}
	.detail-grid .map-block h3{
		font-size: 20px;
	}
	.detail-grid .item-block .item-table{
		margin-bottom: 20px;
	}
	.detail-grid .item-block .item-table .main{
		width: 100%;
	}
	.detail-grid .item-block h3{
		font-size: 20px;
	}
	.detail-grid .top-block .btnArea h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.detail-grid .top-block .btnArea h3 span{
		font-size: 12px;
	}
	.detail-grid .btn-block .block_btn{
		padding: 40px 30px;
	}
	.detail-grid .btn-block .block_btn li{
		font-size: 20px;
	}
	.detail-grid .proposal-block h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.detail-grid .proposal-block h2 span{
		display: block;
		font-size: 14px;
	}
	.detail-grid .listen-block h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.detail-grid .listen-block .listen-list li{
		margin-bottom: 10px;
	}
	.detail-guide .contactbtn-guide {
		padding: 20px 0 40px 0;
	}
} */
/* @media screen and (min-width: 1025px){
	.detail-guide .detail-grid{
		padding: 25px 0;
	}
	.detail-grid .detail-block{
		margin-bottom: 40px;
	}
	.detail-grid .top-block .content-block{
		width: 45%;
		padding-left: 30px;
	}
	.detail-grid .top-block .head-box{
		margin-bottom: 20px;
	}
	.detail-grid .top-block h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.detail-grid .top-block .head-box h2{
		margin-bottom: 5px;
	}
	.detail-grid .top-block h3{
		font-size: 28px;
	}
	.detail-grid .top-block .detail-box{
		margin-bottom: 40px;
	}
	.detail-grid .top-block .price{
		font-size: 20px;
	}
	.detail-grid .top-block .comment,
	.detail-grid .top-block .text{
		font-size: 16px;
		line-height: 1.4;
	}
	.detail-grid .top-block .item-table h3{
		font-size: 24px;
	}
	.detail-grid .top-block .btnArea h3{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.detail-grid .top-block .btnArea h3 span{
		font-size: 14px;
	}
	.detail-grid .top-block .btnArea .link-box .block_btn li{
		font-size: 14px;
	}
	.detail-grid .top-block .btnArea .link-box .block_btn .btn{
		height: 60px;
	}
	.detail-grid .top-block .img-block{
		width: 55%;
	}
	.detail-grid .map-block h3{
		font-size: 24px;
	}
	.detail-grid .item-block .item-table{
		margin-bottom: 30px;
	}
	.detail-grid .item-block h3{
		font-size: 24px;
	}
	.detail-grid .btn-block .block_btn{
		padding: 60px 30px;
	}
	.detail-grid .btn-block .block_btn li{
		font-size: 22px;
	}
	.detail-grid .proposal-block h2{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.detail-grid .proposal-block h2 span{
		font-size: 16px;
	}
	.detail-grid .listen-block h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.detail-grid .listen-block .listen-list li{
		margin-bottom: 15px;
	}
	.detail-guide .contactbtn-guide {
		padding: 30px 0 60px 0;
	}
} */

/* -------　新築紹介ページ　------- */
/* TODO 2024/07/26 未使用CSS */

/* .house-detail .detailArea .border_btn .btn{
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.house-detail .detailArea .border_btn .btn.btn_green{
	border: 1px solid #087F83;
}
.house-detail .detailArea .border_btn .btn:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #087f83;
	border-right: solid 2px #087f83;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
}
.house-detail .detailArea .border_btn .btn.btn_green span{
	color: #087F83;
}
.house-detail .detailArea .detail-box .price{
	font-weight: bold;
}
.house-detail .detailArea .link-box .page-block{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.house-detail .detailArea .link-box li{
	width: 49%;
	margin: 0 2% 2% 0;
	text-align: center;
}
.house-detail .detailArea .link-box li:nth-child(2n){
	margin-right: 0;
}
.house-detail .detailArea .link-box li span,
.house-detail .detailArea .model-link li span{
	display: block;
	font-weight: bold;
}
.house-detail .detailArea .link-box .block_btn li{
	background-color: #087F83;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.house-detail .detailArea .link-box .block_btn .btn{
	height: 55px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.house-detail .detailArea .block_btn .btn_red{
	padding: 15px 0;
	line-height: 1.4;
}
.house-detail .detailArea .block_btn .btn_red span{
	display: block;
}
@media only screen and (max-width: 767px) {
	.house-detail .detailArea .border_btn .btn{
		padding: 3%;
	}
	.house-detail .detailArea .link-box li span{
		font-size: 3vw;
	}
	.house-detail .detailArea .model-link li span,
	.house-detail .detailArea .link-box .block_btn li span{
		font-size: 2.4vw;
	}
	.house-detail .detailArea .detail-box{
		padding: 3% 0;
	}
	.house-detail .detailArea .block_btn li{
		margin-bottom: 3%;
	}
	.house-detail .detailArea .btn_red span{
		font-size: 3.26vw;
	}
	.house-detail .detailArea .link-box .btn{
		height: 55px;
	}
	.house-detail .detailArea .block_btn .btn_green{
		line-height: 55px;
	}
	.house-detail .detailArea .link-box .block_btn li a,
	.house-detail .detailArea .block_btn .btn.btn_green{
		font-size: 3.26vw;
	}
	.house-detail .imgArea .img-list{
		display: block;
		margin-bottom: 5%;
	}
	.house-detail .imgArea .img-block{
		margin-bottom: 3%;
	}
}
@media screen and (min-width: 768px){
	.house-detail .detail-block{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.house-detail .detail-block .imgArea{
		width: 60%;
	}
	.house-detail .imgArea .img-block,
	.house-detail .imgArea .point-block{
		width: 50%;
	}
	.house-detail .detail-block .detailArea{
		width: 38%;
	}
	.house-detail .detailArea .detail-box{
		padding: 15px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.house-detail .imgArea .point-block{
		padding: 10px 0 10px 10px;
	}
	.house-detail .imgArea .page-block_row .point-block{
		padding: 10px 10px 10px 0;
	}
	.house-detail .detailArea .border_btn .btn{
		padding: 10px;
	}
	.house-detail .detailArea .model-link li span{
		font-size: 10px;
	}
	.house-detail .detailArea .link-box .border_btn li{
		font-size: 10px;
	}
	.house-detail .detailArea .link-box .block_btn li{
		font-size: 12px;
	}
	.house-detail .detailArea .border_btn .btn:after {
		right: 5px;
	}
}
@media screen and (min-width: 1025px){
	.house-detail .imgArea .point-block{
		padding: 20px 0 0 20px;
	}
	.house-detail .imgArea .page-block_row .point-block{
		padding: 20px 20px 0 0;
	}
	.house-detail .detailArea .link-box .border_btn li{
		font-size: 12px;
	}
	.house-detail .detailArea .link-box .block_btn li{
		font-size: 14px;
	}
	.house-detail .detailArea .link-box .block_btn .btn{
		height: 60px;
	}
	.house-detail .detailArea .model-link li span{
		font-size: 12px;
	}
	.house-detail .detailArea .link-box .block_btn li span{
		font-size: 10px;
	}
	.house-detail .detailArea .border_btn .btn{
		padding: 10px;
	}
} */
/* -------　ココプレページ　------- */
/* TODO 2024/07/26 未使用CSS */

/* .grad-wrap {
	position: relative;
}
.grad-wrap + .grad-wrap {
	margin-top: 40px;
}
.grad-trigger {
	z-index: 2;
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #087f83;
	font-weight: bold;
	cursor: pointer;
}
.grad-trigger::before {
	content: "続きを読む";
}
.grad-trigger .fa {
	margin-left: .5em;
}
.grad-item {
	position: relative;
	overflow: hidden;
}
.grad-item.is-hide {
	height: 40px;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0;
	background: #fff;
}
.grad-trigger.is-show {
	bottom: -20px;
}
.grad-trigger.is-show::before {
	content: "閉じる";
}
.grad-trigger.is-show .fa{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}
.cocopre-detail .detail-block{
	margin-bottom: 0;
}
.cocopre-detail .point-box{
	background-color: #eeeeee;
}
.cocopre-detail .point-box .ttl{
	font-weight: bold;
	margin-bottom: 5px;
}
.cocopre-detail .btnArea .border_btn .btn{
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.cocopre-detail .btnArea .border_btn .btn.btn_green{
	border: 1px solid #087F83;
}
.cocopre-detail .btnArea .border_btn .btn:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #087f83;
	border-right: solid 2px #087f83;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
}
.cocopre-detail .btnArea .border_btn .btn.btn_green span{
	color: #087F83;
}
.cocopre-detail .btnArea .detail-box .price{
	font-weight: bold;
}
.cocopre-detail .btnArea .link-box .page-block{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cocopre-detail .btnArea .link-box li{
	width: 49%;
	margin: 0 2% 2% 0;
	text-align: center;
}
.cocopre-detail .btnArea .link-box li:nth-child(2n){
	margin-right: 0;
}
.cocopre-detail .btnArea .link-box li span,
.cocopre-detail .btnArea .model-link li span{
	display: block;
	font-weight: bold;
}
.cocopre-detail .btnArea .link-box .block_btn li{
	background-color: #087F83;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cocopre-detail .btnArea .link-box .block_btn .btn{
	height: 55px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cocopre-list .post-icon li{
	display: inline-block;
}
.cocopre-list .post-icon li i{
	color: #E2404A;
}
.cocopre-list .item-table h3{
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
.cocopre-list .post-date{
	position: relative;
}
@media only screen and (max-width: 767px) {
	.cocopre-detail .point-box{
		margin-top: 3%;
		padding: 3% 3% 8% 3%;
	}
	.cocopre-detail .point-box .ttl{
		font-size: 4vw;
	}
	.cocopre-detail .simulationArea .point-box p.text,
	.cocopre-detail .point-box .grad-trigger{
		font-size: 3.26vw;
	}
	.cocopre-detail .top-block .block_btn li{
		margin-bottom: 3%;
	}
	.cocopre-detail .btnArea .link-box li span,
	.cocopre-detail .btnArea .link-box .block_btn .btn{
		font-size: 3vw;
	}
	.cocopre-detail .btnArea .link-box .block_btn .btn{
		height: 55px;
	}
	.cocopre-detail .imgArea{
		margin-bottom: 3%;
	}
	.cocopre-detail .btnArea .model-link li span,
	.cocopre-detail .btnArea .link-box .block_btn li span{
		font-size: 2.4vw;
	}
	.cocopre-detail .btnArea .detail-box{
		padding: 3% 0;
	}
	.cocopre-detail .btnArea .border_btn .btn{
		padding: 3%;
	}
	.list-guide .cocopre-list .post-list__item{
		margin: 0 0 3% 0;
	}
	.cocopre-list .post-icon{
		padding: 3% 0 2% 0;
	}
	.cocopre-list .post-icon li{
		margin-right: 3%;
	}
	.cocopre-list .post-icon li i{
		font-size: 5vw;
	}
	.cocopre-list .post-date{
		font-size: 3.26vw;
		line-height: 1.4;
		padding-top: 0;
		margin-bottom: 8%;
	}
	.cocopre-grid .cocopre-list .post-list__item{
		margin-bottom: 5%;
	}
	.cocopre-list .item-table .item-list{
		font-size: 3.26vw;
		line-height: 1.4;
	}
	.cocopre-list .post-list__item .block_btn{
		margin-top: 3%;
	}
}
@media only screen and (min-width: 768px){
	.cocopre-list .post-icon{
		padding: 10px 0 5px 0;
		min-height: 40.6px;
	}
	.cocopre-list .post-icon li{
		margin-right: 5px;
	}
	.cocopre-list .post-icon li i{
		font-size: 20px;
	}
	.cocopre-list .item-table h3{
		font-size: 14px;
	}
	.cocopre-list .post-date{
		font-size: 12px;
		padding-top: 0;
	}
	.cocopre-list .item-table .item-list{
		font-size: 12px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.cocopre-detail .point-box{
		margin-top: 10px;
		padding: 15px 15px 30px 15px;
	}
	.cocopre-detail .point-box .ttl{
		font-size: 16px;
	}
	.cocopre-detail .point-box .grad-trigger{
		font-size: 14px;
	}
	.cocopre-detail .btnArea .link-box li{
		font-size: 10px;
	}
	.cocopre-detail .btnArea .border_btn .btn:after {
		right: 5px;
	}
	.cocopre-detail .imgArea{
		margin-bottom: 10px;
	}
	.cocopre-detail .btnArea .link-box .block_btn .btn{
		height: 60px;
	}
	.cocopre-detail .btnArea .model-link li span,
	.cocopre-detail .btnArea .link-box .block_btn li span{
		font-size: 10px;
	}
	.cocopre-detail .btnArea .detail-box{
		padding: 15px 0;
	}
	.cocopre-detail .btnArea .border_btn .btn{
		padding: 10px;
	}
	.list-guide .cocopre-list .post-list__item{
		width: 32.6%;
		margin: 0 1% 2% 0;
	}
	.list-guide .cocopre-list .post-list__item:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.cocopre-list .post-date{
		margin-bottom: 30px;
	}
	.cocopre-list .post-list__item .block_btn{
		margin-top: 10px;
	}
}
@media screen and (min-width: 1025px){
	.cocopre-detail .point-box{
		margin-top: 10px;
		padding: 15px 15px 30px 15px;
	}
	.cocopre-detail .point-box .ttl{
		font-size: 16px;
	}
	.cocopre-detail .point-box .grad-trigger{
		font-size: 14px;
	}
	.cocopre-detail .btnArea .link-box li{
		font-size: 12px;
	}
	.cocopre-detail .imgArea{
		margin-bottom: 10px;
	}
	.cocopre-detail .btnArea .link-box .block_btn .btn{
		height: 60px;
	}
	.cocopre-detail .btnArea .model-link li span{
		font-size: 12px;
	}
	.cocopre-detail .btnArea .link-box .block_btn li span{
		font-size: 10px;
	}
	.cocopre-detail .top-block .btnArea h3{
		margin-bottom: 0;
	}
	.cocopre-detail .top-block .btnArea .detail-box{
		padding: 15px 0;
		margin-bottom: 0;
	}
	.cocopre-detail .btnArea .border_btn .btn{
		padding: 10px;
	}
	.list-guide .cocopre-list .post-list__item{
		width: 24.25%;
		margin: 0 1% 2% 0;
	}
	.list-guide .cocopre-list .post-list__item:nth-child(4n){
		margin: 0 0 2% 0;
	}
	.list-guide .cocopre-list .post-list__item:nth-child(5n){
		margin: 0 1% 2% 0;
	}
	.cocopre-list .post-date{
		margin-bottom: 40px;
	}
	.cocopre-list .post-list__item .block_btn{
		margin-top: 10px;
	}
}
@media screen and (min-width: 1400px){
	.list-guide .cocopre-list .post-list__item{
		width: 19.2%;
		margin: 0 1% 2% 0;
	}
	.list-guide .cocopre-list .post-list__item:nth-child(4n){
		margin: 0 1% 2% 0;
	}
	.list-guide .cocopre-list .post-list__item:nth-child(5n){
		margin: 0 0 2% 0;
	}
} */
/*　　詳細　　*/
/* TODO 2024/07/26 未使用CSS */

/* .cocopre-detail .top-block .head-box p{
	font-weight: bold;
}
.cocopre-detail .top-block .salespoint{
	background-color: #EBEBEB;
}
.cocopre-detail .top-block .salespoint dt{
	font-weight: bold;
}
.cocopre-detail .top-block .btnArea .img-list{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cocopre-detail .top-block .btnArea .img-list li{
	width: 49%;
	margin: 0 2% 2% 0;
	text-align: center;
}
.cocopre-detail .btnArea .trial-box{
	background: #ffffff;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.cocopre-detail .btnArea .trial-box dl{
	width: 100%;
	display: table;
}
.cocopre-detail .btnArea .trial-box dt,
.cocopre-detail .btnArea .trial-box dd{
	display: table-cell;
	vertical-align: middle;
}
.cocopre-detail .btnArea .trial-box dd{
	text-align: right;
}
.cocopre-detail .block_btn .btn_red{
	line-height: 1.4;
}
.cocopre-detail .block_btn .btn_red span{
	display: block;
}
.cocopre-detail h3.h3_ttl{
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.detail-guide .cocopre-detail{
		padding: 25% 0 8% 0;
	}
	.cocopre-detail .top-block .head-box p.price,
	.cocopre-detail .top-block .head-box p.address{
		font-size: 4vw;
	}
	.cocopre-detail .simulationArea{
		position: relative;
		margin-bottom: 5%;
	}
	.cocopre-detail .simulationArea p.notice{
		font-size: 3vw;
	}
	.cocopre-detail .simulationArea p.text{
		font-size: 3.6vw;
	}
	.cocopre-detail .top-block .salespoint{
		margin-top: 3%;
		padding: 3% 3% 30px 3%;
	}
	.cocopre-detail .top-block .salespoint dt{
		font-size: 3.8vw;
		margin-bottom: 5px;
	}
	.cocopre-detail .top-block .salespoint dd{
		font-size: 3.26vw;
	}
	.cocopre-detail .top-block .salespoint dd .grad-trigger,
	.cocopre-detail .top-block .salespoint dd .grad-trigger.is-show{
		bottom: -25px;
	}
	.cocopre-detail .btnArea .trial-box{
		width: 100%;
		border: none;
		position: fixed;
		top: 57px;
		margin: 0 -2%;
		padding: 2% 3%;
		z-index: 10;
	}
	.cocopre-detail .btnArea .trial-box dt{
		font-size: 3.6vw;
	}
	.cocopre-detail .btnArea .trial-box dd{
		font-size: 4vw;
	}
	.cocopre-detail .btnArea .img-box{
		margin-top: 3%;
	}
	.cocopre-detail .btnArea .item-table{
		padding: 3% 0;
	}
	.cocopre-detail .block_btn .btn_red{
		padding: 3%;
		font-size: 4vw;
	}
	.cocopre-detail .block_btn .btn_red span{
		font-size: 3.26vw;
	}
	.cocopre-detail h3.h3_ttl{
		font-size: 4vw;
	}
	.cocopre-detail .item-block{
		display: block;
	}
	.cocopre-detail .item-block .item-table{
		width: 100%;
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px){
	.cocopre-detail .top-block{
		webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
	}
	.cocopre-detail .top-block .contentArea{
		width: 60%;
	}
	.cocopre-detail .simulationArea{
		position: relative;
		margin-bottom: 40px;
	}
	.cocopre-detail .simulationArea p.notice{
		font-size: 12px;
	}
	.cocopre-detail .simulationArea p.text{
		font-size: 14px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.detail-guide .cocopre-detail{
		padding: 40px 0;
	}
	.cocopre-detail .top-block .head-box p.price,
	.cocopre-detail .top-block .head-box p.address{
		font-size: 20px;
	}
	.cocopre-detail .top-block .salespoint{
		margin-top: 10px;
		padding: 10px 10px 30px 10px;
	}
	.cocopre-detail .top-block .salespoint dt{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.cocopre-detail .top-block .salespoint dd{
		font-size: 14px;
	}
	.cocopre-detail .top-block .salespoint dd .grad-trigger,
	.cocopre-detail .top-block .salespoint dd .grad-trigger.is-show{
		bottom: -25px;
	}
	.cocopre-detail .top-block .btnArea{
		width: 38%;
	}
	.cocopre-detail .img-list__item{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.cocopre-detail .img-list__item:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.cocopre-detail .btnArea .trial-box{
		margin-bottom: 10px;
		padding: 10px 15px;
	}
	.cocopre-detail .btnArea .trial-box dt{
		font-size: 14px;
	}
	.cocopre-detail .btnArea .trial-box dd{
		font-size: 18px;
	}
	.cocopre-detail .btnArea .item-table{
		padding: 10px 0;
	}

	.cocopre-detail .block_btn .btn_red{
		padding: 15px;
		font-size: 20px;
	}
	.cocopre-detail .block_btn .btn_red span{
		font-size: 14px;
	}
	.cocopre-detail h3.h3_ttl{
		font-size: 22px;
	}
	.cocopre-detail .item-block{
		display: block;
	}
	.cocopre-detail .item-block .item-table{
		width: 100%;
	}

}
@media screen and (min-width: 1025px){
	.detail-guide .cocopre-detail{
		padding: 60px 0;
	}
	.cocopre-detail .top-block .contentArea{
		width: 60%;
	}
	.cocopre-detail .top-block .head-box p.price,
	.cocopre-detail .top-block .head-box p.address{
		font-size: 22px;
	}
	.cocopre-detail .top-block .salespoint{
		margin-top: 10px;
		padding: 20px 20px 40px 20px;
	}
	.cocopre-detail .top-block .salespoint dt{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.cocopre-detail .top-block .salespoint dd{
		font-size: 16px;
	}
	.cocopre-detail .top-block .salespoint dd .grad-trigger,
	.cocopre-detail .top-block .salespoint dd .grad-trigger.is-show{
		bottom: -30px;
	}
	.cocopre-detail .top-block .btnArea{
		width: 38%;
	}
	.cocopre-detail .img-list__item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.cocopre-detail .img-list__item:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.cocopre-detail .btnArea .trial-box{
		margin-bottom: 10px;
		padding: 15px 20px;
	}
	.cocopre-detail .btnArea .trial-box dt{
		font-size: 14px;
	}
	.cocopre-detail .btnArea .trial-box dd{
		font-size: 18px;
	}
	.cocopre-detail .btnArea .item-table{
		padding: 20px 0;
	}
	.cocopre-detail .block_btn .btn_red{
		padding: 15px 0;
		font-size: 20px;
	}
	.cocopre-detail .block_btn .btn_red span{
		font-size: 14px;
	}
	.cocopre-detail .item-block{
		webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cocopre-detail h3.h3_ttl{
		font-size: 24px;
	}
	.cocopre-detail .item-block .item-table{
		width: 49%;
	}
} */
/* -------　お問合せページ　------- */
.contact-guide .contact-grid{
	width: 96%;
	margin: auto;
	border: 1px solid #727272;
}
.contact-guide .contact-grid .caption{
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 5% 0;
	}
	.contact-guide .contact-grid{
		padding: 3%;
	}
	.contact-guide .contact-grid .caption{
		font-size: 3.8vw;
		margin-bottom: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-guide{
		padding: 60px 0;
	}
	.contact-guide .contact-grid{
		max-width: 900px;
		padding: 40px;
	}
	.contact-guide .contact-grid .caption{
		font-size: 16px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 1025px){
	.contact-guide{
		padding: 150px 0;
	}
	.contact-guide .contact-grid{
		max-width: 900px;
		padding: 70px 90px;
	}
	.contact-guide .contact-grid .caption{
		font-size: 16px;
		margin-bottom: 20px;
	}
}

/* -------　もっと　------- */
/*　　共通　　*/
.more-guide .inner{
	width: 90%;
}
.more-guide .page-view h2.h2_ttl{
	position: relative;
	text-align: center;
	font-weight: bold;
}
.more-guide .page-view h2.h2_ttl::before{
	position: absolute;
	content: '';
	display: block;
	background: #484848;
	height: 2px;
	width: 64px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.more-guide h3.h3_ttl{
	color: #087F83;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.more-guide{
		margin-bottom: 15%;
	}
	.more-guide .page-view{
		padding: 15% 0 5% 0;
	}
	.more-guide .page-view h2.h2_ttl{
		font-size: 6vw;
	}
	.more-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -15px;
	}
	.more-guide h3.h3_ttl{
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.more-guide .p-caption{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.more-guide .text-grid{
		font-size: 3.6vw;
		line-height: 1.8;
		padding-bottom: 3%;
	}
	.more-guide .text-grid ul{
		margin-left: 10px;
	}
}
@media only screen and (min-width: 768px){
	.more-guide .p-caption{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.more-guide .text-grid{
		font-size: 14px;
		line-height: 1.8;
		padding-bottom: 20px;
	}
	.more-guide .text-grid ul{
		margin-left: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.more-guide{
		margin-bottom: 60px;
	}
	.more-guide .page-view{
		padding: 85px 0 40px 0;
	}
	.more-guide .page-view h2.h2_ttl{
		font-size: 40px;
	}
	.more-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -25px;
	}
	.more-guide h3.h3_ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1025px){
	.more-guide{
		margin-bottom: 80px;
	}
	.more-guide .page-view{
		padding: 100px 0 64px 0;
	}
	.more-guide .page-view h2.h2_ttl{
		font-size: 60px;
	}
	.more-guide .page-view h2.h2_ttl::before{
		width: 64px;
		top: -40px;
	}
	.more-guide h3.h3_ttl{
		font-size: 24px;
		margin-bottom: 20px;
	}
}
/*　　ココプレ　　*/
/* TODO 2024/07/26 未使用CSS */


/* .cocopre-grid .cocopre-view{
    position: relative;
}
.cocopre-grid .cocopre-view .view-box{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 7%;
	-webkit-transform: translate( 0%, -50%);
	transform: translate( 0%, -50%);
}
.cocopre-grid .cocopre-view .view-box p{
	color: #FFFFFF;
}
.cocopre-grid .cocopre-view .view-box p.p_ttl{
	font-weight: bold;
}
.cocopre-grid .cocopre-view .view-box ul li a{
	background: #FFFFFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.cocopre-grid .cocopre-about .page-block{
		display: block;
	}
	.cocopre-grid .cocopre-about .page-block .imgArea,
	.cocopre-grid .cocopre-about .page-block .contentArea{
		width: 100%;
	}
	.cocopre-grid .cocopre-about .page-block .contentArea{
		margin-bottom: 3%;
		font-size: 3.6vw;
	}
	.cocopre-grid .cocopre-view{
		padding: 8% 0;
	}
	.cocopre-grid .cocopre-view .view-box p{
		font-size: 3.6vw;
		line-height: 1.2;
	}
	.cocopre-grid .cocopre-view .view-box p.p_ttl{
		font-size: 5vw;
		margin-bottom: 5%;
	}
	.cocopre-grid .cocopre-view .view-box ul li a{
		font-size: 3.26vw;
		padding: 3% 5%;
	}
}
@media only screen and (min-width: 768px){
	.cocopre-grid .cocopre-about .page-block .imgArea{
		width: 50%;
	}
	.cocopre-grid .cocopre-about .page-block .contentArea{
		width: 50%;
		margin-right: 3%;
	}
	.cocopre-grid .cocopre-view{
		padding: 100px 0;
	}
	.cocopre-grid .cocopre-view .view-box p{
		font-size: 16px;
		line-height: 1.2;
	}
	.cocopre-grid .cocopre-view .view-box p.p_ttl{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.cocopre-grid .cocopre-view .view-box ul li a{
		font-size: 12px;
		padding: 10px 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.cocopre-grid .cocopre-list .post-list__item{
		width: 32.6%;
		margin: 0 1% 2% 0;
	}
	.cocopre-grid .cocopre-list .post-list__item:nth-child(3n){
		margin: 0 0 2% 0;
	}
}
@media screen and (min-width: 1025px){
	.cocopre-grid .cocopre-list .post-list__item{
		width: 24.25%;
		margin: 0 1% 2% 0;
	}
	.cocopre-grid .cocopre-list .post-list__item:nth-child(4n){
		margin: 0 0 2% 0;
	}
}

.white-popup {
	background: #FFF;
    padding: 30px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
		position: relative;
		border-radius: 20px;
} */
/* -------　広告　------- */
/* TODO 2024/07/26 未使用CSS */

/*
.pickup-grid{
	background: #222;
}
*/
/* .pickup-grid_black{
	background: #222;
}
.pickup-grid .lot_ad{
	background: rgba( 0, 0, 0, 0.8 );
	padding: 10px 0 2px 0;
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
}
.pickup-grid_white{
	background: #fff;
	border: #484848 solid 1px;
	border-radius: 10px;
	margin-bottom: 15px; 
}
.pickup-grid_black .caption{
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
	font-size: 13px;
}
.pickup-grid_white .caption{
	color: #484848;
	font-weight: bold;
	line-height: 1.2;
	font-size: 13px;
}
.pickup-grid .pickup-items{
	position: relative;
}
.pickup-grid .pickup-items a{
	display: block;
}
.pickup-grid .pickup-items .imgArea img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: 140px;

}
.pickup-grid .pickup-items .contentArea{
	width: 100%;
	left: 0;
	color: #ffffff;
}
.pickup-grid .pickup-items .contentArea_black{
	width: 100%;
	left: 0;
	color: #484848;
}
.pickup-grid .pickup-items .contentArea_model{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
}
.pickup-grid .pickup-items .trader{
	font-weight: bold;
	line-height: 1.2;
}
.pickup-grid .pickup-items .text{
	line-height: 1.4;
}
.pickup-grid .pickup-items .price{
	font-weight: bold;
	line-height: 1.4;
}
.pickup-grid .slick-prev:before{
	content: '＜';
	opacity: 1;
}
.pickup-grid .slick-next::before{
    content: '＞';
    opacity: 1;
}
.pickup-grid .login li{
	border: 1px solid #ffffff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 3;
}
.pickup-grid .login li a{
	display: block;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.pickup-grid{
		padding: 2% 5%;
	}
	.pickup-grid_none{
		padding: 0 !important;
	}
	.pickup-grid_black .caption{
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
	font-size: 11px;
	}
	.pickup-grid_white .caption{
	color: #484848;
	font-weight: bold;
	line-height: 1.2;
	font-size: 11px;
	}
	.pickup-grid .caption .to_list{
		font-size: 3vw;
		line-height: 1.4;
	}
	.pickup-grid_black .caption .to_list{
		font-size: 3vw;
		line-height: 1.4;
		color: #fff;
	}
	.pickup-grid_white .caption .to_list{
		font-size: 3vw;
		line-height: 1.4;
		color: #484848;
	}
	.pickup-grid .caption .to_list{
		font-size: 3vw;
		line-height: 1.4;
	}
	.pickup-grid .lot_ad{
	background: rgba( 0, 0, 0, 0.8 );
	padding: 10px 15px 2px 20px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	}
	.pickup-grid .pickup-slider{
		padding: 0% 0;
	}
	.pickup-grid .pickup-items{
		margin: 5px;
	}
	.pickup-grid .pickup-items .contentArea, .contentArea_model{
		padding: 3%;
	}
	.pickup-grid .pickup-items .trader{
		font-size: 3.4vw;
	}
	.pickup-grid .pickup-items .text{
		font-size: 2.26vw;
	}
	.pickup-grid .pickup-items .price{
		font-size: 3.26vw;
	}
	.pickup-grid .slick-prev:before,
	.pickup-grid .slick-next::before {
		font-size: 22px;
		font-family: inherit;
	}	

	.pickup-grid .inverted .slick-prev:before,
	.pickup-grid .inverted .slick-next::before {
		color: #484848;
	}

	.pickup-grid .login li a{
		font-size: 3.6vw;
		padding: 5px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pickup-grid{
		padding: 15px;
	}
	.pickup-grid_none{
		padding: 0 !important;
	}
	.pickup-grid .caption .to_list{
		font-size: 10px;
	}
	.pickup-grid_black .caption .to_list{
		font-size: 10px;
		color: #fff;
	}
	.pickup-grid_white .caption .to_list{
		font-size: 10px;
		color: #484848;
	}
	.pickup-grid .pickup-slider{
		padding: 10px 0;
	}
	.pickup-grid .pickup-items{
		margin: 5px;
	}
	.pickup-grid .pickup-items .contentArea{
		padding: 10px;
	}
	.pickup-grid .pickup-items .trader{
		font-size: 12px;
	}
	.pickup-grid .pickup-items .text{
		font-size: 12px;
	}
	.pickup-grid .pickup-items .price{
		font-size: 14px;
	}
	.pickup-grid .slick-prev:before,
	.pickup-grid .slick-next::before {
		font-size: 22px;
		font-family: inherit;
	}
	.pickup-grid .login li a{
		font-size: 14px;
		padding: 5px 0;
	}
}
@media screen and (min-width: 1025px){
	.pickup-grid{
		padding: 10px 0px 2px 0;
	}
	.pickup-grid .caption{
		font-size: 13px;
	}
	.pickup-grid_black .caption .to_list{
		font-size: 10px;
		font-weight: bold;
		vertical-align: 1px;
		color: #fff;
	}
	.pickup-grid_white .caption .to_list{
		font-size: 10px;
		font-weight: bold;
		vertical-align: 1px;
		color: #484848;
	}
	.pickup-grid .pickup-slider{
		padding: 2px 0 0px 0;
	}
	.pickup-grid .pickup-items{
		margin: 5px;
	}
	.pickup-grid .pickup-items .contentArea{
		padding: 2px;
	}
	.pickup-grid .pickup-items .contentArea_model{
		padding: 5px;
	}
	.pickup-grid .pickup-items .trader{
		font-size: 12px;
	}
	.pickup-grid .pickup-items .text{
		font-size: 10px;
	}
	.pickup-grid .pickup-items .price{
		font-size: 12px;
	}
	.pickup-grid .slick-prev:before,
	.pickup-grid .slick-next::before {
		font-size: 23px;
		font-family: inherit;
	}
	.pickup-grid .inverted .slick-prev:before,
	.pickup-grid .inverted .slick-next::before {
		font-size: 23px;
		font-family: inherit;
		color: #484848;
	}
	.pickup-grid .login li a{
		font-size: 16px;
		padding: 5px 0;
	}
} */
/**
/* 業者専用ページ CSS
----------------------------------------------- */
/* TODO 2024/07/26 未使用CSS */

/* .traderWrap .global-header .header-view .view-box{
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    text-align: center;
}
.traderWrap .global-header .header-view .view-box .logo img{
	width: 363px;
}
.traderWrap .global-header .header-view .view-box ul li a{
	font-family: 'Open Sans', sans-serif;
	display: block;
	color: #357209;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.6;
}
@media only screen and (max-width: 735px) {
	.traderWrap .global-header .header-view .view-box .logo img{
		width: 260px;
	}
	.traderWrap .global-header .header-view .view-box ul li a{
		font-size: 7.8vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.traderWrap .global-header .header-view .view-box .logo img{
		width: 300px;
	}
	.traderWrap .global-header .header-view .view-box ul li a{
		font-size: 32px;
	}
} */
/*　　お知らせ・新着情報　　*/
.traderWrap .news-guide{
	padding: 60px 0 40px 0;
}
.traderWrap .news-guide .news-items{
	border-bottom: 1px dotted #5F5F5F;
	align-items: center;
}
.traderWrap .news-guide .news-items:last-child{
	border-bottom: none;
}
.traderWrap .news-guide .news-items dt{
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
}
.traderWrap .news-guide .news-items dd{
	width: calc(100% - 80px);
	font-size: 14px;
	padding: 20px;
}
.traderWrap .news-guide .news-items dd span{
	display: inline-block;
	font-size: 12px;
	padding: 0 20px 0 0;
}
@media only screen and (max-width: 735px) {
	.traderWrap .news-guide{
		padding: 10% 0 6% 0;
	}
	.traderWrap .news-guide .news-items dt{
		width: 80px;
		font-size: 3.6vw;
		padding: 2% 0;
	}
	.traderWrap .news-guide .news-items dd{
		width: 100%;
		font-size: 3.6vw;
		padding: 2%;
	}
	.traderWrap .news-guide .news-items dd span{
		display: block;
		font-size: 3.4vw;
		padding: 0;
		margin-bottom: 2%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.traderWrap .news-guide .news-items dd span{
		display: block;
		font-size: 12px;
		padding: 0;
		margin-bottom: 5px;
	}
}
/*　　おすすめ　　*/
.traderWrap .recommend-guide{
	padding: 20px 0;
}
.traderWrap .recommend-guide .recommend-list .recommend-items{
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.traderWrap .recommend-guide .recommend-list .recommend-items:nth-child(4n){
	margin: 0 0 2% 0;
}
.traderWrap .recommend-list .recommend-items .recommend-img{
	display: block;
	position: relative;
}
.traderWrap .recommend-list .recommend-items .recommend-img:before{
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: -moz-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: -webkit-linear-gradient(to bottom, rgb(250,250,250,0.5),rgb(0,0,0,0.5)); 
	background: linear-gradient(to bottom, rgb(250,250,250,0.0),rgb(250,250,250,0.0),rgb(250,250,250,0.0),rgb(50,50,50,0.15),rgb(0,0,0,0.7));
}
.traderWrap .recommend-list .recommend-items .post-date{
	padding-top: 10px;
}
.traderWrap .recommend-list .recommend-items .caption{
	font-size: 12px;
}
.traderWrap .recommend-list .recommend-items .land{
	font-size: 16px;
	font-weight: bold;
}
.traderWrap .recommend-list .recommend-items .price{
	font-size: 14px;
}
@media only screen and (max-width: 735px) {
	.traderWrap .recommend-guide{
		padding: 5% 0;
	}
	.traderWrap .recommend-guide .recommend-list .recommend-items{
		width: 48.25%;
	}
	.traderWrap .recommend-guide .recommend-list .recommend-items:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.traderWrap .recommend-list .recommend-items .post-date{
		padding-top: 5%;
	}
	.traderWrap .recommend-list .recommend-items .caption{
		font-size: 3.4vw;
	}
	.traderWrap .recommend-list .recommend-items .land{
		font-size: 3.8vw;
	}
	.traderWrap .recommend-list .recommend-items .price{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.traderWrap .recommend-guide .recommend-list .recommend-items{
		width: 32.6%;
	}
	.traderWrap .recommend-guide .recommend-list .recommend-items:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.traderWrap .recommend-guide .recommend-list .recommend-items:nth-child(4n){
		margin: 0 1% 2% 0;
	}
}

/*　　会社概要　　*/
.traderWrap .about-guide{
	background: #FFFFFF;
	border-top: 1px solid #aaaaaa;
	padding: 40px 0;
}
.traderWrap .about-guide .introduction-grid{
	margin-bottom: 40px;
}
.traderWrap .about-guide .introduction-grid .imgArea{
	width: 40%;
}
.traderWrap .about-guide .introduction-grid .imgArea img{
	border-radius: 5px;
}
.traderWrap .about-guide .introduction-grid .contentArea{
	width: 55%;
}
.traderWrap .about-guide .introduction-grid .contentArea .h3_ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.traderWrap .about-guide .introduction-grid .contentArea .p-text{
	font-size: 14px;
}
.traderWrap .about-guide .company-grid h2.h2_ttl{
	color: #484848;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.traderWrap .company-grid .company-box{
	width: calc(100% - 250px);
	padding-right: 20px;
}
.traderWrap .company-grid .company-box table{
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-bottom: 15px;
}
.traderWrap .company-grid .company-box table th{
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px dotted #5F5F5F;
}
.traderWrap .company-grid .company-box table td{
	font-size: 14px;
	padding: 20px;
	border-bottom: 1px dotted #5F5F5F;
}
.traderWrap .company-grid .company-box .detail li{
	font-size: 14px;
	line-height: 1.8;
}
.traderWrap .company-grid .block_btn{
	width: 250px;
}
.traderWrap .company-grid .block_btn li{
	margin-bottom: 10px;
}
.traderWrap .company-grid .block_btn .btn_border{
	border: 1px solid #707070;
	border-radius: 7px;
}
.traderWrap .company-grid .block_btn span{
	font-size: 14px;
}
.traderWrap .contactbtn-guide{
	border-top: 1px solid #aaaaaa;
}
.traderWrap .contactbtn-guide .logo{
	text-align: center;
	margin-bottom: 20px;
}
.traderWrap .contactbtn-guide .logo img{
	max-width: 160px;
}
@media only screen and (max-width: 735px) {
	.traderWrap .about-guide{
		padding: 6% 0;
	}
	.traderWrap .about-guide .introduction-grid{
		margin-bottom: 6%;
	}
	.traderWrap .about-guide .introduction-grid .imgArea{
		width: 100%;
	}
	.traderWrap .about-guide .introduction-grid .contentArea{
		width: 100%;
	}
	.traderWrap .about-guide .introduction-grid .contentArea .h3_ttl{
		font-size: 3.8vw;
		margin: 4% 0;
	}
	.traderWrap .about-guide .introduction-grid .contentArea .p-text{
		font-size: 3.6vw;
	}
	.traderWrap .about-guide .company-grid h2.h2_ttl{
		font-size: 4.2vw;
		margin-bottom: 1%;
	}
	.traderWrap .company-grid .company-box{
		width: 100%;
		padding-right: 0;
	}
	.traderWrap .company-grid .company-box table{
		margin-bottom: 3%;
	}
	.traderWrap .company-grid .company-box table th{
		font-size: 3.6vw;
		padding: 4%;
	}
	.traderWrap .company-grid .company-box table td{
		font-size: 3.6vw;
		padding: 4%;
	}
	.traderWrap .company-grid .company-box .detail{
		margin-bottom: 3%;
	}
	.traderWrap .company-grid .company-box .detail li{
		font-size: 3.6vw;
	}
	.traderWrap .company-grid .block_btn{
		width: 100%;
	}
	.traderWrap .company-grid .block_btn li{
		margin-bottom: 2%;
	}
	.traderWrap .company-grid .block_btn span{
		font-size: 3.6vw;
	}
	.traderWrap .contactbtn-guide .logo{
		margin-bottom: 4%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.traderWrap .about-guide .introduction-grid .imgArea{
		width: 43%;
	}
	.traderWrap .about-guide .introduction-grid .contentArea{
		width: 54%;
	}
	.traderWrap .about-guide .introduction-grid .contentArea .h3_ttl{
		margin-bottom: 20px;
	}
}
.traderWrap .footer .site-link{
	margin-top: 20px;
	text-align: center;
}
/*============================
  utils
============================*/

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt34 {
  margin-top: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml18 {
  margin-left: 18px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.mr0 {
  margin-right: 0px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.pt0 {
  padding-top: 0px;
}

.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb300 {
  padding-bottom: 300px;
}

.pl0 {
  padding-left: 0px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl23 {
  padding-left: 23px;
}

.pl25 {
  padding-left: 25px;
}

.pl28 {
  padding-left: 28px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl42 {
  padding-left: 42px;
}

.pl45 {
  padding-left: 45px;
}

.pl47 {
  padding-left: 47px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl56 {
  padding-left: 56px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl105 {
  padding-left: 105px;
}

.pl110 {
  padding-left: 110px;
}

.pl115 {
  padding-left: 115px;
}

.pl120 {
  padding-left: 120px;
}

.pl130 {
  padding-left: 130px;
}

.pl140 {
  padding-left: 140px;
}

.pl150 {
  padding-left: 150px;
}

.pl155 {
  padding-left: 155px;
}

.pl200 {
  padding-left: 200px;
}

.pr0 {
  padding-right: 0px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

.draggable,
.resizable,
.scalable,
.rotatable,
.origin,
.warpable,
.pinchable {
  position: absolute;
  left: 0;
}

.origin {
  transform-origin: 30% 50%;
}

pre {
  position: relative;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  max-width: 500px;
}

code.hljs {
  padding: 0;
}

.tab {
  padding: 10px 12px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  box-shadow: none;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  outline: none;
}

.tab.selected {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.panel {
  display: none;
}

.panel.selected {
  display: block;
}

.page.footer {
  font-weight: 400;
}

.page.footer a {
  text-decoration: underline;
}

.page.footer span:first-child:before {
  content: "";
}

.page.footer span:before {
  content: "/";
}

.container {
  width: 100%;
  height: 100%;
  max-width: 606px;
  max-height: 606px;
  position: relative;
}

.moveable {
  position: absolute;
  text-align: center;
  margin: 0px auto;
}

.kokopurePlaceholder {
  width: 606px;
  height: 606px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  background-color: #fff;
}

.kokopureMenu {
  background-color: #C8E9FB;
  height: 60px;
  width: 100%;
  bottom: 3px;
  box-sizing: border-box;
  padding: 10px 25px;
  position: relative;
  display: inline-flex;
  flex-direction: row;
}
.kokopureMenu img {
  transform: rotate(-90deg);
  width: auto;
  height: 100%;
  float: left;
  display: block;
  margin-right: 50px;
  pointer-events: auto;
  cursor:grab;
}

@media only screen and (max-width: 735px) {
	.kokopureMenu img {
		margin-right: 30px;
	}
}

.kokopureMenu img::selection {
	background: none;
}

/* @media only screen and (max-width: 735px) {
  .kokopureMenu { overflow-x: scroll; }
} */