@charset "utf-8";
/* CSS Document */
.marker-blue {
  background: linear-gradient(transparent 70%, #92ABD2 0%);
}
.marker-blue {
  background: -mozlinear-linear-gradient(transparent 70%, #92ABD2 0%);
}
/*--------------------------------------------------------------------------
   登壇者エリア
---------------------------------------------------------------------------*/
.card-group {
  /*margin-left: auto;
margin-right: auto;*/
  max-width: 940px;
  /*width: 90%;*/
  height: auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.card-group > :nth-child(n+1) {
  margin-right: 10px;
}
.card {
  width: 180px;
  height: auto;
  /*overflow: hidden;*/
}
.card_imgframe {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.card_textbox {
  width: 100%;
  height: auto;
  padding: 10px 5px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.card_txt_speaker {
  font-size: 16px;
  font-weight: bold;
  line-height: 125%;
}
.card_txt_overview {
  font-size: 12px;
  line-height: 150%;
  margin-top: 8px;
}
/*--------------------------------------------------------------------------
   セミナー内容table
---------------------------------------------------------------------------*/
/*.t_bg_01{
  background-color: #bdd9ea;
}*/

/*--------------------------------------------------------------------------
   完了画面text_line
---------------------------------------------------------------------------*/
.under_line {
  border-bottom: solid 2px #c70807;
}

.bnr-bottom {
  position: fixed;
  right: 0;
  bottom: 53px;
}

/*--------------------------------------------------------------------------
   お申し込みページ内リンク
---------------------------------------------------------------------------*/

.bnr-bottom a {
  -webkit-writing-mode:verticl-rl;/*chrome safari対応*/
  -ms-writing-mode:tb-rl;/*IE対応*/
  writing-mode:vertical-rl;
  vertical-align:bottom;
  color:#fff;
  background-color:#ed6a3a;
  font-size: 1.3rem;
  width:61px;
  height:280px;
  display:flex;
  align-items: center;
  justify-content:center;
}

.bnr-bottom a::before {
  content:"";
  display:inline-block;
  width: 25px;
  height: 25px;
  background: url(/common/img/bn_cmn_apply.png);
  background-repeat:no-repeat;
  background-size: contain;
  padding-bottom: 8px;
}

.bnr-bottom a:hover {
  opacity: 0.9;
}


@media (max-width: 768px) {
	.ttl-soft01 {
		font-size:80%;
	}
	.ttl-soft02 {
		font-size:120%;
	}
	.big-catch {
		margin-bottom:30px;
		font-size:180%;
	}
	.grid6_double {
		width:100%;
		margin-left:0;
		padding-bottom:20px;
	}
	.grid6_double .bg-blue {
		margin-top:30px;
	}
	.grid6_double .btn_detail {
		margin-top:10px;
		position:static;
	}
	.grid6_double .m-l45 {
		margin-left:0;
	}
   /*-----------資料請求ボタン------------------*/
  .bnr-bottom {
		right: 61px;
		bottom: 0;
		opacity:0.9;
	}
	.bnr-bottom a {
		writing-mode:horizontal-tb;
		-webkit-writing-mode:horizontal-tb;/*chrome safari対応*/
		-ms-writing-mode:lr-tb;/*IE対応*/
		font-size: 1.1rem;
		height:53px;
		width:259px;
	}
	.bnr-bottom a::before {
		padding-bottom: 0;
		padding-right: 8px;
}
  /*--------資料請求ボタン-----------------*/
}
