@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: -24px;
  margin-bottom: 38px;
  background-image: inherit;
  background-color: transparent;
}

@media  only screen and (max-width:959px)  {
#container  {
  /*padding: 90px 4px 0 4px;*/
  padding: 90px 0 0 0;
}
}

@media  only screen and (max-width:767px)  {
#container  {
  /*padding: 76px 4px 0 4px;*/
  padding: 76px 0 0 0;
}
}

.main_image{
  margin: 0px auto 20px;
  width: 100%;
  height: 480px;
  background-image: url("../img/pc/top/top_main.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60%;
}

@media  only screen and (max-width:959px)  {
.main_image {
  height:350px;
}
}

@media  only screen and (max-width:767px)  {
.main_image {
  height: 250px;
}
}

@media  only screen and (max-width:565px)  {
.main_image {
  height: 180px;
  background-position: center 15px;
}
}

.main-columns .common-wrap {
  padding-top: 0;
	padding-bottom: 0;
}
@media  only screen and (max-width:959px)  {
	.main-columns .common-wrap {
		padding-bottom: 0;
	}
}

.main_area {
  padding-top: 16px;
  padding-bottom: 22px;
  margin-bottom: 18px;
  position:relative;
  /*align-items: center;*/
  background-color: #fff;
  margin-top: 30px;
  border-radius: 8px;
}

@media  only screen and (max-width:1250px) and (min-width:992px)  {
.main_area  {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
}

@media  only screen and (max-width:991px)  {
.main_area:before  {
  top: -32px;
  bottom: -48px;
  height: auto;
}
.main_area  {
  padding: 0 0 16px;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
.main_area > div  {
  background-color:#fff;
  padding: 0 16px 16px;
  width:90vw;
  margin: 32px auto 8px;
}
}

.common-wrap {
  flex-direction:row;
  justify-content: center;
  padding: 0;
  background-color: inherit;
}

.side-area {
  padding-left: 30px;
  padding-right: 0;
}

.parts-widget-list01 {
  border: none;
}


/* news-topics
--------------------------------------------------*/
.news-topics {
  position: relative;
}

.news-scroll {
  overflow-y: scroll;
  height: 270px;
  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: #222;
}

.news-scroll a:hover {
  text-decoration:none;
  opacity:0.6;
}

.news-tab {
  border-bottom: 2px solid var(--primary-color);
}

.news-tab h3 {
  margin-bottom: 0;
}

.news-tab .parts-tab-btn {
  border-bottom: none;
}

/* news-filter */
.news-filter {
  right: 0;
  top: -52px;
  position: absolute;
}

@media  only screen and (max-width:767px)  {
.news-filter  {
}
}

.news-filter-btn {
  padding: 4px 12px;
  font-size: 0.75rem;
  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: 200px;
  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;
  right: 0;
}

#pagetop {
}

.index-btn a{
  font-size: 14px;
}

.parts-arw01:before {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: -1.25rem;
  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: #fff solid 2px;
  border-right: #fff solid 2px;
}

@media  only screen and (max-width:991px)  {
.news-topics .index-btn a  {
  /*padding: 8px 28px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);*/
  position: inherit;
  display: inline-block;
  margin: 32px auto 0;
  font-size: .875rem;
}
.parts-arw01  {
  /*padding-left:0;*/
}
.parts-arw01:before  {
  /*display:none;*/
}
.parts-arw01:after  {
  /*display:none;*/
}
}

/* Search-area
--------------------------------------------------*/
#Search-btn-Area {
  overflow:hidden;
  background-color: var(--secondary-color);
	margin-top: -18px;
}

#Search-btn-Area .parts-tab-body {
  padding: 12px 6px 16px;
}

#Search-btn-Area .parts-box-btns .row > div {
  margin: 9px 10px;
  flex-basis: calc((100% - 120px) / 6);
  max-width: calc((100% - 120px) / 6);
  /*box-shadow: 0 1px 4px rgb(0 0 0 / 30%);*/
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  border-bottom: none;
  border-radius: 8px;
	min-height: 169px;
}

#Search-btn-Area.small_wid .parts-box-btns .row > div {
  flex-basis: calc((100% - 100px) / 5);
  max-width: calc((100% - 100px) / 5);
}

@media  only screen and (max-width:991px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid  .parts-box-btns .row > div  {
  flex-basis: calc((100% - 100px) / 5);
  max-width: calc((100% - 100px) / 5);
	min-height: inherit;
}
}

@media  only screen and (max-width:767px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid  .parts-box-btns .row > div  {
  flex-basis: calc((100% - 80px) / 4);
  max-width: calc((100% - 80px) / 4);
}
}

@media  only screen and (max-width:565px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid  .parts-box-btns .row > div  {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
}

@media  only screen and (max-width:480px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid .parts-box-btns .row > div  {
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}
}

/* 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: 20px 0;
  border: 1px solid #eee;
}

#search-side-include .parts-widget-list01 li a {
  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: 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);
}

@media  only screen and (max-width:991px)  {
.side-area  {
  display: block;
  padding-left: 0;
  margin-top: 50px;
}
#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%;
}
}

.parts-icon-btn a > * {
}

/*--------------------------------------------------

 parts-icon-btn

--------------------------------------------------*/
.parts-icon-btn a {
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
}

.parts-icon-btn a > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  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);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.parts-icon-btn a .ico {
  padding: 5px 0px 16px;
  width: 100px;
  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;
}

@media  only screen and (max-width:767px)  {
.parts-icon-btn a  {
}
}

/* 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: #ffbf00;
}

@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: #ffbf00;
}

@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: 48px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea03 div {
  margin-left:0;
  margin-right:0;
  z-index: 1;
}

#BannerArea03:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5eb;
  z-index: 0;
}

#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:565px)  {
#BannerArea03 .parts-btn  {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
}

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 {
  padding: 36px 8px;
  position:relative;
  margin: 36px auto 90px;
}

.index-cards:before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  min-width: 320px;
  background-color: #f5f5eb;
}

.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が機能するためにcard-bodyにposition: relativeが必要 */
.index-cards .card-body {
  position: relative;
}

.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;
}

@media  only screen and (max-width:959px)  {
.index-cards .row > div  {
  margin:10px;
  flex-basis: calc((100% - 62px) / 2);
  max-width: calc((100% - 62px) / 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;
  color: #fff;
}

.parts-title-06 span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight:700;
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.parts-title-06 > span:before {
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  border-radius: 3px;
  background: #fff;
}

@media  only screen and (max-width:767px)  {
.parts-title-06 span  {
  font-size: 1rem;
}
}

.parts-title-06 {
  position: relative;
  text-align:center;
  top: -36px;
}

.parts-title-06:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: radial-gradient(circle, #1fb102, #007508);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  border-radius: 50%;
}

@media  only screen and (max-width:767px)  {
.parts-title-06  {
  top: -12px;
}
.parts-title-06:before  {
  min-width: 160px;
  height: 50px;
  margin: -25px 0 0 -80px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  border-radius: 8px;
  padding: 10px 60px;
}
}

.card-text{
  padding:20px 10px;
}

/* banner-area04
--------------------------------------------------*/
#BannerArea04 {
  padding: 40px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea04 div {
  margin-left:0;
  margin-right:0;
}

#BannerArea04:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

/* parts-title-07 */
.parts-title-07 {
  position: relative;
  padding-bottom: 6px;
  margin-top: 4px;
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 600;
  padding-left: 6px;
  border-bottom: 2px solid #ddd;
  color: #333;
}
.parts-title-07:before {
    position: absolute;
    content: '';
    width: 100px;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid var(--primary-color);
}

@media  only screen and (max-width:991px)  {
.parts-title-07  {
	margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.8;
  border-left: none;
  border-top: none;
  border-image: none;
}
}

/* swiper */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 2px;
    position: relative;
    left: 0;
    width: auto;
    display: inline-block;
}

.swiper-button-next:after,
.swiper-button-prev:after {
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

.swiper-backface-hidden .swiper-slide {
}

.swiper-slide img {
}

.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: #ccc;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px) !important;
}

.swiper-slide {padding: 2px;}
.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* Swiper初期化前の状態を制御してレイアウトシフトを防ぐ */

/*
.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.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1rem;
    color: #999;
    margin-left: 20px;
    position: relative;
    font-size: 1.2rem;
    border: 0;
    background: none;
    /*top: 1px;*/
    outline: none;
    display: inline-block;
    vertical-align: middle;
}

.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: 2px;
    left: 0px;
}

.swiper .stopbtn.stop:before {
    font-family: 'icomoon';
    content: "\ea16";
}

.swiper .stopbtn.start:before {
    font-family: 'icomoon';
    content: "\ea15";
}

.swiper-button-next {bottom: 0!important;top: inherit;height: 1.9rem!important;color: #fff!important;right: calc(50% - 160px);width: 1.9rem;left: auto;}
.swiper-button-prev {bottom: 0!important;top: inherit;height: 1.9rem!important;color: #fff!important;right: auto;width: 1.9rem;left: calc(50% - 160px);}




#SearchArea {margin-top: 8px;}
@media only screen and (max-width: 767px) {
	#SearchArea {margin-top:8px;}
	#News {min-height: auto;} /* モバイルでは最小高さを解除 */
}

/*.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;
}

.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;
}
*/


.top-banner-block {
	margin-bottom: 13px;
	/*padding: 47px 0 27px;*/
	padding: 27px 0;
	background-color: var(--secondary-color);
}
@media only screen and (max-width:565px) {
	.top-banner-block {
		padding: 30px 0;
	}
}
.top-banner-block-inner {
	display: flex;
	/*justify-content: space-around;*/
	flex-wrap: wrap;
}
.top-banner-block-item {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
	/*margin-bottom: 20px;*/
	margin: 20px 10px;
	flex-basis: calc((100% - 120px) / 6);
  max-width: calc((100% - 120px) / 6);
}
@media only screen and (max-width:1085px) {
	.top-banner-block-item {
	flex-basis: calc((100% - 80px) / 4);
  max-width: calc((100% - 80px) / 4);
	}
}
@media only screen and (max-width:800px) {
	.top-banner-block-item {
	flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
	}
}
@media only screen and (max-width:565px) {
	.top-banner-block-item {
	flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
	}
}
/*@media only screen and (max-width:991px) {
	.top-banner-block-item {
		width: 44vw;
		margin-bottom: 10px;
	}
}*/
.top-banner-block-item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: #000;
	border-radius: 8px;
}
.top-banner-block-item a:hover {
	opacity: .7;
}
.top-banner-block-item-img {
	position: relative;
	display: block;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
}
.top-banner-block-item-img.new:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #CC3A3A transparent transparent transparent;
	border-top-left-radius: 8px;
	z-index: 10;
}
.top-banner-block-item-img.new:after {
	position: absolute;
	content: "NEW";
	transform: rotate(315deg);
	display: block;
	font-size: 11px;
	white-space: pre;
	color: #fff;
	top: 12px;
	left: 4px;
	text-align: center;
	z-index: 20;
	line-height: 1.2;
}
.top-banner-block-item-txt {
	position: relative;
	display: block;
	flex-grow: 1;
	padding: 6px 16px 12px;
	font-size: 15px;
	background-color: #FCD9B6;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
@media only screen and (max-width:991px) {
	.top-banner-block-item-txt {
		/*padding: 5px;*/
		font-size: 13px;
	}
}
@media only screen and (max-width:565px) {
	.top-banner-block-item-txt {
		padding: 5px;
		font-size: 13px;
	}
}


.banner-wrap {
	border: 1px solid #ccc;
	margin: 48px 0 42px;
	padding: 18px 20px 6px;
	width: 100%;
}
@media only screen and (max-width:767px) {
	.banner-wrap {
		margin: 48px 0 20px;
	}
}
.banner-wrap h3 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin-bottom: 0;
}
.banner-wrap .banner-area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.banner-wrap .banner-area > div {
	margin: 6px 0;
}
@media only screen and (max-width:767px) {
	.banner-wrap .banner-area * {
		width: 39vw;
	}
}
.banner-wrap .banner-area a {
	display: block;
	margin: 10px 0;
	border: 1px solid #ccc;
}
@media only screen and (max-width:767px) {
	.banner-wrap .banner-area a {
		margin: 0;
	}
}
@media only screen and (max-width:767px) {
	.banner-wrap .banner-area a img {
		width: 100%;
	}
}