@charset "utf-8";
.houjin-infoRegPage .k_button{
	width: 140px;
  height: 50px;
	border-radius: 4px;
	border: none;
	margin-bottom: 20px;
  background-color: #c8a063;
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
	text-align: center;
}
.houjin-infoRegPage .p-kenshukeikaku__content {
    padding: 23px 1% 20px;
}
.houjin-infoRegPage #kenshu_list td.delete-btn {
    width: 70px;
}
.houjin-infoRegPage #kenshu_list td.delete-btn a {
    text-align: center;
    padding: 10px;
}
.houjin-infoRegPage img.ui-datepicker-trigger {
    cursor: pointer;
    margin-top: 5px!important;
    vertical-align: middle;
}
.houjin-infoRegPage .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.houjin-infoRegPage .modal__bg {
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.houjin-infoRegPage .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.houjin-infoRegPage .modal__content h2 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}
.houjin-infoRegPage .modal__content table {
    border-collapse: collapse;
    margin-bottom: 25px;
}
.houjin-infoRegPage .taishou_add{
  font-weight: bold;
  background-color: #a5d714;
  border: none;
  border-radius: 4px;
  width: auto;
  color: #fff;
  padding:10px 15px 8px 15px;
}
.houjin-infoRegPage .p-kenshukeikaku__content{
    padding: 30px 35px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.houjin-infoRegPage table th{
    text-align: left;
}
/*topTable*/
.houjin-infoRegPage table.topTable {
    width: 100%;
}
.houjin-infoRegPage table.topTable th {
    width: 220px;
    padding: 8px 15px 10px 0;
    vertical-align: top;
    text-align: left;
}
.houjin-infoRegPage table.topTable td {
    padding: 0 0 10px 0;
}
.houjin-infoRegPage table.topTable.confirm {
    margin: 0 0 20px 0;
}
.houjin-infoRegPage table.topTable.confirm th {
    padding: 0 15px 0 0;
}
.houjin-infoRegPage table.topTable.confirm td{
    padding: 0;
}
.houjin-infoRegPage table.topTable.confirm td label {
    display: inline-block;
    background: #f2f2f2;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0 5px 5px 0;
}
/*bottomTable*/
.houjin-infoRegPage table.bottomTable {
  width: 100%;
}
.houjin-infoRegPage table.bottomTable th {
  padding: 8px 15px 20px 0;
  text-align: left;
  vertical-align: top;
  width: 150px;
}
.houjin-infoRegPage table.bottomTable td {
  padding: 0 0 20px 0;
}
.houjin-infoRegPage table.bottomTable td input[type="text"]{
  padding : 10px 15px;
  border-radius: 5px;
  background: #ffffff;
}
.houjin-infoRegPage table.bottomTable td select {
  padding : 10px 15px 10px 10px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
}
.houjin-infoRegPage table.bottomTable td textarea{
  padding : 10px 15px;
  border-radius: 5px;
  background: #ffffff;
}
.houjin-infoRegPage table.bottomTable td .post_time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.houjin-infoRegPage table.bottomTable td .dpArea{
  margin-right: 20px;
}
.houjin-infoRegPage table.bottomTable td .hasDatepicker {
  width: 120px;
}
.houjin-infoRegPage table.bottomTable td .hours,
.houjin-infoRegPage table.bottomTable td .minutes{
  width: 50px;
  margin: 0 5px;
}
.houjin-infoRegPage table.bottomTable td .w100 {
  width: 100%;
}
.houjin-infoRegPage table.bottomTable .fileWrap {
  display: block;
}
.houjin-infoRegPage table.bottomTable .fileWrap .k_tenpufile {
  display: inline-block;
  margin: 0 20px 0px 0px;
  transition: .2s;
}
.houjin-infoRegPage table.bottomTable .fileWrap .k_tenpufile:hover {
  opacity: 0.8;
}
.houjin-infoRegPage table.bottomTable #publish_datetime{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck {
	min-height: 34px;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck input {
  display: none;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck label {
  display: block;
  float: left;
  cursor: pointer;
  width: 150px;
  margin: 0;
  padding: 10px;
  background: #d6d6d6;
  color: #777777;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck label:hover {
  opacity: .8;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck label:first-of-type {
  border-radius: 5px 0 0 5px;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck label:last-of-type {
  border-radius: 0 5px 5px 0;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck input[type="radio"]:checked + .switch-on {
  background-color: #a5d714;
  color: #fff;
}
.houjin-infoRegPage .p-kenshukeikaku__content .dataCheck input[type="radio"]:checked + .switch-off {
  background-color: #a5d714;
  color: #fff;
}
.houjin-infoRegPage .p-kenshukeikaku__content .select2-kt-styled {
    margin-top: 10px;
    display: block;
}
.houjin-infoRegPage .p-kenshukeikaku__content .select2-container {
  display: block;
  width: 100% !important;
}
.houjin-infoRegPage .p-kenshukeikaku__content .select2-kt-styled .select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height: 1.2em;
}
.houjin-infoRegPage table.bottomTable.confirm th{
  padding: 0 15px 30px 0;
}
.houjin-infoRegPage table.bottomTable.confirm td{
  padding: 0 0 30px 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.houjin-infoRegPage .p-kenshukeikaku__content .bgTitle {
    border-bottom: #a5d714 2px solid;
    padding: 0 0 12px 0;
    font-weight: bold;
    margin: 30px 0 18px 0;
    font-size: 17px;
}
.houjin-infoRegPage .p-kenshukeikaku__content .bgTitle.confirm {
    margin: 50px 0 22px 0;
}
.houjin-infoRegPage .p-kenshukeikaku__content .ui-datepicker-trigger {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.houjin-infoRegPage .p-kenshukeikaku__content .k_select {
    display: block;
    margin-bottom: 8px;
}
.houjin-infoRegPage .submitArea {
    text-align: center;
    margin-top: 10px;
}
.houjin-infoRegPage .submitArea .confirm {
    padding: 15px 20px;
    border-radius: 4px;
    border: 0;
    background-color: #a5d714;
    color: #ffffff;
    font-size: 20px;
    min-width: 360px;
    font-weight: bold;
    display: inline-block;
}
.houjin-infoRegPage .submitArea .back {
    padding: 10px 15px;
    border-radius: 4px;
    border: 0;
    background-color: #a1a1a1;
    color: #ffffff;
    font-size: 18px;
    min-width: 200px;
    font-weight: bold;
    display: inline-block;
}
.houjin-infoRegPage .err {
  color: #f04545;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
.houjin-infoRegPage .targetList {
  display: flex;
  flex-wrap: wrap;
}
.houjin-infoRegPage .targetList dt {
  padding-bottom: 5px;;
}
.houjin-infoRegPage .targetList dt::after {
  content: '：';
}
.houjin-infoRegPage .targetList dd {
  padding-bottom: 5px;;
}
.houjin-infoRegPage .shisetsuAll{
  margin-bottom: 5px;
}
/*追記*/
.houjin-infoRegPage .yakushokucheck {
  display: flex !important;
  flex-wrap: wrap;
}
.houjin-infoRegPage .yakushokucheck label{
  margin: 0 30px 10px 0;
}
.houjin-infoRegPage .yakushokucheck .all {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.houjin-infoRegPage .yakushokucheck label{
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.houjin-infoRegPage .yakushokucheck label input[type="checkbox"]{
  margin-right: 5px;
}
.houjin-infoRegPage #deleteBtn{
  background-color: #c8a063;
  color: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  border: 0;
  font-weight: bold;
  padding: 8px 20px;
  min-width: 180px;
  margin: 30px auto ;
}
@media (max-width: 768px) {
  .houjin-infoRegPage .p-kenshukeikaku__content {
    padding: 25px 25px;
  }
  /*共通*/
  .houjin-infoRegPage table.topTable th,
  .houjin-infoRegPage table.topTable td,
  .houjin-infoRegPage table.bottomTable th,
  .houjin-infoRegPage table.bottomTable td {
      width: 100%;
      display: block;
  }
  .houjin-infoRegPage table.topTable th ,
  .houjin-infoRegPage table.bottomTable th {
    font-size: 15px;
  }
  .houjin-infoRegPage table.topTable.confirm,
  .houjin-infoRegPage table.bottomTable.confirm {
    margin-top: 0;
    width: 100%;
  }
  .houjin-infoRegPage table.topTable.confirm th,
  .houjin-infoRegPage table.bottomTable.confirm th {
    padding: 15px 0 10px 0;
  }
  .houjin-infoRegPage table.bottomTable.confirm td {
    border-bottom: solid #efefef 1px;
    padding-bottom: 15px;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }
  .houjin-infoRegPage table.bottomTable.confirm tr:last-of-type td {
    border-bottom: 0;
  }
  /*topTable*/
  .houjin-infoRegPage table.topTable {
    margin-bottom: 30px;
  }
  .houjin-infoRegPage table.topTable th {
    padding: 0 0 10px 0;
  }
  /*bottomTable*/
  .houjin-infoRegPage table.bottomTable td{
    width: 100%;
    padding: 0 0 25px 0;
  }
  .houjin-infoRegPage table.bottomTable td .dpArea{
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .houjin-infoRegPage table.bottomTable td .post_time .hours{
    margin-left: 0;
  }
  .houjin-infoRegPage table.bottomTable .fileWrap .k_tenpufile {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .houjin-infoRegPage table.bottomTable #publish_datetime {
    margin-top: 30px;
  }
  .houjin-infoRegPage .submitArea .confirm {
    width: 100%;
    min-width: initial;
    min-width: auto;
  }
  .houjin-infoRegPage .p-kenshukeikaku__content .bgTitle {
    margin: 30px 0 10px 0;
  }
  .houjin-infoRegPage .p-kenshukeikaku__content .bgTitle.confirm {
    margin: 50px 0 0 0;
  }
  .houjin-infoRegPage .p-kenshukeikaku__content .select2-kt-styled {
    width: 100%;
  }
  .houjin-infoRegPage .p-kenshukeikaku__content .dataCheck label {
    width: 50%;
    padding: 15px 10px;
  }
  .houjin-infoRegPage .p-kenshukeikaku__content .select2-kt-styled .select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size: 16px;
  }
  .houjin-infoRegPage table.bottomTable td input.datetimepicker {
    width: 70%;
    width: calc(100% - 52px);
  }
  .houjin-infoRegPage table.bottomTable td select,
  .houjin-infoRegPage table.bottomTable td textarea,
  .houjin-infoRegPage table.bottomTable td input[type="text"] {
    font-size: 16px;
  }
  .houjin-infoRegPage table.bottomTable td select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
  }
  .houjin-infoRegPage .taishou_add {
    width: auto;
    padding: 10px 15px;
    font-size: 14px;
  }

}

