/* CSS Document */
.nihoneiganet {
  width: 190px;
  height: auto;
  padding: 0;
  font-size: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .nihoneiganet {
    width: 134px;
    padding: 0;
    height: auto;
  }
}

.nihoneiganet a {
  display: block;
  width: 100%;
  background: url("../../img/logo.png") no-repeat center;
  background-size: contain;
  height: 0;
  padding-top: 43px;
}

@media screen and (max-width: 768px) {
  .nihoneiganet a {
    height: 46%;
    pading-top: 0;
  }
}

#kojinjoho .container {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: normal;
  color: #000;
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  #kojinjoho .container {
    padding-top: 90px;
  }
}

#kojinjoho .kojinjoho_ttl {
  margin-bottom: 20px;
  font-size: 24px;
}

#kojinjoho .section_ttl {
  display: flex;
  width: 100%;
  height: 36px;
  margin-bottom: 10px;
  padding-left: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: #efefef;
  box-sizing: border-box;
  margin-top: 30px;
}

#kojinjoho .info_box {
  margin-bottom: 22px;
}

#kojinjoho .info_box_list {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 20px;
}

#kojinjoho .info_box_list li {
  font-size: 15px;
  display: list-item;
}

#kojinjoho .consultation_box_mail {
  margin-bottom: 22px;
}

#kojinjoho .apply-area {
  display: flex;
  width: 344px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #kojinjoho .apply-area {
    width: 100%;
  }
}

#kojinjoho .btn-aaply {
  display: inline-block;
  width: 160px;
  height: 46px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 46px;
  margin-top: 40px;
}

#kojinjoho .notagree {
  margin-right: 24px;
  background: #adadad;
  text-decoration: none;
}

#kojinjoho .agree {
  background: #977C10;
  text-decoration: none;
}

#kojinjoho .section_inner {
  max-width: 1200px;
  padding: 0px 20px;
}

.bnr {
  margin-top: 120px;
  padding: 60px 0px;
  text-align: center;
  border-top: 4px solid black;
}

@media (max-width: 768px) {
  .bnr {
    padding: 30px 25px;
    margin-top: 60px;
  }
}

.m-bnr {
  display: inline-block;
}

a {
  color: black;
}
/*# sourceMappingURL=style.css.map */
