for_____SP{}
/*SP用*/
@media screen and (max-width: 770px) {

.kiji3 {
	margin-bottom: 10px;
}

.kiji3:after {
	color: #c6c6c6;
	line-height: 1em;
	font-size: 30px;
	text-align: center;
	content: "・・・";
}
/* タブ基本 */
.panel:not(.is-show){
	display:none
}
.tab-group{
	padding-left: 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.tab-group .tab{
	padding: 10px;
	background-color: #f3f3f3;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #e1e1e1;
	border-style: solid;
	line-height: 1em;
	font-size: 12px;
	display: inline-block;
}
.tab-group .tab:hover{
	cursor: pointer;
}
.tab-group .is-active{
	background-color: white;
	color: black;
}
.panel-group{
	margin-top: -1px;
	margin-bottom: 25px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}
.panel-group .panel{
	padding: 15px;
}
table.time_schedule th{
	text-align: right;
	padding: 3px;
	vertical-align: top;
}
table.time_schedule td{
	padding: 3px;
}
}


for_____PC{}
/*PC用*/
@media screen and (min-width: 771px) {

.kiji3 {
	padding-top: 30px;
}

.kiji3:after {
	color: #c6c6c6;
	line-height: 1em;
	font-size: 30px;
	text-align: center;
	content: "・・・";
}
/* タブ基本 */
.panel:not(.is-show){
	display:none
}
.tab-group{
	padding-left: 15px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.tab-group .tab{
	background-color: #f3f3f3;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #e1e1e1;
	border-style: solid;
	line-height: 1em;
	font-size: 14px;
	display: inline-block;
}
.tab-group .tab:hover{
	cursor: pointer;
}
.tab-group .is-active{
	background-color: white;
	color: black;
}
.panel-group{
	margin-top: -1px;
	margin-bottom: 25px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}
.panel-group .panel{
	padding: 30px;
}
table.time_schedule th{
	text-align: right;
	padding: 5px;
	vertical-align: top;
}
table.time_schedule td{
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

}
