@charset "UTF-8";

.bg-contents {
	position: absolute;
	width: 100%;
	height: 360px;
	top: 0;
	left: 0;
	background: #90B1C4;
	z-index: -1;
}
.item-icon {
	width: 90px;
	height: 90px;
}
.voice-ph {
	height: 200px;
}

.swiper {
	position: relative;
	overflow: hidden;
}
.slide-media {
	width: 100%;
	height: 500px;
}
.thumb-media {
	width: 25%;
	height: 60px;
}
.thumb-media:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}



/*PCのみ*/
@media (min-width: 768px) {




}

@media (max-width: 768px) {

.item-icon {
	width: 80px;
	height: 80px;
}
.slide-media {
	width: 100%;
	height: 250px;
}

}



