
@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) ;*/


/* トップページのみGoogleフォントに変更
--------------------------------------------------*/
#wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Noto Sans JP", "メイリオ", sans-serif;
}

/* container
--------------------------------------------------*/
#container {
  min-width: 320px;
}

@media  only screen and (max-width:767px)  {
#container  {
  min-width: auto;
}
}

/* main-slider
--------------------------------------------------*/

.main-visual {
	background-color: #E3F1FA;
	margin: 4px -5px 46px;
	padding: 36px 0 52px;
	font-size: 16px;
}

.main-slider {
	position: relative;
	padding: 0;
    /*height: 380px;*/
    /*overflow-y: hidden;*/
    z-index: 1;
}

.main-slider * {
	outline: none;
}
.main-slider-wrap {
	position: relative;
}
.main-slider ul {
	padding: 0;
	position: relative;
	margin-bottom: 0;
}
.main-slider ul::before,
.main-slider ul::after {
	content: '';
	width: calc((100% - 960px)/2);
	height: 250px;
	background-color: #333;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}
@media only screen and (max-width:1199px) {
	.main-slider ul::before,
	.main-slider ul::after {
	display: none;
}
}
.main-slider ul::after {
	left: auto;
	right: 0;
}
.main-slider li {
	list-style: none;
	width: 960px;
}
@media only screen and (max-width:1199px) {
	.main-slider li {
		height: 38vw;
		width: 100vw;
	}
}
.main-slider li .item {
	overflow: hidden;
    /*visibility: hidden;*/
	height: 250px;
	width: 960px;
}
@media only screen and (max-width:1199px) {
	.main-slider li .item {
		/*height: 38vw;*/
		height: 20vw;
		width: auto;
	}
}

.main-slider .slick-initialized li .item {
    visibility: visible;
}

.main-slider li .item .image {
	height: 250px;
	width: auto;
}
@media only screen and (max-width:1199px) {
	.main-slider li .item .image {
		height: auto;
	}
}
.main-slider li .item .image > a > div {
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media only screen and (max-width:1199px) {
	.main-slider li .item .image > a > div {
		height: 38vw;
		background-position: center;
		background-size: cover;
	}
}
.main-slider li.box01 .item .image > a > div {
	background-image: url(../img/pc/top/slide_01.jpg);
}
.main-slider li.box02 .item .image > a > div {
	background-image: url(../img/pc/top/slide_02.jpg);
}
.main-slider li.box03 .item .image > a > div {
	background-image: url(../img/pc/top/slide_03.jpg);
}
@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%;
	}
}
@media only screen and (max-width:1199px) {
	.main-slider {
		margin: 0;
	}
	.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: 43%;
	}
}


/* slick-dots */
.main-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 100%;
  line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

.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: #418FDE;
}
@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 {
	/*display: none !important;*/
	position: absolute;
	top: calc(50% - 24px);
	width: 48px;
	height: 48px;
	display: block !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: -9999px;
	z-index: 10;
}

@media only screen and (max-width:767px) {
	.main-slider .slick-arrow {
		top: calc(50% - 12px);
		width: 24px;
		height: 24px;
	}
}

@media only screen and (max-width:1199px) {
	.main-slider .slick-arrow {
		position: absolute;
		top: 0;
		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 {
		left: -22px;
		background-image: url(../img/pc/page/slide_arw01.png);
	}
	.main-slider .slick-next {
		right: 10px;
		background-image: url(../img/pc/page/slide_arw02.png);
	}
}

/* swiper
--------------------------------------------------*/
.swiper-container {
	position: relative;
	max-width: 1100px;
}
.swiper-slide {
  opacity: .3; /* 左右のスライドを薄くする */
	text-align: center;
}
.swiper-slide img {
  height: auto;
  width: 100%;
	max-width: 700px !important;
}
.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
.swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -36px !important;
}
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 14px;
}
.swiper-pagination-bullet-active {
	background: #418FDE !important;
}
.swiper-button-prev,
.swiper-button-next {
  height: 55px;
  width: 52px;
	/*background: none;*/
	z-index: 100;
}
.swiper-button-prev {
	left: 15%;
  background-image: url(../img/pc/top/slide_arw01.png);
}
.swiper-button-next {
	right: 15%;
  background-image: url(../img/pc/top/slide_arw02.png);
}
@media  only screen and (max-width:767px)  {
.swiper-button-prev {
	/*left: 11%;*/
	display: none;
}
.swiper-button-next {
	/*right: 11%;*/
	display: none;
}
}
@media  only screen and (max-width:565px)  {
.swiper-button-prev {
	display: none;
}
.swiper-button-next {
	display: none;
}
}


/* 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: 46px;
}

.news-topics-ttl {
	/*background-color: #418FDE;
	border-radius: 26px;
	margin-bottom: 12px;*/
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.news-topics-ttl-txt {
	margin: auto;
	display: flex;
	align-items: center;
	/*padding: 10px 0 10px 30px;*/
	padding: 0 0 0 30px;
	background: url(../img/pc/top/icon_news.png) left center no-repeat;
	background-size: 20px;
	/*font-size: 18px;*/
	font-size: 20px;
	color: #0066B6;
	position: relative;
	font-weight: bold;
}
@media only screen and (max-width:767px) {
	.news-topics-ttl-txt {
		font-size: 16px;
	}
}
.news-topics-ttl-txt span {
	/*font-size: 14px;*/
	font-size: 16px;
	padding-left: 10px;
	font-weight: normal;
}
@media only screen and (max-width:767px) {
	.news-topics-ttl-txt span {
		font-size: 12px;
	}
}
.news-topics-ttl-txt img {
	position: absolute;
	right: -40px;
}

.news-wrap {
	border: 1px solid #ccc;
	padding: 12px;
}

.news-scroll {
  overflow-y: scroll;
  height: 256px;
}

.news-scroll ul {
  padding: 5px 0;
}

.news-scroll li {
  position: relative;
  display: table;
  width: 100%;
  padding: 6px 15px 6px 15px;
  font-size: 1.5rem;
  list-style: none;
	border-bottom: #D6D6D6 dotted 1px;
}

.news-scroll li a{
	color: #444;
	font-weight: 400;
	font-size: 1.6rem;
}

.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: 15px 0 50px;
  text-align: center;
}

.news-topics .index-btn a {
  display: inline-block;
  padding: 0;
	color: #666;
}

@media  only screen and (max-width:767px)  {
.news-topics .index-btn a  {
  padding: 10px 20px;
  font-size: 12px;
}
}

#pagetop {
}

.newsList li a {
  color: #444;
}

/*pager*/
.inm-news-pagination-container{
  display: none;
}

/* Search-area
--------------------------------------------------*/
#top-search-area .parts-tab-btn {
	text-align: center;
	display: flex;
	justify-content: space-around;
	border-bottom: none;
}
#top-search-area .parts-tab-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 262px;*/
	background-color: #C1C1C1;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	/*font-size: 18px;*/
	font-size: 17px;
	padding: 4px 10px;
	border-radius: 30px;
	height: 50px;
}
@media only screen and (max-width:1199px) {
	#top-search-area .parts-tab-btn a {
		padding: 10px;
		margin: 0 10px;
	}
}
@media only screen and (max-width:991px) {
	#top-search-area .parts-tab-btn a {
		font-size: 1.6rem;
		padding: 10px;
		margin: 0 10px;
	}
}
@media only screen and (max-width:565px) {
	#top-search-area .parts-tab-btn a {
		font-size: 1.3rem;
		padding: 10px;
		margin: 0 4px;
		line-height: 1.2;
	}
}
#top-search-area .parts-tab-btn a:before {
	display: none;
}
#top-search-area .parts-tab-btn a:hover, 
#top-search-area .parts-tab-btn.on a {
	background-color: #418FDE;
	color: #fff;
}

#Search-btn-Area {
  overflow:hidden;
  background-color: #EBF3FA;
}

#Search-btn-Area .parts-tab-body {
  padding: 14px;
}

#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;
	border-radius: 8px;
	min-height: 176px;
}

#Search-btn-Area .parts-icon-btn a  {
  font-size: 1.7rem;
}

@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);
	min-height: 140px;
}
#Search-btn-Area .parts-icon-btn a  {
  font-size: 14px;
}
}

@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;
}
#Search-btn-Area .parts-icon-btn a:before  {
  right: 8px;
}
}

/* banner-area
--------------------------------------------------*/
#search-side-include .widget-box:nth-of-type(1)  {
  border-top: 1px solid #ccc;
}

#search-side-include .side-area ul.parts-widget-list01 li {
  flex-basis: calc((100% - 30px) / 2);
  border: none;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}

#search-side-include .parts-widget-list01 li a {
  /*font-size: 20px;*/
  font-size: 18px;
  font-weight:700;
  display: flex;
  /*padding: 5px 7px 12px;*/
  padding: 6px 7px 12px;
	color: #333;
}

#search-side-include .parts-widget-list01 li a:hover {
  opacity: 0.6;
}

#search-side-include .parts-widget-list01 li a:before{
  /*position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ccc solid 2px;
  border-right: #ccc solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);*/
	display: none;
}

#search-side-include .parts-widget-list01 li a .ico {
  margin-right:  20px;
}

@media  only screen and (max-width:991px)  {
.side-area  {
  display: block;
  padding-left: 0;
  margin-top: 20px;
}
#search-side-include .side-area ul.parts-widget-list01  {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 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%;
}
}


#search-side-include .widget-box:nth-of-type(2)  {
  margin-top: 93px;
	background-color: #EBF3FA ;
	padding: 8px 10px 6px;
}
@media  only screen and (max-width:991px)  {
#search-side-include .widget-box:nth-of-type(2)  {
  margin-top: 20px;
}
}

#search-side-include .widget-box:nth-of-type(2) .title {
  color: #0066B6;
	font-size: 18px;
	font-weight: 700;
}

#search-side-include .side-area ul.parts-widget-list02 {
	margin: 0;
	padding: 0;
}
#search-side-include .side-area ul.parts-widget-list02 li {
	list-style: none;
	line-height: 1.4;
	margin-bottom: 10px;
	background-color: #fff;
}

#search-side-include .parts-widget-list02 li a {
  /*font-size: 17px;*/
  font-size: 16px;
  font-weight:700;
  display: flex;
	align-items: center;
  padding: 0 6px;
	color: #333;
	min-height: 65px;
}

#search-side-include .parts-widget-list02 li a:hover {
  opacity: 0.6;
}

#search-side-include .parts-widget-list02 li a:before{
  /*position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ccc solid 2px;
  border-right: #ccc solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);*/
}

#search-side-include .parts-widget-list02 li a .ico {
  margin-right:  20px;
}

@media  only screen and (max-width:991px)  {
#search-side-include .side-area ul.parts-widget-list02  {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
#search-side-include .side-area ul.parts-widget-list02 li  {
  flex-basis: calc((100% - 60px) / 3);
  margin: 10px;
}
}

@media  only screen and (max-width:767px)  {
#search-side-include .side-area ul.parts-widget-list02 li  {
  flex-basis: calc((100% - 40px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#search-side-include .side-area ul.parts-widget-list02 li  {
  flex-basis: 100%;
}
}

/* banner-area
--------------------------------------------------*/
.banner-area {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 26px;
	padding: 0;
}
.banner-area div {
	/*margin: 0 12px;*/
}
@media only screen and (max-width:1199px) {
.banner-area {
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.banner-area div {
	margin: 0 0 20px;
}
}
@media only screen and (max-width:767px) {
.banner-area {
	margin: 20px auto 0;
}
}
@media only screen and (max-width:565px) {
/*.banner-area {
	flex-wrap: wrap;
	justify-content: space-around;
}*/
.banner-area div {
	flex-basis: calc((100% - 40px) / 2);
	max-width: 50%;
	margin: 0 0 20px;
}
}


/* 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: #418fde;
}

@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: #418fde;
}

@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;
}
}

