@charset "UTF-8";
/* ########### 「家計応援！選べる電子マネーギフトキャンペ一ン」  ########### */

/* ########### 760px以上 ########### */
@media print, screen and (min-width: 760px) {
  .width50 {
    width: 50%;
  }
  .width60 {
    width: 60%;
  }
  .sp {
    display: none;
  }
}
.main_section{
  font-family:'Noto Sans JP', 'Hiragino Sans';line-height: 1.625;
  font-feature-settings: "palt";letter-spacing: 0.03em;
}
.section-header{margin-bottom: 20px;position: relative;}
.cp-header{margin: 2em 0;padding-bottom: 1.5em; }
.cp-header h3{font-size: 22px;margin-bottom: 0.3em; font-weight: bold;color: #eb615a;}
.cp-header p{font-size: 16px;}

.cp-contents{color: #333333;margin: 2em 0;padding-bottom: 1.5em;}
.cp-contents h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 5px;
  background-color: #727171;
  border-radius: 5px;
  margin-bottom: 1.5em
}
.eligible-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
}
.eligible-products li {
  width: 300px;
  border: solid 2px #fdd23e;
  border-radius: 10px;
  text-align: center;
  padding: 0 35px 20px;
  box-sizing: border-box;
}
.eligible-products li img {
  width: 100%;
  height: auto;
  margin: 0 auto -10px;
}

.cp-contents dl{
  display: flex;
  margin-bottom: 15px;
}

.cp-contents dt{
  width: 95px;
  height: 28px;
  margin-right: 10px;
  background-color:#f18d00;
  border-radius: 14px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 1px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
}
.cp-contents dt.hidden{
  height: 1px;
  visibility: hidden;
}
.cp-contents dd{
  font-size: 16px;
  width:calc(100% - 115px);
}
.cp-contents figure{
  margin: 0;
}
.cp-contents .name{
  font-size: 17px;
  font-weight: bold;
  color: #3e3a39;
  height: 1.5em;
  padding-top: 0.9em;
  margin-bottom: 1.5em;
}
.cp-contents .name.line2{
  font-size: 17px;
  height: 2.5em;
  padding-top: 0;
}
.cp-contents .code{
  font-size: 16px;
  color: #4694d1;
}
.cp-contents .caption{
  font-size: 13px;
  color: #595757;
}
.cp-contents .date{
  color: #0099d9;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
.cp-contents .limit{
  font-size: 12.5px;
  letter-spacing: 0;
}
.cp-contents .blue{
  font-size: 16px;
  color: #0099d9;
}
.cta-btn{
  text-align: center;
  margin-bottom:60px;
}
.cta-btn a{
  color: #FFFFFF;
  background-color: #e60012;
  width: 210px;
  height: 50px;
  padding-top: 10px;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  border-radius: 50vw;
  margin: auto;
  transition: 0.2s;
}
.cta-btn a:hover{
  background-color: #d00012;
  text-decoration: none;
}
.installment {
  display: flex;
  gap: 6px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.installment.bdb {
  border-bottom: dotted 1px #727171;
  padding-bottom: 30px;
}
.installment-num {
  width: 114px;
  text-align: center;
}
.installment-con {
  width: 100%;
}
.installment-con p {
  font-size: 16px;
}
.installment-con p.em {
  color: #ea5550;
  font-size: 18px;
  font-weight: bold;
}
.installment-con p span {
  color: #ea5550;
}
.secretariat {
  background-color: #f5f1df;
  border-radius: 5px;
  padding: 20px 32px;
}
.secretariat h3 {
  font-size: 15px;
  font-weight: bold;
  color: #ea5550;
}
.secretariat p {
  font-size: 13px;
}
.secretariat a {
  color: #036eb8;
}

/* ########### 759px以下 ########### */
@media only screen and (max-width: 759px) {
  .eligible-products {
    flex-flow: column;
    gap: 20px;
  }
  .eligible-products li {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 6.66%;
  }
  .installment {
    flex-flow: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .installment-con {
    width: 100%;
  }
  .secretariat {
    padding: 20px;
  }
  .width100 img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  
  .cp-header h3{font-size: 20px;}
  .cp-header p{font-size: 15px;}
  
  .cp-contents dl{
    flex-flow: column;
  }
  .cp-contents dt{
    font-size: 15px;
    margin:0 auto 10px 0;
  }
  .cp-contents dd{
    width: 100%;
    font-size: 15px;
  }
  .cp-contents figure{
    float: none;
    text-align: center;
    margin:0 auto 10px;
  }
  .cp-contents .name{
    font-size: 16px;
  }
  .cp-contents .name.line2{
    font-size: 16px;
  }
  .cp-contents .code{
    font-size: 15px;
  }

}

