@charset "UTF-8";
@media (min-width: 768px) {
  .youtube_pc-none {
    display: none; } }

@media (max-width: 767px) {
  .youtube_pc-none {
    display: block; } }

@media (min-width: 768px) {
  .youtube_sp-none {
    display: block; } }

@media (max-width: 767px) {
  .youtube_sp-none {
    display: none; } }

.youtube-main {
  background: -webkit-gradient(120deg, #ffffff, #e0e3d4);
  background: linear-gradient(120deg, #ffffff, #e0e3d4);
  margin-bottom: -5em;
  font-family: "ヒラギノ角ゴ Pro N", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }
  @media (min-width: 768px) {
    .youtube-main {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .youtube-main {
      padding: 60px 20px; } }

.youtube-logo {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .youtube-logo {
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .youtube-logo {
      padding: 0 20px; } }

.youtube_title {
  font-size: 20px;
  text-align: center;
  border: solid 4px #07204a;
  color: #07204a;
  background: #fff;
  padding: 10px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .youtube_title {
      margin-bottom: 50px;
      font-size: 45px;
      padding: 30px; } }

.youtube_flex {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .youtube_flex:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-top: -40px; }
    .youtube_flex:nth-of-type(even) .youtube_flex_text {
      padding-top: 100px; }
  .youtube_flex:last-of-type {
    margin-bottom: 70px; }

.youtube_flex_text {
  width: 412px;
  font-size: 24px; }

@media (min-width: 768px) {
  .youtube_flex_figure {
    width: 759px; } }

@media (max-width: 767px) {
  .youtube_flex_figure {
    margin-bottom: 26px; } }

@media (min-width: 768px) {
  .youtube_sp_box {
    display: none; } }

@media (max-width: 767px) {
  .youtube_sp_box {
    padding: 25px 17px;
    border: solid 3px #4674be;
    background: #fff;
    margin-bottom: 60px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6; }
    .youtube_sp_box p:not(:last-of-type) {
      margin-bottom: 20px; } }

@media (min-width: 768px) {
  .youtube_contents {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.youtube_point {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .youtube_point {
      display: -ms-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; } }

.youtube_point_item {
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(155, 156, 152, 0.75);
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .youtube_point_item {
      width: 376px;
      height: 376px;
      font-size: 30px; } }
  @media (max-width: 767px) {
    .youtube_point_item {
      width: 205px;
      height: 205px;
      margin-left: auto;
      margin-right: auto; }
      .youtube_point_item:not(:last-of-type) {
        margin-bottom: 27px; } }

.youtube_headline {
  background: #4674be;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-weight: 600; }
  @media (min-width: 768px) {
    .youtube_headline {
      font-size: 30px; } }
  .youtube_headline::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 23.5px 0 23.5px;
    border-color: #4674be transparent transparent transparent; }
/*# sourceMappingURL=youtube.css.map */
