@charset "UTF-8";
/* reset */
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;
}

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, main, menu, nav, section, summary {
  display: block;
}

* {
  max-height: 999999px !important;
  -webkit-appearance: none;
}

a {
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus,
*:focus {
  outline: none;
}

img {
  display: block;
}

a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

select {
  cursor: pointer;
}
select option {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

select,
input,
textarea,
button {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 767px) {
  select,
  input,
  textarea,
  button {
    font-size: 24px !important;
  }
}

html {
  height: 100%;
}

body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  background: #f5f5f5;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 1201px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 24px;
    width: 100%;
  }
}
body strong {
  font-weight: bold;
}
body em {
  padding: 5px;
  background: #fff000;
  font-weight: bold;
}
body u {
  text-decoration: underline;
}
body span.large {
  font-size: 24px;
  font-weight: bold;
}

.window {
  font-size: 14px !important;
}
.window select,
.window input,
.window textarea,
.window button {
  font-size: 14px !important;
}
.window .btn {
  padding: 10px 20px !important;
}

@media screen and (min-width: 1201px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

footer {
  display: block;
  text-align: center;
  color: #2C3E50;
}
@media screen and (min-width: 1201px) {
  footer {
    padding: 10px 0;
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  footer {
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  footer {
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin: 0 auto;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    height: auto !important;
    margin: 15px 0;
    padding: 20px !important;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1201px) {
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="password"] {
    padding: 0 15px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="password"] {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="password"] {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="password"] {
    padding: 20px !important;
    font-size: 24px;
  }
}
.form-group .form-control {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .form-group .form-control {
    height: auto !important;
  }
}
.form-group .form-control:focus {
  border-width: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-group select.form-control option {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.form-group .checkbox input[type=checkbox] {
  margin: 0 !important;
}
.form-group .checkbox label {
  position: relative;
  top: -6px;
}
.form-group .red {
  font-weight: bold;
  color: #C00;
}
@media screen and (min-width: 1201px) {
  .form-group .red {
    font-size: 12px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .form-group .red {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .form-group .red {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-group .red {
    font-size: 18px;
  }
}
.form-group .redbull {
  margin: 0 0 3px;
  display: block;
  font-weight: bold;
  color: #C00;
}
@media screen and (min-width: 1201px) {
  .form-group .redbull {
    font-size: 12px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .form-group .redbull {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .form-group .redbull {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-group .redbull {
    font-size: 18px;
  }
}
.form-group .confirm {
  margin: 0 0 10px;
  padding: 15px 20px;
  background: #f8f8f8;
  border-radius: 4px;
}
@media screen and (min-width: 1201px) {
  .form-group label {
    font-size: 14px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .form-group label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .form-group label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .form-group label {
    font-size: 20px;
  }
}
.form-group label strong {
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .form-group textarea.form-control {
    height: 200px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .form-group textarea.form-control {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .form-group textarea.form-control {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .form-group textarea.form-control {
    height: 300px !important;
  }
}

.form-group.detail label {
  padding: 10px 15px;
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
}
.form-group.detail div {
  padding: 10px 25px;
  background: #fff;
  border-bottom: 1px solid #f8f8f8;
}

.form-group.float {
  width: 50%;
  float: left;
}

.form-control.short1 {
  width: 20%;
  display: inline-block;
}

.form-control.short2 {
  width: 35%;
  display: inline-block;
}

.form-control.short3 {
  width: 80%;
  display: inline-block;
}

.form-control.short4 {
  width: 49%;
  display: inline-block;
}

.wrapper-top {
  width: 100%;
  margin: 0 0 35px;
  background: url(../images/mainv_bg.png) no-repeat;
  background-size: cover;
  box-shadow: 0 4px 4px rgba(64, 64, 64, 0.1);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1201px) {
  .wrapper-top {
    height: 210px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper-top {
    height: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper-top {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-top {
    height: 129px;
  }
}
.wrapper-top header {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 1201px) {
  .wrapper-top header {
    width: 980px;
    height: 210px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper-top header {
    width: 980px;
    height: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper-top header {
    width: 800px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-top header {
    width: 600px;
    height: 160px;
  }
}
.wrapper-top header img {
  width: 100%;
}

.wrapper.present .wrap {
  padding: 30px 40px;
}
.wrapper.present .wrap header h1 {
  margin: 0 0 40px;
  line-height: 1.2;
  letter-spacing: -2px;
  text-align: center;
  font-family: "AxisStd-Bold" !important;
  font-weight: bold;
  color: #8b8448;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap header h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap header h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap header h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap header h1 {
    font-size: 44px;
  }
}
.wrapper.present .wrap .present-wrap {
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-wrap {
    font-size: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-wrap {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-wrap {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-wrap {
    font-size: 28px;
  }
}
.wrapper.present .wrap .present-wrap .present-regist {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-wrap .present-regist {
    margin: 0 auto;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-wrap .present-regist {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-wrap .present-regist {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-wrap .present-regist {
    margin: 0 auto 60px;
  }
}
.wrapper.present .wrap .present-wrap .present-regist figure {
  border: 4px solid #eee;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-wrap .present-regist figure {
    width: 35%;
    margin: 50px auto;
    float: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-wrap .present-regist figure {
    width: 35%;
    margin: 50px auto;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-wrap .present-regist figure {
    margin: 30px auto;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-wrap .present-regist figure {
    margin: 30px auto;
    display: none;
  }
}
.wrapper.present .wrap .present-wrap .present-regist figure img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-wrap .present-regist .form {
    width: 60%;
    margin: 50px auto;
    float: right;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-wrap .present-regist .form {
    width: 60%;
    margin: 50px auto;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-wrap .present-regist .form {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-wrap .present-regist .form {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.wrapper.present .wrap .present-wrap .present-regist .form .form-group {
  margin: 0 auto 10px;
}
.wrapper.present .wrap .present-wrap .present-regist .form .form-group label {
  display: block;
  text-align: left;
  font-weight: bold;
}
.wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="text"],
.wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="email"],
.wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="password"] {
  padding: 7px 20px;
  width: 100%;
  display: block;
  background-color: #f8f8f8;
  border: 2px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="text"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="email"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="password"] {
    font-size: 18px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="text"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="email"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="password"] {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="text"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="email"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="password"] {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="text"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="email"],
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="password"] {
    font-size: 24px;
  }
}
.wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="text"]:focus,
.wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="email"]:focus,
.wrapper.present .wrap .present-wrap .present-regist .form .form-group input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.wrapper.present .wrap .present-wrap .present-regist .form .form-group p {
  margin: 10px 0 0;
  line-height: 1.4;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group p {
    font-size: 14px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-wrap .present-regist .form .form-group p {
    font-size: 20px;
  }
}
.wrapper.present .wrap .present-wrap .present-regist .form button[type="submit"] {
  width: 100%;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(top, #62e366 0%, #008510);
  background: -webkit-gradient(linear, left top, left bottom, from(#62e366), to(#008510));
  border: 1px solid #157d00;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-wrap .present-regist .form button[type="submit"] {
    font-size: 20px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-wrap .present-regist .form button[type="submit"] {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-wrap .present-regist .form button[type="submit"] {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-wrap .present-regist .form button[type="submit"] {
    font-size: 28px !important;
  }
}
.wrapper.present .wrap .present-wrap .present-regist .form button[type="submit"]:hover {
  border-color: #a88734 #9c7e31 #846a29;
  background: #f2c861;
  background: -webkit-linear-gradient(top, #f5d78e, #eeb933);
  background: linear-gradient(to bottom, #f5d78e, #eeb933);
  color: #111;
}
.wrapper.present .wrap .present-add {
  margin: 50px 0;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-add {
    font-size: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-add {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-add {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-add {
    font-size: 28px;
  }
}
.wrapper.present .wrap .present-add h2 {
  line-height: 1;
  font-weight: bold;
  font-size: 70px;
  color: #8b8448;
}
.wrapper.present .wrap .present-add h2 span {
  font-size: 48px;
}
.wrapper.present .wrap .present-add h3 {
  margin: 30px 0 10px;
  font-size: 34px;
  font-weight: bold;
}
.wrapper.present .wrap .present-add p {
  margin: 20px 0;
}
.wrapper.present .wrap .present-add ul li {
  margin: 10px 0;
  border-radius: 4px;
  background: #E8D79C;
  font-weight: bold;
  color: #222;
  background: -moz-linear-gradient(top, #f0ebaf 0%, #b3a93d);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0ebaf), to(#c7c17e));
  border: 1px solid #8c8c3c;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-add ul li {
    padding: 10px;
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-add ul li {
    padding: 10px;
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-add ul li {
    padding: 15px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-add ul li {
    padding: 20px;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
  }
}
.wrapper.present .wrap .present-add ul li span {
  padding: 3px 25px 0;
  background: #f8f8f8;
  display: inline-block;
  border-radius: 4px;
  text-shadow: 0 0 0;
  color: #111;
}
@media screen and (min-width: 1201px) {
  .wrapper.present .wrap .present-add ul li span {
    margin: 0 20px 0 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper.present .wrap .present-add ul li span {
    margin: 0 20px 0 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper.present .wrap .present-add ul li span {
    margin: 0 auto 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.present .wrap .present-add ul li span {
    margin: 0 auto 10px;
    font-size: 28px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px 10px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/rainbow_bg.png) repeat-y;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}
.wrapper h1 {
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .wrapper h1 {
    font-size: 12px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper h1 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper h1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper h1 {
    font-size: 16px;
  }
}
.wrapper .wrap.under {
  padding: 50px;
}
.wrapper .wrap.under h2 {
  margin: 40px 0;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.wrapper .wrap.under dl dt {
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap.under dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap.under dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap.under dl dt {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap.under dl dt {
    font-size: 28px;
  }
}
.wrapper .wrap.under dl dd {
  margin: 0 0 40px;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap.under dl dd {
    font-size: 13px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap.under dl dd {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap.under dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap.under dl dd {
    font-size: 18px;
  }
}
.wrapper .wrap {
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.wrapper .wrap .link {
  padding: 10px 0 5px;
  background: #222;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .link {
    font-size: 13px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .link {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .link {
    font-size: 18px;
  }
}
.wrapper .wrap .link a {
  text-decoration: underline;
  color: #fff;
}
.wrapper .wrap .link a:hover {
  text-decoration: none;
}
.wrapper .wrap footer {
  padding: 5px 0 10px;
  background: #222;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap footer {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap footer {
    font-size: 18px;
  }
}
.wrapper .wrap header {
  padding: 20px 0 0;
}
.wrapper .wrap header figure {
  margin: -40px 0 0 10px;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap header figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap header figure {
    display: none;
  }
}
.wrapper .wrap header .first {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap header .first {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap header .first {
    margin: 0 0 10px;
  }
}
.wrapper .wrap header div {
  width: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.wrapper .wrap header div img {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper .wrap .campaign {
  width: 95%;
  margin: 40px auto;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .campaign {
    padding: 20px 30px;
    border: 7px solid #C7B6C7;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .campaign {
    padding: 20px 30px;
    border: 7px solid #C7B6C7;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .campaign {
    padding: 10px 20px;
    border: 5px solid #C7B6C7;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .campaign {
    padding: 10px 20px;
    border: 5px solid #C7B6C7;
  }
}
.wrapper .wrap .campaign h2 {
  background: #C7B6C7;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .campaign h2 {
    padding: 10px 20px;
    margin: -20px -30px 30px;
    font-size: 28px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .campaign h2 {
    padding: 10px 20px;
    margin: -20px -30px 30px;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .campaign h2 {
    padding: 5px 20px;
    margin: -10px -20px 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .campaign h2 {
    padding: 5px 20px;
    margin: -10px -20px 20px;
    font-size: 32px;
  }
}
.wrapper .wrap .campaign .campaign-content {
  margin: 0 0 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .campaign .campaign-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .campaign .campaign-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .campaign .campaign-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .campaign .campaign-content {
    font-size: 24px;
  }
}
.wrapper .wrap .campaign .campaign-list {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content {
    width: 48%;
    float: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content {
    width: 48%;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content {
    width: 100%;
  }
}
.wrapper .wrap .campaign .campaign-list .campaign-list-content .list-title {
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content .list-title {
    font-size: 18px;
  }
}
.wrapper .wrap .campaign .campaign-list .campaign-list-content ul {
  margin: 0 0 0 20px;
}
.wrapper .wrap .campaign .campaign-list .campaign-list-content ul li {
  list-style: disc;
  line-height: 1.4;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .campaign .campaign-list .campaign-list-content ul li {
    font-size: 20px;
  }
}
.wrapper .wrap .campaign .campaign-list .campaign-list-content:last-child {
  float: right;
}
.wrapper .wrap .opt {
  width: 100%;
  margin: 30px 0 0;
  box-sizing: border-box;
  background: url(../images/present_bg.png) repeat-y;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .opt {
    padding: 20px 40px 20px 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .opt {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .opt {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .opt {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .opt figure {
    width: 29%;
    float: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .opt figure {
    width: 29%;
    float: left;
  }
}
.wrapper .wrap .opt figure img {
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .opt figure img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .opt figure img {
    margin: 0 auto;
  }
}
.wrapper .wrap .opt .form {
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .opt .form {
    margin: -20px 0 0;
    float: right;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .opt .form {
    margin: -20px 0 0;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .opt .form {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .opt .form {
    margin: 20px auto 0;
  }
}
.wrapper .wrap .opt .form h2 {
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 1px 3px #555;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.wrapper .wrap .opt .form h2 img {
  max-width: 100%;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .opt .form h2 {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap .opt .form h2 {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap .opt .form h2 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .opt .form h2 {
    margin: 0 0 20px;
  }
}
.wrapper .wrap .opt .form .form-group {
  margin: 0 0 7px !important;
  text-align: center;
}
.wrapper .wrap .opt .form .form-group input[type="text"],
.wrapper .wrap .opt .form .form-group input[type="email"] {
  width: 95%;
  margin: 0 auto;
  border: 4px solid #ddd;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #888;
}
.wrapper .wrap .opt .form .form-group .submit {
  width: 509px;
  height: 76px;
  margin: 20px auto 0;
  border: 0;
  background: url(../images/cv_btn_hover.png) no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .wrap .opt .form .form-group .submit input[type="image"] {
  width: 509px;
  height: 76px;
  opacity: 1;
  text-indent: -99999px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .wrap .opt .form .form-group .submit input[type="image"]:hover {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .wrap .wrap-present {
  margin: 0 -10px;
}
.wrapper .wrap .wrap-present div img {
  max-width: 100%;
}
.wrapper .wrap-btn {
  padding: 40px 0;
  text-align: center;
}
.wrapper .wrap-btn .amazon,
.wrapper .wrap-btn .pdf {
  margin: 0 0 50px;
  text-align: center;
}
.wrapper .wrap-btn .amazon h3,
.wrapper .wrap-btn .pdf h3 {
  margin: 0 0 10px;
  letter-spacing: -2px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap-btn .amazon h3,
  .wrapper .wrap-btn .pdf h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .wrap-btn .amazon h3,
  .wrapper .wrap-btn .pdf h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .wrapper .wrap-btn .amazon h3,
  .wrapper .wrap-btn .pdf h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap-btn .amazon h3,
  .wrapper .wrap-btn .pdf h3 {
    font-size: 28px;
  }
}
.wrapper .wrap-btn .amazon img,
.wrapper .wrap-btn .pdf img {
  margin: 0 auto;
}

.sweet-alert .sa-error-container {
  display: none;
}
