@charset "UTF-8";

.tit{
	font-weight: bold;
	color:#253c72;
}

.interviewCard_btn.btn{
	margin-top: 1em;
}

.label_attention{
	background: #ed7895;
    padding: 4px;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
	font-weight: bold;
	width:60px;
    display: inline-block;

}
.label_attention.record,
.label.label_green{
	background: #61951d;
}
.label.label_orange{
	background: #f09840;
}

.label{
    padding: 4px 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
	font-weight: bold;
	width: fit-content;
	display: block;
}
.tab-area {
	display: flex;
	justify-content: space-around;
	background-color: #222e3e;
	cursor: pointer;}
	.tab {
	  width: 300px;
	  height: 30px;
	  line-height: 30px;
	  text-align: center;
	  color: white;
	  border-right: 1px solid #50637b;
	  border-left: 1px solid #222e3e;
	}
	.tab.active {
	  background-color: #ccc;
	  color: #222e3e;
	  border: none;
	}

  .content-area {
	font-size: 30px;
	text-align: center;
	.content {
	  display: none;
	}
	.content.show {
	  margin-top: 50px;
	  display: block;
	}
  }
  .schedule_calendar iframe{
		width:100%;
		height:300px;
	}

	@media (max-width: 480px) {
		table.schedule_calendar th,
		table.schedule_calendar td{
			display: block;
		}
		table.schedule_calendar th{
			margin-top: 20px;
		}
table.schedule_calendar th br{
	display:none;
}
.label_attention{
	display: block;
	text-align: center;
	margin: 0 auto;
}
	}