/** initial */
* {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
html {
  font-size: initial;
  -webkit-tap-highlight-color: initial;
}
body {
  font-size: intial;
  color: initial;
  background-color: initial;
}
:after,
:before {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background-color: initial;
}
a {
  color: initial;
  text-decoration: initial;
}
a:hover {
  color: initial;
  text-decoration: initial;
}
a:focus {
  outline: initial;
  outline-offset: intial;
}
a:focus,
a:hover {
  color: intial;
  text-decoration: initial;
}
label {
  display: initial;
  max-width: initial;
  margin-bottom: initial;
  font-weight: initial;
}
img {
  vertical-align: initial;
}
.btn-lg,
.btn-md,
.btn-sm {
  display: inline-block;
  text-align: center;
  font-family: 'arial', 'sans-serif', 'helvetica', 'sans-serif', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ';
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 0;
  padding: 0;
}
.btn-lg:hover,
.btn-md:hover,
.btn-sm:hover {
  background-color: #4D4D4D;
  border-radius: 0;
}
.btn-lg.disabled,
.btn-md.disabled,
.btn-sm.disabled {
  opacity: 0.3;
  cursor: default;
}
.btn-lg.disabled:hover,
.btn-md.disabled:hover,
.btn-sm.disabled:hover {
  background-color: #000;
  color: white;
  border-radius: 0;
}
.btn-lg {
  font-size: 1.4em;
  line-height: 2.9em;
  min-width: 314px;
  padding-left: 1em;
  padding-right: 1em;
}
.btn-md {
  font-size: 1.2em;
  line-height: 2.5em;
  min-width: 296px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.btn-sm {
  font-size: 1.2em;
  line-height: 2.2em;
  min-width: 219px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
button.btn-lg,
button.btn-md,
button.btn-sm {
  margin-left: 1px;
  margin-right: 1px;
}
.has-error {
  color: red;
}
.notes {
  font-size: 0.8em;
  text-align: right;
  color: red;
  margin-bottom: 1em;
}
/** model */
.modal_overlay {
  opacity: 0.6;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 88888888;
}
.dialog {
  opacity: 1;
  display: block;
  padding: 1em;
  width: 60%;
  position: fixed;
  top: 10%;
  left: 20%;
  background-color: #FFFFFF;
  z-index: 99999999;
  border: solid;
}
.dialog .title {
  margin-bottom: 1.5em;
}
.dialog .body {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  text-align: center;
}
.dialog .footer {
  text-align: center;
}
.dialog_bid {
  opacity: 1;
  display: block;
  padding: 1em;
  width: 96.1%;
  position: fixed;
  top: 15%;
  left: 1%;
  background-color: #FFFFFF;
  z-index: 99999999;
  border: solid;
  text-align: center;
}
.dialog_bid .title {
  margin-bottom: 1.5em;
}
.dialog_bid .body {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  text-align: center;
}
.dialog_bid .body_attention {
  font-size: 1.2em;
  text-align: center;
}
.dialog .body_attention {
  font-size: 1.2em;
  text-align: center;
}
.dialog_bid .footer {
  text-align: center;
}
.btn-correction {
  width: 156px;
  height: 38px;
  font-size: 13px;
  font-family: 'arial', 'sans-serif';
  color: white;
  background-color: rgba(240, 10, 10, 0.82);
  border: 0px;
  border-radius: 10px 10px;
  -moz-border-radius: 10px 10px;
  -webkit-border-radius: 10px 10px;
  -ms-border-radius: 10px 10px;
  margin-right: 50px;
  outline: none;
}
/** login */
form .login-form {
  width: 100%;
  float: left;
  margin: 0.5em 0;
}
form .login-form .login-label {
  width: 28%;
  text-align: right;
  float: left;
}
form .login-form .login-input {
  width: 40%;
  margin-left: 1em;
  float: left;
}
form .login-form .login-log {
  width: 20%;
  text-align: left;
  margin-left: 1em;
  white-space: nowrap;
  float: left;
}
.watch_youtube_btn {
  margin-left: 21.5em;
}
.attention_ja {
  font-size: 75%;
  margin-top: 20px;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.attention_en {
  display: inline-block;
  font-family: "Georgia", serif;
  margin-bottom: 15px;
}
/*# sourceMappingURL=pc.css.map */