@charset "UTF-8";
.cvsbtn .ar-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
}
.cvsbtn .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 19px;
  height: 13px;
  line-height: 1;
}
.topics_list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics_list .usecase_list-inr {
  margin-bottom: 60px;
}
.topics_list .ttl {
  margin-top: 12px;
}
.topics_list .thum {
  line-height: 0;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.topics_list .thum img {
  object-fit: cover;
  height: 100%;
}
.cat span {
  margin: 0 10px 0 0;
  color: #EF0000;
  font-size: 10px;
}
.cat-2 span {
  margin: 0 10px 0 0;
  background: transparent;
  padding: 0;
  border: none;
}
.topics_list .txtcont time {
  margin-top: 10px;
  display: block;
}
.usecase .usecase_list .usecase_list-inr {
  width: calc(100% / 2 - 10px);
}
@media only screen and (min-width: 769px) {
  .usecase .usecase_list .usecase_list-inr {
    width: calc(100% / 3 - 10px);
  }
}
@media only screen and (min-width: 1000px) {
  .usecase .usecase_list .usecase_list-inr {
    width: calc(100% / 3 - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .usecase .usecase_list {
    justify-content: center
  }
  .usecase .usecase_list .usecase_list-inr {
    width: 100%
  }
}
.single .common_mv .single_ttl {
  font-size: 22px;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.single .cvsbtn {
  width: 260px;
}
.single .cvsbtn a {
  padding: 2.5rem 2rem 2.5rem 6rem;
}
.single .cvsbtn .arrow {
  left: 20px;
}
time {
  font-size: 12px;
  margin-right: 40px;
}
.single .article_inr {
  padding: 6rem 2rem 14rem;
  font-weight: 500;
}
.single .article_inr .cont_inr {
  max-width: 1000px;
}
.single .article_inr .article_cont {
  margin-bottom: 6rem;
  overflow-wrap: break-word;
}
.single .article_inr .cvsbtn {
  max-width: 32rem;
  margin: auto;
}
.article_cont h1 {
  background-color: #F5F5F5;
  border-left: 5px solid #DA0000;
  padding: 15px 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  overflow-wrap: break-word;
}
.article_cont h2 {
  border-bottom: 2px solid #F5F5F5;
  padding: 15px 10px;
  line-height: 1.6;
  margin-bottom: 40px;
  position: relative;
  overflow-wrap: break-word;
}
.article_cont h2::after {
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #DA0000;
  left: 0;
  bottom: 0;
  content: "";
}
.article_cont h3 {
  background-color: #F5F5F5;
  padding: 10px 15px;
}
.article_cont p {
  margin-bottom: 3rem;
}
.article_cont a {
  color: #FF0000;
  text-decoration-line: underline;
}
.wp-block-file:not(.wp-element-button), .article_cont figure {
  max-width: 80rem;
  margin: 0 auto 4rem;
}
.wp-block-file * + .wp-block-file__button {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .single .common_mv .single_ttl {
    font-size: 28px;
  }
  .single .article_inr {
    padding: 12rem 5rem 16rem;
    font-size: 1.6rem;
  }
  .article_cont p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1367px) {
  .single .common_mv .single_ttl {
    font-size: 32px;
  }
  .article_cont p {
    font-size: 18px;
  }
}