@charset "utf-8";

/*追従ボタン*/
.fixed_btn_area {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 10px 0;
    z-index: 18;
}

a.fixed_btn {
    padding: 8px 50px;
    border-radius: 18px;
    border-bottom: 8px solid #b73129;
    background-color: #008F79;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    line-height: 1.5;
}
a.fixed_btn:hover {
    margin-top: 6px;
    border-bottom: 1px solid #008F79;
    color: #fff;
}

.fixed_btn span {
    font-size: 26px;
    color: #fff352;
}
.fixed_btn a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.yazirusi {
    margin-left: 10px;
    width: 40px;
    height: 8px;
    border-bottom: 4px solid #fff352;
    border-right: 6px solid #fff352;
    transform: skew(45deg);
    display: inline-block;
}

@media (max-width: 767px) {
.cta-inner {
    display: block;
}
.cta_btn {
    width: 100%;
    padding: 5% 4%;
    margin-bottom:20px;
}
.check_btn {
    width: 100%;
    padding: 5% 4%;
}
.check_btn {
    width: 100%;
}
.check_btn img {
    position: absolute;
    width: 13%;
    top: 47%;
    left: 24%;
}
.fixed_btn span {
    font-size: 1.4rem;
}
a.fixed_btn {
    padding: 8px 8px 0;
    border-radius: 18px;
    border-bottom: 6px solid #b73129;
    width: 90%;
    font-size: 0.9rem;
}
.btn_ttl {
    margin-right: 8%;
}
.cta-area_fv {
    margin: 10% auto;
}
}
/*CTAEND*/


