@charset "UTF-8";
/*------------------------------------------------------------------------
// Base
  ├ reset
  └ base
------------------------------------------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------------------------------------
	Chokores
----------------------------------------*/
.chokores_columns {
  margin-top: 5.3333333333vw;
  font-size: max(2.4vw, 10px);
  line-height: 2;
}
.chokores_columns p {
  margin-bottom: 3vw;
}
.columns__title {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #D9D9D9;
  font-size: 3.3333333333vw;
}
@media (min-width: 768px) {
  .chokores_columns {
    margin-top: min(2.8571428571vw, 40px);
    font-size: min(1.2857142857vw, 18px);
  }
  .columns__title {
    font-size: min(1.7857142857vw, 25px);
  }
}