@charset "utf-8";* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #000;
    line-height: 1.5em;
    background-color: #efefef;
}

ol,ul {
    list-style-type: none
}

a:hover {
    opacity: .85
}

a:focus {
    outline: 0
}

img {
    height: auto;
    border: 0;
    vertical-align: top;
    max-width: 100%;
    margin: 0
}

.cta_wrap {
    position: relative;
    height: 377px;
    background-image: url(../images/cta_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cta_btn_line img {
    position: absolute;
    bottom: 192px;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
}
.cta_btn_tel img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
}



.content_wrap {
    max-width: 750px;
    margin: 0 auto
}



@media(max-width: 749px) {
    a:hover {
        opacity:1
    }

    img {
        width: 100%
    }
    .cta_wrap {
        height: 196px;
    }
    .cta_btn_line img {
        top: 0px;
        width: 90%;
    }
    .cta_btn_tel img {
        bottom: 4px;
        width: 90%;
    }

}
