@charset "UTF-8";
/* CSS Document */
.mm_btm05 {
	margin-bottom: 05px;
}
.mm_btm10 {
	margin-bottom: 10px;
}
.mm_btm15 {
	margin-bottom: 15px;
}
.mm_btm20 {
	margin-bottom: 20px;
}
.mm_btm30 {
	margin-bottom: 30px;
}
.mm_top05 {
	margin-top: 5px;
}
.mm_top10 {
	margin-top: 10px;
}
.mm_top20 {
	margin-top: 20px;
}
.mm_left10 {
	margin-left: 10px;
}

.mm_left20 {
	margin-left: 20px;
}
.mm_right10 {
	margin-right: 10px;
}

.waku01 {
    margin: 10px 10px 15px;
}

.waku_gry01 {
    border:1px solid #ccc;
	padding: 4px 7px 3px;
}

.waku_gry02 {
    border:2px solid #ccc;
	padding: 4px 7px 3px;
	background: #F0F0F0;
}

.waku_gry03 {
    border:1px solid #666;
	padding: 10px;
}

.waku_gry04 {
    border-top:1px solid #CCC;
	background: #F0F0F0;
	padding: 10px;
}

.waku_blue01 {
	border: 3px double #B0CCDD;
	padding: 4px 7px 3px;
}

.waku_blue02 {
	background-color: #D6E2F0;
	padding: 3px 8px 2px;
}

.waku_blue01a {
	border: 3px double #B0CCDD;
	padding: 15px 30px 14px;
	background: #FFF;
	line-height:2em;
}

.waku_yellow01 {
	padding: 10px 10px 9px;
	background: #FCE7BA;
}

.waku_pink01 {
	border: 2px solid #F9D1E3;
	background-color: #FFF;
	padding: 10px 14px 9px;
}

.waku_red01 {
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px 5px 0px;
	font-size: 80%;
	font-weight: normal;
	color: #000;
	vertical-align: 1px;
}

.abst_poster img {
    width: 100%;
    height: auto;
    max-width: 800px;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 9px 0 8px;
    text-decoration: none;
    color: #FFF;
    background: #FF7C03;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
    width: 195px;
    min-width: 180px;
    margin-top: 10px;
}
.square_btn:hover {/*ボタンを押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.50);
    background: #FF8B21;/*色*/
}

.tooltip {
display:inline-block;
position:relative;
text-decoration:none;
}           

.box22 {
    padding: 0.2em 2em;
    background: #A7B0B1;
    border-radius: 30px;
    color: #FFF;
    line-height: 1;
}

.shadow {
	-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;
}
/* タイトル付　枠（影）1　*/
.kakomi-box12 {
	position: relative;
	margin: 1.0em auto;
	padding: 1.0em;
	width: 100%;
	color: #555555; /* 文字色 */
	font-size: 1.3rem;
	background-color: #fff;
	border: 2px solid #8FBC8F; /* 枠線の太さ・色 */
	box-shadow: 2px 2px 1px #ccc;/* 影の色 */
   }
   .title-box12 {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-size: 1.75rem;
	font-weight: bold;
	background-color: #e7ece2;/* タイトル背景色 */
	color: #447B3A; /* タイトル文字色 */
   }

/* 画像の回り込み */
div.imagebox_left {
	float: left;
	padding: 0 5px 5px 5px;
}

.imagebox_left span {
	display: block;
	font-size: x-small;
	text-align: center;
}

div.imagebox_right {
	float: right;
	padding: 0 5px 5px 5px;
}

.imagebox_right span{
	display: block;
	font-size: x-small;
	line-height: 140%;
	padding-top: 5px;
	text-align: center;
}
div.clear{
	clear: both;
}

.f_right {
	float: right;
	margin-left: 8px;
}
.f_left {
	float: left;
	margin-right: 8px;
}

/* 写真フレーム */
.frame01,
.frame01a {
	display: inline-block;
	position: relative;
	box-shadow: 0 2px 6px #999;
	padding: 6px;
}
.frame01 {
	margin-left: 60px;
}
.frame01a {
	margin-left: 10px;
}
.frame01a img {
	border-radius: 5px;
}
.frame01:after,
.frame01a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#abst_reg_txt div { position: relative; }

span.arrow_box {
	display: none;
	padding: 7px 5px;
	width: 200px;
	background: #F16084;
	color: #fff;
	z-index: 10;
	/* 以下追加 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.tooltip:hover span.arrow_box {
display:inline;
position:absolute;
top:25px;
left:-100px;
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #F16084;
	border-width: 7px;
	margin-left: -7px;
}

/* 外部リンク */
a.btn_link01 {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.3em;
  font-weight: bold;
	font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #2E62A7;
  -webkit-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 16px 40px 14px 40px;
	margin: 0.5em 0;
	transition : 0.5s;
}

a.btn_link01:hover {
  color: #FFFFFF;
  background-color: #5B8ED1;
  -webkit-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
}

a.btn_link01 i {
	padding-left: 0.3em;
	font-size: 2.6rem;
	vertical-align: middle;
}

/* Googleマップ */
.google_map {
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}
.google_map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.pgm_flex01 {
	align-items: baseline;
	display: flex;
	justify-content: flex-start;
	border-top: 1px dashed #ccc;
	padding-top: 1.2rem;
}
.pgm_flex01 ul {
	padding: 0;
}

.pgm_date {
	border-bottom: 1px solid #C8D4BD;
	border-image: linear-gradient(to left, #FFF 0%, #C8D4BD 100%);
  border-image-slice: 1;
	padding: 0 1em 0.2em;
	margin: 0 0 1em;
	text-align: right;
}
.pgm_date span {
	position: relative;
	padding-left: 1.8em;
}
.pgm_date span::before {
	color: #C8D4BD;
	font-size: 1.8rem;
	margin-right: 0.7em;
	position: absolute;
	content: "\f073";
	font-family: "Font Awesome 5 Free";
  font-weight: 400;
	left: 2px;
	top: -3px;
}
.speaker-name {
	display: flex;
}
.speaker {
	font-weight: 700;
	width: 85px;
	margin-left: 25px;
	letter-spacing: 1.5em;
	margin-bottom: 0;
}
.speaker2 {
	font-weight: 700;
	width: 110px;
	margin-bottom: 0;
}

.spns_flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 15px;
	margin-top: 1em;
	line-height: 1.8em;
}
.spns_flex01 > div.spnsr {
	width: 45%;
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	.pgm_flex01 {
		flex-direction: column;
	}
	.speaker {
		width: 110px;
		margin-left: 0;
		letter-spacing: 1em;
	}
	.spns_flex01 > div.spnsr {
		width: 100%;
	}
}
