/* 戸建て vs 分譲マンション - ページ固有CSS */

/* イントロセクション */
#intro h3 {
    padding-bottom: 0;
}

/* 男性吹き出し */
.man {
    background: url(../img/kodate-mantion/man1.png) no-repeat #e6f4ff;
    background-position: bottom 0 right 36px;
    padding: 70px 45px;
    font-size: 21px;
    line-height: 35px;
    border-radius: 50px;
    margin-top: 70px;
}

/* 女性吹き出し */
.woman {
    background: url(../img/kodate-mantion/woman1.png) no-repeat #fff2f2;
    background-position: bottom 0 right 25px;
    padding: 60px 45px;
    font-size: 21px;
    line-height: 35px;
    border-radius: 50px;
    margin: 15px 0 0;
}

/* 男性吹き出し2 */
.man2 {
    background: url(../img/kodate-mantion/man2.png) no-repeat #e6f4ff;
    background-position: bottom 0 right 30px;
    padding: 60px 45px;
    font-size: 22px;
    line-height: 35px;
    border-radius: 50px;
    margin-top: 60px;
}

/* 女性吹き出し2 */
.woman2 {
    background: url(../img/kodate-mantion/woman2.png) no-repeat #fff2f2;
    background-position: bottom 0 right 30px;
    padding: 70px 45px;
    font-size: 22px;
    line-height: 35px;
    border-radius: 50px;
    margin: 20px 0 0;
}

/* 提案ボックス */
.proposal {
    background: url(../img/common/fpkun1.png) no-repeat #FFF8EE;
    background-position: top 0 right 0;
    padding: 60px 45px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 50px;
    margin: 15px 0;
    position: relative;
}

.proposal p span {
    font-size: 24px;
    display: inline-block;
    margin-top: 20px;
}

.proposal strong {
    color: #ff0000;
    font-weight: normal;
}

.proposal img {
    position: absolute;
    right: 20px;
    bottom: -55px;
    z-index: 1000;
}

/* ちょっとまって */
.wait {
    font-family: 'Noto Sans JP Bold';
    font-size: 34px;
}

/* ポイント */
.point {
    color: #ff0000;
    margin: 0 0 20px;
    font-family: 'Noto Sans JP Bold';
}

/* シミュレーションセクション */
#simlation p.sim {
    padding: 0 0 0 167px;
    line-height: 30px;
    width: 520px;
}

#simlation p.simw {
    padding: 0;
    line-height: 30px;
}

#simlation #point {
    list-style-type: none;
    margin: 30px 0 60px;
}

#simlation #point li {
    padding: 0 0 0 75px;
    font-size: 20px;
    line-height: 32px;
}

#simlation #point li:first-child {
    background: url(../img/kodate-mantion/point1.png) no-repeat left center;
    margin-bottom: 15px;
}

#simlation #point li:nth-child(2) {
    background: url(../img/kodate-mantion/point2.png) no-repeat left center;
}

#simlation h4 {
    color: #fff;
    background: #023F64;
    padding: 10px 0;
    margin-bottom: 30px;
}

#simlation p.sim {
    margin-top: 45px;
    font-size: 15px;
}

#simlation .require {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0 0 167px;
}

#simlation .arrow {
    text-align: center;
    margin: 30px 0 0;
}

#simlation .arrow img {
    margin-bottom: 30px;
}

#simlation p.sim strong,
#simlation p.simw strong {
    color: #ff0000;
}

/* テーブル */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

th, td {
    border: 1px solid #9fa0a0;
}

th {
    border-bottom: none;
    padding: 5px 0;
    font-size: 16px;
}

td {
    background: #fff;
    border-top: none;
    vertical-align: top;
    line-height: 190%;
    font-size: 12px;
    padding: 10px 12px;
}

/* まとめセクション */
#conclusion {
    margin-bottom: 40px;
}

#conclusion h3 {
    padding-bottom: 40px;
}

#conclusion ul {
    font-size: 22px;
    text-align: center;
    list-style-type: none;
}

#conclusion ul li {
    line-height: 35px;
    margin: 30px 0;
}

#conclusion strong {
    color: #E20000;
    font-weight: normal;
    font-family: 'Noto Sans JP Medium';
}

/* レッツシミュレーション */
#lets {
    font-family: 'Noto Sans JP Bold';
    background: #023F64;
    width: 824px;
    margin: 60px auto 0;
    color: #fff;
    font-size: 31px;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    padding: 40px 0;
}

#lets strong {
    color: #E3D17D;
}

/* フィニッシュセクション */
#finish {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 740px;
    margin: 60px auto;
}

#finish span {
    font-family: 'Noto Sans JP Bold';
    font-size: 25px;
}

/* ページトップボタン */
.pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #023F64;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.3s;
    z-index: 9999;
}

.pagetop:hover {
    opacity: 0.7;
}

.pagetop__arrow {
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    margin-top: 6px;
}