@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) ;*/
/*--------------------------------------------------

root

--------------------------------------------------*/
/* container
--------------------------------------------------*/
#container {
  min-width: 320px;
  margin-top: 10px;
  background-image: none;
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
	#container {
		margin-top: 95px;
	}
}
@media  only screen and (max-width:767px)  {
#container  {
  min-width: auto;
  margin-top: 70px;
}
}

.main_area {
  padding-top: 24px;
  padding-bottom: 48px;
  margin-bottom: 32px;
}

@media  only screen and (min-width:992px)  {
.main_area > .col-lg-6:first-child  {
  display: flex  !important;
  align-items: center;
}
.main_area > .col-lg-6:first-child .main-slider-block  {
  width: 100%;
}
}

.main_area > .col-lg-6:last-child .parts-tab-btns {
  margin-top: 0.5em;
}

@media  only screen and (max-width:991px)  {
.main_area  {
  padding:0;
  margin-top:0;
}
}

.main-columns .common-wrap {
  flex-direction:row;
  justify-content: center;
  padding: 0;
}

.side-area {
  padding-left: 30px;
  padding-right: 0;
}

.side-area .widget-box .ttl {
  border-radius:0;
}

.parts-widget-list01 {
  border:none;
}

/* main-slider
--------------------------------------------------*/
.main-slider-block {
}

@media  only screen and (max-width:991px)  {
.main-slider-block  {
  margin-top: 60px;
}
}

@media  only screen and (max-width:767px)  {
.main-slider-block  {
  margin-top: 70px;
}
}

.main-slider {
  position: relative;
  margin-top: 16px;
}

.main-slider * {
  outline: none;
}

.main-slider ul {
  padding: 0;
  margin: 0;
}

.main-slider li {
  list-style: none;
}

.main-slider li .item {
  overflow: hidden;
  visibility: hidden;
}

.main-slider .slick-slider.slick-initialized li .item {
  visibility: visible;
}

/*
.main-slider li .item .image div {
  padding-bottom: 61%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

*/
/*
.main-slider li.box01 .item .image div {
  background-image: url("../img/pc/top/22138266_s.jpg");
}

*/
/*
.main-slider li.box02 .item .image div {
  background-image: url("../img/pc/top/22093678_s.jpg");
}

*/
/*
.main-slider li.box03 .item .image div {
  background-image: url("../img/pc/top/2332017_s.jpg");
}

*/
/*
.main-slider li.box04 .item .image div {
  background-image: url("../img/pc/top/22138266_s.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.5;
}

*/
/*
.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: 140px;
  height: 140px;
  margin: -70px 0 0 -70px;
  background-color: #C12100;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

*/
/*
.main-slider li .item .texts .txt {
  padding: 20px 30px 0;
  line-height: 1.5;
}

*/
@media  only screen and (max-width:991px)  {
.main-slider  {
  margin: 70px 0 32px;
}
.main-slider .common-wrap  {
  padding: 0;
}
/*
.main-slider li .item .image  {
  float: none;
  padding-left: 0;
  margin-left: 0;
}
*/
/*
.main-slider li .item .image > *  {
  padding-bottom: 60%;
}
*/
/*
.main-slider li .item .texts  {
  float: none;
  width: auto;
  margin-top: -50px;
  padding-bottom: 0;
}
*/
/*
.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.3;
}
*/
/*
.main-slider li .item .texts .ttl:before  {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
}
*/
/*
.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: relative;
  bottom: -22px;
  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: #ce3d3d;
}

@media  only screen and (max-width:767px)  {
.main-slider .slick-dots  {
  top: 4px;
  padding-top: 10px;
  text-align: center;
  line-height: 0;
}
.main-slider .slick-dots li  {
  margin: 0 3px;
}
.main-slider .slick-dots li button  {
}
}

/* slick-arrow */
.main-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  z-index: 10;
  margin: auto;
  top: 0;
}

.main-slider .slick-prev {
  left: 0px;
  background-image: url(../img/pc/page/slide_arw01.png);
  filter: grayscale(1);
  opacity:0.5;
}

.main-slider .slick-next {
  right: 0px;
  background-image: url(../img/pc/page/slide_arw02.png);
  filter: grayscale(1);
  opacity:0.5;
}

@media  only screen and (max-width:960px)  {
.main-slider .slick-arrow  {
  transform: translateY(-50%);
}
}

/* news-area
--------------------------------------------------*/

.news-area .common-wrap  {
    background-color: #EEEEEE;
    width: 100%;
}
.news-area .news-marque  {
    background-color: #EEEEEE;
        width: 100%;
    overflow: hidden;
}
.news-area {
  display: flex; /* アイテムを横並びにする */
  gap: 50px;     /* アイテム間の余白 */
  white-space: nowrap;
  margin-bottom: 10px;
	width: 100%;
}
@media  only screen and (max-width:991px)  {
	.news-area {
		margin-bottom: 0;
	}
}
@media  only screen and (max-width:767px)  {
  .news-area {
  margin-bottom: 0;
}
}
.news-area .newsLine span {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}


@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: 20px;
}

.news-scroll {
  overflow-y: auto;
  height: 268px;
  line-height: 1.5;
}

.news-scroll ul {
  padding: 5px 0;
  margin: 0;
}

.newsList li a{
  color:#333;
}

.news-scroll li {
  position: relative;
  display: table;
  width: 100%;
  padding: 6px;
  font-size: .875rem;
  list-style: none;
}

.news-scroll li span {
  display: table-cell;
  vertical-align: top;
}

.news-scroll li span:nth-child(1) {
  width: 115px;
  color: var(--primary-color);
}

.news-scroll a:hover {
  text-decoration:none;
  opacity:0.6;
}

.news-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media  only screen and (max-width:767px)  {
  .news-tab {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.news-tab h3 {
  width: 19%;
}
@media  only screen and (max-width:767px)  {
  .news-tab h3 {
    width: 32%;
    margin: 0 2px 5px;
  }
}

.news-tab .parts-tab-btn {
  border-bottom: none;
}

.news-tab .parts-tab-btn a {
  height: 38px;
  font-size: 14px;
  padding: 0 8px;
  min-height: 36px;
  border-radius: 19px;
}
@media  only screen and (max-width:767px)  {
  .news-tab .parts-tab-btn a {
    font-size: 13px;
  }
}
.parts-tab-btns .parts-tab-btn a:before {
  display: none;
}


/* news-filter */
.news-filter {
  text-align: left;
  margin: 8px 0;
}

@media  only screen and (max-width:767px)  {
.news-filter  {
  margin: 16px 8px 8px 8px;
}
}

.news-filter-btn {
  padding: 4px 12px;
  font-size: 0.813rem;
  font-weight: 700;
  border: 1px solid #ec0000;
  border-radius: 16px;
  background-color: #fff;
  color: #ec0000;
  cursor: pointer;
  transition: all 0.3s;
}

.news-filter-btn:hover {
  opacity: 0.7;
}

.news-filter-btn.active,
.news-filter-btn[aria-pressed="true"] {
  background-color: #ec0000;
  color: #fff;
}

@media  only screen and (max-width:767px)  {
.news-scroll  {
  overflow: auto;
  height: 290px;
  line-height: 1.5;
}
.news-topics  {
  margin-bottom: 10px;
}
.news-scroll li  {
  display: block;
  padding: 8px 25px 8px 10px;
  font-size: .875rem;
}
a.inm-news-list-item-link  {
  display: grid;
  grid-template-columns: 100px auto auto 1fr;
  grid-template-rows: auto;
  gap: 4px 0;
  margin-top: 0;
}
.news-scroll li span  {
}
.news-scroll li span:nth-child(1)  {
  width: auto;
  grid-column: 1 / 2;
  grid-row: 1/2;
}
.news-scroll li span.inm-news-list-item-link-title  {
  grid-column: 1 / 5;
  grid-row: 2/3;
}
.news-scroll li span.inm-news-list-item-link-new  {
  grid-column: 3/4;
  grid-row: 1;
  margin-top: -2px;
}
.news-scroll li span.inm-news-list-item-link-important  {
  grid-column: 2/3;
  grid-row: 1;
  margin-top: -2px;
}
}

.news-topics .index-btn {
  position:relative;
  text-align: right;
}

.news-topics .index-btn a {
  display: inline-block;
  padding: 10px 0;
  text-align: right;
  text-decoration: none;
  margin-top: 12px;
}

#pagetop {
}

.index-btn a{
  font-size: 12px;
}

.parts-arw01:before {
  width: 1rem;
  height: 1rem;
  margin-top: -1.4rem;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.parts-arw01:after {
  width: 0.3rem;
  height: 0.3rem;
  margin: -1.1rem 0 0 0.3rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-top: var(--secondary-color) solid 2px;
  border-right: var(--secondary-color) solid 2px;
}

@media  only screen and (max-width:991px)  {

}

/* Search-area
--------------------------------------------------*/
#Search-btn-Area {
  overflow:hidden;
  background-color: #f5f5f5;
}

#Search-btn-Area .parts-tab-body {
  padding: 24px;
}
@media  only screen and (max-width:767px)  {
  #Search-btn-Area .parts-tab-body {
    padding: 8px;
  }
}
#Search-btn-Area .parts-box-btns .row > div {
  margin: 8px 8px;
  flex-basis: calc((100% - 64px) / 4);
  max-width: calc((100% - 64px) / 4);
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
  border-bottom: none;
  border-radius: 5px;
}

@media  only screen and (max-width:991px)  {
#Search-btn-Area .parts-box-btns .row > div  {
  flex-basis: calc((100% - 80px) / 5);
  max-width: calc((100% - 80px) / 5);
}
}

@media  only screen and (max-width:767px)  {
#Search-btn-Area .parts-box-btns .row > div  {
  flex-basis: calc((100% - 64px) / 4);
  max-width: calc((100% - 64px) / 4);
}
}

@media  only screen and (max-width:565px)  {
#Search-btn-Area .parts-box-btns .row > div  {
  flex-basis: calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
}
}

@media  only screen and (max-width:480px)  {
#Search-btn-Area .parts-box-btns .row > div  {
  flex-basis: calc((100% - 32px) / 2);
  max-width: calc((100% - 32px) / 2);
}
}

.parts-icon-btn a {
  flex-direction: column;
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 20px 5px;
  min-height: 100px
}
@media  only screen and (max-width:767px)  {
  .parts-icon-btn a {
    padding: 10px 5px;
    min-height:auto;
  }
}
.parts-icon-btn a > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.2;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.parts-icon-btn a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ddd solid 2px;
  border-right: #ddd solid 2px;
  transform: rotate(45deg);
}

.parts-icon-btn a .ico {
  padding: 0;
  width: 70px;
  text-align: center;
}

.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
  max-height: 60px;
  max-width: 100px;
  width: auto;
  height: auto;
}

.fade-area .parts-icon-btn a:hover {
  opacity: 1;
  background-color: #fff !important;
}

/* banner-area
--------------------------------------------------*/
#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: 10px 0;
}

#search-side-include .parts-widget-list01 li a {
  font-weight:700;
  display: block;
  padding: 10px;
  background-color: #CCEEF8;
  border-radius: 5px;
  text-align: center;
}
#search-side-include .parts-widget-list01 li a.login {
  background-color: #00ACDC;
  color: #fff;
}

#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: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#search-side-include .parts-widget-list01.parts-widget-list01-type3 li a:before{
  display: none;
}

@media  only screen and (max-width:991px)  {
.side-area  {
  display: block;
  padding-left: 0;
  margin-top: 25px;
}
#search-side-include .side-area ul.parts-widget-list01  {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
	justify-content: center;
}
#search-side-include .side-area ul.parts-widget-list01 li  {
  flex-basis: calc((100% - 60px) / 3);
  margin:0 10px 10px;
}
#search-side-include .side-area ul.parts-widget-list01-type2  {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: flex-start;
}
#search-side-include .side-area ul.parts-widget-list01-type3  {
  margin-left: -10px;
  margin-right: -10px;
}
}

@media  only screen and (max-width:767px)  {
#search-side-include .side-area ul.parts-widget-list01 li  {
  flex-basis: calc((100% - 40px) / 2);
}
#search-side-include .side-area ul.parts-widget-list01-type2  {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
#search-side-include .side-area ul.parts-widget-list01-type2 li  {
  margin-left: 0;
  margin-right: 0;
}
#search-side-include .side-area ul.parts-widget-list01-type3  {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
#search-side-include .side-area ul.parts-widget-list01-type3 li  {
  margin-left: 0;
  margin-right: 0;
}
}

@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;
}

#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;
}

#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;
}

#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;
}

/*--------------------------------------------------

index card

--------------------------------------------------*/
.index-cards {
  margin: 32px 8px 40px;
}

.index-cards .row > div {
  margin:10px;
  flex-basis: calc((100% - 80px) / 4);
  max-width: calc((100% - 80px) / 4);
  flex-grow: 1;
  flex-shrink: 0;
  border:none;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
  border-radius: 0;
}

.index-cards .row > div.streched:hover {
  opacity:0.7;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

.stretched-link::after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  pointer-events:auto;
  content:"";
  background-color:rgba(0,0,0,0)
;
}

.streched .text-link{
  position: relative;
  z-index: 2;
}

.parts-arw-bdr-btn2 {
  border: none;
  background-color: var(--primary-color);
  border-radius: 0;
}

.card-body .list-group,
.card-body .links {
}

.card-text{
  padding: 16px 16px;
}

.index-cards {
  position:relative;
}

@media  only screen and (max-width:991px)  {
.index-cards  {
  margin: 32px 8px 8px;
}
.index-cards .row > div  {
  margin:10px;
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}
}

@media  only screen and (max-width:565px)  {
.index-cards .row > div  {
  margin:10px 20px;
  flex-basis:calc(100% - 40px);
  max-width:calc(100% - 40px);
}
}

/* parts-title-06 */
.parts-title-06 {
  text-align: center;
}

.parts-title-06 span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight:700;
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: var(--primary-color);
}

.main_area .parts-title-06 span {
  margin-bottom:0;
}

.parts-title-06 > span:before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 3px;
  background: var(--primary-color);
}

@media  only screen and (max-width:767px)  {
.parts-title-06 span  {
  font-size: 1.25rem;
}
}

/* banner-area04
--------------------------------------------------*/
#BannerArea04 {
  padding: 40px;
  margin: 80px auto 0;
  position: relative;
}

@media  only screen and (max-width:767px)  {
#BannerArea04  {
  padding: 10px;
  margin: 40px auto 0;
}
}

#BannerArea04:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

#BannerArea04 .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% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

#BannerArea04 div img {
  overflow:hidden;
}

#BannerArea04 .parts-btn a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
}

#BannerArea04 .parts-btn a:hover {
  text-decoration: none;
}

/* slick-arrow */
.Banner_slide .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: auto;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  z-index: 10;
  bottom: 0;
}

.Banner_slide .slick-prev {
  left: -15px;
  background-image: url(../img/pc/page/slide_arw01.png);
  filter: grayscale(1);
  opacity: 0.7;
}

.Banner_slide .slick-next {
  right: -15px;
  background-image: url(../img/pc/page/slide_arw02.png);
  filter: grayscale(1);
  opacity: 0.7;
}

/* parts-title-07 */
.parts-title-07 {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.15rem;
  font-weight: 700;
  padding-left: 10px;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}

@media  only screen and (max-width:767px)  {
.parts-title-07  {
  margin-bottom: 10px;
  line-height: 1.8;
  border-left: none;
  border-top: none;
  border-image: none;
}
}

.slickBtnArea {
  position: relative;
}

.slickBtnArea button {
  border: 0 none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  background: none;
  top: 2px;
  right: calc(50% - 70px);
  outline: none;
  position: absolute;
  font-size: 1.2rem;
  color: #999;
}

.slickBtnArea button #startBtn{
  border: none;
  background: none;
}

.slickBtnArea button #stopBtn{
  background: none;
  border: none;
  position: relative;
  left: 0;
}

@media  only screen and (max-width:767px)  {
.slickBtnArea button {
  top: -16px;
  bottom:0;
}
}

.search-section {
  position:relative;
  padding-bottom: 32px;
  z-index: 1;
  padding-top: 0;
}

.search-section:before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  min-width: 320px;
  z-index: -1;
}

@media  only screen and (max-width:991px)  {
.search-section {
  padding-bottom: 16px;
}
.search-section:before  {
  height: 0;
  display:none;
}
}

.parts-tab-btns .parts-tab-btn, .parts-tab-btns2 .parts-tab-btn {
  border-bottom: none;
}
.parts-tab-btns .parts-tab-btn.on,
.parts-tab-btns2 .parts-tab-btn.on {

}

.parts-tab-btns .parts-tab-btn:not(.on) a {
  background-color:#DCEBF5;
  color: #177BB9;
}
.parts-tab-btns2 .parts-tab-btn:not(.on) a {
  background-color:#D9EEE5;
  color: #008C4F;
}

.parts-tab-btns .parts-tab-btn:not(.on) a:hover {
  background-color: #DCEBF5;
  text-decoration: none;
}
.parts-tab-btns2 .parts-tab-btn:not(.on) a:hover {
  background-color: #D9EEE5;
  text-decoration: none;
}

.parts-tab-btns,
.parts-tab-btns2 {
  margin-top: 0;
}

.parts-tab-btns2 .parts-tab-btn.on a {
background-color: #008C4F;
}
.parts-tab-btns .parts-tab-btn a:before, .parts-tab-btns2 .parts-tab-btn a:before {
  border-top: #008C4F solid 6px;
}




/* swiper */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2px !important;
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
}

.swiper-pagination-bullet-active {
  background-color: #e53936 !important;
}

.swiper-backface-hidden .swiper-slide {
}

.swiper-slide img {
  object-fit:cover;
  height:100%;
  width:100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  width: 34px;
  height: 34px;
  background: #eee;
  border-radius: 100%;
  border: 0;
  top: var(--swiper-navigation-top-offset, 47%);
}

@media  only screen and (max-width: 767px)  {
.swiper-button-next,
    .swiper-button-prev  {
  width: 28px;
  height: 28px;
}
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #f3e3ca;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  left: -4px;
}

.swiper-slide {
  padding: 2px;
}

/*
.swiper-slide img {
    transition: 0.75s;
    filter: brightness(70%);
}

.swiper-slide-active img {
    filter: brightness(100%);
}
*/
/*
.swiper-slide {
    overflow: hidden;
    transition: .75s;
}

.swiper-slide {
  transform: scale(.8);
  transition: 1s;
}

.swiper-slide-active {
    transform: scale(1);
}
*/
.swiper .stopbtn {
  cursor: pointer;
  z-index: 100;
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1rem;
  color: #999;
  margin-left: 20px;
  position: relative;
  font-size: 1.4rem;
  border: 0;
  background: none;
  top: 2px;
  outline: none;
}

.swiper .stopbtn:focus:not(:focus-visible) {
  outline: none;
}

.swiper .stopbtn:focus-visible {
  outline: solid;
}

.swiper .stopbtn:hover {
  opacity: 0.75;
}

.swiper .stopbtn.stop:before,
.swiper .stopbtn.start:before {
  position: absolute;
  top: 5px;
  left: -2px;
}

.swiper .stopbtn.stop:before {
  font-family: "icomoon";
  content: "";
}

.swiper .stopbtn.start:before {
  font-family: "icomoon";
  content: "";
}

.swiper-button-next {
  height: 1.8rem !important;
  color: #fff !important;
  right: 0;
  width: 1.8rem;
  left: auto;
}

.swiper-button-prev {
  height: 1.8rem !important;
  color: #fff !important;
  right: auto;
  width: 1.8rem;
  left: 0;
}

.side-area .widget-box {
  border: 2px solid #007AB6;
  padding: 15px;
}
@media  only screen and (max-width:767px)  {
  .side-area .widget-box {
  padding: 10px 5px;
  margin-bottom: 10px;
}
}
.side-area .widget-box .ttl {
  display: block;
  background: none;
  padding: 0;
	text-align: center;
}

#search-side-include .side-area ul.parts-widget-list01-type2 {
  padding: 0;
}
#search-side-include .side-area ul.parts-widget-list01-type2 li {
  margin-top: 15px;
  list-style: none;
}
@media  only screen and (max-width:767px)  {
  #search-side-include .side-area ul.parts-widget-list01-type2 li {
    margin-top: 5px;
  }
}
#search-side-include .side-area ul.parts-widget-list01-type2 li a {
  display: block;
  padding: 10px;
  border: 2px solid var(--primary-color);
  color: #202020;
  position: relative;
  font-size: 14px;
  border-radius:0 ;
  background: #DCEBF5;
  text-align: left;
}
#search-side-include .side-area ul.parts-widget-list01-type2 li a::before {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: var(--primary-color) solid 2px;
    border-right: var(--primary-color) solid 2px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#search-side-include .side-area ul.parts-widget-list01-type3 {
  padding: 0;
}
#search-side-include .side-area ul.parts-widget-list01-type3 li {
  margin-top: 15px;
  list-style: none;
}
@media  only screen and (max-width:767px)  {
  #search-side-include .side-area ul.parts-widget-list01-type3 li {
    margin-top: 5px;
  }
}
#search-side-include .side-area ul.parts-widget-list01-type3 li a {
  display: block;
  padding: 10px;
  border: 1px solid #DDDDDD;
  color: #202020;
  position: relative;
  font-size: 14px;
  border-radius:0 ;
  background: none;
}