
body, p, ul, ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
h1, h2 { font-weight: 400; }
.img-top {
  position: relative;
  width: 100%;
}
.img-top > div { height: 100%; }
.img-top > div > span {
  position: absolute;
  top: 50%;
  left: 35%;
  width:40%;
  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;
  margin: 10px 0;
}
h1 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 20px;
}
.seminar-time { font-size: 18px; }
.img-top > div > span { text-shadow: 0 0 5px #025fea; }
.sec-1 {
  width: 90%;
  margin: 50px auto 100px;
  word-wrap: break-word;
}
.sec-1 p { margin: 0; }
.sec-2 { text-align: center; }
.sec-2 ul > li {
  height:auto;
  border:1px solid #e9e9e9;
  margin: 0 0 10px;
  text-align: left;
}
.sec-2 ul > li > p {
  text-align: left;
  padding: 10px 0 10px 10px;
  width: 100% - 10px;
  background-color: #e9e9e9;
}
.sec-2 ul > li > div {
  background: url("img_bg.png") no-repeat right top;
  padding: 20px;
}
.sec-2 ul > li > div > div {
  text-align: left;
  vertical-align: top;
  padding: 10px 0px;
  display: inline-block;
}
.sec-2 ul > li > div > div > p img { border-radius: 50%; }
.sec-2 ul > li > div > div > p {
  font-size: 12px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}
h2 {
  display: inline-block;
  border-bottom: 4px solid #fd0909;
  padding-bottom: 10px;
  margin: 0px auto 50px;
}
h3 {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  border-left: 5px solid #fd0909;
  font-size: 22px;
}
.sec-2 ul > li > div:nth-of-type(2) > p:nth-of-type(2) { line-height: 25px; }
.sec-btn {
  text-align: center;
  margin: 100px auto;
}
.sec-btn > div > button {
  /*cursor: default;*/
  width: 500px;
  height: 60px;
  background: gainsboro;
  /*background: -webkit-linear-gradient(top, #ff6666, #fd0909);*/
  /*background: linear-gradient(to bottom, #ff6666, #fd0909);*/
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
}
/*.sec-btn > div > button:hover {
  opacity: 0.6;
}*/
.content-wrapper ul li {
  list-style: none;
}
/*=============================== ここからPC===============================*/
@media all and (min-width: 1024px) {
  .content-wrapper {
    margin: 0 auto;
    width: 1000px;
  }
  h1 span {
    margin: 0;
    font-size: 18px;
    padding: 25px 0px;
  }
  .sec-2 ul > li > div > div > p img {
    width: 120px;
    height: 120px;
  }
  .sec-2 ul > li > div > div > p:nth-of-type(2) { padding: 20px 10px 0; }
}
/*=============================== ここまでPC===============================*/
/*=============================== ここからタブレット===============================*/
@media all and (min-width: 481px) and (max-width: 1023px) {
  .img-top { max-height: 372px; }
  .img-top img { display: none; }
  .img-top > div {
    height: 314px;
    background: url("img_top_tb.jpg") center center / cover no-repeat;
  }
  .img-top > div > span {
    -webkit-transform: translate(-50%, -50%);
    word-break : break-all;
    left: 50%;
    width: 90%;
    text-align: center;
  }
  .img-top > div > span > h1 {
    font-size: 22px;
    text-shadow: 0 0 5px #025fea;
  }
  h1 span {
    margin: 0;
    font-size: 18px;
    padding: 25px 0px;
  }
  .img-top > div > span > p {
    font-size: 16px;
    text-shadow: 0 0 5px #025fea;
  }
  .content-wrapper {
    margin: 0 auto;
    width: 95%;
  }
  .sec-2 ul > li > div > div {
    width: 49%;
  }
  .sec-2 ul > li > div > div > p img {
    width: 100px;
    height: 100px;
  }
  .sec-2 ul > li > div > div > p:nth-of-type(2) { padding: 10px 10px 0; }
  .sec-btn > div > button { width: 90%; }
}
/*=============================== ここまでタブレット===============================*/
/*=============================== ここからスマホ===============================*/
@media all and (max-width: 480px) {
  .img-top img { display: none; }
  .img-top > div {
    height: 547px;
    background: url("img_top_sp.jpg") center center / cover no-repeat;
  }
  .img-top > div > span {
    -webkit-transform: translate(-50%, -50%);
    word-break : break-all;
    left: 50%;
    width: 90%;
    text-align: center;
  }
  .img-top > div > span > h1 {
    font-size: 22px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #025fea;
  }
  h1 span { font-size: 16px; }
  .img-top > div span > p {
    font-size: 16px;
    text-shadow: 0px 0px 5px #025fea;
  }
  .content-wrapper {
    margin: 0 auto;
    width: 95%;
  }
  h2 { font-size: 16px; }
  .sec-1 p, .sec-2 ul > li > div > p { font-size: 14px; }
  .sec-2 ul > li > div > p {
    text-align: left;
    padding-bottom: 10px;
  }
  .sec-2 ul > li > div > div > p img {
    width: 150px;
    height: 150px;
  }
  h3 {
    font-size: 16px;
    padding-left: 12px;
  }
  .sec-2 ul > li > div {
    text-align: center;
  }
  .sec-2 ul > li > div > div p {
    display: block;
    text-align: center;
  }
  .sec-btn > div > button { width: 90%; }
  .brnone {
    display: none;
  }
  .tx-bottom { font-size: 14px; }
}

/*=============================== ここまでスマホ===============================*/
