@charset "utf-8";

#calculator1 h1,#calculator1 h2,#calculator1 h3,#calculator1 h4,#calculator1 h5{
line-height: 0;
}

#contents{
padding-top: 0;
}

#contentsTitle {
	width:680px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 115px;
}

#calculator1 {
	/*margin-left: auto;
	margin-right: auto;
	width: 642px;*/
	margin-bottom: 20px;
}
h3{
	text-align:center;
}
.calculator1Box {
	width: 612px;
	background-image: url(/money/calculator_school/images/calculator1_box_back.gif);
	background-repeat: repeat-y;
	padding-right: 37px;
	padding-left: 37px;
	padding-top: 20px;
	margin-left:79px;
}

.stepBox {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	height: 72px;
}

.stepBox li {
 float:left;
	/*display: inline;*/
}

.stepBox li img.stepC {
	padding-right: 63px;
	padding-left: 64px;
}

.stepBox img.arrow1 {
	display: block;
	position: absolute;
	left: 150px;
	top: 15px;
}

.stepBox img.arrow2 {
	display: block;
	position: absolute;
	left: 351px;
	top: 15px;
}

.sampleBox {
	text-align: center;
}

.commentBox {
 text-align: center;
}

.calculator1BoxFoot {
	margin-left: auto;
	margin-right: auto;
	width: 612px;
	position: relative;
}

/* 学校の種類をえらぼう
-------------------------------------*/
.schoolBox ul {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.schoolBox li{
width: 50%;
	font-size: 14px;
	color: #484848;
	line-height: 1.2em;
	padding-right: 5px;
	padding-bottom: 10px;
    box-sizing: border-box;
}
.schoolBox li input{
margin-right: 5px;
}
/* 分野をえらぼう
-------------------------------------*/
/*.fieldBox {
	margin-bottom: 25px;
}*/

.fieldBoxSp {
margin-top: 20px;
	margin-bottom: 25px;
}
#calculator1 .fieldBoxSp h4{
	background-color: #ffecb2;
	font-size: 12px;
	color: #5a3300;
	line-height: 1.3em;
	font-weight: bold;
	padding:5px 10px;
}
#calculator1 .fieldBoxSp h4 span.subject {
	font-size: 10px;
	color: #5a3300;
	font-weight: normal;
}
.fieldBox ul,.fieldBoxSp ul,.fieldBoxSp2 ul{
overflow: hidden;
	padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fieldBox li{
width: 33%;
font-size: 14px;
padding: 5px 0;
    box-sizing: border-box;
}
.fieldBoxSp li,.fieldBoxSp2 li{
	width: 50%;
    font-size: 12px;
	padding-right: 5px;
	padding-top: 5px;
	white-space: nowrap;
	padding-left: 10px;
    box-sizing: border-box;
}
.fieldBoxSp2 li{
font-size: 14px;
}
/*
.fieldBox table {
	border-collapse:collapse;
	background-color: #FFFFFF;
	line-height: 1.2em;
	color: #484848;
	font-size: 14px;
}

.fieldBoxSp table {
	border-collapse:collapse;
	background-color: #FFFFFF;
	line-height: 1.2em;
	color: #484848;
	font-size: 12px;
}

.fieldBox th,.fieldBoxSp th {
	font-size: 12px;
	color: #5a3300;
	background-color: #ffecb2;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
}

.fieldBox th span.subject,.fieldBoxSp th span.subject {
	font-size: 10px;
	color: #5a3300;
	background-color: #ffecb2;
	font-weight: normal;
	text-align: left;
}

.fieldBox td{
	width: 169px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.fieldBoxSp td{
	width: 169px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 10px;
}

.fieldBox td.end,.fieldBoxSp td.end {
	padding-bottom: 15px;
}

.fieldBox td.bottom,.fieldBoxSp td.bottom {
	padding-bottom: 0px;
}*/

/* 診断結果
-------------------------------------*/
p.result {
	font-size: 16px;
	color: #5a3300;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.expensesBox {
	width: 538;
	background-image: url(/money/calculator_school/images/result_back.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-position: 0px bottom;
	position: relative;
	margin-bottom: 15px;
}

.expensesBox p.expenses{
	font-size: 26px;
	color: #5a3300;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 12px;
	left: 100px;
}

.detailsBox {
	width: 538;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	height: 140px;
	margin-bottom: 20px;
}

.detailsBoxBottom {
	width: 538;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	height: 140px;
	margin-bottom: 0px;
}

.detailsBox .list,.detailsBoxBottom .list {
	width: 240px;
}
.detailsBox .list ul{height:200px;}
.detailsBox .list li,.detailsBoxBottom .list li {
	font-size: 14px;
	color: #5a3300;
	background-image: url(/money/calculator_school/images/details_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 0px;
}

.detailsBox img.comment,.detailsBoxBottom img.comment {
	position: absolute;
	right: 15px;
	top: 0px;
}

.btnContents {
	margin-bottom: 20px;
	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;
}*/

.calculator1BoxFoot img.btnFoot {
	position: absolute;
	top: 50px;
	left: 214px;
	display: block;
}

.resultComment p {
	color: #5a3300;
	font-size: 10px;
	line-height: 1.3em;
}

.resultComment span.bold {
	text-decoration: underline;
	color: #FF0000;
}

/* オリコバナー
-------------------------------------*/
.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;
}

