@charset "UTF-8";

/*電話番号*/
#tel + section .tel {
	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;
	font-size: 4.2rem;
	letter-spacing: 0.2rem;
	margin-top: -10px;
}
#tel + section .tel a{
	text-decoration: none;
}
#tel + section .tel_text{
	background: #622330;
	color: #fff;
	border-radius: 50px;
	padding: 2px 20px;
	margin: 0 auto;
	width: 255px;
	margin-top: -15px!important;
	font-size: 1.6rem;
}
#tel + section .wrapper_item {
	padding: 50px 15px !important;
	border: 3px double rgba(0, 0, 0, 0.2);
	width: 80%;
	margin-left: 10%;
	background: url(/common/upload_data/r-hybrid-academycom/image/bg2_1.png) repeat;
}
#tel+section .content_wrapper{
	position: relative;
}
#tel+section .content_wrapper:before {
	display: block;
	content: "";
	position: absolute;
	bottom:-50px;
	right: -1%;
	background: url(/common/upload_data/r-hybrid-academycom/image/book.png) no-repeat bottom right;
	pointer-events: none;
	z-index: 1;
	background-size: 220px;
	width: 220px;
	height: 210px;
}

@media screen and (max-width: 900px){
	#tel + section .wrapper_item{
		width: 90%;
  		margin-left: 0%;
	}
	#tel+section .content_wrapper:before {
		background-size: 180px;
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width: 620px) {
	#tel+section .content_wrapper:before {
		background-size: 140px;
		width: 140px;
		height: 150px;
		top: 0px;
	}
}
@media screen and (max-width: 500px){
	#tel + section .tel{
		font-size: 3.2rem;
    	letter-spacing: 0.1rem;
	}
	#tel + section .wrapper_item{
		padding: 35px 15px!important;
	}
}
@media screen and (max-width: 420px) {
	#tel+section .content_wrapper:before {
		right: -10%;
	}
}

/*2カラムコンテンツ*/
#programs + div .inner_item_img {
	width: 75%;
	height: auto;
}
#programs + div .heading.block_header_4 .h::before {
	left: 26%;
	width: 48%;
}
#programs + div .heading.block_header_4 .h {
	font-size: 2.8rem !important;
}
#programs + div p.tel {
	background: url(/common/upload_data/r-hybrid-academycom/image/bg2_1.png) repeat;
	padding: 8px 10px;
	font-size: 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.6;
}
#programs + div p.tel a{
	text-decoration: none;
}
#programs + div .info a{
	text-decoration: none;
}
#programs + div .info{
	background: rgba(234,204,115,0.4);
	padding: 3px 3px;
}
#programs + div .inner_item a {
	position: relative;
}
#programs + div .inner_item:nth-child(1)>a:before {
	display: block;
	content: "";
	position: absolute;
	top:-10px;
	left: 20px;
	background: url(/common/upload_data/r-hybrid-academycom/image/con_img2.png) no-repeat top left;
	pointer-events: none;
	z-index: 3;
	background-size: 106px;
	width: 106px;
	height: 160px;
}
#programs + div .inner_item:nth-child(2)>a:before {
	display: block;
	content: "";
	position: absolute;
	top:-10px;
	left: 20px;
	background: url(/common/upload_data/r-hybrid-academycom/image/con_img1.png) no-repeat top left;
	pointer-events: none;
	z-index: 3;
	background-size: 106px;
	width: 106px;
	height: 160px;
}
@media screen and (max-width: 700px) {
	#programs + div .inner_item:nth-child(1)>a:before,
	#programs + div .inner_item:nth-child(2)>a:before{
		background-size: 85px;
    	width: 85px;
    	height: 130px;
	}
}

