@charset "UTF-8";
/* CSS Document */
#ttl_area{
	width: 1040px;
	height: 240px;
	margin: auto;
	overflow: hidden;
	padding: 70px;
}
#ttl_area .caption{
	font-size: 34px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 0 8px 0;
	line-height: 1.5em;
	position: relative;
	color: #0f0f0f;
	top:0;
	left:0;
	right: 0;
	display: block;

}
#ttl_area .caption::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    width: 60px;
    height: 2px;
	margin: auto;
    background-color: #09356b;
}
#ttl_area h1{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 70px 0 0 0;
}
section{
	width: 980px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 40px;
}
.lead{
	font-size: 16px;
	padding: 2px;
	font-weight: bold;
	margin: 0 0 40px 0;
	text-align: center;
	background: #0b2658;
	width: 100%;
	color: #fff;
}
#check_area img{
	display: block;
	margin:  auto;
	margin-bottom: 60px;
}
#check_area dl dt {
	height: 40px;
	display:table;
	margin-bottom: 20px;
}
#check_area dl dt .num{
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background: #0b2658;
	display:table;
	float: left;
	margin: 0 20px 0 0;
}
#check_area dl dt .num span{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	color: #fff;
	font-size: 14px;
}
#check_area dl dt p{
	vertical-align:middle;
	display:table-cell;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
}


#check_area dl dd{
	width: 100%;
	border-bottom: 1px solid #b7b7b7;
	padding: 0 0 20px 0;
	margin: 0 0 36px 0;
}
#check_area dl dd div{
	margin: auto;
	overflow: hidden;
	text-align: center;
}
#check_area dl dd div input{
	width: 1px;
	height: 1px;
}
#check_area dl dd label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin: 0 40px 0 0;
}
#check_area dl dd label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
#check_area dl dd input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #0b2658;
}

#check_area .flow_btn{
	background-color: #0b2658;
	width: 242px;
	height: 62px;
	text-align: center;
	display:table;
	margin: auto;
	border-bottom: 2px solid #021a3d;
	margin-top: 40px;
	margin-bottom: 80px;
	cursor: pointer;
	display: block;
}

.flow_btn span{
	font-size: 15px;
	text-align:center;
	color: #fff;

}

#check_area .back_btn{
	float: left;
	margin-left:40px;
}
#check_area .next_btn{
	float: right;
	margin-right:40px;
}



/*******************  Result ******************/

#result_area{
	padding-bottom: 100px;
}
#result_area #canvas{
	width:758px;
	margin: auto;
	display: block;
	margin-bottom: 40px;
}
.day_input{
	display: block;
	float: right;
	font-size: 16px;
	margin-bottom: 10px;
}
#result_area table{
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
}
#result_area table td {
	width: 350px;
  padding: 20px 20px 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
#result_area table td .ttl{
	text-align: left;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
#result_area table td p span{
	color: #0b2658;
	font-weight: bold;
}
#result_area table td .num{
	text-align: right;
	float: right;
	font-size: 18px;
}
#result_area table .pdca{
	padding: 10px !important;
	background: #edf2f9;
	width: 100%;
}
#result_area table .pdca p{
	font-size: 24px;
}
#result_area table .pdca .pdca_ttl{
	width: 50%;
	float: left;
	text-align: center;
}
#result_area table .pdca .total{
	width: 50%;
	float: right;
	text-align: center;
}
#result_area #name_area{
	background: #f7f7f7;
	padding: 8px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
#result_area #name_area p{
	float: left;
	display: block;
	overflow: hidden;
	width: 50%;
	font-size: 18px;
	font-weight: bold;
text-align: center;
}
#result_area #name_area input{
	display: block;
	float: right;
	overflow: hidden;
	width: 50%;
	height: 2em;
}
#result_area .pdf_btn{
	display: block;
	background: url(images/icon_arrow.png) 23px center no-repeat;
	background-color: #0b2658;
	width: 342px;
	height: 62px;
	text-align: center;
	display:table;
	margin: auto;
	border-bottom: 2px solid #021a3d;

}
#result_area .pdf_btn span{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	color: #fff;
}

#result_area .comment{
  clear: both;
  padding: 20px 0 10px;
  text-align: justify;
}


.sns_area{
	overflow: hidden;
	float: right;
	width: 134px;
}
.sns_area .sns_btn{
	display: block;
}
.sns_area .left{
	float:left;
}
.sns_area .right{
	float:right;
}
