@charset "UTF-8";

#professorsmain {
	background: url(../images/j-informatics/professors2/main_bg.webp);
	text-align: center;
}

#professorsmain img {
	width: 1280px;
}

.mes {
	background: #D3D3D3;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

.mes img {
	width: 1052px;
}

#professorstop {
	background: url(../images/j-informatics/professors2/topbg.webp);
}

.what {
	text-align: center;
	margin-bottom: 50px;
}

.what img {
	width: 557px;
}

.whatcap {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

#professorstop ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 980px;
	margin: 40px auto 100px auto;
}
#professorstop ul:after {
	content: '';
	display: block;
	width: 270px;
}
#professorstop ul li {
	width: 270px;
	margin-bottom: 40px;
}

#professorstop ul li a {
	display: block;
	border: 1px solid #000;
	text-decoration: none;
	border-radius: 20px;
	color: #000;
}
#professorstop ul li.cl1 a {
	background: #6AFFEE;
}
#professorstop ul li.cl2 a {
	background: #4EFD9F;
}
#professorstop ul li.cl3 a {
	background: #FC3C02;
	color: #fff;
}
#professorstop ul li a:hover {
	opacity: .8;
}
#professorstop ul li dl {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #000;
}
#professorstop ul li dt {
	border-right: 1px solid #000;
	padding: 10px;
}
#professorstop ul li dd {
	padding: 10px 0 10px 10px;
	font-size: 1.4rem;
}
#professorstop ul li dt img {
	height: 21px;
	margin: 0 2px;
}
#professorstop ul li.cl3 dt img {
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(4deg) brightness(105%) contrast(101%);
}
#professorstop ul li .thum {
	background: #fefdf2;
	text-align: center;
	height: 148px;
}
#professorstop ul li .tabs {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1.4rem;
	padding: 10px 20px;
}
#professorstop ul li.cl1 .tabs {
	background: #4EFD9F;
}
#professorstop ul li.cl2 .tabs {
	background: #1500A5;
	color: #fff;
}
#professorstop ul li.cl3 .tabs {
	background: #6AFFEE;
	color: #000;
}
#professorstop ul li .desc {
	padding: 10px 20px;
	font-size: 1.4rem;
}
#professorstop ul li .desc p {
	line-height: 1.6;
	padding-bottom: 0;
}
#professorstop ul li .name {
	font-size: 2.2rem;
	font-weight: bold;
}
#professorstop ul li .name span {
	font-size: 1.3rem;
}

#professorstop ul li .desc .btncheck,
#professorscontent .nextmore .pinfo .btncheck {
	width: 210px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	padding: 8px 15px;
	margin: 10px auto;
}
#professorscontent .nextmore .pinfo .btncheck {
	margin: 10px auto 0;
}
#professorstop ul li .desc .btncheck div:first-child img,
#professorscontent .nextmore .pinfo .btncheck div:first-child img {
	width: 90px;
}
#professorstop ul li .desc .btncheck div:last-child,
#professorscontent .nextmore .pinfo .btncheck div:last-child {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#professorstop ul li.cl1 .desc .btncheck div:last-child,
#professorscontent .nextmore .cl1 .pinfo .desc .btncheck div:last-child {
	background: #4EFD9F;
}
#professorstop ul li.cl2 .desc .btncheck div:last-child,
#professorscontent .nextmore .cl2 .pinfo .desc .btncheck div:last-child {
	background: #1500A5;
	color: #fff;
}
#professorstop ul li.cl3 .desc .btncheck div:last-child,
#professorscontent .nextmore .cl3 .pinfo .desc .btncheck div:last-child {
	background: #6AFFEE;
	color: #000;
}
#professorstop ul li .desc .btncheck div:last-child img,
#professorscontent .nextmore .pinfo .desc .btncheck div:last-child img {
	width: 10px;
	height: auto;
}
#professorstop ul li.cl2 .desc .btncheck div:last-child img,
#professorscontent .nextmore .cl2 .pinfo .desc .btncheck div:last-child img  {
	width: 10px;
	height: auto;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(4deg) brightness(105%) contrast(101%);
}
#professorstop ul li .tabs_sp {
	display: none;
}

#contentmain {
	background: url(../images/j-informatics/professors2/main_bg.webp);
}
#contentmain .inner {
	width: 980px;
	margin: 0 auto;
}

#contentmain .maininfo {
	border-radius: 40px 40px 0 0;
	background: url(../images/j-informatics/professors2/cheadbg.webp);
	border: 1px solid #000;
	position: relative;
}
#contentmain .maininfo .filenum img {
	width: auto;
	height: 20px;
	margin-right: 2px;
}
#contentmain .maininfo .filenum {
	border-radius: 39px 39px 0 0;
	border-bottom: 1px solid #000;
	padding: 10px 10px 10px 30px;
}
#contentmain .cl1 .filenum {
	background: #6AFFEE;
}
#contentmain .cl2 .filenum {
	background: #4EFD9F;
}
#contentmain .cl3 .filenum {
	background: #FC3C02;
	color: #fff;
}
#contentmain .maininfo .main_teacher {
	width: 450px;
	position: absolute;
	top: 20px;
	right: 30px;
}

#contentmain .prof {
	padding: 30px;
}

#contentmain .prof .rome {
	font-size: 2.4rem;
	color: #1500A5;
	letter-spacing: .1em;
	padding-bottom: .5em;
}
#contentmain .prof .name {
	font-size: 2.2rem;
	letter-spacing: .1em;
	font-weight: bold;
	margin-bottom: 20px;
}
#contentmain .prof .name span {
	font-size: 1.3rem;
}

#contentmain .prof dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 430px;
}
#contentmain .prof dt {
	color: #FC3C02;
	font-size: 1.3rem;
	font-weight: bold;
	width: 90px;
	margin-bottom: 40px;
}
#contentmain .prof dd {
	font-size: 1.5rem;
	font-weight: bold;
	width: 340px;
	margin-bottom: 40px;
}
#contentmain .prof .tags {
	width: 100%;
	font-size: 1.6rem;
	color: #1500A5;
}
#contentmain .prof .tags span {
	background: linear-gradient(transparent 50%, #fff790 50%);
}



#professorscontent {
	background: #F1F2E4;
}
#professorscontent dt .inner,
#professorscontent dd .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#professorscontent dd .inner {
	padding: 15px 0 30px 140px;
	line-height: 2;
}
#professorscontent dt {
	background: #1500A5;
	color: #fff;
	border: 1px solid #000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 20px 0;
}
#professorscontent dt img {
	margin-right: 10px;
	width: 45px;
}
#professorscontent dd {
	font-size: 1.5rem;
	min-height: 180px;
}
#professorscontent dd .talk {
	width: 114px;
	top: 15px;
	left: 0;
	position: absolute;
}
#professorscontent dd .talk img {
	border-radius: 50%;
	border: 1px solid #000;
}



#professorscontent .nextmore {
	text-align: center;
	padding: 85px 0;
	background: #19A4E9;
}


#professorscontent .nextmore .title {
	padding-bottom: 2em;
}

#professorscontent .nextmore .title img {
	width: 168px;
}

#professorscontent .nextmore ul {
	width: 760px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#professorscontent .nextmore li {
	position: relative;
	width: 350px;
}
#professorscontent .nextmore li a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 20px 20px 0 0;
	border: 1px solid #000;
}
#professorscontent .nextmore .filenum {
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #000;
	border-radius: 19px 19px 0 0;
}
#professorscontent .nextmore .filenum img {
	vertical-align: middle;
}
#professorscontent .nextmore .cl2 .filenum {
	background: #4EFD9F;
}
#professorscontent .nextmore .cl3 .filenum {
	background: #FC3C02;
}
#professorscontent .nextmore .cl3 .filenum img {
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(4deg) brightness(105%) contrast(101%);
}
#professorscontent .nextmore .filenum img {
	height: 11px;
	margin-right: 2px;
}
#professorscontent .nextmore .pinfo {
	display: flex;
	justify-content: space-between;
}
#professorscontent .nextmore .pinfo .thum {
	width: 105px;
}
#professorscontent .nextmore .pinfo .desc {
	padding: 10px 0;
	width: 245px;
}
#professorscontent .nextmore .pinfo .desc p {
	padding-bottom: .2em;
}
#professorscontent .nextmore .pinfo .desc .name {
	color: #000;
	font-weight: bold;
	font-size: 2.2rem;
}
#professorscontent .nextmore .pinfo .desc .name span {
	font-size: 1.3rem;
}
#professorscontent .nextmore .pinfo .desc .kind {
	color: #9B9B9B;
	font-size: 1.4rem;
}
#professorscontent .toindex {
	margin-top: 40px;
	text-align: center;
}
#professorscontent .toindex img {
	width: 108px;
}










/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {



#professorsmain img {
	width: 86.6667%;
}

.mes {
	overflow: hidden;
	padding: 10px 0;
}

.mes div {
	display: inline-block;
	white-space: nowrap;
	animation: slide-left 20s linear infinite;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.mes img {
	display: block;
	max-width: none;
}


@keyframes slide-left {
	from {
		transform: translateX(50vw);
	}
	to {
		transform: translateX(-100%);
	}
}


.what {
	margin-bottom: 25px;
}

.what img {
	width: 86.6667%;
}

.whatcap {
	font-size: 1.2rem;
}

#professorstop ul {
	display: block;
	width: 86.6667%;
	margin: 20px auto 100px auto;
}

#professorstop ul li {
	width: 100%;
	margin-bottom: 20px;
}

#professorstop ul li a {
	border-radius: 10px;
}
#professorstop ul li dl {
	align-items: center;
}
#professorstop ul li dd {
	padding: 5px 0 5px 10px;
	font-size: 1.05rem;
	line-height: 0;
}
#professorstop ul li dt {
	line-height: 0;
	padding: 5px 10px;
}
#professorstop ul li dt img {
	height: 10px;
	margin: 0 1px;
}
#professorstop ul li .tabs {
	display: none;
}

#professorstop ul li .spflex {
	display: flex;
}

#professorstop ul li .thum {
	width: 35%;
	height: auto;
	border-right: 1px solid #000;
}
#professorstop ul li .thum img {
	width: 60%;
	height: auto;
}

#professorstop ul li .desc {
	width: 65%;
	padding: 10px 10px;
	font-size: 1.05rem;
}
#professorstop ul li .desc p {
	line-height: 1.4;
}
#professorstop ul li .name {
	font-size: 1.65rem;
}
#professorstop ul li .name span {
	font-size: 0.975rem;
}

#professorstop ul li .tabs_sp {
	display: block;
	border-top: 1px solid #000;
	border-radius: 0 0 8px 8px;
	padding: 5px 10px;
	font-size: 1.05rem;
}

#professorstop ul li .desc .btncheck {
	display: none;
}
#professorstop ul li.cl1 .tabs_sp {
	background: #4EFD9F;
}
#professorstop ul li.cl2 .tabs_sp {
	background: #1500A5;
	color: #fff;
}
#professorstop ul li.cl3 .tabs_sp {
	background: #6AFFEE;
	color: #000;
}






#contentmain .inner {
	width: 86.6667%;
}

#contentmain .maininfo {
	border-radius: 30px 30px 0 0;
}
#contentmain .maininfo .filenum img {
	height: 10px;
}
#contentmain .maininfo .filenum {
	border-radius: 29px 29px 0 0;
	padding: 5px 5px 10px 20px;
}

#contentmain .maininfo .main_teacher {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
	top: 0;
	right: 0;
}

#contentmain .prof {
	padding: 15px 10px;
}

#contentmain .prof .rome {
	font-size: 2rem;
}
#contentmain .prof .name {
	font-size: 1.65rem;
}
#contentmain .prof .name span {
	font-size: .975rem;
}

#contentmain .prof dl {
	width: 100%;
}
#contentmain .prof dt {
	font-size: .65rem;
	width: 100%;
	margin-bottom: 5px;
}
#contentmain .prof dd {
	font-size: 1.125rem;
	width: 100%;
	margin-bottom: 20px;
}



#professorscontent dt .inner {
	width: 86.6667%;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
#professorscontent dd .inner {
	width: 86.6667%;
	padding: 15px 0 30px 0;
	line-height: 2;
}
#professorscontent dt img {
	width: 22px;
}
#professorscontent dd .talk {
	position: relative;
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	top: 5px;
}
#professorscontent dt img  {
	display: block;
}



#professorscontent .nextmore {
	padding: 45px 0;
}

#professorscontent .nextmore ul {
	width: 86.6667%;
	display: block;
}

#professorscontent .nextmore li {
	width: 100%;
	margin-bottom: 20px;
}
#professorscontent .nextmore li a {
	border-radius: 10px 10px 0 0;
}
#professorscontent .nextmore .filenum {
	border-radius: 9px 9px 0 0;
}
#professorscontent .nextmore .pinfo .thum {
	width: 30%;
}
#professorscontent .nextmore .pinfo .desc {
	padding: 10px 0;
	width: 70%;
}
#professorscontent .nextmore .pinfo .desc .name {
	font-size: 2rem;
}
#professorscontent .nextmore .pinfo .desc .name span {
	font-size: 1.2rem;
}
#professorscontent .nextmore .pinfo .desc .kind {
	font-size: 1.25rem;
}





}
