﻿@charset "utf-8";
/* contact */
.contact_sec1{
	padding:5em 0 6em;
	}
.contact_sec1 ul li {
  float: left;
  width: calc(90% / 3);
  border-right: 1px solid #ebebeb;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin:0 1%;
}

.contact_sec1 ul li:nth-of-type(1) .img {
  background:url(../images/contact_sec1Img1.svg) no-repeat center center/32px 53px;
}
.contact_sec1 ul li:nth-of-type(2) .img {
  background:url(../images/contact_sec1Img2.svg) no-repeat center center/45px 31px;
}
.contact_sec1 ul li:nth-of-type(3) .img {
  background:url(../images/contact_sec1Img3.svg) no-repeat center center/38px 52px;
}
.contact_sec1 ul li:last-child {
  border-right: none;
}
.contact_sec1 ul li .img {
  width: 45px;
  height: 53px;
  margin-right: 15px;
  float: left;

}
.contact_sec1 ul li .txt {
  display: flex;
  float: left;
  flex-direction: column;
  text-align: left;

}

.contact_sec1 ul li .txt h4 {
  color: #000;
  margin-top: 20px;
  font-size:22px;
  font-weight:normal;
  line-height:150%;
}
.contact_sec1 ul li .txt h5 {
  color: #808080;
  font-size:16px;
  line-height:150%;
  margin-top:0px;
  font-weight:normal;
}

.contact_sec2 {
  overflow: unset;
}
.contact_sec2 h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
.contact_sec2 p {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 50px;
  text-align: center;
}
.contact_sec2 a {
  width: 500px;
  display: block;
  margin: 55px auto 0;
  line-height: 50px;
  font-size: 16px;
  background-color:#be8500;
  color: #fff;
  text-align: center;
}
.contact_sec2 .content {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.contact_sec2 .content .list {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 500px;
  height: auto;
  line-height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.contact_sec2 .content .list:nth-of-type(2n) {
  margin-right: 0;
}
.contact_sec2 .content .list input,
.contact_sec2 .content .list textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  background-color: #fbfbfb;
  padding: 15px 25px;
  font-size: 16px;
  color: #333333;
}
.contact_sec2 .content .list textarea {
  line-height: 22px;
}
.contact_sec2 .content .list label {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #979797;
  font-weight: 200;
  padding: 0 25px;
  top: 15px;
  left: 0;
  transition: all 0.2s cubic-bezier(.4,0,.2,1);
}
.contact_sec2 .content .list label span {
  color: #ff0000;
  margin-right: 5px;
}
.contact_sec2 .content .list.focus label {
  font-size: 12px;
  line-height: 12px;
  top: -6px;
}

/* contact */
@media only screen and (max-width: 1000px) {
.contact_sec1 ul li {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: none;
  }
}