@charset "utf-8";

/* about */

.video {
  clear: both;
  width: 940px;
  padding: 70px 5px 0 5px;
  margin: 0 auto;
  text-align: center;
}

.v-title {
  clear: both;
  margin: 10px auto;
  max-width: 940px;
  text-align: left;
  color: #00a0ea;
  border-bottom: 1px solid #00a0ea;
}

.v-title h1 {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: lighter;
}

.v-box {
  margin: 10px auto 20px auto;
  max-width: 940px;
  text-align: center;
}

.vt {
  margin: 0 auto;
  text-align: left;
}

.vt p{
  margin-bottom: -0px;
  font-weight: bold;
}

.vm {
  margin: 10px auto 10px auto;
}

iframe {
  width: 700px;
  height: 394px;
}


@media screen and (max-width:940px) {
  .video {
    clear: both;
    width: 100%;
    padding: 70px 5px 0 5px;
    margin: 0 auto;
    text-align: center;
  }
  
  .v-title {
    margin: 10px auto;
    max-width: 730px;
    text-align: left;
    color: #00a0ea;
    border-bottom: 1px solid #00a0ea;
  }
  
  .v-title h1 {
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: lighter;
  }

  .v-box {
    margin: 10px auto 20px auto;
    max-width: 730px;
    text-align: center;
  }

  .vt {
    margin: 0 auto;
    text-align: left;
  }

  .vt p{
    margin-bottom: -0px;
    font-weight: bold;
  }

  .vm {
    margin: 10px auto 10px auto;
  }

  iframe {
    width: 550px;
    height: 309px;
  }
}


@media screen and (max-width:600px) {
  .video {
    clear: both;
    width: 100%;
    padding: 70px 5px 0 5px;
    margin: 0 auto;
    text-align: center;
  }
  
  .v-title {
    margin: 10px auto;
    width: 100%;
    text-align: left;
    color: #00a0ea;
    border-bottom: 1px solid #00a0ea;
  }
  
  .v-title h1 {
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: lighter;
  }

  .v-box {
    margin: 10px auto 20px auto;
    max-width: 100%;
    text-align: center;
  }

  .vt {
    margin: 0 auto;
    text-align: left;
  }

  .vt p{
    margin-bottom: -0px;
    font-weight: bold;
  }

  .vm {
    position: relative;
    height: 0;
    overflow: hidden;
    margin: 5px auto 10px auto;
    padding-top: 56.25%;
  }

  .vm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}