@charset 'utf-8';
/*------------------------------------------------------------*/
p.img_center {
  text-align: center;
  padding-bottom: 20px;
}
table.border, table.border th, table.border td {
  border: solid 1px #000000;
  border-collapse: collapse;
  padding: 5px 5px 5px 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 105%;
}
.explanationTitle_nopoint {
  font-weight: bold;
  color: #1DA4EB;
  font-size: 130%;
}
#maincontents {
  min-height: 1300px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .pdf-link */
p.pdf-link {
  font-size: 0;
}
p.pdf-link a {
  font-size: 18px;
  text-decoration: none;
  color: #5c9ad2;
  padding: 0;
  border: 1px dotted #3185c8;
  background: linear-gradient(to right, #FFF, #c7ddf1);
  border-radius: 2px;
  margin-top: 0.75em;
  margin-bottom: 1em;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  width: 16.66%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .recruit-contents */
div.recruit-contents {}
div.recruit-contents h3 {
  background: none !important;
  font-size: 20px !important;
  font-weight: normal !important;
  color: #000 !important;
  padding-left: 1em !important;
  margin-bottom: 0.5em !important;
  margin-top: 2em !important;
  width: 100%;
  display: block;
  clear: ;
  position: relative;
  /* border-bottom: 1px solid #24ACF0; */
}
div.recruit-contents h3:before {
  width: 10px;
  height: 10px;
  border-radius: 1000rem;
  display: block;
  background: #24ACF0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  content: "";
}
div.recruit-contents h4 {
  font-size: 16px !important;
  font-weight: normal !important;
  background: #f8f8f8;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
div.recruit-contents p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
div.recruit-contents table {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  width: 100%;
}
div.recruit-contents table td, div.recruit-contents table th {
  border: solid 1px #ccc;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
div.recruit-contents table th {
  background: #f8f8f8;
  text-align: center;
}
div.recruit-contents table .tr {
  text-align: right;
}
/* */