<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




/*body*/

body {
    padding: 60px 0 75px 0;
    font-size: 14px;
}

a:link,
a:visited {
    color: #f70 ;
    text-decoration: none ;
}
a:hover,
a:active {
    color: #000 ;
    text-decoration: none ;
}
a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
a[href^="tel:"]:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

h2,
h3,
p {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}




/*main*/

.inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.bg1 {
    position: relative;
    background: #143d66;
    width: 100%;
    padding: 60px 0;
    z-index: 3;
}
.bg1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(20, 61, 102, 0);
    border-top-color: #143d66;
    border-width: 30px;
    margin-left: -30px;
}
.bg2 {
    position: relative;
    background: #dde3eb;
    width: 100%;
    padding: 60px 0;
    z-index: 2;
}
.bg2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 227, 235, 0);
    border-top-color: #dde3eb;
    border-width: 30px;
    margin-left: -30px;
}
.bg3 {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 60px 0;
    z-index: 1;
}

.sub {
    font-size: 18px;
    color: #143d66;
}
.bg1 .sub {
    color: #fff;
}

.point {
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
}
.point strong {
    font-size: 36px;
    color: #e60;
}
.bg1 .point {
    color: #fff;
}
.bg1 .point strong {
    color: #fe3;
}

.subtitle {
    position: relative;
    display: inline-block;
    min-width: 200px;
    background: #143d66;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
}
.subtitle strong {
    color: #fe3;
}

.subbox {
    position: relative;
    background: #eee;
    border: 1px solid #ccd5e1;
}




/*header*/

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    z-index: 100;
}
header h1 {
    position: absolute;
    top: 10px;
    left: 0;
    width: 110px;
    margin: 0;
    padding: 0;
}
header h1 img {
    width: 100%;
    height: auto;
}
header ul {
    display: table !important;
    position: relative;
    float: right;
    width: 82% !important;
    height: 40px;
    margin: 10px 0 0 16%;
    padding: 0;
}
header ul li {
    position: relative;
    display: table-cell;
    height: 40px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #ccc;
}
@media screen and (max-width:900px) {
    header ul li {
        font-size: 10px;
    }
}
header ul li.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    margin-left: -6px;
}
header ul li a,
header ul li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 5px 0 5px;
}
header ul a:link,
header ul a:visited {
    color: #000 ;
    text-decoration: none ;
}
header ul a:hover,
header ul a:active {
    background: #eee;
    text-decoration: none ;
}
header ul li.active a {
    color: #fff ;
    cursor: default;
}
header ul li.active.menu1 a {
    background: #ee8800;
}
header ul li.active.menu1:after {
    border-color: rgba(238, 136, 0, 0);
    border-top-color: #e80;
}
header ul li.active.menu2 a,
header ul li.active.menu3 a {
    background: #265380;
}
header ul li.active.menu2:after,
header ul li.active.menu3:after {
    border-color: rgba(38, 83, 128, 0);
    border-top-color: #265380;
}
header ul li.active.menu4 a {
    background: #383;
}
header ul li.active.menu4:after {
    border-color: rgba(51, 136, 51, 0);
    border-top-color: #383;
}
header ul li.active.menu5 a {
    background: #aa3;
}
header ul li.active.menu5:after {
    border-color: rgba(170, 170, 51, 0);
    border-top-color: #aa3;
}
header ul li.menu6 a {
    background: #ffbb00;
    background: -moz-linear-gradient(top, #ffbb00 0%, #ff8800 100%);
    background: -webkit-linear-gradient(top, #ffbb00 0%,#ff8800 100%);
    background: linear-gradient(to bottom, #ffbb00 0%,#ff8800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#ff8800',GradientType=0 );
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    color: #fff;
}
header ul li.menu6 a:hover,
header ul li.menu6 a:active {
    color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
header #sp-menu{
    display: none;
}

.wc-webchat-ctn.wc-open {bottom: 70px !important; right: 80px !important;}


/*footer*/

footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fffcef;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 0;
    color: #333;
    border-top: 1px solid #ccc;
    z-index: 100;
}
footer .inner {
    position: relative;
    height: 75px;
    padding: 10px 0 0 0;
}
footer img {
    width: 100%;
    height: auto;
}
footer .contact {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    color: #265380;
    z-index: 1;
}
footer .copytxt {
    position: absolute;
    left: 43.5%;
    bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #000;
}
footer .copytxt span {
    color: #c00;
}
@media screen and (max-width:860px) {
    footer .copytxt {
        font-size: 12px;
    }
}
@media screen and (max-width:800px) {
    footer .copytxt {
        font-size: 11px;
    }
}
footer .clicktel {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 200px;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #333;
    white-space: nowrap;
    z-index: 1;
}
footer .clicktel a {
    display: inline-block;
    background: url(../img/free-d.png) left center no-repeat;
    background-size: contain ;
    margin: 4px 0 0 0;
    padding: 0 0 2px 1.9em;
    letter-spacing: -0.04em;
    font-size: 26px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    color: #000;
    white-space: nowrap;
}
footer ul {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: table;
    width: 43%;
    z-index: 1;
}
footer li {
    display: table-cell;
    width: 33.3%;
    padding: 0 1% 0 0;
    vertical-align: middle;
}
footer .gotop {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 10;
}




/*top*/

#main-top {
    position: relative;
    background: #fff url(../img/top-img.jpg) center top no-repeat;
    background-size: cover ;
    width: 100%;
    max-height: 640px;
    margin: 0;
    padding: 0;
}
#main-top &gt; div {
    position: relative;
    background: url(../img/top-mesh.png);
    width: 100%;
    max-height: 640px;
    margin: 0;
    overflow: hidden;
}
#main-top .inner {
    padding: 40px 0;
}
#main-top h2,
#main-top p {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}
#main-top .left {
    position: absolute;
    top: 0;
    right: 100%;
    background: rgba(38, 83, 128, 0.75);
    width: 200%;
    height: 640px;
}
#main-top .right {
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(38, 83, 128, 0.75);
    width: 200%;
    height: 640px;
}




/* trouble */

.trouble {
    display: table;
    width: 100%;
    max-width: 900px;
    margin: 30px auto 20px auto;
}
.trouble &gt; li {
    position: relative;
    display: table-cell;
    width: 33.33%;
}




/* operate */

.fast {
    position: relative;
    width: 42%;
    margin: -20px auto 40px auto;
}
.operate {
    display: table;
    width: 100%;
    max-width: 900px;
    margin: 60px auto 40px auto;
}
.operate li {
    display: table-cell;
    width: 33.33%;
}




/* cash */

.cash {
    display: table;
    position: relative;
    width: 100%;
}
.cash h3 {
    display: table-cell;
    width: 14%;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
}
.cash h3 br {
    display: none;
}
.cash h3.cash1 {
    background: url(../img/cash_01.png) center center no-repeat;
    background-size: contain ;
    padding: 0 20px;
}
.cash h3.cash2 {
    background: url(../img/cash_02.png) center center no-repeat;
    background-size: contain ;
    padding: 0 30px;
}
@media screen and (max-width:960px) {
    .cash h3.cash1 {
        padding: 0 20px;
        font-size: 20px;
    }
    .cash h3.cash2 {
        padding: 0 20px;
        font-size: 20px;
    }
}
.cash .txt {
    display: table-cell;
    width: 18%;
    padding: 0 15px 0 5px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #c30;
    text-align: center;
    vertical-align: middle;
}
.cash p strong {
    font-size: 64px;
    color: #c30;
}
.cash .sub {
    display: table-cell;
    width: 36%;
    padding: 0 0 0 20px;
    text-align: center;
}

.web-cash {
    margin: 80px 0 40px 0;
    padding: 40px 20px 20px 20px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: bold;
    color: #265380;
}
.web-cash h4 {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 300px;
    margin: 0 0 0 -150px;
}
.web-cash span {
    color: #c30;
}
.web-cash strong {
    font-size: 36px;
    color: #c30;
}

.cash-title {
    font-size: 18px;
    color: #000;
    text-align: left;
}
.cash-list {
    position: relative;
    background: #eee;
    width: 100%;
    border: 1px solid #99abc3;
    border-collapse: collapse;
}
.cash-list th {
    background: #265380;
    width: 25%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #99abc3;
}
.cash-list td {
    width: 25%;
    padding: 15px 20px;
    line-height: 1.6;
    vertical-align: middle;
    border: 1px solid #99abc3;
}
.cash-list td strong {
    font-size: 18px;
}
.cash-list .cl1 {
    background: #ccd5e1 url(../img/work_01.png) center center no-repeat;
    background-size: 76px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #265380;
    text-align: center;
}
.cash-list .cl2 {
    background: #ccd5e1 url(../img/work_02.png) center center no-repeat;
    background-size: 76px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #265380;
    text-align: center;
}
.cash-list .cl3 {
    background: #ccd5e1 url(../img/work_03.png) center center no-repeat;
    background-size: 76px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #265380;
    text-align: center;
}




/* service */

.service-title {
    position: relative;
    width: 100%;
    background: #143d66;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center;
}

.service {
    width: 100%;
    margin: 40px 0;
}
.service li {
    position: relative;
    float: left;
    background: #265380;
    width: 32%;
    margin: 0 2% 0 0;
    padding: 11px 10px 13px 120px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.service li:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(38, 83, 128, 0);
    border-top-color: #265380;
    border-width: 20px;
    margin-left: -20px;
}
.service li:last-child {
    width: 32%;
    margin: 0;
}
.service li img {
    position: absolute;
    top: 50%;
    left: 3%;
    margin: -50px 0 0 0;
}
.service li span {
    font-size: 16px;
}
.service li strong {
    color: #fe3;
}

.service-list {
    position: relative;
    margin: 40px 0 0 0;
    padding: 80px 40px 40px 40px;
}
.service-list strong {
    color: #e60;
}
.service-list .subtitle {
    position: absolute;
    top: 20px;
    left: -10px;
}
.service-list .list {
    position: relative;
    width: 100%;
}
.service-list .list dl {
    position: relative;
    float: left;
    width: 25%;
    padding: 25px;
    z-index: 1;
}
.service-list .list dl dt {
    position: relative;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.service-list .list dl dt:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: #265380;
    width: 50px;
    height: 2px;
    margin: 0 0 0 -25px;
}
.service-list .list dl .icon {
    position: relative;
    display: block;
    margin: 15px 0;
    text-align: center;
}
.service-list .list dl dd {
    position: relative;
    line-height: 1.6;
}

.service-list.list1 dl:nth-child(6) {
    background: #fff;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
}
.service-list.list1 dl:nth-child(6):after {
    position: absolute;
    top: 8%;
    right: 0;
    content: "";
    background: #dde3eb;
    width: 1px;
    height: 84%;
}
.service-list.list1 dl:nth-child(7) {
    background: #fff;
}
.service-list.list1 dl:nth-child(7):after {
    position: absolute;
    top: 8%;
    right: 0;
    content: "";
    background: #dde3eb;
    width: 1px;
    height: 84%;
}
.service-list.list1 dl:nth-child(8) {
    background: #fff;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
}
.service-list.list1 dl:nth-child(6) dt:after,
.service-list.list1 dl:nth-child(7) dt:after,
.service-list.list1 dl:nth-child(8) dt:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: #e60;
    width: 50px;
    height: 2px;
    margin: 0 0 0 -25px;
}
.service-list.list1 .call {
    position: absolute;
    top: -15px;
    left: -40px;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.service-list.list1 .call img {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}

.list2-3 {
    width: 100%;
    margin: 20px 0;
}
.service-list.list2,
.service-list.list3 {
    width: 49%;
    margin: 0;
    padding: 85px 35px 15px 35px;
}
.service-list.list2 {
    float: left;
}
.service-list.list3 {
    float: right;
}
.service-list.list2 .list dl,
.service-list.list3 .list dl {
    width: 50%;
    padding: 20px;
}

.service-set {
    display: table;
    width: 100%;
    max-width: 880px;
    margin: 20px auto 80px auto;
}
.service-set li {
    display: table-cell;
    width: 25%;
    padding: 55px 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 1px 1px 0 #000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.service-set li:nth-child(1) {
    background: url(../img/service-set_01.png) center center no-repeat;
    background-size: contain ;
}
.service-set li:nth-child(2) {
    background: url(../img/service-set_02.png) center center no-repeat;
    background-size: contain ;
}
.service-set li:nth-child(3) {
    background: url(../img/service-set_03.png) center center no-repeat;
    background-size: contain ;
}
.service-set li:nth-child(4) {
    background: url(../img/service-set_04.png) center center no-repeat;
    background-size: contain ;
}
.service-set li strong {
    color: #ffee33;
}

.service-img {
    margin: 40px auto;
}




/* trouble2 */

.trouble2 {
    margin-top: 30px;
}
.trouble2 .point {
    margin: 30px 0;
}
.trouble2 .sub {
    margin: 20px 0 0 0;
}




/* manage */

.bg2.manage {
    position: relative;
    z-index: 3;
}
.bg2.manage:after {
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(20, 61, 102, 0);
    border-top-color: #143d66;
    border-width: 30px;
    margin-left: -30px;
}
.manage-title {
    position: relative;
    margin: -80px 0 60px 0;
    z-index: 100;
}
.manage-list {
    width: 100%;
    margin: 0 0 40px 0;
}
.manage-list &gt; div {
    position: relative;
    background: #fff;
    width: 49%;
    padding: 45px 25px 25px 25px;
    border: 1px solid #ccd5e1;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
.manage-list &gt; div:nth-child(1) {
    float: left;
    background: #fff url(../img/manage_01.png) right bottom no-repeat;
    background-size: 45%;
    padding: 45px 25px 90px 25px;
}
.manage-list &gt; div:nth-child(2) {
    float: right;
    background: #fff url(../img/manage_02.png) right bottom no-repeat;
    background-size: 45%;
}
.manage-list h3 {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 200px;
    margin: 0 0 0 -100px;
}
.manage-list ul {
    border-top: 1px solid rgba(38, 83, 128, 0.2);
}
.manage-list li {
    background: url(../img/check.png) 5px center no-repeat;
    background-size: 20px ;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(38, 83, 128, 0.2);
    color: #000;
}
.manage-list .pmark {
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 100px;
    height: 100px;
    margin: 0 0 0 -50px;
}




/* case */

.bg3.case {
    margin: 0;
    padding: 60px 0 0 0;
}
.case h2 {
    margin: 0 0 40px 0;
}
.case-data {
    position: relative;
    display: table;
    background: #eee;
    width: 100%;
    margin: 20px 0 0 0;
    border: 1px solid #ccd5e1;
}
.case-data .case-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #265380;
    width: 100px;
    height: 100px;
    padding: 36px 0 0 0;
    border: 3px solid #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    white-space: normal;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow:1px 1px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 0px 0px rgba(0,0,0,0.5);
    z-index: 100;
}
.case-data .title {
    display: table-cell;
    background: #dde3eb;
    width: 33%;
    padding: 30px 40px;
    vertical-align: middle;
    text-align: center;
}
.case-data .title img {
    width: 100px;
    height: 100px;
}
.case-data .title h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #265380;
    text-align: center;
}
.case-data .title dl {
    margin: 20px 0 0 0;
}
.case-data .title dt {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: center;
}
.case-data .title dt:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: #265380;
    width: 100px;
    height: 2px;
    margin: 0 0 0 -50px;
}
.case-data .title dd {
    text-align: justify ;
    text-justify: inter-ideograph ;
}
.case-data .read {
    display: table-cell;
    background: #eee;
    width: 67%;
    padding: 30px 40px;
    vertical-align: middle;
    text-align: left;
}
.case-data .read h4 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #265380;
}
.case-data .read h4:after {
    left: -40px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 227, 235, 0);
    border-left-color: #dde3eb;
    border-width: 15px;
    margin-top: -15px;
}
.case-data .read h4:first-child {
    margin: 0;
}
.case-data .read p {
    margin: 15px 0 0 0;
    text-align: justify ;
    text-justify: inter-ideograph ;
}
.case-data .read dt {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}
.case-data .read dd {
    margin: 5px 0 0 0;
    padding: 0 0 0 1em;
    text-align: justify ;
    text-justify: inter-ideograph ;
}




/* flow */

.bg3.flow {
    margin: 0;
    padding: 60px 0 0 0;
}
.flowt {
    margin: 30px 0;
}




/* company */

.bg3.company {
}
.company h2 {
    margin: 40px 0 20px 0;
}
.company p {
    float: left;
    width: 16.6%;
    margin: 0 0 30px 0;
    padding: 0 15px;
    text-align: center;
}
.company p:nth-child(6n+3) {
    clear: both;
    float: left;
}
.company p img {
    width: 100%;
}
.company .caution {
    clear: both;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}




/* area-map */

.bg2.area-map {
    margin: 40px 0 0 0;
    padding: 60px 0 100px 0;
}
.bg2.area-map:after {
    top: 0;
    left: 0;
    border: none;
    border-width: 0;
    margin-left: 0;
}
.area-map h2 {
    margin: 0 0 40px 0;
}
.area-map .map {
    position: relative;
    float: right;
    width: 68%;
    background: url(../img/map.png) right center no-repeat;
    background-size: contain;
    padding: 40px 0 0 40px;
    text-align: left;
    z-index: 1;
}
.area-map .area {
    position: relative;
    float: left;
    width: 30%;
    z-index: 1;
}
.area-map .area dt {
    position: relative;
    margin: 0 0 6px 0;
    padding: 0 0 0 26px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}
.area-map .area dt:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background: #666;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.area-map .area dt:nth-child(1):before {
    background: #39e;
}
.area-map .area dt:nth-child(3):before {
    background: #3cc;
}
.area-map .area dt:nth-child(5):before {
    background: #393;
}
.area-map .area dt:nth-child(7):before {
    background: #8c3;
}
.area-map .area dt:nth-child(9):before {
    background: #cc3;
}
.area-map .area dt:nth-child(11):before {
    background: #e80;
}
.area-map .area dt:nth-child(13):before {
    background: #e66;
}
.area-map .area dt:nth-child(15):before {
    background: #c6d;
}
.area-map .area dd {
    margin: 0 0 15px 0;
    padding: 0 0 0 26px;
    line-height: 1.6;
    color: #666;
}
.area-map .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    z-index: 2;
}
</pre></body></html>