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

/*スマホ・タブレット用css*/
@media screen and (max-width:896px){
	
img{
	max-width:100%;
	height:auto;
}
iframe{
	max-width:100%;
}
	
.no_sp{
	display: none;
}
.container{
	padding:0 5% 10px;
}
.btn01 a, .btn02 a, .btn01 input{
	width:100%;
   -webkit-appearance: none;
   border-radius: 0;
}
input, textarea, select{
	width:100%;
	font-size:100%;
}
input[type="radio"] {font-size:100%; width:auto;} 
input[type="checkbox"] {font-size:100%; width:auto;}

table.formTable th, table.formTable td{
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: left;
	padding: 10px 0;
}
table.formTable th{
	border-bottom: none;
	border-top: none;
}
.w100{
	width:100%;
	height: auto;
}
.w100 img{
	width:100%;
	height: auto;
}

.img_left{
	width:100%;
	margin:0 0 20px 0;
}
.img_right{
	width:100%;
	margin:0 0 20px 0;
}
ul.line2 li{
	width:100%;
	float:none;
	clear:both;
}
ul.line2 li:nth-child(odd){
	margin-right: 0; 
}


ul.line3 li{
	width:100%;
	float:none;
	clear:both;
	margin-right:0;
}
ul.line3_2 li, ul.line4 li, ul.line5 li{
	width:48%;
	box-sizing:border-box;
	margin-right: 0;
	float:left;
	clear: none;
}
ul.line3_2 li:nth-child(odd), ul.line4 li:nth-child(odd), ul.line5 li:nth-child(odd){
	margin-right: 4%;
	float:left;
}

ul.line3 li:nth-child(3n+1), ul.line3_2 li:nth-child(3n+1), ul.line3_3 li:nth-child(3n+1){
	clear: none;
}
ul.line2 li, ul.line2_nomargin li, ul.line3_nomargin li, ul.line4_nomargin li{
	width:100%;
	float:none;
	clear:both;
}

/* header */

#mobile-head {
	width: 100%;
	position: relative;
}
#mobile-head .logo {
	position: absolute;
	margin:auto;
}
#mobile-head .logo img {
	width: auto;
	height:auto;
}

/* footer menu */

#slide_menu {
    position: fixed;
    bottom: 0;
	left: 0;
	width: 100%;
	z-index:9999999!important;
}
#slide_menu a {
    color: #fff;
    width: 25%;
	float: left;
}
#slide_menu a:hover {
	opacity: 1.0;
}
	
}