@charset "utf-8";

body {
  background: #333333;
}

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

.lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6em;
  background: #f0f0f0;
  padding: 30px 0;
  width: 800px;
  margin: 0 auto 100px;
}

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

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

.subsc-list {
  display: flex;
}

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

.subsc-item .subsc-btn__link:hover {
  opacity: .7;
}

.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-left: 80px;
}

.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: 37px;
  margin: 0 auto 10px;
  display: block;
}

.company-logo-wrap {
  background: #333;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

