@charset "UTF-8";


.navbar-menu .nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.navbar-header .navbar-right .right-btn {
  color: #000000;
}


.right-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 766px) {
  .right-btn {
    font-size: 14px;
  }
}
.right-btn.type-green {
  background-color: #009944;
  width: 87px;
  height: 33px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 766px) {
  .right-btn.type-green {
    height: 30px;
    width: 80px;
    color: #fff !important;
  }
}
.right-btn + .right-btn {
  margin-left: 24px;
}
@media (max-width: 766px) {
  .right-btn + .right-btn {
    margin-left: 12px;
  }
}

.jumbotron {
  margin-bottom: 0;
}

.jumbotron hgroup {
  padding-top: 128px;
}
@media (max-width: 766px) {
  .jumbotron hgroup {
    padding-top: 65px;
  }
}

hgroup .subject-box {
  font-size: 52px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (max-width: 766px) {
  hgroup .subject-box {
    font-size: 32px;
    line-height: 42px;
  }
}

.jumbotron .lead {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 25px;
  padding-bottom: 55px;
}
@media (max-width: 766px) {
  .jumbotron .lead {
    font-size: 15px;
    line-height: 20px;
  }
}

section.container.container-reset {
  max-width: 100%;
}

.info_section .card .con-box{
  min-height: 60px;  
}
@media (max-width: 766px) {
  .info_section .card .con-box{
    min-height: auto;
  }
}
section.container .inner {
  max-width: 1110px;
  margin: 0 auto;
}

.home-card .card-body {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 16px;
}
