.main-menus .row
{
    margin-left: 0;
    margin-right: 0;
}
.main-menus .row .col-sm-4,
.main-menus .row .col-sm-6
{
    padding-left: 0;
    padding-right: 0;
}
.main-menus a
{
    display: block;
    width: 100%;
    height: 100%;
}
.main-menus img
{
    width: 100%;
    height:auto;
}

#eyecatch
{
    background: url(/img/lp3/auth1_R.jpg) no-repeat right top;
    /*background-size: cover;*/
    min-height: 400px;
    padding: 40px 30px;
}

@media screen and (min-width: 1600px)
{
    #eyecatch
    {
        background-size: cover;
    }
}

#eyecatch .l-title
{
    margin-bottom: 60px;
}

#eyecatch .l-subline
{
    margin-bottom: 60px;
}

#eyecatch .l-news
{
    font-size: 170%;
    color: #fff;
    margin-bottom: 20px;
}

#eyecatch .l-news a
{
    color: #0033ff;
    text-decoration: underline;
}

#eyecatch img
{
    max-width: 55%;
    height: auto;
}

#eyecatch .l-subline img
{
    max-width: 40%;
}

.main-menus .obi a
{
    background: url(/img/lp2/obi_bg.png) repeat left top;
    padding: 30px 0;
    text-align: center;
}

.main-menus .obi img
{
    height: 40px;
    width: auto;
}

/* Add 2023-05-23 */
.main-menus .obi2 a
{
    background: url(/img/lp2/obi_bg.png) repeat left top;
    padding: 22px 0;
    text-align: center;
}
.main-menus .obi2 img
{
    height: 55px;
	max-height: 60px;
    width: auto;
}

.main-menus #about-details a
{
    background: no-repeat left top;
    background-size: cover;
    padding: 0px 50px;
    text-align: center;
    height: 300px;
    line-height: 300px;
}

.main-menus #about-details img
{
    max-height: 80px;
    width: auto;
    max-width: 90%;
}

.main-menus #a-menu-kijun a
{
    background-image: url(/img/lp3/naka1_R.jpg);
}

.main-menus #a-menu-hiyo a
{
    background-image: url(/img/lp3/naka2_R.jpg);
}

.main-menus #a-menu-flow a
{
    background-image: url(/img/lp3/naka3_R.jpg);
}

.main-menus #about-certified a
{
    background: url(/img/lp2/shita1_R.jpg) no-repeat left bottom;
    background-size: cover;
    padding: 170px 0;
    padding: 0;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.main-menus #about-certified img
{
    max-width: 40%;
    max-width: 90%;
    height: auto;
    max-height: 60px;
    width: auto;
}

@media screen and (max-width: 1600px)
{
    .main-menus #about-certified img
    {
        max-width: 80%;
    }
}

#pre-footer
{
    background: transparent;
    padding: 20px 0;
}

#pre-footer h2
{
    font-size: 130%;
    color: #fff;
    margin-bottom: 20px;
}

#pre-footer h2 img
{
    max-width: 100%;
    height: auto;
    max-height: 30px;
}

#pre-footer h3
{
    display: none;
}


#pre-footer .container
{
    /*max-width: 600px;
    margin: 0 auto;*/
    padding: 0 40px;
    color: #fff;
    width: auto;
}

#pre-footer .table>thead>tr>th,
#pre-footer .table>tbody>tr>th,
#pre-footer .table>tfoot>tr>th,
#pre-footer .table>thead>tr>td,
#pre-footer .table>tbody>tr>td,
#pre-footer .table>tfoot>tr>td
{
    color: #fff;
    border-color: #333;
}
#pre-footer .table-striped>tbody>tr:nth-of-type(odd)
{
    background-color: transparent;
}

#pre-footer .pull-left
{
    margin-right: 20px;
    width: auto;
}

#pre-footer .pull-left:last-child
{
    margin-right: 0;
}

@media screen and (max-width: 768px)
{
    #eyecatch
    {
        min-height: 300px;
    }
    
    #eyecatch img,
    #eyecatch .l-subline img
    {
        max-width: 90%;
        height: auto;
    }
    
    #eyecatch .l-title
    {
    }

    #eyecatch .l-subline
    {
        margin-bottom: 30px;
    }

    .main-menus .obi img
    {
        max-width: 90%;
        height: auto;
    }
    
    .main-menus #about-details
    {
        text-align: center;
    }
    
    .main-menus #about-details a
    {
        padding-left: 20px;
        padding-right: 20px;
        
        height: 250px;
        line-height: 250px;
    }
    
    .main-menus #about-details img
    {
        height: 40px;
        width: auto;
    }
    .main-menus #about-certified img
    {
        max-width: 90%;
    }
    
    .main-menus #about-certified a
    {
        padding: 110px 0;
        padding: 0;
    }
    
    #pre-footer .row
    {
        margin-left: 0;
        margin-right: 0;
    }
    
    #pre-footer .pull-left
    {
        margin-right: 0px;
        width: 100%;
        clear: both;
        margin-bottom: 15px;
    }
}
