@charset "UTF-8";
@media screen and (min-width: 770px) {
  .under__title {
    margin-bottom: 127px;
  }
  #conts_livecamera .content_wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  #conts_livecamera .title_box {
    text-align: center;
    margin-bottom: 84px;
  }
  #conts_livecamera .h3_jp {
    font-weight: 500;
  }
  #conts_livecamera .title_box .h3_jp {
    font-weight: 500;
    margin-bottom: 16px;
  }
  #conts_livecamera .content_box {
    text-align: center;
  }
  #conts_livecamera .icon_img {
    width: 66px;
    margin: 0 auto 16px;
  }
  #conts_livecamera .camera_box {
    margin-bottom: 94px;
  }
  #conts_livecamera .content_title_box {
    margin-bottom: 32px;
  }
  #conts_livecamera .video_block {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #conts_livecamera .video_box {
    width: 585px;
    margin-bottom: 30px;
  }
  #conts_livecamera .video_box:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_livecamera .direction_title {
    text-align: center;
    padding: 12px 4% 10px;
    margin-bottom: 10px;
  }
  #conts_livecamera .anemometer_box {
    margin-bottom: 78px;
  }
  #conts_livecamera .video {
    width: 585px;
    margin: 0 auto;
  }


}

@media screen and (max-width: 769px) {
  .under__title {
    margin-bottom: 16px;
  }
  #conts_livecamera .h2_jp {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  #conts_livecamera .title_box {
    text-align: left;
    margin-bottom: 34px;
    
  }
  #conts_livecamera .title_box .h3_jp {
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
  }
  #conts_livecamera .content_box {
    text-align: center;
  }
  #conts_livecamera .icon_img {
    width: 40px;
    margin-right: 10px;
  }
  #conts_livecamera .camera_box {
    margin-bottom: 54px;
  }
  #conts_livecamera .content_title_box {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #conts_livecamera .video_block {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #conts_livecamera .video_box {
    width: 100%;
    margin: 0 0 14px 0;
  }
  #conts_livecamera .video_box:last-of-type {
    margin-bottom: 0;
  }
  #conts_livecamera .direction_title {
    text-align: center;
    padding: 8px 4% 6px;
  }
  #conts_livecamera .anemometer_box {
    margin-bottom: 38px;
  }
  #conts_livecamera .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  #conts_livecamera .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
