@charset "UTF-8";
/*-------------------------
 * 
 * 
 * 
 * Page title
 * 
 * 
 * 
-------------------------*/

.page_ttl {
    margin-bottom: 0;
}

/*-------------------------
 * 
 * 
 * 
 * Confirm
 * 
 * 
 * 
-------------------------*/

#confirm > .inner {
    max-width: 960px;
    padding-bottom: 100px;
}

.confirm_item {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.confirm_item:first-of-type {
    border-top: 1px solid #ddd;
}

.confirm_item_hl {
    width: 240px;
    flex-shrink: 0;
    padding: 20px 30px;
    background: #F0F7F0;
    display: flex;
    align-items: center;

}

.confirm_item_desc {
    padding: 20px 30px;
}

.confirm_item_desc > * {
    margin-bottom: 1em;
}

.confirm_item_desc > *:last-child {
    margin-bottom: 0;
}

.confirm_item_desc ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

.confirm_item_desc li {
    margin-bottom: .25em;
}

.confirm_item_desc li:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

    .confirm_item {
        display: block;
    }

    .confirm_item_hl {
        width: 100%;
        display: block;
        padding: 16px 20px;

    }

    .confirm_item_hl br {
        display: none;
    }

    .confirm_item_desc {
        width: 100%;
        padding: 20px;
    }
}

.header_msg {
    text-align: center;
    line-height: 1.5;
}

.header_msg .trial_btn a {
    display: inline-block;
    margin-right: initial;
    font-weight: bold;
}