/*contact*/
.contact-main {
    
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-main > div:first-child {
    width: 100%;
    order: 2;
    margin: 20px 0;
}

.contact-main .inquiryform {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
}

.contact-main input[type="text"], .contact-main input[type="number"], .contact-main input[type="tel"], .contact-main input[type="phone"], .contact-main input[type="date"], .contact-main input[type="email"], .contact-main input[type="password"], .contact-main input[type="button"], .contact-main textarea {
    font-size: 18px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cccccc;
    margin: 0px 0 0 0;
    width: 100%;
    padding: 15px 5px;
    color: #3d3d3d;
    background: none;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
}

.contact-main textarea {
    height: 135px;
    padding: 10px 5px;
    letter-spacing: 1px;
}

.contact-main select {
    margin: 0px 0 0 0;
    min-width: 80px;
    width: 100%;
    background-image: url(../images/product-select.png);
    background-repeat: no-repeat;
    background-position: 100% 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 4px;
    background-color: transparent;
    font-size: 18px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cccccc;
    mwidth: 100%;
    color: #3d3d3d;
    font-family: 'PT Sans', sans-serif;
    height: 54.5px;
    padding: 0 5px;
    letter-spacing: 1px;
}

.contact-main option {
    padding: 1px 5px;
}

.contact-main select::-ms-expand {
    display: none;
}

.contact-map iframe {
    width: 100%;
    border-width: 0;
    height: 380px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-form-3 {
    margin-right: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.contact-form-3 > div {
    margin-right: 10px;
}

.contact-form-3 > div {
    width: calc((100% - 96px));
}

.contact-form-3 > div.formSelect {
    width: 126px;
}
.contact-form-3 span {margin-right: 10px;}
.contact-form-3 div > label {margin: 0 5px 8px 0;}
.contact-form-3 div > label input {margin-right: 5px;}
.google-machine {
    margin: 24px 0 28px 0;
}

.contact-btn {
    text-align: right;
}

.contact-btn a, .contact-btn input {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    margin-left: 22px;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    text-align: center;
    line-height: 95px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: #a7b5c2;
}

.contact-btn a:hover, .contact-btn input:hover {
    opacity: 0.6;
}

.contact-btn a:first-child, .contact-btn input.btn-cy {
    background: #f2b000;
}

.contact-materials input[type=checkbox]{-webkit-appearance: checkbox}
.contact-materials label{display: inline-block}
@media only screen and (max-width: 980px) {
    .contact-main {width: 100%; padding: 20px 10px 10px 10px;}
    .contact-main > div:first-child { width: 100%; margin-left: 0px; margin-top: 50px; order: 2;}
    .contact-main > div:last-child { width: 100%; padding-left: 0px; order: 1;}
}

@media only screen and (max-width: 768px) {
    .contact-form-3 { flex-direction: column; margin-right: 0;}
    .contact-form-3 > div { width: 100% !important;}
    .contact-btn { text-align: center;}
    .contact-btn a {display: inline-block; margin:0 11px; }

}
.seo_contact_txt p {
  font-size: 20px;
  max-width: 600px;
}
.contact-main .inquiryform_box {
  background: url(../images/contact-bg.png) no-repeat right bottom #f9f9f9;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.inquiryform_box .inquiryform{
  width: calc(65% - 35px);
  padding: 0 35px 0 0;
}
.inquiryform_box .contact_txtbox {
  width: 35%;
}
.inquiryform_box .contact_txtbox > div:nth-of-type(1){
  margin-bottom: 30px;
}
.inquiryform_box .contact_txtbox > div h3{
  color: #1b7fc2;
  margin-bottom: 20px;
  font-size: 22px;
}
.inquiryform_box .contact_txtbox > div ul{
  padding: 0;
}
.inquiryform_box .contact_txtbox > div ul li{
  list-style: none;
  display: flex;
  margin-bottom: 8px;
}
.inquiryform_box .contact_txtbox > div ul li span:nth-of-type(1){
  width: 80px;
  display: block;
}
.inquiryform_box .contact_txtbox > div ul li span:nth-of-type(2){
  width: calc(100% - 80px);
}
@media only screen and (max-width:1024px){
  .seo_contact_txt p {
    font-size: 20px;
    color: #000;
    max-width: unset;
  }
}
@media only screen and (max-width:600px){
  .inquiryform_box .inquiryform{
    width: 100%;
    padding: 0;
  }
  .inquiryform_box .contact_txtbox {
    width: 100%;
    margin-top: 50px;
  }
  .contact-main .inquiryform_box{
    padding: 0;
  }
}
@media only screen and (min-width:1025px){
  .seo_contact_txt {
    padding-bottom: 100px;
}
}
