@charset "utf-8";


@font-face {
  font-family: 'icomoon';
  src:  url('/museum/common/fonts/icomoon.eot?ehjytq');
  src:  url('/museum/common/fonts/icomoon.eot?ehjytq#iefix') format('embedded-opentype'),
    url('/museum/common/fonts/icomoon.ttf?ehjytq') format('truetype'),
    url('/museum/common/fonts/icomoon.woff?ehjytq') format('woff'),
    url('/museum/common/fonts/icomoon.svg?ehjytq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e986";
}


/* Header
----------------------------------------------*/

#siteHeader .brand {
  background: #0046ad;
}

#siteHeader .worldwide {
  width: 140px;
  height: 15px;
}

#siteHeader .worldwide p,
#siteHeader .worldwide img,
#siteHeader .sp_worldwide p,
#siteHeader .sp_worldwide img {
  display: inline-block;
  vertical-align: middle;
}

#siteHeader .worldwide p {
  color: #fff;
  font-size: 11px;
}

#siteHeader .worldwide img,
#siteHeader .sp_worldwide img {
  margin-left: 10px;
}

#siteHeader #nav-drawer {
  display: none;
}

#nav-input:checked~#ww_nav-close {
  display: block;
  /*カバーを表示*/
}

#nav-input:checked~#nav-content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1000px) {

  /*#siteHeader .worldwide,
  #siteHeader .nav-unshown {
    display: none;
  }*/

  #siteHeader #nav-drawer {
    display: block;
  }

  #siteHeader #ww_nav-open {
    width: 17px;
    height: 17px;
    display: block;
    cursor: pointer;
  }

  #ww_nav-open:after {
    display: block;
    text-align: center;
    text-indent: 0;
    content: '\f0c9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }

  #siteHeader #ww_nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    right: 14px;
    top: 9px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #0046ad;
    transition: .3s ease-in-out;
  }

  #siteHeader #ww_nav-close:after {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    text-indent: 0;
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 8px;
  }

  #siteHeader #nav-content {
    overflow: auto;
    position: fixed;
    left: 0;
    top: 64px;
    z-index: 9999;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: rgba(0, 0, 0, .5);
  }

  #nav-input:checked~#nav-content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

  #siteHeader .sp_worldwide {
    background: #333;
    text-align: center;
    border-top: 1px #aaa solid;
  }

  #siteHeader .sp_worldwide a {
    color: #fff;
    opacity: 1;
    transition: all .3s ease;
    font-size: 14px;
    display: block;
    padding: 10px;
  }

  #siteHeader .sp_worldwide p {
    font-size: 11px;
  }
}


/* Footer
----------------------------------------------*/
#siteFooter .guide .hour a.link_calendar {
  color: #0b94c0;
  transition: all .2s ease-in;
}

#siteFooter .guide .hour a.link_calendar:hover {
  opacity: .6;
}

#siteFooter div.f_under {
  background: #666666 !important;
}

#siteFooter ul.snsBtn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}

#siteFooter ul.snsBtn li {
  line-height: 1.0;
  margin-right: 28px;
}

#siteFooter ul.snsBtn li:last-child {
  margin-right: 0px;
}

#siteFooter nav {
  background: #666666 !important;
}

#siteFooter .f_under p {
  background: #a1a0a0 !important;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
  /* font-family: raleway-Bd; */
  letter-spacing: 0.1em;
  font-size: 11px;
}

@media screen and (max-width: 640px) {

  #siteHeader #nav-content {
    top: 58px;
  }

  #siteFooter .f_under p {
    padding-bottom: 30px;
    line-height: 1.75;
    font-size: 10px;
  }
}

/*20240409add*/

@media (min-width: 1001px) and (max-width: 1180px){
#footnotes .footnotes {
    width: 90%;
    margin: 0 auto;
}
}
#footnotes {
    background-color: #999;
    padding: 17px 0 15px;
}

#footnotes .footnotes {
    max-width: 1180px;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}


.disclaimers ul,.copyright ul{
    list-style: none;
}

.disclaimers ul {
    display: flex;
    flex-wrap: wrap;
}


.footnote-tdk .disclaimers ul li {
    margin-right: 15px;
}

#footnotes .footnotes a {
    color: #fff;
    text-decoration: none;
}
.disclaimers ul li a {
    font-size: 12px;
    line-height: 20px;
}

.footnote-tdk .disclaimers ul li:last-child {
    margin-right: 0;
}

.copyright ul li {
    text-align: right;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

@media screen and (max-width: 1000px){
    #footnotes {
    padding: 0 0 10px;
}
    
    #footnotes .footnotes {
    display: block;
}
    .footnote-tdk .disclaimers ul {
    width: 100% !important;
}
    
.disclaimers {
    background-color: #999;
    padding: 11px 0;
}
    
.disclaimers ul {
    width: 223px;
    margin: 0 auto;
    justify-content: center;
}
    
    
    
.footnote-tdk .disclaimers ul {
    width: 100% !important;
}
.disclaimers ul li {
    margin: 0;
}
    
.footnote-tdk .disclaimers ul li a {
    padding: 0;
}
    
.disclaimers ul li a {
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
}
.copyright ul {
    padding-top: 10px;
}
    
.copyright ul li {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}
    
    }

@media screen and (max-width: 640px){
#footnotes .footnotes {
    display: block;
}
    }