

/*=========top search-form =======*/
.course-search-form {
	float: left;
	width: 100%;
	margin: 1rem 0 1.2rem;
	padding: 0 10px;
}
.searchBox-date {
	width: 29%;
	min-width: 170px;
	float: left;	
}
.searchBox-dash {
	width: 2%;
	float: left;
	font-size: 1.2em;
	text-align: center;
	padding: 12px 2px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.searchBox-select {
	width: 25%;
	float: left;	
	margin : 0 1%;
}
.course-search-form input[ type="submit"]{
	width: 12%;
	min-height: 40px;
	padding: 10px 5px;
	font-size: 1.3em;
	font-weight: 600;
	float: right;
  background:#FDC605;
	border: 1px solid #FDC605;	
	color: #fff;
	text-align: center;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.course-search-form select {
	width:100%;
	min-height: 40px;
  color: #555;
  padding: 12px 10px;
  outline: none;
  font-size: 1.3em;
  border: 1px solid #ebebeb;	
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	background: #f2f2f2 url(../images/down.png) no-repeat 97% 52%;
		 -webkit-background: #fff url(../images/down.png) no-repeat 97% 52%;
    -webkit-appearance: none;
}
.course-search-form input[ type="date"]{
	min-height: 40px;
	float: left;
  background:#f2f2f2;
	border: 1px solid #ebebeb;
	padding: 7px 10px;
	outline:none;
	width:100%;
	position:relative;
	font-size: 1.3em;
	color: #555;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	-webkit-background: #fff url(../images/icon-calendar.png) no-repeat 97% 52%;
    -webkit-appearance: none;
}

.course-search-form input[ type="text"]{
	background:#f2f2f2;
	border:none;
	padding: 10px 15px 10px 20px;
	outline:none;
	width:100%;
	position:relative;
	font-size: 1.3em;
	font-weight: 600;
	color: #555;
    float: right;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
    box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}

/*--responsive media-quries--*/
@media(max-width:660px){


}
@media(max-width:600px){
.course-search-form input[ type="submit"],
.course-search-form select,
.course-search-form input[ type="date"]{
	font-size: 1.2em;
}
.searchBox-date {
	width: 49%;
}
.searchBox-dash {
	width: 2%;
}

.searchBox-select {
	width: 79%;
	margin: 5px 1% 0 0;
}
.course-search-form input[ type="submit"]{
	width: 20%;
	margin-top: 5px;
}
}
@media(max-width:500px){
.course-search-form input[ type="submit"],
.course-search-form select,
.course-search-form input[ type="date"]{
	font-size: 1.1em;
}
.course-search-form input[ type="submit"]{
	padding: 8px 5px;
}
.course-search-form select {
	padding: 10px 10px;
}
.course-search-form input[ type="date"]{
	padding: 6px 10px;
}
.searchBox-dash
	{
	padding: 10px 2px;
}
}	
@media(max-width:420px){


}
	

/*========= 課程介紹===========*/
.courseBox_L{
  width: 35%;
  float: left;
  margin-right: 3%;
}
.courseBox_L img{
  width: 100%;
  height: 185px;
  object-fit: cover;
	border-radius: 10px;
	line-height: 0;
}
.courseBox_R{
  width: 62%;
  float: left;
}
.courseBox_R-title{
  font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.courseBox_R p{
  font-size: 15px;
	color: #777;
	margin: 0;
	line-height: 1.1;
}
.btn-SignUp {
  display: inline-block;
	float: left;
	font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
	text-align: center;
  background-color: #FDC605; 
  vertical-align: middle;
  margin-top: 0.8rem;
  padding: 0.3rem 1rem;  
	border-radius: 5px;
}
.btn-SignUp:hover {
    color: #fff;
}

/*--responsive media-quries--*/
@media(max-width:600px){
.courseBox_L {
    width: 42%;
}	
.courseBox_R{
  width: 55%;
}
.courseBox_L img {
  height: 160px;
  }
.courseBox_R-title{
  font-size: 20px;
}
.courseBox_R p {
    font-size: 13.5px;
}
}
@media(max-width:550px){
.courseBox_L {
    width: 40%;
}
.courseBox_L img{
  height: 142px;
}
.courseBox_R{
  width: 57%;
}
.courseBox_R-title{
  font-size: 18px;
}
.courseBox_R p {
    font-size: 13px;
}
}

@media(max-width:420px){
  .courseBox_L {
    width: 100%;
}
.courseBox_L img{
  height: 210px;
}
.courseBox_R{
  width: 100%;
  margin: 1em 0;
}
.courseBox_R-title{
  margin-bottom: .5em;
}

.btn-SignUp {
	width: 100%;
	margin-top: 0;
	padding: 0.5rem 1rem;
	border-top-right-radius: 0;
  border-top-left-radius: 0;
	border-bottom-left-radius: 0;
 border-bottom-right-radius: 2rem;
	}
}

/*===課程列表===*/
.course-list_area {
	width: auto;
	float: left;
  font-size: 1.2em;
	font-weight: 600;
}
.course-list_date {
	width: auto;
	float: left;
  font-size: 1.2em;
	color: darkmagenta;
}
.course-list_place {
	width: auto;
	float: left;
  font-size: 1.1em;	
	margin-right: 5px;
}
.course-list_title {
	width: 95%;
	float: left;
  font-size: 1.3em;
	font-weight: 600;
}
.course-list_quota {
	width: auto;
	float: left;
	margin-right: 1%;
	color: #758F05;
  font-size: 1.1em;	
}

/*--responsive media-quries--*/
@media(max-width:420px){
.course-list_area, 
.course-list_date {
  font-size: 1.1em;
}
.course-list_title	{
  font-size: 1.2em;
	width: 93%;
}
.course-list_place {
	width: 100%;
}
.course-list_quota {
  font-size: 1em;	
}
}	

/*===課程詳細資料===*/
.course-detailed,
.course-project,
.course-detailed p{
	font-size: 16px;
	margin: 0;
	line-height: 2;
}
.course-project {
	float: left;
	font-weight: 600;
}
.course-detailed_date {
	float: left;
	color: darkmagenta;
	margin-right: 1%;
}
.course-detailed_place {
	width: 100%;
	float: left;
}
.course-detailed_quota {
	float: left;
	color: #758F05;
}
.course_price {	
	display: inline-flex;
    align-items: flex-end;
    font-family: 'Raleway';
    color: #333;
    font-size: 32px;
    font-weight: lighter;
    font-style: italic;
    line-height: 1.2;
}
.course-detailed input[type="text"]{
  width:50px;
  height: 35px;
	float: left;
	border: 1px solid #ebebeb;
	padding: 5px 10px;
  margin-right: 5px;	
}
/*--responsive media-quries--*/
@media(max-width:460px){
.course-detailed,
.course-project,
.course-detailed p{
	font-size: 1em;
	line-height: 1.5;
}
.course-detailed_title	{
  font-size: 1.2em;
}

}	
@media(max-width:380px){

}	
