@charset "UTF-8";
/*----------------------------------------------
 共通
----------------------------------------------*/
body {
  min-width: 1015px;
}
main > div:last-child {
  text-align: center;
}
.headerInn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  height: 125px;
  margin: 0 auto;
  position: relative;
}
.headerImg {
  width: 100%;
  border-top: 1px solid #fff;
  text-align: center;
  position: relative;
}
.headerImg:before {
  content: '';
  display: block;
  height: 475px;
  /*  background-image: url(/research-presentation/img2021/bg-header2021.png); */
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 243, 251, 1) 37%,
    rgba(166, 221, 178, 1) 100%
  );
}
.headerImg img {
  position: absolute;
  /*  top: 83px; */
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main {
  margin: 0 0 60px;
}
#logo {
  width: 840px;
  padding: 20px 10px 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
#logo a,
#footerbox .text01 a {
  display: inline-block;
}
.backbtn {
  width: 160px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.backbtn a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  background: -moz-linear-gradient(left, #0064ff, #18affb);
  background: -webkit-linear-gradient(left, #0064ff, #18affb);
  background: linear-gradient(to right, #0064ff, #18affb);
}
.defs {
  display: none;
}
.iconArrow {
  vertical-align: middle;
  transition-duration: 0.3s;
}
.backbtn .iconArrow {
  width: 17px;
  height: 17px;
  fill: #fff;
  transform: scale(-1, 1);
}
.iconClose {
  vertical-align: middle;
  transition-duration: 0.3s;
  width: 17px;
  height: 17px;
  fill: #fff;
}
.closeBtn {
  width: 160px;
  margin: 60px auto;
}
.closeBtn a {
  display: block;
  width: 100%;
  padding: 10px 20px 10px 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  background: -moz-linear-gradient(left, #0064ff, #18affb);
  background: -webkit-linear-gradient(left, #0064ff, #18affb);
  background: linear-gradient(to right, #0064ff, #18affb);
}
.closeBtn a i {
  right: 15px;
}
a {
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
a i {
  position: absolute;
  bottom: 50%;
  transform: translateY(45%);
}
#logo a,
#footerbox .text01 a {
  box-shadow: none;
}
.backbtn a i {
  left: 15px;
}
.content {
  text-align: left;
}
h1 {
  color: #001f66;
}
h1 em {
  display: inline-block;
  font-style: normal;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  background-color: #001f66;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  a:hover,
  ul.department li a:hover,
  .btn2 a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 767px) {
  ul.list li a i {
    display: block;
  }
  body {
    min-width: 320px;
  }
  main > div:last-child {
    text-align: center;
  }
  header {
    width: 100%;
  }
  .headerInn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .headerImg {
    width: 100%;
    margin-top: -10px;
    border-top: none;
    text-align: center;
  }
  .headerImg:before {
    content: '';
    display: none;
  }
  .headerImg img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
  main {
    margin: 0 0 40px;
  }
  #logo {
    width: calc(100% - 100px);
    padding: 20px 10px 0;
    margin: 0;
  }
  #logo img {
    width: 70%;
    height: auto;
  }
  .backbtn {
    width: 80px;
    margin-right: 20px;
  }
  .backbtn a {
    font-size: 1.5rem;
  }
  .backbtn .iconArrow {
    width: 10px;
    height: 12px;
  }
  .backbtn a i {
    left: 8px;
  }
  .backbtn a {
    font-size: 1.5rem;
  }
  .backbtn .iconArrow {
    width: 10px;
    height: 12px;
  }
  .backbtn a i {
    left: 8px;
  }
  .iconClose {
    width: 12px;
    height: 12px;
  }
  .closeBtn {
    width: 100px;
    margin: 40px auto;
  }
  .closeBtn a {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    background: -moz-linear-gradient(left, #0064ff, #18affb);
    background: -webkit-linear-gradient(left, #0064ff, #18affb);
    background: linear-gradient(to right, #0064ff, #18affb);
  }
  .closeBtn a i {
    right: 8px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h1 em {
    display: inline-block;
    font-style: normal;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-color: #001f66;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
  }
  footer {
    padding-bottom: 60px;
  }
}
/*----------------------------------------------
 事業選択
----------------------------------------------*/
.areaBox {
  width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.areaBox + .areaBox {
  margin-top: 40px;
}
.areaBox > a {
  width: 48%;
  border-radius: 10px;
  text-decoration: none;
}
.areaBox .areaInn {
  position: relative;
  padding: 0 20px 20px;
  border: 2px solid #001f66;
  border-radius: 10px;
}
.areaBox .areaInn .areaNo {
  position: absolute;
  top: -25px;
  left: 15px;
  width: 55px;
  height: 55px;
  background-color: #001f66;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}
.areaBox .areaInn .title {
  padding: 35px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #001f66;
  text-align: center;
}
.areaBox .areaInn .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-left: 35px solid transparent;
  border-right: 35px solid #001f66;
  border-bottom: 35px solid #001f66;
  border-top: 35px solid transparent;
  border-radius: 0 0 8px 0;
}
.areaBox .areaInn .iconArrow {
  position: absolute;
  right: -23px;
  bottom: -23px;
  z-index: 2;
  width: 17px;
  height: 17px;
  fill: #fff;
}
.leadText {
  width: 820px;
  margin: 40px auto 0;
  text-align: left;
}
.leadText span,
.leadText span a {
  color: #ff0000;
}
.link {
  width: 640px;
  margin: 50px auto;
}
.btn2,
.btn3 {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.3;
  display: flex;
}
.btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 50px 20px 15px;
  background-color: #f1bb19;
  border-radius: 10px;
  color: #001f66;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.btn2 a .iconArrow {
  width: 17px;
  height: 17px;
  fill: #001f66;
}
.btn3 a {
  display: block;
  padding: 15px 45px 15px 35px;
  background: -moz-linear-gradient(left, #0064ff, #18affb);
  background: -webkit-linear-gradient(left, #0064ff, #18affb);
  background: linear-gradient(to right, #0064ff, #18affb);
  background-size: 100% auto;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.btn3 a .iconArrow {
  width: 17px;
  height: 17px;
  fill: #fff;
}
.btn2 a i,
.btn3 a i {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .areaBox {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
  .areaBox > a {
    width: 100%;
    border-radius: 10px;
    text-decoration: none;
  }
  .areaBox .areaInn {
    margin-bottom: 40px;
    position: relative;
    padding: 0 20px 20px;
    border: 2px solid #001f66;
    border-radius: 10px;
  }
  .areaBox .areaInn .areaNo {
    position: absolute;
    top: -20px;
    left: 15px;
    width: 45px;
    height: 45px;
    background-color: #001f66;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
  }
  .areaBox .areaInn .title {
    padding: 25px 0 0;
    font-size: 2.1rem;
    font-weight: bold;
    color: #001f66;
    text-align: center;
  }
  .areaBox .areaInn .picup img {
    width: 100%;
    height: auto;
  }
  .areaBox .areaInn .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-left: 30px solid transparent;
    border-right: 30px solid #001f66;
    border-bottom: 30px solid #001f66;
    border-top: 30px solid transparent;
    border-radius: 0 0 8px 0;
  }
  .areaBox .areaInn .iconArrow {
    position: absolute;
    right: -23px;
    bottom: -18px;
    z-index: 2;
    width: 15px;
    height: 15px;
    fill: #fff;
  }
  .leadText {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: left;
  }
  .link {
    width: 90%;
    margin: 0 auto 50px;
    display: block;
  }
  .btn2,
  .btn3 {
    width: 100%;
    margin: 20px 0;
    font-size: 1.5rem;
    display: flex;
  }
  .btn2 a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 30px 20px 15px;
    background-color: #f1bb19;
    border-radius: 10px;
    color: #001f66;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .btn3 a {
    display: block;
    padding: 15px 30px 15px 35px;
    background: -moz-linear-gradient(left, #0064ff, #18affb);
    background: -webkit-linear-gradient(left, #0064ff, #18affb);
    background: linear-gradient(to right, #0064ff, #18affb);
    background-size: 100% auto;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .btn3 a .iconArrow {
    width: 12px;
    height: 12px;
    fill: #fff;
  }
  .btn2 a .iconArrow {
    width: 12px;
    height: 12px;
    fill: #001f66;
  }
  .btn2 a i,
  .btn3 a i {
    right: 10px;
  }
}
/*----------------------------------------------
 メニューボタン
----------------------------------------------*/
#slideMenu {
  position: fixed;
  z-index: 49;
  width: 300px;
  right: 10px;
  bottom: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
#slideMenu .btnMenu {
  display: none;
}
#slideMenu .menu {
  position: relative;
  z-index: 49;
}
#slideMenu ul {
  list-style: none;
}
#slideMenu ul li {
  margin-bottom: 15px;
}
#slideMenu ul li a,
.totop a {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}
#slideMenu i {
  position: absolute;
  right: 10px;
}
#slideMenu .iconArrow {
  width: 12px;
  height: 12px;
  fill: #000;
}
#slideMenu .totop a {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
#slideMenu .totop .iconArrow {
  fill: #000;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  #slideMenu {
    position: fixed;
    right: 0;
    z-index: 49;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    display: flex;
  }
  #slideMenu .btnMenu {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    height: 60px;
    background: -moz-linear-gradient(left, #0064ff, #129afb);
    background: -webkit-linear-gradient(left, #0064ff, #129afb);
    background: linear-gradient(to right, #0064ff, #129afb);
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    color: #fff;
  }
  #slideMenu .btnMenu p {
    margin: 0 auto;
  }
  #slideMenu .totop {
    width: 80px;
    margin: 0 0 0 auto;
    border-left: 7px solid #fff;
  }
  #slideMenu .totop a {
    position: relative;
    z-index: 15;
    display: block;
    width: 100%;
    height: 60px;
    padding: 30px 0 10px;
    background-color: #129afb;
    background: -moz-linear-gradient(left, #129afb, #18affb);
    background: -webkit-linear-gradient(left, #129afb, #18affb);
    background: linear-gradient(to right, #129afb, #18affb);
    border: none;
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
  }
  #slideMenu .totop i {
    position: absolute;
    right: 40%;
    top: -20px;
  }
  #slideMenu .totop .iconArrow {
    width: 15px;
    height: 15px;
    fill: #fff;
    transform: rotate(-90deg);
  }
  #slideMenu .menu {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    border-left: none;
    overflow-y: scroll;
  }
  #slideMenu ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 60px;
    background-color: #fff;
  }
  #slideMenu ul li {
    width: 70%;
    margin: 0 auto 15px;
  }
  #slideMenu .btnMenu .line {
    display: block;
    width: 20px;
    margin: 0 0 0 20px;
    background-color: #ffffff;
    height: 2px;
    position: relative;
    transition: all 0.5s linear 0s;
  }
  #slideMenu .btnMenu .line::before {
    content: '';
    display: block;
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    transition: all 0.4s linear 0s;
  }
  #slideMenu .btnMenu .line::after {
    content: '';
    display: block;
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    transition: all 0.4s linear 0s;
  }
  #slideMenu.open .btnMenu .line {
    background-color: transparent;
    transition: all 0.2s linear 0s;
  }
  #slideMenu.open .btnMenu .line::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #slideMenu.open .btnMenu .line::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
/*----------------------------------------------
 ページ内メニューボタン
----------------------------------------------*/
ul.select {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto 50px;
}
ul.select li {
  width: 23%;
  display: flex;
  align-items: stretch;
}
ul.select li + li {
  margin-left: 2%;
}
ul.select li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border: 2px solid;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}
ul.select i {
  position: absolute;
  right: 10px;
}
ul.select .iconArrow {
  width: 17px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  ul.select {
    list-style: none;
    display: block;
    width: 94%;
    margin: 10px auto;
  }
  ul.select li {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    align-items: stretch;
  }
  ul.select li + li {
    margin-left: 0;
  }
  ul.select li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border: 1px solid;
    font-size: 1.9rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
  }
  ul.select i {
    position: absolute;
    right: 10px;
  }
  ul.select .iconArrow {
    width: 14px;
    height: 14px;
  }
  ul.select li a br {
    display: none;
  }
}
/*----------------------------------------------
ポスター部分
----------------------------------------------*/
section {
  margin-top: 30px;
}
h3 {
  margin: 0 0 30px;
  padding: 8px 0;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
}
.posterBox {
  width: 820px;
  position: relative;
  z-index: 1;
  margin: 0 auto 30px;
  padding-bottom: 20px;
}
.number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.number:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -2px;
}
.number p {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 3;
}
h4.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  margin-bottom: 15px;
  padding: 10px 35px;
  border-bottom: 2px dotted #ccc;
  font-size: 1.8rem;
  text-align: center;
}
h4.title span {
  display: block;
}
.summary {
  padding: 0 40px 30px;
  text-align: left;
}
dl.posterImg {
  padding: 0 40px;
  display: flex;
  text-align: left;
}
dl.posterImg dt.imgArea {
  max-width: 300px;
}
dl.posterImg dd {
  flex: 1 1 530px;
  min-width: 410px;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
dl.posterImg dd.testArea p.groupName {
  padding-bottom: 20px;
}
dl.posterImg ul {
  list-style: none;
  width: 100%;
  margin: 0 0 20px 1em;
}
dl.posterImg ul li {
  margin-left: 2em;
}
dl.posterImg ul.daihyou li.indent1 {
  margin-left: 0;
}
dl.posterImg ul.daihyou li.indent2 {
  margin-left: 7em;
}
dl.posterImg ul.daihyou li.indent3 {
  margin-left: 8em;
}
dl.posterImg ul.daihyou2 li {
  margin-left: 0;
}
.kouen dl.posterImg {
  position: relative;
}
.kouen dl.posterImg .icon {
  position: absolute;
  bottom: 0;
}
.icon {
  margin: auto 0 0 0;
}
.icon a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.icon a img {
  vertical-align: bottom;
}
.icon a:first-child {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .icon a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    margin: 0 0 15px;
    padding: 8px 0;
    font-size: 2rem;
    text-align: center;
    color: #fff;
  }
  .posterBox {
    width: 90%;
    position: relative;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border: 2px solid #001f66;
  }
  .number {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 66px;
    height: 66px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .number:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -2px;
    border-top: 30px solid #001f66;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #001f66;
  }
  .number p {
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 3;
  }
  h4.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    margin-bottom: 15px;
    padding: 10px 20px 10px 40px;
    border-bottom: 2px dotted #ccc;
    font-size: 1.6rem;
    text-align: center;
  }
  h4.title span {
    display: block;
    margin-left: -20px;
  }
  .summary {
    padding: 0 15px 20px;
  }
  dl.posterImg {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }
  dl.posterImg dt.imgArea {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  dl.posterImg dt.imgArea img {
    width: auto;
    max-width: 250px;
    min-width: 180px;
    height: auto;
  }
  dl.posterImg dd {
    flex: 0 1 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  dl.posterImg ul {
    list-style: none;
    width: 100%;
    margin: 0 0 15px;
  }
  dl.posterImg ul li {
    margin-left: 3em;
  }
  dl.posterImg ul.daihyou li.indent1 {
    margin-left: 1em;
  }
  dl.posterImg ul.daihyou li.indent2 {
    margin-left: 7em;
  }
  dl.posterImg ul.daihyou li.indent3 {
    margin-left: 8em;
  }
  dl.posterImg ul.daihyou2 li {
    margin-left: 1em;
  }
  .kouen .posterBox {
    padding-bottom: 0;
  }
  .kouen dl.posterImg {
    flex-direction: column-reverse;
    padding-bottom: 70px;
  }
  .kouen dl.posterImg .icon {
    width: calc(100% - 20px);
  }
  .kouen dl.posterImg dd.testArea {
    margin-bottom: 15px;
  }
  .icon {
    order: -1;
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
  }
  .icon a {
    width: 45%;
  }
  .icon img {
    width: 100%;
    height: auto;
  }
  .icon a:first-child {
    margin-right: 0;
  }
}
/*----------------------------------------------
著作権について
----------------------------------------------*/
.copyrightBox {
  width: 820px;
  margin: 20px auto 60px;
  padding: 20px 30px;
  background-color: #eee;
}
.copyrightBox h4 {
  font-size: 1.8rem;
  color: #001f66;
  display: flex;
  align-items: center;
}
.copyrightBox h4:before,
.copyrightBox h4:after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #001f66;
  display: block;
}
.copyrightBox h4:before {
  margin: 10px 1em 0 0;
}
.copyrightBox h4:after {
  margin: 10px 0 0 1em;
}
.copyrightBox ul {
  margin: 10px 0 0;
  padding-left: 1em;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .copyrightBox {
    width: 90%;
    margin: 20px auto 60px;
    padding: 20px 30px 5px;
    background-color: #eee;
  }
  .copyrightBox h4 {
    font-size: 1.8rem;
    color: #001f66;
    display: block;
    text-align: center;
  }
  .copyrightBox h4:before,
  .copyrightBox h4:after {
    display: none;
  }
  .copyrightBox ul {
    margin: 10px 0 0;
    padding-left: 1em;
    font-size: 1.3rem;
  }
  .copyrightBox ul li {
    margin-bottom: 15px;
  }
}
/*----------------------------------------------
　学部別色指定-国際学部
----------------------------------------------*/
#slideMenu li.intl a,
ul.select li.intl a {
  border-color: #2a95d1;
  background-color: #ddecf7;
  color: #2a95d1;
}
#slideMenu li.intl .iconArrow,
ul.select li.intl .iconArrow {
  fill: #2a95d1;
}
#intlBox h3 {
  background-color: #2a95d1;
}
.posterBox.intl {
  border: 2px solid #2a95d1;
}
.intl .number:after {
  border-top: 33px solid #2a95d1;
  border-right: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 33px solid #2a95d1;
}
/*----------------------------------------------
　学部別色指定-情報科学研究科
----------------------------------------------*/
#slideMenu li.sciences a,
ul.select li.sciences a {
  border-color: #359e26;
  background-color: #ddecdb;
  color: #359e26;
}
#slideMenu li.sciences .iconArrow,
ul.select li.sciences .iconArrow {
  fill: #359e26;
}
#sciencesBox h3 {
  background-color: #359e26;
}
.posterBox.sciences {
  border: 2px solid #359e26;
}
.sciences .number:after {
  border-top: 33px solid #359e26;
  border-right: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 33px solid #359e26;
}
/*----------------------------------------------
　学部別色指定-&#20013;&#22269;&#36275;&#24425;&#32593;
----------------------------------------------*/
#slideMenu li.art a,
ul.select li.art a {
  border-color: #ca1539;
  background-color: #f4d0d7;
  color: #ca1539;
}
#slideMenu li.art .iconArrow,
ul.select li.art .iconArrow {
  fill: #ca1539;
}
#artBox h3 {
  background-color: #ca1539;
}
.posterBox.art {
  border: 2px solid #ca1539;
}
.art .number:after {
  border-top: 33px solid #ca1539;
  border-right: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 33px solid #ca1539;
}
/*----------------------------------------------
　学部別色指定-平和学研究科、社会連携センター
----------------------------------------------*/
#slideMenu li.peace a,
ul.select li.peace a {
  border-color: #cca44c;
  background-color: #f5f0e5;
  color: #cca44c;
}
#slideMenu li.peace .iconArrow,
ul.select li.peace .iconArrow {
  fill: #cca44c;
}
#peaceBox h3 {
  background-color: #cca44c;
}
.posterBox.peace {
  border: 2px solid #cca44c;
}
.peace .number:after {
  border-top: 33px solid #cca44c;
  border-right: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 33px solid #cca44c;
}
/*----------------------------------------------
　学部別色指定-地域?市民対象
----------------------------------------------*/
#slideMenu li.chiiki a,
ul.select li.chiiki a {
  border-color: #736357;
  background-color: #e3e0dd;
  color: #736357;
}
#slideMenu li.chiiki .iconArrow,
ul.select li.chiiki .iconArrow {
  fill: #736357;
}
#chiikiBox h3 {
  background-color: #736357;
}
/*----------------------------------------------
　学部別色指定-教育研究
----------------------------------------------*/
#slideMenu li.kyouiku a,
ul.select li.kyouiku a {
  border-color: #b35a3a;
  background-color: #f0ded8;
  color: #b35a3a;
}
#slideMenu li.kyouiku .iconArrow,
ul.select li.kyouiku .iconArrow {
  fill: #b35a3a;
}
#kyouikuBox h3 {
  background-color: #b35a3a;
}
/*----------------------------------------------
　学部別色指定-その他
----------------------------------------------*/
#slideMenu li.other a,
ul.select li.other a {
  border-color: #8e278a;
  background-color: #e8d4e8;
  color: #8e278a;
}
#slideMenu li.other .iconArrow,
ul.select li.other .iconArrow {
  fill: #8e278a;
}
#otherBox h3 {
  background-color: #8e278a;
}
/*----------------------------------------------
　学部別色指定-付属施設等、該当なし
----------------------------------------------*/
.posterBox.normal {
  border: 2px solid #001f66;
}
.normal .number:after {
  border-top: 33px solid #001f66;
  border-right: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 33px solid #001f66;
}

/*----------------------------------------------
　社会貢献冊子
----------------------------------------------*/

@media screen and (max-width: 767px) {
  .sasshi_area {
    padding-top: 10px;
  }
}
.flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .flexBox {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.flexBox .imgBox {
  flex: 2;
  max-width: 212px;
  height: auto;
}
.flexBox .imgBox a{
  display: block;
}
@media screen and (max-width: 767px) {
  .flexBox .imgBox {
    flex: 2;
    max-width: 160px;
    height: auto;
    margin: 0 auto;
  }
}
.flexBox .imgBox img {
  max-width: 100%;
  height: auto;
}
.flexBox .testArea {
  flex: 1;
}
.h4_title {
  font-size: 1.2em;
}
.h4_title + p {
  margin-top: 20px;
}
p + .h5_title {
  margin-top: 20px;
}
