@charset "UTF-8";

/* CSS Document */
.subhdr-area {
  width: 98%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url("/_themes/2021_css/images/sub_hdr-daigakushokai.png");
}

h1.subhdr-title {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 240%;
  font-weight: bold;
  line-height: 180%;
  color: #FFFFFF;
}

.sub-pankuzu {
  width: 98%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
  background-color: #F8F8F8;
}

.sub-pankuzu .sub-pankuzu-wrap {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 80%;
}

.sub-wrapper {
  width: 98%;
  max-width: 1600px;
  min-height: 400px;
  margin: 50px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.sub-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sub-left {
  width: 20%;
}

.sub-left .leftmenu-title {
  width: 95%;
  margin: 0 auto;
  padding: 20px 2.5%;
  position: relative;
  overflow: hidden;
  background-color: #005AA9;
  color: #FFFFFF;
  font-size: 110%;
  font-weight: bold;
}

.sub-left ul.leftmenu-list {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
}

.sub-left ul.leftmenu-list li.leftmenu-item {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px grey;
}

.sub-left ul.leftmenu-list li.leftmenu-item a {
  width: 90%;
  margin: 0 auto;
  padding: 10px 5%;
  display: block;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s;
}

.sub-left ul.leftmenu-list li.leftmenu-item a:hover {
  background-color: #ecf6ff;
}

.sub-right {
  width: 78%;
}

h2.content-hdr {
  width: 96%;
  margin: 0 auto 30px;
  padding: 20px 2%;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 160%;
  font-weight: bold;
  background: rgb(0, 82, 171);
  background: linear-gradient(90deg, rgba(0, 82, 171, 1) 0%, rgba(2, 196, 189, 1) 100%);
}

.sub-wrap {
  width: 90%;
  margin: 30px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.contentArticleDocs ul {
  list-style: none;
}

.contentArticleDocs ul a {
  color: #005aa9;
}

.contentArticleDocs .attributes {
  display: none;
}