@charset "utf-8";
/* CSS Document */

.button a {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em;
  width: 250px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align:center;
  border: 2px solid #d4dcda;
  text-decoration:none;
}

.button a::after {
  width: 5px;
  height: 5px;
  border-top: 3px solid #d4dcda;
  border-right: 3px solid #d4dcda;
  transform: rotate(45deg);
}

.button a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f7fcfe;
}

.button a:hover::after {
  border-top: 3px solid #d4dcda;
  border-right: 3px solid #d4dcda;
}

.level{
	background-color:#09F;
	color:#fff;
	padding:1px 5px;
	font-size:16px;
}

.tbl-r05 th{
	text-align: center;
}

p{
	font-size:14px;
}

.seminar_1{
	font-size:12px;
}

.sb{
	font-size:26px;
	font-weight:bold;
	border-bottom:2px solid #00C;
}

.explain{
	font-size:14px;
}

.web{
	font-size:14px;
	color:#F00;
}

.form{
	text-align: center;
}

.requid{
	font-size:15px;
	font-weight:bold;
}

.kugiri{
	border:dashed 1px #E2E2E2;
}

.red{
	color: #FF0000;
}

#reheat{
	text-align:center;
	border:1px solid #ECECEC;
	border-radius:50px;
	background-color:#ECECEC;
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}

#stcon{
	text-align:center;
	border:1px solid #87cefa;
	border-radius:50px;
	background-color:#87cefa;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}

#bakery{
	text-align:center;
	border:1px solid #f4a460;
	border-radius:50px;
	background-color:#f4a460;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}

/* スチコン講習会情報 */
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

@media screen and (max-width: 400px) {
	
	.button a {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align:center;
  border: 2px solid #d4dcda;
  text-decoration:none;
}
	
	.tbl-r05 {
    width: 100%;
	font-size:14px;
  }
  
  .tbl-r05 td:first-child {
	  font-size:14px;
  }
  
  .tbl-r05 td{
	  font-size:14px;
  }
  
  .button a {
	  font-size:14px;
	  width:180px;
  }
  
  .level{
	background-color:#09F;
	color:#fff;
	padding:1px 5px;
	font-size:12px;
}

p{
	font-size:12px;
}

.level{
	background-color:#09F;
	color:#fff;
	padding:1px 5px;
	font-size:14px;
}

.setsumei{
	margin-bottom:8px;
}

.wsg{
	text-align:center;
	border-bottom:1px solid #ccc;
}
}

@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
	font-size:14px;
  }
  
  .tbl-r05 .thead {
    display: none;
  }
  
  .tbl-r05 tr {
    width: 100%;
  }
  
  .tbl-r05 td {
    display: block;
    text-align: left;
	padding:5px;
    width: 100%;
  }
  
 /* .tbl-r05 td:first-child {
    background: #E8FBFF;
	font-size:16px;
    font-weight: bold;
    text-align: center;
  }*/
  
  .tbl-r05 .tsuki {
  	background: #f5f5f5;
  	font-size:16px;
    font-weight: bold;
    text-align: center;
  }
  
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  
  .tbl-r05 .form{
	  border-bottom:1px solid #ccc;
  }
	
  .tbl-r05 .map{
	  border-bottom:1px solid #ccc;
  }
  
  .tbl-r05 tr td .semi{
	  border-bottom:1px solid #ccc;
  }
  
  .level{
	text-align:center;
	background-color:#09F;
	color:#fff;
	padding:1px auto;
	font-size:14px;
	margin-right:4px;
}

.level{
	background-color:#09F;
	color:#fff;
	padding:1px 5px;
	font-size:14px;
}

.setsumei{
	margin-bottom:8px;
}

p{
	font-size:14px;
}

.wsg{
	text-align:center;
	border-bottom:1px solid #ccc;
}
  
}

/* -------------------------------------------- */
/* ▼スマホとタブレットの間の幅のデザイン       */
/* -------------------------------------------- */
@media screen and (min-width:641px) and ( max-width:767px) {
	.tbl-r05{
		border:1px solid #ccc;
		width:100%;
	}
	
	.tbl-r05 .thead th{
		font-weight:bold;
		font-size:16px;
	}
	
	.tbl-r05 td{
		border:solid 1px #ccc;
		font-size:14px;
		padding:5px;
	}
	
	.tbl-r05 .map{
		width:11%;
	}
	
	.tbl-r05 .add,.map{
		text-align:center;
	}
	
	.tbl-r05 .semi{
		text-align:center;
	}
	
	/*.tbl-r05 td:first-child {
    background: #E8FBFF;
	font-size:16px;
    text-align: center;
  }*/
  
  .tbl-r05 .tsuki {
  	background: #f5f5f5;
  	font-size:16px;
    font-weight: bold;
    text-align: center;
  }
  
  .tbl-r05 th{
	  border:1px solid #ccc;
  }
  
.tbl-r05 .form{
	  border-bottom:1px solid #ccc;
  }
	
  .tbl-r05 .map{
	  border-bottom:1px solid #ccc;
  }
  
  .wsg{
	  text-align:center;
  }
  
  
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 768px) {
	.tbl-r05{
		border:1px solid #ccc;
		width:100%;
	}
	
	.tbl-r05 .thead th{
		font-weight:bold;
		font-size:16px;
	}
	
	.tbl-r05 td{
		border:solid 1px #ccc;
		font-size:14px;
		padding:5px;
	}
	
	.tbl-r05 .add,.map{
		text-align:center;
	}
	
	.tbl-r05 .semi{
		text-align:center;
	}
	
	/*.tbl-r05 td:first-child {
    background: #E8FBFF;
	font-size:16px;
    text-align: center;
  }*/
  
  .tbl-r05 .tsuki {
  background: #f5f5f5;
  font-size:16px;
    font-weight: bold;
    text-align: center;
  }
  
  .tbl-r05 th{
	  border:1px solid #ccc;
  }
  
  .wsg{
	  text-align:center;
  }

}


/**/
@media screen and (min-width:250px) and ( max-width:959px) {
	
.button_1 a {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em;
  width: 230px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align:center;
  border: 2px solid #d4dcda;
  text-decoration:none;
}

.button_1 a::after {
  width: 5px;
  height: 5px;
  border-top: 3px solid #d4dcda;
  border-right: 3px solid #d4dcda;
  transform: rotate(45deg);
}

.button_1 a:hover {
  color: #000;
  text-decoration: none;
}

.button_1 a:hover::after {
  border-top: 3px solid #d4dcda;
  border-right: 3px solid #d4dcda;
}
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
	.tbl-r05{
		border:1px solid #ccc;
		width:100%
	}
	
	.tbl-r05 td{
		border:solid 1px #ccc;
		font-size:14px;
	}
	
	.tbl-r05 .add,.map{
		text-align:center;
	}
	
	/*.tbl-r05 td:first-child {
    background: #E8FBFF;
	font-size:16px;
    text-align: center;
  }*/
  
  .tbl-r05 .tsuki {
    background: #f5f5f5;
    font-size:16px;
    font-weight: bold;
    text-align: center;
  }
  
  .tbl-r05 th{
	  border:1px solid #ccc;
  }
  
  .wsg{
	  text-align:center;
  }
  
  .br{
	  display:none;
  }

}

.sb{
	font-size:26px;
	font-weight:bold;
	border-bottom:2px solid #00C;
}

.sb_1{
	font-size:26px;
	font-weight:bold;
	text-align:center;
}

hr{
	border:1px solid #000;
}


/* ガイド */
.guide{
	width:100%;
	border:1px solid #000;
	font-size:14px;
	padding:0px 5px;
}

.guide th{
	border-bottom:1px solid #F6F6F6;
	font-size:14px;
	font-weight:bold;
}

.guide tr td{
	border-bottom:1px solid #F6F6F6;
}


.button_1 a {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em;
  width: 230px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align:center;
  border: 2px solid #d4dcda;
  text-decoration:none;
}

.button_1 a::after {
  width: 5px;
  height: 5px;
  border-top: 3px solid #d4dcda;
  border-right: 3px solid #d4dcda;
  transform: rotate(45deg);
}

.button_1 a:hover {
  color: #000;
  text-decoration: none;
}

.button_1 a:hover::after {
  border-top: 3px solid #d4dcda;
  border-right: 3px solid #d4dcda;
}

