@charset "utf-8";

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.result h2{
	text-align:center;
	
}

a{
	color:#030000;
}

.result{
}

.result h2{
	margin-bottom:30px;
}

.margin_auto1200{
	margin:0 auto;
	width:1200px;
}

.result_list{
	width:1000px !important;
	height:555px !important;
	background-image:url(/images/sp/results_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	/*background:#FFF;*/
	margin:0 25px;
	padding:10px 10px 30px 10px;

}

.boldred{
	font-weight:bold;
	color:#e5003e;
}

.result_ttl{
	margin-left:-10px;
	font-weight:bold;
}

.result_list  h3{
	font-size:18px;
	margin-bottom:10px;
	margin-left:20px;
}

.result_list .company03{
	font-weight:normal;
	font-size:14px;
}

.logo{
	float:left;
}

.company02{
	float:left;
	margin-left:20px;
	margin-top:20px;
	
}

.company02 h3{
	font-size:18px;
}

.company02 p{
	font-size:14px;
	font-weight:normal;
}

.kadai{
	margin-top:125px;
	font-weight:normal;
	line-height:22px;
	font-size:14px;
}

.seika{
	margin-top:10px;
	font-weight:normal;
	line-height:22px;
	font-size:15px;
	font-weight:bold;
}

.m30{
	margin-top:30px;
}

.txt{
	margin-top:5px;
	width: 525px;
	font-size: 15px;
	line-height: 20px;

}

.txt02{
	width: 525px;
	 font-size: 15px;
	    border: solid 3px #239EDA;
    margin-top: -6px;
    padding: 18px;
    box-sizing: border-box;
		}
		
.normal{
	font-weight:normal;
}
.bold{
	font-weight:bold;
}
.contents05{
	text-align:center;
	margin-top:20px;
}

li.result_list,
li.result_list p {
	color:#000;
}

.orange{
	color:#e65f04;
	
}
.gray{
	color:#b9b8b5;
}

.navi_menu {
/*  height: auto; */
  width: 640px;
  margin: 0px 0px 0px 0px; /* bannerHeight   0px 0px 0px 0px    org 76px 0px 0px 0px */
  padding: 0px 0px 0px 0px;
/*  margin:  0px 0px 0; */
/*  padding: 0px 0px 0; */
  background: #fff;
  position:fixed;
  z-index:99999;
/*  border-bottom:1px solid #b9b8b5; */
}
.search_menu {
  height: auto;
  width: 640px;
  margin: 66px auto 0;
  padding: 20px 0 0;
  background: #fff;
  position:fixed;
  z-index:99999;
  border-bottom:1px solid #b9b8b5;

}

label {
    color: #555;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 22px;
}

label:hover {
  background: #555;
  color:#fff;
}

input[type="checkbox"].on-off{
  display: none;
}

.navi_menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navi_menu li {
  border-bottom:1px solid #b9b8b5;
    font-size: 22px;
}
.navi_menu li a {
	  padding: 20px 20px 20px 30px;
	font-size:26px;
	font-weight:bold;
	color:#e65f04;
	font-family: 'M+ 2c', sans-serif;
	display:block;
}

.navi_menu li a span{
	margin-right: 25px;
    margin-left: 15px;
}

.search_box{
	 width:600px;
	 margin:0 auto;
	 
}
.search_block{
	width:600px;
	height:30px;
	border-radius:10px;
	text-indent:20px;
	padding:5px 0;
	margin-bottom:20px;
	font-family: 'M+ 2c', sans-serif;
	    font-size: 22px;
	
}
input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}
