.at-becomeMember {
    margin-bottom: 3em;
}

.at-becomeMember__article {
    position: relative;
    margin-bottom: 3em;
    padding: 1em 1.1em 0 1.1em;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 0 0 #fff, 0 4px 10px 0 rgba(0,0,0,.18);
    transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .3s cubic-bezier(.25,.46,.45,.94);
}

.at-becomeMember__article:hover {
    z-index: 1;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 0 0 #fff, 0 4px 10px 4px rgba(0,0,0,.18);
}

.at-becomeMemberArticle__title {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em;
    font-size: 1.2em;
    color: #ff3550;
}

.at-becomeMemberArticle__title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.4em;
    height: 3px;
    content: '';
    background: #ff3550;
}

.at-becomeMemberArticle__content {
    padding-bottom: 7em;
}

.at-becomeMemberArticle__content ul, .at-becomeMemberArticle__content p {
    margin-top: 0em;
  	margin-bottom: 0.6em;
}

.at-becomeMemberArticle__priceSymbol {
    margin-right: .2em;
}

.at-becomeMemberArticle__price {
    position: absolute;
    right: 0;
    bottom: 4em;
    left: 0;
    margin: 0;
    padding: 1em 0 .5em;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    color: #04274b;
}

.at-becomeMemberArticle__period {
    margin-left: .2em;
    color: #62ecbc;
}

.at-becomeMemberArticle__linkText {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1em 0;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 0 0 10px 10px;
    color: #04274b;
    background: rgba(98, 236, 188, 0.5);
    transition: background ease-in-out 0.25s;
}

.at-becomeMember__article:hover .at-becomeMemberArticle__linkText {
    background: #62ecbc;
    transition: background ease-in-out 0.25s;
}

.at-becomeMemberArticle__linkUrl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .u-contentWidth {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .at-becomeMember {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
     /**   -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; **/
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .at-becomeMember .at-becomeMember__article {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(38%);
        flex: 0 1 calc(38%);
        width: calc(38%);
      	margin-top: 50px;
    }
 	div:nth-of-type(2).at-becomeMember__article {
      margin-top: 0px;
      z-index: 9;
  	}
}