@charset "Shift_JIS";
/* CSS Document */

/********************************************************/
/* import */
/********************************************************/

/********************************************************/
/* BlkImportantNews */
/********************************************************/
.BlkImportantNews {
  width: 980px;
  margin: -60px auto 0;
  padding: 0;
  display: table;
  z-index: 10;
  position: relative;
}
.BlkImportantNews__heading2 {
  display: table-cell;
  font-size: 1.6rem;
  background-color: #008a65;
  padding: 20px 23px 20px 0;
  width: 210px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
  position: relative;
}
.BlkImportantNews__heading2:hover {
  cursor: pointer;
  text-decoration: underline;
}
.BlkImportantNews__heading2:before {
  font-family: icomoon;
  content: "\e908";
  font-weight: normal;
  vertical-align: middle;
  font-size: 1.0rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkImportantNews__heading2:hover:before {
  text-decoration: none;
} 
.BlkImportantNews dl {
  display: table-cell;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 20px 28px;
  background-color: #00a87b;
  color: #fff;
}
.win .BlkImportantNews dl {
  font-weight: 500;
}
.hiragino .BlkImportantNews dl {
  font-weight: 300;
} 
.BlkImportantNews dt {
  display: none;
}
.BlkImportantNews dd {
  display: none;
}
.BlkImportantNews dt:nth-child(1) {
  display: table-cell;
  padding-right: 28px;
  white-space: nowrap;
}
.BlkImportantNews dd:nth-child(2) {
  display: table-cell;
}
.BlkImportantNews dd a {
  color: #fff;
  position: relative;
  display: block;
}
.BlkImportantNews dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width:980px) {
  .BlkImportantNews {
    width: 100%;
    padding: 0 20px 0;
    margin: -40px auto 0;
    display: block;
  }
  .BlkImportantNews__heading2 {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .BlkImportantNews__heading2:before {
    right: 15px;
  }  
  .BlkImportantNews dl {
    display: block;
    width: 100%;
    position: relative;
  }
  .BlkImportantNews dl:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    vertical-align: middle;
    font-size: 1.0rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }  
  .BlkImportantNews dt:nth-child(1) {
    display: block;
    width: 100%;
  }
  .BlkImportantNews dd:nth-child(2) {
    display: block;
    padding-top: 5px;
    width: 100%;
  }
}
/********************************************************/
/* BlkFaculty */
/********************************************************/
.BlkFaculty {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkFaculty__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.BlkFaculty__heading2 {
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 55px;
}
.BlkFaculty__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkFaculty_logo_heading.png) no-repeat;
  width: 116px;
  height: auto;
  background-size: contain;
}
.BlkFaculty__listFaculty {
  margin-top: 50px;
  letter-spacing: -.4em;
  overflow: hidden;
}
.BlkFaculty__listFaculty__item {
  width: 25%;
  float: left;
}
.BlkFaculty__listFaculty__item figure {
  overflow: hidden;
  margin-bottom: 30px;
}
.BlkFaculty__listFaculty__item a {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0;
}
.BlkFaculty__listFaculty__item a span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.5;
}
.BlkFaculty__listFaculty__item a img {
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkFaculty__listFaculty__item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BlkFaculty__listFaculty__item--medicine a {
  background-color: #64347a;
  display: block;
}
.BlkFaculty__listFaculty__item--healthSciences a {
  background-color: #ab3834;
  display: block;
}
.BlkFaculty__listFaculty__item--socialSciences a {
  background-color: #397ed4;
  display: block;
}
.BlkFaculty__listFaculty__item--foreignStudies a {
  background-color: #e66828;
  display: block;
}
@media screen and (max-width:1280px) {
  .BlkFaculty__inner {
    width: 100%;
  }
}
@media screen and (max-width:980px) {
  .BlkFaculty__listFaculty__item {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
/********************************************************/
/* BlkGraduate */
/********************************************************/
.BlkGraduate {
  display: table;
  background-color: #f4f4f4;
  width: 100%;
  padding: 30px 0;
}
.BlkGraduate__heading3 {
  display: table-cell;
  font-size: 2.0rem;
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
  text-align: right;
  border-right: #d7d7d7 1px solid;
  padding-right: 80px;
  line-height: 1.4;
}
.BlkGraduate__listGraduate {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.BlkGraduate__listGraduate__item {
  display: inline-block;
  font-size: 16px;
  padding-right: 150px;
}
.hiragino .BlkGraduate__listGraduate__item {
  font-weight: 300;
}
.BlkGraduate__listGraduate__item:first-child {
  padding-left: 35px;
}
.BlkGraduate__listGraduate__item:last-child {
  padding-right: 0;
}
.BlkGraduate__listGraduate__item a {
  transition: 0.1s;
  display: block;
  position: relative;
  padding-left: 20px;
}
.BlkGraduate__listGraduate__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #00a87b;
  position: absolute;
  top: 3px;
  left: 0;
}
.BlkGraduate__listGraduate__item a:hover {
  color: #00a87b;
}
@media screen and (max-width:1280px) {
  .BlkGraduate__listGraduate__item {
    padding-right: 80px;
  }
}
@media screen and (max-width:980px) {
  .BlkGraduate {
    padding: 30px 20px 0;
  }
  .BlkGraduate__heading3 {
    display: block;
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: #d7d7d7 1px solid;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .BlkGraduate__listGraduate {
    display: block;
    width: 100%;
    padding: 15px 0; 
  }
  .BlkGraduate__listGraduate__item {
    padding-right: 50px;
    width: 48%;
    padding: 15px 0; 
  }
  .BlkGraduate__listGraduate__item:first-child {
    padding-left: 0;
  }
  .BlkGraduate__listGraduate__item a {
    padding-left: 20px;
  }
  .BlkGraduate__listGraduate__item a:before {
    padding-right: 10px;
    position: absolute;
    top: 3px;
    left: 0;
  }
}
/********************************************************/
/* BlkFeatured */
/********************************************************/
.BlkFeatured {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkFeatured__inner {
  width: 1280px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkFeatured__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
}
.BlkFeatured__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkFeatured_logo_heading.png) no-repeat;
  width: 114px;
  height: auto;
  background-size: contain;
}
.BlkFeatured__listContents {
  margin-top: 50px;
  letter-spacing: -.4em;
  overflow: hidden;
}
.BlkFeatured__listContents__item {
  float: left;
  width: 33.3333%;
  overflow: hidden;
}
.BlkFeatured__listContents__item img {
  width: 100%;
  height: auto;
}
.BlkFeatured__listContents__item img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkFeatured__listContents__item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width:1280px) {
  .BlkFeatured__inner {
    width: 100%;
  }
}
@media screen and (max-width:980px) {
  .BlkFeatured__listContents__item {
    width: 33.33333%;
  }
}
@media screen and (max-width:450px) {
  .BlkFeatured__listContents__item {
    width: 100%;
  }
}
/********************************************************/
/* BlkNews */
/********************************************************/
.BlkNews {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkNews__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkNews__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
}
.BlkNews__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkNews_logo_heading.png) no-repeat;
  width: 84px;
  height: auto;
  background-size: contain;
}
.BlkNews__list { 
  margin-top: 45px;
}
.BlkNews__list__item {
  display: none;
}
.BlkNews__list__item dl {
  overflow: hidden;
  line-height: 1.5;
  border-bottom: #e2e2e2 1px solid;
}
.hiragino .BlkNews__list__item dl {
  font-weight: 300;
}
.BlkNews__list__item dt {
  font-size: 1.6rem;
  float: left;
  padding: 20px 0;
  width: 150px;
}
.BlkNews__list__item dd {
  font-size: 1.6rem;
  border-top: #e2e2e2 1px solid;
  padding: 20px 0;
  padding-left: 258px;
  position: relative;
}
.BlkNews__list__item dd:before {
  color: #00a87b;
  font-size: 1.0rem;
  border-radius: 3px;
  border: #00a87b 1px solid;
  padding: 5px 0;
  text-align: center;
  width: 80px;
  margin-right: 28px;
  position: absolute;
  left: 148px;
}
.BlkNews__list__item dd.icon44:before {
  content: 'トピックス';
}
.BlkNews__list__item dd.icon45:before {
  content: 'イベント';
}
.BlkNews__list dd.icon46:before {
  content: '講演会';
}
.BlkNews__list__item dd.icon42:before {
  content: 'お知らせ';
}
.BlkNews__list__item dd.icon50:before {
  content: '重要なお知らせ';
}
.BlkNews__list__item dd a:hover {
  text-decoration: underline;
}
.BlkNews__list__item dt:nth-child(n+9) {
  display: none;
}
.BlkNews__list__item dd:nth-child(n+10) {
  display: none;
}
.BlkNews__list__item--All {
}
.BlkNews__list__item--Info {
}
.BlkNews__list__item--Topics {
}
.BlkNews__list__item--Event {
}
.BlkNews__list__item--Lecture {
}
.BlkNews__archive {
  position: absolute;
  top: 62px; 
  right: 0;
}
.BlkNews__archive a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.win .BlkNews__archive a {
  font-weight: 500;
}
.hiragino .BlkNews__archive a {
  font-weight: 300;
} 
.BlkNews__archive a:hover {
  color: #00a87b;
}
.BlkNews__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #00a87b;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkNews__archive a {
    padding-top: 4px;
  }
}
@media screen and (max-width:980px) {
  .BlkNews__inner {
    width: 100%;
    overflow: hidden;
  }
  .BlkNews__list { 
    margin : 20px 20px 0;
  }
  .BlkNews__list__item dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
    border-top: #e2e2e2 1px solid;
  }
  .BlkNews__list__item dd {
    border-top: none;
    padding-left: 0;
    padding-top: 10px;
  }
  .BlkNews__list__item dd:before {
    top: -26px;
    left: 135px;
  }
  .BlkNews__archive {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
  .BlkNews__archive a {
    padding-left: 20px;
  }
}
/********************************************************/
/* BlkTabNews */
/********************************************************/
.BlkTabNews {
}
.BlkTabNews__mask {
}
.BlkTabNews__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  
  
  /*position: relative;*/
}
.BlkTabNews__list__item {
  text-align: center;
  width: 145px;
  z-index: 10;
}
.BlkTabNews__list__item a {
  display: block;
  border: #00a87b 3px solid;
  border-radius: 6px;
  background-color: #00a87b;
  color: #fff;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}
/***** JS *****/
.BlkTabNews__list__item--current a {
  background-color: #fff;
  color: #00a87b;
}
.BlkTabNews__list__item a:after {
  content: '';
  background: url(../images/BlkNews_item_bg.png) repeat;
  width: 145px;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkTabNews__list__item a:hover {
  background-color: #fff;
  color: #00a87b;
}
@media screen and (max-width:980px) {
  .BlkTabNews {
    overflow: hidden;
    height: 110px;
    width: 100%;
  }
  .BlkTabNews__mask {
    height: 130px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
  }
  .BlkTabNews__mask > * {
    -webkit-transform: translateZ(0px);
  }
  .BlkTabNews__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 942px;
  }
  .BlkTabNews__list__item:first-child {
    margin-left: 20px;
  }
  .BlkTabNews__list__item {
    width: 137px;
    margin-right: 20px;
  }
  .BlkTabNews__list__item a:after {
    width: 137px;
  }  
}
/********************************************************/
/* BlkData */
/********************************************************/
.BlkData {
  position: relative;
  width: 100%;
  background: url(../images/BlkData_bg.jpg) no-repeat center #fff;
  background-size: cover;
}
.BlkData__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 80px 0 ;
  position: relative;
}
.BlkData__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #fff;
}
.BlkData__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkData_logo_heading.png) no-repeat;
  width: 132px;
  height: auto;
  background-size: contain;
}
.BlkData__listContents {
  margin-top: 40px;
}
.BlkData__listContents__item img {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .BlkData__inner {
    width: 100%;
  }
  .BlkData__inner {
    padding: 40px 0 ;
  }
  .BlkData__listContents {
    margin-top: 30px;
  }
  .BlkData__listContents__item img {
    max-width: 168px;
  }
}
/********************************************************/
/* BlkData JS slick */
/********************************************************/
.BlkData .slick-prev,
.BlkData .slick-next {
  width: 50px;
  height: 50px;
  background-color: #00a87b;
  border-radius: 50px;
  display: block;
  z-index: 1000;
  transition: 0.2s;
}
.BlkData .slick-prev {
  left: -50px;
}
.BlkData .slick-next {
  right: -50px;
}
.BlkData .slick-prev:before,
.BlkData .slick-next:before {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  opacity: 1.0;
}
.BlkData .slick-prev:hover,
.BlkData .slick-next:hover {
  background-color: #00a87b;
  opacity: 0.6;
}
.BlkData .slick-prev:before {
  font-family: icomoon;
  content: "\e907" ;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 2px;
}
.BlkData .slick-next:before {
  font-family: icomoon ;
  content: "\e904" ;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 2px;
}
@media screen and (max-width:1100px) {
  .BlkData .slick-prev {
    left: 5px;
  }
  .BlkData .slick-next {
    right: 5px;
  }
}
@media screen and (max-width:980px) {
  .BlkData .slick-prev,
  .BlkData .slick-next {
    width: 26px;
    height: 26px;
  }
  .BlkData .slick-prev {
    left: 20px;
  }
  .BlkData .slick-next {
    right: 20px;
  }
  .BlkData .slick-prev:before,
  .BlkData .slick-next:before {
    font-size: 0.8rem;
  }
  .BlkData .slick-prev:hover,
  .BlkData .slick-next:hover {
    opacity: 1.0;
  }  
}
/********************************************************/
/* BlkSpecial */
/********************************************************/
.BlkSpecial {
  position: relative;
  width: 100%;
}
.BlkSpecial__inner {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0 0;
  position: relative;
}
.BlkSpecial__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  color: #333;
}
.BlkSpecial__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkSpecial_logo_heading.png) no-repeat;
  width: 73px;
  height: auto;
  background-size: contain;
}
.BlkSpecial__listContents {
  margin-top: 50px;
}
.BlkSpecial__listContents__item {
  /*overflow: hidden;*/
  margin-right: 24px;
  margin-bottom: 28px;
  z-index: 100;
  vertical-align: middle;
  display: inline-block;
}
.BlkSpecial__listContents__item:nth-child(4n) {
  margin-right: 0;
}
.BlkSpecial__listContents__item a {
  width: 224px;
  height: 86px;
  display: table;
  border-radius: 6px;
  background-color: #fff;
  padding-right: 20px;
  position: relative;
  box-shadow: 3px 3px #EBF7E3;
}
.BlkSpecial__listContents__item a:hover {
  color: #00a87b;
}
.BlkSpecial__listContents__item a:after {
  content: '';
  background: url(../images/BlkSpecial_item_bg.png) repeat;
  width: 224px;
  height: 86px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkSpecial__listContents__item img {
  /*float: left;*/
  display: table-cell;
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 6px 0 0 6px;
  width: auto;
  height: 86px;
}
.BlkSpecial__listContents__item p {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  transition: 0.1s;  
}
.win .BlkSpecial__listContents__item p {
  font-weight: 500;
}
.hiragino .BlkSpecial__listContents__item p {
  font-weight: 300;
} 
.BlkSpecial__listContents__item a:hover p {
  color: #00a87b;
}
@media screen and (max-width:980px) {
  .BlkSpecial__inner {
    width: 100%;
    padding: 80px 20px 0;
  }
  .BlkSpecial__listContents__item {
    width: 48%;
    margin: 25px 20px 0 0;
  }
  .BlkSpecial__listContents__item:nth-child(even) {
    margin-right: 0;
  }
  .BlkSpecial__listContents__item a {
    width: 100%;
    height: 128px;
  }
  .BlkSpecial__listContents__item a:after {
    width: 100%;
    height: 128px;
  }
  .BlkSpecial__listContents__item img {
    height: 128px;
  }
}
@media screen and (max-width:650px) {
  .BlkSpecial__listContents__item {
    width: 98%;
    margin-right: 0;
  }
  .BlkSpecial__listContents__item:first-child {
    margin-top: 0;
  }
}

/********************************************************/
/* BlkSociety */
/********************************************************/
.BlkSociety{
	position: relative;
    width: 100%;
    background-color: #fff;
}
.BlkSociety__inner{
	width: 1280px;
    margin: 80px auto 0;
    padding: 0;
    position: relative;
}
.BlkSociety__heading2 {
	font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
}
.BlkSociety__heading2::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    display: inline-block;
    background: url(../images/BlkSociety_logo_heading.png) no-repeat;
    width: 153px;
    height: auto;
    background-size: contain;
}
.BlkSociety__archive {
	position: absolute;
    top: 62px;
    right: 100px;
}
.BlkSociety__archive a{
	color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}
.BlkSociety__archive a::before{
	font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1.0rem;
    color: #00a87b;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.1s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.BlkSociety__listContents{
	margin-top: 50px;
    /* letter-spacing: -.4em; */
    overflow: hidden;
}
.BlkSociety__listContents__item{
	float: left;
    width: 33.3333%;
}
.BlkSociety__img__area{
	width: 100%;
    position: relative;
    height: 262px;
    overflow: hidden;
}
.BlkSociety__img__area img{
	max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.BlkSociety__listContents__item img {
  width: 100%;
  height: auto;
}
.BlkSociety__listContents__item img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkSociety__listContents__item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BlkSociety__item__inner{
	padding: 20px 20px 0;
}
.BlkSociety__category {
	width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
}
.BlkSociety__category li{
	margin-right: 5px;
	margin-bottom: 5px;
}
.BlkSociety__category li:last-child{
	margin-right: 0px;
	border-bottom: none!important;
}
.BlkSociety__research{
	width: 60px;
    height: 24px;
    background-color: #00a87b;
    border-radius: 2px;
    text-align: center;
    padding-top: 7px;
    float: left;
}

.BlkSociety__medical{
	width: 60px;
    height: 24px;
    background-color: #64347a;
    float: left;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
}
.BlkSociety__health{
	width: 70px;
    height: 24px;
    background-color: #b0362e;
    float: left;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
}
.BlkSociety__foreign{
	width: 70px;
    height: 24px;
    background-color: #e56d24;
    float: left;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
}
.BlkSociety__social_science{
	width: 70px;
    height: 24px;
    background-color: #4091c8;
    float: left;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
}
.BlkSociety__medical p, .BlkSociety__health p, .BlkSociety__research p, .BlkSociety__foreign p, .BlkSociety__social_science p{
	font-size: 10px;
    color: #fff;
    letter-spacing: 0px;
}
.BlkSociety__text{
	margin-bottom: 12px;
}
.BlkSociety__text p{
	font-size: 14px;
    color: #333333;
	line-height: 20px;
}
.BlkSociety__belonging{
	margin-bottom: 13px;
}
.BlkSociety__belonging p{
	font-size: 11px;
    color: #666666;
	line-height: 15px;
}
.BlkSociety__time {
	margin-bottom: 4px;
}
.BlkSociety__time p{
	font-size: 11px;
	color: #666666;
}
.BlkSociety__tag {
	color: #666666;
	font-size: 11px;
	padding-bottom: 1px;
}
.BlkSociety__tag a{
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
}
.BlkSociety__tag a.under_line{
	text-decoration: underline;
}
@media screen and ( max-width: 1280px ){
	.BlkSociety__inner{
		width: 100%;
	}
	.BlkSociety__img__area {
		height: 25vw;
	}
	.BlkSociety__listContents__item img{
		width: 100%;
	}
}
@media screen and ( max-width: 1000px ){
	.BlkSociety__archive {
		right: 0;
	}
}
@media screen and ( max-width: 650px ){
	.BlkSociety__listContents {
		padding: 0 20px;
	}
	.BlkSociety__listContents li:last-child{
		border-bottom: 1px solid #e2e2e2;
	}
	.BlkSociety__listContents__item{
		width: 100%;
		float: unset;
		border-top: 1px solid #e2e2e2;
		padding-top: 6.6vw;
		padding-bottom: 6vw;
	}
	.BlkSociety__img__area{
		float: left;
		width: 44%;
		margin-right: 2.6vw;
	}
	.BlkSociety__item__inner{
		padding: unset;
		width: 50%;
		float: right;
	}
	.BlkSociety__research, .BlkSociety__medical, .BlkSociety__health{
		width: 45%;
		max-width: 60px;
	}
	.BlkSociety__archive {
		width: 100%;
    	text-align: center;
    	position: unset;
    	padding-top: 45px;
	}
}