body{
    background:transparent;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blockquote{
	padding:0 20px;
	border-left:2px solid;
}

p,h2,h3{
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
}

   
   img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
   }

   .article-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 16px 0;
   }

   .article-disclaimer {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #444;
   }

   .article-figure {
    margin: 16px 0;
   }

   .article-list {
    margin: 12px 0 16px 0;
    padding-left: 1.4em;
    list-style: disc;
   }

   .article-list li {
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 8px;
   }

   .article-list li:last-child {
    margin-bottom: 0;
   }

   .article-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 16px 0;
    -webkit-overflow-scrolling: touch;
   }

   .article-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #1f1f1f;
   }

   .article-table th,
   .article-table td {
    border: 1px solid #ccc;
    padding: 10px 8px;
    vertical-align: middle;
    text-align: left;
   }

   .article-table thead th {
    background: #f5f5f5;
    font-weight: bold;
    white-space: nowrap;
   }

   .article-table tbody th[scope="row"] {
    background: #fafafa;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    width: 2.5em;
   }

   .article-table em {
    font-style: italic;
    color: #555;
    display: block;
    margin-top: 4px;
    font-size: 13px;
   }

   .article-note {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333;
    margin-top: 8px;
   }

   .qa-list {
    margin-top: 8px;
   }

   .qa-item {
    margin-bottom: 20px;
   }

   .qa-item:last-child {
    margin-bottom: 0;
   }

   .qa-q {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 6px 0;
   }

   .qa-a {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 0;
   }