.hojyokin01{
    width: 100%;
    text-align: center;
    background-color: #FFF;
    background-image: url(../img/img01_bg.png);
    background-position: top center;
    background-repeat: repeat-x;
}

.hojyokin02{
    width: 100%;
    text-align: center;
    background-color: #FFF;
}

.hojyokin03{
    width: 100%;
    text-align: center;
    background-color: #FCEF33;
}

.hojyokin04{
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 640px;
}
.hojyokin04 p{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.hojyokin05{
    width: 100%;
    text-align: center;
    background-color: #FCEF33;
}

.hojyokin06{
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 640px;
}
.hojyokin06 p{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.hojyokin07{
    width: 100%;
    text-align: center;
    background-color: #FFF;
}
.hojyokin07 p{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.hojyokin08{
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 640px;
}


.btn-search{
    display: block;
    padding: .2em;
    background: rgb(230, 0, 18);
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.3em;
    margin: .5em 0 0 0;
    width: 100%;
}
.btn-search:hover{
    opacity: 0.8;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transform: scale(.98);
}