@charset "utf-8";
:root {
  --color_font: #444444;
  --color_font_sub: #8C8C8C;
  --color_border: #CCCCCC;
  --color_background: #F9F9F9;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
body {
  color: var(--color_font);
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* html body,
* html input,
* html textarea {
  font-family: 'Open Sans', sans-serif;
}
* {
  box-sizing: border-box;
}
ul li,
ol li,
dl dt,
dl dd {
  letter-spacing: .05em;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all .4s ease;
  color: var(--color_font);
}
a img {
  transition: all .4s ease;
}
a:hover,
a:focus,
a:visited,
a:active {
  color: var(--color_font);
}
a:hover img {
  opacity: .7;
}
img,
picture,
video {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 auto;
}
sup {
  font-size: .6em;
  vertical-align: top;
}
strong {
  font-weight: 600;
}
hr {
  border-color: var(--color_border);
  margin-top: 10px;
  margin-bottom: 10px;
}
p:empty {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
input,
textarea,
select,
button {
  max-width: 100%;
}
form.form {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
form.form p {
  background: rgba(255, 255, 255, 0.9);
  font-size: 130%;
  padding: 20px 25px;
  color: #2e3a87;
  line-height: 1.6;
  text-align: left;
  letter-spacing: normal;
  overflow: hidden;
}
form.form p label {
  color: #2e3a87 !important;
}
form.form p label.field-label {
  display: block;
  font-weight: 600;
}
form.form p label.field-label::after {
  content: "*";
  color: #c80000;
}
@media (min-width: 768px) {
  form.form p label.field-label {
    width: 220px;
    float: left;
    padding: 0 25px 0 0;
  }
}
form.form p label.inline {
  display: inline-block;
  margin: 0 25px 0 10px;
}
form.form p input.text {
  width: 400px;
  max-width: 100%;
  padding: 5px;
}
@media (min-width: 768px) {
}
form.form p select {
  background: #fff;
  padding: 5px;
}
form.form p textarea {
  height: 200px;
  width: 500px;
  max-width: 100%;
  font-size: 100%;
  resize: vertical;
}
form.form p.last_name,
form.form p.age,
form.form p.topics_of_interest,
form.form p.additional_comments {
  background: rgba(255, 252, 227, 0.9);
}
form.form p.tw100 input.text {
  width: 100px;
}
form.form p.tw500 input.text {
  width: 500px;
}
form.form p.topics .value span {
  display: block;
}
form.form p.pp {
  padding: 30px !important;
  margin: 20px 0 0 0 !important;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 116%;
}
form.form p.pp span.value {
  margin: 0;
  font-weight: 600;
}
form.form p.pp span.description {
  height: 90px;
  overflow-y: auto;
  margin: 30px 0 0 0;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  padding: 30px;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #222;
  font-family: 'Crimson Text', serif;
  font-size: small;
}
form.form p.submit {
  text-align: center;
  padding-top: 50px;
}
form.form p.errors {
  padding: 5px 0;
  color: #c80000;
}
form.form p.error.no-label {
  padding-top: 0;
  color: #c80000;
}
@media (min-width: 768px) {
  form.form p.error.no-label {
    margin-left: 270px;
  }
}
@media (min-width: 768px) {
  form.form .form-field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  form.form .form-field .field-label {
    float: none;
  }
  form.form .form-field span.description {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
form.form span.value {
  display: block;
}
form.form .value span {
  display: inline-block;
}
form.form span.description {
  white-space: pre-wrap;
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  form.form span.description {
    margin-left: 270px;
  }
}
form.form input[type="submit"] {
  border: none;
  padding: 15px;
  cursor: pointer;
  width: 400px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #2e3a87;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form.form input[type="submit"]:hover {
  background: #cfbb65;
}
