@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /* font-size: .705vw; */
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  background-color: #fff;
  min-width: 1100px;
  font-family: 'Hiragino Kaku Gothic ProN',
  'ヒラギノ角ゴ ProN W3',
  'Helvetica Neue',
  Arial,
  'Hiragino Sans',
  'Meiryo',
  sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

.contents {
  padding-bottom: 100px;
}

.main_contents {
  width: 1000px;
  margin: 40px auto 0;
}

.el_two_lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.disabled {
  background-color: #bdbdbd !important;
  cursor: default !important;
}

.pachinetHeader {
  margin-bottom: 40px;
}

.errorMessage,
.errorMessage1,
.errorMessage2,
.errorMessage3 {
  display: none;
  color: #f44336;
  font-size: 15px;
  margin-bottom: 8px;
}

.applicationStepNavi {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 40px 0;
  font-size: 13px;
}

.applicationStepNavi-item {
  margin: 0 4px;
  padding: 8px;
  background-color: #ffcdd2;
  border-radius: 4px;
  text-align: center;
}

.applicationStepNavi-item.current {
  background-color: #f44336;
  color: #fff;
}

.applicationStepNavi-separater {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.applicationStepNavi-separater::before,
.applicationStepNavi-separater::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.applicationStepNavi-separater::before{
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #424242;
}

.applicationStepNavi-separater::after{
  left: 0;
  width: 8px;
  height: 6px;
}
