
* {
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
html {
    height: 100%;
    width: 100%;
}


/* Basic unit styles */

.b-m10 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.b-m15 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }
.b-m20 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
.b-m25 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; }
.b-m15cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; clear: both; }
.b-m20cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; clear: both; }
.b-m25cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; clear: both; }
.b-m30cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 30px; margin-left: 0px; clear: both; }
.b-m35cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 35px; margin-left: 0px; clear: both; }
.b-m40cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 40px; margin-left: 0px; clear: both; }
.b-m45cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 45px; margin-left: 0px; clear: both; }
.b-m50cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 50px; margin-left: 0px; clear: both; }

.b-m70cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 70px !important ;
    margin-left: 0px; clear: both; }
.tac { text-align: center!important; }



/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

/* normal link styles */
a {
    color:#069;
    text-decoration:underline;
}
a:hover {
    color: #09C;
    text-decoration:none;
}

/* Utilities */
.nobreak {
    display: inline-block;
}
dl.dl-horizontal {
    margin: 0;
}
.dl-horizontal dt {
    float: left;
    width: 60px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 75px;
    text-indent: -1em;
}
.temp_bn {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.temp_bn img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.indent1em {
    text-indent: -1em;
    padding: 0 0 0 1em;
    line-height: 1.5em !important;
}

.caution {
    color: #f00;
}


/* topscroll */
#topscroll { display: block; width: 48px; height: 48px; background-image: url(../js/up.png); background-repeat: no-repeat; background-position: 0px 0px; white-space: nowrap; overflow: hidden; text-indent: 100%; }

/* Style for PCs */
@media screen and (min-width: 1025px) {

    #wrapper {
        width:100%;
        height:auto;
        font-size:100%;
        margin:0 auto;
    }
    img {
        -ms-interpolation-mode: bicubic;
    }
    .pc {
        display:block;
    }
    .pcoly {
        display:block;
    }
    .phone {
        display:none;
    }


    /* Footer */

    #footer {
        width:100%;
        height:auto;
    }

    #footer #ftbody {
        width:auto;
        max-width:1140px;
        height:auto;
        margin:0 auto;
        padding:30px 10px;
        padding-top:0;
    }

    #footer #ftbody #ftleft {
        width:60%;
        height:auto;
        float:left;
    }

    #footer #ftbody #ftleft ul {
    }

    #footer #ftbody #ftleft li {
        list-style:none;
        font-size:0.8em;
        line-height:1.5em;
        float:left;
        margin-right:1em;
    }
    #footer #ftbody #ftleft li a {
        text-decoration:none;
        color:#454545;
    }
    #footer #ftbody #ftleft li a:hover {
        color:#000;
        text-decoration:underline;
    }

    #footer #ftbody #ftright {
        width:35%;
        height:auto;
        float:right;
    }

    #footer #ftbody #ftright p.ktlink {
        font-size:0.8em;
        text-align:right;
        line-height:1.5em;
    }
    #footer #ftbody #ftright p.ktlink a {
        text-decoration:none;
        color:#454545;
    }
    #footer #ftbody #ftright p.ktlink a:hover {
        color:#000;
        text-decoration:underline;
    }
    #footer #ftbody #ftright p.pcopy {
        font-size:0.8em;
        text-align:right;
        line-height:1.5em;
        font-family: 'Lato', sans-serif;
        font-weight:400;
    }

    .hide-xs { display: inline; }



    .important-info{
        box-sizing: border-box;
        width: 100%;
        background-color: #eee;
        padding: 5%;
        margin: 20px 0;
    }

    .important-info h2{
        text-align: center;
    }
    .import-br{
        display: none;
    }
}


/* Style for Tablet PCs */
@media screen and (min-width: 641px) and (max-width: 1024px) {
    #wrapper {
        width:auto;
        height:auto;
        font-size:100%;
        margin:0 auto;
    }
    img,object,embed {
        max-width:100%;
        height:auto;
    }
    img {
        -ms-interpolation-mode: bicubic;
    }
    .pcoly {
        display:none;
    }
    .pc {
        display:block;
    }
    .phone {
        display:none;
    }


    /* Footer */

    #footer {
        width:100%;
        height:auto;
    }

    #footer #ftbody {
        width:auto;
        height:auto;
        margin:0 auto;
        padding:30px 10px;
    }

    #footer #ftbody #ftleft {
        width:60%;
        height:auto;
        float:left;
    }

    #footer #ftbody #ftleft ul {
    }

    #footer #ftbody #ftleft li {
        list-style:none;
        font-size:0.8em;
        line-height:1.5em;
        float:left;
        margin-right:1em;
    }
    #footer #ftbody #ftleft li a {
        text-decoration:none;
        color:#454545;
    }
    #footer #ftbody #ftleft li a:hover {
        color:#000;
        text-decoration:underline;
    }

    #footer #ftbody #ftright {
        width:40%;
        height:auto;
        float:right;
    }

    #footer #ftbody #ftright p.ktlink {
        font-size:0.8em;
        text-align:right;
        line-height:1.5em;
    }
    #footer #ftbody #ftright p.ktlink a {
        text-decoration:none;
        color:#454545;
    }
    #footer #ftbody #ftright p.ktlink a:hover {
        color:#000;
        text-decoration:underline;
    }
    #footer #ftbody #ftright p.pcopy {
        font-size:0.8em;
        text-align:right;
        line-height:1.5em;
        font-family: 'Lato', sans-serif;
        font-weight:400;
    }

    .hide-xs { display: inine; }


    .important-info{
        box-sizing: border-box;
        width: 100%;
        background-color: #eee;
        padding: 5%;
        margin: 20px 0;
    }

    .important-info h2{
        text-align: center;
    }

    .import-br{
        display: none;
    }

}


/* Style for Smartphonea */
@media screen and (max-width: 640px) {
    #wrapper {
        width:100%;
        font-size:18px;
        line-height:180%;
    }
    img,object,embed {
        max-width:100%;
        height:auto;
    }
    img {
        -ms-interpolation-mode: bicubic;
    }
    .pcoly {
        display:none;
    }
    .pc {
        display:none!important;
    }
    .phone {
        display:block;
    }


    /* Footer */

    #footer {
        width:100%;
        height:auto;
    }

    #footer #ftbody {
        width:auto;
        height:auto;
        margin:0 auto;
    }

    #footer #ftbody #ftleft {
        width:100%;
        height:auto;
    }

    #footer #ftbody #ftleft ul {
    }

    #footer #ftbody #ftleft li {
        list-style:none;
        font-size:14px;
        line-height:1.5em;
        text-align:center;
    }
    #footer #ftbody #ftleft li a {
        text-decoration:none;
        color:#fff;
        border-bottom:1px solid #ccc;
        padding:8px 0;
        width:auto;
        height:auto;
        display:block;
        background: #2c539e; /* Old browsers */
        background: -moz-linear-gradient(top,  #2c539e 0%, #1e366d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#1e366d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #2c539e 0%,#1e366d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #2c539e 0%,#1e366d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #2c539e 0%,#1e366d 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #2c539e 0%,#1e366d 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#1e366d',GradientType=0 ); /* IE6-9 */
    }
    #footer #ftbody #ftleft li a:active {
        text-decoration:none;
        color:#fff;
        border-bottom:1px solid #ccc;
        padding:8px 0;
        width:auto;
        height:auto;
        display:block;
        background: #122042; /* Old browsers */
        background: -moz-linear-gradient(top,  #122042 0%, #213777 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#122042), color-stop(100%,#213777)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #122042 0%,#213777 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #122042 0%,#213777 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #122042 0%,#213777 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #122042 0%,#213777 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122042', endColorstr='#213777',GradientType=0 ); /* IE6-9 */
    }

    #footer #ftbody #ftright {
        width:100%;
        height:auto;
        text-align:center;
        padding-top:20px;
        padding-bottom:20px;
        background-color:#2A3E6B;
    }

    #footer #ftbody #ftright p.ktlink {
        font-size:0.7em;
        line-height:2em;
    }
    #footer #ftbody #ftright p.ktlink a {
        text-decoration:none;
        color:#fff;
    }
    #footer #ftbody #ftright p.ktlink a:hover {
        color:#fff;
        text-decoration:none;
    }
    #footer #ftbody #ftright p.pcopy {
        font-size:0.7em;
        line-height:2em;
        font-family: 'Lato', sans-serif;
        font-weight:400;
        color:#fff;
    }

    .hide-xs { display: none; }




    .txt-s{font-size: 18px !important;}




    .important-info{
        box-sizing: border-box;
        width: 100%;
        background-color: #eee;
        padding: 5%;
        margin: 20px 0;
    }

    .important-info h2{
        text-align: center;
        font-size: 18px;
    }

    .import-br{
        display: block;
    }
}



body {
    background-color: #f7f7f7;
}
/* Style for PCs */
@media screen and (min-width: 1025px) {
    /* Slidemm */
    #slidemm {
        width: 100%;
        height: auto;
    }
    #slidemm #slidebody {
        width: 100%;
        height: auto;
        background-image: url(../img/index/slidecover_blank.png);
        background-position: center bottom;
        background-repeat: repeat-x;
        margin: 0 auto;
    }
    #slidemm #slidecover {
        width: 100%;
        max-width: 1400px;
        height: auto;
        background-image: url(../img/index/slidecover.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    #slidecover #header {
        width: auto;
        max-width: 1160px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }
    #slidecover #header .logo-wrap {
        position: absolute;
        z-index: 2;
    }
    #slidecover #header h1 {
            width: 393px;
    height: 54px;
        display: block;
        float: left;
        margin-top: 463px;
        margin-right: 10px;
    }
    #slidecover #header h1 a {
         width: 393px;
    height: 54px;
        display: block;
        background-image: url(../img/index/0logo.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 100%;
        text-indent: -9999px;
    }
    #slidecover #header p.logo-toyota {
        width: 143px;
        height: 49px;
        display: block;
        float: left;
        margin-top: 473px;
        margin-right: 10px;
    }
    #slidecover #header p.logo-toyota a {
        width: 143px;
        height: 49px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/logo-toyota.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: auto 49px;
    }
    #slidecover #header p.logo-yamaha {
        width: 90px;
        height: 49px;
        display: block;
        float: left;
        margin-top: 473px;
    }
    #slidecover #header p.logo-yamaha a {
        width: 90px;
        height: 49px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/logo-yamaha.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: auto 49px;
    }
    #slidecover #header .boatslider {
        width: 600px;
        height: 400px;
        display: block;
        overflow: hidden;
        float: right;
        margin-top: 120px;
        margin-right: 130px;
        z-index: 1;
    }
    #slidecover #header .sns-kt-wrap {
        width: 196px;
        height: 57px;
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        margin-right: 20px;
    }
    #slidecover #header .sns-kt-wrap ul {
        width: 120px;
        height: auto;
        float: left;
    }
    #slidecover #header .sns-kt-wrap ul li {
        display: block;
        width: 45px;
        height: 57px;
        margin-right: 15px;
        float: left;
    }
    #slidecover #header .sns-kt-wrap ul li a {
        width: 45px;
        height: 57px;
        display: block;
        text-indent: -9999px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 45px 45px;
    }
    #slidecover #header .sns-kt-wrap ul li a.ic-fb {
        background-image: url("../img/index/ic-fb.png");
    }
    #slidecover #header .sns-kt-wrap ul li a.ic-insta {
        background-image: url("../img/index/ic-insta.png");
    }
    #slidecover #header .sns-kt-wrap .logo-kt {
        width: 76px;
        height: 57px;
        display: block;
        float: left;
    }
    #slidecover #header .sns-kt-wrap .logo-kt a {
        width: 76px;
        height: 57px;
        display: block;
        background-image: url(../img/index/0logo_kt.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 57px;
        text-indent: -9999px;
    }
    /* SMP Slider */
    .smpslider {
        display: none;
    }
    .smpslider img {
        display: none;
    }
    /* Menu */
    #navbody {
        width: 100%;
        max-width: 1200px;
        height: 50px;
        display: block;
        margin: 0 auto;
        padding-top: 20px;
    }
    a.menu-link {
        display: none;
    }
    .js nav[role=navigation] {
        max-height: none;
        width: 100%;
        height: 50px;
        overflow: hidden;
        margin: 0px;
    }
    nav[role=navigation] ul {
        border: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    nav[role=navigation] li {
        -webkit-box-flex: 1;
        flex: 1;
        width: 100%;
        height: 50px;
        list-style-image: none;
        list-style-type: none;
        line-height: 1.5em;
    }
    nav[role=navigation] li a {
        border: 0;
        width: auto;
        height: 45px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #333;
        padding-top: 3px;
    }
    a .m_ent {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.6em;
        display: block;
        width: auto;
        height: auto;
        line-height: 1em;
        color: #09C;
    }
    a .m_jpt {
        font-size: 0.9em;
        display: block;
        width: auto;
        height: 28px;
        line-height: 28px;
        font-weight: bold;
        color: #2A3E6B;
    }
    nav[role=navigation] li a:hover {
        background-color: #CCE9F8;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    nav[role=navigation] li a:active {
        background-color:#007bc4;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    nav[role=navigation] li a:active .m_ent {
        color: #ffffff !important;
    }
    nav[role=navigation] li a:active .m_jpt {
        color: #ffffff !important;
    }
    /* Section basic styles */
    #sec01 {
        width: 100%;
        height: auto;
    }
    #sec01 #sec01body {
        width: auto;
        max-width: 1160px;
        height: auto;
        background-image: url(../img/index/acc-01.png);
        background-repeat: no-repeat;
        background-position: 0 bottom;
        margin: 0 auto;
        padding: 40px 0 80px 0;
    }
    #sec02 {
        width: 100%;
        height: auto;
        background-color: #DAECFB;
        background-image: url(../img/index/9284brochure1.jpg);
        background-repeat: no-repeat;
        background-position: right top;
    }
    #sec02 #sec02body {
        width: auto;
        max-width: 460px;
        height: auto;
        background-image: url(../img/index/acc-02.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin: 0 auto;
        padding: 40px 700px 80px 0;
    }
    #sec03 {
        width: 100%;
        height: auto;
        position:relative;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec03 .video-container{
          position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
    }
     #sec03 .video-container video {
            position: absolute;
            top: 0;
            left:0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            object-fit: cover;
        }
    #sec03 #sec03body {
        width: auto;
        max-width: 1160px;
        height: auto;
        /*background-image: url(../img/index/acc-03.png);*/
        background-repeat: no-repeat;
        background-position: 0 bottom;
        margin: 0 auto;
        padding: 40px 0 250px 0;
    }
    #sec04 {
        width: 100%;
        height: auto;
        background-color: #007bc4;
        background-image: url(../img/index/image-access.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec04 #sec04body {
        width: auto;
        max-width: 1160px;
        height: auto;
        background-image: url(../img/index/acc-04.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin: 0 auto;
        padding: 40px 0 100px 0;
    }
    /* Section title */
    .titlebox {
        width: auto;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
    .titlebox h3.h3title {

    }
    .titlebox p.ptitle {
        font-size: 12px;
        font-weight: 1em;
        font-weight: normal;
        color: #666;
    }
    .titlebox h3.h3title2 {

    }
    .titlebox p.ptitle2 {
        font-weight: 1em;
        font-weight: normal;
        color: #fff;
    }
    .titlebox#tb-news {
        background-image: url(../img/index/icon-news.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-newboat {
        background-image: url(../img/index/icon-newboat.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-features {
        background-image: url(../img/index/icon-features.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-lease {
        background-image: url(../img/index/icon-lease.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-license {
        background-image: url(../img/index/icon-license.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 160px;
    }
    .titlebox#tb-access {
        background-image: url(../img/index/icon-access.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    /* document styles */
    .ls20px {
        margin-left: 20px;
    }
    .twm {
        color: #fff;
    }
    h4.h4catch {
        font-size: 26px;
        line-height: 1.4em;
        font-weight: normal;
        margin-bottom: 15px;
    }
    h4.h4catch.h4c_01 {
        color: #2A3E6B;
    }
    h4.h4catch.h4c_02 {
        color: #fff;
    }
    p.secpm {
        font-size: 14px;
        margin-bottom: 1em;
    }
    p.plinkbn {
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }
    p.plinkbn a {
        width: 70%;
        height: 50px;
        display: block;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background-color: #64c4e9;
    }
    /* News */
    #newsmm {
        width: 48%;
        height: auto;
        float: left;
    }
    #newsmm dl.newsbody {
        width: auto;
        height: auto;
        display: block;
        padding: 15px 20px;
        background-color: #fff;
        box-shadow: 0px 1px 2px #999;
        margin-bottom: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #newsmm dl.newsbody dt {
        font-size: 0.7em;
        font-weight: normal;
        color: #09C;
        line-height: 1.5em;
    }
    #newsmm dl.newsbody dd {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5em;
    }
    /* Features */
    #featuresmm {
        width: 48%;
        height: auto;
        float: right;
    }
    #featuresmm ul li {
        width: 48%;
        height: auto;
        display: block;
        float: left;
        margin: 1%;
        background-color: #fff;
        box-shadow: 0px 1px 2px #999;
        list-style: none;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #featuresmm img {
        width: 100%;
        height: auto;
        display: block;
    }
    /* License */
    #sec03body ul li {
        width: 19%;
        height: auto;
        display: block;
        float: left;
        margin: 0 0.5%;
        background-color: #0CF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #sec03body ul li a {
        width: auto;
        height: auto;
        display: block;
        padding: 0px;
        background-color: #fff;
        box-shadow: 0px 1px 2px #8091A0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
        text-decoration: none;
    }
    #sec03body ul li a:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    #sec03body ul li a img {
     
    }
    #sec03body ul li a .s3bcc {
        width: auto;
        height: auto;
        display: block;
        padding: 20px;
    }
    #sec03body ul li a .s3bcc h3 {
        font-size: 13px;
        font-weight: bold;
        color: #2A3E6B;
        margin-bottom: 5px;
    }
    #sec03body ul li a .s3bcc p {
        font-size: 12px;
        font-weight: normal;
        color: #454545;
    }
    /* Access map */
    .asm0 {
        width: 94%;
        height: auto;
        display: block;
        padding: 3%;
        background-color: #fff;
        box-shadow: 0px 1px 2px #000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
        float: left;
    }
    .accessmm {
        width: 64%;
        height: 300px;
        display: block;
        margin: 0;
        float: left;
    }
    #map_canvas_01 {
        width: 100%;
        height: 300px;
        display: block;
    }
    .map-container {
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding-top: 300px;
    }
    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .shopmm {
        width: 32%;
        height: auto;
        margin: 0 auto;
        padding: 5% 2% 0;
        float: right;
    }
    .shopmm h3 {
        background-image: url(../img/index/logo_access.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 80px;
        padding-top: 90px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em;
        margin-bottom: 5px;
        color: #2A3E6B;
    }
    .shopmm p .smad {
        line-height: 1.5em;
        width: auto;
        height: auto;
        display: block;
        text-shadow: 1px 1px 1px #ccc;
        text-align: center;
        margin-bottom: 5px;
    }
    .shopmm p .smtel {
        line-height: 36px;
        width: auto;
        text-align: center;
        height: auto;
        display: block;
        clear: both;
        font-family: 'Lato', sans-serif;
        font-size: 36px;
        font-weight: 300;
        color: #0065bf;
        margin: 0 auto;
    }
    .shopmm p .icon-freedial {
        font-size: 30px;
    }
    .shopmm p .smfax {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        margin-bottom: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .shopmm p .smtime {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }
    .shopmm p .smholiday {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }
    #bnr2017 #bnr2017_pc {
        display: block;
    }
    #bnr2017 #bnr2017_sp {
        display: none;
    }
    #bnr2017 {
        width: 100%;
        max-width: 1160px;
        height: auto;
        margin: 20px auto 0px;
    }
    #bnr2017 a {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        box-shadow: 0px 1px 2px #999;
        list-style: none;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #bnr2017 a img {
        width: 100%;
        height: auto;
        display: block;
    }
    .logo-tab {
        display: none;
    }
    #slidecover #header p.logo-tkgroup {
        display: none;
    }
    /*スマホレイアウトSNSアイコン*/
    #slidecover #header .sns-sp {
        display: none;
    }
}
/* Style for TabletPCs */
@media screen and (min-width: 641px) and (max-width: 1024px) {
    /*PC用 sns kt ロゴ*/
    #slidecover #header .sns-kt-wrap {
        display: none;
    }
    /* Slidemm */
    #slidemm {
        width: 100%;
        height: 450px;
    }
    #slidemm #slidebody {
        width: 100%;
        height: 450px;
        background-image: url(../img/index/slidecover_blank.png);
        background-position: center bottom;
        background-repeat: repeat-x;
        margin: 0 auto;
    }
    #slidemm #slidecover {
        width: 100%;
        height: 450px;
        background-image: url(../img/index/slidecover.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    #slidecover #header {
        width: auto;
        height: 450px;
        min-height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #slidecover #header h1 {
          width: 393px;
        height: 54px;
        display: block;
        float: left;
        margin-top: 360px;
    }
    #slidecover #header h1 a {
           width: 393px;
        height: 54px;
        display: block;
        background-image: url(../img/index/0logo.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 100%;
        text-indent: -9999px;
    }
    /*#slidecover #header p.logo-toyota {
      display: none;
  }

  #slidecover #header p.logo-yamaha {
      display: none;
  }*/
    #slidecover #header .boatslider {
        width: 60%;
        height: auto;
        display: block;
        overflow: hidden;
        float: right;
        margin-top: 140px;
       display:none;
    }
    #slidecover #header .boatslider img {
        width: 100%;
        height: auto;
        display: block;
    }
    #slidecover #header .logo-kt {
        display: none;
    }
    #slidecover #header p a {
        display: none;
    }
    /* SMP Slider */
    .smpslider {
        display: none;
    }
    .smpslider img {
        display: none;
    }
    /* Menu */
    #navbody {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding-top: 0px;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }
    a.menu-link {
        display: none;
    }
    .js nav[role=navigation] {
        max-height: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0px;
    }
    nav[role=navigation] ul {}
    nav[role=navigation] li {
        width: 20%;
        height: auto;
        list-style-image: none;
        list-style-type: none;
        float: left;
    }
    nav[role=navigation] li a {
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #333;
        padding-top: 5px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
    a .m_ent {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 0.6em;
        display: block;
        width: auto;
        height: auto;
        line-height: 1em;
        color: #09C;
    }
    a .m_jpt {
        font-size: 12px;
        display: block;
        width: auto;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #2A3E6B;
    }
    nav[role=navigation] li a:hover {
        background-color: #CCE9F8;
    }
    nav[role=navigation] li a:active {
        background-color: #007bc4;
    }
    nav[role=navigation] li a:active .m_ent {
        color: #ffffff !important;
    }
    nav[role=navigation] li a:active .m_jpt {
        color: #ffffff !important;
    }
    /* Section basic styles */
    #sec01 {
        width: 100%;
        height: auto;
    }
    #sec01 #sec01body {
        width: auto;
        height: auto;
        background-image: url(../img/index/acc-01.png);
        background-repeat: no-repeat;
        background-position: 0 bottom;
        margin: 0 auto;
        padding: 40px 0 80px 0;
    }
    #sec02 {
        width: 100%;
        height: auto;
        background-color: #DAECFB;
        background-image: url(../img/index/image-lease_tab.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    #sec02 #sec02body {
        height: auto;
        background-image: url(../img/index/acc-02.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin: 0 auto;
        padding: 40px 45% 80px 5%;
    }
    #sec03 {
        width: 100%;
        height: auto;
        background-color: #5A9AD0;
        background-image: url(../img/index/image-license.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec03 #sec03body {
    
        height: auto;
        background-image: url(../img/index/acc-03.png);
        background-repeat: no-repeat;
        background-position: 0 bottom;
        margin: 0 auto;
        padding: 40px 5% 250px 5%;
    }
    #sec04 {
        width: 100%;
        height: auto;
        background-color:#007bc4;
        background-image: url(../img/index/image-access.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec04 #sec04body {
        width: auto;
        max-width: 1160px;
        height: auto;
        background-image: url(../img/index/acc-04.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin: 0 auto;
        padding: 40px 0 100px 0;
    }
    /* Section title */
    .titlebox {
        width: auto;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
    .titlebox h3.h3title {
        font-size: 28px;
        font-weight: 1em;
        font-weight: normal;
        color: #2A3E6B;
        padding-top: 8px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .titlebox p.ptitle {
        font-size: 12px;
        font-weight: 1em;
        font-weight: normal;
        color: #666;
    }
    .titlebox h3.h3title2 {
        font-size: 28px;
        font-weight: 1em;
        font-weight: normal;
        color: #fff;
        padding-top: 8px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .titlebox p.ptitle2 {
        font-size: 12px;
        font-weight: 1em;
        font-weight: normal;
        color: #fff;
    }
    .titlebox#tb-news {
        background-image: url(../img/index/icon-news.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-newboat {
        background-image: url(../img/index/icon-newboat.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-features {
        background-image: url(../img/index/icon-features.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-lease {
        background-image: url(../img/index/icon-lease.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-license {
        background-image: url(../img/index/icon-license.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-access {
        background-image: url(../img/index/icon-access.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    /* document styles */
    .ls20px {
        margin-left: 20px;
    }
    .twm {
        color: #fff;
    }
    h4.h4catch {
        font-size: 24px;
        line-height: 1.4em;
        font-weight: bold;
        margin-bottom: 15px;
    }
    h4.h4catch.h4c_01 {
        color: #2A3E6B;
    }
    h4.h4catch.h4c_02 {
        color: #fff;
    }
    p.secpm {
        font-size: 12px;
        line-height: 2em;
        margin-bottom: 1em;
    }
    p.plinkbn {
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }
    p.plinkbn a {
        width: 70%;
        height: 50px;
        display: block;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background-color: #007bc4;
    }
    /* News */
    #newsmm {
      
        height: auto;
        padding: 0 5% 50px;
    }
    #newsmm dl.newsbody {
        width: auto;
        height: auto;
        display: block;
        padding: 15px 20px;
        background-color: #fff;
        box-shadow: 0px 1px 2px #999;
        margin-bottom: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #newsmm dl.newsbody dt {
        font-size: 0.7em;
        font-weight: normal;
        color: #09C;
        line-height: 1.5em;
    }
    #newsmm dl.newsbody dd {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5em;
    }
    /* Features */
    #featuresmm {
        height: auto;
        padding: 0 5%;
    }
    #featuresmm ul li {
        width: 48%;
        height: auto;
        display: block;
        float: left;
        margin: 1%;
        background-color: #fff;
        box-shadow: 0px 1px 2px #999;
        list-style: none;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #featuresmm img {
        width: 100%;
        height: auto;
        display: block;
    }
    /* License */
    #sec03body ul li {
        width: 48%;
        height: auto;
        display: block;
        float: left;
        margin: 0 1% 2%;
        background-color: #0CF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #sec03body ul li a {
        width: auto;
        height: auto;
        display: block;
        padding: 0px;
        background-color: #fff;
        box-shadow: 0px 1px 2px #8091A0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
        text-decoration: none;
    }
    #sec03body ul li a:active {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    #sec03body ul li a img {
        width: 100%;
        vertical-align: bottom;
        display: block;
    }
    #sec03body ul li a .s3bcc {
        width: auto;
        height: auto;
        display: block;
        padding: 20px;
    }
    #sec03body ul li a .s3bcc h3 {
        font-size: 20px;
        font-weight: bold;
        color: #2A3E6B;
        margin-bottom: 5px;
    }
    #sec03body ul li a .s3bcc p {
        font-size: 12px;
        font-weight: normal;
        color: #454545;
    }
    /* Access map */
    .asm0 {
        width: 98%;
        height: auto;
        display: block;
        padding: 3%;
        background-color: #fff;
        box-shadow: 0px 1px 2px #000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
        float: left;
        margin: 0 1%;
    }
    .accessmm {
        width: 100%;
        height: 300px;
        display: block;
        margin: 0;
    }
    #map_canvas_01, #map_canvas_02 {
        width: 100%;
        height: 300px;
        display: block;
    }
    .map-container {
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding-top: 300px;
    }
    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .shopmm {
        width: 96%;
        height: auto;
        margin: 0 auto;
        padding: 5% 2% 0;
    }
    .shopmm h3 {
        background-image: url(../img/index/logo_access.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 60px;
        padding-top: 70px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em;
        margin-bottom: 5px;
        color: #2A3E6B;
    }
    .shopmm p .smad {
        line-height: 1.5em;
        width: auto;
        height: auto;
        display: block;
        text-shadow: 1px 1px 1px #ccc;
        text-align: center;
        margin-bottom: 5px;
    }
    .shopmm p .smtel {
        line-height: 40px;
        width: auto;
        text-align: center;
        height: auto;
        display: block;
        clear: both;
        font-family: 'Lato', sans-serif;
        font-size: 36px;
        font-weight: 300;
        color: #0065bf;
        margin: 0 auto;
    }
    .shopmm p .icon-phone {
        font-size: 30px;
    }
    .shopmm p .smfax {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        margin-bottom: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .shopmm p .smtime {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }
    .shopmm p .smholiday {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }
    #bnr2017 #bnr2017_pc {
        display: none;
    }
    #bnr2017 #bnr2017_sp {
        display: block;
    }
    #bnr2017 {
        width: 90%;
        height: auto;
        margin: 20px auto 0px;
    }
    #bnr2017 a {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        box-shadow: 0px 1px 2px #999;
        list-style: none;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #bnr2017 a img {
        width: 100%;
        height: auto;
        display: block;
    }
    .logo-tab {
        width: 70%;
        margin: 30px auto;
    }
    .logo-tab ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .logo-tab ul li {
        display: block;
        width: 33.3333333%;
        height: auto;
        float: left;
        box-sizing: border-box;
    }
    .logo-tab a.logo-toyota {
        width: auto;
        height: 49px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/logo-toyota.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: auto 49px;
    }
    .logo-tab a.logo-yamaha {
        width: auto;
        height: 49px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/logo-yamaha.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: auto 49px;
    }
    .logo-tab a.logo-ktgroup {
        width: auto;
        height: 49px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/0logo_kt.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: auto 49px;
    }
    /*タブレット SNS アイコン*/
    .logo-tab ul.ic-sns {
        width: 150px;
        height: auto;
        margin: 0 auto;
    }
    .logo-tab ul.ic-sns li {
        display: block;
        width: 45px;
        height: 45px;
        margin: 0 15px 0;
        float: left;
    }
    .logo-tab ul.ic-sns li a {
        width: 45px;
        height: 45px;
        display: block;
        text-indent: -9999px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 45px 45px;
    }
    .logo-tab ul.ic-sns li a.ic-fb {
        background-image: url("../img/index/ic-fb.png");
    }
    .logo-tab ul.ic-sns li a.ic-insta {
        background-image: url("../img/index/ic-insta.png");
    }
    /*スマホレイアウトSNSアイコン*/
    #slidecover #header .sns-sp {
        display: none;
    }
}
/* Style for Smartphonea */
@media screen and (max-width: 640px) {
    /*PC用 sns kt ロゴ*/
    #slidecover #header .sns-kt-wrap {
        display: none;
    }
    /* Slidemm */
    #slidemm {
        width: 100%;
        height: 130px;
        background-color: #f7f7f7;
    }
    #slidemm #slidebody {
        width: auto;
        height: 130px;
        margin: 0 auto;
    }
    #slidemm #slidecover {
        width: auto;
        height: 130px;
        margin: 0 auto;
    }
    #slidecover #header {
        width: 100%;
        height: 130px;
        margin-left: auto;
        margin-right: auto;
        background-color: #f7f7f7;
    }
    #slidecover #header .logo-wrap {
        width: 100%;
        height: 80px;
    }
    #slidecover #header h1 {
            width: 393px;
        height: 54px;
        display: block;
        margin: 18px 0 11px 8px;
        float: left;
    }
    #slidecover #header h1 a {
            width: 393px;
        height: 54px;
        display: block;
        background-image: url(../img/index/0logo.png);
     background-position: left 10px center;
        background-repeat: no-repeat;
        background-size: auto 38px;
        text-indent: -9999px;
    }
    #slidecover #header p.logo-toyota {
        width: 50px;
        height: 27px;
        display: block;
        float: left;
        margin: 25px 0 11px 8px;
    }
    #slidecover #header p.logo-toyota a {
        width: 50px;
        height: 27px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/logo-toyota-sp.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: auto 27px;
    }
    #slidecover #header p.logo-yamaha {
        width: 50px;
        height: 27px;
        display: block;
        float: left;
        margin: 25px 0 11px 8px;
    }
    #slidecover #header p.logo-yamaha a {
        width: 50px;
        height: 27px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/logo-yamaha.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: auto 27px;
    }
    #slidecover #header p.logo-tkgroup {
        width: 36px;
        height: 27px;
        display: block;
        float: left;
        margin: 25px 0 11px 8px;
    }
    #slidecover #header p.logo-tkgroup a {
        width: 36px;
        height: 27px;
        display: block;
        text-indent: -9999px;
        background-image: url(../img/index/0logo_kt.png);
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: auto 27px;
    }
    /*スマホ用SNSアイコン*/
    #slidecover #header .sns-sp {
        width: 100%;
        height: 50px;
    }
    #slidecover #header .sns-sp ul {
        width: 100px;
        height: auto;
        margin: 0 auto;
    }
    #slidecover #header .sns-sp ul li {
        display: block;
        width: 30px;
        height: 50px;
        margin: 0 10px 0;
        float: left;
    }
    #slidecover #header .sns-sp ul li a {
        width: 30px;
        height: 50px;
        display: block;
        text-indent: -9999px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }
    #slidecover #header .sns-sp ul li a.ic-fb {
        background-image: url("../img/index/ic-fb.png");
    }
    #slidecover #header .sns-sp ul li a.ic-insta {
        background-image: url("../img/index/ic-insta.png");
    }
    #slidecover #header .boatslider {
        display: none;
    }
    #slidecover #header .boatslider img {
        display: none;
    }
    #slidecover #header .logo-kt {
        display: none;
    }
    #slidecover #header p a {
        display: none;
    }
    /* SMP Slider */
    .smpslider {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
    }
    .smpslider img {
        width: 100%;
        height: auto;
        display: block;
    }
    /* Menu */
    #navbody {
        width: auto;
        height: auto;
    }
    a.menu-link {
        width: 80px;
        height: 80px;
        text-align: center;
        display: block;
        line-height: 80px;
        color: #fff;
        text-decoration: none;
        text-shadow: -1px -1px 0px #000;
        background-color: #007bc4;
        z-index: 999;
        position: absolute;
        top: 0;
        right: 0;
    }
    nav[role=navigation] {
        width: auto;
        height: auto;
        clear: both;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .js nav[role=navigation] {
        overflow: hidden;
        max-height: 0;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
    }
    nav[role=navigation].active {
        max-height: 650px;
    }
    nav[role=navigation] ul {
        margin: 0;
        padding: 0;
        border-top: 1px solid #576986;
        width: auto;
        height: auto;
    }
    nav[role=navigation] ul li {
        list-style: none;
        width: auto;
        height: 60px;
        border-bottom: 1px solid #576986;
                margin-bottom: 0;
    }
    nav[role=navigation] li a {
        display: block;
        padding: 0 10px;
        width: auto;
        height: 60px;
        color: #fff;
        text-decoration: none;
        text-shadow: -1px -1px 0px #000;
        background-color:#007bc4;
        margin: 0;
    }
    a .m_ent {
        font-family: 'Gilda Display', serif;
        font-size: 0.6em;
        display: block;
        width: auto;
        height: 60px;
        float: right;
        line-height: 60px;
    }
    a .m_jpt {
        font-size: 18px;
        display: block;
        width: auto;
        height: 60px;
        float: left;
        line-height: 60px;
    }
    nav[role=navigation] li a:active {
        background-color: #4A6BA0;
    }
    /* Section basic styles */
    #sec01 {
        width: 100%;
        height: auto;
    }
    #sec01 #sec01body {
        width: auto;
        height: auto;
        background-image: url(../img/index/acc-01.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        margin: 0 auto;
        padding: 40px 0 80px 0;
    }
    #sec02 {
        width: 100%;
        height: auto;
        background-color: #DAECFB;
        background-image: url(../img/index/image-lease_smp.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec02 #sec02body {
        height: auto;
        background-image: url(../img/index/acc-02.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        margin: 0 auto;
        padding: 40px 10% 200px 10%;
    }
    #sec03 {
        width: 100%;
        height: auto;
        background-color: #5A9AD0;
        background-image: url(../img/index/image-license_smp.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec03 #sec03body {
        height: auto;
        /*background-image: url(../img/index/acc-03.png);*/
        background-repeat: no-repeat;
        background-position: center bottom;
        margin: 0 auto;
        padding: 40px 5% 150px 5%;
    }
    #sec04 {
        width: 100%;
        height: auto;
        background-color: #007bc4;
        background-image: url(../img/index/image-access.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec04 #sec04body {
        width: auto;
        height: auto;
        background-image: url(../img/index/acc-04.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        margin: 0 auto;
        padding: 40px 0 100px 0;
    }
    /* Section title */
    .titlebox {
        width: auto;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
    .titlebox h3.h3title {
        font-size: 28px;
        font-weight: 1em;
        font-weight: normal;
        color: #2A3E6B;
        padding-top: 8px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .titlebox p.ptitle {
        font-size: 12px;
        font-weight: 1em;
        font-weight: normal;
        color: #666;
    }
    .titlebox h3.h3title2 {
        font-size: 28px;
        font-weight: 1em;
        font-weight: normal;
        color: #fff;
        padding-top: 8px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .titlebox p.ptitle2 {
        font-size: 12px;
        font-weight: 1em;
        font-weight: normal;
        color: #fff;
    }
    .titlebox#tb-news {
        background-image: url(../img/index/icon-news.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-newboat {
        background-image: url(../img/index/icon-newboat.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-features {
        background-image: url(../img/index/icon-features.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-lease {
        background-image: url(../img/index/icon-lease.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    .titlebox#tb-license {
        background-image: url(../img/index/icon-license.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 160px;
    }
    .titlebox#tb-access {
        background-image: url(../img/index/icon-access.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 80px;
        min-height: 78px;
        padding-left: 85px;
    }
    /* document styles */
    .ls20px {
        margin-left: 0px;
    }
    .twm {
        color: #fff;
    }
    h4.h4catch {
        font-size: 24px;
        line-height: 1.4em;
        font-weight: bold;
        margin-bottom: 15px;
    }
    h4.h4catch.h4c_01 {
        color: #2A3E6B;
    }
    h4.h4catch.h4c_02 {
        color: #fff;
    }
    p.secpm {
        font-size: 14px;
        line-height: 2em;
        margin-bottom: 1em;
    }
    p.plinkbn {
        font-size: 14px;
        line-height: 50px;
        text-align: center;
    }
    p.plinkbn a {
        width: 100%;
        height: 50px;
        display: block;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background-color: #64c4e9;
        margin: 0 auto;
    }
    /* News */
    #newsmm {
        height: auto;
        padding: 0 5% 50px;
    }
    #newsmm dl.newsbody {
        width: auto;
        height: auto;
        display: block;
        padding: 15px 20px;
        background-color: #fff;
        box-shadow: 0px 1px 2px #999;
        margin-bottom: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #newsmm dl.newsbody dt {
        font-size: 0.7em;
        font-weight: normal;
        color: #09C;
        line-height: 1.5em;
        margin-bottom: 5px;
    }
    #newsmm dl.newsbody dd {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5em;
    }
    /* Features */
    #featuresmm {
        height: auto;
        padding: 0 5%;
    }
    #featuresmm ul li {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 10px 0;
        background-color: #fff;
        box-shadow: 0px 1px 2px #999;
        list-style: none;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #featuresmm img {
        width: 100%;
        height: auto;
        display: block;
    }
    /* License */
    #sec03body ul li {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto 10px;
        background-color: #0CF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #sec03body ul li a {
        width: auto;
        height: auto;
        display: block;
        padding: 0px;
        background-color: #fff;
        box-shadow: 0px 1px 2px #8091A0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        overflow: hidden;
        text-decoration: none;
    }
    #sec03body ul li a:active {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    #sec03body ul li a img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        display: block;
    }
    #sec03body ul li a .s3bcc {
        width: auto;
        height: auto;
        display: block;
        padding: 15px 10px;
        text-align: center;
    }
    #sec03body ul li a .s3bcc h3 {
        font-size: 18px;
        line-height: 1em;
        font-weight: bold;
        color: #2A3E6B;
        margin-bottom: 5px;
    }
    #sec03body ul li a .s3bcc p {
        font-size: 12px;
        line-height: 1em;
        font-weight: normal;
        color: #454545;
    }
    /* Access map */
    .asm0 {

        height: auto;
        display: block;
        padding: 3%;
        background-color: #fff;
        box-shadow: 0px 1px 2px #000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
        margin: 0 auto 10px;
    }
    .accessmm {
        width: 100%;
        height: 300px;
        display: block;
        margin: 0;
    }
    #map_canvas_01, #map_canvas_02 {
        width: 100%;
        height: 300px;
        display: block;
    }
    .map-container {
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding-top: 300px;
    }
    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .shopmm {
        width: 96%;
        height: auto;
        margin: 0 auto;
        padding: 15px 2% 15px;
    }
    .shopmm h3 {
        background-image: url(../img/index/logo_access.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 60px;
        padding-top: 70px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5em;
        margin-bottom: 5px;
        color: #2A3E6B;
    }
    .shopmm p .smad {
        line-height: 1.5em;
        width: auto;
        height: auto;
        display: block;
        text-shadow: 1px 1px 1px #ccc;
        text-align: center;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .shopmm p .smtel {
        line-height: 30px;
        width: auto;
        text-align: center;
        height: auto;
        display: block;
        clear: both;
        font-family: 'Lato', sans-serif;
        font-size: 28px;
        font-weight: 400;
        color: #0065bf;
        margin: 0 auto 5px;
    }
    .shopmm p .icon-phone {
        font-size: 20px;
    }
    .shopmm p .smfax {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        margin-bottom: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .shopmm p .smtime {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }
    .shopmm p .smholiday {
        line-height: 1.5em;
        padding-top: 0px;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }
    #bnr2017 #bnr2017_pc {
        display: none;
    }
    #bnr2017 #bnr2017_sp {
        display: block;
    }
    #bnr2017 {
        width: 90%;
        height: auto;
        margin: 20px auto 0px;
    }
    #bnr2017 a {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        box-shadow: 0px 1px 2px #999;
        list-style: none;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #bnr2017 a img {
        width: 100%;
        height: auto;
        display: block;
    }
    .logo-tab {
        display: none;
    }
}


/* サイド */
#side .widget-area ul { padding: 0px; margin: 0px; }
#side .widget-area li.widget-container { list-style: none; list-style-image: none; margin: 0; }
#side h3{
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    background-color: #09c;
    height: auto;
    width: auto;
    margin: 1px 2px 10px 2px;
    padding: 8px 10px;
    border: none;
    box-shadow: 0px 1px 2px #8091A0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#side .widget-container { margin: 0; padding: 0 0 50px 0; border: none; }
#side .widget-container ul { width: 96%; margin: 0 auto; padding: 0; }
#side .widget-container li { margin: 0.5em 0.5em 0.5em 1.5em; padding: 0; font-size: 12px; line-height: 1.5em; }
#side .widget-container li ul.children { margin: 0; padding: 0; }

@media screen and (min-width: 641px) and (max-width: 1024px) {
    #side .widget-area ul li.widget_archive ul {
        z-index: 1;
        padding: 0 5px;
        display: inline-block;
    }
    #side .widget-area ul li.widget_archive ul li {
        list-style: none;
        display: block;
        width: 93px;
        font-size: 12px;
        line-height: 12px;
        margin: 2px;
        float: left;
    }
    #side .widget-area ul li.widget_archive ul li a {
        display: block;
        background-color: #eee;
        background-position: 8px 6px;
        color: #454545;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #ddd;
        padding: 6px 8px 5px 17px;
        position: relative;
        white-space: nowrap;
        text-decoration: none;
    }
    #side .widget-area ul li.widget_archive ul li a:hover {
        background-color: #CCE9F8;
        color: #454545;
        border: 1px solid #ddd;
    }
}

@media screen and (max-width: 640px) {
    #side .widget-area ul li.widget_archive ul {
        z-index: 1;
        padding: 0 5px;
        display: inline-block;
    }
    #side .widget-area ul li.widget_archive ul li {
        list-style: none;
        display: block;
        width: 93px;
        font-size: 12px;
        line-height: 12px;
        margin: 2px;
        float: left;
    }
    #side .widget-area ul li.widget_archive ul li a {
        display: block;
        background-color: #eee;
        background-position: 8px 6px;
        color: #454545;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #ddd;
        padding: 6px 8px 5px 17px;
        position: relative;
        white-space: nowrap;
        text-decoration: none;
    }
    #side .widget-area ul li.widget_archive ul li a:hover {
        background-color: #CCE9F8;
        color: #454545;
        border: 1px solid #ddd;
    }
}


/* メインエントリー */
/*** Blog info ***/

#mmcontents-wp div.blog_info{
    background-color: #fff;
    color: #069;
    font-size: 12px;
    line-height: 1.5em;
    padding: 8px 10px;
    margin: 1px 2px 20px 2px;
    box-shadow: 0px 1px 2px #8091A0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#mmcontents-wp div.blog_info ul { margin: 0 !important; padding: 0 !important; }
#mmcontents-wp div.blog_info li {
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
    list-style: none;
}
#mmcontents-wp div.blog_info li a{ text-decoration: none; }
#mmcontents-wp div.blog_info li a:hover { text-decoration: underline; }
#mmcontents-wp div.blog_info li.cal{ background: url(none) no-repeat 0px 0px; }
#mmcontents-wp div.blog_info li.cat{ background: url(none) no-repeat 0px 0px; }
#mmcontents-wp div.blog_info li.tag{ background: url(none) no-repeat 0px 0px; }



/*** Post Entry ***/
.title {

}
div.post: first-child .title { margin-top: 0px; }
.title a {
    text-decoration: none;
}
.title a:hover {
    text-decoration: underline;
}

.post {
    margin-left: none;
    margin-right: none;
    margin-bottom: 50px;
    padding: 0px;
    border: none ;
    color: #454545;
}

.post h2, .post h3, .post h4, .post h5, .post h6 { margin: 30px 0 10px; }
.post h2 { font-size: 140%; }
.post h3 { font-size: 120%; }
.post h4 { font-size: 110%; }
.post h5 { font-size: 100%; }

.post p { font-size: 12px; line-height: 1.75em; color: #666151; margin-bottom: 1em; }
.post em { font-style: italic; }
.post code { color: #4A892C; font-family: 'Courier New',Courier,monospace; }
.post img {
    border: none;
    padding: 0px;
    margin: 0px;
}
.post img.alignleft {
    border: none;
    padding: 0px;
    margin: 0 20px 20px 0;
    float: left;
}
.post img.alignright {
    border: none;
    padding: 0px;
    margin: 0 0 20px 20px;
    float: right;
}
.post img.aligncenter {
    border: none;
    padding: 0px;
    clear: both;
    display: block;
    margin: 0 auto 20px auto;
}
.post img.alignnone {
    border: none;
    padding: 0px;
    margin: 0 0 20px 0;
}
.post img.wp-smiley { border: none; padding: 0; background: none; margin: 0; }
.post img.attachment-post-thumbnail { float: left; margin:0 15px 0 0; }

.post blockquote {
    border-left: 5px solid #ddd;
    background: #eee;
    padding: 10px;
    margin: 20px 0;
    font-style: italic;
}
.post blockquote p{ margin: 0; }
.post div.wp-caption { margin: 20px 0; }
.post div.wp-caption img { margin: 0; }
.post div.wp-caption p { font-size: 85%; }
.post ul, .post ol { margin: 20px 0; }



/*** Comments ***/
h3#comments {
    font-size: 12px;
    padding: 10px 5px 10px 5px;
    clear: both;
    margin-top: 40px;
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
    border-bottom: none;
}

ol.commentlist { list-style: none; font-size: 12px; line-height: 18px; }
ol.commentlist p { font-size: 12px; line-height: 18px; }
ol.commentlist .children { font-size: 12px; line-height: 18px; }
ol.commentlist .fn { font-size: 12px; line-height: 18px; font-style: normal; }
ol.commentlist .says { font-size: 12px;  line-height: 18px; }

.commentlist{
    margin: 0px 0px 30px 0px;
}
.commentlist li {
    border-top: 1px solid #ddd;
    margin: 0px !important;
    padding: 15px 0 0 55px !important;
    position: relative;
    list-style: none !important;
}
.commentlist .avatar {
    background: #fff;
    border: 1px solid #ddd;
    left: 0;
    margin: 0 16px 0 0;
    padding: 3px;
    position: absolute;
    top: 15px;
}
.commentlist .comment-meta { margin-bottom: 10px; }
.commentlist .comment-meta a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}
.commentlist .comment-meta a:hover { color: #ccc; }
.commentlist .comment-body { padding: 0 0 15px 0; }
.commentlist p { margin-bottom: 15px !important; }
.commentlist ul { margin: 0px !important; }
.commentlist .reply a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 9px;
    background: #2989D8;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 0.25em;
}
.commentlist .reply a:hover {
    color: #fff;
    text-decoration: none;
    background: #C146A1;
    border-radius: 0.25em;
}



/*** Comment form ***/
#respond { margin-top:70px; }
#respond h3 {
    font-size: 12px;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
    padding:10px 5px 10px 5px;
    margin-bottom: 0px;
}
#respond .required { font-size: 80%; }

#commentform { margin-top: 20px; }
#commentform p { clear: both; }
#commentform label { margin: 10px 0px; font-size: 12px; }
*:first-child+html #commentform label { position: relative\9; top: -15px\9; } /* IE7 */
#commentform input[type="text"], #commentform textarea {
    margin: 0px;
    width: auto; /* additional */
}



/*** Form ***/
input[type="text"],textarea {
    background-color: #fff;
    padding: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    background: #2989D8;
    padding: 0 9px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    width: 100px;
    cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #C146A1;
    text-decoration: none;
}



/*** Calendar ***/
#wp-calendar { width: 98%; margin: 0 auto; }
#wp-calendar caption {
    color: #2A3E6B;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: center;
}
#wp-calendar thead { font-size: 12px; line-height: 12px; color: #2A3E6B; text-align: center; }
#wp-calendar tbody { color: #454545; }
#wp-calendar tbody td {
    font-size: 12px;
    line-height: 12px;
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
#wp-calendar tbody .pad { background: none; border: none; }
#wp-calendar tfoot { font-size: 12px; line-height: 12px; }
#wp-calendar tfoot #next { text-align: right; padding: 5px 5px 0px 5px; }
#wp-calendar tfoot #prev { text-align: left; padding: 5px 5px 0px 5px;  }



/* 検索窓 */
.search_unit { display: block; padding: 0; }
.search_unit p { font-size: 12px !important; margin: 50px 0px 5px 0px !important; }
#searchbody { padding: 0; }
#searchbody p { font-size: 12px !important; margin: 5px 0px 50px 0px !important; }
h2.search { font-size: 140% !important; line-height: 140% !important; font-weight: normal !important; margin: 0px !important; }
.search a { text-decoration: none !important; }
.search a:hover { text-decoration: underline !important; }
h2.result { font-size: 140% !important; line-height: 140% !important; font-weight: normal !important; margin: 0px 0px 50px 0px !important; }
.search_word { color: #069 !important; }
#s {
    width: 200px;
    height: 25px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
}
#searchsubmit {
    display: inline-block;
    margin-left: -33px;
    box-shadow: none;
    background-image: url(images/search_icon.png);
    background-repeat: no-repeat;
    width: 25px;
    border: none;
    text-indent: -60px;
    background-color: #FFFFFF;
    background-position: 0px 3px;
    cursor: pointer;
}
.screen-reader-text {
    display: none;
}


/* ページネーション */

.pagination {
    clear: both;
    padding: 0px;
    position: relative;
    font-size: 12px;
    line-height: 25px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 1px 1px 1px 1px;
    padding: 0px 9px 0px 9px;
    text-decoration: none;
    text-align: center;
    min-width: 7px;
    height: 25px;
    color: #fff;
    background-color: #2989D8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.pagination a:hover {
    background-color: #C146A1;
    color: #fff;
}

.pagination .current {
    background-color: #007bc4;
    color: #fff;
}

a.more-link {
    font-size: 12px;
    margin: 1em 0;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    background-color: #2989D8;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
}

a.more-link:hover {
    background-color: #C146A1;
    color: #fff;
    text-decoration: none;
}

div.nav-below { width: 210px; margin: 0px auto 20px auto; overflow: auto; text-align: center; }
.nav-previous a {
    font-size: 12px;
    margin: 0;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    background-color: #2989D8;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    float: left;
}
.nav-next a {
    font-size: 12px;
    margin: 0;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    background-color: #2989D8;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    float: right;
}

.nav-previous a:hover, .nav-next a:hover {
    background-color: #C146A1;
    color: #fff;
}



/* feed */

.feed-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.feed-wrap ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.feed-wrap ul li {
    list-style: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 0.5rem;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feed-wrap ul li a {
    color: #069;
    text-decoration: none;
}

.feed-wrap ul li a:hover {
    color: #09c;
    text-decoration: underline;
}



/* img container & object fit */

.img-container {
    position: relative;
    margin: 0;
}

.img-container::before {
    padding-top: 75%;
    display: block;
    content: "";
}

.img-container-square::before {
    padding-top: 100%;
    display: block;
    content: "";
}

.img-container-hd::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.img-container .container-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.img-container .container-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

#sec04body{
    font-size:14px;
}

.content_map{
        text-align: center;
    float: left;
    width: 36%;
    padding: 0 15px;
}
#sec04 .h3title2,
#sec03  .h3title2{
    color:#fff;
}
    #sec03 {
        width: 100%;
        height: auto;
        position:relative;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #sec03 .video-container{
          position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
    }
     #sec03 .video-container video {
            position: absolute;
            top: 0;
            left:0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            object-fit: cover;
        }