/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.eael-data-table thead {
    display: none;
}

/* PDfパスワード認証外観  -start-*/

.swpm-username-label{
	display:none;
}

.entry-title{
	display:none;
}

.swpm-edit-profile-link{display:none;}

.anwp-pg-post-teaser__thumbnail{
	display:none;
}

/* Contact Form 7　外観 -start-*/

/* フォーム全体 */
.wpcf7 {
    max-width: 800px; /* フォームの最大幅 */
    margin: 0 auto;
    padding: 20px;
}

/* 各フォーム項目 */
.wpcf7-form label {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap{
	margin-top:10px;
}

/* テキスト入力フィールド */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 50%; /* フォームの右半分に表示 */
    padding: 10px;
    border: none;
    border-bottom: 2px solid black; /* 黒い線 */
    font-size: 16px;
    background: transparent;
    outline: none;
}

/* テキストエリアのデザイン */
.wpcf7-form textarea {
    height: 100px;
    resize: none;
}

/* Contact Form 7送信ボタンをカスタムデザインに */
#contactForm .wpcf7 input[type="submit"] {
  
  
  /* 再定義 */
  width: 40%;
  min-width: 200px;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

/* ホバー時 */
#contactForm .wpcf7 input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}


/* 送信ボタンを右寄せにするための親要素のスタイル */
.wpcf7 .wpcf7-submit-wrap {
  text-align: right;
  margin-top: 20px; /* ボタン上部の余白（任意で調整） */
}

/* レスポンシブ対応：画面幅が768px以下の場合、ボタン幅を調整 */
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-submit {
    width: 80%; /* 画面幅が狭い場合はボタン幅を80%に */
	  text-align:center;
  }
}





/* 送信ボタン（画像をボタンにする） */
/* .wpcf7-form .wpcf7-submit {
    display: block;
    width: 50%; 
    height: auto; 
    
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    margin-left: auto;
} */


.wpcf7-form input[type="text"]{
	    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: none;
    font-size: 16px;
    background: transparent;
    outline: none;
}

.wpcf7-form input[type="email"]{
	    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: none;
    font-size: 16px;
    background: transparent;
    outline: none;
}

.wpcf7-form input[type="tel"]{
	    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: none;
    font-size: 16px;
    background: transparent;
    outline: none;
}

.wpcf7-form textarea {
	    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: none;
    font-size: 16px;
    background: transparent;
    outline: none;
}


#contactForm label{flex-direction:row;justify-content:space-between;border:solid #333;border-width:0 0 2px 0;}
#contactForm label span{width:70%;}

@media screen and (max-width:767px){
#contactForm label span{width:65%;}
}

.custom-submit-img{
	display:none;
	width:50%;
	height:auto;
}


/* Contact Form 7　外観 -end-*/

#faq_list summary{justify-content:space-between;padding:1.5em;}

/*レスポンシブ改行調整*/
.unbr{display:inline-block!important;}
@media screen and (min-width:768px){.sp_br br{display:none!important;}.sp_nobr br{display:block!important;}}
@media screen and (max-width:767px){.sp_br br{display:block!important;}.sp_nobr br{display:none!important;}}

/*テキスト調整*/
.txt70{ font-size:70%;}
.txt140{ font-size:140%;}
.txtpink{ color:#ff74aa;}
.txtgreen{ color:#00a79b;}
