html {height: 100%;}
body {
    -webkit-text-size-adjust: none;
	width: 100%;
    height: 100%;
	overflow-x: hidden;
    background-color: #E9E9E7;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
img {width: 100%;}
p {
	line-height: 1.9;
	font-size: 14px;
}
.tate {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}
a {
	color: #68AEE1;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
::selection {
    background: #FFFF8E;
    color: #68AEE1;
}
::-moz-selection {
    background: #FFFF8E;
    color: #68AEE1;
}

/* wrap */
#wrapwrap {
	max-width: 1200px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 12px 5px rgba(0,0,0,0.12);
}
#wrap {
	background-color: #FAFAFA;
	padding-bottom: 96px;
}

/* shadow */
.d_shadow,
.u_shadow {position: relative;}
.d_shadow:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: url(../imgs/bg_d_shadow.png);
	position: absolute;
	left: 0;
	bottom: -4px;
	background-size: auto 4px;
	background-position: center;
	background-repeat: no-repeat;
}
.u_shadow:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: url(../imgs/bg_u_shadow.png);
	position: absolute;
	bottom: 0;
	background-size: auto 4px;
	background-position: center;
	background-repeat: no-repeat;
}

/* header */
header {
	background-color: #9ADDF0;
	padding: 12px 24px;
	height: 80px;
	position: relative;
	z-index: 4;
}
header h1 {
	height: 100%;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
}
header h1 img {
	height: 100%;
	width: auto;
}

/* yellow */
#yel {
	background: url(../imgs/bg_yellow.png) 0 0;
	text-align: center;
	font-size: 14px;
	border-bottom: 4px solid #9ADDF0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	z-index: 3;
}
#yel p {
	padding: 24px;
	font-weight: bold;
}

/* flow */
#flow {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
#result #flow {background-color: #68AEE1;}
#flow li {
	display: table-cell;
	height: 48px;
	vertical-align: middle;
	padding: 0 24px;
	text-align: center;
	color: #98A3A9;
	background-image: url(../imgs/bg_flow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 48px;
}
#flow li.current {
	background-color: #68AEE1;
	color: #000;
	font-weight: bold;
	background-image: url(../imgs/bg_current_flow.png);
}
#flow li:last-child {background-image: none;}
#flow li.sumi {
	background-color: #68AEE1;
}
#flow li.sumi a {color: #FFF;}
@media screen and (max-width: 768px){
	header {height: 60px;}
	#flow {display: block;}
	#flow li {
		display: block;
		width: 50%;
		float: left;
		line-height: 48px;
		border-bottom: 1px solid #EEE;
	}
}
@media screen and (max-width: 480px){
	#flow li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #EEE;
	}
	#result #flow li.min {line-height: 24px;}
	header h1 img {max-width: 100%;}
}

/* contetns */
#contents section {
	background-color: #FFF;
	padding-bottom: 48px;
}
#contents section h2 {
	background-color: #9ADDF0;
	line-height: 48px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 12px;
}
#contents section .qes,
#contents .submit {
	max-width: 500px;
	margin: 0 auto;
	padding: 24px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
select,
input[type="text"] {
	-webkit-appearance: none;
	width: 100%;
	height: 48px;
	outline: none;
	border: none;
	border-radius: 4px;
	border: 1px solid #B5B5B5;
	background-color: #F6F6F6;
}
select:focus,
input[type="text"]:focus {
	background-color: #FFF;
	border-color: #68AEE1;
}
select {
	background-image: url(../imgs/bg_select.png);
	background-repeat: no-repeat;
	background-position:  96% center;
	background-size: auto 5px;
	padding: 0 1.5em;
}
input[type="text"] {padding: 0 1.5em;}

/* submit */
.submit {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.submit input {
	-webkit-appearance: none;
	padding: 24px 48px;
	width: auto;
	height: auto;
	outline: none;
	border: none;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef695a+0,ea544d+100 */
	background-color: #ef695a; /* Old browsers */
	background-color: -moz-linear-gradient(top,  #ef695a 0%, #ea544d 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top,  #ef695a 0%,#ea544d 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom,  #ef695a 0%,#ea544d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef695a', endColorstr='#ea544d',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	font-size: 14px;
	letter-spacing: 2px;
	cursor: pointer;
	background-image: url(../imgs/bg_submit.png);
	background-repeat: no-repeat;
	background-position:  92% center;
	background-size: auto 24px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	white-space: normal;
}
.submit input:hover {
	background-color: #abc65b; /* Old browsers */
	background-color: -moz-linear-gradient(top,  #abc65b 0%, #8eb026 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top,  #abc65b 0%,#8eb026 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom,  #abc65b 0%,#8eb026 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc65b', endColorstr='#8eb026',GradientType=0 ); /* IE6-9 */
}
#form .submit input {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

select::-ms-expand {display: none;}
@media screen and (max-width: 480px){
	.submit input {
		padding: 12px 48px 12px 24px;
	}
	#result .submit input {
		display: block;
		width: 100%;
		margin-bottom: 12px;
	}
}

/* result */
.result {
	max-width: 800px;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 24px;
}
h3.checkSchool {
	font-size: 14px;
	margin-bottom: 24px;
	border: 5px double #E0E3E3;
	padding: 24px;
	background-color: #FDFDFD;
}
h3.checkSchool .cap {
	display: inline-block;
	border-radius: 2px;
	background-color: #303F4B;
	color: #FFF;
	padding: 4px 8px;
	font-size: 11px;
	margin-right: 1em;
}
@media screen and (max-width: 480px){
	h3.checkSchool .name {
		display: block;
		margin-bottom: 12px;
	}
	h3.checkSchool .cap {margin-bottom: 12px;}
}
.gakuhiList {width: 100%;}
.gakuhiList tbody {
	display: table;
	width: 100%;
	margin-bottom: 24px;
}
.gakuhiList th,
.gakuhiList td {
	padding: 6px 12px;
	border: 1px solid #CFCFCF;
}
.gakuhiList td.ttl {
	border: none;
	font-weight: bold;
	font-size: 16px;
	padding-left: 0;
}
.gakuhiList th {
	font-weight: bold;
	background-color: #EEE;
}
.gakuhiList .detail {
	display: block;
	margin-top: 6px;
}
.gakuhiList .detail a {
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
	background-color: #2550A9;
	color: #FFF;
	padding: 4px 8px;
	padding-right: 16px;
	background-image: url(../imgs/bg_submit.png);
	background-size: 3px;
	background-repeat: no-repeat;
	background-position: 94% center;
	font-size: 11px;
	font-family: sans;
}
.gakuhiList .kingaku {
	background-color: #FFFFBF;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	width: 30%;
}
.gakuhiList .kingaku .yen {
	font-weight: normal;
	font-size: 11px;
	margin-left: 0.5em;
}
.gakuhiList .h {
	background-color: #F9F9F9;
	vertical-align: middle;
}
.w3em {
	width: 3em;
}
.gakuhiList .kei td {
	padding: 24px 12px;
	font-weight: bold;
	border-top: 3px double #CFCFCF;
}
.gakuhiList tr.note td {border: none;}
/* footer */
footer {
	border-top: 1px solid #E9E9E7;
	padding: 48px 24px;
}
footer #copy {
	text-align: center;
	color: #B8B8B8;












	font-size: 11px;
}

/* errorBox */
#errorBox {
	display: none;
	background-image: url(../imgs/aten.png);
	background-repeat: no-repeat;
	background-position: 2em center;
	background-size: 30px;
	line-height: 30px;
	padding: 24px 12px;
	border: 2px solid #F34E66;
	border-radius: 4px;
	color: #F34E66;
	line-height: 1.3;
}
@media screen and (max-width: 480px){
	#errorBox {
		background-size: 20px;
		background-position: 12px center;
		padding-left: 40px;
	}
}

/* modal */
#modalBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	-webkit-transition: none;
	transition: none;
	z-index: 9999;
}
#modalShade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 8888;
	-webkit-transition: none;
	transition: none;
}
#modalBox .modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #FFF;
	padding: 48px;
	z-index: 10000;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
	border-radius: 12px;
	-webkit-transition: none;
	transition: none;
	max-height: 90%;
}
#modalBox .modal h4 {
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 12px;
}
#modalBox .modal .close {
	text-align: center;
	padding-top: 48px;
}
#modalBox .modal .close a {
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
	border: 1px solid #39C;
	font-size: 11px;
	text-decoration: none;
}
#modalBox .modal .close a:hover {
	background-color: #39C;
	color: #FFF;
}
@media screen and (max-width: 768px){
	#modalBox .modal {
		padding: 24px;
		width: 90%;
		overflow-y: scroll;
	}
}

/* question */
.qesTable {width: 100%;}
.qesTable th,
.qesTable td {
	display: block;
}
.qesTable th {
	background-color: #FFFFBF;
	font-size: 14px;
	padding: 12px;
	font-weight: bold;
	line-height: 1.6;
}
.qesTable th .hissu {
	display: inline-block;
	background-color: #F34E66;
	padding: 4px 6px;
	border-radius: 2px;
	font-size: 11px;
	font-family: sans;
	font-weight: normal;
	color: #FFF;
	margin-left: 1em;
}
.qesTable td {
	padding: 12px 0 24px;
	text-align: center;
}
.qesTable select,
.qesTable input[type="text"] {max-width: 500px;}
.bonus {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 6px;
}
.bonus tr:nth-child(odd) {background-color: #F0FDFF;}
.bonus tr:nth-child(even) {background-color: #FFF7FB;}
.bonus td {
	display: table-cell;
	padding: 6px;
	vertical-align: middle;
}
.bonus td select {width: 6em;}
.bonus td input[type="text"],
#kakei {
	width: 5em;
	margin-right: 1em;
}
.bonus .nenji {
	background-color: #E3E3E3;
	width: 1em;
}
.bonus .month {min-width:6em;}
.bonus .manen {min-width: 10em;}
#atamaplus {
	-webkit-transition: none;
	transition: none;
}
#atamaplus .atama {
	width: 100%;
	max-width: 500px;
	margin: 12px auto 0;
	border: 1px solid #CCC;
}
#atamaplus .atama td {
	display: table-cell;
	padding: 12px;
}
#atamaplus .atama tr:first-child td {padding-top: 24px;}
#atamaplus .atama input[type="text"] {
	width: 5em;
	margin-right: 1em;
}
.note {font-size: 12px;}
.alert {color: #F34E66}


/* #result */
#result #detail {
	display: none;
	-webkit-transition: none;
	transition: none;
}
#result #condition {
	width: 100%;
	margin: 0 auto 48px;
	background-color: #F7F8DE;
}
#result #condition h3 {
	font-size: 16px;
	padding: 12px;
	background-color: #8CC0E8;
	text-align: center;
}
#result #condition .fl {
	float: left;
	width: 50%;
	padding: 24px 12px 24px 48px;
}
#result #condition .fr {
	float: right;
	width: 50%;
	padding: 24px 48px 24px 12px;
}
@media screen and (max-width: 768px){
	#result #condition .fl,
	#result #condition .fr {
		float: none;
		width: 100%;
		padding: 24px;
	}
	#result #condition .fl {padding-bottom: 0;}
	#result #condition .fr {padding-top: 0;}
}
#result #condition td {
	background-color: #FFFFFC;
	padding: 12px;
}
#result #condition .con {margin-bottom: 12px;}
#result #condition .type {
	display: inline-block;
	border: 1px solid #992;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 11px;
}
h4.goukeiTtl {
	background-color: #333;
	padding: 24px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	position: relative;

}
h4.goukeiTtl a {
	margin-right: 1em;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 44%;
	right: 48px;
}
h4.goukeiTtl .txt {margin-right: 1em;}
h4.goukeiTtl .total {
	display: inline-block;
	background-color: #FFF;
	color: #333;
	padding: 6px 12px;
	border-radius: 2px;
	margin-right: 0.5em;
}
@media screen and (max-width: 768px){
	h4.goukeiTtl .txt {
		display: block;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 480px){
	h4.goukeiTtl {
		padding: 12px;
		font-size: 14px;
		text-align: left;
	}
	h4.goukeiTtl a {right: 12px;}
}

/* simyuArea */
#simyuArea {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 24px;
}
#simyuArea #simyu {width: 100%;}
#simyu th,
#simyu td {
	padding: 6px;
	border: 1px solid #E3E3E3;
}
#simyu td {
	text-align: right;
	letter-spacing: 0;
}
#simyu th {
	background-color: #484848;
	color: #FFF;
}
#simyu .gakuhittl {
	background-color: #6BA6D6;
	color: #000;
}
#simyu .zanttl {
	background-color: #E2945F;
	color: #000;
}
#simyu .nenji {
	background-color: #E3E3E3;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
#simyu .nenji td {text-align: left;}
#simyu .month {min-width: 4em;}
#simyu .ichi .month,
#simyu .san .month {background-color: #FEF7E9;}
#simyu .ni .month,
#simyu .yon .month {background-color: #FFF0F5;}

/* formTable */
.formTable {width: 100%;}
.formTable th,
.formTable td {
	padding: 12px;
	display: block;
}
.formTable th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 20em;
	padding-bottom: 0;
}
input[type="radio"] {
	-webkit-appearance: none;
	border: 4px solid #FFF;
	box-shadow: 0 0 0 1px #B5B5B5;
	width: 24px;
	height: 24px;
	border-radius: 100px;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 12px;
	cursor: pointer;
}
input[type="radio"]:active {outline: none;}
input[type="radio"]:checked {
	outline: none;
	background-color: #68AEE1;
}
label {
	display: inline-block;
	font-size: 14px;
	margin-right: 24px;
	cursor: pointer;
}
.download th {
	text-align: center;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 12px;
	position: relative;
	z-index:2;
}
.download td {
	font-size: 14px;
	margin-bottom: 24px;
	border: 5px double #E0E3E3;
	padding: 24px;
	background-color: #FDFDFD;
	text-align: center;
	position: relative;
	top: -26px;
}
.download th span {
	display: inline-block;
	background-color: #484848;
	padding: 12px 24px;
	border-radius: 2px;
	color: #FFF;
	font-weight: normal;
}
.formTable .schoolName span {
	font-weight: normal;
	display: inline-block;
	border-radius: 2px;
	background-color: #303F4B;
	color: #FFF;
	padding: 4px 8px;
	font-size: 11px;
	margin-right: 1em;
}
.formTable .schoolName td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 24px;
}
.formTable .schoolName + tr th {padding-top: 24px;}

/* tarinai */
#tarinai {
	background-image: url(../imgs/aten.png);
	background-repeat: no-repeat;
	background-position: 2em center;
	background-size: 30px;
	line-height: 30px;
	padding: 24px 24px 24px 96px;
	border: 2px solid #F34E66;
	border-radius: 4px;
	color: #F34E66;
	line-height: 1.3;
	margin-bottom: 24px;
}
#tarinai p {
	font-size: 16px;
	font-weight: bold;
}
#tarinai .error {padding-top: 12px;}
@media screen and (max-width: 768px){
	#tarinai {
		padding-left: 60px;
		background-position: 1.2em center;
	}
}

/* send */
#thanks {text-align: center;}

/* v_error */
.v_error {
	line-height: 30px;
	padding: 24px;
	border: 2px solid #F34E66;
	border-radius: 4px;
	color: #F34E66;
	line-height: 1.3;
	margin-bottom: 24px;
}
.error {
	padding: 12px;
	color: #F34E66;
	font-weight: bold;
}
#btn_zip {
	-webkit-appearance: none;
	background-color: #EF695A;
	border: none;
	outline: none;
	margin-top: 12px;
	display: block;
	line-height: 48px;
	width: 100%;
	color: #FFF;
	border-radius: 4px;
}

/* check */
.checkBonus {
	width: 100%;
	margin-top: 6px;
}
.checkBonus td {
	border: 1px solid #BB8;
	vertical-align: middle;
}
#result #condition td.nenji {
	background-color: #EE9;
}