@charset "UTF-8";

/*コース*/
#course+section .heading.block_header_2 .h{
	font-size: 3.8rem!important;
	font-family: 'Abril Fatface','Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	padding-left: 0px;
	border-bottom: none;
	letter-spacing: 0.2rem;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.2;
}
#course+section .inner_item_txt .heading {
	margin-bottom: 30px;
}
#course+section .heading.block_header_2 .h:first-letter{
	color: #cf9e41;
}
#course+section .heading.block_header_2 .h::before{
	display: none;
}
#course+section .heading.block_header_2 p{
	font-size: 2.2rem;
	padding-bottom: 0px;
	letter-spacing: 0.2rem;
}
#course+section .name{
	font-size: 1.5rem;
}
#course+section .block_table_1{
	padding-right: 30%;
	margin-top: 20px;
}
#course+section .block_table_1 table td{
	text-align: center;
}
#course+section .block_table_1 table th{
	width: 30%;
}
@media screen and (max-width: 900px){
	#course+section .heading.block_header_2{
		text-align: center;
	}
	#course+section .block_table_1{
		padding-right: 0%;
	}
	#course+section .block_table_1 table th{
		width: 25%;
	}
}
@media screen and (max-width: 800px){
	#course+section .heading.block_header_2 .h{
		font-size:3rem!important;
	}
	#course+section .heading.block_header_2 p {
    	font-size: 1.75rem;
	}
	#course+section .heading.block_header_2 {
    	margin-bottom: 25px;
	}
}

/*コースの特長*/
#setting+div .heading.block_header_4 .h {
	font-size: 1.8rem;
}
#setting+div .inner_item .heading{
	display: flex;
	flex-direction: column;
}
#setting+div .inner_item .heading.block_header_4 .h{
	order: 2;
}

#setting2+section .heading.block_header_2 .h{
	font-size: 2.4rem;
	line-height: 1.8;
	padding-left:0px;
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(234,204,115,0.5);
	text-underline-offset: -0.1em;
	text-decoration-skip-ink: none;
	border-bottom:none;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#setting2+section .heading.block_header_2 .h::before{
	display: none;
}
@media screen and (max-width: 800px){
	#setting+div .heading.block_header_4 .h {
		font-size: 1.6rem;
	}
}

#setting1 + section .inner_item_txt{
	background: url(/common/upload_data/r-hybrid-academycom/image/bg2_1.png) repeat;
	padding: 30px 20px !important;
	border: 3px double rgba(0, 0, 0, 0.15);
	width: 92%;
}
@media screen and (max-width: 1200px){
	#setting1 + section .inner_item_txt{
		width: 98%;
		padding: 25px 20px !important;
		font-size: 1.55rem;
    	line-height: 1.95;
	}
}