img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #222; }

@media only screen and (max-width: 767px) {
  .hero {
    background: url("../img/ir_sp.jpg") top center/cover no-repeat; } }
@media only screen and (min-width: 768px) {
  .hero {
    background: url("../img/ir.jpg") top center/cover no-repeat; } }

.wrap {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .wrap {
      margin: 0;
      padding: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      max-width: 1200px;
      width: calc(100% - 45px);
      margin: 0 auto;
      padding: 0; } }

@media only screen and (max-width: 767px) {
  .content {
    margin: 30px 0 40px;
    padding: 0; } }
@media only screen and (min-width: 768px) {
  .content {
    margin: 70px 0;
    padding: 0; } }
.content .tab_container {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .content .tab_container {
      flex-direction: column;
      margin: 0 0 35px; } }
  @media only screen and (min-width: 768px) {
    .content .tab_container {
      justify-content: space-between;
      margin: 0 0 65px; } }
  .content .tab_container ul {
    list-style: none;
    display: flex;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .content .tab_container ul {
        margin: 0 0 20px;
        justify-content: space-between; } }
    @media only screen and (min-width: 768px) {
      .content .tab_container ul {
        margin: 0; } }
    .content .tab_container ul li {
      text-align: center;
      border-bottom: #e3e3e3 solid 3px;
      height: 43px;
      line-height: 43px; }
      @media only screen and (max-width: 767px) {
        .content .tab_container ul li {
          width: 31%; } }
      @media only screen and (min-width: 768px) {
        .content .tab_container ul li {
          width: 200px;
          margin-right: 18px;
          cursor: pointer; } }
      .content .tab_container ul li a {
        text-decoration: none;
        color: #666;
        font-weight: bold;
        display: block;
        width: 100%;
        height: 100%; }
        @media only screen and (max-width: 767px) {
          .content .tab_container ul li a {
            font-size: 0.75rem; } }
        .content .tab_container ul li a:hover {
          opacity: 0.8; }
    .content .tab_container ul .active {
      border-bottom: #0A1945 solid 3px;
      color: #0A1945;
      transition: all 0.2s ease-out; }
      .content .tab_container ul .active:hover {
        opacity: 1.0; }
      .content .tab_container ul .active a {
        color: #0A1945; }
        .content .tab_container ul .active a:hover {
          opacity: 1.0; }
  .content .tab_container .select_area {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      .content .tab_container .select_area {
        margin: 10px 0 0;
        justify-content: center; } }
    .content .tab_container .select_area .select_year {
      position: relative; }
      .content .tab_container .select_area .select_year::after {
        position: absolute;
        display: block;
        content: '';
        border: 2px solid;
        border-color: transparent transparent #565656 #565656;
        transform: rotate(-45deg); }
        @media only screen and (max-width: 767px) {
          .content .tab_container .select_area .select_year::after {
            top: 14px;
            right: 23px;
            width: 5px;
            height: 5px; } }
        @media only screen and (min-width: 768px) {
          .content .tab_container .select_area .select_year::after {
            top: 13px;
            right: 18px;
            width: 4px;
            height: 4px; } }
    .content .tab_container .select_area select {
      width: 100%;
      cursor: pointer;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #fff;
      color: #666;
      border: #969696 solid 1px;
      border-radius: 50px;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .content .tab_container .select_area select {
          font-size: 0.85rem;
          width: 240px;
          padding: 9px 0 9px 20px; } }
      @media only screen and (min-width: 768px) {
        .content .tab_container .select_area select {
          font-size: 0.9rem;
          padding: 7px 75px 7px 15px; } }
      .content .tab_container .select_area select ::-ms-expand {
        display: none; }
      .content .tab_container .select_area select :-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #828c9a; }
      .content .tab_container .select_area select option {
        padding: 5px; }
    .content .tab_container .select_area p {
      padding: 0;
      font-size: 0.95rem;
      font-weight: bold;
      color: #666;
      letter-spacing: 0.03em; }
      @media only screen and (max-width: 767px) {
        .content .tab_container .select_area p {
          margin: 0 20px 0 0; } }
      @media only screen and (min-width: 768px) {
        .content .tab_container .select_area p {
          margin: 0 15px 0 0; } }
.content .ttl_area {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .content .ttl_area {
      flex-direction: column;
      margin: 0 0 5px; } }
  @media only screen and (min-width: 768px) {
    .content .ttl_area {
      justify-content: space-between;
      margin: 0 0 15px; } }
  .content .ttl_area h3 {
    color: #444;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .content .ttl_area h3 {
        order: 2;
        font-size: 1.7rem;
        padding: 0; } }
    @media only screen and (min-width: 768px) {
      .content .ttl_area h3 {
        font-size: 2.4rem;
        line-height: 2.4rem;
        padding: 7px 0 0 10px; } }
.content .update {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.85rem;
  text-align: right; }
.content .topics_area {
  display: none; }
  .content .topics_area .topics {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: #ccc solid 1px; }
    .content .topics_area .topics li {
      margin: 0;
      border-top: #ccc solid 1px; }
      @media only screen and (max-width: 767px) {
        .content .topics_area .topics li {
          padding: 20px 5px 20px; } }
      @media only screen and (min-width: 768px) {
        .content .topics_area .topics li {
          padding: 20px 0 20px 15px;
          display: flex; } }
      .content .topics_area .topics li .pdf {
        position: relative;
        color: #6b9bc3;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .content .topics_area .topics li .pdf {
            margin: 5px 0 0;
            display: block;
            font-size: 0.9rem; } }
        @media only screen and (min-width: 768px) {
          .content .topics_area .topics li .pdf {
            font-size: 0.95rem; }
            .content .topics_area .topics li .pdf:hover {
              text-decoration: underline; } }
        .content .topics_area .topics li .pdf::after {
          display: block;
          content: '';
          background-image: url("/dir/company/ir/img/list_pdf.png");
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle;
          position: absolute; }
          @media only screen and (max-width: 767px) {
            .content .topics_area .topics li .pdf::after {
              top: 0;
              right: 0;
              width: 25px;
              height: 25px; } }
          @media only screen and (min-width: 768px) {
            .content .topics_area .topics li .pdf::after {
              top: 3px;
              right: -25px;
              width: 18px;
              height: 18px; } }
  @media only screen and (max-width: 767px) {
    .content .topics_area .info {
      display: flex;
      justify-content: space-between;
      margin: 0 0 -10px;
      font-size: 0.8rem; } }
  .content .topics_area .date {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .content .topics_area .date {
        margin: 0 20px 0 0;
        width: 135px;
        font-size: 0.95rem; } }
  .content .topics_area .category {
    display: inline-block;
    background: #999;
    color: #fff;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .content .topics_area .category {
        margin: 0 0 0 auto;
        font-size: 0.75rem;
        width: 125px;
        height: 17px;
        line-height: 17px; } }
    @media only screen and (min-width: 768px) {
      .content .topics_area .category {
        margin: 0 40px 0 0;
        font-size: 0.7rem;
        width: 125px;
        height: 20px;
        line-height: 20px; } }
  @media only screen and (max-width: 767px) {
    .content .topics_area br {
      line-height: initial; } }
  .content .topics_area p {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .content .topics_area p {
        width: 308px; } }

.topics_area.active {
  display: block; }

.note {
  display: flex;
  background: #f1f1f1;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .note {
      order: 1;
      flex-direction: column;
      margin: 0 0 40px;
      padding: 20px 15px; } }
  @media only screen and (min-width: 768px) {
    .note {
      margin: 0 0 70px;
      padding: 30px 30px; } }
  @media only screen and (max-width: 767px) {
    .note img {
      margin: 0 0 15px;
      width: 158px;
      height: 39px; } }
  @media only screen and (min-width: 768px) {
    .note img {
      margin: 0 53px 0 0;
      width: 158px;
      height: 39px; } }
  .note p {
    margin: 0;
    padding: 0;
    font-size: 0.9rem; }
    @media only screen and (max-width: 767px) {
      .note p {
        line-height: 1.7rem; } }
    @media only screen and (min-width: 768px) {
      .note p {
        line-height: 1.35rem; } }
    .note p a {
      color: #69708D;
      text-decoration: none; }
      .note p a:hover {
        text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .utai {
    margin: 0 0 60px; } }
@media only screen and (min-width: 768px) {
  .utai {
    margin: 0 0 70px; } }
.utai h4 {
  border-bottom: #ccc solid 1px;
  padding: 0 0 8px; }
  @media only screen and (max-width: 767px) {
    .utai h4 {
      font-size: 1.25rem;
      margin: 0 0 23px; } }
  @media only screen and (min-width: 768px) {
    .utai h4 {
      font-size: 1.35rem;
      margin: 0 0 25px; } }
.utai p {
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .utai p {
      margin: 0 0 15px;
      line-height: 1.7rem;
      font-size: 0.95rem; } }
  @media only screen and (min-width: 768px) {
    .utai p {
      margin: 0 0 20px;
      font-size: 0.95rem;
      line-height: 1.6rem; } }

.otoiawase {
  background: #f3f3f3; }
  .otoiawase .inner {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .otoiawase .inner {
        margin: 0;
        padding: 50px 15px; } }
    @media only screen and (min-width: 768px) {
      .otoiawase .inner {
        max-width: 1200px;
        width: calc(100% - 45px);
        margin: 0 auto;
        padding: 50px 0 75px; } }
    .otoiawase .inner h4 {
      border-bottom: #ccc solid 1px;
      padding: 0 0 8px; }
      @media only screen and (max-width: 767px) {
        .otoiawase .inner h4 {
          font-size: 1.25rem;
          margin: 0 0 23px; } }
      @media only screen and (min-width: 768px) {
        .otoiawase .inner h4 {
          font-size: 1.35rem;
          margin: 0 0 25px; } }
    .otoiawase .inner p {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .otoiawase .inner p {
          line-height: 1.7rem; } }
      @media only screen and (min-width: 768px) {
        .otoiawase .inner p {
          line-height: 1.6rem; } }
      .otoiawase .inner p a {
        color: #69708D;
        text-decoration: none; }
        .otoiawase .inner p a:hover {
          text-decoration: underline; }
    .otoiawase .inner .tanto {
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .otoiawase .inner .tanto {
          margin: 0;
          font-size: 1.0rem; } }
      @media only screen and (min-width: 768px) {
        .otoiawase .inner .tanto {
          margin: 0 0 7px;
          font-size: 1.0rem; } }

.pagenate_area {
  text-align: center; }

.pager {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .pager {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 768px) {
    .pager {
      font-size: 1.0rem; } }
  .pager li {
    margin: 0 2px;
    background: #fff;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .pager li {
        width: 38px;
        height: 38px; } }
    @media only screen and (min-width: 768px) {
      .pager li {
        width: 40px;
        height: 40px; } }
    .pager li a {
      text-decoration: none;
      color: #555; }
      .pager li a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
    .pager li:hover {
      cursor: pointer;
      background: #ccc;
      border: #ccc solid 1px;
      color: #fff; }
  @media only screen and (max-width: 767px) {
    .pager .link_before {
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) {
    .pager .link_before {
      margin-right: 30px; } }
  .pager .link_before::before {
    font-family: "Font Awesome 5 Free";
    content: "\f104"; }
    @media only screen and (max-width: 767px) {
      .pager .link_before::before {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .pager .link_before::before {
        font-size: 1.1rem; } }
  .pager .link_first::before {
    font-family: "Font Awesome 5 Free";
    content: "\f100"; }
    @media only screen and (max-width: 767px) {
      .pager .link_first::before {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .pager .link_first::before {
        font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .pager .link_next {
      margin-left: 10px; } }
  @media only screen and (min-width: 768px) {
    .pager .link_next {
      margin-left: 30px; } }
  .pager .link_next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 1.1rem; }
  .pager .link_last::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-size: 1.1rem; }
  .pager .other_pages {
    border: #ccc solid 1px; }
  .pager .current_page {
    background: #e3f2f6;
    border: #A9CBD4 solid 1px;
    color: #204e78; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

.global_head {
  margin: 0;
  padding: 0; }
