@charset "UTF-8";
/*================================================
  sytle.scss make start
=================================================*/
body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "メイリオ",sans-serif;
}

.content-head {
  background-color: #0e0405;
  width: 100%;
  height: 980px;
}

.content-head .wrap {
  width: 960px;
  height: inherit;
  margin: 0 auto;
  background-image: url(../img/bg_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

.content-head .wrap h1 {
  text-indent: -9999px;
  height: 0;
}

.content-head .wrap .desc {
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #666;
  border-radius: 10px;
  margin: 210px auto 0 auto;
  width: 860px;
  padding: 20px 30px;
}

.content-head .wrap .desc p {
  line-height: 180%;
  font-size: 1.3em;
  font-weight: bold;
}

.content-head .wrap a {
  margin: 15px 0 0 0;
  padding: 40px 0 0 0;
  display: inline-block;
  background-image: url(../img/arrow.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 150px;
  font-size: 1.1em;
  color: #ff0;
}

.content-head .wrap a:hover {
  color: #ff0;
  text-decoration: none;
  -webkit-animation-name: move;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.content-body {
  background-color: #fff;
  margin: 0 0 30px 0;
  width: 100%;
}

.content-body h2 {
  color: #000;
  font-size: 2.2em;
  padding: 20px 0 20px 0;
}

.content-body .wrap {
  width: 960px;
  margin: 0 auto;
}

.content-body .wrap ul {
  list-style: none;
  margin: 0 0 0 160px;
}

.content-body .wrap ul li {
  background-image: url(../img/icon_mic.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  text-align: left;
  border-bottom: 1px dotted #666;
  width: 620px;
  margin: 10px 0 0 0px;
  padding: 3px 0 0 17px;
}

.content-body .wrap ul li:first-child {
  margin: 0;
}

@-webkit-keyframes move {
  form {
    margin-top: 15px;
  }
  50% {
    margin-top: 25px;
  }
  to {
    margin-top: 15px;
  }
}

@keyframes move {
  form {
    margin-top: 15px;
  }
  50% {
    margin-top: 25px;
  }
  to {
    margin-top: 15px;
  }
}
