@charset "utf-8";

#page-content {
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper {
  top: 0;
  background: #fff;
  padding-top: 20px;
  min-width: 100%;
}

.lead {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  background: #f0f0f0;
  padding: 16px 0;
  width: 100%;
  margin: 0 auto  40px;
}

.lead span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.subsc-list-content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.subsc-item {
  width: 100%;
  padding: 0;
}

.subsc-item--denshiban .subsc-btn__link {
    text-align:center;
    background: #fff;
    color: var(--color-shukan-primary);
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    position: relative;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: solid 1px;
    transition: 0.3s;
}

.subsc-item--bungeishunju {
  margin-top: 40px;
}

.subsc-item--bungeishunju .subsc-btn__link {
    text-align:center;
    background: #fff;
    color: #329b5a;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    position: relative;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: solid 1px #329b5a;
    transition: 0.3s;
}

:is(.subsc-logo, .subsc-logo2) img {
  width: auto;
  height: 38px;
  margin: 0 auto 10px;
  display: block;
}

.company-logo-wrap {
  background: #333;
}

.company-logo {
  padding: 20px 0;
  border-bottom: 1px solid #666;
}

.company-logo-image{
    display: block;
    width: 80px;
    margin: 0 auto;
}

footer {
  min-width: 100%;
  background-color: #333333;
}

footer .bottom{
  padding-bottom: 40px;
}

footer ul.external-link li {
  width: 25%;
}
