@charset "utf-8";
/* CSS Document */


/* ==============================================================

//　お知らせ一覧CSS

============================================================== */

/*----------------------------------------
NEWS一覧
----------------------------------------*/
.p-newsWrap dl {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 15px;
}

.p-newsWrap dl dt {
  color: #ea609e;
  line-height: 1.4;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.p-newsWrap dl dd {
  width: 88%;
  font-size: 1.3em;
  /* color: #ea609e; */
  line-height: 1.4;
  font-weight: 600;
}

.p-newsWrap dl dd .p-newsCategory {
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  padding: 3px 15px 4px 15px;
  line-height: 1.5;
  background-color: #9d9d9d;
  color: #fff;
  margin-left: 10px;
  vertical-align: text-bottom;
}

.p-newsWrap dl .content {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width:768px){
  .p-newsWrap dl {
    display: block;
    padding: 30px 15px;
  }
  .p-newsWrap dl dt,.p-newsWrap dl dd {
    width: 100%;
  }
  .p-newsWrap dl dd .p-newsCategory {
    display: block;
    width: fit-content;
    margin-left: 0;
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 3px;
  }
}
/*----------------------------------------
●●●
----------------------------------------*/

/*--------------------------------------*/

/*SP*/
@media screen and (max-width:768px){}
/*PC*/
@media screen and (min-width:769px){}

/*--------------------------------------*/
