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



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

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

@media all and (max-width: 767px) {
	body{
		min-width: 100% !important;
		width: 100% !important;
	}
}

.pcbr{
	display: block;
}

.brSP{
	display: none;
}

@media all and (max-width: 767px) {
	.pcbr{
		display: none;
	}
	
	.brSP{
		display: block;
	}
}

.caution{
	display: block;
	margin-bottom: 20px;
	text-align: right;
	font-size: 85%;
}


/* section line */
.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;
}

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


/* header */
.courseWrap{
	display: block;
	width: 100%;
}
.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%;
	}
}


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

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

@media screen and (max-width: 767px) {
	.courseContents {
	  width: 90%;
	  margin: 0 auto;
	  position: relative;
	  z-index: 2;
	}
	
	.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;
	}
}


/* title */
.headTitle {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  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;
}

.headTitle h4 {
  margin-top: 30px;
  font-size: 130%;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #944D21;
}

@media screen and (max-width: 767px) {
	.headTitle {
	    margin-bottom: 15px;
	}
	
	.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;
	}
	
	.headTitle h4 {
	    margin-top: 15px;
	    font-size: 100%;
	    line-height: 1.46667;
	    letter-spacing: 0.1em;
	    text-indent: 0.1em;
	}
}


/* about */
.courseabout{
	width: 200px;
	margin: 50px 0 30px 0 !important;
	padding: 15px 0;
	text-align: center;
	color: #ffffff;
	font-size: 120% !important;
	line-height: 1 !important;
	font-weight: bold;
	font-weight: 600;
	background-color: #944D21;
	border-radius: 6px;
	position: relative;
}

.courseabout:after{
	position: absolute;
	content: "";
	background: #944D21;
	left: 45%;
	top: 99%;
	transform: translateY(-50%);
	width: 18px;
	height: calc(100% - (6px * 1.5));
	clip-path: polygon(0% 50%, 100% 50%, 50% 90%);
	z-index: -1;
}

.courseabout_list{
	display: block;
	width: 100%;
	margin: 30px 0 0 0;
}

.courseabout_list_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}

.courseabout_list_box:first-child{
	align-items: center;
}

.courseabout_list_box:last-child{
	margin-bottom: 0;
}

.courseabout_list_box h5{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 77px;
	height: 77px;
	background-color: #ffffff;
	border: 3px solid #944D21;
	border-radius: 10px;
	color: #944D21;
	font-size: 115%;
	line-height: 1.1;
	font-weight: bold;
	font-weight: 600;
}

.courseabout_list_box h6{
	display: block;
	margin: 10px 0 15px 0;
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
	font-weight: 600;
}

.courseabout_list_box p.about{
	width: calc(100% - 80px - 25px);
	margin: 0;
	font-size: 90%;
    line-height: 1.5;
}

.courseabout_list_box .courseabout_detail{
	width: calc(100% - 80px - 25px);
	margin: 0;
	list-style: none;
}

.courseabout_list_box .courseabout_detail li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px dashed #AEAEAE;
}

.courseabout_list_box .courseabout_detail li:first-child{
	padding-top: 0;
}

.courseabout_list_box .courseabout_detail li:last-child{
	border-bottom: none;
}

.courseabout_list_box .courseabout_detail li p.pic{
	width: 125px;
}

.courseabout_list_box .courseabout_detail li .courseabout_detail_box{
	width: calc(100% - 125px - 15px);
}

@media screen and (max-width: 767px) {
	.courseabout{
		width: 100% !important;
		margin: 30px 0 20px 0 !important;
		padding: 12px 0;
		font-size: 100% !important;
	}
	
	.courseabout_list{
		margin: 20px 0 0 0;
	}
	
	.courseabout_list_box{
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.courseabout_list_box:first-child{
		align-items: flex-start;
	}
	
	.courseabout_list_box h5{
		display: flex;
		width: 35%;
		height:auto;
		margin-bottom: 10px;
		padding: 10px 0;
		border: 2px solid #BA91C0;
		font-size: 100%;
	}
	
	.courseabout_list_box h5 br{
		display: none;
	}
	
	.courseabout_list_box h6{
		margin: 5px 0 10px 0;
		font-size: 90%;
	}
	
	.courseabout_list_box p.about{
		width: 100%;
		font-size: 80%;
		line-height: 2;
	}
	
	.courseabout_list_box .courseabout_detail{
		width: 100%;
	}
	
	.courseabout_list_box .courseabout_detail li{
		padding: 20px 0;
	}
	
	.courseabout_list_box .courseabout_detail li:first-child{
		padding-top: 0;
	}
	
	.courseabout_list_box .courseabout_detail li:last-child{
		border-bottom: none;
	}
	
	.courseabout_list_box .courseabout_detail li p.pic{
		width: 25%;
	}
	
	.courseabout_list_box .courseabout_detail li .courseabout_detail_box{
		width: calc(100% - 25% - 15px);
	}
}






/* outline */
.license_level{
	display: block;
	margin: 15px 0 25px 0;
	padding: 17px;
	background-color: #EADBD3 !important;
}

.license_level .head{
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
}

.license_level .fa{
	margin-right: 5px;
}

.license_level ul{
	list-style: none;
	font-size: 85%;
}

.license_detail{
	display: block;
	margin: 30px 0 0 0;
}

.license_detail .head{
	display: inline-block;
	margin: 0 0 7px;
	padding: 8px 5px 8px 10px;
	font-weight: bold;
	letter-spacing: 0.5em;
	border: 1px solid #555;
	border-radius: 4px;
}

.license_detail .detailbox{
	display: block;
	margin: 10px 0 20px 0;
}

.license_detail .detailbox p{
	display: block;
	margin: 10px 0 0 0;
	/*font-size: 85%;*/
}

.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) {	
	.license_level{
		margin: 10px 0 20px 0;
		padding: 12px;
	}
	
	.license_level .head{
		font-size: 90%;
	}
	
	.license_level ul{
		list-style: none;
		font-size: 80%;
	}
	
	.license_detail{
		margin: 20px 0 50px 0;
	}
	
	.license_detail .head{
		display: inline-block;
		margin: 0 0 7px;
		padding: 8px 5px 8px 10px;
		letter-spacing: 0.2em;
		font-size: 90%;
	}
	
	.license_detail .detailbox{
		display: block;
		margin: 10px 0 20px 0;
	}
	
	.license_detail .detailbox h5{
		font-size: 90%;
	}
	
	.license_detail .detailbox h5 span{
		margin-right: 6px;
	}
	
	.license_detail .detailbox p{
		margin: 5px 0 0 0;
		font-size: 90%;
	}
	
	.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;
			vertical-align: top;
	}
	
	.delineation td p{
		margin-top: 10px;
		font-size: 90%;
	}
}




/* steps */
.steps{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 10px 0 0 0;
	position: relative;
}

.steps li{
	width: 23%;
	margin-right: 2.66666%;
	margin-bottom: 20px;
	padding: 15px 20px;
	background-color: #FDFBDE;
	border-radius: 6px;
	text-align: center;
	position: relative;
}

.steps li:after{
	content: "▶";
    position: absolute;
    top:45%;
    right: -10%;
}

.steps li:nth-child(4n),
.steps li:last-child{
	margin-right: 0;
}

.steps li:nth-child(4n):after,
.steps li:last-child:after{
	display: none;
}

.steps li.applicant{
	background-color: #EADBD3;
}

.steps li p.num {
    font-size: 100%;
    line-height: 1.6;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.steps li p.num span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.steps li hr {
    width: 30px;
    height: 0;
    margin: 15px auto;
    border: 0;
    border-top: 1px solid #444;
}
.steps li p.title {
    margin-bottom: 15px;
    color: #444444;
    font-size: 110%;
    line-height: 1.33333;
    font-weight: 600;
}


@media screen and (max-width: 767px) {
	.steps{
		flex-direction: column;
	}
	
	.steps li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 10px 15px;
		text-align: left;
	}
	
	.steps li:after{
		display: none;
	}
	
	.steps li p.num {
	    font-size: 90%;
	    line-height: 1.84615;
	}
	
	.steps li hr {
	    margin: 0;
	    margin-top: 8px;
	    margin-bottom: 8px;
	}
	.steps li p.title {
	    margin-bottom: 5px;
	    font-size: 100%;
	}
	
	.steps li p.title br {
	    display: none;
	}
}


/* bg setting */
.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;
	}
}

.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;
	}
}


/* FAQ */
.fqbox{
	display: block;
	width: 100%;
	margin: 0 0 40px 0;
	position: relative;
}

.fqbox .qest{
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
}

.fqbox .answ{
	display: block;
	padding: 10px 0 10px 15px;
	font-size: 90%;
	border-left: 5px solid #CACACA;
}

@media screen and (max-width: 767px) {
	.fqbox{
		margin: 0 0 30px 0;
	}
	
	.fqbox .qest{
		font-size: 90%;
		margin-bottom: 7px;
	}
	
	.fqbox .answ{
		display: block;
		padding: 5px 0 5px 12px;
		font-size: 80%;
		border-left: 3px solid #CACACA;
	}
}



/* instructor */
.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: 2em 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;
	}
	
	.recomend_icon{
		font-size: 85%;
	}
}