@charset "utf-8";
/* ------------------------------------
    /includes/webseminar-box.inc
------------------------------------ */

.webseminar-box,
.webseminar-box * {
  box-sizing: border-box;
}
.webseminar-box p {
  margin-bottom: 0.5em;
}
.webseminar-box {
  width: 90%;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px;
  border: 15px solid #f8ccbc;
  background: #fff;
  text-align: center;
}
.webseminar-box .sub-ttl {
  display: inline-block;
  position: relative;
  padding: 0 2em;
  font-size: 16px;
  line-height: 1.6;
}
.webseminar-box .sub-ttl::before,
.webseminar-box .sub-ttl::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.5em;
  background: #707070;
  content: '';
}
.webseminar-box .sub-ttl::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.webseminar-box .sub-ttl::after {
  right: 0.5em;
  transform: rotate(30deg);
}
.webseminar-box .webseminar-ttl {
  margin-bottom: 0.3em;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  color: #ea5520;
  font-size: 30px;
  line-height: 1.6;
}
.webseminar-box .webseminar-ttl span {
  font-size: 25px;
}
.webseminar-box .webseminar-lead {
  font-size: 16px;
}
.webseminar-box .webseminar-img img {
  width: 100%;
  max-width: 588px;
}
.webseminar-box .webseminar-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-top: 15px;
  padding: 0.8em 1.3em;
  background: linear-gradient(to right, rgba(218,93,52,1) 0%,rgba(227,71,103,1) 100%);
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.webseminar-box .webseminar-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
  content: '';
}
.webseminar-box .webseminar-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .webseminar-box {
    padding: 25px 3%;
    border-width: 10px;
  }
  .webseminar-box .sub-ttl {
    font-size: 14px;
  }
  .webseminar-box .webseminar-ttl {
    font-size: 25px;
  }
  .webseminar-box .webseminar-ttl span {
    display: block;
    font-size: 20px;
  }
  .webseminar-box .webseminar-lead {
    display: inline-block;
    font-size: 14px;
    text-align: left;
  }
  .webseminar-box .webseminar-btn {
    margin-top: 25px;
    padding: 1.2em 1.5em;
    font-size: 16px;
  }
}
