
/*header*/
header {
  border-bottom:inset 3px #FF793F;
  background-image: url('../img/wave-h.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}

header .header-title{
  font-size: 2.4rem;
  padding-top:2rem;
  padding-left:3rem;
  color:#FF793F;
}

header .login-name{
  padding-top:0.3rem;
  color: #808080;
}


/*sidebar*/
#sidebar {
  background-color: #FF793F;
  min-height: 100vh;
}
#sidebar img{
  min-width: 100px;
  max-width: 250px;
	width: 100%;
  padding: 25px;
  padding-left: 0.8rem;
}
#sidebar ul{
  padding-left: 0.8rem;
}
#sidebar li{
	list-style: none;
	padding-top: 1.7rem;
}
#sidebar a{
	font-size: 1.2rem;
	color: white;
}
#sidebar i{
	padding-right: 0.3rem;
}

/*編集画面：削除・復帰ボタン位置調整*/
.content_area {
  position: relative;
}
.condition_btn {
  position: absolute;
  bottom: 0;
  left: 75px;
}

@media screen and (max-width: 992px) {
	/*sidebar*/
	#sidebar a{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 768px) {
	/*sidebar*/
	#sidebar a{
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 576px) {
	/*sidebar*/
	#sidebar a{
		font-size: 0.8rem;
	}
}
/*ログイン*/
.login_item_margin{
  margin:0px 0px 20px 0px;
}
footer {
  overflow-x: hidden;
  width:100%;
  position:fixed;
  bottom:0;
  z-index: -5;
}
footer img{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}
.cp_iptxt {
  position: relative;
}
.cp_iptxt input[type='text'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #aaaaaa;
  border: none;
  border-bottom: 2px solid #808080;
  background: transparent;
}
.ef input[type='text']:focus {
  border-bottom: 2px solid #da3c41;
  outline: none;
}
.cp_iptxt input[type='email'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #aaaaaa;
  border: none;
  border-bottom: 2px solid #808080;
  background: transparent;
}
.ef input[type='email']:focus {
  border-bottom: 2px solid #da3c41;
  outline: none;
}
.cp_iptxt input[type='password'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #aaaaaa;
  border: none;
  border-bottom: 2px solid #808080;
  background: transparent;
}
.ef input[type='password']:focus {
  border-bottom: 2px solid #da3c41;
  outline: none;
}


