/*------------------------
 cta_area
-----------------------------*/
.cta_area {
    margin: 15px auto;
    width: 90%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
}
.cta_area div {
    border: 1px solid #c52e43;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}
.cta_area div > a,
.cta_area div > span {
    display: block;
    width: 100%;
    cursor: pointer;
}
.cta_area div > a:hover {
    opacity: 0.7;
}
.cta_area .tel {
    width: 25%;
    font-size: 120%;
}
.cta_area .tel a,
.cta_area .tel span {
    color: #c52e43;
    padding: 41px 10px 0;
    font-size: 14px;
    background: url(../images/cta_icon_tel.png) center 10px / 30px auto no-repeat;
}
.cta_area .form {
    width: 70%;
}
.cta_area .form a {
    color: #fff;
    font-size: 12px;
    background: #c52e43;
    position: relative;
}
.cta_area .form a > span {
    background: url(../images/cta_icon_calender.png) left center / 40px auto no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 4px 0 0 50px;
    white-space: nowrap;
}
.cta_area .form a span span {
    display: block;
    font-size: 170%;
}
/* -- pamphlet_btn -- */
.pamphlet_btn {
    margin: 15px auto 70px;
    max-width: 500px;
}
.pamphlet_btn img {
    margin-top: -5px;
    position: absolute;
    margin-left: -55px;
    width: 37px;
    height: auto;
}
.pamphlet_btn {
    margin: 15px auto 50px;
    max-width: 500px;
}
.pamphlet_btn a {
    background: #3bc538;
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    border-radius: 5px;
}
.pamphlet_btn a:hover {
    opacity: 0.7;
}
.intro {
    margin-top:5%;
}
/*-------------------
SP
-------------------*/
@media screen and (max-width:640px){
    .pamphlet_btn {
        margin: 15px auto 50px;
        max-width: 90%;
    }
    .intro {
    margin-top:15%;
}
}