/* SSC Add*/
#wrapper div#container {
    float: none;
    padding-top: 0;
}
h2#siteID {
    float: left;
}
h2#siteID a {
    position: static;
    margin: 24px 0 0 0;
}
#gNav {
    float: right;
    margin-top: 24px;
    width: auto;
    height: auto;
    position: static;
}
#gNav ul {
    width: auto;
}
#gNav ul li {
    margin: 0 0 0 32px;
}
#gNav ul li.type1 {
    width: 80px;
}
#gNav ul li.type3 {
    width: 32px;
    }
#gNav ul li.type3 a img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0%;
}
#top #contents {
    margin-top: 600px;
}
#top div.keyV2 {
    z-index: 2;
    position: absolute;
    width: 1000px;
    display: block;
    height: 500px;
    top: 100px;
    left:0;
    /* background-image: url("../images/topKey_03.jpg"); */
    /* text-indent:-9999px; */
}

#top div.keyV2 h1{
  display: none;
}

/* スライド */
.keyV_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.keyV_left{
  width: 61%;
  height: 100%;
  background-image: url("../images/top-key_00.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.keyV_right{
  width: 39%;
  height: 100%;
}
.swiper-slide img{
  width: 100%;
}


.news {
    margin-top: 1000px;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 64px 130px;
    padding-left: calc( calc(100% - 1200px)/2);
    padding-right: calc( calc(100% - 1200px)/2);
}
.news__title {
    padding-left: 14px;
    color: #08318F;
    position: relative;
}
.news__title:before {
    position: absolute;
    content: '';
    width: 4px;
    background-color: #08318F;
    height: 18px;
    top: 4px;
    left: 4px;
}
.news__inner {
    margin-left: 16px;
}
.news__innerLink {
    display: -ms-flexbox;
    display: flex;
}
.news__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news__date {
    font-weight: 600;
    color: #333;
    width: 20%;
    margin-bottom: 10px;
}
.news__detail {
    margin-left: 16px;
    text-decoration: underline;
    width: 75%;
    margin-bottom: 10px;
    text-align: left;
}
.news__innerLink:hover,
.news__detail:hover,
.news__date:hover {
    text-decoration: none !important;
}
.news__img {
    display: flex;
    flex-wrap: wrap;
    margin: 1000px 0 0 130px;
    padding-left: calc( calc(100% - 1200px)/2);
    padding-right: calc( calc(100% - 1200px)/2);
}
.news__imgblock {
    display: block;
    width: calc(100%/2 - 32px);
    margin-bottom: 32px;
    margin-right: 32px;
}
.news__imgblock img {
    width: 100%;
    }
.news__official-link{
    margin-left: 130px;
}
.news__official-link a{
    font-weight: 700;
    cursor: pointer;
}
.bnrArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bnr__link {
    display: block;
    width: calc(100%/2 - 32px);
    margin-bottom: 32px;
    margin-right: 32px;
}
.bnr__link a img {
    width: 100%;
    height: auto;
    }

/* */