@charset "UTF-8";
/* line 3, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
body {
  background-color: #5E85BC;
}

/* line 6, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#main {
  height: 92px;
  background-color: #ebebeb;
}

/* line 11, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#wrapper {
  background-color: #eee;
}

@media screen and (max-width: 800px) {
  /* line 16, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  #main {
    height: 1px !important;
    background-color: #eee;
  }
}
@media screen and (max-width: 768px) {
  /* line 22, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  #main {
    height: 1px !important;
    background-color: #eee;
  }
}
@media screen and (max-width: 640px) {
  /* line 28, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  #main {
    display: none;
    background: none;
  }
}
/* line 34, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 40, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
header div.btn {
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
  cursor: default;
}

/* line 47, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.form {
  background-color: #eee;
  margin-bottom: 40px;
  font-size: 14px;
}

/* line 53, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 {
  background-color: #eee;
  padding-top: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
  /* line 60, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  #sec01 {
    padding-top: 20px;
  }
}
/* line 65, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 h1 {
  color: #fff;
  padding: 8px;
  font-size: 20px;
  background-color: #5E85BC;
  margin-top: 0px;
  padding-left: 26px;
  background-image: url("../img/header_bar.png");
  background-image: url("/assets/lp/header_bar-c44b131c398627441d8ca6ecebbd8cc8d2fa829cd800eb910bc37db361dc57f1.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 82, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.form section div.contain {
  background-color: #fff;
  padding-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px 0px !important;
}

/* line 90, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.form section div.contain div.form-group {
  margin-bottom: 16px;
  font-weight: bold;
}

/* line 96, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.form section div.contain input, div.form section div.contain select, div.form section div.contain textarea {
  padding: 4px;
  border: 0;
  padding: 10px;
  border: solid 1px #ccc;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 109, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.form-group textarea {
  width: 95%;
  height: 150px;
}

/* line 114, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.form_box_input {
  padding: 30px;
}

@media screen and (max-width: 640px) {
  /* line 119, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  div.form-group img {
    width: 12px !important;
    height: 12px !important;
  }
}
/* line 126, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.control {
  text-align: center;
}

/* line 130, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.control p {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 135, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.control button {
  margin-top: 0px;
  cursor: pointer;
}

/* line 140, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.form-group span {
  color: #a33;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 15px;
}

/* line 147, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.attention {
  margin: 0px;
  padding: 0px;
  color: #f44;
}

/* line 153, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.input_value {
  padding: 4px;
  padding-left: 10px;
  border: solid 1px #ccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: normal;
}

/* line 163, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.complete p {
  line-height: 1.8em;
  font-size: 16px;
}

/* line 168, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.complete table {
  margin-bottom: 20px;
}

/* line 172, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
div.complete table th, div.complete table td {
  line-height: 1.6em;
  font-size: 16px;
}

/* line 177, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
img.header_logo {
  cursor: pointer;
}

/* line 181, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.btn {
  background-color: #5e85bc;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  color: #fff;
  text-align: center;
  margin-left: 10px;
  margin: 380px auto 0 auto;
  width: 300px;
  font-size: 20px;
}

/* line 197, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.btn {
  font-size: 16px;
  width: 230px;
  margin-bottom: 10px;
  border: 0px solid #5e85bc;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

/* line 207, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.btn:hover {
  background-color: #41BCC4;
}

/* line 211, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.hidden {
  display: none;
}

/* line 215, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.legend {
  font-weight: normal !important;
  text-align: right  !important;
  margin-bottom: 0px  !important;
}

@media screen and (max-width: 480px) {
  /* line 222, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  .legend {
    text-align: left  !important;
    margin-bottom: 10px  !important;
  }
}
/* line 232, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

/* line 237, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement p.contents_title {
  font-size: 18px;
  color: #60608A;
  font-weight: bold;
}

/* line 243, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement p.contetns_sub_title {
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 248, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement hr.top {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 253, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement hr {
  margin-top: 0px;
  margin-bottom: 40px;
}

/* line 258, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement a.toplink {
  display: block;
  margin-right: 0px;
  float: right;
  font-size: 12px;
}

/* line 265, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement a.toplink:hover, #sec01 div.agreement a.toplink:visited {
  color: #0000ee;
}

/* line 269, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement br.clear_both {
  clear: both;
}

/* line 274, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement ul {
  padding-left: 40px;
}

/* line 278, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.agreement ul.index {
  padding-left: 20px;
  list-style-type: square;
}

/* line 283, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
#sec01 div.control {
  padding-bottom: 30px;
}

/* line 289, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
header .btn {
  width: 100px;
  float: right;
}

/* line 290, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
header .fR {
  margin-top: 0px;
}

/* line 291, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
header .btn {
  background-color: #15305e;
}

/* line 292, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.amd img {
  vertical-align: middle;
}

/* line 293, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.amd a:hover img {
  opacity: 0.5;
}

/* line 294, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.amdlogo {
  mix-blend-mode: multiply;
}

/* line 295, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
.amd {
  width: 80%;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 960px) {
  /* line 298, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  .amd {
    width: 80%;
    position: static;
    bottom: 0;
    right: 0;
    float: right;
  }

  /* line 299, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  .amd img.amdlogo {
    width: 100%;
    float: right;
  }
}
@media screen and (min-width: 640px) {
  /* line 302, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  .amd img.amdlogo {
    max-width: 250px;
  }

  /* line 303, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  header .fR {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  /* line 306, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  #sp_head .btn {
    width: 100%;
  }

  /* line 307, /home/appuser/lms/app/assets/stylesheets/lp/correct.css.scss */
  #sp_head a img.amdlogo {
    margin-bottom: 1%;
  }
}
