@charset "UTF-8";
/*==================================

      form stylesheet

==================================*/
/*----------------------
      フォーム
----------------------*/
input,
textarea,
option {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

label {
  cursor: pointer;
}
iframe {
	display: none;
}
/* 入力フォーム start */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"]  {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 5px 8px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"] {
    font-size: 1rem;
  }
}
input[type="text"]::placeholder, input[type="text"]:placeholder-shown,
input[type="email"]::placeholder, input[type="email"]:placeholder-shown,
input[type="tel"]::placeholder, input[type="tel"]:placeholder-shown,
input[type="number"]::placeholder,
input[type="number"]:placeholder-shown {
  color: #d3d3d3;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  input[type="text"]::placeholder, input[type="text"]:placeholder-shown,
  input[type="email"]::placeholder, input[type="email"]:placeholder-shown,
  input[type="tel"]::placeholder, input[type="tel"]:placeholder-shown,
  input[type="number"]::placeholder,
  input[type="number"]:placeholder-shown {
    font-size: 1rem;
  }
}
input[type="text"].fullwidth,
input[type="email"].fullwidth,
input[type="tel"].fullwidth,
input[type="number"].fullwidth {
  width: 100%;
}
input[type="text"].form-inlinetxt,
input[type="email"].form-inlinetxt,
input[type="tel"].form-inlinetxt,
input[type="number"].form-inlinetxt {
  display: inline-block;
  width: 4em;
  margin: 0 10px;
}
input[type="text"].inline-middle,
input[type="email"].inline-middle,
input[type="tel"].inline-middle,
input[type="number"].inline-middle {
  display: inline-block;
  width: 6em;
  margin: 0 10px;
}
input[type="text"].form-inlinetown,
input[type="email"].form-inlinetown,
input[type="tel"].form-inlinetown,
input[type="number"].form-inlinetown {
  /* 勤務地用 */
  flex: 1;
  width: auto;
  margin-left: 10px;
}

textarea::placeholder {
  color: #d3d3d3;
}

/* 入力フォーム end */
/* ボタン */
.wrap_btn_round {
  display: flex;
  margin-top: 5px;
  width: 100%;
}

.btn_round, .bar-fileup--btn {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  margin-right: 5px;
  padding: 6px 20px;
  transition: .2s ease;
  border: 2px solid #5f93c4;
  border-radius: 20px;
  background-color: #fff;
  color: #5f93c4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_round, .bar-fileup--btn {
    padding: 6px 10px;
  }
}
.btn_round.fullwidth, .bar-fileup--btn.fullwidth {
  width: 100%;
  margin-top: 5px;
  /* .table_mypage--blockと合わせている */
}
.btn_round.fullwidth:first-child, .bar-fileup--btn.fullwidth:first-child {
  margin-top: 0;
}
.btn_round_inline, .bar-fileup--btn_inline {
  margin: 0 auto 0 10px;
}
@media screen and (max-width: 768px) {
  .btn_round_inline, .bar-fileup--btn_inline {
    min-width: 90px;
  }
}
.btn_round_lineright, .bar-fileup--btn_lineright {
  min-width: 260px;
  margin: 0 auto 0 10px;
}
@media screen and (max-width: 768px) {
  .btn_round_lineright, .bar-fileup--btn_lineright {
    min-width: 200px;
    margin: 0 auto 0 10px;
  }
}
.btn_round::after, .bar-fileup--btn::after {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: 10px;
  background: url("../../../member/img/responsive/ico_arrow.svg") no-repeat 0 0;
  background-size: 4px 8px;
}
.btn_round:hover, .bar-fileup--btn:hover {
  background-color: #5f93c4;
  color: #fff;
  text-decoration: none;
}
.btn_round:hover::after, .bar-fileup--btn:hover::after {
  background: url("../../../member/img/responsive/ico_arrow_white.svg") no-repeat 0 0;
}
.wrap_btn_round .btn_round, .wrap_btn_round .bar-fileup--btn {
  flex: 1;
}

/* 追加・更新・アップロードボタン */
.btn_update, .btn_upload {
  display: block;
  box-sizing: border-box;
  min-width: 130px;
  padding: 0 10px;
  height: 35px;
  margin: 15px auto;
  padding-top: 3px;
  transition: .2s ease;
  border: 2px solid #007ab6;
  border-radius: 4px;
  background: #007ab6;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.btn_update:hover, .btn_upload:hover {
  border: 2px solid #007ab6;
  background-color: #fff;
  color: #007ab6;
  text-decoration: none;
}
.btn_update-large, .btn_upload-large {
  height: 40px;
  font-size: 18px;
}

/* 削除ボタン */
.btn_delete {
  position: relative;
  box-sizing: border-box;
  margin: 5px auto 0;
  padding: 2px 5px 2px 18px;
  float: right;
  transition: .2s ease;
  border: 1px solid var(--secondary-color);
  border-radius: 4px;
  background: #fff;
  color: var(--secondary-color);
  font-size: 10px;
  text-align: center;
}
.btn_delete::after, .btn_delete::before {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 1px;
  height: 10px;
  transition: background .2s ease-in-out;
  border-radius: 4px;
  background: var(--secondary-color);
}
.btn_delete::before {
  transform: rotate(-45deg);
}
.btn_delete::after {
  transform: rotate(45deg);
}
.btn_delete--large {
  padding: 5px 15px 5px 28px;
  float: none;
  border: 2px solid var(--secondary-color);
  font-size: 14px;
  font-weight: bold;
}
.btn_delete--large::after, .btn_delete--large::before {
  top: 50%;
  left: 15px;
  margin-top: -5px;
}
.btn_delete:hover {
  background: var(--secondary-color);
  color: #fff;
  text-decoration: none;
}
.btn_delete:hover::after, .btn_delete:hover::before {
  background: #fff;
}

/* キーワード検索 start */
.search-keyword {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin: 5px 0 10px;
}
.search-keyword .search-keyword__field {
  flex: 1 1 auto;
  width: 0;
  margin: 0 5px 0 0;
}
.search-keyword__btn {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 3px 20px 0;
  transition: .2s ease;
  border: 2px solid #007ab6;
  border-radius: 4px;
  background: #007ab6;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.search-keyword__btn:hover {
  background-color: #fff;
  color: #007ab6;
  text-decoration: none;
}

/* キーワード検索 end */
/* セレクトボックス start */
.form-select {
  position: relative;
  box-sizing: border-box;
  width: 7em;
  padding-top: 3px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-select {
    font-size: 1rem;
  }
}
.form-select.fullwidth, .form-select--fullwidth {
  width: 100%;
}
.form-select--autowidth {
  width: auto;
}
.form-select::before {
  content: "";
  position: absolute;
  top: 1.3em;
  right: .5em;
  width: 8px;
  height: 4px;
  background: url("../../../member/img/responsive/ico_arrow_down.svg") no-repeat 0 0;
  background-size: 8px 4px;
  pointer-events: none;
}
.form-select-inline {
  display: inline-block;
  margin: 0 10px -14px;
}
@media screen and (max-width: 768px) {
  .form-select-inline {
    width: 6em;
  }
}
.form-select-block {
  display: inline-block;
  width: 6em;
  margin: 0 8px;
}
.form-select-block:first-of-type {
  margin-left: 0;
}
.form-select select {
  width: 100%;
  padding: 8px 22px 8px 8px;
  border: 0;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: #666;
  text-indent: .01px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .form-select select {
    font-size: 1rem;
  }
}
.form-select select::-ms-expand {
  display: none;
}

/* セレクトボックス end */
/* チェックボックス */
.type_check {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 40px;
  padding: 7px 20px 4px 35px;
  overflow: hidden;
  transition: .2s ease;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
  color: #8d8d8d;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type_check {
    padding: 7px 10px 4px 35px;
  }
}
@media screen and (max-width: 768px) {
  .list-2line .type_check {
    padding: 7px 4px 4px 20px;
  }
}
@media screen and (max-width: 768px) {
  .list-3line .type_check {
    padding: 9px 4px 4px 20px;
    font-size: 11px;
  }
}
.type_check::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 17px;
  height: 17px;
  margin-top: -10.5px;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .list-3line .type_check::before {
    left: 5px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-radius: 9px;
  }
}
.type_check:hover {
  background-color: #4ba490;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .type_check:hover {
    background: none;
    color: #333;
  }
}
.type_check:hover::before {
  border-color: #4ba490;
}
@media screen and (max-width: 768px) {
  .type_check:hover::before {
    border-color: #e3e3e3;
  }
}
.type_check.checked {
  border-color: #4ba490;
  background-color: #4ba490;
  color: #fff;
}
.type_check.checked::before {
  border: 2px solid #fff;
  background: #fff url("../../../member/img/responsive/tick-sign.svg") no-repeat center center;
  background-size: 13px 9px;
}
.type_check input {
  position: absolute;
  opacity: 0;
}

/* シンプルなチェックボックス */
.simple_check {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px 0 35px;
  transition: .2s ease;
  font-size: 14px;
}
.simple_check::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 16px;
  height: 16px;
  transition: border .2s linear;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  background-color: #fff;
}
.simple_check:hover::before {
  border-color: #4ba490;
}
.simple_check.checked::before {
  background: #fff url("../../../member/img/responsive/tick-sign.svg") no-repeat center center;
  background-size: 13px 9px;
}
.simple_check input {
  position: absolute;
  opacity: 0;
}

/* 非活性チェックボックス */
.type_nursery:disabled {
  color: #e3e3e3;
  cursor: default;
  pointer-events: none;
}

.nursery_label.displayoff {
  color: #e3e3e3;
}
.nursery_label.displayoff:hover {
  background: none;
  color: #e3e3e3;
}
.nursery_label.displayoff:hover::before {
  border-color: #e3e3e3;
}
@media screen and (max-width: 768px) {
  .nursery_label.displayoff:active {
    background: none;
    color: #e3e3e3;
  }
}

/* 非活性テキストボックス */
.researchtxt:disabled {
  color: #e3e3e3;
  cursor: default;
  pointer-events: none;
}

/* 非活性aボタン */
.researchbtn.displayoff {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.box_textbox {
  flex-grow: 1;
  margin: -3px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .box_textbox {
    margin: 2px 0 0;
  }
}

/* モーダル内用 ボックス */
.box-list {
  width: 100%;
  height: 215px;
  padding: 10px 5px;
  overflow: scroll;
  background-color: #f4f4f4;
}

/* モーダル用チェックボックス */
.type_checkbtn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 7px 10px 4px;
  box-sizing: border-box;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  transition: .2s ease;
  color: #8d8d8d;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type_checkbtn {
    padding: 7px 5px 4px;
    overflow: hidden;
  }
}
.type_checkbtn-longtxt {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .type_checkbtn-longtxt {
    padding: 5px;
  }
}
.type_checkbtn:hover {
  background-color: #4ba490;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .type_checkbtn:hover {
    background: none;
    color: #333;
  }
}
.type_checkbtn:hover::before {
  border-color: #4ba490;
}
@media screen and (max-width: 768px) {
  .type_checkbtn:hover::before {
    border-color: #e3e3e3;
  }
}
.type_checkbtn.checked {
  border-color: #4ba490;
  background-color: #4ba490;
  color: #fff;
  font-weight: bold;
}
.type_checkbtn input {
  position: absolute;
  opacity: 0;
}

/* モーダルのチェック項目用 */
.list-3item {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: -8px;
}
.list-3item .list_item {
  width: calc(33.3% - 2px);
  margin: 0 2px 8px 0;
}
/* カレンダーチェックボックス */
.calendar_checkbtn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  box-sizing: border-box;
  border-radius: 20px;
  background: transparent;
  transition: .2s ease;
  font-size: 14px;
  text-align: center;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .calendar_checkbtn {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.calendar_checkbtn.holiday {
  color: var(--secondary-color);
}
.calendar_checkbtn.saturday {
  color: #1c5e9c;
}
.calendar_checkbtn.weekday {
  color: #333;
}
.calendar_checkbtn.disabled {
  opacity: .4;
  pointer-events: none;
}
.calendar_checkbtn:hover {
  background-color: #4ba490;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .calendar_checkbtn:hover {
    background: none;
    color: #333;
  }
}
.calendar_checkbtn:hover::before {
  border-color: #4ba490;
}
@media screen and (max-width: 768px) {
  .calendar_checkbtn:hover::before {
    border-color: #e3e3e3;
  }
}
.calendar_checkbtn.checked {
  opacity: 1;
  border-color: #4ba490;
  background-color: #4ba490;
  color: #fff !important;
  font-weight: bold;
}
.calendar_checkbtn input {
  position: absolute;
  opacity: 0;
}

/* テキストエリア */
.free_textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5px 8px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .free_textarea {
    font-size: 1rem;
    line-height: 20px;
  }
}

/* ファイルアップロード */
.input-fileup {
  display: none;
}

/* リスト
----------------------------------*/
/* 1列リスト */
.list-line {
  width: 100%;
}
.list-line .list_item {
  display: block;
  margin: 0 0 6px;
}

/* 2列横並びリスト */
.list-2line {
  display: flex;
  width: 100%;
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  .list-2line {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.list-2line::after {
  display: none;
}
.list-2line .list_item {
  flex: 1 0 auto;
  max-width: 170px;
  margin: 0 5px 8px 0;
}
@media screen and (max-width: 768px) {
  .list-2line .list_item {
    flex: 0 0 auto;
    width: calc(50% - 2px);
    max-width: none;
    margin-right: 0;
  }
}

/* 3列横並びリスト */
.list-3line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -8px;
}
.list-3line .list_item {
  flex: 1;
  margin: 0 5px 8px 0;
}
.list-3line .list_item:last-child {
  margin-right: 0;
}

/* 4列横並びリスト */
.list-4line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  .list-4line {
    justify-content: space-between;
  }
}
.list-4line::after {
  display: none;
}
.list-4line .list_item {
  width: 170px;
  margin: 0 5px 8px 0;
}
@media screen and (max-width: 768px) {
  .list-4line .list_item {
    flex: 0 0 auto;
    width: calc(50% - 2px);
    margin-right: 0;
  }
}

/*-------------------------------------
            入力エラー時
-------------------------------------*/
.error_topmessage {
  margin-top: 30px;
  padding: 15px;
  background: #ececec;
  color: #c61616;
  text-align: center;
}

.error_message {
  padding: 10px 0 0 5px;
  color: #c61616;
  font-size: 15px;
}

.error_textarea {
  border: 1px solid #c61616;
}