
img{
  height: auto;
}
.title-back{
  width: 100%;
  min-width: 1920px;
  display: block;
  /* margin-left: calc((100% - 1920px)/2); */
}
.title-img{
  position: absolute;
  top: 41%;
  right: 61%;
}
.contents-box{
  position: relative;
  max-width: 950px;
  width: 90%;
  margin: 40px auto;
  background: #fff;
  line-height: 1.7;
  font-size: 18px;
  padding: 40px 30px 0;
  box-sizing: border-box;
  color: #565656;
  letter-spacing: 1px;
}
.contents-box table{
  width: 100%;
}
.contents-box ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.contents-box li{
  padding-bottom: 3%;
}

/* Recruit list hover and link styles */
.contents-box td ul li a.job-link{
  display: block;
  color: inherit;
  text-decoration: none;
}
.contents-box td ul.job-link-list li:hover{
  background-color: rgba(37, 107, 191, 0.06); /* subtle hover */
}
.contents-box td ul.job-link-list li:hover .job-title{
  color: var(--main-cp-color);
}
.link-img {
  float: right;
  margin-left: 8px;
  width: 38px;
  height: auto;
}
.link-img-s {
  float: right;
  margin-left: 8px;
  width: 20px;
  height: auto;
}
.title{
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 2px;
  color: #434343;
}
.title td{
  padding-bottom: 2%;
}
.small{
  font-size: 75%;
}
.requirement{
  cursor: pointer;
}
.requirement tr:nth-child(3){
  line-height: 1.2;
}

.requirement tr:nth-child(3) td{
  padding-bottom: 4%;
}

.title td:nth-child(2){
  width: 50px;
}
.requirement:last-child{
  cursor: unset;
}
.button{
  position: relative;
  width: 30px;
  padding-bottom: 20px;
}

.button span:before,
.button span:after {
  height: 3px;
  width: 18px;
  border-radius: 2px;
  background-color: #565656;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}

.button span:before{
  transform: rotate(45deg);
  left: 0;
}
.button span:after {
  transform: rotate(-45deg);
  right: 0;
}
.open .button span:before {
  transform: rotate(0deg);
}
.open .button span:after {
  transform: rotate(0deg);
}
.add-row{
  display: none;
}

.details{
  display: none;
  padding: 2%;
}
.details table{
  border-spacing: 0;
}
.details td{
  border-bottom: 2px #cacaca solid;
  padding: 40px 0;
}
.details tr:last-child td{
  border-bottom: none;
}
.details tr td:first-child{
  font-weight: bold;
  color: #2b67b9;
  min-width: 125px;
  width: 20%;
  vertical-align: baseline;
}
.details ul:not(.job-link-list) li:last-child{
  padding-bottom: 0;
}
.flowchart{
  margin-bottom: 60px;
}
.flowchart div{
  border: 1px solid;
  max-width: 270px;
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  color: #2e569b;
  font-weight: bold;
}
.flowchart div:last-child{
  color: #e99e10;
}
.flowchart span{
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background: #cacaca;
}
.entry{
  display: block;
  margin: 0 auto 70px;
  max-width: 230px;
  width: 70%;
  background: #08549b;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  padding: 15px 0;
  transition: all .2s ease-in-out;
}

@media (hover:hover) {
  .entry:hover{
    background: #ffb83a;
  }
}
@media (hover:none) {
  .entry:active {
    background: #ffb83a;
  }

}

@media only screen and (max-width: 920px){
  .md{
    display: none !important;
  }
  .title-back{
    width: 209%;
    min-width: unset;
    margin: 0;
  }
  .title-img{
    width: 41.3%;
    top: 39%;
    left: 10%;
    max-width: 255px;
    /* *0.675 */
    min-width: 172px;
  }
  .contents-box{
    padding: 30px 20px 10px;
    /* font-size: 16px; */
    font-size: 14px;
  }
  .qa-area tr td:first-child,
  .question td:nth-child(3){
    width: 45px;
  }
  .title td:nth-child(2){
    vertical-align: baseline;
    width: 30px;
  }
  .button{
    top: 18px;
  }
  .details td{
    padding: 0 0 20px;
  }
  .add-row{
    display: block;
  }	
  .add-row td{
    padding: 20px 0 10px;
    border: none;
    font-weight: bold;
    color: #2b67b9;

    font-size: 16px;
  }
  .details tr td:first-child{
    display: none;
  }
  .flowchart{
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .flowchart div{
    width: 80%;
  }
  .entry{
    margin-bottom: 50px;
    width: 55%;
    /* font-size: 140%; */
    font-size: 14px;
    padding: 15px 0;
  }
  .link-img{
    width: 30px;
  }

  .link-img-s{
    width: 20px;
  }

  .small{
    font-size: 12px;
  }
  
}

