@charset "UTF-8";


@font-face {
  font-family: ALX;
  src: url(../fonts/AlexBrush-Regular.ttf);
}

#page-top a {
	background-color:unset !important;
	width: 100px !important;
}

html {
  scroll-behavior: smooth; /* 1行だけでスムーススクロールできる！ */
}


/*pc*/
@media screen and (min-width: 1000px) {


.pc{display:block;}
.smt{display:none;}

#prlp .innerwith{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#prlp .header{
	background-image: url("/images/prlp/maintop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height:770px;
	position:relative;
}
#prlp .header .topcatch{
	position:absolute;
	top:0;
	left:0;
}

#prlp .header .topbox{
	background-color:#ff9815;
	display:flex;
	flex-flow: row wrap;
	position:absolute;
	top:390px;
	border-radius: 15px;
}
#prlp .header .topbox .blk{
	width:306px;
	text-align:center;
	margin:10px;
}
#prlp .header .topbox .blk .stxt{
	font-size:18px;
	color:#fff;
}
#prlp .header .topbox .blk .ltxt{
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
#prlp .header .topbox .line{
	width:2px;
	background-color:#fff;
}
#prlp .header .topbox .topbox_btmtxt{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}

#prlp .headtop_btm_catch{
	position:absolute;
	top:603px;
}

#prlp .top_btm_catch{
	width:100%;
	text-align:center;
	margin-top: 30px;
}
#prlp .top_btm_catch .hov:hover{
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#prlp .top_btm_catch .blbtn{
	display:block;
	width: 400px;
	margin: 0 auto;
	background-image: linear-gradient(0deg, rgba(29, 165, 226, 1) 10%, rgba(91, 216, 252, 1) 90%);
	color: #fff;
	padding: 9px;
	font-size: 31px;
	font-weight: bold;
	border-radius: 30px;
	position: relative;
	box-shadow: 1px 1px 4px #3e3e3e;
	margin-top:10px;
}

#prlp .top_btm_catch .blbtn::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 3px solid transparent;
    background: linear-gradient(135deg,rgb(27, 163, 224, 1) 0%,rgb(93, 217, 253, .5) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
#prlp .top_btm_catch .blbtn::after{
	content: "";
    position: absolute;
    right: 35px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#prlp .yelbg{
	background-color:#ffefc9;
	padding-top: 30px;
	padding-bottom: 30px;
}
#prlp .yelbg .campbox{
	background-image: url("/images/prlp/campaign_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	height:166px;
	position:relative;
	display:flex;
	align-items: center; 
}
#prlp .yelbg .campbox .flg{
	position: absolute;
	top: -36px;
	right: -17px;
	z-index: 9999;
}
#prlp .yelbg .campbox .cmp_catch{
	font-size:26px;
	color:#000;
	font-weight:bold;
	margin-left:30px;
}
#prlp .yelbg .campbox .cmp_catch span{
	font-size:30px;
	position: relative;
}
#prlp .yelbg .campbox .cmp_catch span:after{
	content: '';
	width: 60px;
	height: 4px;
	display: inline-block;
	background-color: #ff1f63;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 30px);
}
#prlp .yelbg .campbox .price{
	width:360px;
	margin-left:30px;
}
#prlp .yelbg .campbox .priceafter{
	margin-top: 75px;
	font-size:30px;
}

#prlp .tabarea{
	width:925px;
	margin:0 auto;
	margin-top:50px;
}
#prlp .tabarea .tabtop{
	display: flex;
}
#prlp .tabarea .tabtop .blk{
	border-radius:15px 15px 0 0;
	background-color:#ffbc62;
	width:33%;
	text-align:center;
	padding-top:15px;
	position:relative;
}
#prlp .tabarea .tabtop .blk1{
	z-index:1;
}
#prlp .tabarea .tabtop .blk2{
	z-index:3;
}
#prlp .tabarea .tabtop .blk3{
	z-index:2;
}
#prlp .tabarea .tabtop .on.blk1:before,
#prlp .tabarea .tabtop .on.blk1:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 29px;
	right: -20px;
}
#prlp .tabarea .tabtop .on.blk1:before{
	background:#ff9815;
}
#prlp .tabarea .tabtop .on.blk1:after{
	background:#ffefc9;
	border-radius:0 0 0 100%;
}

#prlp .tabarea .tabtop .on.blk3:before,
#prlp .tabarea .tabtop .on.blk3:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 29px;
	left: -20px;
}
#prlp .tabarea .tabtop .on.blk3:before{
	background:#ff9815;
}
#prlp .tabarea .tabtop .on.blk3:after{
	background:#ffefc9;
	border-radius:0 0 100% 0;
}



#prlp .tabarea .tabtop .blk:nth-of-type(1),
#prlp .tabarea .tabtop .blk:nth-of-type(2){
	margin-right:10px;
}
#prlp .tabarea .tabtop .blk a{
	width: 100%;
	display: block;
}
#prlp .tabarea .tabtop .blk a .ltxt{
	font-size:25px;
	font-weight:bold;
	color:#fff;
	padding-bottom:10px;
}	
#prlp .tabarea .tabtop .blk.on{
	background-color:#ff9815;
	width:48%;
	padding-bottom: 40px;
}

#prlp .tabarea .tabbody{
	background-color:#ff9815;
	border-radius:15px;
	padding-top: 30px;
	margin-top: -30px;
	position:relative;
	margin-bottom:20px;
	z-index: 10;
}
#prlp .tabarea .tabbody .blockbox{
	display:flex;
	justify-content: space-around;
	flex-flow: row wrap;
	padding: 0 30px 30px;
}
#prlp .tabarea .tabbody .blockbox .box{
	background-color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 2px;
	font-size:19px;
	color:#603813;
}
#prlp .tabarea .tabbody .blockbox .backcurve{
	
}
#prlp .tabarea .tabbody .blockbox .box.three{
	width: 264px;
}
#prlp .tabarea .tabbody .blockbox .box.two{
	width: 407px;
}
#prlp .tabarea .tabbody .blockbox .box.one{
	width: 841px;
}
#prlp .tabarea .tabbody .blockbox .box.long{
	width: 841px;
	margin-top:8px;
}
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(1),
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(2),
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(3){
	border-radius:5px 5px 0 0 ;
}
#prlp .tabarea .tabbody .blockbox .two:nth-of-type(1),
#prlp .tabarea .tabbody .blockbox .two:nth-of-type(2){
	border-radius:5px 5px 0 0 ;
}

#prlp .tabarea .tabbody .blockbox .one:nth-of-type(1){
	border-radius:5px 5px 0 0 ;
}
#prlp .tabarea .tabbody .blockbox .one:nth-of-type(2){
	padding: 40px 10px;
	margin-top: 8px;
}

#prlp .eight_reason{
	background-color: #ebece7;
	text-align:center;
	padding-top:20px;
}


#prlp .teachers{
	padding-top:30px;
}
#prlp .teachers .headder{
	display:flex;
	justify-content: center;
	align-items: center; 
	margin-bottom:30px;
}
#prlp .teachers .headder .headtl{
    text-align: center;
    padding: 0 70px;
		color:#603813;
}
#prlp .teachers .headder .headtl span.tl{
	font-size: 47px;
	letter-spacing: 3px;
	font-weight: bold;
}
#prlp .teachers .headder  .headtl span.ALX{
	font-size: 48px;
	text-align: center;
	font-family: ALX;
	
}

#prlp .teachers .tchslider{
	margin: 0 auto;
    width: 830px;
}




#prlp .teachers .tchfootbtn{
	display:flex;
	margin-bottom:20px;
}



#prlp .cusvoice .headder{
	display:flex;
	justify-content: center;
	align-items: center; 
}
#prlp .cusvoice .headder .headtl{
    text-align: center;
    padding: 0 70px;
		color:#603813;
}
#prlp .cusvoice .headder .headtl span.tl{
	font-size: 47px;
	letter-spacing: 3px;
	font-weight: bold;
}
#prlp .cusvoice .headder  .headtl span.ALX{
	font-size: 48px;
	text-align: center;
	font-family: ALX;
}


#prlp .voicebox{
	background-color:#ff9815;
	border-radius:15px;
	display:flex;
	justify-content: center;
	margin-bottom:30px;
	padding-bottom:20px;
}
#prlp .voicebox .spimg{
	margin-top: -63px;
}
#prlp .voicebox .mr63{
	margin-right: -63px;
}
#prlp .voicebox .mr122{
	margin-right: -122px;
}
#prlp .voicebox .wi756{
	width: 756px;
	margin-left: -60px;
}

#prlp .voicebox .lside{
	margin-top:30px;
	width:665px;
}
#prlp .voicebox .lside p{
	font-size:25px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#prlp .voicebox .lside .wbox{
	background-color:#fff;
	border-radius: 15px;
	padding:15px;
	font-size:18px;
	color:#603813;
}	
#prlp .voicebox .lside .wbox.wi700{
	width: 700px;
}
#prlp .voicebox .lside .wbox span.redcl{
	color:#ed1c24;
	font-size:20px;
	font-weight:bold;
}
#prlp .voicebox .lside .wbox span.btm{
	text-align:right;
	font-size:18px;
	color:#603813;
	display:block;
	text-align:right;
}


#prlp .tilebg{
	background-image: url("/images/prlp/tilebg.png");
	position:relative;
	padding-top:50px;
	padding-bottom:30px;
}
#prlp .tilebg .mtl{
	text-align:center;
}
#prlp .tilebg .block{
	width:920px;
	margin:0 auto;
	background-color:#ffefc9;
	border-radius:20px;
	padding:40px;
	margin-top: -75px;
	z-index: 2;
	position: relative;
}

#prlp .tilebg .block .steparea{
	position: relative;
	padding: 0 40px 0 60px;
}
		
#prlp .tilebg .block .steparea:before {
    content: '';
    position: absolute;
    left: 33px;
    top: 10px;
    width: 4px;
    height: 100%;
    border-left: 2px dashed #ff9815;
}
#prlp .tilebg .block .steparea .stepblock{
	position: relative;
	margin-left: 30px;
	min-height:80px;
	margin-bottom:20px;
}
#prlp .tilebg .block .steparea .stepblock p{
	color:#603813;
}
#prlp .tilebg .block .steparea .stepblock .no{
	position: absolute;
	left: -65px;
	top: -2px;
	font-size:30px;
	color:#FFF;
	z-index: 2;
}
#prlp .tilebg .block .steparea .stepblock .ltxt:before{
	content: '';
    position: absolute;
    left: -80px;
    top: -4px;
    width: 50px;
    height: 50px;
    background-color: #ff9815;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#prlp .tilebg .block .steparea .end::before {
    content: '';
    position: absolute;
    left: -62px;
    top: 10px;
    width: 10px;
    height: 100%;
    background-color: #ffefc9;
}
#prlp .tilebg .block .steparea .stepblock.end{
	min-height: 0px;
}
#prlp .tilebg .block .steparea .stepblock .ltxt{
	font-size:30px;
	margin-bottom: 0;
}
#prlp .tilebg .block .steparea .stepblock .mtxt{
	font-size:25px;
	margin-bottom: 0;
	margin-left:35px;
}
#prlp .tilebg .block .steparea .stepblock .list{
	font-size:20px;
	margin-bottom: 0;
	padding-left:1em;
	text-indent:-1em;
	margin-left:20px;
}
#prlp .tilebg .block .kira1{
	position:absolute;
	bottom:10px;
	right:20px;
}
#prlp .tilebg .block .kira2{
	position:absolute;
	bottom:-113px;
	left:0;
}

#prlp .footlink{
	padding:25px 0;
}
	
#prlp .footlink .linkarea{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#prlp .footlink .linkarea .link{

}
#prlp .footlink .linkarea .link a{
	font-size:25px;
	color:#603813;
	padding:0 30px;
}
#prlp .footlink .linkarea .rbd{
	border-right: 1px solid #603813;
	height: 29px;
	margin-top: 7px;
}
#prlp .footlink .copy{
	text-align:center;
	font-size:23px;
	color:#603813;
}


/*埋め込みフォーム*/
.forminclud{
	width:1000px;
	margin:0 auto;
	height:1300px;
}
.forminclud iframe{
	width:100%;
	height:100%;
}



}/*pc*/

/*タブレット*/
@media screen and (max-width: 999px) {


.pc{display:block;}
.smt{display:none;}


#prlp .innerwith{
	width:95%;
	margin:0 auto;
	position:relative;
}
#prlp .header{
	background-image: url("/images/prlp/maintop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:770px;
	position:relative;
}
#prlp .header .topcatch{
	position:absolute;
	top:0;
	left:0;
}

#prlp .header .topbox{
	background-color:#ff9815;
	display:flex;
	flex-flow: row wrap;
	position:absolute;
	top:390px;
	border-radius: 15px;
}
#prlp .header .topbox .blk{
	width:30%;
	text-align:center;
	margin:10px;
}
#prlp .header .topbox .blk .stxt{
	font-size:18px;
	color:#fff;
}
#prlp .header .topbox .blk .ltxt{
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
#prlp .header .topbox .line{
	width:2px;
	background-color:#fff;
}
#prlp .header .topbox .topbox_btmtxt{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}

#prlp .headtop_btm_catch{
	position:absolute;
	top:603px;
}

#prlp .top_btm_catch{
	width:100%;
	text-align:center;
	margin-top: 30px;
}
#prlp .top_btm_catch .hov:hover{
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#prlp .top_btm_catch .blbtn{
	display:block;
	width: 400px;
	margin: 0 auto;
	background-image: linear-gradient(0deg, rgba(29, 165, 226, 1) 10%, rgba(91, 216, 252, 1) 90%);
	color: #fff;
	padding: 9px;
	font-size: 31px;
	font-weight: bold;
	border-radius: 30px;
	position: relative;
	box-shadow: 1px 1px 4px #3e3e3e;
	margin-top:10px;
}

#prlp .top_btm_catch .blbtn::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 3px solid transparent;
    background: linear-gradient(135deg,rgb(27, 163, 224, 1) 0%,rgb(93, 217, 253, .5) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
#prlp .top_btm_catch .blbtn::after{
	content: "";
    position: absolute;
    right: 35px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#prlp .yelbg{
	background-color:#ffefc9;
	padding-top: 30px;
	padding-bottom: 30px;
}
#prlp .yelbg .campbox{
	background-image: url("/images/prlp/campaign_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-flow: row wrap;
	align-items: center; 
}
#prlp .yelbg .campbox .flg{
	position: absolute;
	top: -36px;
	right: -17px;
	z-index: 9999;
}
#prlp .yelbg .campbox .cmp_catch{
	font-size:26px;
	color:#000;
	font-weight:bold;
	margin-left:30px;
}
#prlp .yelbg .campbox .catch1{
	width:100%;
}
#prlp .yelbg .campbox .cmp_catch span{
	font-size:30px;
	position: relative;
}
#prlp .yelbg .campbox .cmp_catch span:after{
	content: '';
	width: 60px;
	height: 4px;
	display: inline-block;
	background-color: #ff1f63;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 30px);
}
#prlp .yelbg .campbox .price{
	width:360px;
	margin-left:30px;
}
#prlp .yelbg .campbox .priceafter{
	margin-top: 75px;
	font-size:30px;
}

#prlp .tabarea{
	width:95%;
	margin:0 auto;
	margin-top:50px;
}
#prlp .tabarea .tabtop{
	display: flex;
}
#prlp .tabarea .tabtop .blk{
	border-radius:15px 15px 0 0;
	background-color:#ffbc62;
	width:33%;
	text-align:center;
	padding-top:15px;
	position:relative;
}
#prlp .tabarea .tabtop .blk1{
	z-index:1;
}
#prlp .tabarea .tabtop .blk2{
	z-index:3;
}
#prlp .tabarea .tabtop .blk3{
	z-index:2;
}
#prlp .tabarea .tabtop .on.blk1:before,
#prlp .tabarea .tabtop .on.blk1:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 29px;
	right: -20px;
}
#prlp .tabarea .tabtop .on.blk1:before{
	background:#ff9815;
}
#prlp .tabarea .tabtop .on.blk1:after{
	background:#ffefc9;
	border-radius:0 0 0 100%;
}

#prlp .tabarea .tabtop .on.blk3:before,
#prlp .tabarea .tabtop .on.blk3:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 29px;
	left: -20px;
}
#prlp .tabarea .tabtop .on.blk3:before{
	background:#ff9815;
}
#prlp .tabarea .tabtop .on.blk3:after{
	background:#ffefc9;
	border-radius:0 0 100% 0;
}



#prlp .tabarea .tabtop .blk:nth-of-type(1),
#prlp .tabarea .tabtop .blk:nth-of-type(2){
	margin-right:10px;
}
#prlp .tabarea .tabtop .blk a{
	width: 100%;
	display: block;
}
#prlp .tabarea .tabtop .blk a .ltxt{
	font-size:25px;
	font-weight:bold;
	color:#fff;
	padding-bottom:10px;
}	
#prlp .tabarea .tabtop .blk.on{
	background-color:#ff9815;
	width:48%;
	padding-bottom: 40px;
}

#prlp .tabarea .tabbody{
	background-color:#ff9815;
	border-radius:15px;
	padding-top: 30px;
	margin-top: -30px;
	position:relative;
	margin-bottom:20px;
	z-index: 10;
}
#prlp .tabarea .tabbody .blockbox{
	display:flex;
	justify-content: space-around;
	flex-flow: row wrap;
	padding: 0 30px 30px;
}
#prlp .tabarea .tabbody .blockbox .box{
	background-color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 2px;
	font-size:19px;
	color:#603813;
}
#prlp .tabarea .tabbody .blockbox .backcurve{
	
}
#prlp .tabarea .tabbody .blockbox .box.three{
	width: 30%;
}
#prlp .tabarea .tabbody .blockbox .box.two{
	width: 407px;
}
#prlp .tabarea .tabbody .blockbox .box.one{
	width: 841px;
}
#prlp .tabarea .tabbody .blockbox .box.long{
	width: 841px;
	margin-top:8px;
}
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(1),
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(2),
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(3){
	border-radius:5px 5px 0 0 ;
}
#prlp .tabarea .tabbody .blockbox .two:nth-of-type(1),
#prlp .tabarea .tabbody .blockbox .two:nth-of-type(2){
	border-radius:5px 5px 0 0 ;
}

#prlp .tabarea .tabbody .blockbox .one:nth-of-type(1){
	border-radius:5px 5px 0 0 ;
}
#prlp .tabarea .tabbody .blockbox .one:nth-of-type(2){
	padding: 40px 10px;
	margin-top: 8px;
}

#prlp .eight_reason{
	background-color: #ebece7;
	text-align:center;
	padding-top:20px;
}


#prlp .teachers{
	padding-top:30px;
}
#prlp .teachers .headder{
	display:flex;
	justify-content: center;
	align-items: center; 
	margin-bottom:30px;
}
#prlp .teachers .headder .headtl{
    text-align: center;
    padding: 0 70px;
		color:#603813;
}
#prlp .teachers .headder .headtl span.tl{
	font-size: 47px;
	letter-spacing: 3px;
	font-weight: bold;
}
#prlp .teachers .headder  .headtl span.ALX{
	font-size: 48px;
	text-align: center;
	font-family: ALX;
	
}

#prlp .teachers .tchslider{
	margin: 0 auto;
    width: 95%;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		margin-top:-50px;
}


#prlp .teachers .tchfootbtn{
	display:flex;
	margin-bottom:20px;
}



#prlp .cusvoice .headder{
	display:flex;
	justify-content: center;
	align-items: center; 
}
#prlp .cusvoice .headder .headtl{
    text-align: center;
    padding: 0 70px;
		color:#603813;
}
#prlp .cusvoice .headder .headtl span.tl{
	font-size: 47px;
	letter-spacing: 3px;
	font-weight: bold;
}
#prlp .cusvoice .headder  .headtl span.ALX{
	font-size: 48px;
	text-align: center;
	font-family: ALX;
}


#prlp .voicebox{
	background-color:#ff9815;
	border-radius:15px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
	padding-bottom:20px;
}
#prlp .voicebox .spimg{
	margin-top: -63px;
}
#prlp .voicebox .mr63{
	margin-right: -63px;
}



#prlp .voicebox .lside{
	margin-top:30px;
	width:665px;
}
#prlp .voicebox .lside p{
	font-size:25px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#prlp .voicebox .lside .wbox{
	background-color:#fff;
	border-radius: 15px;
	padding:15px;
	font-size:18px;
	color:#603813;
}	

#prlp .voicebox .lside .wboxl{
	margin-right:10px;
}
#prlp .voicebox .lside .wboxr{
	margin-left:10px;
}

#prlp .voicebox .lside .wbox span.redcl{
	color:#ed1c24;
	font-size:20px;
	font-weight:bold;
}
#prlp .voicebox .lside .wbox span.btm{
	text-align:right;
	font-size:18px;
	color:#603813;
	display:block;
	text-align:right;
}


#prlp .tilebg{
	background-image: url("/images/prlp/tilebg.png");
	position:relative;
	padding-top:50px;
	padding-bottom:30px;
}
#prlp .tilebg .mtl{
	text-align:center;
}
#prlp .tilebg .block{
	width:95%;
	margin:0 auto;
	background-color:#ffefc9;
	border-radius:20px;
	padding:40px;
	margin-top: -75px;
	z-index: 2;
	position: relative;
}

#prlp .tilebg .block .steparea{
	position: relative;
	padding: 0 40px 0 60px;
}
		
#prlp .tilebg .block .steparea:before {
    content: '';
    position: absolute;
    left: 33px;
    top: 10px;
    width: 4px;
    height: 100%;
    border-left: 2px dashed #ff9815;
}
#prlp .tilebg .block .steparea .stepblock{
	position: relative;
	margin-left: 30px;
	min-height:80px;
	margin-bottom:20px;
}
#prlp .tilebg .block .steparea .stepblock p{
	color:#603813;
}
#prlp .tilebg .block .steparea .stepblock .no{
	position: absolute;
	left: -65px;
	top: -2px;
	font-size:30px;
	color:#FFF;
	z-index: 2;
}
#prlp .tilebg .block .steparea .stepblock .ltxt:before{
	content: '';
    position: absolute;
    left: -80px;
    top: -4px;
    width: 50px;
    height: 50px;
    background-color: #ff9815;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#prlp .tilebg .block .steparea .end::before {
    content: '';
    position: absolute;
    left: -62px;
    top: 10px;
    width: 10px;
    height: 100%;
    background-color: #ffefc9;
}
#prlp .tilebg .block .steparea .stepblock.end{
	min-height: 0px;
}
#prlp .tilebg .block .steparea .stepblock .ltxt{
	font-size:30px;
	margin-bottom: 0;
}
#prlp .tilebg .block .steparea .stepblock .mtxt{
	font-size:25px;
	margin-bottom: 0;
	margin-left:35px;
}
#prlp .tilebg .block .steparea .stepblock .list{
	font-size:20px;
	margin-bottom: 0;
	padding-left:1em;
	text-indent:-1em;
	margin-left:20px;
}
#prlp .tilebg .block .kira1{
	position:absolute;
	bottom:10px;
	right:20px;
}
#prlp .tilebg .block .kira2{
	position:absolute;
	bottom:-113px;
	left:0;
}

#prlp .footlink{
	padding:25px 0;
}
	
#prlp .footlink .linkarea{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#prlp .footlink .linkarea .link{

}
#prlp .footlink .linkarea .link a{
	font-size:25px;
	color:#603813;
	padding:0 30px;
}
#prlp .footlink .linkarea .rbd{
	border-right: 1px solid #603813;
	height: 29px;
	margin-top: 7px;
}
#prlp .footlink .copy{
	text-align:center;
	font-size:23px;
	color:#603813;
}


/*埋め込みフォーム*/
.forminclud{
	width:100%;
	margin:0 auto;
	height:1600px;
}
.forminclud iframe{
	width:100%;
	height:100%;
}

}/*タブレット*/


/*スマホ*/
@media screen and (max-width: 480px) {

.pc{display:none;}
.smt{display:block;}

#prlp .innerwith{
	width:95%;
	margin:0 auto;
	position:relative;
}
#prlp .header{
	background-image: url("/images/prlp/maintop_smt.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:800px;
	position:relative;
}
#prlp .header .topcatch{
	position: absolute;
    top: 65px;
    left: -10px;
    width: 298px;
}

#prlp .header .topbox{
	background-color:#ff9815;
	display:flex;
	flex-flow: row wrap;
	position:absolute;
	top:390px;
	border-radius: 15px;
}
#prlp .header .topbox .blk{
	width:27%;
	text-align:center;
	margin:10px;
}
#prlp .header .topbox .blk .stxt{
	font-size:12px;
	color:#fff;
}
#prlp .header .topbox .blk .ltxt{
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
#prlp .header .topbox .blk img{
	width:50px;
}
#prlp .header .topbox .line{
	width:2px;
	background-color:#fff;
}
#prlp .header .topbox .topbox_btmtxt{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin-top:10px;
}

#prlp .headtop_btm_catch{
	position:absolute;
	top:630px;
}

#prlp .top_btm_catch{
	width:100%;
	text-align:center;
	margin-top: 30px;
}
#prlp .top_btm_catch .hov:hover{
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#prlp .top_btm_catch .blbtn{
	display:block;
	width: 95%;
	margin: 0 auto;
	background-image: linear-gradient(0deg, rgba(29, 165, 226, 1) 10%, rgba(91, 216, 252, 1) 90%);
	color: #fff;
	padding: 9px;
	font-size: 22px;
	font-weight: bold;
	border-radius: 30px;
	position: relative;
	box-shadow: 1px 1px 4px #3e3e3e;
	margin-top:10px;
}

#prlp .top_btm_catch .blbtn::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 3px solid transparent;
    background: linear-gradient(135deg,rgb(27, 163, 224, 1) 0%,rgb(93, 217, 253, .5) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
#prlp .top_btm_catch .blbtn::after{
	content: "";
    position: absolute;
    right: 35px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#prlp .yelbg{
	background-color:#ffefc9;
	padding-top: 30px;
	padding-bottom: 30px;
}
#prlp .yelbg .campbox{
	background-image: url("/images/prlp/campaign_bg_smt.png");
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-flow: row wrap;
	align-items: center; 
}
#prlp .yelbg .campbox .flg{
	position: absolute;
	top: -27px;
	right: -8px;
	z-index: 9999;
	width: 114px;
}
#prlp .yelbg .campbox .cmp_catch{
	font-size: 17px;
	color: #000;
	font-weight: bold;
	margin-left: 9px;
}
#prlp .yelbg .campbox .catch1{
	width:100%;
}
#prlp .yelbg .campbox .cmp_catch span{
	font-size:30px;
	position: relative;
}
#prlp .yelbg .campbox .cmp_catch span:after{
	content: '';
	width: 60px;
	height: 4px;
	display: inline-block;
	background-color: #ff1f63;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 30px);
}
#prlp .yelbg .campbox .price{
	width:55%;
	margin-left:30px;
}
#prlp .yelbg .campbox .priceafter{
	margin-top: 0px;
	font-size:30px;
}

#prlp .tabarea{
	width:95%;
	margin:0 auto;
	margin-top:50px;
}
#prlp .tabarea .tabtop{
	display: flex;
}
#prlp .tabarea .tabtop .blk{
	border-radius:15px 15px 0 0;
	background-color:#ffbc62;
	width:33%;
	text-align:center;
	padding-top:15px;
	position:relative;
}
#prlp .tabarea .tabtop .blk1{
	z-index:1;
}
#prlp .tabarea .tabtop .blk2{
	z-index:3;
}
#prlp .tabarea .tabtop .blk3{
	z-index:2;
}
#prlp .tabarea .tabtop .on.blk1:before,
#prlp .tabarea .tabtop .on.blk1:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 8px;
	right: -20px;
}
#prlp .tabarea .tabtop .on.blk1:before{
	background:#ff9815;
}
#prlp .tabarea .tabtop .on.blk1:after{
	background:#ffefc9;
	border-radius:0 0 0 100%;
}

#prlp .tabarea .tabtop .on.blk3:before,
#prlp .tabarea .tabtop .on.blk3:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 8px;
	left: -20px;
}
#prlp .tabarea .tabtop .on.blk3:before{
	background:#ff9815;
}
#prlp .tabarea .tabtop .on.blk3:after{
	background:#ffefc9;
	border-radius:0 0 100% 0;
}

#prlp .tabarea .tabtop .blk img{
	width:60px;
}

#prlp .tabarea .tabtop .blk:nth-of-type(1),
#prlp .tabarea .tabtop .blk:nth-of-type(2){
	margin-right:10px;
}
#prlp .tabarea .tabtop .blk a{
	width: 100%;
	display: block;
}
#prlp .tabarea .tabtop .blk a .ltxt{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding-bottom:10px;
}	
#prlp .tabarea .tabtop .blk.on{
	background-color:#ff9815;
	width:48%;
	padding-bottom: 40px;
}

#prlp .tabarea .tabbody{
	background-color:#ff9815;
	border-radius:15px;
	padding-top: 30px;
	margin-top: -8px;
	position:relative;
	margin-bottom:20px;
	z-index: 10;
}
#prlp .tabarea .tabbody .blockbox{
	display:flex;
	justify-content: space-around;
	flex-flow: row wrap;
	padding: 0 10px 30px;
}
#prlp .tabarea .tabbody .blockbox .box{
	background-color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 2px;
	font-size:19px;
	color:#603813;
}
#prlp .tabarea .tabbody .blockbox .backcurve{
	
}
#prlp .tabarea .tabbody .blockbox .box{
	font-size:12px;
}
#prlp .tabarea .tabbody .blockbox .box.three{
	width: 32%;
}
#prlp .tabarea .tabbody .blockbox .box.two{
	width: 48%;
}
#prlp .tabarea .tabbody .blockbox .box.one{
	width: 841px;
}
#prlp .tabarea .tabbody .blockbox .box.long{
	width: 841px;
	margin-top:8px;
}
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(1),
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(2),
#prlp .tabarea .tabbody .blockbox .three:nth-of-type(3){
	border-radius:5px 5px 0 0 ;
}
#prlp .tabarea .tabbody .blockbox .two:nth-of-type(1),
#prlp .tabarea .tabbody .blockbox .two:nth-of-type(2){
	border-radius:5px 5px 0 0 ;
}

#prlp .tabarea .tabbody .blockbox .one:nth-of-type(1){
	border-radius:5px 5px 0 0 ;
}
#prlp .tabarea .tabbody .blockbox .one:nth-of-type(2){
	padding: 40px 10px;
	margin-top: 8px;
}

#prlp .eight_reason{
	background-color: #ebece7;
	text-align:center;
	padding-top:20px;
}


#prlp .teachers{
	padding-top:30px;
}
#prlp .teachers .headder{
	display:flex;
	justify-content: center;
	align-items: center; 
	margin-bottom:30px;
}



#prlp .teachers .headder img{
	width:100px;
}
#prlp .teachers .headder .headtl{
    text-align: center;
    padding: 0px;
		color:#603813;
}
#prlp .teachers .headder .headtl span.tl{
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: bold;
}
#prlp .teachers .headder  .headtl span.ALX{
	font-size: 25px;
	text-align: center;
	font-family: ALX;
	
}

#prlp .teachers .tchslider{
	margin: 0 auto;
    width: 95%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		margin-top:0px;
}


#prlp .teachers .tchfootbtn{
	display:flex;
	margin-bottom:20px;
}
#prlp .teachers .tchfootbtn .noimg{
	display:none;
}


#prlp .cusvoice .headder{
	display:flex;
	justify-content: center;
	align-items: center; 
}
#prlp .cusvoice .headder .headtl{
    text-align: center;
    padding: 0 70px;
		color:#603813;
}
#prlp .cusvoice .headder .headtl span.tl{
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: bold;
}
#prlp .cusvoice .headder  .headtl span.ALX{
	font-size: 30px;
	text-align: center;
	font-family: ALX;
}


#prlp .voicebox{
	background-color:#ff9815;
	border-radius:15px;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:30px;
	padding-bottom:20px;
}
#prlp .voicebox img{
	width:120px;
}
#prlp .voicebox .vimg01{
 margin-top:40px;
}
#prlp .voicebox .spimg{
	margin-top: -63px;
}
#prlp .voicebox .mr63{
	margin-right: 0px;
}
#prlp .voicebox .si03{
	width: 150px;
}

#prlp .voicebox .lside{
	margin-top:30px;
	margin-left: -45px;
}
#prlp .voicebox .lside p{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position: absolute;
    left: 10px;
}
#prlp .voicebox .lside .wbox{
	background-color:#fff;
	border-radius: 15px;
	padding:15px;
	font-size:12px;
	color:#603813;
}
#prlp .voicebox .lside .wb01{
	margin-left: 50px;
}
#prlp .voicebox .lside .wb02,
#prlp .voicebox .lside .wb04{
	margin-left: 60px !important;
}
#prlp .voicebox .lside .wb03{

}
#prlp .voicebox .lside .wb04{

}

#prlp .voicebox .lside .wboxl{
	margin-right:10px;
	margin-top: 60px;
}
#prlp .voicebox .lside .wboxr{
	margin-left:10px;
	margin-top: 60px;
}

#prlp .voicebox .lside .wbox span.redcl{
	color:#ed1c24;
	font-size:12px;
	font-weight:bold;
}
#prlp .voicebox .lside .wbox span.btm{
	text-align:right;
	font-size:12px;
	color:#603813;
	display:block;
	text-align:right;
}


#prlp .tilebg{
	background-image: url("/images/prlp/tilebg.png");
	position:relative;
	padding-top:50px;
	padding-bottom:30px;
}
#prlp .tilebg .mtl{
	text-align:center;
}
#prlp .tilebg .block{
	width:95%;
	margin:0 auto;
	background-color:#ffefc9;
	border-radius:20px;
	padding:40px;
	margin-top: -35px;
	z-index: 2;
	position: relative;
}

#prlp .tilebg .block .steparea{
	position: relative;
	padding: 0 10px 0 30px;
}
		
#prlp .tilebg .block .steparea:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 100%;
    border-left: 2px dashed #ff9815;
}
#prlp .tilebg .block .steparea .stepblock{
	position: relative;
	margin-left: 15px;
	min-height:80px;
	margin-bottom:20px;
}
#prlp .tilebg .block .steparea .stepblock p{
	color:#603813;
}
#prlp .tilebg .block .steparea .stepblock .no{
	position: absolute;
	left: -53px;
	top: -3px;
	font-size: 25px;
	color: #FFF;
	z-index: 2;
}
#prlp .tilebg .block .steparea .stepblock .ltxt:before{
	content: '';
    position: absolute;
    left: -65px;
    top: -4px;
    width: 40px;
    height: 40px;
    background-color: #ff9815;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#prlp .tilebg .block .steparea .end::before {
    content: '';
    position: absolute;
    left: -62px;
    top: 10px;
    width: 10px;
    height: 100%;
    background-color: #ffefc9;
}
#prlp .tilebg .block .steparea .stepblock.end{
	min-height: 0px;
}
#prlp .tilebg .block .steparea .stepblock .ltxt{
	font-size:18px;
	margin-bottom: 0;
}
#prlp .tilebg .block .steparea .stepblock .mtxt{
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 0;
}
#prlp .tilebg .block .steparea .stepblock .list{
	font-size:13px;
	margin-bottom: 0;
	padding-left:1em;
	text-indent:-1em;
	margin-left:10px;
}
#prlp .tilebg .block .kira1{
	position:absolute;
	bottom:10px;
	right:20px;
	width: 60px;
}
#prlp .tilebg .block .kira2{
	display:none;
}

#prlp .footlink{
	padding:25px 0;
}
	
#prlp .footlink .linkarea{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#prlp .footlink .linkarea .link{

}
#prlp .footlink .linkarea .link a{
	font-size:12px;
	color:#603813;
	padding:0px;
}
#prlp .footlink .linkarea .rbd{
	border-right: 1px solid #603813;
	height: 29px;
	margin-top: 7px;
}
#prlp .footlink .copy{
	text-align:center;
	font-size:12px;
	color:#603813;
}

#page-top img{
	width:50px !important;
}


/*埋め込みフォーム*/
.forminclud{
	width:100%;
	margin:0 auto;
	height:1800px !important;
}
.forminclud iframe{
	width:100%;
	height:100%;
}


	
}/*スマホ*/



