.sp{
    display: none;
}
.content{
    text-align: center;
}
.content h4{
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 50px;
}
.content .num{
    font-size: 36px;
    font-family: "Futura";
    color: #E1799A;
}
.content .title{
    font-size: 22px;
    font-weight: bold;
    font-family: "游ゴシック体";
}
.content .sentence{
    font-size: 14px;
    line-height: 21px;
    font-family: "游ゴシック体";
    margin: 15px 0 25px 0;
}
.content .yoyaku{
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体";
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background-color: #E1799A;
    position: relative;
}
.content .yoyaku a p{
    color: #fff;
}
.content .yoyaku::before{
    content: '';
    width: 10px;
    height: 10px;  
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}
.content .block{
    padding-top: 60px;
    padding-bottom: 60px;
}
.content .block07 .num{
    font-family: "游ゴシック体";
    font-size: 30px;
    font-weight: bold;
}
.content .block02, .content .block04, .content .block06{
    background-color: #FCF5F5;
}
.content .block01 .yoyaku{
    position: relative;
}
.content .block01 .yoyaku-img{
    height: 81px;
    width: 110px;
    left: -10px;
    top: -20px;
    position: absolute;
}
@media screen and (max-width: 768px) {
    .sp{
        display: block;
    }
    .content h4{
        font-size: 18px;
    }
    .content .block{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content .yoyaku{
        width: 80vw;
        max-width: 400px;
        height: auto;
        padding: 15px 30px;
        line-height: initial;
    }
}