/* Color Theme Swatches in Hex */
.color-theme_3125217109-x1000-1-hex {
  color: #F2059F;
}
.color-theme_3125217109-x1000-2-hex {
  color: #968FBF;
}
.color-theme_3125217109-x1000-3-hex {
  color: #023E74;
}
.color-theme_3125217109-x1000-4-hex {
  color: #010326;
}
.color-theme_3125217109-x1000-5-hex {
  color: #05DBF2;
}

/* Gradient in RGBA */
linear-gradient(to right, rgba(190, 0, 117, 1) 0%, 27.27272727272727%, rgba(7, 156, 212, 1) 54.54545454545454%, 77.27272727272727%, rgba(0, 0, 18, 1) 100%);


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  scroll-behavior: smooth;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/*
COMMON
 */
html, body {
  text-align: center;
  font-family: font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fafafafa;
  color: #000;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.clearfix:after {
  content: url(../images/spacer.gif);
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: .1em;
  line-height: 0;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
p {
  margin: 0 0 1em 0;
  line-height: 1.6em;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
/* LINK */
a {
  color: #968FBF;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f00;
  width: 200px;
  height: 200px;
  position: relative;
  behavior: url(css/PIE.htc);
}
/* Responsive */
.inner {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
.forpc {
  display: block;
}
.forsp {
  display: none;
}

/* ANCHOR */
.toTop {
filter: hue-rotate(90deg) brightness(00%) contrast(120%);
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.63;
  width: 30px;
  padding: 0;
  text-align: left;
  line-height: 1em;
  /*z-index: 9999;*/
}
/*

HEADER

*/
header {
  margin: 0;
  padding: 0;
  background-color: #000;
}
.pageTop {
  margin: 0;
  text-align: left;
}
.pageTop a {
  display: inline-block;
  padding: 20px;
}
header img {
  display: block;
}
.title {
  margin: 0;
  padding: 0;
  background:linear-gradient(to right, rgba(190, 0, 117, 1) 0%, 17.27272727272727%, rgba(7, 156, 212, 1) 64.54545454545454%, 77.27272727272727%, rgba(0, 0, 18, 1) 100%);
}
.title img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.title p {
  font-size: 28px;
  color: #000;
  margin: 0 auto;
  line-height: 1.4em;
}
.title h1 {
  padding: 1.2em .5em;
  font-weight: 600;
  color: #fff;
}
/* HEADING */
h1 {
  font-size: 26px;
  line-height: 1.4em;
  font-weight: normal;
  /*color: #000000;*/
}
h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 30px;
}
h3 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 30px;
}
h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.wrapper {
  padding: 0;
  margin: 30px 0 0 0;
}
footer {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  color: #000;
}
/*

CONTENTS

*/
.dlcord {
  display: none;
}
.over-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
}
.pwHeading {
  color: #000;
  text-align: left;
  font-size: 1.1em;
  margin: 40px auto;
}
.pwHeading span{
  font-size: 0.8em;
    line-height: 1.0em;
}
.pwGuide {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}
img.jkt {
  width: 120px;
  height: auto;
  margin: 0;
  border: solid 1px #333;
}
.downloadNote {
  padding: 0 0 0 0;
  margin: 15px 0 0 0;
  font-size: 12px;
  font-family: Verdana, Roboto, 'Droid Sans, '游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN, 'メイリオ, Meiryo, sans-serif;
  line-height: 2em;
  text-align: center;
}
.downloadHowto {
  border: 1px solid #333;
  padding: 10px;
  margin: 20px 0;
  font-size: 12px;
  font-family: Verdana, Roboto, 'Droid Sans, '游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN, 'メイリオ, Meiryo, sans-serif;
}
/* FORM */
form {
  margin: 0 0 20px 0 !important;
}
select {
  padding: 20px 0;
  margin: 0 0 20px 0;
  border: 1px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url(css/PIE.htc);
  font-size: 12px;
  line-height: 1em;
}
input.pwarea {
  width: 14px;
  padding: 8px 10px;
  margin: 0 0 10px 0;
  border: 1px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url(css/PIE.htc);
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}
.btn_submit, .btn_reset {
  color: white;
  border: none;
  box-shadow: none;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px 32px;
  margin: 0 5px;
  cursor: pointer;
}
.btn_submit {
  background-color: #009979 !important;
}
.btn_submit:hover {
  background-color: #009979 !important;
  color: #fff;
}
.btn_reset {
  background-color: #333 !important;
}
.btn_reset:hover {
  background-color: #666 !important;
}
.dl {
  display: inline-block;
  font-size: 13px;
}
.dl .btn_submit {
  width: 100px;
  margin-bottom: 5px;
}
.dl a.btn_submit {
  color: #000;
  display: block;
}
.ttl2 {
  margin: 20px auto 0;
  border-top: dotted 1px #444;
  padding-top: 20px;
}
.topTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
.topTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.chap {
  font-size: 0.9em;
  font-color: #F2E635;
  margin: 0px 10px 10px 0px;
}
.audioList {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.audioList h2, .audioList h3 {
  text-align: left;
  line-height: 1.4em;
}
.audioList h3 {
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #E95722 !important;
}
}
.audioList table {
  width: 100%;
}
.audioList table th, .audioList table td {
  padding: 20px;
  border: solid 1px #000;
}
.audioList table th {
  line-height: 1.4em;
  width: 75%;
}
.audioList table th.dlttl {
  /*	text-align:right;*/
}
.audioList table td {
  text-align: center;
}
.audioList .btn_submit {
  white-space: nowrap;
  display: inline-block;
}
.btn_submit.dl {
  background: #023E74!important;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  display: block;
}
.btn_submit.dl:hover {
  opacity: .7;
}
.audioList table tr.forpctr th, .audioList table tr.forpctr td {
  /*	border-bottom:none!important;*/
}
.audioList table tr.forpctr.dot th, .audioList table tr.forpctr.dot td {
  border-top: 1px dashed #000 !important;
}
/*

OverWriteStyles

*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
hr.dot {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0;
}
/* ALIGNMENT */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
/* Vertical Center */
.verticalcenter p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dlArea a {
  margin: 10px 10px;
}
.audioList dl {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px #939393;
  margin-bottom: 20px;
}
.audioList dl:first-of-type {
  /*border-top: dashed 1px #000;*/
  padding-top: 0px;
}
dt {
  width: 65%;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.4em;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.audioList dt span {}
.audioList dd {
  width: 35%;
  text-align: right;
  margin-bottom: 20px;
}
.audioList audio {
  width: 100%;
}
.audioList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.audioList li {
  padding: 20px;
}
.audioList li.ttl {
  text-align: left;
  margin-bottom: 10px !important;
}
}
@media screen and (max-width: 800px) {
  .inner {
    width: 90%;
  }
  .forpc {
    display: none;
  }
  .downloadNote {
    border-top: 1px dotted #333;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    line-height: 1.6em;
  }
  /*	.forpctr{display:none;}*/
  .btn_submit, .btn_reset {
    padding: 10px 20px;
  }
  .dlArea a {
    margin: 10px auto;
  }
}
@media screen and (max-width: 700px) {
  select {
    width: 360px;
    font-size: 16px;
  }
  input.pwarea {
    width: 20px;
    padding: 8px 5px;
    margin: 0 2px 2px 0;
  }
  .downloadNote {
    text-align: left;
  }
  .dl {
    margin-bottom: 0;
  }
  .forsp {
    display: inline-block;
  }
  .wrapper {
    margin-bottom: 0;
  }
  .pwHeading {
    color: #000;
    text-align: left;
    font-size: 1.0em;
    margin: 20px auto;
  }
  .audioList table th, .audioList table td {
    padding: 10px;
  }
  .audioList table th {
    text-align: left !important;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 14px;
    margin: 0;
  }
  .audioList dl {
    display: block;
    margin-bottom: 30px;
  }
  .audioList dt {
    width: 100%;
    padding-right: 0px;
  }
  .audioList dd {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .audioList h3 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #59152E !important;
  }
}
h3.chap {
  font-size: 1.0em;
  font-color: #F2E635;
  margin: 0px 10px 10px 0px;
}
.shou {
  font-color: #E95722;
}
dl .index {
  margin-bottom: 120px;
}
.tr {
    
  color: #023E74;
  font-weight: 300;
  font-size: 0.9em;
}
@media screen and (max-width: 500px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
