@charset "UTF-8";
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px !important;
	background-color: #eee9d2;
}
/*------------ header ------------*/

header{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#header {
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 20px 50px 50px;
}

#header h1{
	margin: 0 auto 60px;
	line-height: 1.0;
	text-align: center;
	font-size: 2.2em;
	padding-bottom: 10px;
	border-bottom: solid 2px;
}

#header h1 img{
	margin-bottom: 70px;
}

#header h2{
	color: #5fa124;
	font-size: 1.8em;
	padding: 0 50px 50px;
	line-height: 1.3;
}

#header a:hover{
	opacity: .6;
}

.top_txt{
	padding: 0 50px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.5;
}

.top_txt:last-child{
	margin-bottom: 0;
}

.list_att{
	margin: 0 50px;
	padding: 28px;
	border: red dotted 2px;
	color: #666;
	font-size: 1.0em;
	line-height: 1.5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.list_att strong{
	color: red !important;
}

/*------------ main ------------*/
main{
	width: 100%;
	margin: 0 auto;
	background: #eee9d2;
}


.main{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 50px 50px;
	background: #eee9d2;
}

.main h2 {
	color: #000;
	font-size: 2.2em;
	margin-bottom: 50px;
	line-height: 1.3;
	text-align: center;
}


.check_title{
	font-size: 2.2em;
	padding: 20px;
	text-align: center;
	background: #5fa124;
	color: #fff;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;

}

.check_title h3 {
	margin-bottom: 10px;
	line-height: 1.0;
}

.check_title_att {
	font-size: 1.0em !important;
	line-height: 1.0;
	background: #EEF2CE;
}


.checklist{
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
}

.checklist th{
	border: #333 solid 2px;
	padding: 10px;
	font-size: .85em;
	line-height: 1.1;
}

.checklist td{
	border: #333 solid 2px;
	padding: 5px;
	line-height: 1.0;
	text-align: center;
}

.check_no{
	text-align: right !important;
}

.check_qus{
	width: 50%;
	padding: 10px !important;
	text-align: left !important;
	line-height: 1.5 !important;
}
	
.pointTotal{
	clear: both;
	text-align: center;
	font-size:20px;
	font-weight:bold;
}

.pointTotal input[type="text"]{
	border:#060001 solid 3px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 8px;
	padding:8px 35px;
}

.answer{
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 50px;
	background: #fff;
}

.answer h2 {
	color: #5fa124;
	font-size: 2.2em;
	margin-bottom: 20px;
	line-height: 1.0;
	text-align: center;
}

.answer_btn{
	width: 60%;
	margin: 0 auto;
}

.answer_btn a{
	display: block;
	background: #eb8400;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	padding: 12px 0;
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		-webkit-transition: 0.6s ease-in-out;  
	       -moz-transition: 0.6s ease-in-out;  
	         -o-transition: 0.6s ease-in-out;  
	            transition: 0.6s ease-in-out;
}

.answer_btn a:hover{
	background: #5fa124;
	color: yellow;
}

.answer_btn a::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 5px yellow;
	border-right: solid 5px yellow;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12%;
	margin-top: -7px;
		-webkit-transition: 0.6s ease-in-out;  
	       -moz-transition: 0.6s ease-in-out;  
	         -o-transition: 0.6s ease-in-out;  
	            transition: 0.6s ease-in-out;
}

.answer_btn a:hover:after{
	border-top: solid 5px #fff;
	border-right: solid 5px #fff;
	right: 10%;
}

.answer_list{
	border: #5fa124 solid 2px;
	margin-bottom: 40px;
	padding: 33px 43px 33px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.answer_list li{
	list-style: decimal outside;
	margin-bottom: 25px;
	line-height: 1.5;
	font-size: 1.0em;
	padding-bottom: 5px;
	border-bottom: #666 dashed 1px;
}

.answer_list li:last-child{
	margin-bottom: 0;
}
/*------------ footer ------------*/
footer{
	clear: both;
	background: #f4f9fd;
}
#footer{
	width: 900px;
	height: 61px;
	margin: 0 auto;
	padding: 25px 50px;
}

#footer h2{
	margin-right: 30px;
	float: left;
}

.footer_siteinfo{
	float: left;
	padding-top: 25px;
	margin-right: 50px;
}

.footer_siteinfo ul{
	margin-left: 10px;
}

.footer_siteinfo li{
	position: relative;
	float: left;
	line-height: 1.0;
	margin-bottom: 10px;
}

.footer_siteinfo li a::before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #1a1a1a;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -6px;
}

.footer_siteinfo li a{
	color: #1a1a1a;
	font-size: 13px;
	text-decoration: none;
	display: block;
	line-height: 1.0;
	margin-right: 30px;
}


.footer_siteinfo p{
	clear: both;
	font-size: 13px;
	line-height: 1.0;
}

#footer h3{
	float: left;
	padding-top: 22px;
}

.totop{
	float: right;
	padding-top: 11px;
}

footer a:hover{
	opacity: .6;
}

/* clearfix CSS */
/* For modern browsers */
.cf:before,.cf:after {
    content:"";
    display:table;
}
.cf:after {clear:both;}
 /* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
