@charset "utf-8"; 



/********************[ setting ]********************/

body {
	line-height: 1.4;
	color: #000;
    font-family: georgia,"times new roman",times,serif;
    font-size: 18px;
	background-color: #fff;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.body {
	width: 100%;
	min-width: 980px !important;
}

.content {
	margin: 0px auto;
	width: 100%;
	max-width: 980px !important;
}

.left-div {
    display: block;
    float: left;
}

.right-div {
    display: block;
    float: right;
}

.center-block {
    margin: 0 auto;
}

.center-inline {
    text-align: center;
}

.clear {
  clear: both;
  height: 0px;
}

/********************[ margin ]********************/

.mg-t10	{margin-top: 10px !important;}
.mg-t20	{margin-top: 20px !important;}
.mg-t30 {margin-top: 30px !important;}
.mg-t40 {margin-top: 40px !important;}
.mg-t50 {margin-top: 50px !important;}
.mg-t55 {margin-top: 55px !important;}

.mg-l5  {margin-left: 5px !important;}
.mg-l10  {margin-left: 10px !important;}

.mg-b10	{margin-bottom: 10px !important;}
.mg-b20	{margin-bottom: 20px !important;}
.mg-b30 {margin-bottom: 30px !important;}
.mg-b40 {margin-bottom: 40px !important;}
.mg-b50	{margin-bottom: 50px !important;}

/********************[ font ]********************/

.txt-s16 {font-size: 16px !important;}
.txt-s20 {font-size: 20px !important;}
.txt-s28 {font-size: 28px !important;}
.txt-s42 {font-size: 42px !important;}

.txt-bold {font-weight: bold !important;}
.txt-center {text-align: center;}

.font-Quando {
    font-family: 'Quando', georgia,"times new roman",times,serif;
}

/********************[ style ]********************/

.bg-blue {
    background-color: #334677;
    color: #fff;
}

.style-glow {
    -webkit-box-shadow: 0 0 5px 0 #dbdada;
    -moz-box-shadow: 0 0 5px 0 #dbdada;
    box-shadow: 0 0 5px 0 #dbdada;
}

.style-glow_w {
    -webkit-box-shadow: 0 0 8px 0 #fff;
    -moz-box-shadow: 0 0 8px 0 #fff;
    box-shadow: 0px 0px 4px 4px #fff;
}

.h2-main {
    text-align: center;
    font-size: 52px;
    line-height: 50px;
    margin-bottom: 30px;
}

/********************[ table ]********************/

.table {
	display: table;
}

.tr {
    display: table-row;
}

.th {
    display: table-cell;
}

.td {
	display: table-cell;
}

/********************[ button ]********************/

div.div_contact_web_btn a img {
    display: block;
    max-width: 353px;
    height: auto;
}

div.div_contact_web_btn a img:hover {
    opacity: 1;
    -webkit-animation: flash 2s;
    animation: flash 2s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

div.btn-middle a img, 
div.btn-big a img {
    display: block;
    max-width: 933px;
    height: auto;
    margin: 0 auto;
}

div.btn-big {
    margin: 50px 0;
}

div.btn-big p {
    font-size: 24px;
}

div.btn-big:hover {
    opacity: 1;
    -webkit-animation: flash 2s;
    animation: flash 2s;
}

div.btn-middle {
    margin-top: 30px;
}

div.btn-middle:hover {
    opacity: 1;
    -webkit-animation: flash 2s;
    animation: flash 2s;
}


#header_btn, 
.btn_plain_b {
    display: block;
    width: 380px;
    margin: 20px auto 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    vertical-align: middle;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 25px;
    background-position: 92% center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#header_btn {
    border: 2px solid #fff;
    margin-bottom: 30px;
}

.btn_plain_b {
    background-color: #000;
}

#header_btn:hover {
    background-image: none;
    background-color: rgba(255,255,255,0.2);
}

.btn_plain_b:hover {
    background-image: none;
}

/********************[ arrow ]********************/

.arrow-p {
    font-size: 24px;
    padding: 30px 0;
}

.arrow-p p {
    font-size: 24px;
}

.arrow {
    display: block;
    width: 100%;
    height: auto;
}

/********************[ header ]********************/

header {
	color: #FFFFFF;
    background-image: url("../img/top_back.jpg");
    background-size: 100% auto;
    background-position: center 70%;
    background-color: #000;
    min-height:480px; 
    text-align: center;
}

div#header-3img {
    padding-bottom: 20px;
}

div#header-3img img {
    max-width: 307px;
    height: auto;
}

header div.content {
    padding: 20px;
}

#header_logo  {
    position: absolute;
    top: 0;
    left: 10%;
    width: 90px;
    height: 90px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 70px 71px;
    background-position: center center;
    background-color: rgba(255,255,255,0.4);
    padding: 10px 0 0 10px;
    border-bottom: 4px solid rgba(51,70,119,0.6);
}

h1 {
    padding-top: 104px;
}

/********************[ contact ]********************/

#contact {
    background-color: #e4e1e0;
    padding: 30px 0;
}

#contact h2 img {
    max-width: 683px;
    height: auto;
    display: block;
    margin: 0 auto;
}

div.div_contact_web {
    background-color: #fff;
    padding: 30px 20px;
}

div.div_contact_web_txt {
    position: relative;
    display: inline-block;
    padding: 30px;
    width: calc(100% - 373px);
    height: 202px;
    color: #fff;
    background-color: #000;
    z-index: 0;
    float: left;
}

div.div_contact_web_txt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000;
}

div.div_contact_web_btn {
    width: 353px;
    float: right;
}

div.div_contact_tel {
    background-color: #b5b5b5;
    padding: 10px 0;
}

div.div_contact_tel div {
    color: #334677;
    text-align: center;
    background-image: url(../img/icon_call.png);
    background-repeat: no-repeat;
    background-size: 115px 115px;
    background-position: left center;
    width: 60%;
    height: 115px;
    padding-left: 125px;
    margin: 0 auto;
}

div.div_contact_tel div span {
    font-size: 42px;
    font-weight: bold;

    filter:dropshadow(color=#fff,offX= 0,offY=-1)
    dropshadow(color=#fff,offX= 1,offY= 0)
    dropshadow(color=#fff,offX= 0,offY= 1)
    dropshadow(color=#fff,offX=-1,offY= 0);
     
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
     
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
                 #fff 1px -1px 0px, #fff -1px -1px 0px;
}

/********************[ trouble ]********************/

#trouble {
    text-align: center;
}

.h2-trouble {
    color: #d54446;
    text-align: center;
    margin: 30px 0;
    font-size: 42px;
}

div#trouble_txt {
    background-color: #e4e1e0;
    color: #334677;
    font-size: 26px;
    font-weight: bold;
}

.img-trouble {
    width: 100%;
}

.img-trouble img {
    display: block;
    max-width: 942px;
    height: auto;
    margin: 0 auto;
}

.img-trouble-footer {
    background-color: #e4e1e0;
}

/********************[ reason ]********************/

#reason {
    background-color: #e4e1e0;
    padding: 0 0 30px;
    margin-top: 30px;
}

#reason-header {
    background-color: #fff;
}

#reason-img a img {
    max-width: 452px;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#reason-img a img:hover {
    opacity: 0.8;
}

h3.h3-reason .h3_reason_common {
    font-size: 24px;
    vertical-align: bottom;
    line-height: 0.7;
}

h3.h3-reason hr {
    border: 1px #000 solid;
    margin: 0;
}

h3.h3-reason .h3_reason_num {
    max-width: 60px;
    float: left;
}

h3.h3-reason .h3_reason_txt {
    float: left;
    line-height: 60px;
    font-size: 28px;
    padding-left: 10px;
}

.reason1-sub h4 {
    font-size: 26px;
    margin-bottom: 5px;
}

.reason1-sub h4 p span {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #000;
    border-radius: 50% 50%;
    margin-right: 8px;
}

.reason1-sub h4 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

.reason1-sub h5 {
    position: relative;
    text-align: center;
    color: #334677;
    background-color: #fff;
    margin: 20px auto;
    line-height: 40px;
    font-size: 16px;
    width: calc(100% - 40px);
    z-index: 1;
}

.reason1-sub h5::before, 
.reason1-sub h5::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    top: 0;
}

.reason1-sub h5::before{
    left: -20px;
}

.reason1-sub h5::after{
    right: -20px;
}

.reason-tips {
    background-color: #fff;
    background-image: url(../img/bg_grid.png);
    background-repeat: repeat;
    background-size: 9px 9px;
    padding: 20px;
}

.reason-tips h4 {
    background-color: #e4e1e0;
    border-top: 1px solid #535353;
    text-align: center;
    color: #334677;
    line-height: 40px;
    font-size: 22px;
}

.reason-tips img {
    width: 100%;
    height: auto;
}

#reason1-tips p {
    font-size: 16px;
    margin: 20px 0;
}

#staff h3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    z-index: 0;
    margin-top: 30px;
}

#staff h3:after {
    content: "";
    position: absolute;
    bottom: -15px; left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #000 transparent transparent transparent;
}

#staff-photo {
    background-image: url(../img/bg_staff.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
    min-height: 385px;
}

/********************[ voice ]********************/

#voice {
    padding: 30px 0;
}

#voice .table {
    width: 980px;
}

#voice .td {
    vertical-align: middle;
}

.voice-txt {
    padding: 20px;
    /*width: 668px;*/
}

.voice-arrow {
 width: 35px;
}

.voice-arrow img {
    margin: 0 10px;
    max-width: 15px;
    height: auto;
}

.voice-img img {
    max-width: 276px;
    height: auto;
}

/********************[ faq ]********************/

#faq {
    background-color: #e4e1e0;
    padding: 30px 0;
}

.faq-q {
    position: relative;
    background-color: #334677;
    color: #fff;
    min-height: 30px;
    line-height: 30px;
    margin: 10px 0;
    padding-left: 70px;
}

.faq-q span {
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: #000;
    width: 40px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

/********************[ website ]********************/

#website {
    min-width: 980px;
    min-height: 560px;
    margin-top: 50px;
    background-image: url(../img/papera_site.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.website-txt {
    width: 50%;
    padding-right: 20px;
}

.website-txt h2 {
    padding: 10px 10px 10px 0;
    background-color: rgba(255,255,255,0.6);
}

.website-txt p {
    padding: 10px 10px 10px 0;
    background-color: rgba(255,255,255,0.8);
    line-height: 2;
}

/********************[ topback ]********************/

.icon-fixed a {
    display: block;
    width: 45px;
    height: 180px;
    font-size: 0;
    background-size: 45px 180px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: fixed;
    z-index: 999;
}

.fixed_car {
    background-image: url(../img/fixed_car.png);
    right: 0;
    bottom: 220px;
}

.fixed_top {
    background-image: url(../img/fixed_top.png);
    right: 0;
    bottom: 30px;
}

.fixed_car:hover {
    background-image: url(../img/fixed_car_h.png);
}

.fixed_top:hover {
    background-image: url(../img/fixed_top_h.png);
}

@media only screen and (max-device-width: 680px) {
    .icon-fixed a {
        display: inline-block;
        width: 140px;
        height: 140px;
        background-size: 140px 140px;
    }

    .fixed_car {
        background-image: url(../img/fixed_car_m.png);
        bottom: -14px;
        right: 160px;
    }

    .fixed_top {
        background-image: url(../img/fixed_top_m.png);
        bottom: -14px;
        right: 10px;
    }

    .fixed_car:hover {
        background-image: url(../img/fixed_car_m.png);
        bottom: 0px;
    }

    .fixed_top:hover {
        background-image: url(../img/fixed_top_m.png);
        bottom: 0px;
    }
}

/********************[ footer ]********************/

footer {
    background-color: #334677;
    width: 100%;
    min-width: 980px;
    font-size: 16px;
    text-align: center;
}

#footer-contact {
    width: 100%;
    background-color: #e4e1e0;
    color: #535353;
    text-align: center;
}

#footer-contact .table {
    padding: 5px 0;
}

#footer-contact .td {
    width: 33%;
}

.footer-contact-tel span {
    display: inline-block;
    width: 29px;
    height: 42px;
    background-image: url(../img/icon_phone.png);
    background-size: 29px 42px;
    background-repeat: no-repeat;
}

.footer-contact-fax span {
    display: inline-block;
    width: 44px;
    height: 42px;
    background-size: 44px 42px;
    background-image: url(../img/icon_fax.png);
    background-repeat: no-repeat;
}

.footer-contact-add span {
    display: inline-block;
    width: 50px;
    height: 42px;
    background-size: 50px 42px;
    background-image: url(../img/icon_add.png);
    background-repeat: no-repeat;
}

footer small {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}