@charset "utf-8";
.page_title_bg {
	height: 300px;
	width: 100%;
	background-image: url(../img/course.jpg);
	background-repeat: no-repeat;
	background-position: 0% bottom;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.page_title {}
.page_title h2 {
	font-family: heisei-kaku-gothic-std, sans-serif;
	color: #FFFFFF;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 0.5em;
	width: 100%;
	text-align: center;
}
.page_title span {
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
	width: 100%;
	display: block;
}

.cbox{
	margin-top: 3em;
	margin-bottom: 25em;
}

.course{
	transition: .8s;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 200px;
}
.course_title {
	background: -webkit-linear-gradient(left, #f1aa3d, #d75836);
	background: -o-linear-gradient(left, #f1aa3d, #d75836);
	background: linear-gradient(to right, #f1aa3d, #d75836);
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
.course_title2 {
	background: -webkit-linear-gradient(left, #29ac6e, #008075);
	background: -o-linear-gradient(left, #29ac6e, #008075);
	background: linear-gradient(to right, #29ac6e, #008075);
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
.course_title3 {
	background: -webkit-linear-gradient(left, #30a0d2, #093683);
	background: -o-linear-gradient(left, #30a0d2, #093683);
	background: linear-gradient(to right, #30a0d2, #093683);
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
.course table{
	width: 100%;
	border: 1px solid #808080;
}
.course_line {
	border-top: 3px solid #000000;
}
.course_mtb{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.course table th{
	background-color: #e6e6e6;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 1.3em;
	padding-top: 0.9em;
	padding-bottom: 0.6em;
	text-align: center;
	border: 1px solid #808080;
}
.course table td{
	font-weight: 300;
	font-size: 1.1em;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-left: 0.8em;
	padding-bottom: 0.7em;
	border: 1px solid #808080;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.course_td1{
	width: 33%
}
.course_td2{
	width: 33%
}
.course_b{
	font-weight: 600;
	font-size: 1.2em;
}
.course_b2{
	font-weight: 500;
}
.course_bg{
	background-color: #ffeed7;
}
.course p{
	margin-top: 1em;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.course p a{
	color:#009F5D;
	font-weight: 600;
}

@media screen and (max-width:1000px) {
  .page_title_bg {
    padding-top: 90px;
  }
  .page_title h2 {
    font-size: 2em;
  }
	.course{
	width: 100%;
	margin-top: 2em;
	margin-bottom: 3em;
}
	.cbox{
	margin-top: 3em;
	margin-bottom: 15em;
}

}
@media screen and (max-width:768px) {
  .page_title_bg {
    height: 280px;
  }
  .page_title h2 {
    font-size: 1.9em;
  }
	.course table td{
		line-height: 1.4em;
		letter-spacing: 0em;
	}
	.course_td1{
	width: 43%
}
.course_td2{
	width: 28%
}
	.course_s{
		font-size: 0.9em;
		letter-spacing: 0em;
	}
	.cbox{
	margin-top: 2em;
	margin-bottom: 3em;
}
}

@media screen and (max-width:480px) {
  .page_title_bg {
    height: 220px;
  }
  .page_title h2 {
    font-size: 1.6em;
  }
  .page_title span {
    font-size: 1.1em;
  }
.course_title img {
height: auto;
	width: 40%;
	}
	
	.course_title2 img {
height: auto;
	width: 55%;
	}
	.course_title3 img {
height: auto;
	width: 45%;
	}
	.course table th{
	font-size: 1em;
}
.course table td{
	font-size: 1em;
	padding-top: 1em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.7em;
	letter-spacing: 0em;
}
	.course p{
		font-size: 0.9em;
		letter-spacing: 0em;
	}
	
}

@media screen and (max-width:380px) {
  .page_title_bg {
    height: 200px;
  }
  .page_title h2 {
    font-size: 1.4em;
  }
  .page_title span {
    font-size: 1em;
  }
	.course_title img {
	width: 48%;
	}
	.course_title2 img {
	width: 65%;
	}
	.course_title3 img {
	width: 48%;
	}
	.course table th{
	font-size: 0.9em;
	letter-spacing: 0em;
}
	.course_b{
	font-size: 1.1em;
	}
	.course table td{
	font-size: 0.9em;
	padding-top: 0.9em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.6em;
}
	.course_td1{
	width: 33%
}
.course_td2{
	width: 33%
}
	.cbox{
	margin-top: 1.5em;
	margin-bottom: 2em;
}
}
