@charset "UTF-8";
body {
    background: #fff;
    text-align: left;
    line-height: 160%;
    font-family: sans-serif;
    color: #000;
}
.Renewal_wrap {
    background: #fff;
}
.Renewal_in {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0;
}
.rnwTtl_wrap {
    height: 223px;
    background: #E5F2FD;
    display: flex;
    align-items: center;
}
.rnwTtl_in .sttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
}
.rnwTtl_in .ttl {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
}
.Renewal_wrap .ttl-02 {
    padding: 22px 0 20px 30px;
    margin: 25px 0;
    border-top: 3px solid #00665a;
    border-bottom: 1px solid #00665a;
    font-weight: 500;
    font-size: 17px;
}
.Renewal_wrap.ver2 .ttl-02 {
    border-top: 3px solid #009CE5;
    border-bottom: 1px solid #009CE5;
}
.Renewal_wrap .ttl-02 span {
    position: relative;
}
.Renewal_wrap .ttl-02 span::before {
    background: #00665a;
}
.Renewal_wrap.ver2 .ttl-02 span::before {
    background: #009CE5;
}
.Renewal_wrap .ttl-02 span::before {
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}
.linkButton {
    text-align: center;
}
.linkButton a {
    background: #00665a;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 30px 20px 45px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
}
.Renewal_wrap.ver2 .linkButton a {
    background: #009CE5;
}
.Renewal_wrap .linkButton a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
@media (min-width: 896px) and (max-width: 920px) {
    .rnwTtl_in .sttl {
        font-size: 26px;
    }
}
@media only screen and (min-width: 896px) {
    .rnwTtl_wrap .rnwTtl_in {
        max-width: 1200px;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .linkButton a:hover {
        opacity: 0.8;
    }
}
@media only screen and (max-width: 896px) {
    .page_wrap, .ttl01, .ttl01-02 {
        max-width: 100%;
        width: auto;
    }
    .Renewal_in {
        padding: 20px 15px;
    }
    .rnwTtl_wrap {
        max-width: 100%;
        height: 127px;
        padding: 0 min(15px, 3.846vw);
        box-sizing: border-box;
    }
    .rnwTtl_in .sttl {
        font-size: min(18px, 4.615vw);
        line-height: 1.2;
    }
    .rnwTtl_in .ttl {
        font-size: min(24px, 6.154vw);
    }
}
@media only screen and (max-width: 350px) {
    .linkButton a {
        font-size: 12px;
    }
}
