@charset "UTF-8";

:root {
  --main--color: #E50014;
  --green--color: #22BA4F;
  --yellow--color: #FFF674;
}

html,
body {
  width: 100%;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #000;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

picture {
  display: block;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.noborder {
  border: none !important;
}

.nomargin {
  margin: 0 0 !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

a {
  color: unset;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

/*---------------------------------------------------------*/

.main_color {
  color: var(--main--color);
}

.green {
  color: var(--green--color);
}

.yellow {
  color: var(--yellow--color);
}

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
.for_pc {
  display: none !important;
}

.for_sp {
  display: block !important;
}

.for_sp_flex {
  display: flex !important;
}

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .for_pc {
    display: block !important;
  }

  .for_sp {
    display: none !important;
  }

  .for_sp_flex {
    display: none !important;
  }
}
