@font-face {
    font-family: 'Futura';
    src: url(./font/Futura-Bold.otf);
}

/*@font-face {
    font-family: 'Kozuka';
    src: url(./font/Kozuka.otf);
}*/
html, body {
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
}
.container {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
}

.c-black {
    color: #000;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

header .navbar {
    transition: all ease .3s;
}

header .navbar.active {
    padding-top: 1rem !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.ff-pr {
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
}

.ff-fu {
    font-family: "Futura";
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.nav-ul {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.nav-ul li {
    /* margin-right: 60px;
    margin-left: 60px; */
    position: relative;
    overflow: visible;
}

.nav-ul li a {
    line-height: 32px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    font-family: "Futura"
}
.nav-ul li.nav-item .sub{
    transition: background-color .5s ease,border-color .2s ease,color .2s ease,transform .2s ease-in-out,fill .1s ease-in-out,opacity .2s ease-in-out;
    opacity: 0;
    position: absolute;
    width: 150%;
    background-color: #fff;
}
.nav-ul li.nav-item .sub .nav-link {
    font-size: 20px;
    line-height: 20px;
}
.nav-ul li.nav-item .active .sub .nav-link {
    color: rgba(0,0,0,.9);
}
.nav-ul li.nav-item:hover .sub,
.nav-ul li.nav-item:focus .sub {
    opacity: 1.0;
}

.foot-logo {
    width: 50%;
}
.foot-desc {
    font-size: 16px;
    font-weight: bolder;
    font-family: sans-serif;
}

.text-blue {
    color: #365f9c
}

.flex-full {
    flex: 0 0 100%;
}

.part1-logo {
    width: 310px;
}

.part1-logo-div {
    padding: 60px 50px 20px;
}

.logo-plus {
    text-align: left;
}

.index-logo-1 {
    padding-right: 40px;
}

.index-logo-2 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.com-slogan {
    font-size: 32px;
    font-family: "Arial black";
}

.com-title {
    font-size: 54px;
    font-weight: bold;
    font-family: "Tw Cen MT";
    color: #000;
    letter-spacing: 2px;
}

.scroll {
    position: relative;
    width: 80px;
    height: 100px;
}

.scroll img {
    position: absolute;
    left: 0;
    animation: scrollImg 2s ease-in-out infinite;
}

.flex-grow {
    flex-grow: 1
}

.list-part li:last-child {
    margin-bottom: 0!important;
}

.list-part li a {
    color: #fff;
    font-size: 26px;
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
    font-weight: 900;
}

footer {
    font-size: 20px;
    color: #251e1c
}

footer.pb-md-5 {
    padding-bottom: 120px !important;
}

footer .link {
    order: 2;
}

footer .row footer .copyright {
    order: 1;
}
footer .copyright {
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
    font-size: 18px;
}

.foot-link {
    margin-bottom: 0;
    justify-content: center;
}

.foot-link li {
    margin-left: 0.75rem;
}

.foot-link li a,
.foot-link li a:visited {
    color: #251e1c !important;
}

.foot-link li:first-child {
    margin-left: 0;
}

.foot-img {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.foot-phone {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Futura';
    font-size: 32px
}

.foot-phone img {
    width: 100%;
    max-width: 382px;
    height: auto;
}

.foot-img img {
    width: 100%;
    max-width: 750px;
    height: auto;
}

.section2 .section-title {
    top: 160px;
    right: 70px;
}
.section2 h2.section-title,
.section2 .list-part li a {
    font-family: 'Futura';
    letter-spacing: 1px;
}

.section2 .list-part li {
    margin-bottom: 40px;
}

.section2 .list-part li a {
    font-size: 25px;
    font-weight: 900;
}

.section3 .section-title {
    top: 60px;
    left: 270px;
    font-size: 47px;
    font-family: 'Futura';
    letter-spacing: 1px;
}
.section9 .section-title {
    top: 160px;
    left: 270px;
    font-size: 47px;
    font-family: 'Futura';
    letter-spacing: 1px;
}

.section3 .list-part li {
    margin-bottom: 16px;
}

.section4 .section-title {
    top: 55px;
    right: 70px;
    font-family: 'Futura';
    letter-spacing: 1px;
}
.section8 .section-title {
    top: 155px;
    right: 70px;
    font-family: 'Futura';
    letter-spacing: 1px;
}

.section-title {
    font-size: 47px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.d-md-column {
    flex-direction: column;
}


/* == page-rental-home */
.page-rental-home .nav-ul {
    max-width: 1250px;
}
.page-rental-home .nav-ul li.nav-item .nav-link > img {
    height: 75px;
}
.page-rental-home .nav-ul li.nav-item .nav-link.rental > img {
    height: 50px;
}

.page-rental-home .nav-ul li a {
    font-size: 18px;
    line-height: 75px;
}

.page-rental-home .section1 .intro-title {
    margin-top: 15px;
    font-size: 40px;
    font-family: sans-serif;
    color: #000;
}

.page-rental-home .section2 .main_info {
    font-family: sans-serif;
}
.page-rental-home .block-feature h1 {
    font-size: 60px;
}
.page-rental-home .section2 .info {
    font-size: 22px;
    font-weight: bolder;
    width: 150px;
    line-height: 2.5rem;
}
.page-rental-home .section2 .info h3{
    font-size: 36px;
    font-weight: bolder;
}
.page-rental-home .section2 .info p {
    margin-bottom: 0.375rem;
    padding-right: 25px;
}
.page-rental-home .section2 .info .num {
    display: inline-block;
    text-align: right;
    width: 100px;
    float: right;
}
.page-rental-home .section2 .img {
    margin-left: 15px;
}
.page-rental-home .section2 .img-sm-fluid {
    width: 300px;
}
.page-rental-home .section2 .address,
.page-rental-home .section2 .usable {
    clear: both;
    display: block;
    font-size: 22px;
    font-weight: bolder;
    position: relative;
    
}
.page-rental-home .section2 .address {
    text-align: center;
    margin: 15px 0;
}
.page-rental-home .section2 .usable {
    background-color: #004083;
    color: #fff;
    padding: 10px;
    margin-right: 15px;
}
.page-rental-home .section2 .usable a {
    color: #000;
    background-color: #fff;
    padding: 1px 7px;
    position: absolute;
    right: 10px;
    top: 8px;
    border-radius: 4px;
}
.page-rental-home .section2 .col-md-6 {
    margin-bottom: 4rem;
}
.page-rental-home .section3 .block-feature h2 {
    font-size: 48px;
    font-weight: bolder;
}
.page-rental-home .section3 .block-feature p {
    font-size: 19px;
}
.page-rental-home .section3 .block-feature .d-sp {
    display: none;
}
.page-rental-home .section4 .col-3 {
    flex: 0 0 30%;
    max-width: 30%;
}
.page-rental-home .section4 .col-9 {
    flex: 0 0 70%;
    max-width: 70%;
}
.page-rental-home .section4 .title {
    height: 56px;
    border: #231815 3px solid;
}
.page-rental-home .section4 .title .num {
    float: left;
    border-right: #231815 3px solid;
}
.page-rental-home .section4 .title .desc {
    float: left;
    font-size: 24px;
    font-weight: bolder;
    padding-left: 15px;
    line-height: 50px;
}

.page-rental-home .section4 .title img {
    height: 50px;
}
.page-rental-home .section4 .use-info h2{
    font-size: 36px;
    font-weight: bolder;
}
.page-rental-home .section4 .use-info h2 small {
    font-size: 24px;
    font-weight: bolder;
}
.page-rental-home .section4 .use-info p {
    margin-top: 5rem;
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 3px;
}
.page-rental-home .section4 .img img{
    width: 100%;
}
.page-rental-home .section5 ul .item {
    min-height: 100px;
    border: #004083 3px solid;
    display: flex;
    padding: 3px 20px;
    margin-bottom: 1rem;
}
.page-rental-home .section5 ul .item .title {
    min-width: 250px;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    border-right: #004083 3px solid;
    line-height: 85px;
}
.page-rental-home .section5 ul .item .num {
    line-height: 85px;
}
.page-rental-home .section5 ul .item .num img {
    height: 60px;
}
.page-rental-home .section5 ul .item .desc {
    padding-left: 25px;
    font-size: 20px;
    font-weight: bolder;
    vertical-align: middle;
}
.page-rental-home .section5 ul .item .desc p{
    font-size: 18px;
    font-weight: normal;
}
.page-rental-home .section5 .flow-buttons{
    display: flex;
}
.page-rental-home .section5 .flow-buttons .foot-link {
    margin-right: 3rem;
}
.page-rental-home .section5 .flow-buttons img{
    height: 45px;
}
.page-rental-home .section5 .flow-buttons .foot-tel-link {
    font-size: 22px;
    color: #000000e6;
    font-weight: bold;
    font-family: "Futura";
    text-decoration: none;
}
.page-rental-home .section5 .flow-buttons .foot-tel-link:hover {
    text-decoration: none;
}
/* == page-rental-detail */
.page-rental-detail .nav-ul {
    max-width: 1250px;
}
.page-rental-detail .container {
    max-width: 1150px;
}
.page-rental-detail .navbar-nav .nav-link img {
    height: 100px;
}
.page-rental-detail .navbar-nav .slogan .nav-link img {
    height: 85px;
}
.page-rental-detail .section1 {
    display: flex;
}
.page-rental-detail .section1 .block-left {
    width: calc(65% - 3px)
}
.page-rental-detail .section1 .block-mid {
    border-left: 2px solid #333;
    height: 350px;
    margin: 0 35px;
    margin-top: 9rem;
}
.page-rental-detail .section1 .block-right {
    width: 35%;
    height: 510px;
    position: relative;
}
.page-rental-detail .section1 .maininfo {
    display: flex;
    margin-top: 3rem;
}
.page-rental-detail .section1 .maininfo .desc {
    width: 30%;
}
.page-rental-detail .section1 .maininfo .img-item {
    width: 30%;
    margin-left: 1.75rem;
}
.page-rental-detail .section1 .img-item img {
    width: 100%;
}
.page-rental-detail .section1 .maininfo .info {
    width: 145px;
}
.page-rental-detail .section1 .maininfo h3{
    font-size: 34px;
    font-weight: bolder;
}
.page-rental-detail .section1 .maininfo p {
    margin-bottom: 0.375rem;
    padding-right: 25px;
    font-weight: bolder;
    font-size: 20px;
}
.page-rental-detail .section1 .maininfo .num {
    display: inline-block;
    text-align: right;
    width: 90px;
    float: right;
}
.page-rental-detail .section1 ul.detail {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    font-weight: bolder;
    width: 40%;
}
.page-rental-detail .section1 ul.detail label {
    vertical-align: top;
}
.page-rental-detail .section1 ul.detail .txt {
    display: inline-block;
}
.page-rental-detail .section1 .subinfo {
    display: flex;
}
.page-rental-detail .section1 .subinfo .img-item {
    width: 25%;
    margin-left: 1.75rem;
}
.page-rental-detail .section1 .related a{
    display: inline-block;
    padding: 0 15px;
    line-height: 53px;
    background-color: #004083;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    float: left;
}
.page-rental-detail .section1 .related a,
.page-rental-detail .section1 .related a:hover {
    text-decoration: none;
}
.page-rental-detail .section1 .related hr {
    display: inline-block;
    width: 15px;
    margin-block-start: 0;
    margin-block-end: 0;
    float: left;
    border-top: #212529 solid 3px;
    margin-top: 24px;
}
.page-rental-detail .section1 .simulation {
    padding-left: 15px;
}
.page-rental-detail .section1 .simulation h2 {
    font-size: 22px;
    font-weight: bolder;
}
.page-rental-detail .section1 .simulation img {
    margin-right: 10px;
}
.page-rental-detail .section1 .simulation .form-group {
    margin-left: 0.175rem;
}
.page-rental-detail .section1 .simulation .form-control {
    border: 1px solid #495057;
    border-radius: 0;
    text-align: right;
}
.page-rental-detail .section1 .simulation label {
    font-size: 24px;
    font-weight: bolder;
    padding-top: 0;
}
.page-rental-detail .section1 .simulation label.sm {
    font-size: 18px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px;
}

.page-rental-detail .section1 .buttons {
    position: absolute;
    bottom: 0;
}
.page-rental-detail .section1 .buttons a {
    margin-top: 2rem;
    display: block;
}
.page-rental-detail .section1 .buttons img {
    height: 50px;
}

.page-rental-detail .d-pc {
    display: inline-block;
}
.page-rental-detail .d-sp {
    display: none;
}

@media only screen and (max-width:1200px) {
    .page-rental-home .nav-ul li a{
        font-size: 16px;
    }
    .page-rental-home .nav-ul li.nav-item .nav-link > img {
        height: 60px;
    }
    .page-rental-home .nav-ul li.nav-item .nav-link.rental > img {
        height: 40px;
    }
    .page-rental-detail .section1 {
        display: block;
    }
    .page-rental-detail .section1 .block-left {
        width: 100%;
    }
    .page-rental-detail .section1 .block-mid {
        display: none;
    }
    .page-rental-detail .section1 .block-right {
        width: 100%;
        height: auto;
        margin-top: 1rem !important;
        display: flex;
    }
    .page-rental-detail .section1 .maininfo .desc,
    .page-rental-detail .section1 ul.detail,
    .page-rental-detail .section1 .related {
        padding-left: 1rem;
    }
    .page-rental-detail .section1 .simulation {
        margin-top: 0 !important;
        width: 50%;
    }
    .page-rental-detail .section1 .buttons {
        position:relative;
        width: 50%;
        text-align: center;
        padding-top: 1.5rem;
    }
    #related-links {
        margin-bottom: 5rem;
        margin-top: 3rem !important;
    }
}

@media only screen and (max-width:980px) {
    .page-rental-home .nav-ul li a{
        font-size: 13px;
        line-height: 50px;
    }
    .page-rental-home .nav-ul li.nav-item .nav-link > img {
        height: 45px;
    }
    .nav-ul li.nav-item .nav-link.rental > img {
        height: 30px;
    }
    .page-rental-home .row-feature {
        margin-left: -5px !important;
    } 
    .page-rental-home .section2 .info{
        font-size: 16px;
        width: 30%;
    }
    .page-rental-home .section2 .img {
        width: 65%;
    }
    .page-rental-home .section2 .img img {
        width: 100%;
    }
    .page-rental-home .section2 .info h3 {
        font-size: 24px;
    }
    .page-rental-home .section2 .info .num {
        width: 80%;
    }
    .page-rental-home .section2 .address, 
    .page-rental-home .section2 .usable {
        font-size: 18px;
    }
    .page-rental-home .section3 .block-feature .img-sm-half{
        width: 100%;
    }
    .page-rental-home .section3 .block-feature .row,
    .page-rental-home .section4 > .row,
    .page-rental-home .section5 > .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .page-rental-home .section4 .use-info h2 {
        font-size: 28px;
    }
    .page-rental-home .section4 .use-info p {
        font-size: 18px;
    }
    .page-rental-home .section4 .title .desc {
        font-size: 20px;
    }
    .page-rental-home .section5 ul .item .title {
        font-size: 22px;
    }
    .page-rental-home .section5 ul .item .desc {
        font-size: 16px;
    }
    .page-rental-home .section5 ul .item .desc p {
        font-size: 15px;
    }
    .page-rental-home .section5 .flow-buttons {
        margin: 0 15px;
    }
    .page-rental-home .section5 .flow-buttons img {
        height: 38px;
    }
    .page-rental-home .section5 .flow-buttons .foot-link {
        margin-right: 1rem;
    }
    .page-rental-detail .navbar-nav .nav-link img {
        height: 75px;
    }
    .page-rental-detail .navbar-nav .slogan .nav-link img {
        height: 65px;
    }
    .page-rental-detail .section1 .block-left {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}
@media only screen and (max-width:768px) {
    .page-rental-detail .navbar-nav .nav-link img {
        height: 50px;
    }
    .page-rental-detail .navbar-nav .slogan .nav-link img {
        height: 42px;
    }
    .page-rental-home .section5 .flow-buttons {
        display: block;
    }
    .page-rental-home .section5 .flow-buttons .foot-link {
        text-align: center;
        margin-bottom: 15px;
    }
    .page-rental-home .section5 .flow-buttons img {
        height: 45px;
    }
    .page-rental-detail .navbar-nav.nav-ul {
        flex-direction: row;
    }
    .page-rental-detail .section1 .maininfo,
    .page-rental-detail .section1 .subinfo,
    .page-rental-detail .section1 .block-right {
        display: block;
    }
    .page-rental-detail .section1 .maininfo .desc,
    .page-rental-detail .section1 .maininfo .img-item {
        width: 85%;
    }
    .page-rental-detail .section1 .maininfo .info {
        margin-left: 15px;
    }
    .page-rental-detail .section1 .maininfo .img-item,
    .page-rental-detail .section1 .subinfo .img-item {
        margin-top: 2rem;
    }
    .page-rental-detail .section1 ul.detail,
    .page-rental-detail .section1 .subinfo .img-item,
    .page-rental-detail .section1 .buttons {
        width: 85%;
    }
    .page-rental-detail .section1 .simulation {
        width: 90%;
    }
    .foot-desc {
        padding: 0 15px;
    }
    .foot-img {
        width: 90%;
    }
    footer .copyright {
        font-size: 14px;
        text-align: center;
    }
}

@media only screen and (max-height:480px) {
    .swiper-slide {
        width: 471px;
    }
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}

@keyframes scrollImg {
    0% {
        top: 0px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}
@media (max-width: 1300px){
    .part1-logo-div {
        padding: 160px 50px 80px;
    }
}
/** iPad */
@media only screen
  and (min-width: 760px)
  and (max-width: 960px){
    .part1-logo-div {
        padding: 40px 20px 40px;
    }
    .part1-logo-div .index-logo-1{
        width: 30%;
    }
    .part1-logo-div .logo-plus {
        width: 70%;
    }
    .part1-logo-div .index-logo-1 img,
    .part1-logo-div .logo-plus img {
        width: 100%;
    }
    .part1-logo-div .index-logo-2 {
        padding-top: 10px;
    }
    .section2 .s-left,
    .section2 .s-right,
    .section3 .s-left,
    .section3 .s-right,
    .section4 .s-left,
    .section4 .s-right {
        width: 50%;
    }
    .section2 .s-right > .pt-md-5 {
        padding-top: 0 !important;
    }
    .section2 .s-right > .mt-md-5 {
        padding-top: 0 !important;
    }
    .section2 .s-right ul {
        margin-bottom: 0;
    }
    .section2 .section-title {
        font-size: 32px;
        top: 6rem;
        right: 1.5rem;
    }
    .section2 .list-part li {
        margin-bottom: 1.5rem;
    }
    .section3 .s-left .my-md-5 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .section3 .s-left .my-md-5 ul.pt-md-4 {
        padding-top: 0px !important;
    }
    .section3 .list-part li {
        margin-bottom: 1.3rem;
    }
    .section3 .list-part li a {
        font-size: 20px;
    }
    .section3 .section-title {
        top: 6rem;
        left: 5rem;
    }
    .section4 .section-title {
        top: 4.5rem;
        right: 5rem;
    }
    .section4 .s-right .my-md-5{
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
        padding-top: 0 !important;
    }
    .section4 .s-right .my-md-5 ul.pr-md-4 {
        padding-right: 10rem !important;
    }
    
    footer .copyright {
        font-size: 1rem;
        padding-left: 0px !important;
    }
    .foot-link li a {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .foot-logo {
        width: 690px;
    }
    .d-md-flex-column {
        flex-direction: column;
    }
    .flex-md-center {
        align-items: center;
    }
    .gallery-more .txt {
        padding-top: 5px;
        text-align: left;
    }
    .gallery-more .img img {
        width: 32px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    header .nav-ul li {
        margin-left: 30px;
    }
    .page-rental-home .nav-ul li a {
        font-size: 22px;
        line-height: 28px;
    }
    .page-rental-detail .navbar-nav .nav-link img {
        height: 40px;
    }
    .nav-ul li.nav-item .sub{
        position: relative;
        width: 100%;
        opacity: 1.0;
        margin-left: 25px;
    }
    .navbar-brand img {
        width: auto !important;
        height: 65px;
    }
    .part1-logo {
        width: 130px;
    }
    .part1-logo-div {
        padding: 0px 30px 0px;
    }
    .logo-plus {
        text-align: center;
    }
    .index-logo-1 {
        padding-right: 0px;
    }
    .index-logo-1 img {
        width: 60%;
    }
    .index-logo-2 {
        padding: 10px 0 20px;
    }
    .index-logo-2 img {
        width: 80%;
    }
    .index-logo-3 img {
        width: 70%;
    }
    .index-logo-4 {
        padding-top: 10px;
    }
    .index-logo-4 img {
        width: 78%;
    }
    .section1 {
        margin-top: 5rem !important;
    }
    .section1 .foot-logo,
    .section5 .foot-logo {
        width: 80%;
    }
    .page-rental-home .section1 .intro-title {
        font-size: 26px;
    }
    .page-rental-home .block-feature h1 {
        font-size: 36px;
    }
    .page-rental-home .section2 .row-feature .col-md-6 {
        margin-bottom: 2rem;
    }
    .page-rental-home .section2 .info {
        width: 24%;
    }
    .page-rental-home .section2 .info .num {
        width: 50%;
    }
    .page-rental-home .section3 .block-feature h2 {
        font-size: 28px;
    }
    .page-rental-home .section3 .block-feature p {
        margin-top: 1rem;
    }
    .page-rental-home .section3 .block-feature .d-sp {
        display: block;
    }
    .page-rental-home .section3 .block-feature .d-pc {
        display: none;
    }
    .page-rental-home .section5 ul .item {
        display: block;
    }
    .page-rental-home .section4 .use-info h2 {
        font-size: 26px;
    }
    .page-rental-home .section4 .use-info p {
        font-size: 16px;
    }
    .page-rental-home .section5 ul .item .num {
        width: 105px;
        float: left;
    }
    .page-rental-home .section5 ul .item .title {
        width: calc(100% - 130px);
        min-width: 180px;
        float: left;
        border-right: none;
        text-align: left;
    }
    .page-rental-home .section5 ul .item .desc {
        clear: both;
        float: none;
        border-top: #004083 3px solid;
        padding-top: 2rem !important;
        padding-bottom: 2rem;
        padding-left: 0;
    }
    .page-rental-detail header .nav-ul li {
        margin-left: 0;
    }
    .page-rental-detail .section1 {
        margin-top: 5rem !important;
    }
    .page-rental-detail .section1 .maininfo {
        margin-top: 0 !important;
    }
    .page-rental-detail .section1 .maininfo h3 {
        font-size: 32px;
    }
    .page-rental-detail .section1 .maininfo p {
        font-size: 16px;
    }
    .page-rental-detail .section1 .simulation {
        padding-left: 1.75rem;
    }
    .page-rental-detail .section1 .simulation h2 {
        font-size: 19px;
    }
    .page-rental-detail .section1 .related {
        padding-left: 1rem;
    }
    .page-rental-detail .section1 .related a {
        font-size: 14px;
        padding: 0 10px;
    }
    .page-rental-detail .section1 .simulation .col-sm-3 {
        width: 100% !important;
    }
    .page-rental-detail .section1 .simulation .col-sm-6 {
        width: 60% !important;
    }
    .page-rental-detail .section1 .simulation .col-sm-3.sm {
        width: 30% !important;
    }
    .page-rental-detail .section1 ul.detail {
        padding-left: 2rem;
    }
    .page-rental-detail .section1 .buttons {
        margin-left: 1rem;
    }
    .page-rental-detail .section1 .buttons img {
        height: 45px;
    }
    .page-rental-detail .d-pc {
        display: none;
    }
    .page-rental-detail .d-sp {
        display: inline-block;
    }
    .foot-img {
        width: 80%;
    }
    
    .section5-imgs {
        margin-top: 60px;
        margin-bottom: 40px;
        padding-left: 35px;
        padding-right: 35px;
        overflow: hidden;
    }
    .section5-imgs .col-8 {
        padding-right: 0;
    }
    .section5-img-1 {
        padding: 0;
    }
    .section5-img-1 img {
        width: 100%;
    }
    .section5-img-2 img {
        width: 100%;
    }
    .section5-img-3 img {
        width: 100%;
    }

    footer {
        padding-bottom: 60px;
        font-size: 9px;
        text-align: center;
    }
    footer li a {
        white-space: nowrap;
        letter-spacing: -2px;
    }
    footer .link {
        order: 2;
        margin-top: 0!important;
        margin-bottom: 0.5rem !important;
    }
    footer .link ul {
        margin-bottom: 0;
    }
    footer .link ul li {
        margin: 0 8px;
    }
    footer .copyright {
        font-size: 12px;
        margin-top: 0!important;
        order: 3;
        white-space: nowrap;
        letter-spacing: -1px;
    }
    header .navbar.active {
        padding-top: 0rem !important;
    }
    .navbar-brand {
        font-size: 23px;
    }
    .navbar-brand img {
        width: 28px;
    }
    .foot-phone {
        font-size: 16px;
    }
}