@charset "shift_jis";
/* Updated 2025/02/07,T */
/* Updated 2021/10/22,T */
/* Updated 2021/09/17,T */
.title-background01>.inner>.body>.text {
  width: calc(9.4em + 130px);
}
.title-background01>.inner>.body::before {
  background: url("/kojin/smbcseminar/imgs/index_bg_01_pc.png");
}
.content-block01 .column-layoutB4>* {
  width: 49%;
}
.pointList {
  display: flex;
  justify-content: space-between;
  margin-top: 123px;
  padding: 0 30px;
}
.pointList li {
  position: relative;
  width: 300px;
  text-align: center;
}
.pointList li:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -25px;
  width: 77px;
  height: 80px;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.pointList .point01:before {
  background-image: url("/kojin/smbcseminar/imgs/index_ico_01.png");
}
.pointList .point02:before {
  background-image: url("/kojin/smbcseminar/imgs/index_ico_02.png");
}
.pointList .point03:before {
  background-image: url("/kojin/smbcseminar/imgs/index_ico_03.png");
}
.pointList .imgItem {
  text-align: center;
}
.pointList .txtItem {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.pointList .txtItem .underLine {
  text-decoration: underline;
  text-decoration-color: #C4D700;
  text-decoration-thickness: 8px;
  text-underline-offset: -7px;
}
.exampleArea {
  background-color: #F3F8F6;
  margin-top: 80px;
}
.exampleArea .exampleInr {
  margin: 0 auto;
  padding: 40px 50px 52px;
}
.exampleArea h2 {
  font-size: 28px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.exampleArea .exampleList {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}
.exampleArea .exampleList li {
  width: 385px;
  padding: 28px 22px;
  background-color: #fff;
  border-radius: 9px;
  margin: 0 10px;
}
.exampleArea .topTtl {
  font-size: 24px;
  font-weight: bold;
  color: #004831;
  text-decoration: underline;
  text-decoration-color: #C4D700;
  text-decoration-thickness: 4px;
}
.exampleArea .nomalTxt {
  margin-top: 30px;
  font-size: 16px;
}
.exampleArea .nomalTxt .colorTxt {
  color: #004831;
  font-weight: bold;
}
.exampleArea .bottomCont {
  margin-top: 10px;
  padding-top: 11.5px;
  border-top: 1px solid #D5DEDB;
}
.exampleArea .bottomCont .bottomTtl {
  font-size: 14px;
}
.exampleArea .bottomCont .decoTxt {
  margin-top: 8px;
}
.exampleArea .bottomCont .decoTxt span {
  padding: 0 5px;
  font-size: 14px;
  color: #004831;
  background-color: #C4D700;
  border-radius: 4px;
}
.img-block01>.img, .img-block02>.img {
  width: 74px;
}
.voiceArea .voiceInr {
  padding: 48px 0 90px;
}
.voiceArea h2 {
  font-size: 28px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.voiceArea .commentWrap {
  margin-top: 24px;
}
.voiceArea .commentList {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.voiceArea .commentWrap .commentList:first-child {
  margin-top: 0;
}
.voiceArea .commentList .commentItem {
  position: relative;
  width: 1066px;
  height: 50%;
  padding: 13px 34px;
  background-color: #E2EFBC;
  border: 1px solid #d5dedb;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  border-radius: 4px;
}
.voiceArea .commentList .commentItem.rightComment:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -7px;
  width: 7px;
  height: 12px;
  background-image: url("/kojin/smbcseminar/imgs/index_ico_04.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  transform: rotate(180deg);
}
.voiceArea .commentList .commentItem.leftComment:after {
  content: "";
  position: absolute;
  top: 27px;
  right: -7px;
  width: 7px;
  height: 12px;
  background-image: url("/kojin/smbcseminar/imgs/index_ico_04.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.voiceArea .commentList .commentItem .ageTxt {
  color: #788883;
}
.btn-type01 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .title-background01>.inner>.body::before {
    background: url("/kojin/smbcseminar/imgs/index_bg_01_sp.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
  }
  [class*=column-layoutA], [class*=column-layoutB] {
    display: block;
  }
  .content-block01 .column-layoutB4>* {
    width: 100%;
  }
  .pointList {
    display: block;
  }
  .pointList li {
    width: 100%;
    margin-top: 150px;
  }
  .pointList li:before {
    left: 25px;
  }
  .exampleArea {
    width: 100%;
    box-sizing: border-box;
  }
  .exampleArea .exampleInr {
    width: 100%;
    padding: 30px 15px 35px;
  }
  .exampleArea .exampleList {
    display: block;
  }
  .exampleArea .exampleList li {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .voiceArea .commentList .commentItem {
    width: 100%;
  }
  .voiceArea .commentList .imgItem {
    width: 30%;
  }
  .btn-type01 {
    width: 100%;
  }
  .list-scroll01 {
    padding-right: 0 !important;
  }
  .list-scroll01>.list {
    padding-right: 4.8vw;
  }
}