@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc{display:block;}
.sp{display:none;}

.btn:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}


/*header
----------------------------------------------------*/
body{
	background:url(../img/bg.gif) repeat-x;

}

header{
	width:980px;
	margin:0 auto 5px auto;
}

header h1,
header p{
	float:left;
	width:70%;
	padding-top:12px;
}

.box_head_right{
	float:right;
	width:30%;
	padding-top:50px;
	text-align:right;
}


/*mainImage
----------------------------------------------------*/
.mainImage{
	width:100%;
	height:340px;
	background:url(../img/mainImage_pc.jpg) no-repeat top center;
	text-indent:-9999px;
	overflow:hidden;
}


/*navigation
----------------------------------------------------*/
.sidebars{
	width:100%;
	margin-bottom:25px;
	padding:15px 0;
	background:#98CB00;
}

nav ul {
	width:980px;
	margin:0 auto;
	table-layout:fixed;
	display:table;
	line-height:1.2;
}

nav ul li{
	display:table-cell;
}

nav ul li:nth-child(3){
	width:18em;
}
 

nav ul li a{
	border-right:1px solid #FFF;
	text-align:center;
	display:block;
}

nav ul li:first-child a{
	border-left:1px solid #FFF;
}


/*Contents layout
----------------------------------------------------*/
section{
	width:100%;
	padding:0 0 50px 0;
	display:block;
	clear:both;
}

section:after,
.contents:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.contents{
	width:980px;
	margin:0 auto;
}

.path{
	width:100%;
	margin-bottom:20px;
	font-size:14px;
}

.path ul{
	width:980px;
	margin:0 auto;
	padding:0 0 10px 0;
	border-bottom:1px solid #CDCDCD;
	display:block;
}

.path ul li{
	padding:0 15px 0 0;
	display:inline;
}

.path ul li:before{
	padding-right:15px;
	content:url(../img/icon_path.gif);
}

.path ul li:first-child:before{
	padding-right:0;
	content:""
}

.path ul li a{
	color:#3768B6!important;
	text-decoration: underline;
}

.path ul li a:hover{
	color:#55BCEC!important;
	text-decoration: none;
}


/*top
------------------------------------*/
.main_top{
	float:left;
	width:730px;
	margin-bottom:30px;
}

.main_top:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.main_top h2{
	margin-bottom:20px;
	padding:0 0 5px 15px;
	border-left:8px solid #3165B6;
	border-bottom:1px solid #3165B6;
	font-size:24px;
	font-weight:bold;
	color:#3267B7;
}

.box_top_cate{
	margin-bottom:60px;
}

.box_top_cate ul li{
	float:left;
	width:238px;
	margin-left:8px;
}

.box_top_cate ul li:first-child{
	margin-left:0;
}

.box_top_cate ul li:before{
	display:none;
}

.box_top_cate ul li img{
	margin-bottom:10px;
}
.box_top_cate ul li >a {
	display: block;
}

.box_top_news dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #D7D7D7;
	clear:both;
}

.box_top_news dl:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.box_top_news dt{
	float:left;
	width:100px;
}

.box_top_news dd{
	float:left;
	width:630px;
}


/*main
------------------------------------*/
.main{
	float:left;
	width:740px;
	margin-bottom:30px;
}

.main:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.main h2{
	margin-bottom:20px;
	padding:5px 15px;
	border:1px solid #3165B6;
	border-left:8px solid #3165B6;
	font-size:24px;
	color:#3267B7;
}

.main ul:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.main ul li{
	padding-left:3.0em;
	text-indent:-1.4em;
}

.main ul li:before{
	margin-left:1em;
	padding-right:1.0em;
	content:"●";
	font-size:0.4em;
	vertical-align:middle;
}

.main ol{
	padding:0;
	counter-reset:my-counter;
	list-style:none;
}
 
.main ol li{
	position:relative;
	padding-left:1.8em;
}

.main ol li:before{
	float:left;
	width: 1.4em;
	height: 1.4em;
	margin-left: -2.0em;
	margin-top:0.3em;
	border-radius: 50%;
	content:counter(my-counter);
	counter-increment:my-counter;
	background-color:#3267B7;
	color:#FFF;
	font-size:0.8em;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	display:block;
}

.main table th,
.main table td{
	padding:8px;
	border:1px solid #E8E8E8;
	font-weight:normal;
}

.main table th{
	background:#1B7CB3;
	color:#FFF;
}

/*sassi
--------------------------*/
.main .sassiTable01{
border-collapse: collapse;
border: none;
width:100%;
}
.main .sassiTable01 th,
.main .sassiTable01 td{
text-align: center;
vertical-align: middle;
}


/*report
--------------------------*/
.ttl_report{
	padding:0 8px;
	background:#3165B6;
	color:#FFF;
	text-align:center;
}

.report h2{
	margin-bottom:30px;
	padding:5px 15px;
	border:1px solid #3165B6;
	font-size:46px;
	color:#3267B7;
	line-height:1.2;
	text-align:center;
}
.report p{
	text-indent: 1em;
}

.report h2 span{
	font-size:14px;
	line-height:2.2;
	display:block;
}

.report .kakomi{
	margin-bottom:30px;
	padding:10px;
	border:1px solid #1CBF01;
}

.report .kakomi h3{
	margin-bottom:10px;
	padding-bottom:0;
	border:0;
	background-color: #ffffff;
	color:#138500;
}

.report .kakomi ul li{
	padding-left:1.0em;
	text-indent:-1.4em;
}

.report h3{
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top: 13px;
	border:1px solid #aaaaaa;
	background-color:#FFE9F6;
	font-size:22px;font-weight: bold;
	line-height:1.2;
	padding-left:2.1em;
	text-indent:-2em;
}

.report h4{
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
	line-height:1.2;
}

.report h4:before{
	padding-right:0.3em;
	content:"■";
	font-size:0.8em;
	vertical-align:middle;
}

.box_ph{
	margin-bottom:30px;
	text-align:center;
	font-size:12px;
}

.box_ph img{
	margin-bottom:8px;
}

.box_ph2{
	margin-bottom:30px;
	width: 50%;
	text-align:center;
	font-size:12px;
}

.box_ph2 img{
	margin-bottom:8px;
}


.box_adviser:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.box_adviser{
	padding: 25px;
	border: 4px solid #DCDCDC;
}

.box_adviser h3{
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left: -2em !important;
	border:0;
	background:url(../img/report/bg_fukidashi.png) no-repeat 100px bottom;
}

.box_adviser h3 span{
	padding:10px;
	border-radius:3px;
	background:#3165B6;
	color:#FFF;
	display:block;
	padding-left: -2em !important;
	text-indent: 0.5em;
}

.box_adviser p{
	margin-bottom:0.8em;
}

.box_adviser img{
	float:left;
	width:100px;
	height:auto;
	padding:0 15px 15px 0;
}

.box_adviser div{
	float:right;
	width:575px;
}

.report table th.th_lv2{
	background:#F7F7F7;
	color:#333;
}

.report a{text-decoration: underline;}
.report a:hover{text-decoration: none;}


/*point
--------------------------*/
.box_point_list{
	padding-left:10px;
}

.box_point_list table{
	font-size:12px;
}

.box_point_list th,
.box_point_list td{
	text-align:center;
	vertical-align:top;
}

.box_point_list th:nth-child(1){width:100px;}
.box_point_list th:nth-child(2){width:60px;}
.box_point_list th:nth-child(3){width:160px;}
.box_point_list th:nth-child(4){width:60px;}

.box_point_list th:last-child{text-align:left;}
.box_point_list td:last-child{text-align:left;}

.box_point_list ul li{
	padding-left:1.5em;
	text-indent:-2.5em;
}


@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop,
	.box_point_list ul li{

	text-indent:-1.2em; /* IE10 */
}
}


/*list
--------------------------*/
.full{
	width:100%;
}

.main .ttl_search{
	padding:25px 25px 25px 85px;
	border:4px solid #DCDCDC;
	background:url(../img/icon_search.gif) no-repeat 25px center;
	font-weight:bold;
}

.box_result{
	margin-bottom:15px;
	font-size:20px;
}

.box_result strong{
	padding:0 0.3em;
	color:#FFB913;
}

.box_result span{
	padding-left:1em;
	font-size:16px;
}

.box_result_list dl{
	margin-bottom:30px;
	border-bottom:2px dotted #CFCFCF;
}

.box_result_list dl:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.box_result_list dl dt{
	float:left;
	width:315px;
	margin-bottom:10px;
}

.box_result_list dl dd{
	position:relative;
	float:left;
	width:665px;
	margin-bottom:10px;
}

.box_result_list dl dd span.year{
	float:left;
	width:4em;
	margin-right:0.5em;
	padding:3px 5px;
	background:#3267B7;
	font-size:18px;
	color:#FFF;
	text-align:center;
}

.box_result_list dl dd h3{
	float: left;
	width: 500px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #3267B7;
}

.box_result_list dl dd ul.link{
	position:absolute;
	top:3px;
	right:0;
	text-align:right;
}

.box_result_list dl dd ul.link li{
	margin-left:1em;
	padding:0!important;
	display:inline-block;
}

.box_result_list dl dd ul.link li:before{
	content:"";
}

.box_result_list dl dd h4{
	margin-bottom:5px;
	padding:0;
	font-size:16px;
	color:#1CBF01;
	clear:both;
}

.box_result_list dl dd .kakomi{
	margin-bottom:10px;
	padding:10px;
	border:1px solid #1CBF01;
}

.box_result_list dl dd .kakomi ul li{
	padding-left:1.7em;
	text-indent:-2.2em;
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop,
	.box_result_list dl dd .kakomi ul li{
	text-indent:-1.1em; /* IE10 */
}
}



.box_result_list p{
	text-indent:1em;
}

.box_search{
	border:4px solid #DCDCDC;
}

.box_search .box_search_ttl{
	position:relative;
	padding:20px;
	border-bottom:4px solid #DCDCDC;
}

.box_search .box_search_ttl h2{
	margin-bottom:0;
	padding:4px 0 0 65px;
	border:0;
	background:url(../img/icon_search.gif) no-repeat 0 center;
	font-weight:bold;
}

.box_search .box_search_ttl ul{
	position:absolute;
	top:16px;
	right:20px;
	width:320px;
}

.box_search .box_search_ttl ul li{
	float:left;
	padding:0 0 0 1em;
	text-indent:0;
}

.box_search .box_search_ttl ul li:before{
	padding:0;
	content:"";
}

.box_search .box_search_ttl ul li a{
	cursor:pointer;
}

.box_search .box_search_check{
	position:relative;
	padding:20px;
	border-bottom:4px solid #DCDCDC;
}

.box_search .box_search_check .box_left{
	float:left;
	width:345px;
	margin-right:8px;
	margin-bottom:40px;
	padding-right:8px;
	border-right:1px solid #736969;
}

.box_search .box_search_check fieldset legend{
	width:100%;
	padding:5px 8px;
	background:#736969;
	color:#FFF;
	line-height:1.0;
}

.box_search .box_search_check ul{
	margin-bottom:30px;
}

.box_search .box_search_check ul li{
	float:left;
	padding:0.5em 1em 0 1em;
}

.box_search .box_search_check ul li:before{
	padding:0;
	content:"";
}

.box_search .box_search_check ul li input{
	margin:0 5px 0 0;
	vertical-align:middle;
}

.box_search .box_search_check .box_right{
	float:left;
	width:578px;
	margin-bottom:40px;
}

.box_search .box_search_check .box_right .color_red{
	padding-top:2.5em;
}

.box_search .box_search_check .btn_search{
	width:350px;
	margin:0 auto;
	padding:10px;
	background:url(../img/bg_btn.jpg);
	border:1px solid #C8C8C8;
	border-radius:5px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	display:block;
	cursor:pointer;
}

.box_search .box_search_check :hover.btn_search{
	opacity:0.70;
	filter: alpha(opacity=70);
}

.box_search .box_search_keyword{
	position:relative;
	padding:20px;
}

.box_search .box_search_keyword h2{
	padding:0 0 0 65px;
	border:0;
	background:url(../img/icon_search.gif) no-repeat 0 center;
	font-weight:bold;
}

.box_search .box_search_keyword h2 span{
	font-size:20px;
}

.box_search .box_search_keyword a{text-decoration: underline;}
.box_search .box_search_keyword a:hover{text-decoration: none;}

#google{
	width:350px;
	margin:0 auto 10px auto;
}

#google_top{
	float:left;
	width:265px;
	height:27px;
	border:1px solid #CCC;
	
	background:rgb(255, 255, 255) url(https://www.google.com/cse/static/ja/google_custom_search_watermark.gif) no-repeat scroll left center;
}

#google input:focus{
	background:none;
}

#btn_search{
	margin:0 0 0 15px;
	padding:0;
}


/*side_top
------------------------------------*/
.side_top{
	float:right;
	width:220px;
	background:url(../img/bg_side.png);
}

.side_top h2{
	margin-bottom:15px;
	padding:10px;
	background:#858585;
	text-align:center;
	font-size:18px;
	color:#FFF;
}

.box_side_pdf{
	margin-top: 0;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0;
}

.box_side_pdf ul li{
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 15px;
}

.box_side_pdf ul li:first-child{
	margin-left:0;
}


/*side
------------------------------------*/
.side{
	float: right;
	width: 220px;
	padding: 20px;
	background: #EEEEEE;
}

.side h2{
	margin-bottom:15px;
	font-size:18px;
}

.side .lead{
	margin-bottom:40px;
	padding:5px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	font-size:12px;
}

.side .box_side_area ul{
	float:left;
	width:50%;
}


/*side_report
------------------------------------*/
.side_report{
	float:right;
	width:218px;
	padding-bottom:20px;
	background:#eeeeee;
	border: 1px #808080 solid;
}
.2017{
	background:#ffffff !important;
}
.side_report h2{
	margin-bottom: 15px;
	padding: 10px;
	background: #767676;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.side_report h3{
	margin-top: 30px;
	margin-right: 23px;
	margin-left: 23px;
	margin-bottom: 15px;
	padding: 3px 10px;
	background: #767676;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.side_report .lead{
	margin:20px;
	padding:5px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.side_report .lead2{
	margin:20px;
	padding:5px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.side_report img{
	margin:0 auto;
	display:block;
}

.side_report a{
	margin-bottom:15px;
	text-align:center;
	font-size:12px;
	line-height:2.0;
	display:block;
}

.side_report a span{
	margin-top: 0;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 0;
	background: #3267B7;
	color: #FFF;
	display: block;
}


.side_report .ao{
	margin-top: 0;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 10px;
	background: #3267B7;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 12px;
}


.side_report a:hover span{
	opacity:0.70;
	filter: alpha(opacity=70);
}

.side_report ul{
	width:180px;
	margin:0 20px 15px 20px;
	text-align:center;
}

.side_report ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
}
.tume{
	border-bottom: 1px solid #1741C5;
	margin-bottom: 10px;
}
.irobox{
	background-color: #E0E0E0;
	padding-bottom: 15px;
}
/*page top
--------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 7%;
	right: 2%;
	width:60px;
	height:60px;
	border-radius:3px;
	background:#3267B7;
}

#page-top a:hover {
	opacity:0.70;
	filter: alpha(opacity=70);
}


/*footer
----------------------------------------------------*/
footer{
	font-size:12px;
}

footer .contents{
	padding:15px 0 15px 0;
	border-top:1px solid #D3D3D3;
	text-align:center;
}

footer .box_copy{
	padding:10px;
	background:#66CBFF;
	text-align:center;
}
