@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: 28px;
}

@media  only screen and (max-width:767px)  {
#container  {
  min-width: auto;
}
}

/* main-slider-area
--------------------------------------------------*/
.main-slider-wrap {
  background-color: #d7efda;
	margin: 30px 0;
}
.main-slider-wrap .inner {
  max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

/* main-slider
--------------------------------------------------*/
.main-slider {
  position: relative;
  padding: 0;
  /*overflow-y: hidden;*/
}

.main-slider * {
  outline: none;
}

.main-slider ul {
  padding: 0;
	margin-bottom: 0;
}

.main-slider li {
  list-style: none;
}

.main-slider li .item {
  overflow: hidden;
  visibility: hidden;
}

.main-slider .slick-initialized li .item {
  visibility: visible;
}

.main-slider .slick-initialized li .item img {
  width: 100%;
}

/*
.main-slider li .item .image {
  float: left;
  width: 100%;
  padding-left: 360px;
  margin-left: -360px;
}

*/
/*
.main-slider li .item .image > div {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

*/
/*
.main-slider li.box01 .item .image > div {
  background-image: url(../img/pc/top/slide_01.jpg);
}

*/
/*
.main-slider li.box02 .item .image > div {
  background-image: url(../img/pc/top/slide_02.jpg);
}

*/
/*
.main-slider li.box03 .item .image > div {
  background-image: url(../img/pc/top/fotolia_50925101.jpg);
}

*/
/*
.main-slider li.box04 .item .image > div {
  background-image: url(../img/pc/top/fotolia_66240342.jpg);
}

*/
/*
.main-slider li.box05 .item .image > div {
  background-image: url(../img/pc/top/fotolia_89961227.jpg);
}

*/
/*
.main-slider li.box06 .item .image > div {
  background-image: url(../img/pc/top/fotolia_93235688.jpg);
}

*/
/*
.main-slider li .item .texts {
  float: right;
  width: 360px;
  padding-bottom: 40px;
}

*/
/*
.main-slider li .item .texts .ttl {
  position: relative;
  left: -40px;
  width: 200px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

*/
/*
.main-slider li .item .texts .ttl > div {
  position: relative;
  display: table;
  width: 100%;
  height: 200px;
  z-index: 2;
}

*/
/*
.main-slider li .item .texts .ttl > div > h2 {
  display: table-cell;
  vertical-align: middle;
}

*/
/*
.main-slider li .item .texts .ttl small {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

*/
/*
.main-slider li .item .texts .ttl span {
  position: relative;
  display: block;
  z-index: 2;
}

*/
/*
.main-slider li .item .texts .ttl:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  background-color: #018838;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
  border-radius: 20px;
}

*/
/*
.main-slider li .item .texts .txt {
  padding: 20px 30px 0;
  line-height: 1.5;
}

@media only screen and (max-width:767px) {
	.main-slider {
		padding: 0 0 25px;
	}
	.main-slider .common-wrap {
		padding: 0;
	}
	.main-slider li .item .image {
		float: none;
		padding-left: 0;
		margin-left: 0;
	}
	.main-slider li .item .image > div {
		height: 0;
		padding-bottom: 50%;
	}
	.main-slider li .item .texts {
		float: none;
		width: auto;
		margin-top: -50px;
		padding-bottom: 15px;
	}
	.main-slider li .item .texts .ttl {
		top: 0;
		left: 10px;
		width: 100px;
		font-size: 15px;
	}
	.main-slider li .item .texts .ttl > div {
		height: 100px;
	}
	.main-slider li .item .texts .ttl small {
		font-size: 12px;
		line-height: 1.1;
	}
	.main-slider li .item .texts .ttl:before {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	.main-slider li .item .texts .txt {
		margin-top: -20px;
		padding: 0 15px 0 90px;
		font-size: 11px;
		line-height: 1.5;
	}
}

/* slick-dots */
.main-slider .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
	right: 0;
  text-align: center;
  line-height: 0;
}

.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
}

.main-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  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: #018838;
}

@media  only screen and (max-width:767px)  {
.main-slider .slick-dots  {
  bottom: 6px;
}
}
/*@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 {
	position: absolute;
	top: calc(50% - 17px);
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	opacity: .7;
	appearance: none;
	text-indent: -9999px;
	z-index: 10;
}
.main-slider .slick-prev {
	left: -20px;
	background-image: url(../img/pc/page/slide_arw01.png);
}
.main-slider .slick-next {
	right: -18px;
	background-image: url(../img/pc/page/slide_arw02.png);
}

@media  only screen and (max-width:991px)  {
.main-slider  {
  margin-bottom: 30px;
}
.main-slider .slick-prev  {
  left: 10px;
}
.main-slider .slick-next  {
  right: 10px;
}
}

@media  only screen and (max-width:767px)  {
.main-slider .slick-arrow  {
  position: absolute;
  top: -35%;
  width: 35px;
  height: 35px;
  display: block  !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 50%;
  transform: translateY(-50%);
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  z-index: 10;
}
.main-slider .slick-prev  {
  right: 47px;
  background-image: url(../img/pc/page/slide_arw01.png);
}
.main-slider .slick-next  {
  right: 10px;
  background-image: url(../img/pc/page/slide_arw02.png);
}
}

/* main-slider-block
--------------------------------------------------*/
.main-slider-block-pepup {
	display: block;
	border: 2px solid #00ACDC;
	border-radius: 10px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 24px;
	background-color: #fff;
}
.main-slider-block-pepup  a:hover {
	text-decoration: none;
	opacity: .7;
}
.main-slider-block-pepup .d-flex > div {
	border-top: 1px solid #00ACDC;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 43px;
	background: rgb(255,255,255);
}
.main-slider-block-pepup .d-flex > div {
	border-right: 1px solid #00ACDC;
}
.main-slider-block-pepup .d-flex > div:first-child,
.main-slider-block-pepup .d-flex > div:first-child a {
	border-bottom-left-radius: 10px;
}
.main-slider-block-pepup .d-flex > div:last-child,
.main-slider-block-pepup .d-flex > div:last-child a  {
	border-right: none;
	border-bottom-right-radius: 10px;
}
.main-slider-block-pepup .d-flex > div a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #111;
	font-size: 1.2rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(176,229,245,1) 100%);
}

.main-slider-block {
	padding: 22px 14px;
	display: block;
	border: 2px solid #00ACDC;
	border-radius: 10px;
	position: relative;
	margin-left: 20px;
	background-color: #fff;
	line-height: 2.5;
}
.main-slider-block:nth-of-type(1) {
	border: 2px solid #008C8C;
}
.main-slider-block:nth-of-type(2) {
	border: 2px solid #FF8000;
}
a.main-slider-block:hover {
	text-decoration: none;
	opacity: .7;
}
.main-slider-block + .main-slider-block {
	margin-top: 24px;
}

@media only screen and (max-width:991px) {
	.main-slider-block-pepup,
	.main-slider-block {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width:767px) {
	.main-slider-block + .main-slider-block {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.main-slider-block p {
	margin-bottom: 0;
	text-align: center;
}
.main-slider-block ul {
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
	list-style-type: none;
}
.main-slider-block ul li {
	font-weight: normal;
	color: #333;
	border-bottom: 1px dotted #8096A3;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.main-slider-block ul li:last-child{
	border-bottom:none;
}
.main-slider-block a.non {
	font-size: 1.2rem;
}


/* 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;
}
}

/* news-topics
--------------------------------------------------*/
.top-news-title {
	text-align: center;
	color: #008738;
	font-size: 2.6rem;
	font-weight: 700;
}

.news-topics {
  /*margin-bottom: 30px;*/
}

.news-topics-area {
  border-radius: 10px;
	box-shadow: rgba(1, 136, 56, 0.3) 0px 0px 2px 2px;
	padding: 26px 26px 22px 36px;
	margin: 0 54px;
}
@media only screen and (max-width:767px) {
	.news-topics-area {
		margin: 0;
	}
}
.news-scroll {
  overflow-y: scroll;
  height: 248px;
}

.news-scroll ul {
  padding: 5px 0;
}

.news-scroll li {
  position: relative;
  display: table;
  width: 100%;
  padding: 6px 35px 6px 0;
  font-size: 1.5rem;
  list-style: none;
	border-bottom: #D6D6D6 dotted 1px;
}

.news-scroll li a{
	color: #222;
}

.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: 16px 0 42px;
  text-align: center;
}

.news-topics .index-btn a {
  display: inline-block;
  /*padding: 10px 40px;
  border: 1px solid #018838;
  border-radius: 30px;*/
}

@media  only screen and (max-width:767px)  {
	.news-topics .index-btn {
		margin: 16px 0 30px;
	}
	.news-topics .index-btn a  {
		padding: 10px 20px;
		font-size: 12px;
	}
}

#pagetop {
}

.newsList li a,
.news-topics .index-btn a{
  color: #222;
}

/*pager*/
.inm-news-pagination-container{
  display: none;
}

/* Search-area
--------------------------------------------------*/
#Search-btn-Area {
  overflow:hidden;
  background-color: #f5f5f5;
}

#Search-btn-Area .parts-tab-body {
  padding: 10px;
}

#Search-btn-Area .parts-box-btns .row > div {
  margin: 5px;
  flex-basis: calc((100% - 40px) / 4);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  border-bottom: none;
}

@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% - 20px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#Search-btn-Area .parts-box-btns .row > div  {
}
#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-area
--------------------------------------------------*/
.banner-area-wrap {
  background-color: #d7efda;
	margin: 0 0 78px;
}
@media only screen and (max-width:767px) {
	.banner-area-wrap {
		margin: 0 0 30px;
	}
}

.side-area {
	padding: 30px 0 10px;
}
.parts-widget-list01 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

#search-side-include .side-area ul.parts-widget-list01 li {
	flex-basis: calc((100% - 80px) / 4);
	margin: 0 10px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#search-side-include .parts-widget-list01 li a {
	font-size:1.2rem;
	font-weight:700;
	display: block;
	text-align: center;
	padding: 20px 0;
}
@media only screen and (max-width:959px) {
	#search-side-include .parts-widget-list01 li a {
    font-size:1.2rem;
}
}
#search-side-include .parts-widget-list01 li a:hover { opacity: 0.6;}

#search-side-include .parts-widget-list01 li a:before{
	display: none;
}

/*@media only screen and (max-width: 767px) {
	#search-side-include .parts-widget-list01 li a img {
		width: 100%;
}
}*/


@media only screen and (max-width:991px) {

.side-area {
    display: block;
    padding-left: 0;
    margin-top: 0;
}

#search-side-include .side-area ul.parts-widget-list01 {
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}

#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 60px) / 3);
	margin: 10px;
}
}

@media only screen and (max-width:767px) {
#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 40px) / 2);
}
}
@media only screen and (max-width:565px) {
#search-side-include .side-area ul.parts-widget-list01 li {
	flex-basis: 100%;
}
}

/* banner-area01
--------------------------------------------------*/
#BannerArea01 {
  padding: 40px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea01:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  z-index: -1;
}

#BannerArea01 .parts-btn {
  text-align:center;
  margin:10px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 50px) / 5);
  max-width: calc((100% - 50px) / 5);
}

#BannerArea01 .parts-btn a {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding:10px 0;
  width:100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  background-color: #fff;
  color: #333;
  transition: 0.3s linear;
}

#BannerArea01 .parts-btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

#BannerArea01 .parts-btn a:hover {
  color:#fff;
}

#BannerArea01 .parts-btn a:hover::after {
  left: 0;
  background-color: #018838;
}

@media  print, screen and (max-width:991px)  {
#BannerArea01 .parts-btn  {
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}
}

@media  only screen and (max-width:767px)  {
#BannerArea01 .parts-btn  {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#BannerArea01 .parts-btn  {
  flex-basis: 100%;
  max-width: 100%;
}
}

#BannerArea01 .parts-btn a:hover {
  text-decoration: none;
}

#BannerArea01 div {
  margin-left:0;
  margin-right:0;
}

/* banner-area02
--------------------------------------------------*/
#BannerArea02 {
  padding: 40px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea02:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  z-index: -1;
}

#BannerArea02 .parts-btn {
  text-align:center;
  margin:10px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 50px) / 5);
  max-width: calc((100% - 50px) / 5);
}

#BannerArea02 .parts-btn a {
  position: relative;
  overflow:hidden;
  z-index: 2;
  padding:10px 0;
  width:100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  background-color: #fff;
  color: #333;
}

#BannerArea02 .parts-btn a::before,
#BannerArea02 .parts-btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

#BannerArea02 .parts-btn a,
#BannerArea02 .parts-btn a::before,
#BannerArea02 .parts-btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#BannerArea02 .parts-btn a:hover {
  color: #fff;
}

#BannerArea02 .parts-btn a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

#BannerArea02 .parts-btn a:hover::after {
  top: 0;
  background-color: #018838;
}

@media  print, screen and (max-width:991px)  {
#BannerArea02 .parts-btn  {
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}
}

@media  only screen and (max-width:767px)  {
#BannerArea02 .parts-btn  {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#BannerArea02 .parts-btn  {
  flex-basis: 100%;
  max-width: 100%;
}
}

#BannerArea02 .parts-btn a:hover {
  text-decoration: none;
}

#BannerArea02 div {
  margin-left:0;
  margin-right:0;
}

/* banner-area03
--------------------------------------------------*/
#BannerArea03 {
  padding: 40px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea03 div {
  margin-left:0;
  margin-right:0;
}

#BannerArea03:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  z-index: -1;
}

#BannerArea03 .parts-btn {
  text-align:center;
  margin:10px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 40px) / 4);
  max-width: calc((100% - 40px) / 4);
}

#BannerArea03 div img {
  overflow:hidden;
}

#BannerArea03 .parts-btn a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
}

#BannerArea03 .parts-btn a:hover {
  text-decoration: none;
}

@media  print, screen and (max-width:991px)  {
#BannerArea03 .parts-btn  {
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}
}

@media  only screen and (max-width:767px)  {
#BannerArea03 .parts-btn  {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#BannerArea03 .parts-btn  {
  flex-basis: 100%;
  max-width: 100%;
}
}

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;
}
}

