@media print, screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */
.semiarea {
	width: 95%;
	margin: 0 auto;
	}
	
.semitt {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
	}
	
.semititle {
	font-size: 5vw;
	margin-bottom: 1.5vh;
	}
	
.semititle02 {
	font-size: 5vw;
	}
	
.semiinfo a {
	background-image: url(../images/bikurimrk.gif);
	background-repeat: no-repeat;
	background-size: 4.4vw;
	background-position: 3% 50%;
	padding: 1vh 2vw 1vh 8vw;
	background-color: #f38107;
	color: #fff;
	text-align: center;
	font-size: 2.8vw;
	border-radius: 5px 5px 5px 5px;
	}
	
.semiinfo a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

.semibox {margin-bottom: 7vh;}
	
.semibox02 {margin-bottom: 7vh;}
	
.new {
	width: 14vw;
	padding: 0.3vh 0;
	background-color: #e40404;
	color: #fff;
	text-align: center;
	font-size: 2.5vw;
	border-radius: 2px 2px 2px 2px;
	margin-bottom: 5px;
	}
	
.semi_contt {
	font-size: 3.8vw;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.semi_contt a {
	color: #2b84de;
	}
	
.semi_contt a:hover {
	color: #2b84de;
	text-decoration: underline;
	}
	
.dati {
	font-size: 3.3vw;
	margin-bottom: 3px;
	}
	
.lecturer {
	font-size: 3.3vw;
	}
	
.nextlink {
	width: 50vw;
	background-color: #7a7a7a;
	text-align: center;
	font-size: 3vw;
	border-radius: 3px 3px 3px 3px;
	margin: 3vh auto 0 auto;
	}
	
.nextlink a {
	color: #fff;
	display: block;
	padding: 1.5vh 0;
	}

.nextlink a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
	
	
/*///////// セミナー詳細 //////////*/
.smback {
	padding: 3vh 0;
	margin-bottom: 5vh;
	position: relative;
	background-color: #ebf4fe;
	background-repeat: repeat;
	}
	
.smtitle {
	width: 90%;
	margin: 0 auto ;
	}
	
.smtitle h1 {
	font-size: 4.5vw;
	padding: 2vh 0 0 0;
	color: #000;
	}
	
.smbox {
	font-size: 3vw;
	background-color: #434343;
	width: 29vw;
	padding: 0.5vh 0;
	text-align: center;
	color: #fff;
	}
	
.dtarea {
	width: 90%;
	margin: 0 auto;
	}
	
.semitxt {
	font-size: 3vw;
	line-height: 1.6em;
	margin-bottom: 5vh;
	}
	
.semitxt p {
	margin-bottom: 1.6em!important;
	}
	
dl {
	border-top: 1px solid #d3d3d3;
	background-color: #d8eafc;
	}
 
dt{
	width: 25vw;
	height: 100%;
	padding: 2vh 0 2vh 2vh;
	font-size: 3vw;
}
 
dd{
	border-bottom: 1px solid #d3d3d3;
	padding: 2vh 0 2vh 2vh;
	overflow: auto;
	font-size: 3vw;
	line-height: 1.6em;
	background-color: #fff;
}
	
.tbarea {margin-bottom: 8vh;}
	
.tbarea a {
	color: #2b84de;
	text-decoration: underline;
	}
	
.tbarea a:hover {
	text-decoration: none;
	}
	
.tblist {
	list-style: disc;
	margin-left: 5vw;
	}
	
.tbimg {
	width: 23vw;
	margin-bottom: 2vh;
	}
	
.tbtxt {
	}
	
	
.smBtn a {
	margin-bottom: 3.5vh;
	text-align: center;
	padding: 2.5vh 0;
	display: block;
	font-size: 4vw;
	font-weight: bold;
	color: #fff;
	background-color: #499bee;
	border-radius: 5px 5px 5px 5px;
	letter-spacing: 2px;
	}
	
.smBtn a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
.smlink {
	text-align: center;
	margin-bottom: 8vh;
	font-size: 3.5vw;
	}
	
.smlink a {
	text-align: center;
	color: #303030;
	text-decoration: underline;
	}
	
.smlink a:hover {
	color: #838383;
	text-decoration: none;
	}
  
/* 20240305 */
.semitt .semititle {
  float: left;
}
.btn_archives {
  float: right;
  display: block;
  width: 40vw;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ec6d56;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  border-radius: 5px;
  font-weight: bold;
}
.btn_archives span::after {
  display: inline-block;
  content: '';
  margin-left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
}
	
}




@media print, screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */

/*///////// セミナー・講習会トップ //////////*/
.semiarea {
	width: 970px;
	margin: 0 auto;
	}
	
.semitt {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
	}
	
.semititle {
	font-size: 29px;
	float: left;
	}
	
.semititle02 {
	font-size: 29px;
	}
	
.semiinfo a {
	background-image: url(../images/bikurimrk.gif);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 5% 50%;
	width: 380px;
	padding: 10px 0 10px 30px;
	background-color: #f38107;
	color: #fff;
	text-align: center;
	float: right;
	font-size: 14px;
	border-radius: 5px 5px 5px 5px;
	}
	
.semiinfo a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

.semiarea02 {
	display: flex;
	flex-wrap: wrap;
	
	}

.semibox {
	width: 460px;
	height: 230px;
	margin-bottom: 80px;
	}
	
.semibox02 {
	width: 460px;
	height: 170px;
	}
	
.new {
	width: 45px;
	padding: 3px 0;
	background-color: #e40404;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border-radius: 2px 2px 2px 2px;
	margin-bottom: 5px;
	}
	
.semi_contt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.semi_contt a {
	color: #2b84de;
	}
	
.semi_contt a:hover {
	color: #2b84de;
	text-decoration: underline;
	}
	
.dati {
	font-size: 15px;
	margin-bottom: 3px;
	}
	
.lecturer {
	font-size: 14px;
	}
	
.nextlink {
	width: 145px;
	background-color: #7a7a7a;
	text-align: center;
	font-size: 13px;
	border-radius: 3px 3px 3px 3px;
	margin: 30px auto 0 auto;
	}
	
.nextlink a {
	color: #fff;
	display: block;
	padding: 7px 0;
	}

.nextlink a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
	
	
/*///////// セミナー詳細 //////////*/
.smback {
	padding: 35px 0 20px 0;
	margin-bottom: 80px;
	position: relative;
	background-color: #ebf4fe;
	background-repeat: repeat;
	}
	
.smtitle {
	width: 1100px;
	margin: 0 auto ;
	}
	
.smtitle h1 {
	font-size: 30px;
	padding: 10px 0 15px 0;
	color: #000;
	}
	
.smbox {
	font-size: 17px;
	background-color: #434343;
	display: inline-block;
	margin-right: 1em;
	width: 190px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	}
	
.venue {
	background-color: #ff4444;
}

.dtarea {
	width: 950px;
	margin: 0 auto;
	}
	
.semitxt {
	font-size: 15px;
	line-height: 1.9em;
	margin-bottom: 70px;
	}
	
.semitxt p {
	margin-bottom: 1.6em!important;
	}
	
dl {
	border-bottom: 1px solid #d3d3d3;
	background-color: #d8eafc;
	}
 
dt{
	float: left;
	clear: left;
	width: 130px;
	height: 100%;
	padding: 20px 0px 20px 20px;
	border-top: 1px solid #d3d3d3;
	font-size: 15px;
}
 
dd{
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	padding: 20px 0 20px 20px;
	overflow: auto;
	font-size: 15px;
	line-height: 1.7em;
	background-color: #fff;
}
	
.tbarea {margin-bottom: 80px;}
	
.tbarea a {
	color: #2b84de;
	text-decoration: underline;
	}
	
.tbarea a:hover {
	text-decoration: none;
	}
	
.tblist {
	list-style: disc;
	margin-left: 20px;
	}
	
.tbimg {
	width: 89px;
	float: left;
	margin-right: 20px;
	}
	
.tbtxt {
	float: left;
	width: 670px;
	}
	
	
.smBtn a {
	width: 320px;
	margin: 15px auto 30px auto;
	text-align: center;
	padding: 18px 30px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #499bee;
	border-radius: 5px 5px 5px 5px;
	letter-spacing: 3px;
	}
	
.smBtn a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
.smlink {
	text-align: center;
	margin-bottom: 130px;
	}
	
.smlink a {
	text-align: center;
	color: #303030;
	text-decoration: underline;
	}
	
.smlink a:hover {
	color: #838383;
	text-decoration: none;
	}
	
/* 20240305 */
.btn_archives {
  float: right;
  display: block;
  width: 260px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ec6d56;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
}
.btn_archives span::after {
  display: inline-block;
  content: '';
  margin-left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
}
	
}