@charset "utf-8";

/* 協会けんぽ
-----------------------------------------------------*/



/* 注意：お申込み前に必ずお読みください
-----------------------------------------------------*/

.notice-wrap {
    text-align: right;
}

.notice-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #b51e2e;
    text-decoration: none!important;
    background: #fff;
    transition: opacity 0.2s;
	border-radius: 6px;
	padding: 4px 4px 4px 10px; /* ←追加 */
	gap: 10px;
}

.notice-pdf-btn:hover {
    opacity: 0.8;
}

.notice-text {

    color: #b51e2e;
    font-size: 16px;
    line-height: 1.4;
	font-weight: 600;
	margin-top: 2px;
}

.notice-label {
    background: #b51e2e;
    color: #fff;
    padding: 6px 10px 5px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
	border-radius: 4px;
}


