@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 768px) {
html, body {
    font-size: 15px;
}
#body {
    padding: 15px;
}
.title{
    height:auto;
    padding: 15px;
}
.contentBox a.title, .contentBox2 a.title, .contentBox2 .divtitle{
    font-size: 16px;
}
.homeBanner .container a .headline{
    font-size: 150%;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 10px);
}
.btn_left,.btn_right {
    width: 12px;
}
.homeBanner .headline{
        font-size: 150%;
}
.homeBanner .container{
    padding-bottom: 80%;
}
#header .btn_textSize{
    display:none !important;
}
.pc{
	display: none !important;
}
.sp{
	display:block !important;
}
#floatingIcon{
    transform: scale(.7);
    transform-origin: bottom right;
}
}