@charset "utf-8";

input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  padding: .75em .5em;
  box-shadow: 0 0 4px rgba(0,0,0,.1) inset;
  border: 1px solid #ccc;
  border-radius: .25em;
  font-size: 1.125em;
  outline: none;
}

textarea {
  padding: .5em;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  box-shadow: 0 0 4px rgba(0,0,0,.4) inset;
  outline: none;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: .25em;
}

header {
  height: 90px;
}

header .main {
  padding: 20px 0;
}

header .sub {
  padding: 1em;
}

main {
  max-width: 720px;
  margin: auto;
  padding: 30px;
}

.form {
  padding: 10px 0 30px;
  background: #fff;
}

.maintitle {
  margin: 0;
  padding: 20px 0;
  font-size: 1.5em;
}

.base {
  margin-bottom: 1em;
}

.base > tbody > tr {
  border-bottom: 1px solid #ddd;
}

.base > tbody > tr > th {
  width: 33%;
  padding-left: 30px !important;
}

.base > tbody > tr > td {
  padding-right: 30px !important;
}

.base > tbody > tr > th, .base > tbody > tr > td {
  padding: .75em;
}

.item span {
  display: block;
  line-height: 1.25em;
  font-size: .75em;
}

.remain_box {
  bottom: 20px; right: 20px;
}

.ime_off {
	ime-mode: inactive;
}

.ime_on {
	ime-mode: active;
}

.send {
  position: relative;
}

.send span {
  position: absolute;
  right: 1em;top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow {
  margin: .5em 0;
  padding: 0 30px;
}

.flow p {
  margin: .25em 0 .75em;
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #ad0457;
}

.flow ul {
  display: -webkit-flex;
  display: flex;
}

.flow li {
  position: relative;
  width: calc((100% - 3em) / 3);
  margin-right: 1.5em;
  padding: .75em;
  background: #f5f5f5;
  border-radius: .5em;
  font-size: .75em;
}

.flow li.act {
  background: #fef9f2;
}

.flow li:before {
  display: block;
  width: 1.125em;
  margin: 0 auto .25em;
  line-height: 1.125em;
  background: #fff;
  border-radius: 1em;
  text-align: center;
  font-family: "garamond";
  font-style: italic;
  font-size: 3em;
  color: #ad0457;
}

.flow li:nth-child(1):before {
  content: "1";
}

.flow li:nth-child(2):before {
  content: "2";
}

.flow li:nth-child(3):before {
  content: "3";
}

.flow li:after {
  position: absolute;
  top: 50%;right: -1em;
  display: block;
  content: " ";
  height: 0px;
  width: 0px;
  border-left: 1em solid transparent;
  border-bottom: 1em solid #ad0457;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -.5em;
}

.flow li:last-child {
  margin-right: 0;
}

.flow li:last-child:after {
  content: none;
}

.flow li span {
  display: block;
  margin-bottom: .5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #ad0457;
}

.login {
  margin: 20px 30px;
}

.login ul {
  display: -webkit-flex;
  display: flex;
}

.login ul li {
  width: 32.5%;
  margin-right: 1.25%;
}

.login ul li:last-child {
  margin-right: 0;
}

.login ul li a {
  font-size: .875em;
}

.login ul li a:before {
  left: 0;
}

.login ul li a.glogin:before {
  left: .125em;
}

.red {
  margin: 0 30px;
}

.meiwaku {
  margin: .5em 30px;
}

.privacy {
  margin-bottom: 2em;
}

.thanks p {
  margin: 0 30px 1em;
}