@charset "utf-8";
/*-----------------------------------------------------
	style-event-template.css
	独自のスタイル
------------------------------------------------------*/
/*イベント詳細ページ*/
section#secTitle div.mainVisual h1 {
  margin: 0;
  padding: 0;
}
section#secCheckArea dl.hope {
  margin-left: 20px;
}
section#secCheckArea dl.hope dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h5.h5Point {
  font-size: 1.8rem;
  font-weight: bold;
  background:linear-gradient(transparent 70%, #ff6 30%);
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 15px;
}
h5.h5Point::before {
  content: url("../images/event/informationgame/point.png"); 
}


/*PC画面調整*/
@media (max-width: 1700px) {
}

@media (max-width: 1024px) {
}


@media (max-width: 768px) {
	
}
@media (max-width: 575px) {
  section#secCheckArea dl.hope {
    margin-left: 0;
  }
}






/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/



