@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   second

--------------------------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.pc {
  display: block;
}

@media all and (max-width: 1100px) {
  .container {
    width: 92%;
  }
}

@media all and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .full-max-width {
    max-width: 100%;
  }
  

/*--------------------------------------------------------------------------------------------
  header-機構
--------------------------------------------------------------------------------------------*/
#kikou #header {
	padding: 8px 0;
	text-align: left;
}

#kikou #header header h1 {
	font-size: 20px;
}

#kikou #header header h1 span {
	font-size: 11px;
	margin: 0;
}

#ifa {
	margin: 0;
}

#ifa h2 {
	width: 100%;
	font-size: 20px;
	margin: 0 auto 20px;
}

#ifa h2 .jp {
	font-size: 16px;
}

#ifa p.lead {
	margin: 0 0 30px;
}

#ifa .centerList {
	width: 90%;
	margin: 0 auto;
}

#ifa .centerList ul {
	display: block;
}

#ifa .centerList ul li {
	width: 100%;
	margin: 0 0 20px;
}

#ifa .centerListSub {
	width: 90%;
	margin: 0 auto;
}

#ifa .centerList ul li h3 {
	font-size: 18px;
	margin-left: 0;
}

#ifa .centerListSub ul {
	display: block;
}

#ifa .centerListSub ul li {
	width: 100%;
	margin: 0 0 20px;
	display: block;
}

#ifa .centerListSub ul li h3 {
	font-size: 18px;
	margin-left: 0;
	display: block;
}

#ifa .centerList ul li h3:before,
#ifa .centerListSub ul li h3:before {
left: 0;
}


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
  header {
    padding: 0;
    height: auto;
  }

  header h1 {
    font-size: 14px;
    padding: 10px 0 10px 10px;
  }

  header h1 .font-jp {
    font-size: 26px;
  }

  header h1 .font-lato {
    font-size: 16px;
  }

  .flex {
    display: block;
  }

  nav {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right , #6AE8D8, #45CDDC , #9AF031);
    z-index: 9999;
  }

  nav.flex {
    display: none;
  }

  header nav .menu li a {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    padding: 20px 27px;
  }

  header nav .menu li {
    border-left: none;
  }

  header nav .links-top li {
    margin-left: 0;
    margin-bottom: 0;
    border: none;
  }

  header nav .links-top li {
			border-bottom: 1px solid #FFF;
		}
		
  header nav .links-top li a {
    padding: 20px 20px 20px 20px;
    font-size: 20px;
  }

  .menubt {
    z-index: 3;
    width: 48px;
    height: 48px;
    display: block;
    right: 7px;
    top: 12px;
    position: absolute;
    background-image: linear-gradient(to right , #6AE8D8, #45CDDC , #9AF031);
    background-size: contain;
  }
  
  .menubt span {
    width: 38px;
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 16px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }

  .menubt .text-menu {
    color: #fff;
    padding-top: 30px;
    text-align: center;
    font-size: 10px;
  }
		
		nav {
			background-image: none;
			top: 89px;
		}

  nav .container {
    width: 100%;
  }
		
		nav ul {
			display: block;
		}

  nav li {
    border-top: 1px solid #fff;
    padding: 0;
  }

/*--------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------*/

#banner-top h2 {
  padding: 0 0 7px 0;
  font-size: 26px;
  margin: 0 10px 5px 10px;
}

#banner-top p {
  font-size: 18px;
}

#about-top {
  margin-top: 60px;
}

.title-page {
  padding: 15px 0 20px 0;
}

.title-page h2 {
  font-size: 16px;
}

.title-page h2 span {
  font-size: 26px;
}

#about-top .container {
  padding: 25px 0 30px 0;
}

#about-top .container p {
  margin-bottom: 20px;
}

#staff-top .container {
  padding: 35px 0 0 0;
}

#staff-top .list-item {
 margin-bottom: 30px;
 display: flex;
	justify-content: flex-start;
}

#staff-top .list-item li {
  text-align: center;
  /*display: inline-block;*/
  margin: 0 auto 20px;
}

#staff-top .list-item p {
  margin-top: 5px;
  font-size: 16px;
}

#staff-top .list-item p span {
  font-size: 14px;
}

.h3-page span {
  font-size: 22px;
		padding: 0 25px 0 0;
}

.h3-page::after { 
  top: 18px;
}

footer .container {
  padding: 25px 0 20px 0;
}

footer .logo {
  font-size: 18px;
  margin-bottom: 8px;
}

footer .coppy {
  font-size: 12px;
  margin-top: 15px;
}



.position {
	padding: 30px 0 0;
}

dl.name {
	display: flex;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}

dl.name::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 26px;
	height: 3px;
	content: "";
	background-color: #6AE8D8;
}

.links {
	display: block;
	text-align: left;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.links li {
	margin: 0 0 10px;
	padding: 0;
}

.links li a {
	display: block;
	margin-right: 0;
	border: 2px solid #CCC;
	padding: 8px 20px;
	background-color: #26BBCC;
	border-radius: 8px;
	color: #FFF;
	text-align: center;
}

.links li a:hover, .links li a:active {
	background-color: #FFF;
	color: #26BBCC;
}

.staffDetail {
	display: block;
	margin: 0;
}

.staffDetail .photo {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

.staffDetail .text {
	width: 100%;
}

.staffDetail .text h3 {
	font-size: 20px;
}

.researchImage {
	padding: 30px 0 0;
}

.researchImage ul {
	display: block;
}

.researchImage ul li {
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}


/*--------------------------------------------------------------------------------------------
  教育推進機構トップ
--------------------------------------------------------------------------------------------*/
#ifa .centerList ul li .detailBtn a, #ifa .centerListSub ul li .detailBtn a {
	padding: 12px 8px;
}


/*--------------------------------------------------------------------------------------------
  基盤教育センターヘッダー
--------------------------------------------------------------------------------------------*/
#center header {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
		background-color: #FFF;
		height: auto;
}

#center #header {
border-top: 0;
border-left: 0;
border-right: 0;
}

#center header h1 {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 500;
		padding: 0;
}

#center header h1 .font-jp {
  font-size: 18px;
  font-weight: 500;
}

#center header h1 .font-lato {
  font-size: 16px;
}

#center .pan {
	display: none;
}

#center .menubt {
	background-image: none;
	background-color: #006FC8;
}

#center header nav .menu {
	background-color: #006FC8;
}

#center header nav .menu li a {
	padding:12px 8px;
	text-align: center;
	line-height: normal;
}

#center header nav .links-top {
	background-color: #FFF;
	padding-top: 10px;
}

#center header nav .links-top li {
	margin: 0;
}

#center header nav .links-top li a {
	padding:12px 8px;
	text-align: center;
	background-color: #999;
}

/*--------------------------------------------------------------------------------------------
  基盤教育センターcommon
--------------------------------------------------------------------------------------------*/
.secCont {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 0;
}

.secCont .secLead {
	margin-bottom: 20px;
}

.sectionTobira {
	min-height: inherit;
	margin-bottom: 0;
	padding: 20px 0 40px;
}

.sectionTobira::before {
	display: none;
}

.sectionTobira::after {
	display: none;
}

.sectionTobira .text {
	width: 100%;
	position: static;
}

.sectionTobira .text .inner {
 width: 90%;
	margin: 0 auto;
}

.sectionTobira .text .innerR {
 width: 90%;
	margin: 0 auto;
}

.sectionTobira.ls {
	margin-bottom: 20px;
}

#staff-top .list-item li {
	margin: 0 2% 20px;
	width: 46%;
	text-align: center;
}

#staff-top .list-item li:nth-child(3) {
	margin: 0 2% 20px;
}

#staff-top .list-item li img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.staffInfo {
	display: block;
	margin: 0 0 30px;
}

.staffInfo .text {
	width: 100%;
	margin: 0 auto;
}

.staffInfo .photo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

dl.name dt {
	font-size: 20px;
}

dl.name::after {
	width: 20px;
}

.backBtn a {
width: 100%;
}

}

