.main-wrapper {
	margin-top: 0;
}
.swiper-area {
	position: relative;
	margin: 0 -10px 20px;
	background-color: #000000;
	border-top: 1px solid #666666;
}
.swiper-container {
	height: 250px;
}
.swiper-slide {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.swiper-pagination-bullet {
	background-color: #cccccc;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #00974c;
}
.slide01 { background-image: url(/v4-components/images/index/slide-bg-01.jpg); }
.slide02 { background-image: url(/v4-components/images/index/slide-bg-02.jpg); }
.slide03 { background-image: url(/v4-components/images/index/slide-bg-03.jpg); }
.slide04 { background-image: url(/v4-components/images/index/slide-bg-04.jpg); }
.swiper-content {
	position: absolute;
	top: 98px;
	left: 0;
	width: 100%;
	z-index: 10;
	color: #ffffff;
}
.swiper-content div {
	margin: 0 2.5%;
	text-align: center;
}
.swiper-content div img {
	width: 100%;
	max-width: 421px;
}

.bnr-area {
	margin: 2em 0;
	text-align: center;
}
.bnr-area a {
	transition: opacity 0.15s ease;
}
.bnr-area a:hover {
	opacity: 0.8;
    text-decoration: none;
}
.bnr-area a.holiday-info {
    display: block;
    max-width: 266px;
    margin: 0 auto;
    padding: 0.75em 16px;
    border: 1px solid #cc2937;
    color: #cc2937;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.bnr-half a {
    display: block;
    margin-top: 2em;
}

.business-list {
	padding-left: 0;
	list-style: none;
}
.business-list .cell {
	margin-top: 10px;
}
.business-list .cell:first-child {
	margin-top: 0;
}
.business-list .cell a {
	display: block;
	padding: 13% 0;
	padding: -webkit-calc(8% + 20px) 0;
	padding: calc(8% + 20px) 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 4px #333333;
	background-size: cover;
	background-position: center center;
	line-height: 1;
}
.business-list .cell--consumer a {
	padding: 10% 0;
	padding: -webkit-calc(8% + 6px) 0;
	padding: calc(8% + 6px) 0;
}
.business-list .cell a b {
	display: inline-block;
	margin-bottom: 6px;
	letter-spacing: 1px;
	font-size: 20px;
}
.business-list .cell a span {
	font-size: 14px;
}
.business-list .cell--consumer a span,
.business-list .cell--biz a span,
.business-list .cell--edu a span {
	line-height: 1.5;
}

.news-area {
	position: relative;
}
a.news-archive {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 120px;
	padding: 6px 0;
	color: #424242;
	background-color: #ffffff;
	border: 1px solid #424242;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	z-index: 2;
}
a.news-archive:hover {
	text-decoration: none;
	color: #00974c;
	border-color: #00974c;
}

.urgent-info {
	margin: 20px 0;
	border: 1px solid #e2e2e2;
	font-size: 16px;
}
.urgent-info div {
	padding: 0.75em 1em;
	background-color: #cc2937;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.urgent-info dl {
	margin: 0;
	padding: 0.75em 1.5em;
}
.urgent-info dl dt {
	font-weight: bold;
}
.urgent-info dl dd {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
    .swiper-area {
		margin: 0 -22px 60px;
    }
    .swiper-container {
        height: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-content {
		top: 200px;
		left: 50%;
		width: 980px;
		margin: 0 0 0 -490px;
    }
    .swiper-content div {
		width: auto;
		margin: 0 3.5%;
	}
    .swiper-content div img {
		width: auto;
		max-width: none;
	}

	.isl-intro {
		position: relative;
		top: -320px;
		height: 0;
		margin: 0 4.5%;
		font-size: 16px;
		color: #000000;
		text-shadow: 0 0 25px #ffffff, 0 0 20px #ffffff, 0 0 0.5px #ffffff;
		text-align: center;
		z-index: 1;
	}

	.bnr-area {
		margin: -20px 0 40px;
	}
	.bnr-area--right {
		margin-top: -30px;
		margin-bottom: 20px;
		text-align: right;
	}
    .bnr-area a.holiday-info {
        max-width: none;
        margin: 0;
    }

    .bnr-half {
        display: flex;
        justify-content: space-between;
    }
    .bnr-half a {
        margin-top: 0;
    }

    .business-list {
		margin-bottom: 60px;
	}
	.business-list .cell {
		margin-top: 0;
	}
	.business-list .cell a {
		padding: 110px 0;
		background-size: 100% 100%;
		transition: background-size 0.3s ease, opacity 0.15s ease;
	}
	.business-list .cell--consumer a,
	.business-list .cell--biz a,
	.business-list .cell--edu a {
		padding: 97px 0;
	}
	.business-list .cell a:hover {
		background-size: 110% 110%;
		opacity: 0.8;
	}
	.business-list .cell a b {
		margin-bottom: 8px;
	}
	.business-list .cell a span {
		font-size: 15px;
	}
}
