@charset "UTF-8";

/* すべてのWebページに適用 */
html {
    font-family: sans-serif
}
html * {
    box-sizing: border-box;
}

.main-nav {
    display: flex;
    list-style: none;
}
.main-nav li {
    font-size: 13px;
    border: 0.7px solid #b0b0b0;
    padding: 3px 15px 0px 15px;
    margin: 0px 5px;
}
.main-nav a {
    display: block;
}
a:link {
    color: #666;
}
a:visited {
    color: #666;
}
a:hover {
    color: blue;
}
.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
    min-width: 800px;
}

.bg {
    background-image: url(../images/bg-blue.jpg);
    height: 130px;
    background-size: cover;
}
h1 p {
    color: #ffffff;
    text-align: center;
    line-height: 130px;
    font-family:sans-serif;
}
.c1 p {
    text-align: center;
    font-family: serif;
}
.c1 {
    padding: 10px 0px 10px 0px;
    background-color: #dbedf0;
    margin-bottom: 20px;
}
.c2 {
    text-align: center;
    line-height: 30px;
}
.c2 p {
    color: #ffffff
}
.bg-2 {
    background-image: url(../images/bg-blue.jpg);
    height: 30px;
}
.logo-2 {
    text-align: center;
    padding-top:10px;
}
.adress {
    text-align: center;
    font-size: 15px;
    padding-bottom: 7px;
}
.iM {
    padding: 10px;
}
.iM-2 {
    padding: 10px;
}
.iM-3 {
    padding: 10px;
}
.ipc {
    padding: 10px;
}
.ipc-2 {
    padding: 10px;
}
.ipc-3 {
    padding: 10px;
}
.iM-g {
    display: flex;
}
.ipc-g {
    display: flex;
}
.iM-c {
    padding: 20px 20px 20px 30px;
}
.ipc-c {
    padding: 20px 20px 20px 30px;
}
.iM-h {
    text-align: center;
    padding: 5px 0px;
    border-top:  0.3px solid #000000;
    border-bottom:  0.3px solid #000000;
    margin-bottom: 10px;
}
.ipc-h {
    text-align: center;
    padding: 5px 0px;
    border-top:  0.3px solid #000000;
    border-bottom:  0.3px solid #000000;
    margin-bottom: 10px;
}
.ipc-l {
    text-align: right;
    margin-bottom: 20px;
}
.iM-l {
    text-align: right;
    margin-bottom: 20px;
}
a {
    text-decoration: none;
}
.bg-3 {
    
}
.footer {
    border-top: 0.3px solid #000000;
}
.opt-li {
    margin-left: 20px;
    width: 300px;
}
.ipc-li {
    margin-left: 20px;
    width: 300px;
}
.iM-ws {
    text-align: center;
    margin-bottom: 30px;
}
.iM-ws a:hover {
    opacity: 0.5;
}

/* opticalMirror */
.bg-opt {
    background-image: url(../images/bg-blue.jpg);
    height: 130px;
    background-size: cover;
}
.opt {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-family: sans-serif;
}
.bg-opt {
    background-image: url(../images/bg-blue.jpg);
    height: 60px;
    background-size: cover;
}
.opt-m {
    margin: 30px 0px 30px 100px;
}



