@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 */
/*---------------------------------------------------------
¾ÍÂšÖ§Ô®¥×¥í¥°¥é¥à
---------------------------------------------------------*/
#programme .layout {
  width: 100%;
  margin: 0px 0px 0px 0px;
  display: table;
}

#programme .layout dl {
  margin: 0px 0px 0px 0px;
  border-bottom: 1px dotted #CCC;
  padding: 15px 15px 15px 0px;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #programme .layout dl {
    width: 322px;
    display: table-cell;
    border-right: 1px dotted #CCC;
  }
}

#programme .layout dl:nth-child(even) {
  border-right: none;
  padding: 15px 0px 15px 15px;
}

@media screen and (max-width: 959px) {
  #programme .layout dl:nth-child(even) {
    padding-left: 0;
  }
}

#programme .layout dt {
  width: 57px;
  float: left;
  clear: left;
}

#programme .layout dd {
  padding: 0px 0px 8px 72px;
}

#programme .support .pic {
  width: 250px;
  float: left;
  padding: 0px 20px 20px 0px;
}

@media screen and (max-width: 639px) {
  #programme .support .pic {
    width: 40%;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}

#programme .support .pic img {
  width: 100%;
}

#programme .support h5 {
  border-bottom: 1px dotted #999999;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-bottom: 2px;
  color: #D86579;
  border-left: 2px solid #D86579;
  padding-left: 10px;
}

#programme .txtList {
  margin-bottom: 25px;
}

#programme .txtList li {
  margin-bottom: 2px;
  padding-left: 2em;
  text-indent: -2em;
}

#programme .atn {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#programme .programme-cell01{
	width: 25%;
}
#programme .programme-cell02{
	width: 25%;
	text-align: center;
}
#programme .programme-cell03{
	width: 50%;
}
#programme .programme-ex{
	margin-bottom: 10px;
}


/*---------------------------------------------------------
¾ÍÂš×´›r
---------------------------------------------------------*/
#situation .job {
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  #situation .job {
    width: 695px;
  }
}

#situation .job td,
#situation .job th {
  text-align: center;
  line-height: 1.3;
  padding: 10px;
}

@media screen and (max-width: 639px) {
  #situation .job td,
  #situation .job th {
    padding: 10px 5px 10px 5px;
  }
}

#situation .job th.ttl01 {
  background: #F9DFE3;
}

#situation .results {
  box-sizing: border-box;
  width: 100%;
}

#situation .results th {
  width: 100px;
}

@media screen and (max-width: 639px) {
  #situation .results th {
    width: 100%;
    display: block;
  }
}

#situation .results td,
#situation .results th {
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  #situation .results td,
  #situation .results th {
    width: 100%;
    display: block;
  }
}

#situation .employ dt {
  font-weight: bold;
  color: #D86579;
}

#situation .employ dd {
  margin-bottom: 20px;
}

#situation .atn {
  text-align: right;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  #situation .atn {
    margin-top: -15px;
  }
}

/*---------------------------------------------------------
¥¤¥ó¥¿¥Ó¥å©`
---------------------------------------------------------*/
#interview .students {
  width: 730px;
  margin-right: -35px;
}

#interview .students li {
  background: url(/career/img/interview/interview_bg.gif) no-repeat top left;
  float: left;
  width: 345px;
  margin: 0px 20px 30px 0px;
  padding-top: 20px;
  border-top: 1px dotted #A2A2A2;
  overflow: hidden;
}

#interview .students li img {
  padding-top: 20px;
  float: left;
}

#interview .students li .prof {
  overflow: hidden;
  padding-left: 20px;
  line-height: 150%;
}

#interview .students li a {
  text-decoration: none;
  color: #333333;
}

#interview .prof .course {
  font-size: 109%;
  margin-bottom: 16px;
}

#interview .prof .sign {
  font-size: 150%;
  margin-bottom: 10px;
}

#interview .prof .sign span {
  font-size: 84%;
  margin-left: 8px;
}

#interview .students li .prof .btn {
  padding-top: 17px;
}

#interview .students li:last-child {
  margin-bottom: 60px;
}

#interview .student_v {
  border-top: 1px dotted #A2A2A2;
  margin-bottom: 40px;
}

#interview .student_v .boxLeft {
  background: url(/career/img/interview/interview02_bg.gif) no-repeat top left;
  float: left;
  width: 240px;
  padding-left: 10px;
  padding-top: 62px;
  line-height: 150%;
}

#interview .student_v .boxLeft img {
  margin-bottom: 25px;
  border: 4px solid #fff;
}

#interview .student_v .boxLeft .prof .sign {
  font-size: 167%;
}

#interview .student_v .boxRight {
  padding-top: 30px;
  overflow: hidden;
}

#interview .student_v .boxRight p {
  line-height: 185%;
  margin-bottom: 15px;
}

#interview .back li {
  text-align: right;
}

#interview .back li a {
  background: url(/common/arw_l_prev.gif) no-repeat left center;
  padding-left: 15px;
}

#interview .back {
  border-top: none;
  padding-top: 0;
  margin-top: 25px;
  padding-bottom: 10px;
}

/*---------------------------------------------------------
’ñÓÃµ£µ±Õß¤Î½Ô˜”¤Ø
---------------------------------------------------------*/
#employer p.wrap {
  padding: 18px;
  border: 1px solid #ddd;
}

#employer p.wrap02 {
  padding: 10px;
  background: #FEF8F5;
  margin-bottom: 16px;
  margin-top: 5px;
}

#employer h5 {
  margin-top: 20px;
  border-bottom: 1px dotted #666;
  padding-bottom: 4px;
  margin-bottom: 17px;
  font-size: 108.7%;
  background: url(/common/bullet_circle.gif) no-repeat left 2px;
  padding-left: 17px;
  color: #D86579;
  font-weight: bold;
}

#employer dl.contactInfo {
  margin-bottom: 25px;
  margin-top: 15px;
}

#employer dl.contactInfo dt {
  background: #FDEEEA;
  padding: 7px;
  margin-bottom: 5px;
  font-weight: bold;
}

#employer dl.contactInfo dd {
  padding: 18px;
  border: 1px solid #ddd;
}

#employer dl.contactInfo dd p {
  margin-bottom: 5px;
}

#employer dl.contactInfo dd p.tit {
  background: url(/common/bullet_sqr.gif) no-repeat 0px 3px;
  padding: 0px 0px 5px 15px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #bbb;
}

#employer dl.contactInfo dd p.tel {
  line-height: 180%;
}

#employer dl.contactInfo dd p.tel span {
  font-weight: bold;
  font-size: 108.7%;
}

#employer .link_box.o li a {
  width: auto;
  text-align: left;
  padding-left: 40px;
}

#employer .list_circle li {
  background: url(/common/bullet_circle_p.jpg) no-repeat 5px 3px;
  padding: 0px 0px 0px 20px;
  margin-bottom: 8px;
}

/*# sourceMappingURL=career.css.map */
