@charset "utf-8";

input[type='text'],
input[type='tel'],
input[type='email'],
select,
textarea {
  padding: 0.75em 0.5em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ccc;
  /* border-radius: 0.25em; */
  /* font-size: 1.125em; */
  outline: none;
}

textarea {
  padding: 0.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, 0.4) inset;
  outline: none;
}

input[type='radio'],
input[type='checkbox'] {
  margin-right: 0.25em;
}

header {
  padding-top: 30px;
  margin-bottom: 2em;
}

header .sub {
  padding: 1em;
}

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

.main img {
  width: 180px;
}

.form {
  padding: 20px;
  /*background: #fafafa;*/
  border: 1px solid #ddd;
  /* border-radius: 7px; */
  /* box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); */
}

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

.base {
  margin-bottom: 2em;
}

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

.base > tbody > tr > th {
  width: 33%;
}

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

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

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

.ime_off {
  ime-mode: inactive;
}

.ime_on {
  ime-mode: active;
}

.send {
  position: relative;
}

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

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

.flow p {
  margin: 0.25em 0 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: #ae8139;
}

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

.flow li {
  position: relative;
  width: calc((100% - 3em) / 3);
  margin-right: 1.5em;
  padding: 0.75em;
  background: url('https://releasecutter.com/common/img/common/pattern.png')
    repeat;
  border-radius: 0.5em;
  font-size: 0.75em;
}

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

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

.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 #ae8139;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -0.5em;
}

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

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

.flow li span {
  display: block;
  margin-bottom: 0.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: #ae8139;
}

.login {
  margin: 20px 0;
}

.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: 0.875em;
}

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

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

.red {
  margin: 0 30px;
}

.meiwaku {
  margin: 0.5em 0;
}

.privacy {
  margin-bottom: 2em;
}

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

/* 追記 */
.base > tbody > tr > td {
  padding-right: 0 !important;
}

/* .privacy {
  margin-bottom: 0;
} */

input[type='text'],
input[type='tel'],
input[type='email'],
select,
textarea {
  padding: 0.4em 0.35em;
  border-radius: 0;
}

div.tel a {
  pointer-events: none;
  cursor: default;
}
