@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

読み込み

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/*====================
WEBフォント
=====================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP|Noto+Sans+JP:100,300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* //////////////////////////////////////


body


////////////////////////////////////// */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #c8cccd;
}

/* //////////////////////////////////////


#mainCon


////////////////////////////////////// */
#mainCon {
  box-sizing: border-box;
  width: 800px;
  height: auto;
  margin: 60px auto;
  /*============================
  .midashi
  ============================*/
  /*============================
  .category
  ============================*/
  /*============================
  .hyou
  ============================*/
}
@media (max-width: 900px) {
  #mainCon {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
  }
}
#mainCon .midashi {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
#mainCon .midashi a {
  font-size: 16px;
  margin-left: 30px;
  font-weight: normal;
  color: #000;
}
#mainCon .category {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -40px;
}
#mainCon .hyou {
  box-sizing: border-box;
  margin: 60px 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 1.6em;
  text-align: justify;
}
#mainCon .hyou .item:last-child {
  border-bottom: none;
}
#mainCon .hyou .item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#mainCon .hyou .item .cap {
  width: 160px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1em;
}
#mainCon .hyou .item .contents {
  width: 640px;
  padding: 1em;
}
@media (max-width: 900px) {
  #mainCon .hyou .item {
    width: 100%;
    font-size: 4vw;
  }
}
#mainCon .hyou .item .date {
  margin-right: 16px;
}
#mainCon .hyou .item .title {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
#mainCon .hyou .item .sentence p {
  margin-top: 20px;
}

/* //////////////////////////////////////


#footerCon


////////////////////////////////////// */
#footerCon {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 900px) {
  #footerCon {
    width: 100vw;
  }
}
#footerCon .copyright-wrap {
  width: 100%;
  height: auto;
  background: #aaa;
  padding: 80px 0;
}
@media (max-width: 900px) {
  #footerCon .copyright-wrap {
    width: 100%;
    padding: 46px 0;
  }
}
#footerCon .copyright-wrap p {
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.2em;
}
@media (max-width: 900px) {
  #footerCon .copyright-wrap p {
    margin-bottom: 10px;
  }
}
#footerCon .copyright-wrap copyright {
  font-size: 12px;
  letter-spacing: 0.4em;
  line-height: 1.6em;
}
#footerCon .copyright-wrap copyright .smp_br {
  display: none;
}
@media (max-width: 900px) {
  #footerCon .copyright-wrap copyright {
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  #footerCon .copyright-wrap copyright .smp_br {
    display: block;
  }
}