/* LESS Document */
ol.formFlow {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  ol.formFlow {
    font-size: 3.2vw;
  }
}
ol.formFlow li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 58px;
  background: #EDEDED;
  color: #969696;
  position: relative;
}
@media screen and (max-width: 767px) {
  ol.formFlow li {
    width: 100%;
  }
}
ol.formFlow li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 0 29px 26px;
  border-color: transparent transparent transparent #EDEDED;
  position: absolute;
  top: 0;
  right: -26px;
}
@media screen and (max-width: 767px) {
  ol.formFlow li::after {
    content: none;
  }
}
ol.formFlow li.current {
  color: #FFF;
  background: #1E94D4;
}
ol.formFlow li.current::after {
  border-color: transparent transparent transparent #1E94D4;
}
form {
  font-size: 1.8rem;
}
form em {
  display: inline-block;
  width: 67px;
  padding: 8px 0;
  line-height: 1;
  background: #F33;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
form em.notReq {
  background: #0183B5;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: #AAA 1px solid;
}
form dl dt {
  width: 360px;
  padding: 10px;
}
form dl dd {
  width: calc(100% - 360px);
  padding: 10px;
}
form dl.dlBorder {
  border-bottom: #666 1px dotted;
}
form dl.dlBorder dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
form dl.dlBorder dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  form dl.dlBorder dd:nth-of-type(n+2) {
    border-top: none;
  }
}
form dl dt {
  padding: 25px 65px;
  background: #EDEDED;
  position: relative;
  font-weight: bold;
}
form dl dt:nth-of-type(n + 2) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  form dl dt {
    width: 100%;
    padding: 15px 10px;
  }
}
form dl dt em {
  position: absolute;
  right: 20px;
}
form dl dd {
  padding: 20px;
}
form dl dd:nth-of-type(n + 2) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  form dl dd {
    width: 100%;
    padding: 15px 10px;
  }
}
input {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  border: #AAA 1px solid;
  margin: 3px 0;
  padding: 2px 4px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
textarea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  border: #AAA 1px solid;
  padding: 2px 4px;
}
select {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 2px 4px;
}
label {
  display: inline-block;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
::-webkit-input-placeholder {
  color: #BFBFBF;
}
::-moz-placeholder {
  color: #BFBFBF;
}
::input-placeholder {
  color: #BFBFBF;
}
.inputL {
  width: 100%;
}
.inputM {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .inputM {
    width: 80%;
  }
}
.inputM2 {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .inputM2 {
    width: 80%;
  }
}
.inputS {
  width: 190px;
}
.inputSS {
  width: 100px;
}
.help {
  display: inline-block;
  color: #666;
  font-size: 92.8%;
  vertical-align: middle;
}
.submit {
  max-width: 800px;
  margin: 80px auto 0;
  text-align: center;
}
.submit::after {
  content: '';
  display: block;
  clear: both;
}
.submit .btn {
  width: 368px;
  height: 55px;
  background: #1E94D4;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  border-radius: 5px;
  color: #FFF;
}
.submit .btn.btn_02 {
  background: #666;
}
@media screen and (max-width: 767px) {
  .submit .floatR,
  .submit .floatL {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
}
.contactArea .hgroup {
  margin: 0 0 30px;
  text-align: center;
}
.contactArea .hgroup h2 {
  font-size: 4.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .contactArea .hgroup h2 {
    font-size: 9.2vw;
  }
}
.contactArea .hgroup p {
  display: inline-block;
  min-width: 220px;
  padding: 2px 15px 4px;
  text-align: center;
  background: #1E94D4;
  line-height: 1;
  color: #FFF;
  font-size: 2.9rem;
  margin: 0 0 40px;
  font-family: "Times New Roman", Times, "serif";
}
@media screen and (max-width: 767px) {
  .contactArea .hgroup p {
    font-size: 5.8vw;
  }
}
.contactArea .hgroup h3 {
  font-size: 2.3rem;
  border-bottom: solid 2px #d8d8d8;
  text-align: left;
  padding: 0 0 10px 10px;
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .contactArea .hgroup h3 {
    font-size: 4.3vw;
  }
}
.contactArea .hgroup h3:after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 2px #000;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
.contactArea p {
  margin: 30px 0 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contactArea p {
    margin: 0;
  }
}
.contactArea a {
  color: #1E94D4;
}
.contactArea .read {
  font-size: 2.1rem;
}
.contactArea h3 {
  margin: 40px 0 0;
  padding: 10px 15px 10px;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: #4C4C4C 4px solid;
}
@media screen and (max-width: 767px) {
  .contactArea h3 {
    font-size: 4.6vw;
  }
}
.contactArea h3 em {
  font-weight: 500;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .contactArea h3 em {
    margin: 0;
  }
}
.contactArea h3 span {
  font-size: 1.8rem;
  font-weight: 500;
}
.contactArea .radioArea {
  padding-left: 30px;
}
.contactArea .radioArea p {
  margin: 0 0 20px -10px;
}
.contactArea .radioArea label {
  display: inline-block;
  margin: 0 25px 20px 0;
}
@media screen and (max-width: 767px) {
  .contactArea .radioArea label {
    display: block;
    margin: 15px 0 0;
  }
}
.contactArea .radioArea .kind_other_input {
  display: inline-block;
  width: 254px;
}
.formContact {
  width: 800px;
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.formContact  > * {
  display: block;
  width: 360px;
}
.formContact::before,
.formContact::after {
  content: '';
  order: 1;
  display: block;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .formContact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .formContact  > * {
    display: block;
    width: 100%;
  }
  .formContact::before,
  .formContact::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .formContact > div {
    margin-top: 30px;
  }
}
.formContact .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 360px;
  width: 100%;
  height: 116px;
  padding: 20px 0px 20px 25px;
  border: #000 2px solid;
  background: #FFF;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .formContact .btn {
    width: 100%;
    height: auto;
    padding: 10px 15px;
  }
}
.formContact .btn::before,
.formContact .btn::after {
  content: none;
}
.formContact .btn .img {
  margin: 0 20px 0 0;
}
.formContact .btn .text {
  text-align: left;
  line-height: 1.5;
}
.formContact .btn .text strong {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .formContact .btn .text strong {
    font-size: 6.4vw;
  }
}
.formContact .time {
  display: block;
  font-size: 1.8rem;
  text-align: left;
  color: #C6492C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formContact .time {
    font-size: 3.6vw;
  }
}

/* ################## 大代追記ここから ##################  */
.rink-to-contact a{
  display: inline-block;
  min-width: 175px;
  margin: 20px;
  padding: 10px 15px;
  text-align: center;
  background: #FF7500;
  color: #FFF;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.rink-to-contact a:hover{
  background-color: #CC5E00;
}
/* ################## 大代追記ここまで ##################  */
