
/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {

	p {
		line-height: 1.75em;
	}

	p.indent {
		padding-left: 2em;
	}


	.btnArea {
		margin-top: 100px;
		position: relative;
		z-index: 100;
	}

	.btnArea .linkBtn {
		text-align: center;
	}

	.btnArea .linkBtn li {
		display: inline-block;
		margin: auto 10px;
		width: 270px;
		height: 100%;
	}

	.btnArea .linkBtn a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 15px 0;
		border: solid 2px #F2D0CB;
		background-color: #F2D0CB;
		color: #fff;
		text-align: center;
		transition: .5s;
		font-size: 1.1em;
		margin: 0 auto;
	}

	.btnArea .linkBtn a:hover {
		border: solid 2px #F2D0CB;
		background-color: #fff;
		color: #F2D0CB;
	}

	.btnArea2 {
		position: relative;
		margin-top: 30px;
	}
	.school_courses .btnArea2 {
		margin-top: 70px;
		margin-bottom: 150px;
	}
	.school_courses .txtArea .txt_ttl {
		padding: 30px 0;
	}

	.btnArea2 .linkBtn {
		text-align: center;
	}

	.btnArea2 .linkBtn li {
		display: inline-block;
		margin: auto 10px;
		min-width: 400px;
		height: 100%;
	}

	.btnArea2 .linkBtn a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 15px 0;
		border: solid 2px #F2D0CB;
		background-color: #F2D0CB;
		color: #fff;
		text-align: center;
		transition: .5s;
		font-size: 1.3em;
		margin: 0 auto;
		line-height: 1;
	}

	.btnArea2 .linkBtn a:hover {
		border: solid 2px #F2D0CB;
		background-color: #fff;
		color: #F2D0CB;
	}

	.sec_top {

	}

	.gray {
		display: block;
		font-size: 0.9em;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.txt_ttl {
		font-size: 1.5em;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}

	.txt_sttl {
		display: block;
		font-size: 1.1em !important;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	.ttl_block {
		display: flex;
		justify-content: space-between;
	}

	.ttl_block span.numbering {
		position: relative;
		background: url(/eab_web/common/img/bg_shape4.png) no-repeat;
		background-size: 90px 104px;
		padding: 32px 15px;
		display: block;
		width: 90px;
		height: 104px;
		font-style: italic;
		color: #df6791;
		font-size: 40px;
	}

	.ttl_block .ttl_main {
		width: 810px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.list_block .gray {
		margin-top: 50px;
	}

	.school_about {

	}

	.school_about p {
		font-size: 0.9em;
		margin-bottom: 15px;
	}

	.school_about .imgArea {
		margin-bottom: 40px;
	}

	.curriculumArea,
	.deguchiArea {
		width: 100%;
		position: relative;
		padding-top: 60px;
	}

	.deguchiArea .box_relative {
		position: relative;
	}

	.deguchiArea .box_relative .certificate_image {
		position: absolute;
		right: 0;
		bottom: 5px;
	}

	.kouzaArea {
		width: 100%;
		position: relative;
		background: linear-gradient(90deg, #F2D0CB 0%, #F2D0CB 80%, #fff 80%, #fff 100%);
		padding-top: 100px;
	}


	.kouzaArea .txtArea {
		position: relative;
		z-index: 100;
	}


	.kouzaArea .txt {
		padding-bottom: 120px;
	}

	.kouzaArea .txt p {
		margin-bottom: 30px;
		line-height: 1.75em;
	}

	.kouzaArea .imgArea {
		max-width: 622px;
		position: absolute;
		top: 20px;
		right: 0;
	}

	.cur_feature {
		margin-bottom: 100px;
	}

	.cur_feature dl {

	}

	.cur_feature dl dt {
		font-size: 1.35em;
		margin-bottom: 20px;
	}

	.cur_feature dl dt span {
		display: inline-block;
		width: 55px;
		height: auto;
		vertical-align: middle;
		margin-right: 5px;
	}

	.cur_feature dl dd {
		margin-bottom: 70px;
		margin-left: 60px;
	}

	.cur_feature dl dd li {
		margin-bottom: 25px;
	}

	.cur_feature dl dd li .pink {
		font-size: 1em;
		margin-bottom: 5px;
	}

	.cur_feature dl dd p {
		font-size: 0.9em;
		line-height: 1.75em;
	}

	.jukouArea ul {
		margin-bottom: 30px;
	}

	.jukouArea ul li {
		margin-bottom: 10px;
		font-size: 0.9em;
		line-height: 1.75em;
	}

	.jukouArea ul li::before {
		content: "";
		display: inline-block;
		width: 23px;
		height: 17px;
		background: url(../img/icon_check.png) no-repeat;
		vertical-align: middle;
		margin-right: 10px;
	}

	.cur_slide {
	}

	.cur_slide ul {

	}

	.cur_slide ul li {
		width: 300px;
		margin: auto 5px;
	}

	.school_course .grayArea {
		padding-top: 50px;
		margin-top: 50px;
	}

	.course_list dl {
		margin-bottom: 70px;
	}

	.course_list dl dt {
		margin-bottom: 20px;
	}

	.course_list dl dt::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 10px;
	}

	.course_list dl .list_ttl01::after {
		background: url(../img/course_line01.png) no-repeat;
	}

	.course_list dl .list_ttl02::after {
		background: url(../img/course_line02.png) no-repeat;
	}

	.course_list dl .list_ttl03::after {
		background: url(../img/course_line03.png) no-repeat;
	}

	.course_list dl .list_ttl04::after {
		background: url(../img/course_line04.png) no-repeat;
	}

	.course_list dl .list_ttl05::after {
		background: url(../img/course_line05.png) no-repeat;
	}

	.course_list dl dt span {
		font-size: 1em;
	}

	.course_list dl dt p {
		font-size: 1.3em;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.course_list dl dt .mincho span {
		font-size: 0.8em;
	}

	.course_list dl dd {
		position: relative;
	}

	.course_list dl dd .moreBtn {
		width: 115px;
		height: 80px;
		position: absolute;
		right: 0;
		top: 5px;
	}

	.course_list dl dd .moreBtn a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.course_list dl dd .moreBtn a img {
		opacity: 1;
		transition: .5s;
	}

	.course_list dl dd .moreBtn a::after {
		content: "";
		display: block;
		width: 115px;
		height: 80px;
		position: absolute;
		right: 0;
		top: 0px;
		background: url(../img/moreBtn.png) no-repeat;
		opacity: 0;
		transition: .5s;
	}

	.course_list dl dd .moreBtn a:hover img {
		opacity: 0;
	}

	.course_list dl dd .moreBtn a:hover::after {
		opacity: 1;
	}

	.course_list dl dd p {
		font-size: 1.1em;
		line-height: 1.75em;
	}

	.course_list dl dd p span {
		font-size: 0.85em;
	}

	.priceArea {
		margin-top: 80px;
	}

	.course_price {
	}


	.set_course_price {
		margin-top: 50px;
	}

	.course_price .txt_ttl {
		font-size: 1.3em;
		margin-bottom: 10px;
	}

	.course_price .txt_ttl span {
		font-size: 0.8em;
	}

	.comment {
		font-size: 0.75em;
		margin-top: 10px;
		line-height: 1.5em;
	}

	/*.accessArea .address .txt_ttl {*/
	/*	line-height: 2em;*/
	/*	margin-bottom: 30px;*/
	/*	font-size: 1em;*/
	/*}*/

	dl dt {
		color: #df6791;
		font-size: 1.2em;
		font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
		margin-bottom: 20px;
	}

	dl dd {
		margin-bottom: 40px;
		line-height: 1.75;
		padding-left: 2em;
	}

	dl.inner dt {
		display: inline-block;
	}

	main ul li {
		color: #df6791;
		line-height: 1.75;
	}

	ul li span {
		color: #393939;
	}

	ul.check_list li {
		padding-left: 40px;
		background: url(/eab_web/common/img/check.png) no-repeat 10px center;
	}

	ul.courses {
		width: 100%;
		margin: 40px auto 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	ul.courses li {
		width: 420px;
		margin: 40px 0 40px 0;
		text-align: center;
	}

	ul.courses li a {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 20px 40px 20px;
		color: #393939;
		text-align: left;
		transition: .3s;
	}

	ul.courses li p.course_ttl {
		font-size: 1.2em;
		line-height: 1.7;
		margin: 10px 0 40px 0;
		padding-left: 10px;
	}

	ul.courses li p.course_name_ja {
		font-size: 1em;
		line-height: 1;
		margin: 10px 0 25px 0;
		padding-left: 10px;
	}

	ul.courses li p.course_name {
		font-size: 1.2em;
		line-height: 1;
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		position: relative;
	}
	ul.courses li p.course_desc {
		font-size: 1.1em;
		line-height: 1;
		margin: 0;
		position: relative;
		left: -10px;
		padding-left: 10px;
		position: relative;
		top: -10px;
	}

	ul.courses li {
		position: relative;
		z-index: 1;
		background-image: url(/eab_web/school/img/moreBtn.png);
		background-position: right 30px bottom 20px;
		background-repeat: no-repeat;
		background-size: 100px auto;
	}

	ul.courses li a {
		color: #000;
		position: relative;
		z-index: 10;
	}
	ul.courses li:before {
		content: '';
		display: block;
		width: 174px;
		height: 124px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		position: absolute;
		right: 20px;
		top: -20px;
		z-index: 11;
	}
	ul.courses li p.course_name:before {
		content: '';
		display: block;
		height: 1px;
		width: 240px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	ul.courses li.box_premiere a {
		border: #e3c93e 1px solid;
	}
	ul.courses li.box_premiere p.course_name {
		color: #e3c93e;
	}
	ul.courses li.box_premiere:before {
		background-image: url(/eab_web/school/img/course_premiere_photo.png);
		border: #e3c93e 1px solid;
		background-position: top -10px center;
	}
	ul.courses li.box_premiere p.course_name:before {
		background: #e3c93e;
	}
	ul.courses li.box_premiere a:hover {
		color: #fff;
		background: #e3c93e;
	}

	ul.courses li.box_classique a {
		border: #efb2a9 1px solid;
	}
	ul.courses li.box_classique p.course_name {
		color: #efb2a9;
	}
	ul.courses li.box_classique:before {
		background-image: url(/eab_web/school/img/course_classique_photo.png);
		background-position: top -5px center;
		border: #efb2a9 1px solid;
	}
	ul.courses li.box_classique p.course_name:before {
		background: #efb2a9;
	}
	ul.courses li.box_classique a:hover {
		color: #fff;
		background: #efb2a9;
	}

	ul.courses li.box_bijoux a {
		border: #9cbef1 1px solid;
	}
	ul.courses li.box_bijoux p.course_name {
		color: #9cbef1;
	}
	ul.courses li.box_bijoux:before {
		background-image: url(/eab_web/school/img/course_bijoux_photo.png);
		border: #9cbef1 1px solid;
	}
	ul.courses li.box_bijoux p.course_name:before {
		background: #9cbef1;
	}
	ul.courses li.box_bijoux a:hover {
		color: #fff;
		background: #9cbef1;
	}

	ul.courses li.box_creatif a {
		border: #f0c288 1px solid;
	}
	ul.courses li.box_creatif p.course_name {
		color: #f0c288;
	}
	ul.courses li.box_creatif:before {
		background-image: url(/eab_web/school/img/course_creatif_photo.png);
		background-position: top -5px center;
		border: #f0c288 1px solid;
	}
	ul.courses li.box_creatif p.course_name:before {
		background: #f0c288;
	}
	ul.courses li.box_creatif a:hover {
		color: #fff;
		background: #f0c288;
	}

	ul.courses li.box_creatif p.course_name_ja {
		letter-spacing: -1px;
	}

	.figure_list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	ul.figure_list li {
		width: 291px;
		margin-right: 25px;
		color: #393939;
	}

	ul.figure_list li:nth-of-type(3n) {
		margin-right: 0;
	}

	ul.figure_list li .figure {
		width: 100%;
	}

	ul.figure_list li .figure_title {
		color: #393939;
	}

	.figure_list.figure_list_vertical {
		display: block;
	}

	.figure_list.figure_list_vertical li {
		width: 100%;
		display: flex;
		justify-content: space-around;
		margin-right: 0;
		margin-bottom: 20px;
	}

	ul.figure_list li .figure {
		width: 200px;
	}

	ul.figure_list li .caption-right {
		width: 640px;
		padding-top: 10px;
	}

	ul.figure_list li .caption-right p.figure_title {
		color: #D87D6C;
		font-size: 1.1em;
		margin-bottom: 5px;
	}

	ul.figure_list li .caption-right p.figure_title::before {
		content: "";
		display: inline-block;
		width: 23px;
		height: 17px;
		background: url(../img/icon_check.png) no-repeat;
		vertical-align: middle;
		margin-right: 10px;
	}

	ul.figure_list li .caption-right p.figure_title + p {
		padding-left: 34px;
	}

	.subbox {
		margin-bottom: 80px;
	}

	ul.figure_list.list_flow {
		width: 800px;
		margin: 50px auto 0 auto;
	}

	ul.figure_list.list_flow li {
		width: 200px;
		margin-right: 100px;
		position: relative;
	}

	ul.figure_list.list_flow li:after {
		content: ' ';
		display: block;
		position: absolute;
		top: 60px;
		right: -60px;
		width: 20px;
		height: 31px;
		background-image: url(/eab_web/school/img/flow_arrow.png);
		background-size: 20px 31px;
		background-repeat: no-repeat;
	}

	ul.figure_list.list_flow li:nth-of-type(3n) {
		margin-right: 0;
	}

	ul.figure_list.list_flow li:nth-of-type(3n):after {
		content: none;
	}

	ul.figure_list.list_flow li .figure_title {
		font-size: 1.2em;
		margin-bottom: 0px;
	}

	.ttl_block .ttl_main span {
		/*color: #df6791;*/
		display: block;
		width: 100%;
	}

	.ttl_block .ttl_main h3 {
		font-weight: 400;
		/*color: #df6791;*/
	}

	section.school_curriculum {
		padding-top: 0;
	}

	section.school_curriculum,
	section.school_point {
		padding-bottom: 0;
	}

	section.school_point,
	section.school_courses {
		padding-top: 0;
		margin-top: 0;
	}

	.school_curriculum ul.figure_list {
		justify-content: space-between;
		width: 1025px;
		margin: 60px -50px;
	}

	.school_curriculum ul.figure_list:after {
		display: block;
		content: "";
		width: 341px;
		background: #fff;
		background-image: url(/eab_web/school/img/kirari.png);
		background-size: 72% auto;
		background-position: bottom 50px center;
		background-repeat: no-repeat;
	}

	.school_curriculum ul.figure_list li {
		width: 341px;
		margin: 0;
		padding: 40px 20px;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
		background: #fff;
		margin-bottom: 1px;
	}

	.school_curriculum ul.figure_list li:nth-child(1),
	.school_curriculum ul.figure_list li:nth-child(2),
	.school_curriculum ul.figure_list li:nth-child(3) {
	}

	.school_curriculum ul.figure_list li:nth-child(4),
	.school_curriculum ul.figure_list li:nth-child(5) {
	}

	.school_curriculum ul.figure_list li:before {
		content: '';
		width: 80%;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-top: #efefef 5px solid;
		border-bottom: #efefef 5px solid;
		z-index: 0;
	}
	.school_curriculum ul.figure_list li:after {
		content: '';
		width: 100%;
		height: 85%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-left: #efefef 5px solid;
		border-right: #efefef 5px solid;
		z-index: 0;
	}

	.school_curriculum ul.figure_list li .figure {
		width: 90%;
		order: 3;
		text-align: center;
		margin: 0 auto;
	}

	.school_curriculum ul.figure_list li .figure_title {
		text-align: center;
		margin-bottom: 1em;
		padding-bottom: 5px;
		font-size: 1.4em;
		font-weight: bold;
		order: 1;
		width: 100%;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
		z-index: 13;
	}

	/*.school_curriculum ul.figure_list li .figure_title.bg1:before {*/
	/*	content: '1';*/
	/*	display: block;*/
	/*	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN';*/
	/*	font-size: 150px;*/
	/*	color: #eaebeb;*/
	/*	position: absolute;*/
	/*	top: 50%;*/
	/*	left: 50%;*/
	/*	transform: translate(-50%, -50%);*/
	/*	z-index: -1;*/
	/*}*/
	.school_curriculum ul.figure_list li .figure_title.bg1 {
		background-image: url(/eab_web/school/img/bg_number_1.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg2 {
		background-image: url(/eab_web/school/img/bg_number_2.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg3 {
		background-image: url(/eab_web/school/img/bg_number_3.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg4 {
		background-image: url(/eab_web/school/img/bg_number_4.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg5 {
		background-image: url(/eab_web/school/img/bg_number_5.png);
	}

	.school_curriculum ul.figure_list li .figure_caption {
		font-size: 1em;
		order: 2;
		width: 100%;
		margin-bottom: 1em;
	}

	.kozgo {
		font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
	}

	.kakugo {
		font-family: "Hiragino Kaku Gothic ProN";
	}

	.school_point ul.figure_list {
		justify-content: space-between;
		width: 900px;
		margin: 60px auto;
	}

	.school_point ul.figure_list li {
		width: 360px;
		margin: 0;
		padding-bottom: 55px;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
	}
	.school_point ul.figure_list li:nth-child(7) .figure_title {
		letter-spacing: -1px;
	}
	.school_point ul.figure_list li .figure {
		width: 100%;
		order: 3;
	}

	.school_point ul.figure_list li .figure_title {
		text-align: center;
		padding-bottom: 1em;
		font-size: 1.4em;
		order: 1;
		width: 100%;
	}

	.school_point ul.figure_list li .figure_caption {
		font-size: 1em;
		order: 2;
		width: 100%;
		margin-bottom: 1em;
	}

	.marker-animation1.active {
		background-position: 0 .9em;
	}

	.marker-animation2.active {
		background-position: 70px .9em;
	}

	.marker-animation3.active {
		background-position: 0 .9em;
	}

	.marker-animation4.active {
		background-position: 0 1.2em;
	}

	.marker-animation1 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: bold;
		background-image: url(/eab_web/school/img/ill_marker01.png);
		background-size: 342px 18px;
		background-position: -342px .9em;
	}

	.marker-animation2 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: bold;
		background-image: url(/eab_web/school/img/ill_marker02.png);
		background-size: 243px 23px;
		background-position: -243px .9em;
	}

	.marker-animation3 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: normal;
		background-image: url(/eab_web/school/img/ill_marker03_2.png);
		background-size: 350px 17px;
		background-position: -350px .9em;
		background-color:rgba(255,255,255,0.6);
		background-blend-mode:lighten;
	}

	.marker-animation4 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: bold;
		background-image: url(/eab_web/school/img/ill_marker04.png);
		background-size: 315px 16px;
		background-position: -315px 1.2em;
	}

	.ttl_area {
		height: 190px;
		text-align: center;
	}

	.ttl_area .txt_ttl {
		color: #393939;
		display: inline-block;
		/*border-bottom: #393939 1px solid;*/
		font-size: 1.8em;
		padding: 1em 0.5em 0.3em 0.5em;
		margin-bottom: 0.6em;
		font-weight: 500;
		letter-spacing: 4px;
	}

	.ttl_area .gray {
		font-size: 0.9em;
		color: #393939;
		margin-top: 0;
		margin-bottom: 4em;
		display: block;
	}

	.ttl_area .gray + h4 {
		margin-top: 0;
	}

	.ttl_area p + h4 {
		margin-top: 30px;
	}

	section.school_jewelist .inner {
		text-align: center;
		margin-top: 75px;
	}

	section.school_jewelist .txtArea h3.txt_ttl {
		display: inline-block;
		border-bottom: #393939 1px solid;
		padding: 0 1em 10px 1em;
		font-weight: 500;
	}

	section.school_jewelist .txtArea h3.txt_ttl + .gray {
		margin-top: 0;
		font-size: 1.4em;
		font-weight: 500;
		color: #393939;
		letter-spacing: 3px;
		margin-bottom: 50px;
	}

	.certificate_image {
		text-align: center;
		margin-top: 60px;
	}

	.certificate_image img {
		max-width: 40%;
	}

	section.school_works {
		background: #fafafa;
		padding: 0;
		overflow: auto;
	}

	section.school_works.bg_pattern2 {
		background-color: #fff;
		background-image: url(/eab_web/school/img/bg_works3.png);
		background-repeat: repeat-x;
		background-position: center bottom;
		background-size: 1920px auto;
	}

	section.school_works ul.works {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	section.school_works ul.works li {
		width: 440px;
		background-size: 440px auto;
		background-color: #fff;
	}

	section.school_works ul.works li:nth-child(1) {
		background-image: url(/eab_web/school/img/bg_order_jewelist.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 80%;
		margin-bottom: 30px;
		padding-bottom: 40px;
	}
	section.school_works ul.works li:nth-child(2) {
		background-image: url(/eab_web/school/img/bg_brand_debut.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 80%;
		margin-bottom: 30px;
		padding-bottom: 40px;
	}
	section.school_works ul.works li:nth-child(3) {
		background-image: url(/eab_web/school/img/bg_instructor.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 80%;
		margin-bottom: 30px;
		padding-bottom: 40px;
	}
	section.school_works ul.works li:nth-child(4) {
		background-image: url(/eab_web/school/img/bg_salon_webshop.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 80%;
		margin-bottom: 30px;
		padding-bottom: 40px;
	}
	/* サンプル */
	/*section.school_works.bg_pattern1 ul.works li:nth-child(1),*/
	/*section.school_works.bg_pattern1 ul.works li:nth-child(2),*/
	/*section.school_works.bg_pattern1 ul.works li:nth-child(3),*/
	/*section.school_works.bg_pattern1 ul.works li:nth-child(4) {*/
	/*	background-image: url(/eab_web/school/img/bg_sample.png);*/
	/*}*/
	section.school_works ul.works li .works_inner {
		color: #393939;
		background: #fff;
		padding: 0;
		width: 390px;
		margin: 200px auto 0 auto;
		text-align: center;
	}

	section.school_works ul.works li .works_title_en {
		width: 290px;
		background: #F0CEC9;
		padding: 0.3em;
		text-align: center;
		color: #fff;
		margin: 0 auto;
		font-size: 1.2em;
	}

	section.school_works ul.works li .works_title {
		font-size: 1.5em;
		font-weight: 500;
		padding-top: 10px;
	}

	section.school_works ul.works li .works_caption {
		font-size: 0.9em;
	}

	section.school_works ul.works li .works_description {
		display: flex;
		min-height: 6em;
		align-items: center;
		justify-content: center;
		font-size: 0.9em;
		margin: 15px 0;
	}
	.vertical-btn-margin {
		margin: 100px auto 150px auto;
	}
	section .lower_aboutArea {
		padding: 50px 0 0 0;
	}
	section.school_jewelist:nth-child(2) .inner {
		margin-top: 120px;
	}
	section.school_jewelist .ttl_area h3.txt_ttl {
		position: relative;
	}
	section.school_jewelist .ttl_area h3.txt_ttl:before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		background-image: url(/eab_web/common/img/bg_photo_jewerly5.png);
		background-repeat: no-repeat;
		background-position: left 0 bottom 0;
		background-size: 70px auto;
		position: absolute;
		top: 10px;
		left: -100px;
	}
	.txt_pink {
		/*color: #dfada4;*/
	}
}

/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {

	section .inner {
		margin-bottom: 4em;
	}
	section .inner .txtArea p {
		font-size: 3vmin;
		line-height: 2;
	}
.btnArea{
	width: 90%;
	margin: 50px auto;
}

.btnArea .linkBtn{
	text-align: center;
}

.btnArea .linkBtn li{
	display: inline-block;
	width: 45%;
	margin: auto 2%;
}

.btnArea .linkBtn a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	border: solid 2px #eabebe;
	background-color: #fff;
	color: #eabebe;
	text-align: center;
	transition: .5s;
	font-size: 1.1em;
	margin: 0 auto;
}

.btnArea .linkBtn a:hover{
	border: solid 2px #eabebe;
	background-color: #eabebe;
	color: #fff;
}


.sec_top{

}

.sec_ttl{
	margin-bottom: 50px;
}

.gray{
	display: block;
	font-size: 0.95em;
	margin-top: 20px;
	margin-bottom: 15px;
}
.ttl_block .gray {
	margin-top: 0;
}

.txt_ttl{
	font-size: 4.8vw;
	margin-bottom: 50px;
	line-height: 1.5em;
}


.school_about{

}

.school_about p{
	font-size: 0.8em;
	line-height: 2;
	margin-bottom: 15px;
}

.school_about .imgArea{
	margin-bottom: 120px;
}

	.deguchiArea .box_relative .certificate_image {
		display: block;
		max-width: 100%;
		text-align: center;
	}
	.deguchiArea .box_relative .certificate_image img {
		max-width: 234px;
	}


	.kouzaArea{
	width: 100%;
	position: relative;
	background:linear-gradient(90deg,#F2D0CB 0%,#F2D0CB 80%,#fff 80%,#fff 100%);
	padding-top: 20px;
}


.kouzaArea .txtArea{
	position: relative;
	z-index: 100;
}


.kouzaArea .txt{
	width: 75%;
	padding-bottom: 120px;
}

.kouzaArea .txt p{
	margin-bottom: 30px;
	line-height: 1.75em;
}

.kouzaArea .imgArea{
	width: 90%;
	position: relative;
	right: 0;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 40px;
}

.cur_feature{
	margin-bottom: 100px;
}

.cur_feature dl{

}

.cur_feature dl dt{
	font-size: 4.8vw;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.cur_feature dl dt span{
	display: block;
    width: 55px;
    height: auto;
   margin-bottom: 5px;
}

.cur_feature dl dd{
	margin-bottom: 50px;
}

.cur_feature dl dd li{
	margin-bottom: 25px;
}

.cur_feature dl dd li .pink{
	font-size: 1em;
	margin-bottom: 5px;
}

.cur_feature dl dd p{
	font-size: 0.9em;
	line-height: 1.75em;
}

.jukouArea ul{
	margin-bottom: 30px;
}

.jukouArea ul li{
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.75em;
}

.jukouArea ul li::before{
	content: "";
	display: inline-block;
	width: 23px;
	height: 17px;
	background: url(../img/icon_check.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

.cur_slide{
}

.cur_slide ul{

}

.cur_slide ul li{
	width: 180px;
	margin: auto 5px;
}

.school_course .grayArea{
	padding-top: 50px;
	margin-top: 50px;
	padding-bottom: 30px;
}

.course_list dl{
	margin-bottom: 70px;
}

.course_list dl dt{
	margin-bottom: 20px;
}

.course_list dl dt::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
}

.course_list dl .list_ttl01::after{
	background-color: #e3c93e;
}

.course_list dl .list_ttl02::after{
	background-color: #F2D0CB;
}

.course_list dl .list_ttl03::after{
	background-color: #9cbef1;
}

.course_list dl .list_ttl04::after{
	background-color: #f0c288;
}

.course_list dl .list_ttl05::after{
	background-color: #B3B3B3;
}

.course_list dl dt span{
	font-size: 1em;
}

.course_list dl dt p{
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.course_list dl dt p span{
	font-size: 0.8em;
	display: block;
	margin-top: 5px;
}

.course_list dl dd{
	position: relative;
}

.course_list dl dd .moreBtn{
	width: 90px;
	height: auto;
	margin: 15px auto;
	margin-right: 0;
	margin-left: auto;

}

.course_list dl dd .moreBtn a{
	display: block;
	width: 100%;
	height: 100%;
}

.course_list dl dd p{
	font-size: 1em;
	line-height: 1.75em;
}

.course_list dl dd p span{
	font-size: 0.9em;
}

.priceArea{
	margin-top: 80px;
}

.course_price{

	overflow: scroll;
}

.set_course_price{
	margin-top: 50px;
}

.course_price .txt_ttl{
	font-size: 1.1em;
	margin-bottom: 10px;
}

.course_price .txt_ttl span{
	font-size: 0.8em;
	display: block;
}

.comment{
	font-size: 0.9em;
	margin-top: 15px;
	line-height: 1.5em;
}

.graphArea{
	width: 926px;

}

.accessArea .address .txt_ttl {
    line-height: 2em;
    margin-bottom: 30px;
    font-size: 1em;
}

	dl dt {
		color: #cd517f;
		font-size: 1.2em;
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
		margin-bottom: 20px;
	}
	dl dd {
		margin-bottom: 40px;
		font-size: 0.9em;
		line-height: 1.75;
	}
	dl.inner dt {
		display: inline-block;
	}
	main ul li {
		color: #cd517f;
		line-height: 1.75;
		font-size: 0.9em;
	}
	ul li span {
		color: #393939;
	}
	ul.check_list li {
		padding-left: 30px;
		background:url(/eab_web/common/img/check.png) no-repeat 0px 4px;
	}
	ul.check_list li span {
		display: block;
	}
	ul.courses {
		width: 100%;
		margin: 40px auto 0 auto;
		display: block;
	}
	ul.courses li {
		width: 100%;
		margin-bottom: 1em;
		text-align: center;
	}
	ul.courses li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 1em 1em;
		color: #393939;
		text-align: center;
		font-size: 74%;
		transition: .3s;
	}
	ul.courses li p.course_name {
		font-size: 20px;
		line-height: 1;
		margin: 10px 0;
	}

	.txt_ttl{
		font-size: 1.4em;
		margin-bottom: 15px;
	}
	.txtArea .txt_ttl {
		padding-top: 1em;
		border-bottom: #393939 1px solid;
		font-size: 4.8vw;
		text-align: center;
		padding-bottom: 0.4em;
	}
	.txtArea .txt_ttl + .gray {
		font-size: 1em;
		text-align: center;
		color: #393939;
		margin-bottom: 2em;
		margin-top: 0.4em;
	}

	.txt_sttl{
		display: block;
		font-size: 1.1em !important;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	.ttl_block {
		display: flex;
		justify-content: space-between;
	}

	.ttl_block span.numbering {
		position: relative;
		background: url(/eab_web/common/img/bg_shape4.png) no-repeat;
		background-size: 90px 104px;
		padding: 32px 15px;
		display: block;
		width: 90px;
		height: 104px;
		font-style: italic;
		color: #FA9F96;
		font-size: 40px;
	}
	.ttl_block .ttl_main {
		width: 810px;
	}
	.btnArea2{
		position: relative;
		margin-top: 30px;
	}

	.btnArea2 .linkBtn{
		text-align: center;
	}

	.btnArea2 .linkBtn li{
		box-sizing: border-box;
		display: block;
		margin: 1em auto;
		width: 70%;
		height: auto;
	}

	.btnArea2 .linkBtn a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 15px 0;
		border: solid 2px #eabebe;
		background-color: #eabebe;
		color: #fff;
		text-align: center;
		transition: .5s;
		font-size: 1.1em;
		margin: 0 auto;
	}

	.btnArea2 .linkBtn a:hover{
		border: solid 2px #eabebe;
		background-color: #fff;
		color: #eabebe;
	}

	.figure_list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	ul.figure_list li {
		width: 291px;
		margin-right: 25px;
		color: #393939;
	}

	.figure_list {
		display: block;
		margin-top: 3em;
	}
	ul.figure_list li{
		width: 100%;
	}
	ul.figure_list li .figure {
		width: 100%;
	}
	ul.figure_list li .figure_title {
		color: #393939;
	}

	.figure_list.figure_list_vertical {
		display: block;
	}

	.figure_list.figure_list_vertical li {
		width: 100%;
		margin-bottom: 20px;
	}

	ul.figure_list li .figure {
		width: 100%;
	}
	ul.figure_list li .caption-right {
		display: block;
	}

	ul.figure_list li .caption-right p.figure_title {
		color: #D87D6C;
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	ul.figure_list li .caption-right p.figure_title::before{
		content: "";
		display: inline-block;
		width: 23px;
		height: 17px;
		background: url(../img/icon_check.png) no-repeat;
		vertical-align: middle;
		margin-right: 10px;
	}
	ul.figure_list li .caption-right p.figure_title + p {
		padding-left: 0;
	}
	ul.figure_list li .figure_title {
		font-size: 1.2em;
		margin-bottom: 0;
		order: 1;
	}
	ul.figure_list li .figure_title + p {
		order: 2;
		font-size: 1em;
		text-align: center;
	}
	.ttl_block .ttl_main span {
		color: #cd517f;
	}
	.ttl_block .ttl_main h3 {
		font-weight: 500;
		color: #cd517f;
	}
	.subbox {
		margin-bottom: 4em;
	}
	section.school_jewelist .inner {
		width: 95%;
	}
	section.school_jewelist .ttl_area h3.txt_ttl,
	section.school_curriculum .ttl_area h3.txt_ttl {
		position: relative;
		text-align: center;
	}
	section.school_jewelist .ttl_area {
		text-align: center;
		position: relative;
		left: -5vw;
	}
	section.school_jewelist .ttl_area h3.txt_ttl {
		display: inline-block;
		padding-left: 17vw;
		/*padding-right: 17vw;*/
		font-size: 5.6vw;
	}
	.ttl_area .gray {
		font-size: 0.9em;
		color: #393939;
		margin-top: 0;
		margin-bottom: 2em;
		display: block;
		text-align: center;
	}
	.school_jewelist .ttl_area .gray {
		padding-left: 17vw;
	}
	section.school_jewelist .ttl_area h3.txt_ttl:before {
		content: '';
		display: block;
		width: 14vw;
		height: 14vw;
		background-image: url(/eab_web/common/img/bg_photo_jewerly5.png);
		background-repeat: no-repeat;
		background-position: left 0 bottom 0;
		background-size: 14vw auto;
		position: absolute;
		top: 0.2em;
		left: 0;
		/*right: 0;*/
	}

	.certificate_image {
		text-align: center;
		margin-top: 2em;
	}

	section.school_works {
		background: #fafafa;
		padding: 2em 0;
		overflow: auto;
	}
	section.school_works .inner {
		margin-bottom: 0;
	}

	section.school_works.bg_pattern2 {
		/*background-color: #fff;*/
		/*background-image: url(/eab_web/school/img/bg_works3.png);*/
		/*background-repeat: repeat-x;*/
		/*background-position: center bottom;*/
		/*background-size: 1920px auto;*/
	}

	section.school_works ul.works {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	section.school_works ul.works li {
		width: 100%;
		background-size: 100% auto;
		background-color: #fff;
		margin-bottom: 2em;
		padding-top: 3em;
	}
	section.school_works ul.works li:first-child {
		padding-top: 0;
	}

	/*section.school_works ul.works li:nth-child(1) {*/
	/*	background-image: url(/eab_web/school/img/bg_order_jewelist.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: top;*/
	/*	background-size: 100%;*/
	/*	margin-bottom: 1em;*/
	/*	padding-bottom: 1em;*/
	/*}*/
	/*section.school_works ul.works li:nth-child(2) {*/
	/*	background-image: url(/eab_web/school/img/bg_brand_debut.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: top;*/
	/*	background-size: 100%;*/
	/*	margin-bottom: 1em;*/
	/*	padding-bottom: 1em;*/
	/*}*/
	/*section.school_works ul.works li:nth-child(3) {*/
	/*	background-image: url(/eab_web/school/img/bg_instructor.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: top;*/
	/*	background-size: 100%;*/
	/*	margin-bottom: 1em;*/
	/*	padding-bottom: 1em;*/
	/*}*/
	/*section.school_works ul.works li:nth-child(4) {*/
	/*	background-image: url(/eab_web/school/img/bg_salon_webshop.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: top;*/
	/*	background-size: 100%;*/
	/*	margin-bottom: 1em;*/
	/*	padding-bottom: 1em;*/
	/*}*/
	/*section.school_works ul.works li:nth-child(1) .works_inner {*/
	/*	background-image: url(/eab_web/school/img/bg_order_jewelist.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: bottom;*/
	/*	background-size: 100%;*/
	/*	padding-top: 210px;*/
	/*}*/
	/*section.school_works ul.works li:nth-child(2) .works_inner {*/
	/*	background-image: url(/eab_web/school/img/bg_brand_debut.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: bottom;*/
	/*	background-size: 100%;*/
	/*	margin-bottom: 1em;*/
	/*	padding-bottom: 210px;*/
	/*}*/
	/*section.school_works ul.works li:nth-child(3) .works_inner {*/
	/*	background-image: url(/eab_web/school/img/bg_instructor.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: bottom;*/
	/*	background-size: 100%;*/
	/*	margin-bottom: 1em;*/
	/*	padding-bottom: 210px;*/
	/*}*/
	/*section.school_works ul.works li:nth-child(4) .works_inner {*/
	/*	background-image: url(/eab_web/school/img/bg_salon_webshop.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: bottom;*/
	/*	background-size: 100%;*/
	/*	margin-bottom: 1em;*/
	/*	padding-bottom: 210px;*/
	/*}*/
	/* サンプル */
	/*section.school_works.bg_pattern1 ul.works li:nth-child(1),*/
	/*section.school_works.bg_pattern1 ul.works li:nth-child(2),*/
	/*section.school_works.bg_pattern1 ul.works li:nth-child(3),*/
	/*section.school_works.bg_pattern1 ul.works li:nth-child(4) {*/
	/*	background-image: url(/eab_web/school/img/bg_sample.png);*/
	/*}*/
	section.school_works ul.works li .works_inner {
		color: #393939;
		background: #fff;
		padding: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		text-align: center;
	}

	section.school_works ul.works li .works_title_en {
		width: 100%;
		background: #F0CEC9;
		padding: 0.3em;
		text-align: center;
		color: #fff;
		margin: 0 auto;
		font-size: 1.2em;
		order: 5;
		z-index: 2;
	}

	section.school_works ul.works li .works_title {
		font-size: 1.5em;
		font-weight: 500;
		margin-top: 10px;
		width: 100%;
		order: 1;
	}

	section.school_works ul.works li .works_caption {
		font-size: 0.9em;
		order: 2;
		width: 100%;
		text-align: center;
		margin-bottom: 0.8em;
	}

	section.school_works ul.works li .works_description {
		font-size: 0.9em;
		order: 3;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	section.school_works ul.works li .works_figure {
		order: 4;
		line-height: 0;
		z-index: 1;
		position: relative;
		top: 1em;
		text-align: center;
		width: 100%;
	}
	.school_point ul.figure_list li {
		margin-bottom: 3em;
	}
	.school_curriculum ul.figure_list li {
		border-bottom: #efefef 5px solid;
		padding-bottom: 2em;
		margin-bottom: 3em;
	}
	.school_curriculum ul.figure_list li:last-child {
		border-bottom: none;
	}

	.school_curriculum ul.figure_list li .figure_title {
		text-align: center;
		margin-bottom: 1em;
		padding-bottom: 5px;
		font-size: 1.4em;
		font-weight: bold;
		order: 1;
		width: 100%;
		height: 5em;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
		z-index: 13;
	}
	.school_curriculum ul.figure_list li .figure_title.bg1 {
		background-image: url(/eab_web/school/img/bg_number_1.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg2 {
		background-image: url(/eab_web/school/img/bg_number_2.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg3 {
		background-image: url(/eab_web/school/img/bg_number_3.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg4 {
		background-image: url(/eab_web/school/img/bg_number_4.png);
	}

	.school_curriculum ul.figure_list li .figure_title.bg5 {
		background-image: url(/eab_web/school/img/bg_number_5.png);
	}
	.school_curriculum ul.figure_list:after {
		display: block;
		content: "";
		width: 100%;
		height: 10em;
		background: #fff;
		background-image: url(/eab_web/school/img/kirari.png);
		background-size: auto 100%;
		background-position: top right;
		background-repeat: no-repeat;
	}

	.school_point ul.figure_list li .figure_title {
		text-align: center;
		padding-bottom: 0.3em;
		font-size: 1.4em;
		order: 1;
		width: 100%;
	}

	.school_point ul.figure_list li .figure_caption {
		font-size: 1em;
		order: 2;
		width: 100%;
		margin-bottom: 1em;
	}

	.marker-animation1.active {
		background-position: 0 .9em;
	}

	.marker-animation2.active {
		background-position: 70px .9em;
	}

	.marker-animation3.active {
		background-position: 0 .9em;
	}

	.marker-animation4.active {
		background-position: 0 1.2em;
	}

	.marker-animation1 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: bold;
		background-image: url(/eab_web/school/img/ill_marker01.png);
		background-size: 342px 18px;
		background-position: -342px .9em;
	}

	.marker-animation2 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: bold;
		background-image: url(/eab_web/school/img/ill_marker02.png);
		background-size: 243px 23px;
		background-position: -243px .9em;
	}

	.marker-animation3 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: normal;
		background-image: url(/eab_web/school/img/ill_marker03_2.png);
		background-size: 350px 17px;
		background-position: -350px .9em;
		background-color:rgba(255,255,255,0.6);
		background-blend-mode:lighten;
	}

	.marker-animation4 {
		background-repeat: no-repeat;
		transition: all 1.3s ease;
		font-weight: bold;
		background-image: url(/eab_web/school/img/ill_marker04.png);
		background-size: 315px 16px;
		background-position: -315px 1.2em;
	}


	ul.courses {
		width: 100%;
		margin: 40px auto 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	ul.courses li {
		width: 420px;
		margin: 40px 0 40px 0;
		text-align: center;
	}

	ul.courses li a {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 20px 20px 20px;
		color: #393939;
		text-align: left;
		transition: .3s;
	}

	ul.courses li p.course_ttl {
		font-size: 1.2em;
		line-height: 1.5;
		margin: 10px 0 30px 0;
	}

	ul.courses li p.course_name_ja {
		font-size: 1.2em;
		line-height: 1;
		margin: 10px 0 25px 0;
	}

	ul.courses li p.course_name {
		font-size: 1.6em;
		line-height: 1;
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		position: relative;
	}
	ul.courses li p.course_desc {
		font-size: 1.1em;
		line-height: 1;
		margin: 0;
		position: relative;
		left: -10px;
		position: relative;
		top: -10px;
	}

	ul.courses li {
		position: relative;
		z-index: 1;
		background-image: url(/eab_web/school/img/moreBtn.png);
		background-position: right 30px bottom 20px;
		background-repeat: no-repeat;
		background-size: 100px auto;
	}

	ul.courses li a {
		color: #222;
		position: relative;
		z-index: 10;
	}
	ul.courses li:before {
		content: '';
		display: block;
		width: 40%;
		height: 6.5em;
		background-repeat: no-repeat;
		background-size: 100% auto;
		position: absolute;
		right: 20px;
		top: -20px;
		z-index: 11;
	}
	ul.courses li p.course_name:before {
		content: '';
		display: block;
		height: 1px;
		width: 240px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	ul.courses li.box_premiere a {
		border: #e3c93e 1px solid;
	}
	ul.courses li.box_premiere p.course_name {
		color: #e3c93e;
	}
	ul.courses li.box_premiere:before {
		background-image: url(/eab_web/school/img/course_premiere_photo.png);
		border: #e3c93e 1px solid;
		background-position: top -10px center;
	}
	ul.courses li.box_premiere p.course_name:before {
		background: #e3c93e;
	}
	ul.courses li.box_premiere a:hover {
		color: #fff;
		background: #e3c93e;
	}

	ul.courses li.box_classique a {
		border: #efb2a9 1px solid;
	}
	ul.courses li.box_classique p.course_name {
		color: #efb2a9;
	}
	ul.courses li.box_classique:before {
		background-image: url(/eab_web/school/img/course_classique_photo.png);
		background-position: top -5px center;
		border: #efb2a9 1px solid;
	}
	ul.courses li.box_classique p.course_name:before {
		background: #efb2a9;
	}
	ul.courses li.box_classique a:hover {
		color: #fff;
		background: #efb2a9;
	}

	ul.courses li.box_bijoux a {
		border: #9cbef1 1px solid;
	}
	ul.courses li.box_bijoux p.course_name {
		color: #9cbef1;
	}
	ul.courses li.box_bijoux:before {
		background-image: url(/eab_web/school/img/course_bijoux_photo.png);
		border: #9cbef1 1px solid;
	}
	ul.courses li.box_bijoux p.course_name:before {
		background: #9cbef1;
	}
	ul.courses li.box_bijoux a:hover {
		color: #fff;
		background: #9cbef1;
	}

	ul.courses li.box_creatif a {
		border: #f0c288 1px solid;
	}
	ul.courses li.box_creatif p.course_name {
		color: #f0c288;
	}
	ul.courses li.box_creatif:before {
		background-image: url(/eab_web/school/img/course_creatif_photo.png);
		background-position: top -5px center;
		border: #f0c288 1px solid;
	}
	ul.courses li.box_creatif p.course_name:before {
		background: #f0c288;
	}
	ul.courses li.box_creatif a:hover {
		color: #fff;
		background: #f0c288;
	}

	ul.courses li.box_creatif p.course_name_ja {
		letter-spacing: -1px;
	}

}