@charset "UTF-8";
/* CSS Document */

/****************************************
　理工学部 物理学科
*****************************************/

/*メインイメージ*/
#sci_main {
	position: relative;
	margin: 0px 0px 45px;
}
#sci_main .mainImg {
	color: #FFF;
	background: #499bb8;
	width: 56.25%;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 240px;
	opacity: 0.9;
}
#sci_main .mainImg .st1  {
	margin: 40px 0px 0px 4%;
	font-size: 18px;
}
#sci_main .mainImg .st2 {
	margin: 40px 0px 0px 4%;
	font-size: 30px;
}
#sci_main .mainImg .st2 span {
    display: block;
    font-size: 0.6em;
    position: relative;
    top: 8px;
    left: -11px;
}
#sci_main .mainImg .st_en {
	margin: 10px 0px 0px 4%;
	font-size: 12px;
}
#sci_main .img {
	float: right;
	margin: 25px 0px 0px;
}

@media only screen and (max-width: 768px){
#sci_main {
	margin: 0px 0px 20px;
}
#sci_main .mainImg {
	width: 100%;
	height: auto;
	position:  static;
}
#sci_main .mainImg .st1  {
	margin: 0px 5% 0px;
	font-size: 14px;
	padding:  10px 0 0;
}
#sci_main .mainImg .st2 {
	margin: 5px 5% 0px;
	font-size: 18px;
}
#sci_main .mainImg .st2 span {
    top: 0;
    left: -5px;
}
#sci_main .mainImg .st_en {
	margin: 5px 5% 0;
	padding:  0 0 13px;
	font-size:10px;
	line-height:1.2em;
}
#sci_main .img {
	margin: 5px 0 0;
	float:  none;
}
}


.study_area {
	border-top: 2px solid #499bb8;
	border-bottom: 2px solid #499bb8;
	padding: 20px 0px;
	margin: 0px 0px 50px;
}
.study_area ul li {
	float: left;
}
.study_area ul .st {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
	padding: 10px 5% 0;
}

@media only screen and (max-width: 768px){
.study_area {
	padding: 15px 0px;
}
.study_area ul li {
	float: none;
	margin:  0 10px;
}
.study_area ul .st {
	font-size: 16px;
	padding: 0;
	text-align: left;
	margin: 0 0 5px 10px;
}
}


.four_copy{
	font-size:24px;
	margin:0px 0px 25px;
}
.four_txt{
	margin:0px 0px 50px 0px
}
@media only screen and (max-width: 768px){
.four_copy{
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px 0px 15px;
}
.four_txt{
	margin:0px 0px 20px 0px
}
}
	
	
/*学びのポイント*/
.point_st {
	border-bottom: 3px solid #f3f3f3;
	line-height: 65px;
	margin: 0px 0px 40px;
}
.point_st ul .st {
	font-size: 22px;
	color: #499bb8;
	padding: 20px 0px 15px 2%;
	float: left;
	width: 78%;
	line-height: 1.5em;
}
.point_st ul .point {
	font-size: 18px;
	border-top: 2px solid #499bb8;
	width: 20%;
	text-align: center;
	float: left;
}
.point_st ul .point span {
	font-size: 28px;
}
.point_st ul .grade {
	font-size: 18px;
	border-top: 2px solid #499bb8;
	width: 15%;
	text-align: center;
	float: left;
	margin:0 !important;
}
.point_st ul .grade span {
	font-size: 28px;
}

.study_point .copy{
	font-size: 22px;
	margin: 0px 0px 25px;
}
.study_point .cont {
	margin: 0px 0px 60px;
}
.study_point .cont .img_area1 {
	width: 60%;
	float: right;
	margin: 0px 0px 0px 5%;
}
.study_point .cont .img_area2 {
	width: 30%;
	float: right;
	margin: 0px 0px 0px 5%;
}
.study_point .cont .img_area3 {
	width: 55%;
	float: right;
	margin: 0px 0px 0px 5%;
}
.study_point .cont .img_area4 {
	width: 46.25%;
	float: right;
	margin: 0px 0px 0px 5%;
}
@media only screen and (max-width: 768px){
.point_st {
	line-height: 1.5em;
	margin: 0px 0px 20px;
}
.point_st ul .st {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	float: none;
	width:  auto;
}
.point_st ul .point {
	font-size: 16px;
	float: none;
	line-height: 40px;
	text-align:  left;
	width: 30%;
}
.point_st ul .point span {
	font-size: 20px;
}
.point_st ul .grade {
	font-size: 16px;
	float: none;
	line-height: 40px;
	text-align:  left;
	width: 30%;
}
.point_st ul .grade span {
	font-size: 20px;
}


.study_point .copy{
	font-size: 18px;
	line-height: 1.5em;
}
.study_point .cont {
	margin: 0px 0px 40px;
}
.study_point .cont .img_area1 {
	width: 48%;
}
.study_point .cont .img_area2 {
	width: 30%;
}
.study_point .cont .img_area3 {
	width: 48%;
}
.study_point .cont .img_area4 {
	width: 50%;
	margin: 0px 0px 2% 2%;
}
}


/*理工学部　フッター部分ナビゲーション*/

.sci_ft_nav {
	margin: 60px 0px 0px;
}
.sci_ft_nav ul li {
	background: #f3f3f3;
	line-height: 60px;
	margin: 0px 0px 20px;
	float:left;
	width:48%;
}
.sci_ft_nav ul li:nth-child(even) {
	float: right;
}
.sci_ft_nav ul li a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 20px;
	font-size: 15px;
	font-weight: bold;
}
.sci_ft_nav ul .link a:before{
	content: "";
	width:60px;
	height:60px;
	background-color: #499bb8;
	text-align:center;
	position: absolute;
	right: 0;
	top: 0;
}
.sci_ft_nav ul .link a:after   {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/images/faculty/nav_arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 35%;
	right: 10px;
}
.sci_ft_nav ul .blank a:before{
	content: "";
	width:60px;
	height:60px;
	background-color: #a0a0a0;
	text-align:center;
	position: absolute;
	right: 0;
	top: 0;
}
.sci_ft_nav ul .blank a:after   {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 43%;
	right: 13px;
	background-image: url(/images/common/blank_icon_w.png);
}
@media only screen and (max-width: 768px){
.sci_ft_nav {
	margin: 30px 0px 0px;
}
.sci_ft_nav ul li {
	float:none;
	line-height: 45px;
	margin: 0px 0px 10px;
	width:auto;
}
.sci_ft_nav ul li:nth-child(even) {
	float: none;
}
.sci_ft_nav ul li a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: bold;
}
.sci_ft_nav ul .link a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.sci_ft_nav ul .link a:after   {
	margin: 0 3px 0 0;
	top: 32%;
}
.sci_ft_nav ul .blank a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.sci_ft_nav ul .blank a:after   {
	margin: 0 3px 0 0;
	top: 35%;
}

}





/****************************************
　理工学部　就職支援?進路
*****************************************/
.res_intro {
	margin: 0px 0px 70px;
}
.res_intro .img {
	float: right;
	width: 43.75%;
	margin: 0px 0px 2% 2%;
}
.res_intro .copy {
	font-size: 24px;
	margin: 0px 0px 25px;
	line-height: 1.917em;
	letter-spacing: -0.05em;
}
.graduate_course {
	margin: 0px 0px 105px;
}
.graduate_course .result table {
	width: 100%;
	border-bottom: 1px dotted #000;
	margin: 0px 0px 30px;
}
.graduate_course .result table tr th {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 15px 0px;
	width: 20%;
}
.graduate_course .result table tr td {
	border-bottom: 1px dotted #000;
	padding: 15px 0px;
	width: 80%;
}
.graduate_course .result .btn {
	float: left;
	width: 32.5%;
	text-align: center;
	margin: 0 20px 0 0;
}
.graduate_course .result .btn a {
	display: block;
	padding: 25px 0px;
	background-color: #f3f3f3;
}
.graduate_course .result .btn a:hover {
	background-color: #ddd;
}
.graduate_course .result .btn a:after {
	margin: 0 0 0 15px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/common/blank_icon_r.png);
}
.graduate_course .result .text {
	float: left;
	padding: 25px 0px;
}
@media only screen and (max-width: 768px){
.res_intro {
	margin: 0px 0px 70px;
}
.res_intro .img {
	float: right;
	width: 43.75%;
	margin: 0px 0px 2% 2%;
}
.res_intro .copy {
	font-size: 24px;
	margin: 0px 0px 25px;
	line-height: 1.917em;
	letter-spacing: -0.05em;
}
.graduate_course {
	margin: 0px 0px 40px;
}
.graduate_course .result table {
	margin: 0px 0px 15px;
	border-bottom:  none;
}
.graduate_course .result table tr th {
	padding: 10px 0 0;
	width: auto;
	display:  block;
	border-bottom: none;
}
.graduate_course .result table tr td {
	border-bottom: 1px dotted #000;
	padding: 0px 0px 10px;
	width: auto;
	display:  block;
}
.graduate_course .result .btn {
	float: none;
	width: auto;
	margin: 0;
}
.graduate_course .result .btn a {
	padding: 15px 0px;
}
.graduate_course .result .btn a:hover {
	background-color: #ddd;
}
.graduate_course .result .btn a:after {
	margin: 0 0 0 15px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/common/blank_icon_r.png);
}
.graduate_course .result .text {
	float: none;
	padding: 10px 0 0px;
}
.graduate_course .result .img {
	float: none;
	width: auto;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
}




/****************************************
+
+　地学研究室　教員?研究室
+
*****************************************/
.sci_tea_intro {
	margin: 0px 0px 70px;
}
.sci_tea_intro .img {
	float: right;
	width: 37.5%;
	margin: 0px 0px 0px 5%;
}
.sci_tea_intro .copy {
	font-size: 22px;
	margin: 0px 0px 20px;
}
.study_point .cont .sci_tea_img01 {
	float: right;
	width: 66.25%;
	margin: 0px 0px 0px 2%;
}
.study_point .cont .sci_tea_img02 {
	float: right;
	width: 33.75%;
	margin: 0px 0px 0px 2%;
}
@media only screen and (max-width: 768px){
.sci_tea_intro {
	margin: 0px 0px 40px;
}
.sci_tea_intro .img {
	width: 48%;
	margin: 0px 0px 0px 2%;
}
.sci_tea_intro .copy {
	font-size: 18px;
	line-height: 1.5em;
}
.study_point .cont .sci_tea_img01 {
	width: 50%;
}
.study_point .cont .sci_tea_img02 {
	width: 50%;
}
}








/****************************************
+
+　生物学科　ゼミナール紹介
+
*****************************************/
.kenbikyo ul li {
	float: left;
	width: 48%;
}
.kenbikyo ul li:nth-child(even) {
	float: right;
}
.kenbikyo {
	margin: 0px 0px 40px;
}
.kenbikyo_coment {
	border: 2px solid #499bb8;
	padding: 5% 5% 0%;
	margin: 0px 0px 80px;
}
.kenbikyo_coment .catch {
	padding: 0px 0px 40px;
	text-align: center;
}
.kenbikyo_coment .catch .name {
}
.kenbikyo_coment .catch .copy {
	font-size: 26px;
	font-weight: bold;
	color: #499bb8;
	margin: 0px 0px 10px;
	line-height: 1.769em;
}
.kenbikyo_coment .conte .student {
	float: left;
	width: 19%;
}
.kenbikyo_coment .conte .text {
	float: left;
	width: 40%;
	margin: 2% 5% 0px;
}
.kenbikyo_coment .conte .img {
	float: right;
	width: 30%;
	margin: 2% 0px 0px;
}
.semi .semi_cont .text .build-14 {
	margin: 0 0 25px;
}
.semi .semi_cont .text .build-14 .txt {
	float: left;
	width: 80%;
}
.semi .semi_cont .text .build-14 .txt .st {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.semi .semi_cont .text .build-14 .img {
	float: right;
	width: 17%;
}
@media only screen and (max-width: 768px){
h3.sci span {
	font-size: 16px;
}
.kenbikyo ul li {
	float: left;
	width: 48%;
}
.kenbikyo ul li:nth-child(even) {
	float: right;
}
.kenbikyo {
	margin: 0px 0px 40px;
}
.kenbikyo_coment {
}
.kenbikyo_coment .catch {
	padding: 0px 0px 20px;
}
.kenbikyo_coment .catch .name {
}
.kenbikyo_coment .catch .copy {
	font-size: 18px;
	line-height: 1.5em;
}
.kenbikyo_coment .conte .student {
	float: none;
	width: 30%;
	margin:  0 auto;
}
.kenbikyo_coment .conte .text {
	float: none;
	width: auto;
	margin: 10px 0px 0px;
}
.kenbikyo_coment .conte .img {
	float: none;
	width: auto;
	margin: 10px 0px 15px;
	text-align: center;
}
.semi .semi_cont .text .build-14 {
	margin: 0 0 25px;
}
.semi .semi_cont .text .build-14 .txt {
	width: 75%;
}
.semi .semi_cont .text .build-14 .txt .st {
	font-size: 14px;
	margin: 0px 0px 5px;
}
.semi .semi_cont .text .build-14 .img {
	float: right;
	width: 23%;
	margin: 0;
}
}
/****************************************
+
+　機能分子化学科　ゼミナール紹介
+
*****************************************/
.chart {
	margin: 0px 0px 85px;
}
#sci_voice .voice .text .area_txt {
	float: left;
	width: 71.83085915%;
}
#sci_voice .innar .voice .text .area_pic {
	float: right;
	width: 25.352112676%;
}
#sci_voice .voice .text .area_txt .st {
	font-weight: bold;
	margin: 20px 0px 10px;
}
@media only screen and (max-width: 768px){
.chart {
	margin: 0px 0px 40px;
}
#sci_voice .voice .text .area_txt {
	float: left;
	width: 71.83085915%;
}
#sci_voice .innar .voice .text .area_pic {
	float: right;
	width: 25.352112676%;
}
#sci_voice .voice .text .area_txt .st {
	font-weight: bold;
	margin: 20px 0px 10px;
}
}
/****************************************
　特徴ある学び
*****************************************/
#sci_manabi {
	margin: 0 0 130px;
}
#sci_manabi .box {
	width: 48%;
	float: left;
}
#sci_manabi .box:nth-child(even) {
	float:  right;
}
#sci_manabi .box .title {
	margin: 0px 0px 30px;
}
#sci_manabi .box .title .st {
	color: #FFF;
	background-color: #EC6E74;
	line-height: 60px;
	text-align: center;
	float: left;
	width: 33%;
	margin: 0px 5% 0px 0px;
	border-radius:6px;
}
#sci_manabi .box .title .st02 {
	color: #FFF;
	background-color: #EC6E74;
	line-height: 1.3em;
	text-align: center;
	float: left;
	width: 33%;
	margin: 0px 5% 0px 0px;
	border-radius:6px;
	padding:13px 0px;
}
#sci_manabi .box .title .copy {
	font-size: 18px;
	float: none;
	line-height: 1.8em;
	width: auto;
	font-weight: bold;
}
#sci_manabi .box .text {
	margin: 0px 0px 25px;
}

#sci_manabi .box .title .copy02 {
	font-size: 16px;
	float: none;
	line-height: 1.8em;
	width: auto;
}


@media only screen and (max-width: 768px){
#sci_manabi {
	margin: 0 0 40px;
}
#sci_manabi .box {width:  auto;float: none;margin: 0 0 30px;}
#sci_manabi .box:nth-child(even) {
}
#sci_manabi .box .title {
	margin: 0px 0px 15px;
}
#sci_manabi .box .title .st {
	line-height: 35px;
	float: none;
	width: auto;
	margin: 0px 0 10px;
}
#sci_manabi .box .title .st02 {
	line-height: 35px;
	float: none;
	width: auto;
	margin: 0px 0 10px;
	padding: 0;
}
#sci_manabi .box .title .copy {
	font-size: 16px;
	float: none;
	width: auto;
}
#sci_manabi .box .text {
	margin: 0px 0px 15px;
}
}



/****************************************
+
+　物理学科　ピックアップ研究室
+
*****************************************/

/*半導体物性研究室*/
#pick_into {
	margin: 0px 0px 80px;
}
#pick_into .st {
	border-bottom: 4px solid #f3f3f3;
	font-size: 24px;
	font-weight: bold;
	color: #499bb8;
	padding: 0px 0px 20px;
	margin: 0px 0px 40px;
}
#pick_into .box1 {
	margin: 0px 0px 40px;
}
#pick_into .box1 .prof {
	float: right;
	width: 27.5%;
	margin: 0px 0px 2% 2%;
}
#pick_into .box1 .copy {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 15px;
}
#pick_into .box1 .copy p {
	margin: 0px 0px 10px;
}
#pick_into .box1 .copy span {
	font-size: 15px;
}
#pick_into .box1 .prof .img {
	margin: 0px 0px 10px;
}
#pick_into .box1 .prof ul .fac1 {
	font-size: 12px;
	margin: 0px 0px 5px;
}
#pick_into .box1 .prof ul .name {
	font-size: 16px;
	margin: 0px 0px 5px;
}
#pick_into .box1 .prof ul .fac2 {
	font-size: 12px;
	line-height: 1.5em;
}
#pick_into .theme ul {
	float: left;
	width: 48%;
}
#pick_into .theme ul:last-child {
	float: right;
}
#pick_into .theme ul li span {
	color: #499bb8;
}
/*学生インタビュー*/
#pick_stu_inter .title {
	border-bottom: 1px dotted #000;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	font-size: 22px;
	font-weight: bold;
}
#pick_stu_inter .title .icon {
	font-size: 16px;
	color: #FFF;
	margin: 0px 0px 30px;
}
#pick_stu_inter .title .icon span {
	background-color: #499bb8;
	padding: 5px 10px;
}
#pick_stu_inter .box .img {
	float: right;
	width: 27.5%;
}
#pick_stu_inter .box .text {
	float: left;
	width: 68.125%;
}
#pick_stu_inter .box .img p {
	margin: 0px 0px 10px;
}
#pick_stu_inter .box .img .name {
	text-align: center;
}
@media only screen and (max-width: 768px){
/*半導体物性研究室*/
#pick_into {
	margin: 0px 0px 40px;
}
#pick_into .st {
	font-size: 18px;
	padding: 0px 0px 10px;
	margin: 0px 0px 20px;
}
#pick_into .box1 {
	margin: 0px 0px 40px;
}
#pick_into .box1 .prof {
	width: 48%;
}
#pick_into .box1 .copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.5em;
}
#pick_into .box1 .copy p {
	margin: 0;
}
#pick_into .box1 .copy span {
	font-size: 12px;
	line-height: 1.2em;
}
#pick_into .box1 .prof .img {
	margin: 0px 0px 5px;
}
#pick_into .box1 .prof ul .fac1 {font-size: 10px;line-height: 1.2em;}
#pick_into .box1 .prof ul .name {
	font-size: 14px;
}
#pick_into .box1 .prof ul .fac2 {
	font-size: 10px;
	line-height: 1.2em;
}
#pick_into .theme ul {
	float: none;
	width: auto;
}
#pick_into .theme ul:last-child {
	float: none;
}
#pick_into .theme ul li span {
	color: #499bb8;
}
/*学生インタビュー*/
#pick_stu_inter .title {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 18px;
	line-height: 1.5em;
}
#pick_stu_inter .title .icon {
	font-size: 14px;
	margin: 0px 0px 15px;
}
#pick_stu_inter .title .icon span {
}
#pick_stu_inter .box .img {
	float: none;
	width: 65%;
	margin:  0 auto;
}
#pick_stu_inter .box .text {
	float: none;
	width: auto;
	margin:  0 0 20px;
}
#pick_stu_inter .box .img p {
	margin: 0px 0px 5px;
}
#pick_stu_inter .box .img .name {
	text-align: center;
}
}




/****************************************
+
+　生物学科　生物学科の入る14号館の紹介、栽培?飼育?培養施設の紹介
+
*****************************************/

.bio_facil .box {
	margin: 0px 3% 3% 0px;
	float: left;
	width: 31%;
}
.bio_facil .box:nth-child(3n) {
	margin: 0px 0px 3% 0px;
}
.bio_facil .box .img {
	margin: 0px 0px 10px;
}
.bio_facil .box .st {
	font-weight: bold;
	margin: 0px 0px 10px;
}
.bio_facil .box .text {
	min-height:80px;
}
.bio_facil ul .bnt {
	background: #f3f3f3;
	line-height: 60px;
	margin: 10px 0px 20px;
	width: 100%;
}
.bio_facil ul .bnt a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 20px;
}
.bio_facil ul .bnt a:before{
	content: "";
	width:60px;
	height:60px;
	background-color: #a0a0a0;
	text-align:center;
	position: absolute;
	right: 0;
	top: 0;
}
.bio_facil ul .bnt a:after   {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0%;
	right: .15em;
	height: 60px;
	width: 60px;
	background-image: url(/images/common/blank_icon_w.png) no-repeat center center;
  background-size: 12px 10px;
  transition: all .2s;
}



@media only screen and (max-width: 768px){
.bio_facil .box {
	margin: 0px 0px 5% 0px;
	width: 48%;
}
.bio_facil .box:nth-child(3n) {
	margin: 0px 0px 5% 0px;
}
.bio_facil .box:nth-child(even) {
	float:right;
}
.bio_facil .box .img {
	margin: 0px 0px 10px;
}
.bio_facil .box .st {
	font-weight: bold;
	margin: 0px 0px 10px;
}
.bio_facil .box .text {
	min-height:0px;
}
.bio_facil ul .bnt {
	float:none;
	line-height: 45px;
	margin: 10px 0px;
	width:auto;
}
.bio_facil ul .bnt a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 10px;
}
.bio_facil ul .bnt a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.bio_facil ul .bnt a:after   {
	margin: 0 3px 0 0;
	top: 35%;
}
}






/****************************************
+
+　機能分子化学科　学科のコンセプト?キーワード
+
*****************************************/
.chem_intro_img {
	margin: 20px 0 0;
}
.chem_intro_img ul {
	float: left;
	width: 48%;
}
.chem_intro_img ul:last-child {
	float: right;
}
.chem_intro_img ul .img {
	margin: 0px 0px 15px;
}
.chem_intro_img ul .text {
	text-align: center;
}
@media only screen and (max-width: 768px){
.chem_intro_img {
}
.chem_intro_img ul {
}
.chem_intro_img ul:last-child {
}
.chem_intro_img ul .img {
	margin: 0px 0px 10px;
}
.chem_intro_img ul .text {
}
}








/****************************************
+
+　理工学部　理工学部のあらまし
+
*****************************************/
.sci_pamf_nav {
	margin: 0px 0px 80px 0px;
}
.sci_pamf_nav .nav {
	margin: 0px 0px 30px 0px;
	float: left;
	width: 48%;
}
.sci_pamf_nav .nav:nth-child(even) {
	float: right;
}
.sci_pamf_nav .nav .into {
}
.sci_pamf_nav .nav .st {
	line-height: 65px;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
}
.sci_pamf_nav .nav .st a {
  padding: 0 0 0 20px;
  background: #f3f3f3;
  display: block;
}
.sci_pamf_nav .nav .st a:hover {
  background: #ddd;
}
.sci_pamf_nav .nav .st a:after{
	vertical-align: middle;
	background-size: 18px 18px;
	height: 65px;
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 20px 0 0;
	font-size: 16px;
	color: #cb2837;
	float: right;
}
.sci_pamf_nav .nav .img {
	float: left;
	width: 20.588235294%;
}
.sci_pamf_nav .nav .text {
	float: right;
	width: 76%;
}
@media only screen and (max-width: 768px){
.sci_pamf_nav {
	margin: 0px 0px 40px 0px;
}
.sci_pamf_nav .nav {
	margin: 0px 0px 20px 0px;
}
.sci_pamf_nav .nav:nth-child(even) {
	float: right;
}
.sci_pamf_nav .nav .into {
}
.sci_pamf_nav .nav .st {
	line-height: 45px;
	margin: 0px 0px 10px;
}
.sci_pamf_nav .nav .st a:after{
	height: 45px;
	margin: 0 10px 0 0;
	font-size: 14px;
}
.sci_pamf_nav .nav .st a {
  padding: 0 0 0 10px;
}
.sci_pamf_nav .nav .img {
	width: 30%;
}
.sci_pamf_nav .nav .text {
	width: 65%;
}
}










/****************************************
+
+　理工学部　教員免許更新講習
+
*****************************************/
.licen_box .title {
	border-bottom: 4px solid #f3f3f3;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	font-size: 22px;
	font-weight: bold;
	color: #499bb8;
}
.licen_box .intro .img {
	float: left;
	width: 31.25%;
}
.licen_box .intro .cont {
	float: right;
	width: 66.25%;
	border: 1px solid #CCC;
}
.licen_box .intro .cont tr th {
	font-weight: bold;
	padding: 10px;
	width: 25%;
	background-color: #f3f3f3;
	border: 1px solid #CCC;
}
.licen_box .intro .cont tr td {
	padding: 10px;
	width: 75%;
	border: 1px solid #CCC;
}
.licen_box .intro {
	margin: 0px 0px 30px;
}
.licen_box .sche {
	width: 100%;
	border: 1px solid #CCC;
	margin: 0px 0px 30px;
}
.licen_box .sche tr th {
	font-weight: bold;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	padding: 10px;
	width: 15%;
}
.licen_box .sche tr td {
	padding: 10px;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: 70%;
}
.licen_box .sche tr .time {
	text-align: center;
	width: 15%;
}
.licen_box .st {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.licen_box .teacher {
	padding: 10px;
	border: 1px solid #CCC;
	margin: 0px;
}
.licen_box {
	margin: 0px 0px 80px;
}
.licen_link_btn {
	line-height: 60px;
	width: 50%;
	margin: 0px 0px 80px;
}
.licen_link_btn a {
	display: block;
	padding: 0px 0px 0px 20px;
	position:relative;
	background: #f3f3f3;
}
.licen_link_btn a:hover {
	background-color:#ddd;
}
.licen_link_btn a:after   {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 43%;
	right: 13px;
	background-image: url(/images/common/blank_icon_r.png);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){
.licen_box .title {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 18px;
}
.licen_box .intro .img {
	float: none;
	width: auto;
	text-align:  center;
	margin:  0 0 10px;
}
.licen_box .intro .cont {
	float: none;
	width: 100%;
}
.licen_box .intro .cont tr th {
	padding: 10px;
	width: auto;
	border: none;
	display:  block;
}
.licen_box .intro .cont tr td {
	width: auto;
	border: none;
	display:  block;
}
.licen_box .intro {
	margin: 0px 0px 20px;
}
.licen_box .sche {
	margin: 0px 0px 20px;
}
.licen_box .sche tr th {
	width: auto;
	display:  block;
	border:  none;
}
.licen_box .sche tr td {
	border: none;
	width: auto;
	display: block;
}
.licen_box .sche tr .time {
	width: auto;
	display:  block;
	text-align: left;
	padding: 10px 10px 0;
}
.licen_box .st {
	font-size: 18px;
}
.licen_box .teacher {
}
.licen_box {
	margin: 0px 0px 40px;
}
.licen_link_btn {
	line-height: 45px;
	width: auto;
	margin: 0px 0px 40px;
}
}







/****************************************
+
+　最近の研究から
+
*****************************************/
.recent {
	width: 100%;
	border: 1px solid #CCC;
}
.recent tr th {
	border: 1px solid #CCC;
	background-color: #f3f3f3;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 30%;
}
.recent tr th a:after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #cb2837;
	font-weight: normal;
}
.recent tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}
@media only screen and (max-width: 768px){
.recent {
	width: 100%;
	border: 1px solid #CCC;
}
.recent tr th {
	border: none;
	width: auto;
	display: block;
}
.recent tr th a:after {
}
.recent tr td {
	border: none;
	text-align: left;
	display: block;
	width: auto;
}
}





/****************************************
+
+　機械ぶんし学科　学びのないよう
+
*****************************************/
.lead_box {
	margin: 20px 0px 0px;
	border: 1px solid #CCC;
	padding: 15px;
}
.lead_box .st {
	font-size: 18px;
	font-weight: bold;
	color: #499bb8;
	margin: 0px 0px 10px;
}
.lead_box span {
	color: #499bb8;
}
@media only screen and (max-width: 768px){
.lead_box {
	margin: 15px 0px 0px;
}
.lead_box .st {
	font-size: 16px;
}
.lead_box span {
}
}






/****************************************
+
+　生物学科　教員の執筆した本?論文 
+
*****************************************/
.book_st {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.book {
	width: 100%;
	border: 1px solid #CCC;
	margin: 0px 0px 40px;
}
.book tr th {
	padding: 10px;
	width: 20%;
	border: 1px solid #CCC;
	background: #f3f3f3;
}
.book tr td {
	padding: 10px;
	width: 80%;
	border: 1px solid #CCC;
}
@media only screen and (max-width: 768px){
.book {
}
.book tr th {
	width: auto;
	border: none;
	background: #f3f3f3;
	display:block;
}
.book tr td {
	width: auto;
	border: none;
	display:block;
}
}
.che_rec_add {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 0px 0px 20px;
}
@charset "UTF-8";
/* CSS Document */

/****************************************
　理工学部 物理学科
*****************************************/

/*メインイメージ*/
#sci_main {
	position: relative;
	margin: 0px 0px 45px;
}
#sci_main .mainImg {
	color: #FFF;
	background: #499bb8;
	width: 56.25%;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 240px;
	opacity: 0.9;
}
#sci_main .mainImg .st1  {
	margin: 40px 0px 0px 4%;
	font-size: 18px;
}
#sci_main .mainImg .st2 {
	margin: 40px 0px 0px 4%;
	font-size: 30px;
}
#sci_main .mainImg .st_en {
	margin: 10px 0px 0px 4%;
	font-size: 12px;
}
#sci_main .img {
	float: right;
	margin: 25px 0px 0px;
}
#sci_main .mainImg .sns  {
	margin: 20px 0px 0px 4%;
}
#sci_main .mainImg .sns li  {
	width: 10%;
	float: left;
	margin: 0 10px 0 0;
}


@media only screen and (max-width: 768px){
#sci_main {
	margin: 0px 0px 20px;
}
#sci_main .mainImg {
	width: 100%;
	height: auto;
	position: static;
	background-color: #499bb8;
}
#sci_main .mainImg .st1  {
	margin: 0px 5% 0px;
	font-size: 14px;
	padding:  10px 0 0;
}
#sci_main .mainImg .st2 {
	margin: 5px 5% 0px;
	font-size: 18px;
}
#sci_main .mainImg .st_en {
	margin: 5px 5% 0;
	padding:  0 0 13px;
	font-size:10px;
	line-height:1.2em;
}
#sci_main .img {
	margin: 5px 0 0;
	float:  none;
}
#sci_main .mainImg .sns  {
	margin: 0 5%;
	padding: 0 0 10px;
}
#sci_main .mainImg .sns li  {
	width: 12%;
	margin: 0 8px 0 0;
}
}


.study_area {
	border-top: 2px solid #499bb8;
	border-bottom: 2px solid #499bb8;
	padding: 20px 0px;
	margin: 0px 0px 50px;
}
.study_area ul li {
	float: left;
}
.study_area ul .st {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
	padding: 10px 5% 0;
}

@media only screen and (max-width: 768px){
.study_area {
	padding: 15px 0px;
}
.study_area ul li {
	float: none;
	margin:  0 10px;
}
.study_area ul .st {
	font-size: 16px;
	padding: 0;
	text-align: left;
	margin: 0 0 5px 10px;
}
}


.four_copy{
	font-size:24px;
	margin:0px 0px 25px;
}
.four_txt{
	margin:0px 0px 50px 0px
}
@media only screen and (max-width: 768px){
.four_copy{
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px 0px 15px;
}
.four_txt{
	margin:0px 0px 20px 0px
}
}
	
	
/*学びのポイント*/
.point_st {
	border-bottom: 3px solid #f3f3f3;
	line-height: 65px;
	margin: 0px 0px 40px;
}
.point_st ul .st {
	font-size: 22px;
	color: #499bb8;
	padding: 20px 0px 15px 2%;
	float: left;
	width: 78%;
	line-height: 1.5em;
}
.point_st ul .point {
	font-size: 18px;
	border-top: 2px solid #499bb8;
	width: 20%;
	text-align: center;
	float: left;
}
.point_st ul .point span {
	font-size: 28px;
}
.point_st ul .grade {
	font-size: 18px;
	border-top: 2px solid #499bb8;
	width: 15%;
	text-align: center;
	float: left;
	margin:0 !important;
}
.point_st ul .grade span {
	font-size: 28px;
}

.study_point .copy{
	font-size: 22px;
	margin: 0px 0px 25px;
}
.study_point .cont {
	margin: 0px 0px 60px;
}
.study_point .cont .img_area1 {
	width: 60%;
	float: right;
	margin: 0px 0px 0px 5%;
}
.study_point .cont .img_area2 {
	width: 30%;
	float: right;
	margin: 0px 0px 0px 5%;
}
.study_point .cont .img_area3 {
	width: 55%;
	float: right;
	margin: 0px 0px 0px 5%;
}
.study_point .cont .img_area4 {
	width: 46.25%;
	float: right;
	margin: 0px 0px 0px 5%;
}
@media only screen and (max-width: 768px){
.point_st {
	line-height: 1.5em;
	margin: 0px 0px 20px;
}
.point_st ul .st {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	float: none;
	width:  auto;
}
.point_st ul .point {
	font-size: 16px;
	float: none;
	line-height: 40px;
	text-align:  left;
	width: 30%;
}
.point_st ul .point span {
	font-size: 20px;
}
.point_st ul .grade {
	font-size: 16px;
	float: none;
	line-height: 40px;
	text-align:  left;
	width: 30%;
}
.point_st ul .grade span {
	font-size: 20px;
}


.study_point .copy{
	font-size: 18px;
	line-height: 1.5em;
}
.study_point .cont {
	margin: 0px 0px 40px;
}
.study_point .cont .img_area1 {
	width: 48%;
}
.study_point .cont .img_area2 {
	width: 30%;
}
.study_point .cont .img_area3 {
	width: 48%;
}
.study_point .cont .img_area4 {
	width: 50%;
	margin: 0px 0px 2% 2%;
}
}


/*理工学部　フッター部分ナビゲーション*/

.sci_ft_nav {
	margin: 60px 0px 0px;
}
.sci_ft_nav ul li {
	background: #f3f3f3;
	line-height: 60px;
	margin: 0px 0px 20px;
	float:left;
	width:48%;
}
.sci_ft_nav ul li:nth-child(even) {
	float: right;
}
.sci_ft_nav ul li a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 20px;
	font-size: 15px;
	font-weight: bold;
}
.sci_ft_nav ul .link a:before{
	content: "";
	width:60px;
	height:60px;
	background-color: #499bb8;
	text-align:center;
	position: absolute;
	right: 0;
	top: 0;
}
.sci_ft_nav ul .link a:after   {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/images/faculty/nav_arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 35%;
	right: 10px;
}
.sci_ft_nav ul .blank a:before{
	content: "";
	width:60px;
	height:60px;
	background-color: #a0a0a0;
	text-align:center;
	position: absolute;
	right: 0;
	top: 0;
}
.sci_ft_nav ul .blank a:after   {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 43%;
	right: 13px;
	background-image: url(/images/common/blank_icon_w.png);
}
@media only screen and (max-width: 768px){
.sci_ft_nav {
	margin: 30px 0px 0px;
}
.sci_ft_nav ul li {
	float:none;
	line-height: 45px;
	margin: 0px 0px 10px;
	width:auto;
}
.sci_ft_nav ul li:nth-child(even) {
	float: none;
}
.sci_ft_nav ul li a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: bold;
}
.sci_ft_nav ul .link a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.sci_ft_nav ul .link a:after   {
	margin: 0 3px 0 0;
	top: 32%;
}
.sci_ft_nav ul .blank a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.sci_ft_nav ul .blank a:after   {
	margin: 0 3px 0 0;
	top: 35%;
}

}




/****************************************
　理工学部　就職支援?進路
*****************************************/
.res_intro {
	margin: 0px 0px 70px;
}
.res_intro .img {
	float: right;
	width: 43.75%;
	margin: 0px 0px 2% 2%;
}
.res_intro .copy {
	font-size: 24px;
	margin: 0px 0px 25px;
	line-height: 1.917em;
	letter-spacing: -0.05em;
}
.graduate_course {
	margin: 0px 0px 105px;
}
.graduate_course .result table {
	width: 100%;
	border-bottom: 1px dotted #000;
	margin: 0px 0px 30px;
}
.graduate_course .result table tr th {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 15px 0px;
	width: 20%;
}
.graduate_course .result table tr td {
	border-bottom: 1px dotted #000;
	padding: 15px 0px;
	width: 80%;
}
.graduate_course .result .btn {
	float: left;
	width: 32.5%;
	text-align: center;
	margin: 0 20px 0 0;
}
.graduate_course .result .btn a {
	display: block;
	padding: 25px 0px;
	background-color: #f3f3f3;
}
.graduate_course .result .btn a:hover {
	background-color: #ddd;
}
.graduate_course .result .btn a:after {
	margin: 0 0 0 15px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/common/blank_icon_r.png);
}
.graduate_course .result .text {
	float: left;
	padding: 25px 0px;
}
@media only screen and (max-width: 768px){
.res_intro {
	margin: 0px 0px 70px;
}
.res_intro .img {
	float: right;
	width: 43.75%;
	margin: 0px 0px 2% 2%;
}
.res_intro .copy {
	font-size: 24px;
	margin: 0px 0px 25px;
	line-height: 1.917em;
	letter-spacing: -0.05em;
}
.graduate_course {
	margin: 0px 0px 40px;
}
.graduate_course .result table {
	margin: 0px 0px 15px;
	border-bottom:  none;
}
.graduate_course .result table tr th {
	padding: 10px 0 0;
	width: auto;
	display:  block;
	border-bottom: none;
}
.graduate_course .result table tr td {
	border-bottom: 1px dotted #000;
	padding: 0px 0px 10px;
	width: auto;
	display:  block;
}
.graduate_course .result .btn {
	float: none;
	width: auto;
	margin: 0;
}
.graduate_course .result .btn a {
	padding: 15px 0px;
}
.graduate_course .result .btn a:hover {
	background-color: #ddd;
}
.graduate_course .result .btn a:after {
	margin: 0 0 0 15px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/common/blank_icon_r.png);
}
.graduate_course .result .text {
	float: none;
	padding: 10px 0 0px;
}
.graduate_course .result .img {
	float: none;
	width: auto;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
}




/****************************************
+
+　地学研究室　教員?研究室
+
*****************************************/
.sci_tea_intro {
	margin: 0px 0px 70px;
}
.sci_tea_intro .img {
	float: right;
	width: 37.5%;
	margin: 0px 0px 0px 5%;
}
.sci_tea_intro .copy {
	font-size: 22px;
	margin: 0px 0px 20px;
}
.study_point .cont .sci_tea_img01 {
	float: right;
	width: 66.25%;
	margin: 0px 0px 0px 2%;
}
.study_point .cont .sci_tea_img02 {
	float: right;
	width: 33.75%;
	margin: 0px 0px 0px 2%;
}
@media only screen and (max-width: 768px){
.sci_tea_intro {
	margin: 0px 0px 40px;
}
.sci_tea_intro .img {
	width: 48%;
	margin: 0px 0px 0px 2%;
}
.sci_tea_intro .copy {
	font-size: 18px;
	line-height: 1.5em;
}
.study_point .cont .sci_tea_img01 {
	width: 50%;
}
.study_point .cont .sci_tea_img02 {
	width: 50%;
}
}








/****************************************
+
+　生物学科　ゼミナール紹介
+
*****************************************/
.kenbikyo ul li {
	float: left;
	width: 48%;
}
.kenbikyo ul li:nth-child(even) {
	float: right;
}
.kenbikyo {
	margin: 0px 0px 40px;
}
.kenbikyo_coment {
	border: 2px solid #499bb8;
	padding: 5% 5% 0%;
	margin: 0px 0px 80px;
}
.kenbikyo_coment .catch {
	padding: 0px 0px 40px;
	text-align: center;
}
.kenbikyo_coment .catch .name {
}
.kenbikyo_coment .catch .copy {
	font-size: 26px;
	font-weight: bold;
	color: #499bb8;
	margin: 0px 0px 10px;
	line-height: 1.769em;
}
.kenbikyo_coment .conte .student {
	float: left;
	width: 19%;
}
.kenbikyo_coment .conte .text {
	float: left;
	width: 40%;
	margin: 2% 5% 0px;
}
.kenbikyo_coment .conte .img {
	float: right;
	width: 30%;
	margin: 2% 0px 0px;
}
.semi .semi_cont .text .build-14 {
	margin: 0 0 25px;
}
.semi .semi_cont .text .build-14 .txt {
	float: left;
	width: 80%;
}
.semi .semi_cont .text .build-14 .txt .st {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.semi .semi_cont .text .build-14 .img {
	float: right;
	width: 17%;
}
@media only screen and (max-width: 768px){
h3.sci span {
	font-size: 16px;
}
.kenbikyo ul li {
	float: left;
	width: 48%;
}
.kenbikyo ul li:nth-child(even) {
	float: right;
}
.kenbikyo {
	margin: 0px 0px 40px;
}
.kenbikyo_coment {
}
.kenbikyo_coment .catch {
	padding: 0px 0px 20px;
}
.kenbikyo_coment .catch .name {
}
.kenbikyo_coment .catch .copy {
	font-size: 18px;
	line-height: 1.5em;
}
.kenbikyo_coment .conte .student {
	float: none;
	width: 30%;
	margin:  0 auto;
}
.kenbikyo_coment .conte .text {
	float: none;
	width: auto;
	margin: 10px 0px 0px;
}
.kenbikyo_coment .conte .img {
	float: none;
	width: auto;
	margin: 10px 0px 15px;
	text-align: center;
}
.semi .semi_cont .text .build-14 {
	margin: 0 0 25px;
}
.semi .semi_cont .text .build-14 .txt {
	width: 75%;
}
.semi .semi_cont .text .build-14 .txt .st {
	font-size: 14px;
	margin: 0px 0px 5px;
}
.semi .semi_cont .text .build-14 .img {
	float: right;
	width: 23%;
	margin: 0;
}
}
/****************************************
+
+　機能分子化学科　ゼミナール紹介
+
*****************************************/
.chart {
	margin: 0px 0px 85px;
}
#sci_voice .voice .text .area_txt {
	float: left;
	width: 71.83085915%;
}
#sci_voice .innar .voice .text .area_pic {
	float: right;
	width: 25.352112676%;
}
#sci_voice .voice .text .area_txt .st {
	font-weight: bold;
	margin: 20px 0px 10px;
}
@media only screen and (max-width: 768px){
.chart {
	margin: 0px 0px 40px;
}
#sci_voice .voice .text .area_txt {
	float: left;
	width: 71.83085915%;
}
#sci_voice .innar .voice .text .area_pic {
	float: right;
	width: 25.352112676%;
}
#sci_voice .voice .text .area_txt .st {
	font-weight: bold;
	margin: 20px 0px 10px;
}
}
/****************************************
　特徴ある学び
*****************************************/
#sci_manabi {
	margin: 0 0 130px;
}
#sci_manabi .box {
	width: 48%;
	float: left;
}
#sci_manabi .box:nth-child(even) {
	float:  right;
}
#sci_manabi .box .title {
	margin: 0px 0px 30px;
}
#sci_manabi .box .title .st {
	color: #FFF;
	background-color: #EC6E74;
	line-height: 60px;
	text-align: center;
	float: left;
	width: 33%;
	margin: 0px 5% 0px 0px;
	border-radius:6px;
}
#sci_manabi .box .title .st02 {
	color: #FFF;
	background-color: #EC6E74;
	line-height: 1.3em;
	text-align: center;
	float: left;
	width: 33%;
	margin: 0px 5% 0px 0px;
	border-radius:6px;
	padding:13px 0px;
}
#sci_manabi .box .title .copy {
	font-size: 18px;
	float: none;
	line-height: 1.8em;
	width: auto;
	font-weight: bold;
}
#sci_manabi .box .text {
	margin: 0px 0px 25px;
}

#sci_manabi .box .title .copy02 {
	font-size: 16px;
	float: none;
	line-height: 1.8em;
	width: auto;
}


@media only screen and (max-width: 768px){
#sci_manabi {
	margin: 0 0 40px;
}
#sci_manabi .box {width:  auto;float: none;margin: 0 0 30px;}
#sci_manabi .box:nth-child(even) {
}
#sci_manabi .box .title {
	margin: 0px 0px 15px;
}
#sci_manabi .box .title .st {
	line-height: 35px;
	float: none;
	width: auto;
	margin: 0px 0 10px;
}
#sci_manabi .box .title .st02 {
	line-height: 35px;
	float: none;
	width: auto;
	margin: 0px 0 10px;
	padding: 0;
}
#sci_manabi .box .title .copy {
	font-size: 16px;
	float: none;
	width: auto;
}
#sci_manabi .box .text {
	margin: 0px 0px 15px;
}
}



/****************************************
+
+　物理学科　ピックアップ研究室
+
*****************************************/

/*半導体物性研究室*/
#pick_into {
	margin: 0px 0px 80px;
}
#pick_into .st {
	border-bottom: 4px solid #f3f3f3;
	font-size: 24px;
	font-weight: bold;
	color: #499bb8;
	padding: 0px 0px 20px;
	margin: 0px 0px 40px;
}
#pick_into .box1 {
	margin: 0px 0px 40px;
}
#pick_into .box1 .prof {
	float: right;
	width: 27.5%;
	margin: 0px 0px 2% 2%;
}
#pick_into .box1 .copy {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 15px;
}
#pick_into .box1 .copy p {
	margin: 0px 0px 10px;
}
#pick_into .box1 .copy span {
	font-size: 15px;
}
#pick_into .box1 .prof .img {
	margin: 0px 0px 10px;
}
#pick_into .box1 .prof ul .fac1 {
	font-size: 12px;
	margin: 0px 0px 5px;
}
#pick_into .box1 .prof ul .name {
	font-size: 16px;
	margin: 0px 0px 5px;
}
#pick_into .box1 .prof ul .fac2 {
	font-size: 12px;
	line-height: 1.5em;
}
#pick_into .theme ul {
	float: left;
	width: 48%;
}
#pick_into .theme ul:last-child {
	float: right;
}
#pick_into .theme ul li span {
	color: #499bb8;
}
/*学生インタビュー*/
#pick_stu_inter .title {
	border-bottom: 1px dotted #000;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	font-size: 22px;
	font-weight: bold;
}
#pick_stu_inter .title .icon {
	font-size: 16px;
	color: #FFF;
	margin: 0px 0px 30px;
}
#pick_stu_inter .title .icon span {
	background-color: #499bb8;
	padding: 5px 10px;
}
#pick_stu_inter .box .img {
	float: right;
	width: 27.5%;
}
#pick_stu_inter .box .text {
	float: left;
	width: 68.125%;
}
#pick_stu_inter .box .img p {
	margin: 0px 0px 10px;
}
#pick_stu_inter .box .img .name {
	text-align: center;
}
@media only screen and (max-width: 768px){
/*半導体物性研究室*/
#pick_into {
	margin: 0px 0px 40px;
}
#pick_into .st {
	font-size: 18px;
	padding: 0px 0px 10px;
	margin: 0px 0px 20px;
}
#pick_into .box1 {
	margin: 0px 0px 40px;
}
#pick_into .box1 .prof {
	width: 48%;
}
#pick_into .box1 .copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.5em;
}
#pick_into .box1 .copy p {
	margin: 0;
}
#pick_into .box1 .copy span {
	font-size: 12px;
	line-height: 1.2em;
}
#pick_into .box1 .prof .img {
	margin: 0px 0px 5px;
}
#pick_into .box1 .prof ul .fac1 {font-size: 10px;line-height: 1.2em;}
#pick_into .box1 .prof ul .name {
	font-size: 14px;
}
#pick_into .box1 .prof ul .fac2 {
	font-size: 10px;
	line-height: 1.2em;
}
#pick_into .theme ul {
	float: none;
	width: auto;
}
#pick_into .theme ul:last-child {
	float: none;
}
#pick_into .theme ul li span {
	color: #499bb8;
}
/*学生インタビュー*/
#pick_stu_inter .title {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 18px;
	line-height: 1.5em;
}
#pick_stu_inter .title .icon {
	font-size: 14px;
	margin: 0px 0px 15px;
}
#pick_stu_inter .title .icon span {
}
#pick_stu_inter .box .img {
	float: none;
	width: 65%;
	margin:  0 auto;
}
#pick_stu_inter .box .text {
	float: none;
	width: auto;
	margin:  0 0 20px;
}
#pick_stu_inter .box .img p {
	margin: 0px 0px 5px;
}
#pick_stu_inter .box .img .name {
	text-align: center;
}
}




/****************************************
+
+　生物学科　生物学科の入る14号館の紹介、栽培?飼育?培養施設の紹介
+
*****************************************/

.bio_facil .box {
	margin: 0px 3% 3% 0px;
	float: left;
	width: 31%;
}
.bio_facil .box:nth-child(3n) {
	margin: 0px 0px 3% 0px;
}
.bio_facil .box .img {
	margin: 0px 0px 10px;
}
.bio_facil .box .st {
	font-weight: bold;
	margin: 0px 0px 10px;
}
.bio_facil .box .text {
	min-height:80px;
}
.bio_facil ul .bnt {
	background: #f3f3f3;
	line-height: 60px;
	margin: 10px 0px 20px;
	width: 100%;
}
.bio_facil ul .bnt a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 20px;
}
.bio_facil ul .bnt a:before{
	content: "";
	width:60px;
	height:60px;
	background-color: #a0a0a0;
	text-align:center;
	position: absolute;
	right: 0;
	top: 0;
}
.bio_facil ul .bnt a:after   {
	margin: 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0%;
	right: .15em;
	height: 60px;
	width: 60px;
	background: url(/images/common/blank_icon_w.png) no-repeat center center;
  background-size: 12px 10px;
  transition: all .2s;
}
.bio_facil ul .bnt a:hover {
	color:#fff;
}
.bio_facil ul .bnt a:hover::after {
  right: -.2em;
}
.bio_facil ul .bnt a:before {
	background: #a0a0a0;
}
.bio_facil ul .bnt.hvr::before {
	background: #a0a0a0;
	z-index: 0;
}


@media only screen and (max-width: 768px){
.bio_facil .box {
	margin: 0px 0px 5% 0px;
	width: 48%;
}
.bio_facil .box:nth-child(3n) {
	margin: 0px 0px 5% 0px;
}
.bio_facil .box:nth-child(even) {
	float:right;
}
.bio_facil .box .img {
	margin: 0px 0px 10px;
}
.bio_facil .box .st {
	font-weight: bold;
	margin: 0px 0px 10px;
}
.bio_facil .box .text {
	min-height:0px;
}
.bio_facil ul .bnt {
	float:none;
	line-height: 45px;
	margin: 10px 0px;
	/* width:auto; */
}
.bio_facil ul .bnt a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 10px;
}
.bio_facil ul .bnt a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.bio_facil ul .bnt a:after   {
	margin: 0 3px 0 0;
	top: 35%;
	width: 30px;
	height: 15px;
}
}






/****************************************
+
+　機能分子化学科　学科のコンセプト?キーワード
+
*****************************************/
.chem_intro_img {
	margin: 20px 0 0;
}
.chem_intro_img ul {
	float: left;
	width: 48%;
}
.chem_intro_img ul:last-child {
	float: right;
}
.chem_intro_img ul .img {
	margin: 0px 0px 15px;
}
.chem_intro_img ul .text {
	text-align: center;
}
@media only screen and (max-width: 768px){
.chem_intro_img {
}
.chem_intro_img ul {
}
.chem_intro_img ul:last-child {
}
.chem_intro_img ul .img {
	margin: 0px 0px 10px;
}
.chem_intro_img ul .text {
}
}








/****************************************
+
+　理工学部　理工学部のあらまし
+
*****************************************/
.sci_pamf_nav {
	margin: 0px 0px 80px 0px;
}
.sci_pamf_nav .nav {
	margin: 0px 0px 30px 0px;
	float: left;
	width: 48%;
}
.sci_pamf_nav .nav:nth-child(even) {
	float: right;
}
.sci_pamf_nav .nav .into {
}
.sci_pamf_nav .nav .st {
	line-height: 65px;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
}
.sci_pamf_nav .nav .st a {
  padding: 0 0 0 20px;
  background: #f3f3f3;
  display: block;
}
.sci_pamf_nav .nav .st a:hover {
  background: #ddd;
}
.sci_pamf_nav .nav .st a:after{
	vertical-align: middle;
	background-size: 18px 18px;
	height: 65px;
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 20px 0 0;
	font-size: 16px;
	color: #cb2837;
	float: right;
}
.sci_pamf_nav .nav .img {
	float: left;
	width: 20.588235294%;
}
.sci_pamf_nav .nav .text {
	float: right;
	width: 76%;
}
@media only screen and (max-width: 768px){
.sci_pamf_nav {
	margin: 0px 0px 40px 0px;
}
.sci_pamf_nav .nav {
	margin: 0px 0px 20px 0px;
}
.sci_pamf_nav .nav:nth-child(even) {
	float: right;
}
.sci_pamf_nav .nav .into {
}
.sci_pamf_nav .nav .st {
	line-height: 45px;
	margin: 0px 0px 10px;
}
.sci_pamf_nav .nav .st a:after{
	height: 45px;
	margin: 0 10px 0 0;
	font-size: 14px;
}
.sci_pamf_nav .nav .st a {
  padding: 0 0 0 10px;
}
.sci_pamf_nav .nav .img {
	width: 30%;
}
.sci_pamf_nav .nav .text {
	width: 65%;
}
}










/****************************************
+
+　理工学部　教員免許更新講習
+
*****************************************/
.licen_box .title {
	border-bottom: 4px solid #f3f3f3;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	font-size: 22px;
	font-weight: bold;
	color: #499bb8;
}
.licen_box .intro .img {
	float: left;
	width: 31.25%;
}
.licen_box .intro .cont {
	float: right;
	width: 66.25%;
	border: 1px solid #CCC;
}
.licen_box .intro .cont tr th {
	font-weight: bold;
	padding: 10px;
	width: 25%;
	background-color: #f3f3f3;
	border: 1px solid #CCC;
}
.licen_box .intro .cont tr td {
	padding: 10px;
	width: 75%;
	border: 1px solid #CCC;
}
.licen_box .intro {
	margin: 0px 0px 30px;
}
.licen_box .sche {
	width: 100%;
	border: 1px solid #CCC;
	margin: 0px 0px 30px;
}
.licen_box .sche tr th {
	font-weight: bold;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	padding: 10px;
	width: 15%;
}
.licen_box .sche tr td {
	padding: 10px;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: 70%;
}
.licen_box .sche tr .time {
	text-align: center;
	width: 15%;
}
.licen_box .st {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.licen_box .teacher {
	padding: 10px;
	border: 1px solid #CCC;
	margin: 0px;
}
.licen_box {
	margin: 0px 0px 80px;
}
.licen_link_btn {
	line-height: 60px;
	width: 50%;
	margin: 0px 0px 80px;
}
.licen_link_btn a {
	display: block;
	padding: 0px 0px 0px 20px;
	position:relative;
	background: #f3f3f3;
}
.licen_link_btn a:hover {
	background-color:#ddd;
}
.licen_link_btn a:after   {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 43%;
	right: 13px;
	background-image: url(/images/common/blank_icon_r.png);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){
.licen_box .title {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 18px;
}
.licen_box .intro .img {
	float: none;
	width: auto;
	text-align:  center;
	margin:  0 0 10px;
}
.licen_box .intro .cont {
	float: none;
	width: 100%;
}
.licen_box .intro .cont tr th {
	padding: 10px;
	width: auto;
	border: none;
	display:  block;
}
.licen_box .intro .cont tr td {
	width: auto;
	border: none;
	display:  block;
}
.licen_box .intro {
	margin: 0px 0px 20px;
}
.licen_box .sche {
	margin: 0px 0px 20px;
}
.licen_box .sche tr th {
	width: auto;
	display:  block;
	border:  none;
}
.licen_box .sche tr td {
	border: none;
	width: auto;
	display: block;
}
.licen_box .sche tr .time {
	width: auto;
	display:  block;
	text-align: left;
	padding: 10px 10px 0;
}
.licen_box .st {
	font-size: 18px;
}
.licen_box .teacher {
}
.licen_box {
	margin: 0px 0px 40px;
}
.licen_link_btn {
	line-height: 45px;
	width: auto;
	margin: 0px 0px 40px;
}
}







/****************************************
+
+　最近の研究から
+
*****************************************/
.recent {
	width: 100%;
	border: 1px solid #CCC;
}
.recent tr th {
	border: 1px solid #CCC;
	background-color: #f3f3f3;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 30%;
}
.recent tr th a:after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #cb2837;
	font-weight: normal;
}
.recent tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}
@media only screen and (max-width: 768px){
.recent {
	width: 100%;
	border: 1px solid #CCC;
}
.recent tr th {
	border: none;
	width: auto;
	display: block;
}
.recent tr th a:after {
}
.recent tr td {
	border: none;
	text-align: left;
	display: block;
	width: auto;
}
}





/****************************************
+
+　機械ぶんし学科　学びのないよう
+
*****************************************/
.lead_box {
	margin: 20px 0px 0px;
	border: 1px solid #CCC;
	padding: 15px;
}
.lead_box .st {
	font-size: 18px;
	font-weight: bold;
	color: #499bb8;
	margin: 0px 0px 10px;
}
.lead_box span {
	color: #499bb8;
}
@media only screen and (max-width: 768px){
.lead_box {
	margin: 15px 0px 0px;
}
.lead_box .st {
	font-size: 16px;
}
.lead_box span {
}
}






/****************************************
+
+　生物学科　教員の執筆した本?論文 
+
*****************************************/
.book_st {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.book {
	width: 100%;
	border: 1px solid #CCC;
	margin: 0px 0px 40px;
}
.book tr th {
	padding: 10px;
	width: 20%;
	border: 1px solid #CCC;
	background: #f3f3f3;
}
.book tr td {
	padding: 10px;
	width: 80%;
	border: 1px solid #CCC;
}
@media only screen and (max-width: 768px){
.book {
}
.book tr th {
	width: auto;
	border: none;
	background: #f3f3f3;
	display:block;
}
.book tr td {
	width: auto;
	border: none;
	display:block;
}
}
.che_rec_add {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 0px 0px 20px;
}







/****************************************
+
+　理工学部ニュース
+
*****************************************/



#news_area .tab_bt {
	text-align: center;
}
#news_area .tab_bt dd {
	text-align: center;
	display: inline-block;
	width: 17%;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
}
#news_area .tab_bt #tab1 {
	background: #AAA;
	color: #FFF;
}
#news_area .tab_bt #tab2 {
	background: #CA2837;
	color: #FFF;
}
#news_area .tab_bt #tab3 {
	background: #F36E10;
	color: #FFF;
}
#news_area .tab_bt #tab4 {
	background: #58B73F;
	color: #FFF;
}
#news_area .tab_bt #tab5 {
	background: #7974B6;
	color: #FFF;
}
@media only screen and (max-width: 768px){

#news_area .tab_bt {
}
#news_area .tab_bt dd {
	text-align: center;
	float: left;
	display: block;
	width: 30%;
	margin: 0 1% 5px;
	line-height: 30px;
	font-size: 10px;
}
#news_area .tab_bt dd:nth-child(3n) {
	margin: 0 0 5px 1%
	}
}











/*=============================
	2024年度改定追加修正css トップページ
=============================*/
/*学科の特色*/
.sec_feature {
	margin-bottom: 60px;
}
.sec_feature .__box {
	margin-bottom: 30px;
}
.sec_feature .__box .title {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: solid 3px #4a9bb8;
}
.sec_feature .__box .title .__en_sttl {
	color: #4a9bb8;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.sec_feature .__box .title .__sttl {
	font-size: 22px;
	font-weight: 700;
}
.sec_feature .__box .__inn {
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.sec_feature .__box .__inn .copy {
	width: 50%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
.sec_feature .__box .__inn .img {
	width: 48.125%;
	text-align: center;
}
@media only screen and (max-width: 768px){
.sec_feature {
	margin-bottom: 60px;
}
.sec_feature .__box {
}
.sec_feature .__box .title {
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.sec_feature .__box .title .__en_sttl {
	font-size: 14px;
}
.sec_feature .__box .title .__sttl {
	font-size: 18px;
}
.sec_feature .__box .__inn {
	justify-content: flex-start;
	gap: 15px;
	flex-direction: column;
}
.sec_feature .__box .__inn .copy {
	width: 100%;
	font-size: 18px;
}
.sec_feature .__box .__inn .img {
	width: 100%;
}	
}



/*特徴的な学び?取り組み*/
.sec_initiatives {
	margin: 0px 0px 80px;
}
.sec_initiatives .__area {
	display: flex;
	flex-wrap: wrap;
	gap:35px 20px;
	margin: 0 0 50px;
}
.sec_initiatives .__area:last-child {
	margin: 0px;
}
.sec_initiatives .__area .text {
	line-height: 1.786;
	text-align: justify;
	width: 50%;
}
.sec_initiatives .__area .text .img {
	width: 100%;
	margin: 50px 0px 0px;
}
.sec_initiatives .__area .img {
	width: 46.875%;
	text-align: center;
}
.sec_initiatives .__area .img2 {
	width: 100%;
	text-align: center;
}


@media only screen and (max-width: 768px){
.sec_initiatives {
	margin: 0px 0px 60px;
}
.sec_initiatives .__area {
	flex-direction: column;
	gap: 20px;
	margin: 0 0 30px;
}
.sec_initiatives .__area:last-child {
	margin: 0px;
}
.sec_initiatives .__area .text {
	width: auto;
	margin: 0;
}
.sec_initiatives .__area .text .img {
	margin: 20px 0px 0px;
}
.sec_initiatives .__area .img {
	width: auto;
}
.sec_initiatives .__area .img2 {
}
}


/*タイトル*/
.sec_initiatives .st {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.sec_initiatives .st::before {
	display: none;
	margin: 0 0 0 0;
	width: 0px;
	height: 0px;
	background: none;
}
.sec_initiatives .st span {
	color: #4a9bb8;
	font-size: 28px;
	font-family: 'Jost', sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px){

.sec_initiatives .st {
	font-size: 18px;
	text-indent: 0;
}
.sec_initiatives .st::before {
}
.sec_initiatives .st span {
	font-size: 20px;
	margin: 0 0 5px;
	display: block;
}
	
}


/*これが甲南の～！*/
.sec_this_is {
	margin-bottom: 75px;
}
.sec_this_is .__title {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #000;
}
.sec_this_is .__title .__name {
	color: #499bb8;
	font-size: 16px;
	margin-bottom: 15px;
}
.sec_this_is .__title .__sttl {
	font-size: 22px;
	line-height: 1.682;
	font-weight: 700;
}
.sec_this_is .__inn {
	display: flex;
	gap: 25px;
}
.sec_this_is .__inn .__img {
	width: 30%;
}
.sec_this_is .__inn .__text {
	width: 66.25%;
	line-height: 1.857;
}
@media only screen and (max-width: 768px){
.sec_this_is {
	margin-bottom: 65px;
}
.sec_this_is .__title {
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.sec_this_is .__title .__name {
	font-size: 14px;
	margin-bottom: 10px;
}
.sec_this_is .__title .__sttl {
	font-size: 18px;
}
.sec_this_is .__inn {
	gap: 15px;
	flex-direction: column;
}
.sec_this_is .__inn .__img {
	width: 50%;
	margin: 0 auto;
}
.sec_this_is .__inn .__text {
	width: 100%;
}
}


/*こんな分野の学びも*/
.sec_field {
	margin-bottom: 75px;
}
.sec_field .__sttl {
	color: #499bb8;
	font-size: 16px;
	margin-bottom: 15px;
}
.sec_field .__text {
	line-height: 1.786;
}
@media only screen and (max-width: 768px){
.sec_field {
	margin-bottom: 60px;
}
.sec_field .__sttl {
	margin-bottom: 10px;
}
.sec_field .__text {
}
}