/* CSS Document */
@media (max-width: 575px) {
.box__top{
	background-image:url("../img/sla.svg");
	background-size:8px 8px;
	background-repeat: repeat;
  	min-height: 85px;
	width: 100vw;
	overflow: hidden;
	}		
	
.box__top h2{
	margin: 30px auto 0px;
	text-align: center;
	}

.box__top h2 img{
	width:40px;
	}

.box__top h3{
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	}
.box__members-file{
	margin: 20px 0 0;
	}
.box__members-file .info{
	border-top: 1px solid #cdcece;
	border-bottom: 1px solid #cdcece;
	font-size: 1.6rem;
	
	}
.box__members-file .info p{
	font-size: 1.4rem;
	
	}
.box__members-file .info .date{
	height:40px;
	line-height: 40px;
	border-right: 1px solid #cdcece;
	}
	
.box__members-file .info .title{
	height:40px;
	line-height: 40px;
	font-weight: bold;
	
	}
		
.box__members-file .box{
	margin:  0 -15px!important;
	padding-bottom: 20px;
	}
	
.box__members-file .box .img{
	margin: 20px 0;
	
	}

.box__members-file .box .img img{
	width: 80%;
	
	}
.box__members-file .box .name{
	
	}

.box__members-file .box .name h3.yakushoku{
	display:block;
	margin-right: 10px;
	font-size: 1.2rem;
}

.box__members-file .box .name p{
	display: inline-block;
	float: left;
	margin-right: 10px;
	
	}

.box__members-file .box .name h4{
	font-size: 1.8rem;
	
	}
	
.box__members-file .box .name h4 span{
	font-size: 1.2rem;
	margin-left: 10px;
	
	}
.box__members-file .box .kensaku{
	background-image: url("../img/logo_kensaku.svg");
	background-position: left 5px center;
	background-repeat: no-repeat;
	background-size: 40px;

	height: 65px;
	width: 100%;
	margin:30px  auto 0px;
	padding: 5px 0!important;

	}
.box__members-file .box .kensaku .keyword{
	background-color: #babbbc;		
	width: 223px;
	height: 26px;
	color: #fff;
	margin-left: 50px;
	margin-bottom: 2px;
	}

.box__members-file .box .kensaku .keyword input{
	background-color: #babbbc;	
	color: #fff;
	height: 26px;
	width: 185px;
	border: none;
	padding-left: 30px;
	
	}


.box__members-file .box .ichiran_btn{
	background-color: #babbbc;		
	height: 26px;
	width: 223px;
	border: none;
	margin-left: 50px;
	line-height: 26px;
	color: #fff;
	padding-left: 30px;
}

	
.box__members-file .box .contact{
	
	}

.box__members-file .box .contact p{
	float: left;
	width: 80px;
	color: #909091;
	border-left: 1px solid #909091;
	border-right: 1px solid #909091;
	padding: 0 10px;
	text-align: center;
	margin-right: 10px;
	line-height: 120%;
	
	}

.box__members-file .box .contact img, .box__members-file .box .sns img{
	margin-right:10px;
	
	}

.box__members-file .box .sns{
	padding-left: 80px;
	}

	.box__members-file .box .txt{
	margin: 20px 0 0;
	overflow: hidden;
	
	}
	

	
.box__members-file .box .txt img{
	margin: 20px 0;
	
	}

.box__members-file .box .txt h3{
	font-size: 1.4rem;
	
	}
	
.box__members-file .box .txt h4{
	font-size: 1.4rem;
	background-image: url("../img/file_icon.svg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 20px;
	line-height: 20px;
	padding-left: 30px;
	margin: 10px 0;
	
	}
	
.box__members-file .box .txt h5{
	font-size: 1.5rem;
	margin-bottom: 20px;
	
	}
	
.box__members-file .box .txt h5 span{
	font-size: 1.2rem;
	display: block;
	}
.box__members-file .box .txt p{
	font-size: 1.5rem;
	
	}
	

.box__members-file .box .txt dl{
	margin: 20px 0;
	font-size: 1.5rem;

	
	}
.box__members-file .box .txt dl dt{
	font-weight: normal;

	}
	
.box__members-file .box .txt dl dt::before {
  content: '■ ';
}
.box__members-file .box .txt dl dd{
	margin-bottom: 20px;

	
	}
	
.box__members-file .box .box__nav{
	padding: 10px 0;
}

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

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



}

@media screen and (min-width: 576px) and (max-width: 767px) {
.box__top{
	background-image:url("../img/sla.svg");
	background-size:8px 8px;
	background-repeat: repeat;
  	min-height: 85px;
	width: 100vw;
	overflow: hidden;
	}		
	
.box__top h2{
	margin: 30px auto 0px;
	text-align: center;
	}

.box__top h2 img{
	width:40px;
	}

.box__top h3{
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	}
.box__members-file{
	margin: 20px 0 0;
	background-image: url("../img/gray_bar.png");
	background-position: bottom;
	background-repeat: repeat-x;
	
	}
.box__members-file .info{
	border-top: 1px solid #cdcece;
	border-bottom: 1px solid #cdcece;
	
	}
.box__members-file .info .date{
	height:40px;
	line-height: 40px;
	border-right: 1px solid #cdcece;
	}
	
.box__members-file .info .title{
	height:40px;
	line-height: 40px;
	font-weight: bold;
	
	}
		
.box__members-file .box{
	margin: 20px 0 0;
	padding-bottom: 20px;
	}
	
.box__members-file .box .img{
	margin: 20px 0;
	
	}

.box__members-file .box .img img{
	width: 219px;
	}
.box__members-file .box .name{
	
	}

.box__members-file .box .name p{
	display: inline-block;
	float: left;
	margin-right: 10px;
	
	}
.box__members-file .box .name h3.yakushoku{
	display:block;
	margin-right: 10px;
	font-size: 1.2rem;
}

.box__members-file .box .name h4{
	font-size: 1.8rem;
	
	}
	
.box__members-file .box .name h4 span{
	font-size: 1.2rem;
	margin-left: 10px;
	
	}
.box__members-file .box .kensaku{
	background-image: url("../img/logo_kensaku.svg");
	background-position: left 5px center;
	background-repeat: no-repeat;
	background-size: 50px;
	height: 65px;
	width: 100%;
	margin:30px  auto 0px;
	padding: 5px 0!important;

	}
.box__members-file .box .kensaku .keyword{
	background-color: #babbbc;		
	width: 253px;
	height: 26px;
	color: #fff;
	margin-left: 60px;
	margin-bottom: 2px;
	}

.box__members-file .box .kensaku .keyword input{
	background-color: #babbbc;	
	color: #fff;
	height: 26px;
	width: 225px;
	border: none;
	padding-left: 30px;
	
	}


.box__members-file .box .ichiran_btn{
	background-color: #babbbc;		
	height: 26px;
	width: 253px;
	border: none;
	margin-left: 60px;
	line-height: 26px;
	color: #fff;
	padding-left: 30px;
}


.box__members-file .box .contact{
	
	}

.box__members-file .box .contact p{
	float: left;
	width: 80px;
	color: #909091;
	border-left: 1px solid #909091;
	border-right: 1px solid #909091;
	padding: 0 10px;
	text-align: center;
	margin-right: 10px;
	line-height: 120%;
	
	}

.box__members-file .box .contact img, .box__members-file .box .sns img{
	margin-right:10px;
	
	}

.box__members-file .box .sns{
	padding-left: 80px;
	}

	.box__members-file .box .txt{
	margin: 20px 0;
	overflow: hidden;
	
	}
	
.box__members-file .box .txt img{
	margin: 20px 0;
	
	}
	
.box__members-file .box .txt h3{
	font-size: 1.4rem;
	
	}
	
.box__members-file .box .txt h4{
	font-size: 1.4rem;
	background-image: url("../img/file_icon.svg");
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 35px;
	margin: 10px 0;
	
	}
	
.box__members-file .box .txt h5{
	font-size: 1.5rem;
	margin-bottom: 20px;
	
	}
	
.box__members-file .box .txt h5 span{
	font-size: 1.2rem;
	display: block;
	}
	
	

.box__members-file .box .txt dl{
	margin: 20px 0;
	font-size: 1.5rem;

	
	}
.box__members-file .box .txt dl dt{
	font-weight: normal;
	}
	
.box__members-file .box .txt dl dt::before {
  content: '■ ';
}
.box__members-file .box .txt dl dd{
	margin-bottom: 20px;

	
	}
	
.box__members-file .box .box__nav{
	padding: 10px 0;
}

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

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


	

}
	
@media screen and (min-width: 768px) and (max-width: 991px) {
.box__top{
	background-image:url("../img/sla.svg");
	background-size:8px 8px;
	background-repeat: repeat;
  	min-height: 85px;
	width: 100vw;
	overflow: hidden;
	}		
	
.box__top h2{
	margin: 30px auto 0px;
	text-align: center;
	}

.box__top h2 img{
	width:40px;
	}

.box__top h3{
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	}
.box__members-file{
	margin: 20px 0;
	
	}
.box__members-file .info{
	border-top: 1px solid #cdcece;
	border-bottom: 1px solid #cdcece;
	
	}
.box__members-file .info .date{
	height:40px;
	line-height: 40px;
	border-right: 1px solid #cdcece;
	}
	
.box__members-file .info .title{
	height:40px;
	line-height: 40px;
	font-weight: bold;
	
	}
		
.box__members-file .box{
	margin: 20px 0;
	}
	
.box__members-file .box .img{
	margin: 20px 0;
	
	}

.box__members-file .box .img img{
	width: 219px;
}
.box__members-file .box .name{
	
	}

.box__members-file .box .name p{
	display: inline-block;
	float: left;
	margin-right: 10px;
	
	}
	
.box__members-file .box .name h3.yakushoku{
	display:block;
	margin-right: 10px;
	font-size: 1.4rem;
}

.box__members-file .box .name h4{
	font-size: 1.8rem;
	
	}
	
.box__members-file .box .name h4 span{
	font-size: 1.4rem;
	margin-left: 10px;
	
	}
.box__members-file .box .kensaku{
	background-image: url("../img/logo_kensaku.svg");
	background-position: left 5px center;
	background-repeat: no-repeat;
	background-size: 50px;
	background-color: #cdcece;		
	height: 65px;
	width: 320px;
	margin-bottom: 30px;
	padding: 5px 0;

	}
.box__members-file .box .kensaku .keyword{
	background-color: #babbbc;		
	width: 253px;
	height: 26px;
	color: #fff;
	margin-left: 60px;
	margin-bottom: 2px;
	}

.box__members-file .box .kensaku .keyword input{
	background-color: #babbbc;	
	color: #fff;
	height: 26px;
	width: 225px;
	border: none;
	padding-left: 30px;
	
	}


.box__members-file .box .ichiran_btn{
	background-color: #babbbc;		
	height: 26px;
	width: 253px;
	border: none;
	margin-left: 60px;
	line-height: 26px;
	color: #fff;
	padding-left: 30px;
}

	
.box__members-file .box .contact{
	
	}

.box__members-file .box .contact p{
	float: left;
	width: 80px;
	color: #909091;
	border-left: 1px solid #909091;
	border-right: 1px solid #909091;
	padding: 0 10px;
	text-align: center;
	margin-right: 10px;
	line-height: 120%;
	
	}

.box__members-file .box .contact img, .box__members-file .box .sns img{
	margin-right:10px;
	
	}

.box__members-file .box .sns{
	padding-left: 80px;
	}

	.box__members-file .box .txt{
	margin: 20px 0;
	overflow: hidden;
	
	}
	
.box__members-file .box .txt img{
	margin: 20px 0;
	
	}
	
.box__members-file .box .txt h3{
	font-size: 1.4rem;
	
	}
	
.box__members-file .box .txt h4{
	font-size: 1.4rem;
	background-image: url("../img/file_icon.svg");
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 35px;
	margin: 10px 0;
	
	}
	
.box__members-file .box .txt h5{
	font-size: 1.6rem;
	margin-bottom: 20px;
	
	}
	
.box__members-file .box .txt h5 span{
	font-size: 1.6rem;
	}
	
	

.box__members-file .box .txt dl{
	margin: 20px 0;
	font-size: 1.4rem;

	
	}
.box__members-file .box .txt dl dt{
	font-weight: normal;
	}
	
.box__members-file .box .txt dl dt::before {
  content: '■ ';
}
.box__members-file .box .txt dl dd{
	margin-bottom: 20px;

	
	}
	
.box__members-file .box .box__nav{
	padding: 10px 0;
}

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

.box__members-file .box .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__top{
	background-image:url("../img/sla.svg");
	background-size:8px 8px;
	background-repeat: repeat;
  	min-height: 245px;
	width: 100vw;
	overflow: hidden;
	}		
	
.box__top h2{
	margin: 60px auto 0px;
	text-align: center;
	}

.box__top h3{
	font-size: 3.4rem;
	padding: 10px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;

	}
.box__members-file{
	margin: 20px 0;
	
	}
.box__members-file .info{
	border-top: 1px solid #cdcece;
	border-bottom: 1px solid #cdcece;
	
	}
.box__members-file .info .date{
	height:40px;
	line-height: 40px;
	border-right: 1px solid #cdcece;

	}
	
.box__members-file .info .title{
	height:40px;
	line-height: 40px;
	font-weight: bold;
	
	}
		
.box__members-file .box{
	margin: 20px 0;
	}
	
.box__members-file .box .img{
	margin: 20px 0;
	
	}

.box__members-file .box .img img{
	width: 219px;
}
.box__members-file .box .name{
	
	}

.box__members-file .box .name p{
	display: inline-block;
	float: left;
	margin-right: 10px;
	
	}
.box__members-file .box .name h3.yakushoku{
	display:block;
	margin-right: 10px;
	font-size: 1.4rem;
}

.box__members-file .box .name h4{
	font-size: 1.8rem;
	
	}
	
.box__members-file .box .name h4 span{
	font-size: 1.4rem;
	margin-left: 10px;
	
	}
.box__members-file .box .kensaku{
	background-image: url("../img/logo_kensaku.svg");
	background-position: left 5px center;
	background-repeat: no-repeat;
	background-size: 50px;
	background-color: #cdcece;		
	height: 65px;
	width: 320px;
	margin-bottom: 30px;
	padding: 5px 0;

	}
.box__members-file .box .kensaku .keyword{
	background-color: #babbbc;		
	width: 253px;
	height: 26px;
	color: #fff;
	margin-left: 60px;
	margin-bottom: 2px;
	}

.box__members-file .box .kensaku .keyword input{
	background-color: #babbbc;	
	color: #fff;
	height: 26px;
	width: 225px;
	border: none;
	padding-left: 30px;
	
	}


.box__members-file .box .ichiran_btn{
	background-color: #babbbc;		
	height: 26px;
	width: 253px;
	border: none;
	margin-left: 60px;
	line-height: 26px;
	color: #fff;
	padding-left: 30px;
}


.box__members-file .box .contact{
	
	}

.box__members-file .box .contact p{
	float: left;
	width: 80px;
	color: #909091;
	border-left: 1px solid #909091;
	border-right: 1px solid #909091;
	padding: 0 10px;
	text-align: center;
	margin-right: 10px;
	line-height: 120%;
	
	}

.box__members-file .box .contact img, .box__members-file .box .sns img{
	margin-right:10px;
	
	}

.box__members-file .box .sns{
	padding-left: 80px;
	}

	.box__members-file .box .txt{
	margin: 20px 0;
	overflow: hidden;
	
	}
	
.box__members-file .box .txt img{
	margin: 20px 0;
	
	}
	
.box__members-file .box .txt h3{
	font-size: 1.4rem;
	
	}
	
.box__members-file .box .txt h4{
	font-size: 1.4rem;
	background-image: url("../img/file_icon.svg");
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 35px;
	margin: 10px 0;
	
	}
	
.box__members-file .box .txt h5{
	font-size: 1.6rem;
	margin-bottom: 20px;
	
	}
	
.box__members-file .box .txt h5 span{
	font-size: 1.6rem;
	}
	

.box__members-file .box .txt dl{
	margin: 20px 0;
	font-size: 1.4rem;

	
	}
.box__members-file .box .txt dl dt{
	font-weight: normal;
	}
	
.box__members-file .box .txt dl dt::before {
  content: '■ ';
}
.box__members-file .box .txt dl dd{
	margin-bottom: 20px;

	
	}
	
.box__members-file .box .box__nav{
	padding: 10px 0;
}

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

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

	
}

@media (min-width: 1200px) {
.box__top{
	background-image:url("../img/sla.svg");
	background-size:8px 8px;
	background-repeat: repeat;
  	min-height: 245px;
	width: 100vw;
	overflow: hidden;
	}		
	
.box__top h2{
	margin: 60px auto 0px;
	text-align: center;
	}

.box__top h3{
	font-size: 3.4rem;
	padding: 10px 0;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	}

.box__members-file{
	margin: 20px 0;
	
	}
.box__members-file .info{
	border-top: 1px solid #cdcece;
	border-bottom: 1px solid #cdcece;
	margin: 0 auto;
	width: 970px ;
	}
.box__members-file .info .date{
	height:40px;
	line-height: 40px;
	border-right: 1px solid #cdcece;

	}
	
.box__members-file .info .title{
	height:40px;
	line-height: 40px;
	font-weight: bold;
	
	}
		
.box__members-file .box{
	margin: 20px auto;
	width: 970px ;
	}
	
.box__members-file .box .img{
	margin: 20px 0;
	
	}

.box__members-file .box .img img{
	width: 219px;
	}
.box__members-file .box .name{
	
	}

.box__members-file .box .name p{
	display: inline-block;
	float: left;
	margin-right: 10px;
	
	}
.box__members-file .box .name h3.yakushoku{
	display:block;
	margin-right: 10px;
	font-size: 1.4rem;
}

.box__members-file .box .name h4{
	font-size: 1.8rem;
	
	}
	
.box__members-file .box .name h4 span{
	font-size: 1.4rem;
	margin-left: 10px;
	
	}
	
.box__members-file .box .kensaku{
	background-image: url("../img/logo_kensaku.svg");
	background-position: left 5px center;
	background-repeat: no-repeat;
	background-size: 50px;
	background-color: #cdcece;		
	height: 65px;
	width: 320px;
	margin-bottom: 30px;
	padding: 5px 0;

	}
.box__members-file .box .kensaku .keyword{
	background-color: #babbbc;		
	width: 253px;
	height: 26px;
	color: #fff;
	margin-left: 60px;
	margin-bottom: 2px;
	}

.box__members-file .box .kensaku .keyword input{
	background-color: #babbbc;	
	color: #fff;
	height: 26px;
	width: 225px;
	border: none;
	padding-left: 30px;
	
	}


.box__members-file .box .ichiran_btn{
	background-color: #babbbc;		
	height: 26px;
	width: 253px;
	border: none;
	margin-left: 60px;
	line-height: 26px;
	color: #fff;
	padding-left: 30px;
}

.box__members-file .box .contact{
	
	}

.box__members-file .box .contact p{
	float: left;
	width: 80px;
	color: #909091;
	border-left: 1px solid #909091;
	border-right: 1px solid #909091;
	padding: 0 10px;
	text-align: center;
	margin-right: 10px;
	line-height: 120%;
	
	}

.box__members-file .box .contact img, .box__members-file .box .sns img{
	margin-right:10px;
	
	}

.box__members-file .box .sns{
	padding-left: 80px;
	}

	.box__members-file .box .txt{
	margin: 20px 0;
	overflow: hidden;
	
	}
	
.box__members-file .box .txt img{
	margin: 20px 0;
	
	}

.box__members-file .box .txt h3{
	font-size: 1.4rem;
	
	}
	
.box__members-file .box .txt h4{
	font-size: 1.4rem;
	background-image: url("../img/file_icon.svg");
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 35px;
	margin: 10px 0;
	
	}
	
.box__members-file .box .txt h5{
	font-size: 1.6rem;
	margin-bottom: 20px;
	
	}
	
.box__members-file .box .txt h5 span{
	font-size: 1.6rem;	
	}
	
.box__members-file .box .txt dl{
	margin: 20px 0;
	font-size: 1.4rem;

	
	}
.box__members-file .box .txt dl dt{
	font-weight: normal;
	
	}
	
.box__members-file .box .txt dl dt::before {
  content: '■ ';
}
.box__members-file .box .txt dl dd{
	margin-bottom: 20px;

	
	}
	
.box__members-file .box .box__nav{
	padding: 10px 0;
	margin: 20px auto;

}

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

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

}

/*ログイン*/
@media (max-width: 575px) {
	.box__login{
		text-align: center;
		margin: 5vw auto;
	}
	
	.box__login h3{
		font-size: 3.4rem;
		padding: 10px 0;
		text-align: center;
		font-family: 'Prompt', sans-serif;
		font-weight: 100;
	}
	.login{
		background-color: #f4f4f4;
		width: 90%;
		border-radius: 10px;
		margin: 0 auto;
		padding: 30px;
		text-align: left;
		overflow: hidden;
	}
	.login input {
    	border: 1px solid #808080;
		border-radius: 10px;
    	height: 42px;
    	width: 100%;
    	font-size: 1.4rem;
    	padding-left: 8px;
    	line-height: 40px;
		margin-bottom: 20px;
}
	
	.box__login--txt{
		width: 100%;
		
	}
	.box__login--txt a{
		display: block;
		font-size: 1.4rem;
		line-height:20px;
		color:#903938;
		
	}
	.box__login--btn{
		margin:5px auto 0 auto;
		width: 70%;
		height: 60px;
	}
	
	.box__login--btn .bn--on{
	padding: 0px ;
	background-color: #dc6000;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	
	.box__login--btn .bn--off{
	padding: 0px ;
	background-color: #cdcece;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.box__login{
		text-align: center;
		margin: 5vw auto;
	}
	
	.box__login h3{
		font-size: 3.4rem;
		padding: 10px 0;
		text-align: center;
		font-family: 'Prompt', sans-serif;
		font-weight: 100;
	}
	.login{
		background-color: #f4f4f4;
		width: 468px;
		border-radius: 10px;
		margin: 0 auto;
		padding: 60px;
		text-align: left;
		overflow: hidden;
	}
	.login input {
    	border: 1px solid #808080;
		border-radius: 10px;
    	height: 42px;
    	width: 100%;
    	font-size: 1.4rem;
    	padding-left: 8px;
    	line-height: 40px;
		margin-bottom: 20px;
}
	
	.box__login--txt{
		width: 100%;
		
	}
	.box__login--txt a{
		display: block;
		font-size: 1.4rem;
		line-height:20px;
		color:#903938;
		
	}
	.box__login--btn{
		margin:5px auto 0 auto;
		width: 70%;
		height: 60px;
	}
	
	.box__login--btn .bn--on{
	padding: 0px ;
	background-color: #dc6000;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	
	.box__login--btn .bn--off{
	padding: 0px ;
	background-color: #cdcece;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.box__login{
		text-align: center;
		margin: 5vw auto;
	}
	
	.box__login h3{
		font-size: 3.4rem;
		padding: 10px 0;
		text-align: center;
		font-family: 'Prompt', sans-serif;
		font-weight: 100;
	}
	.login{
		background-color: #f4f4f4;
		width: 468px;
		border-radius: 10px;
		margin: 0 auto;
		padding: 80px;
		text-align: left;
		overflow: hidden;
	}
	.login input {
    	border: 1px solid #808080;
		border-radius: 10px;
    	height: 42px;
    	width: 100%;
    	font-size: 1.4rem;
    	padding-left: 8px;
    	line-height: 40px;
		margin-bottom: 20px;
}
	
	.box__login--txt{
		width: 100%;
		height: 60px;
		
	}
	.box__login--txt a{
		display: block;
		font-size: 1.5rem;
		line-height:20px;
		color:#903938;
		
	}
	.box__login--btn{
		margin:5px auto 0 auto;
		width: 80%;
		height: 60px;
	}
	
	.box__login--btn .bn--on{
	padding: 0px ;
	background-color: #dc6000;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	
	.box__login--btn .bn--off{
	padding: 0px ;
	background-color: #cdcece;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.box__login{
		text-align: center;
		margin: 5vw auto;
	}
	
	.box__login h3{
		font-size: 3.4rem;
		padding: 10px 0;
		text-align: center;
		font-family: 'Prompt', sans-serif;
		font-weight: 100;
	}
	.login{
		background-color: #f4f4f4;
		width: 468px;
		border-radius: 10px;
		margin: 0 auto;
		padding: 80px;
		text-align: left;
	}
	.login input {
    	border: 1px solid #808080;
		border-radius: 10px;
    	height: 42px;
    	width: 100%;
    	font-size: 1.4rem;
    	padding-left: 8px;
    	line-height: 40px;
		margin-bottom: 20px;
}
	
	.box__login--txt{
		width: 100%;
		height: 60px;
		
	}
	.box__login--txt a{
		display: block;
		font-size: 1.5rem;
		line-height:20px;
		color:#903938;
		
	}
	.box__login--btn{
		margin:5px auto 0 auto;
		width: 80%;
		height: 60px;
	}
	
	.box__login--btn .bn--on{
	padding: 0px ;
	background-color: #dc6000;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	
	.box__login--btn .bn--off{
	padding: 0px ;
	background-color: #cdcece;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	}
	
@media (min-width: 1200px) {
	.box__login{
		text-align: center;
		margin: 5vw auto;
	}
	
	.box__login h3{
		font-size: 3.4rem;
		padding: 10px 0;
		text-align: center;
		font-family: 'Prompt', sans-serif;
		font-weight: 100;
	}
	.login{
		background-color: #f4f4f4;
		width: 468px;
		border-radius: 10px;
		margin: 0 auto;
		padding:80px 80px 100px 80px;
		text-align: left;
	}
	.login input {
    	border: 1px solid #808080;
		border-radius: 10px;
    	height: 42px;
    	width: 100%;
    	font-size: 1.4rem;
    	padding-left: 8px;
    	line-height: 40px;
		margin-bottom: 20px;
}
	
	.box__login--txt{
		width: 100%;
		height: 60px;
		
	}
	.box__login--txt a{
		display: block;
		font-size: 1.5rem;
		line-height:20px;
		color:#903938;
		
	}
	.box__login--btn{
		margin:5px auto 0 auto;
		width: 80%;
		height: 60px;
	}
	
	.box__login--btn .bn--on{
	padding: 0px ;
	background-color: #dc6000;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	}
	
	.box__login--btn .bn--off{
	padding: 0px ;
	background-color: #cdcece;
	border-radius: 10px;
	height: 42px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	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;
}
