/* CSS Document */
@media (max-width: 575px) {
.box__top2{
	background-image:url("../img/mesh.svg"), url( "../img/guide_bg02-2.png");
	background-size: 4px,auto 100%;
	background-repeat: repeat, no-repeat;
	width: 100vw;
	overflow: hidden;
	height: 260px;
	}		
	
.box__top2 h2{
	margin: 20px auto 0px;
	text-align: center;
	}

.box__top2 h2 img{
	width: 60px;
	}

.box__top2 h3{
	font-size: 1.6rem;
	padding: 10px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	line-height: 200%;
	}
	
.box__top2 h3 span{
	font-size: 1.6rem;
	padding: 2px 25px;
	border: 1px solid #fff;
}
	
.box__kensaku{
	padding:10px 0;
	overflow: hidden;
	}
.box__kensaku select{
	height: 40px;
	font-size: 1.4rem;
	}
		
.box__kensaku img{
	display: none;

	}
	
.box__kensaku .cp_ipselect{
	width: 100%;
	margin-bottom: 10px;

	}
	
.box__kensaku  input{
	border: 1px solid #808080;
	height: 42px;
	width: 100%;
	font-size: 1.4rem;
	padding-left: 8px;
	line-height: 40px;
	margin-bottom: 10px;
	}
			
.box__kensaku--btn{
	padding: 0px ;
	height: 42px;
	width: 100%;
	}
	
.box__kensaku--btn .bn{
	margin: 0px auto;
	padding:0px  0px 0px 40px;
	background-image: url("../img/mushimegane3.svg");
	background-position: left 10px center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-color: #824c71;
	height: 42px;
	width: 100%;
	text-align: center;
	
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;

	}	
.box__kensaku--btn .bn p{
	font-size: 1.4rem!important;
	text-indent: -40px;

	}	
	
	
.box__members-list{
	margin: 20px 0;
	
	}
.box__members-list .box__head{
	text-align: center;
	padding: 10px 0;
	
	} 
	
.box__members-list .box__head h3{
	font-weight: bold;
	}
		
.box__members-list .box{
	margin: 0;
	border-top: 1px solid #c0c0c0;
	padding: 10px 0 ;
	}
	
.box__members-list .box:nth-last-child(2){
	margin: 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 10px ;
	}
	
.box__members-list .box .img{
	margin: 0!important;
	padding:0!important;
	height: 25px;
	line-height: 25px;
	
	}

.box__members-list .box .img img{
	width: 20px;
	height: 20px;
	
	}
.box__members-list .box .text00{
	height: 25px;
	line-height: 25px;
	margin: 0!important;
	padding:0!important;
	}

.box__members-list .box .text01{
	height: 25px;
	margin: 0!important;
	padding:0!important;
	}

	

	
.box__members-list .box__nav{
	padding: 10px 0;
	margin: 50px auto;

}

.box__members-list .box__nav  ul{
	text-align: center;
	
}

.box__members-list .box__nav  ul li{
	color: #595757;
	display: inline-block;
  	padding: 0 10px;
	font-size: 1rem;
	
}

}

@media screen and (min-width: 576px) and (max-width: 767px) {
.box__top2{
	background-image:url("../img/mesh.svg"), url( "../img/guide_bg02-2.png");
	background-size: 4px,auto 100%;
	background-repeat: repeat, no-repeat;
	width: 100vw;
	overflow: hidden;
	height: 300px;
	}		
	
.box__top2 h2{
	margin: 60px auto 0px;
	text-align: center;
	}
.box__top2 h2 img{
	width: 70px;
	}

.box__top2 h3{
	font-size: 1.6rem;
	padding: 10px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	line-height: 200%;
	}
	
.box__top2 h3 span{
	font-size: 1.6rem;
	padding: 2px 25px;
	border: 1px solid #fff;
}
	
.box__kensaku{
	padding:27px 0;
	overflow: hidden;
	}
.box__kensaku select{
	height: 40px;
	font-size: 1.4rem;
	}
		
.box__kensaku img{
	display: none;

	}
	
.box__kensaku .cp_ipselect{
	width: 100%;
	margin-bottom: 10px;

	}
	
.box__kensaku  input{
	border: 1px solid #808080;
	height: 42px;
	width: 100%;
	font-size: 1.4rem;
	padding-left: 8px;
	line-height: 40px;
	margin-bottom: 10px;
	}
			
.box__kensaku--btn{
	margin-bottom: 10px;
	padding: 0px ;
	height: 42px;
	width: 100%;
	}
	
.box__kensaku--btn .bn{
	margin: 0px auto;
	padding:0px  0px 0px 40px;
	background-image: url("../img/mushimegane3.svg");
	background-position: left 10px center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-color: #824c71;
	height: 42px;
	width: 100%;
	text-align: center;
	
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;

	}
	
.box__kensaku--btn .bn p{
	font-size: 1.4rem!important;
	text-indent: -40px;

	}	
	
	
.box__members-list{
	margin: 20px 0;
	
	}
.box__members-list .box__head{
	text-align: center;
	padding: 10px 0;
	
	} 
	
.box__members-list .box__head h3{
	font-weight: bold;
	}
		
.box__members-list .box{
	margin: 0;
	border-top: 1px solid #c0c0c0;
	padding: 10px ;
	}
	
.box__members-list .box:nth-last-child(2){
	margin: 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 10px ;
	}
	
.box__members-list .box .img{
	margin: 0;
	height: 30px;
	line-height: 30px;
	
	}

.box__members-list .box .img img{
	width: 25px;
	height: 25px;
	
	}
.box__members-list .box .text00{
	height: 30px;
	line-height: 30px;
	}

.box__members-list .box .text01{
	height: 30px;
	}

	

	
.box__members-list .box__nav{
	padding: 10px 0;
	margin: 50px auto;

}

.box__members-list .box__nav  ul{
	text-align: center;
	
}

.box__members-list .box__nav  ul li{
	color: #595757;
	display: inline-block;
  	padding: 0 10px;
	font-size: 1.2rem;
	
}
	

}
	
@media screen and (min-width: 768px) and (max-width: 991px) {
.box__top2{
	background-image:url("../img/mesh.svg"), url( "../img/guide_bg02-2.png");
	background-size: 4px,auto 100%;
	background-repeat: repeat, no-repeat;
	width: 100vw;
	overflow: hidden;
	height: 400px;
	}		
	
.box__top2 h2{
	margin: 60px auto 0px;
	text-align: center;
	}

.box__top2 h3{
	font-size: 2.2rem;
	padding: 10px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	line-height: 200%;
	}
	
.box__top2 h3 span{
	font-size: 2.2rem;
	padding: 2px 25px;
	border: 1px solid #fff;
}
	
.box__nav{
	margin-top: 5px!important;
	padding: 0px;
	height: 94px;
	display: block;
	width: 100%;

	}
	
	
.box__kensaku{
	margin: 0px;
	padding:27px 0;
	text-align: right;
	}
.box__kensaku select{
	height: 40px;
	font-size: 1.4rem;
	}
		
.box__kensaku img{
	float: left;

	}
	
.box__kensaku .cp_ipselect{
	float: left;
	width: 170px;
	margin-left: 5px;

	}
	
.box__kensaku  input{
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: none!important;
	height: 42px;
	width:420px;
	font-size: 1.4rem;
	padding-left: 8px;
	line-height: 40px;
	float: left;
	}
			
.box__kensaku--btn{
	margin: 0px;
	padding: 0px ;
	height: 42px;
	float: left;
	width: 42px;
	}
	
.box__kensaku--btn .bn{
	margin: 0px auto;
	padding:0px  10px 0px 40px;
	background-image: url("../img/mushimegane3.svg");
	background-position: left 10px center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-color: #824c71;
	height: 42px;
	width: 42px;
	text-align: center;
	
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;

	}
	
.box__kensaku--btn .bn p{
	display: none;

	}
	
	
.box__members-list{
	margin: 20px 0;
	
	}
.box__members-list .box__head{
	text-align: center;
	padding: 20px 0;
	
	} 
	
.box__members-list .box__head h3{
	font-weight: bold;
	}
		
.box__members-list .box{
	margin: 0;
	border-top: 1px solid #c0c0c0;
	padding: 10px ;
	}
	
.box__members-list .box:nth-last-child(2){
	margin: 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 10px ;
	}
	
.box__members-list .box .img{
	margin: 0;
	height: 30px;
	line-height: 30px;
	
	}

.box__members-list .box .img img{
	width: 25px;
	height: 25px;
	
	}
.box__members-list .box .text00{
	height: 30px;
	line-height: 30px;

	}

.box__members-list .box .text01{
	height: 30px;

	}

	

	
.box__members-list .box__nav{
	padding: 10px 0;
	margin: 100px auto;

}

.box__members-list .box__nav  ul{
	text-align: center;
	
}

.box__members-list .box__nav  ul li{
	color: #595757;
	display: inline-block;
  	padding: 0 10px;
	font-size: 1.4rem;
	
}
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {		
.box__top2{
	background-image:url("../img/mesh.svg"), url( "../img/guide_bg02-2.png");
	background-size: 4px,auto 100%;
	background-repeat: repeat, no-repeat;
	width: 100vw;
	overflow: hidden;
	height: 500px;
	}		
	
.box__top2 h2{
	margin: 110px auto 0px;
	text-align: center;
	}

.box__top2 h3{
	font-size: 2.4rem;
	padding: 10px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	line-height: 200%;
	}
	
.box__top2 h3 span{
	font-size: 2.4rem;
	padding: 2px 25px;
	border: 1px solid #fff;
}
	
.box__nav{
	margin-top: 5px!important;
	padding: 0px;
	height: 94px;
	display: block;
	width: 100%;

	}
	
.box__kensaku{
	margin: 0px;
	padding:27px 0;
	text-align: right;
	}
.box__kensaku select{
	height: 40px;
	font-size: 1.4rem;
	}
		
.box__kensaku img{
	float: left;

	}
	
.box__kensaku .cp_ipselect{
	float: left;
	width: 250px;
	margin-left: 5px;

	}
	
.box__kensaku  input{
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: none!important;
	height: 42px;
	width:460px;
	font-size: 1.4rem;
	padding-left: 8px;
	line-height: 40px;
	float: left;
	}
			
.box__kensaku--btn{
	margin: 0px;
	padding: 0px ;
	height: 42px;
	float: left;
	width: 160px;
	}
	
.box__kensaku--btn .bn{
	margin: 0px auto;
	padding:0px  10px 0px 40px;
	background-image: url("../img/mushimegane3.svg");
	background-position: left 10px center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-color: #824c71;
	height: 42px;
	width: 160px;
	text-align: center;
	
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;

	}
	
.box__kensaku--btn .bn p{
	font-size: 1.4rem!important;

	}	
	
	
.box__members-list{
	margin: 20px 0;
	
	}
.box__members-list .box__head{
	text-align: center;
	padding: 20px 0;
	
	} 
	
.box__members-list .box__head h3{
	font-weight: bold;
	}
		
.box__members-list .box{
	margin: 0;
	border-top: 1px solid #c0c0c0;
	height: 60px!important;
	padding: 10px ;
	}
	
.box__members-list .box:nth-last-child(2){
	margin: 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	height: 60px!important;
	padding: 10px ;
	}
	
.box__members-list .box .img{
	margin: 0;
	height: 40px;
	line-height: 40px;
	
	}

.box__members-list .box .img img{
	width: 25px;
	height: 25px;
	
	}
.box__members-list .box .text00{
	height: 40px;
	line-height: 40px;
	}

.box__members-list .box .text01{
	height: 40px;
	}

	

	
.box__members-list .box__nav{
	padding: 10px 0;
	margin: 100px auto;

}

.box__members-list .box__nav  ul{
	text-align: center;
	
}

.box__members-list .box__nav  ul li{
	color: #595757;
	display: inline-block;
  	padding: 0 10px;
	font-size: 1.4rem;
	
}	
}

@media (min-width: 1200px) {
.box__top2{
	background-image:url("../img/mesh.svg"), url( "../img/guide_bg02-2.png");
	background-size: 4px,auto 100%;
	background-repeat: repeat, no-repeat;
	width: 100vw;
	overflow: hidden;
	height: 500px;
	}		
	
	
.box__top2 h2{
	margin: 110px auto 0px;
	text-align: center;
	}

.box__top2 h3{
	font-size: 2.4rem;
	padding: 10px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	line-height: 200%;
	}
	
.box__top2 h3 span{
	font-size: 2.4rem;
	padding: 2px 25px;
	border: 1px solid #fff;
}


.box__nav{
	margin-top: 5px!important;
	padding: 0px;
	height: 94px;
	display: block;
	width: 100%;

	}
	
.box__kensaku{
	margin: 0px 0 20px 0;
	padding:27px 0;
	text-align: right;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.box__kensaku select{
	height: 40px;
	font-size: 1.4rem;
	}
		
.box__kensaku img{
	float: left;

	}
	
.box__kensaku .cp_ipselect{
	float: left;
	width: 245px;
	margin-left: 5px;

	}
	
.box__kensaku  input{
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: none!important;
	height: 42px;
	width:455px;
	font-size: 1.4rem;
	padding-left: 8px;
	line-height: 40px;
	float: left;
	}
			
.box__kensaku--btn{
	margin: 0px;
	padding: 0px ;
	height: 42px;
	float: left;
	width: 160px;
	}
	
.box__kensaku--btn .bn{
	margin: 0px auto;
	padding:0px  10px 0px 40px;
	background-image: url("../img/mushimegane3.svg");
	background-position: left 10px center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-color: #824c71;
	height: 42px;
	width: 160px;
	text-align: center;
	
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;

	}
.box__kensaku--btn .bn p{
	font-size: 1.4rem!important;

	}	
	
	
	
	
	
.box__members-list{
	margin: 20px 0;
	
	}
.box__members-list .box__head{
	text-align: center;
	padding: 20px 0;
	
	} 
	
.box__members-list .box__head h3{
	font-weight: bold;
	}
		
.box__members-list .box{
	margin: 0;
	border-top: 1px solid #c0c0c0;
	height: 60px!important;
	padding: 10px ;
	}
	
.box__members-list .box:nth-last-child(2){
	margin: 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	height: 60px!important;
	padding: 10px ;
	}
	
.box__members-list .box .img{
	margin: 0;
	height: 40px;
	line-height: 40px;
	
	}

.box__members-list .box .img img{
	width: 25px;
	height: 25px;
	
	}
.box__members-list .box .text00{
	height: 40px;
	line-height: 40px;
	}

.box__members-list .box .text01{
	height: 40px;
	}

	

	
.box__members-list .box__nav{
	padding: 10px 0;
	margin: 100px auto;

}

.box__members-list .box__nav  ul{
	text-align: center;
	
}

.box__members-list .box__nav  ul li{
	color: #595757;
	display: inline-block;
  	padding: 0 10px;
	font-size: 1.4rem;
	
}

}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
