header{
  height: 45px;
}
main{
  left:0px !important;
  width: 100%;
  position: fixed;
  top:35px;
}

.aim_create_edit_wrap{
  padding: 0 15px;
  height:80%;
}
.items{
  float: right;
}
.tabcontent {
  display: none;
}
.edit-form {
  height: 100%;
}
.aim-delete-btn{
  float: right;
}
.aim-delete-form{
  float: right;
}
#submitButton{
  font-size: 15px;
  width: 65px;
}

/*inputがアクティブな時枠線を非表示に*/
input:focus ,textarea:focus{
  outline: none;
}

.edit-form{
  height:100%;
}
.title{
  width:100%;
  font-size:22px;
}
.edit-container{
  padding:5px;
  display: flex;
  height:100%;
}
.edit-input{
  width:50%;
  height:100%;
}
.previewArea{
  margin-left:10px;
  width:50%;
  background:white;
  color:black;
}



.toggle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  margin: 0 auto;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  background-color: gray;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.uproad_wrap{
  display: none;
}