body {
  -webkit-text-size-adjust: 100%;
}

a img:hover {
  opacity: 0.7;
}

p {
  line-height: 1.5;
}

#wrapper {
  color: #333;
  font-family: 'イワタ新ゴシック', '小塚ゴシック Pro', 'sans-serif';
  font-size: 16px;
}

main {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(227, 227, 227) 0,
    rgb(255, 255, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(227, 227, 227) 0,
    rgb(255, 255, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(227, 227, 227) 0,
    rgb(255, 255, 255) 100%
  );
  font-size: 0;
  width: 100%;
}

main h1 {
  margin: 0 auto;
  width: 1000px;
}

.title {
  background: #009380;
  font-weight: bold;
  position: relative;
  width: 100%;
}

.title:after {
  border: 35px solid transparent;
  border-top-color: #009380;
  content: ' ';
  height: 0;
  left: 49%;
  margin-left: -10px;
  position: absolute;
  top: 100%;
  width: 0;
}

.title p {
  box-sizing: border-box;
  color: #fff;
  font-family: 'イワタUD明朝M';
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.9;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  width: 980px;
}

.red {
  color: #da1a1a;
}

/*講演内容例*/
#lecture-ex {
  margin: 0 auto;
  width: 1000px;
}

#lecture-ex .circle {
  color: #009380;
}

.lecture-ex-ttl {
  background-color: #009380;
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin: 50px auto 0;
  padding: 10px;
  text-align: center;
  width: 850px;
}

.lecture-ex-box {
  border-bottom: 1px dashed #ccc;
  list-style: none;
  margin-left: 50px;
  padding-bottom: 1rem;
}

.lecture-ex-subttl {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
}

.lecture-ex-con {
  margin-left: 20px;
}

/*youkou*/
section#youkou {
  margin-top: 75px;
}

section#youkou .content {
  margin: 0 auto 0;
  width: 960px;
}

section#youkou figure {
  margin: 35px 0 0;
  text-align: center;
}

section#youkou h2 {
  border-bottom: 2px solid #000;
  font-family: 'イワタUD明朝M';
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 20px 0 25px;
  text-align: center;
}

section#youkou .youkou-box {
  font-family: 'イワタUD明朝M';
  margin: 20px 0;
}

section#youkou .youkou-box > div {
  -webkit-align-items: baseline;
  align-items: baseline;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 15px;
}

section#youkou .youkou-box > div h4 {
  border-left: 6px solid #009380;
  flex: 1;
  font-size: 110%;
  font-weight: normal;
  padding-left: 10px;
}

section#youkou .youkou-box > div p {
  flex: 5;
}

/*newtest*/
section#newtest {
  background: #d5ede5;
  padding: 0 0 15px;
  position: relative;
}

section#newtest:before {
  border: 35px solid transparent;
  border-top-color: #fff;
  content: ' ';
  height: 0;
  left: 47%;
  margin-left: -10px;
  position: absolute;
  top: 0;
  width: 0;
}

section#newtest .content {
  padding: 70px 0 0 0;
}

section#newtest .content > div {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 30px;
  width: 960px;
}

section#newtest h3 {
  color: #009380;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

section#newtest figure {
  margin: 20px auto 0;
  text-align: center;
}

.description p,
section#newtest .content > div p {
  line-height: 1.7;
  margin-bottom: 15px;
}

/* IE10以下 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .title p {
    padding: 30px 0 20px !important;
  }
  .template-apply a {
    font-family: 'イワタ新ゴシック', '小塚ゴシック Pro', 'sans-serif' !important;
    padding: 35px 0 10px !important;
  }
  .template-footer a {
    padding: 30px 0 5px !important;
  }
}

.lecture-wrapper {
  margin-left: 20px;
  margin-top: 20px;
}

.skill-up {
  color: #0e358d;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 80px;
}

.listening-img {
  width: 80%;
}

.content i {
  font-size: 120%;
  margin-right: 15px;
}

/* 申し込みリンク */
.template-apply {
  border: 2px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 30px auto;
  text-align: center;
  width: 760px;
}

.template-apply.red:hover {
  background-color: #fff;
  border: 2px solid #da1a1a;
}

.template-apply.red:hover a {
  color: #da1a1a;
}

.template-apply a {
  color: #fff;
  display: block;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  padding: 17px 0;
  text-decoration: none;
}

.template-apply a .fa {
  margin-left: 2vw;
}

.template-apply.red,
.template-apply.red .soon-circle {
  background: #da1a1a;
  color: #da1a1a;
}

.template-apply.soon {
  position: relative;
}

.template-apply.close {
  background-color: #b7abab;
}

.template-apply.soon .soon-circle {
  align-items: center;
  background-color: #fff;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 100px;
  justify-content: center;
  line-height: 1.1;
  position: absolute;
  right: 30px;
  top: -11px;
  width: 100px;
}
