@charset "utf-8";

/*----------------------------------------
    requirements.html
----------------------------------------*/
.page_content img {
  width: 100%;
}
.styled_table {
  width: 100%;
}
.styled_table a {
  font-size: 100%;
  word-break: break-all;
}
.styled_table ol {
  padding-left: 1.5em;
}
.main_content .page_content h2 .wanted_exit {
  margin-left: 0;
  display: block;
  font-size: 84%;
}

.main_content .page_content h2 .wanted_enter {
  color: #ff0000;
  font-size: 80%;
}

.notice_confirmation{
  display: inline;
  font-size: 80%;
}

.notice_confirmation{
  display: inline !important;
  font-size: 85% !important;
}

.pdf_l:before {
    content: url(/common/img/ico-doc_l.png);
    margin-left: 6px;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
    display: inline-block;
}

.link_btn_area p{
  margin-bottom: 10px;
}

.link_btn_area p:first-child .block_link {
  text-align: center;
}
.link_btn_area p:last-child {
  margin-bottom: 5px;
}

.resident_recruit_pamphlet {
  margin-left: -9.82%;
  margin-right: 14.82%;
  width: 14.82% !important;
  height: 0;
  padding-top: 19.4% !important;
  background: url(../img/requirements/ico-resident_recruit_pamphlet.png) no-repeat left top;
  background-size: 100% auto;
}

.resident_notice {
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width:320px) {
  .block_link {
    font-size: 16px !important;
  }
  .resident_recruit_pamphlet {
    margin-right: 8%;
  }
}

