@charset "utf-8";
.kc-calender-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 12px 0 10px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
}

.kc-calender-title span {
  width: 20px;
  height: 24px;
  margin-right: 6px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px){
  .kc-calender-title {
    font-size: 18px;
  }

  .kc-calender-title span {
    width: 20px;
  }
}

.kc-calendar{
  text-align: center;
  background: #fff;
  height: 840px;
}
.kc-calendar iframe {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px){
  .kc-calendar{
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px){
  .kc-calendar{
    height: 760px;        
  }
  .kc-calendar iframe{
    height: 760px;        
  }
}
