@charset "utf-8";

/* p-box
---------------------------------------------------------------------------- */
.p-box01 {
	position: relative;
}
.p-box01 .p-box01-img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.p-box01 p {
	position: absolute;
	left: 447px;
	/* left: 467px; */
	/* top: 0; */
	top: -5px;
}
.p-right {
	text-align: right;
	margin-top: -3px;
}

/* 改修2023開始 */
.p-box01 .p-box01-img img {
	/* width: 50%; */
}
.p-box01 .p-box01-img img:nth-child(1) {
	margin-right: 21px;
}

.p-box-tit {
	font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #459fb9;
    line-height: 1.35;
    letter-spacing: 0.08em;
}
.redevelopment-content {
	clear: both;
	width: 100%;
}
.redevelopment-content-inner {
	padding: 0 20px;
}
.w100 {
	width: 100%;
}
.p-box-img {
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #459fb9;
    line-height: 1.2;
    letter-spacing: 0.18em;
    margin-top: -4px;
}
/* 改修2023終了 */

@media all and (max-width: 640px){
/* p-box
---------------------------------------------------------------------------- */
.p-box01 .p-box01-img img {
	width: 48.6%;
}
.p-box01 p {
	position: static;
	left: 0;
	top: 0;
	margin: 10px auto 0;
}
.p-right {
	margin: 0 auto;
	width: 60%;
}

/* 改修2023開始 */
.p-box-tit {
	font-size: 18px;
    line-height: 1.55;
	margin-top: -6px;
}
.p-box-tit img {
	margin: 0;
}
.p-box01 .p-box01-img {
	justify-content: space-between;
}
.p-box01 .p-box01-img img:nth-child(1) {
	margin-right: 0;
}
.p-box-img {
    font-size: 20px;
	margin-top: -5px;
}
.redevelopment-content-inner {
	padding: 0;
}
/* 改修2023終了 */
}
