@charset "UTF-8";
/* 共通 */
:root{
	--page-main-color:#1AAFB4;
	--page-sub-color: #5EC040;
    --page-font-color: #1AB444;
	--page-bg-color:rgba(23, 129, 19, 0.1);
}

/* カスタムスタイル */
.l-main * {
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.l-main {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.l-main .section__ttl {
    color:  #263238;
    font-size: 26px;
    font-weight: 700;
    line-height: 150%; /* 39px */
}
.l-main .section__ttl span {
    font-size: 12px;
    color: var(--page-font-color);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: 3px;
    margin-top: 14px;
}

/* メイン画像 */
.main__bg--catch img {
    width: 100%;
}

/* ご購入までの流れ */
.content__block--flow--08 > .content__description--flow--08 {
    font-size: 16px;
}
.content__subttl--flow--08 {
    font-weight: 700;
    margin-bottom: 10px;
}
.content__description--flow--08 {
    font-size: 16px;
    line-height: 1.63;
}
.content__block--flow--08 .content__list--vertical {
    flex-direction: column;
}
.content__items--flow--08:last-child .content__icon--icon--08 {
    background-image: url(/pg-purchase/images/bg_flow08-last.svg);
    height: 99px;
}

.content__items--worry--05 .content__subttl--worry--05 {
    color: #896A4E;
    font-weight: 700;
}
.content__items--worry--05 {
    padding-bottom: 0;
}
/* 物件 */
.bkn-type {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
    height: 26px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
}
.content__btn--bkn--01 a {
    background-color: #1AB444;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

[class*="content__btn--"] [class*="content__icon--btn--"] {
    color: #fff;
    top: -4px;
}
.card__subttl--bkn--01 {
    font-size: 16px;
    margin-bottom: 6px;
}
.card__description--bkn--01--wrap {
    display: flex;
    align-items: baseline;
    gap: 0 10px;
}
.card__description--bkn--01 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    line-height: 1.8;
}
.card__description--bkn--01--name span.price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}