@charset "UTF-8";
/* -----------------------------------------------------
   任你博娱乐网站_任你博官网 TOP
----------------------------------------------------- */

/*------ header ------*/
#top header {
  height: 0;
}

#top header .logo,
#top header .top_nav {
  display: none;
}

.main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}


/*------ TopNav ------*/
.TopNav {
  width: 25%;
  height: 777px;
}

/*------ title_logo ------*/
.title_logo {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px 0 10px;
  text-align: center;
}

.title_logo img {
  width: 100%;
  margin: 30px auto 0px;
  max-width: 380px;
}


/*------ topmenu ------*/
.topmenu {
  position: relative;
  width: 100%;
  padding: 30px 30px 10px;
}

.topmenu li {
  position: relative;
  padding: 8px 0;
  text-align: center;
}

.topmenu li.guide a,
.topmenu li.exam a,
.topmenu li.kenkyu a {
  display: block;
  padding: 5px 0 10px;
  font-size: 19px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}

.topmenu li.exam a,
.topmenu li.guide a {
  border-bottom: 1px #e3e0e0 solid;
}

.topmenu li.kenkyu a img,
.topmenu li.guide a img,
.topmenu li.exam a img {
  position: relative;
  width: 50px;
  margin-bottom: 10px;
}

/* 大学紹介 */
.topmenu li.guide a img {  width: 55px;}

.topmenu li a span {
  display: block;
  margin-top: 0;
  font-feature-settings: "palt" 1;
}

.topmenu li a span.en {
  margin-top: 8px;
  color: #baa885;
  font-size: 10px;
}

/*--- Request ---*/
.Request {
  width: 100%;
  padding: 30px 30px 0;
}

.Request a {
  position: relative;
  display: block;
  padding: 20px 10px;
  text-align: left;
  background-color: #14466c;
  border-radius: 2px;
  transition: .5s all;
}

.Request a:hover {  background-color: #0e578e;}

.Request a img {
  width: 80%;
  margin: 0 auto;
}

.Request a::before,
.Request a::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  transition: .5s all;
}

.Request a::before {
  width: 20px;
  height: 20px;
  right: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}

.Request a::after {
  right: 10px;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 8px solid #14466c;
}

.Request a:hover:before {  background-color: #FFF;}
.Request a:hover::after {  border-left: 8px solid #0068b6;}


@media screen and (max-height:776px) and (min-width:820px) {
  .TopNav {
      height: 550px;
    }

  .topmenu {
    padding: 30px 20px 10px;
  }
  .topmenu li {
    padding: 3px 0;
  }

  .topmenu li.guide a,
  .topmenu li.exam a,
  .topmenu li.kenkyu a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 10px 8px 20px;
    border: 1px #e3e0e0 solid;
  }

  .topmenu li.kenkyu a img,
  .topmenu li.guide a img,
  .topmenu li.exam a img {
    width: 55px;
    margin: 3px 0 3px 5px;
  }

  .topmenu li a span {
    width: calc(100% - 60px);
    padding: 5px 0 0;
  }

  .topmenu li a span.en {
    position: absolute;
    right: 0;
    bottom: 10px;
  }

  .Request {    padding: 10px 20px 0;  }
  }  


/*----- .top_img -----*/
.top_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  height: 777px;
  margin-top: 0;
  border-radius: 0 0 0 50px;
  will-change: transform;
  overflow: hidden;
}


@media screen and (max-height:776px) and (min-width:820px) {
  .top_img {    height: 550px;  }
}  


/*---------- #content_01 ----------*/
#content_01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: 1s all;
  animation: scrollUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}


/*---------- #Notice ----------*/
#Notice  {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  height: 50px;
  padding: 0 10px 0 0;
}

#Notice > ul {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
}

#Notice > ul > li {
  height: 100%;
  padding: 3px 3px 0 20px;
}

#Notice ul>li>a {
  display: block;
  width: 100%;
  padding: 8px 0 5px;
  color: #6c685f;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: .5s all;
}

#Notice  li a:hover {
  opacity: .5;
}

#Notice ul>li>a>img {
  width: 20px;
  margin: 0 5px 3px 0;
}

#Notice  li i {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5em;
  color: #555;
}

#Notice  li a span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
}

#Notice li.txt_lang a span {
  margin-top: 5px;
}

#Notice li.txt_lang a span.txt_14 {
  margin-top: 3px;
}

.fullmenu {  display: none;}
.fullmenu .Category {  opacity: 0;}


/*----- #search 検索 -----*/
#Notice li#search {
  margin-left: 16px;
  padding-left: 0;
}

#search .gg_search {
  border-radius: 0;
  letter-spacing: -.40em;
  margin: 0 -5px 0 0;
  padding: 0;
  width: auto;
 }
 
#search .gg_search .header_search_input {
  display: inline-block;
 }
 
#search li.gg_search span {
  display: inline-block;
 }
 
#search li.gg_search>span {
  letter-spacing: normal;
  vertical-align: top;
 }
 
#search li.gg_search #btn_search {
  margin: 10px 0 0;
  display: block;
 }
 
#search li.gg_search #btn_search.active::after {
  content: "\f00d";
 }
 
#search li.gg_search #___gcse_0 {
  letter-spacing: normal;
  display: inline-block;
 }
 
#search li.gg_search #___gcse_0.p_show {
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
 }
 
#search li.gg_search .search_purpose {
  color: #fff;
  letter-spacing: .05rem;
  line-height: 57px;
  text-align: center;
  vertical-align: top;
  width: 114px;
  height: 55px;
  display: inline-block;
  background: #3c3c3c;
 }
 
#search li.gg_search .search_purpose::before {
  display: none;
 }
 
#search li.gg_search a:hover.search_purpose {
  background: #555;
 }
 
#search li.gg_search .search_purpose i {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
 }
 
 #search li.gg_search #___gcse_0 .gsc-input-box {
  border: 2px solid #c1b091;
 }

 #search li.gg_search .gsc-search-button-v2 {
  display: block !important;
   padding: 11px 12px;
   background-color: #baa885;
   border: 0;
 }

 #search li.gg_search table.gsc-search-box td.gsc-input {
  padding-right: 3px;
 }

 table.gsc-search-box td.gsc-search-button {
  display: block !important;
  width: auto;
  margin-left: 0;
}

 table.gsc-search-box td.gsib_a {
  padding: 4px 10px 4px 19px;
 }

/*---- 検索をクリアを非表示にする ----*/
 table.gsc-search-box td.gsib_b {
  display: none;
 }

 @media screen and (min-width: 769px) {
  #search li.gg_search table.gsc-search-box td.gsc-input {  width:200px; }
 }

 #search li.gg_search .gsc-control-cse {
  padding: 0;
 }



/*---- .medgra ----*/
#content_01 .medgra {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}

#content_01 .medgra>.med_link,
#content_01 .medgra>.graduate_link {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  padding: 16px 5px 5px;
  text-align: center;
  overflow: hidden;
}


#content_01 .medgra>div>a {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 17px 20px 10px 40px;
  text-align: left;
  background: #7f7f7f;
  border-radius: 44px;
  transition: .5s all;
}

#content_01 .medgra>div>a:hover {
  background: #555;
}

#content_01 .medgra .med_link>a span,
#content_01 .medgra .graduate_link>a span {
  position: relative;
  display: block;
  width: 70%;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}

#content_01 .medgra .med_link>a span.en,
#content_01 .medgra .graduate_link>a span.en {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: #FFF;
  font-size: .85em;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  transform: none;
}

#content_01 .medgra .med_link>a::before,
#content_01 .medgra .graduate_link>a::before {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  right: 16px;
  top: 30px;
  transform: rotateX(0deg);
  transition: 1s all;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
}

#content_01 .medgra .med_link>a::after,
#content_01 .medgra .graduate_link>a::after {
  position: absolute;
  width: 21px;
  height: 21px;
  color: #CCC;
  content: url(/img/icon/yajirushi_white.svg);
  right: 21px;
  top: 34.5px;
  transform: rotateX(0deg);
  transition: 1s all;
}

#content_01 .medgra .med_link>a:hover::after,
#content_01 .medgra .graduate_link>a:hover::after {
  content: url(/img/icon/yajirushi_white.svg);
  transform: rotateX(180deg);
}

#content_01 .medgra .med_link div,
#content_01 .medgra .graduate_link div {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 60%;
  left: 0;
  z-index: 1;
}

#content_01 .medgra .med_link div p,
#content_01 .medgra .graduate_link div p {
  margin: 0 1px;
}

#Digital.Request {
  display: none;
}


/*----- .Related_Links -----*/
.Related_Links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 938px);
  margin: 0 auto 0;
  padding: 17px 2.5px 0;
}




.Related_Links .exlink01 {
  height: 100%;
  padding: 1px;
  flex: 1;
}

.Related_Links .exlink01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 50px 10px 30px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #000;
  border: 0;
  line-height: 1.1em;
  border-radius: 0;
  overflow: hidden;
  transition: .5s all;
  z-index: 0;
}


.Related_Links .exlink01 a .en {
  display: block;
  font-size: 11px;
  color: #c1b191;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
}

.exlink01 a .arrow {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: auto;
  width: 20px;
  height: 45px;
  margin: 0;
  overflow: hidden;
  line-height: 1;
}

.Related_Links .exlink01 a .arrow::before,
.Related_Links .exlink01 a .arrow::after {
  width: 20px;
  top: 32.5px;
  content: url('/img/icon/arrow2.svg');
  opacity: .5;
}

.Related_Links .exlink01 a:hover {
  background-color: #000;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

.Related_Links .exlink01 a:hover:before {
  background-color: #333;
}



@media screen and (max-width:860px) {
  #content_01 .Related_Links {
    padding: 5px 5px 5px 5px;
  }

  .Related_Links .exlink01 a {
    padding: 16px 35px 10px 16px;
    font-size: .9rem;
  }

  .exlink01 a .arrow {
    right: 10px;
    height: 100%;
  }

  .Related_Links .exlink01 a .arrow::before,
  .Related_Links .exlink01 a .arrow::after {
    top: 44%;
  }
}



/* #contents
-------------------------------------------------- */
#contents {
  position: relative;
  margin-top: 26px;
  margin-bottom: 0;
  border-top: 1px #ccc dotted;
}

#contents::before {
  position: absolute;
  display: block;
  top: 0;
  left: 14%;
  width: 1px;
  height: 100%;
  border-left: 1px #bbb18f dotted;
  content: "";
}


/*----- .sst_01 -----*/
.sst_01 {  margin-top: 0;  padding-left: 15%;}
.sst_01 span.main {line-height: 2em;}
.sst_01::after {  left: 0;}
.sst_01::before {
  left: calc(14% + -5px);
  transform: translate(0, -50%);
}


/*----- #News_area -----*/
#News_area {
  position: relative;
  display: block;
  padding-bottom: 100px;
  border: 0;
}

#News_area .news_tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-end;
  text-align: center;
  flex-wrap: wrap;
  width: 72%;
  padding: 0;
  border-bottom: 1px #CCC solid;
  margin: 0 0 0 14%;
  z-index: 1;
}

.news_tab::after {
  position: absolute;
  display: none;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #76a5af;
  content: "";
  z-index: 2;
}

/*---- ラベルの色分け -----*/
.bg_ctg01,
.news_list dt span.bg_ctg01 {
  background: #c1a055;
}

.bg_ctg02 {  background: #ba4f74;}
.bg_ctg03 {  background: #996699;}
.bg_ctg04 {  background: #158f8f;}
.bg_ctg05 {  background: #588cb9;}
.bg_ctg06 {  background: #48ca98;}

/*-- news_list
------------------------- */
#News_area .news_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  width: 72%;
  margin: -1px 14% 0;
  padding: 30px 20px 0;
}

#News_area .news_list.pd_t10 {
  padding-top: 50px !important;
}

.news_tab li {
  position: relative;
  width: 15%;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 2px;
  padding: 10px 0;
  z-index: 1;
  background: #FFF;
  cursor: pointer;
  color: #555;
  font-family: "Noto Sans JP", Meiryo, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #f5f5f5;
  border: 1px #ccc solid;
  border-bottom: 0;
}

.news_tab li:first-of-type {
  margin-left: 20%;
}
.news_list dt {
  width: 20%;
  min-width: 190px;
  font-size: 14px;
  font-family: 'Roboto';
  font-family: "Noto Sans Japanese", Meiryo, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #aeaeae;
  margin-bottom: 0;
  padding: 10px 10px 9px 10px;
  border: 0;
   border-bottom: 1px #CCC dashed;
}
.news_list dt {
  width: 21%;
}



.news_list dt span {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  padding: 6px 12px 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1em;
  border-radius: 2px;
}

.news_list dt:last-of-type,
.news_list dd:last-of-type {
  border-bottom: 1px #ccc solid;
}


/*---- リード文 -----*/
.news_list dd {
  width: 79%;
  max-width: calc(100% - 193px);
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px 30px 9px 10px;
  position: relative;
  border: 0;
  border-bottom: 1px #CCC dashed;
  border-top: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", Meiryo, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-feature-settings: "palt";
}

.news_list dd::after {
  display: none;
}

.news_list dd a {
  color: #4f4e4f;
  text-decoration: none;
}

.news_list dd a:hover {
  color: #c0881d;
}

/*----- NEW&TOPICS周辺のリンクボタン -----*/
p.LinkInfo a {
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: .1rem;
  line-height: 18px;
  text-decoration: none;
  padding: 8px 23px 5px 26px;
  border: 2px solid #55595a;
  display: block;
}

p.LinkInfo a svg {
  fill: #55595a;
  width: 15px;
  height: 13px;
}



/*----- お知らせ一覧 -----*/
/* .LinkInfo#bak_newslist {
  position: absolute;
  display: inline-block;
  width: auto;
  margin: 0;
  top: calc(50% - 13px);
  left: auto;
  right: 14%;
} */

.LinkInfo#bak_newslist {
  position: absolute;
  display: inline-block;
  width: auto;
  margin: 0;
  top: 42px;
  left: 43%;
  right: auto;
  bottom: auto;
}

h2 p.LinkInfo.btn_box.is-hidden a {
  font-weight: normal;
  transition: .5s all;
}

h2 p.LinkInfo.btn_box.is-hidden a:hover {
  color: #590606;
  border: 2px solid #590606;
}




/* 教員公募 一覧へのリンク
-------------------------------------------------- */
p.LinkInfo.is-hidden a.entry_list {
  display: inline-block;
  width: 180px;
  margin: 0 5px;
  padding: 6px 0;
  color: #158f8f;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  border: 2px #158f8f solid;
  transform: .5s all;
}

h2 p.LinkInfo.btn_box.is-hidden {
  position: relative;
  display: inline-block;
  width: auto;
  top: auto;
  left: 20px;
  margin-top: 0;
  right: auto;
}

p.LinkInfo.is-hidden a.entry_list:hover {
  color: #FFF;
  background: #158f8f;
}

p.LinkInfo a {
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: .1rem;
  line-height: 18px;
  text-decoration: none;
  padding: 8px 23px 5px 26px;
  border: 2px solid #55595a;
  display: block;
}

p.LinkInfo a svg {
  fill: #55595a;
  width: 15px;
  height: 13px;
}





/*教員公募のボタン
-------------------------------------------------- */
p.LinkInfo,
p.LinkInfo.btn_box {
  display: none;
}


p.LinkInfo.is-hidden#bak_koubo {
  position: relative;
  display: block;
  top: 170px;
  left: 50%;
  right: 10%;
}

/* 教員公募 一覧へのリンク
-------------------------------------------------- */
p.LinkInfo.is-hidden#sheet_list {
  position: relative;
  width: auto;
  top: auto;
  left: 50%;
  margin-top: 50px;
  right: auto;
}
p.LinkInfo.is-hidden a.entry_list {
  display: inline-block;
  width: 180px;
  margin: 0 5px;
  padding: 6px 0;
  color: #158f8f;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  border: 2px #158f8f solid;
  transform: .5s all;
}

p.LinkInfo.is-hidden a.entry_list:hover {
  color: #FFF;
  background: #158f8f;
}



/* 提出書類 一覧へのリンク
-------------------------------------------------- */
p.LinkInfo.btn_box.is-hidden {
  position: relative;
  display: inline-block;
  width: auto;
  top: auto;
  left: 50%;
  margin-top: 50px;
  right: auto;
}

p.LinkInfo.btn_box.is-hidden a {
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: .1rem;
  line-height: 18px;
  text-decoration: none;
  padding: 8px 23px 5px 26px;
  border: 2px solid #55595a;
  display: block;
}

p.LinkInfo.btn_box.is-hidden a svg {
  fill: #55595a;
  width: 15px;
  height: 13px;
}

/*------ #pickup ------*/
#pickup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 72%;
  margin: 30px auto 0;
  padding: 0 20px;
}

.banner {
  display: block;
  width: 45%;
  padding: 5px;
}

.banner a {
  display: block;
  transition: .5s all;
}

.banner a:hover { opacity: .8;}

.banner img {
  width: 100%;
  border: 1px #000 solid;
}














#content_03 {
  background-color: #fbfbfb;
  border-top: 1px #bbb18f dotted;
}

#LinkArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  padding: 20px 0 100px 14%;
  margin: 0 auto;
}

#LinkArea div {
  width: 33.3%;
  width: calc(100% / 3);
  min-width: 350px;
  height: 100px;
  padding: 8px;
  text-align: center;
}

#LinkArea div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: .5s all;
}

#LinkArea div a:hover {
  box-shadow: none;
}

#LinkArea div img {
  position: relative;
  width: 115px;
  height: auto;
  margin: 0 auto;
  transition: .5s all;
  float: left;
}

#LinkArea div p {
  position: relative;
  width: calc(100% - 115px);
  padding: 28px 8px 28px 41px;
  text-align: left;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  color: #555;
  transition: .5s all;
  float: left;
}

#LinkArea div:hover p {
  color: #996699;
}

#LinkArea div a:after {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  content: "";
  clear: both;
}

/*--- 矢印が右へはけて左から現れる ---*/
#LinkArea div p .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  line-height: 1;
  transition: .5s all;
  background-color: #555;
  border-radius: 3px;
}

#LinkArea div a:hover p .arrow {
  background-color: #996699;
}

#LinkArea div p .arrow:before,
#LinkArea div p .arrow:after {
  position: absolute;
  display: block;
	width: 11px;
	height: 11px;
  top: 2.5px;
  left: 5px;
	border: 5px solid transparent;
	border: 5px solid transparent;
	border-left: 7px solid #FFF;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  content: "";
}


#LinkArea div p .arrow:after {
  transform: translateX(-100%);
}

#LinkArea div a:hover .arrow:before {
  animation-name: arrowRightLeft;
  animation-delay: 0s;
}

#LinkArea div a:hover .arrow:after {
  animation-name: arrowLeftRight;
  animation-delay: 0.2s;
}

@keyframes arrowLeftRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes arrowRightLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}



/*----- .link_list -----*/
.link_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  padding: 20px 0 100px 14%;
  margin: 0 auto;
}

.link_list div {
  width: 33.3%;
  width: calc(100% / 3);
  min-width: 350px;
  padding: 5px;
  text-align: center;
}

.link_list div a {
  display: block;
  height: 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  transition: .5s all;
  overflow: hidden;
}

.link_list div a img {
  width: 100%;
}

.link_list div a:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.link_list div a {
  display: block;
  height: 100%;
}

@media screen and (max-width:1235px) {
  .link_list,
  #LinkArea {
    padding: 20px 7% 100px 16%;
  }

  .link_list div,
  #LinkArea>div {
    width: 50%;
  }
}


/*----- .LINE -----*/
.link_list .LINE{
  background: #FFF url('/examination/img/line.png') 30px 25px no-repeat;
}

.link_list .LINE a{
  position: relative;
  height: 126px;
  height: calc(100% + 1px);
  border: 2px #00b900 solid;
}

.link_list .LINE img{
  position: absolute;
  width: auto;
  min-height: auto;
  right: 17px;
  top: 25px;
}

.link_list .LINE a span{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 13px;
  color: #0aae0a;
  font-size: 12px;
  font-weight: bold;
}


/*----- .hospital -----*/
.hospital {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15%;
}

.hospital .sst01{
  width: 100%;
}

.hospital > div{
  width: 33.3%;
  width: calc(100% / 3);
  padding: 5px 10px;
}

.hospital > div a{
  display: block;
  text-align: center;
  font-size: 12px;
}
.hospital > div a img {
  width: 100%;
  margin-bottom: 5px;
}
.hospital > div a span {
  display: inline-block;
}

.hospital > div a .for_hp::before {
  position: relative;
  display: inline-block;
  content: "｜";
}

@media screen and (max-width:1100px){  
  .hospital {    padding: 20px 3%;  }
  .hospital > div{    padding: 5px 1px;  }
  .hospital > div a {    font-size: 11px;  }
}

@media screen and (max-width:950px){  
  .hospital > div a .for_hp {display: block;}
}
.hospital > div a .for_hp::before {
  display: none;
}

/* TOPのみ非表示 */
.site_category {  display: none;}




/*----- ExamArea ----------------------------------------------------*/
#ExamArea {
  padding: 10px 0;
}

/*------ 合格発表 -----*/
.exam_area {
 display:flex;
 flex-wrap: wrap;
 justify-content:center;
 width: 100%;
 height: 133px; 
}

.exam_area>div {
 padding: 0 5px;
}

.exam_area>div a {
 cursor: pointer;
 transition: .5s all;
}

.exam_area>div a:hover{
 opacity: .8;
}


/*-----  都度対応 ----------------------------------------------------*/
/* 入試当日の送迎車両の乗り入れ禁止について */
.exam_txt {  width: 800px;  margin: 0 auto;}
.exam_txt a {  display: block;  transition: .5s all;  background-color: #FFF;}
.exam_txt img {  width: auto;  border: 3px #c1272d solid;}
.exam_txt a:hover {  opacity: .8;}

/* 入試緊急告知 */
.news_list dd a[href="/data/725/detail/"] {  color: #c1272d;}