/*
Theme Name: 	Fesho Child
Theme URI: 		https://kodesolution.com/
Description: 	Organic Food Store WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		2.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	fesho-child
Template: 		fesho
*/


/*Priceカードのチェックマーク削除*/
.elementor-8321 .elementor-element.elementor-element-d3d8999 .features-list i,
.elementor-8321 .elementor-element.elementor-element-bd11152 .features-list i,
.elementor-8321 .elementor-element.elementor-element-5c68bf2 .features-list i,
.elementor-8516 .elementor-element.elementor-element-d4608e6 .features-list i,
.elementor-8516 .elementor-element.elementor-element-c7e84dc .features-list i,
.elementor-8516 .elementor-element.elementor-element-368d03d .features-list i
{
 display: none!important;
}

/*会社概要*/
.kaisya-gaiyou {
  border-collapse: collapse;
  width: 100%;
}

.kaisya-gaiyou th,
.kaisya-gaiyou td {
  border: 1px solid #dbe1e8;
  padding: 15px;
}

.kaisya-gaiyou th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}

@media only screen and (max-width: 800px) {
  .kaisya-gaiyou tr,
  .kaisya-gaiyou th,
  .kaisya-gaiyou td {
    display: block;
    width: auto;
  }

  .kaisya-gaiyou tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .kaisya-gaiyou th,
  .kaisya-gaiyou td {
    border-top: none;
  }
}


/*コンタクトフォーム*/
/*エラーメッセージ*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border-color:#FF0000!important;
  padding: 10px;
  background-color: #FF0000!important;
  color:#fff!important;
 }

 /*送信メッセージ*/
 .wpcf7 form.sent .wpcf7-response-output{
  border-color: #229FE3!important;
  padding: 10px;
  background-color: #229FE3!important;
  color:#fff!important;
 }
