@charset "UTF-8";
/* CSS Document */
/* common
---------------------------------------*/
/* 経営コンサル
---------------------------------------*/
#mane_our .four_clm li {
  width: 33.333%;
  height: 415px;
  background: #f8f8f8;
}
@media (max-width: 870px) {
  #mane_our .four_clm li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  #mane_our .four_clm li {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }
}

#three_clm .inner {
  padding: 80px 15px 0;
  max-width: 1040px;
  margin: 0 auto;
}
#three_clm .ttl_double {
  padding-bottom: 50px;
  position: relative;
}
#three_clm .ttl_double:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #222222;
}
#three_clm .three_box {
  display: -webkit-flex;
  display: flex;
  align-self: stretch;
}
#three_clm .three_box li {
  text-align: center;
  padding: 50px 30px;
}
#three_clm .three_box h3 {
  margin: 20px auto 10px;
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#three_clm .three_box p {
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 870px) {
  #three_clm .inner {
    padding: 0 10px 0;
  }
  #three_clm .ttl_double {
    padding-bottom: 30px;
  }
  #three_clm .three_box {
    display: block;
  }
  #three_clm .three_box li {
    padding: 30px 0 20px;
  }
  #three_clm .three_box li:last-child {
    padding-bottom: 0;
  }
  #three_clm .three_box h3 {
    margin: 10px auto 10px;
    line-height: 1.5em;
  }
}

/* 事業コンサル
---------------------------------------*/
#busi_flow .inner {
  padding: 70px 15px;
}
@media (max-width: 870px) {
  #busi_flow .inner {
    padding: 40px 10px 0;
  }
}

.point {
  background: #f5f2eb;
}
.point .inner {
  padding: 70px 15px 80px;
}
.point h3 {
  position: relative;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 40px;
}
.point h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #df3220;
}
.point p {
  text-align: center;
  font-size: 15px;
  line-height: 2.1em;
  max-width: 600px;
  margin: 30px auto 0;
}
@media (max-width: 870px) {
  .point .inner {
    padding: 40px 10px;
  }
  .point h3 {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .point p {
    margin-top: 20px;
  }
}

#busi_price .inner {
  padding-bottom: 100px;
}
@media (max-width: 870px) {
  #busi_price .inner {
    padding-bottom: 40px;
  }
}

/* 組織コンサルティングについて
---------------------------------------*/
#org_price .inner {
  padding-bottom: 100px;
}
#org_price dl dt {
  width: 35%;
  padding: 20px 30px;
}
#org_price dl .gray {
  background: #dedede;
}
#org_price dl dd {
  width: 64%;
}
@media (max-width: 870px) {
  #org_price .inner {
    padding-bottom: 40px;
  }
  #org_price dl dt {
    width: 100%;
    padding: 15px;
  }
  #org_price dl dd {
    width: 100%;
  }
}

/* 社員研修
---------------------------------------*/
#employee_p {
  margin-bottom: 30px;
}
@media (max-width: 870px) {
  #employee_p {
    margin-bottom: 0;
  }
}

#emp_price .inner {
  padding-bottom: 100px;
}
#emp_price #employee dt {
  width: 46%;
}
#emp_price #employee dd {
  width: 53%;
}
@media (max-width: 870px) {
  #emp_price .inner {
    padding-bottom: 40px;
  }
  #emp_price #employee dt {
    width: 100%;
  }
  #emp_price #employee dd {
    width: 100%;
  }
}

/* WEBコンサル
---------------------------------------*/
#web_service .inner {
  padding: 20px 0 70px;
}
#web_service .four_clm li {
  background: #f8f8f8;
  border: 2px solid #fff;
  height: 350px;
}
@media (max-width: 870px) {
  #web_service .inner {
    padding: 0 0 0;
  }
  #web_service .four_clm li {
    border: none;
    height: 100%;
  }
  #web_service .four_clm .box_txt {
    margin-bottom: 20px;
  }
}

.strong {
  background: #f5f2eb;
}
.strong .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 0;
}
.strong h3 {
  font-size: 20px;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.strong h3 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 40px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.strong h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #222222;
}
.strong p {
  font-size: 14px;
  line-height: 2em;
}
.strong ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}
.strong ul li {
  margin-bottom: 80px;
}
.strong ul li:nth-child(2), .strong ul li:nth-child(3), .strong ul li:nth-child(6) {
  max-width: 400px;
  width: 40%;
}
.strong ul li:nth-child(1), .strong ul li:nth-child(4), .strong ul li:nth-child(5) {
  max-width: 590px;
  width: 60%;
  padding: 0 90px 0 0;
}
.strong ul li:nth-child(4) {
  padding: 0 0 0 90px;
}
@media (max-width: 870px) {
  .strong {
    margin-bottom: 40px;
  }
  .strong .inner {
    padding: 40px 10px 0;
  }
  .strong h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .strong h3 span {
    margin-bottom: 0;
  }
  .strong p {
    line-height: 1.4em;
  }
  .strong ul {
    margin-top: 20px;
  }
  .strong ul li {
    margin-bottom: 20px;
  }
  .strong ul li:nth-child(2), .strong ul li:nth-child(3), .strong ul li:nth-child(6) {
    max-width: 100%;
    width: 100%;
  }
  .strong ul li:nth-child(1), .strong ul li:nth-child(4), .strong ul li:nth-child(5) {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .strong ul li:nth-child(4) {
    padding: 0;
  }
  .strong ul li:nth-child(4) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 1;
  }
  .strong ul li:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 2;
  }
  .strong ul li:nth-child(5), .strong ul li:nth-child(6) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 3;
  }
  .strong ul li img {
    display: block;
    margin: 0 auto;
  }
}

#web_flow .inner {
  padding: 70px 15px;
}
@media (max-width: 870px) {
  #web_flow .inner {
    padding: 0 10px;
  }
}

#web_price .inner {
  padding-bottom: 100px;
}
@media (max-width: 870px) {
  #web_price .inner {
    padding-bottom: 40px;
  }
}

/* SEO対策
---------------------------------------*/
.feature_box {
  background: url(../img/seo_feature.png) no-repeat left center;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.feature_box .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 50px 40px 15px;
  overflow: hidden;
}
.feature_box .inner .ttl_box {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature_box .inner .ttl_box h2 {
  font-family: 'EB Garamond', serif;
  font-size: 40px;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.feature_box .inner .ttl_box h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #df3220;
}
.feature_box .inner ul {
  float: right;
  width: 60%;
}
.feature_box .inner ul li {
  background: #222222;
  padding: 5px 17px;
  margin-bottom: 15px;
}
.feature_box .inner ul li span {
  font-size: 40px;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.04em;
  margin-right: 20px;
  color: #df3220;
  vertical-align: sub;
}
.feature_box .inner ul li p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 870px) {
  .feature_box {
    background: #e5e5e5;
    margin-bottom: 40px;
  }
  .feature_box .inner {
    padding: 40px 10px;
  }
  .feature_box .inner .ttl_box {
    position: relative;
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .feature_box .inner .ttl_box h2 {
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .feature_box .inner .ttl_box p {
    margin-bottom: 20px;
  }
  .feature_box .inner ul {
    float: none;
    width: 100%;
  }
  .feature_box .inner ul li {
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }
  .feature_box .inner ul li p {
    font-size: 18px;
  }
  .feature_box .inner ul li span {
    font-size: 30px;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.feature_btm h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.feature_btm h3 span {
  font-size: 40px;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.04em;
  color: #df3220;
  vertical-align: sub;
  font-weight: normal;
}
.feature_btm h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 110px;
  height: 1px;
  background: #df3220;
}
.feature_btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.feature_btm ul li {
  margin-bottom: 70px;
}
.feature_btm ul li:nth-child(odd) {
  max-width: 60%;
  padding-right: 45px;
}
.feature_btm ul li:nth-child(even) {
  max-width: 40%;
}
.feature_btm ul li:nth-child(even) img {
  vertical-align: top;
}
.feature_btm ul li:nth-child(7), .feature_btm ul li:nth-child(8) {
  margin-bottom: 0;
}
@media (max-width: 870px) {
  .feature_btm h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .feature_btm h3 span {
    font-size: 30px;
  }
  .feature_btm ul {
    padding: 0 10px;
    display: block;
  }
  .feature_btm ul li {
    margin-bottom: 20px;
  }
  .feature_btm ul li:nth-child(odd) {
    max-width: 100%;
    padding-right: 0;
  }
  .feature_btm ul li:nth-child(even) {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .feature_btm ul li:nth-child(even) img {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .feature_btm ul li:nth-child(7), .feature_btm ul li:nth-child(8) {
    margin-bottom: 0;
  }
}

.performance .inner {
  max-width: 980px;
  margin: 0 auto 70px;
  padding: 0 15px;
}
.performance .sp_scroll {
  margin-top: 40px;
}
.performance .sp_scroll dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.performance .sp_scroll dl dt {
  border: 1px solid #e9e8e8;
  padding: 20px 40px;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin: 0 5px 5px 0;
  width: 41%;
  line-height: 1em;
  font-weight: bold;
}
.performance .sp_scroll dl dd {
  border: 1px solid #e9e8e8;
  padding: 20px 40px;
  font-size: 16px;
  margin: 0 5px 5px 0;
  letter-spacing: 0.02em;
  width: 28%;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.performance .sp_scroll dl dd:last-child {
  margin-right: 0;
}
.performance .sp_scroll dl dd + dd {
  color: #df3220;
}
.performance .sp_scroll dl .number {
  font-size: 22px;
}
.performance .sp_scroll dl .top_rank {
  position: relative;
  padding: 30px 40px 10px;
  color: #df3220;
}
.performance .sp_scroll dl .top_rank:before {
  content: '';
  background: url(../img/crown.png) left top no-repeat;
  background-size: contain;
  display: inline-block;
  width: 21px;
  height: 19px;
  position: absolute;
  top: 8px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.performance .first dt {
  background: #f5f5f5;
  border: none;
}
.performance .first dd {
  border: none;
  background: #f5f5f5;
  text-align: center;
  color: #222222 !important;
}
@media (max-width: 870px) {
  .performance .inner {
    padding: 40px 10px 0;
    margin: 0 auto;
  }
  .performance .sp_scroll {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin-top: 20px;
  }
  .performance .sp_scroll::-webkit-scrollbar {
    height: 10px;
  }
  .performance .sp_scroll::-webkit-scrollbar-track {
    /* スクロールバーのスクロール範囲の色 */
    background: #F6F6F6;
  }
  .performance .sp_scroll::-webkit-scrollbar-thumb {
    /* スクロールバーのツマミの色 */
    background: #C2C2C2;
  }
  .performance .sp_scroll dl dt {
    line-height: 25px;
    padding: 15px;
    font-size: 18px;
    height: 55px;
  }
  .performance .sp_scroll dl dd {
    padding: 15px;
    line-height: 25px;
    text-align: center;
    height: 55px;
  }
}
@media (max-width: 680px) {
  .performance .sp_scroll dl {
    width: 600px;
  }
}

.seo_price .inner {
  padding-bottom: 100px;
}
.seo_price dl dt, .seo_price dl dd {
  width: 50%;
  text-align: center;
  margin: 0;
}
@media (max-width: 870px) {
  .seo_price .inner {
    padding-bottom: 40px;
  }
  .seo_price dl dt, .seo_price dl dd {
    width: 100%;
  }
}

/* リスティング広告
---------------------------------------*/
#ppc_plan {
  margin-bottom: 100px;
}
#ppc_plan .sp_scroll dl {
  width: 100%;
}
#ppc_plan .sp_scroll dl dt {
  width: 18%;
  text-align: center;
}
#ppc_plan .sp_scroll dl dd {
  width: 60%;
}
#ppc_plan .sp_scroll dl dd + dd {
  width: 20%;
}
@media (max-width: 870px) {
  #ppc_plan {
    margin-bottom: 40px;
  }
  #ppc_plan .sp_scroll dl {
    width: 600px;
  }
  #ppc_plan .sp_scroll dl dt {
    width: 30%;
    text-align: center;
  }
  #ppc_plan .sp_scroll dl dd {
    width: 45%;
  }
  #ppc_plan .sp_scroll dl dd + dd {
    width: 20%;
  }
}

/* ホームページ制作
---------------------------------------*/
@media (max-width: 870px) {
  #hp_price .inner {
    padding: 40px 10px;
  }
}

/* SNS広告
---------------------------------------*/
#sns_btm ul li {
  margin-bottom: 0;
}
@media (max-width: 870px) {
  #sns_btm ul li:first-child {
    margin-bottom: 20px;
  }
}

/* 会社概要
---------------------------------------*/
#about_mv h2 {
  font-size: 18px;
  line-height: 40px;
}
#about_mv .under_txt {
  padding-bottom: 40px;
  position: relative;
}
#about_mv .under_txt:before {
  content: '';
  background: #d2d2d2;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 870px) {
  #about_mv h2 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

#about_pro {
  background: #f5f2eb;
}
#about_pro .inner {
  max-width: 1300px;
}
#about_pro .ttl_box {
  width: 50%;
}
#about_pro .ttl_box .img_box {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 25%;
  top: -80px;
}
#about_pro .ttl_box .img_box img {
  width: 400px;
}
#about_pro .right_box {
  float: right;
  position: relative;
  width: 47%;
}
#about_pro .right_box dl {
  display: table;
  margin-bottom: 30px;
}
#about_pro .right_box dl dt, #about_pro .right_box dl dd {
  display: table-cell;
  text-shadow: 0 0 3px #f5f2eb,0 0 5px #f5f2eb;
}
#about_pro .right_box dl dt {
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-right: 18px;
  width: 5em;
}
#about_pro .right_box dl dt span {
  font-family: 'EB Garamond', serif;
  font-size: 25px;
}
#about_pro .right_box dl dd {
  border-left: 1px solid #222222;
  padding-left: 18px;
}
@media (max-width: 870px) {
  #about_pro .ttl_box {
    width: 100%;
  }
  #about_pro .ttl_box .img_box {
    display: none;
  }
  #about_pro .right_box {
    float: none;
    position: relative;
    width: 100%;
  }
  #about_pro .right_box dl {
    margin-bottom: 20px;
  }
}

@media (max-width: 870px) {
  #profile .inner {
    padding: 0px 10px 40px;
  }
}

.map {
  width: 100%;
}
.map iframe {
  vertical-align: top;
}
@media (max-width: 870px) {
  .map iframe {
    height: 300px;
  }
}

/* お問い合わせ&サンクスページ .form
---------------------------------------*/
#form .inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  line-height: 1.3em;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  font-size: 16px;
  width: 90%;
  font-family: '游明朝','Yu Mincho','游明朝体','YuMincho',"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","Sawarabi Mincho",'MS PMincho',serif;
}
#form input[type="text"]::-webkit-search-decoration,
#form input[type="email"]::-webkit-search-decoration,
#form input[type="tel"]::-webkit-search-decoration,
#form textarea::-webkit-search-decoration {
  display: none;
}
#form input[type="text"]::focus,
#form input[type="email"]::focus,
#form input[type="tel"]::focus,
#form textarea::focus {
  outline-offset: -2px;
}
#form input[type="text"]::placeholder,
#form input[type="email"]::placeholder,
#form input[type="tel"]::placeholder,
#form textarea::placeholder {
  color: #a0a0a0;
}
#form input[type="text"]::-ms-input-placeholder,
#form input[type="email"]::-ms-input-placeholder,
#form input[type="tel"]::-ms-input-placeholder,
#form textarea::-ms-input-placeholder {
  color: #a0a0a0;
}
#form input[type="text"]::-mos-input-placeholder,
#form input[type="email"]::-mos-input-placeholder,
#form input[type="tel"]::-mos-input-placeholder,
#form textarea::-mos-input-placeholder {
  color: #a0a0a0;
}
#form .form_tbl {
  width: 100%;
  margin: 0 auto 20px;
  z-index: 0;
}
#form .form_tbl tr {
  border-bottom: 1px solid #e9e8e8;
}
#form .form_tbl tr:last-child {
  border-bottom: none;
}
#form .form_tbl tr:last-child th {
  vertical-align: top;
}
#form .form_tbl th {
  font-weight: bold;
  padding: 20px;
  width: 35%;
  font-size: 20px;
}
#form .form_tbl td {
  padding: 20px 30px;
}
#form .form_tbl td input[type="text"],
#form .form_tbl td input[type="email"],
#form .form_tbl td input[type="tel"],
#form .form_tbl td textarea {
  border: 1px solid #e9e8e8;
  padding: 15px 20px;
  background: #eeeeee;
  width: 100%;
}
#form .need, #form .nin {
  background: #df3221;
  width: 50px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin-right: 30px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
}
#form .nin {
  background: #36a019;
}
#form button {
  background: none;
  border: none;
  display: block;
}
#form .view_btn {
  width: 80%;
  background: #222;
  border: 1px solid #222222;
  color: #fff;
  margin-bottom: 100px;
  font-family: '游明朝','Yu Mincho','游明朝体','YuMincho',"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","Sawarabi Mincho",'MS PMincho',serif;
}
#form .view_btn:hover {
  color: #222222;
}
#form .view_btn:hover:after {
  left: 0;
  background: #fff;
}
#form .radio input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
#form .radio input[type=radio]:hover {
  cursor: pointer;
}
#form .radio li {
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}
#form .radio li:last-child {
  margin-right: 0;
}
#form h2 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: -40px;
}
#form p {
  text-align: center;
  margin: 20px auto 39px;
}
@media (max-width: 767px) {
  #form {
    margin-top: -20px;
  }
  #form .inner {
    padding: 0 10px;
  }
  #form input[type="text"],
  #form input[type="email"],
  #form input[type="tel"],
  #form textarea {
    width: 100%;
  }
  #form .form_tbl {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #form .form_tbl th, #form .form_tbl td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #form .form_tbl th {
    border: none;
    background: #eee;
    padding: 10px;
    font-size: 16px;
  }
  #form .form_tbl td {
    padding: 10px 0;
    border: none;
    margin-bottom: 10px;
  }
  #form .form_tbl td input[type="text"],
  #form .form_tbl td input[type="email"],
  #form .form_tbl td input[type="tel"],
  #form .form_tbl td textarea {
    padding: 10px;
    background: #fff;
  }
  #form .need, #form .nin {
    font-size: 14px;
    margin-right: 10px;
  }
  #form .view_btn {
    width: 100%;
    margin-bottom: 40px;
  }
  #form .radio li {
    margin-right: 25px;
    line-height: 25px;
  }
}
@media all and (-ms-high-contrast: none) {
  #form .need, #form .nin {
    padding: 5px 10px 0;
  }
  #form .form_tbl td input[type="text"],
  #form .form_tbl td input[type="email"],
  #form .form_tbl td input[type="tel"],
  #form .form_tbl td textarea {
    padding: 12px 20px 14px;
  }
  #form .view_btn {
    line-height: 50px;
  }
}
