html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
html {
  color: #000;
  background: #fff;
}
body,
button,
input,
select,
textarea {
  font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
input,
select,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
html,
body,
fieldset,
img,
iframe {
  border: 0;
}
i,
cite,
em,
code,
var,
address,
th,
caption,
dfn {
  font-style: normal;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
textarea {
  overflow: auto;
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
  font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}
a,
button {
  cursor: pointer;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
}
.clear {
  clear: both;
}
.left,
.right {
  display: inline;
}
.left {
  float: left;
}
.right {
  float: right;
}
:focus {
  outline: 0;
}
.ovh {
  overflow: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellips_line2,
.ellips_line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellips_line2 {
  -webkit-line-clamp: 2;
}
.ellips_line3 {
  -webkit-line-clamp: 3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #969696;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #969696;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #969696;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #dcdcdc !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input:focus {
  outline: none;
}
input:disabled {
  border: 1px solid #DDD;
  background-color: white;
  color: #ACA899;
}
input[disabled] {
  border: 1px solid #DDD;
  background-color: white;
  color: #ACA899;
}
/* //IE8- */
select::-ms-expand {
  display: none;
}
select {
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  min-width: 1200px;
  color: #000000;
  background-color: #ffffff;
}
.common_1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.common_title {
  font-size: 34px;
  color: #231815;
  text-align: center;
  font-weight: 400;
}

.common_title1 {
  font-size: 34px;
  color: #c6875a;
  text-align: center;
  font-weight: 400;
}
.top_wrapper {
  position: relative;
}
.top_wrapper .topDv {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
.top_wrapper .topDv .logoBox {
  float: left;
  padding: 22px 0 12px;
}
.top_wrapper .topDv .logoBox .top_text {
  padding-top: 25px;
  display: inline-block;
}
.top_wrapper .topDv .logoBox .logo {
  margin-right: 38px;
  -webkit-animation: rotateImg 3s ease-in infinite;
  -moz-animation: rotateImg 3s ease-in infinite;
  -o-animation: rotateImg 3s ease-in infinite;
  -ms-animation: rotateImg 3s ease-in infinite;
  animation: rotateImg 3s ease-in infinite;
}
.top_wrapper .topDv .descBox {
  /* float: right; */
  float:left;
  /* padding-top: 58px; */
  padding:50px 0px 28px 0px; 
}
.top_wrapper .listDv {
  position: static;
  background-color: rgb(163 118 90);
  overflow: hidden;
}
.top_wrapper .listDv .common_1200 {
  position: relative;
}
.top_wrapper .listDv .imgBox {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 4px;
  left: 0;
}
.top_wrapper .listDv .imgBox img {
  width: 265px;
}
.top_wrapper .listDv ul {
  float: right;
}
.top_wrapper .listDv li {
  float: left;
  margin-left: 38px;
}
.top_wrapper .listDv li a {
  display: block;
  padding: 20px 0 16px;
  color: white;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.top_wrapper .listDv li.active a,
.top_wrapper .listDv li:hover a {
  color: #9ec1ff;
}
.top_wrapper .banner_text {
  position: absolute;
  bottom: 0;
  left: 350px;
}
.top_wrapper .banner_text .imgBg {
  width: 637px;
  height: 68px;
  background: url("../images/banner_text.png") no-repeat center;
  background-size: cover;
  -webkit-animation: bgToggle 3s infinite;
  -moz-animation: bgToggle 3s infinite;
  -o-animation: bgToggle 3s infinite;
  -ms-animation: bgToggle 3s infinite;
  animation: bgToggle 3s infinite;
}
.top_wrapper .banner_adv img {
  -webkit-animation: heardImg 3s infinite;
  -moz-animation: heardImg 3s infinite;
  -o-animation: heardImg 3s infinite;
  -ms-animation: heardImg 3s infinite;
  animation: heardImg 3s infinite;
}
.top_wrapper.fixed .listDv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.top_wrapper.fixed .listDv .imgBox {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer_wrapper .conDv {
  padding: 40px 0 50px;
  background-color: #e0ccba;
}
.footer_wrapper .conDv .logoBtm {
  float: left;
  margin-right: 60px;
}
.footer_wrapper .conDv ul {
  float: left;
}
.footer_wrapper .conDv ul li {
  float: left;
}
.footer_wrapper .conDv ul li .imgBox,
.footer_wrapper .conDv ul li .textDv {
  float: left;
}
.footer_wrapper .conDv ul li .imgBox {
  margin-right: 20px;
  padding-right: 15px;
  border-right: 5px solid #b2b2b3;
}
.footer_wrapper .conDv ul li .imgBox img {
  width: 134px;
}
.footer_wrapper .conDv ul li .textDv h3 {
  color: #00449b;
}
.footer_wrapper .conDv ul li .textDv p {
  color: #231815;
  line-height: 1.6;
}
.footer_wrapper .conDv ul li:first-child {
  margin-right: 80px;
}
.footer_wrapper .copy {
  padding: 55px 0 60px;
  font-size: 26px;
  color: #153d8c;
  text-align: center;
}
.fixedBtn {
  position: fixed;
  left: -5px;
  bottom: 30px;
  z-index: 10;
  padding-top: 13px;
  width: 90px;
  height: 75px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .2em;
  text-indent: .2em;
  background-color: #dc6907;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-animation: heardImg 1s infinite;
  -moz-animation: heardImg 1s infinite;
  -o-animation: heardImg 1s infinite;
  -ms-animation: heardImg 1s infinite;
  animation: heardImg 1s infinite;
}
.Popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -ms-transform: translateZ(10em);
  -moz-transform: translateZ(10em);
  -webkit-transform: translateZ(10em);
  -o-transform: translateZ(10em);
  transform: translateZ(10em);
}
.Popup-wrapper.show {
  display: block;
}
.Popup-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.Popup-wrapper .popupCon {
  max-height: 98%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 27px;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.Popup-wrapper .popupCon .close {
  position: absolute;
  top: 6.66666667px;
  right: 10px;
  font-size: 30px;
  color: #666666;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.Popup-wrapper .popupCon .close::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.Popup-wrapper .popupCon .close:hover {
  color: #000000;
}
.Popup-wrapper .popupCon h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.Popup-wrapper .popupCon .textDv p {
  font-size: 16px;
  color: #4e4b4a;
  text-indent: 2em;
  line-height: 1.8;
}
.Popup-wrapper .popupCon .peoBox {
  padding-bottom: 20px;
  text-align: center;
}
.Popup-wrapper .popupCon .peoBox img {
  width: 127.33333333px;
}
.Popup-wrapper .popupCon .peoBox p {
  margin-top: 14px;
  font-size: 24px;
}
.Popup-wrapper .popupCon .listBox {
  padding-left: 14px;
  font-size: 14px;
  color: #4e4b4a;
}
.Popup-wrapper .popupCon .listBox li {
  list-style: outside square;
  line-height: 1.8;
}
.Popup-wrapper .popupCon .formDiv {
  margin-top: 6.66666667px;
}
.Popup-wrapper .popupCon .formDiv li {
  position: relative;
  margin-bottom: 15px;
}
.Popup-wrapper .popupCon .formDiv li .inputDv {
  width: 48%;
}
.Popup-wrapper .popupCon .formDiv .getCode {
  position: absolute;
  top: 10%;
  right: 5px;
  width: auto;
  height: 80%;
  padding: 0 7px;
  color: #ffffff;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #1e4b9e;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.Popup-wrapper .popupCon .formDiv .getCode.disabled {
  color: #aaaaaa;
  background-color: #eeeeee;
  cursor: no-drop;
}
.Popup-wrapper .popupCon .formDiv input,
.Popup-wrapper .popupCon .formDiv select {
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.Popup-wrapper .popupCon .formDiv select {
  background: url("../../m/images/arrow.png") no-repeat 95% center;
  background-size: 14px;
}
.Popup-wrapper .popupCon .formDiv select:invalid {
  color: gray;
}
.Popup-wrapper .popupCon #confirmSubmit {
  display: block;
  margin: 10px auto 0;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  color: #ffffff;
  background-color: #1e4b9e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.Popup-wrapper .popupCon #confirmSubmit.disabled {
  color: #aaaaaa;
  background-color: #eeeeee;
  cursor: no-drop;
}
.Popup-wrapper.question .popupCon {
  width: 800px;
  padding: 50px 70px;
}
.Popup-wrapper.question .popupCon h2 {
  margin-bottom: 29px;
  padding-bottom: 25px;
  font-size: 18px;
  text-align: left;
  border-bottom: 3px solid #8c1c1b;
}
@-webkit-keyframes bgToggle {
  50% {
    background: url("../images/banner_text02.png") no-repeat center;
    background-size: cover;
  }
}
@-moz-keyframes bgToggle {
  50% {
    background: url("../images/banner_text02.png") no-repeat center;
    background-size: cover;
  }
}
@keyframes bgToggle {
  50% {
    background: url("../images/banner_text02.png") no-repeat center;
    background-size: cover;
  }
}
@keyframes rotateImg {
  80% {
    -ms-transform: rotateY(0) translateZ(0em);
    -moz-transform: rotateY(0) translateZ(0em);
    -webkit-transform: rotateY(0) translateZ(0em);
    -o-transform: rotateY(0) translateZ(0em);
    transform: rotateY(0) translateZ(0em);
  }
  90% {
    -ms-transform: rotateY(180deg) translateZ(0em);
    -moz-transform: rotateY(180deg) translateZ(0em);
    -webkit-transform: rotateY(180deg) translateZ(0em);
    -o-transform: rotateY(180deg) translateZ(0em);
    transform: rotateY(180deg) translateZ(0em);
  }
  100% {
    -ms-transform: rotateY(0) translateZ(0em);
    -moz-transform: rotateY(0) translateZ(0em);
    -webkit-transform: rotateY(0) translateZ(0em);
    -o-transform: rotateY(0) translateZ(0em);
    transform: rotateY(0) translateZ(0em);
  }
}
@-webkit-keyframes heardImg {
  50% {
    -ms-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    -o-transform: scale(0.94);
    transform: scale(0.94);
  }
}
@keyframes heardImg {
  50% {
    -ms-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    -o-transform: scale(0.94);
    transform: scale(0.94);
  }
}
