@charset "UTF-8";
/* CSS Document */
.nihoneiganet {
    width:190px;
    height:auto;
    padding:0;
    font-size:0;
    text-indent:-999px;
    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;
    }
}
.oubo .container {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: normal;
  color: #000;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
    .oubo .container {
        padding-top: 20px;
    }
}
.oubo .oubo_ttl {
  margin-bottom: 20px;
  font-size: 24px;
}
.oubo .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;
}
.oubo .info_box {
  margin-bottom: 22px;
}
.oubo .info_box_list {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.oubo .info_box_list li {
  font-size: 15px;
  display: list-item;
}
.oubo .consultation_box_mail {
  margin-bottom: 22px;
}
.oubo .apply-area {
  display: flex;
  width: 344px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
    .oubo .apply-area {
        width:100%;
    }
}
.oubo .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;
}
.oubo .notagree {
  margin-right: 24px;
  background: #adadad;
}
.oubo .agree {
  background: #a70000;
}