@charset "utf-8";

#calculatorJob h1,#calculatorJob h2,#calculatorJob h3,#calculatorJob h4,#calculatorJob h5{
line-height: 0;
}
h1,p{margin:10px auto;}
ul{list-style:none;}

#contentsTitle {
	max-width:680px;
	width:100%;
	margin:15px auto;
	height: auto;
	position: relative;
}

#contentsTitle p {
	position: absolute;
	bottom: 3px;
	left: 34px;
	font-size: 10px;
	color: #ffffff;
	display: block;
	right: 32px;
	letter-spacing: 0.1em;
	width: 480px;
	line-height: 1.2em;

}

.pageLink{
	max-width: 650px;
	height: auto;
	margin: 0 auto 15px;
}
.pageLink ul{
	display: flex;
	flex-wrap: wrap;
}
.pageLink li{
	font-size: 12px;
	color: #aae9f0;
	list-style: 1;
	margin-bottom: 10px;
	margin-right: 15px;
}

#calculatorJob {
	max-width: 650px;
	margin:0 auto 20px;
	border-right:15px solid #9CE4EC;
	border-left:15px solid #9CE4EC;
	border-bottom:15px solid #9CE4EC;
	border-radius:5px;
}
#calculatorJob h3{
	max-width:660px;
	position:relative;
	padding-left:32px;
	/**border-bottom:5px solid #FF9800;**/
	color:#624013;
	font-weight:700;
	margin:0 0 10px 0;
	background:#9CE4EC;
	height:42px;
	line-height:42px;
}

#calculatorJob h3 span{
	background:#FFF9E7;
	font-weight:900;
	color:#FF9800;
	font-size:20px;
	position:absolute;
	top:10px;
	left:0;
	border-radius:50%;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	align-items:center;
	border:1px solid #FF9800;

}
.calculatorJobBox {
	margin-left: auto;
	margin-right: auto;
	width: 612px;
/**	background-image: url(/money/calculator_job/images/calculator_job_box_back.gif);**/
/**	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 20px;**/
}
.center{
	margin:0 auto 30px;
	text-align:center;
}
#h1Box{
	display:none;
/**text-align:center;position:absolute;bottom:-100px;right:0;left:0;text-indent:100%;white-space:nowrap;overflow:hidden;**/}

.stepBox {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	position: relative;
	height: 72px;
}
.stepBox ul {
	width: 538px;
	margin: 0 auto;
	padding: 0;
	display: flex; /* flexboxを使う */
	justify-content: center; /* 子要素を中央に寄せる */
}
.stepBox li {
 	/* float:left;
	display: inline; */
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.stepBox li:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 42px;
}
  
.stepBox li:nth-child(1):after {
	margin-right: -34.5px;
}
  
.stepBox li:nth-child(2):after {
	margin-left: -18.5px;
	margin-right: -18.5px;
}

.sampleBox {
	text-align: center;
}

.commentBox {
 text-align: center;
}

.calculatorJobBoxFoot {
	margin-left: auto;
	margin-right: auto;
	width: 612px;
	position: relative;
}

/* 年齢・性別ををえらぼう
-------------------------------------*/
.basicBox {
	max-width: 466px;
	margin:0 auto 30px;
}

.basicBox table {
	border-collapse:collapse;
	background-color: #FFFFFF;
	line-height: 1.2em;
	color: #484848;
	font-size: 14px;
}

.basicBox td{
	padding-right: 5px;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 25px;
}

.basicBox td.bottom{
	padding-bottom: 5px;
}

.basicBox p span.ex {
	font-size: 12px;
	color: #5a3300;
	font-weight: normal;
	text-align: left;
}

.basicBox input.txt {
	font-size: 12px;
	color: #484848;
	width: 40px;
}


/* 仕事をえらぼう
-------------------------------------*/
.jobBox {
    margin:20px auto;
	max-width:650px;
}

#calculatorJob .jobBox h4{
	background-color: #aae9f0;
	font-size: 12px;
	color: #5a3300;
	font-weight: bold;
    padding: 5px 10px;
	line-height: 1.3em;
}
.jobBox ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin:0 auto 20px;
width:100%;
	padding:0;
}
.jobBox li{
	width: 33%;
	font-size: 13px;
    line-height: 1.45em;
	padding:10px 5px;
	/*vertical-align: top;*/
/**    box-sizing: border-box;**/
}
.jobBox li a{
cursor:default;
	font-size: 13px;
    line-height: 1.45em;
	padding:3px 6px;
}
.jobBox li span.description{
font-size:10px;
color:#41b7c5;
}
.jobBox li a:hover{ 
  position: relative;
  top: 0px; 
  left: 0px;
}
.explain {
  position: absolute;
  top:25px;
  left:20px;
  display: none;
  padding: 5px; 
  width: 300px;
  background-color: #BBFAF1;
  color:#3366cc;
  line-height: 1.8em;
  z-index: 10;
}
a:hover .explain {
  display: block;
}
a.void{
  color:#484848;
}

/*
.jobBox table {
	border-collapse:collapse;
	background-color: #FFFFFF;
	line-height: 1.2em;
	color: #484848;
	font-size: 14px;
}

.jobBox th {
	font-size: 12px;
	color: #5a3300;
	background-color: #aae9f0;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
}

.jobBox th span.subject {
	font-size: 10px;
	color: #5a3300;
	background-color: #ffecb2;
	font-weight: normal;
	text-align: left;
}

.jobBox td{
	width: 169px;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: top;
	font-size: 12px;
}

.jobBox td.end {
	padding-bottom: 15px;
}*/


/* 診断結果
-------------------------------------*/
p.result {
	font-size: 16px;
	color: #5a3300;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.salaryBox {
	margin-bottom: 15px;
}

.salaryBox p.entry {
	font-size: 14px;
	color: #5a3300;
	background-color: #aae9f0;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}
.mb10{display:flex;justify-content:flex-start;}

.mb10 img{padding-right:10px;}

.detailsBox {
	padding-right: 15px;
	padding-left: 15px;
	/**background-image: url(/money/calculator_job/images/result_back.gif);**/
	background-repeat: no-repeat;
	max-width: 508px;
	/**height: 120px;**/
	padding-top: 10px;
	padding-bottom: 10px;
}

.detailsBox dl {
	margin-bottom: 10px;
	width: 508px;
}

.detailsBox dt {
	float: left;
	height: 33px;
	width: 256px;
}

.detailsBox dd {
	color: #5a3300;
	font-size: 26px;
	line-height: 33px;
	font-weight: bold;
}

.detailsBoxBottom {
	width: 538;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	height: 140px;
	margin-bottom: 0px;
}

.resultComment{
padding: 20px 0;
}
.resultComment p {
	color: #5a3300;
	font-size: 10px;
	line-height: 1.3em;
}

.btnContents {
	margin-bottom: 20px;
	max-width: 612px;
	margin-right: auto;
	margin-left: auto;
}
.btnContents ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*
.btnContents li.left {
 float: left;
}

.btnContents li.right {
 float: right;
}*/
/**
.calculatorJobBoxFoot img.btnFoot {
	position: absolute;
	top: 50px;
	left: 214px;
	display: block;
}**/
.calculatorJobBoxFoot img.btnFoot {
	margin:0 auto 20px;display:block;
}

/* オリコバナー
-------------------------------------*/
.scholarshipBan {
	margin-top: 15px;
	width: 670px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6EBFA;
}

.scholarshipBan p {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #000F9C;
	line-height: normal;
	margin-bottom: 10px;
}

.scholarshipBan img {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}