/* ---------------------------------
breakpoint
pc: min-width:1081px
tab: max-width:1080px
sp: max-width:767px
smallsp: max-width:374px
smallpc: max-width:1365px
------------------------------------ */
/* none */
@media screen and (min-width:1081px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (min-width: 1366px) {
  .smallpc-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tab-none {
    display: none !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (max-width:374px) {
  .smallsp-none {
    display: none !important;
  }
}

/*googlefont*/
.gfont-noto-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.gfont-noto-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.gfont-noto-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

/* font-weight */
.font-bold {
  font-weight: bold;
}

/* text-color */
.text-red {
  color: #e1140f;
}

/* text-indent */
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* inner */
.inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width:1365px) {
  .inner {
    max-width: 980px;
  }
}
@media screen and (max-width:1080px) {
  .inner {
    max-width: 720px;
  }
}
@media screen and (max-width:767px) {
  .inner {
    max-width: 390px;
  }
}

body {
  font-size: 16px;
}
@media screen and (max-width:1080px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width:374px) {
  body {
    font-size: 13px;
  }
}

/* header */
header a:hover img {
  opacity: 1;
}

/* kv */
#kv {
  background: #f9f8ad url(/seminar/learning-campaign/img/bg-kv.png) center top/1920px 900px no-repeat;
  padding: 20px 20px 60px;
  max-height: 900px;
}
@media screen and (max-width:1080px) {
  #kv {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width:767px) {
  #kv {
    padding: 10px 10px 20px;
  }
}
#kv .logo {
  display: block;
}
#kv .logo img {
  width: 310px;
}
@media screen and (max-width:1365px) {
  #kv .logo img {
    width: 260px;
  }
}
@media screen and (max-width:1080px) {
  #kv .logo img {
    width: 240px;
  }
}
@media screen and (max-width:767px) {
  #kv .logo img {
    width: 190px;
  }
}
@media screen and (max-width:374px) {
  #kv .logo img {
    width: 170px;
  }
}
#kv-main {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width:1080px) {
  #kv-main {
    max-width: 740px;
  }
}
@media screen and (max-width:767px) {
  #kv-main {
    max-width: 390px;
    margin-top: 10px;
  }
}
@media screen and (max-width:374px) {
  #kv-main {
    max-width: 330px;
  }
}
#kv-main-title {
  position: relative;
  margin-bottom: 10px;
}
#kv-main-title h1 {
  text-align: center;
}
@media screen and (max-width:1080px) {
  #kv-main-title h1 img {
    max-width: 380px;
  }
}
@media screen and (max-width:767px) {
  #kv-main-title h1 img {
    max-width: 250px;
  }
}
@media screen and (max-width:374px) {
  #kv-main-title h1 img {
    max-width: 200px;
  }
}
#kv-main-title .text-period {
  position: absolute;
  right: 108px;
  top: -40px;
  z-index: 1;
}
@media screen and (max-width:1080px) {
  #kv-main-title .text-period {
    right: 30px;
    width: 180px;
  }
}
@media screen and (max-width:767px) {
  #kv-main-title .text-period {
    right: 0px;
    width: 105px;
    top: -48px;
  }
}
@media screen and (max-width:374px) {
  #kv-main-title .text-period {
    right: 0px;
    width: 95px;
    top: -48px;
  }
}
#kv-main-title .pic-kv-archives {
  position: absolute;
  left: -55px;
  top: 40px;
}
@media screen and (max-width:1365px) {
  #kv-main-title .pic-kv-archives {
    width: 310px;
    left: 0;
  }
}
@media screen and (max-width:1080px) {
  #kv-main-title .pic-kv-archives {
    width: 220px;
  }
}
@media screen and (max-width:767px) {
  #kv-main-title .pic-kv-archives {
    width: 92px;
    left: -8px;
  }
}
@media screen and (max-width:374px) {
  #kv-main-title .pic-kv-archives {
    width: 84px;
    top: 30px;
  }
}
#kv-main-title .pic-kv-selflearning {
  position: absolute;
  right: -55px;
  bottom: 0;
}
@media screen and (max-width:1365px) {
  #kv-main-title .pic-kv-selflearning {
    width: 310px;
    right: 0px;
  }
}
@media screen and (max-width:1080px) {
  #kv-main-title .pic-kv-selflearning {
    width: 220px;
  }
}
@media screen and (max-width:767px) {
  #kv-main-title .pic-kv-selflearning {
    width: 92px;
    right: -8px;
    bottom: 25px;
  }
}
@media screen and (max-width:374px) {
  #kv-main-title .pic-kv-selflearning {
    width: 84px;
    bottom: 15px;
  }
}

/* btn */
.btn-price-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1080px) {
  .btn-price-text {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:767px) {
  .btn-price-text {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media screen and (max-width:374px) {
  .btn-price-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
.btn-price-text:before, .btn-price-text:after {
  content: "";
  margin-top: 15px;
  width: 5px;
  height: 104px;
  background: #000;
}
@media screen and (max-width:1080px) {
  .btn-price-text:before, .btn-price-text:after {
    width: 3px;
    height: 75px;
  }
}
@media screen and (max-width:767px) {
  .btn-price-text:before, .btn-price-text:after {
    width: 2px;
    height: 100px;
  }
}
@media screen and (max-width:374px) {
  .btn-price-text:before, .btn-price-text:after {
    height: 90px;
  }
}
.btn-price-text:before {
  margin-right: 40px;
  transform: rotate(-25deg);
}
@media screen and (max-width:1080px) {
  .btn-price-text:before {
    margin-right: 25px;
  }
}
@media screen and (max-width:767px) {
  .btn-price-text:before {
    transform: rotate(-10deg);
    margin: 0 5px;
  }
}
.btn-price-text:after {
  margin-left: 40px;
  transform: rotate(25deg);
}
@media screen and (max-width:1080px) {
  .btn-price-text:after {
    margin-left: 25px;
  }
}
@media screen and (max-width:767px) {
  .btn-price-text:after {
    transform: rotate(10deg);
    margin: 0 5px;
  }
}
.btn-priceOff-text {
  font-size: 56px;
  -webkit-text-decoration: #e1140f wavy underline 3.5px;
          text-decoration: #e1140f wavy underline 3.5px;
  text-underline-offset: 5px;
}
@media screen and (max-width:1080px) {
  .btn-priceOff-text {
    font-size: 40px;
  }
}
@media screen and (max-width:767px) {
  .btn-priceOff-text {
    font-size: 36px;
    -webkit-text-decoration: #e1140f wavy underline 2.5px;
            text-decoration: #e1140f wavy underline 2.5px;
    text-underline-offset: 2.5px;
  }
}
@media screen and (max-width:374px) {
  .btn-priceOff-text {
    font-size: 30px;
  }
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-group a:first-child {
  margin-right: 7.408%;
}
@media screen and (max-width:767px) {
  .btn-group a:first-child {
    margin-right: 5.972%;
  }
}
.btn-main {
  color: #fff !important;
  background: #e1140f;
  box-shadow: 0px 6px 0 0 #fcd107;
  border: 4px solid #000;
  border-radius: 15px;
  text-align: center;
  padding: 30px 30px 35px;
  position: relative;
  text-decoration: none !important;
  max-width: 580px;
  font-size: 30px;
  line-height: 1.5;
  z-index: 1;
  transition: 0.3s;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width:1080px) {
  .btn-main {
    font-size: 23px;
    padding: 20px 20px 25px;
    max-width: 420px;
    border-width: 3px;
  }
}
@media screen and (max-width:767px) {
  .btn-main {
    font-size: 17px;
    padding: 15px 15px 18px;
    max-width: 390px;
    border-width: 2px;
    box-shadow: 0px 3px 0 0 #fcd107;
    border-radius: 7.5px;
  }
}
@media screen and (max-width:374px) {
  .btn-main {
    font-size: 15px;
  }
}
.btn-main:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #a90f0b;
  transform-origin: 50% 0%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
@media screen and (min-width:1081px) and (hover: hover) {
  .btn-main:hover:before {
    transform-origin: 50% 100%;
    transform: scaleX(1);
  }
}
@media screen and (max-width:1080px) {
  .btn-main {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width:767px) {
  .btn-main {
    margin: 0 auto 15px;
  }
}
.btn-main:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 14px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width:1080px) {
  .btn-main:after {
    right: 30px;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
@media screen and (max-width:767px) {
  .btn-main:after {
    border-left: 9px solid #fff;
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
  }
}
.btn-sub {
  color: #e1140f !important;
  background: #fff;
  box-shadow: 0px 6px 0 0 #fcd107;
  border: 2px solid #000;
  border-radius: 15px;
  text-align: center;
  padding: 15px 15px 20px;
  position: relative;
  text-decoration: none !important;
  width: 46.296%;
  max-width: 500px;
  font-size: 22px;
  line-height: 1.4;
  z-index: 1;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width:1080px) {
  .btn-sub {
    font-size: 18px;
    padding: 15px;
  }
}
@media screen and (max-width:767px) {
  .btn-sub {
    width: 47.014%;
    font-size: 14px;
    box-shadow: 0px 3px 0 0 #fcd107;
    border-radius: 7.5px;
    padding: 10px;
  }
}
@media screen and (max-width:767px) {
  .btn-sub {
    font-size: 13px;
  }
}
.btn-sub:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffe4e3;
  transform-origin: 50% 0%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
@media screen and (min-width:1081px) and (hover: hover) {
  .btn-sub:hover:before {
    transform-origin: 50% 100%;
    transform: scaleX(1);
  }
}
.btn-sub:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 12px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@media screen and (max-width:1080px) {
  .btn-sub:after {
    right: 20px;
    border-left: 10px solid #000;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
  }
}
@media screen and (max-width:767px) {
  .btn-sub:after {
    right: 12.5px;
    border-left: 9px solid #000;
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
  }
}
@media screen and (max-width:374px) {
  .btn-sub:after {
    right: 8px;
  }
}
.btn-area {
  background: #f9f8ad;
  padding: 30px 30px 40px;
}
@media screen and (max-width:767px) {
  .btn-area {
    padding: 20px 10px;
  }
}

/* case */
#case {
  margin: 60px auto;
}
@media screen and (max-width:1080px) {
  #case {
    margin: 30px auto;
  }
}
@media screen and (max-width:767px) {
  #case {
    margin: 20px auto;
    padding: 0 10px;
    max-width: 410px;
  }
}
#case .case-cont {
  background: #fff;
  border: 4px solid #000;
  box-shadow: 0px 6px 0 0 #e1e1e1;
}
@media screen and (max-width:1080px) {
  #case .case-cont {
    border: 3px solid #000;
  }
}
@media screen and (max-width:767px) {
  #case .case-cont {
    border: 2px solid #000;
    box-shadow: 0px 3px 0 0 #e1e1e1;
  }
}
#case .case-cont:first-child {
  margin-bottom: 60px;
}
@media screen and (max-width:1080px) {
  #case .case-cont:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  #case .case-cont:first-child {
    margin-bottom: 20px;
  }
}
#case .case-number01 {
  background: #074bbb url(/seminar/learning-campaign/img/pic-case01.png) center center/320px 90px no-repeat;
}
#case .case-number02 {
  background: #074bbb url(/seminar/learning-campaign/img/pic-case02.png) center center/320px 90px no-repeat;
}
#case .case-number01, #case .case-number02 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 4px solid #000;
  height: 90px;
}
@media screen and (max-width:1365px) {
  #case .case-number01, #case .case-number02 {
    height: 80px;
    background-size: 284px 80px;
  }
}
@media screen and (max-width:1080px) {
  #case .case-number01, #case .case-number02 {
    height: 70px;
    background-size: 249px 70px;
    border-bottom: 3px solid #000;
  }
}
@media screen and (max-width:767px) {
  #case .case-number01, #case .case-number02 {
    height: 50px;
    background-size: 178px 50px;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width:374px) {
  #case .case-number01, #case .case-number02 {
    height: 45px;
    background-size: 160px 45px;
  }
}
#case .case-title {
  font-size: 28px;
  line-height: 1.4;
  color: #074bbb;
  text-align: center;
  margin: 20px 30px;
  display: block;
}
@media screen and (max-width:1365px) {
  #case .case-title {
    font-size: 26px;
  }
}
@media screen and (max-width:1080px) {
  #case .case-title {
    font-size: 23px;
    margin: 10px 20px;
  }
}
@media screen and (max-width:767px) {
  #case .case-title {
    font-size: 17px;
    margin: 10px;
  }
}
@media screen and (max-width:374px) {
  #case .case-title {
    font-size: 15px;
  }
}
#case .case-text {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  #case .case-text {
    margin-top: 10px;
  }
}
#case .cost {
  margin: 0 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1080px) {
  #case .cost {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width:767px) {
  #case .cost {
    margin: 0 10px 10px;
    flex-direction: column;
  }
}
#case .cost p {
  font-size: 20px;
  line-height: 1.1;
}
@media screen and (max-width:1080px) {
  #case .cost p {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  #case .cost p {
    font-size: 15px;
    margin-left: 30px;
  }
}
#case .cost-regularPrice {
  flex-grow: 1;
}
#case .cost-text {
  display: block;
}
#case .cost .price {
  font-size: 60px;
}
@media screen and (max-width:1365px) {
  #case .cost .price {
    font-size: 52px;
  }
}
@media screen and (max-width:1080px) {
  #case .cost .price {
    font-size: 40px;
  }
}
@media screen and (max-width:767px) {
  #case .cost .price {
    font-size: 38px;
  }
}
#case .cost .price-text {
  font-size: 37px;
}
@media screen and (max-width:1080px) {
  #case .cost .price-text {
    font-size: 25px;
  }
}
@media screen and (max-width:767px) {
  #case .cost .price-text {
    font-size: 24px;
  }
}
#case .cost-arrow {
  display: flex;
  position: relative;
  width: 250px;
  height: 80px;
  background: #e1140f;
  flex-grow: 1;
  margin: 0 72px 0 5px;
}
@media screen and (max-width:1365px) {
  #case .cost-arrow {
    width: 220px;
    height: 70px;
    margin: 0 62px 0 5px;
  }
}
@media screen and (max-width:1080px) {
  #case .cost-arrow {
    width: 140px;
    height: 60px;
    margin: 0 42px 0 5px;
  }
}
@media screen and (max-width:767px) {
  #case .cost-arrow {
    width: 150px;
    height: 35px;
    margin: 10px 0 35px 0;
  }
}
#case .cost-arrow:before {
  content: "50%OFF";
  line-height: 0;
  color: #fff;
  font-size: 56px;
  margin: auto;
  padding: 0 0 8px 10px;
}
@media screen and (max-width:1365px) {
  #case .cost-arrow:before {
    font-size: 50px;
  }
}
@media screen and (max-width:1080px) {
  #case .cost-arrow:before {
    font-size: 30px;
    padding: 0 0 5px 8px;
  }
}
@media screen and (max-width:767px) {
  #case .cost-arrow:before {
    padding: 5px 8px 0 8px;
  }
}
#case .cost-arrow:after {
  content: "";
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 55px solid #e1140f;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
}
@media screen and (max-width:1365px) {
  #case .cost-arrow:after {
    right: -45px;
    border-left: 45px solid #e1140f;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
  }
}
@media screen and (max-width:1080px) {
  #case .cost-arrow:after {
    right: -35px;
    border-left: 35px solid #e1140f;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }
}
@media screen and (max-width:767px) {
  #case .cost-arrow:after {
    top: 35px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    border-top: 25px solid #e1140f;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 0;
  }
}
#case .cost-priceOff {
  flex-grow: 2;
}
#case .cost-priceOff .cost-text {
  font-size: 30px;
}
@media screen and (max-width:1080px) {
  #case .cost-priceOff .cost-text {
    font-size: 20px;
  }
}
@media screen and (max-width:1080px) {
  #case .cost-priceOff .cost-text {
    font-size: 18px;
  }
}
#case .cost-priceOff .price {
  font-size: 70px;
}
@media screen and (max-width:1365px) {
  #case .cost-priceOff .price {
    font-size: 60px;
  }
}
@media screen and (max-width:1080px) {
  #case .cost-priceOff .price {
    font-size: 48px;
  }
}
@media screen and (max-width:767px) {
  #case .cost-priceOff .price {
    font-size: 46px;
  }
}
#case .cost-priceOff .price-text {
  font-size: 46px;
}
@media screen and (max-width:1080px) {
  #case .cost-priceOff .price-text {
    font-size: 30px;
  }
}
@media screen and (max-width:1080px) {
  #case .cost-priceOff .price-text {
    font-size: 28px;
  }
}

/* notes */
#notes {
  margin-top: 118px;
}
@media screen and (max-width:1080px) {
  #notes {
    margin-top: 80px;
  }
}
@media screen and (max-width:767px) {
  #notes {
    margin-top: 60px;
    padding: 0 10px;
    max-width: 410px;
  }
}
#notes .notes-cont {
  border: 4px solid #000;
  background: #fff;
  box-shadow: 0px 6px 0 0 #e1e1e1;
  position: relative;
}
@media screen and (max-width:1080px) {
  #notes .notes-cont {
    border: 3px solid #000;
  }
}
@media screen and (max-width:767px) {
  #notes .notes-cont {
    border: 2px solid #000;
    box-shadow: 0px 3px 0 0 #e1e1e1;
  }
}
#notes .notes-cont h2 {
  color: #e1140f;
  font-size: 28px;
  line-height: 1.4;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width:1080px) {
  #notes .notes-cont h2 {
    font-size: 20px;
    top: -16px;
  }
}
@media screen and (max-width:767px) {
  #notes .notes-cont h2 {
    font-size: 17px;
    text-align: center;
    top: -24px;
  }
}
@media screen and (max-width:374px) {
  #notes .notes-cont h2 {
    font-size: 16px;
  }
}
#notes .notes-cont h2:before, #notes .notes-cont h2:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  transform: rotate(45deg);
  background: #fff;
  position: relative;
  z-index: -1;
}
@media screen and (max-width:1080px) {
  #notes .notes-cont h2:before, #notes .notes-cont h2:after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width:767px) {
  #notes .notes-cont h2:before, #notes .notes-cont h2:after {
    width: 30px;
    height: 30px;
  }
}
#notes .notes-cont h2:before {
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-right: 10px;
}
@media screen and (max-width:1080px) {
  #notes .notes-cont h2:before {
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    margin-right: 5px;
  }
}
@media screen and (max-width:767px) {
  #notes .notes-cont h2:before {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-right: -8px;
  }
}
@media screen and (max-width:374px) {
  #notes .notes-cont h2:before {
    margin-right: -14px;
  }
}
#notes .notes-cont h2:after {
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  margin-left: 10px;
}
@media screen and (max-width:1080px) {
  #notes .notes-cont h2:after {
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    margin-left: 5px;
  }
}
@media screen and (max-width:767px) {
  #notes .notes-cont h2:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    margin-left: -8px;
  }
}
@media screen and (max-width:374px) {
  #notes .notes-cont h2:after {
    margin-left: -14px;
  }
}
#notes .notes-cont > ul {
  padding: 40px 30px 30px;
  position: relative;
}
@media screen and (max-width:1080px) {
  #notes .notes-cont > ul {
    padding: 30px 20px 20px;
  }
}
#notes .notes-cont > ul:before {
  content: "";
  display: block;
  background: url(/seminar/learning-campaign/img/pic-woman.png) left top/contain no-repeat;
  width: 100px;
  height: 119px;
  position: absolute;
  right: 17%;
  top: -111px;
}
@media screen and (max-width:1365px) {
  #notes .notes-cont > ul:before {
    right: 14%;
  }
}
@media screen and (max-width:1080px) {
  #notes .notes-cont > ul:before {
    right: 15%;
    width: 67px;
    height: 80px;
    top: -75px;
  }
}
@media screen and (max-width:767px) {
  #notes .notes-cont > ul:before {
    right: 2%;
    width: 55px;
    height: 65px;
    top: -60px;
  }
}
@media screen and (max-width:374px) {
  #notes .notes-cont > ul:before {
    right: 0;
    width: 50px;
    height: 60px;
    top: -56px;
  }
}
#notes .notes-cont > ul > li {
  text-indent: calc(-1em - 5px);
  padding-left: 1em;
  margin-bottom: 1em;
}
#notes .notes-cont > ul > li:before {
  content: "";
  display: inline-block;
  background: url(/seminar/learning-campaign/img/pic-check.svg) left top/contain no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
@media screen and (max-width:1080px) {
  #notes .notes-cont > ul > li:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width:1080px) {
  #notes .notes-cont > ul > li:before {
    width: 13px;
    height: 13px;
  }
}
#notes .notes-cont > ul > li:last-child {
  margin-bottom: 0;
}

/* information */
#information {
  margin: 60px 0;
  padding: 0 10px;
}
@media screen and (max-width:1080px) {
  #information {
    margin: 30px 0;
  }
}
@media screen and (max-width:767px) {
  #information {
    margin: 20px 0;
  }
}
#information p {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width:1080px) {
  #information p {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  #information p {
    font-size: 15px;
  }
}
@media screen and (max-width:374px) {
  #information p {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */