@charset "UTF-8";

/*===============================================
  コースページ
===============================================*/
.course_body{
	background-color: white;
}

@media screen and (max-width: 640px){
#key .keyInr {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}
}

#courseArea .secTit {
    font-size: 36px;
    letter-spacing: 0.2em;
    display: table;
    padding: 0 55px 0 60px;
    margin: 0 auto 40px;
    line-height: 1.3;
    position: relative;
	color: #000000;
}


@media screen and (max-width: 640px){
#courseArea .secTit {
    padding: 0 28px 0 32px;
    margin: 160px auto 20px;
    font-weight: 600;
    text-align: center;
	}
}

#courseArea .secTit:before {
    content: "";
    background: url(../img/common/before.svg) no-repeat;
    width: 23px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 30px;
}

@media screen and (max-width: 640px){
#courseArea .secTit:before {
    background-size: 100%;
    width: 35px;
    height: 28px;
    top: calc(50% - 14px);
    left: 0;
	}
}

#courseArea .secTit:after {
    content: "";
    background: url(../img/common/after.svg) no-repeat;
    width: 23px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 25px;
}

@media screen and (max-width: 640px){
#courseArea .secTit:after {
    background-size: 100%;
    width: 35px;
    height: 28px;
    top: calc(50% - 14px);
    left: 290px;
	}
}

@media screen and (max-width: 640px){
	.menuList{
		font-size: 25px;
	}
}	


/*===============================================
  align
===============================================*/
.cont_center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.center {
  text-align: center !important;
  margin: 0 auto !important;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}
.pcenter {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}