@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 737px) {
.ly-pc-fs16 {
    font-size: 16px;
    line-height: 2.2em;
}
.hero_tab {
    text-align: center;
    font-size: 28px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0.5% 2%;
    margin-top: 40px;
    width: 30%;
}
.conL {
    width: 58%;
    float:left;
    margin-right: 2%;
}
.le{
width: 68%;
float: left;
}
.ri{
width:30%;
float:right;
}
.fix {
    clear: both;
}
}
@media screen and (max-width:736px) {
.hero_tab {
    text-align: center;
    font-size: 18px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 1% 3.5%;
    margin-top: 40px;
    width: 50%;
}
.ly-pc-fs32 {
    font-size: 24px;
}
.ly-pc-fs24 {
    font-size: 20px;
}
.ly-pc-fs22 {
    font-size: 18px;
}
.ly-pc-fs18 {
    font-size: 16px;
}
.ly-pc-fs16 {
    font-size: 16px;
    line-height: 2.2em;
}
}
