/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

h1.title {
    margin: 0 0 10px;
    padding: 0 4%;
    line-height: 1.3;
    font-size: 32px;
    width: 63%;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-family:NtMotoya StAporo Std W4;
    overflow: hidden;
}

body {
    background: #F9F9F9;
    color: #444;
    font-family:IwaUDGoHonPro-RA;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}