@charset "UTF-8";

#teacher .title {
  background: #001871;
}

/** 満席時ボタン表示 **/
.fultopmsg {
    font-weight: bold;
    font-size: 2.0rem;
    color:#001871;
    padding-bottom:20px;
}
.wt_btn,
.wt_btn::before,
.wt_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
    .wt_btn {
        margin: 0 auto;
        width: 100%;
        font-size: 28px;
        font-size: 2.8rem;
        padding:20px 12px 18px;
    }
    .fullFlagTrue {
    width: 35%;
}
}
.wt_btn:hover {
  opacity: 0.7;
}
.wt_btn {
  background: #f2dede;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 6px;
  text-align: center;
  -moz-box-shadow: 0 6px 0 #b94a48;
  -webkit-box-shadow: 0 6px 0 #b94a48;
  box-shadow: 0 6px 0 #b94a48;
  outline: none;
  padding: 16px 12px 14px;
  box-sizing: border-box;
  border-color: #eed3d7;
  color:#b94a48;
}
.wt_msg {
  background: #f2dede;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 6px;
  text-align: center;
  outline: none;
  padding: 16px 12px 14px;
  box-sizing: border-box;
  border:1px solid #eed3d7;
  color:#b94a48;
}

@media screen and (max-width: 767px){
  .wt_btn , .fultopmsg{
    font-size: 1.5rem;
  }
}
