@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 140%;
  line-height: 180%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.box {
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}
.table td {
  vertical-align: top;
}

/* CSS Document */

header {
  padding: 0;
}

header nav {
  border-bottom: solid 2px #fff;
  background-color: #d00;
  color: #fff;
  text-align: center;
  font-size: 120%;
  line-height: 130%;
  font-weight: 600;
  padding: 10px 0;
  margin: 0 0 20px;
}

header h1 {
  width: 950px;
  margin: 0 auto;
}
header h1 img {
  display: block;
  width: 100%;
}

/* CSS Document */

#wrap {
  padding: 20px 0;
}

h2 {
  text-align: center;
  font-size: 200%;
  line-height: 130%;
  margin: 50px 0;
}

.text {
  width: 950px;
  margin: 30px auto;
}
.text p {
  margin: 30px 0;
}

.movie {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
  margin: 50px 0;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

dl.prof {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  width: 950px;
  margin: 50px auto;
  border-radius: 20px;
  padding: 30px;
  display: table;
}

dl.prof dt {
  display: table-cell;
  font-size: 70%;
  text-align: center;
  padding-right: 30px;
}
dl.prof dt img {
  display: block;
  margin: 0 auto 10px;
  width: 200px;
}

dl.prof dd {
  display: table-cell;
  vertical-align: top;
}
dl.prof dd p {
  margin: 0 0 25px;
}
dl.prof dd p:last-child {
  margin: 0;
}

/* CSS Document */

.check {
  width: 950px;
  margin: 50px auto;
  border-top: dotted 1px #ccc;
}
.check li {
  background: url(../images/check.gif) no-repeat;
  background-position: left center;
  padding: 15px 0 15px 50px;
  border-bottom: dotted 1px #ccc;
  font-weight: 600;
}
.check li:nth-child(even) {
  color: #d00;
}

.qa {
  background-color: #c00;
  padding: 30px;
  color: #fff;
  margin: 50px 0;
}
.qa dt {
  font-weight: bold;
  font-size: 120%;
  width: 950px;
  margin: 0 auto;
}
.qa dd {
  width: 950px;
  margin: 0 auto 30px;
  padding: 0 0 30px;
  border-bottom: dotted 2px #fff;
}
.qa dd:last-child {
  border: none;
  padding: 0;
  margin: 0 auto;
}

/* CSS Document */

.form {
  width: 950px;
  margin: 50px auto;
  background-color: #d90000;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: 700;
}
.form fieldset {
  margin: 30px 30px;
  border: 0;
}
.form fieldset h2 {
  font-size: 200%;
  line-height: 130%;
  color: #fff;
  margin: 0;
}

.form li {
  margin: 30px 30px;
}
.form li:first-child {
  font-size: 200%;
  line-height: 130%;
  color: #fff;
  margin: 0;
}

.form input[type="text"],
.form input[type="email"] {
  width: 100%;
  padding: 20px 15px;
  border: none;
  font-size: 150%;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

.form button {
  background: #fff;
  width: 80%;
  border: none;
  color: #d90000;
  border: solid 5px #fff;
  font-weight: 900;
  font-size: 180%;
  line-height: 130%;
  text-align: center;
  padding: 15px;
  border-radius: 100px;
  cursor: pointer;
}
.form button:hover {
  background-color: #d90000;
  color: #fff;
}

/* CSS Document */

footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 0;
  margin: 20px 0 0;
  text-align: center;
  color: #666;
}

footer nav {
  color: #ccc;
  font-size: 75%;
  line-height: 130%;
  margin: 0 0 8px;
}
footer nav a {
  color: #666;
  text-decoration: none;
  margin: 0 20px;
}
footer nav a:hover {
  color: #999;
  text-decoration: underline;
}

footer p {
  font-size: 70%;
  line-height: 130%;
}

/* ################## Color Document ####################### */

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

.yellow {
  background-color: #ffff00;
  display: inline;
}

.u {
  text-decoration: underline;
}

.revocation {
  text-decoration: line-through;
}

.center {
  text-align: center;
}
