.account-contents {
    margin: 10px;
}

.account-contents .article {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 4px #565656;
}

.account-contents .article .title {
    font-size: 1.1rem;
    font-weight: bold;
    border: solid #00967b;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
}

.account-contents .article .guide {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 20px 0;
    padding: 10px 5px;
    text-align: left;
}

.account-contents .article .guide.-margin-top50px {
    margin-top: 50px;
}

.guide.-green {
    color: #fff;
    background-color: #00967b;
}

.guide.-white {
    font-weight: bold;
    color: #00967b;
    background-color: #fff;
    border: 2px solid #00967b;
}

.account-contents .article .guide .price {
    color: #ffff54;
}

.link-icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.link-icon .link {
    display: inline-block;
    width: 47%;
    border: 1px solid #d74d54;
    background-color: #fafaf6;
    font-size: 0;
    margin: 10px 0;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
}

.link-icon .link:hover, .link-hover:hover {
    opacity: 0.6;
}

.link-icon .icon, .link-icon .text {
    font-size: initial;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.link-icon .icon {
    text-align: left;
}

.link-icon .icon img {
    height: 16px;
    vertical-align: middle;
}

.link-icon .icon.-rakuten img {
    height: 27px;
}

.link-icon .icon.-webmoney img {
    height: 14px;
}

.link-icon .text {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: right;
    padding-right: 2px;
}

.article.new .induction-terms {
    font-size: 0.8rem;
    text-align: right;
    font-weight: bold;
    margin-bottom: 50px;
}

.article.new .induction-terms .btn-terms {
    padding: 3px 10px;
    border: 1px solid #d74d54;
}

.campaign {
    color: #d74d54;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.campaign .show-campaign {
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.1rem;
    font-weight: bold;
}

.modal-campaign-wrap input {
    display: none;
}

.modal-campaign_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.1s, transform 0s 0.1s;
    transform: scale(0);
}

.modal-show-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-content {
    position: relative;
    align-self: center;
    width: 90vw;
    height: 85vh;
    padding: 30px 15px 15px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0,0,0,0.88);
    line-height: 1.4em;
    transition: 0.5s;
    overflow: auto;
}

.modal-close-button {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 28px;
    cursor: pointer;
    font-weight: bold;
}

.modal-campaign-wrap input:checked ~ .modal-campaign_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.1s;
}

.modal-content .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #f0e7c9;
    margin-bottom: 20px;
}

.modal-content .img-campaign {
    margin: 40px 0;
}

.modal-content .guide {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 20px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    background-color: #17634c;
}

.modal-content .note {
    color: #f0e7c9;
}
