@charset "utf-8";
/* CSS Document */
.comingsoon {
  text-align: center;
  margin-top: 40px;
}
h3.comingsoon-title {
  font-size: 3em;
  font-weight: bold;
  font-style: italic;
  color: #ff0000;
}
p.comingsoon-txt {
  font-size: 1.5em;
}
@media screen and (max-width:640px) {
  h3.comingsoon-title {
    line-height: 1em;
  }
}
.flex_outer {
  display: flex;
}
.flex_inner_left {
  width: 1.5em;
}
.flex_inner_left:after {
  content: " ";
}
.flex_inner_right {
  width: auto;
}
.questions_btn a {
  display: block;
  width: 800px;
  max-width: 100%;
  height: 120px;
  margin: 0 auto;
  background: url("../../../../img/etc/drawari/2021_winter_pass/present/questions_btn_off.png") center center no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.questions_btn a:hover {
  background: url("../../../../img/etc/drawari/2021_winter_pass/present/questions_btn_on.png") center center no-repeat;
  background-size: 100%;
}
.l-container .shisetsu-bango {
  margin-right: 0.5em;
}
.l-container .present-name {
	text-indent: -20px;
	padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: orange;
}
.l-container .shisetsu {
	font-size: 20px;
}