/* ポリシー */

body{font-family:'Noto Serif JP','Crimson Text',serif;
  background-color: #fff;
  margin: 0;
}
.title{
  width: auto;
  height: 100px;
  background-color: #000;
  font-family: 'copperplate', serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 100px;
  margin: 0;
}
.intro{
  width: 80vw;
  margin: 0 auto;
  margin-top: 80px; margin-bottom: 50px;
}
.contents{
  width: 80vw;
  margin: 0 auto;
  margin-top: 80px; margin-bottom: 50px;
}
.index{
 font-weight: bold;
 margin-top: 30px;
}


/*********** スマホ用幅　-640px ***********/
@media screen and (max-width:768px) {
}
