html {
  background-color: rgb(248, 248, 248);
  font-family: "constantia", sans-serif;
  font-weight: 400;

}

:root {
  /* --main-color: rgb(34, 92, 113); */
  --main-color: rgb(192, 9, 57);
}


header {
  font-style: italic;
  width: 100%;
  /* max-width: 380px; */
  height: 60px;
  border-bottom: 1.5px solid var(--main-color);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 60px;
  font-size: 28px;
  padding-right: 5%;
  text-align: right;
  letter-spacing: 1px;
  color: var(--main-color);
}

main {
  width: 100vw;
  max-width: 380px;
  min-height: 852px;
  /* border: 1px solid rgb(185, 185, 185); */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 10px;
}

footer {
  font-style: italic;
  background-color: var(--main-color);
  width: 100%;
  height: 250px;
  /* border-top: 1.5px solid rgb(9, 9, 9); */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
  padding-top: 50px;
}

/* -----------------メイン------------------- */

.box {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid var(--main-color);
  margin-top: 10px;
  color: rgb(66, 66, 66);

}

.box .topSubTitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.box .topCaption {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

/* ------------------フッター------------------ */

.footerBox {
  margin: 10px;
  display: inline-block;
  width: 90%;
  max-width: 300px;
  height: 150px;
  font-size: 16px;
  line-height: 32px;
  color: white;
  text-align: center;
  border-right: 1px solid rgb(255, 255, 255);
}

.footerBox:last-child {
  border-right: none;
}

.footerTitle {
  font-size: 24px;
  padding-bottom: 10px;
}