@charset "UTF-8";

*{
}
html {
  font-size: 62.5%;
}
.employee div#wrapper{
  width: 960px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
article{
  line-height: 1.6;
  font-size: 1.4rem;
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: auto;
  box-sizing: border-box;
}
/* -----------------*/
.title-main {
  padding: 20px;
  font-size: 2rem;
  color: #303131;
  background: #f1f0ef;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  flex-wrap: nowrap;
  align-items: baseline;
}

.title-main:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #bebebe;
}

.title-main:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #bebebe;
}

.title-main .ttl {
  display: block;
  margin-left: 10px;
}

.title-main .ttl-icon {
  display: block;
  margin-right: 10px;
  padding: 5px;
  border-radius: 3px;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #fff;
  background: #64c46e;
  border: 2px solid #268533;
}

.title-main .ttl-icon.new {
  background: green;
  border-color: green;
  color: #fff;
}

.title-sub {
  margin-bottom: 15px;
  color: green;
  font-size: 2.4rem;
}

.title-cont {
  padding: 8px 15px;
  margin-bottom: 25px;
  font-size: 1.7rem;
  background: #f1f0ef;
}

/* -----------------*/
.job {
  padding-top: 10px;
  margin-bottom: 25px;
}

.job-num {
  color: #646465;
}

.mark {
  margin-bottom: 50px;
}

.mark-item {
  width: 11.5%;
  margin-right: 1%;
  margin-bottom: 7px;
  text-align: center;
  border: 2px solid #9f9e9e;
  color: #646465;
}

.mark-item.on {
  border: 2px solid #fc5b5b;
  color: #fa2626;
  background: #ffe7e7;
}

.mark-item:nth-of-type(8n) {
  margin-right: 0;
}

/* -----------------*/
.contents-img {
  width: 400px;
  margin-right: 30px;
}

.contents-img .flex div {
  display: block;
  width: 25%;
  height: auto;
  padding: 1px;
  height: 75px;
  overflow: hidden;
  box-sizing: border-box;
}

.contents-img img {
  width: 100%;
}

.contents-img .flex div img {
  max-width: 100%;
}

.contents-inner {
  width: 500px;
  margin-bottom: 50px;
}

.contents-inner .details {
  padding: 12px;
  margin-bottom: 15px;
  line-height: 1.8;
  background: #f1f0ef;
  border-bottom: 2px solid green;
}

.contents-inner .details-ttl span {
  margin: 0 10px;
}

.contents-inner .conversion {
  margin-bottom: 5px;
}

.contents-inner .conversion-item {
  margin-bottom: 11px;
  margin-right: 0;
}

.contents-inner .conversion-item:nth-of-type(1) {
  margin-right: 15px;
}

.contents-inner .point .title-cont {
  border-bottom: 3px solid #fc6864;
}

.contents-inner .point-list {
  width: 90%;
}

.contents-inner .point-item {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.contents-inner .point-item:before {
  content: "●";
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 1.4rem;
  color: #fd8784;
}

.contents .requirements {
  margin-bottom: 35px;
}

.contents .requirements h3.title-cont {
  border-bottom: 3px solid green;
  margin: 30px 0 30px 0;
  border-left: none;
  font-size: 2rem;
  padding: 8px 15px 6px 15px;
  text-decoration: none;
}

.contents .requirements-table {
  display: table;
  width: 100%;
  border: 1px solid #9a9594;
  border-bottom: none;
}

.contents .requirements-item {
  border-bottom: 1px solid #9a9594;
}

.contents .requirements-ttl {
  display: table-cell;
  padding: 13px 0;
  width: 165px;
  background: #e9e9e9;
  text-align: center;
  border-right: 1px solid #9a9594;
  vertical-align: top;
}

.contents .requirements-text {
  display: table-cell;
  padding: 13px 15px 13px 30px;
}

.common {
  margin-top: 50px;
  margin-bottom: 40px;
}

.common-tw {
  width: 400px;
  margin-right: 33px;
  padding: 40px 40px 20px;
  border: 1px solid #cdcccc;
}

.common-inner {
  width: 667px;
}

.common-inner .trouble {
  padding-bottom: 15px;
  margin-bottom: 22px;
  border-bottom: 1px solid #bdbdbd;
}

.common-inner .trouble .title-cont {
  margin-bottom: 34px;
  border-bottom: 3px solid #e8aa25;
  background: #ffefd9;
  font-size: 1.8rem;
}

.common-inner .trouble-item {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
}

.common-inner .trouble-item:before {
  content: "●";
  position: absolute;
  left: 6px;
  top: 11px;
  font-size: 1.4rem;
  line-height: 0;
  color: #e8aa25;
}

.common-lead {
  margin-bottom: 15px;
  color: #f3ab6e;
  font-size: 2.1rem;
}

.footer {
  background: #e3e3e3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.footer .conversion {
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer .col-item {
  margin-right: 29px;
}

.footer .col-item:last-child {
  margin-right: 0;
}