.img-top {
  position: relative;
  width: 100%;
}
.img-top > div {
  height: 100%;
  /*background: url("top_new.jpg") center center / cover no-repeat;*/
}
.img-top > div > span {
  position: absolute;
  top: 50%;
  left: 25%;
  width:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  word-break : break-all;
  color: #ffffff;
}
.img-top > div > span > p {
  line-height: 30px;
  font-size: 30px;
  padding-top: 15px;
}
.img-top > div > span > h2 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
}
.img-top > div > span > h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0px;
}

.content-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.seminar-time { font-size: 18px; }
.sec-1 {
  width: 90%;
  margin: 50px auto 100px;
  word-wrap: break-word;
}
.sec-1 p { margin: 0; }
.sec-2 { text-align: center; }
.sec-2 h2 {
  display: inline-block;
  border-bottom: 4px solid #fa4616;
  padding-bottom: 10px;
  margin: 0px auto 50px;
}
.sec-2 ul > li {
  height:auto;
  border:1px solid #015eea;
  border-radius: 10px;
  margin: 0px 0px 50px 0px;
  background: url("img_sec2_bg.png") no-repeat left top / 62% auto;
}
.sec-2 ul > li > div { display: inline-block; }
.sec-2 ul > li > div:nth-of-type(1) {
  width: 20%;
  padding: 25px 35px 15px 0px;
}
.sec-2 ul > li > div:nth-of-type(1) > img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.sec-2 ul > li > div:nth-of-type(1) > p {
  font-size: 12px;
  word-break: break-all;
  padding-top: 10px;
}
.sec-2 ul > li > div:nth-of-type(2) {
  width: 70%;
  text-align: left;
  vertical-align: top;
  padding: 25px 0px;
}
.sec-2 ul > li > div:nth-of-type(2) > h2 {
  border: 0;
  margin: 20px 0px;
  border-left: 5px solid #fa4616;
  padding: 2px 2px 2px 20px;
}
.sec-2 ul > li:nth-of-type(3) > div {
  width: 94%;
  text-align: left;
  height: 110px;
  padding: 15px 0px 60px;
}
.sec-2 ul > li:nth-of-type(3) > div > h2 {
  border: 0;
  margin: 20px 0px;
  border-left: 5px solid #fa4616;
  padding: 2px 2px 2px 20px;
}
.sec-2 ul > li > div:nth-of-type(2) > p:nth-of-type(1) { text-align: right; }
.sec-2 ul > li > div:nth-of-type(2) > p:nth-of-type(2) { line-height: 25px; }
.sec-2 ul > li:nth-of-type(3) > div > p {
  text-align: right;
  font-size: 16px;
}
.sec-btn {
  text-align: center;
  margin: 100px auto;
}
.sec-btn > div > button {
  cursor: default;
  width: 500px;
  height: 60px;
  /*background: -moz-linear-gradient(top, #fa4616, #f28c29);
  background: -webkit-linear-gradient(top, #fa4616, #f28c29);
  background: linear-gradient(to bottom, #fa4616, #f28c29);*/
  background: gainsboro;
  border: 0;
  border-radius: 10px;
}
.sec-btn > div > button:hover {
  opacity: 1;
}
/*=============================== ここからタブレット===============================*/
@media all and (min-width: 481px) and (max-width: 1023px) {

  .img-top { max-height: 372px; }
  .img-top img { display: none; }
  .img-top > div {
    height: 372px;
    background:
    url("img_right_6.svg") no-repeat right top / 56% auto,
    url("arr.svg") no-repeat right bottom / 30% auto,
    url("img_top_left.svg") no-repeat left bottom / 38% auto,
    linear-gradient( to top, #015eea, #018df2, #00c0fa );
    border-bottom: solid 4px #fa4616;
  }
  .img-top > div > span {
    -webkit-transform: translate(-50%, -50%);
    word-break : break-all;
    left: 50%;
    width: 90%;
    text-align: center;
  }
  .img-top > div > span > h4 { text-shadow: 0 0 5px #025fea; }
  .img-top > div > span > h2 {
    font-size: 22px;
    text-shadow: 0 0 5px #025fea;
  }
  .img-top > div > span > p {
    font-size: 16px;
    text-shadow: 0 0 5px #025fea;
  }
  .sec-2 ul > li { background: url("img_sec2_bg.png") no-repeat left top / 100% auto; }
  .sec-2 ul > li > div:nth-of-type(1) {
    width: 100%;
    padding: 30px 0px;
    display: block;
  }
  .sec-2 ul > li > div:nth-of-type(2) {
    width: 90%;
    margin-bottom: 20px;
    padding: 0;
  }
  .sec-2 ul > li:nth-of-type(3) > div {
    width: 90%;
    padding: 10px 0px 55px 37px;
  }
  .sec-2 ul > li > div:nth-of-type(2) > p:nth-of-type(1), .sec-2 ul > li:nth-of-type(3) > div > p { text-align: left; }
  .sec-btn > div > button { width: 90%; }

}
/*=============================== ここまでタブレット===============================*/
/*=============================== ここからスマホ===============================*/
@media all and (max-width: 480px) {
  .img-top img { display: none; }
  .img-top > div {
    height: 605px;
    background:
    url(img_right_6.svg) no-repeat right top / 70% auto,
    url(arr.svg) no-repeat right bottom / 50% auto,
    url(img_top_left.svg) no-repeat left top / 51% auto,
    linear-gradient( to top, #015eea, #018df2, #00c0fa );
    border-bottom: solid 4px #fa4616;
  }
  .img-top > div > span {
    -webkit-transform: translate(-50%, -50%);
    word-break : break-all;
    left: 50%;
    width: 90%;
    text-align: center;
  }
  .img-top > div > span > h2 {
    font-size: 22px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #025fea;
  }
  /*.sec-top > div > p { margin-top: 20px; }*/
  .img-top > div span > p {
    font-size: 16px;
    text-shadow: 0px 0px 5px #025fea;
  }
  .img-top > div > span > h4 {
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 30px 0px;
    text-shadow: 0 0 5px #025fea;
  }
  .sec-2 ul > li { background: url("img_sec2_bg.png") no-repeat left top / 100% auto; }
  .sec-2 ul > li > div:nth-of-type(1) {
    width: 100%;
    padding: 30px 0px;
    display: block;
  }
  .sec-2 ul > li > div:nth-of-type(2) {
    width: 90%;
    margin-bottom: 30px;
    padding: 0;
  }
  .sec-2 ul > li > div:nth-of-type(1) > p { padding-top: 20px; }
  .sec-2 ul > li > div:nth-of-type(2) > p:nth-of-type(1) { text-align: left; }
  .sec-2 ul > li:nth-of-type(3) > div > p {
    text-align: left;
    font-size: 14px;
  }
  .sec-btn > div > button { width: 90%; }
  .sec-2 ul > li:nth-of-type(3) > div {
    width: 90%;
    padding: 5px 18px 35px;
  }
}
/*=============================== ここまでスマホ===============================*/