@charset "UTF-8";
header .breadcrumb {
  display: none;
}
/* -------------------------------------
contactus
------------------------------------- */
#contactus form {
  margin-bottom: 40px;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

input,
textarea {
  font-size: 1.4em;
  line-height: 1.4;
  width: 100%;
  /*height:40px;*/
  display: block;
  /*padding:10px 10px;*/
  margin: 0;
  border: none;
  background-color: #e6e6e6;
  box-sizing: border-box;
}

input[type="text"]:focus,
textarea:focus {
  background-color: #b3c7df;
  /*color:#fff;*/
  transition-property: background-color;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  /*box-shadow: 0 0 0px 3px rgba(105,188,130,0.8) inset;*/
  outline: 0;
}
select {
  margin: 12px;
}
textarea {
  height: 360px;
}
#contactus p.maincap {
  margin-bottom: 40px;
}
#contactus p.maincap a {
  color: #1d5aa4;
  text-decoration: underline;
}
#contactus div.flt-l {
  width: 38%;
}
#contactus div.flt-r {
  width: 56.7%;
}
#contactus .line {
  margin-bottom: 15px;
}

#contactus .line label,
#contactus .line .item {
  box-sizing: border-box;
}
#contactus .line label {
  font-size: 1.4em;
  color: #666666;
  line-height: 1.4;
  width: 138px;
  float: left;
  display: block;
  padding: 12px 12px 12px 0;
}
span.req {
  font-size: 0.8em;
  color: #c1272d;
  padding-left: 5px;
}
.maincap span.req {
  padding-left: 0;
}
#contactus .line .item {
  margin-left: 138px;
  background-color: #e6e6e6;
  border-radius: 4px;
}
#contactus .line .item input,
#contactus .line .item textarea {
  padding: 11px;
  border-radius: 4px;
}
#contactus div.flt-r.line label {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 10px;
}
#contactus div.flt-r.line .item {
  margin-left: 0;
}

#contactus .line .require {
  color: #c1272d;
  padding-left: 5px;
}
#contactus #submitarea {
  text-align: right;
}
#contactus #reset {
  width: auto;
  color: #666666;
  display: inline-block;
  margin-right: 15px;
  background: none;
}
#contactus .ctg_detail {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  width: 220px;
  height: auto;
  display: inline-block;
  padding: 8px 0;
  margin: 0 auto;
  background: #1d5aa4 url(../imgs/common/icon1.png) no-repeat 93% center;
  background-size: auto 65%;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#contactus .ctg_detail:hover {
  opacity: 0.8;
}
#contactus .attention {
  width: 100%;
  font-size: 1em;
  text-align: center;
  color: #c1272d;
  display: block;
  margin-bottom: 25px;
}

#contactus #ssl {
  margin: 0 auto 0 auto;
  padding: 15px;
  border: 2px solid #1d5aa4;
  border-radius: 4px;
  box-sizing: border-box;
}
#contactus #ssl dt {
  width: 135px;
  float: left;
}
#contactus #ssl dt a {
  margin-top: 8px !important;
}
#contactus #ssl dd {
  font-size: 1.4em;
  line-height: 1.8;
  color: #666666;
  margin-left: 140px;
}
#contactus #ssl dd span {
  color: #0458b1;
}

@media screen and (max-width: 1000px) {
  #contactus div.flt-l {
    width: 45%;
  }
  #contactus div.flt-r {
    width: 52.7%;
  }
}
@media screen and (max-width: 768px) {
  #contactus div.flt-l {
    width: 100%;
    float: none;
  }
  #contactus div.flt-r {
    width: 100%;
    float: none;
  }
  #contactus .line label {
    width: 120px;
  }
  #contactus .line .item {
    margin-left: 120px;
  }
  textarea {
    height: 250px;
  }

  #contactus #ssl {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #contactus .line label {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 8px;
  }
  #contactus .line .item {
    display: block;
    margin-left: 0;
  }
  textarea {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
}
