@charset "UTF-8";
/* CSS Document */
.mm_text {
    margin: 0.5em 0 1.5em;
}

.view_timer {
	display: none;
}

/* GoogleMapの地図をレスポンシブに */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.flex01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1.5em;
	gap: 15px;
}
.flex01 img.coi {
	width: 100%;
	max-width: 400px;
}

.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;
}

.waku_gry01 {
    border:1px solid #ddd;
	padding: 4px 7px 3px;
}

.waku_orange01 {
	border: 1px solid #CCC;
	padding: 1px 15px 2px;
	width: 10em;
	text-align: center;
	margin-bottom: 3px;
	color: #1F68C0;
	font-weight: 500;
}

.waku_yellow01 {
	border: 1px solid #EACD19;
	background: #FFFFCC;
	padding: 15px 15px;
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
}
.waku_yellow01 p:first-of-type {
	font-size: 1.9rem;
	font-weight: bold;
}
.waku_yellow01 + p {
	font-size: 4rem;
	color: #EACD19;
	margin: 0.4em;
	text-align: center;
}
.waku_orange02,
.waku_orange02_1,
.waku_orange02_2 {
	border: 3px solid #ff681c;
	padding: 15px 15px 10px;
	margin-bottom: 3px;
}
.waku_orange02_1 {
	background-color: rgba(255,255,255,0.7);
}
.waku_orange02_2 {
	background-color: rgba(255,255,255,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;
}

/* 画像の回り込み */
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;
}

.f_right {
	float: right;
	margin-left: 8px;
}
.f_left {
	float: left;
	margin-right: 8px;
}

/*http://*hack.aipo.com/archives/1764/*/
.tooltip{
display:inline-block;
position:relative;
text-decoration:none;
}           
.tooltip:hover {
/*cursor: help;*/
}           

span.arrow_box {
	display: none;
	padding: 7px 5px;
	width: 200px;
	background: #FF4F14;
	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%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	margin-left: -7px;
	border-top: 7px solid;
	border-right: 7px solid;
	border-bottom: 7px solid #FF4F14;
	border-left: 7px solid;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #FF791B;
}

a.btn--blue {
	color: #fff;
	background-color: #4169e1;
  }

a.btn--blue:hover {
	color: #fff;
	background: #4169e1;
  }

a.btn-b,
a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 3rem;
  border-radius: 100vh;
	margin: 1em;
	display: inline-block;
}
a.btn-b i {
  margin-left: 1rem;
	font-size: 2.5rem;
}

a.btn-c i {
  margin-left: 1rem;
}

a.btn-d {
  position: relative;
	font-weight: 500;
	text-align: center;
	border-radius: 7px;
	text-decoration: none;
}
a.btn-d {
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem;
	min-width: 270px;
	display: block;
}


/* 演題ボタン */
a.btn_endai {
	margin: 15px;
	position: relative;
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	width: 250px;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: #EACD19;
	border-radius: 4px;
	border: 2px solid #F0DB5C;
}
a.btn_endai:hover {
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}


/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.mm_text {
			margin: 0.5em 0.5em 0 1em;
	}
	.waku_orange01 {
		margin-bottom: 5px;
	}
}

a.btn01,
.btn01_dis {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 2rem;
  text-shadow: 0px 0px 1px #402A30;
  box-shadow: 1px 1px 1px #F19DB4;
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid #F19DB4;
  background: #F19DB4;
  background: linear-gradient(to top, #F19DB4, #FFA6BE);
	display: inline-block;
}
a.btn01:hover {
  color: #FFFFFF !important;
  background: #FFA6BE;
  background: linear-gradient(to top, #FFA6BE, #FFBFC6);
	text-decoration: none;
}
.btn01_dis {
  background: #FFF;
	color: #F36937;
	text-decoration: none;
}

/* 動画を視聴するボタン */
a.btn03 {
	position: relative;
	display: inline-block;
	margin: 2px;
	padding: 0.5em 0.5em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #E96057;
	border: solid 1px #E64B41;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2);
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.tbl01c td a.btn03 {
	width: 100%;
	max-width: 130px;
}

a.btn03:hover {
  /*オンマウス*/
	background: #EC7870;
  border: solid 1px #EC7870;
  box-shadow: none;
  text-shadow: none;
}

a.btn_vote,
.btn_vote_dis {
  padding: 20px 70px 20px 30px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
	min-width: 5em;
	border: 2px solid #F36937;
	font-size: 2.6rem;
  background: #FFF;
  background: #F36937;
	color: #FFF;
}
a.btn_vote:hover {
  background: #FFF;
	color: #F36937;
	text-decoration: none;
}
a.btn_vote::after,
.btn_vote_dis::after {
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f772';
	font-size: 3.8rem;
}

.btn_vote_dis {
	border: 2px solid #9FA5AB;
  background: #9FA5AB;
	cursor: default;
}

a.btn_18 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	max-width: 300px;
	margin: auto;
	padding: 1rem;
	font-weight: 500;
	border-radius: 10px;
	color: #F389B0;
	border: 2px solid #F389B0;
	box-shadow: 2px 2px #F389B0;
	transition: 0.2s ease-in-out;
	font-size: 2rem;
	background: #FDF0F5;
}
a.btn_18:hover {
	box-shadow: none;
	transform: translate(2px, 2px);
	color: #F389B0;
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 767.98px) {
	a.btn03 {
		width: 100%;
		max-width: 230px;
	}
}