/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	DOWNLOAD
--------------------*/
.magazine .sub-head h2 img {
  height: 70px;
  margin: 10px auto 0; }
  @media screen and (max-width: 1119px) {
    .magazine .sub-head h2 img {
      height: 50px;
      margin: 0 auto; } }
.magazine .content {
  width: 100%;
  background: #fff;
  padding: 80px 0; }
  @media screen and (max-width: 1119px) {
    .magazine .content {
      width: 92%;
      padding: 40px 2%;
      margin: 0 2%; } }
  .magazine .content section {
    width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 1119px) {
      .magazine .content section {
        width: 100%; } }
    .magazine .content section.select-year {
      display: flex;
      margin-bottom: 40px; }
      .magazine .content section.select-year p {
        background: #2f2f2f;
        color: #fff;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 5px 0 0 5px; }
        @media screen and (max-width: 1119px) {
          .magazine .content section.select-year p {
            font-size: 1.4em; } }
      .magazine .content section.select-year select {
        width: 100px;
        font-size: 1.6em;
        font-weight: bold;
        padding: 10px;
        border-radius: 0 5px 5px 0; }
    .magazine .content section h3 {
      background: #ff4803;
      color: #fff;
      font-size: 1.8em;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1119px) {
        .magazine .content section h3 {
          font-size: 1.6em; } }
    .magazine .content section .grd {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px; }
      @media screen and (max-width: 1119px) {
        .magazine .content section .grd {
          grid-template-columns: 1fr; } }
      .magazine .content section .grd table {
        font-size: 1.6em;
        box-sizing: border-box; }
        @media screen and (max-width: 1119px) {
          .magazine .content section .grd table {
            font-size: 1.4em; } }
        .magazine .content section .grd table thead {
          background: #aba7a5; }
          .magazine .content section .grd table thead tr th {
            color: #fff;
            padding: 10px 0;
            border: 1px solid #717071; }
        .magazine .content section .grd table tbody tr th {
          font-weight: normal;
          padding: 10px 0;
          border: 1px solid #717071; }
        .magazine .content section .grd table tbody tr td {
          text-indent: 1em;
          padding: 10px 0;
          border: 1px solid #717071; }
          .magazine .content section .grd table tbody tr td a {
            text-decoration: underline; }
            .magazine .content section .grd table tbody tr td a:hover {
              text-decoration: none; }
