@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-columns{
	margin-bottom: 0;
}
}

/* main-slider
--------------------------------------------------*/

.main-slider {
	position: relative;
	padding: 4px 0 40px 0;
	height: 410px;
	overflow-y: hidden;
}

.main-slider * {
	outline: none;
}
.main-slider ul {
	padding: 0;
	margin-bottom: 0;
	/* margin-top: 4px; */
}
@media only screen and (max-width:767px) {
	.main-slider ul {
		margin-top: 0;
	}
}
.main-slider li {
	list-style: none;
}
.main-slider li .item {
	overflow: hidden;
    visibility: hidden;
	width: 890px;
	margin-left: 10px;
	margin-right: 10px;
}
@media only screen and (max-width:767px) {
	.main-slider li .item {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
	}
}

.main-slider .slick-initialized li .item {
    visibility: visible;
}

.main-slider li .item .image {
	float: left;
	width: 100%;
}

.main-slider li .item .image > div {
	height: 370px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media only screen and (max-width:767px) {
	.main-slider li .item .image > div {
		background-size: contain;
	}
}
/*.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/slide_03.jpg);
}
.main-slider li.box04 .item .image > div {
	background-image: url(../img/pc/top/slide_04.jpg);
}
.main-slider li.box05 .item .image > div {
	background-image: url(../img/pc/top/slide_05.jpg);
}
.main-slider li.box06 .item .image > div {
	background-image: url(../img/pc/top/slide_06.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: #2165B8;
	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:991px) {
	.main-slider {
		height: auto;
		padding: 8px 0 5px 0;
	}
}
@media only screen and (max-width:767px) {
	.main-slider {
		margin-bottom: 20px;
	}
	.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 {
  text-align: center;
	line-height: 0;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-slider .slick-dots li {
  display: inline-block;
	margin: 10px 5px;
	vertical-align: top;
}

.main-slider .slick-dots li button {
  display: block;
	width: 24px;
	height: 4px;
	background-color: #dcdcdc;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: -9999px;
}

.main-slider .slick-dots li.slick-active button {
  background-color: #2165B8;
}

@media  only screen and (max-width:767px)  {
	.main-slider .slick-dots {
		padding-top: 10px;
	}
	.main-slider .slick-dots li {
		margin: 0px 4px;
	}
	.main-slider .slick-dots li button {
		width: 16px;
		height: 4px;
	}
}

/* slick-arrow */
.main-slider .slick-arrow {
  display: none  !important;
  position: absolute;
}

@media  only screen and (max-width:767px)  {
.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  {
  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);
}
}

/* 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;
}
}

/* parts-tab-btn2
--------------------------------------------------*/
.parts-tab-btns2 .parts-tab-btn {
	border-bottom: none;
}
.parts-tab-btns2 .parts-tab-btn a {
	border-radius: 30px;
	width: 85%;
	margin: auto;
	transition-duration: 0.5s;
	font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
	.parts-tab-btns2 .parts-tab-btn a {
		width: 100%;
		font-size: 1.2rem;
	}
}
.parts-tab-btns2 .parts-tab-btn:not(.on) a {
	background-color: #B5D6FF;
}
.parts-tab-btns2 .parts-tab-btn:not(.on) a:hover {
	background-color: #B5D6FF;
}
.parts-tab-btns2 .parts-tab-btn:not(.on) a:before {
	transition-duration: 0.5s;
}
.parts-tab-btns2 .parts-tab-btn:not(.on) a:hover:before {
	opacity: 1;
}


/* news-topics
--------------------------------------------------*/
#news-wrap{
	position: relative;
	border: #2165B8 solid 1px;
	margin: 8px auto;
}
.top-news-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 2em 0 2.5em;
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.top-news-title:before,
.top-news-title:after {
  content: "";
  position: absolute;
  margin: auto;
}

.top-news-title:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 22px;
  background: #2165B8;
  transform: rotate(50deg);
}

.top-news-title:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 14px;
  background: #2165B8;
  transform: rotate(20deg);
}

@media only screen and (max-width:767px) {
  .top-news-title {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
}

.news-topics {
  margin-bottom: 20px;
}

.news-scroll {
  overflow: auto;
  height: 332px;
}

.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 a{
	color: #333;
}

.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: 10px 0;
  text-align: center;
}

.news-topics .index-btn a {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #2165B8;
  border-radius: 30px;
}

@media  only screen and (max-width:767px)  {
.news-topics .index-btn a  {
  padding: 10px 20px;
  font-size: 12px;
}
}

#pagetop {
}

.newsList li a,
.news-topics .index-btn a{
  color: #111;
}

/*pager*/
.inm-news-pagination-container{
  display: none;
}

/* Search-area
--------------------------------------------------*/
#SearchArea {
	background-color: #DAEBFF;
	padding: 2em 0;
}

#Search-btn-Area {overflow:hidden;}
#Search-btn-Area .parts-tab-body {padding: 10px;}

#Search-btn-Area .parts-box-btns .row > div {
	margin: 5px;
	flex-basis: calc((100% - 60px) / 6);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	border-bottom: none;
	border-radius: 1rem;
}

@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);
}
}

#Search-btn-Area .parts-icon-btn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 10px;
}
#Search-btn-Area .parts-icon-btn a span {
	display: block;
	padding: 0;
}
#Search-btn-Area .parts-icon-btn a span + span {
	margin-top: 10px;
  text-align: center;
}
#Search-btn-Area .parts-icon-btn a .ico img, #Search-btn-Area  .parts-icon-btn a .ico > svg {
	max-height: 67px;
	max-width: initial;
}
@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 {

}
#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
--------------------------------------------------*/
#search-side-include{
  padding-left: 10px;
}
#search-side-include .widget-box:nth-of-type(2)  {margin-top:50px;}

#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 30px) / 2);
   	border-bottom: none;
   	margin: 16px 0;
	border: 1px solid #2165B8;
	border-radius: 0.5em;  
}

#search-side-include .parts-widget-list01 li a {
    font-size:1.4rem;
    font-weight:700;
    display: block;
    padding: 20px 30px 20px 10px;
}

#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: 16px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: #2165B8 solid 1px;
	border-right: #2165B8 solid 1px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#search-side-include .parts-widget-list01 li a:after{
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	display: block;
	content: '';
	width: 1.6rem;
    height: 1.6rem;
    margin-top: -1rem;
    border: #2165B8 solid 1px;
    border-radius: 50%;
}


@media only screen and (max-width:991px) {

.side-area {
    display: block;
    padding-left: 0;
    margin-top: 50px;
}
#search-side-include{
  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%;
}
}

/* top-side-util
--------------------------------------------------*/
.top-side-util {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.top-side-util-item {
	display: flex;
	align-items: center;
	border: 1px solid #2165B8;
	border-radius: 8px;
	margin: 6px 0;
	/*height: 33%;*/
	padding: 12px 10px;
}

.top-side-util-item.narrow {padding: 6px 10px;}

.top-side-util-item:hover {
	text-decoration: none;
	opacity: 0.7;
}
.top-side-util-item.side-image {
	padding: 0;
	border:none;
}
.top-side-util-item p {
	display: flex;
	align-items: center;
	color: #111111;
	font-size: 17px;
	margin: 0;
	line-height: 1.2;
	position: relative;
	width: 100%;
}
.top-side-util-item p span.icon img{
	max-width:52px;
}
.top-side-util-item p:before,
.top-side-util-item p:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.top-side-util-item p:before {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #2165B8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.top-side-util-item p:after {
	right: 8px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #2165B8;
	border-right: 1px solid #2165B8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-side-util-item.side-image p:before,
.top-side-util-item.side-image p:after{
	content: none;
}
.top-side-util-item p span {
	display: block;
}
.top-side-util-item p span + span {
	padding-left: 4px;
}
.top-side-util-item p span span {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	padding-top: 5px;
}
@media only screen and (max-width:991px) {
	.top-side-util {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.top-side-util-item {
		margin: 20px;
		flex-basis: calc((100% - 80px) / 2);
		max-width: calc((100% - 80px) / 2);
	}
}

@media only screen and (max-width:767px) {
	.top-side-util-item {
		margin: 10px 0;
		flex-basis:100%;
		max-width: 100%;
	}
	.top-side-util-item p {
		font-size: 14px;
	}
	.top-side-util-item p span span {
		font-size: 12px;
	}
}

/* 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: #2165B8;
}

@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: #2165B8;
}

@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: 20px 0;
  margin: 0 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;
  border: 1px solid #ccc;
  padding: 8px 4px;
}

#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;
}
}

/* banner-area04
--------------------------------------------------*/
#BannerArea04 {
  padding: 20px 0;
  margin: 0 auto 0;
  position: relative;
}

#BannerArea04 .top-side-util-item {
	border: 2px solid #2165B8;
}
#BannerArea04 .top-side-util-item {
	margin: 10px;
	flex-basis: calc((100% - 80px) / 4);
	max-width: calc((100% - 80px) / 4);
}
#BannerArea04 .top-side-util-item p span + span {
  padding-left: 15px;
}
#BannerArea04 .top-side-util-item p span span {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  padding-top: 5px;
}

@media only screen and (max-width:767px) {
	#BannerArea04 .top-side-util-item {
		margin: 10px 0;
		flex-basis: 100%;
		max-width: 100%;
	}
}