@charset 'utf-8';

/* ============ STYLE ============ */
* {
  box-sizing: border-box;
}
html {

}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3em;™
  letter-spacing: 1px;
  background:#FFB2E0;
}

img {
  width: 100%;
}

.pc {display: block !important;}
.sp {display: none !important;}
@media only screen and (max-width: 640px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
}

.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}


/* -----------------------
  common
-------------------------- */


.inner_960 {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .inner_960 {
    width: 100%;
    margin: 0 auto;
  }
}

/* -----------------------
  style
-------------------------- */
.mainTitle {
  width:1100px;
  margin: 0 auto;
}

.mainTitle_sp{
  width:100%;
}

.grid{
  display:grid;
  gap:26px;
  grid-template-columns: repeat(3,1fr);
}

.attTxt {
  padding: 20px 0 20px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 640px) {
.grid{
  padding: 10px;
  display:grid;
  gap:7px;
  grid-template-columns: repeat(2,1fr);
  }
  .attTxt {
  padding: 20px 0 20px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  }
}












