@charset "UTF-8";

/* -----------------------------------------------------
   任你博娱乐网站_任你博官网 TOP
----------------------------------------------------- */

/*------ header ------*/
#top header {
  height: 60px;
}

#top header .logo {
  position: relative;
  display: block;
  width: 143px;
  height: 60px;
  padding: 6px 0 4px;
  text-align: left;
}

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

/*------ TopNav ------*/
.TopNav {
  width: 100%;
  height: auto;
  order: 2;
}

/*------ title_logo ------*/
.title_logo {
  display: none;
}


/*------ topmenu ------*/
.topmenu {
  position: relative;
  width: 100%;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.topmenu li {
  width: 33.3%;
  width: calc(100% / 3);
  padding: 7px 1px 0;
}

.topmenu li.kenkyu {
  border-right: 0;
}

.topmenu li.exam a,
.topmenu li.guide a,
.topmenu li.kenkyu a {
  padding: 10px 0;
  border: 1px #cec3ac solid;
  transition: .5s all;
}

.topmenu li.guide a img {
  width: 35px;
  margin: 0 0 0 0;
  transition: .5s all;
}

.topmenu li.exam a img {
  width: 32px;
  margin: 3px 0 0 4px;
  transition: .5s all;
}

.topmenu li.kenkyu a img {
  width: 33px;
  margin: 2px 0 0px 3px;
  transition: .5s all;
}

.topmenu li a span {
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 11px;
  font-feature-settings: "palt" 1;
}

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

.topmenu li a:hover {
  border: 1px #a09275 solid;
}

.topmenu li a:hover img {
  opacity: .7;
}

.TopNav .Request {
  display: none;
}


/*---- .top_img ----*/
#wrapper .top_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 250px;
  border-radius: 0;
  overflow: hidden;
  order: 1;
}


/*----- #content_01 -----*/
#Notice {
  padding: 0 20px;
  height: auto;
}

#Notice ul {
  margin-top: 5px;
  height: auto;
}

#Notice ul li{
  width: 50%;
  height: auto;
  padding: 3px 0 3px 5px;
}

#Notice ul li:nth-of-type(1){ order: 4;}
#Notice ul li:nth-of-type(2){ order: 1; padding-left: 8px;}
#Notice ul li:nth-of-type(3){ order: 3; padding-left: 8px;}
#Notice ul li:nth-of-type(4){ order: 2;}
#Notice ul li:nth-of-type(5){ order: 5; padding-left: 0;}

#Notice li i {
  font-size: 1em;
}

#Notice ul > li > a {
  padding: 5px 0 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.2em;
}

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

#Notice li a span {
  font-size: 13px ;
}
#Notice li.txt_lang a span {
  margin-top: 0;
  font-size: 14px;
}

/*--- 各種証明書の申請 ---*/
#Notice li.txt_lang a span.txt_14 {
  margin-top: 0;
}

/*----- #search -----*/
#Notice ul li#search{
  width: 100%;
  height: 60px;
}

#search .gg_search {
  padding: 0 4px 0 9px;
  width: 100%;
}

#search li.gg_search #___gcse_0 {
  width: 95%;
}

#search li.gg_search #___gcse_0 .gsc-input-box {
  border: 1px solid #ccc;
}

#search li.gg_search .gsc-search-button-v2 {
  padding: 10px 12px;
  border-radius: 5px;
}

/* 検索結果 */
#search li.gg_search .gsc-results-wrapper-overlay {
  width: 84%;
  left: 8%;
  padding: 30px 15px;
}

#content_01 {
  position: relative;
  height: auto;
}

#content_01 .medgra {
  width: 100%;
  min-width: auto;
  height: auto;
  margin: 0;
  padding: 0 10px;
}

#content_01 .medgra>.med_link,
#content_01 .medgra>.graduate_link {
  width: 100%;
  padding: 1px 0 0;
}

#content_01 .medgra>.med_link {
  margin: 0;
}

#content_01 .medgra>.graduate_link {
  margin: 0;
}

#content_01 .medgra>div>a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 16px 0 10px;
  text-align: center;
  background: #646363;
  border-radius: 0;
  transition: .5s all;
}

#content_01 .medgra .med_link > a span,
#content_01 .medgra .graduate_link > a span {
  position: relative;
  width: 100%;
  font-size: 1.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.3em;
}

#content_01 .medgra .med_link > a span.en,
#content_01 .medgra .graduate_link > a span.en {
  position: relative;
  display: block;
  width: auto;
  margin-top: 10px;
  padding: 0;
  color: #FFF;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#content_01 .medgra .med_link>a::before,
#content_01 .medgra .graduate_link>a::before,
#content_01 .medgra .med_link>a::after,
#content_01 .medgra .graduate_link>a::after {
  display: none;
}

/*----- 資料請求?デジタルパンフレット -----*/
#content_01 .Request#Digital {
  position: relative;
  display: block;
  padding: 5px 10px 10px;
}

#content_01 .Request#Digital a{
  padding: 10px;
}



/*---- .Related_Links ----*/
.Related_Links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 5px 12px;
}

.Related_Links .exlink01 {
  width: 50%;
  height: 55px;
  flex: auto;
  margin-bottom: 0 !important;
}

.Related_Links .exlink01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 16px 10px;
  color: #FFF;
  font-size: .9rem;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  background-color: #000;
  transition: .6s all;
  border: 0;
}
.Related_Links .exlink01 a .en {
  font-size: 9px;
}



/* #contents
----------------------------------------- */
#contents {
  position: relative;
  border-top: 1px #ccc dashed;
}

#contents::before {
  display: none;
}

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

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

/*----- #News_area -----*/
#News_area {
  position: relative;
  display: block;
  padding-bottom: 0;
  border: 0;
  border-top: 1px #bbb18f dotted;
}


.sst_01 {
  position: relative;
  margin: 30px 0 20px 0;
  padding: 0 0 0 0%;
  text-align: center;
  z-index: 0;
}

.sst_01 span.main {
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding: 0 1em 0 16px;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: italic;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #c88b10, #b4c7d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  border-bottom: 0;
}
.sst_01::before,
.sst_01::after {
  display: none;
}

.sst_01 span.sub {
  padding-left: 17px;
}

/* お知らせ一覧 */
.LinkInfo#bak_newslist {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

p.LinkInfo#bak_newslist 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: inline-block;
}





#News_area .news_tab {
  padding: 10px 0 0;
  margin: 0 10px;
  width: calc(100% - 20px);
}

.news_tab li {
  width: 20%;
  margin: 0;
  background: #efefef;
  border: 1px #ccc solid;
  border-bottom: 0;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 8px 2px;
  z-index: 1;
  display: flex;
  cursor: pointer;
  position: relative;
  color: #555;
}

.news_tab li:last-of-type {
  border-right: 1px #ccc solid;
}

.news_tab li:first-of-type {
  margin-left: 0;
}

#News_area .news_list {
  width: calc(100% - 20px);
  margin: -1px 10px 50px;
  padding: 16px 0 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

.news_list dd {
  line-height: 22px;
  margin-bottom: 20px;
  padding: 0 10px 15px;
  position: relative;
  border: 0;
}

.news_list dt:last-of-type,
.news_list dd:last-of-type {
  border-bottom: 0;
}



/*--- active
------------------------- */
.news_tab li.active {
  font-weight: bold;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px #FFF solid;
}

.news_tab li.active::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  content: "";
}

.news_tab li:hover {
  background: #fff;
}

.news_tab li.active {
  z-index: 3;
  background: #fff;
}

.news_tab li:hover {
  background: #fff;
}

.news_tab li.bg_ctg01.active,
.news_tab li.bg_ctg01:hover {
  color: #629fd5;
}

.news_tab li.bg_ctg02.active,
.news_tab li.bg_ctg02:hover {
  color: #ed3d79;
}

.news_tab li.bg_ctg03.active,
.news_tab li.bg_ctg03:hover {
  color: #996699;
}

.news_tab li.bg_ctg04.active,
.news_tab li.bg_ctg04:hover {
  color: #158f8f;
}

.news_tab li.bg_ctg05.active,
.news_tab li.bg_ctg05:hover {
  color: #44c5c7;
}

.news_tab li.bg_ctg06.active,
.news_tab li.bg_ctg06:hover {
  color: #48ca98;
}

/*---- 記事エリア
------------------------- */
.news_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.news_list dt {
  width: 20%;
  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:first-of-type,
.news_list dd:first-of-type {
  padding-top: 20px;
}

.news_list dt span {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
  padding: 5px 12px 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}





/* news */
.news_tab {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

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

.news_tab li br {
  display: block !important;
}

.news_tab li.active {
  z-index: 3;
  background: #fff;
}

.news_tab li:hover {
  background: #fff;
}


#list_news li {
  font-size: 16px;
  color: #545555;
  margin-bottom: 20px;
}

#list_news .img_po {
  overflow: hidden;
  position: relative;
}

#list_news li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#list_news .img_po 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;
  width: 100%;
  height: auto;
}

#list_news .txt_note {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 130px;
  height: 30px;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

#list_news .txt_note:before {
  border-left: 0 solid transparent !important;
  border-right: 10px solid transparent !important;
  width: 140px;
  height: 0;
  z-index: -1;
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
}


#list_news li .txt_date {
  font-weight: normal;
  color: #545555;
  line-height: 18px;
  padding: 15px 20px;
}

#list_news li .txt_date span {
  font-family: 'Roboto';
  font-weight: 500;
  color: #aeaeae;
  margin-bottom: 7px;
  display: block;
}

#list_news li {
  position: relative;
}

#list_news li .txt_01 {
  font-family: 'Roboto';
  font-size: 30px;
  font-style: italic;
  color: #323333;
  text-align: center;
  z-index: 10;
  top: -25px;
  right: 0;
  left: 0;
  position: absolute;
}

.news_list {
  font-size: 16px;
}

.news_list dt {
  width: 100%;
  font-family: 'Roboto';
  font-weight: 500;
  color: #aeaeae;
  margin-bottom: 7px;
  padding: 0 5px;
  border: 0;
}

.news_list dt span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  width: 80px;
  display: inline-block;
}



.news_list dt:first-of-type,
.news_list dd:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.news_list dd {
  position: relative;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  padding: 0 6px 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.news_list dd::after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  display: block;
  /* background-image: linear-gradient(to right, #1c4f4f, #1c4f4f 1px, transparent 1px, transparent 2px); */
  background-position: top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  clear: both;
  content: " ";
  position: absolute;
  border-bottom: 1px #CCC dotted;
}
.news_list dd:last-of-type::after {
  display: none;
}

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

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


#content_01 {
  width: 100%;
}

#content_01 .news_list {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}



/*---- 公募一覧 ----*/
p.LinkInfo.is-hidden#sheet_list {
  position: relative;
  display: block;
  width: auto;
  top: auto;
  left: auto;
  margin-top: 0;
  right: auto;
  transform: none;
  padding: 5px 5px 20px 5px;
  text-align: center;
}

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: inline-block;
}

/*---- 提出物一覧 ----*/
p.LinkInfo.is-hidden#bak_koubo {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  right: auto;
  padding: 5px;
  text-align: center;
}

p.LinkInfo.is-hidden a.entry_list{
  width: auto;
  padding: 8px 20px 7px;
  border-radius: 18px;
  margin: 0;
}

/*------- #LinkArea -------- */
#LinkArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  padding: 16px 19px 50px;
  margin: 0 auto;
}

#LinkArea div {
  width: 100%;
  min-width: auto;
  height: 74px;
  padding: 3px;
  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: 90px;
  height: auto;
  margin: 0 auto;
  transition: .5s all;
  float: left;
}

#LinkArea div p {
  position: relative;
  width: calc(100% - 90px);
  padding: 23px 8px 22px 41px;
  text-align: left;
  font-size: 16px;
  letter-spacing: .01em;
  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 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 10px;
  bottom: auto;
  margin: auto 0;
  line-height: 1;
  transition: .5s all;
  background-color: #555;
  border-radius: 3px;
  overflow: hidden;
}

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

#LinkArea div p .arrow::before,
#LinkArea div p .arrow::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 8px;
  border: 7px solid transparent;
  border-left: 6px 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, #LinkArea {
  padding: 20px 5% 100px;
  text-align: center;
}

.link_list div, #LinkArea > div {
  width: 100%;
  min-width: auto;
}

/*---- .hospital ----*/
.hospital {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.hospital > div{
  width: 100%;
  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 span {
  display: block;
}

.for_hp {display: block;}

.site_category {
  display: none;
}












/*----- ExamArea ----------------------------------------------------*/
/*------ 合格発表 -----*/
.exam_area {
  display:block;
  width: 100%;
  height: auto;  
}

.exam_area>div {  padding: 5px;}
.exam_area>div a {  transition: .5s all;}
.exam_area>div a img {  width: 100%;}
.exam_area>div a:hover{  opacity: .8;}

@media screen and (min-width:450px) {
  .exam_area {
    display: flex;
    flex-wrap: wrap;
  }

  .exam_area>div {
    width: auto;
    max-width: 450px;
    text-align: center;
  }

  .exam_area>div a img { max-width: 450px;  }
}


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

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

@media screen and (min-width:450px) {
  .exam_txt a {
    text-align: center;
  }

  .exam_txt img {
    max-width: 600px;
  }
}