body.news_html {
 line-height: 1.6;
 font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

 .emphasis-blue {
    font-weight: bold;
    color:#177BA6;}

 .strong {
    font-weight: bold;
    color:#000000;
}

.underline-btm {
    text-decoration: underline;
}

.news_html .section-title__primary-text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.news_html .news-header__primary-text {
    font-size: 2rem;
    font-weight: 700;d
}

.news_html  .news-header02 {
    max-width: 1024px;
    margin:0 auto 20px;
    padding: 16px 0;
    text-align:right;
    width: 100%;
    border-bottom: 2px solid #ccc;
    box-sizing:border-box;
}

.news-header02__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

@media screen and (max-width:767px) {
    .news-header02__inner {
        display: inline-block;
        align-items: center;
        padding: 8px;
    }
}

.news-header__text p {
    color:#e8a716;
    font-size: 1.6rem;
    font-weight: bold;
}

.news_html  .section-box {
    max-width: 1024px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    padding: 0 16px 16px;
    width: 100%;
    box-sizing: border-box;
}

.news_html  .section-title__ques {
    padding: 16px;
}

.heading_big {
    background-color: #CCE3D6;
    font-weight:bold;
    font-size: 2rem;
    color: #008000;
    border-top: solid 3px #008000;;
    border-bottom: solid 3px #008000;;
    margin: 20px auto 20px;
    padding: 10px 20px;
    overflow-wrap: break-word;
    align-items: center;
    display: flex;
    line-height:1.2;
  }

  .heading_big span{
    padding-right: 1rem;
    font-size: 4rem;
  }
  .instructions {
    color: #F06;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .text-box {
    padding:16px;
    background-color: #f4efd0;
    border:4px dotted #f8f856;
  }

  .text-box_text {
    
    margin-top: 30px;
    line-height: 1.6;
}

.text-box_source {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.6;
    color: #666;
    text-align: right;
}

.text-box_source span {
    font-weight: bold;
    display: block;
}

.text-box_source p {
    font-size: 0.8rem;
}

.main-image img {
    max-width: 100%;
    height: auto;
    }

ol.number-list > li {
        list-style-position: inside;
        margin-left: 1em;
        padding-bottom: 8px;
        text-indent: -1.4em;
        font-size: 1.2rem;
    }

    ol.number-list > li span {
        font-weight: bold;
    }