@charset "UTF-8";

body {
  font-family: "A1ゴシック R", sans-serif;
  color: #103188;
}

#wrapper {
  position: relative;
}
#wrapper::before {
  content: "";
  position: fixed;
  background: url(/textlive/css/260311/bg.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#contents {
  width: 96%;
  max-width: 800px;
  margin-inline: auto;
  background-color: #fefede;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: 48px;
}

.header__lead {
  padding: min(60px, 8%) 6%;
}

.post-wrapper {
  padding: 4px;
}
.post-share {
  padding: 0;
}
.post-share__line a {
  border-radius: 0;
}

.footer {
  padding-top: 4px;
}

.header__logo {
  display:none;
}

.post {
  color: #000000;
}

.footer .copyright {
  color:#fff;
  margin-top:1px;
  background-color: #103188;
}

.navi {
  margin-block: 0;
  border: none;
}

.header__lead + .navi.navi--top {
  border-top: 2px solid #103188;
}

.navi.navi--top {
  border-bottom: 2px solid #103188;
}

.navi.navi--bottom {
  border-top: 2px solid #103188;
  border-bottom: 2px solid #103188;
}

.post-share li a {
  background-color: #103188;
}
a.btn {
  background-color: #103188;
}
a:link {
  color: #103188;
  text-decoration: none;
}
a:visited {
  color: #103188;
  text-decoration: none;
}

a.link-modal {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;  
}

.modaal-container {
  width: fit-content;
  font-size: 16px;
}
.modaal-container dl {
  margin: 0 auto;
}
.modaal-container dl + dl {
  margin-top: 16px;
}
.modaal-container dd {
  margin: 4px auto;
}
.modaal-content-container {
  background-color: #fefede;  
}

.navi__prev-next a:visited,
.navi__prev-next a:link {
  color: #FFFFFF;
}
.footer-contact__home a {
  color: #103188;
  background-color: transparent;
}

@media (min-width: 601px) {
  .post-share__twitter a {
    border-radius: 6px 0 0 0;
  }
  .footer {
    padding-top: 12px;
  }
}
@media (max-width: 600px) {
  .footer-contact__home a {
    background-color: #103188;
    color:#fff;
  }
  .footer-contact__mail a {
    color:#fff;
    background-color: #103188;
  }
}
