/* 会員メリット */
a:hover {
    text-decoration: none;
}

p.member-catch {
    text-align: center;
    letter-spacing: 0.02rem;
    margin-top: 3rem;
}

.member-merit {
    margin: 3rem clamp(14px, 3.8vw, 16px);
    background: #f5f5f5;
    padding: 6rem;
}

.member-merit .h4_ttl {
    font-size: clamp(18px, 5.1vw, 21px);
    text-align: center;
    color: #55A5A3;
    font-weight: 500;
    margin-bottom: 4rem;
    letter-spacing: 0.1rem;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
}

.member-merit h5 {
    font-size: clamp(15px, 4.1vw, 17px);
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.member-merit .h4_ttl span {
    font-size: clamp(28px, 7.7vw, 32px);
}

.member-merit ul {
    counter-reset: number;
    margin-bottom: 4rem;
}

.member-merit ul li {
    counter-increment: number;
    display: flex;
    margin-bottom: 4rem;
}

.member-merit ul li:last-of-type {
    margin-bottom: 0;
}

.member-merit ul li:before {
    content: counter(number);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.5rem;
    color: #fff;
    /* border: 1px solid #55A5A3; */
    border-radius: 50%;
    font-weight: 500;
    background: #55A5A3;
    text-align: center;
    font-size: 17px;
    flex: 0 0 3.5rem;
    margin-right: 1.5rem;
}

.member-merit ul li .merit-item p {
    width: 100%;
    text-align: left;
    line-height: 1.8;
}

.member-merit ul li .merit-item span {
    display: block;
    font-size: clamp(9px, 2.6vw, 11px);
}


/* ボタン */
.contents-button_wrapper {
    width: fit-content;
    margin: 0 auto;
    color: #fff;
}

.contents-button_inner {
    background: #1a1a1a;
    padding: 1rem 4rem;
    border-radius: 100px;
    font-size: clamp(11px, 3.1vw, 13px);
}

.btn-link, .btn-link:visited {
    color: #fff;
    border: #1a1a1a 1px solid;
    margin-bottom: 1rem;
}

.btn-link:active, .btn-toggle:active, .btn-link:hover {
    background-color: #fff;
    color: #1a1a1a;
    border: #1a1a1a 1px solid;
}

.btn-link::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 0.5rem;
    vertical-align: middle;
    position: relative;
    bottom: 0.1rem;
    transition: transform 0.3s 
ease;
}

.btn-link:active::after, .btn-link:hover::after {
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: translateX(8px) rotate(45deg);
}


@media only screen and (max-width: 600px) {
/* 会員メリット */
p.member-catch {
    text-align: center;
    letter-spacing: 0.02rem;
    margin-top: 3rem;
}

.member-merit {
    margin: 3rem clamp(14px, 3.8vw, 16px);
    background: #f5f5f5;
    padding: 2rem 3rem 4rem;
}

.member-merit .h4_ttl {
    font-size: clamp(18px, 5.1vw, 21px);
    text-align: center;
    color: #55A5A3;
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
}

.member-merit h5 {
    font-size: clamp(15px, 4.1vw, 17px);
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.member-merit .h4_ttl span {
    font-size: clamp(28px, 7.7vw, 32px);
}

.member-merit ul {
    counter-reset: number;
    margin-bottom: 4rem;
}

.member-merit ul li {
    counter-increment: number;
    display: flex;
    margin-bottom: 2rem;
}

.member-merit ul li:last-of-type {
    margin-bottom: 0;
}

.member-merit ul li:before {
    content: counter(number);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.5rem;
    color: #fff;
    /* border: 1px solid #55A5A3; */
    border-radius: 50%;
    font-weight: 500;
    background: #55A5A3;
    text-align: center;
    font-size: 17px;
    flex: 0 0 3.5rem;
    margin-right: 1.5rem;
}

.member-merit ul li .merit-item p {
    width: 100%;
    text-align: left;
    line-height: 1.8;
}

.member-merit ul li .merit-item span {
    display: block;
    font-size: clamp(9px, 2.6vw, 11px);
}


/* ボタン */
.contents-button_wrapper {
    width: fit-content;
    margin: 0 auto;
    color: #fff;
}

.contents-button_inner {
    background: #1a1a1a;
    padding: 0.5rem 4rem;
    border-radius: 100px;
    font-size: clamp(11px, 3.1vw, 13px);
}

.btn-link, .btn-link:visited {
    color: #fff;
    border: #1a1a1a 1px solid;
    margin-bottom: 1rem;
}

.btn-link:active, .btn-toggle:active, .btn-link:hover {
    background-color: #fff;
    color: #1a1a1a;
    border: #1a1a1a 1px solid;
}

.btn-link::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 0.5rem;
    vertical-align: middle;
    position: relative;
    bottom: 0.1rem;
    transition: transform 0.3s 
ease;
}

.btn-link:active::after, .btn-link:hover::after {
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: translateX(8px) rotate(45deg);
}

}