@charset "utf-8";
/* CSS Document */
.PRS_body{line-height: 1.4;}
.PRS_body p {margin: auto;}
.PRS_body>div:last-of-type{margin-bottom: 3em;}
p.PRS_txt{
  line-height: 1.75;
}
p.PRS_txt a{
  color: #000000;
}

.prs_spbr{display: inline-block;}

h1 {
  text-align: center;
  font-size: 1.5em;
  color: #ff6f06;
  line-height: 1.5;
  font-weight: bold;
  padding: 1em 0;
}
.prs_ttlT_mini01{
  display: inline-block;
  margin-bottom: clamp(0.5rem, -0.081rem + 2.16vw, 1rem);
  font-size: clamp(1rem, 0.8547rem + 0.5405vw, 1.125rem);
  color: rgba(3, 158, 255, 1);
}
.prs_ttlT_mini02{
  display: block;
  margin-top: clamp(0.5rem, -0.081rem + 2.16vw, 1rem);
  font-size: clamp(0.875rem, 0.5845rem + 1.0811vw, 1.125rem);
  color: #000;
}
.PRS_body h3 {
  font-size: 1.125em;
  color: forestgreen;
  font-weight: bold;
  margin-top: clamp(2rem, 0.838rem + 4.32vw, 3rem);
  margin-bottom: 0.5em;
  text-align: left;
}
figcaption{
  text-align: center;
  padding-top: 8px;
  font-size: 0.75em;
  color: #3b566e;
  line-height: 1.2;
}
.prs_intro>.PRS_txt span{
  font-size: 0.75em;
  color: #3b566e;
}

.prs_keyImg{
  /* max-width: 750px; */
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 0.338rem + 4.32vw, 2.5rem);
}


.prs_intro{
  display: block;
  width: fit-content;
  margin: 0 auto 1em;
}


.PRS_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 16px 1.5em;
  margin-top: clamp(0.75rem, -0.122rem + 3.24vw, 1.5rem);
}


/* テーブル */
.prs_tableList{
  margin-top: 1em;
  border: 1px solid #ddd;
}
.prs_tableList > div{
  display: flex;
}
.prs_tableList > div:not(:first-child){
  border-top: 1px solid #ddd;
}
.prs_tableList dt{
  flex: 0 0 23%;
  align-content: center;
  padding: 8px;
  color: forestgreen;
  font-weight: bold;
  white-space: nowrap;
  background-color: #e1fff0;
  border-right: 1px solid #ddd;
}
.prs_tableList dd{
  flex: 1;
  padding: 8px;
}


/* 企画のポイント */
.prs_pointList > div:not(:first-child){
  margin-top: clamp(0.75rem, 0.459rem + 1.08vw, 1rem);
}
.prs_pointList dt{
  position: relative;
  font-weight: bold;
}
.prs_pointList dt::after{
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}
.prs_pointList dd{
  margin-top: 8px;
}
.prs_pointList dt,
.prs_pointList dd{
  padding-left: 1rem; 
}


/* 日替わりプレゼントについて */
.prs_tableList dt.prs_tableList_present_ex{
  flex: 1;
  border-right: unset;
}
.prs_tableList dt.prs_tableList_present_bg{background-color: unset;}


/* 応募方法 */
.prs_formList li:not(:first-child){
  margin-top: 12px;
}
.prs_formList_kome{
  display: block;
  margin-top: 16px;
  font-size: 0.875rem;
  color: #3b566e;
}



@media screen and (min-width:801px){
  p.PRS_txt a:hover{
    text-decoration: none;
  }
}
@media screen and (max-width:800px){
  h1{font-size: 1.125rem;}
  .tss_presswrap{margin-bottom:100px;}
  .PRS_box p{
    line-height: 1.5;
  }
  .PRS_box{grid-template-columns: 1fr;}
}
@media screen and (max-width:640px){
  .prs_pcbr{display: none;}
  .prs_tableList > div{flex-direction: column;}
  .prs_tableList dt{border-right: unset;}

  .prs_tableList_present{border-top: unset;}
  .prs_tableList_present .prs_spnone{display: none;}
  .prs_tableList dt.prs_tableList_present_bg{background-color: #e1fff0;}
}



