@charset "utf-8";

/* ---------- common ---------- */
*, ::before, ::after {
	box-sizing: inherit;
}
*:focus {
	outline: none;
}
html {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
	box-sizing: border-box;
}
body {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
  word-wrap: break-word;
  min-width: 1020px;
}
address, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, option, p, select, ul {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
ol, ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
button {
  padding: 0;
  border: none;
  cursor: pointer;
}
a:hover, button:hover {
  opacity: 0.6;
}
input[type=checkbox], input[type=radio], select, label {
  cursor: pointer;
}
button, input, select, textarea {
  font-family: inherit;
}
.box {
  margin: 25px 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
h1.page_title {
  margin: 35px 0 25px;
  color: #333;
  font-size: 2rem;
  line-height: 2.8rem;
}
h1.page_title .red {
  color: #f00;
}
.btn {
  padding: 0 11px;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  border: solid 1px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
.btn.btn_plus, .btn.btn_toggle {
  padding-left: 25px;
}
.btn.btn_plus::before, .btn.btn_plus::after, .btn.btn_toggle::before, .btn.btn_toggle::after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 10px;
}
.btn.btn_plus::after, .btn.btn_toggle::after {
  transform: rotate(90deg);
}
.btn.btn_toggle.open::after {
  content: none;
}
.btn.btn_exc {
  padding-left: 28px;
}
.btn.btn_exc::before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 1px #f00;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  left: 9px;
}
.btn.btn_exc::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #f00;
  position: absolute;
  top: calc(50% - -1px);
  left: 10px;
  transform: rotate(-45deg);
}
.btn_round {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  font-size: 1.6rem;
}
.checkbox {
  padding-left: 24px;
  line-height: 2.2rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.checkbox.disabled {
  opacity: 0.5;
  cursor: auto;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox .ico {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: #f9f9f9;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
}
.checkbox input[type="checkbox"]:checked + .ico {
  background-color: #fff;
}
.checkbox input[type="checkbox"]:checked + .ico::before {
  content: "";
  width: 6px;
  height: 10px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
}
.arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 4px;
  vertical-align: middle;
  border: solid;
  border-width: 3px 0 3px 6px;
  display: inline-block;
}
.lyt_content {
  width: 100%;
  display: table;
}
.lyt_fix {
  vertical-align: top;
  display: table-cell;
  width:80px;
}
.lyt_auto {
  vertical-align: top;
  display: table-cell;
}
.note {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.breadcrumb {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.breadcrumb li {
  display: inline;
}
.result {
  margin: 10px 0 20px;
  font-size: 1.2rem;
}
.result p {
  line-height: 3rem;
}
.result span {
  vertical-align: middle;
}
.result .total_txt {
  margin-left: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.result .total_num {
  font-size: 2.8rem;
  color: #fc0d1c;
}
.result .result_text {
  margin-left: 30px;
}
.loading_ico {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: solid 5px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.loading_ico::before {
  content: "";
  width: inherit;
  height: inherit;
  border: solid 5px transparent;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  animation: loading 1s infinite linear;
}
@keyframes loading {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


/**/

.mainVisualAreaSearchForm__select.active .search_content_ttl {
  display: none;
}
.mainVisualAreaSearchForm__select .modal_btn_inner {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.active .spot:before, .active .job:before {
  top: 26px !important;
  left: -99px !important;
}

@-moz-document url-prefix() {
  /* firefoxのみずれるため対応 */
  .active .spot:before, .active .job:before {
    top: 49px !important;
    left: -99px !important;
  }
}

.sform_submit {
  vertical-align: top;
}
.sform_submit:after {
  width: 70px;
  height: 30px;
  content: "検索";
  background-size: 30px 30px;
  position: absolute;
  top: 29px;
  left: 64px;
}
.foreword_title {
  height: 60px;
  line-height: 40px;
}
.find_title_sub {
  line-height: 40px;
}
.sform_title_sub {
  height: 80px;
  line-height: 40px;
}
.search_form {
  font-size: 16px;
  height: 327px;
}
.search_form .inbox {
  margin-top: -75px;
}
.research_nav li a {
  line-height: 28px;
}
.research_nav li a:after {
  box-sizing: content-box;
}
.research_title_summary {
  line-height: 40px;
}
.research_summary_text {
  margin-top: 47.7872px;
}
.search_form.foot {
  font-size: 16px;
  height: 585px;
}
#search {
  margin-top: -91px;
  padding-top: 50px;
}
.searchFormBlock__modalButton {
  cursor: pointer;
}
.other_title {
  line-height: 40px;
}


/* /追加 */

#modal {
  width: 100%;
  height: 100vh;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1200;
}
#modal.on {
  opacity: 1;
  visibility: visible;
}
#modal .modal_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
}
#modal .modal_content {
  padding: 40px 0;
  vertical-align: middle;
  display: table-cell;
}
#modal .modal_form {
  width: 950px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
#modal.limit .modal_form, #modal.bookmark .modal_form {
  width: 400px;
}
#modal .modal_header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#modal .modal_header h3 {
  margin-bottom: 5px;
  font-size: 1.9rem;
  font-weight: bold;
}
#modal .modal_header p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
#modal .modal_body {
  height: 576px;
  overflow: auto;
}
#modal.prpoint .modal_body {
  height: 262px;
}
#modal.exclusion .modal_body {
  height: auto;
  min-height: 187px;
  max-height: 576px;
}
#modal.child.occupation .modal_body, #modal.child.location .modal_body {
  height: 576px;
}
#modal .modal_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#modal .modal_body .search_panel {
  background-color: transparent !important;
}
#modal .modal_body .search_panel .search_tbl {
  border-bottom-color: #ddd;
}
#modal .modal_body .search_panel .search_tbl:last-child {
  border-bottom: none;
}
#modal .modal_body .tab_list {
  width: 306px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 2;
}
#modal .modal_body .tab_list > li {
  font-weight: bold;
  line-height: 2rem;
  border-bottom: solid 1px #ddd;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#modal .modal_body .tab_list > li span {
  padding: 8px 14px 7px;
  color: #00aaeb;
  display: block;
}
#modal .modal_body .tab_list > li:hover span {
  opacity: 0.6;
}
#modal .modal_body .tab_list > li span::before {
  content: "";
  width: 5px;
  height: 6px;
  margin: auto 0;
  border: solid transparent;
  border-width: 3px 0 3px 5px;
  border-left-color: #00aaeb;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
}
#modal .modal_body .tab_list > li.select span::before {
  content: "選択中";
  width: 48px;
  height: 18px;
  background-color: #00aaeb;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 9px;
}
#modal .modal_body .tab_list > li.active span {
  padding-left: 8px;
  background-color: #fff;
  color: #333;
  border-right: solid 1px #fff;
  border-left: solid 6px #00aaeb;
  opacity: 1;
  cursor: auto;
}
#modal .modal_body .page_list {
  width: calc(100% - 305px);
  height: 100%;
  border-left: solid 1px #ddd;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
  z-index: 1;
}
#modal .modal_body .page_list > li {
  padding: 20px 20px 20px 15px;
  display: none;
}
#modal .modal_body .page_list > li.active {
  display: block;
}
#modal .modal_body .page_list .checkbox {
  padding-left: 28px;
}
#modal .modal_body .page_list .checkbox .ico {
  margin-top: 0;
  top: 2px;
}
#modal .modal_body .page_list .checkbox_l_item {
  margin-bottom: 18px;
  font-size: 1.7rem;
  font-weight: bold;
}
#modal .modal_body .page_list .checkbox_m_list {
  padding-left: 15px;
  position:relative;
}
#modal .modal_body .page_list .checkbox_m_item {
  margin: 18px 0 18px;
  padding: 7px 15px;
  background-color: #f0f0f3;
  font-weight: bold;
}
#modal .modal_body .page_list .checkbox_m_item .checkbox {
  line-height: 2rem;
}
#modal .modal_body .page_list .accordion:not(.checkbox_m_item) {
  margin: 15px 0;
  padding: 0 15px;
}
#modal .modal_body .page_list .accordion .accordion_btn {
  font-size: 1.2rem;
  color: #00aaeb;
  cursor: pointer;
}
#modal .modal_body .page_list .accordion .accordion_btn:hover {
  opacity: .6;
}
#modal .modal_body .page_list .accordion .accordion_btn::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 6px;
  margin-right: 5px;
  vertical-align: middle;
  border: solid transparent;
  border-width: 3px 0 3px 5px;
  border-left-color: #00aaeb;
}
#modal .modal_body .page_list .accordion.checkbox_m_item .accordion_btn {
  float: right;
}
#modal .modal_body .page_list .accordion + .checkbox_s_list {
  display: none;
}
#modal .modal_body .page_list .checkbox_s_list {
  margin-bottom: -20px;
  font-size: 0;
  overflow: hidden;
}
#modal .modal_body .page_list .checkbox_s_list.t23_list {
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
#modal .modal_body .page_list .accordion + .checkbox_s_list.t23_list {
  display: block;
}
#modal .modal_body .page_list .checkbox_s_list li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
}
#modal .modal_body .page_list .checkbox_s_item .checkbox {
  line-height: 2rem;
}
#modal .modal_body .page_list .checkbox_s_item .checkbox .txt {
  vertical-align: middle;
}
#modal .modal_body .page_list .checkbox_num {
  display: inline-block;
  margin-left: 10px;
  padding: 0 6px;
  background-color: #fc0d1c;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  border-radius: 9px;
}
#modal .modal_footer {
  height: 81px;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  position: relative;
}
#modal .modal_footer .footer_select {
  width: 306px;
  height: 100%;
  padding: 20px 15px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 2;
}
#modal .modal_footer .footer_btn {
  width: calc(100% - 305px);
  height: 100%;
  padding: 15px 0 15px 24px;
  border-left: solid 1px #ddd;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#modal .modal_footer .result {
  width: 330px;
  height: 30px;
  margin: -15px 0 0 0;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
}
#modal .modal_submit_btn {
  margin-left: 154px;
  width: 290px;
  font-size: 1.7rem;
  color: #fff;
  background-color: #00aaeb;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
  display: inline-block;
}
#modal.exclusion:not(.child) .footer_select {
  display: none;
}
#modal.exclusion:not(.child) .footer_btn {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
#modal .search_panel .search_tbl .search_tbl_inner .tbl_content > * {
  font-size: 1.4rem;
}
#modal .modal_close {
  padding: 0 11px 0 30px;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 3rem;
  color: #00aaeb;
  text-align: center;
  border: solid 1px #00aaeb;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 11px;
  right: 10px;
}
#modal .modal_close:hover {
  opacity: 0.6;
  cursor: pointer;
}
#modal .modal_close::before, #modal .modal_close::after {
  content: "";
  width: 15px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 10px;
  background: #00aaeb;
}
#modal .modal_close::before {
  transform: rotate(45deg);
}
#modal .modal_close::after {
  transform: rotate(-45deg);
}
#modal.loading  .modal_close {
  display: none;
}
#modal.loading .modal_form {
  width: 70px;
}
#modal .modal_loading {
  padding: 20px 0;
  line-height: 0;
  text-align: center;
  display: none;
}
#modal.loading .modal_loading {
  display: block;
}
#modal.loading .modal_header, #modal.loading .modal_body, #modal.loading .modal_footer {
  display: none;
}
#modal .modal_parent, #modal .modal_child {
  height: 100%;
}
#modal .modal_child, #modal:not(.child) .modal_header .title_child, #modal:not(.child) .modal_submit_child {
  display: none;
}
#modal.child .modal_parent, #modal.child .modal_header .title, #modal.child .modal_submit {
  display: none;
}
#modal.limit .modal_body, #modal.bookmark .modal_body {
  height: auto;
  padding: 30px 0;
  text-align: center;
}
#modal.bookmark .bookmark_txt {
  margin-bottom: 20px;
}
#modal.bookmark .bookmark_btn {
  width: 200px;
  line-height: 40px;
}


/* 追加 */

*, ::before, ::after {
  box-sizing: inherit;
}

.sform_submit {
  vertical-align: top;
}

.sform_submit:after {
  width: 70px;
  height: 30px;
  content: "検索";
  background-size: 30px 30px;
  position: absolute;
  top: 29px;
  left: 64px;
}

.checkbox {
  padding-left: 24px;
  line-height: 2.2rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.checkbox.disabled {
  opacity: 0.5;
  cursor: auto;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox .ico {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: #f9f9f9;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
}
.checkbox input[type="checkbox"]:checked + .ico {
  background-color: #fff;
  border-color: #00aaeb;
}
.checkbox input[type="checkbox"]:checked + .ico::before {
  content: "";
  width: 6px;
  height: 10px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
  border-color: #00aaeb;
}

