.on-demand__main {
	width: 900px;
	max-width: 100%;
	margin: 0 auto 90px;
}

.on-demand__capture {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 36px;
}

.on-demand__capture div {
	width: 36%;
}

.on-demand__caution {
	text-indent: -0.15rem;
	padding-left: 0.15rem;
	margin-top: 10px;
}
.on-demand__caution2{
	font-weight:bold;
}
.on-demand-youchiennavi {
	display: block;
	width: 18%;
	margin-top: -3px;
	margin-right: 3%;
	margin-left: 2.5%;
}

.gaito {
	color: #1daaee;
}

.gaitonnashi {
	color: #cf4d4d;
}

.schedule_container{
	margin-bottom: 50px;
}

.hukanzu_daimoku {
    font-size: .26rem;
    font-weight: bold;
    text-align: center;
	padding: 12px 0;
}

.daimoku-second{
	background-color: #D9FBFF;
}

.daimoku-first {
    background-color: #fffacd;
    margin-top: 100px;
}

.ondemand_h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: .22rem;
    font-weight: 600;
    color: #2a6cbb;
}

.schedule_table_wrap{
	margin-bottom: 10px;
}

.schedule_table{
    width: 100%;
}

.schedule_table th {
    padding: 15px 5px;
    border: 2px solid #dfdfdf;
    background: #f5f5f5;
}
.schedule_table td{
	padding: 15px;
}

.schedule_th123{
	border: 2px solid #dfdfdf;
}

.schedule_now{
	background-color: #fffacd;
}
.schedule_now2{
	background-color: #D9FBFF;
}
.schedule_now3{
    background-color: #f0fceb;
}
.schedule_th{
	border: 2px solid #dfdfdf;
	width: 10%;
    background-color: #f5f5f5;
}

.schedule_td{
	border: 2px solid #dfdfdf;
	width: 30%;
}

.hukanzu_container{
	margin-bottom: 60px;
}
.table_hukanzu{
	margin-bottom: 30px;
	width: 100%;
	table-layout: fixed;
}
.table_hukanzu th,
.table_hukanzu td{
	border: 2px solid #dfdfdf;
	line-height: 1.7;
}

.th_season,
.th_num{
    background-color: #fffacd;
	width: 10%;
}

.table_hukanzu2 .th_season,
.table_hukanzu2 .th_num{
    background-color: #D9FBFF;
}

.table_hukanzu3 .th_season,
.table_hukanzu3 .th_num{
	background-color: #f0fceb;
}

.th_contents,
.th_teacher,
.th_desc,
.th_time,
.th_zu,
.th_fee,
.th_manage,
.th_url{
	padding: 15px 10px;
    background-color: #f5f5f5;
	width: 18%;
}

.td_contents,
.td_teacher,
.td_desc,
.td_url{
	padding: 15px 10px;
	width: 54%;
}
.td_time,
.td_zu,
.td_fee,
.td_manage{
	padding: 15px 10px;
	width: 18%;
}
.td_qr{
	padding: 15px 10px;
	width: 18%;
	text-align: center;
}

.td_qr p{
	text-align: center;
	margin-bottom: -13px;
    margin-top: 30px;
}

.qr_img {
    margin: 10px auto;
    display: block;
    width: 100%;
    max-width: 110px;
}

.again_pc{
	display: block;
	text-align: start;
	line-height: 1.5;
}

.td_url a{
	text-decoration: underline;
	color: #3e6eb3;
}
.again_sp{
	display: none;
}

.td_desc_span {
    color: #cf4d4d;
    display: block;
}

.td_desc_span2{
	margin-top: 5px;
	color: #cf4d4d;
	font-weight: 600;
	display: block;
}

.td_desc a{
	color:#000;
}

.td_under__decoration{
	text-decoration: underline 1px;
	text-underline-offset: 2px;
}

.table_sp_head{
	display:none;
}

@media screen and (max-width: 767px) {
	.table_sp_head{
		display:table-row;
		background-color: #fffacd;
	}
	.table_hukanzu2 .table_sp_head{
		background-color: #D9FBFF;
	}
	.table_hukanzu3 .table_sp_head{	
		background-color: #f0fceb;
	}
	.sp_table_season{
    	display: inline-block;
    	padding: 10px;
	    font-weight: bold;
    	font-size: .16rem;
	}
	.sp_table_num{
    	display: inline-block;
	    font-weight: bold;
    	font-size: .16rem;
	}
	.on-demand__main {
		padding: 0 20px;
	}
	.on-demand-youchiennavi {
		display: block;
		width: 39%;
		margin-top: 0px;
		margin-right: 3%;
		margin-left: -6px;
	}
	.on-demand__capture div {
    	width: 56%;
	}
	.schedule_table_wrap {
		overflow: auto;
		width: calc(100vw - 20px);
	}
	.hukanzu_container {
		margin-bottom: 50px;
	}
    .hukanzu_daimoku {
        padding: 5px 0;
        margin-top: 100px;
    }
	
	.schedule_table{
		width: 740px;
	}
	
	.schedule_table th{
		padding: 10px 5px;
	}
	.schedule_table td{
		padding: 10px;
	}
	
	.table_hukanzu th,
	.table_hukanzu td{
		line-height: 1.5;
	}
	
	.th_season,
	.th_num{
		width: 6%;
		display:none;
	}
	
	.th_season{
		-ms-writing-mode: tb-rl;
	  	writing-mode: vertical-rl;
		letter-spacing: .1rem;
	}

	.th_contents,
	.th_teacher,
	.th_desc,
	.th_time,
	.th_zu,
	.th_fee,
	.th_manage,
	.th_url{
		padding: 15px 5px;
		background-color: #f8f8f8;
		width: 25%;
	}

	.td_contents,
	.td_teacher,
	.td_desc,
	.td_url{
		padding: 15px 5px;
		width: 64%;
	}
	.td_time,
	.td_zu,
	.td_fee,
	.td_manage{
		padding: 15px 5px;
		width: 28%;
	}
	
	.td_desc{
		text-align: justify;
	}
	
	.td_qr{
		display: none;
	}
	.again_pc{
		display: none;
	}
	.again_sp{
		margin-top: 5px;
		display: block;
	}
}