@charset "utf-8"

body {
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
}
*{
  margin-top: 0;
  padding-top: 0;
}

/* Form Layout */
.form-wrapper {
  margin-top: 60px;
  background: #fafafa;
  margin-left: auto;
  margin-right:  auto;
  /*padding: 0 1em;*/
  max-width: 370px;
  margin-bottom: 90px;
}

.form-wrapper {
  text-align: center;
}

h1 {
  text-align: center;
  padding: 1em 0;
  color: #39758c;
}

form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em auto;
  width: 100%;
}

.button-panel .button {
  background: #39758c;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
  border-radius: 40px;
}

.button:hover {
  background: #2cae62;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}


.visual {
  max-width: 80%;
  padding: 0 0;
  color: #5a5c5f;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.visual h2 {
  text-align: center;
}

.visual form {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}

.visual table {
  margin-right: auto;
  margin-left: auto;
}

.visual input {
  width: 80%;
}

.visual input[type="image"] {
  width: 200px;
}

.visual h4 {
  margin-bottom: 20px;
  text-align: center;
}

.visual p {
  margin-bottom: 25px;
  text-align: center;
}

.download {
  text-align: center;
  margin-top: 40px;
}
.download a{
  color: white;
  text-decoration: none;
  margin-top: 30px;
  border-radius: 22px;
  background-color: #39758c;
  color: white;
  padding: 10px 10px 10px 10px;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  transition: background 0.3s ease-in-out;
}

.download a:hover {
  background: #2cae62;
}
