@charset "utf-8";
@media only screen and (min-width: 600px) {

/*ーーーーーーーーーー
ヘッダー部分
ーーーーーーーーーー*/
#header{
	width: 1024px;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}
#header a{
	display: block;
	width: 250px;
	height: auto;
	float: left;
}

#header a img{
	width: 100%;
	height: auto;
}

#header h1{
	width: 240px;
	height: auto;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
}
#header img.tel{
	width: 250px;
	height: auto;
	float: left;
	margin-left: 60px;
	margin-top: 14px;
}
#header p{
	font-weight: 800;
	line-height: 54px;
	float: right;
}

/*メニュー固定部分*/
.is-fixed{
	position: fixed;
	top: 0;
	z-index: 10000;
}
.is-fixed2{
	padding-top: 88px;
}
.nav_bg{
	background-color: #fff;
}

div#main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div#main h2{
	text-align: center;
	width: auto;
	height: 35px;
	margin: 70px 0;
}
div#main h2 img.title{
	width: auto;
	height: 100%;
}

/*ーーーーーーーーーー
スタッフ紹介詳細部分
ーーーーーーーーーー*/
div.staff{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
div.staff div.inner_top{
	width: 1024px;
	height: auto;
	margin: 60px auto ;
	background-color: #fff;
	overflow: hidden;
}
div.staff div.inner_top img{
	width: 50%;
	height: auto;
	float: left;
}
div.staff div.inner_top div.text_area{
	width: 45%;
	height: auto;
	text-align: left;
	float: right;
	padding-left: 5%;
}
div.staff div.inner_top div.text_area p.position{
	font-weight: 800;
	letter-spacing: 0;
	color: #E85504;
}
div.staff div.inner_top div.text_area p.name{
	font-size: 27px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 10px;
}
div.staff div.inner_top div.text_area table{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
div.staff div.inner_top div.text_area table tr{
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #ddd;
}
div.staff div.inner_top div.text_area table tr:last-child{
	border-bottom: 0;
}
div.staff div.inner_top div.text_area table tr th{
	width: 36%;
	height: auto;
	text-align: center;
	padding: 3% 1% 3% 0;
}
div.staff div.inner_top div.text_area table tr th p{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #E85504;
}
div.staff div.inner_top div.text_area table tr td{
	width: 55%;
	height: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 2% 0 2% 5%
}

/*ーーーーーーーーーー
挨拶部分
ーーーーーーーーーー*/
div.greeting{
	width: 954px;
	height: auto;
	margin: 75px auto 0;
	padding: 35px;
	background-color: #fff;
}
div.greeting p{
	letter-spacing: 1px;
}

/*ーーーーーーーーーー
ページ内リンク部分
ーーーーーーーーーー*/
ul.p_link{
	width: 1024px;
	height: auto;
	margin: 25px auto;
	overflow: hidden;
}
ul.p_link li{
	width: auto;
	height: 33px;
	float: left;
	margin: 20px 20px 0 0;
}
ul.p_link li a{
	width: auto;
	height: 33px;
	font-size: 16px;
	font-weight: 800;
	line-height: 33px;
	letter-spacing: 1px;
	background-color: #fff;
	color: #000;
	padding: 5px 20px;
	border-radius: 70px;
	overflow: hidden;
}

ul.p_link li a:hover,a.selected{
    text-decoration:none;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity:0.5;
}

/*ーーーーーーーーーー
ページ内リンク中身部分
ーーーーーーーーーー*/
div.link_inner{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding-top: 88px;
	margin-top: -88px;
}
div.link_inner h3{
	font-size:20px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 1px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 50px;
	padding-left: 10px;
}
div.link_inner p{
	margin-top: 25px
}

div.to_staff{
	width: 150px;
	height: auto;
	margin: 90px auto 0;
	text-align: center;
	background-image: url(../img/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: left;
}

div.to_staff a{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000;
	padding-left: 15px;
}
/*代表取締役のみ実績非表示*/
div#main div.id_239{
	display: none;
}
#outside_area{
	width: 1024px;
	margin: 0 auto;
}
#outside_area h4{
	font-size: 20px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 1px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 50px;
	padding-left: 10px;
}
#outside_area table{
	border-collapse: collapse;
	width: 100%;
	height: auto;
	border: 1px solid #000;
	margin-top: 30px;
}
#outside_area table thead{
	width: 100%;
	height: auto;
}
#outside_area table thead tr{
	width: 100%;
	height: auto;
	background-color: #E5E5E5;
	font-weight: 800;
}
#outside_area table thead tr th{
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 15px;
	border-right: 1px solid #000
}
#outside_area table tbody{
	width: 100%;
	height: auto;
}
#outside_area table tbody tr{
	width: 100%;
	height: auto;
	border-top: 1px solid #000
}
#outside_area table tbody tr th{
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 15px;
	border-right: 1px solid #000
}
p.text_bottoms{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: left;
	float: right;
	margin-top: 10px;
}


/*ーーーーーーーーーー
相談リンクバナー
ーーーーーーーーーー*/
div.consultation{
	width: 1024px;
	height: auto;
	margin: 70px auto 0;
	overflow: hidden;
}
div.consultation a{
	display: block;
	float: left;
	width: 32%;
	height: auto;
}
div.consultation a.consultation_center{
	margin: 0 2%;
}
div.consultation a img{
	width: 100%;
	height: auto;
}








/*ーーーーーーーーーー
ブログ記事一覧部分
ーーーーーーーーーー*/
div.staff_blog{
	width: 1024px;
	height: auto;
	margin: 0 auto 60px;
}
div.staff_blog h3.blog_title{
	padding: 10px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #E85504;
}
div.staff_blog ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
div.staff_blog ul li{
	width: 18%;
	height: auto;
	float: left;
	border-bottom: 1px dotted #000;
	padding: 25px 0;
	text-align: left;
}
div.staff_blog ul li.date{
	width: 10%;
}
div.staff_blog ul li.title{
	width: 70%;
	padding-right: 2%;
	text-align: left;
}
div.staff_blog ul li a{
	display: inline-block;
	width: auto;
	color: #000;
}
div.staff_blog ul li.cat a{
	color: #EA5504;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 1px;
}
div.staff_blog ul li.cat a p{
	font-size: 13px;
}
div.staff_blog ul li a p{
	font-size: 14px;

}
div.staff_blog ul li.title a h3{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}



}







































@media only screen and (max-width: 599px) {


div#main h2{
	width: 100%;
	max-width: 320px;
	height: auto;
	padding: 25px 0;
	margin: 0 auto;
}
div#main h2 img.title{
	width: 100%;
	height: auto;
}

/*ーーーーーーーーーー
スタッフ紹介詳細部分
ーーーーーーーーーー*/
div.staff{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
div.staff div.inner_top{
	width: 80%;
	height: auto;
	margin: 30px auto 0;
	background-color: #fff;
	overflow: hidden;
}
div.staff div.inner_top img{
	width: 100%;
	height: auto;
}
div.staff div.inner_top div.text_area{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
div.staff div.inner_top div.text_area p.position{
	margin-top: 5px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	color: #E85504;
}
div.staff div.inner_top div.text_area p.name{
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
}
div.staff div.inner_top div.text_area p.kana{
	font-size: 13px;
}
div.staff div.inner_top div.text_area table{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
div.staff div.inner_top div.text_area table tr{
	width: 100%;
	height: auto;
}
div.staff div.inner_top div.text_area table tr th{
	display: block;
	width: 98%;
	height: auto;
	text-align: center;
	padding: 3% 1% 1%;
}
div.staff div.inner_top div.text_area table tr th p{
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #E85504;
}
div.staff div.inner_top div.text_area table tr td{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 1% 1% 3%;
}

/*ーーーーーーーーーー
挨拶部分
ーーーーーーーーーー*/
div.greeting{
	width: 80%;
	height: auto;
	margin: 30px auto 0;
	padding: 5%;
	background-color: #fff;
}
div.greeting p{
	letter-spacing: 1px;
}

/*ーーーーーーーーーー
ページ内リンク部分
ーーーーーーーーーー*/
ul.p_link{
	width: 90%;
	height: auto;
	margin: 25px auto;
	overflow: hidden;
}
ul.p_link li{
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
ul.p_link li a{
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: 800;
	line-height: 33px;
	background-color: #fff;
	color: #000;
	padding: 5px 20px;
	border-radius: 70px;
	overflow: hidden;
}

ul.p_link li a:hover,a.selected{
    text-decoration:none;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity:0.5;
}

/*ーーーーーーーーーー
ページ内リンク中身部分
ーーーーーーーーーー*/
div.link_inner{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	margin-top: -30px;
}
div.link_inner h3{
	font-size:18px;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 1px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 15px;
	padding-left: 5px;
	padding: 10px 0 10px 5px;
}
div.link_inner p{
	margin-top: 25px;
	margin-bottom: 25px;
}

div.to_staff{
	width: 150px;
	height: auto;
	margin: 25px auto 0;
	text-align: center;
	background-image: url(../img/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: left;
}

div.to_staff a{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000;
	padding-left: 15px;
}
/*代表取締役のみ実績非表示*/
div#main div.id_239{
	display: none;
}

h4{
	width: 90%;
	font-size: 20px;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 1px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 50px auto 25px;
	padding: 10px 0 10px 5px;
}
#outside_area{
	width: 90%;
	margin: 0 auto;
	height: 400px;
	border: 2px solid #000;
	overflow: scroll;
}

#outside_area table{
	border-collapse: collapse;
	width: 95%;
	height: auto;
	margin: 3% auto;
}

#outside_area table tbody{
	width: 100%;
	height: auto;
}
#outside_area table tbody tr{
	width: 100%;
	height: auto;
	border: 1px solid #000
}
#outside_area table tbody tr.space{
	border: none;
	height: 20px;
	background-color: #f0f0f0;
}
#outside_area table tbody tr.space th,#outside_area table tbody tr.space td{
	border: none;
	background-color: #f0f0f0;
}
#outside_area table tbody tr th{
	width: 40%;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	padding: 2% 3%;
	border-right: 1px solid #000;
	background-color: #e5e5e5;
}
#outside_area table tbody tr td{
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	padding: 2% 3%;
	background-color: #fff;
}
#outside_area p.text_bottoms{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: left;
	margin-top: -10px;
	width: 95%;
	margin: -10px auto 10px;
	padding-left: 5px;
}

/*#main div.performance div.inner div#link001 table tbody.pc_none tr td font{
	font-size: 14px;
}*/


/*#outside_area table{
	border-collapse: collapse;
	width: 100%;
	height: auto;
	border: 1px solid #000;
	margin-top: 30px;
}
#outside_area table thead{
	width: 100%;
	height: auto;
}
#outside_area table thead tr{
	width: 100%;
	height: auto;
	background-color: #E5E5E5;
	font-weight: 800;
}
#outside_area table thead tr th{
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 15px;
	border-right: 1px solid #000
}
#outside_area table tbody{
	width: 100%;
	height: auto;
}
#outside_area table tbody tr{
	width: 100%;
	height: auto;
	border-top: 1px solid #000
}
#outside_area table tbody tr th{
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 15px;
	border-right: 1px solid #000
}
p.text_bottoms{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: left;
	float: right;
	margin-top: 10px;
}*/





/*ーーーーーーーーーー
相談リンクバナー
ーーーーーーーーーー*/
div.consultation{
	width: 90%;
	height: auto;
	margin: 30px auto 0;
	overflow: hidden;
}
div.consultation a{
	display: block;
	width: 90%;
	height: auto;
	margin: 20px auto;
}
div.consultation a img{
	width: 100%;
	height: auto;
}




/*ーーーーーーーーーー
ブログ記事一覧部分
ーーーーーーーーーー*/
div.staff_blog{
	width: 80%;
	height: auto;
	margin: 30px auto;
}
div.staff_blog h3.blog_title{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #E85504;
}
div.staff_blog ul{
	width: 100%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
div.staff_blog ul li{
	width: 48%;
	height: auto;
	float: left;
	padding: 7px 0;
	text-align: left;
}
div.staff_blog ul li.date{
	width: 48%;
	height: auto;
}
div.staff_blog ul li.title{
	width: 100%;
	padding-right: 0;
	border-bottom: 1px dotted #000;
	padding: 0 0 7px;
}
div.staff_blog ul li a{
	display: inline-block;
	width: auto;
	color: #000;
}
div.staff_blog ul li.cat a{
	color: #EA5504;
	font-weight: 400;
	letter-spacing: 0;
}
div.staff_blog ul li.cat a p{
	font-size: 12px;
	line-height: 14px;
}
div.staff_blog ul li a p{
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}
div.staff_blog ul li.title a h3{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0;
	color: #000;
	background-color: transparent;
}


}
