@charset "utf-8";

.btn_comment-txt {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: block;
   background-color: rgba(0, 0, 0, 0.65);
   width: auto;
   padding: 10px 50px;
   color: #fff;
   font-size: 1.4rem;
   text-align: center;
   line-height: 1.8;
 }
.btn_comment-txt {
  width: 146%;
  padding: 10px 20px;
  font-size: 14px;
}

.entry_form_close:hover {
  transform: scale(1);
}

@media screen and (max-width: 1400px) {
    .fixed-box .entry_form {
        font-size: 0.91rem;
    }
}

#voice .schedule ul li{
  position: relative;
  text-align: left;
  max-width: 440px;
  width: calc(100% - 60px);
  margin: 0 0 1.5em 0;
  padding: unset;
  background-color: unset;
}

#voice .schedule ul li p, 
#voice .schedule ul li a {
  display: flex;
  align-items: center;
  color: var(--col_blu);
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 40px;
  padding: 0.5em 1em;
}
#voice .schedule ul li a:hover:before {
  opacity: 0.6;
}