@charset "UTF-8";

/* CSS Document */

@media screen and (min-width:320px) and (max-width:767px) {
    /*　for iPhone Landscape　(iPhone 横)　*/
    /* container */
    #container {
        display: block;
        position: relative;
        width: 100%;
    }
    .mainVisual {
        display: block;
        position: relative;
        width: 85%;
        margin: auto;
        max-height: 450px;
        min-height: 450px;
    }
    .mainVisual img.logo {
        width: 100px;
        margin-top: 12px;
        margin-left: 12px;
    }
    .mainVisual .brandAreaA,
    .mainVisual .brandAreaB,
    .mainVisual .brandAreaC {
        display: block;
        position: absolute;
        top: 80px;
        left: 20px;
        text-align: left;
    }
    h1 img {
        width: 280px;
        margin: auto;
    }
    h2 {
        width: 80%;
        margin: auto;
        font-size: 18px;
    }
    .mainVisual .brandAreaA h2,
    .mainVisual .brandAreaA p.h1read,
    .mainVisual .brandAreaB h2,
    .mainVisual .brandAreaB p.h1read,
    .mainVisual .brandAreaC h2,
    .mainVisual .brandAreaC p.h1read{
        text-shadow: 1px 1px 1px #fff;
    }
    p.h1read {
        width: 80%;
        margin: auto;
        font-size: 14px;
    }
    .noteArea {
        width: 90%;
        margin: auto;
    }
    .noteArea p.machine span {
        font-size: 13px;
    }
    .docsArea{
        display: block;
        width: 80%;
        margin: auto;
        padding: 24px 0;
    }
    .docsArea p{}
    .docsArea p a{
        text-decoration: none;
        color: #06C;
    }
    .docsArea p a:hover{
        text-decoration: underline;
    }
    .docsArea p i{
        margin-right: 12px;
    }
    .image01 {
        background-image: url(../img/mainVisual01s.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image02 {
        background-image: url(../img/mainVisual02s.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image03 {
        background-image: url(../img/mainVisual03s.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image04 {
        background-image: url(../img/mainVisual04s.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image05 {
        background-image: url(../img/mainVisual05s.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image06 {
        background-image: url(../img/mainVisual06s.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image07 {
        background-image: url(../img/mainVisual07s.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    footer {
        display: block;
    }
    footer .appField {
        display: block;
        background-color: #fff;
    }
    footer .appField p.apptxt {
        text-align: center;
        font-size: 13px;
        margin: 4px 0;
    }
    footer .appField p.appnote {
        text-align: center;
        width: 90%;
        font-size: 12px;
        color: #666;
        margin: auto;
    }
    footer .appField ul.appdl {
        margin: 0 !important;
        padding: 0 !important;
        width: 90%;
    }
    footer .appField ul.appdl li {
        display: block;
        list-style: none;
        width: 100%;
        margin: 24px 5%;
    }
    footer .appField ul.appdl li img {
        width: 45%;
    }
    footer .appField ul.appdocs {
        margin: auto;
        width: 90%;
        padding: 0 !important;
    }
    footer .appField ul.appdocs li {
        display: block;
        list-style-type: none;
        width: 100%;
    }
    footer .appField ul.appdocs li p {
        display: block;
    }
    footer .appField ul.appdocs li p a {
        display: inline-block;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        border-radius: 3px;
        transition: 0.9s;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
        box-shadow: 1px 1px 1px #666;
    }
    .bgy {
        background-color: #FFC027;
        border: 1px solid #FFC027;
    }
    .bgb {
        background-color: #7CC6F2;
        border: 1px solid #7CC6F2;
    }
    .bgg {
        background-color: #BAF895;
        border: 1px solid #BAF895;
    }
    footer .appField ul.appdocs li p a:hover {
        background-color: #fff;
        color: #666;
        text-shadow: none;
        box-shadow: none;
    }
    footer .appField ul.appdocs li p a i {
        margin-right: 12px;
    }
    footer .btmfoot {
        background-color: #E2E2E2;
    }
    footer .btmfoot .wrap {
        display: block;
        width: 100%;
        margin: auto;
    }
    footer .btmfoot .col {
        display: block;
        text-align: center;
    }
    footer .btmfoot .logo {
        display: block;
        padding-top: 12px;
    }
    footer .btmfoot .copy {
        font-size: 13px;
    }
    footer .btmfoot .links {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    /*　for iPad 　*/
    #container {
        display: block;
        position: relative;
        width: 100%;
    }
    .visualWrap {
        margin: auto;
        padding: 0;
        width: 100%;
        max-height: 500px;
        min-height: 500px;
    }
    .mainVisual {
        display: block;
        position: relative;
        width: 100%;
        margin: auto;
        max-height: 500px;
        min-height: 500px;
    }
    .mainVisual img.logo {
        width: 100px;
        margin-top: 12px;
        margin-left: 56px;
    }
    .mainVisual .brandAreaA {
        display: block;
        position: absolute;
        top: 120px;
        left: 60px;
        text-align: left;
    }
    .mainVisual .brandAreaB {
        display: block;
        position: absolute;
        top: 120px;
        right: 60px;
        text-align: left;
    }
    .mainVisual .brandAreaC {
        display: block;
        position: absolute;
        top: 120px;
        right: 60px;
        text-align: left;
    }
    .mainVisual .brandAreaA h2,
    .mainVisual .brandAreaA p.h1read,
    .mainVisual .brandAreaB h2,
    .mainVisual .brandAreaB p.h1read,
    .mainVisual .brandAreaC h2,
    .mainVisual .brandAreaC p.h1read{
        text-shadow: 1px 1px 1px #fff;
    }
    .noteArea {
        width: 90%;
        margin: auto;
    }
    .noteArea p.machine span {
        font-size: 13px;
    }
    .docsArea{
        display: block;
        width: 90%;
        margin: auto;
        padding: 24px 0;
    }
    .docsArea p{}
    .docsArea p a{
        text-decoration: none;
        color: #06C;
    }
    .docsArea p a:hover{
        text-decoration: underline;
    }
    .docsArea p i{
        margin-right: 12px;
    }
    .image01 {
        background-image: url(../img/mainVisual01.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image02 {
        background-image: url(../img/mainVisual02.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image03 {
        background-image: url(../img/mainVisual03.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image04 {
        background-image: url(../img/mainVisual04.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image05 {
        background-image: url(../img/mainVisual05.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image06 {
        background-image: url(../img/mainVisual06.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image07 {
        background-image: url(../img/mainVisual07.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    footer {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 100;
    }
    footer .appField {
        display: block;
        background-color: #fff;
    }
    footer .appField p.apptxt {
        text-align: center;
        font-size: 13px;
        margin: 4px 0;
    }
    footer .appField p.appnote {
        text-align: center;
        width: 90%;
        font-size: 12px;
        color: #666;
        margin: auto;
    }
    footer .appField ul.appdl {
        margin: auto;
        width: 400px;
    }
    footer .appField ul.appdl li {
        display: block;
        list-style: none;
        float: left;
        width: 140px;
        margin: 0 24px;
    }
    footer .appField ul.appdl li img {
        width: 135px;
    }
    footer .appField ul.appdocs {
        margin: auto;
        width: 670px;
    }
    footer .appField ul.appdocs li {
        display: block;
        list-style-type: none;
        width: 200px;
        float: left;
    }
    footer .appField ul.appdocs li.centerCol {
        margin-left: 24px;
        margin-right: 24px;
    }
    footer .appField ul.appdocs li.Col {
        margin-left: 12px;
        margin-right: 12px;
    }
    footer .appField ul.appdocs li p {
        display: block;
    }
    footer .appField ul.appdocs li p a {
        display: inline-block;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        border-radius: 3px;
        transition: 0.9s;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
        box-shadow: 1px 1px 1px #666;
    }
    .bgy {
        background-color: #FFC027;
        border: 1px solid #FFC027;
    }
    .bgb {
        background-color: #7CC6F2;
        border: 1px solid #7CC6F2;
    }
    .bgg {
        background-color: #BAF895;
        border: 1px solid #BAF895;
    }
    footer .appField ul.appdocs li p a:hover {
        background-color: #fff;
        color: #666;
        text-shadow: none;
        box-shadow: none;
    }
    footer .appField ul.appdocs li p a i {
        margin-right: 12px;
    }
    footer .btmfoot {
        height: 50px;
        background-color: #E2E2E2;
    }
    footer .btmfoot .wrap {
        width: 1200px;
        margin: auto;
    }
    footer .btmfoot .col {
        display: block;
        float: left;
    }
    footer .btmfoot .logo {
        display: block;
        width: 43%;
    }
    footer .btmfoot .logo img {
        margin-top: 12px;
        margin-left: 40px;
    }
    footer .btmfoot .copy {
        font-size: 13px;
        width: 20%;
    }
    footer .btmfoot .links {
        display: block;
        width: 400px;
    }
    footer .btmfoot .links ul {}
    footer .btmfoot .links li {
        list-style-type: none;
        display: block;
        font-size: 13px;
        width: 120px;
        float: left;
    }
    footer .btmfoot .links li a {
        text-decoration: none;
        color: #4990E2;
    }
}

@media screen and (min-width:1025px) {
    /*　for PC　*/
    body {
        padding-bottom: 223px;
    }
    /* container */
    #container {
        display: block;
        position: relative;
        width: 100%;
    }
    .mainVisual {
        display: block;
        position: relative;
        width: 1200px;
        margin: auto;
        max-height: 800px;
        min-height: 800px;
    }
    .visualWrap {
        margin: auto;
        padding: 0;
        width: 100%;
        max-height: 500px;
        min-height: 500px;
    }
    .mainVisual img.logo {
        width: 140px;
        margin-top: 12px;
    }
    .image01 {
        background-image: url(../img/mainVisual01.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image02 {
        background-image: url(../img/mainVisual02.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image03 {
        background-image: url(../img/mainVisual03.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image04 {
        background-image: url(../img/mainVisual04.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image05 {
        background-image: url(../img/mainVisual05.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image06 {
        background-image: url(../img/mainVisual06.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .image07 {
        background-image: url(../img/mainVisual07.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .mainVisual img.logo {
        display: block;
        position: absolute;
        top: 30px;
        left: 48px;
    }
    .mainVisual .brandAreaA {
        display: block;
        position: absolute;
        top: 120px;
        left: 60px;
        text-align: left;
    }
    .mainVisual .brandAreaB {
        display: block;
        position: absolute;
        top: 120px;
        right: 60px;
        text-align: left;
    }
    .mainVisual .brandAreaC {
        display: block;
        position: absolute;
        top: 120px;
        right: 60px;
        text-align: left;
    }
    .mainVisual .brandAreaA h2,
    .mainVisual .brandAreaA p.h1read,
    .mainVisual .brandAreaB h2,
    .mainVisual .brandAreaB p.h1read,
    .mainVisual .brandAreaC h2,
    .mainVisual .brandAreaC p.h1read{
        text-shadow: 1px 1px 1px #fff;
    }
    .noteArea {
        width: 800px;
        margin: auto;
    }
    .noteArea p.machine span {
        font-size: 13px;
    }
    .docsArea{
        display: block;
        width: 800px;
        margin: auto;
        padding: 24px 0;
    }
    .docsArea p{}
    .docsArea p a{
        text-decoration: none;
        color: #06C;
    }
    .docsArea p a:hover{
        text-decoration: underline;
    }
    .docsArea p i{
        margin-right: 12px;
    }
    section {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 224px;
    }
    section .col {
        float: left;
        width: 33%;
        display: block;
    }
    section .col img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
    }
    footer {
        display: block;
        position: fixed !important;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 100;
    }
    footer .appField {
        display: block;
        min-height: 160px;
        max-height: 160px;
        background-color: #fff;
    }
    footer .appField p.apptxt {
        text-align: center;
        font-size: 13px;
        margin: 4px 0;
    }
    footer .appField p.appnote {
        text-align: center;
        font-size: 13px;
        color: #666;
        margin: 0;
    }
    footer .appField ul.appdl {
        margin: auto;
        width: 400px;
    }
    footer .appField ul.appdl li {
        display: block;
        list-style: none;
        float: left;
        width: 140px;
        margin: 0 24px;
    }
    footer .appField ul.appdl li img {
        width: 135px;
    }
    footer .appField ul.appdocs {
        margin: auto;
        width: 970px;
    }
    footer .appField ul.appdocs li {
        display: block;
        list-style-type: none;
        width: 200px;
        float: left;
        margin-top: 8px;
    }
    footer .appField ul.appdocs li.centerCol {
        margin-left: 24px;
        margin-right: 24px;
    }
    footer .appField ul.appdocs li.Col {
        margin-left: 12px;
        margin-right: 12px;
    }
    footer .appField ul.appdocs li p {
        display: block;
        margin: 0;
    }
    footer .appField ul.appdocs li p a {
        display: inline-block;
        width: 100%;
        padding: 4px 0 6px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        border-radius: 3px;
        transition: 0.9s;
        color: #fff;
        text-shadow: -1px -1px 0px #666;
        box-shadow: 1px 1px 1px #666;
    }
    .bgy {
        background-color: #c79810;
        border: 1px solid #c79810;
    }
    .bgb {
        background-color: #3093c7;
        border: 1px solid #3093c7;
    }
    .bgg {
        background-color: #4ba614;
        border: 1px solid #4ba614;
    }
    footer .appField ul.appdocs li p a:hover {
        background-color: #fff;
        color: #666;
        text-shadow: none;
        box-shadow: none;
    }
    footer .appField ul.appdocs li p a i {
        margin-right: 12px;
    }
    footer .btmfoot {
        height: 28px;
        background-color: #E2E2E2;
    }
    footer .btmfoot .wrap {
        width: 1200px;
        margin: auto;
    }
    footer .btmfoot .col {
        display: block;
        float: left;
    }
    footer .btmfoot .logo {
        display: block;
        width: 43%;
    }
    footer .btmfoot .logo img {
        margin-top: 6px;
        margin-left: 40px;
        height: 16px;
    }
    footer .btmfoot .copy {
        font-size: 13px;
        width: 20%;
    }
    footer .btmfoot .copy p{
        margin: 0;
        padding-top: 4px;
    }
    footer .btmfoot .links {
        display: none;
        width: 400px;
    }
    footer .btmfoot .links ul {}
    footer .btmfoot .links li {
        list-style-type: none;
        display: block;
        font-size: 13px;
        width: 120px;
        float: left;
    }
    footer .btmfoot .links li a {
        text-decoration: none;
        color: #4990E2;
    }
    /*　for PC　*/
}


/*　========　bxSlider ========　　*/


/** RESET AND LAYOUT
===================================*/

ul.bxslider {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
