/****************************** mobile,cpmmon ******************************/
/* -------------------- 背景 -------------------- */
.sc15Bg {
  /* background: #ffffff; */
}

/* -------------------- h2要素 -------------------- */
.sc15Head {
  text-align: center;
}
/* .sc15Cntnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */

/* -------------------- h3コンテナ -------------------- */
.sc15ItemCon
,.sc15IsEmpty {
  /* width: 47%; */
}
.sc15ItemCon {
  margin-bottom: 30px;
}

/* -------------------- h3要素 -------------------- */
.sc15ItemHead {
  margin-top: 12px;
}
.sc15ItemHeadTtl {
  font-size: 16px;
}
.sc15ItemHeadSbTtl {
  font-size: 13px;
}

/* -------------------- h3画像 -------------------- */
.sc15ItemImgCon {
  position: relative;
}
.sc15ItemImg {
  width: 100%;
  height: 250px;
}

/* -------------------- h3テキスト -------------------- */
.sc15ItemTxt {
  line-height: 20px;
}

/* 注意書き */
.sc15OtherList {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1px;
}
.sc15OtherListItem:not(:last-child) {
  margin-bottom: 5px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

  /* -------------------- h2要素 -------------------- */
  .sc15Cntnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sc15ItemCon
  ,.sc15IsEmpty {
    width: 47%;
  }

  /* -------------------- h3要素 -------------------- */
  .sc15ItemHeadTtl {
    font-size: 20px;
  }
  .sc15ItemTxt {
    line-height: 24px;
  }
}

/****************************** tablet Pro ******************************/
@media (min-width: 960px){

  .sc15ItemCon {
    /* width: 23%; */
  }

  .sc15ItemCon {
    margin-bottom: 40px;
  }

  /* -------------------- h3要素 -------------------- */
  .sc15ItemHeadSbTtl {
    font-size: 14px;
  }

  /* -------------------- h3画像 -------------------- */
  .sc15ItemImg {
    height: 350px;
  }

  /* -------------------- h3テキスト -------------------- */
  .sc15ItemTxt {
    line-height: 20px;
  }

  /* 注意書き */
  .sc15OtherList {
    font-size: 13px;
  }
  .sc15OtherListItem:not(:last-child) {
    margin-bottom: 10px;
  }
}
