@charset "utf-8";
#search {}

.count {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}

.count span {
  font-size: 36px;
  color: #E8E1A9;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 5px;
}

.seach_box fieldset {
  padding: 20px;
  border-bottom: 1px solid #E85400;
  box-sizing: border-box;
}
.seach_box fieldset.freeword {
  padding-bottom: 49px;
}
.seach_box fieldset legend {
  font-size: 24px;
  font-weight: bold;
  display: contents !important;
}

.seach_box fieldset ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.seach_box fieldset ul li {
  width: 33%;
  margin: 10px 0;
}
.seach_box fieldset.search_work > ul > li {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
}
.seach_box fieldset.search_work ul.child{
  padding-left: 20px;
}
.seach_box fieldset.search_work ul.child li {
  width: 33%;
  margin: 10px 0;
}

.seach_box fieldset ul li:first-child {
  width: 100%;
}
.counter {
    text-align: center;
    padding-top: 30px;
    clear: both;
    overflow: hidden;
}
.counter span{
    font-size: 30px;
    font-weight: bold;
    margin: 0 10px;
    color: #ee7f40;
}
.top_cont {
  padding: 20px;
  background: #EB6F29;
  position: relative;
  overflow: hidden;
}
#contact .top_cont {
  padding: 60px;
  background: #fff;
  position: relative;
}
.top_cont h2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 404px;
}

.top_cont h2 img {
  width: 100%;
  vertical-align: bottom;
}

.top_cont h3 {
  display: inline-block;
  font-size: 24px;
  color: #E8E1AA;
  line-height: 38px;
}

.seach_box {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.freeword, .activity {
  float: left;
  width: 50%;
}


/*チェックボックス*/

.checkbox-input {
  /* display: none; */
}

.checkbox-parts {
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  width: auto;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9D9D9D;
  box-sizing: border-box;
}
#contact .checkbox-parts::before {
  top: 3px;
  left: 0;
}

.checkbox-input:checked+.checkbox-parts::before,.checkbox-input:checked + input +.checkbox-parts::before{
  background: #B40019;
  border: 1px solid #B40019;
}
.checkbox-input:checked+.checkbox-parts::after,.checkbox-input:checked + input +.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#contact .checkbox-input:checked+.checkbox-parts::after,#contact .checkbox-input:checked + input +.checkbox-parts::after {
  top: 3px;
}
.wpcf7c-conf {
    background-color: #fff !important;
    color: #333 !important;
    border: none !important;
}
#contact input:-webkit-autofill{
    background: #fff !important;
}
#contact input[readonly="readonly"], input[readonly="readonly"]:-webkit-autofill {
    border: none !important;
    background: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*ラジオボタン*/

.radio-input {
  display: none;
}

.radio-parts {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 50%;
}

.radio-input:checked+.radio-parts::after,.radio-input:checked + input +.radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #B40019;
  border-radius: 50%;
}

.text-input {
  line-height: 57px;
  margin-top: 20px;
}
.text-input input {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #7E7E7E;
  border-radius: 5px;
  height: 57px;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
}
.text-input ul{
    margin-top: 0 !important;
    display: block !important;
}
.text-input ul li{
  line-height: 1.2;
  width: auto !important;
  margin-bottom: 5px !important;
}
.text-input ul li input{
  height: auto;
}
.activity .text-input{
  margin-top: 30px;
}
.activity.test .text-input{
  margin-top: 26px;
}
.text-input .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9D9D9D;
  box-sizing: border-box;
}
.test .text-input .checkbox-parts::before {
  top: 20px;
}

.text-input .checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.search-submit {
  text-align: center;
  padding: 30px;
  clear: both;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.search-submit input,a.searchCount {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  background: #B40019;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 460px;
  height: 63px;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 5px;
  background-position: center right 15px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.search-submit input:hover,a.searchCount:hover {
  /* background: url(/system/wp-content/themes/uiokinawa/img/sp/search/submit_ocpm.png) no-repeat #B40019; */
  background-size: 61px;
  background-position: left 140px center;
  background-color: #c33347;
}
#contact .search-submit input {
  -webkit-transition: background 0s ease;
  -moz-transition: background 0s ease;
  -o-transition: background 0s ease;
  transition: background 0s ease;
  background: #B40019;
  border: none;
  width: 47%;
}
#contact .search-submit input.backBtn {
  background: #999;
}
#contact .search-submit input[disabled=disabled],
#contact .search-submit input[disabled] {
  background: #bbb;
}
.wpcf7 .ajax-loader{
  position: absolute;
}
.search-submit .searchCount {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 63px;
    letter-spacing: inherit;
}
.search-submit .searchCount span{
    font-size: 32px;
    margin: 0 6px;
    text-shadow: 0px 0px 3px #000;
}
fieldset.industry legend:before {
  content: "";
  position: relative;
  top: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(/system/wp-content/themes/uiokinawa/img/pc/search/industry-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

fieldset.occupation legend:before {
  content: "";
  position: relative;
  top: 5px;
  width: 30px;
  height: 31px;
  display: inline-block;
  background-image: url(/system/wp-content/themes/uiokinawa/img/pc/search/occupation-icon.png);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

fieldset.freeword legend:before {
  content: "";
  position: relative;
  top: 6px;
  width: 31px;
  height: 31px;
  display: inline-block;
  background-image: url(/system/wp-content/themes/uiokinawa/img/pc/search/freeword-icon.png);
  background-size: 31px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

fieldset.activity legend:before {
  content: "";
  position: relative;
  top: 4px;
  width: 33px;
  height: 25px;
  display: inline-block;
  background-image: url(/system/wp-content/themes/uiokinawa/img/pc/search/activity-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.search_list ul {
    overflow: hidden;
}

.search_list ul li {
  padding: 30px 0;
  border-bottom: 1px solid #9D9D9D;
}

.search_list figure {
  display: flex;
}

.search_list figure .imgBox {
  width: 300px;
  border: 1px solid #eee;
  box-sizing: border-box;
  background: #fefefe;
}

.search_list .imgBox_sub {
  margin-top: 30px;
}

.search_list .imgBox_sub img {
  width: 275px;
  height: 170px;
  object-fit: cover;
  min-height: auto;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}

.search_list .imgBox_sub ul {
  /* display: flex; */
  /* justify-content: space-between; */
}
#search-detail .search_list .imgBox_sub ul {
   display: flex;
   justify-content: space-between;
}
.search_list .imgBox_sub ul li {
  padding: 0;
  border: none;
}

.search_list figure>figcaption {
  padding: 30px;
  box-sizing: border-box;
  width: 700px;
  background: #fff;
}

.search_list figure>figcaption h3 {
  font-size: 24px;
  color: #e85604;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}
.search_list figure>figcaption .catname ul{
  display: flex;
  /* margin: 0 -5px; */
  margin: 0;
  -webkit-box-lines: multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.search_list figure>figcaption .catname ul li{
  font-weight: 500;
  color: #fff;
  background: #EB6F29;
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 0;
  margin: 5px;
}
.search_list figure>figcaption .catname2 ul{
  display: flex;
  margin: 0 -5px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_list figure>figcaption .catname2 ul li{
  font-weight: 500;
  color: #fff;
  background: #27a6e6;
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 0;
  margin: 5px;
}
.search_list figure>figcaption .catname3 ul{
  display: flex;
  margin: 0 -5px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_list figure>figcaption .catname3 ul li{
  font-weight: 500;
  color: #fff;
  background: #056e00;
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 0;
  margin: 5px;
}

.search_list figure>figcaption p {
  line-height: 1.7;
  margin-top: 20px;
}
.work_desc {
  padding: 15px;
  border-radius: 10px;
  background: #eee;
  margin: 15px 0;
}
.search_list figure>figcaption h4.dischead {
  margin-top: 0;
  line-height: 1.4;
}
.search_list figure>figcaption p.disc {
  margin-top: 5px;
}
#search-list .search_list figure>figcaption p.disc,
.company_detail .search_list:not(.head_cont) figure>figcaption p.disc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
#search-list .company_list .search_list figure>figcaption p.disc,
.search_list.company_list figure>figcaption p.disc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: unset;
  white-space: initial;
}
.search_list figure>figcaption p.company_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}

.more {
  padding: 10px;
  width: 200px;
  border: 1px solid #B40019;
  border-radius: 5px;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_white.png) no-repeat #B40019;
  background-position: center right 15px;
  box-sizing: border-box;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.more:hover{
  background: #c33347;
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_white.png) no-repeat #c33347;
  background-position: center right 15px;
}
.list_count {
  text-align: center;
  padding: 30px 0;
  background: #fff;
}

.search_list {
  background: #fff;
}

.conditions {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  float: right;
  width: 140px;
  cursor: pointer;
  font-weight: bold;
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_bottom_white.png) no-repeat;
  background-position: center right 15px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.conditions.active{
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_top_white.png) no-repeat;
  background-position: top 14px right 15px;
}
.conditions:hover {
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_bottom_white.png) no-repeat #e85604;
  background-position: center right 15px;
}
.conditions.active:hover {
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_top_white.png) no-repeat #e85604;
  background-position: center right 15px;
}
#search-list .count {
  margin-bottom: 0;
  line-height: 30px;
  height: 30px;
}

#search-list #main {
  /* background: url(/system/wp-content/themes/uiokinawa/img/pc/share/search_result_bg.png) repeat-x; */
  /* background-position: top 35px center; */
}

#search-detail .search_list.head_cont .inner {
  padding: 60px;
}

#search-detail .search_list.head_cont figure>figcaption {
  width: 580px;
}

.entryBtn {
  text-align: center;
  padding: 50px 0;
  background: #FFF8EF;
}

.entryBtn a {
  font-size: 22px;
  width: auto;
  min-width: 200px;
  padding: 27px 100px 27px 120px;
  border: 1px solid #B40019;
  color: #B40019;
  border-radius: 5px;
  display: inline-block;
  background: url(/system/wp-content/themes/uiokinawa/img/pc/search/entry-icon.png) no-repeat;
  background-size: 95px;
  text-align: center;
  font-weight: bold;
}
.entryBtn a.false {
  border: 1px solid #bbb;
  color: #fff;
  background: url(/system/wp-content/themes/uiokinawa/img/pc/search/noentry-icon.png) no-repeat #ccc;
  background-size: 95px;
  cursor: default;
}
.tab_wrap {
  width: 1000px;
  /* margin: 80px auto; */
  margin: 0 auto;
}

.tab_area {
  font-size: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  border-bottom: 5px solid #EB6F29;
}

.tab_area label {
  margin: 0px 5px;
  display: block;
  padding: 20px 10px;
  color: #ee7f40;
  background: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border: 1px solid #ee7f40;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  width: 100%;
}

.tab_area label:hover {
  background: #EB6F29;
  color: #fff;
  font-weight: bold;
}

.panel_area {
  background: #fff;
}

.tab_panel {
  width: 100%;
  padding: 30px 0;
  display: none;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.tab_area label.active {
  background: #EB6F29;
  color: #fff;
  font-weight: bold;
}

.tab_panel.active {
  display: block;
}

.table_type {
  width: 100%;
  box-sizing: border-box;
}

.table_type tr {
  border: 1px solid #9D9D9D;
  border-right: none;
  border-left: none;
}
.table_type tr:last-child {
  border: none;
  border-right: none;
  border-left: none;
}
.table_type th {
  padding: 20px;
  text-align: left;
  width: 245px;
  box-sizing: border-box;
  vertical-align: middle;
}

.table_type td {
  padding: 20px;
  border-left: 1px solid #9D9D9D;
  text-align: left;
  word-break: break-all;
}
.table_type td p{
  text-align: left;
}
td.td_block {
    border-left: none;
    text-align: center;
}
.table_type thead tr {
  background: #ee7f40;
  color: #fff;
}
.table_type thead th {
  border-left: 1px solid #9D9D9D;
  text-align: center;

}
.table_type thead th:first-of-type {
  border-left: none;
}

.table_type thead td {
  padding: 20px;
  border-left: 1px solid #9D9D9D;
  text-align: left;
}
.acMenu {
  clear: both;
  display: none;
  background: #EB6F29;
  padding: 20px;
}
.intern p {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.slick-counter{
    display: none;
}

.intern_h3{
  font-size: 24px;
  color: #e85604;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}

/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
  .intern_h3{
    font-size: 34px;
  }
  .top_cont {
      padding: 35px;
  }
  #contact .top_cont {
      padding: 35px;
  }
  .seach_box {
      padding: 0px 40px 40px;
  }
  .count {
      font-size: 1.8rem;
  }
  .count span {
      font-size: 3.4rem;
  }
  #search fieldset{
    padding-top: 50px;
  }
  #search fieldset legend {
      font-size: 48px;
  }
  #search fieldset.industry{
    padding: 20px;
  }
  #search fieldset.freeword{
    padding-bottom: 50px;
  }
  #search fieldset ul {
      display: block;
      margin-top: 20px;
  }
  #search fieldset ul li {
      width: 100%;
      margin: 30px 0;
  }
  .checkbox-parts {
      padding-left: 45px;
      font-size: 1.8rem;
      line-height: 1.2;
  }
  .checkbox-parts::before {
      width: 30px;
      height: 30px;
  }
  .freeword, .activity {
      float: none;
      width: 100%;
  }
  .text-input {
      text-align: center;
  }
  .text-input input {
      height: 100px;
      padding: 0 40px;
      font-size: 32px;
  }
  .search-submit input {
      font-size: 2rem;
      width: 100%;
      height: 100px;
      background: url(/system/wp-content/themes/uiokinawa/img/sp/search/submit_ocpm.png) no-repeat #B40019;
      background-size: 61px;
      background-position: left 140px center;
      padding-left: 60px;
  }
  #contact .search-submit input{
    padding: 0;
    display: block;
  }
  .text-input .checkbox-parts::before {
      top: 0px !important;
      width: 30px;
      height: 30px;
  }
  .checkbox-input:checked + .checkbox-parts::after {
      top: 1px;
      left: 9px;
      width: 10px;
      height: 17px;
      border-bottom: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
  }
  .text-input .checkbox-input:checked + .checkbox-parts::after {
      top: 1px;
      left: 9px;
      width: 10px;
      height: 17px;
  }
  .search-submit {
      padding-top: 50px;
  }

  fieldset.industry legend:before {
      width: 59px;
      height: 47px;
      background-image: url(/system/wp-content/themes/uiokinawa/img/sp/search/industry-icon.png);
      background-size: 100%;
  }
  fieldset.occupation legend:before {
      width: 54px;
      height: 61px;
      background-image: url(/system/wp-content/themes/uiokinawa/img/sp/search/occupation-icon.png);
      background-size: 100%;
  }

  fieldset.freeword legend:before {
      width: 61px;
      height: 61px;
      background-image: url(/system/wp-content/themes/uiokinawa/img/sp/search/freeword-icon.png);
      background-size: 100%;
  }

  fieldset.activity legend:before {
      width: 65px;
      height: 50px;
      background-image: url(/system/wp-content/themes/uiokinawa/img/sp/search/activity-icon.png);
      background-size: 100%;
  }

  .search_list figure {
    display: block;
  }
  .search_list figure .imgBox {
    width: 100%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
  }
  .imgBox img {
      width: 100%;
      height: 300px;
      object-fit: contain;
  }
  .search_list .imgBox_sub img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    min-height: auto;
  }
  .search_list figure>figcaption h3 {
    font-size: 2.2rem;
    color: #e85604;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .search_list figure>figcaption {
    padding: 5%;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
  }
  .more {
    width: 100%;
    padding: 5%;
    margin-top: 5%;
    font-size: 36px;
    background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_right_white.png) no-repeat #B40019;
    background-position: center right 15px;
    float: none !important;
  }
  .seach_box fieldset ul{
    display: block;
  }
  .seach_box fieldset ul li{
    width: 100%;
    margin: 3% 0;
    text-align: left;
  }
  #search-detail .search_list.head_cont .inner {
    padding: 5%;
  }
  #search-detail .search_list.head_cont figure>figcaption {
    width: 100%;
  }
  .entryBtn{
    padding: 5%;
  }
  .entryBtn a {
    width: 100%;
    box-sizing: border-box;
    background-position: top 10px left;
    font-size: 36px;
  }
  .tab_wrap {
    width: 100%;
    margin: 80px auto;
  }
 .intern p {
   padding: 0 40px;
    font-size: 26px;
    line-height: 1.7;
    text-align: left;
  }
  .tab_area label{
    font-size: 34px;
  }
  .slick-counter {
    text-align: center;
    margin-top: 20px;
  }
  .conditions {
    background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_bottom_white.png) no-repeat;
    background-position: center right 20px;
    padding: 15px 50px;
    position: relative;
    top: 0;
  }
  .conditions:hover {
    background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_bottom_white.png) no-repeat #e85604;
    background-position: center right 20px;
  }
  .conditions.active{
    background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_top_white.png) no-repeat;
    background-position: center right 20px;
  }
  .conditions.active:hover {
    background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_arrow_top_white.png) no-repeat #e85604;
    background-position: center right 20px;
  }
  .search_list figure>figcaption .catname ul{
    margin: 0 -10px;
  }
  .search_list figure>figcaption .catname ul li{
    padding: 15px 20px;
    border-bottom: 0;
    margin: 10px;
    line-height: 1.2;
  }
  .search_list figure>figcaption .catname2 ul{
    margin: 0 -10px;
  }
  .search_list figure>figcaption .catname2 ul li{
    padding: 15px 20px;
    border-bottom: 0;
    margin: 10px;
    line-height: 1.2;
  }
  .search_list figure>figcaption .catname3 ul{
    margin: 0 -10px;
  }
  .search_list figure>figcaption .catname3 ul li{
    padding: 15px 20px;
    border-bottom: 0;
    margin: 10px;
    line-height: 1.2;
  }
  .counter span {
    font-size: 60px;
  }
  .tab_panel {
    padding: 40px;
    box-sizing: border-box;
  }
  .table_type:not(.eventList) tr {
    border: none;
    border-right: none;
    border-left: none;
    border: none;
    display: block;
  }
  .table_type:not(.eventList) tr:last-child {
    border: none;
    border-right: none;
    border-left: none;
  }
  .table_type:not(.eventList) th {
    padding: 20px 26px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    display: block;
    background: #eee;
    font-size: 1.7rem;
  }

  .table_type:not(.eventList) td {
    padding: 20px;
    border-left: none;
    text-align: left;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
  }
  .seach_box fieldset legend {
    font-size: 34px;
  }
  #search-list .count {
    margin-bottom: 0;
    line-height: 46px;
    height: auto;
  }
  .radio-parts {
    padding-left: 50px;
    position: relative;
    display: inline-block;
    font-size: 28px;
  }
  .radio-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
  }

  .radio-input:checked+.radio-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 8px;
    width: 20px;
    height: 20px;
    background: #B40019;
    border-radius: 50%;
  }
  .search-submit .searchCount {
    font-size: 36px;
    width: 100%;
    height: 100px;
    line-height: 100px;
  }
  .search-submit .searchCount span {
    font-size: 48px;
    margin: 0 15px;
    text-shadow: 0px 0px 3px #000;
  }
  .acMenu {
    padding: 0 40px 40px;
  }
  .seach_box fieldset {
    padding: 40px 0;
  }
  .seach_box fieldset.freeword {
    padding-bottom: 40px;
  }
  #search-list .search_list figure>figcaption p.disc,
  .company_detail .search_list:not(.head_cont) figure>figcaption p.disc {
    font-size: 28px;
  }
  .top_cont h3 {
    font-size: 28px;
  }
  .search_list.w100 figure>figcaption {
    width: 100%;
    padding: 0 !important;
  }
  .tab_wrap.kyujin {
    margin-bottom: 0;
  }
  .table_type td p {
    font-size: 24px;
  }
}