@charset "UTF-8";

/*
	カスタマイズ用クラス

	自由にCSSを設定してください。
	
	※このCSSで定義したクラスは、CMS管理画面でのページ編集においても利用できます。
	※編集後はブラウザリロードしてください。
*/

#Title{
  font-size:35px;
}
/*カルーセル部分*/
.blandtitle{
  text-align: center;
  line-height: 1.4;
}
.FeaturedPrizes{
  text-align:left;
  line-height: 18px;
}
.PrizesLink a{
  text-decoration:none;
}


.modal{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:9999;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  width:575px;/*60%*/
  line-height: normal;
  border-radius:15px;
}

.subject{
  margin:20px;
}

.title{
  margin:10px;
  font-size:15px;
}

.inn{
  margin:10px;
  text-align:left;
}

.obelisk{
  margin:30px 10px;
  text-align:left;
}

#InnLink{
  font-weight:bold;
}

.buttons-container{
  /*display: flex;*/
  /*justify-content: center;*/
  margin: 20px auto;
  width:150px;
  height:auto;
}

.button{
  cursor: pointer;
  padding: 15px;
  margin: 40px auto 20px auto;
  text-align: center;
  letter-spacing:5px;
  font-size:15px;
  font-weight:900;
}

.agree-button{
  border: 1px solid #34B7C5;
  background: #34B7C5;
  border-radius:15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
 
}

.disagree-button{
  border-bottom: 1px solid #000;
  margin-top:0px;
}

#TermsLink{
  text-decoration:underline;
  
}
.otherprizes{
  padding:0;
  font-size:20px;
  line-height:1.8;
}
@media screen and (max-width:760px) {
#Title{
   font-size:25px;
}
}