@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-content .video{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  #global-content .video iframe,
  #global-content .video object,
  #global-content .video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #global-wrapper .module-listLayout06 .module-iconPdfM01 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 82.66667%;
    padding: 0.1em 0.25em;
  }
}
/* movie ua */
.device-type-pc .movie-pcHide {
  display: none;
}
.device-type-sp .movie-spHide {
  display: none;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  /* movie ua */
  .device-type-pc .movie-pcHide {
    display: block;
  }
  .device-type-pc .movie-spHide {
    display: none;
  }
  .device-js-on #global-content .video{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .device-js-on #global-content .video iframe,
  .device-js-on #global-content .video object,
  .device-js-on #global-content .video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .device-js-on #global-content #secMovie .listItem{
    width: 100%;
    padding-top: 8%;
  }
  .device-js-on #global-content #secMovie .listItem:first-child{
    padding-top: 0;
  }
  .device-js-on #global-wrapper .module-listLayout06 .module-iconPdfM01 {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 82.66667%;
    padding: 0.1em 0.25em;
  }
  .device-js-on #global-wrapper .module-listLayout06 .listItems .listItem .listDetail .listTitle2 a {
    text-decoration: underline;
  }
}

@media screen and (min-width: 751px) {
  .device-type-sp.device-js-on #global-header .video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .device-type-sp.device-js-on #global-header .video iframe,
  .device-type-sp.device-js-on #global-header .video object,
  .device-type-sp.device-js-on #global-header .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #global-wrapper .module-listLayout06 .listItems .listItem {
    width: 48%;
  }
}