
.l-block {
  margin-top: 2rem;
  width: 100%;
}
.c-box--2 {
  display: flex;
  justify-content: center;
}
.c-box--2 .c-box__item {
  width: 50%;
  padding: 0.3rem;
}

.c-box__header {
    margin-bottom: 3rem;
    text-align: left;
}
.c-box--2 .c-box__heading-a {
    font-size: 1.2rem;
    padding-bottom: 1.0rem;
    text-align: left;
}
.c-box--2 .c-box__heading-a {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    position: relative;
}
.c-box--2 .c-box__heading-a:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #e7e7e7;
}
.c-box--2 .c-box__heading-a:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: block;
    width: 8rem;
    height: 3px;
    content: "";
    background-color: #003894;
}
.c-box__body>:first-child {
    margin-top: 0;
}
.c-button--fit {
    max-width: 100%;
}

.c-button--g {
    background-color: #00a7ad;
}
.c-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 32rem;
    margin-top: 4rem;
    transition: color 0.3s;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
a.c-button:link,
a.c-button:visited {
  color: white;
  text-decoration: none;
}
.c-button--g:hover .c-button__inner, a:hover .c-button--g .c-button__inner {
    background-color: #007377;
}
.c-button__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.0rem 0rem;
    transition: 0.3s;
}
.c-button__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    display: inline-block;
}
