@charset "utf-8";
/* CSS Document */
.title{
	text-align: center;
	padding-bottom: 20px;
}
.title p{
	padding-bottom: 0;
	font-weight: bold;
}
.title h3{
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
}
#junior_about{
	background-color: #FFF;
	background-image: url("../../img/junior/bg_main_sp.png");
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
#junior_about .inner{
	width: 90%;
	max-width: 788px;
	padding:20.5vw 0 28.2vw;
	margin: 0 auto;
}
#junior_about span{
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #C7A77B;
}
#junior_about .img{
	position: absolute;
	width: 30.5vw;
	left: auto;
	right: 6.4vw;
	bottom: 0;
}
#junior_news{
	position: relative;
	margin-top: 0;
}
#junior_news .inner{
	width: 90%;
	max-width: 1100px;
	padding: 0 0 40px;
	margin: 0 auto;
}

#junior_news02{
	position: relative;
	margin-top: 0;
}
#junior_news02 .inner{
	width: 90%;
	max-width: 1100px;
	padding:60px 0 40px;
	margin: 0 auto;
}
.newsflex{
	display: block;
}
.newsflex .box{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.newsflex .come{
	padding: 20px 15px;
}
.newsflex .date{
	width: 100px;
	color: #FF9292;
	padding-bottom: 0;
	line-height: 2em;
	padding-top: 2px;
	display: inline-block;
	vertical-align: middle;
}
.newsflex .cate{
	width: auto;
	color: #FF9292;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
#junior_flow{
	position: relative;
}
#junior_flow .inner{
	width: 80%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 40px 5% 30px;
	position: relative;
	z-index: 10;
	background-color: #F9F4E9;
	border-radius: 10px;
}
#junior_flow .inner:after{
	display: none;
}
.flowbox .box{
	padding-bottom: 40px;
}
.flowbox .box .come{
	width: 100%;
	float:none;
}

.flowbox .box:nth-of-type(2n) .come{
	float: none;
}
.flowbox .box .photo{
	width: 100%;
	float: none;
	margin-right: 0%;
}
.flowbox .box:nth-of-type(2n) .photo{
	float:none;
	margin-left: 0%;
}
.slidewrap{
	width: 100%;
}
.slick-img img{
	width: 100%;
	height: auto;
}

.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    
	text-align: left;
}
.flowbox .box:nth-of-type(2n) .slick-dots{
	text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 10px;
    margin: 0 0px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 6px;
    height: 6px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 14px;
    line-height: 14px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 30px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.flowbox .box .num{
	font-size: 30px;
	line-height: 1.2em;
	color: #FF9292;
	font-weight: bold;
}
.flowbox .box h5{
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: bold;
}
#junior_flow .img{
	display: none;
}
.stydy{
	width:90%;
	margin: 0 0 -20px auto;
	background-color: #F2DFCC;
	border-radius: 20px 0 0 0 ;
	position: relative;
	top:-20px;
	z-index: 30;
}
.stydy .inner02{
	padding: 40px 20px 10px 20px;
	position: relative;
	max-width: 420px;
}
.stydy .imgtitle{
	position: absolute;
	width: 87px;
	top: -20px;
	left: 20px;
	z-index: 1000;
}