﻿/*popup_忘記密碼*/
.btn_PwForget {
    display: flex;
}

    .btn_PwForget a {
        flex: 1 1 50%;
        display: block;
        margin-right: 20px;
        padding: 105px 0 20px;
        text-align: center;
        font-size: 20px;
        border: solid 2px #62c4c0;
        border-radius: 10px;
    }

        .btn_PwForget a:nth-last-child(1) {
            margin: 0;
        }

        .btn_PwForget a .title {
            display: block;
            margin-bottom: 10px;
            font-size: 30px;
            color: #009e96;
        }

.btn_PwForget_icon01 {
    background: url(../images/btn_PwForget_icon_01.png) center 20px no-repeat;
    background-size: auto 64px;
}

.btn_PwForget_icon02 {
    background: url(../images/btn_PwForget_icon_02.png) center 20px no-repeat;
    background-size: auto 64px;
}
