@charset "utf-8";
/* CSS Document */
img {
  border: none;
}
ul {
  padding: 0;
  list-style-type: disc;
  margin: 0 1em;
}
p {
  text-align: left;
}
body {
  font-family: 'Open Sans', verdana, arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #222;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  padding-left: 10px;
  padding-right: 10px;
}
.logo {
  padding: 10px;
}
h1 {
  text-align: center;
  padding: 50px 20px;
}
h2 {
  text-align: left;
  padding: 20px 0 10px;
  margin-bottom: 0;
  font-size: 18px;
}
.c-form-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 30px 0;
}
.c-form-checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form-checkbox-name {
  cursor: pointer;
  display: inline-flex;
  color: #666;
  position: relative;
  margin-bottom: 2em;
}
.c-form-checkbox-name:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #666;
  border-radius: 3px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 4px;
}
.c-form-checkbox input:checked + .c-form-checkbox-name {
  color: rgb(33, 150, 243);
}
.c-form-checkbox input:checked + .c-form-checkbox-name:before {
  border: 2px solid rgb(33, 150, 243);
  background-color: rgb(33, 150, 243);
}
.c-form-checkbox input:checked + .c-form-checkbox-name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.4em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.65em;
  transform: translateY(-1px) rotate(45deg);
}
.c-form-checkbox input:focus-visible + .c-form-checkbox-name .c-form-checkbox-text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}
.c-form-select {
  position: relative;
  text-align: left;
}
.c-form-select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}
.c-form-select select {
  height: 3.4em;
  width: 100%;
  padding: 16px 12px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 2px #666 inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.c-form-select select::-ms-expand {
  display: none;
}
.c-form-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.btn01 {
  width: 355px;
  height: 46px;
  background-color: #ff0000;
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  margin: 40px auto 160px;
  padding-top: 10px;
  position: relative;
}
.btn01 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.btn01 a:hover {
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}