/* 
/* 不動産購入の流れ画面 css
----------------------------------------------- */
.more-guide .purchase-view {
	padding: 0;
}
.purchase-grid h2.h2_ttl span {
	display: block;
}
.purchase-grid .purchase-list span.no {
	display: block;
	color: #087F83;
	border: 1px solid #087F83;
	border-radius: 50%;
	text-align: center;
}
.purchase-grid .purchase-list h3 {
	font-weight: bold;
}
.purchase-grid .purchase-list .contentArea .p_ttl {
	line-height: 1.2;
}
/*----------------------------------------------- 
/* レスポンシブ
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	.purchase-grid h2.h2_ttl span {
		font-size: 3.6vw;
	}
	.purchase-grid .purchase-list {
		margin-bottom: 8%;
	}
	.purchase-grid .purchase-list span.no {
		font-size: 18px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 2%;
	}
	.purchase-grid .purchase-list h3 {
		font-size: 4vw;
		margin-bottom: 1%;
	}
	.purchase-grid .purchase-list .contentArea {
		margin-bottom: 3%;
	}
	.purchase-grid .purchase-list .contentArea .p_ttl {
		font-size: 3.6vw;
		margin-bottom: 2%;
	}
	.purchase-grid .purchase-list .contentArea .p_text {
		font-size: 3.26vw;
	}
}
@media only screen and (min-width: 768px) {
	.purchase-grid .purchase-list{
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	.purchase-grid .purchase-list .imgArea {
		margin-top: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.purchase-grid h2.h2_ttl span{
		font-size: 16px;
	}
	.purchase-grid .purchase-list {
		padding: 0 15px 0 0;
		margin-bottom: 30px;
	}
	.purchase-grid .purchase-list:nth-of-type(2n) {
		padding: 0 0 0 15px;
	}
	.purchase-grid .purchase-list span.no {
		font-size: 18px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.purchase-grid .purchase-list h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.purchase-grid .purchase-list .contentArea {
		margin-bottom: 10px;
	}
	.purchase-grid .purchase-list .contentArea .p_ttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.purchase-grid .purchase-list .contentArea .p_text {
		font-size: 14px;
	}
}
@media screen and (min-width: 1025px) {
	.purchase-grid h2.h2_ttl span{
		font-size: 20px;
	}
	.purchase-grid .purchase-list {
		padding: 0 35px 0 0;
		margin-bottom: 60px;
	}
	.purchase-grid .purchase-list:nth-of-type(2n) {
		padding: 0 0 0 35px;
	}
	.purchase-grid .purchase-list span.no {
		font-size: 24px;
		width: 48px;
		height: 48px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.purchase-grid .purchase-list h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.purchase-grid .purchase-list .contentArea {
		margin-bottom: 20px;
	}
	.purchase-grid .purchase-list .contentArea .p_ttl {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.purchase-grid .purchase-list .contentArea .p_text {
		font-size: 16px;
	}
}
/** スマホサイズ */
@media (max-width: 736px) {
    /** 全体 */
    html,
    body,
    .pageContent.wrapperContent {
        min-width: 0 !important;
    }
    /** フッター TODO 2024/07/18 後々共有CSSに移動予定 */
    footer .footer-block .footer-nav {
        flex-flow: column;
    }
    footer .horizontal-line {
        display: none;
    }
    .footer .footer-wrap {
        padding: 8% 0;
    }
    .footer .footer-wrap .inner {
        display: block;
    }
    .footer .footer-logo {
        width: 100%;
        margin-bottom: 3%;
    }
    .footer .footer-logo h5 {
        font-size: 14px;
    }
    .footer .footer-nav {
        width: 100%;
        padding-left: 0;
        flex-flow: column;
    }
    .footer .footer-nav .nav-items {
        margin-right: 0;
    }
    .footer .footer-nav .nav-items a {
        position: relative;
        font-size: 3.6vw;
        padding-right: 0;
        margin-bottom: 0;
        border-right: none;
        line-height: 3;
    }
    .footer .footer-bottom {
        padding: 3% 0;
    }
    .footer .footer-bottom .inner {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer .footer-bottom .copy {
        font-size: 3.4vw;
    }
    .footer .footer-bottom ul {
        margin-left: 0;
    }
    .footer .footer-bottom ul li a {
        color: #ffffff;
        font-size: 3.4vw;
    }
    footer .flex-flow {
        flex-flow: column;
    }
    footer .vertical-line {
        display: none;
    }
    footer .left,
    footer .center,
    footer .right {
        width: 100% !important;
    }
}
/** タブレットサイズ */
@media (min-width: 736px) and (max-width: 1024px) {
    /** 全体 */
    html,
    body,
    .pageContent.wrapperContent {
        min-width: 0 !important;
    }
    /** フッター TODO 2024/07/18 後々共有CSSに移動予定 */
    /* footer .footer-block .footer-nav {
        flex-flow: column;
    } */
    footer .horizontal-line {
        display: none;
    }
    .footer .footer-wrap {
        padding: 8% 0;
    }
    .footer .footer-wrap .inner {
        display: block;
    }
    .footer .footer-logo {
        width: 100%;
        margin-bottom: 3%;
    }
    .footer .footer-logo h5 {
        font-size: 14px;
    }
    .footer .footer-nav {
        width: 100%;
        padding-left: 0;
        /* flex-flow: column; */
    }
    .footer .footer-nav .nav-items {
        margin-right: 0;
    }
    .footer .footer-nav .nav-items a {
        position: relative;
        font-size: 3.6vw;
        padding-right: 0;
        margin-bottom: 0;
        border-right: none;
        line-height: 3;
    }
    .footer .footer-bottom {
        padding: 3% 0;
    }
    .footer .footer-bottom .inner {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer .footer-bottom .copy {
        font-size: 3.4vw;
    }
    .footer .footer-bottom ul {
        margin-left: 0;
    }
    .footer .footer-bottom ul li a {
        color: #ffffff;
        font-size: 3.4vw;
    }
    footer .flex-flow {
        flex-flow: column;
    }
    footer .vertical-line {
        display: none;
    }
    footer .left,
    footer .center,
    footer .right {
        width: 100% !important;
    }
}
