@charset "UTF-8";

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

/**
 *  footer
 */
#formTop #footer {
  padding-bottom: 69px;
}

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

/**
 *  localnav
 */
h1 {
  background-color: #00a66d;
}
#step-sp p.current{
  border-top: 2px solid #00a66d;
  border-bottom: 2px solid #00a66d;
  border-left: 2px solid #00a66d;
  background-color: #00a66d;
}

#step-sp p.current:not(:last-child)::before,
#step-sp p.current:not(:last-child)::after{
  border-right: 2px solid #00a66d;
  background-color: #00a66d;
}

#step-sp p.current:last-child{
  border-right: 2px solid #00a66d;
}

/**
 *  form parts
 */
.inputWrapper .inputElement.is-hidden {
  display: none;
}

.referToItem.is-hidden {
  display: none;
}

.bottomCompleteInfo p {
  line-height: inherit;
}
.inputWrapper .inputElement .clickBtn {
  background-color: #00a66d;
}
.submitBtn {
  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;
}