body {
  width: 100%;
  min-width: 375px;
}
img {
  max-width: 100%;
}
#container {
  width: 100%;
  margin: 0;
}
.wrap {
  max-width: 1200px;
}

@media (min-width: 640px) {
#wrapper > header {
  padding-bottom: 41px;
  background: #fff;
}
}

/* mv
---------------------*/
.mv {
  text-align: center;
}
.mv-img {
  margin: 0 auto;
  display: block;
}
.mv-btn-wrap {
  position: relative;
}
.mv-price-bubble, .mv-btn-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mv-price-bubble {
  top: -34px;
  z-index: 1;
}
.mv-btn-btn {
  top: 38px;
  cursor: pointer;
}
@media (max-width: 639px) {
  .mv-btn-btn {
    width: 95%;
    top: 42px;
  }
  .mv-price-bubble {
    width: 163px;
    top: 14px;
  }
}
.mv-btn {
  background-color: #1d69bd;
  margin-right: 0.5rem;
  padding: 1rem 1rem .8rem;
  position: relative;
  box-shadow: 0 3px #11549f;
  color: #fff;
  border-radius: 36px;
  width: 585px;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 639px) {
  .mv-btn {
    font-size: 1rem;
  }
}
.mv-btn img {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 13px;
  width: 8px;
}
@media (max-width: 449px) {
  .mv-btn {
    width: 100%;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* cv
---------------*/ 
.cv {
  background: linear-gradient(to bottom,#FFDD00 0%, #ffc300 100%);
  padding: 3rem 0;
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .cv {
    padding: 0.5rem 0 1rem;
    margin-bottom: 6rem;
  } 
}
@media (max-width: 639px) {
  .cv.sp {
    display: block;
  }
}
.cv .wrap{
  text-align: center;
  position: relative;
}
.cv-inner .wrap:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou/cv-ilust.svg) no-repeat center center / contain;
  width: 20.8rem;
  height: 25rem;
  bottom: -3rem;
  right: 0;
}
@media (max-width: 1024px) {
  .cv-inner .wrap:after {
    display: none;
  }
}
.cv-ttl {
  background: #999999;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .cv-ttl {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
}
.cv-subttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
  line-height: (26/18);
}
@media (max-width: 639px) {
  .cv-subttl {
    font-size: 1.4rem;
    margin-bottom: 0.1rem;
  } 
}
.cv-btn {
  display: block;
  width: fit-content;
  margin: 0 auto 0.5rem;
  background: #fff;
  border: 3px solid #111111;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1.7rem 8.8rem;
  position: relative;
}
@media (max-width: 639px) {
  .cv-btn {
    margin: 0 auto 0.2rem;
    font-size: 1.6rem;
    padding: 0.6rem 5rem;
  } 
}
.cv-btn:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou/arrow01.svg) no-repeat center center / contain;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media (max-width: 639px) {
  .cv-btn:after {
    width: 1.6rem;
    height: 1.6rem;
    right: 1.5rem;
  } 
}
.cv-txt {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: (21/15);
}
@media (max-width: 639px) {
  .cv-txt {
    font-size: 1.3rem;
  } 
}

/* onayami
------------------*/ 
.onayami {
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .onayami {
    margin-bottom: 3.6rem;
  }
}
.onayami .wrap{
  text-align: center;
  max-width: 116rem;
}
.onayami-ttl {
  color: #1DA1F2;
  font-size: 3.7rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: calc(54/37);
  position: relative;
  width: fit-content;
  margin: 0 auto 6.2rem;
}
@media (max-width: 639px) {
  .onayami-ttl {
    font-size: 1.8rem;
    line-height: calc(26/18);
    margin-bottom: 6rem;
  } 
}
.onayami-ttl::before,.onayami-ttl::after{
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #1DA1F2;
  width: 7.6rem;
  height: 0.2rem;
  bottom: 2.8rem;
}
@media (max-width: 639px) {
  .onayami-ttl::before,.onayami-ttl::after{
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1rem;
  } 
}
.onayami-ttl::before{
  left: -7rem;
  transform: rotate(62deg);
}
@media (max-width: 639px) {
  .onayami-ttl::before{
    left: -3.5rem;
    transform: rotate(63deg);
  } 
}
.onayami-ttl::after{
  right: -7rem;
  transform: rotate(-62deg);
}
@media (max-width: 639px) {
  .onayami-ttl::after{
    right: -3.5rem;
    transform: rotate(-63deg);
  } 
}
@media (min-width: 640px) {
  .onayami-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.onayami-list li{
  position: relative;
}
@media (min-width: 640px) {
  .onayami-list li{
    background: transparent url(../img/curriculum/denken2-ginou/onayami-bg.png) no-repeat bottom center / contain;
    width: 50%;
    margin-bottom: 4rem;
    padding-top: 8%;
  }
}
@media (min-width: 1025px) {
  .onayami-list li{
    width: 33.3333%;
    margin-bottom: 4rem;
    padding-top: 8%;
  }
}
@media (max-width: 639px) {
  .onayami-list li{
    margin-bottom: 5rem;
  }
}
@media (max-width: 639px) {
  .onayami-list li::after{
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/onayami-bg.png) no-repeat bottom center / contain;
    width: 18rem;
    height: 18rem;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.onayami-list li:nth-child(3n){
  margin-right: 0;
}
.onayami-txt {
  font-size: 1.8rem;
  line-height: calc(26/18);
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 639px) {
  .onayami-txt {
    font-size: 1.5rem;
    line-height: calc(24/15);
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
  } 
}
.onayami-img{
  position: relative;
  z-index: 2;
}
.onayami-img img {
  width: auto;
  height: 15rem;
}
@media (max-width: 639px) {
  .onayami-img img {
    height: 10rem;
  } 
}

/* feature
-----------------*/ 
.feature {
  margin-bottom: 6rem;
}
@media (max-width: 639px) {
  .feature {
    margin-bottom: 4rem;
  } 
}
.feature .wrap {
  text-align: left;
}
.feature-ttl {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 8rem;
  line-height: 1.2;
  padding: 6rem 1rem;
  position: relative;
}
@media (max-width: 639px) {
  .feature-ttl {
    font-size: 1.6rem;
    margin-bottom: 5rem;
    line-height: calc(26/16);
    padding: 4rem 1rem;
    position: relative;
  } 
}
.feature-ttl span{
  font-size: 3.8rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
@media (max-width: 639px) {
  .feature-ttl span{
    display: block;
    font-size: 2.4rem;
    line-height: 1.5;
  } 
}
.feature-ttl span::before,.feature-ttl span::after{
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #fff;
  width: 5.8rem;
  height: 0.2rem;
  bottom: 1.5rem;
}
@media (max-width: 639px) {
  .feature-ttl span::before,.feature-ttl span::after{
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1rem;
  } 
}
.feature-ttl span::before{
  left: -5.5rem;
  transform: rotate(59deg);
}
@media (max-width: 639px) {
  .feature-ttl span::before{
    left: -3.5rem;
    transform: rotate(63deg);
  } 
}
.feature-ttl span::after{
  right: -5.5rem;
  transform: rotate(-59deg);
}
@media (max-width: 639px) {
  .feature-ttl span::after{
    right: -3.5rem;
    transform: rotate(-63deg);
  } 
}
.feature-ttl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-top: 4rem solid #1DA1F2;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 639px) {
  .feature-ttl:after {
    border-right: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    border-top: 3rem solid #1DA1F2;
  }
}
.feature-nav {
  margin: 0 auto 6rem;
}
@media (min-width: 640px) {
  .feature-nav {
    display: flex;
    max-width: 100rem;
  }
}
@media (min-width: 640px) {
  .feature-nav li{
    width: calc(33.3333% - 2rem * 2 / 3);
    margin-right: 2rem;
  }
}
@media (max-width: 639px) {
  .feature-nav li{
    margin-bottom: 2rem;
  }
}
.feature-nav li:last-child{
  margin-right: 0;
}
.feature-nav li a{
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 10px;
  border: 1px solid #1DA1F2;
  display: block;
  padding: 1.7rem 3rem;
  text-align: center;
  position: relative;
}
.feature-nav li a:after{
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou/arrow02.svg) no-repeat bottom center / contain;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.feature-item{
  margin-bottom: 6rem;
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}
.feature-list-ttl {
  border-bottom: 2px solid #1DA1F2;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 639px) {
  .feature-list-ttl {
    margin-bottom: 3rem;
    line-height: calc(40/28);
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
    align-items: flex-start;
  }
}
.feature-list-ttl img{
  width: auto;
  height: 4rem;
  margin-right: 2.4rem;
}
@media (max-width: 639px) {
  .feature-list-ttl img{
    margin-right: 2rem;
    position: relative;
    top: 0.5rem;
  } 
}
.feature-txt01 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
}
@media (max-width: 639px) {
  .feature-txt01 {
    margin-bottom: 0;
  } 
}
.feature-list-df01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .feature-list-df01 {
    flex-direction: column-reverse;
  } 
}
@media (min-width: 640px) {
  .feature-list-df01 .feature-txt01 {
    width: calc(860% / 1200 * 100); 
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .feature-list-df01 .feature-list-img {
    width: calc(300% / 1200 * 100); 
  }
}
@media (max-width: 639px) {
  .feature-list-df01 .feature-list-img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 639px) {
  .teacher {
    margin-top: 6rem;
  }
}
.teacher li{
  border-top: dashed 1px #1DA1F2;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 640px) {
  .teacher li{
    display: flex;
    justify-content: space-between;
  } 
}
@media (max-width: 639px) {
  .teacher li{
    padding-top: 3rem;
    padding-bottom: 8rem;
    margin-bottom:0;
  } 
}
@media (min-width: 640px) {
  .teacher-img{
    width: calc(268% / 1200 * 100);
  }
}
@media (max-width: 639px) {
  .teacher-img{
    width: 26.8rem;
    margin: 0 auto 2rem;
  }
}
.teacher-inner{
  position: relative;
}
@media (min-width: 640px) {
  .teacher-inner{
    width: calc(881% / 1200 * 100);
  }
}
.teacher-name {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(21/15);
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .teacher-name {
    margin-bottom: 1.5rem;
  }
}
.teacher-name span{
  font-size: 2.8rem;
}
.grad-btn {
  border: 1px solid #111111;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 1.3rem 4rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: -8.3rem;
  left: 0;
}
.grad-btn:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou/plus.svg) no-repeat bottom center / contain;
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media (min-width: 640px) {
  .grad-btn {
    display: none;
  }
  .grad-trigger {
    display: none;
  }
}
@media (max-width: 639px) {
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 10rem; /*隠した状態の高さ*/
    margin-bottom: 3rem !important;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem; /*グラデーションで隠す高さ*/
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
    content: "";
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
    margin-bottom: 0 !important;
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
}
.teacher-txt {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: calc(26/15);
  margin-bottom: 0;
}
.teacher-course{
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px -2.5px 2rem;
}
@media (max-width: 639px) {
  .teacher-course{
    margin-bottom: 3rem;
  } 
}
.teacher-course li {
  border: none;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #555555;
  background: #EFEFEF;
  padding: 2px;
  margin: 2.5px;
}
@media (max-width: 639px) {
  .tool {
    margin-top: 3rem;
  }
}
@media (min-width: 640px) {
  .tool li{
    display: flex;
    justify-content: space-between;
    margin-bottom:6rem;
  } 
}
@media (max-width: 639px) {
  .tool li{
    border-top: dashed 1px #1DA1F2;
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 640px) {
  .tool-img{
    width: calc(400% / 1200 * 100);
  }
}
@media (max-width: 639px) {
  .tool-img{
    margin-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .tool-inner{
    width: calc(761% / 1200 * 100);
  }
}
@media (min-width: 640px) {
  .tool-info {
    max-width: 657px;
    border-top: dashed 1px #1DA1F2;
    border-bottom: dashed 1px #1DA1F2;
    padding: 2rem 0;
    margin-bottom: 4rem;
  } 
}
@media (max-width: 639px) {
  .tool-info {
    border-bottom: dashed 1px #1DA1F2;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  } 
}
.tool-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1DA1F2;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .tool-ttl {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  } 
}
.tool-subttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.tool-list {
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .tool-list {
    display: flex;
  } 
}
@media (max-width: 639px) {
  .tool-list:last-child {
    margin-bottom: 0;
  } 
}
@media (min-width: 640px) {
  .tool-list ul{
    width: calc(33.3333% - 1.5rem * 2 / 3);
    margin-right: 1.5rem;
  } 
}
@media (min-width: 640px) {
  .tool-list ul:nth-child(3n){
    margin-right: 0;
  } 
}
.tool-list li{
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: (24/15);
  padding-left: 1.2em;
  position: relative;
  border: none;
}
@media (max-width: 639px) {
  .tool-list li{
    font-size: 1.4rem;
    line-height: (22/14);
  } 
}
.tool-list li::before{
  position: absolute;
  content: "●";
  color: #89D2FF;
  left: 0;
  top: 0;
}
.tool-txt {
  font-size: 1.6rem;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  font-weight: 400;
}
.tool-txt span{
  font-weight: bold;
}

/* price
-----------------*/ 
.price {
  margin-bottom: 8.8rem;
}
@media (max-width: 639px) {
  .price {
    margin-bottom: 3rem;
  } 
}
.price .wrap {
  text-align: left;
}
.price-img {
  max-width: 631px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .price-img {
    max-width: 210px;
  } 
}
.price-img img{
  vertical-align: bottom;
}
.price-ttl {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 4rem;
  line-height: 1.4;
  padding: 2rem 1rem;
}
@media (max-width: 639px) {
  .price-ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: calc(28/18);
    padding: 1.3rem 1rem;
    display: block;
  } 
}
@media (max-width: 639px) {
  .price-ttl.pc{
    display: none;
  } 
}
.price-table table{
  width: 100%;
  border-top: 1px dashed #1DA1F2;
}
.price-table table td{
  border-bottom: 1px dashed #1DA1F2;
  vertical-align: middle;
  padding: 2rem;
}
.price-table table td:nth-child(1){
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #DEF3FF;
  width: 40%;
}
@media (max-width: 639px) {
  .price-table table td:nth-child(1){
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    width: 30%;
    line-height: calc(26/16);
  } 
}
.price-table table td:nth-child(2){
  width: 60%;
}
@media (max-width: 639px) {
  .price-table table td:nth-child(2){
    width: 70%;
    padding: 2rem 0 2rem 2rem;
  } 
}
.price-caution {
  font-size: 1.4rem;
  line-height: calc(20/14);
  letter-spacing: 0.05em;
}
@media (max-width: 639px) {
  .price-caution {
    font-size: 1.3rem;
    line-height: calc(20/13);
  } 
}
.price-head {
  font-size: 1.6rem;
  line-height: calc(26/16);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 639px) {
  .price-head {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 1.5em;
  } 
}
.price-fee {
  font-weight: bold;
}
@media (max-width: 639px) {
  .price-fee {
    font-size: 1.6rem;
    display: block;
  } 
}
.price-number{
  font-size: 2rem;
}
@media (max-width: 639px) {
  .price-number {
    font-size: 2rem;
  } 
}

/*campaign
-----------------------*/ 
@media (min-width: 640px) {
  .campaign {
    margin-bottom: 12rem;
  }
}
@media (max-width: 639px) {
  .campaign {
    background: #FFF8CC;
    padding: 4rem 0;
    position: relative;
  }
}
@media (max-width: 639px) {
  .campaign:before {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 8.9rem;
    height: 12rem;
    top: 0;
    left: 0;
  }
}
@media (max-width: 639px) {
  .campaign:after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 8.9rem;
    height: 12rem;
    top: 0;
    right: 0;
    transform: rotateY(180deg);
  }
}
.campaign .wrap {
  text-align: left;
}
@media (min-width: 640px) {
  .campaign-inner {
   background: #FFF8CC;
   padding: 17rem 8rem 8rem;
   position: relative;
  }
}
@media (max-width: 1024px) {
  .campaign-inner {
    padding: 17rem 3rem 8rem;
   }
}
@media (max-width: 639px) {
  .campaign-inner {
    padding: 0;
   }
}
@media (min-width: 640px) {
  .campaign-inner:before {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 32rem;
    height: 23rem;
    top: 0;
    left: -7rem;
  }
}
@media (min-width: 640px) {
  .campaign-inner:after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 32rem;
    height: 23rem;
    top: 0;
    right: -7rem;
    transform: rotateY(180deg);
  }
}
.campaign-ttl {
  color: #CC9C00;
  font-size: 3.8rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 640px) {
  .campaign-ttl {
    position: absolute;
    top: -3.7rem;
    left: 50%;
    transform: translateX(-50%);
  } 
}
@media (max-width: 639px) {
  .campaign-ttl {
    font-size: 2rem;
    line-height: calc(29/20);
    margin-bottom: 8rem;
  } 
}
.campaign-ttl span {
  width: fit-content;
  position: relative;
  display: block;
  margin: 0 auto;
}
.campaign-ttl span::before,.campaign-ttl span::after{
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #CC9C00;
  width: 3.5rem;
  height: 0.2rem;
  bottom: 3rem;
}
@media (max-width: 639px) {
  .campaign-ttl span::before,.campaign-ttl span::after{
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1.5rem;
  } 
}
.campaign-ttl span::before{
  left: -4rem;
  transform: rotate(59deg);
}
@media (max-width: 639px) {
  .campaign-ttl span::before{
    left: -4rem;
    transform: rotate(63deg);
  } 
}
.campaign-ttl span::after{
  right: -4rem;
  transform: rotate(-59deg);
}
@media (max-width: 639px) {
  .campaign-ttl span::after{
    right: -4rem;
    transform: rotate(-63deg);
  } 
}
@media (min-width: 640px) {
  .campaign-list {
    display: flex;
    justify-content: center;
  }
}
.campaign-list li{
  background: #fff;
  border-radius: 10px;
  padding: 6.5rem 6rem 6rem;
  position: relative;
}
@media (min-width: 640px) {
  .campaign-list li{
    width: calc(50% - 8rem / 2);
    margin-right: 8rem;
  }
}
@media (max-width: 1024px) {
  .campaign-list li{
    width: calc(50% - 3rem / 2);
    margin-right: 3rem;
    padding: 6.5rem 3rem 6rem;
  }
}
@media (max-width: 639px) {
  .campaign-list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8rem;
    padding: 6.5rem 2rem 3rem;
  }
}
.campaign-list li:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
.campaign-list-img {
  position: absolute;
  top: -10.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 639px) {
  .campaign-list-img {
    top: -5rem;
  }
}
.campaign-list-img img{
  width: auto;
  height: 14rem;
}
@media (max-width: 639px) {
  .campaign-list-img img{
    height: 10rem;
  } 
}
.campaign-list-label {
  background: #FFC300;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .campaign-list-label {
    max-width: 26.5rem;
    margin: 0 auto 2rem;
  }
}
.campaign-list-title {
  text-align: center;
  color: #CC9C00;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.campaign-list-title .large{
  font-size: 3.8rem;
}
.campaign-list-title .small{
  font-size: 1.8rem;
}
.campaign-list-course li {
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  line-height: calc(26/16);
  font-weight: 400;
}
@media (max-width: 639px) {
  .campaign-list-course li {
   margin-bottom: 1rem;
   display: block;
  }
}
@media (max-width: 639px) {
  .campaign-list-course li.pc {
    display: none;
  }
}
.campaign-list-course li span{
  font-size: 1.4rem;
}
.campaign-list-txt01 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: calc(24/15);
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .campaign-list-txt01 {
    font-size: 1.4rem;
  }
}
.campaign-list-txt02 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: calc(24/15);
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.campaign-list-txt02 span{
  font-weight: bold;
}

/* voice
----------------------*/ 
.voice {
  background: #DEF3FF;
  padding: 4rem;
}
@media (max-width: 639px) {
  .voice {
    background: #DEF3FF;
    padding: 1rem;
  } 
}
.voice-bg {
  background: #fff;
  padding: 12rem 3rem 9.4rem;
}
@media (max-width: 639px) {
  .voice-bg {
    padding: 4rem 0;
  } 
}
.voice-ttl {
  color: #1DA1F2;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  margin:0 auto 6rem;
  position: relative;
}
@media (max-width: 639px) {
  .voice-ttl {
    font-size: 2rem;
    margin:0 auto 3rem;
  } 
}
.voice-ttl::before,.voice-ttl::after{
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #1DA1F2;
  width: 3.5rem;
  height: 0.2rem;
  bottom: 3rem;
}
@media (max-width: 639px) {
  .voice-ttl::before,.voice-ttl::after{
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1.5rem;
  } 
}
.voice-ttl::before{
  left: -4rem;
  transform: rotate(59deg);
}
@media (max-width: 639px) {
  .voice-ttl::before{
    left: -4rem;
    transform: rotate(63deg);
  } 
}
.voice-ttl::after{
  right: -4rem;
  transform: rotate(-59deg);
}
@media (max-width: 639px) {
  .voice-ttl::after{
    right: -4rem;
    transform: rotate(-63deg);
  } 
}
@media (min-width: 640px) {
  .voice-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
}
@media (max-width: 639px) {
  .voice-list li{
    margin-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .voice-list li:nth-child(2n){
    flex-direction: row-reverse;
  }
}
.voice-list li:last-child{
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .voice-img {
    width: calc(165% / 1200 * 100);
  }
}
@media (max-width: 639px) {
  .voice-img {
    width: 6rem;
  }
}
.voice-img img{
  vertical-align: bottom;
}
@media (max-width: 639px) {
  .voice-head {
    display: flex;
    align-items: flex-end;
    padding-left: 1rem;
  }
}
@media (min-width: 640px) {
  .voice-inner {
    width: calc(973% / 1200 * 100);
  }
}
.voice-case {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .voice-case {
    font-size: 1.4rem;
    margin-left: 3.3rem;
  } 
}
.voice-list-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0;
  background: #1DA1F2;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 639px) {
  .voice-list-ttl {
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 2rem;
    line-height: calc(24/15);
  } 
}
@media (min-width: 640px) {
  .voice-df {
    display: flex;
    gap: 15%;
  }
}
@media (max-width: 639px) {
  .voice-df .voice-col {
    display: flex;
  } 
}
.voice-df .voice-col:nth-child(1) {
  position: relative;
}
@media (max-width: 639px) {
  .voice-df .voice-col:nth-child(1) {
    margin-bottom: 14.6vw;
  } 
}
@media (min-width: 640px) {
  .voice-df .voice-col:nth-child(1)::after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/arrow03.svg) no-repeat top center / contain;
    width: 1.2rem;
    height: 16.6rem;
    top: 0;
    right: -24%;
  }
}
@media (max-width: 639px) {
  .voice-df .voice-col:nth-child(1)::after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/arrow04.svg) no-repeat top center / contain;
    width:  87vw;
    height: 4.8vw;
    bottom: -4rem;
    left: 0;
  }
}
.voice-list-subttl {
  font-size: 2rem;
  color: #1DA1F2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .voice-list-subttl {
    font-size: 2rem;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    margin-right: 2rem;
    position: relative;
    top: 0.2rem;
  } 
}
.voice-list-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .voice-list-txt {
    font-size: 1.5rem;
    line-height: calc(24/15);
  } 
}

/* point
---------------------*/ 
.point {
  background: transparent url(../img/curriculum/denken2-ginou/point_bg.png) repeat top left / 1600px 1230px;
  padding: 12rem 0 20rem;
  position: relative;
}
@media (max-width: 639px) {
  .point {
    background: transparent url(../img/curriculum/denken2-ginou/point_bg.png) repeat top left / 1600px 1230px;
    padding: 6rem 0 12rem;
    position: relative;
  } 
}
.point:after {
  background: transparent url(../img/curriculum/denken2-ginou/faq.png) no-repeat bottom center / contain;
  width: 34.6rem;
  height: 11.2rem;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 639px) {
  .point:after {
    width: 24.6rem;
    height: 8rem;
  } 
}
.point .wrap{
  text-align: left;
}
.point-ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  margin: 0 auto 6rem;
  color:#1DA1F2;
  position: relative;
}
@media (max-width: 639px) {
  .point-ttl {
    font-size: 1.8rem;
    line-height: calc(26/18);
    margin: 0 auto 3rem;
  } 
}
.point-ttl::before,.point-ttl::after{
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #1DA1F2;
  width: 3.5rem;
  height: 0.2rem;
  bottom: 3rem;
}
@media (max-width: 639px) {
  .point-ttl::before,.point-ttl::after{
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1.5rem;
  } 
}
.point-ttl::before{
  left: -4rem;
  transform: rotate(59deg);
}
@media (max-width: 639px) {
  .point-ttl::before{
    left: -3.5rem;
    transform: rotate(63deg);
  } 
}
.point-ttl::after{
  right: -4rem;
  transform: rotate(-59deg);
}
@media (max-width: 639px) {
  .point-ttl::after{
    right: -3.5rem;
    transform: rotate(-63deg);
  } 
}
.point-list li{
  margin-bottom: 3rem;
  background: #fff;
  border: 1px solid #1DA1F2;
  border-radius: 10px;
}
@media (max-width: 639px) {
  .point-list li{
    border-radius: 5px;
  } 
}
.point-list li:last-child{
  margin-bottom: 0;
}
.point .accordion-head {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0;
  left: 0;
  padding: 2.2rem 5rem 2.2rem 4rem;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}
@media (max-width: 639px) {
  .point .accordion-head {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: calc(28/18);
    padding: 1.2rem 4.85rem 1.2rem 2.15rem;
  } 
}
.point .accordion-body {
  display: none;
}
.point .accordion-body-in {
  padding: 2rem 4rem 4rem 4rem;
  line-height: calc(24 / 15);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
@media (max-width: 639px) {
  .point .accordion-body-in {
    padding: 0 2rem 2rem 2rem;
    letter-spacing: 0;
  } 
}
.point .accordion-icon {
  position: absolute;
  background: transparent url(../img/curriculum/denken2-ginou/plus.svg) no-repeat center center / contain;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
@media (max-width: 639px) {
  .point .accordion-icon {
    width: 1.8rem;
    height: 1.8rem;
  } 
}
.point .accordion-icon.is-open {
  background-image: url(../img/curriculum/denken2-ginou/minus.svg);
}

/* test
-----------------------*/ 
.test {
  margin: 12rem 0;
}
@media (max-width: 639px) {
  .test {
    margin: 6rem 0;
  } 
}
.test-ttl {
  margin-bottom: 4rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
}
@media (max-width: 639px) {
  .test-ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    padding: 0.8rem 1rem;
  } 
}
.test-table table{
  width: 100%;
  border-top: 1px dashed #666666;
}
.test-table table td{
  border-bottom: 1px dashed #666666;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 2rem;
}
.test-table table td:nth-child(1) {
  width: calc(150% / 1200 * 100);
  text-align: center;
  background: #EFEFEF;
  font-weight: bold;
  line-height: calc(22/16);
  white-space: nowrap;
}
@media (max-width: 639px) {
  .test-table table td:nth-child(1) {
    width: calc(80% / 335 * 100);
    line-height: calc(26/16);
    padding: 1.4rem 0.5rem;
  } 
}
.test-table table td:nth-child(1) span{
  font-size: 1.4rem;
}
.test-table table td:nth-child(2) {
  width: calc(1050% / 1200 * 100);
  line-height: calc(26/16);
}
@media (max-width: 639px) {
  .test-table table td:nth-child(2) {
    width: calc(255% / 335 * 100);
    line-height: calc(24/15);
    font-size: 1.5rem;
    padding: 1.5rem;
  } 
}
.test-table table td:nth-child(2) span {
  font-size: 1.8rem;
  font-weight: bold;
}
.test-list li{
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .test-list li{
    display: flex;
    align-items: center;
  }
}
@media (max-width: 639px) {
  .test-list li{
    line-height: calc(26/16);
  }
}
.test-list li:last-child{
  margin-bottom: 0;
}
.test-list-ttl {
  font-weight: bold;
  color: #1DA1F2;
}
.test-list-txt {
  position: relative;
}
@media (min-width: 640px) {
  .test-list-txt {
    padding-left: 1em;
  }
}
.test-list-txt::before {
  position: relative;
  content: "▶";
  color: #89D2FF;
  left: -0.5em;
  top: 0;
}
@media (max-width: 639px) {
  .test-list-txt::before {
    left: 0;
    margin-right: 0.75em;
  } 
}

/* step
-----------------------*/ 
.step {
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .step {
    margin-bottom: 6rem;
  } 
}
.step-ttl {
  margin-bottom: 4rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
}
@media (max-width: 639px) {
  .step-ttl {
    display: block;
    margin-bottom: 4.5rem;
    font-size: 1.8rem;
    padding: 1.2rem 1rem;
    line-height: calc(28/18);
  } 
}
@media (max-width: 639px) {
  .step-ttl.pc {
    display: none;
  } 
}
.step-list li{
  border: 1px solid #1DA1F2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  position: relative;
}
@media (min-width: 640px) {
  .step-list li{
    margin-bottom: 3.5rem;
    border: 1px solid #1DA1F2;
    border-radius: 40px;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    display: flex;
    align-items: center;
  } 
}
@media (max-width: 639px) {
  .step-list li{
    margin-bottom: 6.5rem;
    border-radius: 20px;
    padding: 4.5rem 2rem 1.5rem;
  } 
}
.step-list li:after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 15px solid #89D2FF;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.step-list li:last-child:after {
  display: none;
}
.step-label {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .step-label {
    margin-right: 4rem;
  } 
}
@media (max-width: 639px) {
  .step-label {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  } 
}
.step-label span{
  font-size: 1.8rem;
  display: block;
}

/* faq
----------------------*/ 
.faq {
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .faq {
    margin-bottom: 6rem;
  } 
}
.faq-ttl {
  margin-bottom: 4rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
  position: relative;
}
@media (max-width: 639px) {
  .faq-ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    padding: 0.8rem 1rem;
  } 
}
.faq-list li {
  border-radius: 5px;
  border: 1px solid #1DA1F2;
  margin-bottom: 3rem;
}
.faq .accordion-head {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  left: 0;
  padding: 2.2rem 5rem 2.2rem 5rem;
  position: relative;
  cursor: pointer;
  line-height: calc(26/18);
}
@media (max-width: 639px) {
  .faq .accordion-head {
    letter-spacing: 0.03em;
    line-height: calc(28/18);
    padding: 1.2rem 6rem 1.2rem 4.5rem;
  } 
}
.faq .accordion-head:before {
  content: "Q.";
  position: absolute;
  left: 2rem;
  top:2rem;
  color: #1DA1F2;
  font-weight: bold;
}
@media (max-width: 639px) {
  .faq .accordion-head:before {
    left: 2rem;
    top:1.2rem;
  } 
}
.faq .accordion-body {
  display: none;
  padding: 0 2rem 1.5rem;
}
.faq .accordion-body-in {
  padding: 2rem 0 2.5rem 3rem;
  line-height: calc(26 / 16);
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  font-weight: 400;
  position: relative;
  border-top: 1px solid #1DA1F2;
}
@media (max-width: 639px) {
  .faq .accordion-body-in {
    border-top: none;
    padding: 0;
    letter-spacing: 0;
  } 
}
@media (min-width: 640px) {
  .faq .accordion-body-in:before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 2rem;
    font-weight: 700;
    color: #1DA1F2;
    font-size: 1.8rem;
  }
}
.faq .accordion-icon {
  position: absolute;
  background: transparent url(../img/curriculum/denken2-ginou/plus.svg) no-repeat center center / contain;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
@media (max-width: 639px) {
  .faq .accordion-icon {
    width: 1.8rem;
    height: 1.8rem;
  } 
}
.faq .accordion-icon.is-open {
  background-image: url(../img/curriculum/denken2-ginou/minus.svg);
}

/* payment
----------------------*/ 
.payment {
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .payment {
    margin-bottom: 6rem;
  } 
}
.payment-ttl {
  margin-bottom: 3rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
  position: relative;
}
@media (max-width: 639px) {
  .payment-ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    padding: 0.8rem 1rem;
  } 
}
.payment-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: calc(26/16);
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .payment-txt {
    font-size: 1.5rem;
    line-height: calc(24/15);
    margin-bottom: 2rem;
  } 
}
.payment-table table{
  width: 100%;
  border-top: 1px dashed #666666;
}
.payment-table table td{
  border-bottom: 1px dashed #666666;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: calc(24/15);
  padding: 2rem;
}
.payment-table table td:nth-child(1) {
  font-size: 1.6rem;
  width: calc(150% / 1200 * 100);
  text-align: center;
  background: #EFEFEF;
  font-weight: bold;
  line-height: calc(22/16);
  white-space: nowrap;
}
@media (max-width: 639px) {
  .payment-table table td:nth-child(1) {
    width: calc(80% / 335 * 100);
    line-height: calc(26/16);
    padding: 1.4rem 0.5rem;
  } 
}
.payment-table table td:nth-child(2) {
  width: calc(1050% / 1200 * 100);
  line-height: calc(24/15);
  font-size: 1.5rem;
}
@media (max-width: 639px) {
  .payment-table table td:nth-child(2) {
    width: calc(255% / 335 * 100);
    line-height: calc(20/14);
    font-size: 1.4rem;
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  } 
}
.payment-list li {
  position: relative;
  padding-left: 1em;
}
@media (max-width: 639px) {
  .payment-list li {
    margin-bottom: 0.5rem;
  } 
}
.payment-list li:before {
  position: absolute;
  content: "●";
  color: #ccc;
  left: 0;
  top: 0;
}

/* img
----------------*/ 
.img img{
  width: 100%;
  vertical-align: bottom;
}

/* form
-----------------------*/ 
.form-box .form-wrap{
  margin-top: 0;
  padding: 12rem 0;
}
@media (max-width: 639px) {
  .form-box .form-wrap{
    padding: 14.3rem 0 6rem;
    position: relative;
  } 
}
.form-box .form-wrap:before{
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou/form.svg) no-repeat bottom center / contain;
  width: 10.3rem;
  height: 10.3rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 640px) {
  .form-box .form-wrap:before{
    display: none;
  } 
}
.form-wrap .wrap {
  max-width: 1230px;
}
.form-ttl{
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: calc(55/38);
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .form-ttl{
    font-size: 1.6rem;
    line-height: calc(24/16);
  } 
}
.form-box .notice {
  max-width: 793px;
  margin: 0 auto 6rem;
  font-size: 1.4rem;
  line-height: calc(20/14);
}
.form {
  position: relative;
}
.form:before{
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou/form.svg) no-repeat bottom center / contain;
  width: 16rem;
  height: 16rem;
  bottom: 100%;
  left: 2rem;
}
@media (max-width: 1200px) {
  .form:before{
    display: none;
  }
}
.notice{
  font-size: 1.4rem;
  line-height: calc(20/14);
  font-weight: 400;
}
.notice-list li{
  position: relative;
  padding-left: 1em;
}
.notice-list li::before{
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

