@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

@media ( min-width : 1025px ) {
  body.home .elementor-640 .elementor-element.elementor-element-5468d101 .elementor-nav-menu--main .elementor-item.elementor-item-active{
  color: #fff!important;
}
body.home .elementor-640 .elementor-element.elementor-element-5468d101 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{
        background-color: ##fff!important;
}
}

/* お問い合わせフォーム */
.contact_table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact_table th, .contact_table td {
  padding: 3%;
  border: none;
  border-bottom: 5px solid #fff;
}
.contact_table th {
  width: 30%;
  text-align: left;
  background: #ebf8fc;
  color: #333;
}
.contact_table td {
  width: 70%;
}
@media (max-width: 767px) {
  .contact_table th {
    width: 45%;
    font-size: 14px;
  }
  .contact_table td {
  width: 55%;
}
}
.contact_table .required {
  color: red;
  font-size: 14px;
  padding-left: 10px;
}

.contact-submit {
  text-align: center;
}
.contact-submit input[type=submit] {
  border: none;
  background: #73d3f3;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 1em auto;
}