/**************************
 taxonomy-work-category
***************************/
#taxonomy-work-category .bar {
  width: 100%;
  height: 80px;
  background: #b4d4ef;
}
#taxonomy-work-category .flex-main {
  display: flex;
  flex-wrap: wrap;
}
#taxonomy-work-category .flex-main .main-title {
  width: 400px;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#taxonomy-work-category .flex-main .main-cnt {
  width: calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  background: #e4f3ff;
}
#taxonomy-work-category .flex-main h1 {
  margin-bottom: 50px;
}
#taxonomy-work-category .flex-main h1 span {
  display: block;
}
#taxonomy-work-category .flex-main h1 span:nth-of-type(1) {
  font-size: 72px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #3976aa;
}
#taxonomy-work-category .flex-main h1 span:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#taxonomy-work-category .flex-main ul {
  padding-left: 30px;
}
#taxonomy-work-category .flex-main ul li {
  margin-bottom: 10px;
}
#taxonomy-work-category .flex-main ul li a {
  color: #000;
  text-decoration: none;
}
#taxonomy-work-category .flex-main .box {
  position: sticky;
  top: 120px;
  left: 30px;
}
@media (max-width: 1100px) {
  #taxonomy-work-category .flex-main .main-title {
    width: 250px;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #taxonomy-work-category .flex-main .main-cnt {
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
  }
  #taxonomy-work-category .flex-main h1 span:nth-of-type(1) {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  #taxonomy-work-category .flex-main .main-title {
    width: 100%;
  }
  #taxonomy-work-category .flex-main .main-cnt {
    width: 100%;
  }
}
#taxonomy-work-category .main-cnt ul {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-right: 50px;
  list-style: none;
}
#taxonomy-work-category .main-cnt ul .flex {
  display: flex;
  flex-wrap: wrap;
}
#taxonomy-work-category .main-cnt ul .flex .meta {
  width: 150px;
  align-content: center;
  background: #3976aa;
}
#taxonomy-work-category .main-cnt ul .flex .cnt {
  padding-top: 15px;
  padding-bottom: 15px;
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  padding-left: 15px;
}
#taxonomy-work-category .meta .time {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
#taxonomy-work-category .meta .term {
  text-align: center;
}
#taxonomy-work-category .meta .term a {
  color: #fff;
  font-size: 14px;
}
#taxonomy-work-category .main-cnt ul li {
  margin-bottom: 30px;
}
#taxonomy-work-category .main-cnt .work-title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#taxonomy-work-category .main-cnt .work-excerpt {
  word-break: break-all;
}
@media (max-width: 640px) {
  #taxonomy-work-category .main-cnt ul .flex .meta {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
  #taxonomy-work-category .main-cnt ul .flex .cnt {
    width: 100%;
    padding-left: 0;
  }
}
