@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Lato:900|Noto+Sans:700");
/* 大谷紺 */
/* 大谷オレンジ */
/* フォント ゴシック */
.fc_navy {
  color: #00244F;
}

.ff_gothic {
  font-family: "Noto Sans Japanese", sans-serif;
}

.fs_16 {
  font-size: 16px;
  font-size: 1rem;
}

.txt_left {
  text-align: left;
}

/*rebranding*/
.rebranding_univ_logo {
  display: block;
  margin: 36px auto 28px auto;
  width: 60px;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .rebranding_univ_logo {
    margin: 60px auto 44px auto;
    width: 92px;
    height: auto;
  }
}

.rebranding_mainTitle {
  display: block;
  margin: 0 auto;
  width: 92%;
  max-width: 500px;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .rebranding_mainTitle {
    width: 740px;
    max-width: 100%;
    height: auto;
  }
}

.rebranding_subTitle {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 20px 0;
}
@media only screen and (min-width:1024px) {
  .rebranding_subTitle {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 40px 0;
  }
}

.rebranding_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (min-width:1024px) {
  .rebranding_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.rebranding_text + .rebranding_text {
  margin: 24px 0 0 0;
}
@media only screen and (min-width:1024px) {
  .rebranding_text + .rebranding_text {
    margin: 30px 0 0 0;
  }
}

.rebranding_contents {
  width: 90%;
  margin: 56px auto 56px auto;
}
@media only screen and (min-width:1024px) {
  .rebranding_contents {
    max-width: 850px;
    margin: 80px auto 80px auto;
  }
}
.rebranding_bg {
  background-color: #F7F7F7;
  padding: 50px 0px;
}
@media only screen and (min-width:1024px) {
  .rebranding_bg {
    padding: 80px 0px;
  }
}

.rebranding_organizationImg {
  display: block;
  margin: 0 auto;
  width: 87%;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .rebranding_organizationImg {
    max-width: 850px;
    height: auto;
  }
}

.rebranding_point {
  background-color: #F2F2F2;
  padding: 10px 15px;
}
@media only screen and (min-width:1024px) {
  .rebranding_point {
    padding: 20px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.rebranding_point + .rebranding_point {
  margin: 8px 0 0 0;
}

.rebranding_point_number {
  width: 30px;
  margin: 0px auto 5px auto;
  display: block;
}
@media only screen and (min-width:1024px) {
  .rebranding_point_number {
    width: 33px;
    margin: 0 16px 0 0;
  }
}

.rebranding_point p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (min-width:1024px) {
  .rebranding_point p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.rebranding_departmentImg {
  width: 100%;
}

.rebranding_pressRelease {
  border: 1px solid #212121;
  padding: 18px;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  .rebranding_pressRelease {
    padding: 30px;
  }
}

.rebranding_pressRelease_title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0px 0px 20px 0px;
}
@media only screen and (min-width:1024px) {
  .rebranding_pressRelease_title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0px 0px 16px 0px;
  }
}

.rebranding_pressRelease_text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width:1024px) {
  .rebranding_pressRelease_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.rebranding_pressRelease_url {
  text-decoration: underline;
  display: block;
  margin: 15px 0px 10px 0px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width:1024px) {
  .rebranding_pressRelease_url {
    margin: 24px 0px 16px 0px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.rebranding_pressRelease_url:hover {
  text-decoration: none;
}

.rebranding_pressRelease_caution {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width:1024px) {
  .rebranding_pressRelease_caution > span {
    letter-spacing: -0.5em;
  }
}
@media only screen and (min-width:1024px) {
  .rebranding_pressRelease_caution {
    text-align: right;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.rebranding_sp_none {
  display: none;
}
@media only screen and (min-width:1024px) {
  .rebranding_sp_none {
    display: block;
  }
}

.rebranding_pc_none {
  display: block;
}
@media only screen and (min-width:1024px) {
  .rebranding_pc_none {
    display: none;
  }
}/*# sourceMappingURL=rebranding.css.map */