@media screen and (min-width: 769px) {
  .toppage .cert__main--list {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    margin-top: 63px;
    margin-bottom: 186px;
  }
  .toppage .cert__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14.5px 0;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: rgba(245, 245, 245, 0.46);
  }
  .toppage .cert__main--list ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Source Han Sans Regular JP';
    color: #000000;
    padding: 20px 42px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toppage .cert__main--list ul li:not(:last-of-type) {
    border-right: 1px solid #DEDEDE;
  }
  .toppage .cert__main--list ul li:nth-of-type(1) {
    width: 300px;
    font-family: 'Source Han Sans Bold JP';
    font-weight: 700;
  }
  .toppage .cert__main--list ul li:nth-of-type(2) {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .toppage .cert__main--list ul li:nth-of-type(3) {
    width: 227px;
  }
  .toppage .cert__main--list ul + ul {
    margin-top: 7px;
  }
  .toppage .cert__main--list ul.title {
    background: #456A9D;
    padding: 7px 0;
    margin-bottom: 10px;
  }
  .toppage .cert__main--list ul.title li {
    color: #fff;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Source Han Sans Regular JP';
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .toppage .cert__main--list ul.title li:nth-of-type(1) {
    font-family: 'Source Han Sans Regular JP';
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .toppage .cert__main .ttl {
    margin-left: 0;
  }
  .toppage .cert__main--list {
    margin-top: 14.8vw;
    margin-bottom: 21.06667vw;
    background: rgba(245, 245, 245, 0.46);
    padding: 3.73333vw 2.13333vw;
  }
  .toppage .cert__main--list ul {
    padding: 0 0 7.73333vw;
  }
  .toppage .cert__main--list ul:not(:last-of-type) {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 7.73333vw;
  }
  .toppage .cert__main--list ul li {
    font-size: 4.26667vw;
    line-height: 6.66667vw;
    font-weight: 400;
    font-family: 'Source Han Sans Regular JP';
    color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .toppage .cert__main--list ul li::before {
    content: attr(data-title);
    width: 100%;
    text-align: center;
    color: #fff;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    background: #456A9D;
    font-size: 4.26667vw;
    line-height: 6.66667vw;
    padding: 2.93333vw 0;
    margin-bottom: 3.46667vw;
  }
  .toppage .cert__main--list ul li + li {
    margin-top: 6.4vw;
  }
  .toppage .cert__main--list ul li:nth-of-type(1) {
    font-family: 'Source Han Sans Bold JP';
    font-weight: 700;
  }
  .toppage .cert__main--list ul.title {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pageNews .news .news__main {
    width: 100%;
    max-width: 960px;
    margin: 103px auto;
  }
  .pageNews .news .news__main h3 {
    text-align: center;
    font-size: 37px;
    line-height: 54px;
    font-weight: 700;
    color: #000000;
  }
  .pageNews .news .news__main time {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 55px;
  }
  .pageNews .news .news__main .content {
    margin-top: 34px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
  }
  .pageNews .news .news__main .content p {
    margin-bottom: 35px;
  }

}

@media screen and (max-width: 769px) {
  .pageNews .news .news__main {
    width: 100%;
    margin: 11.7333vw auto;
  }
  .pageNews .news .news__main h3 {
    text-align: left;
    font-size: 6.6666vw;
    line-height: 9.6vw;
    font-weight: 700;
    color: #000000;
  }
  .pageNews .news .news__main time {
    display: block;
    text-align: right;
    font-size: 4.2666vw;
    line-height: 6.4vw;
    font-weight: 700;
    margin-top: 2.6666vw;
  }
  .pageNews .news .news__main .content {
    margin-top: 14.1333vw;
    font-size: 4.2666vw;
    line-height: 9.3333vw;
    font-weight: 400;
  }
  .pageNews .news .news__main .content p {
    margin-bottom: 9.3333vw;
  }
}

.cky-btn-revisit-wrapper {
  display: none!important;
}