@charset "UTF-8";
.bl_mypage_partsWrap {
    padding-bottom: 35px;
}

.bl_mypage_partsWrap:not(:nth-child(1)) {
    padding-top: 35px;
}

.bl_mypage_partsWrap_border {
    border-bottom: 1px solid #888;
}

.bl_mypage_parts {
    width: 380px;
}

.bl_mypage_parts:not(:last-of-type) {
    margin-bottom: 25px;
}

.bl_mypage_parts_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.bl_mypage_parts_caution {
    font-size: 11px;
    color: #ff0000;
    vertical-align: text-bottom;
}

.bl_mypage_parts_BtnWrap {
    /* margin-top: 35px; */
    display: flex;
    flex-flow: column;
}

.el_contentsBtn.bl_mypage_Btn {
    text-align: center;
    width: 380px;
    cursor: pointer;
}

.el_contentsBtn.bl_mypage_Btn:not(:last-of-type) {
    margin-bottom: 15px;
}

.float {
    display: flex;
}

.float > div {
    width: 50%;
}

.bl_mypage_parts_information {
    margin-left: 40px;
}

.bl_mypage_parts_information-content {
    margin-top: 12px;
    font-size: 15px;
}
