/*
Theme Name:code_tcd090_child
Theme URI
Description:TCDテーマ「CODE」の子テーマです。
Template:code_tcd090
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.1.6
*/

#side_menu nav ul li a, #side_menu .sub-menu a {
  display: block;
  height: auto;
  line-height: 1.6;
  padding: 20px 50px;
  overflow: auto;
  white-space: initial;
  text-overflow: initial;
  visibility: visible;
}

@media screen and (min-width:1202px) {
  .home #cb_content_2 {
    padding: 0;
  }

  .home #cb_content_2 .content_wrap {
    padding: 110px 60px;
    align-items: flex-start;
  }

  .home .cb_category_post .archive_link {
    position: initial;
    padding: 90px 0 0 0;
  }

  .home .cb_category_post .archive_link:after {
    position: initial;
  }
}

.home #cb_content_3 .cb_content_header {
  margin-bottom: 53px;
}

.home #cb_content_3 img {
  width: 100%;
  height: auto;
  will-change: transform;
  transition: transform 0.5s ease;
}

.home #cb_content_3 a {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.home #cb_content_3 a:hover img {
  transform: scale(1.2);
}

@media screen and (min-width: 751px) and (max-width: 1201px) {
  .home #cb_content_3 {
    padding-top: 40px;
  }
}
