@charset "UTF-8";
.serial_code{
  background-color: #dae3f3;
}
.serial_code_notice{
  margin: 0 auto;
  text-align: center;
    line-height: 1.5;
}
.serial_code_input{
  margin-left: auto;
  margin-right: auto;
}
.serial_code_heading {
  display: inline-block;
  font-weight: bold;
  width: 4.7em;
}
.serial_code_item {
  display: inline-block;
  width: -webkit-calc(100% - 4.7em);
  width: calc(100% - 4.7em);
}
.serial_code_width{
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notes h1{
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #ff0000;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  z-index: 50;
}
.notes_body{
  border: 2px solid #ff0000;
  padding: 10px;
  margin-top: -18px;
  z-index: 1;
}
ul.notes_list{
  background-color: #dae3f3;
  border: solid 1px #688eb2;
  color: #00064c;
  list-style: none;
  margin-right: 0;
  padding:10px 10px 10px 20px;
  text-indent: -1em;
}
.notes_txt1{
  color: #ff0000;
}
.error{
  border: solid 2px #ff0000;
  text-align: center;
}
@media screen and (min-width: 768px){
  .serial_code {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .serial_code_notice{
    max-width: 550px;
  }
  .serial_code_input{
    max-width: 545px;
    font-size: 1.25rem;
  }
  .notes{
    margin-top: 30px;
  }
  .notes_body{
    padding: 10px;
  }
  .notes h1{
    font-size: 1rem;
  }
  .notes h2{
    margin-top: 20px;
    font-size: 1rem;
  }
  .notes p,
  .notes ul{
    font-size: 0.875rem;
    line-height: 1.78571;
  }
  .error{
    margin-top: 90px;
    margin-bottom: 100px;
    padding: 10px 15px 20px;
  }
  .error_br_pc{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .serial_code {
    padding: 15px;
  }
  .serial_code_input{
    max-width: 300px;
  }
  .notes{
    margin-top: 17.5px;
    margin-bottom:  16px;
  }
  .notes_body{
    padding: 10px 15px;
    max-height: -webkit-calc(100vw - 70px);
    max-height: calc(100vw - 70px);
    overflow: auto;
  }
  .notes h1{
    font-size: 0.75rem;
  }
  .notes h2{
    margin-top: 15px;
    font-size: 0.75rem;
  }
  .notes p,
  .notes ul{
    font-size: 0.75rem;
    line-height: 1.66667;
  }
  .guidelines_body {
    height: -webkit-calc(100vw - 70px);
    height: calc(100vw - 70px);
  }
  .error{
    margin-top: 45px;
    margin-bottom: 50px;
    padding: 7px 10px 20px;
    font-size: 0.75rem;
  }
  .error_br_pc{
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .serial_code_notice{
    margin-left: 0;
  }
}