/* 全体 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:link,
a:visited {
  color: #FE7410;
}

a[target="_blank"]::after {
  content: "" !important;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/fs_ico_blank.svg) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0 0.5em 0 0.1em;
}

a.no-icn[target="_blank"]::after {
  display: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;

}

#norton_cpn {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #242e39;
}

#norton_cpn img {
  font-size: 0;
  vertical-align: bottom;
  margin-bottom: 1%;
}

/* ヘッダー画像 */

.header img.logo {
  width: 137px;
  margin: 1.5% 0;
}

.header {
  max-width: 960px;
  margin: 0 auto;
}

.header img {
  width: 100%;
}

/* キャンペーン概要 */
.table_all {
  max-width: 960px;
  margin: 3em auto 10em;
}

.title p {
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto 1em;
}

.title p::before {
  content: "";
  padding: 0.25em;
  border-left: solid 0.25em #FEE010;
}

.bikou p {
  font-size: 14px;
  line-height: 1.8;
}

.center p {
  text-align: center;
}

.right p {
  text-align: right;
}

/* キャンペーン概要 表 */
.cpn_table {
  margin: 0 auto 3em;
  border: 2px solid #242e39;
  border-radius: 0.75em;
  overflow: hidden;
  width: 100%;
}

.cpn_table table {
  width: 100%;
}

.cpn_table tr {
  width: 100%;
}

.cpn_table th {
  width: 30%;
  padding: 1em 1.5em;
  font-weight: bold;
  background: #e4e4e4;
  text-align: left;
  border-bottom: 1px solid #242e39;
  vertical-align: middle;
  line-height: 1.2;
}

.cpn_table tr:last-of-type th,
.cpn_table tr:last-of-type td {
  border: none;
}

.cpn_table td {
  width: 70%;
  padding: 1em 1.5em;
  text-align: left;
  background: #FFF;
  border-bottom: 1px solid #242e39;
  line-height: 1.8;
}

/*応募するボタン*/
.btn {
  text-align: center;
  position: fixed;
  width: 100%;
  padding: 1% 0;
  background-color: #fff;
  bottom: 0;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  z-index: 2;
  opacity: 0;
}

.btn.non-fixed {
  box-shadow: none;
  padding: 2em 0;
}

#entry.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#entry.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100%);
  }
}

.btn a {
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  padding: 1em 3em;
  color: #fff;
  border: solid 2px #242e39;
  border-radius: 3em;
  background-color: #242e39;
  text-decoration: none;
  transition: all ease .3s;
}

.btn a:hover {
  background-color: #FEE010;
  color: #242e39;

}

/* フッター */
.footer {
  background-color: #242e39;
  width: 100%;
  min-height: 170px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  padding: 40px 0;
}

.footer .links {
  width: 70%;
  margin: 0 auto;
  height: 26px;
  display: flex;
  justify-content: center;
}

.footer .links div {
  font-size: 18px;
  border-right: 2px solid #fff;
}

.footer .links div:nth-child(3) {
  border: none;
}

.footer .links a {
  margin: 0 2em 0;
  text-decoration: none;
  color: #fff;
}

.footer .copyright {
  width: 600px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
}

.footer .footer-logo {
  width: 200px;
  height: auto;
  margin-right: 30px;
  margin-left: 20px;
}

.footer .copy-txt {
  margin-top: 10px;
}


#announcement {
 background-color: #99c62f;
 padding: 0 100px 100px 100px;
}

.announcement {
  background-color: #fff;
  border-radius: 0.75em;
  padding: 2vw 5vw;
  margin: 2vw auto;
  width: 960px;
}

.last  {
  margin-bottom: 150px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex img {
  width: 250px;
  margin-left: 15px;
}

.titie {
  font-size: 1.2em;
  font-weight: bold;
}

.text {
  font-weight: normal;
  margin-top: 15px;
}

.announcement-images {
  margin: 0 auto;
  display: block;
}


@media screen and (max-width:959px) {
  #norton_cpn {
    width: 100%;
    min-width: inherit;
  }

  .header img.logo {
    margin: 3%;
  }

  .header .bikou {
    padding: 2.5% 5% 0;
  }

  .table_all {
    padding: 0 5%;
  }

  .cpn_table {
    width: 100%;
    border-radius: 0.5em;
    border: solid 1.5px;
  }

  .cpn_table th,
  .cpn_table td {
    width: 100%;
    display: block;
    padding: 1em;
  }

  .cpn_table tr:last-of-type th {
    border-bottom: 1px solid #242e39;
  }

  .btn {
    padding: 5%;
  }

  .btn.non-fixed {
    padding: 0 5% 2em;
  }

  .btn a {
    display: block;
    padding: 1em 0;
  }

  .footer .links {
    display: block;
    height: inherit;
    text-align: center;
  }

  .footer .links div {
    border: none;
    margin: 0.5em auto;
  }

  .footer .links a {
    margin: 0;
  }

  .footer .copyright {
    width: 100%;
    padding: 0 5%;
    flex-direction: column;
    text-align: center;
  }

  .footer .footer-logo {
    max-width: 90vw;
    margin: 0 auto;
  }

  #announcement {
    padding: 5%;
   }

   .announcement {
    width: 90vw;
    font-size: .9em;
   }

}


@media screen and (max-width:959px) {
  .flex {
    display: block;
  }
  
  .flex img {
    width: 40vw;
    margin-left: none;
    margin: 0 auto;
    display: block;
  }
}