@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff;
}
p{
	line-height:1.5em;
}

/*--------------header--------------*/

#header{
	width:100%;
	height:531px;
	background-image:url(../img/company/header.jpg);
	background-position:top center;
}
.h_menu{
	padding-top:30px;
	padding-right:30px;
}
.h_menu li{
	float:left;
}
.h_menu li a:hover{
	opacity:0.7;
}
#toggle{ 
 display: none;
}

/*--------------コンテンツ--------------*/


.topImage{
	text-align:center;
}
.topImage p{
	margin:100px 0;
	line-height:1.5em;
}
.topImage img{
	width:100%;
	height:auto;
}

.main{
	margin:200px 0;
}
.con_text{
	text-align:center;
}
.con_text img{
	width:77%;
	height:auto;
}
.con_profile{
	margin:50px auto;
	overflow:hidden;
	width:77%;
	height:auto;
}
.con_profile img,.con_profile .box_pro{
	float:left;
}
.img_pro{
	width:45%;
	height:auto;
}
.box_pro{
	width:39%;
	text-align:center;
	margin-top:5%;
	margin-left:10%;
}
.box_pro img{
	margin-left:20%;
	margin-bottom:30px;
	width:60%;
	height:auto;
	
}
table.brwsr2 {
    width: 100%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
}
 
table.brwsr2 th {
    vertical-align: middle;
    height: 53px;
    width: 124px;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}
 
table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 100px;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
table.brwsr2 td.fst{
    padding: 0 0 0 10px;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}
/*--------------モバイル用--------------*/

@media screen and (max-width: 600px) {
  body { 
  background-image:none;
}
.main{
	margin:50px 0;
}
#header{
	height:530px;
	background-image:url(../img/company/header_sp.jpg);
	background-position:top center;
}

.h_menu{
	padding:0;
}
#menu{
    display: none;
	padding-top:20px;
  }
#menu li{
	float:none;
    width: 100%;
	padding:10px 0;
  }
#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #222;
}
#toggle a{
  display: block;
  position: relative;
  padding: 22px 0 20px;
  border-bottom: 1px solid #444;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
.con_profile img,.con_profile .box_pro{
	float:none;
}
.img_pro{
	width:100%;
	height:auto;
}
.box_pro{
	width:100%;
	margin:50px 0;
}
.box_pro img{
	width:70%;
	height:auto;
	margin-left:0;
	
}
table.brwsr2 th {

    border-right:none;
}

table.brwsr2 th,table.brwsr2 td{
    width: 100%;
    display: block;
    border-top: none;
	}
table.brwsr2 td.data {
    height: auto;
    width: 100%;
    white-space: normal;
	}
table.brwsr2 td.fst{
    padding: 0;
}

}