/* CSS Document */

/*オリパラ*/
/*メインページ タイトル調整*/
/*PC*/
@media screen and (min-width:992px) {
#mainTitle h1.fontSize{
	font-size:1.6em;
	padding-left:15px;
	padding-right:15px;
}
}

/*支援内容*/
/*スマホ*/
@media screen and (max-width:767px) {
.contentsBox .row{
	margin-left:-15px;
	margin-right:-15px;
}

div.supportBox {
	padding: 30px 10px;
	margin: 1.5em 10px;
	background: #fff8d7;
	border: 2px dashed #fc8c12;
	-moz-box-shadow: 0 0 0 10px #fff8d7;
	-webkit-box-shadow: 0 0 0 10px #fff8d7;
	box-shadow: 0 0 0 10px #fff8d7;
	font-weight: normal;
}

div.supportBox p.mainText{
	text-decoration:underline;
	font-weight:bold;
}

div.supportBox p {
	margin:0;
	text-indent:0em;
}

p.photo{
	margin-top:0.8em;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) { 
div.supportBox{
	padding: 30px 10px;
	background: #fff8d7;
	margin:1em 10px;
	border: 2px dashed #fc8c12;
	-moz-box-shadow: 0 0 0 10px #fff8d7;
	-webkit-box-shadow: 0 0 0 10px #fff8d7;
	box-shadow: 0 0 0 10px #fff8d7;
	font-weight: normal;
	margin-bottom:30px;
}

div.supportBox p.mainText{
	text-decoration:underline;
	font-weight:bold;
}

div.supportBox p {
	margin:0;
	font-size:1.1em;
	line-height:200%;
	text-indent:0em;
}

p.photo{
	margin-top:0.4em;
}
	
.tab_none{
	display: none;
	}
}
/*PC*/
@media screen and (min-width:992px) {
div.supportBox{
	padding: 15px;
	background: #fff8d7;
	margin:1em -5px 1em 10px;
	border: 2px dashed #fc8c12;
	-moz-box-shadow: 0 0 0 10px #fff8d7;
	-webkit-box-shadow: 0 0 0 10px #fff8d7;
	box-shadow: 0 0 0 10px #fff8d7;
	font-weight: normal;
}

div.supportBox p.mainText{
	text-decoration:underline;
	font-weight:bold;
}

div.supportBox p {
	margin:0;
	font-size:1.1em;
	line-height:230%;
	position: relative;
	top: 20%;
	text-indent:0em;
}

p.photo{
	margin-top:0.4em;
}
}

/*支援内容テーブル*/
/*スマホ*/
@media screen and (max-width:767px) {
.supportContentTable{
	width: 100%;
	text-align: center;
	margin-top:30px;
	border:1px solid #cccccc;
}

.supportContentTable th{
	text-align:center;
	background-color: #BCE5E4;
	vertical-align: middle;
	display:block;
	width:100%;
}

.supportContentTable td{
	vertical-align: middle;
	text-align:left;
	display:block;
	width:100%;
}

.supportContentTable td span{
	color:#297C7C;
	font-weight:bold;
}

.supportContentTable th,
.supportContentTable td{
	padding:15px;
}
}
/*タブレット・PC*/
@media screen and (min-width:768px) {
.supportContentTable{
	width: 100%;
	text-align: center;
	margin-top:30px;
}

.supportContentTable th{
	text-align:center;
	background-color: #BCE5E4;
	border-bottom:1px solid #ffffff;
	vertical-align: middle;
	width:20%;
}

.supportContentTable td{
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align: middle;
	text-align:left;
}

.supportContentTable td span{
	color:#297C7C;
	font-weight:bold;
}

.supportContentTable th,
.supportContentTable td{
	padding:15px;
}
}

/*お問い合わせテーブル*/
/*スマホ*/
@media screen and (max-width:767px) {
.inquiryTable{
	width: 100%;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.inquiryTable th{
	text-align: center;
	background-color: #BCE5E4;
	border-left:1px solid #BCE5E4;
	border-right:1px solid #BCE5E4;
	vertical-align: middle;
}

.inquiryTable td{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	vertical-align: middle;
	line-height:180%;
	display:block;
	width:100%;
}

.inquiryTable td span{
	color:#297C7C;
	font-weight:bold;
}

.inquiryTable td a:hover{
	color:#ffffff;
}

.inquiryTable td.w15{
	width:15%;
}

.inquiryTable th,
.inquiryTable td{
	padding:3% 2%;
}

.sp_none{
	display:none;
}

.contentsInquiryBox p{
	text-align:left;
}
}
/*PC*/
@media screen and (min-width:768px) {
.inquiryTable{
	width: 100%;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.inquiryTable th{
	text-align:center;
	background-color: #BCE5E4;
	border-left:1px solid #BCE5E4;
	border-right:1px solid #BCE5E4;
	vertical-align: middle;
}

.inquiryTable td{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	vertical-align: middle;
}

.inquiryTable td span{
	color:#297C7C;
	font-weight:bold;
}

.inquiryTable td a:hover{
	color:#ffffff;
}

.inquiryTable td.w15{
	width:15%;
}

.inquiryTable th,
.inquiryTable td{
	padding:15px;
}
}


/*標準ドットリスト*/
ul.normalList{
	margin:0;
	line-height:200%;
}
 
ul.normalList li{
	list-style-type:none;
	list-style-position:inside;
	position:relative;
	padding-left:1em;
}
ul.normalList li:before{
	position:absolute;
	top:0;
	left:0;
	display: marker;
	content: "\30fb";
}

/*外国人建設就労者及びその者を雇用する事業者対象の安全講習会のご案内*/
/*スマホ*/
@media screen and (max-width:767px) {
.scheduleTable{
	width: 100%;
	border: 1px solid #cccccc;
	text-align:center;
	margin-bottom:30px;
}

.scheduleTable td{
	padding:15px 0;
	width:100%;
	display:block;
}
}
/*タブレット・PC*/
@media screen and (min-width:768px) {
.scheduleTable{
	width: 100%;
	border: 1px solid #cccccc;
	text-align:center;
	margin-bottom:30px;
}

.scheduleTable td{
	padding:15px 0;
	width:25%;
}
}

/*------------*/
/*終了しました*/
/*------------*/
.buttonEnd{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding:10px 30px;
  position: relative;
  background-color: #c1272d;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

/*------------*/
/*申込書ボタン*/
/*------------*/
.buttonApplication {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding:10px 15px;
  position: relative;
  background-color: #BCE5E4;
  border-radius: 4px;
  color: #000;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #98B9B8;
}

.buttonApplication::before,
.buttonApplication::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonApplication,
.buttonApplication::before,
.buttonApplication::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.buttonApplication:hover {
	color: #000;
	background-color: rgba(188,229,228,0.70);
	box-shadow: 0 3px 0 rgba(152,185,184,0.70);
	-webkit-box-shadow: 0 3px 0 rgba(152,185,184,0.70);
	text-decoration: none;
}
.buttonApplication:active {
  top: 3px;
  box-shadow: none;
}

/*インデックスのボックス中のタイトル文字ここだけ中央ぞろえ*/

div.contentsMenuBox{
	padding:20px;
	background-color:#ffffff;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	margin-bottom:25px;
	box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
	-moz-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
	-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
}

div.contentsMenuBox div.imgArea{
	width:35%;
    display: table-cell;
    vertical-align: middle;
	padding-right:15px;
}

div.contentsMenuBox div.imgArea img{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width:100%;
}

div.contentsMenuBox div.titleArea{
	font-size:1.3em;
	color:#008000;
	margin-bottom:20px;
	font-weight:bold;
	width:61%;
    display: table-cell;
    vertical-align: middle;
}


/*スマホ*/
@media screen and (max-width:767px) {
div.contentsMenuBox{
	padding:10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) { 
div.contentsMenuBox{
	padding:15px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
}
/*PC*/
@media screen and (min-width:992px) {
div.contentsMenuBox{
	padding:20px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
}

div.imgSection{
}

div.txtSection{
	margin-bottom:20px;
}
div.txtSection p{
    /*padding:15px;*/
	margin-bottom:1.5em;
}

/*講習会新スケジュールテーブル*/
table.table01 {
	width:100%;
	border-left:#dddddd solid 1px;
	border-bottom:#dddddd solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#BCE5E4;
	padding:15px 0;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	text-align:center;
	vertical-align: middle;
}
table.table01 thead th:last-child {
}

table.table01 tbody th {
	border-right:#dddddd solid 1px;
	vertical-align:middle;
	text-align:center;
}
table.table01 tbody tr:last-child th {
	border-bottom:#dddddd solid 1px;
}
table.table01 tbody td {
	border-right:#dddddd solid 1px;
	vertical-align:middle;
	text-align:center;
}

table.table01 tbody .green {
	background:#e2f0e4;
}

table.table01 tbody .orange {
	background:#fef2e0;
}

table.table01 tbody .purple {
	background:#e0e8f5;
}

table.table01 tbody td p {
	margin:0;
	text-indent: 0;
}

table.table01 tbody td p span {
	font-weight: bold;
}

table.table01 tbody tr.blue{
	background:#fff;
}

a.linkOutButton{
	margin-top: 0;
}

a.linkOutButton.margin{
	margin: 1.2em 0;
}

table.table01 tbody td a.linkOutButton{
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) { 
table.table01 thead th.date {
	width: 15%;
}
table.table01 thead th.place {
	width: 22%;
}
table.table01 thead th.place02 {
	width: 30%;
}
table.table01 thead th.number {
	width: 9%;
}
table.table01 thead th.time {
	width: 18%;
}
table.table01 thead th.status {
	width: 11%;
}
}
@media screen and (min-width: 992px) {
table.table01 thead th.date {
	width: 13%;
}
table.table01 thead th.place {
	width: 24%;
}
table.table01 thead th.place02 {
	width: 27%;
}
table.table01 thead th.number {
	width: 9%;
}
table.table01 thead th.time {
	width: 16%;
}
table.table01 thead th.status {
	width: 9%;
}
}

@media screen and (max-width: 767px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	text-align:left;
}
table.table01 tbody td {
	display:block;
	background:#fff;
	text-align:left;
}
table.table01 tbody td::before {
	content: attr(data-label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}

table.table01 tbody td.item {
	background-color: #f4f4f4 !important;
	}
	
table.table01 tbody td a:first-of-type{
	margin-bottom: 10px;
}
}

@media screen and (min-width: 768px) {
table.table01 tbody .yellow{
	background:#fffde6;
}
}

/*-----*/
/*検証中*/
/*-----*/
/*外国人建設就労者のための安全衛生教育教材*/

/*言語選択*/
.guideBunner{
	margin: 0 0 1.5em;
}

a:hover .guideBunner{
	opacity: 0.7;
}

.buttonFont{
	font-size: 1.2em;
	font-weight: bold;
}

/*スマホ*/
@media screen and (max-width:767px) {	
ul.buttonList {
	counter-reset: section;
	list-style: none;
	padding: 0;
	margin:0;
}
ul.buttonList li {
    position: relative;
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 0.5em;
}
ul.buttonList > li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    counter-increment: section;
    color: #666;
    margin-right: 0.5em;
}
ul.buttonList li:last-of-type{
    border-bottom: none;
    padding: 0.5em 0;
}
ul.buttonList > li:last-of-type:before {
    content: "";
}
}
/*PC*/
@media screen and (min-width:768px) {
ul.buttonList{
	margin-top: 1.5em;
}
	
ul.buttonList li a{
    background: #f2f2f2;
    border: 1px solid #ccc;
	width: 18%;
    margin-right: 2%;
    float: left;
    text-align: center;
    padding: 1.5em 0;
	border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
}
ul.buttonList li:last-of-type a{
    background: none;
    border: none;
    float: left;
    text-align: left;
    padding: 4.2em 0 0;
    text-decoration: underline;
    font-size: 0.8em;
}
}

/*ご利用案内*/
/*カッコ付数字リスト*/
ol.numberList{
	margin:0;
	line-height:200%;
}
 
ol.numberList li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	position:relative;
	padding-left:1.5em;
}
ol.numberList li:before{
	position:absolute;
	top:0;
	left:0;
	display: marker;
	content: " " counter(cnt) ". ";
}
ol.numberList li span{
	text-decoration: underline;
}

.notesBox{
	padding: 1em;
	background: #f2f2f2;
	margin: 1em 0 0;
}

.notesBox p{
	margin: 0;
}

/*PC*/
@media screen and (min-width:992px) {
.presentImg{
    float: right;
    margin-top: 1em;
	margin-left: 1em;
}
}

/*カテゴリ一覧ページ*/
dl.categoryBox{
	
}

dl.categoryBox dt{
	margin-bottom: 5px;
}

dl.categoryBox dd{
	
}

/*記事リストページ*/
.videoList{
}

.videoList li{
    padding: 1em 1em 1em 65px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.thumbnailBox{
    width: 50px;
    position: absolute;
    left: 0;
    top: 22%;
}

.linkButton{
	background: #F9B92F;
	padding: 3px 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-weight: bold;
	display: inline-block;
	margin:0; 
}

.linkButton i{
	color: #ff0000;
}

.linkButton a{
	color: #000000;
}

/*記事詳細ページ*/
.sourceText{
	margin: 0;
	text-align: right;
}

.videoNotes{
	font-size: 0.9em;
	line-height: 150%;
	margin-bottom: 1em;
	text-indent: 0;
}

.videoBox{
	position: relative;
	padding-bottom: 56.25%;
	/*margin-bottom: 1em;*/
}

.videoBox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.questionnaireLink {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    text-indent: 0;
}

/*お問合せ枠調整*/
/*スマホ*/
@media screen and (max-width:767px) {
div.contentsInquiryBox dl.mailBox{
	border-top: 1px dashed #000000;
	padding-top: 10px;
}
/*div.contentsInquiryBox dl dt{
    width: 20%;
    margin: 0 auto 10px;	
}
div.contentsInquiryBox dl dd.mailTitle{
	margin-top: 1.2em;
}
div.contentsInquiryBox dl dd.mail {
    margin-top: 12px;
}*/
}

/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {    
div.contentsInquiryBox dl{
	padding: 0;
	margin: 0 auto;
}
div.contentsInquiryBox dl.numberBox{
	max-width: 250px;
}
div.contentsInquiryBox dl.mailBox{
	max-width: 355px;
}
div.contentsInquiryBox dl dt{
}
div.contentsInquiryBox dl dt img{
    width: 60px;
}
}

/*タブレット・PC*/
@media screen and (min-width:768px) {
.lineL{
	border-left: 1px dashed #000000;
}
}