@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html{
  background-size: cover;
  height:100%;
}
.loginbk{
	background: #24C6DC;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24C6DC, #514A9D);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #24C6DC, #514A9D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */	
}
.adloanbk{
	background: #2AF598;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2AF598, #009eFD);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2AF598, #009eFD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	
}
.closeloanbk{
	background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.endloanbk{
	background: #81FBB8;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #81FBB8, #28C76F);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #81FBB8, #28C76F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.managebk{
	background: #7F7FD5;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#feedback-page{
	text-align:center;
}
/* 管理画面用 */
.option-export{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	height:38px;
	padding: 8px 8px 0px 19px;
	font-size: 18px;
	font-weight: 600;
	background-color: #1b4faf;
	width:100%;
}
.option-export-btn{
	display: flex;
	padding: 25px 0px 10px 5px;
	
}
.option-open{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	height:38px;
	padding: 8px 8px 0px 19px;
	font-size: 18px;
	font-weight: 600;
	background-color: #3FB8AF;
	width:100%;
}
/* 管理画面スライダー用 */
#range {
	width: 800px;
	/* margin: 100px; */
	margin-top: 70px;
	margin-bottom: 35px;
}
.rangeday {
	margin-top: 32px;
	margin-left: 70px;
}
.meter {
	display:flex;
}
.rangeday span{
	font-size: 22px;
}

/* 吹き出し用の記述 */
.popLowerNum,
.popUpperNum {
	display:block;
	width:54px;
	line-height:1;
	text-align:center;
	border-radius:10px;
	font-size:18px;
	color:#fff;
	background:#3FB8AF;
	padding:9px 0;
	top:-60px;
	left:50%;
	margin-left:-27px;
	position:absolute;
	z-index:100;
}
.popLowerNum:after,
.popUpperNum:after {
	content:"";
	display:block;
	position:absolute;
	border:5px solid transparent;
	border-top:6px solid #3FB8AF;
	bottom:-10px;
	left:50%;
	margin-left:-5px;
}

/* ユーザ申請用 */
#amount-top{
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 46px;
	border-radius: 0;
	line-height: 6px;
	padding: 10px 0 30px 0;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
	text-align    : center;
}
#amount-toppic{
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 66px;
	border-radius: 0;
	line-height: 0;
	padding: 0 0 30px 0;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
	text-align    : center;
}
#logout{
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	padding: 0 0 0 0px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
	text-align    : center;
}

.msghm{
	color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 20px;
	border-radius: 0;
	line-height: 22px;
	width:100%;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
	text-align    : center;
}

#form-main{
	width:100%;
	padding-top:15px;
}

.form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:5px;
	padding-bottom:5px;
	width: 450px;
	left: 0;
	right: 0;
	margin: auto;	
	border-radius:7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 580px) {
	.form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.amount-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 22px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
	text-align    : right;
}

.amount-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}




/* Icons ---------------------------------- */
#name{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#name:focus{
	background-size: 30px 30px;
	background-position: 8px 5px;
  	background-position: 11px 8px;	
	background-repeat: no-repeat;
}
#Loan_amount{
	color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 20px;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#email{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	height: 78px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:19px;
	padding-bottom:19px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-bottom:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}

#button-green{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	height: 78px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #42afa0;
	color:white;
	font-size:24px;
	padding-top:19px;
	padding-bottom:19px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-bottom:-4px;
  font-weight:700;
}

#button-green:hover{
	background-color: rgba(0,0,0,0);
	color: #42afa0;
}

.button-file{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	height: 37px;
	width: 100%;
	border: #fbfbfb solid 2px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:17px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-bottom:30px;
  font-weight:500;
}

.button-file:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
.submit:hover {
	color: #3498db;
}
.backsubmit:hover {
	color: #db5b34;
}
	
.ease {
	width: 0px;
	height: 75px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}
.backsubmit:hover .ease{
	width:100%;
	background-color:white;
  }



.ui.message {
	position: relative;
	min-height: 1em;
	margin: 1em 0em;
	background: #F8F8F9;
	padding: 1em 1.5em;
	line-height: 1.4285em;
	color: rgba(0, 0, 0, 0.87);
	-webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
	transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
	border-radius: 0.28571429rem;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }

.ui.error.message {
	background-color: #FFF6F6;
	color: #9F3A38;
  }
  
  .ui.error.message,
  .ui.attached.error.message {
	-webkit-box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  
  .ui.error.message .header {
	color: #912D2B;
  }

  .btnloan-hover {
	width: 180px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin-left: 20px;
	height: 45px;
	text-align:center;
	border: none;
	background-size: 300% 100%;
	border-radius: 50px;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  }
  
  .btnloan-hover:hover {
	background-position: 100% 0;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  }
  
  .btnloan-hover:focus {
	outline: none;
  }
  
  .btnloan-hover.monexp {
	  background-image: linear-gradient(
		to right,
		#25aae1,
		#4481eb,
		#04befe,
		#3f86ed
	  );
	  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
	}

	.btnloan-hover.allexp {
		background-image: linear-gradient(
		  to right,
		  #fc6076,
		  #ff9a44,
		  #ef9d43,
		  #e75516
		);
		box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
	}

	.btnloan-hover.stday {
		background-image: linear-gradient(
		  to right,
		  #25aae1,
		  #40e495,
		  #30dd8a,
		  #2bb673
		);
		box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
	}
/* 画面幅の50%の幅で画像を表示 */
.image-vw {
	width : 50vw ; 
}
/* ログアウト、ホームボタン */
.btn{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	
	width: 150px;
	border: #fbfbfb solid 2px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:20px;
	padding-top:0px;
	padding-bottom:0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-bottom:-4px;
  font-weight:500;
}

.btn:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
.btnHome{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	
	width: 150px;
	border: #fbfbfb solid 2px;
	cursor:pointer;
	background-color: #00bda4;
	color:white;
	font-size:20px;
	padding-top:0px;
	padding-bottom:0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-bottom:-4px;
  font-weight:500;
}

.btnHome:hover{
	background-color: rgba(0,0,0,0);
	color: #00bda4;
}

.flor{
	float:right;
}
.flol{
	float:left;
}
.htable{
	width: 520px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 580px) {
	.htable{
		left: 3%;
		margin-right: 3%;
		width: 97%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}