.provisional{
	display: none;
}
#wpfront-scroll-top-container{
	bottom: 60px !important;
}
/* layout
-----------------------------------------------*/
body{
	color: #333;
}
h1,h2,h3,h4,h5,p,ul,ol,dl{
	color: #333;
}
a{
	transition: all 0.2s;
}
a:hover, a:focus{
	color: #4b82dc;
}
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{
  text-align: center;
	padding: 5% 0;
  color: #601986;
	background-image: linear-gradient(-45deg, #fff 25%, #fde9ff 25%, #fde9ff 50%, #fff 50%, #fff 75%, #fde9ff 75%,#fde9ff);
	background-size: 8px 8px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 28px;
}
.section_title h4{
	color: #383838;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.section_title h4::after{
	background: #ff9e03;
	content: "";
	display: block;
	height: 5px;
	margin: 5px auto;
	width: 50px;
}
.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/high/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;
}
h5.orange{
	color: #fff;
	background: #ff9e03;
	padding: 0.5% 2%;
	display: inline-block;
}
h5.orange::before{
	background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/icon_text.png"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 25px; 
	margin-right: 10px; 
	vertical-align: text-bottom; 
	width: 25px; 
}
h5.orange2{
	color: #fff;
	background: #ff9e03;
	padding: 0.5% 2%;
	display: inline-block;
}
h5.orange2::before{
	background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/icon_bag.png"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 25px; 
	margin-right: 10px; 
	vertical-align: text-bottom; 
	width: 25px; 
}
h5.greenback{
	color: #fff;
	background: #3ab396;
	padding: 0.5% 2%;
	display: inline-block;
}
h5.greenback::before{
	background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/icon_text.png"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 25px; 
	margin-right: 10px; 
	vertical-align: text-bottom; 
	width: 25px; 
}
h5.blueback{
	color: #fff;
	background: #3a69b3;
	padding: 0.5% 2%;
	display: inline-block;
}
h5.blueback::before{
	background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/icon_bag.png"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 25px; 
	margin-right: 10px; 
	vertical-align: text-bottom; 
	width: 25px; 
}
.beige dt{
	font-weight: bold;
	background: #c7ba9a;
	color: #fff;
	padding: 1% 0;
	text-align: center;
	font-size: 1.2em;
}
.beige dd{
	background: #fffaf0;
	padding: 3%;
}
span.red{
	color: #e5132c;
}
.alarm span{
	background: #fffaf0;
	font-weight: bold;
	display: block;
	padding: 0.5% 1%;
}
.alarm span::before{
	background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/icon_alarm.png"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 25px; 
	margin-right: 10px; 
	vertical-align: text-bottom; 
	width: 25px; 
}
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;	
	color: #fff;
	background: #052135;
}
.besty-menu li a::after{
	background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/icon_arrow_right_wh.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: #730466;
	color: #fff !important;
}
.menu-sidebar .current_page_item a{
	background: #730466 !important;
	color: #fff;
}
.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: #fff;
	border: 1px solid;
	padding: 3% 5%;
	margin-bottom: 10px !important;
	display: block;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.3) 100%);
	background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(135deg, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(94%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255,255,255,0.3)));
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.3) 100%);
	background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.3) 100%);
}
.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;
	background: #052135;
}
.metaslider{
	margin-top: 39px !important;
}
#kv h2{
	margin: 0;
	padding: 0;
}
#kv h2 img{
	width: 100%;
}
.home_title h3{
	color: #424242;
	font-weight: bold;
	letter-spacing: 5px;
}
.home_title_wh h3{
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
}
.home_title h3:first-letter{
	color: #601986;
	font-size: 36px;
}
.home_title_wh h3:first-letter{
	color: #f4e0ff;
	font-size: 36px;
}
.home_title h3 span{
	color: #601986;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 15px;
}
.home_title_wh h3 span{
	color: #f4e0ff;
	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;
}
.so-widget-sow-button-wire-03c6403a8830 .ow-button-base a.ow-button-hover:hover{
	background: #666 !important;
}
/* topics
-----------------------------------------------*/
#topics{
	background: #312738;
	background: -moz-linear-gradient(top, #312738 0%, #312738 30%, #fff 30%, #fff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #312738), color-stop(30%, #312738), color-stop(30%, #fff), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #312738 0%, #312738 30%, #fff 30%, #fff 100%);
	background: -o-linear-gradient(top, #312738 0%, #312738 30%, #fff 30%, #fff 100%);
	background: -ms-linear-gradient(top, #312738 0%, #312738 30%, #fff 30%, #fff 100%);
	background: linear-gradient(to bottom, #312738 0%, #312738 30%, #fff 30%, #fff 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;
}
.object-fit img{
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.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;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 6px solid #601986;
	padding-left: 5px;
}
.latestpost .rpwwt-widget ul li p{
	display: none;
}
.latestpost .more_link{
	display: block;
	text-align: right;
}
span.more_link{
	color: #601986 !important;
}
.latestpost .rpwwt-widget ul li{
	width: 32%;
}
.latestpost .rpwwt-widget a{
	background: #f3f6fb;
	display: block;
	padding: 12px;
}
.latestpost .rpwwt-widget a > img{
	object-fit: cover;
	height: 210px;
}
.latestpost .rpwwt-post-date,
.latestpost .rpwwt-post-categories{
	display: inline-block;
}
.latestpost .rpwwt-post-date{
	color: #601986;
}
.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;
}
.activity_report ul{
	display: flex;
	flex-wrap: wrap;
}
.activity_report ul li{
	margin: 1%;
	width: 31%;
}
.activity_report ul li a > img,
.activity_report ul li a > div{
	display: block;
	margin: 1% !important;
	width: 48%;
	height: 130px;
	object-fit: cover;
}
.activity_report a{
	background: #f3f6fb;
	display: flex;
	padding: 5px;
}
.activity_report .rpwwt-post-date{
	/*font-size: 12px;*/
}
.activity_report .rpwwt-post-categories{
	font-size: 10px;	
}
.activity_report .rpwwt-post-categories img{
	float: none !important;
	margin: 0 5px 0 0 !important;
}
.activity_report .rpwwt-post-title{
	font-size: 13px;
	line-height: 1.5;
	display: block;
}
.activity_report p{
	display: none !important;
}
.besty-pagination a{
	background-color: #fff;
	color: #eee;
}
.besty-pagination a:hover,.besty-pagination a:focus{
	background-color: #fff;
	color: #eee;
	border: none;
}
/* 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/high/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: #000;
	text-align: center;
}
.footer_logo{
	padding: 15px 0;
}
.footer_bottom .copyright p{
	color: #fff;
}
.icon_pdf{
	margin-left: 5px;
	width: 14px;
}
/*===============================================
 *  ARCHIVE
===============================================*/
/*===============================================
 *  SINGLE POST
===============================================*/
.shidebar-control{
	display: none !important;
}
.single .inner{
	padding: 50px 0;
}
.single-box .blog-title{
	color: #000;
}
/*===============================================
 *  学校紹介
===============================================*/
.contents_info > div{
	margin: 0 !important;
}
.heading_area{
	display: flex;
}
.heading_area .heading_img{
	width: 35%;
	background: #f1defc;
}
.heading_area .heading_title{
	background: #f1defc;
	padding: 30px;
	width: 65%;
}
.heading_title h2{
	color: #333;
	font-weight: bold;
}
.heading_title h2:first-letter{
	color: #601986;
	font-size: 36px;
}
.heading_title h2::after{
	background: #601986;
	content: "";
	display: block;
	margin: 25px 0;
	height: 1px;
	width: 100px;
}
.heading_title h2 span{
	color: #601986;
	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: #601986;
	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: #601986;
	display: block;
	font-size: 12px;
}
.table_contents .table{
	background: url("https://www.jutoku.ed.jp/high/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: #601986;
	display: block;
	padding: 0 5px;
}
.table_contents .table ul li a::after{
	background: url("https://www.jutoku.ed.jp/high/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/high/wp-content/uploads/2020/03/brackets_top.png");
	position: absolute;
	left: 0;
	top: 0;
}
.vision p::after{
	content: url("https://www.jutoku.ed.jp/high/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;
}
.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%;
}
.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 #601986 !important;
	color: #494949;
	vertical-align: middle;
}
table.history td.column-1{
	background: #eadff4;
}
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: #f1eaf9;
  color: #601986;
  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: -1.5em;
	margin-bottom: 10px;
}
ol.num_list ol > li:before{
	counter-increment: cnt;
  display: marker;
  content: '（' counter(cnt) '）';
}
ol.num_list ol ul{
	margin-left: 2.5em;
}
ol.brackets {
	margin-left: 0em; /* サイトに合せて調整 */
	counter-reset: brackets;
}
ol.brackets > li {
	list-style-type: none;
	counter-increment: brackets;
	position: relative;
}
ol.brackets > li:before{
  content: '（' counter(brackets) '）';
	display: inline-block;
	margin-left: -7.5em; /* サイトに合せて調整 */
	width: 7em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol.circle {
  list-style-type: none;
  counter-reset: circle;
}
ol.circle > li {
  position: relative;
}
ol.circle > li:before {
  counter-increment: circle;
  content: counter(circle);
  padding: 0 0.5em;
	margin-left: -1.2em;
	width: 0em;
}
ol.circle > li:after {
  content: '';
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  /* ○を作る */
	margin-left: -1em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
  border-radius: 50%;
}

.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;
}
/* 追加
===============================================*/
.right_img_box{
	align-items: center !important;
}
.facility-info dt{
	background: #ff9e03;
	padding: 1% 2%;
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}
.facility-info li{
	margin: 4px 0;
}
.facility-info a{
	color: #3060e5;
	text-decoration: underline;
}
.facility-info ul{
	padding-left: 10px;
}
.facility-info2 dt{
	color: #601986;
	font-size: 18px;
	margin-bottom: 10px;
}
.img_full_contents ul{
	display: flex;
	justify-content: space-around !important;
}
table.jyumyou{
	color: #494949;
}
table.jyumyou a::after{
	background: url("https://www.jutoku.ed.jp/high/introduction/");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	height: 10px;
	top: 50%;
	right: 5%;
	margin: 0;
	padding: 0;
	width: 10px;
}
table.jyumyou {
		border-collapse: unset !important;
}
table.jyumyou thead th{
	background: #eadff4;
	border: 1px solid #601986 !important;
	cursor: pointer;
	font-weight: normal;
	position: relative;
}
table.jyumyou thead th::after{
	content: "▼";
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 10px;
}
table.jyumyou thead.active th::after{
	transform: rotate(180deg);
}
table.jyumyou tbody{
	display: none;
}
table.jyumyou td{
	border: 1px solid #601986 !important;
	vertical-align: middle;
}
table.jyumyou .row-1 td.column-1{
	background: #eadff4;
	display: bolock;
	width: 100%;
}
.infiniteslide img{
	width: 300px;
}
/*===============================================
 *  年間行事
===============================================*/
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: #f9f3ff;
}
.june,
.july{
	background: #f4e6ff;
}
.august,
.september{
	background: #f0ddff;
}
.october,
.november{
	background: #ebceff;
}
.december,
.january{
	background: #e5c0ff;
}
.february,
.march{
	background: #deacff;
}
.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/high/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/high/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: normal;
	margin-bottom: 15px;
}
.faq dl dt::before{
	content: "Q.";
}
.faq dl dd{
	border-bottom: 1px solid #727272;
	color: #494949;
	padding: 0 2.6em 1em 2.6em;
	margin-bottom: 20px;
	text-indent: -1.8em;
}
.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/high/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/high/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/high/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: #fffaf0;
	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;
}
#gl_maps{
	width: 100%;
	height: 400px;
	background-color: grey;
}
#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
/*===============================================
 *  部活動
===============================================*/
ul.club{
	margin-top: 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
li.Sports_club{
	width: 32%;
	margin: 0.5%;
}
.Sports_wrap{
	display: flex;
	background: #f7fff5;
	border: 1px solid #1c8019;
	align-items: center;
}
.Sports_img {
	width: 40%;
	padding: 2% 0 2% 2%;
}
.club_name {
	font-size: 14px !important;
	padding: 0 0 0 3%;
	line-height: 1.4;
}
.club_name p{
	margin-bottom: 0;
}
li.Culture_club{
	width: 32%;
	margin: 0.5%;
}
.Culture_wrap{
	display: flex;
	background: #f8f5ff;
	border: 1px solid #601980;
	align-items: center;
}
.Culture_img {
	width: 40%;
	padding: 2% 0 2% 2%;
}
.club_name {
	font-size: 14px !important;
	padding: 0 0 0 3%;
	line-height: 1.4;
}
.club_name p{
	margin-bottom: 0;
}
table.club_table{
	color: #494949;
}
table.club_table td{
	border: 1px solid #601986 !important;
	vertical-align: middle;
}
table.club_table .row-1 td.column-1, .row-1 td.column-2, .row-1 td.column-3, .row-1 td.column-4{
	background: #eadff4;
}
/*===============================================
 *  部活動個別
===============================================*/
table.club-each_table{
	color: #494949;
}
table.club-each_table td{
	border: 1px solid #601986 !important;
	vertical-align: middle;
}
table.club-each_table td.column-1{
	background: #eadff4;
}
table.club-each_table .row-1 td.column-2{
	background: #fff;
}
/*===============================================
 *  在校生へ
===============================================*/
.ask_shop li{
	margin: 5px 10px;
}
.ask_shop li >a{
	color: #4d81e8;
	text-decoration: underline;
}
/*===============================================
 *  卒業生へ
===============================================*/
a.underline{
	color: #4d81e8;
	text-decoration: underline;
}
/*===============================================
 *  進路情報
===============================================*/
ul.achieves_list{
	display: flex;
	flex-wrap: wrap;
}
.achieves_list li{
	width: 15%;
}
/*===============================================
 * み法
===============================================*/
li.mihou{
	border-bottom: 1px solid #444;
	text-indent: -2.7em;
	padding-left: 5.7em;
	margin-bottom: 10px;
}
li.mihou span{
	display: inline-block;
	margin-right: 20px;
}
/*===============================================
 * 入学案内
===============================================*/
li.admission{
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
}
li.admission span{
	display: inline-block;
	margin-right: 20px;
}
.admission_date dt{
	color: #601986;
}
.admission_date dt::before{ 
    background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/before_icon_date.png"); 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: contain; 
    content: ""; 
    display: inline-block; 
    height: 20px; 
    margin-right: 10px; 
    vertical-align: sub;
    width: 20px; 
}
.admission_content dt{
	color: #601986;
}
.admission_content dt::before{ 
    background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/before_icon_content.png"); 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: contain; 
    content: ""; 
    display: inline-block; 
    height: 20px; 
    margin-right: 10px; 
    vertical-align: sub;
    width: 20px; 
}
.admission_list dt{
	color: #601986;
}
.admission_list dt::before{ 
    background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/before_icon_list.png"); 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: contain; 
    content: ""; 
    display: inline-block; 
    height: 20px; 
    margin-right: 10px; 
    vertical-align: sub;
    width: 20px; 
}
.admission_date dt,.admission_content dt,.admission_list dt{
	margin-bottom: 10px;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1280px){
	.inner,
	.breadcrumb-container{
		margin: 0 auto;
		width: 960px;
	}
}
@media screen and (max-width: 1279px) and (min-width: 992px){
	.inner,
	.breadcrumb-container{
		margin: 0 auto;
		width: 730px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.inner,
	.breadcrumb-container{
		margin: 0 auto;
		width: 520px;
	}
}
@media screen and (min-width: 768px){
	.only_sp{
		display: none;
	}
	.menu-sidebar {
		background: #052135;
		overflow-y: auto;
		overflow-x: hidden;
		position: fixed !important;
		padding-left: 10px;
		z-index: 100;
	}
	.menu-sidebar::before{
		display: block;
		content: "";
		background: #052135;
		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;
	}
	/*
	.masonry-container > div{
		width: 33.333%;
	}
	*/
	.post-box img{
		display: block;
		height: 250px;
		object-fit: cover;
		width: 100%;
	}
	
	.post-box a.blog-title{
		height: 22px;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px){
	.box{
		width: 100%;
	}
	.logo{
		display: none !important;
	}
	.metaslider{
		margin-top: 5% !important;
	}
	.only_pc{
		display: none;
	}
	.inner{
		margin: 0 auto;
		padding-left: 5%;
		padding-right: 5%;
		width: 100%;
	}
	.navbar-header{
		align-items: center;
		background: rgba(100, 6, 98, 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: #fff;
	}
	.besty-menu {
			position: fixed;
			bottom: 59px;
			width: 100%;
	}
	.besty-menu ul{
		margin: 0;
	}
	.besty-menu li a{
		background: #fff;
		color: #601986;
		padding: 12px;
		text-align: left;
	}
	.menu-menu-container li:last-child a{
		border-bottom: 1px solid #E0E0E0;
	}
	.menu_sub_sp ul{
		background: #fff;
		padding: 0;
	}
	.menu_sub_sp ul li a{
		border: none;
		padding: 5px 15px;
	}
	.sc_links a::after{
		display: none !important;
	}
	.menu_sub_sp li a::after{
		background: url("https://www.jutoku.ed.jp/high/wp-content/uploads/2020/03/icon_arrow_right_wh.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;
	}
	#menu-item-37 a{
		border-bottom: 1px solid #E0E0E0;
	}
	#menu-item-37 a,
	#menu-item-2467 a{
		padding: 12px;
		position: relative;
	}
	#menu-item-37 a img,
	#menu-item-2467 a img{
		display: none;
	}
	.sc_links{
		background: #fff;
		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 #601986 !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/high/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%;
		padding: 10px;
	}
	.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;
	}
	.right_img_box{
		flex-direction: row-reverse;
	}
	.img_full_contents ul{
		flex-wrap: wrap;
		justify-content: space-around !important;
	}
	.img_full_contents li{
		width: 50%;
	}
	.achieves_list li{
		width: 30%;
	}
	.footer_bottom {
			margin-bottom: 60px;
	}
	#pl-7 .so-panel{
		margin-bottom: 0;
	}
	#pg-w5e7ecc3f59231-0.panel-no-style{
		flex-direction: unset !important;
		-webkit-flex-direction: unset !important;
	}
	.examineeTitle h3{
		margin-bottom: 0;
	}
	li.Sports_club,li.Culture_club{
	    width: 48%;
	    margin: 1%;
	}
	.Sports_wrap, .Culture_wrap{
		flex-direction: column;
	}
	.Sports_img, .Culture_img{
		width: 80%;
		padding: 2% 0 2% 2%;
	}
	.club_name {
		width: 100%;
		text-align: center;
		min-height: 40px;
		margin-top: 10px;
	}
	#pl-15 .so-panel{
	margin-bottom: 0 !important;
	}
	.facility-info2 dt{
		margin: 10px 0;
	}
	#pl-19 .so-panel{
		margin-bottom: 0 !important;
	}
	.section_title h3{
		font-size: 24px;
	}
	.section_title h4{
		font-size: 20px;
	}
}
@media screen and (max-width: 640px){
	#pl-9 .so-panel{
		margin-bottom: 0 !important;
	}
	#pl-1365 .so-panel, #pg-w5e7f00ed527cd-0 .so-panel, #pl-1365 .so-panel, #pl-1365 .so-panel, #pg-w5e7f02435a6b5-0 .so-panel, #pg-w5e7f0663762e8-0, #pl-w5e7f0663762e8 .so-panel{
	margin-bottom: 0 !important;
	}
	.address_box{
		padding: 40px 15px;
	}
	.address_box p{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){
	ul.events > li{
		width: 100%;
	}
	.section_lg {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.section_title h3 {
	    margin-bottom: 30px;
	}
}