/* CSS Document */
.list01 li {
  position: relative;
  line-height: 150%;
  text-decoration: none;
  padding-left: 1em;
}
.list01 li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #6684aa;
  border-right: solid 2px #6684aa;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
}
.list01 li ul li:before {
  content: '';
  display: none;
}
.year {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.year ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0.9rem;
}
.year ul li {
  margin: 0 40px 10px 0;
}
.text_box {
  border: 2px solid #7c83b9;
  padding: 15px;
  text-align: center;
  max-width: 430px;
  margin: 20px auto;
  font-size: 0.9rem;
}
.flex_topics a:hover {
  opacity: 0.7;
}
.sptab-none {
  display: block;
}
@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  main h2 {
    width: 1100px;
    margin: 50px auto 40px auto;
    border: 1px solid #99adc7;
    border-radius: 100px;
    box-shadow: 0 2px 0 #6684aa;
    color: #001d42;
    box-sizing: border-box;
    background-color: #f5f7f9;
    padding: 20px 30px 20px 70px;
    font-size: 28px;
    position: relative;
    left: 0;
  }
  main h2:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 35px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background: #99adc7;
  }
  main h3 {
    font-size: 22px;
    border-top: 2px solid #003272;
    background-color: #d9e0ea;
    padding: 10px;
    color: #003272;
    margin-bottom: 20px;
  }
  main h4 {
    font-size: 18px;
    border-left: 3px solid #003272;
    padding: 3px 0 6px 8px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #003272;
  }
  main h5 {
    font-size: 16px;
    color: #003272;
    margin-bottom: 20px;
  }
  .main_box {
    padding: 30px;
    width: 1100px;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    min-height: 500px;
    background-color: #f0f3f7;
    border-radius: 25px;
    border: 1px solid #e5eaf1;
    line-height: 150%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .flex_research {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background-color: #fff;
  }
  .flex_research img {
    max-width: 300px;
  }
  .flex_research h5 {
    font-size: 18px;
    color: #003272;
    border-left: 3px solid #003272;
    padding-left: 10px;
    line-height: 130%;
  }
  .research_txt {
    padding-left: 40px;
    line-height: 150%;
  }
  .equipment_wrap {
    display: flex;
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    justify-content: space-between;
    gap: 20px 37px;
    width: 100%;
  }
  .equipment_txt_box {
    width: 30%;
    margin-bottom: 40px;
  }
  .equipment_txt_box img {
    height: 208px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .equipment_txt_box h3 {
    font-size: 18px;
  }
  .equipment_wrap::after {
    content: "";
    display: block;
    width: 30%; /* .boxに指定したwidthと同じ幅を指定する */
  }
  .flex_topics {
    display: flex;
    align-items: flex-start;
  }
  .flex_topics img {
    max-width: 350px;
  }
  .topics_txt {
    padding-left: 40px;
    line-height: 150%;
  }
  .topics_txt2 {
    line-height: 150%;
  }
  .category {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: 30px auto 60px auto;
  }
  .category_txt h3 {
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
  }
  .category img {
    width: 450px;
  }
  .member_flex {
    flex-wrap: wrap;
    display: flex;
    align-content: space-between;
    gap: 20px 37px;
    width: 100%;
    justify-content: center;
  }
  .profile_box {
    width: 470px;
    margin-bottom: 30px;
  }
  .member_flex::after {
    content: "";
    display: block;
    width: 470px; /* .boxに指定したwidthと同じ幅を指定する */
  }
  .menber_photo {
    display: flex;
    margin-bottom: 20px;
  }
  .menber_photo img {
    width: 200px;
    height: 250px;
  }
  .menber_name {
    margin-left: 20px;
    word-break: break-all;
  }
  .prof_name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
  }
  .profile {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d9e0ea;
    box-sizing: border-box;
  }
  .profile dt {
    background-color: #003272;
    color: #fff;
    font-size: 15px;
    min-width: 90px;
    padding: 5px;
    height: 22px;
    text-align: center;
    margin-right: 15px;
  }
  .profile dd {
    width: 300px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    padding-top: 5px;
  }
    .profile dd:last-child {
        margin-bottom: 0;
    }
  .award_list dl {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-bottom: 1px dashed #99adc7;
    padding: 20px 0 10px 0;
  }
  .award_list dl:last-child {
    border-bottom: none;
  }
  .award_list dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 100px;
    height: 28px;
    text-align: center;
    padding: 2px 10px;
    background-color: #ccd2d9;
    color: #001d42;
    /*background-color: #b7751d;
    box-shadow: 0px 2px 0px #e9d6bb;
      color: #fff;*/
    box-sizing: border-box;
  }
  .award_list dl dd {
    font-size: 15px;
    width: 900px;
    padding: 3px 0 0px 20px;
    margin-bottom: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 150%;
  }
  .map iframe {
    width: 80%;
    height: 500px;
    margin: 0 auto;
  }
  .map_img {
    width: 80%;
    margin: 0 auto;
  }
  .info dl {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #b2c1d5;
    border-radius: 15px;
    margin-bottom: 15px;
    background-color: #fff;
  }
  .info dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 100px;
    text-align: center;
    margin: 25px 0;
    padding: 0px 10px;
    border-right: 1px solid #b2c1d5;
    color: #6684aa;
  }
  .info dl dd {
    font-size: 15px;
    width: 840px;
    padding: 25px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 150%;
    text-indent: 0;
  }
  .tab-none {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* デザインB ～999px （タブレット用） */
@media screen and (max-width:1099px) {
  /* タブレット用レイアウト 999px以上の範囲に収めるデザインはこの中に記述 */
  main h2 {
    width: 94%;
    margin: 0 auto 0 auto;
    border: 1px solid #99adc7;
    border-radius: 100px;
    box-shadow: 0 2px 0 #6684aa;
    color: #001d42;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 40px;
    background-color: #f5f7f9;
    padding: 20px 30px 20px 60px;
    font-size: 28px;
    position: relative;
    left: 0;
  }
  main h2:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 35px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background: #99adc7;
  }
  main h3 {
    font-size: 22px;
    border-top: 2px solid #003272;
    background-color: #d9e0ea;
    padding: 10px;
    color: #003272;
    margin-bottom: 20px;
  }
  main h4 {
    font-size: 18px;
    border-left: 3px solid #003272;
    padding: 3px 0 6px 8px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #003272;
  }
  main h5 {
    font-size: 16px;
    color: #003272;
    margin-bottom: 20px;
  }
  .main_box {
    padding: 30px;
    width: 94%;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    min-height: 500px;
    background-color: #f0f3f7;
    border-radius: 25px;
    border: 1px solid #e5eaf1;
    line-height: 150%;
    text-align: justify;
  }
  .flex_research {
    display: flex;
    padding: 20px;
    background-color: #fff;
    align-items: flex-start;
  }
  .flex_research h5 {
    font-size: 18px;
    color: #003272;
    border-left: 3px solid #003272;
    padding-left: 10px;
    line-height: 130%;
  }
  .flex_research img {
    max-width: 300px;
  }
  .research_txt {
    padding-left: 40px;
    line-height: 150%;
  }
  .equipment_wrap {
    display: flex;
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    justify-content: space-between;
    gap: 20px 30px;
    width: 100%;
  }
  .equipment_txt_box h3 {
    font-size: 18px;
  }
  .equipment_txt_box {
    width: 48%;
    margin-bottom: 40px;
  }
  .flex_topics {
    display: flex;
    align-items: flex-start;
  }
  .flex_topics img {
    max-width: 300px;
  }
  .topics_txt {
    padding-left: 40px;
    line-height: 150%;
  }
  .category_txt {
    margin-bottom: 20px;
  }
  .category_txt h3 {
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
  }
  .category img {
    width: 450px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .member_flex {
    flex-wrap: wrap;
    display: flex;
    align-content: space-between;
    gap: 20px 37px;
    width: 100%;
    justify-content: center;
  }
  .member_flex::after {
    content: "";
    display: block;
    width: 40%; /* .boxに指定したwidthと同じ幅を指定する */
  }
  .profile_box {
    width: 47%;
    margin-bottom: 30px;
  }
  .menber_photo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .menber_photo img {
    width: 200px;
    height: 250px;
    margin-bottom: 20px;
  }
  .menber_name {
    margin-left: 20px;
    word-break: break-all;
  }
  .profile {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d9e0ea;
    box-sizing: border-box;
  }
  .prof_name {
    font-size: 18px;
    font-weight: bold
  }
  .profile dt {
    background-color: #003272;
    color: #fff;
    font-size: 15px;
    width: 90px;
    padding: 5px;
    height: 22px;
    text-align: center;
    margin-right: 15px;
  }
  .profile dd {
    width: calc(90% - 90px);
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    padding-top: 5px;
  }
    .profile dd:last-child {
        margin-bottom: 0;
    }
  .award_list dl {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-bottom: 1px dashed #99adc7;
    padding: 20px 0 10px 0;
  }
  .award_list dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 100px;
    height: 28px;
    padding: 2px 5px;
    background-color: #ccd2d9;
    color: #001d42;
    margin-bottom: 10px;
  }
  .award_list dl dd {
    width: calc(100% - 130px);
    font-size: 16px;
    padding: 3px 0 15px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 150%;
  }
  .map {
    width: 80%;
    margin: 0 auto;
  }
  .map iframe {
    height: 500px;
  }
  .map_img {
    width: 80%;
    margin: 0 auto;
  }
  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .left_movie {
    position: relative;
    width: 350px;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
  }
  .left_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .info dl {
    display: flex;
    border: 1px solid #b2c1d5;
    border-radius: 15px;
    margin-bottom: 15px;
    background-color: #fff;
  }
  .info dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 100px;
    text-align: center;
    margin: 25px 0;
    padding: 0px 10px;
    border-right: 1px solid #b2c1d5;
    color: #6684aa;
  }
  .info dl dd {
    font-size: 15px;
    width: calc(100% - 100px);
    padding: 25px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 150%;
    text-indent: 0;
  }
  .tab-none {
    display: none;
  }
  .sp-none {
    display: none;
  }
}
@media screen and (max-width:863px) {
  .equipment_txt_box {
    width: 45%;
  }
  .profile_box {
    width: 100%;
  }
  .profile {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:780px) {
  .flex_research {
    flex-direction: column-reverse;
  }
  .flex_research img {
    margin: 20px auto 0 auto;
    max-width: 300px;
  }
  .research_txt {
    padding-left: 0px;
  }
  .flex_topics {
    flex-direction: column-reverse;
  }
  .flex_topics img {
    margin: 20px auto 0 auto;
    max-width: 300px;
  }
  .topics_txt {
    padding-left: 0px;
  }
  .map {
    width: 100%;
    margin: 0 auto;
  }
  .map_img {
    width: 100%;
    margin: 0 auto;
  }
  .tab-none {
    display: block;
  }
  .sptab-none {
    display: none;
  }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  main h2 {
    font-size: 24px;
  }
  .flex_research img {
    max-width: 100%;
  }
  .flex_topics img {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .equipment_txt_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .year ul li {
    margin: 0 30px 10px 0;
  }
  .profile {
    width: 100%;
  }
  .award_list dl {
    display: block;
  }
  .award_list dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 100px;
    height: 28px;
    padding: 2px 5px;
    background-color: #ccd2d9;
    color: #001d42;
    margin-bottom: 10px;
  }
  .award_list dl dd {
    width: 100%;
    font-size: 16px;
    padding: 0px 0 15px 0px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 150%;
  }
}
@media screen and (max-width:420px) {
  .left_movie {
    width: 100%;
  }
  .profile dd {
    width: calc(83% - 90px);
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
  }
}