@charset "UTF-8";
/* color-setting */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #3061AD;
  text-decoration: underline;
}
main a {
  text-decoration: underline;
}
.clear-float {
	clear:both;
}
/*  a:visited {
    color: #325f95; } */
.no-list {
  list-style: none !important;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 1199px) {
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .pc_only {
    display: block;
  }
}
/* text */
.underline {
	text-decoration:underline;
}
.wrapper {}
.container-fluid {
  padding: 0 !important;
}
/*リスト種類*/
.list-arrow {
  list-style-type: none;
}
.list-arrow:before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #3061AD;
  margin-right: 0.5em;
}
.list-angle {
  list-style-type: none;
  margin-left: 1.4rem;
  text-indent: -1.2rem;
}
.list-angle:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #3061AD;
  margin-right: 0.5em;
}
.footer-nav .list-angle {
  list-style-type: none;
  margin-left:0;
  text-indent: -1.2rem;
  border-bottom: 1px solid #333;
  padding: 1rem;
  padding-top:0;
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
li.access_map {
  margin-left: 1rem;
}
li.access_map:before {
  content: '\f3c5';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.6rem;
  color: #3061AD;
  margin-right: 0.3em;
}
/* list-unstyled */
.main-content ol.list-unstyled,
.main-content ul.list-unstyled {
	padding-left:0;
}
.main-content ol.list-unstyled.list-indent,
.main-content ul.list-unstyled.list-indent {
	text-indent:-2rem;
	padding:0 2rem;
}
/*後アイコン*/
/*グローバルメニュー*/
.global_drawer_menu_list {
  margin-bottom: 0;
  background-color: #fff;
  border-top: solid 1px #ACACAC;
  border-bottom: solid 1px #ACACAC;
}
.list-group-horizontal li {
  margin-right: 1.4rem;
  list-style-position: inside;
}
.list-group-horizontal li:last-child {
  margin-right: 0;
}
.content-link div {
  padding: 0 !important;
  margin: 0 !important;
}
main {
  margin: 0 auto;
  padding-top: 0px;
  word-wrap: break-word;
}
.more {
  text-align: center;
}
.more .btn-primary {
  background-color: #fff;
  border: solid #027099 3px;
  border-radius: 6px;
}
.more a.btn {
  width: 40%;
  margin: 3.2rem auto;
  padding: 0.8rem;
  color: #027099;
  display: block;
  font-size: 1.6rem;
}
h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.h1-img {
  text-align: center;
  height: 240px;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.h1-img.about {
  background-image: url("/img/bg-abut.png");
}
.h1-img h1 {
  background-color: #fff;
  border-bottom: #027099 20px solid;
  opacity: 0.8;
  width: 580px;
  height: 150px;
  margin: 0 auto;
}
main h1 {
  border-bottom: 3px solid #E9E9E9;
  padding-bottom: 1rem;
  margin-bottom: 3.2rem;
  position: relative;
}
main h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 150px;
  height: inherit;
  border-bottom: 3px solid #027099;
}
h2 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
main h2 {
  padding-bottom: 1rem;
  margin-bottom: 3.2rem;
  position: relative;
  /* margin-top: 5rem; */
  margin-top: 0;
}
.lead-area h2 {
  border: none;
}
.lead-area h2:before {
  display: none;
}
.lead-area strong {
  font-size: 2rem;
  color: #027099;
}
h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
h4 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #3061AD;
}
h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
p, div {
  margin-bottom: 2rem;
}
.sns-btn ul li {
  list-style: none;
}
/*カルーセルメニュー*/
.multi-carousel {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.multi-carousel .carousel-inner {
  position: relative;
  width: 95%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}
.multi-carousel .carousel-control-next, .multi-carousel .carousel-control-prev {
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  /*    border-radius: 50%;
    background: white;
    border: solid 1px #3061AD;*/
}
.topics .multi-carousel .carousel-control-next {
  right: -1em;
  top: -20%;
  opacity: 1;
}
.topics .multi-carousel .carousel-control-prev {
  left: -1em;
  top: -20%;
  opacity: 1;
}
.research-area .multi-carousel .carousel-control-next {
  right: -1em;
  top: 0;
  opacity: 1;
}
.research-area .multi-carousel .carousel-control-prev {
  left: -1em;
  top: 0%;
  opacity: 1;
}
.carousel-control-next-icon {
  background-image: url("/img/cr-next.png");
  width: 30px;
  height: 30px;
}
.carousel-control-prev-icon {
  background-image: url("/img/cr-back.png");
  width: 30px;
  height: 30px;
}
.carousel-item {
  margin-bottom: -4rem;
}
#carouselButtons {
	position: absolute;
	top: 80%;
	left: -1em;
	width: 30px;
}
#carouselButtons .btn {
	width: 30px !important;
}
.topics-title {
  text-align: center;
  background-color: #3D6CB4;
  color: #fff;
  width: 50%;
  position: absolute;
  top: 0rem;
  font-size: 1.4rem;
  padding: .5rem;
}
.gakubu {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 2rem;
}
.gakubu .row {
  margin-right:0;
  margin-left:0;
}
@media screen and (max-width: 575px) {
	.gakubu .col-12.col-md-6 {
	  padding-left:0;
	  padding-right:0;
	}
}
.gakubu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gakubu-list div {
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.news-area, .news-area-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.news-area .card-text {
  flex-grow: 1;
}
.card {
  width: 280px;
  margin:0 auto;
}
img.card-img-top {
  height: 220px;
  object-fit: cover;
  object-position: top;
}
.card-text {
  font-size: 1.4rem;
}
.card-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.card-title-research {
  font-size: 1.4rem;
  font-weight: 700;
  height: 3.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.home-icon:before {
  content: '\f015';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 0.5em;
  vertical-align: bottom;
}
.news-area .btn {
  margin-left: auto;
  margin-right: auto;
  width: 22rem;
  display: block;
}
.topics .btn {
  margin-left: auto;
  margin-right: auto;
  width: 22rem;
  display: block;
}
/*パンくずリスト*/
.breadcrumb {
  padding-left: 0;
  clear: both;
  list-style: none;
  background: none;
  margin-bottom: 0.5rem;
}
.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-size: 1.2rem;
  font-weight: normal;
  /*太字*/
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #1A1311;
  /*色*/
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.8rem;
  font-family: 'Font Awesome 6 Free';
  content: '\f105';
  font-weight: 900;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 0;
  }
}
/* TOPpage */
#top-slide {
  margin-bottom: 30px;
}
#top-slide .carousel-item {
  height: 380px;
}
@media screen and (max-width: 1024px) {
  #top-slide {
    margin-bottom: 0px;
  }
  .ad-area {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .news-area, .news-area-content {
    max-width: 95%;
  }
  .gakubu {
    width: 90%;
  }
}
#top-slide .carousel-indicators {
  bottom: -55px;
}
#top-slide .carousel-indicators li {
  border-radius: 50%;
  margin: 1px 3px;
  height: 10px;
  max-width: 10px;
  background-color: #666;
  text-indent: -9999px;
}
#top-slide .carousel-control-next, #top-slide .carousel-control-prev {
  width: 5%;
}
#event-topics-list div {
  margin-bottom: 0;
}
#event-topics-list div .event-text {
  background-color: #F3F3F3;
  padding: 1rem;
}
#event-topics-list .carousel-control-prev {
  left: -70px;
  background-color: #027099;
  opacity: 1;
  top: 30%;
  height: 55px;
  width: 44px;
}
#event-topics-list .carousel-control-next {
  right: -70px;
  background-color: #027099;
  opacity: 1;
  top: 30%;
  height: 55px;
  width: 44px;
}
.news-list .nav-pills a {
  color: #2D2E2E;
  padding: 1.6rem 0;
  background-color: #E1F1FE;
  margin-right: 5px;
}
.news-list .nav-pills a:last-child {
  margin-right: 0;
}
.news-list .nav-pills .nav-link.active, .news-list .nav-pills .show > .nav-link {
  background-color: #fff;
  color: #2D2E2E;
  border-top: 3px solid #005AC7;
}
.tab-content {
  padding: 3.2rem;
}
.card-body {
  text-align: left;
}
.topics-list .card-body {
  margin-bottom: 0;
}
.topics-list .card-footer {
  margin-bottom: 0;
}
.banner-list {
  margin: 6.4rem 0;
}
.banner-list h2 {
  background-color: #005AC7;
  color: #fff;
  height: 300px;
  padding-top: 100px;
}
.banner-list ul {
  list-style: none;
  padding: 0;
}
.banner-list ul li {
  margin-bottom: 1rem;
}
.related-link {
  background-color: #E9E9E9;
  padding: 4rem 0;
  margin: 0;
}
.related-link .banner-area {
  margin-bottom: 0;
}
.related-link ul {
  padding: 0;
  margin: 0;
}
.keyword-search {
  margin: 0 auto;
  width: 860px;
}
.keyword-search .s-body {
  padding: 2rem 4rem;
  margin-bottom: 10px;
  background-color: #F5F5F5;
}
.keyword-search .s-label {
  text-align: right;
}
footer {
  text-align: center;
  background-color: #F3F3F3;
  background-image: url("/img/footer.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
footer .footer-body {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.2rem 3.2rem 1.6rem;
  text-align: left;
  color: #3B3B3B;
}
footer h1 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
footer h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
footer a {
  color: #3B3B3B;
  font-size: 1.4rem;
  line-height: 1.6;
}
footer .copy {
  text-align: center;
  font-size: 1.25rem;
  padding-bottom: 2rem;
  margin-bottom: -2rem;
}
.footer-body ul {
  padding-left: 0.2rem;
  font-size: 1.25rem;
}
.footer-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footer-sns {
  display: flex;
  flex-wrap: wrap;
}
.footer-sns div {
  text-align: center;
  margin: 0 1rem;
}
ul.footer-list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 2rem;
}
ul.footer-list li {
  padding: 0 1rem;
  border-right: solid 1px #666;
}
ul.footer-list li:last-child {
  padding: 0 1rem;
  border: none;
}
/*===============木村追記*/
body {
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}
.bg-blue {
  background-color: rgba(201, 214, 234, 0.25);
}
.bg-gray {
  background-color: #E9E9E9;
  padding: 2rem 0 0.8rem 0;
  margin: 0;
}
.bg-gray .banner-area {
  margin-bottom: 0;
}
.related-link ul {
  padding: 0;
  margin: 0;
}
.h1-img.gakubu {
  background-image: url("/img/head-gakubu.png");
}
/*===============学部用*/
.gakubu-wrapper {
  position: relative;
  width: 100%;
  padding-top: 70px;
}
@media screen and (min-width: 770px) {
  .gakubu-wrapper {
    padding-right: 8%;
    padding-left: 8%;
  }
}
.gakubu-wrapper-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .gakubu-wrapper-inner {
    max-width: 1110px;
  }
}
.top-columns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-columns-item {
  position: relative;
}
.top-columns-item._item1 {
  width: 60%;
}
.top-columns-item_image-block {
  display: block;
}
._item1 .top-columns-item_figure {
  padding-bottom: 117.98319%;
}
.top-columns-item_figure {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: none;
}
.lazyload-wrapper {
  position: relative;
  background-color: rgba(230, 230, 230, .94);
}
.top-columns-item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-columns-item_text-group {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 100%;
  letter-spacing: .04em;
  text-align: center;
  color: white;
}
.top-columns-item_text-group h2 {
  border-bottom: none;
  font-size: 3em;
  margin: 0;
}
.top-columns-item_text-group h2:before {
  border-bottom: none;
}
.top-columns-item_text-group .gakubu-en {
  border-bottom: none;
  font-size: 1.6em;
  letter-spacing: -0.08em;
  margin-top: 1em;
}
.gakubu-en {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.top-columns-item._item2 {
  width: 500px;
  left: 500px;
  position: absolute;
  top: 150px;
  letter-spacing: .04em;
  padding: 0.6em 2em 0em 2em;
  background-color: #F6F6F6;
  text-align: left;
  color: white;
  box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, .16);
  font-size: 1.5em;
  color: #707070;
  z-index: 3
}
.top-columns-item_text-group-right1 {}
.green .top-columns-item._item3 {
  background-color: #3C6857;
}
.purple .top-columns-item._item3 {
  background-color: #5C5E7B;
}
.red .top-columns-item._item3 {
  background-color: #925647;
}
.orange .top-columns-item._item3 {
  background-color: #BE853F;
}
.top-columns-item._item3 {
  width: 500px;
  position: absolute;
  top: 230px;
  left: 550px;
  letter-spacing: .04em;
  padding: 3em 1em 1em 1em;
  font-size: 0.8em;
  box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, .16);
  text-align: left;
  color: white;
  z-index: 2
}
.top-columns-item._item4 {
  width: 500px;
  position: absolute;
  top: 370px;
  left: 550px;
  letter-spacing: .04em;
  padding: 3em 1em 1em 1em;
  box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, .16);
  background-color: #FFFFFF;
  text-align: left;
  opacity: 0.88;
  color: #3B3B3B;
  z-index: 2
}
._item4 dl {}
._item4 dl dt {
  font-size: 1.2em;
  margin-left: .5em;
}
._item4 dl dd {
  font-size: 0.8em;
  margin-left: 2em;
  margin-bottom: 3em
}
/*ボタン*/
.top-columns-item_text-group ul {
  margin-top: 5em;
}
.top-columns-item_text-group li {
  list-style-type: none;
}
a.btn-flat {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 6rem;
  border-radius: 0;
  background: #fff;
  opacity: .9;
  border: none;
  width: 78%;
  margin-bottom: 1em;
  z-index: 3;
}
a.btn-flat .gakka-text {
  position: sticky;
  color: #707070;
  font-size: 1.5em;
  z-index: 6;
  width: 100%;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100px;
  height: 100px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-23px);
  transform: translateX(-80%) translateY(-23px);
  border-radius: 50%;
}
.green a.btn-flat:before {
  background: #28AAAA;
}
.purple a.btn-flat:before {
  background: #8588B3;
}
.red a.btn-flat:before {
  background: #CF8A79;
}
.orange a.btn-flat:before {
  background: #E7AD64;
}
a.btn-flat:hover .gakka-text {
  color: #fff;
}
a.btn-flat:hover {
  color: #fff;
}
a.btn-flat:hover:before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}
.fa-position-right {
  z-index: 6;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.btn-yellow, a.btn-yellow {
  font-size: 1.4rem;
  color: #333;
  background-color: #F9FF4A;
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-yellow:hover, a.btn-yellow:hover {
  color: #333;
  background: #FDFFB7;
}
.btn-gray, a.btn-gray {
  font-size: 1.4rem;
  color: #333;
  background-color: #F3F3F3;
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.12);
}
.btn-gray:hover, a.btn-gray:hover {
  color: #333;
  background: #CCCCCC;
}
.voice-area .voice-list {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.voice-area .voice-list .card {
  margin: 0 auto;
  border: none;
}
.voice-area .voice-list .card .card-body {
  background-color: #333333;
  color: #fff;
}
.voice-area .btn {
  border-bottom: solid 1px #707070;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*    width: 9em;*/
  background: none;
  box-shadow: none;
}
#mainvisual {
  margin: 0;
}
#mainvisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:999px){
	#mainvisual img {
		height:70vh;
	}
}

#toppage h2.heading {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 2em;
  margin-top: 3em;
  color: #3061AD;
}
#toppage h2.heading-en {
  margin-bottom: 2.5em;
}
#toppage h2.heading::before {
  width: 0;
  height: 0;
}
#toppage h2.heading::after {
  content: url(/img/shiga.png);
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#toppage h2.heading-en::after {
  top: 60%;
}
.heading .heading-small {
  font-size: 0.5em;
}
.flagship-area {
  background-image: url(/img/top-image2.jpg);
  background-size: cover;
  background-position-y: center;
  height: 600px;
}
.flagship-left {
  float: left;
  width: 45%;
  padding-left: 5%;
}
.flagship-left h2 {
  font-weight: bold;
  margin-top: 2em;
  margin-left: 5%;
  padding: 1em 3em 1em 0em;
  width: 75%;
  border: none;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.flagship-left-en h2 {
  font-weight: 700;
  letter-spacing: .6px;
}
.flagship-left .message {
  margin-left: 5%;
  padding-left: 0em;
  width: 75%;
  font-weight: 500;
  font-size: 1.4rem;
}
.flagship-left-en .message {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
}
.flagship-right {
  padding-right: 10%;
  width: 55%;
  float: right;
}
.flagship-right .list {
  margin-top: 3em;
}
/*
.flagship-right .list-col{
margin-bottom:4em;
}
*/
.flagship-right a {
	text-align: center;
	display: flex;
	width: 16em;
	height: 7em;
	color: white;
	outline: 2px solid white;
	outline-offset: -10px;
	padding: 0.2em 0.5em;
	background-size: cover;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.flagship-right a {
		width: 14em;
		height: 7em;
	}
}
@media screen and (max-width: 576px) {
	.flagship-right a {
		width: 12em;
		height: 7em;
	}
}
@media screen and (max-width: 428px) {
	.flagship-right a {
		width: 10em;
		height: 7em;
	}
}
.flagship-right-en {
  margin-top: 5%;
}
.flagship-right-en a {
  font-weight: 500;
}
.flagship-area .vi1, .flagship-area .vi2, .flagship-area .vi3, .flagship-area .vi4, .flagship-area .vi5, .flagship-area .vi6 {}
.flagship-area .vi1 a {
  background-image: url(/img/vi1.png);
}
.flagship-area .vi2 a {
  background-image: url(/img/vi2.png);
}
.flagship-area .vi3 a {
  background-image: url(/img/vi3.png);
}
.flagship-area .vi4 a {
  background-image: url(/img/vi4.png);
}
.flagship-area .vi5 a {
  background-image: url(/img/vi5.png);
}
.flagship-area .vi6 a {
  background-image: url(/img/vi6.png);
}
.rakuichi-area {
  width: 100%;
  height: 100%;
  background-image: url(/img/top-rakuichi.png);
  background-size: contain;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.rakuichi-area .rakuichi-circle {
  width: 23em;
  height: 23em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.rakuichi-area .rakuichi-circle .rakuichi-text {}
.rakuichi-area .rakuichi-circle h3 {
  margin-top: 21px;
  font-size: xxx-large;
  padding-top: 1.6em;
}
.rakuichi-area .rakuichi-circle rt {
  font-size: 25%;
}
.research-area {
  max-width: 1280px;
}
.research-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.research-left {
  width: 30%;
  margin-bottom: -2rem;
}
.research-left h2 {
  font-weight: bold;
  margin-top: 2em;
  /*	padding:1em 3em 1em 3em;*/
  width: 80%;
  border: none;
  line-height: 1.5em;
}
.research-right .message {
  margin-top: 6.5em;
  font-size: .8em;
  line-height: 1.7;
  width: 90%;
}
.research-main .card {
  width: 100%;
  padding-top: 3rem;
  padding-left: 10%;
  padding-right: 10%;
  box-shadow: 1px 3px 20px -6px rgba(0, 0, 0, 0.2);
}
.research-main .card .card-title {}
.research-main .card .card-sdgs {
  margin-bottom: 0.5em;
}
.research-main .card .card-sdgs img {
  width: 4rem;
  margin-right: 0.4rem;
}
.research-main .card .card-photo {
  margin-bottom: 0.5em;
}
.research-main .card .card-body {
  padding: 0;
}
.research-main .btn {
  width: 28rem;
  display: block;
  margin-top: 4rem;
}
.research-button {
display: flex;
justify-content: center;
gap: 2rem;
margin: 0 2rem;
}
.link-area {
  padding-top: 5rem;
}
.link-area .row {
  display: flex;
}
.link-area .link-b {
  margin-left: 1px;
  margin-right: -7px;
}
.link-area .link-b a {
 text-decoration:none;
}
.link-area .link-b .link-b-box {
  left: 0.5em;
}
.link-area .link-t img {
  width: 80%;
  /*width:150px;
height:150px;*/
}
.link-area .link-b .btn {
  width: 96%;
  height: 6em;
  display: table;
  border-radius: 0px;
  position: relative;
}
.link-area .link-b img {
  max-width: 80%;
  max-height: 4.5em;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.link-area .link-b p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5em;
  color: #3061AD;
  font-weight: bold;
}
.double_line {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: solid 1px #3061AD; /* 内枠のスタイル */
}
.double_line::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -12px;
  right: -12px;
  border: solid 2px #3061AD; /* 外枠のスタイル */
  z-index: -1;
}
.col-five-1, .col-five-2, .col-five-3, .col-five-4 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-five-1 {
    width: 16.6%;
    flex: 0 0 16.6%;
    float: left;
}
.col-five-2 {
  width: 40%;
  flex: 0 0 40%;
  float: left;
}
.col-five-3 {
  width: 60%;
  flex: 0 0 60%;
  float: left;
}
.col-five-4 {
  width: 80%;
  flex: 0 0 80%;
  float: left;
}
.nyushi-area {
  margin-top: 7em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
	.nyushi-area {
		margin-top: 4em;
	}
}
.ad {
  border: solid 1px #D1D1D1;
  margin-bottom: 8rem;
}
.ad-title {
  display: flex;
  background-color: #F3F3F3;
  padding: 0.8rem 2rem 0 3rem;
}
h2.ad-h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  width: 160px;
}
.ad-text {
  font-size: 1.4rem;
  margin-top: 2px;
  margin-bottom: 0;
}
.ad-area {
  display: flex;
  padding: 0 3rem;
  margin-bottom: 0;
  column-gap: 4rem;
  flex-wrap: wrap;
}
.green .gakubu-en {
  background: linear-gradient(transparent 25%, #28AAAA 50%, transparent 25%);
}
.purple .gakubu-en {
  background: linear-gradient(transparent 25%, #8588B3 50%, transparent 25%);
}
.orange .gakubu-en {
  background: linear-gradient(transparent 25%, #E7AD64 50%, transparent 25%);
}
.red .gakubu-en {
  background: linear-gradient(transparent 25%, #CF8A79 50%, transparent 25%);
}
/*タブ付きボックス*/
/* ▼タブ機能の掲載領域の装飾(※必須ではありません) */
.tabbox {
  margin: 0px;
  padding: 1em;
  background-color: #fff;
}
/* ▼タブ機能を制御するラジオボタン(非表示にする) */
.tabbox input {
  /* display: none; */
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  position: absolute;
}
/* ▼タブ(共通装飾＋非選択状態の装飾) */
.tab {
  width: 16.25%;
  display: inline-block;
  border-style: none;
  padding: 0.75em 1em;
  color: black;
  background-color: #EAEAEA;
  font-weight: 400;
  font-size: 1.5rem;
}
/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
  background-color: #4DBE9;
  cursor: pointer;
}
/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
input:checked + .tab {
  color: white;
  background-color: #3061AD;
  position: relative;
  z-index: 10;
}
/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
  display: none;
  margin-top: -1px;
  padding: 1em 0 0em 0;
  position: relative;
  z-index: 0;
  background-color: #fff;
}

/* 入試情報トップ */
.tabbox.nyushi {
  margin: 0px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #D1D1D1;
}
.tabbox.nyushi label {
  margin:0;
  padding:0;
}
/* ▼タブ(共通装飾＋非選択状態の装飾) */
.tabbox.nyushi .tab {
  width: 50%;
  display: inline-block;
  border-style: none;
  padding: 0.75em 1em;
  color: black;
  background-color: #EEF2F8;
  font-weight: 400;
  font-size: 1.5rem;
}
.tabbox.nyushi input:checked + .tab {
    color: #333;
    background-color: #fff !important;
}
.tabbox.nyushi .tabcontent {
  padding:2rem;
}
/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#tabcheck1:checked ~ #tabcontent1 {
  display: block;
}
#tabcheck2:checked ~ #tabcontent2 {
  display: block;
}
#tabcheck3:checked ~ #tabcontent3 {
  display: block;
}
#tabcheck4:checked ~ #tabcontent4 {
  display: block;
}
#tabcheck5:checked ~ #tabcontent5 {
  display: block;
}
#tabcheck6:checked ~ #tabcontent6 {
  display: block;
}
.tabcontent ul {
  width: 100%;
}
.tabcontent li {
  display: flex;
  padding: 15px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
	.tabcontent li {
	  display: block;
	}
	.tabcontent .day {
	    text-align:left;
	}
}
.tabcontent .day {
  margin: 0 2em;
}
.tabcontent .label {
  text-align: center;
  background-color: #3D6CB4;
  border-radius: 2px;
  color: #fff;
  padding: 4px 10px;
  margin: 0 2em;
  width: 5em;
}
.tabcontent .text {
  margin: 0 2em;
  text-align: left;
}
.btn-blue {
  font-size: 1em;
  /*margin-top:2em;*/
  margin-bottom: 4em;
  width: 80%;
  height: 3em;
  border: 2px solid #3D6CB4;
  border-radius: 0;
  color: #3D6CB4;
}
.btn-blue2 {
  font-size: 1em;
  height: 3em;
  border: 2px solid #3D6CB4;
  border-radius: 0;
  color: #3D6CB4;
  padding: 0 4rem;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue2:hover, .btn-blue2:focus {
  background-color: #3D6CB4;
  border-color: #3D6CB4;
  color: #fff;
  text-decoration: none;
}
.heading {
  margin-top: 2em;
}
.important-box {
  /*table*/
  width: 100%;
  border: 5px solid #D80000;
}
.important-box .important-title {
  /*th*/
  background: #D80000;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 20%;
}
.important-box .important-innr {
  /*td*/
  padding-left: 1rem;
}
.important-box .important-list {
  margin-top: 1rem;
}
.important-box .important-item {
  list-style-type: none;
  position: relative;
}
.important-box .important-item .important-day {
  display:inline;
  margin-bottom: 0.5rem;
}
.important-box .important-item .important-link .important-bulletin-message {
  margin-bottom: 0.5rem;
  margin-left:2rem;
  display:inline;
}
@media screen and (max-width:767px) {
	.important-box .important-item .important-day {
	  display:block;
	}
	.important-box .important-item .important-link .important-bulletin-message {
	  margin-left:0;
	  display:block;
	}
}
a.important-link {
  text-decoration: underline;
}
.important-item:before {
  content: '?';
  position: absolute;
  margin-left: -20px;
}
.card-title-en {
  font-size: 1.4rem;
  font-weight: 600;
}
.card-text-en {
  font-size: 1.4rem;
}
#page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 2%;
  bottom: 20px;
  background: #3061AD;
}
#page-top::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  color: #fff;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 2.2rem;
}
#page-top::after {
  content: 'TOP';
  color: #fff;
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 1.4rem;
}
/*第三階層ページ用*/
/* #article追記 */
main h1.lv3, #article main h1 {
  background: url(/img/h1-lv3.png) no-repeat left -50px bottom 50%;
  background-size: auto 40px;
  background-color: #3061AD;
  padding: 2rem 2rem 2rem 5rem;
  border-radius: 3px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-bottom: none;
}
main h1.lv3:before, #article main h1:before {
  border-bottom: none;
}
main h2.lv3, #article main h2 {
  position: relative;
  background: rgba(201, 214, 234, 0.32);
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 5rem;
  border-left: none;
  margin-bottom: 2rem;
}
main h2.lv3:before, #article main h2:before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 4px;
  height: 50%;
  content: '';
  border-radius: 3px;
  background: #3061AD;
}
main h3.lv3, #article main h3 {
  border-bottom: solid 3px #3061AD;
  padding: 1rem 0 1rem 0.8rem;
}
p.lv3, #article p {
  /* margin: 0 0 3.2rem 2rem; */
  margin: 0 0 2rem 0;
  /* text-align: justify; */
}
#article dl {
  margin: 0 0 2rem 0;
}
.main-lv3 {
  padding-top: 2rem;
}
.content-lv3 {
  margin-top: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1112px) {
  img.card-img-top {
    height: auto;
  }
  #toppage img.card-img-top {
    height: 220px;
  }
  .research-title {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .research-left {
    width: 40%;
  }
  .research-right .message {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .tab {
    width: 15.45%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:991px) {
  .important-box {}
  .important-box .important-title, .important-box .important-innr {
    display: block;
    width: 100%;
  }
  .tab {
    width: 31.2%;
  }
  .research-left {
    width: 80%;
  }
  .col-five-1 {
    width: 50%;
    flex: 0 0 50%;
  }
  .link-area .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .link-area .link-t img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-columns-item {
    position: static;
  }
  .top-columns-item._item1 {
    width: 100%;
    margin-bottom: 0;
  }
  .top-columns-item._item2, .top-columns-item._item3, .top-columns-item._item4 {
    margin-bottom: 0;
    width: 100%;
    position: static;
  }
  .top-columns-item_text-group ul {
    margin-left: -60px;
  }
  .top-columns-item_text-group li {
    width: 120%;
  }
  footer h1 {
    font-size: 1.8rem;
  }
  footer p {
    font-size: 1.4rem;
  }
  .footer-title {
    flex-direction: column;
  }
  .footer-title p span {
    display: inline-block;
  }
  .footer-sns {
    margin: -2rem 0 -1rem;
  }
  .footer-sns div {
    margin: 0 1rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .nyushi-area {
    width: 100%;
  }
  .nyushi-area .nyushi-all .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nyushi-area .nyushi-all .row ul {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.nyushi-all {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.nyushi-area .nyushi-title {
  background: url("/img/top-nyushi.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
}
.nyushi-area .nyushi-title h2 {
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
.nyushi-area .nyushi-date {}
.nyushi-news {
  margin-top: 1px;
}
.nyushi-news a{
  text-decoration:none;
}
.nyushi-area .nyushi-news ul {
  list-style-type: none;
  font-size: 1.4rem;
}
.nyushi-area .nyushi-news ul li {
  padding-top: 1em;
  list-style-type: none;
  border-top: solid 1px #333;
}
.nyushi-area .nyushi-news ul li:last-child {
  border-bottom: solid 1px #333;
}
.nyushi-area .nyushi-news .nyushi-date {
  margin-bottom: 0.4em;
  font-weight: 700;
}
.nyushi-area .nyushi-title .detail .button {
  display: inline-block;
  cursor: pointer; /* カーソル形状 */
  transition: .3s; /* なめらか変化 */
}
.nyushi-area .nyushi-title .detail .button:hover {
  transform: scale(1.1, 1.1); /* 拡大 */
}
.detail {
  background: #fff;
  padding: 0.75rem 4.8rem;
  cursor: pointer; /* カーソル形状 */
}
.detail:hover {
  text-decoration: none;
  background: transparent;
  outline: solid 2px #fff;
  outline-offset: -2px;
}
.detail:hover a {
  color: #fff;
  text-decoration: none;
}
.detail a {
  font-weight: 500;
  color: #575660;
}
/*■■■flagship■■■*/
@media screen and (max-width: 950px) {
  .flagship-area {
    height: 100%;
  }
  .flagship-left, .flagship-right {
    padding-left: 5%;
    padding-right: 5%;
    float: none;
    width: 100%;
  }
  .flagship-left h2 {
    width: 100%;
  }
  .flagship-left .message {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flagship-left .message {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  ul.important-list {
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .nyushi-area .nyushi-title {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .tabbox {
    padding: 0;
  }
  .tab {
    font-size: 1.3rem;
    padding: 0.75em 0.2em;
  }
  .gakubu {
    width: 100%;
  }
  .gakubu-list {
    flex-direction: column;
  }
  .gakubu-list div {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .bg-blue {
    background-color: #fff;
  }
  .research-title {
    flex-direction: column;
    align-items: center;
  }
  .research-right .message {
    margin-top: 0;
  }
  .research-left h2 {
    width: auto;
  }
  .research-right .message {
    font-size: .9em;
  }
  .link-area .row {
    width: auto;
  }
  .link-area .link-t img {
    width: 90%;
  }
  .link-area .link-b p {
    font-size: 1.3em;
  }
  .link-area .link-b img {
    max-width: 90%;
  }
  .ad-area {
    column-gap: 1rem;
    padding: 0 1rem 0 1.75rem;
  }
  .ad-banner {
    flex: 0 0 48%;
    max-width: 48%;
  }
  h2.ad-h2 {
    width: 120px;
  }
  .ad-title {
    padding: 0.75rem 1rem 0 1.5rem;
  }
  .ad-text {
    font-size: 1.25rem;
    margin-top: 3px;
  }
  ul.footer-list {
    justify-content: flex-start;
    margin-left: 1.6rem;
    margin-right: 0.5rem;
  }
  ul.footer-list li {
    margin-bottom: 1rem;
  }
}
a.link, a.file, .file a {
  text-decoration: underline;
}
/* table */
table {
    margin-bottom: 1rem;
    color: #212529;
}
table th {
    text-align: center;
    font-weight:bold;
    background-color: #F3F3F3;
}
/* table-responsive */
@media screen and (max-width: 1199px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .table-responsive table td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .table-responsive table td table {
    width: auto !important;
  }
}
.table th, .table td {
  vertical-align: middle;
}
/* 学部色分け */
/* 環境科学部 */
#article #kankyo h1 {
	background-color: #077B7A;
}
#article #kankyo h2,
#article #kankyo h3,
#article #kankyo h4,
#article #kankyo h5{
	color: #077B7A;
}
#article #kankyo h2 {
	background: rgba(26,121,126, 0.06);
}
#article #kankyo h2:before {
	background: #077B7A;
}
#article #kankyo h3 {
	border-bottom: solid 3px #077B7A;
}
#article #kankyo .menu ul li a {
	background-color: rgba(26,121,126, 0.3);
}
#article #kankyo .menu ul li a:hover,
#article #kankyo .menu ul li a:active{
	text-decoration: underline;
}
#article main#kankyo .table-type2 th {
	background-color: #077B7A;
}
#article #kankyo .point_box {
	background-color: #077B7A;
}
/* 工学部 */
#article #kogaku h1 {
	background-color: #6c7199;
}
#article #kogaku h2,
#article #kogaku h3,
#article #kogaku h4,
#article #kogaku h5{
	color: #6c7199;
}
#article #kogaku h2 {
	background: rgba(87,95,159, 0.06);
}
#article #kogaku h2:before {
	background: #6c7199;
}
#article #kogaku h3 {
	border-bottom: solid 3px #6c7199;
}
#article #kogaku .menu ul li a {
	background-color: rgba(87,95,159, 0.3);
}
#article #kogaku .menu ul li a:hover,
#article #kogaku .menu ul li a:active{
	text-decoration: underline;
}
#article main#kogaku .table-type2 th {
	background-color: #6c7199;
}
#article #kogaku .point_box {
	background-color: #6c7199;
}
/* &#31532;&#19968;&#36275;&#29699;&#32593;学部 */
#article #jinbun h1 {
	background-color: #bc5455;
}
#article #jinbun h2,
#article #jinbun h3,
#article #jinbun h4,
#article #jinbun h5{
	color: #bc5455;
}
#article #jinbun h2 {
	background: rgba(213,104,61,0.06);
}
#article #jinbun h2:before {
	background: #bc5455;
}
#article #jinbun h3 {
	border-bottom: solid 3px #bc5455;
}
#article #jinbun .menu ul li a {
	background-color: rgba(213,104,61,0.3);
}
#article #jinbun .menu ul li a:hover,
#article #jinbun .menu ul li a:active{
	text-decoration: underline;
}
#article main#jinbun .table-type2 th {
	background-color: #bc5455;
}
#article #jinbun .point_box {
	background-color: #bc5455;
}
/* 人間看護学部 */
#article #nursing h1 {
	background-color: #a25f11;
}
#article #nursing h2,
#article #nursing h3,
#article #nursing h4,
#article #nursing h5{
	color: #a25f11;
}
#article #nursing h2 {
	background: rgba(221,128,41,0.06);
}
#article #nursing h2:before {
	background: #a25f11;
}
#article #nursing h3 {
	border-bottom: solid 3px #a25f11;
}
#article #nursing .menu ul li a {
	background-color: rgba(221,128,41,0.3);
}
#article #nursing .menu ul li a:hover,
#article #nursing .menu ul li a:active{
	text-decoration: underline;
}
#article main#nursing .table-type2 th {
	background-color: #a25f11;
}
#article #nursing .point_box {
	background-color: #a25f11;
}
/* 人間看護学部 */
#article #nursing h1 {
	background-color: #a25f11;
}
#article #nursing h2,
#article #nursing h3,
#article #nursing h4,
#article #nursing h5{
	color: #a25f11;
}
#article #nursing h2 {
	background: rgba(221,128,41,0.06);
}
#article #nursing h2:before {
	background: #a25f11;
}
#article #nursing h3 {
	border-bottom: solid 3px #a25f11;
}
#article #nursing .menu ul li a {
	background-color: rgba(221,128,41,0.3);
}
#article #nursing .menu ul li a:hover,
#article #nursing .menu ul li a:active{
	text-decoration: underline;
}
#article main#nursing .table-type2 th {
	background-color: #a25f11;
}
#article #nursing .point_box {
	background-color: #a25f11;
}
body#editor-input-content {
	padding: 10px !important;
}
/* iframe */
iframe[src*="youtube.com"] {
  width: 100%; /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 16/9;
}
iframe.res {
  width: 100%; /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 16/9;
}
.search_container input[type="submit"]:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.flagship-area a:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.btn.btn-gray:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.carousel-control-prev:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.carousel-control-next:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}
/* EWBC */
#pt_control_base + .wrapper #header {
	margin-top:54px;
}
#pt_control_base + .wrapper .cate-title {
	margin-top:218px;
}
#pt_control_base + .wrapper .container.main {
	margin-top:218px;
}
#pt_control_base + .wrapper .cate-title + .container.main {
	margin-top:0;
}
@media print {
	body {
		width: 1600px !important;
		zoom: .8;
		margin-top:0 !important;
	}
	.sp_only {
		display: none !important;
	}
	.header_nav {
		position: relative !important;
	}
	#page-top,#side-nav {
		display:none !important;
	}
	img,.card,section {
		break-inside: avoid;
	}
}
.research-main .btn.btn-blue {
	width: 32rem;
}
/* フローティングバナー */
.floating-banner {
  position: fixed; 
  z-index: 99999; 
  bottom: 40%;
  right: 0;
}

.research-main .btn.btn-blue {
	width: 32rem;
	line-height:1;
}

/* フォーム 項目の説明 */
p.muted {
	white-space: pre-line;
	padding-top: calc(0.375rem + 1px);
}

/* 大バナー */
button.splide__toggle {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    border: none;
    left: calc(50% - 95px);
}