@charset "utf-8";

.main{
  padding: 0;
}

.title{
  color: #fff;
}

.sidenav-box-sub{
  border-top-right-radius: 6px;
}

.sidenav-inner-box-sub{
  background: #fafafa;
}

.grantBusiness__sentence{
  font-weight: bold;
  text-align: center;
}

.img-top-main{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.main-content-title,
.main-content-sub-title,
.section-title{
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.main-content-title{
  font-size: 220%;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #aaa;
  color: #aacf53;
  margin: 0 0 0.25rem;
}

.main-content-sub-title,
.section-title{
  /*
  font-size: 120%;
  */
  margin-bottom: 0.5em;
}

.main-content-sub-title{
  color: #00b0f0;
}

.section-title{
  color: #333;
}

.about__title-sub-char{
  color: #00b050;
}

.overview__table th{
  width: 6.5rem;
}

.rss-feeds{
  background: #fff;
  min-height: 17rem;
}

.rss-feeds-blog{
  width: 100%;
  padding: 1rem;
  margin: 0 auto 0.5rem;
  border: #ccc 1px solid;
}

.rss-feeds-blog-list > li{
  font-size: 83%;
}

.blogItem{
  margin-bottom: 1rem;
}

.blogItem:last-child{
  margin-bottom: 0;
}

.entry-day{
  display: block;
}

.latestInformation__list-link{
  text-align: right;
}

.introduction,
.event-outline-box,
.enter-content-box{
  width: 95%;
  letter-spacing: 1px;
}

.introduction{
  color: #333;
  margin-right:auto;
  margin-left:auto;
}

.introduction .mb-3 p:first-child{
  text-indent: 1em;
}

.introduction-author{
  text-align: right;
  display: block;
}

.event-outline-box{
  margin: 0 auto 2rem;
}

.event-outline-list{
  font-size: 95%;
}

.event-outline-list dt{
  font-weight: bold;
  letter-spacing: 5px;
  color: #006666;
  width: 4rem;
  float: left;
}

.event-outline-list dd{
  margin-left: 4.5rem;
}

.plan-box{
  background: #FFFFDD;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1rem;
}

.plan-box caption {
  text-indent: 0;
  margin-top: 0.5em;
  margin-bottom: 0.15rem;
}

.overview__table,
.plan-table-box{
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}

.plan-table-box tr:nth-child(even) th,
.plan-table-box tr:nth-child(even) td{
  background: #ffffee;
}

.overview__table th,
.overview__table td,
.plan-table-box th,
.plan-table-box td{
  min-height: 2.5rem;
  padding: 0.75rem 0 0.75rem 0.75rem;
  border: #bbb 1px solid;
}

.plan-table-box th{
  text-align: left;
}

.enter-content-box .btn-document,
.top-btn-box .btn-apply-register{
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.top-btn-box .btn-apply-register{
  padding: 0.9rem 0;
  width: 60%;
}

.char-notice{
  color: #e00000;
}

.notice-box{
  font-weight: bold;
  color: #111;
  background-color: #ffffdd;
  padding: 1rem 0 1rem 11.5rem;
  border: #ff8284 2px solid;
}