@charset "utf-8";
/**
 * .c-content-inner
*/
.c-content-inner {
    margin: 0 0 90px;
}
/**
 * .c-lead-text
*/
.c-lead-text {
    margin: 2.6em 0 2.8em;
    color: rgba( 0, 0, 0, 1 );
    font-size: 21px;
    text-align: center;
}
.c-lead-text__main,
.c-lead-text__sub {
    display: block;
}
.c-lead-text__main {
    margin: 0 0 1em;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
}
/**
 * .c-sub-image
*/
.c-sub-image {
    margin: 60px 0 0;
}
.c-sub-image__banner {
    margin: 60px 0 0;
    text-align: center;
}
.c-sub-image__banner:nth-child( 1 ) {
    margin-top: 0;
}
/**
 * .c-item
*/
.c-item {
    margin: 60px 0 0;
}
.c-item-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.c-item-list__col {
    text-align: center;
}
.c-item-list__caption {
    margin: 1em 0 2em;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
}
.c-item-list__title {
    display: block;
    margin: 0 0 .5em;
    font-weight: bold;
}
.c-item-list__image {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}
.c-item-list__image a,
.c-item-list__image img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.c-item-list__button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 1em;
    width: 100%;
    max-width: 340px;
    font-size: 20px;
    text-align: center;
    background: rgba( 0, 0, 0, 1 );
    border-radius: .5em;
    -webkit-border-radius: .5em;
       -moz-border-radius: .5em;
        -ms-border-radius: .5em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
.c-item-list__button a {
    color: rgba( 255, 255, 255, 1 );
}
.c-item-list__button .arrow {
    margin-right: .5em;
    vertical-align: baseline;
}
/**
 * .c-item .l-2col
*/
.l-2col {
    margin: 80px 0 0;
}
.l-2col .c-item-list__col {
    margin: 0 0 100px;
    width: 49%;
    vertical-align: top;
}
.l-2col .c-item-list__col + .item-list__col {
    margin-left: 2%;
}
.l-2col .c-item-list__col:nth-child( odd ) {
    margin-left: 0;
}
.l-2col .c-item-list__title {
    font-size: 22px;
}
.l-2col .c-item-list__caption,
.l-2col .c-item-list__actions {
    margin: 36px 0 0;
}
/**
 * .c-item .l-left / .l-right
*/
.l-left,
.l-right {
    margin: 100px 0 0;
}
.l-left {
    flex-direction: row;
}
.l-right {
    flex-direction: row-reverse;
}
.c-item-list.l-left:last-child,
.c-item-list.l-right:last-child {
    margin-bottom: 60px;
}
.l-2col + .l-left,
.l-2col + .l-right {
    margin-top: 60px;
}
.l-left .c-item-list__col,
.l-right .c-item-list__col {
    width: 50%;
}
.l-left .c-item-list__col:after,
.l-right .c-item-list__col:after {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: bottom;
}
.l-left .c-item-list__col:first-child,
.l-right .c-item-list__col:first-child {
    line-height: 0;
}
.l-left .c-item-list__caption {
    text-align: left;
}
.l-right .c-item-list__caption {
    text-align: right;
}
.c-item-list__table {
    display: inline-block;
    vertical-align: bottom;
}
.c-item-list__table .c-item-list__title {
    font-size: 30px;
    line-height: 1.2em;
}
.c-item-list__table .c-item-list__caption,
.c-item-list__table .c-item-list__actions {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 340px;
}
.c-item-list__image img {
    width: 100%;
}

@media ( max-width: 767px ) {
    .c-lead-text {
        font-size: 13px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .c-item-list__caption {
        font-size: 15px;
    }
    .c-lead-text__main,
    .c-item-list__button {
        font-size: 16px;
    }
    .l-2col .c-item-list__title,
    .c-item-list__table .c-item-list__title {
        font-size: 17px;
        margin-bottom: .75em;
    }
    .c-item,
    .c-item-list.l-2col,
    .l-2col .c-item-list__caption,
    .l-2col .c-item-list__actions,
    .c-lead-text .c-sub-image,
    .c-lead-text .c-sub-image__banner {
        margin-top: 20px;
    }
    .c-sub-image,
    .c-sub-image__banner,
    .c-item-list.l-left,
    .c-item-list.l-right {
        margin-top: 40px;
    }
    .c-sub-image__banner a {
      display: block;
    }
    .l-2col .c-item-list__col:last-child,
    .c-lead-text:last-child {
        margin-bottom: 0;
    }
    .l-2col .c-item-list__col {
        margin-bottom: 72px;
    }
    .c-content-inner {
        margin-bottom: 60px;
    }
    .c-item-list.l-left:last-child,
    .c-item-list.l-right:last-child {
        margin-bottom: 0;
    }
    .l-2col .c-item-list__col,
    .l-left .c-item-list__col,
    .l-right .c-item-list__col {
        width: 100%;
    }
    .l-left .c-item-list__caption {
        text-align: center;
    }
    .l-right .c-item-list__caption {
        text-align: center;
    }
}