@charset "utf-8";

.pc {
  display: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
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;
}

select {
  text-indent: 0.125em;
  height: 2.875em;
  line-height: 2.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; */
  font-size: 16px;
  outline: none;
}

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;
}

.form .btn_radio + label {
  width: 100%;
  margin-right: 0;
  text-align: left;
}

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

header .main {
  padding-top: 3vw;
}

header .main img {
  width: 40%;
}

header .sub {
  padding: 0 1em;
}

main {
  width: 88.888%;
  margin: 0 auto;
}

.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: 0.75em 0 0;
  font-size: 1.25em;
}

.nagare li {
  font-size: 0.75em;
}

.base {
  margin-bottom: 0.5em;
}

.base > tbody > tr {
  display: block;
  border: 1px solid #ddd;
  margin: 0.5em 0;
}

.base > tbody > tr:last-child {
  margin-bottom: 0;
}

.base > tbody > tr > th {
  /* background: #f6f6f6; */
  padding: 0.25em 0.5em 0.125em;
  border-bottom: 1px solid #ddd;
}

.base > tbody > tr > td {
  padding: 0.5em 0.5em 1em;
}

.base > tbody > tr > th,
.base > tbody > tr > td {
  display: block;
  width: 100%;
}

.item span {
  font-size: 0.6em;
  margin-left: 0.5em;
}

td .ipt30:last-child {
  margin-right: 0;
}

.form #salon .btn_radio + label {
  font-size: 0.75em;
  line-height: 1.25em;
}

.remain_box {
  top: 1em;
  right: 1em;
}

.send {
  margin-top: 25px;
  text-align: center;
}

.send span,
.send .back {
  display: inline-block;
  margin-top: 2em;
  background: none;
  border: none;
}

.form .p_privacy .btn_radio + label {
  width: 100%;
}

.flow {
  margin: 0.5em;
}

.flow p {
  margin-bottom: 0.5em;
  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 li {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.75em;
  padding-left: 4.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 {
  position: absolute;
  display: block;
  top: 0.25em;
  left: 0.25em;
  width: 1.125em;
  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;
  bottom: -1em;
  left: 50%;
  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-left: -0.5em;
}

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

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

.flow li span {
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  font-family: Georgia, '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN',
    'HGS明朝E', 'メイリオ', Meiryo, serif;
  color: #ae8139;
}

.thanks {
  margin: 0.5em;
  margin-top: 2em;
}

.login ul li {
  margin-bottom: 1em;
}

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

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

.red {
  margin: 0 0.75em;
}

.privacy {
  margin: 0.5em;
  margin-bottom: 2em;
}

footer {
  margin-top: 2.5em;
}

/* 追記 */
.remain_box {
  top: 0;
  right: inherit;
}

.privacy {
  margin: 0;
  margin-bottom: 1.75em;
}

.ipt30 {
  width: 30.3%;
}

input[name='fm_age'] {
  width: 40%;
}
input[type='tel'] {
  font-size: 0.9em;
}

/* .required:before {
  font-size: .3em;
} */

.privacyModal .modalClose {
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  font-size: 2.5em;
  color: #fff;
}

.privacyModal .modalInner {
  width: 100%;
  height: 80vh;
  background: #fff;
  padding: 1.5em;
  overflow-y: scroll;
}

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

select {
  height: 2em;
  border-radius: 0;
}

.form .p_privacy .btn_radio + label {
  width: 100%;
  text-align: center;
}
