* {
  box-sizing: border-box; }

@font-face {
  font-family: "FuturaRoundBold";
  src: url("../fonts/FuturaRoundBold.eot");
  src: url("../fonts/FuturaRoundBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRoundBold.woff") format("woff"), url("../fonts/FuturaRoundBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

body {
  margin: 0;
  width: 100%;
  background: #fff;
  font-family: Arial;
  font-size: 16px;
  line-height: inherit;
  color: #000; }

.b1c {
  -webkit-appearance: none;
  color: #fff;
  padding: 8px 15px;
  font: normal 20px "Trebuchet MS", sans-serif;
  text-shadow: 0 1px 0 #000;
  font-weight: 700;
  border-radius: 6px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  background: #ff6600;
  border: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff6600), color-stop(1, #ff9000));
  box-shadow: 0 1px 1px #999; }

.ttl {
  font-family: 'FuturaRoundBold';
  font-size: 30px; }

.fw700 {
  font-weight: 700; }

.clr {
  clear: both; }

.hdr {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDB; }
  .hdr .box {
    width: 990px;
    margin: 0 auto; }
  .hdr .lft {
    float: left;
    width: 300px;
    margin-top: 35px; }
    .hdr .lft h1 {
      position: relative;
      margin: 0;
      padding: 0;
      font-family: 'FuturaRoundBold';
      font-size: 30px;
      /*span{position: relative;padding-left: 40px;}*/ }
    .hdr .lft span {
      /*content: '';*/
      display: inline-block;
      position: relative;
      top: 10px;
      width: 42px;
      height: 40px;
      background-image: url(../image/1.png);
      background-size: cover;
      background-position: 0;
      background-repeat: no-repeat; }
    .hdr .lft .desc {
      margin-top: 10px;
      font-size: 17px;
      font-weight: 700; }
  .hdr .cntr {
    display: block;
    float: left;
    width: 400px; }
  .hdr .rht {
    float: right;
    width: 290px; }
    .hdr .rht .b1c {
      width: 260px;
      margin: 50px auto 10px; }
    .hdr .rht .tel {
      padding: 0 0 5px;
      font-size: 21px;
      font-weight: 700; }
      .hdr .rht .tel a {
        color: #0099ff;
        text-decoration: none; }

.offer {
  width: 1260px;
  position: relative;
  margin: 30px auto 0;
  padding: 120px 50px;
  overflow: hidden;
  background-image: url(../image/3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  text-align: center;
  color: #fff; }
  .offer * {
    z-index: 2;
    position: relative; }
  .offer .ttl {
    margin-bottom: 40px; }
    .offer .ttl span {
      color: #ccc; }
  .offer .cto {
    width: 200px; }
  .offer .esli {
    padding: 50px 0 10px;
    font-style: italic; }
    .offer .esli span {
      font-weight: 700; }

.offer:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.40);
  z-index: 1; }

.zap {
  width: 1260px;
  margin: 15px auto 0;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #ccc; }
  .zap .ttl {
    padding: 40px 0; }
    .zap .ttl span {
      color: #FF6600; }
  .zap .itms {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .zap .itms .itm {
      width: 31%;
      /*height: 440px;
			display: inline-block;
			display: inline-grid;*/
      margin: 1%;
      padding: 10px;
      border: 1px solid #ccc; }
      .zap .itms .itm p {
        margin: 0;
        padding: 0 0 3px;
        font-size: 14px; }
      .zap .itms .itm .bold {
        font-family: 'FuturaRoundBold';
        font-size: 18px; }
      .zap .itms .itm .blue {
	color: #00CCCC;
	text-align: right;
}
      .zap .itms .itm .green {
        color: #00FF00; }
      .zap .itms .itm img {
        display: block;
        width: 100%;
        margin: 10px 0;
        height: auto;
         }
  .zap .emo {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    background-image: url(../image/3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    text-align: center; }
    .zap .emo * {
      z-index: 2;
      position: relative; }
  .zap .emo:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1; }
  .zap .copy {
    padding: 30px 0;
    text-align: center;
    font-size: 14px; }
    .zap .copy .fz17 {
      font-size: 17px; }
    .zap .copy .orange {
      color: #FF6600; }

.ftr {
  overflow: hidden;
  padding: 20px 0;
  background: #2f2f2f;
  color: #fff; }
  .ftr .prpl {
    color: #63498c; }
  .ftr .grey {
    color: #999; }
  .ftr p {
    margin: 0;
    padding: 0 0 3px; }
  .ftr .box {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden; }
  .ftr .lft {
    float: left;
    width: 450px;
    padding-left: 50px; }
    .ftr .lft h1 {
      margin: 0;
      padding: 0;
      font-family: 'FuturaRoundBold';
      font-size: 30px;
      color: #63498c;
      /*span{position: relative;padding-left: 40px;}
			span:after{
				content: '';
				display: block;
				position: absolute;
				top: 0;left: -6px;
				width: 42px;height: 40px;
				background-image: url(../image/1.png);
				background-size: cover;
				background-position: 0;
				background-repeat: no-repeat;
			}*/ }
      .ftr .lft h1 span {
        display: inline-block;
        position: relative;
        top: 10px;
        width: 42px;
        height: 40px;
        background-image: url(../image/1.png);
        background-size: cover;
        background-position: 0;
        background-repeat: no-repeat; }
    .ftr .lft .desc {
      margin: 10px 0 5px;
      font-size: 17px;
      font-weight: 700; }
    .ftr .lft .adr {
      font-size: 14px;
      color: #ccc; }
  .ftr .cntr {
    width: 270px;
    float: left;
    font-size: 13px; }
    .ftr .cntr .red {
      color: red; }
    .ftr .cntr .orange {
      color: #FF6600; }
    .ftr .cntr .prpl {
      padding-bottom: 10px; }
  .ftr .rht {
    width: 400px;
    float: right;
    text-align: left;
    font-size: 14px; }
    .ftr .rht center {text-align: left;
      border-bottom: 1px solid #4a4a4a;
      margin: 0 0 10px;
      padding: 0 0 5px; }
    .ftr .rht a {
      text-decoration: none;
      font-size: 16px;
      color: #fff;
      font-weight: 700; }

.v1 .lft {
  width: 65%; }

.ftr .v1r {
  float: right;
  width: 33%; }

.ftr.v1 .cntr {
  width: 100%;
  margin-top: 20px; }

.b1c-bg {
  display: none;
  z-index: 2000;
  opacity: 0.9 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #333; }

.b1c-submit {
  display: block;
  margin: 0 auto; }

.b1c-opct:hover {
  opacity: .8; }

#b1c-request {
  margin: 15px 0 0; }

div.b1c-close {
  float: right;
  padding: 12px 10px;
  background: #4F709B;
  overflow: hidden; }

img.b1c-close {
  background: url(close.png) no-repeat;
  text-decoration: none;
  width: 13px;
  height: 13px;
  margin: 1px 5px 0;
  cursor: pointer;
  box-shadow: 0 1px 0 #1a457d;
  float: right;
  cursor: pointer; }

.b1c-submit-area {
  border-top: 1px solid #dedede;
  background: #eee;
  padding: 10px 0 0;
  position: relative; }

.b1c-form {
  display: none;
  text-align: left;
  height: auto;
  position: absolute;
  margin: 0 auto;
  background: #fff;
  width: 350px;
  z-index: 2000;
  border-radius: 30px; }

.b1c-tl {
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  background: #466996;
  color: #fff;
  text-shadow: 0 -1px 0 #1B457D;
  font-size: 13px !important;
  font-family: arial;
  margin: 0; }

.b1c-title-name {
  padding: 12px 0 10px 3%;
  display: block; }

.b1c-checkbox {
  margin: 4px 10px 10px; }

.b1c-caption {
  font-family: arial;
  margin: 4px 10px 0; }

.b1c-description {
  font-family: arial;
  margin: 8px 10px 10px; }

.b1c-form select {
  background: #fff;
  padding: 4px 3px 3px 9px;
  margin: 5px 10px 10px;
  font-size: 12px;
  font-family: arial;
  border: 1px solid #ccd1da;
  border-radius: 3px;
  outline-style: none;
  width: 329px !important;
  height: 35px; }

.b1c-txt {
  background: #F3F0EB;
  border: 1px solid #ccd1da;
  border-radius: 2px;
  width: 100%;
  color: #4b5362;
  font-size: 13px;
  font-family: arial;
  padding: 5px 2px !important;
  margin: 2px 10px 5px;
  resize: none; }

.b1c-txt.b1c-txt-err {
  border: 1px solid #ffadad !important;
  background: #ffebeb !important; }

.b1c-cr {
  margin: 0;
  position: absolute;
  right: 0;
  font-size: 0 !important;
  font-family: arial; }

.b1c-cr, .b1c-cr * {
  font-size: 0 !important;
  font-family: arial;
  color: #eee !important; }

.b1c-result {
  padding: 5px 10px; }

.b1c-result div {
  text-align: center;
  font-weight: 700;
  font-family: arial;
  padding: 8px 10px;
  margin: 5px 0;
  border-top: 1px solid #ccc;
  color: #555; }

.b1c-result .b1c-ok {
  border: 1px solid #070;
  border-radius: 5px;
  color: #000;
  background: #0F0; }

.b1c-result .b1c-err {
  border-top: 1px solid #ffadad;
  color: #8b0000;
  background: #ffebeb; }

.b1c-result .b1c-send {
  background: #efefef url(loading.gif) 10px no-repeat; }

.b1c-submit, .b1c {
  -webkit-appearance: none !important;
  color: #fff !important;
  padding: 8px 15px !important;
  font: normal 20px "Trebuchet MS", sans-serif !important;
  text-shadow: 0 1px 0 #000 !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  -webkit-border-radius: 8px !important;
  cursor: pointer !important;
  background: #f60 !important;
  border: 0 !important;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f60), color-stop(1, #ff9000)) !important;
  box-shadow: 0 1px 1px #999 !important; }

@media (max-width: 1260px) {
  .offer, .zap, .ftr .box {
    width: 90%; }
  .ftr .box .lft {
    
    padding-left: 0; }
  .ftr .box .cntr { }
  .ftr .box .rht {
    width: 320px;text-align: left} }

@media (max-width: 990px) {
  .hdr .box {
    width: 90%; }
  .hdr .lft, .hdr .rht, .ftr .box .lft, .ftr .box .cntr, .ftr .box .rht {
    width: 100%;
    float: none;
    text-align: center; }
  .hdr .cntr {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  .hdr .rht .b1c {
    margin-top: 0; }
  .offer {
    padding: 50px; }
  .zap .itms .itm {
    width: 47%;
    height: auto; }
  .zap .clr {
    display: none; }
  .ftr .box .cntr {
    padding: 30px 0; } }

@media (max-width: 720px) {
  .offer .ttl {
    margin-bottom: 20px; }
  .offer .esli {
    padding: 20px 0; }
  .zap .itms .itm {
    width: 100%;
    display: block;
    margin: 20px 0; }
  .zap .emo .b1c {
    width: 90%; }
  .v1 .lft {
    width: 100%; }
  .ftr .v1r {text-align: left
    float: none;
    width: 100%; } }

.b2c {
    -webkit-appearance: none !important;
    color: #fff !important;
    padding: 8px 15px !important;
    font: normal 20px "Trebuchet MS", sans-serif !important;
    text-shadow: 0 1px 0 #000 !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    -webkit-border-radius: 8px !important;
    cursor: pointer !important;
    background: #f60 !important;
    border: 0 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f60), color-stop(1, #ff9000)) !important;
    box-shadow: 0 1px 1px #999 !important; 
	
} @media (max-width:327px) {.b2c {font-size:12px !important;}} @media (min-width:327px) and (max-width:557px) {.b2c {font-size:13px !important;}}
@media (min-width:557px) {.b2c {font-size:24px !important;}}
 @media (max-width:427px) {.zap .itms .itm img {
width: 255px !important;
height: auto !important;}

	 .ftr .rht center {text-align: center;}}

@media (min-width:427px) and (max-width:757px) {.zap .itms .itm img {
width: 355px !important;
height: auto !important;} 
 .ftr .rht center {text-align: center;}} 

@media (min-width:984px) and (max-width:1148px) {.blue {
font-size:10px !important;} 
 .ftr .rht center {text-align: center;}}

@media (min-width:757px) {.zap .itms .itm img {
    display: block;
    margin: 10px 0;
    height: auto;
    max-height: 250px;
} } 


@media (min-width:1024px) {.zap .itms .itm img {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: auto;
    max-height: 250px;
} }
