@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  height: 100%;
}

body {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  height: 100%;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #fff;
  margin-top: 30px;
  text-decoration: none;
}

main {
  margin-bottom: 100px
}

.wd50 {
  display: block;
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
}

img {
  width: 100%
}

.container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
  padding-bottom: 100px;
}

h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 30px;
}

p {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

.form-list {
  border: 2px solid #ccc;
  margin-top: 50px;
  padding: 20px 40px 50px;
  border-radius: 20px;
}

.form-list img {
  margin: 30px 0;
}

.form-list p {
  text-align: left;
  font-weight: bold;
  font-size: 25px;
}

.form-list .red {
  color: red;
  font-weight: bold
}

.form-list span {
  width: 100%;
}

.form-list span label {
  display: flex;
}

.form-list span label input {
  margin-right: 20px;
}

textarea {
  display: block;
  margin: auto;
  max-width: 99%;
  width: 90%;
  height: 300px;
  font-size: 20px;
  padding: 10px
}

a,
.submit {
  border-radius: 50px;
  width: 50%;
  padding: 30px;
  margin-top: 30px;
  color: #fff;
  background: #87a4eb;
  border: none;
  font-size: 20px;
}

input[type=radio] {
  width: 15px;
}

label {
  margin-bottom: 10px;
}

input[type="checkbox"i] {
  width: 18px
}

.mw_wp_form .error {
  margin-top: 40px
}

video {
  width: 100%;
  margin-bottom: 20px
}

input {
  cursor: pointer;
}

.flex {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px
}

input:hover {
  opacity: 0.7
}

.flex .submit {
  width: 48%
}


.mini {

  font-size: 0.9rem
}

a,
.submit {
  margin-top: 50px;
  display: block;
  margin: auto;
}

.form-list span label input {
  margin-right: 10px;
}

.form-list {
  padding: 30px 20px
}

.form-list p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

textarea {
  height: 200px;
}

video{
  width: 100%;
}

.logo{
  width:90%;
  margin:auto
}

.logo.thanks{
  width:80%;
  margin:auto
}

.inner{
  width: 650px;
  margin:auto
}

@media screen and (max-width: 767px) {

.inner{
width:100%;
}

.text-center{
text-align:center
}

  .wd50 {
    width: 100%
  }


  h2 {
    font-size: 20px
  }

  p {
    font-size: 15px;
    text-align: left;
  }


  a{
    margin: auto;
    display: block;
    width: auto;
    text-align: center;
  }


  .submit {
    width: 100%
  }

  .flex {
    flex-direction: column;
  }

  .flex .submit{
    width: 100%;
    margin-bottom: 30px;
  }
}