@charset "utf-8";
/*-----------------------------------------------
* special
-------------------------------------------------*/
@media screen and (max-width: 767px) {
  #special h2 {
    font-size: 70px
  }
}

#special #cnt {
  font-size: 16px
}

@media screen and (max-width: 767px) {
  #special #cnt {
    font-size: 14px
  }
}

#special h3 {
  font-size: 35px;
  border-bottom: 4px solid #62BFB3;
  margin-bottom: 70px;
  display: inline-block;
  font-size: 35px;
  font-weight: 600
}

@media screen and (max-width: 767px) {
  #special h3 {
    font-size: 24px;
    border-bottom: 3px solid #62BFB3;
    margin-bottom: 50px;
    display: block;
    line-height: 1.2
  }
}

#special h3 p {
  padding-bottom: 10px
}

#special .read {
  text-align: left;
  padding-bottom: 20px
}

@media screen and (max-width: 767px) {
  #special .read {
    padding-bottom: 10px
  }
}

#special .attention {
  text-align: left;
  color: #EE847D
}

@media screen and (max-width: 767px) {
  #special .attention {
    font-size: 12px;
    line-height: 1.3
  }
}

#special .wall_area {
  width: 1000px;
  margin: 70px auto 70px auto;
  text-align: left
}

@media screen and (max-width: 767px) {
  #special .wall_area {
    width: 100%;
    margin: 50px auto 50px auto
  }
}

#special .wall_area p {
  padding-bottom: 3px;
  margin-left: 50px
}

@media screen and (max-width: 767px) {
  #special .wall_area p {
    margin-left: 0
  }
}

#special .wall_area p.ttl {
  font-weight: bold;
  border-bottom: 2px solid #62BFB3;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 50px
}

@media screen and (max-width: 767px) {
  #special .wall_area p.ttl {
    margin-left: 0
  }
}

#special .wall_area ul {
  margin-top: 55px
}

#special .wall_area ul li {
  width: 225px
}

@media screen and (max-width: 767px) {
  #special .wall_area ul li {
    width: 65%;
    margin: 0 auto 50px auto
  }
}

#special .wall_area ul li .img {
  position: relative;
  line-height: 0;
  margin-bottom: 20px
}

#special .wall_area ul li .img p {
  position: relative;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
  margin-left: 0
}

#special .wall_area ul li .img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #62BFB3;
  top: 5px;
  left: 5px
}

#special .wall_area ul li a {
  display: block;
  width: 195px;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  #special .wall_area ul li a {
    width: 80%
  }
}

#special .icon_area {
  width: 1000px;
  margin: 0 auto 0 auto;
  text-align: left
}

@media screen and (max-width: 767px) {
  #special .icon_area {
    width: 100%;
    margin: 0 auto 50px auto
  }
}

#special .icon_area p.icon {
  padding-left: 50px
}

@media screen and (max-width: 767px) {
  #special .icon_area p.icon {
    padding-left: 0;
    padding-bottom: 30px
  }
}

#special .icon_area ul {
  justify-content: flex-start
}

#special .icon_area ul li {
  width: 480px;
  margin-top: 35px;
  margin-right: 20px
}

@media screen and (max-width: 767px) {
  #special .icon_area ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px
  }
}

#special .icon_area ul li p {
  padding-bottom: 10px
}

@media screen and (max-width: 767px) {
  #special .icon_area ul li p {
    font-size: 15px;
    padding-bottom: 5px
  }
}

@media screen and (max-width: 767px) {
  #special .icon_area ul li ul {
    justify-content: space-between
  }
}

#special .icon_area ul li ul li {
  margin-top: 0;
  width: 130px
}

@media screen and (max-width: 767px) {
  #special .icon_area ul li ul li {
    width: 46%
  }
}

#special .icon_area ul li ul li a {
  display: block;
  margin-top: 5px
}

#special #cnt .wrapper .h4_box {
  padding: 10px 0 60px 0;
}

#special #cnt .wrapper .nominate_ss .wrap {
  display: flex;
  align-items: center;
  height: 140px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#special #cnt .wrapper .nominate_ss .slideshow {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0;
  line-height: 0;

  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;

}

#special #cnt .wrapper .nominate_ss .content {
  width: 300px;
  height: 140px;
  margin-right: 20px;
}

#special #cnt .wrapper .nominate_ss .content:nth-child(1) {
  background-color: tomato;
  background-image: url(http://img.youtube.com/vi/5NZeAU9nxTU/hqdefault.jpg);
  background-size: cover;
  background-position: center center;
}

#special #cnt .wrapper .nominate_ss .content:nth-child(2) {
  background-color: orange;
  background-image: url(http://img.youtube.com/vi/CUncHVfqcVI/hqdefault.jpg);
  background-size: cover;
  background-position: center center;
}

#special #cnt .wrapper .nominate_ss .content:nth-child(3) {
  background-color: blue;
  background-image: url(http://img.youtube.com/vi/Q0EY-zpNnn8/hqdefault.jpg);
  background-size: cover;
  background-position: center center;
}

#special #cnt .wrapper .nominate_ss .content a {
  width: 100%;
  height: 100%;
  display: block;
}

#special #cnt .wrapper .nominate {
  display: flex;
  width: 100%;
}

#special #cnt .wrapper .nominate div {
  margin: 0 5px 0 5px;
}

#special #cnt .wrapper .nominate div p span {
  font-size: small;
}

#special #cnt .wrapper .nominate div a p {
  margin: 5px 0 0 0;
  text-align: center;
}

#special #cnt .wrapper .txtdef {
  margin: 10px auto 90px auto;
}

#special #cnt .wrapper .pc {
  display: block;
}

#special #cnt .wrapper .sp {
  display: none;
}

#special #cnt .wrapper .cast_msg_form {
  margin: 0 auto 60px auto;
  text-align: center;
}

#special #cnt .wrapper .cast_msg_form textarea {
  width: 70%;
}

#special #cnt .wrapper .cast_msg_form input {
  background-color: rgb(250, 250, 250);
  width: 84px;
  font-size: 12px;
  color: black;
  height: auto;
  margin: 0px;
  padding: 0px;
}

#special #pagenavi {
  width: auto;
  margin: 20px auto 100px auto;
}

@media screen and (max-width: 767px) {
  #special #cnt .wrapper .pc {
    display: none;
  }

  #special #cnt .wrapper .sp {
    display: block;
  }

  #special #cnt .wrapper .nominate {
    display: block;
  }

  #special #cnt .wrapper .txtdef {
    width: 100% !important;
  }

  #special #cnt .wrapper .txtdef #tblOuter1HEv0enbs-l-lcle-l,
  #special #cnt .wrapper .txtdef #tblOuter4fH-8inbs-l-lcle-m,
  #special #cnt .wrapper .txtdef #tblOuter01UYC9nbs-l-lcle-n {
    width: 100% !important;
  }

  #special #cnt .wrapper .txtdef #tblOuter1HEv0enbs-l-lcle-l tr,
  #special #cnt .wrapper .txtdef #tblOuter4fH-8inbs-l-lcle-m tr,
  #special #cnt .wrapper .txtdef #tblOuter01UYC9nbs-l-lcle-n tr {
    width: 100% !important;
  }

  #special #cnt .wrapper .txtdef #tblOuter1HEv0enbs-l-lcle-l tr td,
  #special #cnt .wrapper .txtdef #tblOuter4fH-8inbs-l-lcle-m tr td,
  #special #cnt .wrapper .txtdef #tblOuter01UYC9nbs-l-lcle-n tr td {
    width: 100% !important;
  }

  #special #cnt .wrapper .txtdef #tblOuter1HEv0enbs-l-lcle-l tr td hr,
  #special #cnt .wrapper .txtdef #tblOuter4fH-8inbs-l-lcle-m tr td hr,
  #special #cnt .wrapper .txtdef #tblOuter01UYC9nbs-l-lcle-n tr td hr {
    width: 100% !important;
  }


  #special #cnt .wrapper .txtdef #tblOuter1HEv0enbs-l-lcle-l tr td .style1hev0enbs-l-lcle-l,
  #special #cnt .wrapper .txtdef #tblOuter4fH-8inbs-l-lcle-m tr td .style4fh-8inbs-l-lcle-m,
  #special #cnt .wrapper .txtdef #tblOuter01UYC9nbs-l-lcle-n tr td .style01uyc9nbs-l-lcle-n {
    width: 100% !important;
  }

  #special #cnt .wrapper .cast_msg_form textarea {
    width: 100%;
  }

  #special #pagenavi {
    width: auto;
    margin: 20px auto;
  }
}