﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Abel|Roboto+Condensed:300,700");



/******************************************************

 Article common
 
******************************************************/

.courseWrap h2 {
  width: 764px;
  margin: 0 auto;
  margin-top: 65px;
  padding: 0;
  text-align: center;
}

.courseWrap h2 img {
  width: 100%;
}

.courseWrap h4 {
  margin:15px 0;
  text-align:center;
  font-size: 90%;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
.courseWrap h2 {
  width: 90%;
  margin-top: 30px;
}
.courseWrap h4 {
width: 90%;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
font-size: 80%;
line-height: 150%;
}
}

.bgGrayBox {
  position: relative;
  margin: 50px 0 150px 0;
  padding: 100px 0 80px;
  *zoom: 1;
}
.bgGrayBox:after {
  content: "";
  display: table;
  clear: both;
}

.bgGrayBox:before, .bgGrayBox:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
}

@media screen and (max-width: 767px) {
.bgGrayBox {
	position: relative;
	margin: 30px 0 70px 0;
	padding: 40px 0 30px;
	clear: both;
}
}

.courseContents {
  width: 810px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.courseContents p.guide {
	display: block;
	margin-bottom: 30px;
  font-size: 90%;
  line-height: 1.71429;
}

.courseContents p.pg_guide {
	display: block;
	margin: 20px 0 30px 0;
  font-size: 90%;
  line-height: 1.71429;
  font-weight: normal;
  font-weight: 400;
}

.courseContents .about {
	display: block;
	margin-bottom: 30px;
  font-size: 94%;
  line-height: 2.4;
}

.courseContents .about .thum {
	float: right;
	width: 140px;
	margin: 0 0 20px 30px;
}

.marker{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #F3ED59 60%);
}



.headTitle {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
  color: #333333;
  text-align: center;
}
.headTitle p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 330%;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.headTitle h3 {
  margin-top: 20px;
  font-size: 130%;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: 600;
}
.headTitle h3 span {
  margin-right: 10px;
  padding-left: 10px;
  color: #333333;
  font-weight: 600;
  background-color: #F3ED59;
}

@media screen and (max-width: 767px) {
.courseContents {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.headTitle {
    margin-bottom: 30px;
}

.courseContents p.pg_guide {
  font-size: 80%;
}

.headTitle p {
  font-size: 150%;
  line-height: .85714;
}
.headTitle h3 {
  margin-top: 3px;
    font-size: 100%;
    line-height: 1.46667;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

.headTitle h3 span {
    margin-right: 0;
    padding-right:4px;
    padding-left: 4px;
}

.courseContents .about {
	display: block;
	margin-bottom: 30px;
	font-size: 80%;
	line-height: 2;
}

.courseContents .about .thum {
	float: right;
	width: 100px;
	margin: 0 0 20px 20px;
}
}


.recommendList {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  *zoom: 1;
}
.recommendList:after {
  content: "";
  display: table;
  clear: both;
}
.recommendList li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  font-size: 90%;
  line-height: 1.71429;
}

.recommendList li:last-child {
  margin-right: 0 !important;
}

.recommendList li p {
  font-size: 120%;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}

.recommendList li img {
	display: block;
	width: 45%;
	margin: 0 auto;
	margin-bottom: 2em;
	text-align: center;
}

@media screen and (max-width: 767px) {
.recommendList li {
  float: none;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: left;
    font-size: 85%;
    line-height: 1.53846;
}
.recommendList li p {
  font-size: 110%;
    line-height: 1.46667;
    margin-top: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.recommendList li p br{
  display: none;
}
.recommendList li img {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    }
}


.bgBlueBox {
    position: relative;
    margin: 100px 0;
    padding: 80px 0 40px;
    background-color: #FFECEC;
    *zoom: 1;
}
.bgBlueBox:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
.bgBlueBox {
  margin: 60px 0 30px 0;
   padding: 60px 0 30px 0;
}
}


.bgnoneBox {
    position: relative;
    margin: 100px 0;
    padding: 0;
    *zoom: 1;
}
.bgnoneBox:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 767px) {
.bgnoneBox {
 position: relative;
    margin: 50px 0;
    padding: 0;
}
}


.sectionLine {
    position: relative;
    display: block;
    width: 1px;
    height: 100px;
    border: 0;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0;
    background-color: #999;
    z-index: 10;
}


.delineation{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px dashed #999;
	position: relative;
}

.delineation tr{
	border-bottom: 1px dashed #999;
}

.delineation th{
	width: 22%;
	padding: 15px 0;
	vertical-align: top;
	font-weight: 500;
}

.delineation td{
	width: 78%;
	padding: 15px 0;
	vertical-align: top;
}

.delineation td p{
	margin-top: 10px;
}


@media screen and (max-width: 767px) {
.sectionLine {
    height: 60px;
    margin: 0 auto 30px;
}


.delineation{
	border-top: none;
	font-size: 90%;
}

.delineation tr{
	border-bottom: none !important;
}

.delineation th{
	display: block;
		width: 100%;
		padding: 5px 10px;
		vertical-align: top;
		font-weight: 500;
		background-color: #dedede;
}

.delineation td{
	display: block;
		width: 100%;
		padding: 7px 0 20px 0;
		vertical-align: top;
}

.delineation td p{
	margin-top: 10px;
	font-size: 90%;
}
}

.headTitle h3 span.brSP{
	display: none;
}


.stepBox{
	display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 20px;
    font-size: 95%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    clear: both;
}

.stepBox table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	position: relative;
}

.stepBox table th{
	width: 45%;
	margin: 0;
	padding: 0 20px 0 0;
	vertical-align: top;
}

.stepBox table td{
	width: 55%;
	margin: 0;
	padding: 20px 0 0 0;
	vertical-align: top;
}

.stepBox .steps{
	display: block;
	width: 120px;
	margin: 0 0 15px 0;
	padding: 5px 0;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	text-align: center;
	background-color: #F3ED59;
	font-size: 110%;
	font-weight: 700;
}

.stepBox h5{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-weight: 600px;
}

.stepBox p.sdetail{
	display: block;
	margin-bottom: 20px;
}

.stepBox .time{
	display: block;
	font-weight: bold;
	font-weight: 600px;
}

.stepBox hr{
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border: none;
	background-color: #333;
}

.stepBox p{
	display: block;
	font-size: 90%;
	line-height: 1.8;
}

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

.stepBox{
    margin: 0 0 20px 0;
    padding: 20px;
    font-size: 90%;
}

.stepBox table th{
	display: block;
	width: 100%;
	padding: 0;
}

.stepBox table td{
	display: block;
	width: 100%;
	padding: 0;
}

.stepBox .steps{
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	background-color: #F3ED59;
	font-size: 110%;
	font-weight: 700;
}

.stepBox h5{
	display: block;
	font-weight: bold;
	font-weight: 600px;
}

.stepBox .time{
	display: block;
	font-weight: bold;
	font-weight: 600px;
}

.stepBox hr{
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border: none;
	background-color: #333;
}

.stepBox p{
	display: block;
	font-size: 90%;
	line-height: 1.8;
}	
}


.instructorBox {
  position: relative;
  width: 810px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 65px 50px;
  border: 2px solid #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  *zoom: 1;
}
.instructorBox:after {
  content: "";
  display: table;
  clear: both;
}

.instructor {
  width: 100%;
  padding: 0;
  border-bottom: solid #555 1px;
}

.instructor .photo {
  width: 120px !important;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
	.instructorBox {
		position: relative;
		width: 90%;
		margin: 0 auto;
		margin-top: 60px;
		margin-bottom: 60px;
		padding: 30px;
		border: 2px solid #004088;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
}

.license_step{
	display: block;
}

.license_step li{
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
	border: 2px solid #382D24;
	border-radius: 8px;
}

.license_step li div.step_num{
	display: flex;
	flex-basis: 110px;
	align-self: stretch;
	justify-content: center;
	background-color: #FFECEC;
	border-radius: 5px 0 0 5px;
}

.license_step li div.step_num p{
	align-self: center;
	font-size: 120%;
    line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.license_step li div.step_num p span{
	font-size: 125%;
    font-weight: 700;
}

.license_step li div.step_detail{
	flex-basis: auto;
	align-self: center;
	padding: 22px 0 22px 22px;
}

.license_step li div.step_detail a{
	text-decoration: underline;
}

.license_step li div.step_detail a:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.license_step li div.step_num{
		flex-basis: 25%;
	}
	
	.license_step li div.step_num p{
		align-self: center;
		font-size: 100%;
	}
	
	.license_step li div.step_num p span{
		font-size: 105%;
	}
	
	.license_step li div.step_detail{
		flex-basis: 75%;
		padding: 15px;
	}
	
	.license_step li div.step_detail p{
		font-size: 90%;
	}
}

.cta_info{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.cta_info{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 50px;
		text-align: center;
		font-size: 90%;
	}
	.cta_info span{
		display: block;
	}
	
	.cta_info br{
		display: none;
	}
}