p#search_hit {
  text-align: center;
  margin-bottom: 10px;
}
p#search_hit span {
  color: #d12b2b;
  font-size: 130%;
}

.search_area {
  padding: 30px 30px 30px 0;
  border: 1px solid #d8d9f1;
  background-color: #f4f4f4;
  overflow: hidden;
  margin-bottom: 50px;
  zoom: 1;
  display: table;
  font-size: 1.4rem;
  margin: 30px auto;
}
.search_area .f_right {
  border-left: 1px solid #111111;
  padding-left: 17px;
  width: 690px;
  position: relative;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.search_area .f_right dl {
  overflow: hidden;
  margin-bottom: 20px;
  zoom: 1;
  display: table;
}
.search_area .f_right dt {
  display: table-cell;
  vertical-align: middle;
  width: 115px;
  color: #111111;
}
.search_area .f_right dd {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
}
.search_area .f_right dd input {
  max-width: 395px;
  width: 100%;
}
.search_area .f_right dd select {
  max-width: 400px;
  width: 100%;
  padding: 2px;
  color: #999;
}
.search_area .f_right dd select.black {
  color: #000;
}
.search_area .f_right dd select.gray {
  color: #999;
}
.search_area .f_right dd select option.black {
  color: #000;
}
.search_area .f_right dd select option.gray {
  color: #999;
}
.search_area .f_right dd select option.sentaku {
  color: #000;
}
.search_area .f_right .bt_search {
  background-color: #fff;
}
.search_area .f_right .bt_search ul {
  margin: 0 auto;
  overflow: hidden;
  width: 520px;
  padding: 25px 0 20px;
}
.search_area .f_right .bt_search ul li {
  float: left;
  width: 260px;
}
.search_area .f_left {
  width: 210px;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.search_area dd .f_left {
  width: 210px;
  float: left;
}
.search_area dd .f_right {
  border-left: 1px solid #111111;
  padding-left: 17px;
  width: 690px;
  position: relative;
  float: right;
}
.search_area .f_right .bt_search ul {
  max-width: 470px;
  width: 100%;
}
.search_area .f_right .bt_search ul li {
  width: 225px;
}
.search_area .f_right .bt_search ul li:first-child {
  margin-right: 20px;
}

#search1 {
  background-image: url(../img/bg_search1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#search1 .f_left h2 {
  text-align: center;
}
#search1 .f_right p {
  margin-bottom: 20px;
}

#search2 {
  background-image: url(../img/bg_search2.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#search2 .f_left h2 {
  text-align: center;
}

ul#bt_area {
  overflow: hidden;
}
ul#bt_area li {
  display: inline;
  float: left;
}

.contentsBox01 {
  font-size: 1.4rem;
}
.contentsBox01.type_c {
  padding-top: 25px;
}
.contentsBox01 table {
  width: 100%;
  border-left: 1px solid #d1d2dc;
}
.contentsBox01 table tr.even {
  background-color: #f4f4f4;
}
.contentsBox01 table th {
  padding: 10px 8px;
  border-top: 3px solid #b0153d;
  background-color: #b0153d;
  color: #fff;
  text-align: center;
  line-height: 1em;
  border-left: 1px solid #b0153d;
  vertical-align: middle;
  border-right: 1px solid #b0153d;
}
.contentsBox01 table td {
  border-bottom: 1px solid #d1d2dc;
  border-right: 1px solid #d1d2dc;
  padding: 7px 10px;
  line-height: 1.333;
  vertical-align: middle;
}
.contentsBox01 table td.nowrap,
.contentsBox01 table td .no-space {
  white-space: nowrap;
}
.contentsBox01 table .tac {
  text-align: center;
}
.contentsBox01 table tr.goukei th {
  color: #4461b2;
  background-color: #f7eae2;
  border-left: 1px solid #d1d2dc;
  border-bottom: 1px solid #d1d2dc;
  border-right: 1px solid #d1d2dc;
  padding: 7px 10px 7px 7px;
  text-align: left;
}
.contentsBox01 table tr.goukei td {
  border-top: 3px solid #19204e;
  background-color: #f7eae2;
  border-right: 1px solid #d1d2dc;
}

#renew {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  font-size: 75%;
}

.pagination_wp {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 1px;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pagination ul li {
  text-align: center;
  margin: 0 5px;
}
.pagination ul li .active {
  font-weight: bold;
}
.pagination ul li a {
  color: #2455c7;
}

#nav_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#nav_area #bt_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: auto;
}
#nav_area #bt_area li {
  margin-left: 10px;
}
#nav_area #bt_area li:first-child {
  margin-left: 0;
}

#office ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#office ul li {
  margin-left: 1%;
  line-height: 2.14;
}
#office ul li:first-child {
  margin-left: 0;
}

#guide .section1:nth-of-type(n + 2),
#notice .section1:nth-of-type(n + 2) {
  margin-top: 60px;
}
#guide .section1 .page-header h2,
#notice .section1 .page-header h2 {
  color: #393f65;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #393f65;
  margin-bottom: 15px;
  font-size: 15px;
}
#guide .section1 p,
#notice .section1 p {
  margin-bottom: 30px;
}
#guide .section1 ul li,
#notice .section1 ul li {
  list-style: disc;
  margin-bottom: 15px;
  margin-left: 15px;
}

#company_detail #office_detail ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#company_detail #office_detail ul li {
  margin-left: 1%;
  line-height: 2.14;
}
#company_detail #office_detail ul li:first-child {
  margin-left: 0;
}
#company_detail #houjin_name {
  border: 1px solid #d8d9f1;
  margin-bottom: 35px;
}
#company_detail #houjin_name h2 {
  border: 4px solid #f4f4f4;
  background-color: #fff;
  padding: 15px 0 15px 20px;
  font-size: 26px;
  color: #b0153d;
  font-weight: bold;
}
#company_detail #bt_back {
  margin: 20px 0 65px;
}
#company_detail #bt_back .bkbotn {
  cursor: pointer;
  line-height: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#cccccc)
  );
  background-image: -webkit-linear-gradient(#fdfdfd, #cccccc);
  background-image: linear-gradient(#fdfdfd, #cccccc);
  text-align: center;
  display: block;
  max-width: 225px;
  margin: 0 auto;
  width: 100%;
  border: solid 1.5px #818284;
  padding: 10.5px 0;
  font-size: 123%;
  color: #818284;
  font-weight: bold;
}

#total {
  background-image: url(../img/bg_total.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#total .f_left h2 {
  text-align: center;
  margin-bottom: 50px;
}
#total .f_left dl {
  text-align: center;
}
#total .f_right dl dt {
  color: #7a6451;
}

#login {
  background-image: url(../img/bg_login.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  max-width: 898px;
  margin: 60px auto 0;
  display: block;
}
#login.search_area {
  padding: 30px;
}
#login div h2 {
  text-align: left;
  margin-bottom: 30px;
}
#login div p {
  margin-bottom: 20px;
}

table#kojin tr#select td {
  vertical-align: middle;
  background-color: #f7eae2;
  text-align: center;
}

.kensaku .u_cover_wp {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
}

.kensaku_tit {
  line-height: 1.3;
}

.ken_btn {
  border: solid 1px #cccccc;
  border-radius: 50px;
  text-align: center;
  color: #b0153d;
  font-size: 75%;
  font-weight: bold;
  padding: 2.4px 8px;
  display: inline-block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#cccccc)
  );
  background-image: -webkit-linear-gradient(#fdfdfd, #cccccc);
  background-image: linear-gradient(#fdfdfd, #cccccc);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ken_btn > span {
  font-weight: bold;
  text-shadow: 2px 1px #fff;
  position: relative;
}
.ken_btn::before {
  display: block;
  content: "";
  margin: 0 4px;
  background-position: center;
  background-repeat: no-repeat;
}
.ken_btn.guide::before {
  background-image: url(../img/icon_note.png);
  width: 19px;
  height: 13px;
}
.ken_btn.notice::before {
  background-image: url(../img/icon_cyui.png);
  width: 18px;
  height: 16px;
}
.ken_btn.bt_tosearch::before {
  background-image: url(../img/icon_yajirushi1.png);
  width: 17px;
  height: 15px;
}

.ken_btn2 {
  border: solid 1px #ad153c;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  padding: 2.4px 18px 2.4px 8px;
  display: inline-block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce0c3e),
    to(#ad153c)
  );
  background-image: -webkit-linear-gradient(#ce0c3e, #ad153c);
  background-image: linear-gradient(#ce0c3e, #ad153c);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ken_btn2 > span {
  font-weight: bold;
  text-shadow: 2px 1px #000000;
  position: relative;
}
.ken_btn2::before {
  display: block;
  content: "";
  margin: 0 7px;
  background-position: center;
  background-repeat: no-repeat;
}
.ken_btn2.logout::before {
  background-image: url(../img/icon_logout.png);
  width: 14px;
  height: 16px;
}

.submit {
  background: #b0153d;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  border: double 3.5px #818284;
  cursor: pointer;
  padding: 8.5px 0;
  font-size: 123%;
  line-height: 1;
}
.submit.type2 {
  background: #685a49;
}
.submit.loginsb {
  background: #41436c;
}

.rese_label input {
  cursor: pointer;
  line-height: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#cccccc)
  );
  background-image: -webkit-linear-gradient(#fdfdfd, #cccccc);
  background-image: linear-gradient(#fdfdfd, #cccccc);
  text-align: center;
  display: block;
  width: 100%;
  border: solid 1.5px #818284;
  padding: 10.5px 0;
  font-size: 123%;
  color: #818284;
  font-weight: bold;
}

.cr_kin {
  color: #7a6451;
}

.syubo {
  border: solid 1px #818284;
  border-radius: 50px;
  text-align: center;
  color: #818284;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: bold;
  padding: 2.4px 8px;
  display: inline-block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#cccccc)
  );
  background-image: -webkit-linear-gradient(#fdfdfd, #cccccc);
  background-image: linear-gradient(#fdfdfd, #cccccc);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.emoji-code {
  width: 14px;
  vertical-align: top;
  margin-top: 1px;
}

@media screen and (max-width: 960px) {
  .search_area {
    width: 100%;
    padding: 3.125vw;
  }
  .search_area .f_left {
    width: 100%;
    display: block;
    border-bottom: 1px solid #4a4c72;
    padding-bottom: 10px;
  }
  .search_area .f_right {
    border-left: none;
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: 3.125vw;
  }
  .search_area .f_right dl {
    margin: 0 auto 20px;
  }
  #renew {
    padding-left: 0;
  }
  #kojin,
  #houjin,
  #houjin a,
  #detail_office {
    white-space: nowrap;
  }
  .scroll {
    overflow-x: scroll;
    border: 1px solid rgba(199, 199, 199, 0.5098039216);
  }
}
@media screen and (max-width: 599px) {
  .search_area {
    display: block;
  }
  .contentsBox01.type_c {
    padding-top: 7%;
  }
  #contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #contents #bt_area {
    margin-top: 147px !important;
    margin-bottom: -147px !important;
    /* text-align: center; */
  }
  #container #mainTtl {
    margin-top: 127px !important;
    margin-bottom: -127px !important;
  }
  .search_area .f_right dt {
    display: block;
    width: 100%;
  }
  .search_area .f_right dd {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .search_area .f_right .bt_search ul li:first-child {
    margin-right: inherit;
  }
  .search_area .f_right .bt_search ul li {
    float: none;
    width: 226px;
    margin: 0 auto;
  }
  .search_area .f_right dl {
    display: block;
  }
  .search_area .f_right dl dt {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  #renew {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #nav_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav_area #tosearch {
    margin-bottom: 5px;
  }
  #nav_area #bt_area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-left: 0;
  }
  #nav_area #bt_area li {
    margin: 8px !important;
  }
}
/*20251003*/
.lguser {
  text-align: right;
  font-size: 90%;
  margin-bottom: 10px;
  margin-top: -10px;
}

.bt_search_xx {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}
.bt_search_xx .allbtn_xx {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 470px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bt_search_xx .allbtn_xx > li {
  width: 48%;
}

.allbtn_yy {
  width: 96%;
  margin: 0 auto;
}
.allbtn_yy > dt {
  margin-bottom: 10px;
}
.allbtn_yy .allbtn_yy > ul {
  max-width: 170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.allbtn_yy .allbtn_yy > ul > li {
  width: 48%;
}

@media screen and (max-width: 960px) {
  #total .f_left h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.ckckck {
  margin-left: 110px;
  margin-bottom: 20px;
}

.cr_kons {
  color: #41436c;
}

.dlllls_wp > dl {
  max-width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.dlllls_wp > dl > dt {
  width: 115px;
}
.dlllls_wp > dl > dd {
  width: calc(100% - 115px);
}
.dlllls_wp > dl > dd > input {
  width: 100%;
}

.notew_smg {
  margin-top: 5px;
  font-size: 90%;
}

@media screen and (max-width: 960px) {
  .ckckck {
    margin-left: 0 !important;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .search_area {
    margin: 5% auto;
  }
  #login.search_area {
    padding: 5%;
  }
  #login {
    margin: 0px auto 0;
    display: block;
  }
}
.hds_tum > div.haikei_box {
  display: none !important;
}

#change_fonts.Large_Font .emoji-code {
  width: 19px;
  vertical-align: top;
  margin-top: 2px;
}
#change_fonts.Small_Font .emoji-code {
  width: 11px;
  vertical-align: top;
  margin-top: -1px;
}
