@charset "UTF-8";

.top-title,
#formContent,
#confirmContent {
  font-family: "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  box-sizing: border-box;
}

/**
 *  header
 */
#header {
  height: 60px;
}

/**
 *  main
 */
.main {
  padding-top: 60px;
  padding-bottom: 0;
}

/**
 *  localnav
 */
#step p.current:first-child {
  background-color: #c4b821;
}
#step p.current:last-of-type::before {
  border-top: 18px solid #c4b821;
}
#step p.current:last-of-type::after {
  border-bottom: 18px solid #c4b821;
}
#step p.current::after {
  border-left: 1px solid #c4b821;
  border-right: 1px solid #c4b821;
  border-bottom: 1px solid #c4b821;
  background-color: #c4b821;
}
#step p.current::before {
  border-left: 1px solid #c4b821;
  border-right: 1px solid #c4b821;
  border-top: 1px solid #c4b821;
  background-color: #c4b821;
}

/**
 *  fixed Area
 */
.submitWrapper {
  bottom: 107px;
}
#formContent .submitBtn {
  background-color: #00a66d;
}
.jumpScrollTopBtn {
  bottom: 118px;
  background-color: #00a66d;
}
/* IE */
*::-ms-backdrop,
.submitWrapper {
  bottom: 108px;
}

/***************************************************
 recaptchaCheck start
***************************************************/
#recaptchaCheck.inputWrapper {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 25px;
  text-align: center;
  border-top: none;
}
#recaptchaCheck.inputWrapper.is-must:before,
#recaptchaCheck.inputWrapper.is-must:after {
  display: none;
}
#recaptchaCheck.inputWrapper .inputArea {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
#recaptchaCheck.inputWrapper .inputElement {
  width: 200px;
  text-align: center;
}
#recaptchaCheck.inputWrapper
  .inputArea
  .checkboxWrapper
  input[type="checkbox"]
  + label:last-child {
  margin-right: 0;
}
#recaptchaCheck.inputWrapper .checkboxWrapper {
  padding-top: 10px;
  border: 1px solid transparent;
}
#recaptchaCheck.inputWrapper .checkboxWrapper.is-error {
  border: 1px solid #a9a9a9;
  background-color: #fff3f3;
}
#recaptchaCheck.inputWrapper a {
  color: #4d4d4d;
  text-decoration: underline;
}
#recaptchaCheck.inputWrapper a:hover {
  text-decoration: none;
}
#recaptchaCheck .recaptchaCheckNote1,
#recaptchaCheck .recaptchaCheckNote2 {
  text-align: left;
}
#recaptchaCheck .recaptchaCheckNote2 {
  margin-top: 25px;
}
#recaptchaCheck .recaptchaCheckNote3 {
  margin-top: 25px;
}
/***************************************************
 recaptchaCheck end
***************************************************/

/**
 *  form parts
 */
.inputWrapper .inputElement.is-hidden {
  display: none;
}
.title-03 {
  margin-bottom: 0;
}
.top-title {
  background-color: #00a66d;
}
.inputWrapper {
}
.inputWrapper .inputName {
  line-height: 1.5;
}
.inputWrapper .inputElement .clickBtn {
  background-color: #00a66d;
}

/**
 *  confirm
 */
#confirmContent .incompleteRead {
  border: 1px solid #00a66d;
}

/**
 *  completer-container
 */

.completer-container {
  font-family: inherit;
  font-size: 14px;
  line-height: normal;

  position: absolute;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;

  list-style: none;

  border: 1px solid #ccc;
  border-bottom-color: #39f;
  background-color: #fff;
  text-align: left;
}

.completer-container li {
  overflow: hidden;

  margin: 0;
  padding: .5em .8em;

  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;

  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.completer-container .completer-selected,
.completer-container li:hover {
  margin-left: -1px;

  border-left: 1px solid #39f;
  background-color: #eee;
}
