.l-main {
	background-color: #F9F8F2;
}

.p-owner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.p-owner__content {
		display: block;
	}
}
.p-owner__content .img {
	width: 46rem;
}
@media screen and (max-width: 767px) {
	.p-owner__content .img {
		width: 60%;
		margin: auto auto auto;
	}
}
.p-owner__content .cnt {
	width: calc(100% - 46rem);
	padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-owner__content .cnt {
		width: 100%;
		padding: 0;
		margin-bottom: 4.5454545455vw;
	}
}
.p-owner__content .name {
	font-size: 2rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-owner__content .name {
		font-size: 4.5454545455vw;
	}
}
.p-owner__content .m-text {
	line-height: 1.625;
}

.p-detail {
	padding-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-detail {
		padding-top: 5rem;
	}
}
.p-detail.-page2 {
	padding-top: 0;
}
.p-detail .title {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-detail .title {
		font-size: 1.5rem;
	}
}
.p-detail .title span {
	font-size: 80%;
}
.p-detail .text {
	font-size: 1.6rem;
	line-height: 1.875;
	text-indent: 1em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-detail .text {
		font-size: 1rem;
	}
}
.p-detail .text + .text {
	margin-top: 1em;
}
.p-detail .image {
	margin: 0 0 3rem;
}
.p-detail * + .title {
	margin-top: 2.5em;
}
.p-detail * + .image {
	margin-top: 3rem;
}

.p-pager {
	padding-top: 15rem;
	padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
	.p-pager {
		padding-top: 5rem;
		padding-bottom: 10rem;
	}
}
/*# sourceMappingURL=owner.css.map */