@charset "UTF-8";

a#youtube + section .content_wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
a#youtube + section .content_wrapper .youtube_block {
  width: 48%;
  padding-top: unset;
}
a#youtube + section .content_wrapper .youtube_block iframe {
  height: 310px;
  position: unset;
  top: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  a#youtube + section .content_wrapper .youtube_block {
    width: 100%;
  }
  a#youtube + section .content_wrapper .youtube_block iframe {
    height: 250px;
  }
}

/*---スマホ時フォントサイズ調整
---------------------------------------------*/
@media screen and (max-width: 800px) {
  #fs_1 + section .heading.block_header_1 .h {
    font-size: 2.6vw;
  }

  #fs_2 + div .heading.block_header_1 .h {
    font-size: 4vw;
  }

  #fs_2 + div .heading.block_header_1 + .add_text {
    font-size: 3.4vw;
  }

  #fs_3 + section .heading.block_header_1 .h {
    font-size: 3.4vw;
  }
}
