@charset "utf-8";
.mainImage > img.pcimg {    
    display: none;
}

.mainImage > img.mbimg {
    width: 100%;
    display: inline-block;
}

.bar-menu {
    height: 48px;
    margin: 8px 0;
}
.bar-menu ul.menu-body li {
    width: 16%;
    height: 40px;
    line-height: 40px;
}

.bar-menu ul.menu-body li a {
    font-size: 0.87em;
}

.bar-menu ul.menu-body li a span {
    display: none;
}

main > section > h2 {
	width: calc(100% - 80px);
    margin: 1% 40px 0 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
}

main > section > h2::before {
    width:40px;
    height: 40px;
    border-radius:20px 0 0 20px;
    top:0;
    left:-40px;
}

main > section > h2::after {
    width:40px;
    height: 40px;
    border-radius:0 20px 20px 0;
    top:0;
    right:-40px;
}

footer {
    padding: 4% 0 2% 0;
    font-size: 0.9em;
}


footer div.pcfoot {
    display: none;
} 

footer div.mobilefoot {
    display: block;
}