@charset "utf-8";

.contact {}

.contact {
  padding-top: 13px;
  padding-bottom: 130px;
}

.contact .main {
  border-top: 1px solid #b4b4b4;
}

.contact_title {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 6.0rem;
  line-height: 1;
  font-weight: bold;
}

.contact_title img {
  display: block;
  margin-right: 55px;
}

.contact_list {
  margin-top: 125px;
}

.contact_list>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_list>ul>li {
  width: 462px;
  max-width: 30%;
  position: relative;
}

.contact_list>ul>li>img {
  display: block;
  width: 100%;
}

.contact_lBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #02306e;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.52);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_lBox div img {
  display: block;
  margin: 0 auto;
}

.contact_lText {
  text-align: center;
  color: #FFFFFF;
  font-size: 3.0rem;
  line-height: 1.6;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.contact_lText a {
  color: #FFFFFF;
}

.contact_lText a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1620px) {
  .contact_title {
    margin-top: 120px;
    font-size: 5.0rem;
  }

  .contact_title img {
    width: 80px;
    margin-right: 30px;
  }

  .contact_list {
    margin-top: 100px;
  }

  .contact_lBox div img {
    width: 5.8vw;
  }

  .contact_lText {
    margin-top: 3.5vw;
    font-size: 1.78vw;
  }

}

@media only screen and (max-width: 1200px) {
  .contact_title {
    margin-top: 100px;
    font-size: 4.0rem;
  }

  .contact_title img {
    width: 66px;
    margin-right: 20px;
  }

  .contact_list {
    margin-top: 80px;
  }

}

@media only screen and (max-width: 1024px) {
  .contact {
    padding-bottom: 80px;
  }

  .contact_title {
    margin-top: 80px;
    font-size: 3.4rem;
  }

  .contact_title img {
    width: 50px;
    margin-right: 10px;
  }

  .contact_list {
    margin-top: 40px;
  }

  .contact_list>ul>li {
    max-width: 32%;
  }

  .contact_lBox div img {
    width: 5.8vw;
  }

  .contact_lText {
    margin-top: 2.0vw;
    font-size: 2.1vw;
  }

}

@media only screen and (max-width: 768px) {
  .contact {
    padding-bottom: 60px;
  }

  .contact_title {
    margin-top: 60px;
    font-size: 3.0rem;
  }

  .contact_title img {
    width: 40px;
  }

  .contact_list {
    margin-top: 40px;
  }

}

@media only screen and (max-width: 600px) {
  .contact_list>ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact_list>ul>li {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contact_list>ul>li:last-child {
    margin-bottom: 0px;
  }

  .contact_list>ul>li>img {
    display: none;
  }

  .contact_lBox {
    position: relative;
    border-radius: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.52);
  }

  .contact_lBox div img {
    width: 30px;
  }

  .contact_lText {
    margin-top: 10px;
    font-size: 16px;
  }

}

@media only screen and (max-width: 480px) {
  .contact {
    padding-bottom: 50px;
  }

  .contact_title {
    margin-top: 50px;
    font-size: 2.6rem;
  }

  .contact_title img {
    width: 34px;
  }
}


.clear:after {
  display: block;
  content: "clear";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.show_main {
  display: none;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}


/* ----------- content ----------- */


.contact_content {
  margin: 140px auto 0;
  background: #FFFFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;

}

.contact_line {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 15px 0;
  /* border-bottom: 1px solid #30438c; */
}

.contact_type {
  white-space: nowrap;
  width: 150px;
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  font-size: 2.4rem;
  line-height: 1;
  color: #707070;
  text-align: right;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 0;
}

.contact_type p span {
  display: inline-block;
}

.contact_line03 {
  margin-bottom: 0;
}

.contact_line03 .contact_type {
  vertical-align: top;
  padding-top: 20px;

}

.contact_write {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0px 0 0px;
}

/* input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
} */

input.input_text,
textarea {
  display: block;
  width: 100%;
  height: 65px;
  border: none;
  background: #FFFFFF;
  font-size: 1.6rem;
  color: #353f40;
  font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-weight: 500;
  padding: 0 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: 1px solid #c5c5c5;
}

textarea {
  height: auto;
  padding: 20px 24px;
  resize: none;
  color: #353f40;
  font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-weight: 500;
}

.contact_writeCode {
  display: flex !important;
  align-items: center;
}

input#verificationCode {
  width: 172px;
  height: 50px;
}

.verificationCodeImg {
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.verificationCodeImg img {
  display: block;
  margin-right: 5px;
}

.verificationCodeImg a {
  font-size: 1.8rem;
  color: #050505;
}

.verificationCodeImg a:hover {
  color: #02306e;
}


.contact_lineBtn {
  padding: 40px 0 0;
}

#submit {
  display: block;
  width: 90%;
  max-width: 320px;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #014099;
  padding: 18px 10px 18px;
  text-align: center;
  font-size: 3.0rem;
  color: #FFFFFF;
  line-height: 1;
  outline: none;
  cursor: pointer;
}

#submit:hover {
  opacity: 0.9;
}

/* ----------- contact_check ----------- */
.check {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #000000;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.check_content {
  width: 1200px;
  max-width: 95%;
  max-height: 90%;
  overflow-y: auto;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 60px 60px 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.check_content .contact_line {}

.check_content .contact_line02 {}

.check_content .contact_line:last-of-type .contact_type {
  vertical-align: top;
}

.check_txt {
  font-size: 16px;
  color: #070731;
  background: #e1e1e1;
  padding: 15px 20px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.check_btn {
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 0;
}

.check_btn a {
  width: 48%;
  display: block;
  float: right;
  font-size: 2.0rem;
  line-height: 1;
  background: #a0a0a0;
  text-align: center;
  color: #FFFFFF;
  padding: 22px 20px 19px;
  padding: 22px 20px 15px\0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;

}

.check_btn a.form_next {
  margin-left: 4%;
  color: #FFFFFF;
  background: #014099;
}

.check_btn a:hover {
  /* transform: translateY(-5px); */
  opacity: 0.8;
}

.check_btn::after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

pre {
  font-size: 16px;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #e1e1e1;
  padding: 15px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-weight: 500;
}


@media only screen and (max-width: 1620px) {
  .contact_content {
    margin-top: 120px;
  }

  .contact_type {
    font-size: 2.0rem;
    /* width: 130px; */
  }

  input.input_text {
    height: 60px;
  }

}


@media only screen and (max-width: 1200px) {
  .contact_write {}

  .contact_content {
    margin-top: 100px;
  }

  .contact_type {
    font-size: 1.8rem;
    width: 130px;
  }

  input.input_text {
    height: 56px;
  }

  #submit {
    width: 90%;
    max-width: 280px;
    padding: 18px 10px 18px;
    font-size: 2.6rem;
  }

}


@media only screen and (max-width: 1024px) {

  /* ----------- contact ----------- */
  .contact_content {
    margin-top: 80px;
  }

  input.input_text,
  textarea {
    height: 55px;
    padding: 0 15px;
  }

  textarea {
    height: auto;
    padding: 15px;
  }

  .verificationCodeImg img {
    width: 110px;
  }

  .verificationCodeImg a {
    font-size: 1.6rem;
  }

  .contact_lineBtn {
    padding: 30px 0 0;
  }

  #submit {
    max-width: 260px;
    padding: 15px 10px 15px;
    font-size: 2.4rem;
  }

  /* ----------- contact_check ----------- */
  .check_content {
    padding: 40px 30px 60px;
  }

  .check_txt {
    padding: 15px 15px 12px;
  }

}

@media only screen and (max-width: 768px) {

  /* ----------- contact ----------- */
  .contact_content {
    margin-top: 60px;
  }

  .contact_line {
    padding: 10px 0;
  }

  .contact_type {
    width: auto;
    display: block;
    padding-right: 0px;
    text-align: left;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .contact_write {
    display: block;
  }

  .contact_line02 .contact_type {
    width: auto;
  }

  .contact_line02 {
    margin-bottom: 10px;
  }

  input.input_text,
  textarea {
    height: 50px;
    border: 1px solid #e1e1e1;
  }

  textarea {
    height: auto;
  }

  .contact_line03 .contact_type {
    padding-top: 0px;
  }

  .contact_type p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .verificationCodeImg {
    padding-left: 20px;
  }

  #submit {
    width: 90%;
    font-size: 2.0rem;
    margin: 0 auto;
  }

  input#verificationCode {
    height: 50px;
  }

  /* ----------- contact_check ----------- */
  .check_content {
    padding: 20px 20px 40px;
  }

  .check_btn {
    padding: 20px 0 0;
  }

  .check_btn a {
    width: 49%;
    padding: 18px 10px 15px;
    font-size: 1.8rem;
  }

  .check_btn a.form_next {
    margin-left: 2%;
  }

}

@media only screen and (max-width: 480px) {

  /* ----------- contact ----------- */
  .contact_type {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }

  input.input_text,
  textarea {
    font-size: 1.4rem;
    padding: 0 10px;
    height: 40px;
  }

  textarea {
    height: auto;
    padding: 10px;
  }

  #submit {
    width: 90%;
    padding: 15px 20px 14px;
    font-size: 1.6rem;
  }

  input#verificationCode {
    width: 120px;
    height: 40px;
  }

  .verificationCodeImg {
    padding-left: 10px;
  }

  .verificationCodeImg a {
    font-size: 1.4rem;
  }

  /* ----------- contact_check ----------- */
  .check_content {
    padding: 20px 10px 40px;
  }

  .check_txt {
    font-size: 14px;
    padding: 10px;
  }

  pre {
    font-size: 14px;
    padding: 10px;
  }

  .check_btn {
    padding: 10px 0 0;
  }

  .check_btn a {
    display: block;
    margin: 0 auto;
    width: 90%;
    float: none;
    font-size: 1.6rem;
    padding: 15px 20px 14px;
  }

  .check_btn a.form_next {
    margin: 0 auto 20px;
  }

  .thankspage_pop_content {
    padding: 40px 0 40px;
    font-size: 1.6rem;
  }

  .thankspage_pop_content p {
    padding: 0 10px;
  }

  .btn_top {
    width: 90%;
    padding: 15px 20px 14px;
    font-size: 1.6rem;
    margin-top: 20px;
  }

}