@charset "UTF-8";

#contents {
  width: 100%;
}

section {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0 0;
  width: 90%;
}

.sec-wrap {
}

.page-tit {
  margin: 0 auto;
  text-align: center;
  width: 500px;
}

.contact {
  font-size: 20px;
  font-weight: bold;
  margin: 50px auto 0;
  max-width: 300px;
  text-align: center;
  width: 90%;
}

.contact a {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 25px 0;
  width: 100%;
}

.contact a:hover {
  background-color: #fff;
  color: #000;
  transition: 0.5s;
}

/* ----------------------------------------------------------------
    keyimg
  ----------------------------------------------------------------- */
#keyimg {
  display: flex;
  height: calc(100vh - 40px);
  margin-top: 0px;
  padding: 0;
  place-items: center;
}

@media screen and (max-height: 700px) {
  #keyimg {
    height: 700px;
  }
}

#keyimg .main-item {
  margin: 0 auto;
}

#keyimg .main-tit {
  margin: 0 auto;
  width: 500px;
}

#keyimg .sub-item-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-bottom: 25px;
  margin-left: 0.25em;
  text-align: center;
}

#keyimg .entry-btn {
  margin: 50px auto 0;
  width: 300px;
}

#keyimg .entry-btn-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 75px;
  justify-content: center;
  width: 100%;
}

#keyimg .entry-btn-wrap a {
  align-items: center;
  background-color: #f93549;
  border: 1px solid #f93549;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#keyimg .entry-btn-wrap a:hover {
  background-color: #fff;
  color: #f93549;
  transition: 0.5s;
}

#keyimg .entry-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-left: 0.25em;
  text-align: center;
}

#keyimg .notice {
  color: #333;
  font-size: 14px;
  line-height: 2;
  margin: 100px auto 0;
}

/* ----------------------------------------------------------------
    library
  ----------------------------------------------------------------- */
body.library #contents {
  padding: 100px 0;
}

body.library .sub-item-tit {
  background-color: #f93549;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 75px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

body.library .main-contents {
  text-align: left;
}

body.library .histroy {
  background-color: #f6f6f6;
  height: auto;
  max-height: 263px;
  overflow-y: scroll;
  padding: 18px 36px;
}

body.library .histroy li {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 18px;
  padding-left: 6em;
  position: relative;
}

body.library .histroy li:last-child {
  margin-bottom: 0px;
}

body.library .histroy li .date {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

body.library .block-download {
  margin-top: 55px;
  padding-top: 20px;
}

body.library .block-download:first-child {
  margin-top: 0px;
  padding-top: 0;
}

body.library .block-download .block-tit {
  border-left: 5px solid #f93549;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}

body.library .block-download .list {
  align-self: stretch;
  border: 1px solid #333;
  border-width: 1px 1px 0px 1px;
  display: flex;
  font-size: 16px;
}

body.library .block-download .list:last-child {
  border-width: 1px 1px 1px 1px;
}

body.library .block-download .head {
  background-color: #f6f6f6;
}

body.library .block-download .list .name {
  align-items: center;
  border-right: 1px solid #333;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  width: 300px;
}

body.library .block-download .head .name {
  font-size: 16px;
  font-weight: normal;
  justify-content: center;
}

body.library .block-download .list .desc {
  align-items: center;
  border-right: 1px solid #333;
  display: flex;
  font-size: 13px;
  text-align: justify;
  padding: 10px;
  width: 600px;
}

body.library .block-download .head .desc {
  font-size: 16px;
  display: block;
  text-align: center;
}

body.library .block-download .list .dl {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  width: 100px;
}

body.library .block-download .list .small {
  font-size: 12px;
}

body.library .block-download .list dt.new {
  padding-left: 40px;
  background: url(../img/common/ico_new.png) no-repeat left 2px;
}

body.library .block-download .list .size {
  font-size: 12px;
}

body.library .block-download .list .nolink {
  color: #7d858b;
  font-size: 14px;
}

body.library .block-download .list .txtlink:hover {
  color: #f93549;
  text-decoration: underline;
}

body.library .block-download .list .download i {
  color: #f93549;
}

body.library .block-download .list .download {
  color: #7d858b;
}

body.library .block-download .list .download:hover {
  text-decoration: none;
}

body.library .block-download .list .download:hover .over {
  color: #f93549;
  text-decoration: underline;
}

body.library .sub-navi {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  margin: 75px auto 0;
  max-width: 1000px;
  width: 100%;
}

body.library .sub-navi .sub-navi-btn {
  align-self: stretch;
  color: #fff;
  display: flex;
  width: 24%;
}

body.library .sub-navi .sub-navi-btn a {
  align-items: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

body.library .sub-navi .sub-navi-btn a:hover {
  color: #f93549;
  opacity: 0.7;
  transition: 0.5s;
}

body.library .sub-navi .sub-navi-btn a img {
  width: 75%;
}

body.library .contact {
  font-size: 22px;
  font-weight: bold;
  margin: 75px auto 0;
  max-width: 333px;
  text-align: center;
  width: 90%;
}

body.library .contact.absolute {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  max-width: 250px;
  text-align: center;
  width: 90%;
}
body.library .contact.fixed a {
  padding-block: 20px;
}

body.library .contact a {
  background-color: #f93549;
  border: 1px solid #f93549;
  border-radius: 75px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 28px 0;
  width: 100%;
}

body.library .contact a:hover {
  background-color: #fff;
  color: #f93549;
  transition: 0.5s;
}

body.library .back {
  text-align: center;
  margin-top: 50px;
}

body.library .back a {
  text-decoration: underline;
}

body.library .back a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------
    footer
  ----------------------------------------------------------------- */
footer {
  background-color: #1a1a1a;
  width: 100%;
}

footer .foot-inr {
  display: flex;
  height: 40px;
  place-items: center;
  width: 100%;
}

footer .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

/* ---------------------------- 211214 追記 ------------------------------------ */

span.blink {
  color: #f93549;
}

body.library .block-download .histroy a {
  color: #f93549;
  text-decoration: underline;
}

body.library .block-download .histroy a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/* ---------------------------- 211214 追記 終わり ------------------------------------ */
