@charset "utf-8";
/* ===================================
ALBA Corp.
Defalut Style Sheet
First Update  2015-04-28
Last Update   2019-06-28
Creat by Basic Plus Design Inc.
=================================== */
/* -----------------------------------------------------------
1. normalize.css v3.0.2 | MIT License | git.io/normalize
2. Primary styles
    2-1. Structure Module
    2-2. Link Classes
    2-3. Background Color Classes
    2-4. Text Classes
    2-5. Helper Classes
3. Print Style
----------------------------------------------------------- */
/* ===========================================================
1. normalize.css v3.0.2 | MIT License | git.io/normalize
=========================================================== */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/* HTML5 display definitions
=========================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/* Links
=========================================================== */

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
=========================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
=========================================================== */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
=========================================================== */

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

/* Forms
=========================================================== */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */

    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/* Tables
=========================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* ===================================
2. Primary styles
Author: Basic Plus Design Inc.
=================================== */
/* -----------------------------------------------------------
2-1. Structure Module
----------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.3em;
    font-size: 1.3rem;
    line-height: 1;
    background: #fff;
    color: #505050;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 240%;
}

h3 {
    font-size: 240%;
}

h4 {
    font-size: 200%;
}

h5 {
    font-size: 170%;
}

h6 {
    font-size: 150%;
}

h1,
h2,
h3 {
    font-family: 'Roboto Condensed', 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #505050;
    margin: 1em 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    letter-spacing: 0.1em;
    list-style: none;
}

dt,
dd {
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

p {
    letter-spacing: 0.1em;
    line-height: 2;
}

img {
    vertical-align: middle;
}

img a,
img a:visited,
img a:hover,
img a:active {
    border: 0;
}

img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
    width
    /***/

    : auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    white-space: nowrap;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input {
    font-size: 1em;
}

textarea {
    resize: vertical;
    font-size: 1em;
}

span {
    white-space: nowrap;
}

header,
footer,
.pagemenu,
.wrapper {
    width: 100%;
}

#main .wrapper {
    padding-top: 58px;
    padding-bottom: 58px;
}

.container {
    width: 90%;
    max-width: 900px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}

.container .one-col {
    float: left;
    width: 16.66%;
}

.container .two-col {
    float: left;
    width: 33.3%;
}

.container .three-col {
    float: left;
    width: 50%;
}

@media screen and (max-width: 810px) {
    .container .one-col {
        float: none;
        width: 100%;
    }

    .container .two-col {
        float: none;
        width: 100%;
    }

    .container .three-col {
        float: none;
        width: 100%;
    }
}

/* Header
=========================================================== */

header {
    position: relative;
}

header h1 {
    float: left;
    max-width: 149px;
    max-height: 41px;
    margin-top: 30px;
}

header .container .hnav {
    position: absolute;
    right: 0;
    height: 36px;
}

header .container .hnav ul {
    margin-top: 40px;
}

header .container .hnav li {
    float: left;
    width: 8em;
    padding: 10px auto;
    border-left: 1px solid #505050;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
}

header .container .hnav li:last-child {
    border-right: 1px solid #505050;
}

header .container .hnav li a:hover,
header .container .hnav li.on a {
    color: #33cdea;
    border-bottom: none;
    text-shadow: 0.4px 0.4px 0 #33cdea;
}

header .container .hnav span {
    font-family: 'Ek Mukta', sans-serif;
}

header .container .hnav span:before {
    content: "\A";
    white-space: pre;
}

.pagemenu {
    height: 80px;
    margin-top: 25px;
}

.pagemenu .container h2 {
    float: left;
    width: 50%;
    max-width: 50%;
    padding-top: 23px;
    font-size: 270%;
}

#gnav {
    width: 50%;
    margin-left: 50%;
}

#gnav li.hidden {
    display: none;
}

#gnav li.mm {
    float: left;
    width: 33.33%;
    height: 80px;
    background: #1d56c3;
    position: relative;
    z-index: 1;
    border-left: 1px solid #fff;
}

#gnav li.mm a {
    display: block;
    height: 80px;
    padding-top: 35px;
    padding-left: 46%;
    color: #fff;
    font-size: 110%;
}

#gnav li.mm a:hover {
    text-decoration: none;
    background-color: #0a2ea3;
}

#gnav li #gmn_business {
    background: #1d56c3 url(../images/menu/ico_business.png) no-repeat 10px center;
}

#gnav li #gmn_business:hover {
    background: #0a2ea3 url(../images/menu/ico_business.png) no-repeat 10px center;
}

#gnav li.on #gmn_business {
    background: #0a2ea3 url(../images/menu/ico_business.png) no-repeat 10px center;
}

#gnav li #gmn_products {
    background: #1d56c3 url(../images/menu/ico_products.png) no-repeat 10px center;
}

#gnav li #gmn_products:hover {
    background: #0a2ea3 url(../images/menu/ico_products.png) no-repeat 10px center;
}

#gnav li.on #gmn_products {
    background: #0a2ea3 url(../images/menu/ico_products.png) no-repeat 10px center;
}

#gnav li #gmn_case {
    background: #1d56c3 url(../images/menu/ico_case.png) no-repeat 10px center;
}

#gnav li #gmn_case:hover {
    background: #0a2ea3 url(../images/menu/ico_case.png) no-repeat 10px center;
}

#gnav li.on #gmn_case {
    background: #0a2ea3 url(../images/menu/ico_case.png) no-repeat 10px center;
}

#gnav li.mm ul {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    background-color: rgba(96, 136, 213, 0.7) !important;
}

#gnav li.mm:hover ul.sub-menu {
    display: block;
}

#gnav li.mm ul.sub-menu li {
    float: none;
    width: 100%;
    min-width: 10em;
    height: 30px;
    font-size: 85%;
}

#gnav li.mm ul.sub-menu li a {
    display: block;
    height: 30px;
    padding: 1em 0 1em 0.8em;
    letter-spacing: 0.001em;
}

#gnav li.mm ul.sub-menu li a:hover {
    background: #6088d5 url(../images/menu/dot_w.png) no-repeat 0.4em 1.2em;
}

.slicknav_btn {
    background: none;
}

.js .slicknav_menu {
    display: none;
}

@media screen and (max-width: 810px) {
    .pagemenu {
        height: auto;
    }

    .pagemenu .container h2 {
        float: none;
        width: 100%;
        max-width: 100%;
        font-size: 240%;
        padding-top: 0.4em;
        padding-bottom: 0.3em;
    }

    header .container .hnav {
        display: none;
    }

    .js #gnav {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    .js .slicknav_menu li.on {
        background: #194aa8;
    }
}

/* Footer
=========================================================== */

footer {
    clear: both;
    padding-top: 30px;
    height: auto;
    color: #fff;
    background: #1d56c3;
    position: relative;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

footer .one-col li {
    line-height: 1.7;
    letter-spacing: 0;
}

footer .txtL {
    text-shadow: 0.02em 0.02em 0.02em #fff;
    font-size: 120%;
    letter-spacing: 0.1em;
}

footer .first .txtL {
    padding-bottom: 2em;
}

footer .second .txtL,
footer .third .txtL {
    padding-bottom: 0.5em;
}

footer .fourth .txtL {
    padding-bottom: 1.2em;
}

footer .second .txtL span,
footer .third .txtL span,
footer .fourth .txtL span {
    display: none;
}

footer .box {
    padding: 1.5em 1.3em 0.01em 1.3em;
}

footer .box p {
    font-size: 150%;
    line-height: 1.5;
    padding-bottom: -2em;
}

footer .fbottom {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #fff;
}

footer .fbottom .companyname {
    float: left;
}

footer .fbottom .companyname .txtL {
    margin-top: 0;
}

footer .fbottom .companyname a:hover {
    border-bottom: none;
}

footer .fbottom .fadd {
    margin-left: 250px;
    margin-top: -0.5em;
}

footer .flast .copyright {
    float: left;
    width: 37%;
    margin-top: -3em;
    font-size: 90%;
    letter-spacing: .05em;
}

footer .flast .btmnav {
    width: auto;
    margin-left: 37%;
    text-align: right;
    vertical-align: middle;
    font-size: 90%;
}

footer .flast .btmnav span {
    margin-left: 2em;
}

footer .flast .btmnav img {
    margin: -5px 5px auto 0;
}

.pageTop {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 0;
    margin: 0 auto;
}

.pageTop a {
    position: absolute;
    left: auto;
    display: block;
    bottom: 95px;
    width: 77px;
    hegiht: 25px;
    margin-left: 823px;
    padding: 5px;
    background: #194aa8;
    text-align: center;
    outline: none;
    text-decoration: none;
    z-index: 9999;
    border-radius: 4px 4px 4px 4px;
}

.pageTop a:hover {
    border-bottom: none;
}

@media only screen and (max-width: 1000px) {
    footer .flast .copyright {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    footer .flast .btmnav {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    footer .flast .btmnav span {
        margin-left: 0;
        margin-right: 2em;
    }

    .pageTop {
        width: 100%;
    }

    .pageTop a {
        margin-bottom: 2.5em;
        right: 5%;
    }
}

@media only screen and (max-width: 920px) {
    footer .first {
        display: none;
    }

    footer .one-col {
        width: 22.22% !important;
        padding-bottom: 3em;
    }
}

@media only screen and (max-width: 810px) {
    footer .box {
        margin-bottom: 30px;
    }

    footer .one-col {
        width: 100% !important;
        margin-left: 2em;
        padding-bottom: 3em;
    }

    footer .one-col .sub {
        float: left;
        margin-right: 20px;
    }

    footer .one-col .txtL {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
        margin-left: -1.5em;
        clear: both;
    }

    footer .second .txtL span,
    footer .third .txtL span,
    footer .fourth .txtL span {
        display: inline;
    }

    footer .fbottom {
        padding-bottom: 020px;
    }

    footer .fbottom .companyname {
        float: none;
    }

    footer .fbottom .fadd {
        margin-left: 0;
    }

    footer .fbottom .fadd span:after {
        content: "\A";
        white-space: pre;
    }
}

@media only screen and (max-width: 460px) {
    footer .flast .btmnav {
        display: none;
    }

    footer .flast .copyright {
        font-size: 85%;
    }

    .pageTop a {
        margin-bottom: -5px;
    }
}

/* Contents
=========================================================== */

#main {
    min-height: 600px;
}

#main .col {
    margin-top: 58px;
    padding-top: 0;
    padding-bottom: 58px;
    clear: both;
}

#main .col h2 {
    width: 1em;
    margin: 0;
    padding: 0 1em 1em 1em;
    font-size: 320%;
    line-height: 1.1;
    float: left;
}

#main .col .Rcol {
    margin-left: 150px;
    padding-left: 60px;
    border-left: 1px solid #505050;
}

#main .col h3 {
    padding-bottom: 1em;
}

#main .col dl.table {
    background: #d2ddf3;
    border-bottom: 1px solid #505050;
}

#main .col dl.table dt {
    float: left;
    width: 10em;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
    text-align: center;
    color: #1d56c3;
    font-weight: bold;
    background: #d2ddf3;
    border-top: 1px solid #505050;
}

#main .col dl.table dd {
    margin-left: 10em;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
    background: #fff;
    border-top: 1px solid #505050;
}

@media only screen and (max-width: 810px) {
    #main {
        min-height: inherit;
    }

    #main .col {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #main .col h2 {
        width: 100%;
        padding: 0 0 1em 0;
        font-size: 240%;
        line-height: 1;
        float: none;
    }

    #main .col .Rcol {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    #main .colline {
        border-bottom: 1px solid #505050;
    }

    #main .col h3 img {
        max-width: 80%;
    }
}

@media only screen and (max-width: 460px) {
    #main .col h2 {
        font-size: 200%;
    }

    #main .col dl.table dt {
        float: none;
        width: 100%;
        padding-left: 1em;
        text-align: left;
    }

    #main .col dl.table dd {
        margin-left: 0;
        width: 100%;
    }

    #main .col dl.table dt.brk {
        display: none;
    }

    #main .col dl.table dd.noline {
        border-bottom: none;
    }
}

/* Catch Area
=========================================================== */

#catch {
    padding: 30px 0;
    text-align: center;
}

/* Purpose Area
=========================================================== */

#purpose .container {
    width: 100%;
    max-width: 930px;
}

#purpose .container .two-col {
    display: inline;
    width: 33.33%;
    margin: 50px 0;
    padding: 0 1.6%;
    border-left: 1px solid #505050;
}

#purpose .container .first {
    border-left: none;
}

#purpose h3 {
    text-align: center;
    padding-bottom: 20px;
}

#purpose .more a {
    display: block;
    width: 100%;
    height: 25px;
    padding: 5px 0;
    text-align: center;
}

@media only screen and (max-width: 810px) {
    #purpose .container {
        width: 90%;
        max-width: inherit;
    }

    #purpose .container .two-col {
        display: block;
        width: 100%;
        padding: 0;
        border-left: none;
        border-bottom: 1px solid #505050;
    }

    #purpose .container .third {
        border-bottom: none;
    }

    #purpose h3 {
        text-align: left;
    }

    #purpose .more a {
        text-align: right;
    }
}

/* Access Area * map *
=========================================================== */
#accessarea #map_canvas {
    width: 100%;
    max-width: 690px;
    height: 340px;
    margin-bottom: 1em;
}

#accessarea #map_canvas iframe {
    border: 1px solid #999!important;
}

#accessarea .zoom {
    display: block;
    height: 1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: right;
}

#accessarea #map_canvas label {
    width: auto;
    display: inline;
}

#accessarea #map_canvas img {
    max-width: none;
}

#accessarea #map_canvas #infoWindow {
    color: #505050;
    line-height: 1.5em;
    padding-top: 0.2em;
    border: 1px solid #CCC;
}

#accessarea #map_canvas #infoWindow h3 {
    font-size: 18px;
    font-weight: bold;
    height: 1.3em;
    margin-bottom: 0.2em
}

@media only screen and (max-width: 1147px) {
    #accessarea .zoom {
        margin-top: 50px;
        position: inherit;
        bottom: auto;
        font-size: 95%;
    }

    /*
  #accessarea .map {
    width: 100%;
    max-width: 100%;
    height: 466px;
    position: inherit;
    right: auto;
    cleat: both;
  }*/
    #accessarea #map_canvas {
        max-width: 100%;
    }
}

/* -----------------------------------------------------------
2-2. Link Classes
----------------------------------------------------------- */

a {
    color: #505050;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

#main a:hover {
    color: #194aa8;
    border-bottom: 1px solid #194aa8;
    padding-bottom: 1px;
}

#main a.wink:hover {
    border-bottom: none;
}

a:focus {
    outline: none;
}

.arrow {
    margin-right: 0.5em;
}

/* -----------------------------------------------------------
2-3. Background Color Classes
----------------------------------------------------------- */

.denim {
    background: #1d56c3;
}

.bg_topimg {
    background: #184cb4;
}

.persian {
    background: #194aa8;
}

.egyptian {
    background: #0a2ea3;
}

.summersky {
    background: #33cdea;
}

.quartz {
    background: #d2ddf3;
}

.picton {
    background: #6088d5;
}

.smoke {
    background: #ededed;
}

/* -----------------------------------------------------------
2-4. Text Classes
----------------------------------------------------------- */

.txts {
    font-size: 90%;
}

.list li {
    width: 95%;
    text-indent: -1em;
    margin-left: 1em;
}

/* -----------------------------------------------------------
2-5. Helper Classes
----------------------------------------------------------- */

.clearfix:before,
.clearfix:after,
.clearfix .before,
.clearfix .after {
    content: " ";
    display: table;
}

.clearfix:after,
.clearfix .after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.clearfix2:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix2 {
    overflow: hidden;
    zoom: 1;
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

span.break:before {
    content: "\A";
    white-space: pre;
}

span.mbr:before {
    content: "";
    white-space: nowrap;
}

@media only screen and (max-width: 810px) {
    span.break:before {
        content: "";
        white-space: nowrap;
    }

    span.mbr:before {
        content: "\A";
        white-space: pre;
    }
}

/* ===========================================================
3. Print Styles
=========================================================== */

@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    img,
    .ir {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    html {
        width: 1024px;
    }
}