/*----------------------ポップアップを押すボタン*/
.main-top-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-top-popup .open {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: 8px;
  display: block;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  width: 240px;
  line-height: 2.0em;
  height: 30px;
  font-weight: normal;
  border-bottom: none;
}
.main-top-popup .kakeru {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
}
.main-top-popup .open:hover {
  background: #F0F0F0;
}
.main-top-popup input {
  display: none;
}
.main-top-popup button {
  background: #FFA300;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
  color: #fff;
  border-radius: 5px;
  padding: 8px;
  line-height: 0.9em;
  text-align: center;
  height: 45px;
  font-weight: normal;
  outline: none;
  appearance: none;
  border: none;
}
.main-top-popup button a {
  color: #FFFFFF;
  font-size: 32px;
}
/*----------------------サイドポップアップを押すボタンサイド*/
.side-inner {
  margin: 30px auto !important;
  display: block !important;
  padding: 10px;
  background-color: #F7F7F7;
  border: #E0E0E0 1px solid;
}
.side-inner .title {
  display: block;
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 10px 8px;
  margin: 10px 0 5px 0;
}
.side-popup-main {
  margin: 20px 0 20px 0;
}
/*----------------------サイド検索結果*/
.kekka {
  color: #666;
  margin: 10px;
  line-height: 1.7em;
}
/*----------------------ポップアップ*/
.open {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: block;
  background: #FFA300;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  width: 260px;
  line-height: 2.0em;
  height: 30px;
  font-weight: bold;
  border-bottom: 4px solid #d37800;
}
.open:hover {
  background: #D37800;
}
#pop-up {
  display: none;
}
.overlay {
  display: none;
}
#pop-up:checked + .overlay {
  display: block;
  z-index: 9999;
  background: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.window {
  width: 900px;
  max-width: 900px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 6px;
  display: block;
  padding: 10px 10px 0 10px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.window h3 {
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-size: 24px;
  display: block;
  color: #1B4D9D;
}
.popupcontents {
  margin: 0;
  padding: 0;
}
.closed {
  cursor: pointer;
  position: absolute;
  background: #000000;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 11px;
  font-size: 26px;
  padding-left: 2px;
  line-height: 0.6em;
}
.closed:hover {
  background: #636363;
}
/*-------------------------タブ切り替え*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
  box-sizing: border-box;
}
.cp_tab {
  margin: 20px auto;
  position: relative;
}
.cp_tab input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.cp_tab .cp_tabpanel {
  display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child, .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2), .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3), .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4), .cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5), .cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
  display: block;
}
.cp_tab > input + label:nth-of-type(1) {}
.cp_tab .cp_tabpanels {
  position: absolute;
  top: 0;
  left: 10.8em;
  border: #B3B3B3 1px solid;
  border-radius: 5px;
  width: 81%;
  display: block;
  height: 320px;
  font-size: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cp_tab > input + label {
  position: relative;
  z-index: 100;
  top: -5px;
  left: 1px;
  display: block;
  width: 150px;
  /*margin-top: 10px;*/
  padding: 20px 10px 20px 10px;
  cursor: pointer;
  /*justify-content: center;
	align-items: center;*/
  text-align: left;
  font-weight: bold;
  border-left: 8px #fff solid;
}
.cp_tab i {
  margin-left: 10px;
  color: #D1D1D1;
  display: block;
  float: right;
}
.cp_tab > input + label:last-of-type {
  margin-bottom: 100px;
}
.cp_tab > label:hover, .cp_tab > input:focus + label {
  background: #FFFFFF;
  border-left: 8px #1B4D9D solid;
  /*background: #F2F9FF;*/
}
.cp_tab > input:checked + label {
  /*border-right: 1px solid #000000;*/
  background: #FFFFFF;
  border-left: 8px #1B4D9D solid;
  /*background: #F2F9FF;*/
}
.cp_tab .cp_tabpanel {
  padding: 0.5em 1em;
  /*border-left: 1px solid #cccccc;*/
  /*min-height: 320px;*/
}
/*-----------------------タイトル*/
.testttt h3 {
  background: #000000;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 50px auto 10px;
  width: 100%;
}
/*-----------------------エリアアコーディオン*/
.accordion-003 {
  clear: both;
  /*margin-bottom: 7px;
  border-bottom: 1px solid #d6dde3;*/
}
.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px;
  color: #262626;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  border-bottom: #ccc 1px solid;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #262626b3;
  border-right: 3px solid #262626b3;
  content: '';
  transition: transform .3s;
}
.accordion-003[open] summary::after {
  transform: rotate(225deg);
}
.accordion-003 label {
  float: left;
  width: calc(100% / 6);
  margin: 5px;
}
.job-dtl label {
  float: left;
  width: calc(100% / 3);
  margin: 2px 0 5px 0;
}
.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  display: inline-block;
  padding: 0 10px 10px 10px;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.accordion-003[open] p {
  transform: none;
  display: block;
  opacity: 1;
}
.accordion-003 h4 {
  display: inline-block;
  width: 100%;
  background: #F5F5F5;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
  white-space: nowrap;
}
/*アコーディオンマージン調整*/
.margon-chousei1 {
  margin-top: -20px !important;
  display: inline-block !important;
}
.margon-chousei1 input {
  margin-left: -5px;
}
.margon-chousei2 {
  display: inline-block;
  margin: 0 auto 15px !important;
}
.margon-chousei3 {
  margin-top: 20px !important;
  display: inline-block !important;
}
/*------------------------検索ボタン*/
.popupkensaku {
  clear: both !important;
  display: block;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  margin-top: 10px;
}
/*.popupkensaku {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100% !important;
  position: fixed;
  margin: 0 auto 0 !important;
}*/
.popupkensaku input {
  width: 240px;
  display: block;
  text-align: center !important;
  font-weight: bold;
  justify-content: center !important;
  align-items: center !important;
}
/*---------------------------------------------------
	sp
----------------------------------------------------*/
@media screen and (max-width: 900px) {
  /*----------------------ポップアップを押すボタン*/
  .popup-main {
    padding: 20px;
    width: 88% !important;
    display: block;
  }
  .popup-main img {
    max-width: 100%;
    width: 100%;
  }
  /*------------------------ポップアップ*/
  .window {
    width: 95%;
    max-width: 95%;
    height: 75%;
  }
  .window h3 {
    text-align: left;
  }
  /*------------------------タブ切り替え*/
  .cp_tab {
    width: 100%;
    border: none !important;
  }
  .cp_tab > input + label {
    float: left;
    width: 118px;
    text-align: center !important;
    border-left: 0;
    border-bottom: 4px #fff solid;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: -2px;
  }
  .cp_tab > input + label:last-of-type {
    margin-bottom: 100px;
  }
  .cp_tab > label:hover, .cp_tab > input:focus + label {
    border-left: 0;
    border-bottom: 4px #FFA400 solid;
  }
  .cp_tab > input:checked + label {
    border-left: 0;
    border-bottom: 4px #FFA400 solid;
  }
  .cp_tab {
    border: none !important;
    width: 100%;
    height: 30px;
    display: block;
  }
  .cp_tab .cp_tabpanels {
    margin-top: 50px;
    left: 7em;
    font-size: 14px;
  }
  .cp_tabpanels {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: -100px;
  }
  .cp_tab i {
    display: none;
  }
  /*------------------------アコーディオン*/
  .accordion-003 label {
    width: calc(100% / 3);
    margin: 0;
  }
  .job-dtl label {
    width: calc(100% / 2);
    margin: 0;
  }
  .accordion-003 {
    width: 90%;
  }
  /*------------------------検索ボタン*/
  .popupkensaku {
    margin: 340px auto 0 !important;
  }
  .popupkensaku input {
    width: 90%;
  }
}