@charset "utf-8";

.boxCsnkSliderArchive01 {
  position: relative;
}

.boxCsnkSliderArchive01 .boxSlideList {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.boxCsnkSliderArchive01 .boxSlideLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.boxCsnkSliderArchive01 .boxSlideOne {
  position: relative;
  float: left;
  width: calc(100% / 5);/*18.5%;*/
  min-width: 288px;
  margin-right: 0;/*calc((100% - 18.5% * 5) / 4);*/
  padding: 0 0.9%;
}
@media all and (max-width: 640px){
  .boxCsnkSliderArchive01 .boxSlideOne {
    width: 100%;
    padding: 0;
  }
}

.boxCsnkSliderArchive01 .boxSlideOne:last-child {
  margin-right: 0;
}

@media all and (max-width: 640px){
  .boxCsnkSliderArchive01 .boxSlideOneIn {
    width: 90%;
    margin: 0 auto;
  }
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxImg {
  position: relative;
  height: 160px;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxImg img.imgMain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxImg .ulListCat {
  position: absolute;
  left: 0;
  bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxImg .ulListCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-width: 7em;
  height: 2.1em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  padding: 0.4em 1.65em 0.3em 1.25em;
  line-height: 1.0;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
  font-weight: 700;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt {
  padding-top: 1.0em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxListMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .txtDate {
  font-size: 0.9rem;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .ttlList {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxListCont {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxDl01 {
  margin-top: 1.0em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .dl01 + .dl01 {
  margin-top: 0.2em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .dl01 > dt {
  position: relative;
  width: 4.5em;
  padding-left: 0.7em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .dl01 > dt:after {
  content: '：';
  position: absolute;
  top: 0;
  right: 0;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .dl01 > dt:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 0.3em;
  background-color: #000;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .dl01 > dt .str2 {
  letter-spacing: 1.1em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .dl01 > dd {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 4.5em);
  padding-left: 0.2em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxListLink {
  margin-top: 0.8em;
}

.boxCsnkSliderArchive01 .boxSlideOneIn .boxListLink .link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.0em;
  padding-top: 0.2em;
  border: 1px #ccc solid;
  border-radius: 2.0em;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}

.boxCsnkSliderArchive01 .slideNaviL,
.boxCsnkSliderArchive01 .slideNaviR {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxCsnkSliderArchive01 .slideNaviL,
  .boxCsnkSliderArchive01 .slideNaviR {
    width: 5%;
    margin: auto;
  }
}

.boxCsnkSliderArchive01 .slideNaviL {
  left: -30px;
}
@media all and (max-width: 640px){
  .boxCsnkSliderArchive01 .slideNaviL {
    left: 1.5vw;
  }
}

.boxCsnkSliderArchive01 .slideNaviR {
  right: -30px;
}
@media all and (max-width: 640px){
  .boxCsnkSliderArchive01 .slideNaviR {
    right: 1.5vw;
  }
}

.boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi > li {
  width: 8px;
  height: 8px;
  margin-right: 0.8em;
  border-radius: 8px;
  background-color: #cecece;
}

.boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi > li.current {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #e82f2f;
}


.boxCsnkSliderArchive01 .ulSlideNumNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCsnkSliderArchive01 .ulSlideNumNavi > li {
  margin-right: 1.0em;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}

.boxCsnkSliderArchive01 .ulSlideNumNavi > li.current {
  position: relative;
  font-size: 1.1rem;
  color: #000;
}

.boxCsnkSliderArchive01 .ulSlideNumNavi > li.current:after {
  content: '';
  position: absolute;
  bottom: -0.2em;
  left: 0;
  right: 0;
  width: 1.0em;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}


.boxCsnkSliderArchive01 .boxSlideViewer {
  position: absolute;
  z-index: 2;
  top: 0.5em;
  left: -350px;
  width: 675px;
  height: 487px;
  /*border: 1px #ff0000 solid;*/
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxImg .boxCont01 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxImg .boxCont01:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxImg .boxCont01 .pNew {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 10.2%;
  height: 7.2em;
  padding-top: 0.2em;
  padding-left: 0.1em;
  background-color: #006ab3;
  background: -moz-linear-gradient(left, #006ab3 0%, #004370 100%);
  background: -webkit-linear-gradient(left, #006ab3 0%, #004370 100%);
  background: linear-gradient(to right, #006ab3 0%, #004370 100%);
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  color: #fff;
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxImg .boxCont01 .boxBaseCom {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 89.8%;
  padding: 0.5em 1.45em 0 1.45em;
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxImg .boxCont01 .boxBaseCom > p {
  line-height: 1.6;
  letter-spacing: 0.075em;
  font-size: 1.1rem;
  color: #000;
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxImgIn {
  height: 487px;
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxImgIn .chkImg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: none;
  height: auto;
  opacity: 1 !important;
}

.boxCsnkSliderArchive01 .boxSlideViewer .boxTxt {
  display: none;
}