@charset "UTF-8";

.bannerArea .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.bannerArea .wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 1260px;
  margin: auto;

}




@media (max-width: 1180px) {
  .bannerArea .wrap {
    width: 100%;
	padding:0px;
  }

}



.storyList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
	margin-bottom:50px;
}

.storyList li {
    width:33.3%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;

}


@media (max-width: 960px) {
    .storyList li {
        width: 33.3%;
    }
}







.storyList .Img {
  position: relative;
}
.storyList .Img img {
  width: 100%;
 border-radius:20px 20px 0 0;
}

.storyList .item{border-radius:20px; background:url(../images/sbg.jpg);padding:5px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}

.storyList .Txt {
    padding-top: 10px;
    padding-bottom: 10px;

}

.storyList h3 a {
    display: block;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .075em;
    text-align: center;
	color:#660000;
}

.storyList .title{ text-align:center; margin-top:20px; }

.storyList .title h4{ font-size:20px; color:#000; letter-spacing:0.05em}
.storyList .title p{ font-size:16px; color:#b3861c; padding:5px 0}
@media (max-width: 768px) {
    .storyList li {
        width: 50%;
    }
	
	.storyList h3 a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .075em;
    text-align: center;
	color:#660000;
}

.storyList .title{ text-align:center; margin-top:10px; }

.storyList .title h4{ font-size:20px; color:#000}
.storyList .title p{ font-size:18px;  padding:5px 0}

}


@media (max-width:480px) {
	.storyList h3 a {
    font-size: 18px;
    letter-spacing:0;
}

.storyList .title{ text-align:center; margin-top:10px; }
.storyList .title h4{ font-size:15px; color:#000}
.storyList .title p{ font-size:14px;  padding:5px 0}

}



.specList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top:2px;
  padding-right: 10px;
  padding-bottom:2px;
  font-size: 15px;
}
.specList .title {
  position: relative;
  width: 75px;
  color: #000;
  letter-spacing: .08em;
}

.specList .title::after {
  content: ':';
  position: absolute;
  right: 0;
  top: 0%;
}

.specList .text {
  width: calc(100% - 75px);
  color: #000;
  padding-left: 5px;
}
