@charset "UTF-8";
.scinfo-c::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 100px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .scinfo-c::after {
    height: 10px;
    margin-top: 85px;
  }
}
.scinfo-c__wrap {
  padding: 0 20px;
}
.scinfo-c__topbox {
  max-width: 940px;
  padding: 26px 20px 23px;
  margin: 60px auto 50px;
  background: #EAEAED;
}
@media screen and (width <= 900px) {
  .scinfo-c__topbox {
    padding: 25px 20px 20px;
  }
}
.scinfo-c__title0 {
  font-size: 25px;
  font-weight: 600;
  color: #1B1538;
  text-align: center;
}
@media screen and (width <= 900px) {
  .scinfo-c__title0 {
    font-size: 16px;
  }
}
.scinfo-c__title1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 940px;
  min-height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  color: #1B1538;
  text-align: center;
  border: 1px solid #1B1538;
}
@media screen and (width <= 900px) {
  .scinfo-c__title1 {
    font-size: 16px;
  }
}
.scinfo-c__title1_1 {
  margin-top: 111px;
}
.scinfo-c__text0, .scinfo-c__text1, .scinfo-c__text2, .scinfo-c__text3, .scinfo-c__list0 {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
}
@media screen and (width <= 900px) {
  .scinfo-c__text0, .scinfo-c__text1, .scinfo-c__text2, .scinfo-c__text3, .scinfo-c__list0 {
    font-size: 13px;
    line-height: 20px;
  }
}
.scinfo-c__text0 {
  max-width: 860px;
  margin: 27px auto 0;
}
.scinfo-c__text1 {
  max-width: 940px;
  margin: 25px auto 0;
}
.scinfo-c__text2 {
  max-width: 940px;
  margin: 0 auto;
}
.scinfo-c__text3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin: 0 auto;
}
.scinfo-c__text3::before {
  display: block;
  content: "※";
}
.scinfo-c__list0 {
  max-width: 940px;
  padding-left: 1em;
  margin: 11px auto 0;
}
.scinfo-c__list0 li {
  list-style: disc;
}
.scinfo-c__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 470px;
  height: 59px;
  margin: 50px auto 0;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-indent: 1px;
  letter-spacing: 1px;
  background: #1B1538;
  border-radius: 11px;
}
@media screen and (max-width: 800px) {
  .scinfo-c__btn {
    padding: 0 20px 0 5px;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 10px;
  }
}
.scinfo-c__btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 6px;
  height: 15px;
  content: "";
  background-image: url("../img/card-news-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .scinfo-c__btn::after {
    right: 10px;
  }
}
.scinfo-c__list1 {
  max-width: 940px;
  padding-left: 5px;
  margin: 27px auto 35px;
}
.scinfo-c__list1_1 {
  margin: 43px auto 0;
}
.scinfo-c__list1_2 {
  margin: 27px auto 42px;
}
.scinfo-c__list1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 35px;
  color: #000;
  text-decoration: underline;
}
@media screen and (width <= 900px) {
  .scinfo-c__list1 a {
    font-size: 13px;
    line-height: 26px;
  }
}
.scinfo-c__list1 a span::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-left: 13px;
  content: "";
  background-image: url("../img/icon-pdf.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (width <= 900px) {
  .scinfo-c__list1 a span::after {
    margin-left: 5px;
  }
}
.scinfo-c__list1 a::before {
  display: block;
  width: 10px;
  height: 15px;
  margin-right: 6px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #000;
}
.scinfo-c__list2 {
  max-width: 940px;
  padding-left: 5px;
  margin: 27px auto 42px;
}
.scinfo-c__list2_last {
  padding-bottom: 72px;
  margin: 27px auto 0;
}
@media screen and (width <= 900px) {
  .scinfo-c__list2_last {
    padding-bottom: 0;
  }
}
.scinfo-c__list2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 35px;
  color: #000;
  text-decoration: underline;
}
@media screen and (width <= 900px) {
  .scinfo-c__list2 a {
    font-size: 13px;
    line-height: 26px;
  }
}
.scinfo-c__list2 a::before {
  display: block;
  width: 10px;
  height: 15px;
  margin-right: 6px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #000;
}
.scinfo-c__linkblank {
  color: #000;
  text-decoration: underline;
}
.scinfo-c__linkblank::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 5px;
  content: "";
  background-image: url("../img/icon-link.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (width <= 900px) {
  .scinfo-c__linkblank::after {
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}