@charset "UTF-8";
/**------------------------------------------------------------
 *
 * CSS - Nwes Page - 
 *
 ------------------------------------------------------------**/
@media print, screen and (min-width: 811px) {
  .news.contents_page h1 {
    margin: 20px 0;
    padding: 26px 20px;
    background-color: #999 !important;
    border-bottom: solid 10px #EA2935;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF !important;
  }
  .news.contents_page h1:first-of-type {
    margin-top: 0;
  }
  .news.contents_page h2 {
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: solid 2px #666;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .news.contents_page h3 {
    margin: 15px 0;
    padding: 8px 0;
    border-bottom: dashed 2px #999;
    font-size: 1.6rem;
  }
  .news.contents_page h4 {
    margin: 15px 0;
    padding: 8px 0;
    border-bottom: dashed 1px #999;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news.contents_page h5 {
    margin: 15px 0;
    padding: 8px 0;
    border-bottom: dotted 1px #999;
    font-size: 1.4rem;
  }
  .news.contents_page strong {
    font-weight: bold;
  }
  .news.contents_page sup {
    font-size: 60%;
    vertical-align: super;
    line-height: 0;
  }
  .news.contents_page sub {
    font-size: 60%;
    vertical-align: sub;
    line-height: 0;
  }
  .news.contents_page ul {
    padding-left: 3.6rem;
    list-style: disc;
  }
  .news.contents_page ul.none_style {
    padding-left: 0;
    list-style: none;
  }
  .news.contents_page #information_block ul {
    padding-left: 0;
    list-style: none;
  }
  .news.contents_page ol {
    padding-left: 3.6rem;
    list-style: decimal;
  }
  .news.contents_page ol.none_style {
    padding-left: 0;
    list-style: none;
  }
  .news.contents_page table {
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
  }
  .news.contents_page table th,
  .news.contents_page table td {
    padding: 4px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
  }
  .news.contents_page table th {
    background-color: #F0F0F0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news.contents_page table td {
    font-size: 1.2rem;
  }
  .news.contents_page .page_create_date > p,
  .news.contents_page .page_update_date > p {
    text-align: right;
    margin: 5px 0;
    font-size: 1.2rem;
    line-height: 120%;
  }
  .news.contents_page .page_create_date > p::before,
  .news.contents_page .page_update_date > p::before {
    content: "更新日：";
  }
  .news.contents_page .page_create_date > p::before {
    content: "作成日：";
  }
  .news.contents_page .page_update_date > p::before {
    content: "更新日：";
  }
  .news.contents_page #information_block p {
    margin: 0;
  }
  .news.contents_page #information_block > div {
    padding-top: 0;
  }
}
@media screen and (max-width: 810px) {
  .news.contents_page h1 {
    display: block;
    margin: 20px 0;
    padding: 18px 14px;
    background-color: #999;
    border-bottom: solid 6px #EA2935;
    font-size: 1.3rem;
    font-weight: bolder;
    line-height: 100%;
    color: #FFF;
  }
  .news.contents_page h1:first-of-type {
    margin-top: 0;
  }
  .news.contents_page h2 {
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: solid 2px #666;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .news.contents_page h3 {
    margin: 15px 0;
    padding: 8px 0;
    border-bottom: dashed 2px #999;
    font-size: 1.6rem;
  }
  .news.contents_page h4 {
    margin: 20px 0;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-size: 1.3rem;
    line-height: 200%;
    font-weight: bold;
  }
  .news.contents_page h5 {
    margin: 15px 0;
    padding: 8px 0;
    border-bottom: dotted 1px #999;
    font-size: 1.4rem;
  }
  .news.contents_page strong {
    font-weight: bold;
  }
  .news.contents_page sup {
    font-size: 60%;
    vertical-align: super;
    line-height: 0;
  }
  .news.contents_page sub {
    font-size: 60%;
    vertical-align: sub;
    line-height: 0;
  }
  .news.contents_page ul {
    padding-left: 3.6rem;
    list-style: disc;
  }
  .news.contents_page ul.none_style {
    padding-left: 0;
    list-style: none;
  }
  .news.contents_page #information_block ul {
    padding-left: 0;
    list-style: none;
  }
  .news.contents_page ol {
    padding-left: 3.6rem;
    list-style: decimal;
  }
  .news.contents_page ol.none_style {
    padding-left: 0;
    list-style: none;
  }
  .news.contents_page table {
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
  }
  .news.contents_page table th,
  .news.contents_page table td {
    padding: 4px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
  }
  .news.contents_page table th {
    background-color: #F0F0F0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news.contents_page table td {
    font-size: 1.2rem;
  }
  .news.contents_page .page_create_date > p,
  .news.contents_page .page_update_date > p {
    text-align: right;
    margin: 5px 0;
    font-size: 1.2rem;
    line-height: 120%;
  }
  .news.contents_page .page_create_date > p::before,
  .news.contents_page .page_update_date > p::before {
    content: "更新日：";
  }
  .news.contents_page .page_create_date > p::before {
    content: "作成日：";
  }
  .news.contents_page .page_update_date > p::before {
    content: "更新日：";
  }
  .news.contents_page #information_block p {
    margin: 0;
  }
  .news.contents_page #information_block > div {
    padding-top: 0;
  }
  .news.contents_page #information_block > div .information_item > li:first-of-type > ul > li:first-of-type > ul > li:first-of-type {
    width: 85px;
  }
  .news.contents_page #information_block > div .information_item > li:first-of-type > ul > li:first-of-type > ul > li:first-of-type > p {
    font-size: 1.1rem;
  }
  .news.contents_page .news_area {
    overflow: scroll;
  }
}
/*# sourceMappingURL=news.css.map */