@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */


.schedule_txt {
  color: #37538E;
}


.tab_hideen_box {
  display: none;
}
.tab_btn.is-active {
  transition: all 0.2s ease-out;
}
.tab_hideen_box.is-show {
  display: block;
}




  .tab {
    cursor:pointer;
  }
  .tab-contents {
    display:none;
  }
  .tab.is-active {
    transition: all 0.2s ease-out;
  }
  .tab-contents.is-show {
    display:block;
  }


@media only screen and ( max-width : 991px ) {
  #page_ttl #schedule {
    margin-top: 10px;
    padding: 20px 0 10px;
  }
  #schedule .container {
    position: relative;
  }
  .schedule_ttl {
    margin-bottom: 10px;
  }
  .schedule_link {
    margin-top: 10px;
    position: absolute;
    top: -10px;
    right: 30px;
  }
  .schedule_link a:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    margin-right: 0.5rem;
    font-size: 140%;
    vertical-align: bottom;
  }
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
  #page_ttl #schedule {
    margin-top: 10px;
    padding: 30px 0;
  }
  .schedule_ttl {
    margin-left: 10%;
    font-size: 18px;
  }
  .schedule_txt {
    font-size: 18px;
  }
  .schedule_link {
    font-size: 18px;
  }
  .schedule_link a:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    margin-right: 1rem;
    font-size: 120%;
    vertical-align: bottom;
  }
  #img_link .container {
    max-width: 
  }
}

@media print, screen and ( min-width : 1200px ) {
}


/* ---------------------------------------------------------------------------------------------

　   LIBRARY

--------------------------------------------------------------------------------------------- */
/*
#library table {
  width: 100%;
  border: #000 solid 1px;
  table-layout: fixed;
}
#library th,#library td {
  color: #000;
}
#library th {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  vertical-align: middle;
}
#library td {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
#library td img {
  display: block;
  margin: 0 auto;
}
.line_none td {
  border-bottom: none;
}

@media only screen and ( max-width : 991px ) {
  #library th {
    font-size: 12px;
  }
  .table_ttl th {
    padding: 5px 0;
  }
  #library td {
    padding: 8px 0 5px;
  }
  .btn_link {
    margin-top: 30px;
  }
  .btn_link a {
    width: 300px;
    margin: 20px auto 0;
  }
}

@media only screen and ( max-width : 767px ) {
  #library th {
    font-size: 10px;
  }
  #library td img {
    height: 25px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #library th {
    font-size: 11px;
  }
  #library .table_ttl th {
    padding: 10px 0;
  }
  #library td {
    padding: 5px 0;
  }
  #library .btn_link a {
    width: 30%;
    font-weight: 400;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #library th {
    font-size: 13px;
  }
}
*/

/* ---------------------------------------------------------------------------------------------

　   IRコンテンツ一覧

--------------------------------------------------------------------------------------------- */

#ir-contents_wrap a {
  display: block;
  width: 32%;
  background: #fff;
}
#ir-contents_wrap a:hover {
  background: #5170A6;
  opacity: 1;
}
#ir-contents_wrap a:hover p {
  color: #fff;
}
#ir-contents_wrap img {
  display: block;
  margin: 0 auto;
}
#ir-contents_wrap p {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #5170A6;
  font-weight: 700;
}

@media only screen and ( max-width : 991px ) {
  #ir-contents_wrap a {
    width: 48%;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  #ir-contents_wrap img {
    height: 80px;
  }
}

@media only screen and ( max-width : 575px ) {
  #ir-contents_wrap p {
    font-size: 14px;
  }
}
@media only screen and ( max-width : 360px ) {
  #ir-contents_wrap p {
    font-size: 12px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #ir-contents_wrap a {
    margin-bottom: 20px;
    padding: 30px 0;
    font-size: 18px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}




/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */
.home .yeartitle{
    display: none;
}
.home .irp-list{
    margin-bottom: 0!important;
}

.home #library th,
.home #library td{
    vertical-align: middle;
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
}

@media print, screen and ( min-width : 1200px ) {
}
