@charset "utf-8";
@media screen and (min-width: 640px){
/* 20190625追加部分 */

/* セミナータイトル部分装飾 */
.semiTitle{
	padding-right: 3%; font-weight:bold; color: #66cc99;
	background:linear-gradient(transparent 70%, #fff799 60%);
	border-radius:5px;
	text-shadow: 2px 2px #fff;
}


/* 展示予定製品設定 */
/*----------------------------------------------------*/
h5{
    color: #8CD98C;
    font-size: 21px;
    font-weight: bold;
}

#semiTenji{
	padding: 20px 0;
    background-color: #E8F2F9;
    margin: 0 0 20px 0;
}
#semiTenji .semiTenjiTitle{
	margin-bottom	:	10px;
	font-size	:	22px;
	color	:	#1B80C5;
}
#semiTenji .semiTenjiDl{
	width	:	28%;
	height: 200px;
	padding	:	15px;
	margin-left	:	13px;
	background-color	:	#fdfeff;
	float	:	left;
	border-radius	:	8px;
	-moz-border-radius	:	8px;
	-webkit-border-radius	:	8px;
	-ms-border-radius	:	8px;
}
#semiTenji .semiTenjiDl:first-child{
	margin-left	:	10px;
}
#semiTenji .semiTenjiDl dt{
	margin-bottom	:	10px;
	font-size	:	18px;
	font-weight	:	bold;
}
#semiTenji .semiTenjiDl dt.mb34{
	margin-bottom : 34px;
}

#semiTenji .semiTenjiDl dd .left{
	width	:	120px;
	float	:	left;
}
#semiTenji .semiTenjiDl dd .right{
	width	:	100px;
	float	:	right;
}
#semiTenji .semiTenjiDl dd .left p{
	margin-bottom	:	15px;
}

#semiTenji .semiTenjiDl a:hover{
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;
}

/* お問い合わせボタン */
.tableTop{
	vertical-align: top;
}

.toiawaseBtn a:hover{
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;
}

/*
.toiawaseBtn{
	  display: block;
	position: relative;
	background-color: #8CD98C;
	padding: 20px;
	border-radius: 4px;
	max-width: 20%;
}

.toiawaseBtn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

.toiawaseBtn_deco{
	position: relative;
	display: inline-block;
	padding: 1em 3em;
	text-decoration: none;
	color: #FFF;
	background: #66cc99;/*色*/
	border: solid 1px #55a57b;/*線色*/
	border-radius: 15px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
 margin-bottom: 10px;
}
a.toiawaseBtn_deco{
	color: #fff;
}

div.mg_tu20{
	margin: 20px 0;
	font-size: 14px;
}

/* PC表示の時消す */
.sp_only{
	display: none;
}

/* 20210705追加分 ここまで */
.teacher_c{
margin: 1em 0 1em 2.5em;
font-size:13px;
}
.mg_l20{
	margin-left: 20px;
}
/* 20210705追加分 ここまで */

}/* media */
