@charset "UTF-8";

/*! /////////////////////////////////////////////////////////////// */
/*!　Client		：ヒロデザイン専門学校
/*!　File Name	：career.scss
/*!　File Ver	：Ver 1.0
/*!　Create		：2014/7/23
/*!　Last Update	：2014/9/16
/*!　Author		：ANCHOR WEBSITE FACTORY */
/*! /////////////////////////////////////////////////////////////// */
/*
@mixin h2Title($bg){
		//@extend %text_hide;
		font-family: 'Open Sans Condensed', sans-serif;
		background: url($bg) left top;
		height: 60px;
		line-height: 60px;
		@include fz(28);
		letter-spacing: 1px;
		font-weight: normal;
		padding-left: 20px;
}
*/
div.career_test h5,
div.career_test .lv2 p,
div.career_test .lv2 dl,
div.career_test .lv2 dl.long {
  *zoom: 1;
}

div.career_test h5:after,
div.career_test .lv2 p:after,
div.career_test .lv2 dl:after,
div.career_test .lv2 dl.long:after {
  content: "";
  display: table;
  clear: both;
}

div.career_test .lv2 figure,
div.career_test .lv2 ul.right {
  float: right;
  display: inline;
}

/* ！TITLE				******************************************* */
div.career_test h3 {
  margin-bottom: 580px;
}

@media only screen and (max-width: 768px) {
  div.career_test h3 {
    margin-bottom: 87%;
  }
}

div.career_test .lineBlock>.inner {
  background: rgba(255, 255, 255, 0.8) url(../image/career/main.png) left 90px no-repeat;
}

@media only screen and (max-width: 768px) {
  div.career_test .lineBlock>.inner {
    background: rgba(255, 255, 255, 0.8) url(../image/career/main_sp.png) left 60px no-repeat;
    background-size: 100% auto;
  }
}

div.career_test .lv1 {
  position: relative;
}

div.career_test .lv1 .lead {
  position: absolute;
  top: 470px;
  left: 50%;
  width: 38em;
  margin-left: -19em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  color: #111;
}

@media only screen and (max-width: 768px) {
  div.career_test .lv1 .lead {
    position: inherit;
    top: inherit;
    left: 0;
    width: inherit;
    margin-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #FFF;
    background: rgba(40, 196, 211, 0.8);
    margin-top: -15%;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
  }
}

div.career_test .lv1 #update {
  position: absolute;
  top: 430px;
  left: 50%;
  width: 9em;
  margin-left: -5em;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
  div.career_test .lv1 #update {
    display: none;
  }
}

div.career_test h4 {
  background: url(../image/common/line_bg_career.png) left bottom;
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  position: relative;
  font-weight: normal;
  padding-left: 80px;
  margin-bottom: 20px;
  padding: 7px 0;
  padding-left: 70px;
}

div.career_test h4 .num {
  width: 60px;
  height: 60px;
  background: #26BAC8;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 60px;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  top: -23px;
  left: 10px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
}

@media only screen and (max-width: 768px) {
  div.career_test h4 {
    padding: 5px 3px 5px 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  div.career_test h4 .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 20px;
    font-size: 2rem;
  }

  div.career_test h4 .num img {
    width: 30px;
    height: 30px;
  }
}

div.career_test h5 {
  color: #26BAC8;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #26BAC8;
  padding-bottom: .5em;
  line-height: 1;
  margin-bottom: .5em;
}

div.career_test h5 span {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  div.career_test h5 span {
    float: none;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin-top: 5px;
  }
}

div.career_test .lv2 {
  margin-bottom: 50px;
}

div.career_test .lv2 .inner {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  div.career_test .lv2 .inner {
    padding: 0;
    background: none;
  }
}

div.career_test .lv2 figure,
div.career_test .lv2 ul.right {
  margin-left: 1em;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {

  div.career_test .lv2 figure,
  div.career_test .lv2 ul.right {
    float: none;
    display: block;
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

div.career_test .lv2 ul.right li:last-child {
  margin-top: 10px;
}

div.career_test .lv2 p {
  margin-top: 0;
  text-align: justify;
  line-height: 2;
}

div.career_test .lv2 .link_tex {
  margin-top: .5em;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

div.career_test .lv2 .link_tex a {
  background: rgba(237, 246, 136, 0.5);
  padding: 4px;
}

div.career_test .lv2 .link_tex a:hover {
  background: #edf688;
}


div.career_test .lv2 dl {
	display: grid;
	grid-template-columns: 2fr 1fr;
}

div.career_test .lv2 dl dt {
  padding-left: 1em;
  font-weight: bold;
  color: #111;
}

div.career_test .lv2 dl dt,
div.career_test .lv2 dl dd {
  border-bottom: 1px solid #EEE;
}

div.career_test .lv2 dl dt span {
	display: inline-block;
}




@media only screen and (max-width: 768px) {
  div.career_test .lv2 dl dt {
    float: none;
    display: block;
	padding-right: 4rem;
    padding-left: 0;      
  }

  div.career_test .lv2 dl dd {
    padding-left: 0;
  }
}

div.career_test .lv2 dl dt,
div.career_test .lv2 dl dd {
  line-height: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.career_test .lv2 dl dd span {
  display: inline;
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: .5em;
}


@media only screen and (max-width: 768px) {

  div.career_test .lv2 dl dt,
  div.career_test .lv2 dl.long dt {
    padding-bottom: 0;
    line-height: 1.8;
  }

  div.career_test .lv2 dl dd,
  div.career_test .lv2 dl.long dd {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) {

  div.career_test .lv2 dl.long.long_h dt {
    padding-top: 7px;
    padding-bottom: 0;
  }

  div.career_test .lv2 dl.long.long_h dd {
    padding-top: 5px;
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 768px) {
  div.career_test #employment {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

div.career_test #employment table {
  width: 100%;
  margin-top: 1em;
}

div.career_test #employment table th,
div.career_test #employment table td {
  padding: .4em;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.5);
}

div.career_test #employment table td:nth-child(2) {
  text-align: center;
}

div.career_test #employment table th {
  background: rgba(38, 186, 200, 0.2);
  border-bottom: none;
}

div.career_test #employment table th:nth-child(1) {
  width: 40%;
}

div.career_test #employment table th:nth-child(2) {
  width: 25%;
}

div.career_test #employment table th:nth-child(3) {
  width: 35%;
}

div.career_test #employment table tr:nth-child(2) td {
  padding-top: 1em;
}
