/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  	background-color: #FFFFFF;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333333;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
    
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Work Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}


.navbar-brand {
	background:url(/recurrent-education/assets/img/header-logo.png);
	background-repeat:no-repeat;
	background-position: center;
    background-size: cover;
	width:340px;
	height:36px;
}
.navbar-brand img {
	display:none;
}
.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #20356C;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color:#2F4E9D;
    text-decoration: none;
    outline: 0;
}
.bunken li {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.bunken {
  list-style: none;
  padding-left:5px;
}
.bunken li:before {
    font-family: FontAwesome;
    content: '\f0a9';
    padding-right: 5px;
    color: #333333;
    position: absolute;
    left: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.dlarea {
	float:left;
}

.navbar {
	font-weight: 800;
	font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
	background-color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333333;
	background-color: #FFFFFF;
}
.navbar-header{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.navbar-brand {
	float: none;
	display: inline-block;
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 40px auto;
}

.btn-theme {
	color: #ffffff;
	background-color: #333333;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 16px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

ul li .fa-home:before{
	font-size: 30px;
}
ul li .fa-info-circle:before{
	font-size: 30px;
}
ul li .fa-book-open:before{
	font-size: 30px;
}
ul li .fa-envelope:before{
	font-size: 30px;
}
.nav > li{
	width: calc(100%/5);
	text-align: center;
}

/* ナビゲーションメニュー */
#nvc{
	border-top: 1px solid #BBBBBB;
}
#nvc .navbar-nav{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.navbar-default .navbar-nav > li > a{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-size: 17px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #004896;
	transition: .5s;
}
.navbar-default .navbar-toggle{
	border-color: #004896;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#004896
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	border-color: #004896 !important;
}
@media screen and (min-width:768px) and (max-width:1199px){
	.navbar-nav > li{
		display: inline-block;
		float: none;
		width: auto;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 20px 4px;
	}
}
@media screen and (max-width:767px){
	.nav > li{
		width: 100%;
	}
	.navbar-toggle{
		margin-top: 40px;
	}
	.navbar-default .navbar-nav > li > a{
		text-align: left;
	}
}
@media screen and (max-width:500px){
	.navbar-toggle{
		margin-top: 20px;
	}
}

/* WRAP SECTIONS */

/* hello */
#hello {
	position: relative;
	width: 100%;
	padding-top: 350px;
    padding-bottom: 350px;
	background-image: url(/recurrent-education/assets/img/slide_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #333333;
}

#hello h2 {
	position: relative;
	display: inline-block;
	margin-top: 0;
    margin-bottom: 0;
	padding: 50px 10px;
	width: 40%;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 4px;
	z-index: 11;
	right: 10%;
}
#hello h2 span{
	display: block;
	font-size: 27px;
}

#hello h2 a{
    color: #fff;
    background-color: #EC9D3D;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 36px;
}

#hello h2 a i{
	padding-left: 10px;
}

#hello .centered{
	position: absolute;
	width: 100%;
    background-color: transparent;
	bottom: 0;
	left: 0;
	right: 0;
}
#hello .centered::before{
	position: absolute;
	content: '';
	width: 40%;
	height:100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 72, 150, .9);
}
#hello .centered::after{
	position: absolute;
	content: '';
	width: 60%;
	height:100%;
	right: 0;
	bottom: 0;
	background-color: rgba(51, 51, 51, .9);
}
.col-lg-offset-2 {
    margin-left:0;
}
#hello .centered .row{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

/* Green */
#white {
	background-color: #F7F7F7;
	padding-top: 50px;
	margin-bottom: 0px;
	padding-bottom:50px;
}

.clear {
	clear:both;
}

.pkg {
	margin-top:30px;
}
.pkg h4 {
	text-align:left;
	color:#333;
	border-left:solid 2px #333333;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	font-size:23px;
	
}

.pkg img {
	float:left;
	padding-right:20px;
}
.pkg h4 {

}

.pkg .icotxt  {
	font-size:12px;
	font-weight:bold;
	background-color:#EC9D3D;
	padding:10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:white;
	float:left;
	margin-left:30px;
	min-width:130px;

	
}
.pkg .icotxt i  {
	font-size:18px;
	font-weight:bold;
	position:relative;
	top:2px;
}

.pkg h5 {
	font-size:17px;
	font-wieght:bold;
	color:  #D78010!important;
	border-bottom:dotted 1px #D78010;
	text-align:left;
	margin-left:20px;
	margin-bottom:30px;
}

.pkg .stu {
	float:left;
	max-width:550px;
}
.row img {
	max-width:100%
}

.pkg .stu span {
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-top:15px;
	margin-left:10px;
}

.pkg .stu span b {
	font-size:20px;
	font-weight:bold;
	color: #D78010;
}
h3 .fa-book-open {
	position:relative;
	top:3px;
}
h4 {
    text-align: left;
    color: #333;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
}
.pkg p {
	font-weight:bold;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin-left:20px;
	padding-top:15px;

}

.invoice {
	width:25px;
	height:auto;
	opacity: 1!important;
}
#white h3 {
	color:  #D78010!important;
	font-weight: 400;
	margin-bottom: 35px;
	text-align:center;
}

#white p {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
}
#white span {
	font-weight:bold;
	font-size:14px;
	color: #D77F13;
}
#white .prof span{
	font-size: 12px;
	color: #333;
}
h3 {
	font-weight:bold!important;
}
h3 i {
	font-size:140%;
}

/* movie */
#movie {
	background-color: #F7F7F7;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;

}
#movie .movie-area {
	width:50%;
	float:left;

}
#movie iframe {
	
}
#movie h3 {
	color: white;
	margin-bottom:40px;
}

#movie span {
	font-size:12px;
	font-weight:bold;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#social i {
	font-size: 50px;
	color: #333333;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	position: relative;
	clear: both;
	padding-top: 20px;
	background-color: #0B0E46;
}

#f p {
	color: white;
	text-align: center;
	font-weight: bold;
}
.centered p {
	position: relative;
	margin-bottom: 0;
	display: inline-block;
	padding: 50px 10px;
	width: 60%;
	color: #FFFFFF;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	line-height: 160%;
	z-index: 11;
	left: 2%;
}
#f .contact-area {
	display: block;
    text-align: center;
}
#f .contact-area p{
	font-size: 26px;
	font-weight: bold;
	line-height: 120%;
}
#f .contact-area a{
	color: #FFFFFF;
}
#f .contact-area a:hover{
	opacity: .7;
	transition: .5s;
}
#f .copy-area{
	background-color: #111111;
}
.copy {
	border-top:solid 1px #111111;
	font-size:12px;
	padding:20px;
	margin-bottom:0px;
	font-weight: 500 !important;
	line-height: 120%;
	letter-spacing: normal;
	background-color: #111111;
}
#page_top{
	position: relative;
}
#page_top a{
    position: fixed;
	padding: 5px 0 0 35px;
    right: 5px;
    bottom: 20px;
    height: 50px;
	color: #409BFF;
	font-size: 18px;
    font-weight: bold;
    transform: rotate(90deg);
    line-height: 120%;
    border-top:1px solid #409BFF;
	text-decoration: none;
	z-index: 111;
}
#page_top a::before{
	position: absolute;
	display: block;
	content: '';
	width: 15px;
	height: 10px;
    top: 2px;
    left: -4px;
    border-top:1px solid #409BFF;
    transform: rotate(35deg);
}

@media screen and (min-width:1210px) and (max-width:1600px){
	#hello h2{
		right: 2%;
	}
}
@media screen and (min-width:768px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}
@media screen and (min-width:768px) and (max-width:1209px){
	#hello h2{
		right: 0;
	}
	.centered p{
		left: 4%;
	}
}
@media screen and (max-width:767px){
	#hello .centered::before,
	#hello .centered::after{
		display: none;
	}
	#hello .centered,
	#hello .centered .container{
		padding-left: 0;
		padding-right: 0;
	}
	#hello .centered .row{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	#hello h2{
		display: block;
		padding: 15px 15px;
		width: 100%;
		background-color: rgba(0, 72, 150, .9);
		left: 0;
		right: 0;
	}
	.centered p{
		display: block;
		padding: 15px 15px;
		width: 100%;
		background-color: rgba(51, 51, 51, .9);
		left: 0;
		right: 0;
	}
}
@media screen and (max-width:767px){
	#f .contact-area p{
		display: block !important;
		border-left: 0 !important;
		padding: 0 15px !important;
	}
}
/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}
.about {
	width:700px;
	float:left;
}

.prof {
	margin-left:30px;
	text-align:center;
	float:left;
}
@media screen and (max-width: 1200px) { 
	.pkg .stu {
		width:100%;
		float:none;
		max-width:100%;

	}
	.pkg img {
		float:none;

	}
	.pkg {
		text-align:left;
				margin-top:60px;
	}
}
@media screen and (max-width: 1000px) {
	 #movie iframe {
		width:100%!important;
		height:350px;
	}
	.about {
		width:100%;
		float:none;
		padding:10px;
	}
	#movie .movie-area {
		padding-bottom:20px;
	}
	.container {
		width:100%!important;
	}
	#movie .movie-area {
		width:100%;
		float:none;

	}
}
@media screen and (max-width: 500px) { 

	.navbar-brand {
		margin: 20px auto !important;
		width:250px;
		margin-top: 0;
		background-position:center;
		background-size: 250px auto;
	}
	
	.pkg img {
		float:none;
		padding-right:0px;
		width:100%;
	}
	.pkg p {
		padding-right:10px;
	}
	
	.about {
		width:100%;
		float:none;
		padding:10px;
	}
	.prof {
		margin-left:0px;
		text-align:center;
		float:none;
	}

	#movie iframe {
		width:100%!important;
		height:250px;
	}
	#movie .movie-area {
		padding-bottom:20px;
	}
	.container {
		width:100%!important;
	}
	#movie .movie-area {
		width:100%;
		float:none;

	}

}

/* 教育メニュー area */
#education-menu{
	margin: 0 auto;
	padding:100px 0 60px 0;
    text-align: center;
	width: 100%;
	background-color: #F7F7F7;
}
#education-menu h3{
	margin-top: 0;
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
	color: #3D3937 !important;
	font-size: 32px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 4px;
}
#education-menu h3 span{
	display: block;
	padding-top: 10px;
	color: #777777;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: normal;
}
#education-menu .menu-area{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#education-menu .menu-area-list{
	margin: 0 15px;
	max-width: 360px;
    width: 100%;
}
#education-menu .menu-area-list a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#education-menu .menu-area-list.edu01{
	background-color: #409BFF;
}
#education-menu .menu-area-list.edu02{
	background-color: #FFBC40;
}
#education-menu .menu-area-list.edu03{
	background-color: #FE415E;
}
#education-menu .menu-area-list img {
    display: inline-block;
	padding: 20px 10px 20px 20px;
}
#education-menu .menu-area-list p {
    display: inline-block;
	margin-bottom: 0;
	padding: 20px 20px 20px 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	letter-spacing: 4px;
}
#education-menu .menu-area-list p span{
	display: block;
	font-size: 15px;
}
@media screen and (max-width:767px){
	#education-menu{
		padding: 50px 0 30px 0;
	}
	#education-menu .menu-area{
		display: block;
		margin: 0 auto;
		padding: 0 15px;
		text-align: center;
	}
	#education-menu .menu-area-list{
		margin: 0 auto 30px;
	}
	#education-menu .menu-area-list:nth-child(3) {
		margin-bottom: 0;
	}
}

/* スライドスクロール area */
#mainslider-area{
	margin: 0 auto;
	padding: 50px 0 60px;
	background-color: #F7F7F7;
}
#mainslider-area .slider-list{
	margin: 0 auto;
	text-align: center;
	width: 590px;
	height: 255px;
	overflow: hidden;
}
#mainslider-area .slider-list ul{
	margin-bottom: 0;
	padding: 0 60px 0 60px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mainslider-area .slider-list ul li{
	width: 100%;
	height: 100%;
	list-style: none;
}
.slick-prev::before,
.slick-next::before{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.slick-prev::before{
	background-image: url(/recurrent-education/assets/img/main-slick-prev.png);
}
.slick-next::before{
	background-image: url(/recurrent-education/assets/img/main-slick-next.png);
}

.slick-slide img {
	border:1px solid #ddd;
}

@media screen and (max-width:767px){
	#hello{
		padding-top: 250px;
		padding-bottom: 250px;
	}
	#mainslider-area{
		padding: 10px 0 40px;
	}
	#mainslider-area .slider-list{
		max-width: 590px;
		width: 100%;
		height: auto;
	}
	#mainslider-area .slider-list ul{
		padding: 0 50px 0 50px;
	}
}

/*「キャリアアップコース」~~~~「その他」*/
.main-list-area {
	position: relative;
    margin: 0 auto;
    padding: 110px 0 140px 0;
}
.main-list-area .scroll-area a{
	position: absolute;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	left: calc(50% - 21px);
	bottom: 45px;
	z-index: 111;
}
.main-list-area .scroll-area a::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 40px;
	left: calc(50% - .5px);
	bottom: -45px;
}
.main-list-area h2{
	position: relative;
	margin: 0 auto 40px;
	padding: 0 0 75px 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 4px;
}
.main-list-area h2 span{
	display: block;
	font-size: 22px;
	letter-spacing: normal;
}
.main-list-area h2::after{
	position: absolute;
	content: '';
	width: 55px;
	height: 55px;
	background-size: 55px 55px;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	left: calc(50% - 27px);
}
.main-list-area .sub-title{
	margin: 0 auto 50px;
	text-align: center;
	color: #535353;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 4px;
}
.main-list-area .maincontent-area{
	margin: 0 auto;
	text-align: center;
	padding: 10px 40px 10px 40px;
	background-color: #FFFFFF;
}
.main-list-area h3{
	margin: 30px auto 40px;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
}
.main-list-area .maincontent-area p{
	margin: 0 0 25px 0;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: normal;
}
.main-list-area .maincontent-area p a{
	color: #333333;
}
.main-list-area .maincontent-area p a:hover{
	opacity: .7;
	transition: .5s;
}
.main-list-area .maincontent-area .parts{
	padding: 0 120px;
}
.main-list-area .maincontent-area .part-lists {
    margin: 0 auto 50px;
}
.main-list-area .maincontent-area .part-two-area,
.main-list-area .maincontent-area .part-three-area,
.main-list-area .maincontent-area .part-four-area,
.main-list-area .maincontent-area .part-five-area,
.main-list-area .maincontent-area .part-six-area,
.main-list-area .maincontent-area .part-seven-area{
	padding-top: 20px;
    padding-bottom: 25px;
	border-top: 1px solid #DDDDDD;
}
.main-list-area .maincontent-area .parts .part-lists-title{
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
.main-list-area .maincontent-area .parts .part-lists-title a{
	color: #333333;
}
.main-list-area .maincontent-area .parts .part-lists-title a:hover{
	opacity: .7;
	transition: .5s;
}

/*キャリアアップコース*/
#ccuscourse.main-list-area{
	background-color: #EAF4FF;
}
#ccuscourse.main-list-area .scroll-area a{
	color: #0065D3;
}
#ccuscourse.main-list-area .scroll-area a::before{
	background-color: #0065D3;
}
#ccuscourse.main-list-area h2{
	color: #0065D3;
}
#ccuscourse.main-list-area h2::after{
	background-image: url(/recurrent-education/assets/img/ccuscourse-icon.png);
}
#ccuscourse.main-list-area h3{
	color: #0065D4;
}
#ccuscourse.main-list-area h3 a{
	color: #0065D4;
}
#ccuscourse.main-list-area h3 a:hover{
	opacity: .7;
	transition: .5s;
}
#ccuscourse.main-list-area h4{
	margin: 0 auto 30px;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 4px;
}
#ccuscourse.main-list-area h4 a{
	color: #FFFFFF;
}
#ccuscourse.main-list-area h4 a:hover,
#ccuscourse.main-list-area h4 a:hover span{
	opacity: .7;
	transition: .5s;
}
#ccuscourse.main-list-area .part-one-area .part-lists:nth-of-type(1) h4{
	background-color: #A22A87;
}
#ccuscourse.main-list-area .part-one-area .part-lists:nth-of-type(2) h4{
	background-color: #275438;
}
#ccuscourse.main-list-area .part-one-area .part-lists:nth-of-type(3) h4{
	background-color: #DF7F01;
}
.main-list-area .maincontent-area .part-four-area{
	padding-bottom: 0;
}
#ccuscourse.main-list-area .part-four-area .part-lists h4:nth-of-type(1){
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	color: #528034;
}
#ccuscourse.main-list-area .part-four-area .part-lists h4:nth-of-type(1) a{
	color: #528034;
}
#ccuscourse.main-list-area .part-four-area .part-lists h4:nth-of-type(2){
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	color: #C45911;
}
#ccuscourse.main-list-area .part-four-area .part-lists h4:nth-of-type(2) a{
	color: #C45911;
}
#ccuscourse.main-list-area .part-four-area .part-lists h4 a:hover{
	opacity: .7;
	transition: .5s;
}
#ccuscourse.main-list-area .part-seven-area.parts{
	padding: 0 0;
}
#ccuscourse.main-list-area .part-seven-area.parts .part-lists{
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
	max-width: 320px;
	min-width: 320px;
	width: 100%;
}
#ccuscourse.main-list-area .part-seven-area.parts .part-lists:nth-of-type(3){
	margin-right: 0;
}
#ccuscourse.main-list-area .part-seven-area h4{
	display: table-cell;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	min-width: 320px;
	width: 100%;
	height:60px;
	background-color: #409BFF;
}
#ccuscourse.main-list-area .part-seven-area h4 span{
	display: block;
}
#ccuscourse.main-list-area .part-seven-area .part-lists p:nth-of-type(1){
	margin-top: 30px;
}
.main-list-area .maincontent-area .part-seven-area .part-lists-title{
	color: #0065D2;
}
.main-list-area .maincontent-area .part-seven-area .part-lists-title a{
	color: #0065D2;
}
.main-list-area .maincontent-area .part-seven-area .part-lists-title a:hover{
	opacity: .7;
	transition: .5s;
}
.main-list-area .maincontent-area .part-seven-area .part-lists{
	margin: 0 auto 15px;
}
/*人材高度化コース*/
#educourse.main-list-area{
	background-color: #FFF8EA;
}
#educourse.main-list-area .scroll-area a{
	color: #D38A00;
}
#educourse.main-list-area .scroll-area a::before{
	background-color: #D48A00;
}
#educourse.main-list-area h2{
	color: #D28A00;
}
#educourse.main-list-area h2::after{
	background-image: url(/recurrent-education/assets/img/educourse-icon.png);
}
#educourse.main-list-area h3{
	color: #D28A00;
}
#educourse.main-list-area h3 a{
	color: #D28A00;
}
#educourse.main-list-area h3 a:hover{
	opacity: .7;
	transition: .5s;
}
#educourse.main-list-area h4{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	color: #525252;
	font-size: 20px;
	line-height: 120%;
}
#educourse.main-list-area .part-lists-title{
	color: #BD7A00;
}
#educourse.main-list-area .part-lists-title a{
	color: #BD7A00;
}
#educourse.main-list-area .part-lists-title a:hover{
	opacity: .7;
	transition: .5s;
}
/*オンラインコース*/
#onlinecourse.main-list-area{
	background-color: #FFEAED;
}
#onlinecourse.main-list-area .scroll-area a{
	color: #D2001F;
}
#onlinecourse.main-list-area .scroll-area a::before{
	background-color: #D2001F;
}
#onlinecourse.main-list-area h2{
	color: #D2001F;
}
#onlinecourse.main-list-area h2::after{
	background-image: url(/recurrent-education/assets/img/onlinecourse-icon.png);
}
#onlinecourse.main-list-area h3{
	color: #D2001F;
}
#onlinecourse.main-list-area h3 a{
	color: #D2001F;
}
#onlinecourse.main-list-area h3 a:hover{
	opacity: .7;
	transition: .5s;
}
#onlinecourse.main-list-area .part-one-area.parts ul{
	margin: 0 auto 25px;
	padding: 15px 20px 15px 20px;
	background-color: #EDDBFF;
}
#onlinecourse.main-list-area .part-two-area.parts ul{
	margin: 0 auto 25px;
	padding: 15px 20px 15px 20px;
	background-color: #DAEAC7;
}
#onlinecourse.main-list-area ul li{
	position: relative;
	padding-left: 10px;
	text-align: left;
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: normal;
}
#onlinecourse.main-list-area ul li::before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	top: 8px;
	left: 0;
	background-color: #333333;
	border-radius: 50%;
}
#onlinecourse.main-list-area .part-one-area.parts {
    margin-bottom: 40px;
}
/*その他*/
#othercourse.main-list-area{
	background-color: #EAFFEC;
}
#othercourse.main-list-area h2{
	padding: 0 0 0 0;
	color: #00BD13;
}
#othercourse.main-list-area{
	padding-bottom: 90px;
}
#othercourse.main-list-area h3{
	color: #00BD13;
}
#othercourse.main-list-area h3 a{
	color: #00BD13;
}
#othercourse.main-list-area h3 a:hover{
	opacity: .7;
	transition: .5s;
}
#othercourse.main-list-area .part-one-area.parts {
    margin-bottom: 40px;
}
@media screen and (min-width:1200px) and (max-width:1209px){
	.centered p {
		left: 0;
	}
}
@media screen and (max-width:1199px){
	#ccuscourse.main-list-area .part-seven-area.parts .part-lists{
		display: block;
		margin-right: auto;
		max-width: 890px;
	    min-width: auto;
	}
	#ccuscourse.main-list-area .part-seven-area h4{
		display: inline-block;
		margin: 0 auto 0;
		padding: 10px 20px 10px 20px;
		min-width: auto;
		height: auto;
		text-align: left;
	}
	#ccuscourse.main-list-area .part-seven-area.parts .part-lists:nth-of-type(3) {
		margin-right: auto;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.main-list-area .maincontent-area .parts {
		padding: 0 30px;
	}
}
@media screen and (max-width:767px){
	.main-list-area .maincontent-area{
		padding: 10px 15px 10px 15px;
	}
	.main-list-area .maincontent-area .parts {
		padding: 0 15px;
	}
	.main-list-area .sub-title{
		padding: 0 15px;
	}
	#hello h2{
		font-size: 22px;
	}
	#hello h2 span{
		font-size: 20px;
	}
	.main-list-area{
		padding: 40px 0 80px 0;
	}
	.main-list-area h2{
		padding: 0 15px 75px 15px;
	}
	#othercourse.main-list-area {
		padding-bottom: 50px;
	}
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
#t1 {
    padding-top: 190px;
    margin-top: -190px;;
}
#t2 {
    padding-top: 190px;
    margin-top: -190px;
}
#t3 {
    padding-top: 190px;
    margin-top: -190px;
}
#t4 {
    padding-top: 190px;
    margin-top: -190px;
}
#t5 {
    padding-top: 190px;
    margin-top: -190px;
}

@media screen and (max-width:767px){
	#t1 {
		padding-top: 90px;
		margin-top: -90px;;
	}
	#t2 {
		padding-top: 90px;
		margin-top: -90px;
	}
	#t3 {
		padding-top: 90px;
		margin-top: -90px;
	}
	#t4 {
		padding-top: 90px;
		margin-top: -90px;
	}
	#t5 {
		padding-top: 90px;
		margin-top: -90px;
	}
}

/* 2021-04-27 Add */
.slider-box {
	background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    padding-top: 5px;
    padding-bottom: 50px;
    max-width: 700px;
    margin: 0px auto;
}
@media screen and (max-width:767px){
	.slider-box{
		margin-left: 15px;
		margin-right: 15px;
	}
}