@charset "utf-8";
/* CSS Document */

/* 大田原キャンパス */

.clearfix::after{
  content: "";
  display: block;
  clear: both;}

sup{
	vertical-align: super;
	font-size: smaller;
}

.underline{
text-decoration: underline;
}


.interview_box {
	width:700px;
	margin:0 auto;
	font-size:13px;
}
.interview {
/*	float:left;*/
	margin:0 auto;
	width:700px;
}



.interview img {
	background-color: #FFF; /*写真の背景部の色*/
	border: 1px solid #B9B9B9; /*縁取り線の太さ・線種・色*/
	padding: 3px; /*縁取りの幅*/

}
.interview th {
	width: 20%;
	padding-bottom:0px;
	text-align: center top !important;
	vertical-align: top;

}
.interview td {
	width:90%;

	padding:0;
	text-align: left;
	vertical-align: top;
}
.interview span {
	font-size:10px;
}


.interview_box hr{
	border:none;
border-top:dashed 1px  #CCCCCC;
height:1px;
color:#FFFFFF;
margin:10px 0;	
	}
	
.name{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	}


 @media only screen and (max-width:500px) {
.interview_box {
	width:100%;
	margin:0 auto;
}
.interview {
	margin:0 auto;
	width:100%;
}
.interview th, .interview td {
	width: 100%;
	display: block;
	border-top: none;
}
.interview td {
	padding:5px 0 0px 0;
}
.interview th {
	text-align:center;
}
.cr {
	display:none
}


.name{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	}

}


/*==== TOP template ====*/
.style_campus_h3{
    padding: 2px 0 3px;
    font-size: 1.28571rem;
    line-height: 1.1;
    min-height: 37px;
}
.style_campus_h3 span{
    font-size:0.67em;
}
.style_campus_list{
    margin-top: 3px;
    font-size: 0.85714rem;
    letter-spacing: 0.5px;
}

 @media only screen and (max-width:738px) {
.style_campus_h3{
        padding: 1.5125vw 0 1.115vw;
        letter-spacing: -0.05em;
        font-size: 4.0625vw;
        min-height: auto; } 

.style_campus_list{
        margin-bottom:-5px;
        font-size: 3.4375vw;
}
}


/*==== SHM ====*/
@media only screen and (min-width:739px) {
.course ul li{
	font-size: 15px;
	display:inline-block;
	padding:0 7px;
	border-right:solid 1px #333;
 }
.course ul li span{
	font-weight:bold;
	color:#333;
 }
}

@media only screen and (max-width:738px) {
.course ul li{
	font-size: 14px;
	list-style-type:disc !important;
	margin-left:30px;
 }
.course ul li span{
	font-weight:bold;
	color:#333;
 }
}


/* ---------------------------------------------
*   公開講座　表
--------------------------------------------- */


.calendar strong{
	font-weight:bold}




.calendar table {
	margin:0px auto 20px auto;
	width:100%;
}
.calendar table, .calendar td, .calendar th {
	border-collapse: collapse;
	border:1px solid #CCC;
	padding:5px;
}
.calendar th {
	background: #18943B;
	color:#FFF;
	font-size:16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}


.calendar td{
	text-align:center}



/* =========================================================
  news
========================================================= */


.news table, .news td, .news th {

	padding:5px;
}
.news th {
	background: #18943B;
	color:#FFF;
	font-size:16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.news td{
	width:50%;
	padding:10px;
/*	vertical-align:text-top;*/
	}
	
.news img{
	
	}
	



@media (max-width: 738px) {
.news table {

	margin:0 auto;
	width:100%;


	}
	
.news img {

/*width: 100%;*/
	
	}
	
	
.news td {
		display: block;
		text-align: left;
		width:90%;
		padding:5px;
	
			
	}
}





/*テーブル横スクロール*/

.scroll img {
	max-width:initial;
	width:740px;
	
}
.scroll {
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
	overflow-y:hidden;
}
 .scroll::-webkit-scrollbar {
height:10px;
}/*バーの太さ*/
.scroll::-webkit-scrollbar-track {
background: #CCC;
}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb {
background: #18943B;
}/*バーの色*/


/* ---------------------------------------------
*   メイン　学科トピックス　color
--------------------------------------------- */
  .st-news__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 21px;
    border-top: 1px solid #bbb; }
    @media screen and (max-width: 738px) {
      .st-news__list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 6.25vw 0 5.3125vw; } }
  .st-news__list-item:first-child {
    border-top: 0; }
  .st-news__label {
    margin-right: 28px; }
    @media screen and (max-width: 738px) {
      .st-news__label {
        margin-right: 3.59375vw; } }
  .st-news__label-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 105px;
    text-align: center;
    line-height: 1;
    font-size: 0.85714rem;
    padding: 7px 0 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px; }
    @media screen and (max-width: 738px) {
      .st-news__label-text {
        width: 17.5vw;
        font-size: 0.71429rem;
        padding: 1.5625vw 0 1.25vw; } }

  .st-news__list-item--kango .st-news__label-text {
    color: #ea83b0;
    border-color: #ea83b0; }
  .st-news__list-item--rigaku .st-news__label-text {
    color: #4e81be;
    border-color: #4e81be;
    }
  .st-news__list-item--sagyou .st-news__label-text {
    color: #f98e2b;
    border-color: #f98e2b; }
  .st-news__list-item--gengo .st-news__label-text {
    color: #34b393;
    border-color: #34b393; }
  .st-news__list-item--sikinou .st-news__label-text {
    color: #6bd54a;
    border-color: #6bd54a; }
  .st-news__list-item--housya .st-news__label-text {
    color: #b95a89;
    border-color: #b95a89; }
  .st-news__list-item--yakugaku .st-news__label-text {
    color: #94b42c;
    border-color: #94b42c; }
  .st-news__list-item--shm .st-news__label-text {
    color: #ee7839;
    border-color: #ee7839; }

  .st-news__list-item--mt .st-news__label-text {
    color: #a59aca;
    border-color: #a59aca; }




/* ---------------------------------------------
*   子　学科トピックス　color
--------------------------------------------- */
.news .st-news__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 21px;
    border-top: 1px solid #bbb; }
    @media screen and (max-width: 738px) {
    .news .st-news__list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 6.25vw 0 5.3125vw; } }
.news .st-news__list-item:first-child {
    border-top: 0; }
.news .st-news__label {
    margin-right: 28px; }
    @media screen and (max-width: 738px) {
    .news .st-news__label {
        margin-right: 3.59375vw; } }
.news .st-news__label-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 116px;
    text-align: center;
    line-height: 1;
    font-size: 0.85714rem;
    padding: 7px 0 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px; }
    @media screen and (max-width: 738px) {
    .news .st-news__label-text {
        width: 17.5vw;
        font-size: 0.71429rem;
        padding: 1.5625vw 0 1.25vw; } }

  .st-news__list-item--kango .st-news__label-text {
    color: #ea83b0;
    border-color: #ea83b0; }
  .st-news__list-item--rigaku .st-news__label-text {
    color: #4e81be;
    border-color: #4e81be;
    }
  .st-news__list-item--sagyou .st-news__label-text {
    color: #f98e2b;
    border-color: #f98e2b; }
  .st-news__list-item--gengo .st-news__label-text {
    color: #34b393;
    border-color: #34b393; }
  .st-news__list-item--sikinou .st-news__label-text {
    color: #6bd54a;
    border-color: #6bd54a; }
  .st-news__list-item--housya .st-news__label-text {
    color: #b95a89;
    border-color: #b95a89; }
  .st-news__list-item--yakugaku .st-news__label-text {
    color: #94b42c;
    border-color: #94b42c; }
  .st-news__list-item--shm .st-news__label-text {
    color: #ee7839;
    border-color: #ee7839; }
	
	

/* ---------------------------------------------
*   st-camera__button （360°カメラで見てみようボタン用）
--------------------------------------------- */

.st-camera__button-lower {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden; }

.st-camera__button-lower-link {
  display: block;
  background-color: #18943B;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }
  .st-camera__button-lower-link:hover {
    opacity: 0.7; }

.st-camera__button-lower-text {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 5px 22px 5px 10px; }
  @media screen and (max-width: 738px) {
    .st-camera__button-lower-text {
      font-size: 4.0625vw;
      padding: 1.25vw 5.625vw 1.25vw 2.5vw; } }

.st-camera__button-lower-text:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }
  @media screen and (max-width: 738px) {
    .st-camera__button-lower-text:after {
      width: 1.25vw;
      height: 1.25vw;
      right: 2.1875vw;
      border-top: solid 0.625vw #fff;
      border-right: solid 0.625vw #fff; } }


.st-camera__button-lower-text:before {
  content:"\f030";
font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 5px;
  /*width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px; */}


/* ---------------------------------------------
*   st-caption
--------------------------------------------- */
@media screen and (max-width: 738px) {
.st_caption_left{
    width: 100%;
    float: left;
    padding:6px 0 0 0;
    font-size: 3.75vw;
    line-height: 1.5;}
}


/* ---------------------------------------------
*   薬学部-入試情報スタイル
--------------------------------------------- */

.exam_box {
	width:50%;
	float:left;
	position: relative;
}
 @media only screen and (max-width: 800px) {
.exam_box {
	width:100%;
	float: none;
}
}
.exam_box th {
	color:#FFFFFF;
	padding:0px;
	font-weight:normal;
	font-size:20px;
	height:40px;

}
.exam_box table {
	margin:0 auto 20px auto;
	border: solid 1px #CCCCCC;
	width:98%;
	
	height:250px;
}


.exam_box td{
vertical-align: top;
padding:10px;
}




ul.exam_list {
	list-style-type:none;
	margin:10px;
	padding:0;
}/*リセット*/
ul.exam_list li {
	margin-bottom:0.3em;
	line-height:1.4;
	padding-left:1.5em;
	position:relative;
}
ul.exam_list li:before {
	content:"✔";
	position:absolute;
	top:0;
	left:0;
	color:#fc0
}


.but {
	background:#CCC;
	text-align:center;
	font-weight: normal;
	margin:10px auto;
	padding:5px;
	font-size:13px;
	border-radius: 3px;
	display:block;
	width:90%;
	transition: .4s;
}
 @media only screen and (max-width: 800px) {
.but {
	font-size:13px;
}
}
.but a {
	display:block;
	text-decoration: none;
	color: #333;
}
.but:hover {
	background: #E4E4E4;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


.new_table{
	margin:0 auto;
	width:100%;}


.new_table th, .new_table td{
border: 1px solid #e0e0e0;
padding:5px;
  }
  
.new_table th{
	font-weight:bold;
	background:#F4F9E7;
	text-align:center;
  }


.style02_table{
	margin:0 auto;
	width:100%;}


.style02_table th, .style02_table td{
border: 1px solid #e0e0e0;
padding:5px;
text-align: center;
  }
  
.style02_table th{
	font-weight:bold;
	background:#F4F9E7;
	text-align:center;
  }




/*テーブル横スクロール*/



.scroll{
	padding:10px;


}


@media screen and (max-width: 768px){
	
	



.scroll table {
	max-width:initial;
	width:800px;
	
}
.scroll {
	margin:10px auto 20px auto;
	padding:0 0 10px 0;
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
	overflow-y:hidden;
}
 .scroll::-webkit-scrollbar {
height:10px;
}/*バーの太さ*/
.scroll::-webkit-scrollbar-track {
background: #CCC;
}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb {
background: #18943B;
}/*バーの色*/
}







/* ---------------------------------------------
*   薬学部-薬学棟・施設紹介スタイル
--------------------------------------------- */

.facility_box {
	width:100%;
	float:left;
	position: relative;
}
 @media only screen and (max-width: 800px) {
.facility_box {
	width:100%;
	float: none;
}
}



.facility_box table {
	margin:0 auto 20px auto;
	width:100%;

}



.facility_box td{
vertical-align: top;
border: solid 0px #CCCCCC;
width:50%;
padding:10px;
}


 @media only screen and (max-width: 800px) {
.facility_box td{
vertical-align: top;
display: block;
	width:100%;
	padding:0 0 10px 0;

}
}



/* =========================================================
  各キャンパス共有スタイル
========================================================= */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.cf {
	display: block;
}
.clear {
	clear: both;
}

p.indent {
	padding:0 !important;
	margin-left: 1em;
	text-indent: -1em;
}

.notes {
	padding:0 !important;
	margin-left: 1em;
	text-indent: -1em;
}




@media screen and (max-width: 738px) {
    .br-sp { display:none; }
}






.gakubu dl{

	margin-bottom:0.3em !important;
	padding-bottom:0.3em !important;	
}

.gakubu dt {
	font-weight:bold;
    float: left ;
    clear: left ;
    margin-right: 0.1em ;
    width: 15%;

}

.gakubu dd {
	float: left ;
    margin-left: 0em ;
	width: 84% ;
}


@media screen and (max-width: 738px) {
	

.gakubu dt {
    float: none ;
    clear: none;
	font-weight:bold;
    margin-right: 0;
    width: 100%;

}

.gakubu dd {
	float: none ;
	
    margin-left: 0em ;
	width: 100% ;
}


}



/* ---------------------------------------------
*   薬学部-カリキュラムスタイル
--------------------------------------------- */



.width_770{
	width:770px;}
	
	
	
@media screen and (max-width: 738px) {

.width_770{
	width:100%;}	



}


/* ---------------------------------------------
*   画像周り込み制御
--------------------------------------------- */


.hidden{overflow:hidden;}


@media screen and (max-width: 738px) {

.hidden{overflow: visible;}



}

/* ---------------------------------------------
*  共通スタイル
--------------------------------------------- */

p.indent {
	padding:0 !important;
	margin-left: 1em;
	text-indent: -1em;
}




@media screen and (min-width: 767px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}

@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



/* =========================================================
 entryボタンスタイル
========================================================= */


.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #18943B;/*背景色*/
  border-bottom: solid 2px #006633;/*少し濃い目の色に*/
  border-radius: 6px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #18943B;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.arrow{
/*    position: relative;
    display: inline-block;

    vertical-align: middle;
    text-decoration: none;*/

}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.point::before{
    left: 10px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid  #FFFFFF;
}


/* ---------------------------------------------
*  ひな形　ボタンレイアウト
--------------------------------------------- */

.but_layout{   
   text-align: center; 
    
}




@media screen and (min-width: 767px){	
.but_layout li{
    float: left;
    margin: 5px 10px;
}
}

@media screen and (max-width: 767px){	
.but_layout li{
    float: none;
    margin: 5px 10px 10px 5px;
}
}

/* ---------------------------------------------
*  教員からのメッセージ
--------------------------------------------- */


.course_box {
	width:770px;
	margin:0 auto;
	font-size:13px;
}
.course_box hr {
	border:none;
	border-top:dashed 1px #CCCCCC;
	height:1px;
	color:#FFFFFF;
	margin:0 0 26px 0;
}
.course {

	margin:0 auto 30px;
	width:710px;
}
.course img {
        margin:0 0 0 0;
}
.course th {
	width: 28%;
	padding-bottom:0px;
	text-align: center top !important;
	vertical-align: top;
}
.course td {
	padding:0 0 0 0;
	text-align: left;
	vertical-align: top;
}
.course span {
	font-size:10px;
}

.course .name {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.course a{
text-decoration: underline;}

.course dt{
margin:8px 0 0 0;
font-weight:bold;}

.course h5{
        margin:4px 0 0 0;
	font-size:14px;
	font-weight:bold;
	padding:0;}



 @media only screen and (max-width:640px) {
.course_box {
	width:100%;
	margin:0 auto;
}
.course {
	margin:0 auto 20px;
	width:100%;
}

.course img {
        margin:0 0 16px 0;
}
.course th, .course td {
	width: 100%;
	display: block;
	border-top: none;
}
.course td {
	padding:5px 0 0px 0;
}
.course th {
	text-align:center;
}}


