@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


.bg-blue {
  background-color: #E0ECF1;
}

.seminars_list {
  flex-wrap: wrap !important;
}

/*改行等*/

.sp-none {
  display: none;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}


/*ボタン*/
a.btn-blue {
  display: flex !important;
  width: 80%;
  height: 50px;
  min-width: 290px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0059A0;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.seminar_btn .btn-blue2 {
  display: flex !important;
  width: 80%;
  height: 50px;
  min-width: 290px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #0059A0;
  border: 1px solid #0059A0;
  justify-content: center;
  align-items: center;
  height: 3.8rem;
  min-width: unset;
  padding: 1.2rem;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1;
}

/*画像*/
img {
  display: block;
  margin: auto;
}

@media (min-width: 1024px) {
  a.btn-blue {
    max-width: 300px;
  }
}