.page_main__6rmiI .page_articleBody__VQOC_ .page_articleDetailBody__fqw_A .pontachance * {
    margin-bottom: 0;
    max-width: inherit;
}
.pontachance .pc_only {
    display: block;
}
.pontachance .sp_only {
    display: none;
}
.pontachance_microcopy {
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
    text-align: center;
}
.pontachance_microcopy::before,
.pontachance_microcopy::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 0;
    border-top: 4px dotted #FFD700;
    transform: rotate(-48deg);
    flex-shrink: 0;
    margin-bottom: 12px;
}
.pontachance_microcopy::before {
    transform: rotate(48deg);
}
.pontachance_wrap {
    padding: 72px 16px;
    background: #FFFDE6;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #FFFDE6;
    background-image: url('https://okane-column.g.kuroco-img.app/files/user/pontachance/pontachance_bg.svg'),url('https://okane-column.g.kuroco-img.app/files/user/pontachance/pontachance_bg.svg');
    background-position: center top 8px, center bottom 8px;
    background-repeat: repeat-x;
    background-size: auto 40px;
}
.pontachance_ttl img {
    width: 100% !important;
    max-width: 420px !important;
}
.pontachance_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 420px !important;
    min-height: 64px;
    margin: 0 auto;
    padding: 16px 0 16px 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #CCCCCC;
    background: linear-gradient(to bottom, #FF0066 0%, #FF5345 80%);
    box-shadow: inset 0 0 0 4px #E9E9E9, inset 0 0 0 6px #FF005D;
    position: relative;
    cursor: pointer;
}
.pontachance_btn::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg);
    border-radius: 2px;
}
.pontachance_btn:hover {
    transition: all .3s;
    opacity: .7;
}
.pontachance_btn_txt {
    line-height: 1!important;
}
.pontachance_btn_subtxt {
    display: block;
    color: #FFFF00;
    font-size: 14px;
    margin-bottom: 8px !important;
}
.pontachance_att {
    font-size: 12px !important;
}

@media(max-width: 640px) {
    .pontachance {
        margin-bottom: 32px;
    }
    .pontachance .pc_only {
        display: none;
    }
    .pontachance .sp_only {
        display: block;
    }
    .pontachance_txt {
       text-align: left;
    }
    .pontachance_att {
      text-align: left;
    }
    .pontachance_btn:hover {
      opacity: 1;
    }
}
