@charset "UTF-8";
/*
* Last Update 2020-07-12
*
* BLANK WINDOW SETTING
*
*/


/*======================================

CONTENTS

=======================================*/


#popupStyle #contents section {padding:4em 0;}



/*======================================

FOOTER

=======================================*/

#popupStyle footer {
background: rgb(255,255,255);
padding-top: 0;
}
#popupStyle footer #footerBottomBlock::before {
display: none;
padding-top: 16px;
}
#popupStyle #footerBottomBlock .container-fluid {
padding-top: 8px;
}



/*======================================

BUS RENTAL

=======================================*/
.sec-Title > span img {
 margin-right: .4em;
 max-width: 2.5rem;
 position: relative;
 top:.15em;
}

.groupP #contents section {
 margin:auto;
 max-width:800px;
}

/*===== for   below - 767px =====*/
@media screen and (max-width:767px){
 .groupP #contents section {
  max-width:480px;
 }
}
