/* --------------------------------------
    Clearfix
-------------------------------------- */
.pickup,
.other-information .banner-list
{
    *zoom: 1;
}
.pickup:after,
.other-information .banner-list:after
{
    display: table;
    clear: both;

    content: '';
}

/* -----------------------------------------
    Index Style
----------------------------------------- */
.main-visual
{
    margin-bottom: 50px;
}

.concept
{
    margin-bottom: 50px;
    padding: 30px 50px;

    background: url('../../../assets/img/modules/common/bg-check.png') repeat;
}
.concept-title
{
    margin: 0 0 10px 0;

    text-align: center;
}

.pickup
{
    font-size: 12px;
    font-size: 1.2rem;

    margin-bottom: 50px;
    margin-left: -20px;
}
.pickup-item
{
    float: left;

    width: 280px;
    margin-left: 20px;
    padding: 24px;

    border: 1px solid #e1dbd9;
    background: url('../../../assets/img/index/pickup-corner.png') no-repeat right bottom;
}
.pickup-item:link
{
    text-decoration: none;

    color: #99663f;
}
.pickup-title
{
    margin-bottom: 12px;

    text-align: center;
}
.pickup-image
{
    margin-bottom: 20px;
}

.other-information
{
    margin-bottom: 50px;
}
.other-information-title
{
    border-bottom: 1px dotted #c2b7b3;
}
.other-information .banner-list
{
    margin: 0 0 0 -10px;
    padding: 0;

    list-style: none;
}
.other-information .banner-list-item
{
    float: left;

    margin-left: 10px;
}

.news-title
{
    margin: 0;

    border-bottom: 1px dotted #c2b7b3;
}
.news-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.news-list-item
{
    padding: 15px 0;

    border-bottom: 1px dotted #c2b7b3;
}
.news-list-item .date
{
    display: inline-block;

    margin-bottom: 10px;
}
