@charset "utf-8";

.career-menu{
	text-align: center;
	padding: 15px 0;
}

#slideshow { position:relative; width:450px; height:300px; float: right; margin-left: 15px;}
#slideshow img { position:absolute; top:0; left:0; z-index:8; width: 100%;}
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }


@media screen and (max-width: 979px) {
#slideshow{
	width: 100%;
	height: auto;
	z-index: 10;
	overflow: hidden;
	text-align: center;
}
#slideshow:before {
	content:"";
	display: block;
	padding-top: 66%;
}
#slideshow img{
	height: auto;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
}

/*
************************************************************************************/
#page_study .guidance{
	font-size: 16px;
}

/*page_senmon
************************************************************************************/
@media screen and (max-width: 768px){
.page_senmon .course .box-item60,
.page_senmon .course .box-item40{
	width: 100%;
}
.page_senmon .course .box-item40{
	padding-top: 30px;
}
}


/*.page_career
************************************************************************************/
.page_career .person-box{
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 1em;
}

.page_career .person-box .user{
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 0 60px;
	margin: 0 0 30px 0;
	line-height: 50px;
}
.page_career .person-box .user.man{
	background: url("../../study/img/career/ill_man.svg") no-repeat left 0;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}
.page_career .person-box .user.woman{
	background: url("../../study/img/career/ill_woman.svg") no-repeat left 0;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}
.page_career .person-box dl.faq dt{
	background: url("../../study/img/career/icon_q.svg") no-repeat left center;
	line-height: 30px;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-left: 100px;
}

.page_career .person-box dl.faq dd{
	background: url("../../study/img/career/icon_a.svg") no-repeat left 65px top;
	margin: 0 0 2em 0;
	padding: 3px 0 3px 100px;
}
@media screen and (max-width: 768px){
.page_career .person-box{
	margin: 0 .5em 1em;
}
.page_career .career-menu img{
	width: 100%;
	height: auto;
}
.page_career .person-box dl.faq dd{
	background: url("../../study/img/career/icon_a.svg") no-repeat left 0 top;
	margin: 0 0 2em 0;
	padding: 3px 0 3px 40px;
}
.page_career .person-box dl.faq dd table.lineBtm th{
	width: 7em;
	padding-right: 0;
}
}

.correction {
  text-decoration: line-through;
}