@charset "utf-8";

/* ==================================================
All device
================================================== */



/* ==================================================
PC
================================================== */
@media only screen and (min-width: 738px){

/*navigation pager
-------------------------------------------------- */
  .navigation__pager {
    position: relative;
    margin: 30px 0;
  }
  .navigation__pager ul {}
    .navigation__pager li {
      float: left;
    }
    .navigation__pager li a {
      display: block;
      font-size: 16px;
      padding: 12px;
    }

    .pager__prev {
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
    }
      .pager__prev li a {

      }
      .pager__prev li span {
        display: none;
      }

    .pager__number {
      z-index: 5;
      position: relative;
      overflow: hidden;
    }
      .pager__number ul {
        position: relative;
        float: left;
        left: 50%;
      }
      .pager__number li {
        left: -50%;
        position: relative;
        margin: 0 8px;
      }
      .pager__number li a {
        padding: 12px 15px;
      }
      .pager__number li.current a {
        display: block;
        background: #00022E;
        color: #fff;
        padding: 12px 15px;
      }

    .pager__next {
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
    }
      .pager__next li a {

      }
      .pager__next li span {
        display: none;
      }

  /*detail*/
  #detail {

  }
  #detail h1 {
    color: #00022A;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    border-top: solid 1px #00022A;
    border-bottom: solid 1px #00022A;
    padding: 20px 0;
    margin: 0 0 20px;
  }
    #detail .entry__info {}
    #detail .entry__info ul {
      float: right;
      text-align: right;
      margin: 0 0 20px;
    }
    #detail .entry__info li {
      float: left;
      font-size: 14px;
      font-weight: bold;
      padding: 0 7px;
    }
    #detail .entry__info li:first-child {
      border-right: solid 1px #CFD3D7;
    }
    #detail .entry__info li a {
      font-size: 14px;
      font-weight: bold;
      text-decoration: underline;
    }

    #detail img {
      clear: both;
      width: 100%;
      margin: 0 0 20px;
    }

    #detail .entry__text {
      font-size: 14px;
      line-height: 1.5em;
      margin: 0 0 20px;
    }

    #detail .entry__tags {
      margin: 0 0 5px;
    }
    #detail .entry__tags li {
      display: inline-block;
      background: url(/files/user/img/entry/ico_tag.png) left 5px center no-repeat;
      background-size: 12px 12px;
      border: solid 1px #EAEEF1;
      border-radius: 5px;
      padding: 4px 5px 5px 20px;
      margin: 0 0 5px;
      /**/
      box-shadow:0px 1px 1px 1px #eee;
      -moz-box-shadow:0px 1px 1px 1px #eee;
      -webkit-box-shadow:0px 1px 1px 1px #eee;
    }
    #detail .entry__tags li a {
      color: #909090;
      font-size: 13px;
    }

    #detail .entry__share {
      position: relative;
      text-align: right;
      margin: 10px 0 20px;
    }
    #detail .entry__share li {
      float: right;
      width: 70px;
      height: 50px;
      color: #CED1D5;
      font-size: 14px;
      margin: 0 0 0 7px;
    }
      #detail .entry__share li:first-child {
        width: 80px;
      }

  /*editor*/
  #detail .editor {
    clear: both;
  }

    #detail .iframe {
      width: 100%;
      height: 400px;
      border: solid 1px #ccc;
      padding: 10px;
      margin: 15px 0;
      overflow-y: scroll;
    }

    #detail h2 {
      color: #00022E;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5em;
      border-left: solid 8px #00022E;
      padding: 5px 10px;
      margin: 15px 0 20px;
    }
    #detail h3 {
      color: #00022E;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5em;
      border-left: solid 8px #D0D4D8;
      padding: 3px 10px;
      margin: 15px 0 20px;
    }

    #detail .editor p {
      color: #3D3634;
      font-size: 14px;
      line-height: 1.75em;
      margin: 0 0 10px;
    }
    #detail .editor p a {
      text-decoration: underline;
    }
    #detail .editor p a.external {
      background: url(/files/user/img/entry/ico_external.png) right center no-repeat;
      background-size: 15px 15px;
      padding: 0 20px 0 0;
    }

    #detail .editor ul {
      margin: 0 0 20px 1.2em;
    }
    #detail .editor ul li {
      list-style-type: square;
      font-size: 14px;
      text-indent: -1em;
      line-height: 1.75em;
      padding: 0 0 0 10px;
    }

    #detail .table {
      width: 100%;
      margin: 20px 0 30px;
    }
      #detail .table th {
        font-size: 14px;
        padding: 12px 10px;
      }
        #detail .table.tnavy th {
          background: #00022E;
          color: #fff;
        }
        #detail .table.tgray th {
          background: #EAEEF1;
        }
      #detail .table td {
        font-size: 14px;
        text-align: center;
        padding: 11px 10px;
      }

    #detail .table1 {
      border-top: solid 1px #00022E;
    }
      #detail .table1 th {
        border-right: solid 1px #fff;
      }
        #detail .table1 tr:last-child th {
          border-right: none;
        }
      #detail .table1 td {
        border-left: solid 1px #00022E;
        border-bottom: solid 1px #00022E;
      }
        #detail .table1 tr th:first-child,
        #detail .table1 tr td:first-child {
          border-left: none;
        }

    #detail .table2 {
      border-top: solid 1px #00022E;
      border-bottom: solid 1px #00022E;
    }
      #detail .table2 th {
        border-bottom: solid 1px #00022E;
      }
        #detail .table2 tr:last-child th {
          border-bottom: none;
        }
      #detail .table2 td {
        border-left: solid 1px #00022E;
        border-bottom: solid 1px #00022E;
      }
        #detail .table2 tr td:first-child {
          border-left: none;
        }

    #detail .editor i {
      position: relative;
      top: -10px;
      display: block;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4em;
      margin: 0 0 10px;
    }

    #detail .img {
      width: 300px;
      margin: 0 auto 20px;
    }
      #detail .img img {
        width: 100%;
      }

    #detail .img_none {
      margin: 0 0 20px;
    }

    #detail .img_top {
      margin: 0 0 20px;
    }
      #detail .img_top img {
        display: block !important;
        width: auto !important;
        margin: 0 auto 10px !important;
      }

    #detail .img_bottom {
      margin: 0 0 20px;
    }
      #detail .img_bottom img {
        display: block !important;
        width: auto !important;
        margin: 30px auto 0 !important;
      }

    #detail .img_left {
      margin: 0 0 20px;
    }
      #detail .img_left div {
        float: left;
        max-width: 300px !important;
        margin: 0 20px 10px 0 !important;
      }

    #detail .img_right {
      margin: 0 0 20px;
    }
      #detail .img_right div {
        float: right;
        max-width: 300px !important;
        margin: 0 0 10px 20px !important;
      }



    #relational__entries {
      margin: 0 0 30px;
      border-bottom: solid 2px #EAEEF1;
    }
      #relational__entries h3 {
        background: #EAEEF1;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
        border-left: solid 8px #E7BA62;
        padding: 8px 10px;
        margin: 20px 0;
      }
      .relational__entries__list {
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .relational__entries__list div {
        width: 32%;
        margin-bottom: 20px;
      }
      .relational__entries__list div:not(:nth-child(3n+1)) {
        margin-left: 2%;
      }

        #relational__entries div img {
          width: 100%;
          margin: 0 0 10px;
        }
        #relational__entries div h4 {
          position: relative;
          width: 100%;
          height: auto; /*OverflowEllipsis readers*/
          color: #00022E;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5em;
          margin: 0 0 10px;
          overflow: hidden;
        }
        #relational__entries div h4 a {
          display: block;
        }
        /*
          #relational__entries div h4:before {
            z-index: 3;
            position: absolute;
            content: "...";
            width: 21px;
            text-align: right;
            background: #fff;
            bottom: 0;
            right: 0;
          }
          #relational__entries div h4:after {
            z-index: 5;
            position: absolute;
            display: inline-block;
            content: "";
            background: #fff;
            height: 100%;
            width: 100%;
          }
        */

        #relational__entries div ul {}
        #relational__entries div ul li {
          color: #CFD3D7;
          font-size: 14px;
        }



}



/* ==================================================
Smartphone
================================================== */
@media only screen and (max-width: 737px){

/*navigation pager
-------------------------------------------------- */
  .navigation__pager {
    position: relative;
    margin: 30px 0;
  }
  .navigation__pager ul {}
    .navigation__pager li {
      float: left;
    }
    .navigation__pager li a {
      display: block;
      font-size: 16px;
      padding: 12px;
    }

    .pager__prev {
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
    }
      .pager__prev li a {

      }
      .pager__prev li span {
        display: none;
      }

    .pager__number {
      z-index: 5;
      position: relative;
      top: 12px;
    }
      .pager__number p {
        width: 70px;
        text-align: center;
        margin: 0 auto;
      }
      .pager__number p span{
        display: inline-block;
        margin: 0 8px;
      }

    .pager__next {
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
    }
      .pager__next li a {

      }
      .pager__next li span {
        display: none;
      }

  /*detail*/
  #detail {
    margin: 10px 0 0;
  }
  #detail h1 {
    color: #00022A;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    border-top: solid 1px #00022A;
    border-bottom: solid 1px #00022A;
    padding: 15px 8px;
    margin: 0 0 15px;
  }

    #detail .entry__info {
      position: relative;
      overflow: hidden;
    }
    #detail .entry__info ul {
      position: relative;
      left: 50%;
      float: left;
      margin: 0 0 15px;
    }
    #detail .entry__info li {
      position: relative;
      left: -50%;
      float: left;
      font-size: 14px;
      font-weight: bold;
      padding: 0 4px;
    }
    #detail .entry__info li:first-child {
      font-size: 13px;
      border-right: solid 2px #CFD3D7;
    }
    #detail .entry__info li a {
      font-size: 13px;
      font-weight: bold;
      text-decoration: underline;
    }

    #detail img {
      clear: both;
      width: 100%;
      margin: 0 0 20px;
    }

    #detail .entry__text {
      font-size: 13px;
      line-height: 1.5em;
      margin: 0 8px 20px;
    }


    #detail .entry__tags {
      margin: 0 8px;
    }
    #detail .entry__tags li {
      display: inline-block;
      background: url(/files/user/img/entry/ico_tag.png) left 5px center no-repeat;
      background-size: 12px 12px;
      border: solid 1px #EAEEF1;
      border-radius: 5px;
      padding: 2px 5px 5px 20px;
      margin: 0 0 5px;
      /**/
      box-shadow:0px 1px 1px 1px #eee;
      -moz-box-shadow:0px 1px 1px 1px #eee;
      -webkit-box-shadow:0px 1px 1px 1px #eee;
    }
    #detail .entry__tags li a {
      color: #909090;
      font-size: 11px;
    }

    #detail .entry__share {
      position: relative;
      clear: both;
      width: 100%;
      height: 42px;
      background: #F9F9F9;
      padding: 12px 8px 8px;
      margin: 10px 0 0;
    }
    #detail .entry__share li {
      float: right;
      width: 80px;
      height: 50px;
      color: #CED1D5;
      font-size: 12px;
    }
      #detail .entry__share li:first-child {
        width: 75px;
      }
      #detail .entry__share li:nth-child(2) {
        width: 67px;
      }
      #detail .entry__share li:nth-child(3) {
        width: 90px;
      }

  /*editor*/
  #detail .editor {
    padding: 0 8px;
  }

    #detail .iframe {
      width: 100%;
      height: 400px;
      border: solid 1px #ccc;
      padding: 10px;
      margin: 15px 0;
      overflow-y: scroll;
    }

    #detail h2 {
      color: #00022E;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5em;
      border-left: solid 8px #00022E;
      padding: 4px 5px;
      margin: 15px 0 20px;
    }
    #detail h3 {
      color: #00022E;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5em;
      border-left: solid 8px #D0D4D8;
      padding: 3px 5px;
      margin: 15px 0 20px;
    }

    #detail .editor p {
      color: #3D3634;
      font-size: 13px;
      line-height: 1.5em;
      margin: 0 0 10px;
    }
    #detail .editor p a {
      text-decoration: underline;
    }
    #detail .editor p a.external {
      background: url(/files/user/img/entry/ico_external.png) right top no-repeat;
      background-size: 15px 15px;
      padding: 2px 20px 2px 0;
    }

    #detail .editor ul {
      margin: 0 0 20px 1em;
    }
    #detail .editor ul li {
      list-style-type: square;
      font-size: 13px;
      text-indent: 0em;
      line-height: 1.75em;
    }

    #detail .table {
      width: 100%;
      margin: 20px 0 30px;
    }
      #detail .table th {
        font-size: 13px;
        padding: 12px 10px;
      }
        #detail .table.tnavy th {
          background: #00022E;
          color: #fff;
        }
        #detail .table.tgray th {
          background: #EAEEF1;
        }
      #detail .table td {
        font-size: 13px;
        text-align: center;
        padding: 11px 10px;
      }

    #detail .table1 {
      border-top: solid 1px #00022E;
    }
      #detail .table1 th {
        border-right: solid 1px #fff;
      }
        #detail .table1 tr:last-child th {
          border-right: none;
        }
      #detail .table1 td {
        border-left: solid 1px #00022E;
        border-bottom: solid 1px #00022E;
      }
        #detail .table1 tr th:first-child,
        #detail .table1 tr td:first-child {
          border-left: none;
        }

    #detail .table2 {
      border-top: solid 1px #00022E;
    }
      #detail .table2 th {
        display: block;
        width: 100%;
        border-bottom: solid 1px #00022E;
      }
      #detail .table2 td {
        display: block;
        width: 100%;
        border-left: none;
        border-bottom: solid 1px #00022E;
      }
        #detail .table2 tr td:first-child {
          border-left: none;
        }

    #detail .editor i {
      position: relative;
      top: -5px;
      display: block;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4em;
      margin: 0 0 10px;
    }

    #detail .img {
      width: 100%;
      margin: 0 auto 20px;
    }
      #detail .img img {
        /**/width: 100%;
      }

    #detail .img_none {
      margin: 0 0 20px;
    }

    #detail .img_top {
      margin: 0 0 20px;
    }
      #detail .img_top img {
        display: block !important;
        margin: 0 auto;
      }

    #detail .img_bottom {
      margin: 0 0 20px;
    }
      #detail .img_bottom img {
        display: block !important;
        margin: 10px auto 0;
      }

    #detail .img_left {
      margin: 0 0 20px;
    }
      #detail .img_left img {
        display: block !important;
        width: auto !important;
        margin: 0 auto 20px !important;
      }

    #detail .img_right {
      margin: 0 0 20px;
    }
      #detail .img_right img {
        display: block !important;
        width: auto !important;
        margin: 0 auto 20px !important;
      }



    #relational__entries {
      border-bottom: solid 2px #EAEEF1;
      margin: 0 0 30px;
    }
    #relational__entries:after {
      content: "";
      clear: both;
      display: block;
    }
      #relational__entries h3 {
        background: #EAEEF1;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5em;
        border-left: solid 8px #E7BA62;
        padding: 8px 10px;
        margin: 20px 0;
      }

      #relational__entries div {
        clear: both;
        width: auto;
        margin: 0 8px 20px;
      }
        #relational__entries div img {
          width: 30%;
          float: left;
          margin: 0 15px 10px 0;
        }
        #relational__entries div h4 {
          position: relative;
          float: right;
          width: 65%;
          height: auto !important; /*OverflowEllipsis readers*/
          color: #00022E;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.5em;
          margin: 0 0 10px;
          overflow: hidden;
        }
        #relational__entries div h4 a {
          display: block;
        }
        /*
          #relational__entries div h4:before {
            z-index: 3;
            position: absolute;
            content: "...";
            width: 21px;
            text-align: center;
            background: #fff;
            bottom: 0;
            right: 0;
          }
          #relational__entries div h4:after {
            z-index: 5;
            position: absolute;
            display: inline-block;
            content: "";
            background: #fff;
            height: 100%;
            width: 100%;
          }
        */

        #relational__entries div ul {}
        #relational__entries div ul li {
          color: #CFD3D7;
          font-size: 14px;
          text-align: right;
        }



}

.youtube iframe{
  width: 100%;
}

