@charset 'UTF-8';
/*
ハイム’S CLUB
 */
.club-contents dl dt
{
    font-weight: bold;
    line-height: 1.8;

    margin: 0;

    text-align: center;

    border: #000 solid 1px;
}

.club-contents dl dt span
{
    color: #0073c4;
}

.club-contents dl dd
{
    margin: 0;
    padding: 0;

    text-align: center;
}

/*
ハイム’S CLUB加入
 */
.list-club
{
    font-size: 1.2rem;

    margin: 0;
    padding: 0;
}

.list-club li
{
    margin-bottom: 1.5em;
    margin-left: 2.4em;

    list-style: none;

    counter-increment: num;
    text-indent: -2.4em;
}

.list-club li::before
{
    font-weight: bold;

    margin-right: .5em;
    padding: .3em .6em;

    content: counter(num);

    color: #fff;
    border-radius: 5px;
    background: #0073c6;
}

.list-club li strong
{
    color: #0073c6;
}

.cmn-btn
{
    font-weight: bold;

    display: block;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    text-align: center;

    color: #0073c6;
    border: #0073c6 solid 1px;
}

.cmn-btn:hover
{
    text-decoration: none;

    background: #cfebff;
}

.cmn-btn::after
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    margin-left: .5em;

    content: '\f138';
}

.content-header
{
    margin: 4em 0 2em;

    text-align: center;
}

.content-header h4
{
    font-weight: bold;

    color: #0073c6;
}

.sh-color
{
    color: #0073c6;
}
