@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400&display=swap');
body {
  margin: 0;
}

.webview_contents {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 24px;
}

.webview_contents h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #303251;
  margin: 16px 0 8px;
}

.webview_contents .info_date {
  font-family: 'Roboto', sans-serif;
  color: #72748A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
}

.webview_contents .info_detail p {
  color: #303251;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 12px;
}

.webview_contents .info_detail h3 {
  color: #303251;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 20px 0 12px;
}
