@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav .nav-body a {
	color: #f19eb4;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */


/* ==========================================================================
	PC 1025px -
	========================================================================== */

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.course-tit {
	font-size: 2rem;
}
.course .img {
	width: 40%;
}


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.lead .txt {
  overflow: hidden;
	float: none;
	width: 100%;	
  margin-bottom: 20px;
}
.lead .txt h3 {
	padding-left: 20px;
}
.lead .txt .environ {
	float: right;
	width: 100px;
}
.lead .img {
  display: block;
	float: none;
	width: 70%;
  margin: 0 auto;
}

section .mb40 {
  margin-bottom: 30px!important;
}

}

