@charset "UTF-8";

#tab_all+section{
	background: #eef5fd;
}
input[type="radio"] {
	display: none;
}
.tab_area {
	font-size: 0;
	margin: 0 10px;
}
.tab_area label {
	min-width: 165px;
	margin: 0 5px;
	display: inline-block;
	padding: 12px 10px;
	color: #fff;
      background: #43237a;
	text-align: center;
	font-size: 1.55rem;
	cursor: pointer;
	transition: ease 0.2s opacity;
	letter-spacing: 0.1rem;
}
.tab_area label:hover {
	opacity: 0.5;
}
.panel_area {
	background: #fff;
	border-top: 4px solid #003f8d;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tab_panel {
	width: 100%;
	padding: 45px 0;
	display: none;
}

#tab1:checked ~ .tab_area .tab1_label {
	background: #003f8d;
	color: #fff;
}
#tab1:checked ~ .tab_area .tab1_label:hover,
#tab2:checked ~ .tab_area .tab2_label:hover {
	opacity: 1;
}
#tab1:checked ~ .panel_area #panel1 {
	display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
	background: #003f8d;
	color: #fff;
}
#tab2:checked ~ .panel_area #panel2 {
	display: block;
}
@media screen and (max-width: 480px){
	.tab_area label {
    	min-width: 95px;
    	padding: 12px 5px;
		font-size: 1.45rem;
		letter-spacing: 0rem;
	}
}

/*見出し、テキスト改変*/
.heading.block_header_2 .h.tab::before{
	display: none;
}
.heading.block_header_2 .h.tab{
	padding-left:0px;
	display: block;
	border-bottom:2px solid #003f8d;
}
.block_header_4 .h.tab{
	color: #003f8d;
	font-weight: 600;
	font-size: 2.1rem !important;
}

.inner_item_txt p.tab{
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: -15px;
	color: #003f8d;
}

/*テーブル(時間割)*/
#tab_all+section table{
	width: 100%;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.15);
}
#time_table{
	overflow-x: scroll;
}
.time_table{
	height: 230px;
}
.time_table tr{
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.time_table td{
	border-right: 1px solid rgba(0,0,0,0.15);
}
.time_table tbody tr td{
	padding: 5px;
}
.time_table tbody tr td:first-child,
.time_table tbody tr td:nth-child(2){
	background: #eef5fd;
}
.time_table tbody tr:first-child td{
	padding: 15px 5px;
	background: #003f8d;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.time_text{
	margin-top: 10px;
	line-height: 1.55;
}
@media screen and (max-width: 500px){
	.time_table{
		min-width: 420px;
		font-size: 1.5rem;
	}
	#time_table{
		padding-bottom: 15px !important;
	}
	.time_table tbody tr td {
    	padding: 2px 5px;
	}
	.time_table tbody tr:first-child td {
    	padding: 10px 5px;
	}
}

/*テーブル(授業料など)*/
.price_table tbody tr td {
  padding: 10px;
}
.price_table tr {
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.price_table td {
  border-right: 1px solid rgba(0,0,0,0.15);
}
.price_table tbody tr td:first-child{
	background: #eef5fd;
}
.price_table_all .price_table tbody tr td:first-child{
	width: 40%;
}
.price_table_all .price_table tbody tr td:nth-child(2){
	width: 60%;
}
#price_table,
#price_table3{
	margin-top: 45px;
}
#price_table tr td:first-child,
#price_table2 tr td:first-child,
#price_table3 tr td:first-child,
#price_table4 tr td:first-child{
	width: 25%;
}
#price_table tr td:nth-child(2),
#price_table2 tr td:nth-child(2),
#price_table3 tr td:nth-child(2),
#price_table4 tr td:nth-child(2){
	width: 75%;
}
#price_table tr td:nth-child(2),
#price_table3 tr td:nth-child(2){
	text-align: left;
	line-height: 1.55;
}
.price_table tbody tr td.wh {
	background: #fff;
}

#tab_all+section .heading.block_header_4 {
	margin-bottom: 10px;
	margin-top: 25px;
}
@media screen and (max-width: 620px){
	#price_table2 tr td:first-child,
	#price_table4 tr td:first-child {
    	width: 35%;
	}
	#price_table2 tr td:nth-child(2),
	#price_table2 tr td:nth-child(4){
    	width:65%;
	}
	.price_table_all .price_table tbody tr td:first-child {
    	width: 50%;
	}
	.price_table_all .price_table tbody tr td:nth-child(2) {
    	width: 50%;
	}
}
@media screen and (max-width: 500px){
	.price_table td{
		display: block;
		width: 100%;
	}
	.price_table_all .price_table tbody tr td:first-child,
	.price_table_all .price_table tbody tr td:nth-child(2),
	#price_table tr td:first-child,
	#price_table2 tr td:first-child,
	#price_table3 tr td:first-child,
	#price_table4 tr td:first-child,
	#price_table tr td:nth-child(2),
	#price_table2 tr td:nth-child(2),
	#price_table3 tr td:nth-child(2),
	#price_table4 tr td:nth-child(2){
		width: auto;
		border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.price_table_all .price_table tbody tr td:last-child,
	#price_table tr td:last-child,
	#price_table2 tr td:last-child,
	#price_table3 tr td:last-child,
	#price_table4 tr td:last-child{
		border-bottom:none;
	}

}