/* CSS Document */
#cotents {
  margin: 0 17px;
}
/* キャッチコピー上部 */
#lead {
  width: 990px;
  padding: 80px 15px 5px 15px;
  color: #000;
  line-height: 1.5em;
  margin: 10px auto 0;
}
#lead strong {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #cb2125;
  display: block;
  padding: 10px 0 5px 0;
}
#lead h2 {
  background: none !important;
  margin: 0;
  display: none;
}
/*#catchTop p{ width: 80%;}*/

/* キャッチコピー下部 */
#shimekiri {
  background: url(../image/catch_bottom.jpg) no-repeat bottom left;
  width: 1000px;
  padding: 0 15px 40px 15px;
  font-size: medium;
  color: #cb2125;
  line-height: 1.5em;
  margin: 0 auto;
  font-weight: bold;
}

.present-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.present {
  width: 47%; /*250*/
  /*	background: #c5d3db;*/
  border: solid #c90 3px;
  border-radius: 8px;
  padding: 10px;
  margin: 15px;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}

.present h2 {
  font-size: 125%;
  /* font-size: 1em; */
  font-weight: normal;
  /* padding: 0.5em 0; */
  display: flex;
  align-items: center;
}

.present div.gift {
  font-size: 118%;
  line-height: 1.5;
  text-align: center;
  background-color: #fff8dd;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.present div.num {
  font-size: 120%;
  text-align: right;
}

.present div.num span {
  color: #f00;
}

.present p {
  line-height: 1.5;
}

.present a {
  font-size: 12px;
  margin: 0.5em 0 0 0;
  padding: 0.2em 0.2em 0.2em 1.5em;
  background: url(../image/blue.gif) no-repeat 0.5em 0.5em;
}

.present p.present__link {
  padding-top: 10px;
  margin-top: auto;
}

.present .icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.icon span {
  display: none;
}
.icon.icon_a {
  background: url(../image/icon_a.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_b {
  background: url(../image/icon_b.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_c {
  background: url(../image/icon_c.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_d {
  background: url(../image/icon_d.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_e {
  background: url(../image/icon_e.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_f {
  background: url(../image/icon_f.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_g {
  background: url(../image/icon_g.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_h {
  background: url(../image/icon_h.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_i {
  background: url(../image/icon_i.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_j {
  background: url(../image/icon_j.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.icon.icon_k {
  background: url(../image/icon_k.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
.imgCenter {
  width: auto;
  margin: 5px auto;
  text-align: center;
}

.imgCenter img {
  margin: 0 auto;
}

.oubo {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0.5em 0 2em;
}

.oubo p {
  margin: 10px;
  text-align: center;
}

.oubo a {
  display: block;
  width: 238px;
  height: 52px;
  margin: 10px auto;
}

.oubo a:hover {
  top: 1px;
  left: 1px;
  position: relative;
}

#notes {
  width: 1000px;
  margin: 0 auto;
  border: #003399 solid 1px;
  background: #ebf1fe;
  padding: 10px;
  margin-bottom: 50px;
}

/**
 * 1080
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width: 1080px) {
  #cotents {
    margin: 0;
  }
  #lead,
  #shimekiri,
  .present-area,
  #notes,
  h1 img {
    width: 95%;
  }
  #lead,
  #shimekiri {
    background-size: contain;
  }
  #shimekiri {
    padding: 0 15px 75px 15px;
  }
  .present {
    margin: 15px 10px;
  }
  /* .cont-1,
  .pre-2 {
    min-height: 650px;
  }
  .pre-3,
  .pre-4 {
    min-height: 780px;
  } */
}

/**
 * 767
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width: 767px) {
  #lead {
    padding: 25px 15px 5px 15px;
  }
  #lead strong {
    letter-spacing: 0.2em;
    margin: 15px 0;
  }
  #shimekiri {
    padding: 0 15px 20px 15px;
  }
  .present {
    width: 100%;
  }
  .present p.present__link {
    margin-top: 0;
  }
}
