@charset "utf-8";
@media screen and (max-width: 769px){
.for-sp{
	display:block !important;
}
.for-pc{
	display:none !important;
}
body{
	min-width: auto;
	padding-top: 0;




/*----------   bottom_contact   ----------------*/


#bottom_contact{
	display: block;
	background: url(../img/dot_gary_sp.png);
	background-size: 3px;
}
#bottom_contact > div{
	display:block;
	width: auto;
}
#bottom_contact > div h3{
	display:block;
	width: auto;
	padding:20px 0;
	text-align :center;
}
#bottom_contact > div div{
	display:block;
	padding: 0 15px 20px;
	font-size: 12px;
}
#bottom_contact a{
	width: auto;
}
#bottom_contact a:after{
	background: url(../img/arrow_b_sp.png) no-repeat 0 0 scroll;
	background-size: 7px auto;


input[type="text"], input[type="password"], input[type="number"]{
	width:100%;
	box-sizing: border-box;
}
textarea.largeSize {
	width:100%;
	box-sizing: border-box;
	
}


.line_table{
	width:100%;
	margin-top: 30px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.line_table th{
	padding: 2px 2px 2px 0;
	background:#fff;
	text-align: left;
	font-weight: normal;
	background: #eee;
	border-bottom: dotted 1px #ccc;
	vertical-align: top;
}
.line_table th span{
	display: block;
	padding: 4px 5px;
}
.line_table td{
	border-bottom: dotted 1px #ccc;
	padding: 4px 15px;
}
.line_table tr:last-child th,
.line_table tr:last-child td{
	border-bottom: none;
	
}
}