@charset "UTF-8";
/*
===============================================================================
 #contact
=============================================================================== */
#contact .sec_panel {
  border-top: solid 1px rgba(70, 72, 75, 0.2);
}
#contact .sec_panel .inner {
  padding: 0 20px;
}
#contact .sec_panel .inner .panelL {
  display: none;
}
#contact .sec_panel .inner .panelR {
  width: 100%;
}

/*------ #tabArea ------*/
#contact #tabArea {
  width: 100%;
  margin: 30px auto 0;
}
#contact #tabArea .tabBtn {
  border-bottom: solid 2px #FFD800;
  padding-bottom: 4px;
}
#contact #tabArea .tabBtn .tab_btn_wrap {
  width: 100%;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
}
#contact #tabArea .tabBtn .tab_btn_wrap .tab_btn {
  width: 49.5%;
  background-color: #FFD800;
  opacity: .4;
  cursor: pointer;
}
#contact #tabArea .tabBtn .tab_btn_wrap .tab_btn span {
  display: block;
  color: #46484B;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
}
#contact #tabArea .tabBtn .tab_btn_wrap .tab_btn.active {
  opacity: 1;
  border-radius: 10px 10px 0 0;
}
#contact #tabArea .tabBtn .tab_btn_wrap .tab_btn.tab_btn_consul {
  border-radius: 10px 0 0 0;
}
#contact #tabArea .tabBtn .tab_btn_wrap .tab_btn.tab_btn_drawing {
  border-radius: 0 10px 0 0;
}
#contact #tabArea .tabBody .tab_bdy {
  display: none;
}
#contact #tabArea .tabBody .tab_bdy.active {
  display: block;
}

@media screen and (min-width: 768px) {
  #contact .sec_panel {
    border-top: 0;
  }
  #contact .sec_panel .inner {
    max-width: 1040px;
    margin: 0 auto;
    border-top: solid 1px rgba(70, 72, 75, 0.2);
    padding: 0 20px 100px;
    display: flex;
  }

  #contact #tabArea {
    width: 700px;
  }
  #contact #tabArea .tabBtn .tab_btn_wrap .tab_btn span {
    font-size: 16px;
    letter-spacing: .1em;
    padding: 16px;
  }
}
@media screen and (min-width: 1060px) {
  #contact .sec_panel .inner {
    max-width: 1000px;
    display: flex;
    padding: 0 0 100px;
  }
  #contact .sec_panel .inner .panelL {
    display: block;
    width: 260px;
  }
  #contact .sec_panel .inner .panelL > div {
    border-right: solid 1px rgba(70, 72, 75, 0.2);
    height: 100%;
    padding: 50px 0;
  }
  #contact .sec_panel .inner .panelL ul {
    width: 100%;
  }
  #contact .sec_panel .inner .panelL ul li a {
    font-size: 14px;
    font-weight: bold;
    padding: .5em .5em .5em 2em;
    opacity: .5;
    position: relative;
  }
  #contact .sec_panel .inner .panelL ul li a.active {
    opacity: 1;
  }
  #contact .sec_panel .inner .panelL ul li a.active::before {
    content: '●';
    display: inline-block;
    color: #FFD800;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: .5em;
    transform: translateY(-50%);
  }
  #contact .sec_panel .inner .panelR {
    width: calc(100% - 260px);
  }

  #contact #tabArea {
    margin: 30px 0 0 auto;
  }
}
/* pardot iframe responsive -------------- */
#contact .form_area {
  position: relative;
  width: 100%;
  height: 1890px;
  overflow: hidden;
}

#contact .tab_bdy_consul .form_area iframe {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact .tab_bdy_drawing .form_area {
  position: relative;
  width: 100%;
  height: 1365px;
  overflow: hidden;
}

#contact .tab_bdy_drawing .form_area iframe {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #contact .form_area {
    height: 1800px;
  }

  #contact .tab_bdy_drawing .form_area {
    height: 1350px;
  }
}

/*# sourceMappingURL=contact.css.map */
