@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;600&display=swap'); 

.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
.for-pc { display:none; }
.for-sp { display:block; }
}

body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

.contents {
  padding: 10px 10px;
  text-align: center;
}

h1 {
  background: #e6e6e6;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  text-align:center;
  font-weight: 600;
}

.model-name {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 30px;
}

table, td, th {
  border-bottom: 1px dotted; black;
  padding: 10px 20px;
}
table {
  margin: auto;
  margin-bottom: 70px;
  border-collapse: collapse;
}

.footer-copy {
  font-size: 0.8em;
}