﻿/* CSS Document */

/*スマホ*/
@media screen and (max-width:767px){
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/*PC*/
@media screen and (min-width:992px){
}

/*リセット*/
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*各講習共通*/
#course{
}

.img-responsive{
	margin:0 auto;
}

/*スマホ*/
@media screen and (max-width:767px){
#course .sectionBox{
	margin-bottom:50px;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#course .sectionBox{
	margin-bottom:75px;
}
}
/*PC*/
@media screen and (min-width:992px){
#course .sectionBox{
	margin-bottom:75px;
}
}

/*講習説明テキスト枠*/
/*スマホ*/
@media screen and (max-width:767px){
#course .sectionBox .courseMainImg{
	margin-bottom:30px;
}

#course .sectionBox .courseTextBox{
}

#course .sectionBox .courseTextBox p{
	line-height:180%;
	margin-bottom:30px;
}

#course .sectionBox .courseTextBox p.lawText{
	text-align:right;
}

#course .sectionBox .courseTextBox ul{
}

#course .sectionBox .courseTextBox ul li{
	padding:3px 0;
}

#course .sectionBox .courseTextBox ul li a{
}

#course .sectionBox .courseTextBox ul li a:before{
	font-family: 'FontAwesome';
	content:"\f0a9";
	margin-right:3px;
}

#course .sectionBox .cautionBox{
	background:#eaeaea;
	padding:15px;
	margin-top:20px;
	line-height:180%;
}

#course .sectionBox .cautionBox p.noteType02{
	padding-left:1.5em;
	position:relative;
	margin-bottom:0;
	color:#cb0000;
}

#course .sectionBox .cautionBox p.noteType02:before{
	content:"\FF0A";
	position:absolute;
	top:0;
	left:0;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#course .sectionBox .courseTextBox{
	padding-right:15px;
}

#course .sectionBox .courseTextBox p{
	line-height:200%;
	margin-bottom:30px;
}

#course .sectionBox .courseTextBox p.lawText{
	text-align:right;
}

#course .sectionBox .courseTextBox ul{
}

#course .sectionBox .courseTextBox ul li{
	padding:5px 0;
}

#course .sectionBox .courseTextBox ul li a{
}

#course .sectionBox .courseTextBox ul li a:before{
	font-family: 'FontAwesome';
	content:"\f0a9";
	margin-right:3px;
}

#course .sectionBox .cautionBox{
	background:#eaeaea;
	padding:20px;
	margin-top:30px;
	line-height:180%;
}

#course .sectionBox .cautionBox p.noteType02{
	padding-left:1.5em;
	position:relative;
	margin-bottom:0;
	color:#cb0000;
}

#course .sectionBox .cautionBox p.noteType02:before{
	content:"\FF0A";
	position:absolute;
	top:0;
	left:0;
}
}
/*PC*/
@media screen and (min-width:992px){
#course .sectionBox .courseTextBox{
	padding-right:15px;
}

#course .sectionBox .courseTextBox p{
	line-height:200%;
	margin-bottom:40px;
}

#course .sectionBox .courseTextBox p.lawText{
	text-align:right;
	margin-bottom:30px !important;	
}

#course .sectionBox .courseTextBox ul{
}

#course .sectionBox .courseTextBox ul li{
	padding:5px 0;
}

#course .sectionBox .courseTextBox ul li a{
}

#course .sectionBox .courseTextBox ul li a:before{
	font-family: 'FontAwesome';
	content:"\f0a9";
	margin-right:3px;
}

#course .sectionBox .cautionBox{
	background:#eaeaea;
	padding:20px;
	margin-top:40px;
	line-height:180%;
}

#course .sectionBox .cautionBox p.noteType02{
	padding-left:1.5em;
	position:relative;
	margin-bottom:0;
	color:#cb0000;
}

#course .sectionBox .cautionBox p.noteType02:before{
	content:"\FF0A";
	position:absolute;
	top:0;
	left:0;
}
}



/*主な対象機械*/
/*スマホ*/
@media screen and (max-width:767px){
#course .sectionBox .machineListBox{
	background:#eaebef;
	padding:10px;
	margin-bottom:20px;
}

#course .sectionBox .machineListBox p{
	margin:0;
	line-height:180%;
}

#course .sectionBox .machineIllustBox figure{
	position:relative;
	margin-right:5px;
	margin-left:5px;
	border:1px solid #cccccc;
	margin-bottom:10px;
}

#course .sectionBox .machineIllustBox figure figcaption {
	position:absolute;
	bottom: 0px;
	width:100%;
	padding:0 1% 3%;
	text-align:center;
	font-size:0.9em;
	line-height:120%;
}

#course .sectionBox .machineIllustBox figure.cautionWaku{
	border:2px dashed #cb0000;
}

#course .sectionBox .machineIllustBox figure.cautionWaku figcaption{
	font-size:0.7em;
	padding-bottom:5px;
	text-align:left;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#course .sectionBox .machineListBox{
	background:#eaebef;
	padding:15px;
	margin-bottom:35px;
}

#course .sectionBox .machineListBox p{
	margin:0;
	line-height:180%;
}

#course .sectionBox .machineIllustBox figure{
	position:relative;
	margin-right:8px;
	margin-left:8px;
	border:1px solid #cccccc;
}

#course .sectionBox .machineIllustBox figure figcaption {
	position:absolute;
	bottom: 0px;
	width:100%;
	padding:0 1% 5%;
	text-align:center;
	font-size:0.9em;
	line-height:120%;
}

#course .sectionBox .machineIllustBox figure.cautionWaku{
	border:2px dashed #cb0000;
}

#course .sectionBox .machineIllustBox figure.cautionWaku figcaption{
	font-size:0.7em;
	padding-bottom:5px;
	text-align:left;
}
}
/*PC*/
@media screen and (min-width:992px){
#course .sectionBox .machineListBox{
	background:#eaebef;
	padding:15px;
	margin-bottom:35px;
}

#course .sectionBox .machineListBox p{
	margin:0;
	line-height:180%;
}

#course .sectionBox .machineIllustBox figure{
	position:relative;
	margin-right:12px;
	margin-left:12px;
	border:1px solid #cccccc;
}

#course .sectionBox .machineIllustBox figure figcaption {
	position:absolute;
	bottom: 0px;
	width:100%;
	padding:0 1% 5%;
	text-align:center;
	font-size:0.9em;
	line-height:120%;
}

#course .sectionBox .machineIllustBox figure.cautionWaku{
	border:2px dashed #cb0000;
}

#course .sectionBox .machineIllustBox figure.cautionWaku figcaption{
	font-size:0.7em;
	padding-bottom:5px;
	text-align:left;
}
}




/*講習日程を探す*/
/*スマホ*/
@media screen and (max-width:767px){
#course .sectionBox p.noteType{
	padding-left:1em;
	position:relative;
	margin-bottom:20px
}

#course .sectionBox p.noteType:before{
	content:"\203B";
	position:absolute;
	top:0;
	left:0;
}

#course .schedule ul.courseCenterList{
}

#course .schedule ul.courseCenterList li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:2%;
}

#course .schedule ul.courseCenterList li:nth-of-type(4),
#course .schedule ul.courseCenterList li:nth-of-type(8),
#course .schedule ul.courseCenterList li:nth-of-type(12),
#course .schedule ul.courseCenterList li:nth-of-type(16){
	margin-right:0;
}

#course .schedule ul.courseCenterList li a{
	background:#697998;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:10px 0;
}

#course .schedule ul.courseCenterList li a:hover{
	opacity:0.8;
}

#course .returnBox{
	text-align:center;
}

#course .returnBox p {
	margin-bottom:35px;
}

#course .returnBox li.returnBtn{
	position: relative;
	width:50%;
	margin:0 auto;
}

#course .returnBox li.returnBtn:hover {
	opacity:0.8;
}


#course .returnBox li.returnBtn span:before {
	font-family: 'FontAwesome';
	content:"\f105";
	position: absolute;
	left: 14px;
	top:14px;
	color:#ffffff;
}

#course .returnBox li.returnBtn input {
	background-color: #0e1271;
	color: #ffffff;
	display: block;
	height: 100%;
	vertical-align: top;
	padding: 15px 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	outline: none;
	width:100%;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#course .sectionBox p.noteType{
	padding-left:1.5em;
	position:relative;
	margin-bottom:20px
}

#course .sectionBox p.noteType:before{
	content:"\203B";
	position:absolute;
	top:0;
	left:0;
}

#course .schedule ul.courseCenterList{
}

#course .schedule ul.courseCenterList li{
	float:left;
	width:11%;
	margin-right:1.6%;
	margin-bottom:1.5%;
}

#course .schedule ul.courseCenterList li:nth-of-type(8),
#course .schedule ul.courseCenterList li:nth-of-type(16){
	margin-right:0;
}

#course .schedule ul.courseCenterList li a{
	background:#697998;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:10px 0;
}

#course .schedule ul.courseCenterList li a:hover{
	opacity:0.8;
}

#course .returnBox{
	text-align:center;
}

#course .returnBox p {
	margin-bottom:35px;
}

#course .returnBox li.returnBtn{
	position: relative;
	width:30%;
	margin:0 auto;
}

#course .returnBox li.returnBtn:hover {
	opacity:0.8;
}


#course .returnBox li.returnBtn span:before {
	font-family: 'FontAwesome';
	content:"\f105";
	position: absolute;
	left: 14px;
	top:14px;
	color:#ffffff;
}

#course .returnBox li.returnBtn input {
	background-color: #0e1271;
	color: #ffffff;
	display: block;
	height: 100%;
	vertical-align: top;
	padding: 15px 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	outline: none;
	width:100%;
}
}
/*PC*/
@media screen and (min-width:992px){
#course .sectionBox p.noteType{
	padding-left:1.5em;
	position:relative;
	margin-bottom:20px
}

#course .sectionBox p.noteType:before{
	content:"\203B";
	position:absolute;
	top:0;
	left:0;
}

#course .schedule ul.courseCenterList{
}

#course .schedule ul.courseCenterList li{
	float:left;
	width:11%;
	margin-right:1.6%;
	margin-bottom:1.5%;
}

#course .schedule ul.courseCenterList li:nth-of-type(8),
#course .schedule ul.courseCenterList li:nth-of-type(16){
	margin-right:0;
}

#course .schedule ul.courseCenterList li a{
	background:#697998;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:10px 0;
}

#course .schedule ul.courseCenterList li a:hover{
	opacity:0.8;
}

#course .returnBox{
	text-align:center;
}

#course .returnBox p {
	margin-bottom:35px;
}

#course .returnBox li.returnBtn{
	position: relative;
	width:30%;
	margin:0 auto;
}

#course .returnBox li.returnBtn:hover {
	opacity:0.8;
}


#course .returnBox li.returnBtn span:before {
	font-family: 'FontAwesome';
	content:"\f105";
	position: absolute;
	left: 14px;
	top:13px;
	color:#ffffff;
}

#course .returnBox li.returnBtn input {
	background-color: #0e1271;
	color: #ffffff;
	display: block;
	height: 100%;
	vertical-align: top;
	padding: 15px 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	outline: none;
	width:100%;
}
}

/*技能講習*/
/*コースと受講要件*/
/*スマホ*/
@media screen and (max-width:567px){
#course #ginou table.courseTable { 
	width: 100%; 
	padding: 10px;
}

#course #ginou table.courseTable thead {
	display: none;
}

#course #ginou table.courseTable tbody tr {
    border-top: 1px solid #cccccc;
    display: block;
    margin-bottom: 20px;
}

#course #ginou table.courseTable tbody th,
#course #ginou table.courseTable tbody td {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: none;
    display: block;
	padding-bottom:10px;
    background-color: #FFFFFF;
	width:100%;
}

/* thのデザイン */
#course #ginou table.courseTable tbody th{
	text-align:center;
}
 
/*th:beforeのデザイン*/
#course #ginou table.courseTable tbody th:before {
    background-color: #f2f2f2;
    display: block;
	padding:10px;
	margin-bottom:10px;
}

/* tdのデザイン */
#course #ginou table.courseTable tbody td { line-height:180%;}
#course #ginou table.courseTable tbody td:last-child { border-bottom: 1px solid #cccccc;}
#course #ginou table.courseTable tbody td:nth-of-type(1) { text-align:left;}
#course #ginou table.courseTable tbody td span {
	padding:0 10px;
	display:inline-block;
}

/*td:beforeのデザイン*/
#course #ginou table.courseTable tbody td:before {
    background-color: #f2f2f2;
    display: block;
	padding:10px;
	margin-bottom:10px;
}
 
/* contentでタイトルを追加 */
#course #ginou table.courseTable tbody th:nth-of-type(1):before { content: "コース区分"; background-color: #0E1271; color:#ffffff;}
#course #ginou table.courseTable tbody td:nth-of-type(1):before { content: "現在保有している資格及び業務経験"; background-color: #e8e8e8; text-align:center;}
}
/*タブレット*/
@media screen and (min-width: 568px) and (max-width: 991px) {
#course #ginou{
}

#course #ginou table.courseTable{
	width:100%;
}

#course #ginou table.courseTable thead th{
	background:#0E1271;
	color:#ffffff;
	padding:15px;
	text-align:center;
	border:1px solid #ffffff;
}

#course #ginou table.courseTable thead th.courseDivision{
	width:20%;
}

#course #ginou table.courseTable tbody th{
	padding:10px;
	border:1px solid #d6d6d6;
	text-align:center;
	vertical-align:middle;
}

#course #ginou table.courseTable td{
	padding:10px;
	border:1px solid #d6d6d6;
	line-height:180%;
}
}
/*PC*/
@media screen and (min-width:992px){
#course #ginou{
}

#course #ginou table.courseTable{
	width:100%;
}

#course #ginou table.courseTable thead th{
	background:#0E1271;
	color:#ffffff;
	padding:15px;
	text-align:center;
	border:1px solid #ffffff;
}

#course #ginou table.courseTable thead th.courseDivision{
	width:20%;
}

#course #ginou table.courseTable tbody th{
	padding:10px;
	border:1px solid #d6d6d6;
	text-align:center;
	vertical-align:middle;
}

#course #ginou table.courseTable td{
	padding:10px;
	border:1px solid #d6d6d6;
	line-height:180%;
}
}


/*特別教育・安全衛生教育・免許教習*/
/*受講要件と教育内容*/
/*スマホ*/
@media screen and (max-width:767px){
#course #other p.text{
	margin-bottom:35px;
}

#course #other table.courseTable thead th.time{
	width:30%;
}

#course #other table.batsubokuTable thead th.item{
	white-space:nowrap;
}

#course #other ul.notesTypeBox{
	margin-top:15px;
}

#course #other ul.notesTypeBox li{
	padding-left:1.5em;
	position:relative;
	margin-bottom:10px;
}

#course #other ul.notesTypeBox li:before{
	content:"\203B";
	position:absolute;
	top:0;
	left:0;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#course #other p.text{
	margin-bottom:35px;
}

#course #other table.courseTable thead th.time{
	width:20%;
}

#course #other table.batsubokuTable thead th.item{
	width:20%;
}

#course #other ul.notesTypeBox{
	margin-top:20px;
}

#course #other ul.notesTypeBox li{
	padding-left:1.5em;
	position:relative;
	margin-bottom:5px;
}

#course #other ul.notesTypeBox li:before{
	content:"\203B";
	position:absolute;
	top:0;
	left:0;
}
}
/*PC*/
@media screen and (min-width:992px){
#course #other p.text{
	margin-bottom:55px;
}

#course #other table.courseTable thead th.time{
	width:20%;
}

#course #other table.batsubokuTable thead th.item{
	width:20%;
}

#course #other ul.notesTypeBox{
	margin-top:20px;
}

#course #other ul.notesTypeBox li{
	padding-left:1.5em;
	position:relative;
	margin-bottom:5px;
}

#course #other ul.notesTypeBox li:before{
	content:"\203B";
	position:absolute;
	top:0;
	left:0;
}
}

#course #other h4.title{
	background:#0E1271;
	padding:15px 10px;
	color:#ffffff;
	font-weight:bold;
	margin:0;
	font-size:1.1em;
}

#course #other table.courseTable{
	width:100%;
}

#course #other table.courseTable thead th{
	background:#e8e8e8;
	color:#666666;
	padding:10px;
	text-align:center;
	font-weight:normal;
}

#course #other table.courseTable td{
	padding:10px;
	border:1px solid #d6d6d6;
	line-height:180%;
	vertical-align:middle;
}

#course #other table.courseTable td span{
	text-align:center;
	display:block;
}

#course #other table.batsubokuTable{
	width:100%;
}

#course #other table.batsubokuTable thead th{
	background:#e8e8e8;
	color:#666666;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
}

#course #other table.batsubokuTable thead th.time{
	padding-top:10px;
}

#course #other table.batsubokuTable thead th.item{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#course #other table.batsubokuTable td{
	padding:10px;
	border:1px solid #d6d6d6;
	line-height:180%;
	vertical-align:middle;
}

#course #other table.batsubokuTable td span{
	text-align:center;
	display:block;
}

/*IE調整用*/
@media all and (-ms-high-contrast: none){
#course .sectionBox p.noteType:before{
	content:"\203B";
	position:absolute;
	top:4px;
	left:0;
}

#course #other ul.notesTypeBox li:before{
	content:"\203B";
	position:absolute;
	top:4px;
	left:0;
}
}


/*講習一覧テーブル*/
/*スマホ*/
@media screen and (max-width:767px){
#course table.listTable { 
	width: 100%; 
	padding: 10px;
	text-align: center;
}

#course table.listTable thead {
	display: none;
}

#course table.listTable th,
#course table.listTable td {
    border-left: 1px solid #cccccc;
}

#course table.listTable tr {
    border-top: 1px solid #cccccc;
    display: block;
    margin-bottom: 20px;
}
#course table.listTable td {
    border-right: 1px solid #cccccc;
    border-bottom: none;
    display: block;
	padding-bottom:10px;
    background-color: #FFFFFF;
}

/* tdのデザイン */
#course table.listTable td:last-child { border-bottom: 1px solid #cccccc;}

#course table.listTable td:nth-of-type(1),
#course table.listTable td:nth-of-type(2)
 { text-align:left;}

#course table.listTable td span {
	padding:0 10px;
	display:inline-block;
}
     
/*td:beforeのデザイン*/
#course table.listTable td:before {
    background-color: #f2f2f2;
    display: block;
	padding:10px;
	margin-bottom:10px;
}

#course table.listTable ul.courseCenterList{
	margin:0;
	padding:0 10px;
}

#course table.listTable ul.courseCenterList li{
	float:left;
	width:23.5%;
	margin-right:2%;
}

#course table.listTable ul.courseCenterList li:nth-of-type(4),
#course table.listTable ul.courseCenterList li:nth-of-type(8),
#course table.listTable ul.courseCenterList li:nth-of-type(12),
#course table.listTable ul.courseCenterList li:nth-of-type(16){
	margin-right:0;
}

#course table.listTable ul.courseCenterList li:nth-of-type(n+5){
	margin-top:2%;
}

#course table.listTable ul.courseCenterList li a{
	background:#697998;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:7px 0;
	font-size:0.9em;
}

#course table.listTable ul.courseCenterList li a:hover{
	opacity:0.8;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#course table.listTable{
	width:100%;
}

#course table.listTable thead th{
	background:#0E1271;
	color:#ffffff;
	padding:15px;
	text-align:center;
	font-weight:normal;
	vertical-align:middle !important;
}

#course table.listTable thead th.subject{
	width:30%;
}

#course table.listTable thead th.object{
}

#course table.listTable thead th.time{
	width:9%;
}

#course table.listTable thead th.schedule{
	width:30%;
}

#course table.listTable td{
	padding:10px;
	border:1px solid #d6d6d6;
	vertical-align:middle;
}

#course table.listTable td:nth-of-type(3) span{
	text-align:center;
	display:block;
}

#course table.listTable ul.courseCenterList{
	margin:0;
}

#course table.listTable ul.courseCenterList li{
	float:left;
	width:23.5%;
	margin-right:2%;
}

#course table.listTable ul.courseCenterList li:nth-of-type(4),
#course table.listTable ul.courseCenterList li:nth-of-type(8),
#course table.listTable ul.courseCenterList li:nth-of-type(12),
#course table.listTable ul.courseCenterList li:nth-of-type(16){
	margin-right:0;
}

#course table.listTable ul.courseCenterList li:nth-of-type(n+5){
	margin-top:2%;
}

#course table.listTable ul.courseCenterList li a{
	background:#697998;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:3px 0;
	font-size:0.9em;
}

#course table.listTable ul.courseCenterList li a:hover{
	opacity:0.8;
}
}
/*PC*/
@media screen and (min-width:992px){
#course table.listTable{
	width:100%;
}

#course table.listTable thead th{
	background:#0E1271;
	color:#ffffff;
	padding:15px;
	text-align:center;
	font-weight:normal;
	vertical-align:middle !important;
}

#course table.listTable thead th.subject{
	width:34%;
}

#course table.listTable thead th.object{
}

#course table.listTable thead th.time{
	width:7%;
}

#course table.listTable thead th.schedule{
	width:28%;
}

#course table.listTable td{
	padding:15px;
	border:1px solid #d6d6d6;
	vertical-align:middle;
}

#course table.listTable td:nth-of-type(3) span{
	text-align:center;
	display:block;
}

#course table.listTable ul.courseCenterList{
	margin:0;
}

#course table.listTable ul.courseCenterList li{
	float:left;
	width:23.5%;
	margin-right:2%;
}

#course table.listTable ul.courseCenterList li:nth-of-type(4),
#course table.listTable ul.courseCenterList li:nth-of-type(8),
#course table.listTable ul.courseCenterList li:nth-of-type(12),
#course table.listTable ul.courseCenterList li:nth-of-type(16){
	margin-right:0;
}

#course table.listTable ul.courseCenterList li:nth-of-type(n+5){
	margin-top:2%;
}

#course table.listTable ul.courseCenterList li a{
	background:#697998;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:5px 0;
	font-size:0.9em;
}

#course table.listTable ul.courseCenterList li a:hover{
	opacity:0.8;
}
}

#course #tokubetsu table.listTable td span ul{
	margin:0;
}

/*作業主任者・安全衛生教育*/
/*スマホ*/
@media screen and (max-width:767px){
#course #common table.listTable td:nth-of-type(1):before { content: "講習科目"; background-color: #0E1271; color:#ffffff; text-align: center; }
#course #common table.listTable td:nth-of-type(2):before { content: "講習対象"; text-align:center;}
#course #common table.listTable td:nth-of-type(3):before { content: "時間";}
#course #common table.listTable td:nth-of-type(4):before { content: "講習日程検索";}
}

/*特別教育*/
/*スマホ*/
@media screen and (max-width:767px){
#course #tokubetsu table.listTable td:nth-of-type(1):before { content: "講習科目"; background-color: #0E1271; color:#ffffff; text-align: center; }
#course #tokubetsu table.listTable td:nth-of-type(2):before { content: "対象機械"; text-align:center;}
#course #tokubetsu table.listTable td:nth-of-type(3):before { content: "時間";}
#course #tokubetsu table.listTable td:nth-of-type(4):before { content: "講習日程検索";}
}

/*技能講習　タイトル*/
/*スマホ*/
@media screen and (max-width:767px){
.headline02.gino{
}
	
.headline02.gino span{
	font-size: 0.65em;
	color: #C55A11;
	display: inline-block;
	margin-top: 0.5em;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.headline02.gino{
	display: table;
}
	
.headline02.gino span{
	font-size: 0.65em;
	color: #C55A11;
	display: table-cell;
	vertical-align: middle;
}
}
/*PC*/
@media screen and (min-width:992px){
.headline02.gino{
	display: table;
}
	
.headline02.gino span{
	font-size: 0.65em;
	color: #C55A11;
	display: table-cell;
	vertical-align: middle;
}
}