@charset "UTF-8";
.skip {
  text-align: center;
padding: .3em 0;
top: auto;
width : 1px;
font-size: .1%;
line-height: .1;
position: absolute;
left: -100%;
z-index: 12000;
background-color: #002063;
color: #fff;
}

.skip:focus {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 1.5em;
  top: 0;
  left: 0;
}

.skip:visited,
.skip:active {
  color: #fff;
}
/* サイドバー修正対応 */
.houjin .sidebar li a {
  border-left: none;
}

.sidebar li a {
  font-size: 93%;
	padding: 10px 10px 10px 10px;
	display:block;
	background-color: #EDEDED;
	color: #333;
}

.houjin .sidebar li a:hover {
  background-color: #527D00;
  color: #fff;
}

.houjin .sidebar ul ul li a {
  border-left: solid 6px #C1D9AA;
}

.sidebar ul ul li a {
  padding: 8px 10px 8px 15px;
	display:block;
	background-color: #F3F3F3;
	color: #333;
	font-size: 87.5%;
}

.houjin .sidebar ul ul li a:hover {
  background-color: #C1D9AA;
  color: #000;
}

/* 検索 */

fieldset,
legend {
  display: block;
}

.Search_type {
  display: flex;
  margin-bottom: 1em;
  justify-content: space-around;
}

.Search_type li {
  width: 47%;
}

.Search_type .current,
.Search_type a {
  display: flex;
  justify-content: center;
  align-items: center;  
  padding: .5em 0;
  border-radius: 5px;
}

.Search_type a {
  box-shadow: 0px 3px 1px -1px rgba(109,118,92,1);
}

.Search_type a:hover {
  box-shadow: none;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #2b5500
}

.Search_type .current {
  border: 1px solid #527D00;
}

.Search_type a {
  background-color: #527D00;
  border: 1px solid #527D00;
  color: #fff;
}

.Corp_search h2 {
  margin: 2em 0 .5em;
}

.Corp_search h2 legend {
  color: #fff;
}

.Corp_search h3 {
  margin-bottom: .3em;
}

.Corp_search p {
  margin-bottom: .3em;
}

input[type="text"] {
  width: 100%;
  height: 2.5em;
}

input[type="text"]:disabled {
  background-color: #ededed;
  border: 1px solid #a9a9a9;
}


.Search_type02 {
  display: flex;
  /* margin-bottom: 1em; */
}

.Search_type02 li {
  width: 50%;
  padding: .5em 0;
  text-align: center;
}
.Principal {
  display: block;
  border: 1px solid #999;
  position: relative;
  padding: .5em;
  min-height: 2.5em;
}

.Principal.Principal01 {
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.Principal.Principal02 {
  border-bottom: none;
}

.Principal.Principal03 {
  margin-bottom: 1em;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* .Principal div {
  display: none;
} */

.Principal legend {
  position: absolute;
  left: 1em;
  font-weight: bold;
}

.primary {
  display: flex;
  flex-wrap: wrap;
  /* width: 90%; */
  margin: 2em auto 0;
  border-top: 1px solid #999;
  padding: 1em 2em 0;
}

.primary li {
  width: 25%;
  margin-bottom: .5em;
}

.Search_type.check_type {
  width: 80%;
  margin: 0 auto .5em;
}

.Search_type.check_type li {
  width: 40%;
}

.Search_type.check_type a {
  padding: .3em 0;
}

.Areas_Activity {
  border: none;
  padding: 0;
  margin: -.3em 0 0;
}

.Areas_Activity legend {
  width: 100%;
}
.Areas_Activity ul {
  display: flex;
  flex-wrap: wrap;
}

.Areas_Activity li {
  width: 50%;
  margin-bottom: .3em;
}

.submit_btn {
  display: flex;
  justify-content: space-around;
  padding: 0 3em;
  margin: 2em 0 1.5em;
}

input[type="submit"],
button[type="button"],
.narrow_result,
.other_result {
  -webkit-appearance: none;
  width: 30%;
  padding: .7em 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

input[type="submit"],
.narrow_result {
  background-color: #527D00;
  box-shadow: 0px 3px 1px -1px rgba(109,118,92,1);
  color: #fff;
}

input[type="submit"]:hover,
.narrow_result:hover {
  box-shadow: none;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #2b5500;
}

button[type="button"],
.other_result {
  background-color: #dcdcdc;
  box-shadow: 0px 3px 1px -1px rgba(170,170,170,1);
  color: #000;
}

button[type="button"]:hover,
.other_result:hover {
  box-shadow: none;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #bfbfbf;
}

.auth_year,
.auth_month,
.auth_day {
  font-size: 100%;
  padding: .3em .5em;
  margin-bottom: .5em;
}

.index_menu_btn {
    position: absolute;
    right: 1em;
    top: .4em;
    display: inline-block;
    font-size: 90%;
    width: 4em;
    text-align: center;
    border: 1px solid;
    color: #527D00;
    border-radius: 5px;
    padding: .2em 0;
}

.index_menu_btn:hover {
  background-color: #527D00;
  color: #fff;
}

/* 一覧 */

.npo_list_wrap {
  overflow-x: auto;
  margin-bottom: 25px;
}

.npo_list {
  table-layout: fixed;
  font-size: 95%;
  margin-bottom: 0;
}

.npo_list th {
  padding: .3em;
  text-align: center;
}

.npo_list td {
  padding: .5em;
}

.prop_date {
    width: 7em;
}

.corp_name {
    width: 12em;
}

.corp_seat {
    width: 7em;
}

.corp_sector {
  width: 10em;
}

.sector_list {
  display: flex;
  flex-wrap: wrap;
}

.sector_list li {
  list-style-type: square;
  margin: 0 1.2em;
  font-size: 140%;
  line-height: 1.1;
}

.sector_list li span {
  color: #000;
  font-size: 72%;
}

.sector_list .sector01 {
  color: #323232;
}
.sector_list .sector02 {
  color: #7f0100;
}
.sector_list .sector03 {
  color: #4dbdfd;
}
.sector_list .sector04 {
  color: #ff11fd;
}
.sector_list .sector05 {
  color: #97cb16;
}
.sector_list .sector06 {
  color: #cfcfcf;
}
.sector_list .sector07 {
  color: #009860;
}
.sector_list .sector08 {
  color: #fe99cb;
}
.sector_list .sector09 {
  color: #bebebe;
}
.sector_list .sector10 {
  color: #1155fd;
}
.sector_list .sector11 {
  color: #fee31a;
}
.sector_list .sector12 {
  color: #fe980f;
}
.sector_list .sector13 {
  color: #a8fe1e;
}
.sector_list .sector14 {
  color: #070597;
}
.sector_list .sector15 {
  color: #018f9f;
}
.sector_list .sector16 {
  color: #c5aafd;
}
.sector_list .sector17 {
  color: #9c09b6;
}
.sector_list .sector18 {
  color: #dc056f;
}
.sector_list .sector19 {
  color: #000;
}
.sector_list .sector20 {
  color: #00fe9a
}

#Summary_state ul {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 1em;
    flex-wrap: wrap;
}

#Summary_state li {
    padding: .3em;
}

/* 検索結果 */

.result_list {
    font-size: 90%;
    table-layout: fixed;
    margin-bottom: 0;
}

.result_list th {
  padding: .3em .8em;
}

.result_list th div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result_list th img {
    width: 15px;
    height: 13px;
}

.result_list .corp_name {
    width: 11em;
}

.corp_status,
.certify_status {
    width: 6em;
}

.corp_status span,
.certify_status span {
    width: 2.5em;
}

.certify_date {
  width: 7em;
}

.search_opt {
  margin-bottom: .5em;
}
.search_opt dt {
  float: left;
  clear: left;
  width: 5.5em;
}

.search_opt dd {
  padding-left: 5.5em;
}

/* .result_more {
  margin-bottom: 1.5em;
}
 */
.result_more a {
  display: block;
  /* width: 20em; */
  text-align: center;
  margin: 0 auto;
  padding: .5em;
  /* max-width: 80%; */
  background-color: #dcdcdc;
  color: #000;
  border-radius: 5px;
}

/* 法人詳細画面 */
.Corp_detail_dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.Corp_detail_dl dt {
    width: 11em;
    font-weight: bold;
    padding-bottom: .5em;
    border-bottom: 1px solid #527D00;
    margin-bottom: .5em;
}

.Corp_detail_dl dd {
    width: calc( 100% - 11em );
    padding-bottom: .5em;
    border-bottom: 1px solid #527D00;
    margin-bottom: .5em;
}

/* iphone6s対策 */
@media screen and (max-width:751px) {
  .Areas_Activity .Search_type02 {
    display: block;
  }
}
/* スマホ表示 */
@media screen and (max-width:700px) {
  .pc {
    display: none;
  }

/* 検索 */
  .Search_type02 {
    flex-wrap: wrap;
  }

  .Search_type02 li {
    min-width: 19em;
  }
  
  .primary li {
    width: calc( 100% / 3 );
  }
  
  .check_type.Search_type {
    display: block;
    width: 15em;
    margin: 0 auto;
  }
  
  .check_type.Search_type li {
    width: 100%;
    margin-bottom: 1em;
  }

  .date_wave,
  .date_until {
    display: block;
    margin-bottom: .5em;
  }
  
/* 法人詳細画面 */
  .Corp_detail_dl dt {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }

  .Corp_detail_dl dd {
    width: 100%;
    padding-left: 1em;
  }

}

@media screen and (max-width:410px) {
  .primary li {
    width: 50%;
  }
  
  .submit_btn {
    display: block;
  }
  
  input[type='submit'], button[type='button'],
  .narrow_result, .other_result {
    display: block;
    width: 8em;
    margin: 0 auto 1.5em;
  }
  
  .prop_date {
      width: 25%;
  }
  
  .corp_name {
      width: 45%;
  }
  
  .corp_seat {
      width: 30%;
  }
  
  .result_list,
  .npo_list {
    min-width: 400px;
  }
  
}

/* 法人詳細「全て表示」 */
.js-foldingL-toggle, .js-foldingC-toggle {
  display: block;
}
