@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;
}
body #mainCon {
  width: 375px;
  height: auto;
  margin: 60px auto;
}
@media (max-width: 900px) {
  body #mainCon {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
  }
}
body #mainCon .item {
  width: 375px;
  height: auto;
  margin-bottom: 60px;
}
body #mainCon .item p {
  font-size: 15px;
  line-height: 1.8em;
  text-align: justify;
}
@media (max-width: 900px) {
  body #mainCon .item p {
    font-size: 4vw;
  }
}
body #mainCon .item p span {
  font-weight: bold;
  color: #000;
}
body #mainCon .item p span.red {
  color: crimson;
}
body #mainCon .item p.setsumei {
  margin-top: 20px;
}
@media (max-width: 900px) {
  body #mainCon .item {
    width: 100%;
  }
}
body #mainCon .item img {
  width: 100%;
  height: auto;
}
body #mainCon .item img.logo {
  box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, 0.5);
}
body #mainCon .item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  margin-top: 12px;
}