@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
/* font */
/* color */
/* mediaquery  */
/* ¥ì¥¹¥Ý¥ó¥·¥Ö¥µ¥¤¥È·Ç±íÊ¾ */
/* PC¤Î¤ß */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?PC */
@media screen and (max-width: 639px) {
  .pctb {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?SP */
@media screen and (min-width: 960px) {
  .tbsp {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È¤Î¤ß */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .tb {
    display: none !important;
  }
}

/* SP¤Î¤ß */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

/* hover */
/*----------------------
	    common
------------------------*/
#idx .sum .layout dd em {
  color: #fff;
  padding: 0px 3px;
  margin-right: 4px;
  font-size: 92%;
  background: #b2243c;
  line-height: 100%;
  font-style: normal;
}

#idx .sum .layout dd span.redtxt {
  color: #b2243c;
}

#idx .sum .layout dd span.sht {
  letter-spacing: -1px;
}

/* LIST STYLE¡¡*/
ol.num {
  list-style: decimal;
  margin: 15px 0px 15px 10px;
  padding: 0px 0px 0px 5px;
}

ol.num li {
  margin: 0px 0px 3px 10px;
}

ul.kana {
  margin: 15px 0px 15px 0px;
}

ul.kana li {
  text-indent: -1.8em;
  padding-left: 1.8em;
  margin: 0px 0px 3px 0px;
}

/* LIST PDF LINK¡¡*/
/* PDF LIST */
.pdfList02 li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 640px) {
  .pdfList02 li {
    float: left;
    padding: 0 22px 0 18px;
  }
}

.pdfList02 li img {
  margin-left: 5px;
}

/* TABLE¡¡*/
.tbl_cmn.no {
  margin: 10px 0px 10px 0px;
}

table.txtC {
  margin: 10px 0px 15px 0px;
}

table.txtC2 {
  margin: 10px 0px 40px 0px;
}

table.txtC3 {
  margin: 10px 0px 40px 0px;
}

table.txtC td,
table.txtC2 td,
table.txtC3 td {
  text-align: center;
}

table.txtC td.txtL,
table.txtC2 td.txtL {
  text-align: left;
}

table.txtC3 td {
  width: 205px;
}

table.txtC3 th p {
  padding-left: 10px;
}

/* ¡¡*/
.noticePink {
  background: #FCE4E9;
  margin: 0px 0px 15px 0px;
  padding: 10px 15px;
}

.txtR {
  text-align: right;
}

/*----------------------
		  EXAM
------------------------*/
#exam dl.adPolicy {
  margin: 15px 0px 50px;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px dotted #A2A2A2;
}

#exam dl.adPolicy dt {
  width: 100px;
  float: left;
  font-size: 109%;
  background: url(/about/img/profile/bullet.gif) no-repeat left 16px;
  padding: 10px 0px 0px 14px;
}

#exam dl.adPolicy dt.cond {
  clear: both;
  width: 200px;
}

#exam dl.adPolicy dd {
  border-top: 1px dotted #A2A2A2;
  padding: 10px 0px 10px 120px;
}

#exam dl.adPolicy dd li {
  padding: 0px 20px 0px 0px;
  display: inline;
}

table.txtC td span {
  display: block;
  text-align: left;
  margin: 5px 0px 0px 0px;
}

#exam .sTit {
  font-weight: bold;
}

#exam dl.term {
  margin: 0px 0px 20px 0px;
}

#exam dl.term dt {
  width: 70px;
  float: left;
}

#exam dl.term dd {
  margin: 0px 0px 0px 70px;
}

#exam dl.consul,
#exam dl.recomm {
  margin: 0px 0px 20px 0px;
}

#exam dl.consul dt {
  font-weight: bold;
}

#exam dl.consul dd,
#exam dl.recomm dd {
  margin: 0px 0px 10px 0px;
}

/* îŠ•ø¡¡*/
#exam .appBlock {
  background: #F1F1F1;
  margin: 0px 0px 20px 0px;
  padding: 20px 20px 0px 20px;
}

#exam .appBlock .tit {
  background: url(/common/bullet_blossom.gif) left top no-repeat;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
}

#exam .appBlock dt {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
}

#exam .appBlock dd {
  margin: 0px 0px 20px 0px;
}

#exam .appBlock dd li {
  margin: 0px 0px 5px 0px;
}

#exam .oc-img {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

#exam .oc-img img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  #exam .oc-img img {
    max-width: 250px;
  }
}

@media screen and (max-width: 639px) {
  #exam .oc-img img {
    max-width: 320px;
  }
}

#exam .oc-dl-list {
  margin-bottom: 20px;
}

#exam .oc-dl-list dt {
  margin-bottom: 10px;
}

#exam .oc-dl-list dd {
  margin-bottom: 5px;
}

#exam .oc-dl-list dd::before {
  content: '?';
}

/* ³öîŠ */
#exam ul.prerequisite li ul {
  margin: 0px 0px 10px 0px;
}

#exam ul.prerequisite li,
#exam ul.prerequisite li li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* CONTACT */
#exam .contact {
  background: #F6F6F6;
  padding: 10px 20px;
}

#exam .archive-list li span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 640px) {
  #exam .archive-list li span {
    display: inline-block;
    margin-left: 10px;
  }
}

@media screen and (max-width: 639px) {
  #exam .archive-list li span {
    display: block;
    margin-top: 5px;
  }
}

#exam .archive-list li img {
  margin-left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*----------------------
		ß^È¥†–î}
------------------------*/
#kakomon .tbl_cmn .ttl-dep {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 960px) {
  #kakomon .tbl_cmn .ttl-dep {
    width: 16%;
  }
}

@media screen and (max-width: 959px) {
  #kakomon .tbl_cmn .ttl-dep {
    width: 21%;
  }
}

#kakomon .tbl_cmn .ttl-div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 960px) {
  #kakomon .tbl_cmn .ttl-div {
    width: 20%;
  }
}

@media screen and (max-width: 959px) {
  #kakomon .tbl_cmn .ttl-div {
    width: 25%;
  }
}

#kakomon .tbl_cmn .ttl-era {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#kakomon .tbl_cmn td {
  text-align: center;
}

/*----------------------
  Íâ¹úÈËÁôÑ§ÉúÑÇÖÞ³ÇÓÅµÂ88_ÓÅµÂ¹ÙÍø_ÓÅµÂÑÇÖÞÓéÀÖ³¡
------------------------*/
#foreign {
  /*¥Æ©`¥Ö¥ë*/
}

#foreign .tbl_cmn {
  margin: 0;
}

#foreign .tbl_cmn td {
  text-align: center;
  padding: 10px;
}

/*----------------------
	    ßMÑ§ÏàÕ„»á
------------------------*/
#consult .ttl-blsm {
  background: url(/common/bullet_blossom.gif) no-repeat left 4px;
  padding: 2px 0px 2px 20px;
  font-size: 109%;
  margin-bottom: 4px;
}

#consult .tbl_cmn {
  margin: 0;
}

#consult .tbl_cmn td {
  text-align: center;
  padding: 10px;
}

/*----------------------
¡¡¥ª©`¥×¥ó¥­¥ã¥ó¥Ñ¥¹
------------------------*/
#opencampus .oc-pic {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 639px) {
  #opencampus .oc-pic {
    width: 100%;
    /*max-width: 284px;*/
  }
}

#opencampus .oc-list {
  margin-bottom: 30px;
}

@media screen and (max-width: 639px) {
  #opencampus .oc-list {
    margin-bottom: 20px;
  }
}

#opencampus .oc-list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}

/* 25_a */
dl.points dt {
  font-weight: bold;
  margin: 0px 0px 5px -7px;
}

dl.points dd {
  margin: 0px 0px 20px 0px;
}

dl.points dd dl {
  margin: 5px 0px 0px 0px;
}

dl.points dd dt {
  width: 100px;
  float: left;
  margin: 0px;
  font-weight: normal;
}

dl.points dd dd {
  margin: 0px 0px 3px 100px;
}

.tbl_cmn.point {
  font-size: 84%;
}

/* list  */
.list_circle.listX {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 640px) {
  .list_circle.listX {
    clear: both;
    padding-left: 20px;
  }
}

.list_circle.listX li {
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 640px) {
  .list_circle.listX li {
    font-size: 100%;
    padding: 0px 25px 0px 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 639px) {
  .list_circle.listX li {
    width: 49%;
    background: url(/common/arw_circle.gif) no-repeat left 7px top 8px;
    padding: 5px 5px 5px 28px;
    margin-right: 2%;
    box-sizing: border-box;
  }
  .list_circle.listX li:nth-child(2n) {
    margin-right: 0;
  }
}

.grayarea {
  position: relative;
  padding-left: 25px;
  margin-left: 2px;
}

.grayarea::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 15px;
  content: '';
  background-color: #AAAAAA;
  z-index: 1;
}

tr.finished {
  background: #AAAAAA;
}

/* OPEN CAMPUS  */
.ocBlock {
  min-height: 410px;
  height: auto !important;
  height: 410px;
  background: url(/exam_info/img/opencampus/ocImg.jpg) right top no-repeat;
  padding: 0px 300px 0px 0px;
  margin: 0px 0px 15px 0px;
}

/* junbi */
.junbiTxt {
  border: 1px dotted #CCCCCC;
  padding: 45px 10px;
  text-align: center;
}

/* adbtn */
.adbtn {
  width: 235px;
  border: 2px solid #D86579;
  margin-bottom: 50px;
  background: url(/common/arw_sqr.gif) no-repeat 97% 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 639px) {
  .adbtn {
    margin-left: auto;
    margin-right: auto;
  }
}

.adbtn a {
  font-size: 117%;
  background: url(/faculty/img/common/icon_paper.gif) no-repeat 10px 12px;
  display: block;
  padding: 14px 15px 14px 40px;
  color: #D86579;
  text-decoration: none;
}

#exam .txt {
  /*¥¿¥¤¥È¥ë*/
  /*¥ê¥¹¥È*/
}

#exam .txt-ttl {
  font-size: 117%;
  margin-bottom: 5px;
}

#exam .txt-list {
  padding-left: 1em;
}

#exam .txt-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/*----------------------
	    ÈëÑ§Õßßx’i
------------------------*/

#exam .wrap {
    padding: 18px;
    border: 1px solid #ddd;
}


/*# sourceMappingURL=exam_info.css.map */
