.mobile{display: block;}
.pc{display: none !important;}
img{display: block;}
.container{width: 100%;padding: 0 10px;box-sizing: border-box;}
header .container{padding: 0}
header .container>a.logo>img{float: left;height: 1rem;margin: 0.1rem 0 0 0.1rem;}
.menue .email_box{
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #232323;
    padding-top: 0.1rem;
    margin: 0.5rem auto;
    border-radius: 0.3rem;
}
.menue .email_box img{display:block;margin: 0.3rem auto 0 auto;}
.menue .email_box p{font:normal 0.25rem/0.4rem "SourceHanSansCN-Medium";color: #ffffff;text-align: center;}
header .container .menueicon{background-color: #666;float: right;}
header .container .menueicon>img{width:0.6rem;margin: 0.35rem 0.15rem;display: block;}
.menue{
    position: fixed;
    width: 60%;
    height: 100%;
    background-color: #999999;
    border-top-right-radius: 5px;
    z-index: 11;
    left: -60%;
    text-align: center;
}
.menue ul{margin-top: 30px;}
.menue li {height: 40px;line-height: 40px;}
.menue li a {font: normal 0.35rem/1rem "NOTOSANSJP-BOLD";color: #ffffff;}
.shadows {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.closeMenue {
    width: 30px;
    height: 30px;
    background: url(../images/MITSUBISHI/tabclose.png);
    transform: rotate(-90deg);
    background-size: cover;
    float: right;
}

.section1{
    /* background-image: url("../images/MITSUBISHI/Recruit/banner.jpg"); */
	background:#EEF4F4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 8% 0 20% 0;
    position: relative;
}
.section1 h1{font: bold 1.1rem/2rem "Arial";color: #343434;}
.section1 h1.aftersale{font: bold 1.1rem/1.2rem "Arial";color: #343434;}
.section1 h1.longword{font: bold 0.9rem/1.2rem "Arial";color: #343434;}
.section1 h1.longword2{font: bold 0.9rem/1rem "Arial";color: #343434;}
.section1 p{font: normal 0.5rem/0.8rem "NOTOSANSJP-REGULAR";color: #d71317;}
.section1 p span{font: bold 0.5rem/0.5rem "NOTOSANSJP-REGULAR";color: #d71317;}
.section1 .container .s1_b_box{position: absolute;bottom: 0;width: 96%;}
.section1 .s1_b_box .crumbs{float: right;margin: 0 0.2rem 0.2rem 0;}
.section1 .s1_b_box .crumbs a{font: normal 12px/12px "NOTOSANSJP-REGULAR";color: #666666;margin-left: 1.5vw;}
.section1 .mitsubishi_tab{bottom: 0;width: 100%;float: left}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 2.5rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 0.1rem 0.15rem;
    text-decoration: none;
    display: block;
    font:normal 0.35rem/0.6rem "SourceHanSansCN-Regular";
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8;
    font:normal 0.35rem/0.4rem "SourceHanSansCN-Regular";color: #333333;
    position: relative;
    box-sizing: border-box;
    padding: 0 0.1rem 0 0.2rem;
    background-color: #ffffff;
}
.dropbtn :after{
    content: "";
    display: block;
    width: 100%;
    height:7px;
    background-color: #d71317;
    position: absolute;
    bottom:0;
    left:0;
}
.dropbtn  img{position: absolute;top: 14px; right:20px;transition: all 0.3s;}





footer{
    padding: 5% 0;
    background-color: #2e2e33;
    text-align: center;
    margin-top: 60px;
}
footer .container>div{display: inline-block;vertical-align: middle;}
footer .container .footer_left{width: 30%;}
footer .container .footer_left img{width:100%;}
footer .container .footer_middle{margin:4% 0 0 0;width:100%;}
footer .container .footer_middle p:nth-child(1) a{
    font: normal 0.18rem/0.5rem "SourceHanSansCN-Bold";color: #ffffff;
}
footer .container .footer_middle p:nth-child(2){
    font: normal 0.18rem/0.5rem "SourceHanSansCN-Regular";color: #f2f2f2;
}
footer .container .footer_right{width: 60%;}
footer .container .footer_right img{width: 40px;}
footer .container .footer_right a{display: inline-block;margin: 0 2%;}