@charset "UTF-8";
/* フォント
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* html
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
a:hover img {
  opacity: 0.7;
}
body {
  container-type: inline-size;
}
/* コンテンツ
---------------------------------------------------------- */
/* ベース */
.mainimg_base {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  background-color: #d6f3ff;
  opacity: 1;
  background: radial-gradient(circle, transparent 20%, #d6f3ff 20%, #d6f3ff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #d6f3ff 20%, #d6f3ff 80%, transparent 80%, transparent) 12.5px 12.5px, linear-gradient(#ffffff 1px, transparent 1px) 0 -0.5px, linear-gradient(90deg, #ffffff 1px, #d6f3ff 1px) -0.5px 0;
  background-size: 25px 25px, 25px 25px, 12.5px 12.5px, 12.5px 12.5px;
}
.mainimg_container {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
/* 中身
---------------------------------------------------------- */
/*タイトル*/
.tit_202604_obi {
  width: 100%;
  height: auto;
  font-size: clamp(1.875rem, 1.605rem + 1.35vw, 3.125rem);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #f3d046;
  background-color: #2a5ca7;
  margin: -0.2em auto 1em;
  padding: 30px 0 ;
}
/*キャッチ*/
.tit_202604_catch {
  width: 100%;
  height: auto;
  font-size: clamp(1.25rem, 1.142rem + 0.54vw, 1.75rem);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
  margin: 1em auto;
  text-align: center;
}
/*カードコンテナ*/
.pre_202604_container {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 2em 0 3em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}