@charset "UTF-8";

/*!
Theme Name: Cocoon Child nurse
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.pr{
  text-align: right;
  color: #0f8a7a;
  max-width: 1030px;
  margin: 0 auto;
  font-size: 12px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

h1 {
}
h2 {
  background-color: transparent !important;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border-top: 3px solid #eb6877;
  border-bottom: 3px solid #eb6877;
}
h3 {
}
h4 {
}
h5 {
  border: none !important;
}
h6 {
  border: none !important;
}
.eye-catch-wrap {
  justify-content: center;
}
.ranking-item-description h4 {
  margin: 0 0 1em;
  border-top: 2px solid #ccc !important;
  border-bottom: 2px solid #ccc !important;
}
.ranking-item-image-tag {
  max-width: 200px;
}
.search_list #table_ichiran {
  display: block;
  position: relative;
  overflow-x: scroll;
  width: calc(100vw - 3rem);
  border-collapse: collapse;
  font-size: 0;
}
#table_ichiran thead,
#table_ichiran tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#table_ichiran tbody {
  margin-bottom: 10px;
}
#table_ichiran th,
#table_ichiran td {
  background: #fff;
  font-size: 14px;
}
.td_logo_h,
#table_ichiran thead .th_logo_h {
  width: 150px;
}
.td_in,
#table_ichiran thead td {
  width: 90px;
  text-align: center;
  font-weight: bold;
}
.td_in2,
#table_ichiran thead .td_in2 {
  width: 200px;
}
.td_in span {
  font-size: 26px;
}
#table_ichiran tbody th,
#table_ichiran thead th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #f0f8ff;
}
.kousiki-btn a {
  background: #3fca3a
    linear-gradient(
      to bottom,
      #58ca54,
      #29be22 1px,
      #29be22 50%,
      #05a800 50%,
      #3fca3a
    ) !important;
  font-size: 13px;
  color: #fff;
  padding: 6px;
  border-radius: 6px;
}
.resultlist-item {
  border: solid 2px #f1949f;
  margin-bottom: 20px;
  padding: 20px;
}
.resultlist-item h2 {
  line-height: 1.4;
  font-size: 16px;
}
.resultlist-item h3 {
  padding: 0;
  margin: 14px 0;
  font-size: 24px;
  color: #eb6877;
  border-top: solid #f1949f 2px !important;
  border-bottom: solid #f1949f 2px !important;
}
.resultlist-flex {
  display: flex;
  justify-content: space-around;
}
.resultlist-flex-left {
  max-width: 240px;
  width: 100%;
}
.resultlist-flex-left img {
  width: 100%;
}
.resultlist-flex-right table {
  min-width: 160px;
  margin-bottom: 8px;
}
#resultList .search-tag ul li {
  background-color: #fffaf1;
  border: solid thin #f80;
  color: #f80;
  font-size: 10px;
  padding: 1px 3px;
  margin-right: 2px;
  display: inline-block;
}
.search-result-btn {
  text-align: center;
  padding: 8px 0 0;
}
.search-result-btn a {
  background: #3fca3a
    linear-gradient(
      to bottom,
      #58ca54,
      #29be22 1px,
      #29be22 50%,
      #05a800 50%,
      #3fca3a
    ) !important;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  display: block;
}
.search-tag ul {
  padding-left: 0;
}
.search-text {
  line-height: 1.4;
  font-size: 12px;
}
.sort {
  table-layout: fixed;
}
label {
  display: inline-block;
}
.searchFormTable th {
  white-space: nowrap;
  padding: 6px;
}
.selecting {
  position: relative;
}
.selecting:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  right: 24px;
  width: 36px;
  height: 36px;
  margin-top: -8px;
  background: url(https://pita-job.net/nurse/wp-content/uploads/sites/2/2020/09/yubi.png)
    0 0 no-repeat;
  background-size: 36px;
  pointer-events: none;
  animation: horizontal 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
  0% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.submitBox {
  text-align: center;
}
.submitBox .submit input[type="submit"] {
  padding: 11px;
  width: 100%;
  max-width: 440px;
  cursor: pointer;
  background-color: #eb6877;
  color: #fff;
  border: none;
  border-radius: 30px;
  margin: 2px 0;
  font-size: 16px;
  position: relative;
  animation: pekopeko 2s infinite;
  box-shadow: 0 5px 0 #900e1d;
}
@keyframes pekopeko {
  0% {
    box-shadow: 0 5px 0 #900e1d;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #900e1d;
    top: 5px;
  }
  20% {
    box-shadow: 0 5px 0 #900e1d;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #900e1d;
    top: 5px;
  }
  40% {
    box-shadow: 0 5px 0 #900e1d;
    top: 0px;
  }
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin: 1rem 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px) {
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px) {
  .ranking-item-image-tag {
    max-width: 100%;
  }
  .ranking-item-description h4 {
    margin-top: 12px;
  }
  .resultlist-flex-left {
    max-width: 160px;
    padding: 0 8px 0 0;
  }
  .resultlist-item {
    padding: 10px;
  }
  .resultlist-item h2 {
    padding: 4px;
    border: none;
    margin-bottom: 0;
  }

  .submitBox .submit input[type="submit"] {
    max-width: 310px;
  }
  .searchFormTable th {
    font-size: 14px;
  }
  .searchFormTable td{
    padding: 8px;
  }
  .searchFormTable td select{
    padding: 8px;
    font-size: 16px;
  }
  
}
/*480px以下*/
@media screen and (max-width: 480px) {
  #table_ichiran th,
  #table_ichiran td {
    font-size: 12px;
  }
  .td_logo_h,
  #table_ichiran thead .th_logo_h {
    width: 112px;
  }
  .td_in,
  #table_ichiran thead td {
    width: 67px;
    text-align: center;
    font-weight: bold;
  }
}
