@charset "utf-8";
.kenshukeikakuPage .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;
}
.kenshukeikakuPage .p-kenshukeikaku__content {
    padding: 23px 1% 20px;
}
.kenshukeikakuPage #kenshu_list td.delete-btn {
    width: 70px;
}
.kenshukeikakuPage #kenshu_list td.delete-btn a {
    text-align: center;
    padding: 10px;
}
.kenshukeikakuPage img.ui-datepicker-trigger {
    cursor: pointer;
    margin-top: 5px!important;
    vertical-align: middle;
}
.kenshukeikakuPage .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.kenshukeikakuPage .modal__bg {
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.kenshukeikakuPage .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.kenshukeikakuPage .modal__content h2 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}
.kenshukeikakuPage .modal__content table {
    border-collapse: collapse;
    margin-bottom: 25px;
}
.kenshukeikakuPage .taishou_add{
  font-weight: bold;
  background-color: #a5d714;
  border: none;
  border-radius: 4px;
  width: auto;
  color: #fff;
  padding:10px 15px 8px 15px;
}
.kenshukeikakuPage .p-kenshukeikaku__content{
    padding: 30px 35px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.kenshukeikakuPage table th{
    text-align: left;
}
.kenshukeikakuPage table.topTable {
    width: 100%;
}
.kenshukeikakuPage table.topTable th {
    width: 90px;
    padding: 0 15px 0 0;
    vertical-align: middle;
}
.kenshukeikakuPage table.topTable.confirm {
  margin: 10px 0 40px 0;
}
.kenshukeikakuPage table.topTable.confirm th {
    width: 90px;
    vertical-align: middle;
    padding-bottom: 5px;
}
.kenshukeikakuPage table.topTable.confirm td label {
    display: inline-block;
    background: #f2f2f2;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0 5px 5px 0;
}
.kenshukeikakuPage table.bottomTable.v01 {
  min-width: 50%;
}
.kenshukeikakuPage table.bottomTable.v02 {
  min-width: 100%;
}
.kenshukeikakuPage table.bottomTable.v01 td.nitteiTd{
  padding-right: 110px;
}
.kenshukeikakuPage table.bottomTable.v01 th:nth-of-type(2){
  width: auto;
}
.kenshukeikakuPage table.bottomTable.v02 td{
  padding-right: 0;
}
.kenshukeikakuPage table.bottomTable th {
  width: 90px;
  padding: 12px 15px 15px 0;
  vertical-align: top;
}
.kenshukeikakuPage table.bottomTable.confirm {
  margin-top: 20px;
}
.kenshukeikakuPage table.bottomTable.confirm th {
  vertical-align: top;
  padding: 0 15px 20px 0;
}
.kenshukeikakuPage table.bottomTable.confirm td {
  padding-bottom: 20px;
}
.kenshukeikakuPage table.bottomTable td {
  padding: 0 15px 15px 0;
}
.kenshukeikakuPage table.bottomTable td input[type="text"]{
  padding : 10px 15px;
  border-radius: 5px;
  background: #ffffff;
}
.kenshukeikakuPage table.bottomTable td select {
  padding : 10px 15px 10px 10px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
}
.kenshukeikakuPage table.bottomTable td textarea{
  padding : 10px 15px;
  border-radius: 5px;
  background: #ffffff;
}
.kenshukeikakuPage table.bottomTable td select[name="kubun"] {
  min-width: 200px;
}
.kenshukeikakuPage table.bottomTable td input[name="kenshu_name"]{
  width: 100%;
}
.kenshukeikakuPage table.bottomTable td textarea[name="mokuteki"]{
  width: 100%;
}
.kenshukeikakuPage table.bottomTable td textarea[name="koshi_name"]{
  width: 100%;
}
.kenshukeikakuPage table.bottomTable td textarea[name="kenshu_area"]{
  width: 100%;
}
.kenshukeikakuPage table.bottomTable td textarea[name="shousai"]{
  width: 100%;
}

.kenshukeikakuPage table.bottomTable td span.hm_span {
  margin-left: 10px;
  margin-right: 10px;
}


.kenshukeikakuPage .p-kenshukeikaku__content .dataCheck {
	min-height: 34px;
}
.kenshukeikakuPage .p-kenshukeikaku__content .dataCheck input {
  display: none;
}
.kenshukeikakuPage .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;
}
.kenshukeikakuPage .p-kenshukeikaku__content .dataCheck label:hover {
  opacity: .8;
}
.kenshukeikakuPage .p-kenshukeikaku__content .dataCheck label:first-of-type {
  border-radius: 5px 0 0 5px;
}
.kenshukeikakuPage .p-kenshukeikaku__content .dataCheck label:last-of-type {
  border-radius: 0 5px 5px 0;
}
.kenshukeikakuPage .p-kenshukeikaku__content .dataCheck input[type="radio"]:checked + .switch-on {
  background-color: #a5d714;
  color: #fff;
}
.kenshukeikakuPage .p-kenshukeikaku__content .dataCheck input[type="radio"]:checked + .switch-off {
  background-color: #a5d714;
  color: #fff;
}
.kenshukeikakuPage .p-kenshukeikaku__content .select2-kt-styled {
    margin-top: 10px;
    display: block;
}
.kenshukeikakuPage .p-kenshukeikaku__content .select2-container {
  display: block;
  width: 100% !important;
}
.kenshukeikakuPage .p-kenshukeikaku__content .select2-kt-styled .select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height: 1.2em;
}
.kenshukeikakuPage .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;
}
.kenshukeikakuPage .p-kenshukeikaku__content .ui-datepicker-trigger {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.kenshukeikakuPage .p-kenshukeikaku__content .k_select {
    display: block;
    margin-bottom: 8px;
}
.kenshukeikakuPage .submitArea {
    text-align: center;
    margin-top: 10px;
}
.kenshukeikakuPage .submitArea .confirm {
    padding: 15px 20px;
    border-radius: 4px;
    border: 0;
    background-color: #a5d714;
    color: #ffffff;
    font-size: 20px;
    min-width: 280px;
    font-weight: bold;
    display: inline-block;
}
.kenshukeikakuPage .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;
}
.kenshukeikakuPage .err {
  color: #f04545;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
.kenshukeikakuPage .targetList {
  display: flex;
  flex-wrap: wrap;
}
.kenshukeikakuPage .targetList dt {
  padding-bottom: 5px;;
}
.kenshukeikakuPage .targetList dt::after {
  content: '：';
}
.kenshukeikakuPage .targetList dd {
  padding-bottom: 5px;;
}
.kenshukeikakuPage .shisetsuAll{
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .kenshukeikakuPage .p-kenshukeikaku__content {
    padding: 25px 25px;
  }
  .kenshukeikakuPage table.topTable th,
  .kenshukeikakuPage table.topTable td,
  .kenshukeikakuPage table.bottomTable th,
  .kenshukeikakuPage table.bottomTable td {
      width: 100%;
      display: block;
  }
  .kenshukeikakuPage table.topTable th ,
  .kenshukeikakuPage table.bottomTable th {
    font-size: 15px;
  }
  .kenshukeikakuPage table.bottomTable.confirm {
    margin-top: 0;
    width: 100%;
  }
  .kenshukeikakuPage table.bottomTable.confirm th {
    padding: 15px 0 5px 0;
  }
  .kenshukeikakuPage table.bottomTable.confirm td {
    border-bottom: solid #efefef 1px;
  }
  .kenshukeikakuPage table.bottomTable.confirm tr:last-of-type td {
    border-bottom: 0;
  }
  .kenshukeikakuPage table.bottomTable.v01,
  .kenshukeikakuPage table.bottomTable.v02{
    min-width: 100%;
  }
  .kenshukeikakuPage table.bottomTable.v01 td.nitteiTd{
    padding-right: 0;
  }
  .kenshukeikakuPage table.topTable th {
    padding: 0 0 10px 0;
  }
  .kenshukeikakuPage table.bottomTable td{
    width: 100%;
    padding: 0 0 25px 0;
  }
  .kenshukeikakuPage .p-kenshukeikaku__content .bgTitle {
    margin: 30px 0 10px 0;
  }
  .kenshukeikakuPage .p-kenshukeikaku__content .select2-kt-styled {
    width: 100%;
  }
  .kenshukeikakuPage .p-kenshukeikaku__content .dataCheck label {
    width: 50%;
    padding: 15px 10px;
  }
  .kenshukeikakuPage .p-kenshukeikaku__content .select2-kt-styled .select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size: 16px;
  }
  .kenshukeikakuPage table.bottomTable td input.datetimepicker {
    width: 70%;
    width: calc(100% - 52px);
  }
  .kenshukeikakuPage table.bottomTable td select,
  .kenshukeikakuPage table.bottomTable td textarea,
  .kenshukeikakuPage table.bottomTable td input[type="text"] {
    font-size: 16px;
  }
  .kenshukeikakuPage table.bottomTable td select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
  }
  .kenshukeikakuPage table.bottomTable td select.hm_select {
    max-width: 45px;
  }
  .kenshukeikakuPage table.bottomTable td span.hm_span {
    margin: 0;
  }

  .kenshukeikakuPage .taishou_add {
    width: auto;
    padding: 10px 15px;
    font-size: 14px;
  }
}

