body {
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color:#333;
}

/*form {
  margin-right: 15px !important;
  margin-left: 15px !important;
}*/

input[type=radio] { /* bugfix */
  margin-left: -15px !important;
}

a.uline {
  text-decoration: underline;
}

body {
}

body .container {
  margin-top: 10px;
}

body .container header {
  margin-bottom: 20px;
}

body .container .content {
}

body .container footer {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px #c0c0c0 solid;
}

/** youtube **/
.video-wrap {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* countdown */
@media (max-width: 768px) {
  .countdown-item-xs-last {
    border-right:0;
  }
}

.countdown-item-last {
  border-right:0;
}

/* question list */
#testForm {
  position: relative;
  visibility: hidden;
}

/* indicator */
#indicator {
  background-color: #fff;
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  z-index: 9999;
}

#indicator img {
  position:absolute;
  top:10px;
  left:10px;
}

.panel {
border: none !important;
}

/* header */
.header_container {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.header_logo {
  width: 156px;
}
@media (min-width: 992px) {
  .header_logo {
    width: 234px;
  }
}

.header_logo img {
  width: 100%;
  height: auto;
}

.header_nav {
  margin-left: 1.5em;
}