#keyV {
  width: 100%;
  border: 1px solid #ccc;
}

#keyV img {
}

#keyV .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
}

.home #fixedFootNavWrapp {
  display: none;
}
.home #fixedFootNavDummny {
  display: none;
}

.mainFeatureAreaWrapper {
  /* width: 100%; */
  margin: 20px 0 5px;
  overflow: hidden;
  background-color: #ddd;
  border: 3px solid #DDD
  /* box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.18); */
}

.mainFeatureArea {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.mainFeature_slider {
  width: 100%;
  margin: 0 auto;
}

.mainFeature_slider:not(.slick-initialized) a:not(:first-child) {
  display: none;
}

.mainFeature_slider img {
  display: block;
  width: 100%;
  aspect-ratio: 984 / 376;
  height: auto;
  object-fit: cover;
}

.mainFeature_slider .slick-list {
  overflow: hidden;
}

.mainFeature__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.mainFeature__arrow img {
  display: block;
  width: 65%;
  height: auto;
}

.mainFeature__arrowL {
  left: 10px;
}

.mainFeature__arrowR {
  right: -5px;
}

@media screen and (max-width: 480px) {
  .mainFeatureAreaWrapper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    border: none;
  }

  .mainFeature__arrow img {
    width: 40%;
  }

  .mainFeature__arrowR {
    right: -10px;
  }
}

/* move to basic.css */
/* #servicesWrapp {
  margin: 0 0 40px;
  background: none;
  max-width: 970px;
  margin: 0 auto;
}
.servicesList {
  width: 984px;
  margin: 0 auto;
}

#servicesWrapp .servicesItem {
  float: left;
  background-color: #484848;
  margin-bottom: 10px;
}

#servicesWrapp .servicesItem::after {
  content: '';
  display: table;
  clear: both;
}

#servicesWrapp .servicesItem + .servicesItem {
  margin-left: 10px;
}
#servicesWrapp .servicesItem .servicesTitle a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
}
#servicesWrapp .servicesItem .servicesImg {
}

.servicesWrapp2 {
  margin: 0px 0px 15px 0px;
} */

#newsBox .home_box50_title h2,
#about_AcceaSg .home_box50_title h2 {
  background-color: #ba0f18;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 10px;
}
#newsBox .home_box50_title h2 {
  background-image: url('../images/wnew_accea.png');
  background-repeat: no-repeat;
  background-position: right center;
}

#newsBox {
  margin-bottom: 20px;
}

/* RSS feed用スタイル */

#feed,
#feed2 {
  padding: 10px;
  height: 240px;
  border: solid 1px #999;
  overflow: auto;
}

#feed dt a {
  color: #f00;
}

#feed dt {
  margin-top: 10px;
}

#feed a:hover {
  text-decoration: underline;
}

#feed2 {
  padding: 5px;
  height: 190px;
  overflow: scroll;
  background: #fff;
  color: #666;
}

.feedWrapp {
  border: solid 1px #999;
}

.feedWrapp img {
  width: 100%;
  height: auto;
}

.floatR img {
  float: right;
}

.rss-box {
  margin: 0 auto;
}

.rss-title,
rss-title a {
  margin: 0px 0;
  padding: 0;
}

.rss-items {
  font-size: 80%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rss-item {
  margin-bottom: 1em;
}

#mainContent li.rss-item a {
  color: #666;
}

#mainContent li.rss-item a.rss-item {
  font-size: 140%;
  font-weight: bold;
  color: #0066ff;
}

#mainContent li.rss-item a:hover {
  color: #00ffff;
}

.rss-date {
  font-size: x-small;
}

#mainContent #feed2 a {
  color: #0066ff;
}

#mainContent #feed2 a:hover {
  color: #00ffff;
}

@media screen and (max-width: 810px) {
  /* トップページ */

  #keyV {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #keyV img {
    width: 100%;
    height: auto;
  }

  #topWrapp {
    margin-bottom: 0;
  }

  #servicesWrapp {
    margin: 0 0 20px;
  }

  .servicesList {
    width: 100%;
  }

  #servicesWrapp .servicesItem {
    float: none;
    background: #484848 url(images/ttl_bg.jpg) no-repeat right;
    padding: 10px;
    margin-bottom: 0;
    border-right: 2px solid #666;
    border-bottom: 2px solid #000;
    border-top: 1px solid #666;
    border-left: 2px solid #000;
  }
  .servicesImg img {
    border: none;
  }
  #servicesWrapp .servicesItem + .servicesItem {
    margin-left: 0;
  }
  #servicesWrapp .servicesItem .servicesTitle {
    float: right;
    width: 75%;
    background: none;
    text-align: left;
    height: 48px;
    display: table;
  }
  #servicesWrapp .servicesItem .servicesTitle a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 0 30px 0 10px;
    display: table-cell;
    vertical-align: middle;
  }
  #servicesWrapp .servicesItem .servicesImg {
    float: left;
    width: 25%;
  }
  #servicesWrapp .servicesItem .servicesImg img {
    width: 100%;
    height: auto;
  }
}

.topSecTitle {
  border-bottom: 1px solid #999;
  color: #000;
  font-size: 28px;
  margin-bottom: 20px;
}

/* move to basic.css */
/* .topSecTitle__small {
  color: #000;
  font-size: 18px;
  margin-bottom: 14px;
  text-align: left;
} */

/* 価格付きバナー */
/* move to basic.css */
/* .bannerWrapp__img--top {
  border: 1px solid #ddd;
  max-width: 368px;
  box-sizing: border-box;
}

.bannerWrapp {
  margin: 0 0 15px 0;
}

.bannerWrapp__cell {
  width: calc(25.5% - 20px);
  display: inline-block;
  margin-bottom: 20px;
} */

.img-responsive {
  max-width: 100%;
  height: auto;
}

.bannerWrapp__img {
  /* max-width: 310px; */
}
/* move to basic.css */
/* .servicesBtnArea {
  display: flex;
}

.bannerWrapp__ttl a {
  display: block;
  font-size: 12px;
  color: #555;
  font-weight: bold;
  
  padding: 5px 0;
  box-sizing: border-box;
} */
@media screen and (max-width: 810px) {
  .bannerWrapp__ttl a {
    font-size: 11px;
    background-image: none;
  }
}

/* .bannerWrapp__cell:hover {
  opacity: 0.7;
} */

.bannerWrapp__cell .servicesLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 810px) {
  .bannerWrapp__cell {
    width: calc(34% - 20px);
  }
}
@media screen and (max-width: 430px) {
  .bannerWrapp__cell {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 390px) {
  .box_50wrapper {
    display: block;
  }
  .bannerWrapp__img {
    max-width: 100%;
  }
  .bannerWrapp__cell {
    /* width: calc(37% - 20px); */
    /* width: 43%; */
  }

  #feed,
  #feed2 {
    font-size: 12px;
  }
  #feed dt {
    margin-top: 3px;
  }
}

/* 価格付きバナーここまで */

.noticeArea {
  border: solid 4px #b51f45;
  padding: 30px;
}
.na__title {
  color: #b51f45;
}
.txt_red_na {
  color: #b51f45;
}
