
@charset "UTF-8";
.ip_link{
    color: #6C63FF;
    border-bottom: 1px solid #6C63FF;
}
.ip_link:hover{
    opacity: 0.7;
}
.ip_table_wrap{
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.ip_table{
    margin-bottom: 8px;
    border: solid 1px #ccc;
    text-align: center;
}
.ip_table th {
    width: 34%;
    background:#77C7C2;
    color: #fff;
    padding: 13px;
    font-weight: normal;
}
.ip_table th:not(:first-of-type) {
    border-left: 1px solid #FFFFFF;
}
.ip_table td {
    padding: 17px;
    font-size: 2rem;
    font-weight: bold;
}
.ip_table td:not(:first-of-type) {
    border-left: 1px solid #77C7C2;
}
.ip_table tbody td{
    vertical-align: middle;
}
.ip_cancel_wrap{
    padding: 44px 50px;
    margin-top: 50px;
    background: #EBF7F6;
}
.ip_cancel_title{
    margin-bottom: 22px;
    font-size: 2rem;
    text-align: center;
}
.ip_cancel_cmt{
    margin-top: 26px;
}
.ip_cancel_btn{
    display: block;
    margin: 35px auto;
    background: #fff;
}
.ip_cancel_btn-hover{
    position: relative;
}
.ip_cancel_btn-hover::after{
    content: "";
    position: absolute;
    top: -3px;
    left: -46px;
    width: 19px;
    height: 25px;
    background: url(../images/icon_file.svg) center /cover no-repeat;
    z-index: 1;
    transition: 0.2s ease;
}
.ip_cancel_btn:hover .ip_cancel_btn-hover::after{
    background: url(../images/icon_file_hover.svg) center / cover no-repeat;
}
.ip_cancel_address{
    background: #fff;
    padding: 19px 36px;
}
.ip_checklist{
    margin-bottom: 50px;
}
.ip_checklist h3{
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .ip_table td,
    h3.ip_title{
        font-size: 1.4rem;
    }
    .ip_cancel_wrap {
        padding: 40px 20px;
        margin-top: 40px;
    }
    .ip_cancel_address {
        padding: 20px 20px;
    }
    .ip_checklist h3{
        font-size: 1.6rem;
    }
}