input[type="date"] {
  font-size: 1.3rem;
}

.file label {
  padding: 7px 20px;
  color: #666666;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 1.2rem !important;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}

.file {
  display: flex;
  align-items: center;
  gap: 10px;
}

input[type="file"] {
  display: none;
}

select.is-empty {
  color: #808080;
}

.sp {
  display: none;
}

.error__bg {
  background-color: #ffecec;
  border: 1px solid #cf0000 !important;
}

.error {
  color: #cf0000;
  display: block;
  font-size: 1.3rem;
  padding: 5px 0 5px 0;
}

.form__content .error {
  padding: 5px 0 0 0 !important;
}

.flex {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 15px;
}

.btn3 {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #066eb7;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #066eb7;
  padding: 4px 10px;
  font-size: 1.4rem;
  border-radius: 3px;
  display: inline-flex;
}

.btn3::before {
  content: "";
  background-image: url(../img/upd/icon_btn2.svg);
  width: 12px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn9 {
  color: white;
  background-color: #0062ae;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 5px 15px;
  border-radius: 3px;
  outline: none;
  border: none;
}

.btn10 {
  text-decoration: none;
  background-color: #f2f2f2;
  padding: 6px 15px 7px 15px;
  border-radius: 25px;
  font-size: 1.2rem;
  max-width: 170px;
  font-weight: 500;
  margin: 0 auto;
  color: #666666;
  border: 1px solid #c6c6c6;
}

.mw100 {
  max-width: 100px;
}

.mw150 {
  max-width: 150px;
}

.mw200 {
  max-width: 200px;
}

.mw300 {
  max-width: 300px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w270 {
  width: 270px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.tl {
  text-align: left;
}

.form__content {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.form__content th {
  background-color: #fafaf8;
  font-size: 1.5rem;
  padding: 15px 20px;
  border: 1px solid #b3b3b3;
  border-right: 0;
  font-weight: 500;
  vertical-align: baseline;
  line-height: 1.3;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .form__content th {
    width: 40%;
    max-width: 40%;
    box-sizing: border-box;
  }
}

.form__content td {
  border: 1px solid #b3b3b3;
  padding: 15px 20px;
  word-break: break-all;
  font-size: 1.3rem;
  line-height: 1.3;
}

.form__content input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.form__content input[type="radio"] {
  vertical-align: -5px;
  margin-right: 5px;
  width: 17px;
  height: 19px;
}

.file__status {
  margin: 0 !important;
  font-size: 1.3rem;
}

.file__status .flex {
  margin-bottom: 10px;
}

.file__status label {
  display: flex;
  gap: 3px;
}

.file__status label input {
  top: 0 !important;
}

.document__file {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.document__file div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.document__img {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}

.document__img img {
  width: 160px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .document__img img {
    width: 140px;
    height: 120px;
  }
}

.document__flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0 15px;
}

.document__file div label {
  margin-bottom: 0 !important;
}

.table__upload > div:first-child {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.table__upload > div .file {
  position: relative;
  flex-flow: column;
  width: 100%;
}

.table__upload > div .file:after {
  content: "";
  position: absolute;
  border: 1px dotted #c9c9c9;
  width: 100%;
  height: calc(100% - 1px);
  pointer-events: none;
}

.table__upload > div .file label {
  width: calc(100% - 40px);
  height: 100%;
  background-color: unset;
  border: 0;
  text-align: center;
  padding: 15px 20px;
}

.table__upload > div .file label .file__status {
  margin-top: 5px;
  font-size: 1.3rem;
}

.table__upload > div .file p {
  color: #666666;
}

.table__upload > div .file input {
  display: block;
  opacity: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute !important;
  left: 0;
  top: 0 !important;
}

.mouse-hover .file {
  background-color: #e8e8e8;
}

.flex__base {
  align-items: flex-end;
  margin-bottom: 10px;
}

.flex__base p {
  margin-bottom: 5px !important;
  margin-top: 0;
  font-size: 1.4rem;
}

.flex__base label:last-child {
  margin-bottom: 10px;
}

.btn__box {
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn__box .btn9 {
  font-size: 1.5rem;
  padding: 7px 15px;
  font-weight: 500;
  min-width: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio__btn {
  justify-content: flex-start !important;
}

.radio__btn div {
  display: flex;
  gap: 5px;
  align-items: center;
}

.form__textarea {
  flex-flow: column;
  align-items: flex-start !important;
}

.form__textarea p {
  margin-bottom: 10px;
  margin-top: 0;
}

.public__check {
  margin-left: 15px;
  margin-right: 5px;
}

.public__check {
  font-size: 13px;
  color: #3a3a3a;
}

.public__check input {
  margin-right: 5px;
  vertical-align: -1px;
  width: 15px;
  height: 15px;
}

.note {
  color: #e61d11;
  font-size: 11px;
  text-align: left;
  margin: 30px 0;
  line-height: 1.3;
}

.selfcheck .btn__box {
  margin-top: 20px;
}

.selfcheck .btn__box button {
  max-width: 160px;
}

.selfcheck .form__content th {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .form__content {
    border-bottom: 1px solid #b3b3b3;
  }

  .form__content th {
    font-size: 1.3rem;
    padding: 10px 15px;
  }

  .form__content tr {
    display: flex;
    flex-flow: column;
  }

  .form__content tr {
    border-right: 1px solid #b3b3b3;
  }

  .form__content td {
    border: 0;
    border-left: 1px solid #b3b3b3;
    padding: 20px 15px;
  }

  .form__content input[type="text"],
  .form__content textarea,
  .form__content input[type="number"],
  .form__content input[type="email"],
  .form__content input[type="password"] {
    width: calc(100% - 10px);
  }

  .form__content tbody tr th {
    width: calc(100% - 31px);
    border-right: 1px solid #b3b3b3;
  }

  .flex__base {
    flex-flow: column;
    align-items: flex-start;
  }

  .flex__base p {
    font-size: 1.3rem;
  }

  .btn__box {
    flex-flow: wrap;
  }

  .table__select div {
    width: calc(33% - 6px);
  }

  .table__upload > div:first-child {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .document__file div {
    flex-flow: column;
    align-items: baseline;
  }
}

.selfcheck .detail h3 {
  position: relative;
  border-bottom: 0;
  background-color: #f5f9fc;
  margin: 30px 0 20px 0;
  padding: 10px 10px;
  width: calc(100% - 20px);
  font-size: 1.17em;
  font-weight: bold;
}

.selfcheck .detail h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #0062ae;
}

.selfcheck .detail h4 {
  color: #0062ae;
  background-color: transparent;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0px;
}

.selfcheck .detail h5 {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  margin: 0!important;
  color: white;
  background-color: #515151;
  padding: 10px 10px;
}

.selfcheck .detail .required {
  position: relative;
  top: -2px;
  left: 8px;
  width: 35px;
}

.selfcheck .detail .form__content {
  margin-bottom: 0;
}

.selfcheck .detail input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px!important;
}

.selfcheck .detail .btn3 {
  padding: 0px 10px;
}

.selfcheck .detail .flex__base label:last-child {
  margin-bottom: 5px;
}

.selfcheck .detail .flex__base select, .selfcheck .detail .flex__base input {
  margin-right: 0;
}

.selfcheck .detail .form__textarea textarea {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .selfcheck .detail select, .selfcheck .detail input {
    margin-right: 0;
  }
}

.under-search .search-results .list-tb {
  background-color: white;
}

.linkDetail:hover {
  background-color: #fbfcfa;
  cursor: pointer;
}

.under-search .detail .contact-form table th .required {
  margin-right: 5px;
}

.btnBack {
  background-color: #595959;
}

.selfcheck .btn9 {
  color: white;
}

.search-index article::before {
  z-index: -1;
}

.sq-btn-gray {
  margin-right: 10px;
  background-color: #999999;
}

.contact-form-thanks {
  text-align: center;
  margin-top: 20px;
}

.contact-form-thanks h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.error__bg {
  background-color: #ffecec;
  border: 1px solid #cf0000!important;
}

@media screen and (max-width: 768px) {
  .contact-form-thanks {
    text-align: left;
    margin-top: 5px;
  }  
}

.tooltip__box {
  background-image: url(../img/upd/icon_help2.svg);
  position: relative;
  top: 3px;
  left: 7px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
}

.tool {
  display: none;
  width: 200px;
  padding: 10px;
  font-size: 11px;
  margin: -30px 0 0;
  background-color: #666;
  color: #fff;
  position: absolute;
  left: -80%;
  top: 370%;
  border-radius: 3px;
  z-index: 400;
}

.tool p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}

.tool span {
  margin-bottom: 10px;
  display: inline-block;
}

.tool:before {
  content: " ";
  position: absolute;
  left: 14px;
  top: -13px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #666;
}

.ac-flex {
  display: flex;
  justify-content: space-between;
}

.mt35 {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .ac-flex {
    flex-flow: column;
  }
}

.search-blk .chk-wrap {
  gap: 10px;
}

.search-blk .chk-wrap .tooltip__box {
  left: 2px;
  top: 2px;
}

.search-blk .chk-wrap .tool {
  width: 200px;
  left: -845%;
  line-height: 1.5;
}

.search-blk .chk-wrap .tool:before {
  left: 145px;
}

.under-search .search-cond .search-blk {
  overflow: unset;
}

@media screen and (max-width: 768px) {
  .search-blk .chk-wrap .tooltip__box {
    left: 5px;
    top: 0;
  }
}

.top .fv .search-blk {
  overflow: unset;
  margin-top: 25px;
}

.under-sn-search .detail .gaiyo .entry-btn {
  position: unset;
}

.occupation {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.occupation p {
  max-width: 420px;
}

.job-select .inp-wrap {
  display: flex;
  flex-flow: column;
  align-items: baseline;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .occupation p {
    max-width: 100%;
  }
  .under-sn-search .detail .gaiyo .entry-btn {
    margin: 10px 0;
    position: absolute;
    top: -52px;
    right: 0px;
    padding: 5px;
    font-size: 1.5rem;
  }
}

.site-name {
  position: relative;
}

.site-name a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corp-company {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  align-items: center;
}

.corp-company img {
  max-width: 150px;
}

.under-sn-search .detail .corpinfo p.corp-no {
  margin-top: 0;
}

.corp-mark {
  margin-top: 40px;
  border: 1px solid #969696;
  padding: 30px;
}

.corp-mark h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.corp-mark-item {
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  justify-content: flex-start;
  margin-top: 10px;
}

.corp-mark-item>div {
  margin: 10px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(20% - 15px);
}

.corp-mark-item>div p {
  line-height: 1.3;
  margin-top: 10px;
}

.corp-mark-item div img {
  width: 100%;
}

.corp-mark-item div div img {
  object-fit: contain;
  width: 100%;
  height: 160px;
}

@media screen and (max-width: 768px) {
  .corp-company {
    flex-flow: column;
    align-items: baseline;
  }

  .corp-mark-item>div {
    width: calc(50% - 10px);
  }
}

.pg-member .global-nav, .pg-flow .global-nav, .pg-sr-merit .global-nav, .pg-download .global-nav {
  background: linear-gradient(to right, #00b76a, #2dbeff);
}

.pg-member .smp-nav, .pg-flow .smp-nav, .pg-sr-merit .smp-nav, .pg-download .smp-nav {
  background: linear-gradient(to right, #00b76a, #2dbeff);
}

.pg-member .smp-nav .menu .js-dropdown.is-active, .pg-flow .smp-nav .menu .js-dropdown.is-active, .pg-sr-merit .smp-nav .menu .js-dropdown.is-active, .pg-download .smp-nav .menu .js-dropdown.is-active {
  background: unset;
}

.under-sn-search .new-corp .corp>div span.head .date {
  position: unset;
}

.under-sn-search .new-corp .corp>div span.corp-cate {
  position: unset;
}

.list-tb .linkDetail:hover {
  background-color: rgb(240 246 255);
}

.under-searchmethod .corp-pov figure img+div {
  gap: 20px;
}

.under-searchmethod .corp-pov figure img+div .cap-1 {
  height: 11.5%;
  max-height: 11.5%;
}

.under-searchmethod .corp-pov figure img+div .cap-2 {
  height: 2.5%;
  max-height: 2.5%;
}

.under-searchmethod .corp-pov figure img+div .cap-3 {
  height: 24.5%;
  max-height: 24.5%;
}

.under-searchmethod .corp-pov figure img+div .cap-4 {
  height: 5%;
  max-height: 6%;
}

/*ページネーション*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.nav-links {
  border-radius: 5px;
  background-color: white;
  display: flex;
  border: 1px solid #d5d5d5;
}

.pagination a,
.pagination span {
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  padding: 5px 0;
  box-sizing: border-box;
  color: #337ab7;
  line-height: 1;
  border-left: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.pagination a:hover {
  opacity: 0.7;
}

.pagination a:first-child {
  border: 0;
}

.pagination .current {
  background: #337ab7;
  font-weight: bold;
  color: white;
  border: 0;
}

.is-fixed {
  position: fixed;
  top: 0;
  width: calc(100% - 70px);
}

header {
  position: unset;
}

.top .fv {
  margin-top: 0;
  height: 600px;
}

.top .fv .point {
  margin-top: 30px;
}

.top .fv .point li {
  margin-right: 10px;
  padding: 0.2em 1.5em;
  font-size: 2rem;
}

.top .fv h2 {
  margin-top: 20px;
}

.top .fv h2 strong {
  font-size: 5rem;
}

.top .fv h2 {
  font-size: 3rem;
}

.top .fv h2+p {
  margin-top: 10px;
}

.top .fv .reg-num {
  width: 145px;
  height: 145px;
  top: 12px;
}

.top .fv .reg-num span {
  line-height: 1;
}

.top .fv-bnr {
  top: 165px;
}

.top .fv-bnr .self-check {
  width: 310px;
}

.top .fv .search-blk .ttl {
  padding: 0.4em 0;
}

.top .fv .search-blk .inner {
  padding: 15px 50px;
}

.btn-blue {
  padding: 0.5em 0.5em;
}

.under {
  padding-top: 0;
}

.under-search .search-results .list-tb td:last-child div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.under-search .search-results .list-tb td:last-child::after{
  content:"";
  display: block;
  width:30%;
}

.under-search .search-results .list-tb td .contact-btn {
  min-width: 90px;
  margin: unset;
}

@media screen and (max-width: 1199px) {
  .is-fixed {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 1199px) {
  .top .fv {
    height: 700px;
    max-height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .is-fixed {
    width: calc(100% - 0px);
  }

  .under-search .search-results .list-tb td:last-child div {
    flex-flow: column;
    gap: 5px;
  }

  .top .fv .reg-num {
    width: 150px;
    height: 150px;
    top: 160px;
  }

  .top .fv h2 strong {
    font-size: 3rem;
  }

  .top .fv h2 {
    margin-top: 25px;
    font-size: 2.1rem;
  }

  .top .fv h2+p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 15px;
  }

  .top .fv-bnr {
    top: auto;
  }

  .top .fv .point li {
    padding: 0.5em 0.5em;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .top .fv .point {
    margin-top: 25px;
  }

  .top .fv-bnr .self-check {
    width: 230px;
  }

  .top .fv .search-blk .inner {
    padding: 15px;
  }
  
}
@media screen and (max-width: 330px) {
  .top .fv h2 {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  .top .fv-bnr .self-check {
    width: 180px;
  }
}
@media screen and (max-width: 320px){
  .top .fv .point li {
      font-size: 1.2rem;
  }
}
.under-self-check .reg-flow .flow-1 .wrap>div figure img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.under-self-check .reg-flow .flow-1 .wrap>div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.selfcheck .ct-btn, .selfcheck .ct-bnr, .selfcheck .bottom-btn, .selfcheck .f-top {
  display: none;
}

.selfcheck .btn__box {
  padding-bottom: 100px;
}

.under-merit .case::before {
  height: 80%;
}

.under-merit .merit .wrap>div {
  margin-top: 50px;
  width: calc(100% / 4 - 15px);
  max-width: calc(100% / 4 - 15px);
  padding: 20px;
}

.under-merit .merit .wrap>div h4 {
  font-size: 1.7rem;
}

.under-merit .merit .wrap>div p {
  font-size: 1.3rem;
}

.under-merit .merit .wrap>div figure {
  padding: 0px 0 25px 0;
}

.g-nav .active {
  background-color: white;
  color: #006CCB!important;
}

.pg-member .g-nav .active {
  background-color: white;
  color: #00b76b!important;
}

@media screen and (max-width: 1199px) {
  .under-merit .case::before {
    height: 90%;
    width: 92%;
  }
  .under-merit .case:nth-of-type(3)::before {
    width: 92%;
    height: 90%;
  }
  .under-merit .merit .wrap>div {
    width: 100%;
    max-width: 100%;
  }
  
  .under-merit .merit .wrap>div figure {
    padding: 0px 0 25px 0;
  }
}

.top .merit ul {
  gap: 20px;
}

.top .merit ul li {
  width: 200px;
  max-width: 200px;
  height: 200px;
  max-height: 200px;
  font-size: 1.7rem;
}

.top .merit ul li::after {
  width: 21px;
  right: -21px;
}

@media screen and (max-width: 767px) {
  .top .merit ul {
    gap: 0px;
  }
  .top .merit ul li::after {
      width: 1px;
      height: 36px;
      bottom: -36px;
  }
  .under {
    margin-top: 0;
  }
}

/* ニュースのスタイル */
.info-post table {
  margin: 20px 0;
}
.info-post table td, .info-post table tr {
  background: #f2f2f2;
  border: 2px solid white;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.6;
}
.info-post table td.tc {
  text-align: center;
}
.info-post h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
}
.info-post img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .info-post table td {
    display: block;
    word-break: break-all;
  }
}

.under-privacy .detail .inner h4 {
  font-weight: bold;
  margin-top: 30px;
  font-size: 2rem;
}

.bnr-login {
  position: fixed;
  bottom: 40px;
  right: 30px;
  max-width: 350px;
  z-index: 100;
}
.bnr-login img {
  max-width: 100%;
}
footer {
  z-index: unset;
}
@media screen and (max-width: 767px) {
  .bnr-login {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
  }
  .bnr-login img {
    max-width: 80%;
  }
  .smp-nav .menu .panel {
    z-index: 1000;
  }
}

.twitter img {
  width: 33px;
  margin: 0 0px 3px 0;
}

.fv-bnr li {
  background-color: unset;
}