@charset "UTF-8";

/* ========================================================================== */
/* STYLE CUSTOM--i-pliug */
/* ========================================================================== */
/* ========================================================================== */
/* APPLICATION STYLE CSS SUMMARY */
/* ========================================================================== */

/**
 *
 * contents:
 * -common
 * ------------
 * -can entry box
 * ------------
 * -start job box
 * ------------
 * -search job box
 * ------------
 * -modal box
 * ------------
 *
 **/

/* ========================================================================== */
/* COMMON */
/* ========================================================================== */

.plus.plus--register {
  min-width: 320px;
}

div.po-webparts-container.style0 {
  width: 100%;
  height: 100%;
  max-width: 640px;

  margin: 0 auto;
}

div.po-remark {
  margin-top: 8px;
  width: 100%;
}

.po-webparts-container.style0 .po-normal {
  font-size: 16px;
  text-align: left;
}

.po-webparts-container.style0 .po-normal .po-label {
  line-height: 1;
  vertical-align: middle;
}

.po-webparts-container.style0 .po-title {
  font-size: 20px;
}

/* table */
.po-webparts-container.style0 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.po-webparts-container.style0 table tr th,
.po-webparts-container.style0 table tr td {
  display: inline-block;
  width: 100%;
  float: left;
}

.po-webparts-container.style0 table th {
  position: relative;
  padding-bottom: 8px;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
}

.po-webparts-container.style0 table .po-single td {
  padding-bottom: 32px;

  height: auto !important;
  height: 19px;
  vertical-align: top;
  line-height: 1.1;
  color: #696969;
}

.po-webparts-container.style0 table .po-double td {
  padding: 17px 0;
  min-height: 19px;
  height: auto !important;
  height: 19px;
  width: 30%;
  vertical-align: middle;
  line-height: 1.1;
  color: #696969;
}

/* textarea */
.po-webparts-container.style0 .po-joblist textarea {
  width: 100%;
  padding: 2px 0 4px 0;
  border: 1px solid #D1D1D1;
  font-size: 14px;
  color: #818181;
}

/* input */
.po-webparts-container.style0 .po-joblist input[type="text"] {
  width: 100%;
  padding: 14px 8px;
  border: 1px solid #bbb;
  font-size: 16px;
  color: #333;
  text-indent: 5px;
  border-radius: 12px;
}

.po-webparts-container.style0 .po-joblist input[type="text"]:focus {
  padding: 13px 7px;
  border-color: #0172c2;
  border-width: 2px;
  outline: none
}

/* checkbox */
.po-webparts-container.style0 .po-checkbox div {
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1.4;
}

.po-webparts-container.style0 .po-checkbox div input {
  margin: 0 5px 0 0;
}

/* date */
div.po-webparts-container.style0 .po-year {
  width: 90px !important;
  text-align: center;
  margin-right: 8px;
}

div.po-webparts-container.style0 .po-month,
div.po-webparts-container.style0 .po-day {
  width: 56px !important;
  margin: 0 5px !important;
  text-align: center;
}

.po-webparts-container.style0 .po-checkbox div .po-year {
  width: 45px;
}

.po-webparts-container.style0 .po-checkbox div .po-month,
.po-webparts-container.style0 .po-checkbox div .po-day {
  width: 27px;
  margin: 0 5px;
}

/* remark */
.po-webparts-container.style0 .po-remark {
  font-size: 13px;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-all;
  color: #101010;
}

.po-webparts-container.style0 .po-checkbox div span {
  margin: 0 15px 0 0;
}

.po-webparts-container.style0 .po-searchform .po-required span {
  display: inline-block;
  padding: 1px 0 13px 0;

  background-image: url("images/required_icn.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* error message */
.po-webparts-container.style0 .po-validation {
  margin: 8px 0 0 0;
  color: #C63031;
  font-size: 14px;
}

/* footer */
.po-webparts-container.style0 .po-buttons {
  /* min-height: 38px; */
  margin: 16px 0;
  padding: 0;
  position: relative;

  text-align: center;

  background-image: url("images/bg.gif");
  background-position: 0 0;
  background-repeat: repeat;
}

/* ========================================================================== */
/* CAN ENTRY BOX */
/* ========================================================================== */

/* contents */
.po-webparts-container.style0 .po-jobsearch-wrap .po-canentryform {
  margin: 0 0;
  padding: 0 0;
}

/* entry btn */
.po-webparts-container.style0 button.po-button-send {
  display: block;
  margin: 40px auto 0;
  padding: 0 0;

  width: 100%;
  max-width: 344px;
  height: 48px;
  height: 60px;
  border-radius: 80px;
  font-size: 16px;

  overflow: hidden;
  border: none;
  outline: none;

  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  background: #0172C2;

  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.po-webparts-container.style0 .po-button-send:hover {
  opacity: 0.7;
  transform: translateY(-3px);
}

/* ========================================================================== */
/* START JOB BOX */
/* ========================================================================== */

/* wrap */

.po-privacy-wrap {
  overflow: hidden;
  padding: 16px 4px 16px 16px;
  text-align: left;
  color: #666;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  border-radius: 16px;
  background: #fbfbfb;
}

.po-webparts-container.style0 .po-privacy-policy {
  overflow-y: auto;
  height: auto !important;
  height: 100px;
  padding: 0 16px 0 0;
  max-height: 100px;
}

@supports (scrollbar-color: auto) {
  .po-webparts-container.style0 .po-privacy-policy {
    scrollbar-color: #999 #efefef;
  }
}

.po-webparts-container.style0 .scroller::-webkit-scrollbar {
  inline-size: 160px;
  border-radius: 20px;
}

/* ========================================================================== */
/* SEARCH JOB BOX */
/* ========================================================================== */

/* header box */
.po-webparts-container.style0 .po-header {
  margin: 29px 0 12px 0;
  text-align: right;
}

.po-webparts-container.style0 .po-header:before,
.po-webparts-container.style0 .po-header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.po-webparts-container.style0 .po-header:after {
  clear: both;
}

.po-webparts-container.style0 .po-header .po-header-left {

  float: left;
  min-width: 75px;
  width: auto !important;
  width: 75px;
}

.po-webparts-container.style0 .po-header .po-header-right {
  float: right;
  display: inline-block;
}

.po-webparts-container.style0 .po-checkbox div .po-year,
.po-webparts-container.style0 .po-contents-wrapper div .po-year {
  width: 45px;
}

.po-webparts-container.style0 .po-checkbox div .po-month,
.po-webparts-container.style0 .po-checkbox div .po-day,
.po-webparts-container.style0 .po-contents-wrapper div .po-month,
.po-webparts-container.style0 .po-contents-wrapper div .po-day {
  width: 27px;
  margin: 0 5px;
}

/* ========================================================================== */
/* MODAL BOX */
/* ========================================================================== */

/*追加*/

.po-row-item-container {
  text-align: left;
}

.po-radio-simple {
  margin-top: 8px;
}

.po-radio-simple input,
.po-radio-simple span {
  vertical-align: bottom;
}

.po-radio-simple input[type=radio] {
  position: relative;
  /* display: flex; */
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #333;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
}

.po-radio-simple input[type=radio]:before {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
}

.po-radio-simple input[type=radio]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #0172c2
}

.po-radio-simple input[type=radio]:checked:before {
  background: #0172c2
}

/* ラジオボタン クリッカブルエリア */
input[type="radio"] {
  position: relative;
}

input[type="radio"]::after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -4px;
  right: -6em; /* 左に拡張 */
  background: transparent;
  cursor: pointer;
  /* background-color: #ff000010; */
}

/* 個別 左に拡張設定---- */

/* 性別 */

div[data-alias="Resume.P_Gender"] input::after {
  right: -3.4em;
}

/* 性別:選択しない */
div[data-alias="Resume.P_Gender"] input:nth-of-type(3)::after {
  right: -7em;
}


/* ラジオボタン レスポンシブで改行----------- */
/* 親要素「すべての改行を禁止」 */
div[data-type="radio"] {
  white-space: nowrap;
}

/* 改行 */
div[data-type="radio"] span::after {
  content: "";
  display: inline-block;
  width: 24px; /* 次の項目との間隔 */
  white-space: normal; /* 【重要】ここだけ改行ルールを「通常」に戻す */
}

div[data-type="radio"] span:last-of-type::after {
  display: none;
}

/* 480pxまでの幅の場合に適応される */
@media screen and (max-width: 575px) {
  .po-radio-simple input+span {
    margin-right: 0;
  }

  div[data-type="radio"] span::after {
    display: block;/* 強制的に改行を入れる */
    width: 0;/* 幅は不要 */
    margin-bottom: 16px;
  }

  input[type="radio"]::after {
    /* 左に拡張 */
    right: calc(62px - 100vw) !important;
  }
}

.po-webparts-container.style0 .po-checkbox div span {
  margin: 0 15px 0 0
}

.po-webparts-container.style0 .po-required-elem {
  margin-left: 4px;
  color: #fff;
  display: inline-block;
  /* display: block; */
  font-size: 12px;
  /* padding-left: 4px; */
  font-weight: normal;
  background: #C63031;
  border-radius: 40px;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
}

.po-webparts-container.style0 .po-required-elem.ja_JP:after {
  content: "必須"
}

.po-webparts-container iframe {
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
  padding: 16px 16px 8px 16px;
  width: 100%;
  height: 5em;
  background: #F8F8F8;
  border-radius: 16px;
  border: none;
}

/* 480pxまでの幅の場合に適応される */
@media screen and (max-width: 480px) {
  div.po-webparts-container.style0 {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

/* ========================================================================== */
/* Thanks */
/* ========================================================================== */

.plus .po-webparts-container iframe {
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
  padding: 20px 16px 0px 16px;
  width: 100%;
  height: 5em;
  background: #F8F8F8;
  border-radius: 16px;
  border: none;
}

@media screen and (max-width: 575px) {
  .plus .po-webparts-container iframe {
    height: 6em;
  }
}