@charset "UTF-8";
.banner-box {
  padding: 15px 10px 5px 10px ;
     border: 3px solid #CFCFCF;
    border-radius: 10px;
    margin-bottom: 10px;
}
.banner-box .catchy {
  font-size: 150%;
  text-align: center;
  font-weight: 800;
  color: #FF830A;
  margin-bottom: 10px;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.flex-box-3 {
  display: flex;
  margin-bottom: 10px;
}
.box-item-0 {
  width: 100%;
  margin-bottom: 10px;
}
.box-item {
  width: 48%;
}
.box-item .aff-img {
  width: 100%;
}
.point-list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 110%;
  line-height: 140%;
  color: #FF0004;
  font-weight: 800;
}
.box-item .sub-catchy {
  font-size: 170%;
  font-weight: 800;
  color: blue;
  margin-bottom: 20px;
}
.flex-box-02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.box-item-02 {
  width: 70%;
}
.box-item-03 {
  width: 28%;
}
/* ------ ～768px ------ */
@media screen and (max-width: 768px) {
  .box-item .sub-catchy {
    font-size: 130%;
  }

  .banner-box .catchy {
    font-size: 120%;
  }
  .flex-box-02 {
    display: block;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .box-item-02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-item-03 {
    width: 100%;
  }
  #contaner .btn_05 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: auto;
    padding: 10px 10px 7px 10px;
    font-weight: bold;
    border-radius: 3px;
    border-bottom: 7px solid #9A5F14;
    background: #FF7600;
    color: #fff;
    font-size: 130%;
  }
  #contaner .countdown-box {
    font-size: 90%;
    padding: 5px;
  }
  #contaner a.btn_05:hover {
    margin-top: 6px;
    border-bottom: 1px solid #9A5F14;
    color: #fff;
  }
  .box-item .point-list {
    font-size: 80%;
    line-height: 100%;
  }
}
.countdown-box {
  border-radius: 5px;
  border: #03398C;
  border-style: solid;
  padding: 10px;
  text-align: center;
  background: #2476B9;
  color: #FFFFFF;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
a.btn_05 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: auto;
  margin: auto;
  padding: 5px;
  font-weight: bold;
  border-radius: 3px;
  border-bottom: 7px solid #9A5F14;
  background: #FF7600;
  color: #fff;
  font-size: 90%;
}
a.btn_05:hover {
  margin-top: 6px;
  border-bottom: 1px solid #9A5F14;
  color: #fff;
}
.point-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2em 0;
  padding: 20px 10px 10px 10px;
  border: solid 3px #95ccff;
  border-radius: 5px;
  position: relative;
}
.point-block-item-02 {
  width: 30%;
}
.point-block-item-02 img {
  height: auto;
  width: 100%;
}
.point-block-item-03 {
  width: 65%;
}
.point-block .point-block-title {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.point-block .title {
  font-size: 120%;
  line-height: 140%;
  font-weight: 800;
}
.point-block p {
  margin: 0;
  padding: 0;
}