/*

レスポンシブサイズ判定：760 / 480

*/


*{
	margin:0;
	padding:0;
	line-height:1.0;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif";
}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
}
img{
	border:none;
}
li{
	list-style:none;
}
br.clear{
	clear:both;
}
br.smp{
	display:none;
}
.cf {
	zoom:1;
}
.cf:after {
  content:"";
  display:block;
  clear:both;
}

@media screen and (max-width:480px){
	br.smp{
		display:block;
	}
}
.wrap{
	width:100%;
	max-width:840px;
	margin:0 auto;
}
@media screen and (max-width:760px){
	.wrap{
		width:95%;
	}
}




/* ---------------------------------------------
 pagetop
--------------------------------------------- */
#pagetop{
	position:fixed;
	right:2%;
	bottom:200px;
}
#pagetop img{
	width:40px;
}
@media screen and (max-width:480px){
	#pagetop{
		display:none;
	}
}


/* ---------------------------------------------
  header
--------------------------------------------- */
#header{
	zoom:1; /* clearfix */
	border-bottom:1px solid #ddd;
}
#header:after{  /* clearfix */
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}


#header .logo{
	float:left;
	width:27%;
	padding:25px 0 25px 0;
}
#header .logo img{
	width:150px;
}


#header #menu_open{
	display:none;
}
#header #menu_close{
	display:none;
}

#header #menu_list{
	float:right;
	width:73%;
	padding-top:35px;
}
#header #menu_list li{
	float:left;
	margin:0 0 15px 30px;
	padding-bottom:5px;
	font-size:90%;
}
#header #menu_list li.act{
	border-bottom:5px solid #f60;
}
#header #menu_list li a{
	text-decoration:none;
	padding:3px;
}
#header #menu_list li a:hover{
	background:#f60;
	color:#fff;
}
#header #menu_list li.act a:hover{
	background:#f60;
	color:#fff;
}

#header #menu_list li:nth-child(5),
#header #menu_list li:nth-child(6){
	display:none;
}




label.menu-btn,input#menuBtn[type="checkbox"]{display:none;}


@media screen and (max-width:760px){
	#header .logo{
		width:50%;
		padding:15px 0 15px 0;
	}
	
	#header #menu_list{
		width:50%;
		display:block;
		position:absolute;
		top:0;
		right:0;
		background:#fff;
		border:1px solid #ddd;
		padding-top:25px;
		width:150px;
		top:-234px;
		
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		z-index:10;
	}
	#header #menu_list li{
		float:none;
		display:block;
		text-align:left;
	}
	#header #menu_list li.act{
		border:none;
	}
	
	label.menu-btn{
		display:block;
		background:#fff url(img/menu.png) no-repeat 50%;
		background-size:26px auto;
		width:36px;
		height:36px;
		position:absolute;
		top:10px;
		right:10px;
		text-align:center;
		line-height:200px;
		overflow:hidden;
		z-index:20;
	}
	
	input#menuBtn[type="checkbox"].onoff{
		display:none;
	}
	input#menuBtn[type="checkbox"].onoff + #menu_list{
		top:-234px;
	}
	input#menuBtn[type="checkbox"].onoff:checked + #menu_list{
		top:0;
	}
}

@media screen and (max-width:480px){
	#header .logo img{
		width:100px;
	}
}

/* ---------------------------------------------
  banner
--------------------------------------------- */

#banner{
	display:none;
	
	border-top:1px solid #ddd;
	margin:40px 0 30px 0;
	padding-top:30px;
	text-align:center;
}
#banner .bn3{
	display:none;	
}
#banner li{
	display:inline-block;
	margin:10px;
	text-align:center;
}
#banner li img{
	width:390px;
}
@media screen and (max-width:480px){
	#banner{
		zoom:1;
	}
	#banner:after{
		content: "";
		display: block;
		overflow: hidden;
		clear: both;
	}
	
	#banner li{
		display:block;
		width:100%;
		text-align:center;
		margin:0;
	}
	#banner li img{
		width:95%;
	}
	#banner li.bn1, #banner li.bn2{
		margin-bottom:10px;
	}
}



/* ---------------------------------------------
  footer
--------------------------------------------- */
#footer{
	margin-top:40px;
	padding:10px 0 50px 0;
	border-top:1px solid #ddd;
	/* background:#f1f1f1; */
}

/* clearfix */
#footer,
#footer .privacy,
#footer .memu{
	zoom:1;
}
#footer:after,
#footer .privacy:after,
#footer .memu:after{
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
/* clearfix */


#footer a{
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

#footer .privacy{
	float:right;
}
#footer .privacy a{
	margin-left:20px;
}
#footer .privacy a:nth-child(2){
	display:none;
}
@media screen and (max-width:760px){
	#footer .privacy{
		width:100%;
		text-align:center;
	}
}

#footer .memu{
	float:left;
	margin-top:17px;
}
#footer .memu li{
	float:left;
	margin-right:15px;
	font-size:75%;
	line-height:1.8;
}
#footer .memu li:nth-child(5),
#footer .memu li:nth-child(6),
#footer .memu li:nth-child(7){
	display:none;
}



#footer .copy{
	float:left;
	margin-top:20px;
	font-size:75%;
}


/* ---------------------------------------------
  title
--------------------------------------------- */
#title{
	background:#f1f1f1;
	padding:45px;
	margin-bottom:30px;
}
h1{
	font-size:150%;
}
@media screen and (max-width:760px){
	#title{
		padding:30px 10px 30px 10px;
	}
}


/* ---------------------------------------------
  link , link2
--------------------------------------------- */
#link{
	margin-top:20px;
}
#link li{
	float:left;
	margin:0 30px 20px 0;
	font-size:90%;
}
@media screen and (max-width:480px){
	#link li{
		float:left;
		margin:0 15px 20px 0;
		font-size:78%;
	}
}


#link li.act,
#link li.act a{
	color:#f60;
}
#link a:hover{
	text-decoration:none;
}

#link2{
	margin-bottom:30px;
	text-align:center;
	font-size:90%;
}
#link2 .wrap{
	line-height:1.8;
	color:#999;
}
#link2 a{
	display:inline-block;
}
#link2 a:hover{
	text-decoration:none;
}
#link2 span{
	display:inline-block;
}
@media screen and (max-width:480px){

}

/* ---------------------------------------------
  visual
--------------------------------------------- */
#visual{
	background:url(img/ind_bg.jpg) no-repeat center center;
	background-size:cover;
	height:350px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#visual p.catch{
	font-size:150%;
	color:#f60;
	line-height:2.0;
	padding:60px 0 50px 0;
}
#visual p.link{
	font-size:110%;
	padding-left:12px;
	background:url(img/arr.png) no-repeat top left;
	background-size:6px 10px;
}
#visual p.link a{
	color:#f60;
}

#contents .news .second_ttl{
	border-top: none;
}

@media screen and (max-width:760px){
.home-nav ul{
	display: none;
	}
}
@media screen and (max-width:480px){
	#visual{
		height:300px;
	}
	#visual p.catch{
		font-size:120%;
		padding:30px 0 30px 0;
	}
	#visual p.link{
		font-size:80%;
	}
}


/* ---------------------------------------------
  contents
--------------------------------------------- */
#contents h2{
	font-size:150%;
	margin-top:50px;
	padding:15px 0 30px 0;
	border-top:5px solid #f1f1f1;
}
#contents h3{
	font-size:120%;
	font-weight:bold;
	margin:30px 0 0.5em 0;
	padding-left:10px;
	border-left:15px solid #f60;
}
#contents h4{
	font-weight:bold;
	padding:20px 0 0.5em 0;
}
#contents p{
	line-height:1.5;
	padding-bottom:1em;
}
#contents p.lead{

}
#contents p.cap{
	font-size:80%;
}
#contents p.img{
	text-align:center;
}
#contents p.inquiry{
	margin-top:20px;
	padding:0;
	text-align:center;
}
#contents p.inquiry img{
	width:360px;
}
#contents .news .news_topic{
	text-align: right;
	padding-bottom: 0;
}
#contents .news .second_ttl{
	margin-top: 0;
}


@media screen and (max-width:760px){
	#contents p.img img{
		width:100%;
	}
	#contents p.inquiry img{
		max-width:360px;
		width:100%;
	}
}


/* ceo */
#contents .ceo_pic{
	float:left;
	width:230px;
	margin-bottom:30px;
}
#contents .ceo_txt{
	float:left;
	width:610px;
}



/* li */
#contents .news{
	margin-bottom:30px;
}
#contents .news li{
	margin-bottom:20px;
}
#contents .news li span.date{
	position:absolute;
	margin-top:1px;
	width:120px;
	line-height:1.3;
	font-size:90%;
	color:#999;
}
#contents .news li span.text{
	display:block;
	padding-left:120px;
	line-height:1.3;
}
@media screen and (max-width:480px){
	#contents .news li span.date{
		position:static;
		width:100%;
	}
	#contents .news li span.text{
		padding-left:0;
	}
}


/* dl */
#contents dl{
	position: relative;
}
#contents dt{
	position:absolute;
	max-width:160px;
	margin:0 0 30px 2px;
	border-left:2px solid #ddd;
	padding-left:14px;
	line-height:1.5;
	color:#999;
}
#contents dd{
	padding:0 0 0 160px;
	margin-bottom:30px;
	line-height:1.5;
}
@media screen and (max-width:760px){
	#contents dt{
		position:static;
		width:100%;
		margin-bottom:5px;
		padding-left:5px;
	}
	#contents dd{
		padding-left:0;
		margin-bottom:20px;
	}
}

/* ---------------------------------------------
  #recrilt
--------------------------------------------- */
#recruit .column01 .toptxt{
	padding-left: 30px;
	padding-right: 30px;
}
#recruit .column01 .inner h4:first-child{
	padding-top: 0;
}
#recruit .column01 dl dd{
	padding-left: 120px;
}
#recruit .column01 *{
	line-height: 1.5;
}
#recruit .column01 h3{
	margin-bottom: 20px;
}
#recruit .column01 .type01{
	padding-bottom: 0;
}
#recruit .column01 .type01 img{
	vertical-align: middle;
}
#recruit .column01 .list01 li{
	display: inline-block;
	text-align: center;
}
#recruit .column01 .list01 li span{
	font-size: 0.86em;
	display: block;
}
#recruit .column01 .list01 li{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
#recruit .column01 .list01 li::before,
#recruit .column01 .list01 li::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#recruit .column01 .list01 li+li{
	padding: 0 16px 0 22px;
}
#recruit .column01 .list01 li+li::before{
left: 4px;
box-sizing: border-box;
width: 6px;
height: 6px;
border: 6px solid transparent;
border-left: 6px solid #f60;
}
#recruit .column01 .list01 li+li::after{
left: 0;
width: 8px;
height: 6px;
border-left: 4px solid #f60;
}
#recruit .column01 .list02 li{
	padding-left: 30px;
}
#recruit .column01 .inner h2{
	margin-bottom: 30px;
}
#recruit sup{
	font-size: 10px;
}
#recruit .caption{
	font-size: 12px;
	padding-top: 10px;
}
#recruit #contents h2{
	padding-bottom: 0;
}
#recruit .btn{
	margin: 50px auto;
	width: 300px;
	text-align: center;
}
#recruit .btn a{
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	text-decoration: none;
	position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe8a3d+0,f97822+30,f75100+100 */
background: #fe8a3d; /* Old browsers */
background: -moz-linear-gradient(top, #fe8a3d 0%, #f97822 30%, #f75100 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fe8a3d 0%,#f97822 30%,#f75100 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fe8a3d 0%,#f97822 30%,#f75100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8a3d', endColorstr='#f75100',GradientType=0 ); /* IE6-9 */
}
#recruit .btn a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe8a3d+0,f97822+30,f75100+100 */
background: #f75100; /* Old browsers */
background: -moz-linear-gradient(top,#f75100 0%, #f97822 30%, #fe8a3d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,#f75100 0%,#f97822 30%,#fe8a3d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,#f75100 0%,#f97822 30%,#fe8a3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75100', endColorstr='#fe8a3d',GradientType=0 ); /* IE6-9 */
}
#recruit .btn a:after{
	content:"";
	width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
top: 50%;
margin-top: -5px;
left: 40px;
}
#recruit span.icon{
    position: relative;
        width: 15px;
    height: 15px;
    display: block;
}
#recruit span.icon:before{
    content:"";
    position: absolute;
        bottom: -2px;
    left: 12px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-top: 6px solid #f60;
}
#recruit span.icon:after{
    content:"";
    position: absolute;
            left: 16px;
    width: 8px;
    height: 6px;
    border-left: 4px solid #f60;
}
@media screen and (max-width:760px){
	#recruit .column01 .toptxt{
		padding-left: 0;
		padding-right: 0;
	}
	#recruit h4{
		font-size: 0.86em;
	}
	#recruit .column01 dl dd {
    padding-left: 0;
	}
	#recruit .column01 .list02 li{
		padding-left: 0;
	}
	#recruit .column01 .list01 li{
		display: block;
		text-align: center;
	}
	#recruit .column01 .list01 li+li{
		margin-top: 20px;
	}
	#recruit .column01 .list01 li+li::before{
left: 50%;
bottom: 45px;
    margin-left: -10px;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #ff6600 transparent transparent transparent;
}
#recruit .column01 .list01 li+li::after{
display: none;
}
#recruit span.icon{
    width: 100%;
    height: 20px;
}
#recruit span.icon::before{
left: 50%;
bottom: 0;
    margin-left: -10px;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #ff6600 transparent transparent transparent;
}
#recruit span.icon:after{
    display: none;
    }
}
}

/* ---------------------------------------------
  旧css 
--------------------------------------------- */
table {
	font-size:80%;
}
table#tbl_price{ border-top:solid 1px #d0d0d0;border-right:solid 1px #d0d0d0; width:100%;}
table#tbl_price th { text-align:left; font-weight:normal; background-color:#ffedd8; padding:10px 10px 10px 15px;border-bottom:solid 1px #d0d0d0;border-left:solid 1px #d0d0d0;}
table#tbl_price td {border-left:solid 1px #d0d0d0; text-align:left; background-color:#fff; padding:10px;border-bottom:solid 1px #d0d0d0;}

table#tbl_opt{ width:100%;}
table#tbl_opt th#opt01 { text-align:left; font-weight:normal; background-color:#ffedd8; padding:10px 10px 10px 15px;border-top:solid 1px #d0d0d0;border-left:solid 1px #d0d0d0;}
table#tbl_opt td#opt02 {border-left:solid 1px #d0d0d0; text-align:left; background-color:#fff; padding:10px;border-top:solid 1px #d0d0d0;}
table#tbl_opt th#opt03 { text-align:left; font-weight:normal; background-color:#ffedd8; padding:10px 10px 10px 15px;border-top:solid 1px #d0d0d0; border-bottom:solid 1px #d0d0d0;border-left:solid 1px #d0d0d0;}
table#tbl_opt td#opt04 {border-left:solid 1px #d0d0d0; text-align:left; background-color:#fff; padding:10px;border-top:solid 1px #d0d0d0; border-bottom:solid 1px #d0d0d0;}
table#tbl_opt td#opt05 {border-left:solid 1px #d0d0d0; text-align:left; background-color:#fff; padding:10px;border-top:solid 1px #d0d0d0;}

table#tbl_opt td#opt06 {border-left:solid 1px #d0d0d0; text-align:left; background-color:#fff; padding:10px;border-top:solid 1px #d0d0d0;  border-right:solid 1px #d0d0d0;}


/* ---------------------------------------------
  sevice
--------------------------------------------- */
#contents .column01 h3{
	border-left: none;
	padding-left: 0;
	color: #F60;
}
#contents .column01 .left{
	float: left;
}
#contents .column01 .right{
	float: right;
}
#contents .column01.box01 .left{
	width: 350px;
}
#contents .column01.box01 .right{
	width: 420px;
}
#contents .column01.box02{
	margin-top: 30px;
}
#contents .column01.box02 .left{
	width: 300px;
}
#contents .column01.box02 .right{
	width: 470px;
}
#contents .column01.box02 .btn{
	text-align: center;
}
#contents .column01.box02 .btn li{
	display: inline-block;
	width: 340px;
	margin-top: 30px;
}
#contents .column01.box02 .btn li + li{
	margin-left: 20px;
}
#contents .column01.box02 .btn li a{
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	text-decoration: none;
	position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe8a3d+0,f97822+30,f75100+100 */
background: #fe8a3d; /* Old browsers */
background: -moz-linear-gradient(top, #fe8a3d 0%, #f97822 30%, #f75100 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fe8a3d 0%,#f97822 30%,#f75100 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fe8a3d 0%,#f97822 30%,#f75100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8a3d', endColorstr='#f75100',GradientType=0 ); /* IE6-9 */
}
#contents .column01.box02 .btn li a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe8a3d+0,f97822+30,f75100+100 */
background: #f75100; /* Old browsers */
background: -moz-linear-gradient(top,#f75100 0%, #f97822 30%, #fe8a3d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,#f75100 0%,#f97822 30%,#fe8a3d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,#f75100 0%,#f97822 30%,#fe8a3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75100', endColorstr='#fe8a3d',GradientType=0 ); /* IE6-9 */
}
#contents .column01.box02 .btn li a:after{
	content:"";
	width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
top: 50%;
margin-top: -5px;
left: 40px;
}

@media screen and (max-width:760px){
#contents .column01 img{
	max-width: 100%;
	height: auto;
}
#contents .column01 .left{
	float: none;
}
#contents .column01 .right{
	float: none;
}
#contents .column01 h2{
	padding-bottom: 0;
}
#contents .column01.box02 .right,
#contents .column01.box01 .left{
	width: 100%;
}
#contents .column01.box02 .left,
#contents .column01.box01 .right{
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#contents .column01.box02 .btn li{
	width: 90%;
}
#contents .column01.box02 .btn li + li{
	margin-left: 0;
}
#contents .column01.box02 .btn li a:after{
	left: 10px;
	}
}
