.account-contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 20px;
}

.account-contents .article {
    width: 45%;
    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 15px;
    text-align: left;
}

.account-contents .article .guide.-margin-top100px {
    margin-top: 100px;
}

.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;
}

.webmoney {
    width:70% !important;
    padding:0 20px;
    line-height:1.5;
}

.webmoney .attention-area {
    padding:0 50px;
    text-align : left;
}

.webmoney .attention-box {
    border:1px solid #ff0000;
}

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

.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 .text {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.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;
}

.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);
    opacity: 1;
}

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

.modal-content {
    position: relative;
    align-self: center;
    width: 70%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0,0,0,0.88);
    line-height: 1.4em;
    transition: 0.5s;
}

.modal-close-button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.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;
}
