@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: 38px;
}

@media  only screen and (max-width:767px)  {
#container  {
  min-width: auto;
}
}

/* main-slider
--------------------------------------------------*/

.main-slider {
}

.main-slider * {
	outline: none;
}
.main-slider ul {
	padding: 0;
}
.main-slider li {
	list-style: none;
	width: 33.3%;
}
.main-slider li .item {
	overflow: hidden;
    visibility: hidden;
}

@media only screen and (max-width:767px) {
	.main-slider {
		padding-bottom: 30px;
	}
}


/* slick-dots */
.main-slider .slick-dots {
	display: none !important;
}
@media only screen and (max-width:767px) {
	.main-slider .slick-dots {
		display: flex !important;
		position: absolute;
		line-height: 0;
		margin-top: 12px;
		right: 50px;
	}
	.main-slider .slick-dots li {
		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: #f0af49;
	}
}
/* slick-arrow */
.main-slider .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	appearance: none;
	text-indent: -9999px;
	z-index: 10;
}
.main-slider .slick-prev {
	left:0;
	background-image: url(../img/pc/top/arrow_prev.png);
}
.main-slider .slick-next {
	right: 0;
	background-image: url(../img/pc/top/arrow_next.png);
}
@media only screen and (max-width:767px) {
	.main-slider .slick-arrow {
		width: 20px;
		height: 20px;
		top: auto;
		bottom: -35px;
	}
	.main-slider .slick-prev {
		left:auto;
		right: 25px;
	}
}


/* top-upper-block
--------------------------------------------------*/
.top-util-block {
	margin-bottom: 8px;
}
.top-upper-block {
}
.top-upper-block-links {
	display: block;
}
.top-upper-block-links-item {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #0096B4;
}
@media only screen and (max-width:767px) {
	.top-upper-block-links-item {
		/*padding: 10px;*/
		font-size: 12px;
	}
}
.top-upper-block-links-item:hover {
	text-decoration: none;
	opacity: 0.7;
}
.top-upper-block-links-item img {
	margin-right: 12px;
	max-width: 32px;
}
.top-upper-block-links-item-ttl {
	font-size: 16px;
	color: #0F2350;
	font-weight: bold;
	padding: 12px 0 13px 18px;
}
.top-upper-block-links-item-txt {
	font-size: 14px;
	color: #0E2250;
	font-weight: bold;
	line-height: 1.2;
	background-color: #DFF0F4;
	border-bottom-left-radius:  9px;
	border-bottom-right-radius:  9px;
	padding: 14px 20px;
}
@media only screen and (max-width:767px) {
	.top-upper-block-links-item-txt {
		font-size: 11px;
	}
}
.top-upper-block-buttons {
	margin-top: 15px;
}
@media only screen and (max-width:767px) {
	.top-upper-block-buttons {
		margin-top: 0;
		margin-bottom: 10px;
	}
}
.top-upper-block-buttons-item {
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	padding: 10px 15px;
	background-color: #e8568e;
	/*background-color: #fffae3;*/
	border: 1px solid #fae06a;
	border-radius: 10px;
}
@media only screen and (max-width:767px) {
	.top-upper-block-buttons-item {
		padding: 5px 15px;
		font-size: 12px;
		text-align: center;
	}
}
.top-upper-block-buttons-item:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media only screen and (max-width:767px) {
	.top-upper-block-buttons-item img {
		/*width: 50vw;*/
	}
}
.top-upper-block-buttons-item-ttl {
	width: 70%;
	color: #ad7a34;
	line-height: 1.2;
}


/* 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
--------------------------------------------------*/
.news-topics {
  margin-bottom: 32px;
}

.news-scroll {
  overflow-y: scroll;
  height: 246px;
}

.news-scroll ul {
  padding: 5px 0;
}

.news-scroll li {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 35px 6px 25px;
  font-size: 1.4rem;
  list-style: none;
	border-bottom: #D6D6D6 dashed 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 30px;
  text-align: center;
}

.news-topics .index-btn a {
  display: inline-block;
  padding: 10px 46px 10px 40px;
  border: 1px solid #0096B4;
  border-radius: 10px;
	color: #0E2250;
	font-size: 1.5rem;
}

.news-topics .index-btn a  span {
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
}

.news-topics .index-btn a  span:before,
.news-topics .index-btn a  span:after {
  position: absolute;
  top: 1.3rem;
  left: 0;
  display: block;
  content: "";
}

.news-topics .index-btn a  span:before {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  background-color: #0096B4;
  border-radius: 50%;
}

.news-topics .index-btn a  span:after {
  width: 0.7rem;
  height: 0.7rem;
  margin: -0.4rem 0 0 0.5rem;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media  only screen and (max-width:767px)  {
.news-topics .index-btn a  {
  padding: 10px 20px;
  font-size: 12px;
}
.news-topics .index-btn a  span:before,
.news-topics .index-btn a  span:after  {
  top: 1.2rem;
}
}

#pagetop {
}

.newsList li a {
  color: #222;
}

/*pager*/
.inm-news-pagination-container{
  display: none;
}

/* Search-area
--------------------------------------------------*/

#Search-btn-Area {
	overflow:hidden;
	margin-bottom: 24px;
}
@media  only screen and (max-width:767px)  {
#Search-btn-Area {
	margin-bottom: 0;
}
}
#Search-btn-Area .parts-tab-body {padding: 0; background: none;}
.parts-tab-btns2 {
	margin-top: 28px;
	margin-bottom: 5px;
}
.parts-tab-btns .parts-tab-btn,
.parts-tab-btns2 .parts-tab-btn {
	padding: 0;
	border-bottom:none;
}
.parts-tab-btns .parts-tab-btn a,
.parts-tab-btns2 .parts-tab-btn a {
	background: none;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #0096B4;
	border-radius: 0;
	font-size: 1.6rem;
}
.parts-tab-btns .parts-tab-btn a {
	height: 50px;
}
.parts-tab-btns .parts-tab-btn.on a,
.parts-tab-btns2 .parts-tab-btn.on a {
	background: none;
	border-top: 2px solid #0096B4;
	border-left: 2px solid #0096B4;
	border-right: 2px solid #0096B4;
	border-bottom: 2px solid #fff;
	color: #222;
}
.parts-tab-btns .parts-tab-btn:not(.on) a,
.parts-tab-btns .parts-tab-btn:not(.on) a:hover,
.parts-tab-btns2 .parts-tab-btn:not(.on) a,
.parts-tab-btns2 .parts-tab-btn:not(.on) a:hover {
	border-top: 2px solid #DEF3F6;
	background-color: #DEF3F6;
	color: #0F2350;
}
.parts-tab-btns .parts-tab-btn:not(.on) a:hover,
.parts-tab-btns2 .parts-tab-btn:not(.on) a:hover {
	opacity: .7;
}
.parts-tab-btns .parts-tab-btn a:before,
.parts-tab-btns2 .parts-tab-btn a:before {
	display: none;
}
.parts-tab-btns .parts-tab-btn a > span,
.parts-tab-btns2 .parts-tab-btn a > span {
}
@media only screen and (max-width:767px) {
  .parts-tab-btns .parts-tab-btn a,
  .parts-tab-btns2 .parts-tab-btn a {
    height: 40px;
    font-size: 1.1rem;
  }
}

#Search-btn-Area .parts-box-btns .row > div {
  margin: 5px;
  flex-basis: calc((100% - 40px) / 4);
  border: 2px solid #0096B4;
  border-radius: 7px;
}

@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 6px;
  font-size: 12px;
}
#Search-btn-Area .parts-icon-btn a:before  {
  right: 8px;
}
}

/* banner-area
--------------------------------------------------*/
#search-side-include  .widget-box  {
  background-color: #DFF0F4;
	border-radius: 10px;
}

#search-side-include .side-area ul.parts-widget-list01 li {
  flex-basis: calc((100% - 30px) / 2);
  /*margin: 20px 0;*/
	background: none;
  border-bottom: 1px dashed #0F2350;
	margin: 0 12px;
}

#search-side-include .side-area ul.parts-widget-list01 li:last-child {
  border-bottom: none;
}

#search-side-include .parts-widget-list01 li a {
  font-size:1.6rem;
  font-weight:700;
  display: flex;
  padding: 16px 8px 15px 8px;
	align-items: center;
	color: #0D2150;
}

#search-side-include .parts-widget-list01 li a:hover {
  opacity: 0.6;
}

#search-side-include .parts-widget-list01 li a:before{
  display: none;
}

#search-side-include .parts-widget-list01 li span {
  max-width: 30px;
	margin-right: 12px;
}

@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 0 20px;
}
#search-side-include .side-area ul.parts-widget-list01 li  {
  flex-basis: calc((100% - 60px) / 3);
  margin: 10px;
}
#search-side-include .side-area ul.parts-widget-list01 li:last-child {
  border-bottom: 1px dashed #0F2350;
}
}

@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  {
  padding: 0;
}
#search-side-include .side-area ul.parts-widget-list01 li  {
  flex-basis: 100%;
	margin: 0 10px;
}
#search-side-include .side-area ul.parts-widget-list01 li:last-child {
  border-bottom: none;
}
}

/* 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: #17168b;
}

@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: #17168b;
}

@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;
}
}

