@charset 'UTF-8';



.mainFooterLink__title_cycle{
    color: #333;
    font-family: system-ui;
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}


.mainFooterLink__list_cycle{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lo-team__member-name_cycle{
    margin-top: 8px;
    padding-left: 9px;
    border-left: 2px solid #9d8500;
}

.lo-team__member-name_cycle .lo-team__member-name--jp{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
}

.lo-team__member-name_cycle .lo-team__member-name--en {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 10px;
    color: #777;

}

.lo-team__member-link {
    position: relative;
    display: block;
    height: 100%;
}

.lo-team__member-link:after{
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 0;
    height: 0;
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid #dd252b;
    border-bottom: 7px solid #dd252b;
    border-left: 7px solid transparent;
}

.list-right-text-catchcopy{
    margin-top: 14px;
    font-family: auto;
    font-size: 0.8em;
    font-weight: bolder;
    line-height: 20px;
    display: block;
    background: #ffffff8c;
    border-radius: 3px;
    padding: 5px 8px;
    font-family:"MS Pゴシック",sans-serif;
}



@media only screen and (max-width: 640px) {
    .pageContents_cycle{ 
        width:100%;
        margin: 0 auto;
    }

    .mainFooterLink__list_cycle{
        width:95%;
        margin: 0 auto;
    }

    .mainFooterLink__title_cycle{
        color: #333;
        font-size: 20px;
        font-weight: bold;
        width: 90%;
        margin: 0 auto 20px auto; 
    }

    li.lo-team__member-item--member_cycle{
        width: 45.6%;
        margin: 0 0.5em 1em 0.5em;
    }

    .lo-team__member-img_cycle img{
        width:100%;
    }

}


@media only screen and (min-width: 640px) {
    .pageContents_cycle{
        max-width:1100px;
        width:90%;
        margin:0 auto;
    }

    li.lo-team__member-item--member_cycle{
        width:170px;
        margin-right:9px;
        margin-bottom: 35px;
    }

/*    li:last-child{
        margin-right:0px;
    }*/

    .lo-team__member-img_cycle img{
        width:100%;
    }

}

