@charset "UTF-8";

.selecter a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	padding: 10px;
	text-align: center;
	border: solid 2px #36903c;
	color: #36903c!important;
	transition: all 0.6s ease 0s;
}
.selecter.active a,
.selecter a:hover {
	color: #fff!important;
	background: #36903c!important;
	transition: all 0.6s ease 0s;
}

.voice-ph {
	height: 270px;
}
.voice-cap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bg-contents {
	position: absolute;
	width: 100%;
	height: 360px;
	top: 0;
	left: 0;
	background: #90B1C4;
	z-index: -1;
}
.item-icon {
	width: 90px;
	height: 90px;
}
.works-ph {
	height: 200px;
}

.swiper {
	position: relative;
	overflow: hidden;
}
.slide-media {
	width: 100%;
	height: 550px;
}
.thumb-media {
	width: 16.666%;
	height: 80px;
}
.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;
}

.btn_map {
	background: #194696;
    color: #fff;
    font-size: .7rem;
    display: inline-block;
    padding: 2px 6px;
}

table {
	width: 100%;
}

.c-flow {
	color: #10367f;
}

.category__item + .category__item {
  border-left: 1px solid var(--black);
}

/*
.pager__item {
  display: inline-block;
  color: #fff;
  background-color: var(--pager);
  border: 1px solid transparent;
  border-color: var(--pager);
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  min-width: 2rem;
  text-align: center;
}
.pager__item-current {
  color: var(--pager);
  background-color: #fff;
}
.pager__dots {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  text-align: center;
}
*/

@media (max-width: 768px) {
  .category__item:nth-child(4) {
    border-left: none;
  }
}



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



}

@media (max-width: 768px) {

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

}
