@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../image/common/page_title_bg12.jpg);
}

#main {
	margin-bottom: 240px;
}

#main p {
	margin-bottom: 31px;
	font-size: 14px;
	line-height: 2;
}

#main .topText {
	margin: -20px 30px 48px;
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
}

#main .headLine01 {
	margin-bottom: 58px;
}

#main .headLine01:before {
	bottom: -16px;
}

#main .linkList {
	margin-bottom: 68px;
}

#main .linkList li {
	margin-bottom: 6px;
	padding-left: 1em;
	font-size: 14px;
	text-indent: -1em;
}

#main .linkList li:last-child {
	margin-bottom: 0;
}

#main .linkList li a {
	color: #3F9520;
	text-decoration: underline;
}

#main .linkList li a:hover {
	text-decoration: none;
}

#main .textList li {
	margin-bottom: 7px;
	padding-left: 1em;
	font-size: 14px;
	text-indent: -1em;
}

#main .textList li:last-child {
	margin-bottom: 0;
}

#main .comLinkUl li a {
	padding: 0;
	width: 100%;
	height: 70px;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
}

#main .comLinkUl li a span {
	padding: 5px 5px 4px;
	display: table-cell;
	line-height: 1.7;
	text-align: center;
	vertical-align: middle;
}

#sim {
	margin: -6px 0 -4px;
}

#sim .headLine01,
#password .headLine01,
#simulation .headLine01 {
	margin-bottom: 61px;
}

#password{
	margin-top: -6px;
}

#password .textList {
	margin-bottom: 52px;
}

#password table {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}

#password th,
#password td {
	padding: 10px 0;
	width: 14%;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 1.5;
	font-weight: normal;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

#password td {
	padding-left: 5px;
	width: 86%;
	letter-spacing: 0;
}

#password td input[type="text"],
#password td input[type="password"] {
	padding: 5px 10px;
	width: 395px;
	height: 40px;
	font-size: 14px;
	border-radius: 0;
	border: 2px solid #D2D2D2;
	-webkit-appearance: none;
	box-sizing: border-box;
}

#password .submit {
	text-align: center;
}

#password .submit li {
	margin: 0 41px;
	width: 380px;
	display: inline-block;
	vertical-align: top;
}

#password .submit li input {
	padding: 23px 5px 22px;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0;
	border: 2px solid #000;
	background-color: #FFF;
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer;
}

#password .submit li input:hover {
	color: #FFF;
	border-color: #0AA000;
	background-color: #0AA000;
}

#simulation{
	margin: -6px 0 -28px;
}

#simulation .textList {
	margin-bottom: 36px;
}

#simulation .grayBox {
	margin-bottom: 112px;
	padding: 50px 80px 58px;
	background-color: #F3F3F3;
}

#simulation table {
	width: 100%;
	border-collapse: collapse;
}

#simulation th,
#simulation td {
	padding: 10px 0;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 1.5;
	font-weight: normal;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

#simulation th {
	width: 8%;
	font-size: 18px;
	font-weight: bold;
}

#simulation tr td:nth-child(2) {
	padding-right: 52px;
	width: 35%;
}

#simulation tr td:nth-child(3) {
	padding-left: 2px;
	width: 25%;
}

#simulation tr td:nth-child(4) {
	padding-left: 4px;
}

#simulation td input[type="text"] {
	padding: 5px 12px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 0;
	border: 2px solid #D2D2D2;
	-webkit-appearance: none;
	box-sizing: border-box;
}

#simulation select {
	padding: 5px 8px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 0;
	border: 2px solid #D2D2D2;
	background: #FFF url(../image/common/icon21.png) no-repeat right 10px center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
	box-sizing: border-box;
}

#simulation select::-ms-expand { 
	display: none;
}

#simulation td .wid01 {
	width: 140px !important;
}

#simulation td input[type="submit"] {
	margin-top: 10px;
	padding: 23px 5px 22px;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0;
	border: 2px solid #000;
	background-color: #FFF;
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer;
}

#simulation td input[type="submit"]:hover {
	color: #FFF;
	border-color: #0AA000;
	background-color: #0AA000;
}

#simulation .countBox {
	margin-top: 31px;
	padding-top: 46px;
	border-top: 2px solid #D2D2D2;
}

#simulation .countBox td {
	padding: 0 !important;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.9;
	text-align: right;
}

#simulation .countBox tr:first-child td:first-child {
	width: 40%;
}

#simulation .countBox tr:first-child td:nth-child(2) {
	width: 34%;
}

#simulation .countBox tr:first-child td:nth-child(3) {
	width: 26%;
}

#simulation .countBox td sup {
	font-size: 10px;
}

#simulation .countBox td strong {
	font-size: 24px;
}

#simulation p {
	margin: -4px 0 41px;
}

#simulation .imgList {
	margin-bottom: 42px;
	text-align: center;
}

#simulation .imgList li {
	margin: 0 17px;
	display: inline-block;
	vertical-align: top;
}

#simulation .note {
	margin: 0;
}

#simulation .note a {
	color: #3F9520;
	text-decoration: underline;
}

#simulation .note a:hover {
	text-decoration: none;
}

#error {
	margin: -6px 0 64px;
}

#error p {
	margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
	.pageTitle {
		background-image: url(../image/common/sp_page_title_bg12.jpg);
	}
	
	.pageTitle h1 img {
		height: 37px;
	}

	#main {
		margin-bottom: 124px;
	}
	
	#main p {
		margin-bottom: 25px;
		font-size: 13px;
		line-height: 1.77;
	}

	#main .topText {
		margin: 0 0 35px;
		font-size: 14px;
		line-height: 1.6;
	}

	#main .headLine01 {
		margin-bottom: 41px;
		line-height: 1.4;
	}
	
	#main .headLine01:before {
		bottom: -6px;
	}
	
	#main .linkList {
		margin-bottom: 34px;
	}

	#main .linkList li {
		margin-bottom: 3px;
		font-size: 13px;
	}
	
	#main .linkList li a:hover {
		text-decoration: underline;
	}
	
	#main .textList li {
		margin-bottom: 3px;
		font-size: 13px;
		line-height: 1.7;
	}

	#main .comLinkUl li a {
		height: 45px;
	}
		
	#sim {
		margin: 0 0 -4px;
		padding-top: 12px;
	}
	
	#sim .headLine01 {
		margin-bottom: 37px;
	}
	
	#sim .headLine01:before {
		bottom: -3px;
	}
	
	#sim .textList {
		padding-left: 10px;
	}
	
	#sim .textList01 li {
		text-indent: -1.35em;
	}

	#password {
		margin-top: 12px;
	}

	#password .textList {
		margin-bottom: 20px;
	}
	
	#password table {
		margin-bottom: 20px;
	}

	#password th,
	#password td {
		padding: 0 0 5px;
		width: 100% !important;
		float: left !important;
		font-size: 13px;
	}
	
	#password td {
		padding: 0 0 15px;
	}

	#password td input[type="text"],
	#password td input[type="password"] {
		width: 100%;
		height: 40px;
		font-size: 13px;
		border: 1px solid #D2D2D2;
	}
	
	#password .submit {
		margin: 0 auto;
		width: 80%;
		max-width: 360px;
		text-align: center;
	}

	#password .submit li {
		margin: 0 0 15px;
		width: auto;
		display: block;
	}
	
	#password .submit li input {
		padding: 12px 5px 11px;
		width: 100%;
		font-size: 12px;
		border: 1px solid #000;
	}

	#password .submit li input:hover {
		color: #000;
		border-color: #000;
		background-color: #FFF;
	}
	
	#simulation{
		margin: 0;
	}
	
	#simulation .textList {
		margin-bottom: 20px;
	}
	
	#simulation .grayBox {
		margin-bottom: 30px;
		padding: 15px;
	}
	
	#simulation th,
	#simulation td {
		padding: 0 0 5px !important;
		width: 100% !important;
		float: left;
		font-size: 13px;
	}
	
	#simulation th {
		font-size: 15px;
	}
	
	#simulation td .txt {
		width: 15%;
		font-size: 13px;
		display: inline-block;
	}
	
	#simulation td input[type="text"] {
		font-size: 13px;
		border: 1px solid #D2D2D2;
	}

	#simulation select {
		font-size: 13px;
		border: 1px solid #D2D2D2;
		background-size: 6px auto;
	}
	
	#simulation td .wid01 {
		width: 60% !important;
	}

	#simulation td input[type="submit"] {
		padding: 12px 5px 11px;
		width: 100%;
		max-width: 360px;
		font-size: 12px;
		border: 1px solid #000;
	}

	#simulation td input[type="submit"]:hover {
		color: #000;
		border-color: #000;
		background-color: #FFF;
	}
	
	#simulation .countBox {
		margin-top: 20px;
		padding-top: 3px;
		border-top: 1px solid #D2D2D2;
	}
	
	#simulation .countBox td {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.5;
		text-align: right;
	}
	
	#simulation .countBox tr:first-child td:first-child {
		padding: 10px 0 13px !important;
		text-align: center;
	}
	
	#simulation .countBox td strong {
		font-size: 18px;
	}
	
	#simulation .countBox td sup {
		font-size: 9px;
	}
		
	#simulation p {
		margin: 0 0 15px ;
	}

	#simulation .imgList {
		margin-bottom: 20px;
		text-align: center;
	}
	
	#simulation .imgList li {
		margin: 0 0 -55px;
		display: block;
	}
	
	#simulation .imgList li:last-child {
		margin: 0;
	}
	
	#simulation .imgList li img {
		max-width: 100%;
	}
	
	#simulation .note {
		margin: 0;
	}
	
	#simulation .note a:hover {
		text-decoration: underline;
	}

	#error {
		margin: 0;
	}
	
	#error p {
		margin-bottom: 25px;
	}

}