@charset "UTF-8";
/* セミナーリード内のリスト */
.seminar__lead__list {
  width: 100%;
  max-width: 880px;
  padding: 8px 20px;
  border: 2px solid #009fe8;
  margin: 40px auto;
}

.seminar__lead__item {
  position: relative;
  margin-left: 1em;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .seminar__lead__item {
    font-size: 14px;
  }
}
.seminar__lead__item::before {
  content: "●";
  position: absolute;
  left: -1.1em;
  color: rgba(0, 159, 232, 0.5);
}


/* セミナーのポイント */
.seminar__point {
  width: 100%;
  max-width: 880px;
  margin: 40px auto;
  background: url(../img/seminar_bg_light.png) bottom right no-repeat;
  background-size: 150px 150px;
}

.seminar__point__item {
  padding: 12px 20px 12px 20px;
  border-bottom: 1px solid #009fe8;
  background: rgba(250, 250, 250, 0.7);
  overflow: hidden;
}

.seminar__point__item:last-child {
  border: none;
}

.seminar__point__num {
  float: left;
  width: 110px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .seminar__point__num {
    float: none;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.seminar__point__num span {
  display: inline-block;
  padding: 3px 5px 1px;
  color: #fff;
  font-weight: bold;
  background: #009fe8;
}

.seminar__point__txt {
  float: left;
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .seminar__point__txt {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}
.seminar__point__txt em {
  color: #009fe8;
  font-weight: bold;
}


/* このような方におすすめです */
.recommendation {
  width: 100%;
  max-width: 880px;
  border: 5px solid #009FE8;
  margin: 40px auto 80px auto;
}

.recommendation__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #009FE8;
  padding: 12px 0;
}

@media screen and (max-width: 768px) {
  .recommendation__title {
    font-size: 18px;
  }
}
.recommendation__list {
  margin-top: 20px;
  padding: 0 20px 20px;
}

.recommendation__item {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .recommendation__item {
    font-size: 14px;
  }
}
.recommendation__item:not(:last-child) {
  margin-bottom: 10px;
}

.recommendation__item::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: #009FE8;
}


/* 特典 */
.benefit__list {
  background: url(../img/seminar_bg_box.png) no-repeat right bottom;
  background-size: 120px 120px;
}

.detail .benefit__item {
  align-items: inherit;
}
.detail .benefit__item div {
    width: 85%;
}

.benefit__item__box {
  width: calc(100% - 60px);
  padding: 12px 6px;
  line-height: 1.6;
}

.benefit__list__box__title {
  display: block;
  margin-bottom: 6px;
  color: #009FE8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.benefit__item__box div {
  padding: 2px 0 6px 1em;
  line-height: 1.6;
}

.benefit__item__box .add {
  padding-left: 181px;
}

@media screen and (max-width: 768px) {
  .benefit__item__box .add {
    padding-left: 1em;
  }
}
.benefit__item__box div a {
  color: #eb873b;
  line-height: 1.6;
  word-wrap: break-word;
}


/* 講師メッセージ */
.message {
  width: 100%;
  max-width: 960px;
  padding: 0px 40px 40px 40px;
  border: 2px solid rgba(0, 159, 232, 0.2);
  margin: 40px auto 80px auto;
}

@media screen and (max-width: 768px) {
  .message {
    width: 100%;
  }
}
.message__title {
  color: #009FE8;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 0 30px 0;
}

.message__title img {
  width: 90px;
  margin-bottom: -24px;
}

.message__list {
  background-color: #FAFAFA;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FAFAFA 50%, #FAFAFA 100%), linear-gradient(180deg, rgba(0, 159, 232, 0.5) 1px, transparent 1px);
  background-size: 8px 100%, 100% 32px;
  line-height: 32px;
  padding-bottom: 1px;
}

.message__item {
  font-size: 16px;
  line-height: 2;
}


/* マップ */
  .map {
    margin-top: 1em;
    width: 100%;
    height: 300px;
  }


/**/

.detail .application__title {
  position: relative;
  padding: 0 0 0.8em 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .detail .application__title {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.57143;
  }
}