@charset "UTF-8";

/* --------------------
バナー
-------------------- */
.banner-item {
    box-sizing: border-box;
}

.banner-item img{
    width:100%;
    /*height:100%;*/
}

.banner-inner {
	margin-right: 12px;
    margin-left: 12px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.banner-item.small {
    float: left;
    margin-top: 12px;
    width: calc(50% - 6px);
    height: 42.5%;
    overflow: hidden;
}

.banner-item.small:nth-child(1),
.banner-item.small:nth-child(2) {
    margin-top: 0px;
}

.banner-item.small:nth-child(even) {
    margin-left: 12px;
}
.banner-item.small span{
    display: inline-block;
    background-position: center top;
    background-repeat: no-repeat;
    width: 150px;
    height: 112.5px;
    background-size: cover;
}

.banner-item.small.head-item {
    clear: both;
}

.banner-item.small.banner-one {
    float: none;
    display: inline-block;
}

.banner-inner.banner-one-ul {
    text-align: center;
}