/* 固定金利 vs 変動金利 ページ専用CSS */

.man {
    background: url(../img/kotei-hendo/man.png) no-repeat #e6f4ff;
    background-position: bottom 0 right 36px;
    padding: 45px 45px;
    font-size: 21px;
    line-height: 35px;
    border-radius: 50px;
}

.woman {
    background: url(../img/kotei-hendo/woman.png) no-repeat #fff2f2;
    background-position: bottom 0 right 25px;
    padding: 45px 45px;
    font-size: 21px;
    line-height: 35px;
    border-radius: 50px;
    margin: 15px 0 0;
}

.man2 {
    background: url(../img/kotei-hendo/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;
}

.woman2 {
    background: url(../img/kotei-hendo/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: #FFF8EE;
    padding: 45px 45px;
    font-size: 16.5px;
    line-height: 35px;
    border-radius: 50px;
    margin: 15px 0;
    position: relative;
}

.proposal p span {
    font-size: 25px;
    display: inline-block;
    margin-top: 20px;
}

.proposal img {
    position: absolute;
    right: 20px;
    bottom: -55px;
    z-index: 1000;
}

.wait {
    font-family: 'Noto Sans JP Bold';
    font-size: 34px;
}

.point {
    margin: 30px 0 10px;
}

#simlation p.sim {
    padding: 0 0 0 167px;
    line-height: 30px;
    width: 520px;
}

#simlation .arrow {
    text-align: center;
    margin: 30px 0;
}

#simlation p.sim strong {
    color: #FF0000;
    font-weight: normal;
}

#conclusion {
    margin-bottom: 40px;
}

#conclusion ol {
    font-size: 22px;
    padding: 0 0 30px 38px;
}

#conclusion ol li {
    line-height: 70px;
}

#conclusion p {
    font-size: 15.3px;
    line-height: 29px;
    margin: 0 70px 35px 15px;
}

#conclusion strong {
    color: #E20000;
    font-weight: normal;
}

#conclusion p.warn {
    font-size: 21.5px;
    line-height: 28px;
    margin-bottom: 30px;
}

#conclusion p.warn strong {
    color: #E20000;
    font-weight: normal;
}

#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 {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #054060;
    border: solid 3px #054060;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

.pagetop:hover, .pagetop:hover .pagetop__arrow {
    border-color: #054060;
    background: #fff;
}
