@charset "utf-8";

.title{
	margin: 0 auto 20px;
	text-align: center;
}
.title h2{
	background-color:inherit;
	text-align:center;
	padding:0;
	margin:0;
}
.title img{
	width: 100%;
	max-width: 750px;
}
.title p{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-342px;
}
/*@media screen and (max-width:736px) {
.title{
	margin-bottom:10px;
}
}*/


/*--------------------------------------------*/
.indexMenu{
	/*background-color:#88d9ff;*/
	margin-bottom: 40px;
	border:4px solid #ccc;
	padding:10px;
}
.indexMenu h3{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #333399;
	margin-bottom:10px;
	padding-bottom:0;
	border-bottom-style: none;
}
.indexMenu ul{
}
.indexMenu li{
	border-bottom:1px dotted #ccc;
	
}
.indexMenu li a{
	display: block;
	position: relative;
	padding: 10px 20px 10px 0;
	font-size:28px;
	line-height: 1.5em;
	color:#333399;
}
.indexMenu li a:after{
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	font-size: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
	color:#333399;
	font-weight:900;
}
/*.indexMenu li:after{
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 1px;
	width: 10px;
	height: 10px;
	background: #d2d2d2;
	border-radius: 50%;
}*/
.indexMenu li:last-child{
	border-bottom-style:none;
}
@media screen and (max-width: 736px) {
.indexMenu{
	margin-bottom:20px;
}
.indexMenu h3{
	font-size:16px;
}
.indexMenu li a{
	font-size:14px;
}
.indexMenu li a:after{
	font-size:24px;
}

}



.courseEntry h2{
	background-color:inherit;
	margin:0 0 20px;
	display: block;
	background-color: #ff9a67;
	background-image: -moz-linear-gradient(top, #f7dccf, #ff9a67);
	background-image: -ms-linear-gradient(top, #f7dccf, #ff9a67);
	background-image: -webkit-linear-gradient(top, #f7dccf, #ff9a67);
	background-image: linear-gradient(top, #f7dccf, #ff9a67);
	background-clip: padding-box;
	font-size: 32px;
	font-weight: bold;
	padding: 10px 15px;
	color: #333399;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
	letter-spacing: 0.1em;
}
.courseEntry p{
	padding:0 20px;
}
@media screen and (max-width: 736px) {
.courseEntry p{
	padding:0 10px;
}
}


.courseBox{
	margin: 0 10px 40px;
}
h3.ptn2{
	/* font-size: 32px; */
	/* font-weight: bold; */
	/* color: #FF6600; */
	/* margin-bottom: 10px; */
	/* padding-bottom:0; */
	/* border-bottom-style: none; */
}
h3.mokuji{
	background:url(/shigoto/course/images/back_h3.png) left top;
	text-align:center;
	padding:10px 0;
	margin-bottom:20px;
}

h4{
	font-size: 32px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
	padding-bottom:0;
	border-bottom-style: none;
}

dl.index dt{
	font-size:32px;
	color:#484848;
	/*/*line-height:1.25em;*/
	margin-bottom:10px;
	
}
dl.index dt span.num {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #0e1559;
	background-image: -moz-linear-gradient(top, #606aca, #0e1559);
	background-image: -ms-linear-gradient(top, #606aca, #0e1559);
	background-image: -webkit-linear-gradient(top, #606aca, #0e1559);
	background-image: linear-gradient(top, #606aca, #0e1559);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
dl.index dd{
	border-bottom: #cccccc dotted 1px;
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left:40px;
	line-height:1.5em;
}


/*--------------------------------------------*/
.contentsTitle h2{
	background:-moz-linear-gradient(top,  #ffffff 10%, #ffad84 90%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(90%,#ffad84));
	background:-webkit-linear-gradient(top,  #ffffff 10%,#ffad84 90%);
	background:linear-gradient(to bottom,  #ffffff 10%,#ffad84 90%);
	line-height:1.0em;
	margin:0 0 20px;
	padding:15px 0;
}
h3{
	border-bottom: #ffad84 dotted 1px;
	font-size: 32px;
	color: #333399;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
/*  h3::before{
	  content:"◎";
	  color:#ffad84;
  }*/
  h3.mokuji::before{
	  content:"";
  }
p{
	font-size:28px;
	color:#484848;
	margin-bottom:20px;
	line-height:1.5em;
}
  p.kakudai{
	  text-align:right;
  }
  p.point{
	  background:url(/shigoto/course/images/back_p_point.png);
	  font-size:28px;
	  color:#333399;
	  line-height:1.0em;
	  padding:10px;
	  margin-bottom:20px;
  }
  .courseBox .imgCenter{
	  margin-top:20px;
  }
		
		.courseBox img {
    max-width: 100%;
}
  .courseBox .imgCenter .gray{
	  background-color:#e5e5e5;
  }
ul.mokuji li{
	font-size:28px;
	color:#484848;
	/*line-height:1.25em;*/
	text-indent:1.0em;
	margin-bottom:10px;
	margin-left:1.0em;
	display:list-item;
	list-style-type:decimal;
}
dl.kokoro dt{
	font-size:39px;
	color:#ffcc00;
	/*line-height:1.0em;*/
	float:left;
	clear:left;
	margin-top:10px;
}
dl.kokoro dd{
	font-size:28px;
	color:#484848;
	/*/*line-height:1.25em;*/
	margin-left:45px;
	margin-top:10px;
}
  dl.kokoro dd span{
	  color:#ff6600;
  }
table.gyousyu{
	width:100%;
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-collapse:0;
	border-spacing:0;
	margin-bottom:20px;
}
  table.gyousyu th{
	  width:5.0em;
	  border-bottom:#cccccc solid 1px;
	  border-right:#cccccc solid 1px;
	  font-size:28px;
	  color:#484848;
	  /*/*line-height:1.25em;*/
	  text-align:center;
	  font-weight:normal;
	  vertical-align:middle;
	  padding:10px;
	  box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
  }
  table.gyousyu td{
	  border-bottom:#cccccc solid 1px;
	  border-right:#cccccc solid 1px;
	  font-size:28px;
	  color:#484848;
	  /*line-height:1.25em;*/
	  padding:10px;
	  box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
  }
    table.gyousyu tr:nth-child(odd){
		background-color:#ffffcc;
	}
	
	
	
.scheduleBox{
	counter-reset: count;
	margin-bottom: 20px;
}
.scheduleBox ul{
	
}
.scheduleBox li{
	display: flex;
    align-items: center;
	border: 1px dashed #ff6666;
	box-sizing: border-box;
	margin-bottom:30px;
	padding:10px;
	position: relative;
}
.scheduleBox li:before{
	counter-increment: count;
	content: counter(count);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: #ff6666;
    margin-right: 20px;
    font-size:36px;
    color: #FFF;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    flex-shrink: 0;
}
.scheduleBox li::after{
	content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #ffcece transparent transparent transparent;
    border-width: 15px 25px 0 25px;
}
.scheduleBox li:last-of-type::after {
content: none;
}
.scheduleBox li p{
	margin-bottom:0;
}
.scheduleBox li p span{
	font-size: 28px;
	font-weight: bold;
	color: #333399;
}


@media screen and (max-width: 736px) {
.scheduleBox{
	margin-bottom:10px;
}
.scheduleBox li:before{
	margin-right: 10px;
font-size:18px;
}
.scheduleBox li p span{
	font-size: 14px;
}
}
	

	
.stepBoxPtn2{

}

.stepBoxPtn2 dl{

}

.stepBoxPtn2 dt{
	color: #333399;
	font-weight: bold;
	font-size: 28px;
	line-height:1.5em;
	margin-bottom:10px;
}

.stepBoxPtn2 dt span{

}

.stepBoxPtn2 dd{
	color: #484848;
	font-size: 28px;
	line-height:1.5em;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: 1px dashed #FFAD84;
}

.stepBoxPtn2 dd:last-child{
	border-bottom-style:none;
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
.stepBoxPtn2 dt,.stepBoxPtn2 dd{
	font-size: 14px;
	margin-bottom:5px;
}
h4{
	font-size:16px;
}
}


p.publicDate{
	margin-bottom:20px;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	margin-left: 20px;
	padding-left:7px;
	line-height: 1.5em;
}
p.publicDate:before{
	font-family: 'Font Awesome 5 Free';
	content: '\f14a';
	color: #FFAD84;
	font-size:40px;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
}
ul.publicDate li{
	margin-bottom: 20px;
	font-size:28px;
	font-weight: bold;
	position: relative;
	margin-left: 20px;
	padding-left: 7px;
	line-height: 1.5em;
}
ul.publicDate li:before{
	font-family: 'Font Awesome 5 Free';
	content: '\f14a';
	color: #FFAD84;
	font-size:40px;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
}
@media screen and (max-width: 736px) {
p.publicDate{
	margin-bottom:10px;
	font-size:14px;
}
p.publicDate:before{
	font-size:20px;
}
ul.publicDate li{
	margin-bottom:10px;
	font-size:14px;
}
ul.publicDate li:before{
	font-size:20px;
}
}

p.dataImg{
	text-align: center;
	font-size:32px;
}
.dataImg img{
	margin-bottom:20px;
	object-fit: cover;		
	object-position: center top;
/*IE用*/
	font-family: 'object-fit: cover; object-position: center top;'
}
p.dataImg span.pdficon:before{
	font-family: 'Font Awesome 5 Free';
	content: '\f055';
	color: #232f3e;
	padding-right:5px;
	font-size:40px;
    font-weight: 900;
}
@media screen and (max-width: 736px) {
p.dataImg{
	font-size: 16px;
}
.dataImg img{
	margin-bottom:10px;
}
p.dataImg span.pdficon:before{
	font-size:20px;
}
}

dl.nagare dt{
	width:70px;
	min-height:53px;
	border-top:#ff9900 dotted 1px;
	padding-top:5px;
	float:left;
	clear:left;
}
  dl.nagare dt:nth-child(1){
	  background:url(/shigoto/course/images/step01.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(3){
	  background:url(/shigoto/course/images/step02.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(5){
	  background:url(/shigoto/course/images/step03.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(7){
	  background:url(/shigoto/course/images/step04.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(9){
	  background:url(/shigoto/course/images/step05.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(11){
	  background:url(/shigoto/course/images/step06.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(13){
	  background:url(/shigoto/course/images/step07.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(15){
	  background:url(/shigoto/course/images/step08.png) no-repeat 50% 5px;
  }
  dl.nagare dt:nth-child(17){
	  background:url(/shigoto/course/images/step09.png) no-repeat 50% 5px;
  }
dl.nagare dd{
	border-top:#ff9900 dotted 1px;
	font-size:28px;
	color:#484848;
	/*line-height:1.25em;*/
	padding-top:5px;
	margin-left:70px;
}
  dl.nagare dd a{
	  line-height:2.0em;
  }
  dl.nagare h4{
	  font-size:28px;
	  color:#333399;
	  /*line-height:1.25em;*/
	  margin-bottom:10px;
  }
    dl.nagare h4::before{
		content:"●";
		color:#ff9900;
	}
  dl.nagare dt:nth-child(1),dl.nagare dd:nth-child(2){
	  border:none;
  }
ul.koumuin{
	margin-top:20px;
}
  ul.koumuin li{
	  background:url(/shigoto/course/images/back_koumuin.png) no-repeat left 8px;
	  font-size:28px;
	  color:#484848;
	  /*line-height:1.25em;*/
	  text-indent:24px;
	  margin-bottom:10px;
  }
h4.syurui{
	font-size:28px;
	color:#ff9900;
	line-height:1.0em;
	margin-bottom:10px;
}
table.syurui{
	width:100%;
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-collapse:0;
	border-spacing:0;
	margin-bottom:20px;
}
  table.syurui th{
	  background-color:#ffffcc;
	  width:7.0em;
	  border-bottom:#cccccc solid 1px;
	  border-right:#cccccc solid 1px;
	  font-size:28px;
	  color:#484848;
	  /*line-height:1.25em;*/
	  text-align:center;
	  font-weight:normal;
	  vertical-align:middle;
	  padding:10px;
	  box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
  }
  table.syurui td{
	  border-bottom:#cccccc solid 1px;
	  border-right:#cccccc solid 1px;
	  font-size:28px;
	  color:#484848;
	  /*line-height:1.25em;*/
	  padding:10px;
	  box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
  }
		



.courseBox table{
	width:100%;
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-collapse:0;
	border-spacing:0;
	margin-bottom:20px;
}
.courseBox table th{
	background-color: #ffffcc;
	width: 30%;
	border-bottom: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	font-size: 28px;
	color: #484848;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.courseBox table td{
	border-bottom:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	font-size:28px;
	color:#484848;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.courseBox table caption{
	color: #333399;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left:10px;
	text-align:left;
	border-left: 7px solid #333399;
}

@media screen and (max-width: 736px) {
.courseBox table th,table.koumuin td{
	font-size:14px;
}
.courseBox table caption{
	font-size: 16px;
}

}



@media screen and (max-width: 736px) {
.title{
	margin: 0 auto 10px;
}
.courseEntry h2{
	font-size:16px;
	margin:0 0 10px;
}
h3.ptn2{
	/* font-size: 16px; */
	/* margin-bottom: 10px; */
}


.courseBox{
	margin: 0 10px 20px;
}
	h3.mokuji{
		background-size:10px 10px;
		-moz-background-size:10px 10px;
		-webkit-background-size:10px 10px;
		margin-bottom:10px;
	}
	  h3.mokuji img{
		  width:36px;
	  }
	dl.index dt{
		font-size:16px;
		margin-bottom:5px;
	}
	dl.index dd{
		font-size:14px;
		margin-bottom:10px;
	}
	.contentsTitle h2{
		padding:10px 0;
		margin-bottom:10px;
	}
	  .contentsTitle h2 img{
		  height:31px;
	  }
	h3{
		font-size:16px;
		margin-bottom:10px;
	}
	p{
		font-size:14px;
		margin-bottom:10px;
	}
	  p.point{
		  background-size:10px 10px;
		  -moz-background-size:10px 10px;
		  -webkit-background-size:10px 10px;
		  font-size:14px;
		  padding:5px;
		  margin-bottom:10px;
	  }
	  .courseBox .imgCenter{
		  margin-top:10px;
	  }
	ul.mokuji li{
		font-size:14px;
		margin-bottom:5px;
	}
	dl.kokoro dt{
		font-size:18px;
		margin-top:5px;
	}
	dl.kokoro dd{
		font-size:14px;
		margin-left:25px;
		margin-top:5px;
	}



	table.gyousyu{
		margin-bottom:10px;
	}
	  table.gyousyu th,table.gyousyu td{
		  font-size:14px;
		  padding:5px;
	  }
	  dl.nagare dt{
		  width:35px;
		  min-height:26px;
	  }
	    dl.nagare dt:nth-child(odd){
			background-size:32px 26px;
			-moz-background-size:32px 26px;
			-webkit-background-size:32px 26px;
		}
	  dl.nagare dd{
		  font-size:14px;
		  margin-left:38px;
	  }
	  dl.nagare h4{
		  font-size:14px;
		  margin-bottom:5px;
	  }
	ul.koumuin li{
		background-position:left 4px;
		background-size:12px 10px;
		-moz-background-size:12px 10px;
		-webkit-background-size:12px 10px;
		font-size:14px;
		text-indent:12px;
		margin-bottom:5px;
	}
	h4.syurui{
		font-size:14px;
		margin-bottom:5px;
	}
	table.syurui{
		margin-bottom:10px;
	}
	  table.syurui th,table.syurui td{
		  font-size:14px;
		  padding:5px;
	  }
}


h4.koumu{
	font-size:14px;
	color:#000000;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:10px;
}
h4.koumu span{
	color:#F18C54;
}

table{
	width:100%;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
th,td{
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	vertical-align:middle;
	padding:3px;
}
th{
	font-size:14px;
	color:#000000;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
}
th.tb1{
	background-color:#DBDCDC;
	text-align:center;
}
td{
	font-size:12px;
	color:#484848;
	line-height:1.2em;
}
table.tb2{
	margin-bottom:10px;
}
table.tb2 th{
	width:5em;
	background-color:#ffffcc;
	color:#333399;
	text-align:center;
	vertical-align:middle;
}
table.tb3 tr:nth-child(2n+1){
	background-color:#FFFFCC;
}
table.tb3 th{
	width:7em;
	font-size:12px;
	color:#484848;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}

.pdfBox{
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #FFA13B;
	margin: 0 10px 20px;
}
.pdfBox h3{
	text-align:center;
	font-size:28px;
	border-bottom-style:none;
	padding-bottom:0;
}
.pdfBox .pdf{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pdfBox .pdf a{
	display:block;
	margin-bottom:20px;
	font-size:28px;
}
.pdfBox .pdf span{
	display: table-cell;
	vertical-align: middle;
	line-height:1.3em;
}
.pdfBox .pdf span.txt{
	padding-left:10px;
}
/*.pdfBox .pdf a{
	display:block;
	background-image: url(/common/images/btn_pdf.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:40px 42px;
	-moz-background-size:40px 42px;
	-webkit-background-size:40px 42px;
	padding-left:50px;
	margin-bottom:20px;
	font-size:28px;
}*/


@media screen and (max-width: 736px) {
.pdfBox h3{
	font-size:14px;
}
.pdfBox .pdf{
		margin-top:10px;
}
.pdfBox .pdf a{
	margin-bottom:10px;
	font-size:14px;
}
/*.pdfBox .pdf a:last-child{
	margin-bottom:0;
}*/
}



.courseBox{
	counter-reset:num;
}
.courseBox .mensetsu{
	border: solid 2px #FFAD84;
	margin-top:40px;
	font-size:0;
	padding:0 10px;
}
.courseBox .mensetsu p.num{
	color:#FFAD84;
	font-weight: bold;
	font-size:32px;
	margin:-12px 20px 10px 20px;
	display: inline-block;
	background: #fff;
	padding:0 20px;
	
}
.courseBox .mensetsu p.num:before{
	counter-increment: num;
 content: counter(num);  
	width:30px;
	height:30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right:10px;
	margin-left: 0;
	color:#FFF;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height:30px;
	display: inline-block;
	background-color:#FFAD84;
}
.courseBox .mensetsu .list{

}
.courseBox .mensetsu .list li{
	margin-bottom:20px;
	font-size:28px;
	line-height: 1.5em;
	position: relative;
	margin-left: 20px;
	padding-left: 7px;
	color:#484848;
}
.courseBox .mensetsu .list li:before{
	font-family: 'Font Awesome 5 Free';
	content: '\f14a';
	color: #FFAD84;
	font-size:40px;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
}
@media screen and (max-width: 736px) {
.courseBox .mensetsu{
	margin-top:20px;
}
.courseBox .mensetsu p.num{
	font-size:16px;
}
.courseBox .mensetsu .list li{
	margin-bottom:10px;
	font-size:14px;
}
.courseBox .mensetsu .list li:before{
	font-size:20px;
}
.courseBox .mensetsu .list li:before{
	font-size:20px;
}
}



dl.ready dt{
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
}
dl.ready dd{
	font-size:28px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #c9c9c9;
}
dl.ready dd:last-child{
	border-bottom-style:none;
	margin-bottom:0;
	padding-bottom:0;

}
@media screen and (max-width: 736px) {
dl.ready dt{
	font-size:14px;
	margin-bottom:5px;
}
dl.ready dd{
font-size:14px;
	margin-bottom:10px;
	padding-bottom:5px;
}
}




.courseBox .kigyo{
	
}
.courseBox .kigyo p.entry{
	color: #0198e7;
	font-size:32px;
	font-weight:bold;
	/* text-align:center; */
}
.courseBox .kigyo li{
	margin-bottom: 15px;
	font-size:28px;
	line-height: 1.8em;
	position: relative;
	margin-left: 20px;
	padding-left: 7px;
}

.courseBox .kigyo li:before{
	font-family: 'Font Awesome 5 Free';
	content: '\f14a';
	color: #ffcc00;
	font-size:40px;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
}

@media screen and (max-width: 736px) {
.courseBox .kigyo p.entry{
	font-size:16px;
}
.courseBox .kigyo li{
	font-size:14px;
}
.courseBox .kigyo li:before{
	font-size:20px;
}

}


.courseList{
	margin-bottom:40px;
}
.courseList h5{
	background-color:#e6f1ff;
	border-bottom:4px solid #005bd1;
	border-top:4px solid #005bd1;
	font-size:32px;
	color:#000000;
	line-height:1.0em;
	/*margin-bottom:40px;*/
	padding:10px;
}
/*.courseList ul{
	border-top:#CCCCCC solid 1px;
}*/
.courseList li{
	background:url(/common/images/btnArrorRight.png) no-repeat 98% 50%;
	-webkit-background-size:16px 17px;
	background-size:16px 17px;
	border-bottom:#CCCCCC solid 1px;
	font-size:28px;
	color:#484848;
	line-height:1.5em;
	padding:10px 20px 10px 10px;
}
.courseList li a{
	color:#484848;
	display:block;
}

@media screen and (max-width: 736px){
.courseList{
	margin-bottom:20px;
}
.courseList h5{
	border-bottom:2px solid #005bd1;
	border-top:2px solid #005bd1;
	font-size:16px;
	/*margin-bottom:20px;*/
	padding:5px 10px 5px 5px;
}
.courseList li{
	background-size: 9px 8px;
	font-size:14px;
}
}


/* 
-------------------------------------*/
.cntBox a{
	display:block;
    margin:20px 10px;
    border: 1px solid #ccc;	
}
.cntBox img{
	width:100%;
	vertical-align:top;
}
.cntBox p{
	font-size:14px;
	padding:10px;
	margin:0;
}
.cntBox p strong{
	display:inline-block;
	padding-bottom:5px;
}