@charset "UTF-8";

/* common */
div.container_ div.contents_ div.mainframe_ {
  width: 100%;
}
.navi_frame_ {
  margin: 0 0 50px 0;
}
.leftmenuframe_ {
  display: none;
}
.navi_frame_ ul {
  display: flex;
  gap: 12px 15px;
  flex-wrap: wrap;
}
.navi_frame_ li {
  width: calc((100% - 45px)/4);
  margin: 0;
}
.navi_frame_ li a {
  width: 100%;
  min-height: 50px;
  padding: 7.5px 10px 7.5px 20px;
  border: #E0D2CF 1px solid;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #111111;
  display: flex;
  align-items: center;
  background: #FFF;
  position: relative;
  transition: 0.3s;
}
.navi_frame_ li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: #FCA028 2px solid;
  border-top: #FCA028 2px solid;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
.navi_frame_ li a:hover {
  border: #FCA028 1px solid;
  text-decoration: none;
  background: #FEF8F2;
  opacity: 1.0;
}

@media (max-width: 767px) {
  .navi_frame_ li {
    width: calc((100% - 15px)/2);
  }
  .navi_frame_ li a {
    font-size: 14px;
    padding: 7.5px 36px 7.5px 20px;
  }
  .navi_frame_ li a::before {
    transform: rotate(135deg);
  }
}



#column {
  padding: 30px 0;
  margin: 0 auto;
}
.column_search_box_ {
  margin: 0 0 40px 0;
}
.column_search_box_ .column_search_form_ {
  width: 640px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.column_search_box_ #column_keyword {
  width: calc(100% - 60px);
  height: 60px;
  min-height: 60px;
  padding: 0 15px 0 30px;
  margin: 0;
  border: #E0D2CF 1px solid;
  border-right: none;
  outline: none;
  border-radius: 5px 0 0 5px;
  font-size: 18px;
  background: transparent;
  display: flex;
  align-items: center;
  box-shadow: none;
}
.column_search_box_ #column_keyword::placeholder {
  color: #52433D;
}
.column_search_box_ button {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0 5px 5px 0;
  outline: none;
  display: block;
  background: #52433D url("../../../img/usr/icon/ico_search.png") center center no-repeat;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  cursor: pointer;
  transition: 0.3s;
}
.column_search_box_ button:hover {
  opacity: 0.7;
}
.column_navi_frame_ {
  margin: 0 0 50px 0;
}
.column_frame_ {
  padding: 50px 0 0 0;
  margin: 0 0 60px 0;
  border-top: #E0D2CF 1px solid;
  position: relative;
}
.column_frame_ h2 {
  padding: 0;
  margin: 0 0 35px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 24px;
  border-left: 8px solid #FCA028;
}


@media (max-width: 767px) {
  .column_search_box_ {
    margin-bottom: 20px
  }
  .column_search_box_ .column_search_form_ {
    height: 36px;
  }
  .column_search_box_ #column_keyword {
    width: calc(100% - 42px);
    height: 36px;
    min-height: 36px;
    padding: 0 15px 0 20px;
    font-size: 13px;
  }
  .column_search_box_ button {
    width: 42px;
    height: 36px;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
  }
  .column_frame_ {
    padding-top: 30px;
  }
  .column_frame_ h2 {
    font-size: 20px;
    padding-left: 18px;
    border-left: 6px solid #FCA028;
    margin-bottom: 20px;
  }
}


.column_list_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 40px 36px;
  overflow: hidden;
}
.all_display .column_list_ {
  max-height: 2200px !important;
  transition: max-height 0.2s;
}
.all_display .column_list_:has(.column_box_:nth-of-type(25)) {
  max-height: 2200px !important;
  transition: max-height 0.2s;
}
.all_display .column_list_:has(.column_box_:nth-of-type(53)) {
  max-height: 4400px !important;
  transition: max-height 0.4s;
}
.all_display .column_list_:has(.column_box_:nth-of-type(81)) {
  max-height: 6600px !important;
  transition: max-height 0.6s;
}
.all_display .column_list_:has(.column_box_:nth-of-type(n + 81)) {
  max-height: 9999px !important;
  transition: max-height 1s;
}
.column_box_ {
  width: calc((100% - 108px) / 4);
}
.column_box_ a {
  text-decoration: none;
}
.column_box_img_ {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  aspect-ratio: 273 / 199;
}
.column_box_img_ img {
  width: 60%;
}
.column_box_ttl_ {
  font-size: 15px;
  font-weight: bold;
  color:#3F76BA;
  margin-top: 4px;
}
.column_box_model_ {
  font-size: 15px;
  font-weight: bold;
  color: #111111;
  margin-top: 4px;
}
.column_list_more {
  display: none;
  width: 350px;
  height: 70px;
  background: #EB6E00;
  color: #fff;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 20px;
  border-radius: 35px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.column_list_more::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
.column_frame_.all_display .column_list_more {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

@media (max-width: 767px) {
  .column_list_ {
    gap: 20px;
  }
  .column_box_ {
    width: calc((100% - 20px) / 2);
  }
  .column_box_ttl_ {
    font-size: 13px;
    margin-top: 2px;
  }
  .column_box_model_ {
    font-size: 13px;
    margin-top: 2px;
  }
  .column_list_more {
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .column_list_more::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  .all_display .column_list_ {
    max-height: 2400px !important;
  }
  .all_display .column_list_:has(.column_box_:nth-of-type(25)) {
    max-height: 2400px !important;
  }
  .all_display .column_list_:has(.column_box_:nth-of-type(53)) {
    max-height: 4800px !important;
  }
  .all_display .column_list_:has(.column_box_:nth-of-type(81)) {
    max-height: 7200px !important;
  }
  .all_display .column_list_:has(.column_box_:nth-of-type(n + 81)) {
    max-height: 9999px !important;
  }
}