@charset "utf-8";

.preset section {
  text-align: center;
}

.preset section>h2 {
  color: #1296bd;
  font-size: 1.5em;
  padding: 10px 20px;
  text-align: left;
}

.preset section section {
  background-color: #e3f5ff;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  border: 1px solid #fff;
}

.preset section h3 {
  background-color: #c7eafe;
  padding: 15px 20px 15px 80px;
  font-size: 1.4em;
  line-height: 2em;
  position: relative;
  border-radius: 10px 10px 0 0;
  text-shadow: 2px 1px 0 #fff, 1px 2px 0 #fff, -1px -2px 0 #fff, -2px -1px 0 #fff, 1px -2px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -1px 2px 0 #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  text-align: left;
}

.preset section h3 strong {
  color: #0657cc;
  font-size: 1.2em;
}

.preset section h3 strong b {
  font-size: 1.2em;
}

.preset section h3 strong .point {
  color: #fe7c26;
  font-size: 1.4em;
}

.preset section h3 img {
  max-width: 100%;
}

.preset section h3 i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background-color: #ff69ba;
  color: #fff;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  font-size: .9em;
  box-sizing: border-box;
  vertical-align: baseline;
  transform: rotate(-5deg);
  border: 2px solid #fff;
  box-shadow: 0 0 4px #ff69ba, 0 0 4px #ff69ba;
  text-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.preset section h3 i span {
  font-size: .7em;
  position: relative;
  top: 1px;
}

.preset section div {
  overflow: hidden;
  text-align: center;
}

.preset section div>p {
  text-align: left;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: -.3px;
}

.preset section div>p>b {
  color: #f33;
  font-size: 1.2em;
}

.preset section figure {
  padding: 20px;
}

.preset section div>a {
  display: inline-block;
  background-color: #fff;
  margin: 0 20px 20px;
}

.preset section div>a>img {
  border: none;
  opacity: 1;
  transition: opacity .15s linear;
  max-width: 100%;
}

.preset section div>a>img:hover {
  opacity: .8;
}

.registBtn {
  margin: 20px;
  display: inline-block;
  max-width: 95%;
  text-align: center;
  background-color: #259b1a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.registBtn span {
  display: block;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  background: #4fd819 url(../../common/img/filter_glass.png) center center;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  top: -3px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  border-radius: 8px;
  cursor: pointer;
  transition: top .15s linear;
}

.registBtn span:hover {
  top: -1px;
}

/* Amazon規約追記 */
.preset section div>small {
  text-align: left;
  display: block;
  font-size: 12px;
  padding: 0 20px 20px;
}


@media screen and (min-width: 500px) {
  .preset section figure {
    float: right;
  }

  .preset section.merit1 figure img {
    width: 100px;
  }
}