@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #171717;
  transition: .4s; }
  a:hover {
    color: #171717; }
  a:visited {
    color: transparent; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

p {
  margin: 0;
  padding: 0; }

/*--------------------- ここから ----------------------*/
main {
  width: 90%;
  margin: 0 auto 15%;
  padding-top: 60px;
  overflow-x: hidden;
  max-width: 1800px; }
  @media screen and (max-width: 1920px) {
    main {
      max-width: 1500px; } }
  @media screen and (max-width: 600px) {
    main {
      margin-bottom: 15%;
      width: 94%; } }

#newsBox {
  text-align: left; }
  #newsBox h1 {
    font-size: 2.0em;
    font-weight: 400;
    margin: 24px auto; }
    #newsBox h1 span {
      font-size: 60%; }
      @media screen and (max-width: 1080px) {
        #newsBox h1 span {
          font-size: 80%; } }
    @media screen and (max-width: 600px) {
      #newsBox h1 {
        font-size: 5vw; } }
  #newsBox h2 {
    font-size: 1.2em;
    font-weight: 400;
    margin: 8px auto; }
    @media screen and (max-width: 600px) {
      #newsBox h2 {
        font-size: 3.7vw; } }
  #newsBox p {
    font-size: 1.0em;
    line-height: 2.0;
    margin: 16px auto; }
    #newsBox p span {
      font-size: 90%; }
    @media screen and (max-width: 1080px) {
      #newsBox p {
        text-align: justify; } }
    @media screen and (max-width: 600px) {
      #newsBox p {
        font-size: 3.2vw; } }
  #newsBox .c-matrix {
    margin: 32px auto; }
    @media screen and (max-width: 1080px) {
      #newsBox .c-matrix {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    #newsBox .c-matrix table {
      border-collapse: collapse;
      border: solid 1px #B8B8B8; }
      #newsBox .c-matrix table th, #newsBox .c-matrix table td {
        padding: 8px 16px;
        border: solid 1px #B8B8B8;
        text-align: center;
        font-size: 1.0em; }
        @media screen and (max-width: 600px) {
          #newsBox .c-matrix table th, #newsBox .c-matrix table td {
            font-size: 3.2vw; } }
      #newsBox .c-matrix table th {
        background-color: #f2f2f2; }
        #newsBox .c-matrix table th.fixed {
          position: sticky;
          left: 0; }
          #newsBox .c-matrix table th.fixed:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: 100%;
            height: 100%;
            border-left: 0.5px solid #B8B8B8; }
  #newsBox .attention {
    margin: 32px auto; }
    #newsBox .attention p {
      margin: 0 auto; }

/* newsBox */
