/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

@import url("base.css");

@font-face {
  font-family: "851H_kktt";
  src: url("font/851H-kktt/851h-kktt_004-webfont.eot?") format("eot"),
    url("font/851H-kktt/851h-kktt_004-webfont.woff2") format("woff2"),
    url("font/851H-kktt/851h-kktt_004-webfont.woff") format("woff");
}
@font-face {
  font-family: "eustache";
  src: url("font/eustache/Eustache-Regular.woff2") format("woff2"),
    url("font/eustache/Eustache-Regular.woff") format("woff");
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header-box {
  background: #fff;
}
#header {
  display: block;
}
#header #site-info {
  margin: 0 auto;
  max-width: 400px;
}
#drawernav3 ul.menu-box {
  justify-content: center;
}
#drawernav3 ul.menu-box li.menu-item a {
  color: #595959;
  font-family: "851H_kktt";
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0;
}
#drawernav3 ul.menu-box li.menu-item a:after {
  background-color: #3cc !important;
}
.fullscreen-mask {
  background: #000a;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2;
}

@media (max-width: 767px) {
  #header #site-info {
    max-width: 60%;
  }
  .sp-menu-box {
    background: #fff;
    overflow: scroll;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: 85%;
  }
  .sp-menu-open {
    left: 3px;
    right: unset;
    top: 8px;
  }
  .sp-menu-open:after {
    -webkit-animation-name: fade-animation;
    animation-name: fade-animation;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: "Menu";
    display: block;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    -webkit-transition: color 0.4s ease, background 0.4s ease,
      transform 0.4s ease, opacity 0.4s ease, border 0.4s ease,
      padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease,
      border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease,
      border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease,
      opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease,
      opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      box-shadow 0.4s ease, -webkit-transform 0.4s ease,
      -webkit-box-shadow 0.4s ease;
    zoom: 0.5;
  }
  #navtoggle:checked + .sp-menu-open {
    transform: translateX(28vw);
  }
  #navtoggle:checked + .sp-menu-open:after {
    display: none;
  }
  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content ~ .fullscreen-mask {
    display: block;
    animation: opacity 1s forwards;
  }
  .sp-menu-close-text {
    color: #3b3838;
    display: block;
    font-family: "851H_kktt";
    font-size: 1.25em;
    margin-top: 1em;
    padding-left: 1em;
    text-align: center;
    width: 100%;
  }
  .sp-menu-box .sp-logo-size {
    display: block;
    margin: 1rem auto 0;
    max-width: 70%;
  }
  .sp-menu-box .sp-menu-title {
    font-family: "eustache", sans-serif;
    margin-top: 1rem;
  }
  body#nofont-style .sp-menu-box .sp-menu-title.ef {
    color: #3b3838;
    font-family: "eustache", sans-serif;
  }
  .sp-menu-box .fixed-content {
    height: unset;
    margin-top: 0.5rem;
  }
  .sp-menu-box ul.menu-box {
    height: unset;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  .sp-menu-box ul.menu-box li a {
    background: #f2f2f2;
    border-radius: 0;
    font-family: "851H_kktt";
    font-size: 0.75em;
    line-height: 3;
    margin: 1px 0;
    padding: 0;
    text-align: center;
  }
  .sp-menu-box ul.menu-box li a:before {
    display: none;
  }
  .sp-menu-box .news-list {
  }
  .sp-menu-box .news-list__item {
  }
  .sp-menu-box .news-list__item > a {
    display: flex;
    margin: 0.5em auto;
    width: 90%;
  }
  .sp-menu-box .news-list__img {
    display: block;
    width: 30%;
  }
  .sp-menu-box .news-list__img img {
    max-width: 100%;
  }
  .sp-menu-box .news-list__item > a span {
    color: #3b3838;
    display: block;
    font-size: 0.8125em;
    margin-left: 1em;
    width: 70%;
  }

  .sp-sidemenu-wrapper {
    bottom: unset;
    top: 8px;
  }
  .sp-sidemenu-bg {
    bottom: unset;
    top: 28px;
  }
  .sp-sidemenu-box {
    bottom: unset;
    top: 0;
  }
  .sp-sidemenu-search {
    bottom: unset;
    right: -300px;
    top: 20vh;
  }
  .sp-sidemenu-wrapper .sp-sidemenu-btn {
    -webkit-animation-name: fade-animation;
    animation-name: fade-animation;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    -webkit-transition: color 0.4s ease, background 0.4s ease,
      transform 0.4s ease, opacity 0.4s ease, border 0.4s ease,
      padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease,
      border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease,
      border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease,
      opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease,
      opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease,
      box-shadow 0.4s ease, -webkit-transform 0.4s ease,
      -webkit-box-shadow 0.4s ease;
    width: 36px;
  }
  #sp-sidemenu-toggle:checked ~ .sp-sidemenu-open .sp-sidemenu-btn {
    box-shadow: none;
  }
  .sp-sidemenu-wrapper .sp-sidemenu-btn:before {
    bottom: 26px;
    color: #595959;
    content: "Search";
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 72px;
    zoom: 0.5;
  }
  .sp-sidemenu-wrapper .sp-sidemenu-btn span {
    display: none;
  }
  .sp-sidemenu-wrapper .sp-sidemenu-btn:after {
    color: #595959;
    content: "\e931";
    font-weight: normal;
    top: 8px;
    width: 36px;
  }
  .android .sp-sidemenu-wrapper input.search-text {
    margin-top: 0;
  }
}

/* header start */
div#la_h1 {
  width: 100%;
  background-color: #49afed;
}
div#la_h1 h1 {
  /* width: 966px; */
  max-width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  text-align: right;
  padding: 3px 3px 3px 0;
  box-sizing: border-box;
}

div#la_header {
  /* width: 966px; */
  max-width: 90%;
  margin: 3px auto 5px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div#la_header div#logo {
  width: 50%;
}
div#la_header div#logo img {
  max-width: 400px;
}
div#la_header div#tel_btn {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: end;
}
div#la_header div#tel_btn img {
  max-width: 300px;
}
div#la_header nav#la_nav {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
div#la_header nav#la_nav a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 33%;
  font-size: 16px;
  color: rgb(66, 143, 204);
  text-decoration: none;
  font-weight: bold;
  border-left: 1px solid #d5d2d2;
}
div#la_header nav#la_nav a i {
  font-size: 16px;
}
div#la_header nav#la_nav a:hover {
  opacity: 0.5;
}
div#la_header nav#la_nav a.nav3 {
  border-right: 1px solid #d5d2d2;
}

nav#la_nav_sp {
  width: 100%;
  opacity: 0.2;
  display: none;
  transform: translateX(-100%);
}

@media screen and (max-width: 767px) {
  div#la_h1 h1{
    width: 100%;
    display: none;
  }
  div#la_header {
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }
  div#la_header div#logo {
    width: 90%;
    text-align: left;
    padding-left: 2%;
  }
  div#la_header div#logo img {
    max-width: 90%;
  }
  div#la_header div#sp_menu {
    font-size: 6vw;
    color: #428fcc;
  }

  nav#la_nav_sp.fast {
    opacity: 1;
    transform: translateX(0);
  	display: block;
  }
  nav#la_nav_sp a {
    display: block;
    padding: 10px 0 8px 0;
    text-align: center;
    background-color: #0077e0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }

  div#la_header div.company_list {
    margin-left: 30%;
    width: 60%;
    z-index: 1000;
  }
  div#la_header div.company_list div.comp_title {
    font-size: 13px;
  }

  div#la_main_pic {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
  }
  div#la_main_pic div.main_pic {
    width: 100%;
  }
}
/* header end */

/* la_main_pic start */
div#la_main_pic {
  width: 100%;
  margin: 0 auto 15px auto;
  display: flex;
  flex-wrap: nowrap;
}
div#la_main_pic div.main_pic {
  width: 100%;
}
div#la_main_pic div.main_pic img {
  width: 100%;
}
/* la_main_pic end */

/* la_footer start */
div#la_footer {
  background-color: #1288db;
  border-bottom: 5px #3e4143 solid;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  padding: 20px 0 20px 0;
  line-height: 30px;
}
div#la_footer a {
  color: #ffffff;
}
div#la_footer a:hover {
  color: #d1f1fa;
}
/* la_footer end */

/* content-bottom start */
h2.lp_content_bottom_block_title,
div.lp_content_bottom_block_title {
  font-size: 24px;
  font-weight: bold;
  background-color: #2dabea;
  color: #fff;
  /* width: 966px; */
  max-width: 90%;
  margin: 20px auto 0 auto;
  padding: 7px 0 3px 20px;
  max-width: 100%;
  box-sizing: border-box;
}

div.lp_content_bottom_block {
  /* width: 966px; */
  max-width: 90%;
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}
div.lp_content_bottom_block p {
  padding: 10px;
}
div.lp_content_bottom_block div.block {
  width: 32.333%;
  margin: 10px 0.5%;
  border: 1px dotted #1288db;
  padding: 1%;
  background-color: #fff;
}
div.lp_content_bottom_block div.block div.title {
  text-align: center;
  background: #228be6;
  padding: 3%;
}
div.lp_content_bottom_block div.block div.title a {
  color: #fff;
  text-decoration: none;
}
div.lp_content_bottom_block div.block div.pic {
  text-align: center;
  height: auto;
  padding-top: 10px;
}
div.lp_content_bottom_block div.block div.pic img {
  max-width: 100%;
}
div.lp_content_bottom_block div.block div.text {
  margin-top: 10px;
}
div.lp_content_bottom_block div.block div.btn {
  margin-top: 10px;
}
div.lp_content_bottom_block div.block div.btn a {
  background: linear-gradient(#ff4900, #b70b00);
  border: 1px solid #bd2328;
  border-radius: 7px;
  display: block;
  color: white;
  text-decoration: none;
  padding: 1%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), 1px -1px 2px rgba(0, 0, 0, 0.1),
    -1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    h2.lp_content_bottom_block_title, div.lp_content_bottom_block_title {
        width: 100%;
        font-size: 18px;
    }
    div.lp_content_bottom_block {
        width: 100%;
        flex-wrap: wrap;
    }
  
    div.lp_content_bottom_block div.block {
        width: 100%;
        padding: 2%;
        margin: 10px 0;
    }
}
/* content-bottom end */

/* search form start */
div.search_form {
  width: 100%;
}
div.search_form div.search_title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 0 3px 20px;
  border: 3px solid #0077e0;
  border-bottom: 0;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #0077e0;
}

div.search_form div.search_body {
  font-size: 12px;
  border: 3px solid #0077e0;
  border-top: 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
div.search_form div.search_body th {
  background-color: #afd9ff;
  padding: 4px;
  width: 16%;
  color: #000;
}
div.search_form div.search_body td.select select {
  width: 99%;
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  height: 30px;
  padding: 4px;
  font-size: 12px;
  box-sizing: border-box;
  margin: 0 0.5%;
}
div.search_form div.search_body td.radio {
  display: flex;
  flex-wrap: wrap;
}
div.search_form div.search_body td.radio label {
  display: flex;
  box-sizing: border-box;
  border: 1px solid #dedede;
  padding: 0 3px 0 6px;
  font-size: 12px;
  height: 30px;
  align-items: center;
  margin: 2px 0.5% 2px 0.5%;
  width: 32.3333%;
}
div.search_form div.search_body td.radio label input {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
div.search_form div.search_body td.radio label.check {
  border: 1px solid red;
}
div.search_form div.search_body td.checkbox {
  width: 100%;
}
div.search_form div.search_body td.checkbox label {
  display: flex;
  box-sizing: border-box;
  background-color: #afd9ff;
  border: 1px solid #afd9ff;
  border-radius: 5px;
  padding: 5px 6px 5px 6px;
  font-size: 14px;
  height: 30px;
  align-items: center;
  margin: 2px 0.5% 2px 0.5%;
  width: 32.3333%;
}
div.search_form div.search_body td.checkbox label input {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
div.search_form div.search_body td.checkbox label.check {
  border: 1px solid red;
}
div.search_form div.search_footer {
  width: 100%;
  text-align: center;
  background: url("../images/search_bg.png");
  padding: 0 0 0 0;
  overflow: hidden;
}
div.search_form div.search_footer div.arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
  margin: 0 auto;
}
div.search_form div.search_footer input.search_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin: 10px auto;
  background: #fbad00;
  box-shadow: 0 2px 4px #333;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}
div.search_form div.search_footer input.search_btn:hover {
  opacity: 0.6;
}



div.search_form div.search_title_sp{
  color: #4AB1EB;
  font-size: 20px;
  font-weight: bold;
  padding: 9px 0 3px 20px;
  border:0;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
div.search_form div.search_body_sp{
  padding-top: 0;
  border:0;
}
div.search_form div.search_body_sp th{
  width:25%;
}
div.search_form div.search_body_sp td {
  display: flex;
  flex-wrap: wrap;
}
div.search_form div.search_body_sp td.select select {
  width: 49%;
  margin:0 0.5%;
  border: 1px solid #7F7F7F;
  border-radius: 4px;
  height: 30px;
  padding: 4px;
  font-size: 12px;
  box-sizing: border-box;
  background-color: #fff;
}
div.search_form div.search_body_sp td label{
  font-size: 13px;
  width: 49%;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #dedede;
  padding: 0 3px 0 6px;
  height: 30px;
  align-items: center;
  margin: 2px 0.5% 2px 0.5%;
}
div.search_form div.search_body_sp td.checkbox label input {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

div.search_form div.search_footer_sp{
width: 100%;
text-align: center;
margin-bottom: 10px;
}
div.search_form div.search_footer_sp input.search_btn{
width: 70%;
background: linear-gradient(#0588FF, #37A0FF);
font-size: 16px;
border-radius: 4px;
display: block;
color: white;
text-decoration: none;
padding: 2%;
margin: 15px auto 0 auto;
text-align: center;
font-weight: bold;
box-shadow: 1px 1px 2px rgb(0 0 0 / 10%), 1px -1px 2px rgb(0 0 0 / 10%), -1px 1px 2px rgb(0 0 0 / 10%), -1px -1px 2px rgb(0 0 0 / 10%);
cursor: pointer;
transition: 0.6s;
border: 0;
}

/* search form end */

/* コンテンツエリア */
#la_header,
#contents-bottom {
  padding-top: 10px;
  margin: 0 auto;
}
#la_header,
#contents-bottom::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #la_header,
  #contents-bottom {
    padding-top: 0;
    margin-top: 0px;
  }
}
@media (min-width: 767px) {
  #la_header,
  #contents-bottom {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 835px) and (max-width: 1199px) {
  #la_header,
  #contents-bottom {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  div#la_h1 h1,
  #la_header,
  #contents-bottom {
    width: 1200px;
  }
}

.title-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.title-page h2 {
  color: #49afed;
  text-align: center;
  padding: 0 25px;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .title-page h2 {
    font-size: 14px;
  }
}

/* Breadcrumb top start */
.breadcrumb-top #breadcrumb:after {
  background-color: white;
}

.breadcrumb-top .page-top-footer {
  display: none;
}

.breadcrumb-top #breadcrumb ul li, .breadcrumb-top #breadcrumb ul li a {
  color: #000000 !important;
}

@media screen and (max-width: 767px) {
  .breadcrumb-top #breadcrumb:after {
      background-color: white !important;
  }
}
/* Breadcrumb top end */

/* Style sidebar start */
.sidebar_style1 .widget {
  box-shadow: none;
  padding: 0;
  margin-bottom: 40px;
}

.sidebar_style1 ul {
  margin-top: 10px;
  padding-left: 30px;
}

.sidebar_style1 .wp-block-heading {
  padding: 10px;
  text-align: center;
}

.sidebar_style1 .wp-block-heading,
.sidebar_style1 .wp-block-heading .has-inline-color {
  font-size: 24px;
  color: white !important;
  background-color: var(--base-color);
}

.sidebar-menu-item,
.wp-block-categories-list .cat-item {
  list-style-type: square;
  margin: 5px 0;
}

.sidebar-menu a,
.wp-block-categories-list a {
  font-size: 16px;
}

.logo-top-page {
  text-align: center;
  margin: 125px auto 20px;
}

.sidebar-menu .sidebar-menu-item::marker,
.wp-block-categories-list .cat-item::marker {
  font-size: 20px;
}

/* List post latest in sidebar */
.widget_block:has(.box-latest-posts) > p:first-child {
  margin: 0;
}

.box-latest-posts .wp-block-heading {
  padding: 10px 5px 5px;
  background-color: transparent;
  color: black !important;
  font-weight: 700;
  border-top: 5px solid var(--base-color);
  font-family: serif;
}

.box-latest-posts .wp-block-heading span {
  font-weight: normal;
}

.box-latest-posts .content-latest-posts {
  padding: 0 12px;
}

.box-latest-posts .item-latest-post {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #808080;
}

a.item-latest-post:hover,
a.item-latest-post:visited {
  opacity: 0.8;
  color: #000000 !important;
}

.item-latest-post .category {
  display: inline-block;
  background: #ddd;
  font-size: 10px;
  text-align: center;
  padding: 3px 5px;
  margin-right: 5px;
  font-weight: bold;
  color: #000;
}

.item-latest-post .date-time {
  font-size: 10px;
  font-style: italic;
}

.item-latest-post .text {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
  	margin-left: 0 !important;
  }
  
  #block-11 {
  	margin-bottom: 20px;
  }
  
  #widget-tracking {
  	display: block !important;
  }
}
/* Style sidebar end */

/* Style post in page category start */
.cps-post {
  border-color: transparent;
}

.cps-post-box.hentry {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.box-new-post {
  margin-bottom: 40px;
}

.box-new-post p {
  padding: 0;
}

.item-new-post {
  color: #000000 !important;
  text-decoration: none !important;
}

.item-new-post .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}

.item-new-post .box-cate-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
}

.item-new-post .box-cate-date .category {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  padding: 3px 5px;
  margin-right: 5px;
  font-weight: bold;
  color: white;
  background: #0068b7;
}

.item-new-post .box-cate-date .date {
  font-size: 10px;
  color: #dddddd;
}

.box-new-post .top__postList-imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.item-new-post .content {
  padding-left: 20px;
}

.cps-post-thumb {
  margin: 0;
}

.box-group-post {
  color: #404040;
  margin: 80px auto 40px;
}

.box-group-post .title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-family: "A-OTF UD新ゴNT Pro B";
  line-height: 30px;
  min-width: 220px;
  text-align: center;
  padding: 8px 25px;
  margin: 20px 0;
  color: white;
}

.box-group-post .title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: -10px;
  height: 1px;
  background-color: black;
}

.box-group-post .title::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: -10px;
  height: 1px;
  background-color: black;
}

.box-group-post p:has(.btn-show-more) {
  margin: 0;
}

.cps-post-main {
  padding-top: 0;
  margin: 0;
  box-shadow: none;
}

p:has(.post-list-item) {
  display: none;
}

.list-post-by-category {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.list-post-by-category .post-list-item {
  width: calc(33% - 20px);
}

.list-post-by-category .post-list-item:hover {
  opacity: 0.8;
  cursor: pointer;
}

.cps-post-main .post-list-thumb {
  max-height: 136px;
}

.post-list-thumb .category-post-thumbnail-img {
  margin-bottom: 0;
  width: 100%;
  object-fit: cover;
}

.post-list-item .post-list-title.entry-title {
  margin: 0;
  background-color: transparent !important;
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
}

.pager-top .pagination li.current a {
  background-color: var(--base-color) !important;
  border-color: var(--base-color) !important;
}

.pager-top .pagination li:not([class*="current"]) a:hover,
.widget_tag_cloud a:hover {
  background-color: var(--base-color) !important;
}
@media screen and (max-width: 767px) {
  .list-post-by-category {
    justify-content: center;
    gap: 20px 10px;
  }
  
  .list-post-by-category .post-list-item {
    width: calc(49% - 10px);
  }
}

/* Style post in page category end */

#page-top {
  display: none !important;
}