@charset "utf-8";



header,footer {
    display: none;
}
body {
    padding-top: 0 !important;
}
main > .container {
    width: 100% !important;
    padding: 0 !important;
}
main > .container > * {
    padding: 5px !important;
    margin: 0 !important;
}
main > .container > * > * {
    padding: 0 !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
}
main > .container > * > * > *  {
    width: 100%;
    height: 100%;
    padding: 5px;
}


@media only screen and (max-width: 767px) {
#mainVisual:not(.index_mainVisual) > * {
    height: 10rem !important;
}
#mainVisual:not(.index_mainVisual) .title {
    font-size: clamp(18px, 3vw, 2.4rem);
}
main > .container .tab_rent  {
    font-size: clamp(8px, 1.25vw, 12px) !important;
    max-width: 100%;
    width: 100%;
}
main > .container .tab_rent .txts_14   {
    font-size: clamp(9px, 1.3vw, 13px) !important;
}

}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 480px) {


}
@media print, screen and (min-width: 768px) {

#mainVisual:not(.index_mainVisual) > * {
    height: 10rem !important;
}

main > .container .tab_rent  {
    font-size: clamp(11px, 1.5vw, 13px) !important;
}
main > .container .tab_rent .txts_20  {
    max-width: 5em;
    min-width: 5em;
    width: 5em;
    font-size: clamp(13px, 1.8vw, 15px) !important;
}
main > .container .tab_rent .bgc_rent.txts_14.font-weight-bold  {
    max-width: 5em;
    min-width: 5em;
    width: 5em;
}


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}





