@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, .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;}


.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.line4 li{
	width:47%;
}
ul.line4 li:nth-child(even){
	float:right;
}
ul.line4 li:nth-child(odd){
	float:left;
	clear:both;
}
ul.line2_2 li{
	width:48%;
	box-sizing:border-box;
	float:left;
	clear: none;
}
ul.line2_2 li:nth-child(odd){
	clear:both;
	float:left;
	margin-right: 4%;
}

	
}