@charset "utf-8";
body {
    padding-top: 0;
}

header {
    height: 200px;
}
header .linebox {
    display: none;
}
.mainImage {    
    background: url(/upload/10/service/a/14_10/minihome/images/patternL.png) no-repeat bottom left, url(/upload/10/service/a/14_10/minihome/images/patternR.png) no-repeat top right, linear-gradient(to bottom right, #8ab8c3, #83b2c0);
}

.mainImage img {
    margin-top: 10px;
    width: 40px;
}

.mainImage .mainTitle {
    margin-top: 5%;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
}

.mainImage .mainInfo {
    display: none;
}

.mainImage .mainInfo_m {
    display: block;
    margin-top: 1%;
    font-size: 1em;
    color: #fff;
}

.mainImage .mainInfo_m a {
    color: white;
}

.mainImage .mainInfo_m a:hover {
    color: #e61e48
}

header .left h1 {position: absolute; left: 250%; padding: 0; z-index:104}
header .left {position: absolute; display: block; padding: 20px 0 0 38px;}
header .all {display: block; position: relative; width: 32px; height: 14px; border-top: 3px solid #fff; border-bottom: 3px solid #fff; color: transparent;}
header .all:before {content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 3px; background: #fff; margin-top: -1px;}
header .left > div {float: none;}
header > ul {padding:40px 40px 0 0;}

header .close,
header .all,
header .left > div > div,
header h2 {display: block; z-index: 9999;}
header .nav {position: absolute; left: -500%; top: 0; z-index: 104; transition: left 0.7s; padding: 15px 24px 15px 22px; width: 80%; min-width: 240px; height: 480px; background: #fff; box-sizing: border-box; border: 1px solid black;}
header .nav.on {left: 0;}
header .nav.on nav {padding: 0 0 24px; border-top: 1px solid #0091d0;}
header .nav.on nav a {height: 40px; line-height: 40px; color: #111;}
header .nav.on nav a:before {display: none;}
header .nav.on nav li {float: none; border-bottom: 1px solid #eee;}
header .nav.on div {display: flex; border: 1px solid #eee;}
header .nav.on div a:first-child {border: none;}
header .nav.on div a {flex: 1; height: 38px; line-height: 38px; border-left: 1px solid #eee; text-align: center; color: #666; font-size: 13px; font-weight: bold;}
header .nav.on .close {position: absolute; left: 24px; top: 24px; width: 12px; height: 12px; color: transparent;}
header .nav.on .close:before {content: ""; position: absolute; top: 0; left: 46%; width: 1px; height: 100%; background: #5a5a5a; transform: rotate(45deg);}
header .nav.on .close:after {content: ""; position: absolute; top: 0; right: 45%; width: 1px; height: 100%; background: #5a5a5a; transform: rotate(-45deg);}
header h2 {margin: 0 0 75px 0; width: 132px; height: 35xp; background: url("") no-repeat; color: transparent;}

.bar-menu {
    height: 54px;
    margin: 15px 0
}

.bar-menu ul.menu-body li {
    width: 14.5%;
}

.bar-menu ul.menu-body li a {
    font-size: 0.75em;
}

.bar-menu .bar {
    top: 51px;
}
                             
main {
    top: 75px;
  margin:0 0 0 0.8%;
  padding:0;
  width: 96%
}

main section {
    width: 94%;
    margin: 0 auto;
    padding: 20px 20px 20px 10px;
    background: rgba(255,255,255,0.6);
    border-top: 4px solid rgba(255,255,255,0.8);
    border-bottom: 4px solid rgba(255,255,255,0.8);
    border-right: 4px solid rgba(255,255,255,0.8);
    border-left: 4px solid rgba(255,255,255,0.8);
}

main section h2 {
    font-family: Lato;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 500;
    color: #3766a9;
    margin: 0 20px 20px 20px;
    letter-spacing: -3px;
    border-bottom: 1px solid #3766a9;
    background-color: transparent;
    display: none
}

footer {
    position: relative;
    top: 85px;
    font-size: 0.9em;
    width: 100%;
    height: 100px;
    margin: 3% auto;
    text-align: center;
}
  
footer div.pcfoot {
    display: none;
} 

footer div.mobilefoot {
    display: block;
}