/* layout
-----------------------------------------------*/
#wpfront-scroll-top-container{
	bottom: 60px !important;
}
.col-md-12{
	float: none !important;
}
body{
	color: #333;
}
h1,h2,h3,h4,h5,p,ul,ol,dl{
	color: #333;
}
a{
	transition: all 0.2s;
}
a:hover{
	opacity: .7;
}
ul{
	list-style: inside none;
	padding: 0;
}
.col-md-12{
	padding: 0;
}
.single-box{
	margin: 0;
}
.besty-post-content > div > div{
	margin-bottom: 0 !important;
}
.section_sml{
	padding-top: 15px;
	padding-bottom: 15px;
}
.section{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section_lg{
	padding-top: 60px;
	padding-bottom: 60px;
}
body:not(.home) .besty-post-content{
	padding-bottom: 60px;
}
/*
.mini-content,
.mini-content > div,
.mini-content > div > div.no-padding-right{
	float: none;
}
*/
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.section_title h3{
	margin-bottom: 50px;
	text-align: center;
}
.section_title h3::after{
	background: linear-gradient(to right, #71c6e5, #73b472);
	content: "";
	display: block;
	height: 5px;
	margin: 5px auto;
	width: 50px;
}
.section_title h4{
	color: #007130;
}
.info_title h4{
	background: #2c926a;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
}
.info_title h4::before{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_pencil.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 16px;
	vertical-align: sub;
	width: 16px;
}
ul.disc{
	list-style: outside disc;
	padding-left: 1em;
}
.green{
	color: #2c8f6a;
}
/*===============================================
 *  header(sidebar)
===============================================*/
.logo{
	margin: 50px 0;
}
.besty-menu li a{
	display: block;
	padding: 15px 0;
	position: relative;
	text-align: center;	
}
.besty-menu li a::after{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_arrow_right.svg");
	background-position: center center;
	background-size: 8px;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 8px;
  position: absolute;
  top: 50%;
  right: 5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	width: 8px;
	z-index: 10;
}
.besty-menu li a:hover{
	background: #e1f7e0;
}
.menu-sidebar .current_page_item a{
	background: #e1f7e0 !important;
}
.menu_sub{
	padding: 10px;
}
.menu_sub > a{
	display: block;
	margin-bottom: 15px;
}
.menu_sub ul li{
	margin-bottom: 5px;
}
.menu_sub ul li a{
	color: #26936a;
}
.menu_sub ul li a img{
	margin-right: 5px;
	vertical-align: sub;
	width: 14px;
}
/*===============================================
 *  TOP
===============================================*/
body.home #header_top{
	position: fixed;
	right: 0;
	top: 0;
	text-align: right;
	width: 100%;
	z-index: 10;
}
body:not(.home) #header_top{
	background: #fff;
	position: relative;
}
#header_top ul{
	display: flex;
	justify-content: flex-end;
	margin: 0;
}
#kv h2{
	margin: 0;
	padding: 0;
}
#kv h2 img{
	width: 100%;
}
.home_title h3{
	color: #424242;
	font-weight: bold;
	letter-spacing: 5px;
}
.home_title h3:first-letter{
	color: #007231;
	font-size: 36px;
}
.home_title h3 span{
	color: #007231;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 15px;
}
#home_examinee{
	background-position: center center;
	background-size: cover;
}
.examineeTitle h3{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.examineeTitle h3 span{
	display: block;
	font-size: 14px;
}
.examineeTitle h3 span::before{
	background: #fff;
	content: "";
	display: block;
	margin: 5px auto 10px;
	height: 1px;
	width: 50px;
}
/* topics
-----------------------------------------------*/
#topics{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(239,249,240,1) 30%, rgba(239,249,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(30%, rgba(239,249,240,1)), color-stop(100%, rgba(239,249,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(239,249,240,1) 30%, rgba(239,249,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(239,249,240,1) 30%, rgba(239,249,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(239,249,240,1) 30%, rgba(239,249,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(239,249,240,1) 30%, rgba(239,249,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff9f0', GradientType=0 );
}
.latestpost .rpwwt-widget ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fixedpost .rpwwt-widget ul li{
	background: #fff;
	box-shadow: 0 0 5px #aaa;
	width: 100% !important;
}
.fixedpost .rpwwt-widget ul li a{
	display: flex;
}
.fixedpost .rpwwt-widget ul li a > img{
	margin: 0;
	width: 45%;
	object-fit: cover;
	height: 300px;
}
.fixedpost .rpwwt-widget ul li a > div{
	padding: 3%;
	width: 55%;
}
.fixedpost .rpwwt-widget ul li .rpwwt-post-date,
.fixedpost .rpwwt-widget ul li .rpwwt-post-categories{
	display: none !important;
}
.fixedpost .rpwwt-widget ul li p{
	display: block !important;
}
.fixedpost .rpwwt-widget ul li .rpwwt-post-title{
	font-size: 20px;
	margin-bottom: 10px;
}
.latestpost .rpwwt-widget ul li p{
	display: none;
}
.latestpost .more_link{
	display: block;
	text-align: right;
}
.latestpost .rpwwt-widget ul li{
	width: 32%;
}
.latestpost .rpwwt-widget a{
	display: block;
}
.latestpost .rpwwt-post-date,
.latestpost .rpwwt-post-categories{
	display: inline-block;
}
.latestpost .rpwwt-post-date{
	color: #007231;
}
.latestpost .rpwwt-post-categories{
	margin-left: 15px;
}
.latestpost .rpwwt-post-title{
	display: block;
}
.latestpost .rpwwt-post-categories img{
	float: none !important;
	margin: 0 3px 0 0 !important;
}
.icon_tag{
	width: 12px;
}
/* access
-----------------------------------------------*/
#home_access iframe{
	height: 360px;
	width: 100%;
}
.route{
	display: flex;
}
.route > div{
	padding: 2%;
}
.route > div:first-child{
	width: 40%;
}
.route > div:last-child{
	width: 60%;
}
.route > div+div{
	border-left: 1px solid #ddd;
}
.route dl{
	color: #333;
}
.route dl dt{
	margin-bottom: 10px;
}
/*===============================================
 *  footer
===============================================*/
.footer_nav{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/bg_footer.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2% 3%;
}
.footer_nav > ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_nav > ul > li{
	margin: 2% 0;
	width: 20%;
}
.footer_nav ul.menu > li > a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_nav  > ul > li:last-child a{
	font-weight: normal;
	font-size: 14px;
}
.footer_nav a{
	color: #fff;
}
.footer_nav .sub-menu li{
	margin-bottom: 5px;
}
.footer_nav .sub-menu li a{
	font-weight: normal;
}
.footer_bottom{
	background: #064f22;
	text-align: center;
}
.footer_logo{
	padding: 15px 0;
}
.footer_bottom .copyright p{
	color: #fff;
}
.icon_pdf{
	margin-left: 5px;
	width: 14px;
}
/*===============================================
 *  SINGLE POST
===============================================*/
.shidebar-control{
	display: none !important;
}
.single .inner{
	padding: 50px 0;
}
.single-box .blog-title{
	color: #000;
}
/*===============================================
 *  学校紹介
===============================================*/
.besty-post-content{
	line-height: 1.5em;
}
.point_list ul li:nth-child(2){
	margin-bottom: 1%;
}
.contents_info > div{
	margin: 0 !important;
}
.heading_area{
	display: flex;
}
.heading_area .heading_img{
	width: 35%;
	background: #e1f3f9;
}
.heading_area .heading_title{
	background: linear-gradient(to right, #e1f3f9, #e1f0e0);
	padding: 30px;
	width: 65%;
}
.heading_title h2{
	color: #333;
	font-weight: bold;
}
.heading_title h2:first-letter{
	color: #007231;
	font-size: 36px;
}
.heading_title h2::after{
	background: #007231;
	content: "";
	display: block;
	margin: 25px 0;
	height: 1px;
	width: 100px;
}
.heading_title h2 span{
	color: #007231;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 15px;
}
.heading_title p{
	color: #333;
}
.table_contents{
	display: flex;
}
.table_contents .table_title{
	width: 160px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.table_contents .table_title::after{
	background: linear-gradient(to right, #71c6e5, #73b472);
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.table_contents .table_title p{
	color: #333;
	line-height: 1.5;
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
.table_contents .table_title p span{
	color: #007231;
	display: block;
	font-size: 12px;
}
.table_contents .table{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/table_bg.png");
	border: 1px solid #dceadc;
	margin: 0;
	padding: 30px;
}
.table_contents .table ul{
	display: flex;
	margin: 0;
	flex-wrap: wrap;
}
.table_contents .table ul li a{
	color: #007231;
	display: block;
	padding: 0 5px;
}
.table_contents .table ul li a::after{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_arrow_right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	vertical-align: sub;
	width: 7px;
}
.breadcrumb-container.theme5 li{
	margin: 0 !important;
}
.breadcrumb-container.theme5 li+li{
	content: ">";
	display: inline-block;
}
.author{
	margin: 30px 0;
}
.author p{
	margin: 0;
}
.vision p{
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 50px 0;
	position: relative;
	text-align: center;
}
.vision p::before{
	content: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/brackets_top.png");
	position: absolute;
	left: 0;
	top: 0;
}
.vision p::after{
	content: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/brackets_bottom.png");
	position: absolute;
	right: 0;
	bottom: 0;
}
.vision_list{
	background: #fffaf0;
	padding: 5% 25%;
}
.vision_list ul{
	margin: 0;
}
.vision_list ul li{
	font-size: 20px;
}
.vision_list ul li+li{
	margin-top: 5px;
}
.vision2 p{
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 50px 0;
	position: relative;
	text-align: center;
	background: rgba(245, 255, 195, 0.7);
	color: #05bd3c;
	text-decoration: underline;
	border: 2px solid #6ef496;
}

.point_list h3{
	color: #007231;
	text-align: center;
}
.point_list ul li div{
	align-items: center;
	display: flex;
	position: relative;
}
.point_list ul li img{
	position: absolute;
	width: 22%;
	top: 5%;
}
.point_list ul li p{
	padding: 2% 5%;
	margin: 6% 0 6% 18%;
	width: 90%;
}
.point_list ul li:first-child p{
	background: #eeffee;
}
.point_list ul li:nth-child(2) p{
	background: #f0f7fc;
}
.point_list ul li:nth-child(3) p{
	background: #fff1ca;
}
table.history{
	margin: 30px 0;
}
table.history td{
	background: #fff;
	border: 1px solid #007130 !important;
	color: #494949;
	vertical-align: middle;
}
table.history td.column-1{
	background: #eff9ef;
}
table.history img{
	display: block;
	margin: 0 auto;
}
.facility ul{
	display: flex;
	flex-wrap: wrap;
}
.facility ul li{
	width: 25%;
}
.facility ul li p{
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.feature_list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.feature_list ul li{
	width: 33.333%;
}
.otherfeature_list h4{
	margin-top: 30px;
}
.otherfeature_list dl dt{
	background: #2c926a;
	color: #fff;
	margin-bottom: 5px;
	padding: 3px 5px;
	width: 210px;
}
.otherfeature_list dl dd{
	margin: 0 0 10px 5px;
}
.education_image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	text-align: center;
}
.education_image img{
	display: block;
	width: 23%;
}
#panel-9-11-0-0{
	margin-bottom: 0 !important;
}
ol.num_list{
  counter-reset: my-counter;
  list-style: none;
  padding: 0 0 0 2.2em;
}
ol.num_list > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #d4e6c5;
  color: #096e38;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 18px;
  width: 18px;
}
ol.num_list ol{
	counter-reset: cnt;
	list-style: outside none;
	padding: 0 0 0 1em;
}
ol.num_list ol > li{
	padding-left: 1em;
	text-indent: -2.5em;
}
ol.num_list ol > li:before{
	counter-increment: cnt;
  display: marker;
  content: '（' counter(cnt) '）';
}
ol.num_list ol ul{
	margin-left: 2.5em;
}
.heading_box{
	padding: 50px 0 0 50px;
	position: relative;
}
.heading_box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
}
.heading_box > div{
	background: #f2f4f2;
	padding: 3% 5% 3% 50%;
}
.heading_box p{
	margin: 0;
}
.timetable p{
	margin-bottom: -50px;
}
.schedule{
	margin: 30px 0;
}
.schedule ul{
	margin: 0;
	padding: 0;
}
.schedule ul li+li{
	margin-top: 15px;
}
.schedule ul li > div{
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.invert{
	flex-direction: row-reverse;
}
.invert h4 span,
.invert p{
	padding: 0 !important;
}
.schedule ul li div > div{
	width: 45%;
}
.schedule ul li div h4{
	color: #007130;
	font-size: 16px;
}
.schedule ul li div h4 span.s_time{
	color: #424242;
	font-size: 42px;
	margin-right: 20px;
	padding-left: 5%;
}
.schedule ul li div h4::after{
	background: linear-gradient(to right, #70c5df, #6fb46b);
	content: "";
	display: block;
	height: 5px;
	width: 100%;
}
.schedule ul li div p{
	padding-left: 5%;
}
.club_list h4{
	background: #2c926a;
	color: #fff;
	line-height: 1;
	padding: 5px;
}
.club_list h4 img{
	margin-right: 5px;
	vertical-align: sub;
}
.club_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2% 5%;
}
.club_list ul li{
	width: 48%;
}
.club_policy > div > h4{
	color: #007130;
	margin-bottom: 30px;
}
.club_policy dl dt{
	font-weight: normal;
}
.club_policy dl dd{
	margin: 5px 0  5px 20px;
}
/*===============================================
 *  年間行事
===============================================*/
ul.events{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.events > li{
	margin: 1%;
	width: 48%;
}
.event_wrap{
	align-items: center;
	display: flex;
	padding: 10px;
}
.event_wrap .event_month{
	width: 25%;
}
.event_wrap .event_month p{
	color: #2d2d2d;
	font-size: 24px;
	text-align: center;
	margin: 15px 0 0 0;
}
.event_wrap .event_month p span{
	font-size: 2em;
	margin-right: 15px;
}
.event_wrap .event_contents{
	background: #fff;
	display: flex;
	padding: 5px;
	width: 75%;
}
.event_wrap .event_contents .event_photo{
	width: 45%;
}
.event_wrap .event_contents .event_list{
	width: 55%;
}
.event_list ul{
	padding: 3px 5px;
}
.event_list ul li{
	font-size: 11px;
	margin: 0;
	line-height: 1.3;
}
.event_list ul li+li{
	margin-top: 5px;
}
.april,
.may{
	background: #bfdfe3;
}
.june,
.july{
	background: #a9d8de;
}
.august,
.september{
	background: #a0dcca;
}
.october,
.november{
	background: #cde3c2;
}
.december,
.january{
	background: #dbe6c2;
}
.february,
.march{
	background: #e3e8c2;
}
.event_detail{
	align-items: center !important;
	flex-wrap: wrap !important;
}
.event_detail p{
	margin: 0;
}
.event_point ul li p{
	padding: 5% !important;
}
/*===============================================
 *  受験生へ
===============================================*/
.table_v td{
	border: 1px solid #007130 !important;
}
.table_v td{
	background: #fff;
	color: #494949;
}
.table_v td.column-1{
	background: #eff9ef;
}
.announcement{
	background: #fffaf0;
	padding: 30px;
}
.announcement dl{
	margin: 0;
}
.announcement dl dt{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.announcement dl dt::before{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_bell.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 22px;
	vertical-align: sub;
	width: 22px;
}
.dot{
	margin-bottom: 60px;
}
.faq_title_g h4{
	background: #2c926a;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 10px;
}
.faq_title_g h4::before{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_pencil.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 16px;
	vertical-align: sub;
	width: 16px;
}
.faq dl dt{
	color: #007130;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.faq dl dt::before{
	content: "Q.";
}
.faq dl dd{
	border-bottom: 1px solid #727272;
	color: #494949;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.faq dl dd::before{
	content: "A：";
}
.faq_title_p h4{
	background: #601984;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 10px;
}
.faq_title_p h4::before{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_pencil.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 16px;
	vertical-align: sub;
	width: 16px;
}
.faq_title_p dl dt{
	color: #601984;
	font-weight: bold;
}
/*===============================================
 *  進路指導
===============================================*/
.performance_detail{
	text-align: center;
}
.total_graduates,
.successful_candidate{
	padding: 0 20%;
}
.total_graduates{
	color: #424242;
	font-size: 30px;
	margin: 0 auto;
	text-align: left;
}
.total_graduates::after{
	background: linear-gradient(to right, #71c6e5, #73b472);
	content: "";
	display: block;
	height: 5px;
	margin: 5px auto;
	width: 100%;
}
.tg_num{
	color: #007231;
	font-size: 64px;
	font-weight: bold;
	margin: 0 10px;
}
.notes{
	margin: 0 5px;
	font-size: 12px;
}
.successful_candidate{
	font-size: 48px;
	margin-bottom: 0;
	padding-top: 30px;
	text-align: left;
}
.sc_num{
	color: #f48537;
	font-size: 80px;
	font-weight: bold;
	margin: 0 10px;
}
.success_history{
	display: flex;
	justify-content: space-between;
}
.success_history > div{
	width: 49%;
}
.success_history h4{
	background: #5e1982;
}
.success_history > div:first-child h4::before{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_man.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 16px;
	vertical-align: sub;
	width: 16px;
}
.success_history > div:last-child h4::before{
	background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/icon_man2.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 16px;
	vertical-align: sub;
	width: 16px;
}
.table_purple td{
	border: 1px solid #5e1982 !important;
	color: #494949;
}
.table_purple td.column-1{
	background: #f6e9ff;
	width: 70%;
}
.table_purple td.column-2{
	background: #fff;
	text-align: right;
	width: 30%;
}
.graduate_success{
	align-items: center;
	display: flex;
	margin-bottom: 50px;
}
.graduate_success > div:first-child{
	width: 40%;
	margin-right: 10%;
}
.graduate_success > div:last-child{
	width: 50%;
}
.graduate_success p{
	margin-bottom: 30px;
}
.graduate_title{
	font-size: 22px;
}
/*===============================================
 *  アクセス
===============================================*/
.address{
	align-items: center;
	display: flex;
}
.address > div{
	width: 50%;
}
.address_box{
	background: #fff2e9;
	padding: 60px 30px;
}
.address_box p{
	display: flex;
	font-size: 18px;
}
.access_info{
	margin: 15px 0;
}
.access_info li{
	font-size: 16px;
	margin-bottom: 10px;
}
.access_info li img{
	margin-right: 5px;
	width: 16px;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1280px){
	.inner{
		margin: 0 auto;
		width: 960px;
	}
	.breadcrumb-container{
		margin: 0 auto;
		width: 960px;
	}
}
@media screen and (max-width: 1279px) and (min-width: 992px){
	.inner{
		margin: 0 auto;
		width: 730px;
	}
	.breadcrumb-container{
		margin: 0 auto;
		width: 730px;
	}
	.total_graduates,
	.successful_candidate{
		padding: 2% 10%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.inner{
		margin: 0 auto;
		width: 520px;
	}
	.breadcrumb-container{
		margin: 0 auto;
		width: 520px;
	}
	.total_graduates,
	.successful_candidate{
		padding: 4% 0;
	}
	.total_graduates{
		font-size: 50px;
	}
	.tg_num{
		font-size: 64px;
	}
	.successful_candidate{
		font-size: 44px;
	}
}
@media screen and (min-width: 768px){
	.only_sp{
		display: none;
	}
	.menu-sidebar {
		background: #fff;
		border-right: 1px solid #cbe0e3;
		overflow-y: auto;
		overflow-x: hidden;
		position: fixed !important;
		padding-left: 10px;
	}
	.menu-sidebar::before{
		display: block;
		content: "";
		background: linear-gradient(to bottom, #71c6e5, #73b472);
		height: 100%;
		width: 10px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.logged-in .menu-sidebar{
		top: 0;
	}
	.mini-content {
		margin-left: 230px !important;
		height: 100% !important;
	}
}
@media screen and (max-width: 767px){
	.logo{
		display: none !important;
	}
	.metaslider{
		margin-top: 5% !important;
	}
	.mini-content{
		width: calc(100% - 0) !important;
	}
	.only_pc{
		display: none;
	}
	.inner{
		margin: 0 auto;
		padding-left: 5%;
		padding-right: 5%;
		width: 100%;
	}
	.navbar-header{
		align-items: center;
		background: rgba(225,247,224,0.8);
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
		padding: 5px;
	}
	.navbar-header > div{
		width: 50%;
	}
	.fixed_footer_logo{
	}
	.fixed_footer_logo a{
		display: block;
	}
	.fixed_footer_logo img{
		width: 200px;
	}
	.icon-color{
		background: #2b946b;
	}
	.besty-menu {
			position: fixed;
			bottom: 59px;
			width: 100%;
	}
	.besty-menu ul{
		margin: 0;
	}
	.besty-menu li a{
		background: #e1f7e0;
		color: #2b946b;
		padding: 15px;
		text-align: left;
	}
	.menu-menu-container li:last-child a{
		border-bottom: 1px solid #E0E0E0;
	}
	.menu_sub_sp ul{
		background: #e1f7e0;
		padding: 0;
	}
	.menu_sub_sp ul li a{
		padding: 12px;
	}
	.sc_links a::after{
		display: none !important;
	}
	#menu-menu_sub{
		padding: 0;
	}
	#menu-item-36 a{
		border-top: 1px solid #E0E0E0;
	}
	#menu-item-36 a,
	#menu-item-37 a{
		padding: 12px !important;
	}
	#menu-item-36 a img,
	#menu-item-37 a img{
		display: none;
	}
	.sc_links{
		background: #e1f7e0;
		border-top: 1px solid #E0E0E0;
		padding: 15px 0;
	}
	.sc_links ul{
		display: flex;
		justify-content: center;
	}
	.sc_links ul li{
		margin: 0 5px;
	}
	.sc_links ul li a{
		border: 1px solid #2b946b !important;
		padding: 5px 15px;
	}
	body.home #header_top{
		background: #fff;
	}
	.menu-sidebar > .menu_sub{
		display: none;
	}
	.logo{
		margin: 0;
		text-align: left;
		width: 35%;
		padding: 10px;
	}
	.menu-sidebar{
		background: #fff;
	}
	.menu-sidebar .footer{
		display: none;
	}
	.home_title h3 span{
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.rpwwt-widget ul{
		display: block !important;
	}
	.rpwwt-widget ul li{
		width: 100% !important;
	}
	#topics .inner{
		padding: 0;
	}
	#topics .home_title h3{
		padding: 0 5%;
	}
	.fixedpost .rpwwt-widget ul li{
		box-shadow: none !important;
	}
	.fixedpost .rpwwt-widget ul li a{
		display: block;
	}
	.fixedpost .rpwwt-widget ul li a > img{
		float: none;
		width: 100%;
	}
	.fixedpost .rpwwt-widget ul li a > div{
		width: 100%;
	}
	.latestpost .rpwwt-widget ul{
		padding: 0 5%;
	}
	.latestpost .rpwwt-widget ul li img{
		display: none;
	}
	.rpwwt-post-date{
		border-left: 3px solid #007231;
		padding-left: 5px;
		line-height: 1.2;
	}
	#home_examinee{
		background-repeat: no-repeat !important;
		background-size: 200%;
		background-position: center top;
	}
	.about_box > div:first-child{
		margin-bottom: 0 !important;
	}
	.route {
		display: block;
	}
	.route > div{
		width: 100% !important;
		padding: 0!important;
	}
	.route > div + div{
		border: none !important;
	}
	.footer_nav{
		background: url("https://www.jutoku.ed.jp/junior/wp-content/uploads/2020/03/footer_bg_sp.jpg");
		background-position: center top;
		background-size: cover;
		padding: 2%;
	}
	.footer_nav > ul > li{
		width: 50%;
	}
	.heading_area{
		flex-direction: column;
	}
	.heading_area .heading_img{
		width: 100%;
	}
	.heading_area .heading_title{
		width: 100%;
	}
	.heading_title h2 span{
		display: block;
	}
	.heading_title h2::after{
		margin: 15px 0;
	}
	.heading_title h2 span{
		margin-left: 0;
		display: block;
	}
	.heading_title h2::after{
		margin: 5px 0;
	}
	.table_contents{
	    flex-direction: column;
	}
	.table_contents .table_title{
		width: 100%;
		margin: 50px 0 50px 0;
	}
	.table_contents .table_title::after{
		bottom: -10px;
	}
	.table_contents .table_title p{
		line-height: 2.5;
		font-size: 1.8em;
	}
	.table_contents .table ul{
		flex-direction: column;
	}
	.breadcrumb-container{
		margin: 0;
	}
	.heading_box{
		padding: 50px 0 0 0;
	}
	.heading_box img{
		width: 100%;
	}
	.heading_box > div{
		padding: 20% 5% 5% 5%;
	}
	.schedule ul li > div{
		flex-direction: column;
	}
	.schedule ul li div > div{
		width: 100%
	}
	.ow-button-base a{
		display: block;
	}
	.event_wrap{
		flex-direction: column;
	}
	.event_contents{
		flex-direction: column;
	}
	.event_wrap .event_contents .event_photo{
		width: 100%;
	}
	.event_wrap .event_contents .event_list{
		width: 100%;
	}
	.event_wrap .event_month{
		width: 100%;
	}
	.event_wrap .event_contents{
		width: 94%;
	}
	.event_photo{
		text-align: center;
		margin: 10px 0;
	}
	.graduate_success{
		flex-direction: column;
	}
	.graduate_success > div:first-child{
		width: 100%;
		margin: 0;
	}
	.graduate_success > div:last-child{
		width: 100%;
	}
	.address{
		flex-direction: column-reverse;
	}
	.address > div {
	    width: 100%;
	}
	.event_list ul li{
		font-size: 14px;
	}
	.point_list h3{
		font-size: 20px;
	}
	.vision_list{
		padding: 5%;
	}
	.vision_list ul li {
	    font-size: 16px;
	    text-indent: -1em;
	    padding-left: 1em;
	}
	.point_list ul li div{
		flex-direction: column;
	}
	.point_list ul li img{
		width: 70%;
	}
	.point_list ul li p{
		padding: 5%;
		margin: 65% 0 6% 0;
		width: 90%;
	}
	.facility ul li {
	    width: 50%;
	}
	.feature_list ul{
		flex-direction: column;
	}
	.feature_list ul li{
		width: 100%;
	}
	.heading_box > div{
		padding: 25% 5% 5% 5%;
	}
	.facility ul li {
	    width: 50%;
	}
	.feature_list ul{
		flex-direction: column;
	}
	.feature_list ul li{
		width: 100%;
	}
	.heading_box > div{
		padding: 25% 5% 5% 5%;
	}
	.schedule ul li div h4 span.s_time{
		padding-left: 0;
	}
	.footer_bottom{
		margin-bottom: 60px;
	}
	.total_graduates,
	.successful_candidate{
		padding: 3% 0;
	}
}
@media screen and (max-width: 640px){
	.total_graduates,
	.successful_candidate{
		padding: 3% 0;
		text-align: center;
	}
	.total_graduates{
		font-size: 20px;
	}
	.tg_num{
		font-size: 46px;
	}
	.total_graduates .notes{
		display: block;
		font-size: 12px;
		text-align: right;
	}
	.successful_candidate{
		font-size: 20px;
	}
	.sc_num{
		font-size: 50px;
	}
}
@media screen and (max-width: 480px){
	ul.events > li{
		width: 100%;
	}
	.success_history{
		display: block;
	}
	.success_history > div{
		width: 100%;
	}
	.section_lg {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.section_title h3 {
	    margin-bottom: 30px;
	}
}
