@charset 'utf-8';

html,body{
	font-size:16px;
}
body{
	font-family:'Roboto',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#323232;
}
a{
	color:#2087bd;
}
img{
	display:block;
	max-width:100%;
	margin:auto;
}
li{
	list-style-type:none;
	margin:0;
}
section{
	padding:40px 0;
}
.container{
	width:960px;
	margin:auto;
}
.content-title{
	text-align:center;
}
.content-title h2{
	font-size:2rem;
	color:#006E00;
	margin-bottom:15px;
}
.content-title span{
	display:block;
	color:#006E00;
	font-weight:bold;
	margin-bottom:5px;
}
header{
	display:flex;
	flex-direction:column;
}
.unav{
	background:#8E8E8E;
}
.unav ul{
	display:flex;
	border-right:1px solid #fff;
}
.unav li{
	width:calc(100% / 5);
	border-left:1px solid #fff;
}
#en .unav li{
	width: calc(100% / 4);
}
.unav a{
	display:block;
	width:100%;
	padding:10px 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:0.9rem;
	transition:all .3s;
}
.unav a:hover{
	background:#737373;
}
.hd-logo .container{
	display:flex;
	justify-content:space-between;
	padding:35px 0;
}
.hd-logo h1 img,
.ft-title img{
	display:inline-block;
	width:37px;
	vertical-align:bottom;
	margin-right:5px;
}
.hd-logo h1 span,
.ft-title span{
	display:inline-block;
	font-size:1.7rem;
	color:#006D00;
	vertical-align:middle;
	margin-right:8px;
}
.hd-logo h1 span:nth-of-type(2),
.ft-title span:nth-of-type(2){
	font-size:0.65rem;
	color:#79C800;
	width:162px;
}
.hd-nav{
	display:flex;
	align-items:center;
	max-width: 270px;
}
.hd-nav a{
	display:block;
	background:#2B9CD8;
	padding:6px 7px;
	font-size:0.9rem;
	color:#fff;
	text-decoration:none;
	margin-right:8px;
	transition:all .3s;
}
.hd-nav a:hover{
	opacity:0.8;
}

.hd-twitter{
	display:flex;
	align-items:center;
	max-width: 270px;
}


.search .gsc-control-cse{
	padding:0;
}
.search form.gsc-search-box{
	margin:0;
	position:relative;
}
.search table.gsc-search-box{
	margin:0;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding:0;
	margin-right:20px;
}
.search .gsc-search-button-v2{
	padding:5px 15px;
	background:#79c800;
}
.search .gsib_a{
	padding:5px 6px 0;
}
.main-menu{
	background:#79C800;
	position:relative;
}
.main-menu .container>ul{
	display:flex;
	border-right:1px solid #fff;
}
.main-menu .container>ul>li{
	width:calc(100% / 7);
	border-left:1px solid #fff;
	transition:all .3s;
}
.main-menu .container>ul>li:nth-last-child(1){
	background:#5E9B00;
}
.main-menu .container>ul>li:nth-last-child(2){
	background:#E05200;
}
.main-menu .container>ul>li:hover{
	background:#4c7d00;
}
.main-menu .container>ul>li:hover .sub-menu{
	opacity:1;
	visibility:visible;
	transition:all .3s;
}
.main-menu .container>ul>li>a{
	display:block;
	height:100%;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-size:0.9rem;
	line-height:1.2;
	padding:10px 0;
	box-sizing:border-box;
}
.main-menu .container>ul>li.current {
	background: #5E9B00;
}
.main-menu img{
	height:28px;
	margin:0 auto 10px;
}
.main-menu .sub-menu{
	display:flex;
	justify-content:center;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.85);
	padding:50px 0;
	z-index:2;
}
.main-menu .sub-menu ul{
	width:960px;
}
.main-menu .sub-menu li{
	display:inline-block;
}
.main-menu .sub-menu a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:0.9rem;
	padding-left:23px;
	margin:0 20px 20px 0;
	position:relative;
	transition:all .3s;
}
.main-menu .sub-menu a::before{
	content:'';
	display:block;
	background-image:url(../images/arrow-green.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	position:absolute;
	top:50%;
	left:0;
	width:17px;
	height:17px;
	transform:translateY(-50%);
}
.main-menu .sub-menu a:hover{
	opacity:0.6;
}
.font_small {
	font-size: .7rem;
}
.main-visual{
	width:100%;
	overflow: hidden;
}
.main-visual img{
	height:580px;
	object-fit:cover;
}
.contents-menu ul{
	display:flex;
}
.contents-menu ul a{
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.contents-menu ul h2{
	color:#006E00;
	font-size:2rem;
}
.education a h2{
	color:#76B40A;
}
.awards a h2{
	color:#2B9CD8;
}
.contents-menu ul h2 span{
	display:block;
	font-size:1rem;
	margin:8px 0;
}
.contents-menu .more{
	background:#006D00;
	padding:10px 0;
	position:relative;
}
.education .more{
	background:#76B40A;
}
.awards .more{
	background:#2B9CD8;
}
.contents-menu .more::after{
	content:'';
	display:block;
	background-image:url(../images/arrow-white.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	right:25px;
	transform:translateY(-50%);
	transition:all .3s;
}
.contents-menu ul a:hover .more::after{
	right:15px;
}
.news{
	background:#F7F9F9;
}
.news-area{
	height:680px;
	overflow-y:scroll;
}
.news-area ul{
	display:flex;
	flex-wrap:wrap;
}
.news-area li{
	width:calc(100% / 3 - 8px);
	margin:3px;
}
.news-item{
	display:block;
	background:#fff;
	text-decoration:none;
	color:#646464;
	font-size:0.9rem;
	line-height:1.5;
	overflow:hidden;
}
.news-item figure{
	overflow:hidden;
}
.news-item img{
	transition:all .3s;
	height: 200px;
	-webkit-object-fit: contain;
    object-fit: contain;
}
.news-item:hover img{
	transform:scale(1.1);
}
.news-item div{
	padding:8px 8px 0;
}
.news-item p{
	padding:5px 8px;
}
.tag{
	display:inline-block;
	background:#006D00;
	padding:3px 5px;
	color:#fff;
	margin-right:7px;
}
.tag02{
	background:#2B9CD8;
}
.tag03{
	background:#FF8900;
}
.tag04{
	background:#76B40A;
}
.tag05{
	background:#EE0BB5;
}
.more-btn{
	display:flex;
	justify-content:center;
	padding:30px 0;
}
.more-btn a{
	display:flex;
	justify-content:center;
	align-items:center;
	background:#006D00;
	width:150px;
	height:150px;
	text-align:center;
	border-radius:50%;
	margin:20px;
	color:#fff;
	line-height:1.3;
	text-decoration:none;
	position:relative;
}
.more-btn a::after{
	content:'';
	display:block;
	background-image:url(../images/arrow-white.png);
	background-size:contain;
	width:17px;
	height:17px;
	position:absolute;
	bottom:25px;
	left:50%;
	transform:translateX(-50%);
	transition:all .3s;
}
.more-btn .awards-more{
	background:#2B9CD8;
}
.more-btn a:hover::after{
	left:52%;
}
.professor-list img {
	width: 190px;
}
.event-area{
	height:375px;
	overflow-y:scroll;
	font-size:0.9rem;
	line-height:1.5;
}
.event-area dl{
	display:flex;
	flex-wrap:wrap;
}
.event-area dt,
.event-area dd{
	padding:15px 0;
}
.event-area dt:nth-of-type(2n),
.event-area dd:nth-of-type(2n){
	background:#eee;
}
.event-area dt{
	width:250px;
}
.event-area dd{
	width:calc(100% - 260px);
	padding-right:10px;
}
.event-area .tag{
	margin-left:10px;
}

.lecture-area dl{
	display:flex;
	flex-wrap:wrap;
}
.lecture-area dt,
.lecture-area dd{
	padding:2px 0;
}
.lecture-area dt:nth-of-type(2n),
.lecture-area dd:nth-of-type(2n){
	background:#eee;
}
.lecture-area dt{
	width:150px;
}
.lecture-area dd{
	width:calc(100% - 160px);
	padding-right:10px;
}
.lecture-area .tag{
	margin-left:2px;
}
.lecture-area{
	height:160px;
	overflow-y:scroll;
}

footer{
	background:#8E8E8E;
	color:#fff;
	margin-top:50px;
	padding-top:30px;
	position:relative;
}
footer .container{
	position:relative;
}
.ft-title{
	margin-bottom:20px;
}
.ft-title span{
	color:#fff;
}
.ft-title span:nth-of-type(2){
	color:#fff;
}
.ft-nav{
	font-size:0.9rem;
	margin-bottom:35px;
}
.ft-nav>ul{
	display:flex;
}
.ft-nav>ul>li{
	padding-right:40px;
}
.ft-nav>ul>li>a{
	color:#fff;
	text-decoration:none;
}
.ft-nav a:hover{
	opacity:0.6;
}
.ft-nav>ul img{
	height:17px;
	display:inline-block;
	margin-right:5px;
}
.ft-nav .sub-menu{
	margin-top:7px;
	margin-left:35px;
}
.ft-nav .sub-menu a{
	line-height:1.8;
	color:#fff;
	text-decoration:none;
}
.address{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.ft-address{
	line-height:1.5;
}
.ft-address a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.ft-address a:hover{
	opacity:0.6;
}
.link-area{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.link-area a{
	display:block;
}
.link-area a:hover{
	opacity:0.8;
}
.copy{
	font-size:0.8rem;
	text-align:center;
	padding:10px 0 20px;
	line-height:1.3;
}
#page-top{
	position:absolute;
	top:-85px;
	right:10px;
}
#page-top a{
	display:block;
}
#page-top img{
	width:40px;
}
#sp-btn{
	display:none;
	position:fixed;
	top:15px;
	right:3px;
	width:40px;
	height:40px;
	cursor:pointer;
	z-index:20;
}
#sp-btn span{
	position:absolute;
	top:20px;
	left:0;
	right:0;
	width:34px;
	height:3px;
	background:#76B40A;
	margin:auto;
	transition:all .3s;
}
#sp-btn span:nth-child(1){
	top:10px;
}
#sp-btn span:nth-child(3){
	top:30px;
}
#sp-btn.open span:nth-child(1){
	top:20px;
	transform:rotate(135deg);
}
#sp-btn.open span:nth-child(2){
	width:0;
}
#sp-btn.open span:nth-child(3){
	top:20px;
	transform:rotate(-135deg);
}
.slick-dots{
	width:auto;
	bottom:15px;
	left:50%;
	transform:translateX(-50%);
	background:#E5F7CE;
	border-radius:20px;
	padding:4px 0px 0 4px;
}
.slick-dots li button:before{
	color:#fff;
	border:1px solid #7AC72E;
	border-radius:50%;
	font-size:15px;
	width:15px;
	height:15px;
	line-height:1;
	text-indent:-1px;
	box-sizing:border-box;
	opacity:1;
}
.slick-dots li.slick-active button:before{
	color:#7AC72E;
}


/*************************************
	下層ページ
*************************************/
.page .content-title{
	margin-bottom:50px;
}
.page .content-title h2{
	position:relative;
}
.page .content-title h2::after{
	content:'';
	position:absolute;
	display:block;
	width:100px;
	height:5px;
	background:#79C800;
	left:0;
	right:0;
	bottom:-13px;
	margin:auto;
}
.page h3{
	background:#79C800;
	color:#fff;
	font-size:1.9rem;
	padding:15px;
	margin-bottom:20px;
}
.page h3 {
	margin-top: 50px;
}
.page .content-title+h3 {
	margin-top: 0;
}
.page h4 {
	margin: 30px 0 8px;
	border-left: 5px #2e957e solid;
	padding: 5px;
	font-size: 1.4rem;
}


.page h5 {
	background: #f3f7ed;
    box-shadow: 1px 1px 0 1px #ddd;
    padding: 8px;
	margin: 34px 0 8px;
	font-size: 1.1rem;
	clear: both;
}
.page h4+h5 {
	margin-top: 0;
}
.page h6 {
	font-size: 1rem;
    text-align: center;
    padding: 6px 0;
}
.page h6::before , .page h6::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	vertical-align: middle;
	background: #000;
}
.page h6::before {
	margin-right: 5px;
}
.page h6::after {
	margin-left: 5px;
}
.contents-text{
	font-size:0.9rem;
	line-height:1.8;
	margin-bottom:20px;
}
.contents-text2{
	font-size:1rem;
	line-height:1.5;
}

.contents-text p{
	margin-bottom:20px;
}
.refine-area{
	background:#F7F9F9;
	padding-bottom:60px;
}
.more-btn .refine01{
	background:#76B40A;
}
.more-btn .refine02{
	background:#2B9CD8;
}

/*************************************
	受験生の方へ
*************************************/
.guide-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.guide-list>div {
	width: 300px;
	margin-bottom: 15px;
	margin-right: .9rem;
}
.guide-list>div:nth-child(3n) {
	margin-right: 0;
}
.guide-list>div>a::before {
	content: "";
	background: url(../images/arrow-green.png) left center / 15px no-repeat;
	padding-left: 25px;
}
.guide-list>div>a {
	text-decoration: none;
	color: #424242;
	display: block;
	padding: 15px;
	background: #E5F7CB;
}
.guide-list>div>a:hover {
	opacity: .7;
}



.guide-list2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.guide-list2>div {
	width: 300px;
	margin-bottom: 15px;
	margin-right: .9rem;
}
.guide-list2>div:nth-child(3n) {
	margin-right: 0;
}
.guide-list2>div>a::before {
	content: "";
	background: url(../images/arrow-green.png) left center / 15px no-repeat;
	padding-left: 25px;
}
.guide-list2>div>a {
	text-decoration: none;
	color: #424242;
	display: block;
	padding: 15px;
	background: #D8E0F8;
}
.guide-list2>div>a:hover {
	opacity: .7;
}



/*************************************
	在学生の方へ
*************************************/
.ul_B {
	margin-left: 1.2rem;
}
.ul_B li {
	list-style-type: disc;
}

/*************************************
	研究成果
*************************************/
sub {
vertical-align: sub;
font-size: smaller;
}
sup {
vertical-align: super;
font-size: smaller;
}
.margin_T5 {
	margin-top: 5px;
}
#research-achievement figure img {
	max-height: 600px;
}

/*************************************
	学生/教員の活躍
*************************************/
.activity2-table {
	width: 100%;
	margin-bottom: 10px;
}
.activity2-table th , .activity2-table td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.activity2-table td{
	width: 25%;
}
.activity2-table th {
	background: #f5ff71;
}

.activity-table {
	width: 100%;
	margin-bottom: 20px;
}
.activity-table th , .activity-table td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.activity-table td:nth-child(2n+1) {
	width: 50%;
}
.activity-table th {
	background: #f5ff71;
}
.lead-icon {
	font-family: sans-serif;
	color: #6db301;
}
.lead-title {
	margin: 10px 0;
	font-size:1.1rem;
}
.lead-icon01 .lead-title {
	position: relative;
	padding-left: 30px;
}
.lead-icon01 .lead-title:before,
.lead-icon01 .lead-title:after{
	content: "□";
	position: absolute;
	width:4px;
	height: 4px;
}
.lead-icon01 .lead-title:before {
	left:0;
	top:-3px;
}
.lead-icon01 .lead-title:after {
	left: 5.5px;
	top: 3.5px;
}
.ranking-list {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.ranking-item {
	width: 33%;
}
.ChangeElem_Panel{
	display: none;
	transition: .7s
}
.ChangeElem_Btn_Content {
    display: flex;
    justify-content: center;
}
.ChangeElem_Btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin: 20px;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    position: relative;
	border: none;
}
.ChangeElem_Btn_01 {
	background: #006D00;
}
.ChangeElem_Btn_02 {
	background: #76B40A;
}
.ChangeElem_Btn::after {
    content: '';
    display: block;
    background-image: url(../images/arrow-white.png);
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}
.ChangeElem_Btn:hover {
	cursor: pointer;
}
.ChangeElem_Btn:hover::after {
    left: 52%;
}
.ChangeElem_Btn:focus {
  outline: none;
}
figcaption {
	text-align: center;
	line-height: 1.8;
	margin-bottom: 2rem;
}
.column2_gallely {
	display: flex;
	justify-content: space-around;
}
.column2_gallely>figure {
	width: 48%;
}
.small_table {
	width: 100%;
	margin-bottom: 15px;
}
.small_table th {
	width: 11rem;
	background: #f3f7ed;
}
.small_table th , .small_table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.link_list {
	padding-left: 1.5rem;
	margin-bottom: 15px;
}
.link_list li {
	list-style-type: disc;
	margin: 5px 0;
}
.a_link_br {
	word-break: break-all;
}
.activity-table-media {
	max-width: 520px;
}
.activity-table-media th {
	border: 1px solid #ccc;
	background: #D7D7D7;
}
.activity-table-media td {
	border: 1px solid #ccc;
}
.box_02 {
	display: flex;
}
.img_box {
	margin-right: 5px;
}
.box_02 .img_box:last-of-type {
	margin-right: 0;
}
.img_box span {
	font-size: 0.7rem;
	line-height: 1.4;
	display: block;
}
/*************************************
	イベント
*************************************/
.about_list {
	line-height: 1.5;
	font-size: .9rem;
}
.about_list th {
	padding-right: 1rem;
}
.dl_program dd {
	margin-bottom: 1rem;
}
.dl_program dt {
	float: left;
	clear: left;
	font-weight: bold;
}
h5 img {
    display: inline;
}
.colloquium_table {
	font-size: .9rem;
}
.colloquium_table th , .colloquium_table td {
	padding-bottom: 5px;
}
.colloquium_table th {
	width: 3.5rem;
}
.seminar_table {
	width: 100%;
	margin-top: .5rem;
	font-size: .9rem;
}
.seminar_table td , .seminar_table th {
	padding: 5px;
	line-height: 1.4;
}
.seminar_table th {
	background: #f3f7ed;
	border: 1px solid #ccc;
}
.seminar_table td {
	border: 1px solid #ccc;
}

.event_photo_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
}
.event_photo_list>div {
	width: 49.75%;
	margin-bottom: 0.5%;
}

.event_photo_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
}
.event_photo_list>div {
	width: 49.75%;
	margin-bottom: 0.5%;
}
/*************************************
	スポットライト研究
*************************************/
.top-img img {
	margin: 20px 0 -20px;
	width: 100%;
}
.flex-box {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.data-box-img {
	margin-right: .8rem;
}
.data-box01 {
	width: 35%;
}
.data-box02 {
	width: 50%
}
.name {
	
}
.expert {
	margin-top: 1rem;
}
.project {
	margin-top: 1rem;
}
.new-achievement {
	
}
.sonota {
	margin-top: 1rem;
}
.content-inner {
	margin-bottom: 90px;
}
/*************************************
	学科長挨拶
*************************************/
.float-img {
	float: right;
	text-align: center;
	width: 300px;
	margin-left: .8rem;
	margin-bottom: 5px;
}
.float-img4 {
	float: right;
	text-align: center;
	margin-right: .8rem;
	margin-bottom: 5px;
}
.float-img3 {
	float: left;
	text-align: center;
	margin-right: .8rem;
	margin-bottom: 5px;
}

.float-img2 {
	float: right;
	text-align: center;
}
.clear_box {
    clear:  both;               /* 回り込みを解除する */
}
.flex_img {
	display: flex;
	justify-content: space-around;
}
.float-text {
	
}
.hidden {
	overflow: hidden;
}
/*************************************
	教育方針
*************************************/
.sub-title {
	display: block;
	margin-top: 10px;
}
.sub-title:first-of-type {
	margin-top: 0;
}
.data-list {
	font-size: .9rem;
}
.data-list li {
	list-style-type: disc;
	line-height: 1.7;
	margin-left: 1.2rem;
	margin-bottom: .7rem;
}
.data-list li>p {
	
}

/*************************************
	カリキュラム
*************************************/
.curriculum-table {
	width: 100%;
	margin-bottom: 20px;
}
.curriculum-table th , .curriculum-table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.curriculum-table th {
	width: 4rem;
	background: #f3f7ed;
}

.page_btn {
	background: #79C800;
	border-radius: 5px;
	width: 200px;
	transition: all .3s;
}
.page_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 8px 12px;
	text-align: center;
	font-size: 15px;
}
.page_btn a::before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	margin-right: 8px;
	background: url(../images/arrow-white.png) no-repeat left center / contain;
	width: 17px;
	height: 17px;
}
.page_btn:hover {
	opacity: .8;
}

/*************************************
	講義について
*************************************/
.four-list-btn {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.four-list-btn>div {
	width: 24%;
}
.four-list-btn>div>a {
    text-decoration: none;
    color: #424242;
    display: block;
    padding: 15px;
    background: #E5F7CB;
}
.four-list-btn>div>a:hover {
    opacity: .7;
}
.syllabus-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.syllabus-list>li {
	width: 49%;
	font-size: .9rem;
	line-height: 1.8;
}
.syllabus-list>li>p {
	padding-bottom: .7rem; 
}
.color_R {
	color: red;
}
.color_B {
	color: aqua;
}

/*************************************
	教員紹介
*************************************/
.professor-list ul{
	width:720px;
	margin:auto;
}
.professor-list ul{
	display:flex;
	flex-wrap:wrap;
}
.professor-list li{
	width:calc(100% / 4 - 6px);
	margin:3px 3px 15px 3px;
	background:#fff;
	padding-bottom: 32px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	position: relative;
}
.professor-list li div{
	padding:10px;
	font-size:0.9rem;
	line-height:1.5;
}
.link-more-btn {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #2B9CD8;
	padding: 5px 15px;
	border-radius: 3px;
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: .8rem;
}
.link-more-btn::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/gaibu_link_btn.png) right center / contain no-repeat;
	margin-left: 10px;
	vertical-align: text-top;
}
.professor-list div>p:nth-child(2) {
	margin-top: 5px;
}
.professor-list div>p:nth-child(3) {
	margin-top: 5px;
}
.link-more-btn:hover {
	opacity: .8;
}

/*************************************
	卒業後の進路
*************************************/
.introduce-table {
	width: 100%;
}
.introduce-table th , .introduce-table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.introduce-table th {
	width: 8rem;
	background: #f3f7ed;
}


.album-table th , .album-table td {
	border: 1px solid #FFFFFF;
	padding: 1px;
}


/*************************************
	応用化学科のパンフレットのダウンロード
*************************************/
a.pdf[href$=".pdf"]::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/pdf_icon.png) left center / 15px no-repeat;
	padding-left: 17px;
}


/*************************************
	試験の種類
*************************************/
.test_type-table {
	width: 100%;
}
.test_type-table th , .test_type-table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.test_type-table th {
	width: 6rem;
	background: #f3f7ed;
	vertical-align: middle;
}

/*************************************
	試験日程
*************************************/
.gaibu_link_B {
	background: url(../images/gaibu_link_btn_color_B.png) right center / 1.5rem no-repeat;
	padding-right: 20px;
}

/*************************************
	入試関係資料
*************************************/



/*************************************
	入試・入学パンフレット
*************************************/


/*************************************
	研究室一覧
*************************************/
.lab-list ul {
	 display: flex;
    flex-wrap: wrap;
}
.lab-list ul {
    width: 720px;
    margin: auto;
}
.lab-list li {
    width: calc(100% / 2 - 6px);
    margin: 3px 3px 15px 3px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
	font-size: .8rem;
	line-height: 1.6;
}
.lab-list li>div {
	padding: 10px;
	display: flex;
	justify-content: space-around;
}
.lab-list li>div>div {
	width: 49%;
}
.lab-list li>div>div:first-child {
	line-height: 1.8;
}
.lab-category1 {
	background: #76B40A;
	display: inline-block;
	padding: 2px;
	color: #fff;
	margin-bottom: 5px;
	font-size: .7rem;
}

.page .lab-list h5 {
	margin: 0;
	font-size: 0.9rem;
}
/*************************************
	学生の声
*************************************/
.page .interview_head {
	box-shadow: none;
	border-bottom: 2px solid #79C800;
	line-height: 1.3;
}
/* ラジオボタンを全て消す */
input[name^="tab_item"]  {
display: none;
}
/* 選択されているタブのコンテンツのみを表示 */
#item01:checked ~ #item_content01,
#item02:checked ~ #item_content02,
#item03:checked ~ #item_content03,
#item04:checked ~ #item_content04,
#item05:checked ~ #item_content05,
#item06:checked ~ #item_content06,
#item07:checked ~ #item_content07,
#item08:checked ~ #item_content08,
#item09:checked ~ #item_content09,
#item10:checked ~ #item_content10,
#item11:checked ~ #item_content11,
#item12:checked ~ #item_content12,
#item13:checked ~ #item_content13,
#item14:checked ~ #item_content14,
#item15:checked ~ #item_content15,
#item16:checked ~ #item_content16,
#item17:checked ~ #item_content17,
#item18:checked ~ #item_content18{
display: block;
}
/* 選択されているタブのスタイルを変える */
div.tabs-con input:checked + .tab_item {
background-color: #5E9B00;
color: #fff;
}
/* タブ切り替え全体のスタイル（任意） */
div.tabs-con {
margin-top: 1rem;
}
/* タブのスタイル（任意） */
.tab_item {
padding:10px 45px;
border: solid #ccc 1px;
background-color: #79C800;
font-size: 18px;
text-align: center;
line-height:1em;
color: #fff;
display:inline-block;
font-weight: bold;
transition: all 0.2s ease;
margin:0;
box-sizing: border-box;
margin-top: -1px;
}
.tab_item:hover {
opacity: 0.75;
}
/* タブ切り替えの中身のスタイル（任意） */
.tab_content {
display: none; /* ←のみ必ず必要 */
border-top:solid #ccc 1px;
padding:5px 0 20px ;
}

/*************************************
	お問い合わせ
*************************************/
.contact-table {
	width: 100%;
}
.contact-table th , .contact-table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.contact-table th {
	background: #f3f7ed;
	width: 7rem;
	vertical-align: middle;
}
/*************************************
	講義
*************************************/

.kougi-table th , .kougi-table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.kougi-table th {
	background: #f3f7ed;
	width: 7rem;
	vertical-align: middle;
}
.kougi-table td {
	width: 7rem;
	vertical-align: middle;
}



/*************************************
	卒業論文研究テーマ一覧
*************************************/
.theme_table {
	width: 100%;
}
.theme_table th , .theme_table td {
	border: 1px solid #ccc;
	padding: 10px;
}

@media screen and (max-width:768px){
	.container{
		width:100%;
	}
	.unav{
		order:1;
		margin-top: 15px;
	}
	.unav ul{
		flex-wrap:wrap;
	}
	.unav li{
		width:33.33%;
		box-sizing:border-box;
	}
	.unav li:nth-last-child(1),
	.unav li:nth-last-child(2){
		border-top:1px solid #fff;
		width:50%;
	}
	.hd-logo{
		order:0;
	}
	.hd-nav a{
		margin-right:43px;
	}
	.font_small {
    	font-size: inherit;
	}
	#search{
		display:none;
	}
	.main-menu{
		order:2;
	}
	#sp-menu{
		position:fixed;
		top:0;
		right:-100%;
		width:270px;
		height:100%;
		background:#8E8E8E;
		padding:70px 0 50px;
		overflow-y:scroll;
		box-sizing:border-box;
		z-index:10;
		transition:all .3s;
	}
	#sp-menu.open{
		right:0;
	}
	#sp-menu ul{
		display:block;
		border:0;
	}
	#sp-menu>.container>ul>li{
		margin-bottom:15px;
	}
	#sp-menu li{
		width:100%;
		border:0;
	}
	#sp-menu li:nth-last-child(1){
		background:inherit;
	}
	#sp-menu li:hover{
		background:inherit;
	}
	#sp-menu a{
		text-align:left;
		padding:10px 5px 10px 20px;
	}
	#sp-menu img{
		display:inline-block;
		width:18px;
		height:auto;
		margin:0 5px 0;
	}
	#sp-menu .sub-menu{
		opacity:1;
		visibility:visible;
		position:static;
		background:inherit;
		padding:0 0 0 30px;
		box-sizing:border-box;
	}
	#sp-menu .sub-menu ul{
		width:auto;
	}
	#sp-menu .sub-menu a{
		margin-bottom:0;
		line-height:1.3;
	}
	#sp-menu .sub-menu a::before{
		display:none;
	}
	#sp-menu #search{
		width:190px;
		margin-left:10px;
		margin-bottom:20px;
	}
	.hd-logo h1,
	.ft-title{
		position:relative;
		margin-left:5px;
	}
	.hd-logo h1 span,
	.ft-title span{
		font-size:0.85rem;
		vertical-align:top;
	}
	.hd-logo h1 span:nth-of-type(2),
	.ft-title span:nth-of-type(2){
		position:absolute;
		bottom:-22px;
		left:43px;
		width:212px;
	}
	.main-visual img{
		height:200px;
	}
	.contents-menu ul h2{
		font-size:1.1rem;
	}
	.contents-menu .more{
		font-size:0.8rem;
	}
	.contents-menu .more::after{
		width:8px;
		right:10px;
	}
	.content-title h2{
		font-size:1.3rem;
	}
	.news-area li{
		width:calc(100% / 2 - 6px);
	}
	.news-item div{
		font-size:0.8rem;
	}
	.news-item time {
		display: block;
	}
	.more-btn{
		padding:20px 0 0;
		justify-content: space-around;
	}
	.more-btn a{
		width:100px;
		height:100px;
		font-size:0.8rem;
		margin: 0 0 20px 0;
	}
	.more-btn a::after{
		background-repeat:no-repeat;
		bottom:15px;
		width:12px;
	}
	.event-area dl{
		flex-direction:column;
	}
	.event-area dt,
	.event-area dd{
		width:100%;
		padding:15px 10px 0;
		box-sizing:border-box;
	}
	.event-area dd{
		padding-bottom:15px;
	}
	.event-area dt:nth-of-type(2n),
	.event-area dd:nth-of-type(2n){
		background:#E4E4E4;
	}
	footer .container{
		padding:0 7px;
		box-sizing:border-box;
	}
	.ft-nav{
		display:none;
	}
	.address{
		flex-direction:column;
	}
	.ft-address{
		margin-bottom:10px;
		font-size:0.9rem;
	}
	.g-map iframe{
		width:100%;
	}
	.link-area{
		flex-direction:column;
	}
	.link-area a{
		margin-bottom:10px;
	}
	#sp-btn{
		display:block;
	}
	.slick-dots{
		bottom:-25px;
	}
	figcaption {
		font-size: .7rem;
	}
	/*************************************
	受験生の方へ
*************************************/
.guide-list {
	justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.guide-list>div {
	width: 47%;
	margin: 0 auto 15px;
	margin-left: 15px;
}
.guide-list>div>a::before {
	
}
.guide-list>div>a {
	
}
.guide-list>div:nth-child(3n) {
    margin-right: auto;
}
	/*************************************
	学生/教員の活躍
*************************************/
	.ranking-list {
		display: block;
	}
	.ranking-item {
    	width: 100%;
    	margin-bottom: 25px;
	}
	.ChangeElem_Btn {
		width: 113px;
    	height: 113px;
	}
	.small_table.th_small th {
    	width: 5rem;
    	font-size: .8rem;
	}
	.box_02 {
		display: block;
	}
	.img_box {
		margin-bottom: 15px;
	}
	.box_02 .img_box:last-of-type {
		margin-bottom: 0;
	}
	/*************************************
	イベント
*************************************/

/*************************************
	スポットライト研究
*************************************/
.top-img img {
	
}
.flex-box {
	width: 100%;
	display: block;
}
.data-box-img {
	margin-right: .8rem;
}
.data-box01 {
	width: 100%;
}
.data-box02 {
	width: 100%
}
.name {
	
}
.expert {
	margin-top: .3rem;
}
.project {
	margin-top: .3rem;
}
.new-achievement {
	margin-top: .3rem;
}
.sonota {
	margin-top: .3rem;
}
	/*************************************
	学科長挨拶
*************************************/
.float-img {
	float: none;
	width: 280px;
	margin: 0 auto 20px;
}
	/*************************************
	講義について
*************************************/
	.four-list-btn>div>a {
		font-size: .8rem;
		box-shadow: 1px 2px 1px #ccc;
	}
	.sp_display_none {
		display: none;
	}
	.syllabus-list {
		display: block;
	}
	.syllabus-list>li {
    	width: 100%;
	}
	
	
	/*************************************
	教員紹介
*************************************/
	.professor-list ul {
		width: 100%;
	}
	.professor-list li {
		width: 48%;
	}
	.professor-list li div {
		text-align: center;
	}
	/*************************************
	研究室一覧
*************************************/
	.lab-list ul {
		width: 100%;
		display: block;
	}
	.lab-list li {
		width: 99%;
	}
	/*************************************
	学生の声
*************************************/
	.tab_item {
		font-size: 13px;
		padding: 10px 35px;
	}
}

@media screen and (max-width:570px) {
	.guide-list {
		justify-content: space-between;
    	width: 100%;
	}
	.guide-list>div {
		width: 300px;
		margin: 0 auto 15px;
	}
}

@media screen and (max-width:480px){
	.main-visual img{
		height:160px;
	}
}



