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

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

/* -------------------- h3コンテナ -------------------- */
.sc13ItemCon
,.sc13IsEmpty {
  width: 48%;
}
.sc13ItemCon {
  margin-bottom: 30px;
}

/* -------------------- h3要素 -------------------- */
.sc13ItemHead {
  margin-top: 12px;
}
.sc13ItemHeadTtl {
  font-size: 16px;
}
.sc13ItemHeadSbTtl {
  font-size: 10px;
}

/* -------------------- h3画像 -------------------- */
.sc13ItemImgCon {
  position: relative;
}
.sc13ItemImg {
  width: 100%;
  height: 160px;
}

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

/****************************** tablet ******************************/
@media (min-width: 600px){
  .sc13ItemCon {
    width: 23%;
  }

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

/****************************** tablet Pro ******************************/
@media (min-width: 960px){
  .sc13ItemCon {
    margin-bottom: 40px;
  }

  /* -------------------- h3要素 -------------------- */
  .sc13ItemHeadSbTtl {
    font-size: 12px;
  }

  /* -------------------- h3画像 -------------------- */
  .sc13ItemImg {
    height: 220px;
  }
  .sc13ItemImg:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}
