@charset "UTF-8";


.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexBox.align-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexBox.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexBox.just-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexBox.just-bet {
	font-size: 1.9rem
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gridBox {
  display: -ms-grid;
  display: grid;
}

.inner1752 {
  width: 100%;
  max-width: 1752px;
  margin: 0 auto;
  position: relative;
}

.inner1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.inner1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.bgGray {
  padding: 60px 0;
  background: #fbfbfb;
}
