@charset "utf-8";
/* CSS Document */

/* ==========================
==========　メイン　===========
============================= */
/*学科によって色指定変えてください。*/
.pankuzu ul li.under_content:before {
    color: #932c49;
}
.title_call p {
    border-bottom: 2px solid #c04363;
}

/*ページビジュアル*/
.page_visual {
    background: url(/sci/math/lab/nagasawa/img/paga_visual.png)no-repeat center center;
    background-size: cover;
}

.outer1000 {
    overflow: hidden;
}

.introduction {
    line-height: 2;
    margin: 20px auto 60px;
    overflow: hidden;
}

.point_box {
    background:url(/sci/math/lab/nagasawa/img/point_bg.png)no-repeat center top;
    background-size: cover;
    padding: 30px 0;
}
.point_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.point_box ul li {
    width: 305px;
    margin: 0 0 25px;
}
.point_box ul li p {
    margin: 15px 0 0;
}

.teach {
    background: #000000;
    overflow:hidden;
}
.teach .title_call {
    color: #fff;
}
.teach .introduction {
    color: #fff;
}

.introduction .intro_txt {
  float: left;
  width: 640px;
}
.introduction .intro_img {
  float: right;
  width: 315px
}


.next_box {
  width: 290px;
  margin: 0 auto 80px;
  background: #fff;
}
.next_box a {
	display: block;
	width: 100%;
	padding: 13px 0;
	font-size: 14px;
  text-align: center;
  color: #fff;
}
.next_box li {
	width: 156px;
	margin: 5px;
  background: url(/sci/math/lab/nagasawa/img/link_img.png)no-repeat center;
  background-size: cover;
  transition-duration: 0.3s;
}
.next_box li:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

ul.gakka_image.outer1000 {
    display: flex;
    margin-bottom: 80px;
}

.about_info {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.about_info .image_pic {}
.about_info .about_txt {
    padding: 15px 15px 20px 15px;
}
.dean_name {
	font-size: 25px;
	font-weight: bold;
}

.next_box {
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto;
    background: #fff;
}



.history ul li p.cat {
    width: 90px;
}
.history ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.history ul li p.num {
    width: 160px;
}


.outer1000 a:visited {
    color: #2196F3;
}
.outer1000 a:link {
    color: #2196F3;
}

/*20210127追加
========================== */

/*長澤経歴
========================== */
.about_info .image_pic {
	display: flex;
	width: 450px;
	justify-content: space-between;
}

/*科研費による研究成果
========================== */
.outline-box {
	border: solid 1px #c995a4;
	padding: 30px;
	margin: 60px auto 60px;
}

.outline-box h3 {
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 20px;
	text-align: center;
}

.midashi {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background: #932c49;
	padding: 5px 0;
	color: #fff;
	margin-bottom: 30px;
}

/*論文
========================== */
ol {
	margin-bottom: 30px;
}

ol.last {
	margin-bottom: 60px;
}

ol li {
	text-indent: -30px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
}

.komidashi {
	margin-bottom: 15px;
}

/*著書
========================== */
#tantou .outer_gray, #tyosho .outer_gray {
	background: none;
	padding: 0;
	overflow: auto;
}
table.tantou,table.tyosyo {
	max-width: 1000px;
	width: 95%;
	margin:0 auto 60px;
	-webkit-text-size-adjust: 100%;
}

table.tantou th,table.tantou td{
	padding: 10px 5px;
	min-width: 50px;
}

table.tantou th,table.tyosyo td {
	padding: 10px 5px;
	min-width: 50px;
}

table.tantou th {
	text-align: center;
}

table.tyosyo td:nth-child(1),table.tyosyo td:nth-child(5),table.tyosyo td:nth-child(6) {
	text-align: center;
}

table.tyosyo td:nth-child(3) {
	width: 300px;
}

table.tantou {
	margin-top: 30px;
}

table.tantou td {
	text-align: left;
}

table.tantou td.year {
	text-align: center;
	min-width: 130px;
}

table.tantou td:nth-child(3) {
	min-width: 180px;
}

.outer1000 a:link {
  text-decoration: underline;
}

.outer1000 a:hover {
  text-decoration: none;
}

#keireki .mt-be-columns {
	max-width: 1000px;
	width: 90%;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 auto 30px;
}
#keireki .mt-be-column > .mt-be-columns {
	width: 100%;
	flex-wrap: nowrap;
	margin: auto;
	justify-content: center;
}
#keireki .outer_gray {
	max-width: 1000px;
	width: 95%;
  border: 1px solid #a9a9a9;
  padding: 25px;
  margin: 0px auto 60px;
	background: #fff;
	box-sizing: border-box;
}
#keireki table {
	border: none;
	width: auto!important;
	box-sizing: border-box;
	height: auto!important;
	& th {
		height: auto!important;
		width: 90px;
		text-align: left;
		vertical-align: top;
		padding: 2px 0;
		border: none;
		box-sizing: border-box;
	}
	& td:nth-of-type(1) {
		height: auto!important;
		width: 160px;
		vertical-align: top;
		border: none;
		box-sizing: border-box;
	}
	& td:nth-of-type(2) {
		height: auto!important;
		width: 710px;
		vertical-align: top;
		border: none;
		box-sizing: border-box;
	}
	& tr {
		height: auto!important;
	}
}

#gyouseki .midashi ~ ul, #seika .midashi ~ ul {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

#gyouseki .midashi ~ ul li, #seika .midashi ~ ul li {
  text-indent: -30px;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 30px;
}

#seminar p ~ ul {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

#seminar p ~ ul li {
  text-indent: -30px;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 30px;
}

#seika .outer_gray {
	border: solid 1px #c995a4;
	background: none;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto 60px;
	max-width: 1000px;
	width: 90%;
}

@media screen and ( max-width: 700px ){
#keireki .mt-be-columns {
	flex-wrap: wrap;
	justify-content: center;
}
#keireki table {
	border: none;
	width: 100%!important;
	padding: 15px;
	& th {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 16px;
		margin-bottom: 5px;
	}
	& td:nth-of-type(1) {
		display: block;
		width: 100%;
	}
	& td:nth-of-type(2) {
		display: block;
		padding-left: 30px;
		width: 100%;
		margin-bottom: 10px;
	}
}
	#keireki table,#keireki tbody,#keireki tr,#keireki th,#keireki td {
		display:block; width:100%; 
}

/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){

.point_box ul {
    justify-content: center;
    max-width: 320px;
}
.point_box ul li {
    width: 100%;
    max-width: 305px;
    margin: 25px 0;
}
  
.introduction .intro_txt {
  float: none;
  width: 100%;
}
.introduction .intro_img {
  float: none;
  width: auto;
  text-align: center;
  margin-top: 20px;
}
 
	
.about_info .image_pic {
    width: 150px;
}
.about_info {
    justify-content: center;
}
	
.next_box {
    justify-content: center;
}
	
.next_box li {
    width: 100%;
}
	
.history ul li {
    display: block;
}
  
.history ul li p.cat {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
		width: 100%;
}
.history ul li p.event {
    margin-left: 30px;
}
.history ul li p.num {
    width: 160px;
    margin-top: 10px;
}

table.tantou, table.tyosyo {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
}

.about_info .image_pic {
	width: 350px;
	height: 192px;
}
	
.about_info .image_pic img {
	width: 49%;
	height: auto;
}
}

@media print {


}