@charset "UTF-8";
/**
 *
 * about: 777CON-PASSとは？
 *
*/
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	About
-----------------------------*/
#About .inner .youtube {
  width: 480px;
  line-height: 0;
  margin: 0 auto 80px auto;
}

#About .inner .youtube iframe {
  width: 100%;
  height: 270px;
}

#About .inner .image {
  width: 100%;
}

#About .inner h4 {
  background: #ff6000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  padding: 25px 0;
  border-radius: 10px;
}

#About .inner h4 p {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-style: italic;
}

#About .inner h4 p label {
  font-size: 35px;
  color: #fff600;
  margin-bottom: 8px;
}

#About .inner .cache {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  font-style: italic;
}

#About .inner .cache label {
  color: #ff6000;
  display: inline;
}
#About .inner .itemlist {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

#About .inner .itemlist .item {
  max-width: 480px;
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}
@media all and (max-width: 1024px) {
  #About {
    padding-bottom: 10.66667vw;
  }
  #About .inner .youtube {
    width: 94.66667vw;
    margin: 0 auto 9.6vw auto;
  }
  #About .inner .youtube iframe {
    height: 53.384vw;
  }
  #About .inner h4 {
    max-width: unset;
    margin: 0 auto 5.33333vw auto;
    padding: 2.66667vw 0;
    border-radius: 2.13333vw;
  }
  #About .inner h4 p {
    font-size: 4.26667vw;
    line-height: 8vw;
  }
  #About .inner h4 p label {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
  #About .inner .cache {
    font-size: 5vw;
    line-height: 7vw;
    letter-spacing: 0;
  }
  #About .inner .itemlist {
    width: 100%;
    max-width: unset;
    margin: 6vw auto 0 auto;
  }
  #About .inner .itemlist .item {
    max-width: unset;
    width: 100%;
    margin: 0 auto 7vw auto;
  }
}

#About2 {
  padding-top: 30px;
}

@media all and (max-width: 1024px) {
  #About2 {
    padding-top: 3.73333vw;
  }
}
