@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');


.thumList,.awaseThumList  {
    display: flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    width: 100%;
}
.thumList figure {
    width: 31%;
    margin-right:2%;
    margin-bottom:1.5rem;
}
.awaseThumList figure {
    width: 48%;
    margin-right: 2%;
}
.awaseThumList figure a {
    display: flex;
    background:url(../../kodama_inc/img/right_arrow.png),#FFF;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position:90% 50%;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding:.5rem 2rem;
    justify-content: space-between;
}
.awaseThumList figure figcaption {
    width: 60%;
    align-self: center;
    font-size:21px;
}

.topicsWrapper a {
    display: flex;
    background: #fff;
    /*height: 100px;*/
    border: 1px solid #DDD;
    padding: 2px;
}
.topicsWrapper .slick-slide {
    padding:0 8px;
   /* height: 100px;*/
}
.topicsWrapper .slick-slide picture {
    width: 50%;
    height: 100%;
}
.topicsWrapper .slick-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topicsWrapper .slick-slide p {
    width: 50%;
    font-size: 15px;
    align-self: center;
    margin-bottom: 0;
    order: -1;
    padding-left:6px
}
.dot-wrapper3,
.dot-wrapper2 {
    display: flex;
    margin-top: 1rem;
    justify-content: center;

}
.dot-prev3,
.dot-next3,
.dot-prev2,
.dot-next2 {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color:#c0394d;
  transform:scale(0.8,1.5);
}
.slick-dots li.slick-active button:before {
  color:#c0394d;
}
.slick-dots {
  display: flex;
position: relative;
bottom:auto;
}
.slick-dots li button:before {
  font-size:14px;
}

.slick-dots li {
  margin:0;
}
.slick-dotted.slick-slider {
  margin-bottom:0;
}
.topicsWrapper .slick-slide.pic picture {
  width: 100%;
}
.topicsWrapper .slick-slide.pic a {
  padding: 0;
  border: none;
}



@media screen and (max-width:990px) {
  .awaseThumList figure a span {
    width: 25px;
    height: auto;
  }
  .awaseThumList figure figcaption {
    font-size: 15px;
    width: 80%;
  }
  .awaseThumList figure a {
    padding:.5rem 1rem;
    background:url(/wp/wp-content/themes/lightning-child/acf/css/../../kodama_inc/img/right_arrow.png) no-repeat,#FFF;
    background-size: 15px 15px;
    background-position: 95% 50%;
    border-radius:5px;
  }

  #color.thumList figure {
    width: 31%;
  }
  #color.thumList figure:nth-of-type(2n) {
      margin-right:3%;
    }
  #color.thumList figure:nth-of-type(3n) {
    margin-right:0;
  }
  .worksWrapper .slick-slide img {
    height: auto;
    width: 100%;
    max-width: none;
  }

}
@media screen and (max-width:480px) {
    .thumList figure {
    width: 48%;
    margin-right: 4%;
  }
  .thumList figure:nth-of-type(2n) {
    margin-right: 0;
  }
.topicsWrapper a,
.topicsWrapper .slick-slide {
    /*height: 130px;*/
}
.topicsWrapper .slick-slide p {
  font-weight: 600;
}
}

.wp-block-column.last + .wp-block-column {
opacity: 0;
pointer-events: none;
}
