@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  /*vertical-align:baseline;*/
  vertical-align: top;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  display: inline-table;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
a {
  color: #DD6A0C;
  text-decoration: none;
}

a:hover {
  color: #DD6A0C;
  text-decoration: underline;
}

a:hover img {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  background-color: #ECECEC;
  color: #606060;
  font-size: 18px;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif, 'JapanSans100';
}

#wrap {
  margin: 0 auto;
  background: #ffffff;
  width: 980px;
}

#contents {
  padding: 0 25px;
  width: 930px;
}

h1 {
  margin-bottom: 20px;
  width: 980px;
}

h1.headfont {
  padding: 25px 0;
  font-size: 48px;
  line-height: 1.25em;
  text-align: center;
}

.detail_txt {
  margin-bottom: 20px;
}

.detail_txt span {
  color: #36bbdb;
  font-weight: bold;
  font-size: 20px;
}

#offPlayer {
  width: 260px;
}

/* keep the controls visible during playback */
#audioOnly {
  border-radius: 1em;
}

#audioOnly .vjs-control-bar {
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
}

/* round the corners of the player */
/* remove the background from the big play button */
.video-js.vjs-mouse .vjs-big-play-button {
  background: none;
}

/* round the corners of the dock */
#audioOnly .vjs-dock-text {
  border-radius: 1em 1em 0 0;
}

h2 {
  /* CSS3草案 */
  /* Safari,Google Chrome用 */
  border-radius: 3px;
  background-color: #36bbdb;
  padding: 10px 25px;
  width: 880px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  /* Firefox用 */
}

#form_area {
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  margin: 10px auto;
  border-radius: 3px;
  background-color: #F5F5F5;
  padding: 35px 0;
  width: 930px;
  /* Firefox用 */
}

#formCaption {
  text-align: center;
}

#form_area table {
  margin: 0 auto;
  padding: 0 145px;
  width: 850px;
}

#form_area table td {
  padding-bottom: 20px;
}

#form_area .button {
  display: block;
  margin: 0 auto;
  width: 320px;
}

#form_area .button:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.privacy {
  margin: 20px 0px 20px 0px;
  padding: 0 15px;
  font-size: 12px;
  text-align: left;
}

.privacy ul {
  margin: 0px;
  padding: 0px;
}

.privacy ul li {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

.footer {
  margin: 50px auto 0 auto;
}

.footer ul.sns {
  display: block;
  margin: 0 auto;
  width: 180px;
  list-style-type: none;
}

.footer ul.sns li {
  float: left;
  line-height: 0;
}

.footer .sns li:last-child {
  float: right;
}

.footer .copy {
  vertical-align: middle;
  padding: 30px 0;
  font-size: 12px;
  text-align: center;
}

/* THANKS */
.thanks {
  /* CSS3草案 */
  /* Safari,Google Chrome用 */
  border-radius: 3px;
  background-color: #F5F5F5;
  padding: 35px 0;
  text-align: center;
  /* Firefox用 */
}

.thanks span {
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 768px){
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    font-size: 14px;
  }
  #wrap {
    width: 100%;
    overflow: hidden;
  }
  h1 {
    margin-bottom: 0;
    width: 100%;
  }
  #contents {
    padding: 0 5%;
    width: 90%;
  }
  .detail_txt span {
    font-size: 17px;
  }
  #offPlayer {
    width: 70%;
  }
  /* keep the controls visible during playback */
  #audioOnly {
    border-radius: 1em;
  }
  #audioOnly .vjs-control-bar {
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
  }
  /* round the corners of the player */
  /* remove the background from the big play button */
  .video-js.vjs-mouse .vjs-big-play-button {
    background: none;
  }
  /* round the corners of the dock */
  #audioOnly .vjs-dock-text {
    border-radius: 1em 1em 0 0;
  }
  h2 {
    padding: 10px 5%;
    width: 90%;
  }
  #form_area {
    padding: 35px 5%;
    width: 90%;
  }
  #form_area .button {
    width: 70%;
  }
  .privacy {
    padding: 0;
  }
  .footer {
    width: 100%;
  }
  .footer ul.sns {
    width: 50%;
  }
  /* THANKS */
  .thanks span {
    font-size: 20px;
  }
}
