@charset "UTF-8";

.p-list {
  min-height: 100vh;
}
.p-list__in {
  max-width: calc(1200px + 7%);
  padding: 0 3.5%;
  margin: 0 auto;
}

.p-list__in .po-header {
  display: none!important;
}
.p-list__in .po-joblist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -5rem;
}
.p-list__in .po-job-item {
  width: calc(50% - 2.5rem);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .05);
  margin-bottom: 5rem;
  opacity: 0;
  transition: 1s .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 6rem, 0);
  backface-visibility: hidden;
}
.p-list__in .po-job-item.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .p-list__in .po-job-item:nth-of-type(4n - 1) {
    transition-delay: .6s;
  }
}

.p-list__in .po-job-separator {
  display: none!important;
}
.po-job-item-data table,
.po-job-item-data th,
.po-job-item-data td {
  display: block!important;
}
.po-job-item-data table {
  width: 100%!important;
  
}
.po-job-item-data tbody {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5rem 3rem 0!important;
}
.po-job-item-data tr {
  display: flex!important;
  width: calc(50% - 15px)!important;
  border-bottom: 1px solid #ddd;
  padding: 0 0 1.5rem!important;
  margin: 0 0 1.5rem!important;
  
}
.po-job-item-data tr:first-of-type {
  width: 100%!important;
  border: none!important;
  padding-bottom: 1rem!important;
}
.po-job-item-data tr * {
  text-align: left!important;
}
.po-job-item-data tr:last-of-type {
  width: 100%!important;
  border: none!important;
}
.po-job-item-data th {
  width: 12rem!important;
  text-align: left!important;
  font-size: 1.4rem!important;
  font-weight: 700!important;
  color: #0E78C4!important;
  flex-shrink: 0;
  border: none!important;
  margin: 0!important;
  padding: 0!important;
}
.po-job-item-data th * {
  font-weight: 700!important;
}
.po-job-item-data tr:first-of-type th {
  display: none!important;
}
.po-job-item-data td {
  width: calc(100% - -12em)!important;
  border: none!important;
  padding: 0!important;
  font-size: 1.6rem!important;
  min-width: inherit!important;
  margin-left: 0!important;
}

.po-job-item-data tr:first-of-type td {
  font-size: 1.6rem!important;
  position: relative;
  min-width: inherit!important;
  margin: 0!important;
  width: auto!important;
}
.po-job-item-data tr:first-of-type td:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: .5rem;
  background: #0E78C4;
  position: absolute;
  left: -3rem;
  top: 1.4rem;
}
.po-job-item-data tr:first-of-type td .po-remark {
  display: none!important;
}
.po-job-item-data tr:first-of-type td * {
  font-size: 2rem;
  font-weight: 700!important;
  line-height: 1.6;
}
.po-job-item-data tr:last-of-type {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.po-job-footer {
  padding: 2rem 3rem 3rem!important;
}
.po-button-seedetail  {
  border: none!important;
  color: #fff!important;
  font-size: 1.6rem!important;
  letter-spacing: .1em!important;
  margin: 0 auto!important;
  width: 24rem!important;
  height: 5.5rem!important;
  background: #0E78C4!important;
  border-radius: 4rem;
  position: relative;
  transition: .2s;
}
.po-button-seedetail:after {
  content: "\f105" !important;
	font-family: FontAwesome !important;
  float: none!important;
  color: #fff;
  position: absolute;
  right: 2rem;
  font-size: 2rem;
  transition: .2s;
}
.is-pc .po-button-seedetail:hover:after {
  transform: translateX(.7rem);
}
.po-webparts-modal-container {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .05);
  padding: 1rem 5rem 4rem!important;
}

.po-contents * {
  box-sizing: border-box!important;
}
.po-contents table {
  width: 100%!important;
}
.po-contents table tbody {
  width: 100%!important;
}
.po-contents tr {
  display: table-row!important;
}
.po-contents th,
.po-contents td {
  font-size: 1.6rem!important;
  padding: 1.5rem 0 !important;
  text-align: left!important;
  vertical-align: top!important;
}
.po-contents tr:last-of-type th,
.po-contents tr:last-of-type td {
  border: none!important;
}
.po-contents th {
  width: 20rem!important;
  text-align: left!important;
  font-weight: 700!important;
  /*color: #0E78C4!important;*/
  border-bottom: 1px solid #ddd;
  border-left: none!important;
  margin: 0!important;
  display: table-cell!important;
}
.po-contents th * {
  font-weight: 700!important;
}
.po-contents td {
  width: auto!important;
  border-left: none!important;
  border-bottom: 1px solid #ddd;
}
.po-contents .po-double td {
  width: 40%!important;
}
.po-contents td .po-value {
  display: inline-block!important;
}
.po-contents td a {
  text-decoration: underline;
}
.po-contents td a:hover {
  opacity: .5;
}
.po-buttons {
  background: none!important;
  border: none!important;
  opacity: 1!important;
  position: relative!important;
}
.po-button-apply-inner,
.po-button-send-outer {
  margin-bottom: 2rem;
}
.style3 .po-buttons button.po-button-apply,
.style3 .po-buttons button.po-button-send {
  border: none!important;
  color: #fff!important;
  font-size: 1.6rem!important;
  letter-spacing: .1em!important;
  margin: 0 auto!important;
  width: 100%!important;
  max-width: 50rem!important;
  height: 5.5rem!important;
  background: #0E78C4!important;
  border-radius: 4rem;
  position: relative;
}
.style3 .po-buttons button.po-button-apply:after,
.style3 .po-buttons button.po-button-send:after {
  content: "\f105" !important;
	font-family: FontAwesome !important;
  float: none!important;
  color: #fff;
  position: absolute;
  right: 2rem;
  font-size: 2rem;
  transition: .2s;
}
.style3 .po-buttons button.po-button-apply:hover,
.style3 .po-buttons button.po-button-send:hover {
  background: #0E78C4!important;
}
.is-pc .style3 .po-buttons button.po-button-apply:hover:after,
.is-pc .style3 .po-buttons button.po-button-send:hover:after {
  transform: translateX(.7rem);
}
.style3 .po-buttons button.po-button-close {
  color: #0E78C4!important;
  font-size: 1.6rem!important;
  letter-spacing: .1em!important;
  margin: 0 auto!important;
  width: 100%!important;
  max-width: 50rem!important;
  height: 5.1rem!important;
  background: #fff!important;
  border: 2px solid #0E78C4!important;
  border-radius: 4rem;
  position: relative;
}
.style3 .po-buttons button.po-button-close:after {
  content: "\f105" !important;
	font-family: FontAwesome !important;
  float: none!important;
  color: #0E78C4;
  position: absolute;
  right: 2rem;
  font-size: 2rem;
  transition: .2s;
}
.is-pc .style3 .po-buttons button.po-button-close:hover:after {
  transform: translateX(.7rem);
}
.style3 tr.po-double input[type="text"],
.style3 tr.po-double select,
.style3 tr.po-double textarea,
.style3 tr.po-single input[type="text"],
.style3 tr.po-single select,
.style3 tr.po-single textarea {
  width: 100%!important;
  border: none;
  background: #f5f5f5;
  min-height: 4rem;
  border-radius: .5rem;
}
.style3 tr.po-double textarea,
.style3 tr.po-single textarea {
  min-height: 8rem;
}

@media screen and (max-width: 767px) {
  .p-list {
    padding: 3rem 0 4rem;
    margin-bottom: 4rem;
  }
  .p-list__in {
    padding: 0 2rem;
  }
  .p-list__in .po-joblist {
    display: block;
    margin-bottom: -2rem;
  }
  .p-list__in .po-job-item {
    width: 100%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .05);
    margin-bottom: 2rem;
  }
  .po-job-item-data tbody {
    display: block !important;
    padding: 1.5rem 2rem 0!important;
  }
  .po-job-item-data tr {
    display: block!important;
    width: 100%!important;
  }
  .po-job-item-data th {
    font-size: 1.6rem!important;
    width: 100%!important;
  }
  .po-job-item-data tr:first-of-type td {
    min-width: inherit;
  }
  .po-job-item-data tr:first-of-type td * {
    font-size: 1.8rem;
  }
  .po-job-item-data tr:first-of-type {
    padding-bottom: 0!important;
  }
  .po-job-item-data tr:first-of-type td:before {
    height: .4rem;
    top: 1.2rem;
    left: -2rem;
    width: 1.2rem;
  }
  .po-job-item-data td {
    width: 100%!important;
  }
  .po-webparts-modal-container {
    padding: 0 2rem 2rem!important;
  }
  .po-contents table,
  .po-contents tbody,
  .po-contents tr,
  .po-contents th,
  .po-contents td {
    display: block!important;
  }
  .po-contents th {
    width: 100%!important;
    border-bottom: none!important;
    padding-bottom: 0!important;
  }
  .po-contents td {
    margin: 0!important;
    min-width: inherit!important;
  }
  .po-contents .po-double td {
    width: 100%!important;
    padding-top: 1rem!important;
  }
}