@charset "utf-8";
/**
 * style.css
 */

/* Bootstrap break point */
@media only screen and (max-width:1199px) {} /* xl */
@media only screen and (max-width:991px) {} /* lg */
@media only screen and (max-width:767px) {} /* md */
@media only screen and (max-width:565px) {} /* sm */
/* (mobile first) */
@media only screen and (min-width:566px) {}
@media only screen and (min-width:768px) {}
@media only screen and (min-width:992px) {}
@media only screen and (min-width:1200px) {}


/* V3.1  break point */
@media only screen and (max-width:959px) {} /* tablet */
@media only screen and (max-width:767px) {} /* smart phone */
/* (mobile first) */
@media only screen and (min-width:768px) {}
@media only screen and (min-width:960px) {}


/* container
--------------------------------------------------*/

#container {min-width: 320px; margin-top: 0;}
@media only screen and (max-width:767px) {
#container {min-width: auto;}
}
/* main-slider
--------------------------------------------------*/

.main-slider {
	position: relative;
	padding: 0;
    /*height: 380px;*/
    overflow-y: hidden;
}

.main-slider * {
	outline: none;
}
.main-slider .common-wrap {
	max-width: 1170px;
	border: 30px solid #409A7F;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	overflow-y: hidden;
}
@media only screen and (max-width:959px) {
	.main-slider .common-wrap {
		display: block;
		border: 5vw solid #409A7F;
}
}
.main-slider ul {
	padding: 0;
}
.main-slider li {
	list-style: none;
}
.main-slider li .item {
	overflow: hidden;
    visibility: hidden;
}

.main-slider .slick-initialized .item {
    visibility: visible;
		border: none;
}

.slide-box {
	width: 860px;
	overflow-y: hidden;
}
@media only screen and (max-width:959px) {
.slide-box {
	width: 100%;
}
}
.slide-box ul {
  	display: none;
		margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.slide-box ul {
		margin: 0;
	}
}
.slide-box ul.slick-initialized {
  display: block;
}


.slide-navigation {
	width: 250px;
	overflow-y: hidden;
}
@media only screen and (max-width:959px) {
	.slide-navigation {
		width: 100%;
	}
}
.slide-navigation .slick-slider {
	    padding-top: 40px;
}
@media only screen and (max-width:959px) {
.slide-navigation .slick-slider {
	    padding-top: 0;
			padding-left: 7.6vw;
			padding-right: 7.6vw;
}
}
.slide-navigation > ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    height: 100%;
		margin-bottom: 0;
}
@media only screen and (max-width:959px) {
	.slide-navigation > ul {
		margin-top: 0;
}
}
.slide-navigation ul .item {
	display: block;
	height: 84px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width:959px) {
	.slide-navigation ul .item {
		height: auto;
	}
}
.slide-navigation ul .item a {
	width: 100%;
	height: 84px;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
}
@media only screen and (max-width:959px) {
	.slide-navigation ul .item a {
		height: auto;
		padding: 5px;
	}
}
@media only screen and (max-width:959px) {
	.slide-navigation ul .item a {
		border-top: none;
		border-left: 1px solid #CCCCCC;
	}
}
.slide-navigation ul .item.slick-current a {
	background-color: #DDDDDD;
	border-top: none;
}
@media only screen and (max-width:959px) {
	.slide-navigation ul .item.slick-current a {
		border-left: none;
	}
}
.slide-navigation ul .item a figure {
	margin: 0;
}
.slide-navigation ul .item a figure img {
	margin: 0;
	width: 58px;
}
@media only screen and (max-width:959px) {
	.slide-navigation ul .item a figure img {
		width: calc((74vw - 10px) / 4);
	}
}
.slide-navigation ul .item a p {
	margin: 0 0 0 10px;
		color: #212121;
}
.slide-navigation ul .item a:hover {
	text-decoration-color: #222;
}
@media only screen and (max-width:959px) {
	.slide-navigation ul .item a p {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	
}


/* slick-dots */
.main-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 100%;
	margin-left: -330px;
	text-align: center;
	line-height: 0;
}
.main-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.main-slider .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #dcdcdc;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: -9999px;
	border-radius: 50%;
}
.main-slider .slick-dots li.slick-active button {
	background-color: #258C6D;
}
@media only screen and (max-width:767px) {
	.main-slider .slick-dots {
		bottom: auto;
		top: 0;
		left: auto;
		right: 90px;
		margin: 50% 0 0;
		padding-top: 10px;
		text-align: center;
		line-height: 0;
	}
	.main-slider .slick-dots li {
		margin: 0 3px;
	}
	.main-slider .slick-dots li button {
		width: 4px;
		height: 4px;
	}
}

/* slick-arrow */
.main-slider .slick-arrow {
    height: 40px;
    border: none;
    text-indent: -9999px;
		position: absolute;
		width: 100%;
		background-color: #CCCCCC;
}
@media only screen and (max-width:959px) {
.main-slider .slick-arrow {
    height: 100%;
		position: absolute;
		width: 8vw;
}
}
.main-slider .slick-prev {
	bottom: 0;
}
@media only screen and (max-width:959px) {
	.main-slider .slick-prev {
		right: 0;
	}
}
.main-slider .slick-next {
	top: 0;
}
@media only screen and (max-width:959px) {
	.main-slider .slick-next {
		left: 0;
	}
}
.main-slider .slick-arrow::after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
	left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #409A7F;
  border-right: 2px solid #409A7F;
}
.main-slider .slick-prev::after {
  transform: translateY(-2px) rotate(135deg);
}
.main-slider .slick-next::after {
  transform: translateY(-2px) rotate(315deg);
}
@media only screen and (max-width:767px) {
	.main-slider .slick-prev::after {
		transform: translateY(-2px) rotate(45deg);
	}
	.main-slider .slick-next::after {
		transform: translateY(-2px) rotate(225deg);
	}
}





/* news-area
--------------------------------------------------*/
.news-area {
	display: none;
	margin-bottom: 20px;
}
.news-area #NewsLine {
	padding: 15px;
	background-color: #f6f6f6;
}
.news-area .inner span {
	display: block;
	font-size: 1.4rem;
}
.news-area .inner a {
	color: #535353;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
	.news-area .common-wrap {
		padding: 0;
	}
	.news-area #NewsLine {
		padding: 10px;
		font-size: 11px;
	}
}


.main-columns {
	margin-top: 30px;
}

.top-ttl span {
	display: block;
	font-size: 3.8rem;
	font-weight: bold;
}
.top-ttl span.small {
	font-size: 1.4rem;
	line-height: 1.2;
	color: #258C6D;
}

/* news-topics
--------------------------------------------------*/
.news-topics-block {
	border-bottom: 1px solid #888;
	margin-bottom: 30px;
}
.news-topics {
	margin-bottom: 30px;
}
.news-scroll {
	overflow: auto;
	height: 300px;
}
.news-scroll ul {
	padding: 5px 0;
}
.news-scroll li {
	position: relative;
	display: table;
	width: 100%;
	padding: 6px 35px 6px 25px;
	font-size: 1.5rem;
	list-style: none;
	border-bottom: #dfdddd dotted 1px;
}
.news-scroll li span {
	display: table-cell;
	vertical-align: top;
}
.news-scroll li span:nth-child(1) {
	width: 120px;
}
@media only screen and (max-width:767px) {
	.news-topics {
		margin-bottom: 10px;
	}
	.news-scroll li {
		display: block;
		padding: 8px 25px 8px 10px;
		font-size: 11px;
	}
	.news-scroll li span {
		display: block;
	}
	.news-scroll li span:nth-child(1) {
		width: auto;
	}
}

.news-topics .index-btn {
	margin: 20px 0 40px;
	text-align: right;
}
.news-topics .index-btn a {
	display: inline-block;
	padding: 10px 40px;
	background-color: #258C6D;
	/*color: #535353;
	border-top: #cccbcb solid 1px;
	border-bottom: #cccbcb solid 1px;*/
	/*border: 1px solid #258C6D;
	border-radius: 30px;*/
}
@media only screen and (max-width:767px) {
	.news-topics .index-btn a {
		padding: 10px 20px;
		font-size: 12px;
	}
}

#pagetop {
	/* display: none; */
}

#newsList li a{
	color: #000;
}

.news-topics .index-btn a{
	color: #fff;
}

/*pager*/
.inm-news-pagination-container{
	display: none;
}


/* Search-area
--------------------------------------------------*/
#Search-btn-Area {overflow:hidden;}
#Search-btn-Area .parts-tab-body {padding: 10px;}

#Search-btn-Area .parts-box-btns .row > div {
	margin: 1px;
	flex-basis: calc((100% - 8px) / 4);
	border-bottom: none;
	background-color: #258C6D;
}
#Search-btn-Area .parts-box-btns a {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
		height: 160px;
		padding: 15px;
}
#Search-btn-Area .parts-box-btns a:before {
	display: none;
}
#Search-btn-Area .parts-box-btns span {
	display: block;
	margin-top: 10px;
	width: 116px;
}
#Search-btn-Area .parts-box-btns span:not(.ico) {
	margin-top: 0;
	width: auto;
	height: 30%;
	line-height: 1.4;
	font-size: 1.5rem;
	color: #fff;
}
@media only screen and (max-width:991px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: calc((100% - 30px) / 3);
	max-width: calc((100% - 30px) / 3);
}
}

@media only screen and (max-width:767px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: calc((100% - 10px) / 2);
	max-width: calc((100% - 10px) / 2);
}
}


@media only screen and (max-width:565px) {
#Search-btn-Area .parts-box-btns .row > div {
	/* flex-basis: 100%; */
	/* max-width: 100%; */
}
#Search-btn-Area .parts-icon-btn a .ico {
	padding: 5px 5px 5px 0px;
	width: 60px;
}
#Search-btn-Area .parts-icon-btn a {
		padding: 13px 0px;
		font-size: 12px;
}
#Search-btn-Area .parts-icon-btn a:before {
	right: 8px;
}
}




/* banner-area01
--------------------------------------------------*/
#BannerArea01 {
	position: relative;
	margin-top: 40px;
	padding-top: 30px;
		border-top: 1px solid #888;
}
@media only screen and (max-width:767px) {
	#BannerArea01 {
		margin-top: 50px;
}
}
#BannerArea01:before {
		position: absolute;
		top: 200px;
		left: 50%;
		display: block;
		content: '';
		width: 110vw;
		height: 240px;
		transform: translateX(-50%);
		-webkit-overflow-scrolling: touch;
		background: linear-gradient(0deg,rgba(7, 77, 122, 1) 0%, rgba(37, 139, 109, 1) 100%);
		z-index: -1;
	}
	@media only screen and (max-width:767px) {
		#BannerArea01:before {
        z-index: 0;
        top: auto;
        bottom: 0;
				height: 650px;
				background: linear-gradient(180deg,rgba(7, 77, 122, 1) 0%, rgba(37, 139, 109, 1) 100%);
		}
	}
#BannerArea01 .side-area {
	margin-top: 30px;
	padding: 0 70px;
}
@media only screen and (max-width:959px) {
#BannerArea01 .side-area {
	padding: 0 45px;
}
}
@media only screen and (max-width:767px) {
	#BannerArea01 .side-area {
	padding: 0 15px 15px;
	position: relative;
	z-index: 10;

}
}

.BannerArea01-list01 {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
@media only screen and (max-width:767px) {
	.BannerArea01-list01 {
		display: block;
}
}
.BannerArea01-list01 li {
	width: 30%;
	border: 1px solid #CCCCCC;
	 box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.1);
	 background-color: #fff;
}
@media only screen and (max-width:959px) {
	.BannerArea01-list01 li {
	width: 32%;
}
}
@media only screen and (max-width:767px) {
	.BannerArea01-list01 li {
		width: 100%;
		margin-bottom: 15px;
	}
}
.BannerArea01-list01 li a {
	 display: flex;
	 justify-content: center;
	align-items: center;
	height: 100%;
    width: 100%;
		background-color: #fff;
		padding: 10px;
}
.BannerArea01-list01 li a:hover {
	text-decoration: none;
	 	opacity: .7;
}
.BannerArea01-list01 li:nth-child(1) a {
	padding: 10px;
}
.BannerArea01-list01 li .btns {
	display: flex;
}
.BannerArea01-list01 li .btns a {
	display: block;
	padding: 16px 10px;
	font-size: 1.3rem;
	color: #222;
	background: linear-gradient(0deg,rgba(175, 229, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	/*border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;*/
	line-height: 1.2rem;
}

.BannerArea01-list01 li .btns div:nth-last-of-type(1) a {
	border-right:none;
}


.BannerArea01-list02 {
	list-style-type: none;
	display: flex;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px;
	justify-content: space-around;
}
@media only screen and (max-width:767px) {
	.BannerArea01-list02 {
			flex-direction: column;
	}
}
.BannerArea01-list02 li {
	position: relative;
	width: 25%;
	border-right: 1px solid #ccc;
}
@media only screen and (max-width:767px) {
.BannerArea01-list02 li {
	width: 100%;
	border-right: none;
}
	.BannerArea01-list02 li + li {
		border-top: 1px solid #ccc;
	}
}
@media only screen and (max-width:767px) {
	.BannerArea01-list02 li:after {
		display: none;
	}
}
.BannerArea01-list02 li:last-of-type {
	border-right: none;
}
.BannerArea01-list02 li a {
    padding: 15px 5px;
    display: flex;
    align-items: center;
    color: #222;
    justify-content: center;
    height: 100%;
		font-size: 1.4rem;
}
@media only screen and (max-width:767px) {
	.BannerArea01-list02 li a {
		    justify-content: center;
	}
}
.BannerArea01-list02 li a:hover {
	text-decoration: none;
	opacity: .7;
}
.BannerArea01-list02 li a img {
	margin-right: 5px;
}

a img.imgover2 { transition:.2s all;}
a img.imgover2:hover {
transform:scale(1.1,1.1);
transition:.2s all;
}

.side-area .widget-box .ttl:before {
	margin:0;
	display:none;
}

.side-area .widget-box .ttl > * {
	vertical-align: middle;
}


#BannerArea02:before {
	background-color: #04563a;
}
#kenpoMovie h2 {
	margin-bottom: 1rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 3.28384rem;
}

#kenpoMovie h2 + p {
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 3rem;
	font-weight: 700;
}

#kenpoMovie .movie-tag {
	height: 191px;
	max-width: 340px;
	position: relative;
}

#kenpoMovie .movie-caption {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 90%;
}

.jstream-eqPlayer {
	background-color: #04563a !important;
}
.eqp-thumbnail-image {
	border-radius: 15px;
}


@media (min-width: 768px) {

	#kenpoMovie h2 {
		font-size: 3.628384rem;
	}
	#kenpoMovie .movie-tag {
		height: 180px;
		max-width: 320px;
	}
	.eqp-thumbnail-image {
		border-radius: 10px;
	}
}


/* top-tab-btns2
--------------------------------------------------*/
@media only screen and (max-width:767px) {
	.top-tab-btns2 > div {
		display: flex;
		justify-content: space-between;
	}
}
.top-tab-btns2 .top-tab-btn {
	margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
	.top-tab-btns2 .top-tab-btn {
		width: 33.3%;
	}
}
.top-tab-btns2 .top-tab-btn a {
	display: block;
	padding: 10px 20px;
	background-color: #D3E8E2;
	border-radius: 25px;
	font-size: 1.4rem;
	color: #222222;
}
@media only screen and (max-width:767px) {
	.top-tab-btns2 .top-tab-btn a {
		font-size: 1.1rem;
		padding: 10px;
		text-align: center;
	}
}
.top-tab-btns2 .top-tab-btn a:hover {
	text-decoration: none;
	background-color: #258C6D;
	color: #fff;
}
.top-tab-btns2 .top-tab-btn.on a {
	background-color: #258C6D;
	color: #fff;
}