@charset "UTF-8";
/*
  Theme Name:hokuriku-tenshoku
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
ul,
ol,
li {
  list-style-type: none;
}
img {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#wrapper {
  margin: 0 auto;
}

#header {
  position: relative;
  z-index: 99;
  padding: 10px 0px;
}
.header_box {
  overflow: hidden;
  width: 98%;
  padding-left: 4px;
  margin: auto;
}
#header h1 img,
#header p img {
  width: 100%;
  height: auto;
}
h1 {
  width: 100%;
  height: auto;
}

h2 img {
  width: 100%;
}

.header_supplement {
  width: 100%;
  height: auto;
}
.search_link {
  text-align: right;
  margin-bottom: 0px;
}

textarea {
  width: 100%;
  height: 60px;
}

.red_span {
  color: red;
  font-size: 10px;
  margin-left: 2px;
}
.td_small input {
  width: 40px;
  margin-right: 3px;
}
.td_big input {
  width: 50%;
  margin-right: 3px;
}
.error {
  color: red;
}

.area_shi {
  margin-left: 20px;
}

.header_supplement {
  width: 100%;
  height: auto;
}

td.br {
  line-height: 2;
}

#navi {
  padding-top: 2px;
  background-image: url(img/common/header_bg.jpg);
  background-repeat: repeat-x;
}
#navi ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
#navi ul li {
  display: inline-block;
  height: 45px;
  background-image: url(img/common/sprite.jpg);
  background-repeat: no-repeat;
  text-indent: -9999em;
}
#navi ul li img {
  width: 100%;
  height: 100%;
}
.nav_01 a {
  width: 200px;
  background-position: 0px 0px;
}
.nav_02 a {
  width: 200px;
  background-position: -201px 0px;
}
/*.nav_03 a{
  width:200px;
  background-position:-169px 0px;
}*/
.nav_04 a {
  width: 200px;
  background-position: -401px 0px;
}
.nav_05 a {
  width: 200px;
  background-position: -601px 0px;
}
/*.nav_06 a{
  width:200px;
  background-position:-581px 0px;
}*/
/*.nav_07 a{
  width:200px;
  background-position:-718px 0px;
}*/
.nav_08 a {
  width: 200px;
  background-position: -801px 0px;
}
#navi li a {
  display: block;
  height: 47px;
}
#navi li a {
  height: 45px;
  background-image: url(img/common/sprite.jpg);
  background-repeat: no-repeat;
}
.nav_01 a:hover {
  background-position: 0px -45px;
  color: #0f0;
}
.nav_02 a:hover {
  background-position: -201px -45px;
}
/*.nav_03 a:hover{background-position:-169px -45px;}*/
.nav_04 a:hover {
  background-position: -401px -45px;
}
.nav_05 a:hover {
  background-position: -601px -45px;
}
/*.nav_06 a:hover{background-position:-581px -45px;}*/
/*.nav_07 a:hover{background-position:-718px -45px;}*/
.nav_08 a:hover {
  background-position: -801px -45px;
}

#key_img {
  margin-bottom: 3px;
  background-image: url(img/common/keyimage_bg.jpg);
  background-repeat: repeat-x;
}

.key_box {
  width: 100%;
  margin: 0 auto 3px;
}
.key_box img {
  width: 100%;
}

.entry {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #f3e9e8;
}
.entry {
  width: 100%;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.entry p {
  overflow: hidden;
  width: auto;
  margin: 0 auto;
}
.entry ul li {
  text-align: center;
  height: auto;
  padding: 0 18px;
}
.entry ul li + li {
  margin-top: 6px;
}
.entry ul li img {
  width: 100%;
  height: 100%;
}
.entry ul li a {
  display: block;
}
.entry li a:hover img {
  opacity: 0.6;
}

.breadcrumb {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  text-decoration: none;
}

.bc_01 a {
  color: #f00;
}

#content {
  width: 100%;
  margin: 0 auto 10vw;
  padding: 15px;
}
#footer {
  clear: both;
  background-color: #f1f1f1;
  margin-bottom: 6px;
}
.footer_box {
  overflow: hidden;
  width: 100%;
  background-color: #f1f1f1;
}
.footer_content {
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-top: 27px;
  padding-bottom: 30px;
}
.footer_content img {
  width: 100%;
}
.footer_navi {
  float: left;
  width: 500px;
  padding-top: 32px;
  background-color: #f1f1f1;
}
.f_nav {
  float: left;
  width: 230px;
  padding-left: 20px;
  font-size: 12px;
}
.f_nav li {
  margin-bottom: 20px;
  font-weight: bold;
}
.f_nav li a {
  color: #676767;
  text-decoration: none;
}
.f_nav li a:hover {
  color: #343434;
  text-decoration: underline;
}
.allow {
  color: #d61719;
}

.copy {
  clear: left;
  max-width: 280px;
  width: 100%;
  height: auto;
  padding-bottom: 6px;
  margin: 0 auto 27vw;
}
.copy img {
  display: block;
  width: 100%;
}
.scroll {
  position: fixed;
  right: 0;
  bottom: 110px;
  width: 40px;
  height: 40px;
  z-index: 999999;
}
.scroll a {
  display: block;
}
.scroll a img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  .scroll {
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 58px;
    height: 58px;
    z-index: 999999;
  }
  .scroll a {
    display: block;
  }
}

.bxslider {
  width: 100%;
}
.pcview {
  display: none;
}
#navi {
  display: none;
}
.s_phone {
  display: block;
}
#sp_navi > div {
  width: 50px;
  line-height: 100%;
  text-align: center;
  border-radius: 6px;
  background: #c4131b;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
#sp_navi > div a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
}
#sp_navi #b {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
#sp_navi #b li {
  width: 48%;
  margin-right: 4px;
  border-bottom: 1px dotted #c4131b;
  float: left;
}
#sp_navi #b li a {
  display: block;
  padding: 10px 0;
  font-size: 95%;
  text-align: center;
  text-decoration: none;
}

/*@media screen 641
------------------------------------------*/
@media screen and (min-width: 641px) {
  .header_box {
    width: 1040px;
    padding: 20px;
  }
  h1 {
    float: left;
    width: 50%;
    height: 79px;
  }
  .header_supplement {
    float: left;
    width: 50%;
    height: 79px;
  }

  #navi ul {
    width: 1000px;
  }
  #navi ul li {
    display: block;
    float: left;
  }
  .key_box {
    width: 1040px;
    margin: 0 auto 3px;
  }
  .bxslider {
    width: 1040px;
    height: auto;
  }
  .pcview {
    display: block;
  }
  #navi {
    display: block;
  }
  .s_phone {
    display: none;
  }
  #sp_navi {
    display: none;
  }
  .entry {
    padding-top: 18px;
    padding-bottom: 21px;
    background: url(img/common/entry_bg.jpg) repeat-x;
  }
  .entry ul {
    overflow: hidden;
    width: 970px;
  }
  .entry ul li {
    float: left;
    width: 449px;
    height: 66px;
    margin-bottom: 0px;
  }
  .entry ul li + li {
    margin-top: 0;
  }
  #content {
    width: 1040px;
    padding: 20px;
    margin: 0 auto 100px;
  }
  #footer {
    margin-bottom: 27px;
  }
  .footer_box {
    width: 1040px;
    padding: 20px;
    margin: 0 auto;
  }
  .footer_content {
    float: left;
    width: 500px;
    padding-left: 0;
  }
  .copy {
    padding-bottom: 54px;
    margin-bottom: 80px;
  }
  .copy img {
    height: 100%;
  }

  .pc_entry {
    width: 100%;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .pc_entry p {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
  }
  .pc_entry p a {
    display: block;
    width: 565px;
    height: 66px;
    margin: 0 auto;
  }

  .entry {
    display: none;
  }
  /* 20160829 */
}
/*@media screen 641*/

/* 20160811 */
.info {
  width: 100px;
  margin-bottom: 5px;
}

.po-header {
  float: right;
  padding-top: 20px;
  width: 70%;
  margin-bottom: 10px;
  overflow: hidden;
}

.po-header-left {
  float: left;
  margin-top: 20px;
  padding-left: 10%;
}

.po-header-right {
  float: right;
  width: 138px;
}

.po-new-jobs {
  clear: both;
  margin-bottom: 20px;
}

.po-table {
  width: 100%;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

.first-col {
  background-image: url(img/dot_line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.first-col th {
  width: 25%;
  padding-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
  background-image: url(img/bar_red.png);
  background-repeat: no-repeat;
  background-position: 10%;
}

.first-col td {
  width: 25%;
  padding-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
}

.second-col {
  background-image: url(img/dot_line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.second-col th {
  width: 25%;
  padding-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
  background-image: url(img/bar_red.png);
  background-repeat: no-repeat;
  background-position: 10%;
}

.second-col td {
  width: 75%;
  padding-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
}

.po-new-jobs {
  box-shadow: 0 0 7px #cacaca;
  border: 4px solid #ededed !important;
}

.po-container {
  min-height: 38px;
  height: auto;
  padding: 17px 0 11px 0;
  position: relative;
  border-top: 4px solid #ededed;
  text-align: center;
  background-image: url("img/bg.gif");
  background-position: 0 0;
  background-repeat: repeat;
}

.po-button-outer {
  display: inline-block;
  max-width: 421px;
  width: auto !important;
  width: 421px;
  height: 38px;
  margin: 0 0 0 0;
  padding: 0 0 0 73px;
  box-shadow: 0 2px 4px #9e9e9e;
  cursor: pointer;
  background-image: url("img/buttons.png");
  background-position: left -570px;
  background-repeat: no-repeat;
}

.po-button-inner {
  display: inline-block;
  max-width: 378px;
  width: auto;
  height: 38px;
  padding: 0 43px 0 0;
  overflow: hidden;
  background-image: url("img/buttons.png");
  background-position: right -874px;
  background-repeat: no-repeat;
}

.po-button-seedetail,
.po-button-seemore {
  display: block;
  margin: 0 0 0 0;
  max-width: 378px;
  width: auto !important;
  width: 378px;
  padding: 12px 0 0 0;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: normal;
  cursor: pointer;
  background: none;
}

.po-button-register-outer {
  display: inline-block;
  max-width: 138px;
  width: auto !important;
  height: 38px;
  margin: 0 0 0 0;
  padding: 0 0 0 54px;
  box-shadow: 0 2px 4px #9e9e9e;
  cursor: pointer;
  background-image: url("img/buttons.png");
  background-position: left -418px;
  background-repeat: no-repeat;
}

.po-button-register-inner {
  display: inline-block;
  max-width: 138px;
  width: auto;
  height: 38px;
  padding: 0 12px 0 0;
  overflow: hidden;
  background-image: url("img/buttons.png");
  background-position: right -874px;
  background-repeat: no-repeat;
}

.po-button-register,
.po-button-search,
.po-button-send,
.po-button-apply,
.po-button-close {
  display: block;
  margin: 0 0 0 0;
  padding: 12px 0 0 0;
  padding-left: -12px;
  max-width: 138px;
  width: auto !important;
  width: 138px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  word-wrap: nowrap;
  cursor: pointer;
}
.po-contents-wrapper {
  background: #fff;
  padding: 20px;
}
.po-privacy-policy {
  height: 200px;
  margin-bottom: 30px;
  padding: 20px;
  border: solid 1px #ccc;
  overflow: scroll;
}
.po-button-outer {
  margin-right: 20px;
}
.po-contents table {
  border-collapse: collapse;
}
.po-contents table th,
.po-contents table td {
  border: solid 1px #ccc;
  padding: 10px;
}
.po-job-item-data table {
  border-collapse: collapse;
}
.po-job-item-data table th,
.po-job-item-data table td {
  border: solid 1px #ccc;
  padding: 10px;
}
.po-webparts-container {
  margin-bottom: 40px;
}
.po-job-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .po-header {
    width: 100%;
  }

  .po-table {
    font-size: 80%;
  }

  .first-col th {
    width: 21%;
  }

  .first-col td {
    width: 29%;
  }

  .second-col th {
    width: 30%;
    margin-left: 3%;
  }

  .second-col td {
    width: 70%;
  }

  .pc_entry {
    display: none;
  }
  .po-contents-wrapper {
    width: 100%;
  }
  .po-job-item-data table {
    width: 90%;
    margin: 0 auto;
  }
  .po-contents table {
    width: 90%;
  }
}

/*====================================================================
見出しType
====================================================================*/

.c-typeh2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}
.c-typeh3 {
  position: relative;
  font-size: 20px;
  border-bottom: 2px solid #cc0801;
  padding-bottom: 7px;
  padding-left: 10px;
}
.l-searchBottom .c-typeh3 {
  margin-bottom: 24px;
}
.c-typeh3__date {
  position: absolute;
  font-size: 12px;
  letter-spacing: 0em;
  color: #c80f00;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.c-typeh3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cc0801;
  bottom: -5px;
  left: 0;
}

.c-typeh4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  width: 110px;
}

@media screen and (min-width: 641px) {
  .c-typeh2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .c-typeh3 {
    position: relative;
    font-size: 24px;
    border-bottom: 2px solid #cc0801;
    padding-bottom: 7px;
    padding-left: 10px;
  }
  .l-searchBottom .c-typeh3 {
    margin-bottom: 24px;
  }
  .c-typeh3__date {
    position: absolute;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #c80f00;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .c-typeh3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cc0801;
    bottom: -5px;
    left: 0;
  }

  .c-typeh4 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.01em;
    width: 120px;
  }
}

/*====================================================================
ボタンType
====================================================================*/

.c-supportEntryBtn {
  text-align: center;
  width: 100%;
  margin-top: -20px;
}
.c-supportEntryBtn button {
  display: block;
  padding-right: 15px;
}
.c-supportEntryBtn button img {
  display: block;
  width: 100%;
}
.c-confirmBtn {
  margin-top: 30px;
  text-align: center;
}
.c-confirmBtn a {
  max-width: 309px;
  display: block;
  margin: 0 auto;
}
.c-confirmBtn a img {
  display: block;
  width: 100%;
}
.c-moreDetailBtn {
  text-align: center;
  margin-top: -15px;
}
.c-moreDetailBtn a {
  display: block;
  margin: 0 auto;
  max-width: 237px;
}
.c-moreDetailBtn a img {
  display: block;
  width: 100%;
}
.c-changeBtn {
  text-align: center;
  padding: 10px 0;
  border-radius: 9px;
}
.c-changeBtn a {
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  padding: 6px 20px 6px 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.c-backBtn {
  text-align: center;
  padding: 10px 0;
  border-radius: 9px;
}
.c-backBtn a {
  max-width: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
  padding: 16px 20px;
  margin: 0 0 60px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.c-detailBtn {
  text-align: center;
}
.c-detailBtn button {
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 54px 9px 20px;
  letter-spacing: 0.1em;
}
.c-detailBtn button::after {
  content: "";
  position: absolute;
  background-image: url(img/common/icon_search_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.c-searchBtn {
  text-align: center;
  margin-top: -17px;
}
.c-searchBtn button {
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 54px 6px 20px;
  letter-spacing: 0.1em;
}
.c-searchBtn button::after {
  content: "";
  position: absolute;
  background-image: url(img/common/icon_search_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

@media screen and (min-width: 641px) {
  .c-supportEntryBtn {
    text-align: center;
    margin-top: 20px;
    padding-right: 36px;
  }
  .c-supportEntryBtn button {
    display: inline;
    text-align: center;
  }
  .c-supportEntryBtn button img {
    display: inline;
    width: auto;
  }
  .c-confirmBtn {
    text-align: center;
    margin-top: 62px;
  }
  .c-moreDetailBtn {
    text-align: center;
    margin-top: -15px;
  }
  .c-changeBtn {
    text-align: center;
    padding: 10px 0;
    border-radius: 9px;
  }
  .c-changeBtn a {
    position: relative;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    letter-spacing: 0.1em;
  }
  .c-detailBtn {
    text-align: center;
  }
  .c-detailBtn button {
    position: relative;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 54px 9px 20px;
    letter-spacing: 0.1em;
  }
  .c-detailBtn button::after {
    content: "";
    position: absolute;
    background-image: url(img/common/icon_search_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
  }
  .c-searchBtn {
    text-align: center;
    margin-top: -17px;
  }
  .c-searchBtn button {
    position: relative;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 54px 9px 20px;
    letter-spacing: 0.1em;
  }
  .c-searchBtn button::after {
    content: "";
    position: absolute;
    background-image: url(img/common/icon_search_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
  }

  .c-supportEntryBtn,
  .c-confirmBtn,
  .c-detailBtn,
  .c-changeBtn,
  .c-searchBtn,
  .c-moreDetailBtn,
  .pc_entry a,
  .c-backBtn {
    transition: 0.3s;
  }
  .c-supportEntryBtn:hover,
  .c-confirmBtn:hover,
  .c-detailBtn:hover,
  .c-changeBtn:hover,
  .c-searchBtn:hover,
  .c-moreDetailBtn:hover,
  .pc_entry a:hover,
  .c-backBtn:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

/*====================================================================
条件から探す
====================================================================*/

.p-list {
  padding: 0 0 0 10px;
}
.p-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}
.p-list li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.p-list li a:hover {
  border-bottom: 1px solid #000;
}
.p-area .p-list {
  width: calc(100% - 110px);
}

.p-area {
  display: block;
  padding: 0 10px;
}
.p-area__inner {
  width: 100%;
}

.p-area__inner__item {
  display: flex;
  margin-bottom: 13px;
}
.l-search {
  position: relative;
}
.l-searchBottom {
  margin-bottom: 10vw;
}

.p-searchBox {
  margin-top: 24px;
  margin-bottom: 10vw;
  border: 2px solid #c4c4c4;
  border-radius: 9px;
  padding: 10px;
}

.p-searchBox__current {
  display: block;
}
.p-searchBox__current .p-searchItem__checkList {
  margin-left: 10px;
}
.p-searchBox__current__title {
  font-size: 12px;
  margin-top: 8px;
  font-weight: bold;
  white-space: nowrap;
}

.p-searchItem th {
  width: 140px;
  margin-bottom: 13px;
  padding-top: 4px;
}
.p-searchItem td {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.p-searchItem__title {
  position: relative;
  text-align: left;
  font-size: 13px;
  padding-left: 30px;
  font-weight: normal;
}

.p-searchItem__modalBtn {
  display: block;
  width: 155px;
  border: 1px solid #dbd9d9;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  font-size: 10px;
  padding: 7px 0 7px 22px;
  letter-spacing: 0.1em;
  max-height: 32px;
}
.p-searchItem__modalBtn::after {
  content: "＋";
  position: absolute;
  color: #c80f00;
  top: 8px;
  left: 8px;
  transform: translateY(0);
}
.p-searchItem__checkList {
  margin-top: 5px;
  margin-left: 5px;
}
.p-searchItem__checkList li {
  display: inline-block;
  /* display: none; */
  font-size: 10px;
  margin-bottom: 0px;
  margin-right: 7px;
}
.p-searchItem__input {
  width: 100%;
}
.p-searchItem input {
  border: 1px solid #dbd9d9;
  width: 100%;
  display: block;
  height: 31px;
  border-radius: 4px;
}
.p-searchItem .selectWrap {
  position: relative;
  min-width: 135px;
  margin: 0 10px 10px 0;
}
.p-searchItem .selectWrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #58504a;
  border-right: 2px solid #58504a;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
  content: "";
}
.p-searchItem .selectWrap + span {
  margin-right: 2em;
  margin-bottom: 10px;
  padding: 9px 0 7px;
  font-size: 10px;
}
.p-searchItem select {
  appearance: none;
  cursor: pointer;
  min-width: 135px;
  height: 31px;
  border: 1px solid #dbd9d9;
  border-radius: 4px;
  padding: 9px 25px 7px;
  font-size: 10px;
}
.p-searchItem select:focus {
  outline: none; /* focus 時のデフォルトの枠線を消す */
}

.p-searchItem select::-ms-expand {
  display: none;
}

@media screen and (min-width: 641px) {
  .p-list {
    padding: 0 10px;
  }
  .p-list li {
    display: inline-block;
    margin-right: 20px;
  }
  .p-list li a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
  }
  .p-list li a:hover {
    border-bottom: 1px solid #000;
  }
  .p-area .p-list {
    width: calc(100% - 120px);
  }

  .p-area {
    display: flex;
    padding: 0 10px;
  }
  .p-area__inner {
    width: 50%;
  }

  .p-area__inner__item {
    display: flex;
    margin-bottom: 13px;
  }
  .l-searchBottom {
    margin-bottom: 64px;
  }

  .p-searchBox {
    margin-top: 30px;
    margin-bottom: 64px;
    border: 2px solid #c4c4c4;
    border-radius: 9px;
    padding: 23px 40px 30px;
  }

  .p-searchBox__current {
    display: flex;
  }
  .p-searchBox__current .p-searchItem__checkList {
    margin-left: 10px;
  }
  .p-searchBox__current__title {
    font-size: 12px;
    margin-top: 8px;
    font-weight: bold;
    white-space: nowrap;
  }

  .p-searchItem th {
    min-width: 170px;
    margin-bottom: 18px;
    padding-top: 4px;
  }
  .p-searchItem td {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 18px;
  }

  .p-searchItem__title {
    position: relative;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
  }

  .p-searchItem__modalBtn {
    display: block;
    min-width: 197px;
    border: 1px solid #dbd9d9;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    padding: 9px 0 7px 25px;
    letter-spacing: 0.13em;
    max-height: 37px;
  }
  .p-searchItem__modalBtn::after {
    content: "＋";
    position: absolute;
    color: #c80f00;
    top: 10px;
    left: 8px;
    transform: translateY(0);
  }
  .p-searchItem__checkList {
    margin-left: 20px;
  }
  .p-searchItem__checkList li {
    display: inline-block;
    /* display: none; */
    margin-bottom: 6px;
    margin-right: 10px;
    font-size: 12px;
  }
  .p-searchItem__input {
    width: 100%;
  }
  .p-searchItem input {
    border: 1px solid #dbd9d9;
    width: 100%;
    display: block;
    height: 36px;
    border-radius: 4px;
  }

  .p-searchItem .selectWrap {
    min-width: 157px;
    margin-bottom: 0;
  }
  .p-searchItem .selectWrap + span {
    margin-bottom: 0;
    font-size: 12px;
  }
  .p-searchItem select {
    min-width: 157px;
    height: 36px;
    font-size: 12px;
  }
}

.p-searchItem__title::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-searchItem01 .p-searchItem__title::after {
  background-image: url(img/common/icon_location.svg);
  width: 18px;
  height: 27px;
}
.p-searchItem02 .p-searchItem__title::after {
  background-image: url(img/common/icon_clock.svg);
  width: 21px;
  height: 22px;
}
.p-searchItem03 .p-searchItem__title::after {
  background-image: url(img/common/icon_building.svg);
  width: 22px;
  height: 21px;
}
.p-searchItem04 .p-searchItem__title::after {
  background-image: url(img/common/icon_person.svg);
  width: 20px;
  height: 21px;
}
.p-searchItem05 .p-searchItem__title::after {
  background-image: url(img/common/icon_star.svg);
  width: 22px;
  height: 21px;
}
.p-searchItem06 .p-searchItem__title::after {
  background-image: url(img/common/icon_search_red.svg);
  width: 21px;
  height: 21px;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
ON・OFF指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.pc-on {
  display: none !important;
}
.pc-in {
  display: none !important;
}
.pc-inblock {
  display: none !important;
}
.sp-on {
  display: block !important;
}
.sp-in {
  display: inline !important;
}
.sp-inblock {
  display: inline-block !important;
}

@media screen and (min-width: 641px) {
  .pc-on {
    display: block !important;
  }
  .pc-in {
    display: inline !important;
  }
  .pc-inblock {
    display: inline-block !important;
  }
  .sp-on {
    display: none !important;
  }
  .sp-in {
    display: none !important;
  }
  .sp-inblock {
    display: none !important;
  }
}
